[INFO] updating cached repository https://github.com/Spotifyd/spotifyd-http [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] 9fd19967b9efafe11ae5607fe04384495825d23a [INFO] checking Spotifyd/spotifyd-http against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpotifyd%2Fspotifyd-http" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Spotifyd/spotifyd-http on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Spotifyd/spotifyd-http [INFO] finished tweaking git repo https://github.com/Spotifyd/spotifyd-http [INFO] tweaked toml for git repo https://github.com/Spotifyd/spotifyd-http written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Spotifyd/spotifyd-http already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/SimonPersson/librespot.git` [INFO] [stderr] Updating git repository `https://github.com/plietar/json_macros` [INFO] [stderr] Updating git repository `http://github.com/plietar/rust-mdns` [INFO] [stderr] Updating git repository `https://github.com/plietar/rust-protobuf-macros` [INFO] [stderr] Updating git repository `https://github.com/plietar/rust-shannon` [INFO] [stderr] Updating git repository `https://github.com/plietar/rust-protobuf-build.git` [INFO] [stderr] Updating git repository `https://github.com/plietar/dns-parser` [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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] bd963c21075ee595e2b65872de500d6eb07c88e6064c6fe2b35d30a891360abb [INFO] running `"docker" "start" "-a" "bd963c21075ee595e2b65872de500d6eb07c88e6064c6fe2b35d30a891360abb"` [INFO] [stderr] Compiling protobuf v1.0.24 [INFO] [stderr] Checking linear-map v1.2.0 [INFO] [stderr] Compiling syntex_pos v0.39.0 [INFO] [stderr] Compiling syntex_pos v0.50.0 [INFO] [stderr] Compiling ogg-sys v0.0.9 [INFO] [stderr] Compiling vorbis-sys v0.1.0 [INFO] [stderr] Compiling protobuf_build v0.1.1 (https://github.com/plietar/rust-protobuf-build.git#24d5a01c) [INFO] [stderr] Compiling vorbisfile-sys v0.0.8 [INFO] [stderr] Checking dns-parser v0.3.2 (https://github.com/plietar/dns-parser#1d3e5a55) [INFO] [stderr] Compiling extprim v1.1.1 [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.0.24/src/lib/core.rs:139:28 [INFO] [stderr] | [INFO] [stderr] 139 | TypeId::of::() == m.type_id() [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `core::Message` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.0.24/src/lib/core.rs:129:5 [INFO] [stderr] | [INFO] [stderr] 129 | fn type_id(&self) -> TypeId; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: candidate #2 is defined in the trait `std::any::Any` [INFO] [stderr] help: disambiguate the method call for candidate #1 [INFO] [stderr] | [INFO] [stderr] 139 | TypeId::of::() == core::Message::type_id(&m) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: disambiguate the method call for candidate #2 [INFO] [stderr] | [INFO] [stderr] 139 | TypeId::of::() == std::any::Any::type_id(&m) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking mustache v0.6.3 [INFO] [stderr] error: failed to run custom build command for `protobuf_build v0.1.1 (https://github.com/plietar/rust-protobuf-build.git#24d5a01c)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/protobuf_build-7b98c048ddc45785/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu [INFO] [stderr] cargo:rustc-link-lib=protobuf [INFO] [stderr] cargo:rustc-link-lib=pthread [INFO] [stderr] cargo:rustc-flags=-l protoc [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [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] CXX_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXX = None [INFO] [stderr] CXX = 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] CXXFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXXFLAGS = None [INFO] [stderr] CXXFLAGS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "/usr/include" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/protobuf_build-2df0a23a4ed440e9/out/src/glue.o" "-c" "src/glue.cpp" [INFO] [stderr] cargo:warning=src/glue.cpp:4:10: fatal error: google/protobuf/compiler/importer.h: No such file or directory [INFO] [stderr] cargo:warning= #include [INFO] [stderr] cargo:warning= ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit code: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at ' [INFO] [stderr] [INFO] [stderr] Internal error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "/usr/include" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/protobuf_build-2df0a23a4ed440e9/out/src/glue.o" "-c" "src/glue.cpp" with args "c++" did not execute successfully (status code exit code: 1). [INFO] [stderr] [INFO] [stderr] ', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.55/src/lib.rs:1672:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560ac57dce74 - backtrace::backtrace::libunwind::trace::hfbeb01b07def3f05 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x560ac57dce74 - backtrace::backtrace::trace_unsynchronized::h45f2e41cc54dcd88 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x560ac57dce74 - std::sys_common::backtrace::_print_fmt::hf5722840fcbb1187 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x560ac57dce74 - ::fmt::ha9e99845bfb0ebce [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x560ac57fb22c - core::fmt::write::hc529a780634bfe15 [INFO] [stderr] at src/libcore/fmt/mod.rs:1052 [INFO] [stderr] 5: 0x560ac57d92a7 - std::io::Write::write_fmt::hd171fdefd1d3df69 [INFO] [stderr] at src/libstd/io/mod.rs:1426 [INFO] [stderr] 6: 0x560ac57df115 - std::sys_common::backtrace::_print::h8a5740dde9a43cd0 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x560ac57df115 - std::sys_common::backtrace::print::h5436dddfead7eae5 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x560ac57df115 - std::panicking::default_hook::{{closure}}::h3cc0af59c5ca4cc4 [INFO] [stderr] at src/libstd/panicking.rs:204 [INFO] [stderr] 9: 0x560ac57dee01 - std::panicking::default_hook::hf6b2894115daa715 [INFO] [stderr] at src/libstd/panicking.rs:224 [INFO] [stderr] 10: 0x560ac57df72a - std::panicking::rust_panic_with_hook::h5bd6ca89052faee2 [INFO] [stderr] at src/libstd/panicking.rs:472 [INFO] [stderr] 11: 0x560ac57df310 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:380 [INFO] [stderr] 12: 0x560ac57df28b - std::panicking::begin_panic_fmt::hd54d3c109e076819 [INFO] [stderr] at src/libstd/panicking.rs:334 [INFO] [stderr] 13: 0x560ac5771bdc - gcc::fail::hdd23942278bfbe79 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.55/src/lib.rs:1672 [INFO] [stderr] 14: 0x560ac5761861 - gcc::Build::compile::hb5f427da76327819 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.55/src/lib.rs:785 [INFO] [stderr] 15: 0x560ac575baef - build_script_build::main::h058554b18eadd73e [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/rust-protobuf-build-ba3d58c07b7124b0/24d5a01/build.rs:31 [INFO] [stderr] 16: 0x560ac575c870 - std::rt::lang_start::{{closure}}::h455ab3d68877c9d5 [INFO] [stderr] at /rustc/a243773eaf3fedcd203f10ae4579e4f106bf7ccd/src/libstd/rt.rs:67 [INFO] [stderr] 17: 0x560ac57df243 - std::rt::lang_start_internal::{{closure}}::h1290f4aaa12eba49 [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 18: 0x560ac57df243 - std::panicking::try::do_call::h67a25163f365bfb5 [INFO] [stderr] at src/libstd/panicking.rs:305 [INFO] [stderr] 19: 0x560ac57e7577 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:86 [INFO] [stderr] 20: 0x560ac57dfbd0 - std::panicking::try::h45cfcab1f9dbff97 [INFO] [stderr] at src/libstd/panicking.rs:281 [INFO] [stderr] 21: 0x560ac57dfbd0 - std::panic::catch_unwind::hcc46ddf27ba0ee14 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 22: 0x560ac57dfbd0 - std::rt::lang_start_internal::hf64f629cd7f49f66 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 23: 0x560ac575c849 - std::rt::lang_start::hb9b1de5bdf28259c [INFO] [stderr] at /rustc/a243773eaf3fedcd203f10ae4579e4f106bf7ccd/src/libstd/rt.rs:67 [INFO] [stderr] 24: 0x560ac575be3a - main [INFO] [stderr] 25: 0x7f01e74a1b97 - __libc_start_main [INFO] [stderr] 26: 0x560ac575b48a - _start [INFO] [stderr] 27: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.0.24/src/lib/core.rs:139:28 [INFO] [stderr] | [INFO] [stderr] 139 | TypeId::of::() == m.type_id() [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `core::Message` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.0.24/src/lib/core.rs:129:5 [INFO] [stderr] | [INFO] [stderr] 129 | fn type_id(&self) -> TypeId; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: candidate #2 is defined in the trait `std::any::Any` [INFO] [stderr] help: disambiguate the method call for candidate #1 [INFO] [stderr] | [INFO] [stderr] 139 | TypeId::of::() == core::Message::type_id(&m) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: disambiguate the method call for candidate #2 [INFO] [stderr] | [INFO] [stderr] 139 | TypeId::of::() == std::any::Any::type_id(&m) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: enum is private and its variants cannot be re-exported [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mustache-0.6.3/src/parser.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub use self::ParserState::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 43 | enum ParserState { TEXT, OTAG, TAG, CTAG } [INFO] [stderr] | ---------------- help: consider making the enum public: `pub enum ParserState` [INFO] [stderr] [INFO] [stderr] error: enum is private and its variants cannot be re-exported [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mustache-0.6.3/src/parser.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use self::TokenClass::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 18 | enum TokenClass { [INFO] [stderr] | --------------- help: consider making the enum public: `pub enum TokenClass` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `protobuf`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `mustache`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: could not compile `protobuf`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "bd963c21075ee595e2b65872de500d6eb07c88e6064c6fe2b35d30a891360abb"` [INFO] running `"docker" "rm" "-f" "bd963c21075ee595e2b65872de500d6eb07c88e6064c6fe2b35d30a891360abb"` [INFO] [stdout] bd963c21075ee595e2b65872de500d6eb07c88e6064c6fe2b35d30a891360abb