Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] Build failed in Jenkins: 2.0.x #358

See <https://ci.eclipse.org/californium/job/2.0.x/358/display/redirect?page=changes>

Changes:

[Achim Kraus] Update android app.

------------------------------------------
Started by an SCM change
Building on master in workspace <https://ci.eclipse.org/californium/job/2.0.x/ws/>
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/californium.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/californium.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/californium.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse origin/2.0.x^{commit} # timeout=10
Checking out Revision 0d3a6f9d4e727d760d564b8512d6086dee0b3c81 (origin/2.0.x)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 0d3a6f9d4e727d760d564b8512d6086dee0b3c81
Commit message: "Update android app."
 > /usr/local/bin/git rev-list abd27de9a27ceba5483d7398abfd0364be102a19 # timeout=10
[workspace] $ /shared/common/apache-maven-latest/bin/mvn -f pom.xml -DcreateJavadoc=true clean install
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x0000000085200000, 1408761856, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 1408761856 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /jobs/genie.californium/2.0.x/workspace/hs_err_pid20472.log
Build step 'Invoke top-level Maven targets' marked build as failure


Back to the top