[INFO] updating cached repository https://github.com/PLeVasseur/kalman-filter-experiments [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 378298dea4ffd5d142563501857a1cdfc9ca11af [INFO] testing PLeVasseur/kalman-filter-experiments against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPLeVasseur%2Fkalman-filter-experiments" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PLeVasseur/kalman-filter-experiments on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/PLeVasseur/kalman-filter-experiments [INFO] removed path dependency rudie from git repo https://github.com/PLeVasseur/kalman-filter-experiments [INFO] finished tweaking git repo https://github.com/PLeVasseur/kalman-filter-experiments [INFO] tweaked toml for git repo https://github.com/PLeVasseur/kalman-filter-experiments written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/PLeVasseur/kalman-filter-experiments already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (rudie) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-14/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (rudie) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8dc353a047e91a9870afd4f82922e53b68e19a4c0c1ada47f46e66ef9c8a7fdf [INFO] running `"docker" "start" "-a" "8dc353a047e91a9870afd4f82922e53b68e19a4c0c1ada47f46e66ef9c8a7fdf"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (rudie) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling generic-array v0.11.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling nalgebra v0.16.14 [INFO] [stderr] Compiling rudie v0.1.1 [INFO] [stderr] Compiling kalman-filtering-experiments v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `typenum::UTerm: rudie::nalgebra::DimName` is not satisfied [INFO] [stderr] --> src/main.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | let kf: KalmanFilter = KalmanFilter::init(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rudie::nalgebra::DimName` is not implemented for `typenum::UTerm` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rudie-0.1.1/src/lib.rs:291:13 [INFO] [stderr] | [INFO] [stderr] 291 | CP: DimName, [INFO] [stderr] | ------- required by this bound in `rudie::KalmanFilter` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `typenum::UTerm: rudie::nalgebra::DimName` is not satisfied [INFO] [stderr] --> src/main.rs:8:45 [INFO] [stderr] | [INFO] [stderr] 8 | let kf: KalmanFilter = KalmanFilter::init(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the trait `rudie::nalgebra::DimName` is not implemented for `typenum::UTerm` [INFO] [stderr] | [INFO] [stderr] = note: required by `rudie::KalmanFilter::::init` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `typenum::UTerm: rudie::nalgebra::DimName` is not satisfied [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | println!("{:?}", kf); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ the trait `rudie::nalgebra::DimName` is not implemented for `typenum::UTerm` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rudie-0.1.1/src/lib.rs:291:13 [INFO] [stderr] | [INFO] [stderr] 291 | CP: DimName, [INFO] [stderr] | ------- required by this bound in `rudie::KalmanFilter` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `typenum::UTerm: rudie::nalgebra::DimName` is not satisfied [INFO] [stderr] --> src/main.rs:10:22 [INFO] [stderr] | [INFO] [stderr] 10 | println!("{:?}", kf); [INFO] [stderr] | ^^ the trait `rudie::nalgebra::DimName` is not implemented for `typenum::UTerm` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `rudie::KalmanFilter, typenum::B1>, typenum::B0>, typenum::UInt, typenum::B1>, typenum::UTerm>` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `kalman-filtering-experiments`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8dc353a047e91a9870afd4f82922e53b68e19a4c0c1ada47f46e66ef9c8a7fdf"` [INFO] running `"docker" "rm" "-f" "8dc353a047e91a9870afd4f82922e53b68e19a4c0c1ada47f46e66ef9c8a7fdf"` [INFO] [stdout] 8dc353a047e91a9870afd4f82922e53b68e19a4c0c1ada47f46e66ef9c8a7fdf