[INFO] updating cached repository https://github.com/asayers/tailsrv [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] 91f66f2d4c35bddf17872643c4d7a8f705a1116e [INFO] testing asayers/tailsrv against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasayers%2Ftailsrv" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/asayers/tailsrv on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/asayers/tailsrv [INFO] finished tweaking git repo https://github.com/asayers/tailsrv [INFO] tweaked toml for git repo https://github.com/asayers/tailsrv written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/asayers/tailsrv already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 7562f5dd901ecf11a0924248fbcc521666c133802dd3f0d5ea408a4dfc11e385 [INFO] running `"docker" "start" "-a" "7562f5dd901ecf11a0924248fbcc521666c133802dd3f0d5ea408a4dfc11e385"` [INFO] [stderr] Compiling same-file v1.0.0 [INFO] [stderr] Compiling integer-encoding v1.0.4 [INFO] [stderr] Compiling memchr v2.0.0 [INFO] [stderr] Compiling inotify-sys v0.1.0 (https://github.com/asayers/inotify-rs#0a59430f) [INFO] [stderr] Compiling memmap v0.6.1 [INFO] [stderr] Compiling fs2 v0.4.2 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling loggerv v0.5.1 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling clap v2.27.1 [INFO] [stderr] Compiling mio-more v0.1.0 [INFO] [stderr] Compiling inotify v0.4.1 (https://github.com/asayers/inotify-rs#0a59430f) [INFO] [stderr] Compiling walkdir v2.0.1 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling globset v0.2.1 [INFO] [stderr] Compiling ignore v0.3.1 [INFO] [stderr] Compiling tailsrv v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/types.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain! { [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | Io(io::Error); [INFO] [stderr] 19 | | Nix(nix::Error); [INFO] [stderr] ... | [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/types.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain! { [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | Io(io::Error); [INFO] [stderr] 19 | | Nix(nix::Error); [INFO] [stderr] ... | [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 02s [INFO] running `"docker" "inspect" "7562f5dd901ecf11a0924248fbcc521666c133802dd3f0d5ea408a4dfc11e385"` [INFO] running `"docker" "rm" "-f" "7562f5dd901ecf11a0924248fbcc521666c133802dd3f0d5ea408a4dfc11e385"` [INFO] [stdout] 7562f5dd901ecf11a0924248fbcc521666c133802dd3f0d5ea408a4dfc11e385 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 7143f4470a8d37aacb9bbc31b6bb887b2828c1601ef171e70d39ed8065559b43 [INFO] running `"docker" "start" "-a" "7143f4470a8d37aacb9bbc31b6bb887b2828c1601ef171e70d39ed8065559b43"` [INFO] [stderr] Compiling tailsrv v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/types.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain! { [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | Io(io::Error); [INFO] [stderr] 19 | | Nix(nix::Error); [INFO] [stderr] ... | [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/types.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain! { [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | Io(io::Error); [INFO] [stderr] 19 | | Nix(nix::Error); [INFO] [stderr] ... | [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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.06s [INFO] running `"docker" "inspect" "7143f4470a8d37aacb9bbc31b6bb887b2828c1601ef171e70d39ed8065559b43"` [INFO] running `"docker" "rm" "-f" "7143f4470a8d37aacb9bbc31b6bb887b2828c1601ef171e70d39ed8065559b43"` [INFO] [stdout] 7143f4470a8d37aacb9bbc31b6bb887b2828c1601ef171e70d39ed8065559b43 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] c123c68df0d8da1d5ac27ec1afee932e5130545ba7e28ec7fa38bee6838f6e9c [INFO] running `"docker" "start" "-a" "c123c68df0d8da1d5ac27ec1afee932e5130545ba7e28ec7fa38bee6838f6e9c"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.27s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tailsrv-3801ea94ddf242d5 [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" "c123c68df0d8da1d5ac27ec1afee932e5130545ba7e28ec7fa38bee6838f6e9c"` [INFO] running `"docker" "rm" "-f" "c123c68df0d8da1d5ac27ec1afee932e5130545ba7e28ec7fa38bee6838f6e9c"` [INFO] [stdout] c123c68df0d8da1d5ac27ec1afee932e5130545ba7e28ec7fa38bee6838f6e9c