[INFO] crate nj-derive 2.0.0 is already in cache [INFO] testing nj-derive-2.0.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate nj-derive 2.0.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate nj-derive 2.0.0 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 crates.io crate nj-derive 2.0.0 [INFO] finished tweaking crates.io crate nj-derive 2.0.0 [INFO] tweaked toml for crates.io crate nj-derive 2.0.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] b65aefbc81bbb0098a51e6bccc16e6f4725ba900171f34a1998a8b71955a3724 [INFO] running `"docker" "start" "-a" "b65aefbc81bbb0098a51e6bccc16e6f4725ba900171f34a1998a8b71955a3724"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling nj-derive v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.04s [INFO] running `"docker" "inspect" "b65aefbc81bbb0098a51e6bccc16e6f4725ba900171f34a1998a8b71955a3724"` [INFO] running `"docker" "rm" "-f" "b65aefbc81bbb0098a51e6bccc16e6f4725ba900171f34a1998a8b71955a3724"` [INFO] [stdout] b65aefbc81bbb0098a51e6bccc16e6f4725ba900171f34a1998a8b71955a3724 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 4f6643458b93726fe65719a2651a129d114eb6ba1887c7ce1b014150571d5375 [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" "4f6643458b93726fe65719a2651a129d114eb6ba1887c7ce1b014150571d5375"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling flv-util v0.2.0 [INFO] [stderr] Compiling piper v0.1.3 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling smol v0.1.11 [INFO] [stderr] Compiling async-std v1.6.0 [INFO] [stderr] Compiling flv-future-aio v2.2.1 [INFO] [stderr] Compiling nj-derive v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `trybuild` [INFO] [stderr] --> tests/parse.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | let t = trybuild::TestCases::check_only(); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `trybuild` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `nj-derive`. [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" "4f6643458b93726fe65719a2651a129d114eb6ba1887c7ce1b014150571d5375"` [INFO] running `"docker" "rm" "-f" "4f6643458b93726fe65719a2651a129d114eb6ba1887c7ce1b014150571d5375"` [INFO] [stdout] 4f6643458b93726fe65719a2651a129d114eb6ba1887c7ce1b014150571d5375