[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 1.38.0 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-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/illicitonion/gotham-static-file-handler on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-7/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 78fcd2e5e4a36f8ceac69f91101608858f8a014599f290483121ae520bab00da [INFO] running `"docker" "start" "-a" "78fcd2e5e4a36f8ceac69f91101608858f8a014599f290483121ae520bab00da"` [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling bincode v1.0.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling uuid v0.6.2 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [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 tokio-proto v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling hyper v0.11.24 [INFO] [stderr] Compiling skeptic v0.13.2 [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 52.93s [INFO] running `"docker" "inspect" "78fcd2e5e4a36f8ceac69f91101608858f8a014599f290483121ae520bab00da"` [INFO] running `"docker" "rm" "-f" "78fcd2e5e4a36f8ceac69f91101608858f8a014599f290483121ae520bab00da"` [INFO] [stdout] 78fcd2e5e4a36f8ceac69f91101608858f8a014599f290483121ae520bab00da [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 936f6d2381b4010624003631ccb3c9e4ac3860c750a7fa51f5e8640a4f5b0457 [INFO] running `"docker" "start" "-a" "936f6d2381b4010624003631ccb3c9e4ac3860c750a7fa51f5e8640a4f5b0457"` [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 6.00s [INFO] running `"docker" "inspect" "936f6d2381b4010624003631ccb3c9e4ac3860c750a7fa51f5e8640a4f5b0457"` [INFO] running `"docker" "rm" "-f" "936f6d2381b4010624003631ccb3c9e4ac3860c750a7fa51f5e8640a4f5b0457"` [INFO] [stdout] 936f6d2381b4010624003631ccb3c9e4ac3860c750a7fa51f5e8640a4f5b0457 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 5ab6856a17ffa4cc2f55d9f947334c4fc7565844a90a2bdca9cea65fb6644e23 [INFO] running `"docker" "start" "-a" "5ab6856a17ffa4cc2f55d9f947334c4fc7565844a90a2bdca9cea65fb6644e23"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.65s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gotham_static_file_handler-476c9bedaf3fde4f [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" "5ab6856a17ffa4cc2f55d9f947334c4fc7565844a90a2bdca9cea65fb6644e23"` [INFO] running `"docker" "rm" "-f" "5ab6856a17ffa4cc2f55d9f947334c4fc7565844a90a2bdca9cea65fb6644e23"` [INFO] [stdout] 5ab6856a17ffa4cc2f55d9f947334c4fc7565844a90a2bdca9cea65fb6644e23