[INFO] fetching crate cambridge-asm 0.19.0... [INFO] checking cambridge-asm-0.19.0 against try#ebb118907fa893a392c699ddf120848fa0a8d6c2 for pr-116930 [INFO] extracting crate cambridge-asm 0.19.0 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate cambridge-asm 0.19.0 on toolchain ebb118907fa893a392c699ddf120848fa0a8d6c2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ebb118907fa893a392c699ddf120848fa0a8d6c2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cambridge-asm 0.19.0 [INFO] finished tweaking crates.io crate cambridge-asm 0.19.0 [INFO] tweaked toml for crates.io crate cambridge-asm 0.19.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ebb118907fa893a392c699ddf120848fa0a8d6c2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ebb118907fa893a392c699ddf120848fa0a8d6c2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+ebb118907fa893a392c699ddf120848fa0a8d6c2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad5310557caa008138a58ee55da515665bdb5833324b7da1c92173d3bc466e85 [INFO] running `Command { std: "docker" "start" "-a" "ad5310557caa008138a58ee55da515665bdb5833324b7da1c92173d3bc466e85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad5310557caa008138a58ee55da515665bdb5833324b7da1c92173d3bc466e85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad5310557caa008138a58ee55da515665bdb5833324b7da1c92173d3bc466e85", kill_on_drop: false }` [INFO] [stdout] ad5310557caa008138a58ee55da515665bdb5833324b7da1c92173d3bc466e85 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+ebb118907fa893a392c699ddf120848fa0a8d6c2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 130ab77c8411c27d2939d04d6ba9391ba7f3cc97215825308ac52250598491b1 [INFO] running `Command { std: "docker" "start" "-a" "130ab77c8411c27d2939d04d6ba9391ba7f3cc97215825308ac52250598491b1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Compiling virtue v0.0.13 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking serde v1.0.189 [INFO] [stderr] Compiling bincode_derive v2.0.0-rc.3 [INFO] [stderr] Checking bincode v2.0.0-rc.3 [INFO] [stderr] Checking serde_json v1.0.107 [INFO] [stderr] Compiling logos-derive v0.12.1 [INFO] [stderr] Checking logos v0.12.1 [INFO] [stderr] Checking cambridge-asm v0.19.0 (/opt/rustwide/workdir) [INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. [INFO] [stdout] --> src/inst.rs:223:23 [INFO] [stdout] | [INFO] [stdout] 223 | $($inst => Ok(Self::$inst),)+ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/mod.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / inst_set! { [INFO] [stdout] 20 | | /// The core instruction set [INFO] [stdout] 21 | | /// [INFO] [stdout] 22 | | /// Basic instructions only [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #62411 [INFO] [stdout] = note: `#[forbid(pointer_structural_match)]` on by default [INFO] [stdout] = note: this error originates in the macro `inst_set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. [INFO] [stdout] --> src/inst.rs:223:23 [INFO] [stdout] | [INFO] [stdout] 223 | $($inst => Ok(Self::$inst),)+ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/mod.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / inst_set! { [INFO] [stdout] 20 | | /// The core instruction set [INFO] [stdout] 21 | | /// [INFO] [stdout] 22 | | /// Basic instructions only [INFO] [stdout] ... | [INFO] [stdout] 52 | | } [INFO] [stdout] 53 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #62411 [INFO] [stdout] = note: `#[forbid(pointer_structural_match)]` on by default [INFO] [stdout] = note: this error originates in the macro `inst_set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. [INFO] [stdout] --> src/inst.rs:285:23 [INFO] [stdout] | [INFO] [stdout] 285 | $($inst => Ok(Self::$inst),)+ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/mod.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / extend! { [INFO] [stdout] 56 | | /// The extended instruction set [INFO] [stdout] 57 | | /// [INFO] [stdout] 58 | | /// [`Core`], plus debugging, raw input, function call and return, and no-op instructions [INFO] [stdout] ... | [INFO] [stdout] 67 | | } [INFO] [stdout] 68 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #62411 [INFO] [stdout] = note: this error originates in the macro `extend` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. [INFO] [stdout] --> src/inst.rs:285:23 [INFO] [stdout] | [INFO] [stdout] 285 | $($inst => Ok(Self::$inst),)+ [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/mod.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / extend! { [INFO] [stdout] 56 | | /// The extended instruction set [INFO] [stdout] 57 | | /// [INFO] [stdout] 58 | | /// [`Core`], plus debugging, raw input, function call and return, and no-op instructions [INFO] [stdout] ... | [INFO] [stdout] 67 | | } [INFO] [stdout] 68 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #62411 [INFO] [stdout] = note: this error originates in the macro `extend` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cambridge-asm` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cambridge-asm` (lib test) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "130ab77c8411c27d2939d04d6ba9391ba7f3cc97215825308ac52250598491b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "130ab77c8411c27d2939d04d6ba9391ba7f3cc97215825308ac52250598491b1", kill_on_drop: false }` [INFO] [stdout] 130ab77c8411c27d2939d04d6ba9391ba7f3cc97215825308ac52250598491b1