[INFO] fetching crate tensorgraph-math 0.1.11... [INFO] building tensorgraph-math-0.1.11 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate tensorgraph-math 0.1.11 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate tensorgraph-math 0.1.11 [INFO] finished tweaking crates.io crate tensorgraph-math 0.1.11 [INFO] tweaked toml for crates.io crate tensorgraph-math 0.1.11 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tensorgraph-math 0.1.11 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tensorgraph-math 0.1.11 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d6ea566c87ef835d5ed01f32c5f7a9b77be223ebc5c6c9e45f20ca9fd7412d8 [INFO] running `Command { std: "docker" "start" "-a" "9d6ea566c87ef835d5ed01f32c5f7a9b77be223ebc5c6c9e45f20ca9fd7412d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d6ea566c87ef835d5ed01f32c5f7a9b77be223ebc5c6c9e45f20ca9fd7412d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d6ea566c87ef835d5ed01f32c5f7a9b77be223ebc5c6c9e45f20ca9fd7412d8", kill_on_drop: false }` [INFO] [stdout] 9d6ea566c87ef835d5ed01f32c5f7a9b77be223ebc5c6c9e45f20ca9fd7412d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f25bc73bdedefce7a250845fa9013637ee215e91e248895ea5fba772446a7e5 [INFO] running `Command { std: "docker" "start" "-a" "8f25bc73bdedefce7a250845fa9013637ee215e91e248895ea5fba772446a7e5", kill_on_drop: false }` [INFO] [stderr] Compiling tensorgraph-sys v0.1.11 [INFO] [stderr] Compiling blas-src v0.8.0 [INFO] [stdout] error[E0599]: no function or associated item named `slice_assume_init_ref` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tensorgraph-sys-0.1.11/src/ptr/reef.rs:61:25 [INFO] [stdout] | [INFO] [stdout] 61 | &*(MaybeUninit::slice_assume_init_ref(&self.inner) as *const [T] as *const _) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/library/core/src/mem/maybe_uninit.rs:307:5 [INFO] [stdout] help: there is a method `assume_init_ref` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/library/core/src/mem/maybe_uninit.rs:782:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `slice_assume_init_mut` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tensorgraph-sys-0.1.11/src/ptr/reef.rs:66:29 [INFO] [stdout] | [INFO] [stdout] 66 | &mut *(MaybeUninit::slice_assume_init_mut(&mut self.inner) as *mut [T] as *mut _) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/library/core/src/mem/maybe_uninit.rs:307:5 [INFO] [stdout] help: there is a method `assume_init_mut` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/library/core/src/mem/maybe_uninit.rs:899:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tensorgraph-sys` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "8f25bc73bdedefce7a250845fa9013637ee215e91e248895ea5fba772446a7e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f25bc73bdedefce7a250845fa9013637ee215e91e248895ea5fba772446a7e5", kill_on_drop: false }` [INFO] [stdout] 8f25bc73bdedefce7a250845fa9013637ee215e91e248895ea5fba772446a7e5