[INFO] cloning repository x4nt/hasher [INFO] running `"git" "clone" "--bare" "git://github.com/x4nt/hasher.git" "work/cache/sources/gh/x4nt/hasher"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/x4nt/hasher'... [INFO] running `"git" "clone" "work/cache/sources/gh/x4nt/hasher" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/x4nt/hasher"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/x4nt/hasher'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/x4nt/hasher" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/x4nt/hasher"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/x4nt/hasher'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cfc005d7234f6dfc4f198ff2ebe297de8e278a22 [INFO] sha for GitHub repo x4nt/hasher: cfc005d7234f6dfc4f198ff2ebe297de8e278a22 [INFO] validating manifest of x4nt/hasher on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of x4nt/hasher on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing x4nt/hasher [INFO] finished frobbing x4nt/hasher [INFO] frobbed toml for x4nt/hasher written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/x4nt/hasher/Cargo.toml [INFO] started frobbing x4nt/hasher [INFO] finished frobbing x4nt/hasher [INFO] frobbed toml for x4nt/hasher written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/x4nt/hasher/Cargo.toml [INFO] crate x4nt/hasher already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fasthash v0.2.8 [INFO] [stderr] Downloaded seahash v3.0.5 [INFO] [stderr] Downloaded xoroshiro128 v0.3.0 [INFO] [stderr] Downloaded actix-web v0.6.15 [INFO] [stderr] Downloaded smallvec v0.6.2 [INFO] [stderr] Downloaded fasthash-sys v0.2.8 [INFO] [stderr] Downloaded actix v0.5.8 [INFO] [stderr] Downloaded extprim v1.6.0 [INFO] [stderr] Downloaded rustc_version v0.2.2 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing x4nt/hasher against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/x4nt/hasher:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 118afb74878ff349a37a9f3494984e63c5220bc19785f1e8f75238f7e9b222e0 [INFO] running `"docker" "start" "-a" "118afb74878ff349a37a9f3494984e63c5220bc19785f1e8f75238f7e9b222e0"` [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling futures v0.1.22 [INFO] [stderr] Compiling itoa v0.4.2 [INFO] [stderr] Compiling pulldown-cmark v0.1.2 [INFO] [stderr] Compiling same-file v1.0.2 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling smallvec v0.6.2 [INFO] [stderr] Compiling bytecount v0.3.1 [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling untrusted v0.5.1 [INFO] [stderr] Compiling fasthash v0.2.8 [INFO] [stderr] Compiling redis v0.8.0 [INFO] [stderr] Compiling seahash v3.0.5 [INFO] [stderr] Compiling sha1 v0.2.0 [INFO] [stderr] Compiling http-range v0.1.1 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling walkdir v2.1.4 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Compiling actix_derive v0.2.0 [INFO] [stderr] Compiling actix-web v0.6.15 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling xoroshiro128 v0.3.0 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling http v0.1.7 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling fasthash-sys v0.2.8 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling tokio-executor v0.1.2 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling mio-uds v0.6.6 [INFO] [stderr] Compiling crossbeam-channel v0.1.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.5 [INFO] [stderr] Compiling tokio-timer v0.2.4 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling tokio-reactor v0.1.2 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Compiling mime v0.3.8 [INFO] [stderr] Compiling tokio-fs v0.1.2 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.1 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling h2 v0.1.10 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.5 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling error-chain v0.1.12 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling trust-dns-proto v0.3.3 [INFO] [stderr] Compiling tokio-signal v0.1.5 [INFO] [stderr] Compiling cookie v0.10.1 [INFO] [stderr] Compiling trust-dns-resolver v0.8.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Compiling serde_urlencoded v0.5.2 [INFO] [stderr] Compiling rustc_version v0.2.2 [INFO] [stderr] Compiling extprim v1.6.0 [INFO] [stderr] Compiling cargo_metadata v0.5.8 [INFO] [stderr] Compiling skeptic v0.13.3 [INFO] [stderr] Compiling actix v0.5.8 [INFO] [stderr] Compiling hasher v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 49s [INFO] running `"docker" "inspect" "118afb74878ff349a37a9f3494984e63c5220bc19785f1e8f75238f7e9b222e0"` [INFO] running `"docker" "rm" "-f" "118afb74878ff349a37a9f3494984e63c5220bc19785f1e8f75238f7e9b222e0"` [INFO] [stdout] 118afb74878ff349a37a9f3494984e63c5220bc19785f1e8f75238f7e9b222e0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/x4nt/hasher:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 9c85afd5817515cb0f424a477b0c130d4881247c1f43f3ae443f0fd57b9189b4 [INFO] running `"docker" "start" "-a" "9c85afd5817515cb0f424a477b0c130d4881247c1f43f3ae443f0fd57b9189b4"` [INFO] [stderr] Compiling hasher v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `"docker" "inspect" "9c85afd5817515cb0f424a477b0c130d4881247c1f43f3ae443f0fd57b9189b4"` [INFO] running `"docker" "rm" "-f" "9c85afd5817515cb0f424a477b0c130d4881247c1f43f3ae443f0fd57b9189b4"` [INFO] [stdout] 9c85afd5817515cb0f424a477b0c130d4881247c1f43f3ae443f0fd57b9189b4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/x4nt/hasher:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] a89d4216d18cf9a156282ecd3a0ce7530c7b054ba05d9eb80c52f79f06d56460 [INFO] running `"docker" "start" "-a" "a89d4216d18cf9a156282ecd3a0ce7530c7b054ba05d9eb80c52f79f06d56460"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/hasher-14a7743f7af0f11f [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" "a89d4216d18cf9a156282ecd3a0ce7530c7b054ba05d9eb80c52f79f06d56460"` [INFO] running `"docker" "rm" "-f" "a89d4216d18cf9a156282ecd3a0ce7530c7b054ba05d9eb80c52f79f06d56460"` [INFO] [stdout] a89d4216d18cf9a156282ecd3a0ce7530c7b054ba05d9eb80c52f79f06d56460