[INFO] cloning repository https://github.com/PurpleBooth/fix-compaudit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PurpleBooth/fix-compaudit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Ffix-compaudit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Ffix-compaudit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b472543bd00be9e97a86bc27816e83c3731e4414 [INFO] testing PurpleBooth/fix-compaudit against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPurpleBooth%2Ffix-compaudit" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PurpleBooth/fix-compaudit on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PurpleBooth/fix-compaudit [INFO] finished tweaking git repo https://github.com/PurpleBooth/fix-compaudit [INFO] tweaked toml for git repo https://github.com/PurpleBooth/fix-compaudit written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/PurpleBooth/fix-compaudit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b11b815a774b8bd041191043e1070e81b72444b7bdbf4aaff5938bf2442674d6 [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" "b11b815a774b8bd041191043e1070e81b72444b7bdbf4aaff5938bf2442674d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b11b815a774b8bd041191043e1070e81b72444b7bdbf4aaff5938bf2442674d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b11b815a774b8bd041191043e1070e81b72444b7bdbf4aaff5938bf2442674d6", kill_on_drop: false }` [INFO] [stdout] b11b815a774b8bd041191043e1070e81b72444b7bdbf4aaff5938bf2442674d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ded1b28dcf3a604aaaaafb1423ac6a90b8389d971381eb9dfced07728b8c3b8c [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" "ded1b28dcf3a604aaaaafb1423ac6a90b8389d971381eb9dfced07728b8c3b8c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.118 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling fix-compaudit v0.46.75 (/opt/rustwide/workdir) [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling users v0.11.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling clap_derive v3.1.0 [INFO] [stderr] Compiling clap v3.1.2 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.30s [INFO] running `Command { std: "docker" "inspect" "ded1b28dcf3a604aaaaafb1423ac6a90b8389d971381eb9dfced07728b8c3b8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ded1b28dcf3a604aaaaafb1423ac6a90b8389d971381eb9dfced07728b8c3b8c", kill_on_drop: false }` [INFO] [stdout] ded1b28dcf3a604aaaaafb1423ac6a90b8389d971381eb9dfced07728b8c3b8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ccb1735869af38f63fa4bcf4e2e4041e38e5107e5f265c0167d78821d72115fb [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" "ccb1735869af38f63fa4bcf4e2e4041e38e5107e5f265c0167d78821d72115fb", kill_on_drop: false }` [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling fix-compaudit v0.46.75 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.51s [INFO] running `Command { std: "docker" "inspect" "ccb1735869af38f63fa4bcf4e2e4041e38e5107e5f265c0167d78821d72115fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccb1735869af38f63fa4bcf4e2e4041e38e5107e5f265c0167d78821d72115fb", kill_on_drop: false }` [INFO] [stdout] ccb1735869af38f63fa4bcf4e2e4041e38e5107e5f265c0167d78821d72115fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b60dbc9386ec1448401134a279bcb67cc9d7fc2f0ae434bc7a15ceff9ff8ecc6 [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" "b60dbc9386ec1448401134a279bcb67cc9d7fc2f0ae434bc7a15ceff9ff8ecc6", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fix_compaudit-d92bfff7be164850) [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::on_getting_the_list_failing_we_raise_that ... ok [INFO] [stdout] test tests::it_does_nothing_on_no_errors ... ok [INFO] [stderr] sudo: unable to resolve host b60dbc9386ec: Temporary failure in name resolution [INFO] [stderr] sudo: unable to resolve host b60dbc9386ec: Temporary failure in name resolution [INFO] [stderr] sudo: unable to resolve host b60dbc9386ec: Temporary failure in name resolution [INFO] [stderr] sudo: unable to resolve host b60dbc9386ec: Temporary failure in name resolution [INFO] [stderr] sudo: unable to resolve host b60dbc9386ec: Temporary failure in name resolution [INFO] [stderr] sudo: unable to resolve host b60dbc9386ec: Temporary failure in name resolution [INFO] [stdout] test tests::files_that_are_writable_by_others_are_protected ... ok [INFO] [stderr] sudo: unable to resolve host b60dbc9386ec: Temporary failure in name resolution [INFO] [stderr] sudo: unable to resolve host b60dbc9386ec: Temporary failure in name resolution [INFO] [stdout] test tests::files_that_are_writable_by_group_are_protected ... ok [INFO] [stdout] test tests::files_belonging_to_others_change_to_belong_to_me ... ok [INFO] [stdout] test tests::files_that_are_in_a_directory_that_belongs_to_someone_else_are_protected ... ok [INFO] [stdout] test tests::files_belonging_to_others_inside_that_directory_change_to_belong_to_me ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b60dbc9386ec1448401134a279bcb67cc9d7fc2f0ae434bc7a15ceff9ff8ecc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b60dbc9386ec1448401134a279bcb67cc9d7fc2f0ae434bc7a15ceff9ff8ecc6", kill_on_drop: false }` [INFO] [stdout] b60dbc9386ec1448401134a279bcb67cc9d7fc2f0ae434bc7a15ceff9ff8ecc6