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