[INFO] updating cached repository sminez/arthroprod [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sminez/arthroprod [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sminez/arthroprod" "work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/sminez/arthroprod"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/sminez/arthroprod'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sminez/arthroprod" "work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/sminez/arthroprod"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/sminez/arthroprod'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e091e923fefb4e4915059b4bffd3622da571bf14 [INFO] sha for GitHub repo sminez/arthroprod: e091e923fefb4e4915059b4bffd3622da571bf14 [INFO] validating manifest of sminez/arthroprod on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sminez/arthroprod on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sminez/arthroprod [INFO] finished frobbing sminez/arthroprod [INFO] frobbed toml for sminez/arthroprod written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/sminez/arthroprod/Cargo.toml [INFO] started frobbing sminez/arthroprod [INFO] finished frobbing sminez/arthroprod [INFO] frobbed toml for sminez/arthroprod written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/sminez/arthroprod/Cargo.toml [INFO] crate sminez/arthroprod already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking sminez/arthroprod against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-7/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/sminez/arthroprod:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f09a171afbf64b927c383b9f5f4a3d57d3418d8700eafca4342a8b85521322af [INFO] running `"docker" "start" "-a" "f09a171afbf64b927c383b9f5f4a3d57d3418d8700eafca4342a8b85521322af"` [INFO] [stderr] Checking rand v0.3.16 [INFO] [stderr] Checking arthroprod v0.1.4 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/calcfile.rs:17:58 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn new(fname: String) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/consts.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / lazy_static! { [INFO] [stderr] 31 | | /// ALLOWED is a set of all allowed positive component values in the algebra. [INFO] [stderr] 32 | | /// There are 16 in total: 1 scalar, 4 vectors, 6 bivectors, 4 trivectors [INFO] [stderr] 33 | | /// and one quadrivector. [INFO] [stderr] 34 | | pub static ref ALLOWED: Allowed = Allowed::default(); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/consts.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / lazy_static! { [INFO] [stderr] 31 | | /// ALLOWED is a set of all allowed positive component values in the algebra. [INFO] [stderr] 32 | | /// There are 16 in total: 1 scalar, 4 vectors, 6 bivectors, 4 trivectors [INFO] [stderr] 33 | | /// and one quadrivector. [INFO] [stderr] 34 | | pub static ref ALLOWED: Allowed = Allowed::default(); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/consts.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// The METRIC determines which components square to -αp. [INFO] [stderr] 40 | | pub static ref METRIC: HashMap = metric_from_string(DEFAULT_METRIC_SIGNATURE).expect("!!!"); [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/consts.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// The METRIC determines which components square to -αp. [INFO] [stderr] 40 | | pub static ref METRIC: HashMap = metric_from_string(DEFAULT_METRIC_SIGNATURE).expect("!!!"); [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Checking proptest v0.3.1 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/calcfile.rs:17:58 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn new(fname: String) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/algebra.rs:255:5 [INFO] [stderr] | [INFO] [stderr] 255 | / lazy_static! { [INFO] [stderr] 256 | | static ref POINT: Alpha = Alpha::new("p").unwrap(); [INFO] [stderr] 257 | | static ref NEG_POINT: Alpha = Alpha::new("-p").unwrap(); [INFO] [stderr] 258 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/algebra.rs:255:5 [INFO] [stderr] | [INFO] [stderr] 255 | / lazy_static! { [INFO] [stderr] 256 | | static ref POINT: Alpha = Alpha::new("p").unwrap(); [INFO] [stderr] 257 | | static ref NEG_POINT: Alpha = Alpha::new("-p").unwrap(); [INFO] [stderr] 258 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/algebra.rs:255:5 [INFO] [stderr] | [INFO] [stderr] 255 | / lazy_static! { [INFO] [stderr] 256 | | static ref POINT: Alpha = Alpha::new("p").unwrap(); [INFO] [stderr] 257 | | static ref NEG_POINT: Alpha = Alpha::new("-p").unwrap(); [INFO] [stderr] 258 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/algebra.rs:255:5 [INFO] [stderr] | [INFO] [stderr] 255 | / lazy_static! { [INFO] [stderr] 256 | | static ref POINT: Alpha = Alpha::new("p").unwrap(); [INFO] [stderr] 257 | | static ref NEG_POINT: Alpha = Alpha::new("-p").unwrap(); [INFO] [stderr] 258 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/consts.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / lazy_static! { [INFO] [stderr] 31 | | /// ALLOWED is a set of all allowed positive component values in the algebra. [INFO] [stderr] 32 | | /// There are 16 in total: 1 scalar, 4 vectors, 6 bivectors, 4 trivectors [INFO] [stderr] 33 | | /// and one quadrivector. [INFO] [stderr] 34 | | pub static ref ALLOWED: Allowed = Allowed::default(); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/consts.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / lazy_static! { [INFO] [stderr] 31 | | /// ALLOWED is a set of all allowed positive component values in the algebra. [INFO] [stderr] 32 | | /// There are 16 in total: 1 scalar, 4 vectors, 6 bivectors, 4 trivectors [INFO] [stderr] 33 | | /// and one quadrivector. [INFO] [stderr] 34 | | pub static ref ALLOWED: Allowed = Allowed::default(); [INFO] [stderr] 35 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/consts.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// The METRIC determines which components square to -αp. [INFO] [stderr] 40 | | pub static ref METRIC: HashMap = metric_from_string(DEFAULT_METRIC_SIGNATURE).expect("!!!"); [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/consts.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | /// The METRIC determines which components square to -αp. [INFO] [stderr] 40 | | pub static ref METRIC: HashMap = metric_from_string(DEFAULT_METRIC_SIGNATURE).expect("!!!"); [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.17s [INFO] running `"docker" "inspect" "f09a171afbf64b927c383b9f5f4a3d57d3418d8700eafca4342a8b85521322af"` [INFO] running `"docker" "rm" "-f" "f09a171afbf64b927c383b9f5f4a3d57d3418d8700eafca4342a8b85521322af"` [INFO] [stdout] f09a171afbf64b927c383b9f5f4a3d57d3418d8700eafca4342a8b85521322af