[INFO] cloning repository https://github.com/the8472/fastar [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/the8472/fastar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthe8472%2Ffastar", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthe8472%2Ffastar'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8aa23a633187c8e5d03d6fff2b2546ca0c78862d [INFO] checking the8472/fastar against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthe8472%2Ffastar" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/the8472/fastar on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/the8472/fastar [INFO] finished tweaking git repo https://github.com/the8472/fastar [INFO] tweaked toml for git repo https://github.com/the8472/fastar written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/the8472/fastar already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded reapfrog v0.2.0 [INFO] [stderr] Downloaded tar v0.4.13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66cf0d79ace31c262573e7c8824df8c8fde22938489ff9828b3cd5de8f6edfd4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "66cf0d79ace31c262573e7c8824df8c8fde22938489ff9828b3cd5de8f6edfd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66cf0d79ace31c262573e7c8824df8c8fde22938489ff9828b3cd5de8f6edfd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66cf0d79ace31c262573e7c8824df8c8fde22938489ff9828b3cd5de8f6edfd4", kill_on_drop: false }` [INFO] [stdout] 66cf0d79ace31c262573e7c8824df8c8fde22938489ff9828b3cd5de8f6edfd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 08069087798e40beb0a2cd313d2d5df8fdc96e7db1966ad5a91db5e12deffa76 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "08069087798e40beb0a2cd313d2d5df8fdc96e7db1966ad5a91db5e12deffa76", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.24 [INFO] [stderr] Compiling gcc v0.3.51 [INFO] [stderr] Checking lazy_static v0.2.8 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Checking cfg-if v0.1.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking uuid v0.3.1 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking unicode-width v0.1.4 [INFO] [stderr] Checking unicode-segmentation v1.1.0 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking vec_map v0.8.0 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Checking bitflags v0.9.1 [INFO] [stderr] Checking crc v1.4.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking minilzo-sys v0.1.0 [INFO] [stderr] Checking nix v0.8.1 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking xattr v0.1.11 [INFO] [stderr] Checking mnt v0.3.0 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Checking filetime v0.1.10 [INFO] [stderr] Checking reapfrog v0.2.0 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Checking textwrap v0.6.0 [INFO] [stderr] Checking minilzo v0.1.2 [INFO] [stderr] Checking tar v0.4.13 [INFO] [stderr] Checking clap v2.25.0 [INFO] [stderr] Checking flate2 v0.2.19 [INFO] [stderr] Compiling derive-error v0.0.3 [INFO] [stderr] Checking btrfs2 v1.2.2 [INFO] [stderr] Checking platter-walk v0.1.2 [INFO] [stderr] Checking fastar v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:100:52 [INFO] [stdout] | [INFO] [stdout] 100 | writeln!(std::io::stderr(),"{}", e.description()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/main.rs:132:48 [INFO] [stdout] | [INFO] [stdout] 132 | writeln!(std::io::stderr(),"{}", e.description()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [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/main.rs:100:52 [INFO] [stdout] | [INFO] [stdout] 100 | writeln!(std::io::stderr(),"{}", e.description()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/main.rs:132:48 [INFO] [stdout] | [INFO] [stdout] 132 | writeln!(std::io::stderr(),"{}", e.description()).unwrap(); [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 20.75s [INFO] running `Command { std: "docker" "inspect" "08069087798e40beb0a2cd313d2d5df8fdc96e7db1966ad5a91db5e12deffa76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08069087798e40beb0a2cd313d2d5df8fdc96e7db1966ad5a91db5e12deffa76", kill_on_drop: false }` [INFO] [stdout] 08069087798e40beb0a2cd313d2d5df8fdc96e7db1966ad5a91db5e12deffa76