[INFO] fetching crate hsa 0.1.0... [INFO] checking hsa-0.1.0 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate hsa 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate hsa 0.1.0 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d4ec29fe7525fa60a962fb883cb6a6ffda71fb4f23a1d78de433e09c262a0f4 [INFO] running `Command { std: "docker" "start" "-a" "8d4ec29fe7525fa60a962fb883cb6a6ffda71fb4f23a1d78de433e09c262a0f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d4ec29fe7525fa60a962fb883cb6a6ffda71fb4f23a1d78de433e09c262a0f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d4ec29fe7525fa60a962fb883cb6a6ffda71fb4f23a1d78de433e09c262a0f4", kill_on_drop: false }` [INFO] [stdout] 8d4ec29fe7525fa60a962fb883cb6a6ffda71fb4f23a1d78de433e09c262a0f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0e19c4ac1d0eea21c64282b86fffbfab3b72ae70e73bd0fa56493335e78bfbc [INFO] running `Command { std: "docker" "start" "-a" "a0e19c4ac1d0eea21c64282b86fffbfab3b72ae70e73bd0fa56493335e78bfbc", 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: 1 warning emitted [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: 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:61 [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: 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::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 variant `hsa::CodeObjectType::Program` [INFO] [stdout] --> src/bin/vector_copy.rs:74:61 [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: 5 warnings emitted [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 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: 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 4.85s [INFO] running `Command { std: "docker" "inspect" "a0e19c4ac1d0eea21c64282b86fffbfab3b72ae70e73bd0fa56493335e78bfbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0e19c4ac1d0eea21c64282b86fffbfab3b72ae70e73bd0fa56493335e78bfbc", kill_on_drop: false }` [INFO] [stdout] a0e19c4ac1d0eea21c64282b86fffbfab3b72ae70e73bd0fa56493335e78bfbc