[INFO] crate constexpr 0.0.1-alpha1 is already in cache [INFO] testing constexpr-0.0.1-alpha1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate constexpr 0.0.1-alpha1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate constexpr 0.0.1-alpha1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate constexpr 0.0.1-alpha1 [INFO] finished tweaking crates.io crate constexpr 0.0.1-alpha1 [INFO] tweaked toml for crates.io crate constexpr 0.0.1-alpha1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] ab54456fe05459e47809fad99c1795e73c35c2ce24e01338775e344ab8eeb11a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "ab54456fe05459e47809fad99c1795e73c35c2ce24e01338775e344ab8eeb11a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.2 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Compiling proc-macro-hack v0.4.2 [INFO] [stderr] Compiling constexpr-macros v0.0.1-alpha1 [INFO] [stderr] Compiling constexpr v0.0.1-alpha1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.23s [INFO] running `"docker" "inspect" "ab54456fe05459e47809fad99c1795e73c35c2ce24e01338775e344ab8eeb11a"` [INFO] running `"docker" "rm" "-f" "ab54456fe05459e47809fad99c1795e73c35c2ce24e01338775e344ab8eeb11a"` [INFO] [stdout] ab54456fe05459e47809fad99c1795e73c35c2ce24e01338775e344ab8eeb11a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c346756f885e7eee2b8f6cdf22e7ad4651e56337062b7a5d0ba9baeab9932c14 [INFO] running `"docker" "start" "-a" "c346756f885e7eee2b8f6cdf22e7ad4651e56337062b7a5d0ba9baeab9932c14"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling constexpr v0.0.1-alpha1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0463]: can't find crate for `templates` [INFO] [stderr] --> examples/bar_baz.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate templates; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `constexpr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `templates` [INFO] [stderr] --> tests/template_test.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate templates; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `constexpr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c346756f885e7eee2b8f6cdf22e7ad4651e56337062b7a5d0ba9baeab9932c14"` [INFO] running `"docker" "rm" "-f" "c346756f885e7eee2b8f6cdf22e7ad4651e56337062b7a5d0ba9baeab9932c14"` [INFO] [stdout] c346756f885e7eee2b8f6cdf22e7ad4651e56337062b7a5d0ba9baeab9932c14