[INFO] updating cached repository luogni/mtb [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/luogni/mtb [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/luogni/mtb" "work/ex/beta-1.37-6/sources/1.36.0/gh/luogni/mtb"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/luogni/mtb'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/luogni/mtb" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luogni/mtb"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luogni/mtb'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a5ae5d30ada8f2fc94fafe4db6bdfead7f994d35 [INFO] sha for GitHub repo luogni/mtb: a5ae5d30ada8f2fc94fafe4db6bdfead7f994d35 [INFO] validating manifest of luogni/mtb 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 luogni/mtb 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 luogni/mtb [INFO] finished frobbing luogni/mtb [INFO] frobbed toml for luogni/mtb written to work/ex/beta-1.37-6/sources/1.36.0/gh/luogni/mtb/Cargo.toml [INFO] started frobbing luogni/mtb [INFO] finished frobbing luogni/mtb [INFO] frobbed toml for luogni/mtb written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/luogni/mtb/Cargo.toml [INFO] crate luogni/mtb 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] Updating git repository `https://github.com/luogni/slippy-map-tiles-rs.git` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/luogni/mtb/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] [stderr] Updating git repository `https://github.com/AtheMathmo/rusty-machine` [INFO] [stderr] Updating git repository `https://github.com/luogni/slippy-map-tiles-rs.git` [INFO] [stderr] Updating git repository `https://github.com/AtheMathmo/rulinalg` [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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/AtheMathmo/rusty-machine` [INFO] [stderr] Updating git repository `https://github.com/luogni/slippy-map-tiles-rs.git` [INFO] [stderr] Updating git repository `https://github.com/AtheMathmo/rulinalg` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing luogni/mtb 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-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/luogni/mtb:/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] b0afc171b0d34c0a9101a483c201b4a8783f1046696a3f233ac694688474fb52 [INFO] running `"docker" "start" "-a" "b0afc171b0d34c0a9101a483c201b4a8783f1046696a3f233ac694688474fb52"` [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling docopt v0.7.0 [INFO] [stderr] Compiling error-chain v0.9.0 [INFO] [stderr] Compiling rayon v0.6.0 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling slippy-map-tiles v0.10.0 (https://github.com/luogni/slippy-map-tiles-rs.git#a5d526b8) [INFO] [stderr] Compiling rulinalg v0.4.2 (https://github.com/AtheMathmo/rulinalg?rev=1ed8b937#1ed8b937) [INFO] [stderr] Compiling nalgebra v0.5.1 [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling image v0.12.4 [INFO] [stderr] Compiling rusty-machine v0.5.4 (https://github.com/AtheMathmo/rusty-machine#f43da8d7) [INFO] [stderr] Compiling imageproc v0.7.0 [INFO] [stderr] Compiling mtb v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.26s [INFO] running `"docker" "inspect" "b0afc171b0d34c0a9101a483c201b4a8783f1046696a3f233ac694688474fb52"` [INFO] running `"docker" "rm" "-f" "b0afc171b0d34c0a9101a483c201b4a8783f1046696a3f233ac694688474fb52"` [INFO] [stdout] b0afc171b0d34c0a9101a483c201b4a8783f1046696a3f233ac694688474fb52 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/luogni/mtb:/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] f0618ae0bdbb8faef30b795c6b8ad76e8df6475a4f3c514027e485ead6b6bc87 [INFO] running `"docker" "start" "-a" "f0618ae0bdbb8faef30b795c6b8ad76e8df6475a4f3c514027e485ead6b6bc87"` [INFO] [stderr] Compiling mtb v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.09s [INFO] running `"docker" "inspect" "f0618ae0bdbb8faef30b795c6b8ad76e8df6475a4f3c514027e485ead6b6bc87"` [INFO] running `"docker" "rm" "-f" "f0618ae0bdbb8faef30b795c6b8ad76e8df6475a4f3c514027e485ead6b6bc87"` [INFO] [stdout] f0618ae0bdbb8faef30b795c6b8ad76e8df6475a4f3c514027e485ead6b6bc87 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/luogni/mtb:/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] 60dba47909f708c120113ac40949511bce802ded5689ef6da792a3e2f0b5bb9f [INFO] running `"docker" "start" "-a" "60dba47909f708c120113ac40949511bce802ded5689ef6da792a3e2f0b5bb9f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/mtb-7f949bdea13cdeb1 [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" "60dba47909f708c120113ac40949511bce802ded5689ef6da792a3e2f0b5bb9f"` [INFO] running `"docker" "rm" "-f" "60dba47909f708c120113ac40949511bce802ded5689ef6da792a3e2f0b5bb9f"` [INFO] [stdout] 60dba47909f708c120113ac40949511bce802ded5689ef6da792a3e2f0b5bb9f