[INFO] fetching crate syscall_encode_traits 0.1.9... [INFO] checking syscall_encode_traits-0.1.9 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate syscall_encode_traits 0.1.9 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate syscall_encode_traits 0.1.9 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d24c9f41071ed719ae9061c0b16b1156be18df6102c6c1fd7a8c5c557124aa0 [INFO] running `Command { std: "docker" "start" "-a" "9d24c9f41071ed719ae9061c0b16b1156be18df6102c6c1fd7a8c5c557124aa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d24c9f41071ed719ae9061c0b16b1156be18df6102c6c1fd7a8c5c557124aa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d24c9f41071ed719ae9061c0b16b1156be18df6102c6c1fd7a8c5c557124aa0", kill_on_drop: false }` [INFO] [stdout] 9d24c9f41071ed719ae9061c0b16b1156be18df6102c6c1fd7a8c5c557124aa0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af98bec26dcea951b0b2546498802db6db8ae6dfb0dfa9c2948473feca9dc364 [INFO] running `Command { std: "docker" "start" "-a" "af98bec26dcea951b0b2546498802db6db8ae6dfb0dfa9c2948473feca9dc364", 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] 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] 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" "af98bec26dcea951b0b2546498802db6db8ae6dfb0dfa9c2948473feca9dc364", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af98bec26dcea951b0b2546498802db6db8ae6dfb0dfa9c2948473feca9dc364", kill_on_drop: false }` [INFO] [stdout] af98bec26dcea951b0b2546498802db6db8ae6dfb0dfa9c2948473feca9dc364