[INFO] fetching crate hsa 0.1.0... [INFO] checking hsa-0.1.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate hsa 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate hsa 0.1.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate hsa 0.1.0 [INFO] finished tweaking crates.io crate hsa 0.1.0 [INFO] tweaked toml for crates.io crate hsa 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5442f88c3fc289d7aff48e68fd4bade7552b3bce6bfe9d9bfb975435be8d7ee5 [INFO] running `Command { std: "docker" "start" "-a" "5442f88c3fc289d7aff48e68fd4bade7552b3bce6bfe9d9bfb975435be8d7ee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5442f88c3fc289d7aff48e68fd4bade7552b3bce6bfe9d9bfb975435be8d7ee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5442f88c3fc289d7aff48e68fd4bade7552b3bce6bfe9d9bfb975435be8d7ee5", kill_on_drop: false }` [INFO] [stdout] 5442f88c3fc289d7aff48e68fd4bade7552b3bce6bfe9d9bfb975435be8d7ee5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6a0f424a802657d5dc1fe43d8bb8c68d80074274fd5e4882d99346ff4e0003df [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6a0f424a802657d5dc1fe43d8bb8c68d80074274fd5e4882d99346ff4e0003df", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking hsa v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the type `native::ExtFinalizer1` does not permit zero-initialization [INFO] [stdout] --> src/system.rs:101:40 [INFO] [stdout] | [INFO] [stdout] 101 | let mut table: ExtFinalizer1 = zeroed(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] note: function pointers must be non-null (in this struct field) [INFO] [stdout] --> src/native.rs:1265:5 [INFO] [stdout] | [INFO] [stdout] 1265 | / pub create: fn(MachineModel, [INFO] [stdout] 1266 | | Profile, [INFO] [stdout] 1267 | | DefaultFloatRoundingMode, [INFO] [stdout] 1268 | | *const c_char, [INFO] [stdout] 1269 | | &ExtProgramHandle) [INFO] [stdout] 1270 | | -> HSAStatus, [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `native::ExtFinalizer1` does not permit zero-initialization [INFO] [stdout] --> src/system.rs:101:40 [INFO] [stdout] | [INFO] [stdout] 101 | let mut table: ExtFinalizer1 = zeroed(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] note: function pointers must be non-null (in this struct field) [INFO] [stdout] --> src/native.rs:1265:5 [INFO] [stdout] | [INFO] [stdout] 1265 | / pub create: fn(MachineModel, [INFO] [stdout] 1266 | | Profile, [INFO] [stdout] 1267 | | DefaultFloatRoundingMode, [INFO] [stdout] 1268 | | *const c_char, [INFO] [stdout] 1269 | | &ExtProgramHandle) [INFO] [stdout] 1270 | | -> HSAStatus, [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/bin/vector_copy.rs:135:6 [INFO] [stdout] | [INFO] [stdout] 135 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated variant `hsa::CodeObjectType::Program` [INFO] [stdout] --> src/bin/vector_copy.rs:74:40 [INFO] [stdout] | [INFO] [stdout] 74 | ext_prog.finalize(isa, "", hsa::CodeObjectType::Program), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/bin/vector_copy.rs:135:6 [INFO] [stdout] | [INFO] [stdout] 135 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::ExtProgram::finalize` [INFO] [stdout] --> src/bin/vector_copy.rs:74:22 [INFO] [stdout] | [INFO] [stdout] 74 | ext_prog.finalize(isa, "", hsa::CodeObjectType::Program), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::Executable::load_code_object` [INFO] [stdout] --> src/bin/vector_copy.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | executable.load_code_object(agent, code_object, ""), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::Executable::get_symbol` [INFO] [stdout] --> src/bin/vector_copy.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | executable.get_symbol("", "&__vector_copy_kernel", agent, 0), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::machine_model` [INFO] [stdout] --> src/bin/hsainfo.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | agent.machine_model().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::profile` [INFO] [stdout] --> src/bin/hsainfo.rs:50:24 [INFO] [stdout] | [INFO] [stdout] 50 | agent.profile().unwrap(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::default_float_rounding_mode` [INFO] [stdout] --> src/bin/hsainfo.rs:51:24 [INFO] [stdout] | [INFO] [stdout] 51 | agent.default_float_rounding_mode().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::base_profile_default_float_rounding_mode` [INFO] [stdout] --> src/bin/hsainfo.rs:52:24 [INFO] [stdout] | [INFO] [stdout] 52 | agent.base_profile_default_float_rounding_mode().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::fast_f16_operation` [INFO] [stdout] --> src/bin/hsainfo.rs:53:24 [INFO] [stdout] | [INFO] [stdout] 53 | agent.fast_f16_operation().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::wavefront_size` [INFO] [stdout] --> src/bin/hsainfo.rs:54:24 [INFO] [stdout] | [INFO] [stdout] 54 | agent.wavefront_size().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::workgroup_max_dim` [INFO] [stdout] --> src/bin/hsainfo.rs:55:24 [INFO] [stdout] | [INFO] [stdout] 55 | agent.workgroup_max_dim().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::workgroup_max_size` [INFO] [stdout] --> src/bin/hsainfo.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 56 | agent.workgroup_max_size().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::grid_max_dim` [INFO] [stdout] --> src/bin/hsainfo.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | agent.grid_max_dim().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::grid_max_size` [INFO] [stdout] --> src/bin/hsainfo.rs:58:24 [INFO] [stdout] | [INFO] [stdout] 58 | agent.grid_max_size().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::fbarrier_max_size` [INFO] [stdout] --> src/bin/hsainfo.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | agent.fbarrier_max_size().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::queues_max` [INFO] [stdout] --> src/bin/hsainfo.rs:60:24 [INFO] [stdout] | [INFO] [stdout] 60 | agent.queues_max().unwrap(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated variant `hsa::CodeObjectType::Program` [INFO] [stdout] --> src/bin/vector_copy.rs:74:40 [INFO] [stdout] | [INFO] [stdout] 74 | ext_prog.finalize(isa, "", hsa::CodeObjectType::Program), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::ExtProgram::finalize` [INFO] [stdout] --> src/bin/vector_copy.rs:74:22 [INFO] [stdout] | [INFO] [stdout] 74 | ext_prog.finalize(isa, "", hsa::CodeObjectType::Program), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::Executable::load_code_object` [INFO] [stdout] --> src/bin/vector_copy.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | executable.load_code_object(agent, code_object, ""), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::Executable::get_symbol` [INFO] [stdout] --> src/bin/vector_copy.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | executable.get_symbol("", "&__vector_copy_kernel", agent, 0), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::machine_model` [INFO] [stdout] --> src/bin/hsainfo.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | agent.machine_model().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::profile` [INFO] [stdout] --> src/bin/hsainfo.rs:50:24 [INFO] [stdout] | [INFO] [stdout] 50 | agent.profile().unwrap(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::default_float_rounding_mode` [INFO] [stdout] --> src/bin/hsainfo.rs:51:24 [INFO] [stdout] | [INFO] [stdout] 51 | agent.default_float_rounding_mode().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::base_profile_default_float_rounding_mode` [INFO] [stdout] --> src/bin/hsainfo.rs:52:24 [INFO] [stdout] | [INFO] [stdout] 52 | agent.base_profile_default_float_rounding_mode().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::fast_f16_operation` [INFO] [stdout] --> src/bin/hsainfo.rs:53:24 [INFO] [stdout] | [INFO] [stdout] 53 | agent.fast_f16_operation().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::wavefront_size` [INFO] [stdout] --> src/bin/hsainfo.rs:54:24 [INFO] [stdout] | [INFO] [stdout] 54 | agent.wavefront_size().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::workgroup_max_dim` [INFO] [stdout] --> src/bin/hsainfo.rs:55:24 [INFO] [stdout] | [INFO] [stdout] 55 | agent.workgroup_max_dim().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::workgroup_max_size` [INFO] [stdout] --> src/bin/hsainfo.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 56 | agent.workgroup_max_size().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::grid_max_dim` [INFO] [stdout] --> src/bin/hsainfo.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | agent.grid_max_dim().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::grid_max_size` [INFO] [stdout] --> src/bin/hsainfo.rs:58:24 [INFO] [stdout] | [INFO] [stdout] 58 | agent.grid_max_size().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::fbarrier_max_size` [INFO] [stdout] --> src/bin/hsainfo.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | agent.fbarrier_max_size().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hsa::agent::::queues_max` [INFO] [stdout] --> src/bin/hsainfo.rs:60:24 [INFO] [stdout] | [INFO] [stdout] 60 | agent.queues_max().unwrap(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.41s [INFO] running `Command { std: "docker" "inspect" "6a0f424a802657d5dc1fe43d8bb8c68d80074274fd5e4882d99346ff4e0003df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a0f424a802657d5dc1fe43d8bb8c68d80074274fd5e4882d99346ff4e0003df", kill_on_drop: false }` [INFO] [stdout] 6a0f424a802657d5dc1fe43d8bb8c68d80074274fd5e4882d99346ff4e0003df