[INFO] updating cached repository sile/cotoxy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sile/cotoxy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sile/cotoxy" "work/ex/beta-1.38-1/sources/1.37.0/gh/sile/cotoxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/sile/cotoxy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sile/cotoxy" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sile/cotoxy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sile/cotoxy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7d4bf222ed2208b014b527d38bda79a996e3ddc5 [INFO] sha for GitHub repo sile/cotoxy: 7d4bf222ed2208b014b527d38bda79a996e3ddc5 [INFO] validating manifest of sile/cotoxy 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 sile/cotoxy 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 sile/cotoxy [INFO] finished frobbing sile/cotoxy [INFO] frobbed toml for sile/cotoxy written to work/ex/beta-1.38-1/sources/1.37.0/gh/sile/cotoxy/Cargo.toml [INFO] started frobbing sile/cotoxy [INFO] finished frobbing sile/cotoxy [INFO] frobbed toml for sile/cotoxy written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sile/cotoxy/Cargo.toml [INFO] crate sile/cotoxy 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 sile/cotoxy against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sile/cotoxy:/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.37.0" "build" "--frozen"` [INFO] [stdout] 997cff49f2f6bd19f947a009101263266a5450d6a847e85c44318acde6f193d4 [INFO] running `"docker" "start" "-a" "997cff49f2f6bd19f947a009101263266a5450d6a847e85c44318acde6f193d4"` [INFO] [stderr] Compiling serde v1.0.64 [INFO] [stderr] Compiling slog v2.2.3 [INFO] [stderr] Compiling splay_tree v0.2.10 [INFO] [stderr] Compiling nbchan v0.1.2 [INFO] [stderr] Compiling trackable v0.2.17 [INFO] [stderr] Compiling proc-macro2 v0.4.4 [INFO] [stderr] Compiling isatty v0.1.8 [INFO] [stderr] Compiling handy_async v0.2.13 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling slog-scope v4.0.1 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling fibers v0.1.10 [INFO] [stderr] Compiling slog-stdlog v3.0.2 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling syn v0.14.1 [INFO] [stderr] Compiling slog-term v2.4.0 [INFO] [stderr] Compiling miasht v0.0.5 [INFO] [stderr] Compiling serde_derive v1.0.64 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.19 [INFO] [stderr] Compiling serdeconv v0.3.0 [INFO] [stderr] Compiling sloggers v0.2.6 [INFO] [stderr] Compiling cotoxy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:38:27 [INFO] [stderr] | [INFO] [stderr] 38 | type AsyncResult = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | derive_traits_for_trackable_error_newtype!(Error, Failed); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `"docker" "inspect" "997cff49f2f6bd19f947a009101263266a5450d6a847e85c44318acde6f193d4"` [INFO] running `"docker" "rm" "-f" "997cff49f2f6bd19f947a009101263266a5450d6a847e85c44318acde6f193d4"` [INFO] [stdout] 997cff49f2f6bd19f947a009101263266a5450d6a847e85c44318acde6f193d4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sile/cotoxy:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ddfad7f4818cdc36cf331e44bfa00c8d90fad4b4213d2ce30290a0c62dae3ed0 [INFO] running `"docker" "start" "-a" "ddfad7f4818cdc36cf331e44bfa00c8d90fad4b4213d2ce30290a0c62dae3ed0"` [INFO] [stderr] Compiling cotoxy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:38:27 [INFO] [stderr] | [INFO] [stderr] 38 | type AsyncResult = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | derive_traits_for_trackable_error_newtype!(Error, Failed); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.01s [INFO] running `"docker" "inspect" "ddfad7f4818cdc36cf331e44bfa00c8d90fad4b4213d2ce30290a0c62dae3ed0"` [INFO] running `"docker" "rm" "-f" "ddfad7f4818cdc36cf331e44bfa00c8d90fad4b4213d2ce30290a0c62dae3ed0"` [INFO] [stdout] ddfad7f4818cdc36cf331e44bfa00c8d90fad4b4213d2ce30290a0c62dae3ed0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sile/cotoxy:/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.37.0" "test" "--frozen"` [INFO] [stdout] d3c08afac3540c67e3bc06b924da0446bb9886f5f15e007074712573045697ac [INFO] running `"docker" "start" "-a" "d3c08afac3540c67e3bc06b924da0446bb9886f5f15e007074712573045697ac"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/cotoxy-3b2e3d782bff2508 [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/cotoxy-6d7e79697d5e7c37 [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 cotoxy [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" "d3c08afac3540c67e3bc06b924da0446bb9886f5f15e007074712573045697ac"` [INFO] running `"docker" "rm" "-f" "d3c08afac3540c67e3bc06b924da0446bb9886f5f15e007074712573045697ac"` [INFO] [stdout] d3c08afac3540c67e3bc06b924da0446bb9886f5f15e007074712573045697ac