[INFO] cloning repository https://github.com/sunfishcode/misc-tests [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sunfishcode/misc-tests" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunfishcode%2Fmisc-tests", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunfishcode%2Fmisc-tests'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a696b1599589e6394b30e0784b980a5ff3d73517 [INFO] checking sunfishcode/misc-tests against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunfishcode%2Fmisc-tests" "/workspace/builds/worker-105/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-105/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sunfishcode/misc-tests 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] started tweaking git repo https://github.com/sunfishcode/misc-tests [INFO] finished tweaking git repo https://github.com/sunfishcode/misc-tests [INFO] tweaked toml for git repo https://github.com/sunfishcode/misc-tests written to /workspace/builds/worker-105/source/Cargo.toml [INFO] crate git repo https://github.com/sunfishcode/misc-tests 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] 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-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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] e0a100de08a2567f9ceecdd455476e830d79d3f25a29197f8f0bf5fb4cc2e35d [INFO] running `Command { std: "docker" "start" "-a" "e0a100de08a2567f9ceecdd455476e830d79d3f25a29197f8f0bf5fb4cc2e35d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e0a100de08a2567f9ceecdd455476e830d79d3f25a29197f8f0bf5fb4cc2e35d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0a100de08a2567f9ceecdd455476e830d79d3f25a29197f8f0bf5fb4cc2e35d", kill_on_drop: false }` [INFO] [stdout] e0a100de08a2567f9ceecdd455476e830d79d3f25a29197f8f0bf5fb4cc2e35d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-105/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] 1bbb48183e3faabddc2f8e3d20fc200aa51b69353e965635cf76a490711df85e [INFO] running `Command { std: "docker" "start" "-a" "1bbb48183e3faabddc2f8e3d20fc200aa51b69353e965635cf76a490711df85e", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Checking more-asserts v0.2.1 [INFO] [stderr] Checking wasi v0.7.0 [INFO] [stderr] Checking wasi-misc-tests v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/interesting_paths.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/big_random_buf.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/path_rename.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/readlink_no_buffer.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/fd_advise.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/path_open_dirfd_not_dir.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/readlink.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/dangling_symlink.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/file_allocate.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/path_rename_trailing_slashes.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/clock_time_get.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/file_unbuffered_write.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/path_symlink_trailing_slashes.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/fd_readdir.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/truncation_rights.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/file_pread_pwrite.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/unlink_file_trailing_slashes.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/remove_directory_trailing_slashes.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/renumber.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/directory_seek.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/fd_filestat_set.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/poll_oneoff.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/sched_yield.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/nofollow_errors.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/file_seek_tell.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/symlink_loop.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/close_preopen.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/remove_nonempty_directory.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/path_filestat.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/bin/isatty.rs from 2018 edition to 2021 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.49s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking wasi-misc-tests v0.1.0 (/tmp/fixit) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.35s [INFO] running `Command { std: "docker" "inspect" "1bbb48183e3faabddc2f8e3d20fc200aa51b69353e965635cf76a490711df85e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bbb48183e3faabddc2f8e3d20fc200aa51b69353e965635cf76a490711df85e", kill_on_drop: false }` [INFO] [stdout] 1bbb48183e3faabddc2f8e3d20fc200aa51b69353e965635cf76a490711df85e