[INFO] fetching crate hsa 0.1.0... [INFO] checking hsa-0.1.0 against try#cac44d9528e3bbbdaa1537d187bd489ccc5de18c for pr-91141 [INFO] extracting crate hsa 0.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate hsa 0.1.0 on toolchain cac44d9528e3bbbdaa1537d187bd489ccc5de18c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "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] d86dd4be231e4a6325a4602b2e421caa705d471fef7e1fd3215f552a4d8503bc [INFO] running `Command { std: "docker" "start" "-a" "d86dd4be231e4a6325a4602b2e421caa705d471fef7e1fd3215f552a4d8503bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d86dd4be231e4a6325a4602b2e421caa705d471fef7e1fd3215f552a4d8503bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d86dd4be231e4a6325a4602b2e421caa705d471fef7e1fd3215f552a4d8503bc", kill_on_drop: false }` [INFO] [stdout] d86dd4be231e4a6325a4602b2e421caa705d471fef7e1fd3215f552a4d8503bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c49e9dc3cdec4b58a205e342bbc4148db50d8f97ef3c54189787ba2eaab5d1ff [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" "c49e9dc3cdec4b58a205e342bbc4148db50d8f97ef3c54189787ba2eaab5d1ff", 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: 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: 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: 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: 5 warnings 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: 12 warnings emitted [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: 1 warning emitted [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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.66s [INFO] running `Command { std: "docker" "inspect" "c49e9dc3cdec4b58a205e342bbc4148db50d8f97ef3c54189787ba2eaab5d1ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c49e9dc3cdec4b58a205e342bbc4148db50d8f97ef3c54189787ba2eaab5d1ff", kill_on_drop: false }` [INFO] [stdout] c49e9dc3cdec4b58a205e342bbc4148db50d8f97ef3c54189787ba2eaab5d1ff