[INFO] crate afterparty-ng 0.4.2 is already in cache [INFO] checking afterparty-ng-0.4.2 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate afterparty-ng 0.4.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate afterparty-ng 0.4.2 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate afterparty-ng 0.4.2 [INFO] finished tweaking crates.io crate afterparty-ng 0.4.2 [INFO] tweaked toml for crates.io crate afterparty-ng 0.4.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=allow" "-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" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 306e7645e7292246ee0b68cce3fc4a80ca9a29628ffb2849f03ec47f045e2226 [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" "306e7645e7292246ee0b68cce3fc4a80ca9a29628ffb2849f03ec47f045e2226"` [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling dtoa v0.2.2 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Checking regex-syntax v0.3.9 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking utf8-ranges v0.1.3 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking case v1.0.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Checking kernel32-sys v0.2.2 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Compiling serde_codegen_internals v0.11.3 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Checking env_logger v0.3.5 [INFO] [stderr] Compiling syntex_pos v0.54.0 [INFO] [stderr] Checking serde_json v0.8.6 [INFO] [stderr] Compiling syntex_errors v0.54.0 [INFO] [stderr] Compiling syntex_syntax v0.54.0 [INFO] [stderr] Compiling syntex v0.54.0 [INFO] [stderr] Compiling serde_codegen v0.8.23 [INFO] [stderr] Compiling afterparty-ng v0.4.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0465]: multiple rmeta candidates for `env_logger` found [INFO] [stderr] --> src/events.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate env_logger; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: candidate #1: /opt/rustwide/target/debug/deps/libenv_logger-1555227484a8e5fe.rmeta [INFO] [stderr] --> src/events.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate env_logger; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: candidate #2: /opt/rustwide/target/debug/deps/libenv_logger-7dae474ca81e32f1.rmeta [INFO] [stderr] --> src/events.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate env_logger; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `env_logger` [INFO] [stderr] --> src/events.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate env_logger; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `afterparty-ng`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "306e7645e7292246ee0b68cce3fc4a80ca9a29628ffb2849f03ec47f045e2226"` [INFO] running `"docker" "rm" "-f" "306e7645e7292246ee0b68cce3fc4a80ca9a29628ffb2849f03ec47f045e2226"` [INFO] [stdout] 306e7645e7292246ee0b68cce3fc4a80ca9a29628ffb2849f03ec47f045e2226