[INFO] updating cached repository https://github.com/sile/cotoxy [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7d4bf222ed2208b014b527d38bda79a996e3ddc5 [INFO] testing sile/cotoxy against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsile%2Fcotoxy" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sile/cotoxy on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sile/cotoxy [INFO] finished tweaking git repo https://github.com/sile/cotoxy [INFO] tweaked toml for git repo https://github.com/sile/cotoxy written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/sile/cotoxy already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 9127b243121e8231c7030dc61fb66bedcaedf28f7a42e49bcde34876ef3b19fb [INFO] running `"docker" "start" "-a" "9127b243121e8231c7030dc61fb66bedcaedf28f7a42e49bcde34876ef3b19fb"` [INFO] [stderr] Compiling slog v2.2.3 [INFO] [stderr] Compiling nbchan v0.1.2 [INFO] [stderr] Compiling trackable v0.2.17 [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 toml v0.4.6 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling fibers v0.1.10 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling slog-scope v4.0.1 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling slog-stdlog v3.0.2 [INFO] [stderr] Compiling serdeconv v0.3.0 [INFO] [stderr] Compiling miasht v0.0.5 [INFO] [stderr] Compiling slog-term v2.4.0 [INFO] [stderr] Compiling sloggers v0.2.6 [INFO] [stderr] Compiling cotoxy v0.1.0 (/opt/rustwide/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 17.49s [INFO] running `"docker" "inspect" "9127b243121e8231c7030dc61fb66bedcaedf28f7a42e49bcde34876ef3b19fb"` [INFO] running `"docker" "rm" "-f" "9127b243121e8231c7030dc61fb66bedcaedf28f7a42e49bcde34876ef3b19fb"` [INFO] [stdout] 9127b243121e8231c7030dc61fb66bedcaedf28f7a42e49bcde34876ef3b19fb [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 5bd7c0eef3647c4d8db94d42a23275e42e57c2e278f10d23020d92c5cdc2cd7f [INFO] running `"docker" "start" "-a" "5bd7c0eef3647c4d8db94d42a23275e42e57c2e278f10d23020d92c5cdc2cd7f"` [INFO] [stderr] Compiling cotoxy v0.1.0 (/opt/rustwide/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 1.41s [INFO] running `"docker" "inspect" "5bd7c0eef3647c4d8db94d42a23275e42e57c2e278f10d23020d92c5cdc2cd7f"` [INFO] running `"docker" "rm" "-f" "5bd7c0eef3647c4d8db94d42a23275e42e57c2e278f10d23020d92c5cdc2cd7f"` [INFO] [stdout] 5bd7c0eef3647c4d8db94d42a23275e42e57c2e278f10d23020d92c5cdc2cd7f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] d5a26fcd539acd1bb8b8f29c65b2600aa006d86ee3bc6fd19c9a07be61aff69c [INFO] running `"docker" "start" "-a" "d5a26fcd539acd1bb8b8f29c65b2600aa006d86ee3bc6fd19c9a07be61aff69c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cotoxy-088e4ffbbd35ea54 [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/rustwide/target/debug/deps/cotoxy-e036aa9199b25ff3 [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" "d5a26fcd539acd1bb8b8f29c65b2600aa006d86ee3bc6fd19c9a07be61aff69c"` [INFO] running `"docker" "rm" "-f" "d5a26fcd539acd1bb8b8f29c65b2600aa006d86ee3bc6fd19c9a07be61aff69c"` [INFO] [stdout] d5a26fcd539acd1bb8b8f29c65b2600aa006d86ee3bc6fd19c9a07be61aff69c