[INFO] crate unbox 0.2.0 is already in cache [INFO] testing unbox-0.2.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate unbox 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate unbox 0.2.0 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 unbox 0.2.0 [INFO] finished tweaking crates.io crate unbox 0.2.0 [INFO] tweaked toml for crates.io crate unbox 0.2.0 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] [stderr] Blocking waiting for file lock on package cache [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] [stdout] a12c7b1bad9b7de0371d5608175b9ec5b2c00fb7677611985a089527e7bcaa20 [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" "a12c7b1bad9b7de0371d5608175b9ec5b2c00fb7677611985a089527e7bcaa20"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling podio v0.1.7 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling strum v0.13.0 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling bzip2-sys v0.1.9+1.0.8 [INFO] [stderr] Compiling lzma-sys v0.1.16 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling terminal_size v0.1.12 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling filetime v0.2.10 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling ar v0.6.2 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling tar v0.4.28 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling number_prefix v0.2.8 [INFO] [stderr] Compiling console v0.11.3 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling xz2 v0.1.6 [INFO] [stderr] Compiling console v0.7.7 [INFO] [stderr] Compiling indicatif v0.11.0 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling zip v0.5.5 [INFO] [stderr] Compiling cab v0.2.0 [INFO] [stderr] Compiling tree_magic v0.2.3 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling strum_macros v0.13.0 [INFO] [stderr] Compiling goblin v0.0.19 [INFO] [stderr] Compiling unbox v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `tree_magic` [INFO] [stderr] --> src/archive.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use tree_magic; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/archive.rs:60:45 [INFO] [stderr] | [INFO] [stderr] 60 | pub fn create>(archive: &Archive, dst: &P) -> Result { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Archive` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `tree_magic` [INFO] [stderr] --> src/cli.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tree_magic; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/formats/mod.rs:79:55 [INFO] [stderr] | [INFO] [stderr] 79 | for index in graph.neighbors_directed(node_index, Direction::Incoming) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected enum `petgraph::Direction`, found a different enum `petgraph::Direction` [INFO] [stderr] | [INFO] [stderr] = note: perhaps two different versions of crate `petgraph` are being used? [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `unbox`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a12c7b1bad9b7de0371d5608175b9ec5b2c00fb7677611985a089527e7bcaa20"` [INFO] running `"docker" "rm" "-f" "a12c7b1bad9b7de0371d5608175b9ec5b2c00fb7677611985a089527e7bcaa20"` [INFO] [stdout] a12c7b1bad9b7de0371d5608175b9ec5b2c00fb7677611985a089527e7bcaa20