[INFO] updating cached repository https://github.com/tigertoes/fe2o3 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 6ba5d9500add8b932adc51183d9c796271d21e0f [INFO] checking tigertoes/fe2o3 against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-65897-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftigertoes%2Ffe2o3" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tigertoes/fe2o3 on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tigertoes/fe2o3 [INFO] finished tweaking git repo https://github.com/tigertoes/fe2o3 [INFO] tweaked toml for git repo https://github.com/tigertoes/fe2o3 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/tigertoes/fe2o3 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7a6e61de119444dbdb825050314b895ec308be0e8a511a8fb5471ad111c4eb32 [INFO] running `"docker" "start" "-a" "7a6e61de119444dbdb825050314b895ec308be0e8a511a8fb5471ad111c4eb32"` [INFO] [stderr] Checking futures v0.1.17 [INFO] [stderr] Checking slab v0.3.0 [INFO] [stderr] Checking lazycell v0.5.1 [INFO] [stderr] Checking slab v0.4.0 [INFO] [stderr] Checking scoped-tls v0.1.0 [INFO] [stderr] Checking smallvec v0.2.1 [INFO] [stderr] Checking take v0.1.0 [INFO] [stderr] Checking serde v1.0.21 [INFO] [stderr] Checking httparse v1.2.3 [INFO] [stderr] Checking iovec v0.1.1 [INFO] [stderr] Checking rand v0.3.18 [INFO] [stderr] Checking num_cpus v1.7.0 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Checking bytes v0.4.5 [INFO] [stderr] Checking mio v0.6.11 [INFO] [stderr] Compiling serde_derive_internals v0.17.0 [INFO] [stderr] Checking mime v0.3.5 [INFO] [stderr] Compiling serde_derive v1.0.21 [INFO] [stderr] Checking tokio-io v0.1.4 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking relay v0.1.0 [INFO] [stderr] Checking futures-cpupool v0.1.7 [INFO] [stderr] Checking tokio-core v0.1.10 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking hyper v0.11.7 [INFO] [stderr] Checking maxminddb v0.8.1 [INFO] [stderr] Checking fe2o3 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> src/main.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 54 | let server = Http::new().bind(&addr, move || [INFO] [stderr] | ------- [INFO] [stderr] | | | [INFO] [stderr] | | return type of closure is std::result::Result, std::io::Error> [INFO] [stderr] | lifetime `'1` represents this closure's body [INFO] [stderr] 55 | Ok(GeoIPService::new(&cc_reader, &ct_reader, &as_reader))).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'2` [INFO] [stderr] | [INFO] [stderr] = note: closure implements `Fn`, so references to captured variables can't escape the closure [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `fe2o3`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> src/main.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 54 | let server = Http::new().bind(&addr, move || [INFO] [stderr] | ------- [INFO] [stderr] | | | [INFO] [stderr] | | return type of closure is std::result::Result, std::io::Error> [INFO] [stderr] | lifetime `'1` represents this closure's body [INFO] [stderr] 55 | Ok(GeoIPService::new(&cc_reader, &ct_reader, &as_reader))).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'2` [INFO] [stderr] | [INFO] [stderr] = note: closure implements `Fn`, so references to captured variables can't escape the closure [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `fe2o3`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7a6e61de119444dbdb825050314b895ec308be0e8a511a8fb5471ad111c4eb32"` [INFO] running `"docker" "rm" "-f" "7a6e61de119444dbdb825050314b895ec308be0e8a511a8fb5471ad111c4eb32"` [INFO] [stdout] 7a6e61de119444dbdb825050314b895ec308be0e8a511a8fb5471ad111c4eb32