[INFO] cloning repository https://github.com/preiter93/ndspectral [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/preiter93/ndspectral" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpreiter93%2Fndspectral", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpreiter93%2Fndspectral'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a312466d9dce3b4ecfcd1811e5fc5866b42ea2b0 [INFO] documenting preiter93/ndspectral against master#e1df625306f4136949e02612406f0c60df6008f3 for pr-96676 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpreiter93%2Fndspectral" "/workspace/builds/worker-75/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-75/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/preiter93/ndspectral on toolchain e1df625306f4136949e02612406f0c60df6008f3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1df625306f4136949e02612406f0c60df6008f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/preiter93/ndspectral [INFO] finished tweaking git repo https://github.com/preiter93/ndspectral [INFO] tweaked toml for git repo https://github.com/preiter93/ndspectral written to /workspace/builds/worker-75/source/Cargo.toml [INFO] crate git repo https://github.com/preiter93/ndspectral already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1df625306f4136949e02612406f0c60df6008f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+e1df625306f4136949e02612406f0c60df6008f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e5a2d964549aec4716ed6da5ae9d1a8db2a09679d4deeb590954b526ab4fdb49 [INFO] running `Command { std: "docker" "start" "-a" "e5a2d964549aec4716ed6da5ae9d1a8db2a09679d4deeb590954b526ab4fdb49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5a2d964549aec4716ed6da5ae9d1a8db2a09679d4deeb590954b526ab4fdb49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5a2d964549aec4716ed6da5ae9d1a8db2a09679d4deeb590954b526ab4fdb49", kill_on_drop: false }` [INFO] [stdout] e5a2d964549aec4716ed6da5ae9d1a8db2a09679d4deeb590954b526ab4fdb49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+e1df625306f4136949e02612406f0c60df6008f3" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbb7221362dbe750a84838db66e60fdbdf1151ee25e113e586c23eaf13a0b0ea [INFO] running `Command { std: "docker" "start" "-a" "fbb7221362dbe750a84838db66e60fdbdf1151ee25e113e586c23eaf13a0b0ea", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling syn v1.0.77 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling pkg-config v0.3.20 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Checking strength_reduce v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Compiling hdf5-types v0.7.1 (/opt/rustwide/workdir/hdf5-interface/hdf5-rust/hdf5-types) [INFO] [stderr] Compiling hdf5 v0.7.1 (/opt/rustwide/workdir/hdf5-interface/hdf5-rust) [INFO] [stderr] Checking ascii v1.0.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Checking instant v0.1.11 [INFO] [stderr] Checking matrixmultiply v0.3.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking cblas-sys v0.1.4 [INFO] [stderr] Checking lapack-sys v0.12.1 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking num-complex v0.3.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking transpose v0.2.1 [INFO] [stderr] Checking primal-check v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking rustfft v5.1.1 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking rand_distr v0.4.2 [INFO] [stderr] Checking rustfft v6.0.1 [INFO] [stderr] Checking lapack v0.18.0 [INFO] [stderr] Checking cauchy v0.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling hdf5-derive v0.7.1 (/opt/rustwide/workdir/hdf5-interface/hdf5-rust/hdf5-derive) [INFO] [stderr] Compiling enum_dispatch v0.3.7 [INFO] [stderr] Compiling hdf5-sys v0.7.1 (/opt/rustwide/workdir/hdf5-interface/hdf5-rust/hdf5-sys) [INFO] [stderr] Checking ndarray v0.15.3 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling openblas-build v0.1.1 [INFO] [stderr] Compiling openblas-src v0.10.4 [INFO] [stderr] Checking rustdct v0.6.0 [INFO] [stderr] Checking ndarray-rand v0.14.0 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/dataspace.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | extent_type => fail!("Invalid extents type: {}", extent_type as c_int), [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/datatype.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | fail!("no conversion paths found") [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/filters.rs:332:13 [INFO] [stdout] | [INFO] [stdout] 332 | fail!("invalid scale type for scaleoffset filter: {}", cdata[0]) [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/filters.rs:540:22 [INFO] [stdout] | [INFO] [stdout] 540 | _ => fail!("Can only use scale-offset with ints/floats, got: {:?}", type_class), [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/plist/link_create.rs:162:25 [INFO] [stdout] | [INFO] [stdout] 162 | encoding => fail!("Unknown char encoding: {:?}", encoding), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/plist.rs:152:18 [INFO] [stdout] | [INFO] [stdout] 152 | _ => fail!(format!("invalid property list class: {}", s)), [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/selection.rs:213:39 [INFO] [stdout] | [INFO] [stdout] 213 | Self::ComplexHyperslab => fail!("Complex hyperslabs are not supported"), [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/selection.rs:225:25 [INFO] [stdout] | [INFO] [stdout] 225 | sel_type => fail!("Invalid selection type: {:?}", sel_type as c_int), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/selection.rs:240:31 [INFO] [stdout] | [INFO] [stdout] 240 | Self::Index(_) => fail!("Cannot make index selection unlimited"), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/selection.rs:242:17 [INFO] [stdout] | [INFO] [stdout] 242 | fail!("Cannot make bounded slice unlimited") [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/selection.rs:251:31 [INFO] [stdout] | [INFO] [stdout] 251 | Self::Index(_) => fail!("Cannot make index selection block-like"), [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/macros.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | return Err(From::from($err)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: hdf5-interface/hdf5-rust/src/hl/selection.rs:553:47 [INFO] [stdout] | [INFO] [stdout] 553 | RawSelection::ComplexHyperslab => fail!("Cannot convert complex hyperslabs"), [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking realfft v2.0.1 [INFO] [stderr] Checking ndrustfft v0.2.1 [INFO] [stderr] Checking funspace v0.2.2 (/opt/rustwide/workdir/funspace) [INFO] [stderr] Checking hdf5-interface v0.1.0 (/opt/rustwide/workdir/hdf5-interface) [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/globals.rs:343:39 [INFO] [stdout] | [INFO] [stdout] 343 | pub static ref H5FD_CORE: hid_t = unsafe { h5lock!(H5FD_core_init()) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/globals.rs:344:39 [INFO] [stdout] | [INFO] [stdout] 344 | pub static ref H5FD_SEC2: hid_t = unsafe { h5lock!(H5FD_sec2_init()) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/globals.rs:345:40 [INFO] [stdout] | [INFO] [stdout] 345 | pub static ref H5FD_STDIO: hid_t = unsafe { h5lock!(H5FD_stdio_init()) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/globals.rs:346:41 [INFO] [stdout] | [INFO] [stdout] 346 | pub static ref H5FD_FAMILY: hid_t = unsafe { h5lock!(H5FD_family_init()) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/globals.rs:347:38 [INFO] [stdout] | [INFO] [stdout] 347 | pub static ref H5FD_LOG: hid_t = unsafe { h5lock!(H5FD_log_init()) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> hdf5-interface/hdf5-rust/src/globals.rs:348:40 [INFO] [stdout] | [INFO] [stdout] 348 | pub static ref H5FD_MULTI: hid_t = unsafe { h5lock!(H5FD_multi_init()) }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `openblas-src v0.10.4` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/openblas-src-22359a29a8c811de/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] gemm.c: In function 'sgemm_': [INFO] [stderr] gemm.c:133:7: warning: unused variable 'mode' [-Wunused-variable] [INFO] [stderr] 133 | int mode = BLAS_SINGLE | BLAS_REAL; [INFO] [stderr] | ^~~~ [INFO] [stderr] gemm.c: In function 'dgemm_': [INFO] [stderr] gemm.c:131:7: warning: unused variable 'mode' [-Wunused-variable] [INFO] [stderr] 131 | int mode = BLAS_DOUBLE | BLAS_REAL; [INFO] [stderr] | ^~~~ [INFO] [stderr] gemm.c: In function 'cgemm_': [INFO] [stderr] gemm.c:141:7: warning: unused variable 'mode' [-Wunused-variable] [INFO] [stderr] 141 | int mode = BLAS_SINGLE | BLAS_COMPLEX; [INFO] [stderr] | ^~~~ [INFO] [stderr] gemm.c: In function 'cgemm3m_': [INFO] [stderr] gemm.c:141:7: warning: unused variable 'mode' [-Wunused-variable] [INFO] [stderr] 141 | int mode = BLAS_SINGLE | BLAS_COMPLEX; [INFO] [stderr] | ^~~~ [INFO] [stderr] gemm.c: In function 'zgemm_': [INFO] [stderr] gemm.c:139:7: warning: unused variable 'mode' [-Wunused-variable] [INFO] [stderr] 139 | int mode = BLAS_DOUBLE | BLAS_COMPLEX; [INFO] [stderr] | ^~~~ [INFO] [stderr] gemm.c: In function 'zgemm3m_': [INFO] [stderr] gemm.c:139:7: warning: unused variable 'mode' [-Wunused-variable] [INFO] [stderr] 139 | int mode = BLAS_DOUBLE | BLAS_COMPLEX; [INFO] [stderr] | ^~~~ [INFO] [stderr] ar: `u' modifier ignored since `D' is the default (see `U') [INFO] [stderr] ar: creating ../libopenblas_zenp-r0.3.14.a [INFO] [stderr] ar: `u' modifier ignored since `D' is the default (see `U') [INFO] [stderr] ar: `u' modifier ignored since `D' is the default (see `U') [INFO] [stderr] parameter.c: In function 'blas_set_parameter': [INFO] [stderr] parameter.c:273:7: warning: unused variable 'size' [-Wunused-variable] [INFO] [stderr] 273 | int size = 16; [INFO] [stderr] | ^~~~ [INFO] [stderr] ar: `u' modifier ignored since `D' is the default (see `U') [INFO] [stderr] cc: fatal error: Killed signal terminated program cc1 [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile.L1:699: ssum_k.o] Error 1 [INFO] [stderr] make[1]: *** Waiting for unfinished jobs.... [INFO] [stderr] cc: fatal error: Killed signal terminated program cc1 [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile.L1:839: srot_k.o] Error 1 [INFO] [stderr] cc: fatal error: Killed signal terminated program cc1 [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile.L2:258: sgemv_t.o] Error 1 [INFO] [stderr] cc: fatal error: Killed signal terminated program cc1 [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile.L3:1251: strsm_kernel_LN.o] Error 1 [INFO] [stderr] cc: fatal error: Killed signal terminated program cc1 [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile.L3:1254: strsm_kernel_LT.o] Error 1 [INFO] [stderr] ../kernel/x86_64/omatcopy_rt.c: In function 'somatcopy_k_rt': [INFO] [stderr] cc: fatal error: Killed signal terminated program cc1 [INFO] [stderr] compilation terminated. [INFO] [stderr] ../kernel/x86_64/omatcopy_rt.c:130:3: warning: 'dst_tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] [INFO] [stderr] 130 | __asm__ __volatile__(\ [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] ../kernel/x86_64/omatcopy_rt.c:145:22: note: 'dst_tmp' was declared here [INFO] [stderr] 145 | float *src, *dst, *dst_tmp, *src_base, *dst_base; [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] make[1]: *** [Makefile.L3:1367: strmm_iunucopy.o] Error 1 [INFO] [stderr] cc: fatal error: Killed signal terminated program cc1 [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile.L3:1388: strmm_iltncopy.o] Error 1 [INFO] [stderr] ../kernel/x86_64/omatcopy_rt.c: In function 'domatcopy_k_rt': [INFO] [stderr] ../kernel/x86_64/omatcopy_rt.c:149:14: warning: assignment to 'float *' from incompatible pointer type 'double *' [-Wincompatible-pointer-types] [INFO] [stderr] 149 | dst_base = b; [INFO] [stderr] | ^ [INFO] [stderr] ../kernel/x86_64/omatcopy_rt.c:156:32: warning: assignment to 'float *' from incompatible pointer type 'double *' [-Wincompatible-pointer-types] [INFO] [stderr] 156 | cols_left = cols; src_base = a + (int64_t)lda * (int64_t)rows_done; dst_base = b + rows_done; [INFO] [stderr] | ^ [INFO] [stderr] ../kernel/x86_64/omatcopy_rt.c:156:82: warning: assignment to 'float *' from incompatible pointer type 'double *' [-Wincompatible-pointer-types] [INFO] [stderr] 156 | cols_left = cols; src_base = a + (int64_t)lda * (int64_t)rows_done; dst_base = b + rows_done; [INFO] [stderr] | ^ [INFO] [stderr] ../kernel/x86_64/omatcopy_rt.c:130:3: warning: 'dst_tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] [INFO] [stderr] 130 | __asm__ __volatile__(\ [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] ../kernel/x86_64/omatcopy_rt.c:145:22: note: 'dst_tmp' was declared here [INFO] [stderr] 145 | float *src, *dst, *dst_tmp, *src_base, *dst_base; [INFO] [stderr] | ^~~~~~~ [INFO] [stderr] make: *** [Makefile:171: libs] Error 1 [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: NonZeroExitStatus { status: 2 }', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openblas-src-0.10.4/build.rs:150:45 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5592cdda988d - std::backtrace_rs::backtrace::libunwind::trace::h6b91fcf62d4cf303 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x5592cdda988d - std::backtrace_rs::backtrace::trace_unsynchronized::he421d5fc2fa2fc42 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5592cdda988d - std::sys_common::backtrace::_print_fmt::he1e0697f384b7cfe [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x5592cdda988d - ::fmt::hf5d56574f83b6323 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x5592cddc945c - core::fmt::write::h9ec123cc9d16fa22 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/core/src/fmt/mod.rs:1194:17 [INFO] [stderr] 5: 0x5592cdda65b1 - std::io::Write::write_fmt::ha32b5ac1b3c681ef [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/io/mod.rs:1655:15 [INFO] [stderr] 6: 0x5592cddab615 - std::sys_common::backtrace::_print::hdb250abc158852b2 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x5592cddab615 - std::sys_common::backtrace::print::hbf594e8e3e0e8a64 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x5592cddab615 - std::panicking::default_hook::{{closure}}::h773a36009b951ce0 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x5592cddab289 - std::panicking::default_hook::h0d2d4bd196fd699c [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x5592cddabbe8 - std::panicking::rust_panic_with_hook::h5d72469224fbaa5e [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/panicking.rs:698:17 [INFO] [stderr] 11: 0x5592cddaba97 - std::panicking::begin_panic_handler::{{closure}}::hb565b90db4db54ee [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/panicking.rs:588:13 [INFO] [stderr] 12: 0x5592cdda9d44 - std::sys_common::backtrace::__rust_end_short_backtrace::h98340f2415982cea [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 13: 0x5592cddab7c9 - rust_begin_unwind [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/panicking.rs:584:5 [INFO] [stderr] 14: 0x5592cdd388a3 - core::panicking::panic_fmt::habc540b6c7d5f003 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/core/src/panicking.rs:142:14 [INFO] [stderr] 15: 0x5592cdd38933 - core::result::unwrap_failed::h46f4255246b0ea74 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/core/src/result.rs:1785:5 [INFO] [stderr] 16: 0x5592cdd42ed3 - core::result::Result::unwrap::h8b0fa18f60c1329a [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/core/src/result.rs:1078:23 [INFO] [stderr] 17: 0x5592cdd406e0 - build_script_build::build::haf5ff8c3c3bc5929 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openblas-src-0.10.4/build.rs:150:17 [INFO] [stderr] 18: 0x5592cdd3ff86 - build_script_build::main::h3762d543d12fa857 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openblas-src-0.10.4/build.rs:89:9 [INFO] [stderr] 19: 0x5592cdd3bcbb - core::ops::function::FnOnce::call_once::h6a7ba6852415786a [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/core/src/ops/function.rs:248:5 [INFO] [stderr] 20: 0x5592cdd47a3e - std::sys_common::backtrace::__rust_begin_short_backtrace::h59455f05f4403e11 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stderr] 21: 0x5592cdd40e41 - std::rt::lang_start::{{closure}}::ha747c982f2e3b352 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/rt.rs:145:18 [INFO] [stderr] 22: 0x5592cdda216e - core::ops::function::impls:: for &F>::call_once::hf86250fb1d208e15 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/core/src/ops/function.rs:280:13 [INFO] [stderr] 23: 0x5592cdda216e - std::panicking::try::do_call::h9e4bef40064d3c0e [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/panicking.rs:492:40 [INFO] [stderr] 24: 0x5592cdda216e - std::panicking::try::h7281d4bca1af5098 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/panicking.rs:456:19 [INFO] [stderr] 25: 0x5592cdda216e - std::panic::catch_unwind::h35339004d3021d2f [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/panic.rs:137:14 [INFO] [stderr] 26: 0x5592cdda216e - std::rt::lang_start_internal::{{closure}}::h7e687bf6336994ff [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/rt.rs:128:48 [INFO] [stderr] 27: 0x5592cdda216e - std::panicking::try::do_call::hd65cb46a118a84a6 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/panicking.rs:492:40 [INFO] [stderr] 28: 0x5592cdda216e - std::panicking::try::h25de5dc26b3c6434 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/panicking.rs:456:19 [INFO] [stderr] 29: 0x5592cdda216e - std::panic::catch_unwind::he7f6fc408fae7287 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/panic.rs:137:14 [INFO] [stderr] 30: 0x5592cdda216e - std::rt::lang_start_internal::h0bc4f483fa8c791f [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/rt.rs:128:20 [INFO] [stderr] 31: 0x5592cdd40e10 - std::rt::lang_start::hd533cc6a439cb0d4 [INFO] [stderr] at /rustc/e1df625306f4136949e02612406f0c60df6008f3/library/std/src/rt.rs:144:17 [INFO] [stderr] 32: 0x5592cdd40d1c - main [INFO] [stderr] 33: 0x7f7916e500b3 - __libc_start_main [INFO] [stderr] 34: 0x5592cdd38aee - _start [INFO] [stderr] 35: 0x0 - [INFO] running `Command { std: "docker" "inspect" "fbb7221362dbe750a84838db66e60fdbdf1151ee25e113e586c23eaf13a0b0ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbb7221362dbe750a84838db66e60fdbdf1151ee25e113e586c23eaf13a0b0ea", kill_on_drop: false }` [INFO] [stdout] fbb7221362dbe750a84838db66e60fdbdf1151ee25e113e586c23eaf13a0b0ea