[INFO] updating cached repository sozu-proxy/sozu-acme [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sozu-proxy/sozu-acme [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sozu-proxy/sozu-acme" "work/ex/beta-1.38-1/sources/1.37.0/gh/sozu-proxy/sozu-acme"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/sozu-proxy/sozu-acme'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sozu-proxy/sozu-acme" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sozu-proxy/sozu-acme"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sozu-proxy/sozu-acme'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c3a1d7d4b1cd6af6def6b64043b66ada7e311eef [INFO] sha for GitHub repo sozu-proxy/sozu-acme: c3a1d7d4b1cd6af6def6b64043b66ada7e311eef [INFO] validating manifest of sozu-proxy/sozu-acme 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 sozu-proxy/sozu-acme 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 sozu-proxy/sozu-acme [INFO] finished frobbing sozu-proxy/sozu-acme [INFO] frobbed toml for sozu-proxy/sozu-acme written to work/ex/beta-1.38-1/sources/1.37.0/gh/sozu-proxy/sozu-acme/Cargo.toml [INFO] started frobbing sozu-proxy/sozu-acme [INFO] finished frobbing sozu-proxy/sozu-acme [INFO] frobbed toml for sozu-proxy/sozu-acme written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sozu-proxy/sozu-acme/Cargo.toml [INFO] crate sozu-proxy/sozu-acme 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 sozu-proxy/sozu-acme 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-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sozu-proxy/sozu-acme:/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] 04def180a33293e196dab6806879f1e0950bfc1738b4fb6768e4fb3dae81b1b7 [INFO] running `"docker" "start" "-a" "04def180a33293e196dab6806879f1e0950bfc1738b4fb6768e4fb3dae81b1b7"` [INFO] [stderr] Compiling ascii v0.8.7 [INFO] [stderr] Compiling pool v0.1.4 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling toml v0.4.8 [INFO] [stderr] Compiling hyper v0.10.15 [INFO] [stderr] Compiling syn v0.15.20 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling rand v0.6.0 [INFO] [stderr] Compiling pem v0.5.1 [INFO] [stderr] Compiling tiny_http v0.6.0 [INFO] [stderr] Compiling pretty_env_logger v0.2.5 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling hyper-native-tls v0.2.4 [INFO] [stderr] Compiling reqwest v0.6.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling acme-client v0.5.3 [INFO] [stderr] Compiling sozu-command-lib v0.11.0 [INFO] [stderr] Compiling sozu-acme v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | request.respond(Response::from_data(key_authorization.as_bytes()).with_status_code(200)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 152 | request.respond(Response::from_data(&b"not found"[..]).with_status_code(404)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 46s [INFO] running `"docker" "inspect" "04def180a33293e196dab6806879f1e0950bfc1738b4fb6768e4fb3dae81b1b7"` [INFO] running `"docker" "rm" "-f" "04def180a33293e196dab6806879f1e0950bfc1738b4fb6768e4fb3dae81b1b7"` [INFO] [stdout] 04def180a33293e196dab6806879f1e0950bfc1738b4fb6768e4fb3dae81b1b7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sozu-proxy/sozu-acme:/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] 3cc1b5d26704b87593ece30c7383222d70727c60a09a2fca13d449b0a03bbc11 [INFO] running `"docker" "start" "-a" "3cc1b5d26704b87593ece30c7383222d70727c60a09a2fca13d449b0a03bbc11"` [INFO] [stderr] Compiling sozu-acme v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | request.respond(Response::from_data(key_authorization.as_bytes()).with_status_code(200)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 152 | request.respond(Response::from_data(&b"not found"[..]).with_status_code(404)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.26s [INFO] running `"docker" "inspect" "3cc1b5d26704b87593ece30c7383222d70727c60a09a2fca13d449b0a03bbc11"` [INFO] running `"docker" "rm" "-f" "3cc1b5d26704b87593ece30c7383222d70727c60a09a2fca13d449b0a03bbc11"` [INFO] [stdout] 3cc1b5d26704b87593ece30c7383222d70727c60a09a2fca13d449b0a03bbc11 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sozu-proxy/sozu-acme:/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] ee38779fdd9dc44d4fed53c3a0c9bf4ebefc553aab754e9c2db64238562ffbb2 [INFO] running `"docker" "start" "-a" "ee38779fdd9dc44d4fed53c3a0c9bf4ebefc553aab754e9c2db64238562ffbb2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/sozu_acme-d7abc998f6fdbaf9 [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" "ee38779fdd9dc44d4fed53c3a0c9bf4ebefc553aab754e9c2db64238562ffbb2"` [INFO] running `"docker" "rm" "-f" "ee38779fdd9dc44d4fed53c3a0c9bf4ebefc553aab754e9c2db64238562ffbb2"` [INFO] [stdout] ee38779fdd9dc44d4fed53c3a0c9bf4ebefc553aab754e9c2db64238562ffbb2