[INFO] cloning repository https://github.com/awelkie/example_scheduler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/awelkie/example_scheduler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawelkie%2Fexample_scheduler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawelkie%2Fexample_scheduler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1ff1b62f573f86eb27b905fd90f5eb9aa8392797 [INFO] testing awelkie/example_scheduler against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawelkie%2Fexample_scheduler" "/workspace/builds/worker-80/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-80/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/awelkie/example_scheduler 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] removed /workspace/builds/worker-80/source/.cargo/config [INFO] started tweaking git repo https://github.com/awelkie/example_scheduler [INFO] finished tweaking git repo https://github.com/awelkie/example_scheduler [INFO] tweaked toml for git repo https://github.com/awelkie/example_scheduler written to /workspace/builds/worker-80/source/Cargo.toml [INFO] crate git repo https://github.com/awelkie/example_scheduler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded volatile-register v0.1.2 [INFO] [stderr] Downloaded cortex-m v0.1.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f785c0ad25ceed4cd30ff0c8d0d9bfed75a36e074a8f0544839a97342973a34e [INFO] running `Command { std: "docker" "start" "-a" "f785c0ad25ceed4cd30ff0c8d0d9bfed75a36e074a8f0544839a97342973a34e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f785c0ad25ceed4cd30ff0c8d0d9bfed75a36e074a8f0544839a97342973a34e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f785c0ad25ceed4cd30ff0c8d0d9bfed75a36e074a8f0544839a97342973a34e", kill_on_drop: false }` [INFO] [stdout] f785c0ad25ceed4cd30ff0c8d0d9bfed75a36e074a8f0544839a97342973a34e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e33450f21636b95a6ae4378da3be83f2b30af2f0facc35e06477f550898ffd61 [INFO] running `Command { std: "docker" "start" "-a" "e33450f21636b95a6ae4378da3be83f2b30af2f0facc35e06477f550898ffd61", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling volatile-register v0.1.2 [INFO] [stderr] Compiling cortex-m v0.1.4 [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.1.4/src/asm.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | asm!("nop" :::: "volatile"); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cortex-m` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "e33450f21636b95a6ae4378da3be83f2b30af2f0facc35e06477f550898ffd61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e33450f21636b95a6ae4378da3be83f2b30af2f0facc35e06477f550898ffd61", kill_on_drop: false }` [INFO] [stdout] e33450f21636b95a6ae4378da3be83f2b30af2f0facc35e06477f550898ffd61