[INFO] crate safe_thing 0.0.3 is already in cache [INFO] testing safe_thing-0.0.3 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate safe_thing 0.0.3 into work/builds/worker-10/source [INFO] validating manifest of crates.io crate safe_thing 0.0.3 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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-10/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] eefddbc09cfd57c9f6c4ea42f7cc4a1418f2ad0c25e4ec81053fe74bf6e7a0de [INFO] running `"docker" "start" "-a" "eefddbc09cfd57c9f6c4ea42f7cc4a1418f2ad0c25e4ec81053fe74bf6e7a0de"` [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling unwrap v1.2.1 [INFO] [stderr] Compiling unicode-segmentation v1.1.0 [INFO] [stderr] Compiling tiny-keccak v1.3.1 [INFO] [stderr] Compiling rustfmt v0.10.0 [INFO] [stderr] Compiling fake_clock v0.2.0 [INFO] [stderr] Compiling alloc-no-stdlib v1.2.0 [INFO] [stderr] Compiling jni-sys v0.3.0 [INFO] [stderr] Compiling cesu8 v1.1.0 [INFO] [stderr] Compiling lru_time_cache v0.8.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.3 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling walkdir v2.0.1 [INFO] [stderr] Compiling xmltree v0.3.2 [INFO] [stderr] Compiling termion v1.4.0 [INFO] [stderr] Compiling get_if_addrs v0.4.1 [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 strings v0.1.1 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling brotli-decompressor v1.3.0 [INFO] [stderr] Compiling zip v0.3.3 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.7 [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 clap v2.25.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling regex v1.3.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" "eefddbc09cfd57c9f6c4ea42f7cc4a1418f2ad0c25e4ec81053fe74bf6e7a0de"` [INFO] running `"docker" "rm" "-f" "eefddbc09cfd57c9f6c4ea42f7cc4a1418f2ad0c25e4ec81053fe74bf6e7a0de"` [INFO] [stdout] eefddbc09cfd57c9f6c4ea42f7cc4a1418f2ad0c25e4ec81053fe74bf6e7a0de