[INFO] crate softposit 0.3.9 is already in cache [INFO] testing softposit-0.3.9 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate softposit 0.3.9 into work/builds/worker-9/source [INFO] validating manifest of crates.io crate softposit 0.3.9 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate softposit 0.3.9 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate softposit 0.3.9 [INFO] tweaked toml for crates.io crate softposit 0.3.9 written to work/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate softposit 0.3.9 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 69c1a75b5aa76eae77bd0d9108c8d1ba67cf31bfd59ce78a6b0b8c87d4cbf7ea [INFO] running `"docker" "start" "-a" "69c1a75b5aa76eae77bd0d9108c8d1ba67cf31bfd59ce78a6b0b8c87d4cbf7ea"` [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling softposit v0.3.9 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.66s [INFO] running `"docker" "inspect" "69c1a75b5aa76eae77bd0d9108c8d1ba67cf31bfd59ce78a6b0b8c87d4cbf7ea"` [INFO] running `"docker" "rm" "-f" "69c1a75b5aa76eae77bd0d9108c8d1ba67cf31bfd59ce78a6b0b8c87d4cbf7ea"` [INFO] [stdout] 69c1a75b5aa76eae77bd0d9108c8d1ba67cf31bfd59ce78a6b0b8c87d4cbf7ea [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 23e2a24c49a196d20671ef2c5798bb11c5e153d2de87f4a36dab0a2324852938 [INFO] running `"docker" "start" "-a" "23e2a24c49a196d20671ef2c5798bb11c5e153d2de87f4a36dab0a2324852938"` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling walkdir v2.2.8 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling regex-automata v0.1.7 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling bstr v0.2.1 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling csv v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling softposit v0.3.9 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `nalgebra` [INFO] [stderr] --> examples/inverse.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use nalgebra::{Dynamic, Matrix, VecStorage}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `nalgebra` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `softposit`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "23e2a24c49a196d20671ef2c5798bb11c5e153d2de87f4a36dab0a2324852938"` [INFO] running `"docker" "rm" "-f" "23e2a24c49a196d20671ef2c5798bb11c5e153d2de87f4a36dab0a2324852938"` [INFO] [stdout] 23e2a24c49a196d20671ef2c5798bb11c5e153d2de87f4a36dab0a2324852938