[INFO] cloning repository https://github.com/tychota/green-thread [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tychota/green-thread" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftychota%2Fgreen-thread", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftychota%2Fgreen-thread'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b73ad7f0045e2e40250adaa22411d27a4af06bf7 [INFO] checking tychota/green-thread against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftychota%2Fgreen-thread" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tychota/green-thread on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tychota/green-thread [INFO] finished tweaking git repo https://github.com/tychota/green-thread [INFO] tweaked toml for git repo https://github.com/tychota/green-thread written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/tychota/green-thread 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe3e333815a3ce4fac66e143fb6c03d1966961926eac1e96596bf7505e06b9e3 [INFO] running `Command { std: "docker" "start" "-a" "fe3e333815a3ce4fac66e143fb6c03d1966961926eac1e96596bf7505e06b9e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe3e333815a3ce4fac66e143fb6c03d1966961926eac1e96596bf7505e06b9e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe3e333815a3ce4fac66e143fb6c03d1966961926eac1e96596bf7505e06b9e3", kill_on_drop: false }` [INFO] [stdout] fe3e333815a3ce4fac66e143fb6c03d1966961926eac1e96596bf7505e06b9e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 74c43b0c04a8a6324799ff07fae24abe185e1b570825716a88254682a488d9b6 [INFO] running `Command { std: "docker" "start" "-a" "74c43b0c04a8a6324799ff07fae24abe185e1b570825716a88254682a488d9b6", kill_on_drop: false }` [INFO] [stderr] Checking green_threads v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/main.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | asm!(" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] 3 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/main.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | asm!(" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 + use core::arch::asm; [INFO] [stdout] | [INFO] [stdout] 3 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/main.rs:136:1 [INFO] [stdout] | [INFO] [stdout] 136 | fn guard() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 137 | unsafe { [INFO] [stdout] 138 | let rt_ptr = RUNTIME as *mut Runtime; [INFO] [stdout] | ------------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 139 | let rt = &mut *rt_ptr; [INFO] [stdout] | ---------------------- non-asm is unsupported in naked functions [INFO] [stdout] 140 | println!("THREAD {} FINISHED.", rt.threads[rt.current].id); [INFO] [stdout] | ---------------------------------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 141 | rt.t_return(); [INFO] [stdout] | -------------- non-asm is unsupported in naked functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/main.rs:136:1 [INFO] [stdout] | [INFO] [stdout] 136 | fn guard() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 137 | unsafe { [INFO] [stdout] 138 | let rt_ptr = RUNTIME as *mut Runtime; [INFO] [stdout] | ------------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 139 | let rt = &mut *rt_ptr; [INFO] [stdout] | ---------------------- non-asm is unsupported in naked functions [INFO] [stdout] 140 | println!("THREAD {} FINISHED.", rt.threads[rt.current].id); [INFO] [stdout] | ---------------------------------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 141 | rt.t_return(); [INFO] [stdout] | -------------- non-asm is unsupported in naked functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0787`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0787`. [INFO] [stdout] [INFO] [stderr] error: could not compile `green_threads` (bin "green_threads" test) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `green_threads` (bin "green_threads") due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "74c43b0c04a8a6324799ff07fae24abe185e1b570825716a88254682a488d9b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74c43b0c04a8a6324799ff07fae24abe185e1b570825716a88254682a488d9b6", kill_on_drop: false }` [INFO] [stdout] 74c43b0c04a8a6324799ff07fae24abe185e1b570825716a88254682a488d9b6 [INFO] checking tychota/green-thread against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftychota%2Fgreen-thread" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tychota/green-thread on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tychota/green-thread [INFO] finished tweaking git repo https://github.com/tychota/green-thread [INFO] tweaked toml for git repo https://github.com/tychota/green-thread written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/tychota/green-thread 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" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4903679e1783124db3a501ed79756795f1627d4ea5362617d31adddcffeb2f0 [INFO] running `Command { std: "docker" "start" "-a" "c4903679e1783124db3a501ed79756795f1627d4ea5362617d31adddcffeb2f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4903679e1783124db3a501ed79756795f1627d4ea5362617d31adddcffeb2f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4903679e1783124db3a501ed79756795f1627d4ea5362617d31adddcffeb2f0", kill_on_drop: false }` [INFO] [stdout] c4903679e1783124db3a501ed79756795f1627d4ea5362617d31adddcffeb2f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8a38211c192c723c626005fd285230f807645f6940fa8bf612c8ad01403c1a4 [INFO] running `Command { std: "docker" "start" "-a" "c8a38211c192c723c626005fd285230f807645f6940fa8bf612c8ad01403c1a4", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "c8a38211c192c723c626005fd285230f807645f6940fa8bf612c8ad01403c1a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8a38211c192c723c626005fd285230f807645f6940fa8bf612c8ad01403c1a4", kill_on_drop: false }` [INFO] [stdout] c8a38211c192c723c626005fd285230f807645f6940fa8bf612c8ad01403c1a4