[INFO] fetching crate syscall_encode_traits 0.1.9... [INFO] checking syscall_encode_traits-0.1.9 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate syscall_encode_traits 0.1.9 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate syscall_encode_traits 0.1.9 [INFO] finished tweaking crates.io crate syscall_encode_traits 0.1.9 [INFO] tweaked toml for crates.io crate syscall_encode_traits 0.1.9 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate syscall_encode_traits 0.1.9 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded compiler_builtins v0.1.160 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 87b647025ab66db722dd11a9186ddac84df3842e42bfe767cee857c50cb1c12f [INFO] running `Command { std: "docker" "start" "-a" "87b647025ab66db722dd11a9186ddac84df3842e42bfe767cee857c50cb1c12f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "87b647025ab66db722dd11a9186ddac84df3842e42bfe767cee857c50cb1c12f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87b647025ab66db722dd11a9186ddac84df3842e42bfe767cee857c50cb1c12f", kill_on_drop: false }` [INFO] [stdout] 87b647025ab66db722dd11a9186ddac84df3842e42bfe767cee857c50cb1c12f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d93c9d06b55a8fcc5d207a39d473c0db7456e33c0e8d0ae1a41d6fd9dd5d58ea [INFO] running `Command { std: "docker" "start" "-a" "d93c9d06b55a8fcc5d207a39d473c0db7456e33c0e8d0ae1a41d6fd9dd5d58ea", kill_on_drop: false }` [INFO] [stderr] Checking syscall_encode_traits v0.1.9 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr` in module `core::ptr` [INFO] [stdout] --> src/abi/registers_and_stack.rs:153:39 [INFO] [stdout] | [INFO] [stdout] 153 | let base_ptr = core::ptr::from_exposed_addr::(reg as usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `core::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr` in module `core::ptr` [INFO] [stdout] --> src/ptr.rs:50:40 [INFO] [stdout] | [INFO] [stdout] 50 | let ptr: *const T = core::ptr::from_exposed_addr(self.raw); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `core::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr_mut` in module `core::ptr` [INFO] [stdout] --> src/ptr.rs:63:38 [INFO] [stdout] | [INFO] [stdout] 63 | let ptr: *mut T = core::ptr::from_exposed_addr_mut(self.raw); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in `core::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr` in module `core::ptr` [INFO] [stdout] --> src/ptr.rs:108:40 [INFO] [stdout] | [INFO] [stdout] 108 | let ptr: *const T = core::ptr::from_exposed_addr(self.ptr.raw); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `core::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr_mut` in module `core::ptr` [INFO] [stdout] --> src/ptr.rs:121:38 [INFO] [stdout] | [INFO] [stdout] 121 | let ptr: *mut T = core::ptr::from_exposed_addr_mut(self.ptr.raw); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in `core::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `strict_provenance` has been stable since 1.84.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(strict_provenance)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr` in module `core::ptr` [INFO] [stdout] --> src/abi/registers_and_stack.rs:153:39 [INFO] [stdout] | [INFO] [stdout] 153 | let base_ptr = core::ptr::from_exposed_addr::(reg as usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `core::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr` in module `core::ptr` [INFO] [stdout] --> src/ptr.rs:50:40 [INFO] [stdout] | [INFO] [stdout] 50 | let ptr: *const T = core::ptr::from_exposed_addr(self.raw); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `core::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr_mut` in module `core::ptr` [INFO] [stdout] --> src/ptr.rs:63:38 [INFO] [stdout] | [INFO] [stdout] 63 | let ptr: *mut T = core::ptr::from_exposed_addr_mut(self.raw); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in `core::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr` in module `core::ptr` [INFO] [stdout] --> src/ptr.rs:108:40 [INFO] [stdout] | [INFO] [stdout] 108 | let ptr: *const T = core::ptr::from_exposed_addr(self.ptr.raw); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `core::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_exposed_addr_mut` in module `core::ptr` [INFO] [stdout] --> src/ptr.rs:121:38 [INFO] [stdout] | [INFO] [stdout] 121 | let ptr: *mut T = core::ptr::from_exposed_addr_mut(self.ptr.raw); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in `core::ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `strict_provenance` has been stable since 1.84.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(strict_provenance)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `expose_addr` found for raw pointer `*const T` in the current scope [INFO] [stdout] --> src/ptr.rs:16:36 [INFO] [stdout] | [INFO] [stdout] 16 | raw: (ptr as *const T).expose_addr(), [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*const T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `expose_addr` found for raw pointer `*const T` in the current scope [INFO] [stdout] --> src/ptr.rs:16:36 [INFO] [stdout] | [INFO] [stdout] 16 | raw: (ptr as *const T).expose_addr(), [INFO] [stdout] | ^^^^^^^^^^^ method not found in `*const T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `syscall_encode_traits` (lib) due to 6 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `syscall_encode_traits` (lib test) due to 6 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "d93c9d06b55a8fcc5d207a39d473c0db7456e33c0e8d0ae1a41d6fd9dd5d58ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d93c9d06b55a8fcc5d207a39d473c0db7456e33c0e8d0ae1a41d6fd9dd5d58ea", kill_on_drop: false }` [INFO] [stdout] d93c9d06b55a8fcc5d207a39d473c0db7456e33c0e8d0ae1a41d6fd9dd5d58ea