[INFO] cloning repository https://github.com/marknijboer/MagicUtil [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/marknijboer/MagicUtil" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarknijboer%2FMagicUtil", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarknijboer%2FMagicUtil'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 41df79aa9c4dd80dab5082d7e432aab72a4cdb90 [INFO] checking marknijboer/MagicUtil against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarknijboer%2FMagicUtil" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/marknijboer/MagicUtil on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-12/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/marknijboer/MagicUtil [INFO] finished tweaking git repo https://github.com/marknijboer/MagicUtil [INFO] tweaked toml for git repo https://github.com/marknijboer/MagicUtil written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/marknijboer/MagicUtil already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cpufeatures v0.1.0 [INFO] [stderr] Downloaded mac_address v1.1.1 [INFO] [stderr] Downloaded aes v0.7.0 [INFO] [stderr] Downloaded sha2 v0.9.4 [INFO] [stderr] Downloaded simple-error v0.2.3 [INFO] [stderr] Downloaded pad v0.1.6 [INFO] [stderr] Downloaded pwhash v1.0.0 [INFO] [stderr] Downloaded local_ipaddress v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 94869a4caa39184585a0c17010dc567281812e0a26fdf1615e8adb8cbd5efbb0 [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" "94869a4caa39184585a0c17010dc567281812e0a26fdf1615e8adb8cbd5efbb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94869a4caa39184585a0c17010dc567281812e0a26fdf1615e8adb8cbd5efbb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94869a4caa39184585a0c17010dc567281812e0a26fdf1615e8adb8cbd5efbb0", kill_on_drop: false }` [INFO] [stdout] 94869a4caa39184585a0c17010dc567281812e0a26fdf1615e8adb8cbd5efbb0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96714c1732b608eb6976d25a5efc8c3ea589b5fe8c15d5c981085adc7b4f6582 [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" "96714c1732b608eb6976d25a5efc8c3ea589b5fe8c15d5c981085adc7b4f6582", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling libc v0.2.85 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Checking cpufeatures v0.1.0 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking subtle v2.4.0 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling mac_address v1.1.1 [INFO] [stderr] Compiling serde_json v1.0.62 [INFO] [stderr] Checking simple-error v0.2.3 [INFO] [stderr] Checking local_ipaddress v0.1.3 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Checking pad v0.1.6 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking cipher v0.2.5 [INFO] [stderr] Checking crypto-mac v0.10.0 [INFO] [stderr] Checking cipher v0.3.0 [INFO] [stderr] Checking hmac v0.10.1 [INFO] [stderr] Checking sha-1 v0.9.5 [INFO] [stderr] Checking md-5 v0.9.1 [INFO] [stderr] Checking sha2 v0.9.4 [INFO] [stderr] Checking aes v0.7.0 [INFO] [stderr] Checking blowfish v0.7.0 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking nix v0.19.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking pwhash v1.0.0 [INFO] [stderr] Checking magicutil v0.1.7 (/tmp/fixit) [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/config/properties.rs (2 fixes) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.27s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking magicutil v0.1.7 (/tmp/fixit) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `Command { std: "docker" "inspect" "96714c1732b608eb6976d25a5efc8c3ea589b5fe8c15d5c981085adc7b4f6582", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96714c1732b608eb6976d25a5efc8c3ea589b5fe8c15d5c981085adc7b4f6582", kill_on_drop: false }` [INFO] [stdout] 96714c1732b608eb6976d25a5efc8c3ea589b5fe8c15d5c981085adc7b4f6582