[INFO] updating cached repository HristoKolev/watch-run [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/HristoKolev/watch-run [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/HristoKolev/watch-run" "work/ex/beta-1.38-1/sources/1.37.0/gh/HristoKolev/watch-run"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/HristoKolev/watch-run'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/HristoKolev/watch-run" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/HristoKolev/watch-run"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/HristoKolev/watch-run'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b61fe558dd2d9bce5ce73f41847dd30935c3af00 [INFO] sha for GitHub repo HristoKolev/watch-run: b61fe558dd2d9bce5ce73f41847dd30935c3af00 [INFO] validating manifest of HristoKolev/watch-run 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 HristoKolev/watch-run 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 HristoKolev/watch-run [INFO] finished frobbing HristoKolev/watch-run [INFO] frobbed toml for HristoKolev/watch-run written to work/ex/beta-1.38-1/sources/1.37.0/gh/HristoKolev/watch-run/Cargo.toml [INFO] started frobbing HristoKolev/watch-run [INFO] finished frobbing HristoKolev/watch-run [INFO] frobbed toml for HristoKolev/watch-run written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/HristoKolev/watch-run/Cargo.toml [INFO] crate HristoKolev/watch-run 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] [stderr] Blocking waiting for file lock on package cache [INFO] testing HristoKolev/watch-run 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-6/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/HristoKolev/watch-run:/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] 359dbcce906405cdbd21cdacfd8dd5ea5f60adeabd184c8ff45b411cfb133c8b [INFO] running `"docker" "start" "-a" "359dbcce906405cdbd21cdacfd8dd5ea5f60adeabd184c8ff45b411cfb133c8b"` [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Compiling backtrace v0.3.31 [INFO] [stderr] Compiling uname v0.1.1 [INFO] [stderr] Compiling im v12.3.4 [INFO] [stderr] Compiling sentry v0.15.5 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling flate2 v1.0.9 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling notify v4.0.12 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling hyper v0.12.30 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling serde_derive v1.0.93 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling serde v1.0.93 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling debugid v0.4.0 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling sentry-types v0.11.0 [INFO] [stderr] Compiling reqwest v0.9.18 [INFO] [stderr] Compiling watch-run v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/global/extensions.rs:132:26 [INFO] [stderr] | [INFO] [stderr] 132 | Some(v) => v.flatten(), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `global::extensions::OptionFlatten::flatten(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/global/extensions.rs:141:26 [INFO] [stderr] | [INFO] [stderr] 141 | Some(v) => v.flatten(), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `global::extensions::OptionFlatten::flatten(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/global/extensions.rs:150:26 [INFO] [stderr] | [INFO] [stderr] 150 | Some(v) => v.flatten(), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `global::extensions::OptionFlatten::flatten(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 58s [INFO] running `"docker" "inspect" "359dbcce906405cdbd21cdacfd8dd5ea5f60adeabd184c8ff45b411cfb133c8b"` [INFO] running `"docker" "rm" "-f" "359dbcce906405cdbd21cdacfd8dd5ea5f60adeabd184c8ff45b411cfb133c8b"` [INFO] [stdout] 359dbcce906405cdbd21cdacfd8dd5ea5f60adeabd184c8ff45b411cfb133c8b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/HristoKolev/watch-run:/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] d2b7783cdb88e742b5e8d8e08aa6863a5163643e4012661d50f356b6f1383ac7 [INFO] running `"docker" "start" "-a" "d2b7783cdb88e742b5e8d8e08aa6863a5163643e4012661d50f356b6f1383ac7"` [INFO] [stderr] Compiling watch-run v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/global/extensions.rs:132:26 [INFO] [stderr] | [INFO] [stderr] 132 | Some(v) => v.flatten(), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `global::extensions::OptionFlatten::flatten(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/global/extensions.rs:141:26 [INFO] [stderr] | [INFO] [stderr] 141 | Some(v) => v.flatten(), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `global::extensions::OptionFlatten::flatten(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/global/extensions.rs:150:26 [INFO] [stderr] | [INFO] [stderr] 150 | Some(v) => v.flatten(), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `global::extensions::OptionFlatten::flatten(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.40s [INFO] running `"docker" "inspect" "d2b7783cdb88e742b5e8d8e08aa6863a5163643e4012661d50f356b6f1383ac7"` [INFO] running `"docker" "rm" "-f" "d2b7783cdb88e742b5e8d8e08aa6863a5163643e4012661d50f356b6f1383ac7"` [INFO] [stdout] d2b7783cdb88e742b5e8d8e08aa6863a5163643e4012661d50f356b6f1383ac7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/HristoKolev/watch-run:/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] 632a54be4e252327813a85233200746ca016d8c6e4859b88d6074057a5c7dd4c [INFO] running `"docker" "start" "-a" "632a54be4e252327813a85233200746ca016d8c6e4859b88d6074057a5c7dd4c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/watch_run-a790e7e4ec246185 [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" "632a54be4e252327813a85233200746ca016d8c6e4859b88d6074057a5c7dd4c"` [INFO] running `"docker" "rm" "-f" "632a54be4e252327813a85233200746ca016d8c6e4859b88d6074057a5c7dd4c"` [INFO] [stdout] 632a54be4e252327813a85233200746ca016d8c6e4859b88d6074057a5c7dd4c