[INFO] fetching crate mma7660fc 0.1.2...
[INFO] checking mma7660fc-0.1.2 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate mma7660fc 0.1.2 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate mma7660fc 0.1.2 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config
[INFO] started tweaking crates.io crate mma7660fc 0.1.2
[INFO] finished tweaking crates.io crate mma7660fc 0.1.2
[INFO] tweaked toml for crates.io crate mma7660fc 0.1.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pulldown-cmark v0.9.6
[INFO] [stderr]   Downloaded spidev v0.3.0
[INFO] [stderr]   Downloaded i2cdev v0.3.2
[INFO] [stderr]   Downloaded nix v0.6.0
[INFO] [stderr]   Downloaded linux-embedded-hal v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7c6834f709a06fa03f19e7a87cf364bfc8977a0d1625557feae8b92c58f0b9b4
[INFO] running `Command { std: "docker" "start" "-a" "7c6834f709a06fa03f19e7a87cf364bfc8977a0d1625557feae8b92c58f0b9b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c6834f709a06fa03f19e7a87cf364bfc8977a0d1625557feae8b92c58f0b9b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c6834f709a06fa03f19e7a87cf364bfc8977a0d1625557feae8b92c58f0b9b4", kill_on_drop: false }`
[INFO] [stdout] 7c6834f709a06fa03f19e7a87cf364bfc8977a0d1625557feae8b92c58f0b9b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f2be41d236f159cf0519534702c1e7d312ce4c3347e2672dd0535f5910ac9cf
[INFO] running `Command { std: "docker" "start" "-a" "9f2be41d236f159cf0519534702c1e7d312ce4c3347e2672dd0535f5910ac9cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]    Compiling bytecount v0.6.7
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling nix v0.10.0
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking bitflags v0.4.0
[INFO] [stderr]     Checking bitflags v0.3.3
[INFO] [stderr]    Compiling nix v0.6.0
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking embedded-hal v0.1.3
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking spidev v0.3.0
[INFO] [stderr]    Compiling tempfile v3.9.0
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]     Checking sysfs_gpio v0.5.4
[INFO] [stderr]    Compiling cargo-platform v0.1.6
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling cargo_metadata v0.14.2
[INFO] [stderr]     Checking mma7660fc v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 |         let mut buffer: [u8; 3] = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:60:9
[INFO] [stdout]     |
[INFO] [stdout] 60  | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the feature `pattern_parentheses` has been stable since 1.31.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | #![feature(pattern_parentheses)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the type `[u8; 3]` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:177:44
[INFO] [stdout]     |
[INFO] [stdout] 177 |         let mut buffer: [u8; 3] = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: `#[deny(invalid_value)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mma7660fc` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9f2be41d236f159cf0519534702c1e7d312ce4c3347e2672dd0535f5910ac9cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f2be41d236f159cf0519534702c1e7d312ce4c3347e2672dd0535f5910ac9cf", kill_on_drop: false }`
[INFO] [stdout] 9f2be41d236f159cf0519534702c1e7d312ce4c3347e2672dd0535f5910ac9cf
[INFO] checking mma7660fc-0.1.2 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate mma7660fc 0.1.2 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate mma7660fc 0.1.2 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config
[INFO] started tweaking crates.io crate mma7660fc 0.1.2
[INFO] finished tweaking crates.io crate mma7660fc 0.1.2
[INFO] tweaked toml for crates.io crate mma7660fc 0.1.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9bb218e8991e0586f26f67081b593677de617c140351d66f7c65b23b0017f6f4
[INFO] running `Command { std: "docker" "start" "-a" "9bb218e8991e0586f26f67081b593677de617c140351d66f7c65b23b0017f6f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9bb218e8991e0586f26f67081b593677de617c140351d66f7c65b23b0017f6f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bb218e8991e0586f26f67081b593677de617c140351d66f7c65b23b0017f6f4", kill_on_drop: false }`
[INFO] [stdout] 9bb218e8991e0586f26f67081b593677de617c140351d66f7c65b23b0017f6f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0164665d430782a3b319c0484bd72809bd97fbe553d749c5cc4c620c172b2a83
[INFO] running `Command { std: "docker" "start" "-a" "0164665d430782a3b319c0484bd72809bd97fbe553d749c5cc4c620c172b2a83", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling bytecount v0.6.7
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling nix v0.10.0
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking bitflags v0.4.0
[INFO] [stderr]     Checking bitflags v0.3.3
[INFO] [stderr]    Compiling nix v0.6.0
[INFO] [stderr]     Checking embedded-hal v0.1.3
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking spidev v0.3.0
[INFO] [stderr]    Compiling tempfile v3.9.0
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]     Checking sysfs_gpio v0.5.4
[INFO] [stderr]    Compiling cargo-platform v0.1.6
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]     Checking mma7660fc v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/lib.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 |         let mut buffer: [u8; 3] = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:60:9
[INFO] [stdout]     |
[INFO] [stdout] 60  | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the feature `pattern_parentheses` has been stable since 1.31.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | #![feature(pattern_parentheses)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cargo_metadata v0.14.2
[INFO] [stdout] error: the type `[u8; 3]` does not permit being left uninitialized
[INFO] [stdout]    --> src/lib.rs:177:44
[INFO] [stdout]     |
[INFO] [stdout] 177 |         let mut buffer: [u8; 3] = unsafe { mem::uninitialized() };
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this code causes undefined behavior when executed
[INFO] [stdout]     |                                            help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout]     = note: `#[deny(invalid_value)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mma7660fc` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0164665d430782a3b319c0484bd72809bd97fbe553d749c5cc4c620c172b2a83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0164665d430782a3b319c0484bd72809bd97fbe553d749c5cc4c620c172b2a83", kill_on_drop: false }`
[INFO] [stdout] 0164665d430782a3b319c0484bd72809bd97fbe553d749c5cc4c620c172b2a83
