[INFO] updating cached repository nyarly/socket-notify [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nyarly/socket-notify [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nyarly/socket-notify" "work/ex/beta-1.38-1/sources/1.37.0/gh/nyarly/socket-notify"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/nyarly/socket-notify'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nyarly/socket-notify" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nyarly/socket-notify"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nyarly/socket-notify'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 394182d06496859d5a47f25d9fb2a6830c87d733 [INFO] sha for GitHub repo nyarly/socket-notify: 394182d06496859d5a47f25d9fb2a6830c87d733 [INFO] validating manifest of nyarly/socket-notify 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 nyarly/socket-notify 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 nyarly/socket-notify [INFO] finished frobbing nyarly/socket-notify [INFO] frobbed toml for nyarly/socket-notify written to work/ex/beta-1.38-1/sources/1.37.0/gh/nyarly/socket-notify/Cargo.toml [INFO] started frobbing nyarly/socket-notify [INFO] finished frobbing nyarly/socket-notify [INFO] frobbed toml for nyarly/socket-notify written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nyarly/socket-notify/Cargo.toml [INFO] crate nyarly/socket-notify 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] testing nyarly/socket-notify 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/nyarly/socket-notify:/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] d49c0fc4fe50f89d63c13449e1ca78bc6daf80565e10eda0d8d515ce13fa4dff [INFO] running `"docker" "start" "-a" "d49c0fc4fe50f89d63c13449e1ca78bc6daf80565e10eda0d8d515ce13fa4dff"` [INFO] [stderr] warning: unused manifest key: package.is-it-maintained-issue-resolution [INFO] [stderr] warning: unused manifest key: package.is-it-maintained-open-issues [INFO] [stderr] warning: unused manifest key: package.maintenance [INFO] [stderr] Compiling dbus v0.4.1 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling backtrace-sys v0.1.14 [INFO] [stderr] Compiling backtrace v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling notify-rust v3.4.2 [INFO] [stderr] Compiling socket-notify v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:18:3 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain!{ [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Regex(::regex::Error); [INFO] [stderr] 21 | | Io(::std::io::Error); [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [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/main.rs:18:3 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain!{ [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Regex(::regex::Error); [INFO] [stderr] 21 | | Io(::std::io::Error); [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [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 11.38s [INFO] running `"docker" "inspect" "d49c0fc4fe50f89d63c13449e1ca78bc6daf80565e10eda0d8d515ce13fa4dff"` [INFO] running `"docker" "rm" "-f" "d49c0fc4fe50f89d63c13449e1ca78bc6daf80565e10eda0d8d515ce13fa4dff"` [INFO] [stdout] d49c0fc4fe50f89d63c13449e1ca78bc6daf80565e10eda0d8d515ce13fa4dff [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/nyarly/socket-notify:/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] 4897504f06a402e31a9835e7b9b2469fdd2b9b8d897553a581783984f930f192 [INFO] running `"docker" "start" "-a" "4897504f06a402e31a9835e7b9b2469fdd2b9b8d897553a581783984f930f192"` [INFO] [stderr] warning: unused manifest key: package.is-it-maintained-issue-resolution [INFO] [stderr] warning: unused manifest key: package.is-it-maintained-open-issues [INFO] [stderr] warning: unused manifest key: package.maintenance [INFO] [stderr] Compiling socket-notify v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:18:3 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain!{ [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Regex(::regex::Error); [INFO] [stderr] 21 | | Io(::std::io::Error); [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [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/main.rs:18:3 [INFO] [stderr] | [INFO] [stderr] 18 | / error_chain!{ [INFO] [stderr] 19 | | foreign_links { [INFO] [stderr] 20 | | Regex(::regex::Error); [INFO] [stderr] 21 | | Io(::std::io::Error); [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [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 0.59s [INFO] running `"docker" "inspect" "4897504f06a402e31a9835e7b9b2469fdd2b9b8d897553a581783984f930f192"` [INFO] running `"docker" "rm" "-f" "4897504f06a402e31a9835e7b9b2469fdd2b9b8d897553a581783984f930f192"` [INFO] [stdout] 4897504f06a402e31a9835e7b9b2469fdd2b9b8d897553a581783984f930f192 [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/nyarly/socket-notify:/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] 5dd2183559630a38e119c07bd7a5f6cd45dc4eaab1af97fc824e7e73a0b06bcd [INFO] running `"docker" "start" "-a" "5dd2183559630a38e119c07bd7a5f6cd45dc4eaab1af97fc824e7e73a0b06bcd"` [INFO] [stderr] warning: unused manifest key: package.is-it-maintained-issue-resolution [INFO] [stderr] warning: unused manifest key: package.is-it-maintained-open-issues [INFO] [stderr] warning: unused manifest key: package.maintenance [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/socket_notify-34ebabad1674bc04 [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" "5dd2183559630a38e119c07bd7a5f6cd45dc4eaab1af97fc824e7e73a0b06bcd"` [INFO] running `"docker" "rm" "-f" "5dd2183559630a38e119c07bd7a5f6cd45dc4eaab1af97fc824e7e73a0b06bcd"` [INFO] [stdout] 5dd2183559630a38e119c07bd7a5f6cd45dc4eaab1af97fc824e7e73a0b06bcd