[INFO] updating cached repository https://github.com/brendanarciszewski/blackjack-sim [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 274b94424d096216292cbfda7e678df07b3f35b4 [INFO] testing brendanarciszewski/blackjack-sim against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrendanarciszewski%2Fblackjack-sim" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/brendanarciszewski/blackjack-sim on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/brendanarciszewski/blackjack-sim [INFO] finished tweaking git repo https://github.com/brendanarciszewski/blackjack-sim [INFO] tweaked toml for git repo https://github.com/brendanarciszewski/blackjack-sim written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/brendanarciszewski/blackjack-sim already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 29c294f3a40f9d0d49f691266e1515dccfb243c122b6ae8596551d56a69c761e [INFO] running `"docker" "start" "-a" "29c294f3a40f9d0d49f691266e1515dccfb243c122b6ae8596551d56a69c761e"` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling csv v1.0.7 [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling blackjack-sim v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.05s [INFO] running `"docker" "inspect" "29c294f3a40f9d0d49f691266e1515dccfb243c122b6ae8596551d56a69c761e"` [INFO] running `"docker" "rm" "-f" "29c294f3a40f9d0d49f691266e1515dccfb243c122b6ae8596551d56a69c761e"` [INFO] [stdout] 29c294f3a40f9d0d49f691266e1515dccfb243c122b6ae8596551d56a69c761e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2d1dea02f03eadd0b0de2e84d55bfbfe73634448b95c3d48e2124ca9ef63bc9a [INFO] running `"docker" "start" "-a" "2d1dea02f03eadd0b0de2e84d55bfbfe73634448b95c3d48e2124ca9ef63bc9a"` [INFO] [stderr] Compiling blackjack-sim v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/card/attr.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | assert_eq!(v.as_num(1), i as u32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected u16, found u32 [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: you can convert an `u32` to `u16` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 7 | if ! (* left_val == (* right_val).try_into().unwrap()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/card/attr.rs:126:13 [INFO] [stderr] | [INFO] [stderr] 126 | assert_eq!(v.as_num(11), i as u32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected u16, found u32 [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: you can convert an `u32` to `u16` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 7 | if ! (* left_val == (* right_val).try_into().unwrap()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `blackjack-sim`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2d1dea02f03eadd0b0de2e84d55bfbfe73634448b95c3d48e2124ca9ef63bc9a"` [INFO] running `"docker" "rm" "-f" "2d1dea02f03eadd0b0de2e84d55bfbfe73634448b95c3d48e2124ca9ef63bc9a"` [INFO] [stdout] 2d1dea02f03eadd0b0de2e84d55bfbfe73634448b95c3d48e2124ca9ef63bc9a