[INFO] updating cached repository ryantaylor/coh2attrib [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ryantaylor/coh2attrib [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ryantaylor/coh2attrib" "work/ex/beta-1.37-6/sources/1.36.0/gh/ryantaylor/coh2attrib"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ryantaylor/coh2attrib'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ryantaylor/coh2attrib" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ryantaylor/coh2attrib"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ryantaylor/coh2attrib'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8b5b0aac3c2fc76b26ac293f2c363249e8780570 [INFO] sha for GitHub repo ryantaylor/coh2attrib: 8b5b0aac3c2fc76b26ac293f2c363249e8780570 [INFO] validating manifest of ryantaylor/coh2attrib 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 ryantaylor/coh2attrib 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 ryantaylor/coh2attrib [INFO] finished frobbing ryantaylor/coh2attrib [INFO] frobbed toml for ryantaylor/coh2attrib written to work/ex/beta-1.37-6/sources/1.36.0/gh/ryantaylor/coh2attrib/Cargo.toml [INFO] started frobbing ryantaylor/coh2attrib [INFO] finished frobbing ryantaylor/coh2attrib [INFO] frobbed toml for ryantaylor/coh2attrib written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ryantaylor/coh2attrib/Cargo.toml [INFO] crate ryantaylor/coh2attrib 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/ryantaylor/coh2attrib/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 ryantaylor/coh2attrib 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-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ryantaylor/coh2attrib:/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] cb944daeff932d8d3950aa6f4fe0a3604b131c58464d5e3cc69d545b8dc6fd11 [INFO] running `"docker" "start" "-a" "cb944daeff932d8d3950aa6f4fe0a3604b131c58464d5e3cc69d545b8dc6fd11"` [INFO] [stderr] Compiling nom v1.0.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling postgres v0.10.2 [INFO] [stderr] Compiling coh2attrib v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `space` [INFO] [stderr] --> src/lib.rs:15:40 [INFO] [stderr] | [INFO] [stderr] 15 | use nom::{digit, eof, not_line_ending, space, tab}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.16s [INFO] running `"docker" "inspect" "cb944daeff932d8d3950aa6f4fe0a3604b131c58464d5e3cc69d545b8dc6fd11"` [INFO] running `"docker" "rm" "-f" "cb944daeff932d8d3950aa6f4fe0a3604b131c58464d5e3cc69d545b8dc6fd11"` [INFO] [stdout] cb944daeff932d8d3950aa6f4fe0a3604b131c58464d5e3cc69d545b8dc6fd11 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ryantaylor/coh2attrib:/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] 317166b35119c11b229e2ffd8763604c85c0ee65a39393135d0a807091a6d49f [INFO] running `"docker" "start" "-a" "317166b35119c11b229e2ffd8763604c85c0ee65a39393135d0a807091a6d49f"` [INFO] [stderr] Compiling coh2attrib v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `space` [INFO] [stderr] --> src/lib.rs:15:40 [INFO] [stderr] | [INFO] [stderr] 15 | use nom::{digit, eof, not_line_ending, space, tab}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.45s [INFO] running `"docker" "inspect" "317166b35119c11b229e2ffd8763604c85c0ee65a39393135d0a807091a6d49f"` [INFO] running `"docker" "rm" "-f" "317166b35119c11b229e2ffd8763604c85c0ee65a39393135d0a807091a6d49f"` [INFO] [stdout] 317166b35119c11b229e2ffd8763604c85c0ee65a39393135d0a807091a6d49f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ryantaylor/coh2attrib:/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] 5438566a5d717586bb07d4f2eb20562c36e0bb4d56f73a2409c8d4413cab0a75 [INFO] running `"docker" "start" "-a" "5438566a5d717586bb07d4f2eb20562c36e0bb4d56f73a2409c8d4413cab0a75"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/coh2attrib-72590fa19a0b3c1f [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] [stderr] Running /opt/crater/target/debug/deps/coh2attrib-0fa353efdd6e73e6 [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] [stderr] Doc-tests coh2attrib [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" "5438566a5d717586bb07d4f2eb20562c36e0bb4d56f73a2409c8d4413cab0a75"` [INFO] running `"docker" "rm" "-f" "5438566a5d717586bb07d4f2eb20562c36e0bb4d56f73a2409c8d4413cab0a75"` [INFO] [stdout] 5438566a5d717586bb07d4f2eb20562c36e0bb4d56f73a2409c8d4413cab0a75