[INFO] updating cached repository https://github.com/joshterrill/github-export [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] e1bd33b9a3ab2703aa028828356f6bd40b9e061e [INFO] checking joshterrill/github-export against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoshterrill%2Fgithub-export" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/joshterrill/github-export on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/joshterrill/github-export [INFO] finished tweaking git repo https://github.com/joshterrill/github-export [INFO] tweaked toml for git repo https://github.com/joshterrill/github-export written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/joshterrill/github-export already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2f5578c088c62b7a3511e27b9b40ad36c1752227a81d3dc602359720d91a6e9e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "2f5578c088c62b7a3511e27b9b40ad36c1752227a81d3dc602359720d91a6e9e"` [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking filetime v0.2.8 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Compiling unicode-normalization v0.1.9 [INFO] [stderr] Checking notify v4.0.14 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] Checking rocket_http v0.4.2 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] Compiling rocket_codegen v0.4.2 [INFO] [stderr] Checking rocket v0.4.2 [INFO] [stderr] Checking rocket_contrib v0.4.2 [INFO] [stderr] Checking github-export v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Json` [INFO] [stderr] --> src/endpoints.rs:2:28 [INFO] [stderr] | [INFO] [stderr] 2 | use rocket_contrib::json::{Json, JsonValue}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0716]: temporary value dropped while borrowed [INFO] [stderr] --> src/endpoints.rs:13:23 [INFO] [stderr] | [INFO] [stderr] 11 | fn get<'a, T>(url: &str) -> Result where T:Deserialize<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 12 | let resp = reqwest::get(url)?.text()?; [INFO] [stderr] 13 | Ok(from_str::(&resp.to_owned())?) [INFO] [stderr] | ---------------^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | creates a temporary which is freed while still in use [INFO] [stderr] | argument requires that borrow lasts for `'a` [INFO] [stderr] 14 | } [INFO] [stderr] | - temporary value is freed at the end of this statement [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0716`. [INFO] [stderr] error: could not compile `github-export`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `Json` [INFO] [stderr] --> src/endpoints.rs:2:28 [INFO] [stderr] | [INFO] [stderr] 2 | use rocket_contrib::json::{Json, JsonValue}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0716]: temporary value dropped while borrowed [INFO] [stderr] --> src/endpoints.rs:13:23 [INFO] [stderr] | [INFO] [stderr] 11 | fn get<'a, T>(url: &str) -> Result where T:Deserialize<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 12 | let resp = reqwest::get(url)?.text()?; [INFO] [stderr] 13 | Ok(from_str::(&resp.to_owned())?) [INFO] [stderr] | ---------------^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | creates a temporary which is freed while still in use [INFO] [stderr] | argument requires that borrow lasts for `'a` [INFO] [stderr] 14 | } [INFO] [stderr] | - temporary value is freed at the end of this statement [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0716`. [INFO] [stderr] error: could not compile `github-export`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2f5578c088c62b7a3511e27b9b40ad36c1752227a81d3dc602359720d91a6e9e"` [INFO] running `"docker" "rm" "-f" "2f5578c088c62b7a3511e27b9b40ad36c1752227a81d3dc602359720d91a6e9e"` [INFO] [stdout] 2f5578c088c62b7a3511e27b9b40ad36c1752227a81d3dc602359720d91a6e9e