[INFO] fetching crate unw 0.1.0... [INFO] testing unw-0.1.0 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate unw 0.1.0 into /workspace/builds/worker-86/source [INFO] validating manifest of crates.io crate unw 0.1.0 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate unw 0.1.0 [INFO] finished tweaking crates.io crate unw 0.1.0 [INFO] tweaked toml for crates.io crate unw 0.1.0 written to /workspace/builds/worker-86/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "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" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8e8bdeed27a944a5aebfba736c7e1b142ec7596ec33c588c115659c030a64007 [INFO] running `Command { std: "docker" "start" "-a" "8e8bdeed27a944a5aebfba736c7e1b142ec7596ec33c588c115659c030a64007", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e8bdeed27a944a5aebfba736c7e1b142ec7596ec33c588c115659c030a64007", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e8bdeed27a944a5aebfba736c7e1b142ec7596ec33c588c115659c030a64007", kill_on_drop: false }` [INFO] [stdout] 8e8bdeed27a944a5aebfba736c7e1b142ec7596ec33c588c115659c030a64007 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aebdb0d523a2dda4bacaee43e3a9bb3dc88c95b08b13b976ee88337ffc9443a6 [INFO] running `Command { std: "docker" "start" "-a" "aebdb0d523a2dda4bacaee43e3a9bb3dc88c95b08b13b976ee88337ffc9443a6", kill_on_drop: false }` [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling utf v0.1.6 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling fallible v0.1.3 [INFO] [stderr] Compiling null-terminated v0.3.15 [INFO] [stdout] error[E0658]: dereferencing raw mutable pointers in constant functions is unstable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/null-terminated-0.3.15/src/lib.rs:336:72 [INFO] [stdout] | [INFO] [stdout] 336 | pub const unsafe fn new_unchecked(p: *const u8) -> &'static Self { &*(p as *mut Self) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #57349 for more information [INFO] [stdout] = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `null-terminated` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "aebdb0d523a2dda4bacaee43e3a9bb3dc88c95b08b13b976ee88337ffc9443a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aebdb0d523a2dda4bacaee43e3a9bb3dc88c95b08b13b976ee88337ffc9443a6", kill_on_drop: false }` [INFO] [stdout] aebdb0d523a2dda4bacaee43e3a9bb3dc88c95b08b13b976ee88337ffc9443a6