[INFO] cloning repository https://github.com/redox-os/pkgutils [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/redox-os/pkgutils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredox-os%2Fpkgutils", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredox-os%2Fpkgutils'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 226cb676f6cb9ae120ddd17e356cfba298b7088b [INFO] testing redox-os/pkgutils against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredox-os%2Fpkgutils" "/workspace/builds/worker-101/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-101/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/redox-os/pkgutils on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/redox-os/pkgutils [INFO] finished tweaking git repo https://github.com/redox-os/pkgutils [INFO] tweaked toml for git repo https://github.com/redox-os/pkgutils written to /workspace/builds/worker-101/source/Cargo.toml [INFO] crate git repo https://github.com/redox-os/pkgutils already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://gitlab.redox-os.org/redox-os/ring.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bidir-map v1.0.0 [INFO] [stderr] Downloaded ordermap v0.4.2 [INFO] [stderr] Downloaded libflate v1.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9485e9cc57f294771bdfa702f85fb623cad45ad2c6b2ed3ce8cc41152e996d67 [INFO] running `Command { std: "docker" "start" "-a" "9485e9cc57f294771bdfa702f85fb623cad45ad2c6b2ed3ce8cc41152e996d67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9485e9cc57f294771bdfa702f85fb623cad45ad2c6b2ed3ce8cc41152e996d67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9485e9cc57f294771bdfa702f85fb623cad45ad2c6b2ed3ce8cc41152e996d67", kill_on_drop: false }` [INFO] [stdout] 9485e9cc57f294771bdfa702f85fb623cad45ad2c6b2ed3ce8cc41152e996d67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da8fda76049e0e1dbf2097e9cc8f5d8e77b82909f26f9dcecbdbbb930f3d03c0 [INFO] running `Command { std: "docker" "start" "-a" "da8fda76049e0e1dbf2097e9cc8f5d8e77b82909f26f9dcecbdbbb930f3d03c0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling syn v1.0.89 [INFO] [stderr] Compiling rle-decode-fast v1.0.3 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling bytecount v0.6.2 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling redox_pkgutils v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling bidir-map v1.0.0 [INFO] [stderr] Compiling ordermap v0.4.2 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling libflate_lz77 v1.1.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling termion v1.5.6 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling ring v0.13.5 (https://gitlab.redox-os.org/redox-os/ring.git?branch=redox-unix-0.13.5#c7de589d) [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling libflate v1.2.0 [INFO] [stderr] Compiling quote v1.0.16 [INFO] [stderr] Compiling tar v0.4.38 [INFO] [stderr] Compiling redox_liner v0.5.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling pbr v1.0.4 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling sct v0.4.0 [INFO] [stderr] Compiling rustls v0.13.1 [INFO] [stderr] Compiling webpki-roots v0.15.0 [INFO] [stderr] Compiling hyper-rustls v0.6.2 [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/database.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | use ordermap::OrderMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/database.rs:144:36 [INFO] [stdout] | [INFO] [stdout] 144 | ordered_dependencies: &mut OrderMap, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/database.rs:43:47 [INFO] [stdout] | [INFO] [stdout] 43 | DatabaseError::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/database.rs:44:49 [INFO] [stdout] | [INFO] [stdout] 44 | DatabaseError::Toml(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/download.rs:26:73 [INFO] [stdout] | [INFO] [stdout] 26 | Err(err) => return Err(io::Error::new(io::ErrorKind::Other, err.description())), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/bin/pkg.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use ordermap::OrderMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/bin/pkg.rs:229:36 [INFO] [stdout] | [INFO] [stdout] 229 | let mut dependencies = OrderMap::new(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `Command { std: "docker" "inspect" "da8fda76049e0e1dbf2097e9cc8f5d8e77b82909f26f9dcecbdbbb930f3d03c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da8fda76049e0e1dbf2097e9cc8f5d8e77b82909f26f9dcecbdbbb930f3d03c0", kill_on_drop: false }` [INFO] [stdout] da8fda76049e0e1dbf2097e9cc8f5d8e77b82909f26f9dcecbdbbb930f3d03c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d495da7b60759f182cbe37fdfc416c9b4a1ac2fffe8078829010688ea9e984a [INFO] running `Command { std: "docker" "start" "-a" "6d495da7b60759f182cbe37fdfc416c9b4a1ac2fffe8078829010688ea9e984a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling redox_pkgutils v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/database.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | use ordermap::OrderMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/database.rs:144:36 [INFO] [stdout] | [INFO] [stdout] 144 | ordered_dependencies: &mut OrderMap, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/database.rs:43:47 [INFO] [stdout] | [INFO] [stdout] 43 | DatabaseError::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/database.rs:44:49 [INFO] [stdout] | [INFO] [stdout] 44 | DatabaseError::Toml(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/download.rs:26:73 [INFO] [stdout] | [INFO] [stdout] 26 | Err(err) => return Err(io::Error::new(io::ErrorKind::Other, err.description())), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/bin/pkg.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use ordermap::OrderMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/bin/pkg.rs:229:36 [INFO] [stdout] | [INFO] [stdout] 229 | let mut dependencies = OrderMap::new(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> tests/dependency_test.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use ordermap::OrderMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> tests/dependency_test.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | let mut pkgs = OrderMap::new(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/database.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | use ordermap::OrderMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/database.rs:144:36 [INFO] [stdout] | [INFO] [stdout] 144 | ordered_dependencies: &mut OrderMap, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/bin/pkg.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use ordermap::OrderMap; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stdout] --> src/bin/pkg.rs:229:36 [INFO] [stdout] | [INFO] [stdout] 229 | let mut dependencies = OrderMap::new(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/database.rs:43:47 [INFO] [stdout] | [INFO] [stdout] 43 | DatabaseError::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/database.rs:44:49 [INFO] [stdout] | [INFO] [stdout] 44 | DatabaseError::Toml(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/download.rs:26:73 [INFO] [stdout] | [INFO] [stdout] 26 | Err(err) => return Err(io::Error::new(io::ErrorKind::Other, err.description())), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.20s [INFO] running `Command { std: "docker" "inspect" "6d495da7b60759f182cbe37fdfc416c9b4a1ac2fffe8078829010688ea9e984a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d495da7b60759f182cbe37fdfc416c9b4a1ac2fffe8078829010688ea9e984a", kill_on_drop: false }` [INFO] [stdout] 6d495da7b60759f182cbe37fdfc416c9b4a1ac2fffe8078829010688ea9e984a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c9d3191df278405a596d0bdaf7a009d4719a2ea62e5c06a82f7fbda7993e6e25 [INFO] running `Command { std: "docker" "start" "-a" "c9d3191df278405a596d0bdaf7a009d4719a2ea62e5c06a82f7fbda7993e6e25", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stderr] --> src/database.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | use ordermap::OrderMap; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stderr] --> src/database.rs:144:36 [INFO] [stderr] | [INFO] [stderr] 144 | ordered_dependencies: &mut OrderMap, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/database.rs:43:47 [INFO] [stderr] | [INFO] [stderr] 43 | DatabaseError::Io(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/database.rs:44:49 [INFO] [stderr] | [INFO] [stderr] 44 | DatabaseError::Toml(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/download.rs:26:73 [INFO] [stderr] | [INFO] [stderr] 26 | Err(err) => return Err(io::Error::new(io::ErrorKind::Other, err.description())), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `redox_pkgutils` (lib) generated 5 warnings [INFO] [stderr] warning: `redox_pkgutils` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stderr] --> src/bin/pkg.rs:2:15 [INFO] [stderr] | [INFO] [stderr] 2 | use ordermap::OrderMap; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stderr] --> src/bin/pkg.rs:229:36 [INFO] [stderr] | [INFO] [stderr] 229 | let mut dependencies = OrderMap::new(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stderr] --> tests/dependency_test.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | use ordermap::OrderMap; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `ordermap::OrderMap`: the crate ordermap has been renamed with no change in functionality to indexmap; please update your dependencies [INFO] [stderr] --> tests/dependency_test.rs:27:20 [INFO] [stderr] | [INFO] [stderr] 27 | let mut pkgs = OrderMap::new(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `redox_pkgutils` (bin "pkg") generated 2 warnings [INFO] [stderr] warning: `redox_pkgutils` (test "dependency_test") generated 2 warnings [INFO] [stderr] warning: `redox_pkgutils` (bin "pkg" test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.22s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pkgutils-cff6b1cd97a21c17) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pkg-4704ce2d91b32501) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/dependency_test.rs (/opt/rustwide/target/debug/deps/dependency_test-8f486c2c24817763) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_is_installed ... ok [INFO] [stdout] test test_calc_depends ... ok [INFO] [stdout] test test_get_pkg_depends ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests pkgutils [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c9d3191df278405a596d0bdaf7a009d4719a2ea62e5c06a82f7fbda7993e6e25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9d3191df278405a596d0bdaf7a009d4719a2ea62e5c06a82f7fbda7993e6e25", kill_on_drop: false }` [INFO] [stdout] c9d3191df278405a596d0bdaf7a009d4719a2ea62e5c06a82f7fbda7993e6e25