[INFO] updating cached repository jt28828/rust-trial [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jt28828/rust-trial [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jt28828/rust-trial" "work/ex/beta-1.38-1/sources/1.37.0/gh/jt28828/rust-trial"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jt28828/rust-trial'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jt28828/rust-trial" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jt28828/rust-trial"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jt28828/rust-trial'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b4f6e8ce40cfb4ad93f59883d702e6c9ecaf27f1 [INFO] sha for GitHub repo jt28828/rust-trial: b4f6e8ce40cfb4ad93f59883d702e6c9ecaf27f1 [INFO] validating manifest of jt28828/rust-trial 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 jt28828/rust-trial 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 jt28828/rust-trial [INFO] finished frobbing jt28828/rust-trial [INFO] frobbed toml for jt28828/rust-trial written to work/ex/beta-1.38-1/sources/1.37.0/gh/jt28828/rust-trial/Cargo.toml [INFO] started frobbing jt28828/rust-trial [INFO] finished frobbing jt28828/rust-trial [INFO] frobbed toml for jt28828/rust-trial written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jt28828/rust-trial/Cargo.toml [INFO] crate jt28828/rust-trial 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] testing jt28828/rust-trial against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jt28828/rust-trial:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 92274d0895da28ebf483ff9fbf2bbea199f91a08606a03efd5b4fdf044a47071 [INFO] running `"docker" "start" "-a" "92274d0895da28ebf483ff9fbf2bbea199f91a08606a03efd5b4fdf044a47071"` [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.40 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling bumpalo v2.3.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.40 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.40 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.40 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.40 [INFO] [stderr] Compiling screeps-wasm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: structure field `hitsMax` should have a snake case name [INFO] [stderr] --> src/models.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub hitsMax: i32, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `hits_max` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `hitsMax` should have a snake case name [INFO] [stderr] --> src/models.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | pub hitsMax: i32, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `hits_max` [INFO] [stderr] [INFO] [stderr] warning: structure field `orderedStructures` should have a snake case name [INFO] [stderr] --> src/models.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | pub orderedStructures: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `ordered_structures` [INFO] [stderr] [INFO] [stderr] warning: structure field `orderedCreeps` should have a snake case name [INFO] [stderr] --> src/models.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | pub orderedCreeps: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `ordered_creeps` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.90s [INFO] running `"docker" "inspect" "92274d0895da28ebf483ff9fbf2bbea199f91a08606a03efd5b4fdf044a47071"` [INFO] running `"docker" "rm" "-f" "92274d0895da28ebf483ff9fbf2bbea199f91a08606a03efd5b4fdf044a47071"` [INFO] [stdout] 92274d0895da28ebf483ff9fbf2bbea199f91a08606a03efd5b4fdf044a47071 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jt28828/rust-trial:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 65c1ce8d16bbb1a88f658420a663d06e1020e084997e6bf5dc0ea24292bcdbaf [INFO] running `"docker" "start" "-a" "65c1ce8d16bbb1a88f658420a663d06e1020e084997e6bf5dc0ea24292bcdbaf"` [INFO] [stderr] Compiling screeps-wasm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: structure field `hitsMax` should have a snake case name [INFO] [stderr] --> src/models.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub hitsMax: i32, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `hits_max` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `hitsMax` should have a snake case name [INFO] [stderr] --> src/models.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | pub hitsMax: i32, [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `hits_max` [INFO] [stderr] [INFO] [stderr] warning: structure field `orderedStructures` should have a snake case name [INFO] [stderr] --> src/models.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | pub orderedStructures: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `ordered_structures` [INFO] [stderr] [INFO] [stderr] warning: structure field `orderedCreeps` should have a snake case name [INFO] [stderr] --> src/models.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | pub orderedCreeps: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `ordered_creeps` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `"docker" "inspect" "65c1ce8d16bbb1a88f658420a663d06e1020e084997e6bf5dc0ea24292bcdbaf"` [INFO] running `"docker" "rm" "-f" "65c1ce8d16bbb1a88f658420a663d06e1020e084997e6bf5dc0ea24292bcdbaf"` [INFO] [stdout] 65c1ce8d16bbb1a88f658420a663d06e1020e084997e6bf5dc0ea24292bcdbaf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jt28828/rust-trial:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] c811944c202b7547fb94e61ca612001f0f51eb25457fb296fa1cced45bd3ae72 [INFO] running `"docker" "start" "-a" "c811944c202b7547fb94e61ca612001f0f51eb25457fb296fa1cced45bd3ae72"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/screeps_wasm-4905cdc554834b73 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c811944c202b7547fb94e61ca612001f0f51eb25457fb296fa1cced45bd3ae72"` [INFO] running `"docker" "rm" "-f" "c811944c202b7547fb94e61ca612001f0f51eb25457fb296fa1cced45bd3ae72"` [INFO] [stdout] c811944c202b7547fb94e61ca612001f0f51eb25457fb296fa1cced45bd3ae72