[INFO] updating cached repository https://github.com/seansfkelley/terrain-generator [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] af734a187617c3b69b381788bf0b91fafd91d3fd [INFO] testing seansfkelley/terrain-generator against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseansfkelley%2Fterrain-generator" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/seansfkelley/terrain-generator on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/seansfkelley/terrain-generator [INFO] finished tweaking git repo https://github.com/seansfkelley/terrain-generator [INFO] tweaked toml for git repo https://github.com/seansfkelley/terrain-generator written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/seansfkelley/terrain-generator already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 16ce27bf2278def8e82da3594d29c779da2d95eeebddfeccf6c09145241c1ca2 [INFO] running `"docker" "start" "-a" "16ce27bf2278def8e82da3594d29c779da2d95eeebddfeccf6c09145241c1ca2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.15 [INFO] [stderr] Compiling wavefront_obj v5.1.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling xml-rs v0.6.2 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling cmake v0.1.26 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling glfw-sys v3.2.2 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling image v0.17.0 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stderr] Compiling gl v0.6.3 [INFO] [stderr] Compiling glm v0.2.3 [INFO] [stderr] Compiling glfw v0.18.0 (https://github.com/bjz/glfw-rs.git#3bc2f8b2) [INFO] [stderr] Compiling multimap v0.4.0 [INFO] [stderr] Compiling terrain-generator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(libc)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/main.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/objects.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / lazy_static! { [INFO] [stderr] 62 | | static ref DEFAULT_MATERIAL: mtl::Material = mtl::Material { [INFO] [stderr] 63 | | name: "default material".to_owned(), [INFO] [stderr] 64 | | specular_coefficient: 0.0, [INFO] [stderr] ... | [INFO] [stderr] 73 | | }; [INFO] [stderr] 74 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/objects.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | / lazy_static! { [INFO] [stderr] 62 | | static ref DEFAULT_MATERIAL: mtl::Material = mtl::Material { [INFO] [stderr] 63 | | name: "default material".to_owned(), [INFO] [stderr] 64 | | specular_coefficient: 0.0, [INFO] [stderr] ... | [INFO] [stderr] 73 | | }; [INFO] [stderr] 74 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0554, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `terrain-generator`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "16ce27bf2278def8e82da3594d29c779da2d95eeebddfeccf6c09145241c1ca2"` [INFO] running `"docker" "rm" "-f" "16ce27bf2278def8e82da3594d29c779da2d95eeebddfeccf6c09145241c1ca2"` [INFO] [stdout] 16ce27bf2278def8e82da3594d29c779da2d95eeebddfeccf6c09145241c1ca2