[INFO] fetching crate frenetic 0.1.0... [INFO] testing frenetic-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate frenetic 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate frenetic 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate frenetic 0.1.0 [INFO] finished tweaking crates.io crate frenetic 0.1.0 [INFO] tweaked toml for crates.io crate frenetic 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b85bbd81b06946b48cb56b00b05503e1df0412ef8b02d3968ae045a01f6d9ef6 [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" "b85bbd81b06946b48cb56b00b05503e1df0412ef8b02d3968ae045a01f6d9ef6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b85bbd81b06946b48cb56b00b05503e1df0412ef8b02d3968ae045a01f6d9ef6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b85bbd81b06946b48cb56b00b05503e1df0412ef8b02d3968ae045a01f6d9ef6", kill_on_drop: false }` [INFO] [stdout] b85bbd81b06946b48cb56b00b05503e1df0412ef8b02d3968ae045a01f6d9ef6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a2a03119de7d05f9f12834f6e336c5cfc14848394961f26cc936cd2d8ea63e2e [INFO] running `Command { std: "docker" "start" "-a" "a2a03119de7d05f9f12834f6e336c5cfc14848394961f26cc936cd2d8ea63e2e", kill_on_drop: false }` [INFO] [stderr] Compiling frenetic v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/sysv.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/sysv.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/sysv.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(naked_functions)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/arch/x86_64/sysv.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | / pub extern "C" fn wipe() { [INFO] [stdout] 11 | | unsafe { [INFO] [stdout] 12 | | asm!( [INFO] [stdout] 13 | | "xor rax, rax", [INFO] [stdout] ... | [INFO] [stdout] 27 | | } [INFO] [stdout] 28 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: naked functions cannot be inlined [INFO] [stdout] --> src/arch/x86_64/sysv.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | #[inline(never)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/arch/x86_64/sysv.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / pub extern "C" fn save(&mut self) -> bool { [INFO] [stdout] 34 | | unsafe { [INFO] [stdout] 35 | | asm!( [INFO] [stdout] 36 | | "pop rsi", [INFO] [stdout] ... | [INFO] [stdout] 50 | | } [INFO] [stdout] 51 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: naked functions cannot be inlined [INFO] [stdout] --> src/arch/x86_64/sysv.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | #[inline(never)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/arch/x86_64/sysv.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | / pub unsafe extern "C" fn load(&self) -> ! { [INFO] [stdout] 56 | | asm!( [INFO] [stdout] 57 | | "mov rax, 0", [INFO] [stdout] 58 | | "mov r15, qword ptr [rdi + 0x00]", [INFO] [stdout] ... | [INFO] [stdout] 68 | | ) [INFO] [stdout] 69 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: naked functions cannot be inlined [INFO] [stdout] --> src/arch/x86_64/sysv.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | #[inline(never)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0787. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `frenetic` due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "a2a03119de7d05f9f12834f6e336c5cfc14848394961f26cc936cd2d8ea63e2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2a03119de7d05f9f12834f6e336c5cfc14848394961f26cc936cd2d8ea63e2e", kill_on_drop: false }` [INFO] [stdout] a2a03119de7d05f9f12834f6e336c5cfc14848394961f26cc936cd2d8ea63e2e