[INFO] cloning repository https://github.com/gabo01/rust-backup [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gabo01/rust-backup" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabo01%2Frust-backup", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabo01%2Frust-backup'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 912132f51cf311f7599a9567cc75f09baf68ce38 [INFO] checking gabo01/rust-backup against try#8de4b308b608cded0ebccf658a0fc719bce87d4e for pr-89056 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabo01%2Frust-backup" "/workspace/builds/worker-43/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-43/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gabo01/rust-backup on toolchain 8de4b308b608cded0ebccf658a0fc719bce87d4e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gabo01/rust-backup [INFO] finished tweaking git repo https://github.com/gabo01/rust-backup [INFO] tweaked toml for git repo https://github.com/gabo01/rust-backup written to /workspace/builds/worker-43/source/Cargo.toml [INFO] crate git repo https://github.com/gabo01/rust-backup already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a03da34a5d92dd0cf18b24559c8d77ecc10fdd2dc3d06f056d1841367a9b91f [INFO] running `Command { std: "docker" "start" "-a" "0a03da34a5d92dd0cf18b24559c8d77ecc10fdd2dc3d06f056d1841367a9b91f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a03da34a5d92dd0cf18b24559c8d77ecc10fdd2dc3d06f056d1841367a9b91f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a03da34a5d92dd0cf18b24559c8d77ecc10fdd2dc3d06f056d1841367a9b91f", kill_on_drop: false }` [INFO] [stdout] 0a03da34a5d92dd0cf18b24559c8d77ecc10fdd2dc3d06f056d1841367a9b91f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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=forbid" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5cdef2edcef46972bfc4ae861a5ed9f705e649c9c01ce078d41e864dd9e3fa4 [INFO] running `Command { std: "docker" "start" "-a" "e5cdef2edcef46972bfc4ae861a5ed9f705e649c9c01ce078d41e864dd9e3fa4", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.43 [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Compiling proc-macro2 v0.4.12 [INFO] [stderr] Checking cfg-if v0.1.5 [INFO] [stderr] Checking ucd-util v0.1.1 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling serde v1.0.71 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Checking rustc-demangle v0.1.9 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Checking rand_core v0.3.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling regex v1.1.2 [INFO] [stderr] Checking quick-error v1.2.2 [INFO] [stderr] Checking keccak v0.1.0 [INFO] [stderr] Checking termcolor v1.0.4 [INFO] [stderr] Checking debug_closure v0.1.0 (/opt/rustwide/workdir/src/crates/debug_closure) [INFO] [stderr] Checking yansi v0.4.0 [INFO] [stderr] Checking itoa v0.4.2 [INFO] [stderr] Checking fn_box v0.1.0 (/opt/rustwide/workdir/src/crates/fn_box) [INFO] [stderr] Checking dtoa v0.4.3 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking bitflags v1.0.3 [INFO] [stderr] Checking remove_dir_all v0.5.1 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Checking block-padding v0.1.3 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking regex-syntax v0.6.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking humantime v1.2.0 [INFO] [stderr] Checking log v0.4.3 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking block-buffer v0.7.0 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling quote v0.6.6 [INFO] [stderr] Checking sha3 v0.8.1 [INFO] [stderr] Compiling syn v0.14.8 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking tempfile v3.0.5 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking artid-logger v0.1.0 (/opt/rustwide/workdir/src/logger) [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking chrono v0.4.5 [INFO] [stderr] Checking serde_json v1.0.24 [INFO] [stderr] Compiling serde_derive v1.0.71 [INFO] [stderr] Checking failure v0.1.2 [INFO] [stderr] Checking env_path v0.1.0 (/opt/rustwide/workdir/src/crates/env_path) [INFO] [stderr] Checking artid-core v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/ops/core/model.rs:76:25 [INFO] [stdout] | [INFO] [stdout] 76 | cleaner: Debuggable, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn FnBox + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/ops/core/model.rs:76:25 [INFO] [stdout] | [INFO] [stdout] 76 | cleaner: Debuggable, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn FnBox + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/ops/core/model.rs:147:25 [INFO] [stdout] | [INFO] [stdout] 147 | cleaner: Debuggable, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn FnBox + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tree` [INFO] [stdout] --> src/core/ops/core/tree.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | tree: &'b DirTree<'a, S, D>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/ops/core/model.rs:147:25 [INFO] [stdout] | [INFO] [stdout] 147 | cleaner: Debuggable, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn FnBox + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tree` [INFO] [stdout] --> src/core/ops/core/tree.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | tree: &'b DirTree<'a, S, D>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking artid v0.2.1 (/opt/rustwide/workdir/UI/cli) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 53.52s [INFO] running `Command { std: "docker" "inspect" "e5cdef2edcef46972bfc4ae861a5ed9f705e649c9c01ce078d41e864dd9e3fa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5cdef2edcef46972bfc4ae861a5ed9f705e649c9c01ce078d41e864dd9e3fa4", kill_on_drop: false }` [INFO] [stdout] e5cdef2edcef46972bfc4ae861a5ed9f705e649c9c01ce078d41e864dd9e3fa4