[INFO] updating cached repository kamarkiewicz/rusty_ems [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kamarkiewicz/rusty_ems [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kamarkiewicz/rusty_ems" "work/ex/beta-1.38-1/sources/1.37.0/gh/kamarkiewicz/rusty_ems"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/kamarkiewicz/rusty_ems'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kamarkiewicz/rusty_ems" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/kamarkiewicz/rusty_ems"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/kamarkiewicz/rusty_ems'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4b3c3052d7d4a9600ba6b9d91f3fc11d36925ffd [INFO] sha for GitHub repo kamarkiewicz/rusty_ems: 4b3c3052d7d4a9600ba6b9d91f3fc11d36925ffd [INFO] validating manifest of kamarkiewicz/rusty_ems 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 kamarkiewicz/rusty_ems 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 kamarkiewicz/rusty_ems [INFO] finished frobbing kamarkiewicz/rusty_ems [INFO] frobbed toml for kamarkiewicz/rusty_ems written to work/ex/beta-1.38-1/sources/1.37.0/gh/kamarkiewicz/rusty_ems/Cargo.toml [INFO] started frobbing kamarkiewicz/rusty_ems [INFO] finished frobbing kamarkiewicz/rusty_ems [INFO] frobbed toml for kamarkiewicz/rusty_ems written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/kamarkiewicz/rusty_ems/Cargo.toml [INFO] crate kamarkiewicz/rusty_ems 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 kamarkiewicz/rusty_ems 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-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/kamarkiewicz/rusty_ems:/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] c1bc5c13130b87bbe18978f9ff706073c75a5fdbcffd0e01cb0725bff442e2f7 [INFO] running `"docker" "start" "-a" "c1bc5c13130b87bbe18978f9ff706073c75a5fdbcffd0e01cb0725bff442e2f7"` [INFO] [stderr] Compiling typenum v1.5.2 [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling constant_time_eq v0.1.2 [INFO] [stderr] Compiling byte-tools v0.1.3 [INFO] [stderr] Compiling md5 v0.3.5 [INFO] [stderr] Compiling fallible-iterator v0.1.3 [INFO] [stderr] Compiling unicode-bidi v0.2.6 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Compiling postgres-derive v0.3.1 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling nodrop v0.1.9 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling stringprep v0.1.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling generic-array v0.7.2 [INFO] [stderr] Compiling digest-buffer v0.3.1 [INFO] [stderr] Compiling digest v0.5.2 [INFO] [stderr] Compiling crypto-mac v0.3.0 [INFO] [stderr] Compiling sha2 v0.5.3 [INFO] [stderr] Compiling hmac v0.1.1 [INFO] [stderr] Compiling postgres-protocol v0.3.0 [INFO] [stderr] Compiling postgres-shared v0.3.0 [INFO] [stderr] Compiling postgres v0.14.2 [INFO] [stderr] Compiling rusty_ems v0.95.0 (/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:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / error_chain!{ [INFO] [stderr] 34 | | foreign_links { [INFO] [stderr] 35 | | Io(io::Error); [INFO] [stderr] 36 | | Json(serde_json::Error); [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / error_chain!{ [INFO] [stderr] 34 | | foreign_links { [INFO] [stderr] 35 | | Io(io::Error); [INFO] [stderr] 36 | | Json(serde_json::Error); [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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 36.12s [INFO] running `"docker" "inspect" "c1bc5c13130b87bbe18978f9ff706073c75a5fdbcffd0e01cb0725bff442e2f7"` [INFO] running `"docker" "rm" "-f" "c1bc5c13130b87bbe18978f9ff706073c75a5fdbcffd0e01cb0725bff442e2f7"` [INFO] [stdout] c1bc5c13130b87bbe18978f9ff706073c75a5fdbcffd0e01cb0725bff442e2f7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/kamarkiewicz/rusty_ems:/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] 9ae570e9dfaa958cf01d1d581c3ae8f25353675cafa05d3e64b9087862ad5892 [INFO] running `"docker" "start" "-a" "9ae570e9dfaa958cf01d1d581c3ae8f25353675cafa05d3e64b9087862ad5892"` [INFO] [stderr] Compiling rusty_ems v0.95.0 (/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:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / error_chain!{ [INFO] [stderr] 34 | | foreign_links { [INFO] [stderr] 35 | | Io(io::Error); [INFO] [stderr] 36 | | Json(serde_json::Error); [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / error_chain!{ [INFO] [stderr] 34 | | foreign_links { [INFO] [stderr] 35 | | Io(io::Error); [INFO] [stderr] 36 | | Json(serde_json::Error); [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [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 7.31s [INFO] running `"docker" "inspect" "9ae570e9dfaa958cf01d1d581c3ae8f25353675cafa05d3e64b9087862ad5892"` [INFO] running `"docker" "rm" "-f" "9ae570e9dfaa958cf01d1d581c3ae8f25353675cafa05d3e64b9087862ad5892"` [INFO] [stdout] 9ae570e9dfaa958cf01d1d581c3ae8f25353675cafa05d3e64b9087862ad5892 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/kamarkiewicz/rusty_ems:/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] 7e19ba737615c1dd6cfc0c15db869509e3da88ddb4773535c5f8b9646e6059f2 [INFO] running `"docker" "start" "-a" "7e19ba737615c1dd6cfc0c15db869509e3da88ddb4773535c5f8b9646e6059f2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/rusty_ems-5e89a1da37f18b9c [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test api::tests::deserialize_snake_case ... ok [INFO] [stdout] test api::tests::deserialize_organizer_info_with_valid_secret ... ok [INFO] [stdout] test api::tests::deserialize_event_tests_timestamps ... ok [INFO] [stdout] test api::tests::deserialize_connection_info ... ok [INFO] [stdout] test api::tests::deserialize_organizer_info_with_invalid_secret ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7e19ba737615c1dd6cfc0c15db869509e3da88ddb4773535c5f8b9646e6059f2"` [INFO] running `"docker" "rm" "-f" "7e19ba737615c1dd6cfc0c15db869509e3da88ddb4773535c5f8b9646e6059f2"` [INFO] [stdout] 7e19ba737615c1dd6cfc0c15db869509e3da88ddb4773535c5f8b9646e6059f2