[INFO] updating cached repository whostolemyhat/i18n-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/whostolemyhat/i18n-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/whostolemyhat/i18n-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/whostolemyhat/i18n-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/whostolemyhat/i18n-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/whostolemyhat/i18n-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/whostolemyhat/i18n-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/whostolemyhat/i18n-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bfc12860615f5fe67919868e4c8909ad873795d4 [INFO] sha for GitHub repo whostolemyhat/i18n-rs: bfc12860615f5fe67919868e4c8909ad873795d4 [INFO] validating manifest of whostolemyhat/i18n-rs on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of whostolemyhat/i18n-rs on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing whostolemyhat/i18n-rs [INFO] finished frobbing whostolemyhat/i18n-rs [INFO] frobbed toml for whostolemyhat/i18n-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/whostolemyhat/i18n-rs/Cargo.toml [INFO] started frobbing whostolemyhat/i18n-rs [INFO] finished frobbing whostolemyhat/i18n-rs [INFO] frobbed toml for whostolemyhat/i18n-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/whostolemyhat/i18n-rs/Cargo.toml [INFO] crate whostolemyhat/i18n-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/whostolemyhat/i18n-rs/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing whostolemyhat/i18n-rs against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/whostolemyhat/i18n-rs:/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.36.0" "build" "--frozen"` [INFO] [stdout] 7fd08e7f4d7d58d20e18a5c571386f59e1bb7a3815868be7fb077fc2cf32d611 [INFO] running `"docker" "start" "-a" "7fd08e7f4d7d58d20e18a5c571386f59e1bb7a3815868be7fb077fc2cf32d611"` [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling i18n v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `defaultMessage` should have a snake case name [INFO] [stderr] --> src/main.rs:24:3 [INFO] [stderr] | [INFO] [stderr] 24 | defaultMessage: String [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `default_message` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.93s [INFO] running `"docker" "inspect" "7fd08e7f4d7d58d20e18a5c571386f59e1bb7a3815868be7fb077fc2cf32d611"` [INFO] running `"docker" "rm" "-f" "7fd08e7f4d7d58d20e18a5c571386f59e1bb7a3815868be7fb077fc2cf32d611"` [INFO] [stdout] 7fd08e7f4d7d58d20e18a5c571386f59e1bb7a3815868be7fb077fc2cf32d611 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/whostolemyhat/i18n-rs:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c77991b32e8323a1b6b23811ea7fcd6617263513720f6eaa82294f4ab8235563 [INFO] running `"docker" "start" "-a" "c77991b32e8323a1b6b23811ea7fcd6617263513720f6eaa82294f4ab8235563"` [INFO] [stderr] Compiling i18n v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `defaultMessage` should have a snake case name [INFO] [stderr] --> src/main.rs:24:3 [INFO] [stderr] | [INFO] [stderr] 24 | defaultMessage: String [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `default_message` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.76s [INFO] running `"docker" "inspect" "c77991b32e8323a1b6b23811ea7fcd6617263513720f6eaa82294f4ab8235563"` [INFO] running `"docker" "rm" "-f" "c77991b32e8323a1b6b23811ea7fcd6617263513720f6eaa82294f4ab8235563"` [INFO] [stdout] c77991b32e8323a1b6b23811ea7fcd6617263513720f6eaa82294f4ab8235563 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/whostolemyhat/i18n-rs:/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.36.0" "test" "--frozen"` [INFO] [stdout] 0dcb2a4fc731c6e1d10cb59d8cbd8a6cd76fd5ca32b4b7f68815259ba5e475c9 [INFO] running `"docker" "start" "-a" "0dcb2a4fc731c6e1d10cb59d8cbd8a6cd76fd5ca32b4b7f68815259ba5e475c9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/i18n-9c1fcbf5c2e72af0 [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" "0dcb2a4fc731c6e1d10cb59d8cbd8a6cd76fd5ca32b4b7f68815259ba5e475c9"` [INFO] running `"docker" "rm" "-f" "0dcb2a4fc731c6e1d10cb59d8cbd8a6cd76fd5ca32b4b7f68815259ba5e475c9"` [INFO] [stdout] 0dcb2a4fc731c6e1d10cb59d8cbd8a6cd76fd5ca32b4b7f68815259ba5e475c9