[INFO] updating cached repository AsureNetwork/asure-pension-core [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AsureNetwork/asure-pension-core [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AsureNetwork/asure-pension-core" "work/ex/pr-61753/sources/master#8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be/gh/AsureNetwork/asure-pension-core"` [INFO] [stderr] Cloning into 'work/ex/pr-61753/sources/master#8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be/gh/AsureNetwork/asure-pension-core'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AsureNetwork/asure-pension-core" "work/ex/pr-61753/sources/try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af/gh/AsureNetwork/asure-pension-core"` [INFO] [stderr] Cloning into 'work/ex/pr-61753/sources/try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af/gh/AsureNetwork/asure-pension-core'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 289ae087508993e359b7c5b908ac80e65278977c [INFO] sha for GitHub repo AsureNetwork/asure-pension-core: 289ae087508993e359b7c5b908ac80e65278977c [INFO] validating manifest of AsureNetwork/asure-pension-core on toolchain master#8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of AsureNetwork/asure-pension-core on toolchain try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+af22dfc7f56a5057c6b6120a65c74e7b6c1530af-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing AsureNetwork/asure-pension-core [INFO] finished frobbing AsureNetwork/asure-pension-core [INFO] frobbed toml for AsureNetwork/asure-pension-core written to work/ex/pr-61753/sources/master#8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be/gh/AsureNetwork/asure-pension-core/Cargo.toml [INFO] started frobbing AsureNetwork/asure-pension-core [INFO] finished frobbing AsureNetwork/asure-pension-core [INFO] frobbed toml for AsureNetwork/asure-pension-core written to work/ex/pr-61753/sources/try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af/gh/AsureNetwork/asure-pension-core/Cargo.toml [INFO] crate AsureNetwork/asure-pension-core already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8e948df707ea8a3c88c65bf2ffdcb2f1cf5491be-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+af22dfc7f56a5057c6b6120a65c74e7b6c1530af-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking AsureNetwork/asure-pension-core against try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af for pr-61753 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61753/worker-6/try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61753/sources/try#af22dfc7f56a5057c6b6120a65c74e7b6c1530af/gh/AsureNetwork/asure-pension-core:/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" "+af22dfc7f56a5057c6b6120a65c74e7b6c1530af-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 23a454203a0891f46ae6a3fdc2e86c8c2461f5e6a46ee751a3987803968e8b4d [INFO] running `"docker" "start" "-a" "23a454203a0891f46ae6a3fdc2e86c8c2461f5e6a46ee751a3987803968e8b4d"` [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Checking rand_os v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking csv-core v0.1.5 [INFO] [stderr] Checking serde v1.0.84 [INFO] [stderr] Checking csv v1.0.5 [INFO] [stderr] Checking asure-pension-core v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/contributor.rs:8:36 [INFO] [stderr] | [INFO] [stderr] 8 | static USER_COUNTER: AtomicUsize = atomic::ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::*` [INFO] [stderr] --> src/contributor.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | use crate::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/contributor.rs:8:36 [INFO] [stderr] | [INFO] [stderr] 8 | static USER_COUNTER: AtomicUsize = atomic::ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> examples/sim12.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | 0...9 => Some(1.0), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> examples/sim12.rs:33:15 [INFO] [stderr] | [INFO] [stderr] 33 | 10...20 => Some(0.5), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> examples/sim04.rs:23:14 [INFO] [stderr] | [INFO] [stderr] 23 | 0...59 => Some(1.0), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> examples/sim04.rs:24:15 [INFO] [stderr] | [INFO] [stderr] 24 | 60...239 => Some(0.5), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> examples/sim04.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | 240...359 => Some(0.25), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> examples/sim04.rs:26:16 [INFO] [stderr] | [INFO] [stderr] 26 | 360...479 => Some(0.1), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> examples/sim17.rs:26:14 [INFO] [stderr] | [INFO] [stderr] 26 | 0...5 => period > 480, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.46s [INFO] running `"docker" "inspect" "23a454203a0891f46ae6a3fdc2e86c8c2461f5e6a46ee751a3987803968e8b4d"` [INFO] running `"docker" "rm" "-f" "23a454203a0891f46ae6a3fdc2e86c8c2461f5e6a46ee751a3987803968e8b4d"` [INFO] [stdout] 23a454203a0891f46ae6a3fdc2e86c8c2461f5e6a46ee751a3987803968e8b4d