[INFO] updating cached repository https://github.com/illicitonion/gotham-static-file-handler [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] 29f27b687b1b92dd846ef6f8fa53a9143a2f21aa [INFO] testing illicitonion/gotham-static-file-handler against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillicitonion%2Fgotham-static-file-handler" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/illicitonion/gotham-static-file-handler 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/illicitonion/gotham-static-file-handler [INFO] finished tweaking git repo https://github.com/illicitonion/gotham-static-file-handler [INFO] tweaked toml for git repo https://github.com/illicitonion/gotham-static-file-handler written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/illicitonion/gotham-static-file-handler 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] f6c814d3925d1ebdbeed07059037c73f263849bb05b1c44e701021a709ac07a3 [INFO] running `"docker" "start" "-a" "f6c814d3925d1ebdbeed07059037c73f263849bb05b1c44e701021a709ac07a3"` [INFO] [stderr] Compiling futures v0.1.19 [INFO] [stderr] Compiling serde v1.0.34 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling uuid v0.6.2 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling serde_derive_internals v0.22.0 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling gotham_derive v0.2.0 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.4 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.34 [INFO] [stderr] Compiling tokio-executor v0.1.1 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.13 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling bincode v1.0.0 [INFO] [stderr] Compiling tokio-core v0.1.16 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling skeptic v0.13.2 [INFO] [stderr] Compiling hyper v0.11.24 [INFO] [stderr] Compiling borrow-bag v1.0.0 [INFO] [stderr] Compiling gotham v0.2.0 [INFO] [stderr] Compiling gotham-static-file-handler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: lifetime may not live long enough [INFO] [stderr] --> src/main.rs:25:37 [INFO] [stderr] | [INFO] [stderr] 25 | .to_new_handler(move || Ok(|state| handler.static_page::(state))); [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'2` [INFO] [stderr] | | | [INFO] [stderr] | | return type of closure is std::result::Result<[closure@src/main.rs:25:40: 25:86 handler:&'2 StaticFileHandler], std::io::Error> [INFO] [stderr] | lifetime `'1` represents this closure's body [INFO] [stderr] | [INFO] [stderr] = note: closure implements `Fn`, so references to captured variables can't escape the closure [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 57.66s [INFO] running `"docker" "inspect" "f6c814d3925d1ebdbeed07059037c73f263849bb05b1c44e701021a709ac07a3"` [INFO] running `"docker" "rm" "-f" "f6c814d3925d1ebdbeed07059037c73f263849bb05b1c44e701021a709ac07a3"` [INFO] [stdout] f6c814d3925d1ebdbeed07059037c73f263849bb05b1c44e701021a709ac07a3 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 3f98268ea0ff1b38f90b7e4908719b2519ac2565ce31e7d85de9c8c5be9dc5e8 [INFO] running `"docker" "start" "-a" "3f98268ea0ff1b38f90b7e4908719b2519ac2565ce31e7d85de9c8c5be9dc5e8"` [INFO] [stderr] Compiling gotham-static-file-handler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: lifetime may not live long enough [INFO] [stderr] --> src/main.rs:25:37 [INFO] [stderr] | [INFO] [stderr] 25 | .to_new_handler(move || Ok(|state| handler.static_page::(state))); [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'2` [INFO] [stderr] | | | [INFO] [stderr] | | return type of closure is std::result::Result<[closure@src/main.rs:25:40: 25:86 handler:&'2 StaticFileHandler], std::io::Error> [INFO] [stderr] | lifetime `'1` represents this closure's body [INFO] [stderr] | [INFO] [stderr] = note: closure implements `Fn`, so references to captured variables can't escape the closure [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.39s [INFO] running `"docker" "inspect" "3f98268ea0ff1b38f90b7e4908719b2519ac2565ce31e7d85de9c8c5be9dc5e8"` [INFO] running `"docker" "rm" "-f" "3f98268ea0ff1b38f90b7e4908719b2519ac2565ce31e7d85de9c8c5be9dc5e8"` [INFO] [stdout] 3f98268ea0ff1b38f90b7e4908719b2519ac2565ce31e7d85de9c8c5be9dc5e8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] e2d2bc97c84c93b2b871849b274c9d9125869f0077f79bfe327b2ca14251c48b [INFO] running `"docker" "start" "-a" "e2d2bc97c84c93b2b871849b274c9d9125869f0077f79bfe327b2ca14251c48b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.56s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gotham_static_file_handler-d138f9eb8055be7c [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" "e2d2bc97c84c93b2b871849b274c9d9125869f0077f79bfe327b2ca14251c48b"` [INFO] running `"docker" "rm" "-f" "e2d2bc97c84c93b2b871849b274c9d9125869f0077f79bfe327b2ca14251c48b"` [INFO] [stdout] e2d2bc97c84c93b2b871849b274c9d9125869f0077f79bfe327b2ca14251c48b