[INFO] cloning repository https://github.com/dwgill/city-of-citizens [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dwgill/city-of-citizens" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdwgill%2Fcity-of-citizens", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdwgill%2Fcity-of-citizens'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a63a10b71f492100b92612cb27fa0b16f53ec2c0 [INFO] checking dwgill/city-of-citizens against master#5e3f1b148db5bfa27fee52464ae1f5d34c49d77b for pr-75502 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdwgill%2Fcity-of-citizens" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dwgill/city-of-citizens on toolchain 5e3f1b148db5bfa27fee52464ae1f5d34c49d77b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dwgill/city-of-citizens [INFO] finished tweaking git repo https://github.com/dwgill/city-of-citizens [INFO] tweaked toml for git repo https://github.com/dwgill/city-of-citizens written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/dwgill/city-of-citizens already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42556a61d26bb88cd594fd6f47579c111173ed66d8dd637d4464569eabaa33eb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "42556a61d26bb88cd594fd6f47579c111173ed66d8dd637d4464569eabaa33eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42556a61d26bb88cd594fd6f47579c111173ed66d8dd637d4464569eabaa33eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42556a61d26bb88cd594fd6f47579c111173ed66d8dd637d4464569eabaa33eb", kill_on_drop: false }` [INFO] [stdout] 42556a61d26bb88cd594fd6f47579c111173ed66d8dd637d4464569eabaa33eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 08e622041110febdc688dda6a1037a56734af86fae5f3bc66537fedba35cf9a8 [INFO] running `Command { std: "docker" "start" "-a" "08e622041110febdc688dda6a1037a56734af86fae5f3bc66537fedba35cf9a8", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling futures v0.1.21 [INFO] [stderr] Compiling byteorder v1.2.3 [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Checking libc v0.2.42 [INFO] [stderr] Compiling lazy_static v1.0.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling lazycell v0.6.0 [INFO] [stderr] Compiling crossbeam-utils v0.4.0 [INFO] [stderr] Compiling slab v0.4.0 [INFO] [stderr] Compiling serde v1.0.66 [INFO] [stderr] Compiling version_check v0.1.3 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling take v0.1.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling smallvec v0.2.1 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling try-lock v0.1.0 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling httparse v1.2.4 [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling itoa v0.4.1 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling adler32 v1.0.2 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking color_quant v1.0.0 [INFO] [stderr] Checking linked-hash-map v0.5.1 [INFO] [stderr] Checking xdg v2.1.0 [INFO] [stderr] Checking claxon v0.3.1 [INFO] [stderr] Checking unicode-normalization v0.1.7 [INFO] [stderr] Checking podio v0.1.6 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Checking xi-unicode v0.1.0 [INFO] [stderr] Compiling log v0.4.2 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling filetime v0.2.1 [INFO] [stderr] Compiling xattr v0.2.1 [INFO] [stderr] Compiling cmake v0.1.31 [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Checking ogg v0.4.1 [INFO] [stderr] Checking stb_truetype v0.2.2 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Compiling base64 v0.9.2 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.6 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Checking inflate v0.4.2 [INFO] [stderr] Checking deflate v0.7.18 [INFO] [stderr] Checking unreachable v0.1.1 [INFO] [stderr] Checking gif v0.10.0 [INFO] [stderr] Compiling bytes v0.4.8 [INFO] [stderr] Checking app_dirs2 v2.0.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling openssl-sys v0.9.33 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling tar v0.4.15 [INFO] [stderr] Compiling crossbeam-epoch v0.4.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling idna v0.1.4 [INFO] [stderr] Checking lewton v0.5.2 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling tokio-executor v0.1.2 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Checking msdos_time v0.1.6 [INFO] [stderr] Checking backtrace-sys v0.1.23 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling tokio-timer v0.2.4 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Compiling url v1.7.0 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking backtrace v0.3.8 [INFO] [stderr] Checking twox-hash v1.1.0 [INFO] [stdout] error[E0214]: parenthesized type parameters may only be used with a `Fn` trait [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/twox-hash-1.1.0/src/number_streams.rs:67:23 [INFO] [stdout] | [INFO] [stdout] 67 | fn count(self) -> usize() { [INFO] [stdout] | ^^^^^^^ only `Fn` traits may use parentheses [INFO] [stdout] ... [INFO] [stdout] 74 | number_stream!(U32FromBytes, u32, U32_BYTES); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0214]: parenthesized type parameters may only be used with a `Fn` trait [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/twox-hash-1.1.0/src/number_streams.rs:67:23 [INFO] [stdout] | [INFO] [stdout] 67 | fn count(self) -> usize() { [INFO] [stdout] | ^^^^^^^ only `Fn` traits may use parentheses [INFO] [stdout] ... [INFO] [stdout] 75 | number_stream!(U64FromBytes, u64, U64_BYTES); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `openssl v0.9.24` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/openssl-b9e5c429783a77ba/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Unable to detect OpenSSL version', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55cadb7caf90 - std::backtrace_rs::backtrace::libunwind::trace::ha1eabb142084ea37 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:96 [INFO] [stderr] 1: 0x55cadb7caf90 - std::backtrace_rs::backtrace::trace_unsynchronized::hbb8825661d997281 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/../../backtrace/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55cadb7caf90 - std::sys_common::backtrace::_print_fmt::h26d850e2f7183914 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/sys_common/backtrace.rs:79 [INFO] [stderr] 3: 0x55cadb7caf90 - ::fmt::h3834b06f68a2b012 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/sys_common/backtrace.rs:58 [INFO] [stderr] 4: 0x55cadb7e432c - core::fmt::write::h3a043650ba7bf668 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/core/src/fmt/mod.rs:1117 [INFO] [stderr] 5: 0x55cadb7c95c5 - std::io::Write::write_fmt::h9c0c8944a1898139 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/io/mod.rs:1510 [INFO] [stderr] 6: 0x55cadb7cd110 - std::sys_common::backtrace::_print::h693c0c2cc41d4d10 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/sys_common/backtrace.rs:61 [INFO] [stderr] 7: 0x55cadb7cd110 - std::sys_common::backtrace::print::h213be73e5670b8ea [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/sys_common/backtrace.rs:48 [INFO] [stderr] 8: 0x55cadb7cd110 - std::panicking::default_hook::{{closure}}::h2d49a3361cc4e7ea [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/panicking.rs:200 [INFO] [stderr] 9: 0x55cadb7cce5c - std::panicking::default_hook::hd41fbdeba93207ba [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/panicking.rs:219 [INFO] [stderr] 10: 0x55cadb7cd773 - std::panicking::rust_panic_with_hook::hcab398664b4bd473 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/panicking.rs:569 [INFO] [stderr] 11: 0x55cadb7b4a78 - std::panicking::begin_panic::{{closure}}::hb7a9a60c4ae8152e [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/panicking.rs:498 [INFO] [stderr] 12: 0x55cadb7b4cf8 - std::sys_common::backtrace::__rust_end_short_backtrace::h2b1331e175e8419d [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/sys_common/backtrace.rs:153 [INFO] [stderr] 13: 0x55cadb7b49a3 - std::panicking::begin_panic::hfc4b9792053c2a7c [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/panicking.rs:497 [INFO] [stderr] 14: 0x55cadb7b59b1 - build_script_build::main::hb8b293e19c995f6c [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16 [INFO] [stderr] 15: 0x55cadb7b778b - core::ops::function::FnOnce::call_once::h990201057ed769b4 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/core/src/ops/function.rs:233 [INFO] [stderr] 16: 0x55cadb7b4d2e - std::sys_common::backtrace::__rust_begin_short_backtrace::h74a4ea3d8e0e98c3 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/sys_common/backtrace.rs:137 [INFO] [stderr] 17: 0x55cadb7b4701 - std::rt::lang_start::{{closure}}::h6aa3dd377699fc95 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/rt.rs:66 [INFO] [stderr] 18: 0x55cadb7cdb82 - core::ops::function::impls:: for &F>::call_once::hde9814ae740a85dc [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/core/src/ops/function.rs:265 [INFO] [stderr] 19: 0x55cadb7cdb82 - std::panicking::try::do_call::h3026bab8cd7540d7 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/panicking.rs:373 [INFO] [stderr] 20: 0x55cadb7cdb82 - std::panicking::try::h852bb5e5a66f7f84 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/panicking.rs:337 [INFO] [stderr] 21: 0x55cadb7cdb82 - std::panic::catch_unwind::hfeb0f3dddf7c6a72 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/panic.rs:394 [INFO] [stderr] 22: 0x55cadb7cdb82 - std::rt::lang_start_internal::h32f0ac6e87476559 [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/rt.rs:51 [INFO] [stderr] 23: 0x55cadb7b46d7 - std::rt::lang_start::hd05ba251d594a4ec [INFO] [stderr] at /rustc/5e3f1b148db5bfa27fee52464ae1f5d34c49d77b/library/std/src/rt.rs:65 [INFO] [stderr] 24: 0x55cadb7b611a - main [INFO] [stderr] 25: 0x7f8c492360b3 - __libc_start_main [INFO] [stderr] 26: 0x55cadb7b209e - _start [INFO] [stderr] 27: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0214`. [INFO] [stdout] [INFO] [stdout] error[E0713]: borrow may still be in use when destructor runs [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:261:40 [INFO] [stdout] | [INFO] [stdout] 259 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stdout] | -- lifetime `'a` defined here [INFO] [stdout] 260 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stdout] 261 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stdout] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stdout] | | [INFO] [stdout] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0713`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "08e622041110febdc688dda6a1037a56734af86fae5f3bc66537fedba35cf9a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08e622041110febdc688dda6a1037a56734af86fae5f3bc66537fedba35cf9a8", kill_on_drop: false }` [INFO] [stdout] 08e622041110febdc688dda6a1037a56734af86fae5f3bc66537fedba35cf9a8