[INFO] cloning repository https://github.com/seagleNet/permfixer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/seagleNet/permfixer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FseagleNet%2Fpermfixer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FseagleNet%2Fpermfixer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7bc32f838031295891bf71522204892f57127475
[INFO] testing seagleNet/permfixer against 1.99.0-beta.1 for beta-1.99-5
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FseagleNet%2Fpermfixer" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/seagleNet/permfixer
[INFO] finished tweaking git repo https://github.com/seagleNet/permfixer
[INFO] tweaked toml for git repo https://github.com/seagleNet/permfixer written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/seagleNet/permfixer on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/seagleNet/permfixer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c53f0b190ff7be95cc18b1340d3fa0fb13642382a349032aae30ae84b6a6f063
[INFO] running `Command { std: "docker" "start" "c53f0b190ff7be95cc18b1340d3fa0fb13642382a349032aae30ae84b6a6f063", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c53f0b190ff7be95cc18b1340d3fa0fb13642382a349032aae30ae84b6a6f063", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c53f0b190ff7be95cc18b1340d3fa0fb13642382a349032aae30ae84b6a6f063" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c53f0b190ff7be95cc18b1340d3fa0fb13642382a349032aae30ae84b6a6f063", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c53f0b190ff7be95cc18b1340d3fa0fb13642382a349032aae30ae84b6a6f063" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling sequential-macro v0.1.4
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling toml_writer v1.0.4
[INFO] [stderr]    Compiling sequential-test v0.2.4
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling inotify v0.11.0
[INFO] [stderr]    Compiling permfixer v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.72s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "c53f0b190ff7be95cc18b1340d3fa0fb13642382a349032aae30ae84b6a6f063", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c53f0b190ff7be95cc18b1340d3fa0fb13642382a349032aae30ae84b6a6f063" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling permfixer v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0658]: use of an internal attribute
[INFO] [stdout]    --> src/main.rs:259:5
[INFO] [stdout]     |
[INFO] [stdout] 259 |     #[parallel]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the `rustc_test_entrypoint_marker` attribute is an internal implementation detail that will never be stable
[INFO] [stdout]     = note: this error originates in the attribute macro `parallel` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of an internal attribute
[INFO] [stdout]    --> src/main.rs:270:5
[INFO] [stdout]     |
[INFO] [stdout] 270 |     #[parallel]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the `rustc_test_entrypoint_marker` attribute is an internal implementation detail that will never be stable
[INFO] [stdout]     = note: this error originates in the attribute macro `parallel` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of an internal attribute
[INFO] [stdout]    --> src/main.rs:300:5
[INFO] [stdout]     |
[INFO] [stdout] 300 |     #[sequential]
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the `rustc_test_entrypoint_marker` attribute is an internal implementation detail that will never be stable
[INFO] [stdout]     = note: this error originates in the attribute macro `sequential` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of an internal attribute
[INFO] [stdout]    --> src/main.rs:333:5
[INFO] [stdout]     |
[INFO] [stdout] 333 |     #[sequential]
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the `rustc_test_entrypoint_marker` attribute is an internal implementation detail that will never be stable
[INFO] [stdout]     = note: this error originates in the attribute macro `sequential` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0658`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `permfixer` (bin "permfixer" test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "c53f0b190ff7be95cc18b1340d3fa0fb13642382a349032aae30ae84b6a6f063", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c53f0b190ff7be95cc18b1340d3fa0fb13642382a349032aae30ae84b6a6f063", kill_on_drop: false }`
[INFO] [stdout] c53f0b190ff7be95cc18b1340d3fa0fb13642382a349032aae30ae84b6a6f063
