[INFO] crate safe_thing 0.0.3 is already in cache [INFO] testing safe_thing-0.0.3 against 1.38.0 for beta-1.39-1 [INFO] extracting crate safe_thing 0.0.3 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate safe_thing 0.0.3 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate safe_thing 0.0.3 [INFO] finished tweaking crates.io crate safe_thing 0.0.3 [INFO] tweaked toml for crates.io crate safe_thing 0.0.3 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] 43c3fa6a1d9d9a26c8c5a7c8d4c952a38d503a88cfd8446a10ac0005c4e31122 [INFO] running `"docker" "start" "-a" "43c3fa6a1d9d9a26c8c5a7c8d4c952a38d503a88cfd8446a10ac0005c4e31122"` [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling unicode-segmentation v1.1.0 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling tiny-keccak v1.3.1 [INFO] [stderr] Compiling jni-sys v0.3.0 [INFO] [stderr] Compiling alloc-no-stdlib v1.2.0 [INFO] [stderr] Compiling lru_time_cache v0.8.1 [INFO] [stderr] Compiling fake_clock v0.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.3 [INFO] [stderr] Compiling walkdir v2.0.1 [INFO] [stderr] Compiling xmltree v0.3.2 [INFO] [stderr] Compiling get_if_addrs v0.4.1 [INFO] [stderr] Compiling termion v1.4.0 [INFO] [stderr] Compiling memmap v0.5.2 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling tokio-trace-core v0.1.0 [INFO] [stderr] Compiling brotli-decompressor v1.3.0 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling config_file_handler v0.11.0 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.7 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] error[E0432]: unresolved import `crossbeam_utils::Backoff` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.7/src/context.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use crossbeam_utils::Backoff; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Backoff` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crossbeam_utils::Backoff` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.7/src/flavors/array.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | use crossbeam_utils::{Backoff, CachePadded}; [INFO] [stderr] | ^^^^^^^ no `Backoff` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crossbeam_utils::Backoff` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.7/src/flavors/list.rs:10:23 [INFO] [stderr] | [INFO] [stderr] 10 | use crossbeam_utils::{Backoff, CachePadded}; [INFO] [stderr] | ^^^^^^^ no `Backoff` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crossbeam_utils::Backoff` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.7/src/flavors/zero.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use crossbeam_utils::Backoff; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Backoff` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crossbeam_utils::Backoff` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.7/src/select.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use crossbeam_utils::Backoff; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Backoff` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crossbeam_utils::Backoff` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.7/src/utils.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use crossbeam_utils::Backoff; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Backoff` in the root [INFO] [stderr] [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling bincode v0.8.0 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling clap v2.25.1 [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `crossbeam-channel`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "43c3fa6a1d9d9a26c8c5a7c8d4c952a38d503a88cfd8446a10ac0005c4e31122"` [INFO] running `"docker" "rm" "-f" "43c3fa6a1d9d9a26c8c5a7c8d4c952a38d503a88cfd8446a10ac0005c4e31122"` [INFO] [stdout] 43c3fa6a1d9d9a26c8c5a7c8d4c952a38d503a88cfd8446a10ac0005c4e31122