[INFO] crate safe_thing 0.0.3 is already in cache [INFO] testing safe_thing-0.0.3 against 1.44.0 for beta-1.45-1 [INFO] extracting crate safe_thing 0.0.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate safe_thing 0.0.3 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 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 /workspace/builds/worker-3/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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b2b2ae0db83d1a2add43bffcd9ba5550b780259cf3a806ec1aed21df86bddd4b [INFO] running `"docker" "start" "-a" "b2b2ae0db83d1a2add43bffcd9ba5550b780259cf3a806ec1aed21df86bddd4b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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 strsim v0.6.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 lru_time_cache v0.8.1 [INFO] [stderr] Compiling jni-sys v0.3.0 [INFO] [stderr] Compiling data-encoding v2.1.2 [INFO] [stderr] Compiling walkdir v2.0.1 [INFO] [stderr] Compiling tokio-executor v0.1.9 [INFO] [stderr] Compiling xmltree v0.3.2 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling termion v1.4.0 [INFO] [stderr] Compiling get_if_addrs v0.4.1 [INFO] [stderr] Compiling memmap v0.5.2 [INFO] [stderr] Compiling extprim v1.7.1 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling tokio-trace-core v0.1.0 [INFO] [stderr] Compiling brotli-decompressor v1.3.0 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling strings v0.1.1 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.7 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.12 [INFO] [stderr] Compiling bytes v0.4.12 [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] Compiling base64 v0.9.3 [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 combine v3.8.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] error[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.1/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] [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] [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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0713`. [INFO] [stderr] error: could not compile `url`. [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" "b2b2ae0db83d1a2add43bffcd9ba5550b780259cf3a806ec1aed21df86bddd4b"` [INFO] running `"docker" "rm" "-f" "b2b2ae0db83d1a2add43bffcd9ba5550b780259cf3a806ec1aed21df86bddd4b"` [INFO] [stdout] b2b2ae0db83d1a2add43bffcd9ba5550b780259cf3a806ec1aed21df86bddd4b