[INFO] updating cached repository jamestthompson3/Rustventure [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jamestthompson3/Rustventure [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jamestthompson3/Rustventure" "work/ex/beta-1.38-1/sources/1.37.0/gh/jamestthompson3/Rustventure"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jamestthompson3/Rustventure'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jamestthompson3/Rustventure" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jamestthompson3/Rustventure"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jamestthompson3/Rustventure'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a37c6fcd670edf3a114b88df2656fc22dd938b09 [INFO] sha for GitHub repo jamestthompson3/Rustventure: a37c6fcd670edf3a114b88df2656fc22dd938b09 [INFO] validating manifest of jamestthompson3/Rustventure on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jamestthompson3/Rustventure on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jamestthompson3/Rustventure [INFO] finished frobbing jamestthompson3/Rustventure [INFO] frobbed toml for jamestthompson3/Rustventure written to work/ex/beta-1.38-1/sources/1.37.0/gh/jamestthompson3/Rustventure/Cargo.toml [INFO] started frobbing jamestthompson3/Rustventure [INFO] finished frobbing jamestthompson3/Rustventure [INFO] frobbed toml for jamestthompson3/Rustventure written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jamestthompson3/Rustventure/Cargo.toml [INFO] crate jamestthompson3/Rustventure already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing jamestthompson3/Rustventure against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jamestthompson3/Rustventure:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 52dd2c3fff74dcc484629e3051a3217759e4294682bffc0474ee51dae0f09ef1 [INFO] running `"docker" "start" "-a" "52dd2c3fff74dcc484629e3051a3217759e4294682bffc0474ee51dae0f09ef1"` [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.40 [INFO] [stderr] Compiling bumpalo v2.3.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.40 [INFO] [stderr] Compiling serde v1.0.81 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.40 [INFO] [stderr] Compiling serde_derive v1.0.81 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.40 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.40 [INFO] [stderr] Compiling console_error_panic_hook v0.1.5 [INFO] [stderr] Compiling js-sys v0.3.17 [INFO] [stderr] Compiling rust_game v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/lib.rs:259:1 [INFO] [stderr] | [INFO] [stderr] 259 | / macro_rules! log { [INFO] [stderr] 260 | | ($($t:tt)*) => (log(&format!($($t)*))) [INFO] [stderr] 261 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Heal` [INFO] [stderr] --> src/characters.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | Heal, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Damage` [INFO] [stderr] --> src/characters.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | Damage, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Special` [INFO] [stderr] --> src/characters.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | Special, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.67s [INFO] running `"docker" "inspect" "52dd2c3fff74dcc484629e3051a3217759e4294682bffc0474ee51dae0f09ef1"` [INFO] running `"docker" "rm" "-f" "52dd2c3fff74dcc484629e3051a3217759e4294682bffc0474ee51dae0f09ef1"` [INFO] [stdout] 52dd2c3fff74dcc484629e3051a3217759e4294682bffc0474ee51dae0f09ef1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jamestthompson3/Rustventure:/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=warn" "-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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 7e20d43f97c286fa993a1fce536e1ce15ba052186a7447cf909359da51445eef [INFO] running `"docker" "start" "-a" "7e20d43f97c286fa993a1fce536e1ce15ba052186a7447cf909359da51445eef"` [INFO] [stderr] Compiling rust_game v0.0.0 (/opt/crater/workdir) [INFO] [stderr] error[E0463]: can't find crate for `rust_game` [INFO] [stderr] --> tests/unit_test.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate rust_game; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `rust_game`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/lib.rs:259:1 [INFO] [stderr] | [INFO] [stderr] 259 | / macro_rules! log { [INFO] [stderr] 260 | | ($($t:tt)*) => (log(&format!($($t)*))) [INFO] [stderr] 261 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Heal` [INFO] [stderr] --> src/characters.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | Heal, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Damage` [INFO] [stderr] --> src/characters.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | Damage, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Special` [INFO] [stderr] --> src/characters.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | Special, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7e20d43f97c286fa993a1fce536e1ce15ba052186a7447cf909359da51445eef"` [INFO] running `"docker" "rm" "-f" "7e20d43f97c286fa993a1fce536e1ce15ba052186a7447cf909359da51445eef"` [INFO] [stdout] 7e20d43f97c286fa993a1fce536e1ce15ba052186a7447cf909359da51445eef