[INFO] cloning repository https://github.com/DevHeap/htests [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DevHeap/htests" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevHeap%2Fhtests"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevHeap%2Fhtests'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4cbf22d91f8b271c468d10241156832ba37f7cdf [INFO] testing DevHeap/htests against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevHeap%2Fhtests" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DevHeap/htests on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/DevHeap/htests [INFO] finished tweaking git repo https://github.com/DevHeap/htests [INFO] tweaked toml for git repo https://github.com/DevHeap/htests written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/DevHeap/htests already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1.44.0" "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] 88f67064305a9f38780a24c4ff05c5d55095351a4790f9f43fbeb0387bdbfd3c [INFO] running `"docker" "start" "-a" "88f67064305a9f38780a24c4ff05c5d55095351a4790f9f43fbeb0387bdbfd3c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.9.0 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling fallible-iterator v0.1.4 [INFO] [stderr] Compiling md5 v0.3.7 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling futures-await-await-macro v0.1.0 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling proc-macro2 v0.1.10 [INFO] [stderr] Compiling phf_shared v0.7.21 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:64:33 [INFO] [stderr] | [INFO] [stderr] 64 | proc_macro::TokenNode::Group(delim, (s.0).0) [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:71:33 [INFO] [stderr] | [INFO] [stderr] 71 | proc_macro::TokenNode::Op(ch, kind) [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:74:33 [INFO] [stderr] | [INFO] [stderr] 74 | proc_macro::TokenNode::Term((s.0).0) [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:77:33 [INFO] [stderr] | [INFO] [stderr] 77 | proc_macro::TokenNode::Literal((l.0).0) [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:125:29 [INFO] [stderr] | [INFO] [stderr] 125 | proc_macro::TokenNode::Group(delim, s) => { [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:134:29 [INFO] [stderr] | [INFO] [stderr] 134 | proc_macro::TokenNode::Op(ch, kind) => { [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:141:29 [INFO] [stderr] | [INFO] [stderr] 141 | proc_macro::TokenNode::Term(s) => { [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:144:29 [INFO] [stderr] | [INFO] [stderr] 144 | proc_macro::TokenNode::Literal(l) => { [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Term` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:274:26 [INFO] [stderr] | [INFO] [stderr] 274 | Term(proc_macro::Term::intern(string)) [INFO] [stderr] | ^^^^ could not find `Term` in `proc_macro` [INFO] [stderr] [INFO] [stderr] Compiling openssl-sys v0.9.24 [INFO] [stderr] error[E0433]: failed to resolve: could not find `TokenNode` in `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:361:21 [INFO] [stderr] | [INFO] [stderr] 361 | proc_macro::TokenNode::Literal(l) => l, [INFO] [stderr] | ^^^^^^^^^ could not find `TokenNode` in `proc_macro` [INFO] [stderr] [INFO] [stderr] error[E0574]: expected struct, variant or union type, found enum `proc_macro::TokenTree` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:54:21 [INFO] [stderr] | [INFO] [stderr] 54 | TokenStream(proc_macro::TokenTree { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not a struct, variant or union type [INFO] [stderr] | [INFO] [stderr] help: possible better candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use TokenTree; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `TokenTreeIter` in crate `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:103:38 [INFO] [stderr] | [INFO] [stderr] 103 | pub struct TokenTreeIter(proc_macro::TokenTreeIter); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: an enum with a similar name exists [INFO] [stderr] | [INFO] [stderr] 103 | pub struct TokenTreeIter(proc_macro::TokenTree); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use TokenTreeIter; [INFO] [stderr] | [INFO] [stderr] 1 | use imp::TokenTreeIter; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Term` in crate `proc_macro` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:270:29 [INFO] [stderr] | [INFO] [stderr] 270 | pub struct Term(proc_macro::Term); [INFO] [stderr] | ^^^^ not found in `proc_macro` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Term; [INFO] [stderr] | [INFO] [stderr] 1 | use imp::Term; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/lib.rs:22:34 [INFO] [stderr] | [INFO] [stderr] 22 | #![cfg_attr(feature = "nightly", feature(proc_macro))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling fern v0.4.4 [INFO] [stderr] Compiling url v1.6.0 [INFO] [stderr] error: failed to run custom build command for `openssl-sys v0.9.24` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/openssl-sys-2e638cb1819f5d7f/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_LIB_DIR [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_INCLUDE_DIR [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_DIR [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_DIR [INFO] [stderr] cargo:rustc-link-lib=ssl [INFO] [stderr] cargo:rustc-link-lib=crypto [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-Wall" "-Wextra" "-E" "/opt/rustwide/target/debug/build/openssl-sys-e6f2ff4211c58aaf/out/expando.c" [INFO] [stderr] exit code: 0 [INFO] [stderr] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD" [INFO] [stderr] cargo:conf=OPENSSL_NO_SSL3_METHOD [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at ' [INFO] [stderr] [INFO] [stderr] This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, or LibreSSL [INFO] [stderr] 2.5 and 2.6.0, but a different version of OpenSSL was found. The build is now [INFO] [stderr] aborting due to this version mismatch. [INFO] [stderr] [INFO] [stderr] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.24/build.rs:486:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x556ef6a3dbd4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x556ef6a3dbd4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x556ef6a3dbd4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x556ef6a3dbd4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x556ef6a62d0c - core::fmt::write::hdaea18585065a96d [INFO] [stderr] at src/libcore/fmt/mod.rs:1069 [INFO] [stderr] 5: 0x556ef6a3aa73 - std::io::Write::write_fmt::h0cea70c809005252 [INFO] [stderr] at src/libstd/io/mod.rs:1504 [INFO] [stderr] 6: 0x556ef6a40485 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x556ef6a40485 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x556ef6a40485 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 9: 0x556ef6a401c2 - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stderr] at src/libstd/panicking.rs:218 [INFO] [stderr] 10: 0x556ef6a40a92 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stderr] at src/libstd/panicking.rs:511 [INFO] [stderr] 11: 0x556ef6a180f1 - std::panicking::begin_panic::h2a984fafe38a88a2 [INFO] [stderr] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:438 [INFO] [stderr] 12: 0x556ef69c1a3d - build_script_build::validate_headers::h5876c72b1d85997d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.24/build.rs:486 [INFO] [stderr] 13: 0x556ef69bfde5 - build_script_build::try_pkg_config::h93cac80a2edd622d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.24/build.rs:241 [INFO] [stderr] 14: 0x556ef69bef51 - build_script_build::find_openssl_dir::h85c2be10706cb540 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.24/build.rs:123 [INFO] [stderr] 15: 0x556ef69beb3a - build_script_build::main::{{closure}}::h66a8361bee5f4a2e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.24/build.rs:59 [INFO] [stderr] 16: 0x556ef69cb724 - core::option::Option::unwrap_or_else::heb4b408571d17552 [INFO] [stderr] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/option.rs:428 [INFO] [stderr] 17: 0x556ef69bd9ff - build_script_build::main::h466ef313c250a034 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.24/build.rs:59 [INFO] [stderr] 18: 0x556ef69d1c3b - std::rt::lang_start::{{closure}}::h6ce076a5b7e32aba [INFO] [stderr] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/rt.rs:67 [INFO] [stderr] 19: 0x556ef6a40ed8 - std::rt::lang_start_internal::{{closure}}::h7a212202ff76034b [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 20: 0x556ef6a40ed8 - std::panicking::try::do_call::h6d214a73427d759b [INFO] [stderr] at src/libstd/panicking.rs:331 [INFO] [stderr] 21: 0x556ef6a40ed8 - std::panicking::try::hc078f0e11721d1cb [INFO] [stderr] at src/libstd/panicking.rs:274 [INFO] [stderr] 22: 0x556ef6a40ed8 - std::panic::catch_unwind::hb31c05be30625612 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 23: 0x556ef6a40ed8 - std::rt::lang_start_internal::hcf7fb98a775d5af0 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 24: 0x556ef69d1c17 - std::rt::lang_start::h2b6be775dc80c1b4 [INFO] [stderr] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/rt.rs:67 [INFO] [stderr] 25: 0x556ef69c2b3a - main [INFO] [stderr] 26: 0x7f8d989750b3 - __libc_start_main [INFO] [stderr] 27: 0x556ef69bd18e - _start [INFO] [stderr] 28: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `empty` found for struct `proc_macro::TokenStream` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:18:46 [INFO] [stderr] | [INFO] [stderr] 18 | TokenStream(proc_macro::TokenStream::empty()) [INFO] [stderr] | ^^^^^ function or associated item not found in `proc_macro::TokenStream` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'proc_macro_def_site' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:225:14 [INFO] [stderr] | [INFO] [stderr] 225 | Span(proc_macro::Span::def_site()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #54724 for more information [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'proc_macro_span' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:229:21 [INFO] [stderr] | [INFO] [stderr] 229 | Span(self.0.resolved_at(other.0)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #54725 for more information [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'proc_macro_span' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:233:21 [INFO] [stderr] | [INFO] [stderr] 233 | Span(self.0.located_at(other.0)) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #54725 for more information [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `float` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:318:38 [INFO] [stderr] | [INFO] [stderr] 318 | Literal(proc_macro::Literal::float(s)) [INFO] [stderr] | ^^^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `integer` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:322:38 [INFO] [stderr] | [INFO] [stderr] 322 | Literal(proc_macro::Literal::integer(s.into())) [INFO] [stderr] | ^^^^^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `kind` on type `proc_macro::TokenTree` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:360:46 [INFO] [stderr] | [INFO] [stderr] 360 | match stream.into_iter().next().unwrap().kind { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u8` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:377:5 [INFO] [stderr] | [INFO] [stderr] 377 | u8, u16, u32, u64, usize, [INFO] [stderr] | ^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u16` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:377:9 [INFO] [stderr] | [INFO] [stderr] 377 | u8, u16, u32, u64, usize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u32` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:377:14 [INFO] [stderr] | [INFO] [stderr] 377 | u8, u16, u32, u64, usize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `u64` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:377:19 [INFO] [stderr] | [INFO] [stderr] 377 | u8, u16, u32, u64, usize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `usize` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:377:24 [INFO] [stderr] | [INFO] [stderr] 377 | u8, u16, u32, u64, usize, [INFO] [stderr] | ^^^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `i8` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:378:5 [INFO] [stderr] | [INFO] [stderr] 378 | i8, i16, i32, i64, isize, [INFO] [stderr] | ^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `i16` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:378:9 [INFO] [stderr] | [INFO] [stderr] 378 | i8, i16, i32, i64, isize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `i32` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:378:14 [INFO] [stderr] | [INFO] [stderr] 378 | i8, i16, i32, i64, isize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `i64` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:378:19 [INFO] [stderr] | [INFO] [stderr] 378 | i8, i16, i32, i64, isize, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `isize` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:378:24 [INFO] [stderr] | [INFO] [stderr] 378 | i8, i16, i32, i64, isize, [INFO] [stderr] | ^^^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `f32` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:392:5 [INFO] [stderr] | [INFO] [stderr] 392 | f32, f64, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `f64` found for struct `proc_macro::Literal` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.10/src/unstable.rs:392:10 [INFO] [stderr] | [INFO] [stderr] 392 | f32, f64, [INFO] [stderr] | ^^^ function or associated item not found in `proc_macro::Literal` [INFO] [stderr] [INFO] [stderr] error: aborting due to 33 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0554, E0574, E0599, E0609, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `proc-macro2`. [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[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.6.0/src/form_urlencoded.rs:261:40 [INFO] [stderr] | [INFO] [stderr] 259 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 260 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 261 | 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] 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" "88f67064305a9f38780a24c4ff05c5d55095351a4790f9f43fbeb0387bdbfd3c"` [INFO] running `"docker" "rm" "-f" "88f67064305a9f38780a24c4ff05c5d55095351a4790f9f43fbeb0387bdbfd3c"` [INFO] [stdout] 88f67064305a9f38780a24c4ff05c5d55095351a4790f9f43fbeb0387bdbfd3c