[INFO] cloning repository https://github.com/rolftimmermans/rmq
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rolftimmermans/rmq" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frolftimmermans%2Frmq", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frolftimmermans%2Frmq'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e520cfcd54273c3bda60747568a8b29e3879ff4d
[INFO] checking rolftimmermans/rmq against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frolftimmermans%2Frmq" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rolftimmermans/rmq
[INFO] finished tweaking git repo https://github.com/rolftimmermans/rmq
[INFO] tweaked toml for git repo https://github.com/rolftimmermans/rmq written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rolftimmermans/rmq on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rolftimmermans/rmq 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5f0dbcf493f2633c554f5699daad089842ad638d668013b2ac76c288b750a4ec
[INFO] running `Command { std: "docker" "start" "-a" "5f0dbcf493f2633c554f5699daad089842ad638d668013b2ac76c288b750a4ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f0dbcf493f2633c554f5699daad089842ad638d668013b2ac76c288b750a4ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f0dbcf493f2633c554f5699daad089842ad638d668013b2ac76c288b750a4ec", kill_on_drop: false }`
[INFO] [stdout] 5f0dbcf493f2633c554f5699daad089842ad638d668013b2ac76c288b750a4ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d719c9d0c44eb8a846441adeb5af43fc74a34d0ea2ddc240a3afdad2411100db
[INFO] running `Command { std: "docker" "start" "-a" "d719c9d0c44eb8a846441adeb5af43fc74a34d0ea2ddc240a3afdad2411100db", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.68
[INFO] [stderr]    Compiling proc-macro2 v1.0.9
[INFO] [stderr]    Compiling syn v1.0.16
[INFO] [stderr]    Compiling cc v1.0.50
[INFO] [stderr]    Compiling serde v1.0.105
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking futures-core v0.3.4
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling memoffset v0.5.4
[INFO] [stderr]     Checking regex-syntax v0.6.17
[INFO] [stderr]     Checking futures-sink v0.3.4
[INFO] [stderr]    Compiling ryu v1.0.3
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]     Checking tracing-core v0.1.10
[INFO] [stderr]     Checking futures-io v0.3.4
[INFO] [stderr]     Checking futures-channel v0.3.4
[INFO] [stderr]     Checking futures-task v0.3.4
[INFO] [stderr]     Checking itoa v0.4.5
[INFO] [stderr]     Checking pin-utils v0.1.0-alpha.4
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]     Checking smallvec v1.2.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.6
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking crossbeam-epoch v0.8.2
[INFO] [stderr]     Checking either v1.5.3
[INFO] [stderr]    Compiling failure_derive v0.1.7
[INFO] [stderr]    Compiling rayon-core v1.7.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking crossbeam-queue v0.2.1
[INFO] [stderr]     Checking aho-corasick v0.7.10
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking pin-project-lite v0.1.4
[INFO] [stderr]     Checking fnv v1.0.6
[INFO] [stderr]    Compiling cmake v0.1.42
[INFO] [stderr]     Checking bytes v0.5.4
[INFO] [stderr]     Checking unicode-width v0.1.7
[INFO] [stderr]     Checking itertools v0.8.2
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking lock_api v0.3.3
[INFO] [stderr]     Checking num_cpus v1.12.0
[INFO] [stderr]     Checking getrandom v0.1.14
[INFO] [stderr]    Compiling zeromq-src v0.1.8+4.3.2
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking crossbeam-deque v0.7.3
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling quote v1.0.3
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking parking_lot_core v0.7.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.34
[INFO] [stderr]    Compiling generator v0.6.20
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling libzmq-sys v0.1.7+4.3.2
[INFO] [stderr]    Compiling claim v0.3.1
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking rayon v1.3.0
[INFO] [stderr]     Checking parking_lot v0.10.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking plotters v0.2.12
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking tracing-log v0.1.1
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generator-0.6.20/src/detail/x86_64_unix.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         asm!(
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 15 +     use std::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generator-0.6.20/src/detail/x86_64_unix.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         asm!(
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 15 +     use std::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generator-0.6.20/src/detail/x86_64_unix.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         asm!(
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 15 +     use std::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generator-0.6.20/src/detail/x86_64_unix.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 |             asm!(
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 15 +     use std::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generator-0.6.20/src/detail/x86_64_unix.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[naked]
[INFO] [stdout]    |       ^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[unsafe(naked)]
[INFO] [stdout]    |       +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0736]: attribute incompatible with `#[unsafe(naked)]`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generator-0.6.20/src/detail/x86_64_unix.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[naked]
[INFO] [stdout]    |     -------- function marked with `#[unsafe(naked)]` here
[INFO] [stdout] 29 |     #[inline(never)]
[INFO] [stdout]    |       ^^^^^^ the `inline` attribute is incompatible with `#[unsafe(naked)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generator-0.6.20/src/detail/x86_64_unix.rs:45:7
[INFO] [stdout]    |
[INFO] [stdout] 45 |     #[naked]
[INFO] [stdout]    |       ^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 45 |     #[unsafe(naked)]
[INFO] [stdout]    |       +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0736]: attribute incompatible with `#[unsafe(naked)]`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generator-0.6.20/src/detail/x86_64_unix.rs:46:7
[INFO] [stdout]    |
[INFO] [stdout] 45 |     #[naked]
[INFO] [stdout]    |     -------- function marked with `#[unsafe(naked)]` here
[INFO] [stdout] 46 |     #[inline(never)]
[INFO] [stdout]    |       ^^^^^^ the `inline` attribute is incompatible with `#[unsafe(naked)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generator-0.6.20/src/detail/x86_64_unix.rs:58:11
[INFO] [stdout]    |
[INFO] [stdout] 58 |         #[naked]
[INFO] [stdout]    |           ^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 58 |         #[unsafe(naked)]
[INFO] [stdout]    |           +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking criterion-plot v0.4.1
[INFO] [stderr]     Checking sharded-slab v0.0.8
[INFO] [stdout] error[E0787]: naked functions must contain a single `naked_asm!` invocation
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/generator-0.6.20/src/detail/x86_64_unix.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub unsafe extern "C" fn swap_registers(out_regs: *mut Registers, in_regs: *const Registers) {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 |         _swap_reg()
[INFO] [stdout]    |         ----------- not allowed in naked functions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0736, E0787.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0736`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `generator` (lib) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d719c9d0c44eb8a846441adeb5af43fc74a34d0ea2ddc240a3afdad2411100db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d719c9d0c44eb8a846441adeb5af43fc74a34d0ea2ddc240a3afdad2411100db", kill_on_drop: false }`
[INFO] [stdout] d719c9d0c44eb8a846441adeb5af43fc74a34d0ea2ddc240a3afdad2411100db
