[INFO] fetching crate aclint 0.0.0...
[INFO] checking aclint-0.0.0 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate aclint 0.0.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate aclint 0.0.0 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate aclint 0.0.0
[INFO] finished tweaking crates.io crate aclint 0.0.0
[INFO] tweaked toml for crates.io crate aclint 0.0.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d4b4c7849de6962d32a47e54cee6ab5cf6d96a734fcd46766034f367b0a2f7e4
[INFO] running `Command { std: "docker" "start" "-a" "d4b4c7849de6962d32a47e54cee6ab5cf6d96a734fcd46766034f367b0a2f7e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d4b4c7849de6962d32a47e54cee6ab5cf6d96a734fcd46766034f367b0a2f7e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4b4c7849de6962d32a47e54cee6ab5cf6d96a734fcd46766034f367b0a2f7e4", kill_on_drop: false }`
[INFO] [stdout] d4b4c7849de6962d32a47e54cee6ab5cf6d96a734fcd46766034f367b0a2f7e4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f66a6cb28574d9e85bae7f8ef623552fca9d65113592214d7fa31890b3d191e0
[INFO] running `Command { std: "docker" "start" "-a" "f66a6cb28574d9e85bae7f8ef623552fca9d65113592214d7fa31890b3d191e0", kill_on_drop: false }`
[INFO] [stderr]     Checking aclint v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]   --> src/lib.rs:80:13
[INFO] [stdout]    |
[INFO] [stdout] 80 | /             asm!(
[INFO] [stdout] 81 | |                 "   addi sp, sp, -8
[INFO] [stdout] 82 | |                     sd   a1, (sp)
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |                 options(noreturn),
[INFO] [stdout] 95 | |             )
[INFO] [stdout]    | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 | /             asm!(
[INFO] [stdout] 103 | |                 "   addi sp, sp, -8
[INFO] [stdout] 104 | |                     sd   a1, (sp)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |                 options(noreturn),
[INFO] [stdout] 117 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:124:13
[INFO] [stdout]     |
[INFO] [stdout] 124 | /             asm!(
[INFO] [stdout] 125 | |                 "   slli a1, a1, 3
[INFO] [stdout] 126 | |                     add  a0, a0, a1
[INFO] [stdout] ...   |
[INFO] [stdout] 135 | |                 options(noreturn),
[INFO] [stdout] 136 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:143:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | /             asm!(
[INFO] [stdout] 144 | |                 "   slli a1, a1, 3
[INFO] [stdout] 145 | |                     add  a0, a0, a1
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |                 options(noreturn),
[INFO] [stdout] 155 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:162:13
[INFO] [stdout]     |
[INFO] [stdout] 162 | /             asm!(
[INFO] [stdout] 163 | |                 "   slli a1, a1, 2
[INFO] [stdout] 164 | |                     add  a0, a0, a1
[INFO] [stdout] 165 | |                     lw   a0, (a0)
[INFO] [stdout] ...   |
[INFO] [stdout] 168 | |                 options(noreturn),
[INFO] [stdout] 169 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 | /             asm!(
[INFO] [stdout] 177 | |                 "   slli a1, a1, 2
[INFO] [stdout] 178 | |                     add  a0, a0, a1
[INFO] [stdout] 179 | |                     addi a1, zero, 1
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |                 options(noreturn),
[INFO] [stdout] 184 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:191:13
[INFO] [stdout]     |
[INFO] [stdout] 191 | /             asm!(
[INFO] [stdout] 192 | |                 "   slli a1, a1, 2
[INFO] [stdout] 193 | |                     add  a0, a0, a1
[INFO] [stdout] 194 | |                     sw   zero, (a0)
[INFO] [stdout] ...   |
[INFO] [stdout] 197 | |                 options(noreturn),
[INFO] [stdout] 198 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the feature `asm_const` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:29
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(naked_functions, asm_const)]
[INFO] [stdout]   |                             ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]   --> src/lib.rs:80:13
[INFO] [stdout]    |
[INFO] [stdout] 80 | /             asm!(
[INFO] [stdout] 81 | |                 "   addi sp, sp, -8
[INFO] [stdout] 82 | |                     sd   a1, (sp)
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |                 options(noreturn),
[INFO] [stdout] 95 | |             )
[INFO] [stdout]    | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 | /             asm!(
[INFO] [stdout] 103 | |                 "   addi sp, sp, -8
[INFO] [stdout] 104 | |                     sd   a1, (sp)
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |                 options(noreturn),
[INFO] [stdout] 117 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:124:13
[INFO] [stdout]     |
[INFO] [stdout] 124 | /             asm!(
[INFO] [stdout] 125 | |                 "   slli a1, a1, 3
[INFO] [stdout] 126 | |                     add  a0, a0, a1
[INFO] [stdout] ...   |
[INFO] [stdout] 135 | |                 options(noreturn),
[INFO] [stdout] 136 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:143:13
[INFO] [stdout]     |
[INFO] [stdout] 143 | /             asm!(
[INFO] [stdout] 144 | |                 "   slli a1, a1, 3
[INFO] [stdout] 145 | |                     add  a0, a0, a1
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |                 options(noreturn),
[INFO] [stdout] 155 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:162:13
[INFO] [stdout]     |
[INFO] [stdout] 162 | /             asm!(
[INFO] [stdout] 163 | |                 "   slli a1, a1, 2
[INFO] [stdout] 164 | |                     add  a0, a0, a1
[INFO] [stdout] 165 | |                     lw   a0, (a0)
[INFO] [stdout] ...   |
[INFO] [stdout] 168 | |                 options(noreturn),
[INFO] [stdout] 169 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 | /             asm!(
[INFO] [stdout] 177 | |                 "   slli a1, a1, 2
[INFO] [stdout] 178 | |                     add  a0, a0, a1
[INFO] [stdout] 179 | |                     addi a1, zero, 1
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |                 options(noreturn),
[INFO] [stdout] 184 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/lib.rs:191:13
[INFO] [stdout]     |
[INFO] [stdout] 191 | /             asm!(
[INFO] [stdout] 192 | |                 "   slli a1, a1, 2
[INFO] [stdout] 193 | |                     add  a0, a0, a1
[INFO] [stdout] 194 | |                     sw   zero, (a0)
[INFO] [stdout] ...   |
[INFO] [stdout] 197 | |                 options(noreturn),
[INFO] [stdout] 198 | |             )
[INFO] [stdout]     | |_____________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the feature `asm_const` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:29
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(naked_functions, asm_const)]
[INFO] [stdout]   |                             ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0787`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0787`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aclint` (lib) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `aclint` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "f66a6cb28574d9e85bae7f8ef623552fca9d65113592214d7fa31890b3d191e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f66a6cb28574d9e85bae7f8ef623552fca9d65113592214d7fa31890b3d191e0", kill_on_drop: false }`
[INFO] [stdout] f66a6cb28574d9e85bae7f8ef623552fca9d65113592214d7fa31890b3d191e0
