[INFO] updating cached repository https://github.com/dbwg/lain [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] b4f098b004e23c143bef6c64b2be0a6c34cd96e9 [INFO] testing dbwg/lain against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdbwg%2Flain" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dbwg/lain on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dbwg/lain [INFO] finished tweaking git repo https://github.com/dbwg/lain [INFO] tweaked toml for git repo https://github.com/dbwg/lain written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/dbwg/lain already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b1aca438eb4cdd73c1eda8b50f9db08c87a8c989666521c70e603f0fb34ab5ca [INFO] running `"docker" "start" "-a" "b1aca438eb4cdd73c1eda8b50f9db08c87a8c989666521c70e603f0fb34ab5ca"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling gcc v0.3.46 [INFO] [stderr] Compiling pq-sys v0.4.3 [INFO] [stderr] Compiling httparse v1.2.2 [INFO] [stderr] Compiling traitobject v0.0.1 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling serde v1.0.5 [INFO] [stderr] Compiling redis v0.8.0 [INFO] [stderr] Compiling rustc-demangle v0.1.4 [INFO] [stderr] Compiling lain v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling openssl-sys v0.7.17 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling hpack v0.2.0 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling mime v0.2.4 [INFO] [stderr] Compiling num_cpus v1.4.0 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> build.rs:37:8 [INFO] [stderr] | [INFO] [stderr] 37 | Ok(try!(String::from_utf8(try!(Command::new("git") [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> build.rs:37:31 [INFO] [stderr] | [INFO] [stderr] 37 | Ok(try!(String::from_utf8(try!(Command::new("git") [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> build.rs:44:8 [INFO] [stderr] | [INFO] [stderr] 44 | Ok(try!(String::from_utf8(try!(Command::new("git") [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> build.rs:44:31 [INFO] [stderr] | [INFO] [stderr] 44 | Ok(try!(String::from_utf8(try!(Command::new("git") [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> build.rs:31:55 [INFO] [stderr] | [INFO] [stderr] 31 | (Ok(hash), Ok(date)) => format!("{} {}", hash.trim_right(), date), [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling unsafe-any v0.4.1 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling scheduled-thread-pool v0.1.0 [INFO] [stderr] Compiling psutil v1.0.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling url v1.4.0 [INFO] [stderr] Compiling solicit v0.4.4 [INFO] [stderr] Compiling r2d2 v0.7.2 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling phf v0.7.21 [INFO] [stderr] error[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.4.0/src/form_urlencoded.rs:246:40 [INFO] [stderr] | [INFO] [stderr] 244 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 245 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 246 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] [INFO] [stderr] Compiling openssl-sys-extras v0.7.14 [INFO] [stderr] Compiling openssl v0.7.14 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0713`. [INFO] [stderr] error: could not compile `url`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b1aca438eb4cdd73c1eda8b50f9db08c87a8c989666521c70e603f0fb34ab5ca"` [INFO] running `"docker" "rm" "-f" "b1aca438eb4cdd73c1eda8b50f9db08c87a8c989666521c70e603f0fb34ab5ca"` [INFO] [stdout] b1aca438eb4cdd73c1eda8b50f9db08c87a8c989666521c70e603f0fb34ab5ca