[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 beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSpotifyd%2Fspotifyd-http" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Spotifyd/spotifyd-http on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "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-3/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" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+beta-2019-10-27" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=allow" "-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-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ec5c68d74b47d0260814ebd10146d42a62bd5144a93bc0616c4fa8f99c1d92e4 [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" "ec5c68d74b47d0260814ebd10146d42a62bd5144a93bc0616c4fa8f99c1d92e4"` [INFO] [stderr] Compiling protobuf v1.0.24 [INFO] [stderr] Checking linear-map v1.2.0 [INFO] [stderr] Checking groupable v0.2.0 [INFO] [stderr] Compiling syntex_pos v0.50.0 [INFO] [stderr] Compiling liblmdb-sys v0.2.2 [INFO] [stderr] Compiling ogg-sys v0.0.9 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Compiling protobuf_build v0.1.1 (https://github.com/plietar/rust-protobuf-build.git#24d5a01c) [INFO] [stderr] Compiling vorbis-sys v0.0.8 [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] Checking num_cpus v1.11.0 [INFO] [stderr] Checking get_if_addrs v0.5.3 [INFO] [stderr] Checking shannon v0.2.0 (https://github.com/plietar/rust-shannon#d44bdf19) [INFO] [stderr] Checking mustache v0.6.3 [INFO] [stderr] Checking multimap v0.4.0 [INFO] [stderr] Checking rpassword v0.2.3 [INFO] [stderr] Compiling syntex_syntax v0.58.1 [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: 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] Checking syncbox v0.2.4 [INFO] [stderr] Checking tempfile v2.1.6 [INFO] [stderr] Compiling syntex_syntax v0.39.0 [INFO] [stderr] Compiling syntex_errors v0.50.0 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `mustache`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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-ba3ae7d1fa2560fe/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-46b50bb55fe8f1cf/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-46b50bb55fe8f1cf/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: 0x561fa4021f14 - backtrace::backtrace::libunwind::trace::h14dfaa7b4b7da907 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x561fa4021f14 - backtrace::backtrace::trace_unsynchronized::hdb0fcb36bd91e7b1 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x561fa4021f14 - std::sys_common::backtrace::_print_fmt::hcf7905a3a69ef6ef [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stderr] 3: 0x561fa4021f14 - ::fmt::h1d652799221364ff [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stderr] 4: 0x561fa404257c - core::fmt::write::h123c1219d03dc2b2 [INFO] [stderr] at src/libcore/fmt/mod.rs:1030 [INFO] [stderr] 5: 0x561fa401e0c7 - std::io::Write::write_fmt::h1dd67bc0a861a8a1 [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x561fa40244d5 - std::sys_common::backtrace::_print::h906393f990c77027 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stderr] 7: 0x561fa40244d5 - std::sys_common::backtrace::print::h5760dd4bb9d97089 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x561fa40244d5 - std::panicking::default_hook::{{closure}}::h9c8250816dd18f0a [INFO] [stderr] at src/libstd/panicking.rs:196 [INFO] [stderr] 9: 0x561fa40241c6 - std::panicking::default_hook::h3e97ab45acb236f1 [INFO] [stderr] at src/libstd/panicking.rs:210 [INFO] [stderr] 10: 0x561fa4024b85 - std::panicking::rust_panic_with_hook::hfd8c6048abefa5d1 [INFO] [stderr] at src/libstd/panicking.rs:473 [INFO] [stderr] 11: 0x561fa4024722 - std::panicking::continue_panic_fmt::h7778586face20ea0 [INFO] [stderr] at src/libstd/panicking.rs:380 [INFO] [stderr] 12: 0x561fa402467c - std::panicking::begin_panic_fmt::h72e9fe934315dcd9 [INFO] [stderr] at src/libstd/panicking.rs:335 [INFO] [stderr] 13: 0x561fa3fa9566 - gcc::fail::hdd2a0b85a602c0db [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.55/src/lib.rs:1672 [INFO] [stderr] 14: 0x561fa3f995f1 - gcc::Build::compile::hcfdad8eed35c3f72 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.55/src/lib.rs:785 [INFO] [stderr] 15: 0x561fa3f92f91 - build_script_build::main::h8e54948cc8f8f87e [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/rust-protobuf-build-ba3d58c07b7124b0/24d5a01/build.rs:31 [INFO] [stderr] 16: 0x561fa3f93f20 - std::rt::lang_start::{{closure}}::hca7f127e29f28094 [INFO] [stderr] at /rustc/23f8f652bcea053b70c0030008941f5f8476b5a0/src/libstd/rt.rs:64 [INFO] [stderr] 17: 0x561fa4024603 - std::rt::lang_start_internal::{{closure}}::hafe4631cc0633d40 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 18: 0x561fa4024603 - std::panicking::try::do_call::h717827b47231de13 [INFO] [stderr] at src/libstd/panicking.rs:292 [INFO] [stderr] 19: 0x561fa402c75a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 20: 0x561fa402507d - std::panicking::try::h389045103d38e408 [INFO] [stderr] at src/libstd/panicking.rs:271 [INFO] [stderr] 21: 0x561fa402507d - std::panic::catch_unwind::hcca2ee11418f038b [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 22: 0x561fa402507d - std::rt::lang_start_internal::hc0e13ab06870c4ba [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 23: 0x561fa3f93ef9 - std::rt::lang_start::h9874dd0529146370 [INFO] [stderr] at /rustc/23f8f652bcea053b70c0030008941f5f8476b5a0/src/libstd/rt.rs:64 [INFO] [stderr] 24: 0x561fa3f932aa - main [INFO] [stderr] 25: 0x7ff9b39f3b97 - __libc_start_main [INFO] [stderr] 26: 0x561fa3f9295a - _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/extprim-1.1.1/src/u128.rs:1513:11 [INFO] [stderr] | [INFO] [stderr] 1513 | n.to_u128() [INFO] [stderr] | ^^^^^^^ multiple `to_u128` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.1.1/src/traits.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_u128(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `traits::ToExtraPrimitive::to_u128(n)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` [INFO] [stderr] = help: to disambiguate the method call, write `num_traits::ToPrimitive::to_u128(n)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.1.1/src/u128.rs:1517:11 [INFO] [stderr] | [INFO] [stderr] 1517 | n.to_u128() [INFO] [stderr] | ^^^^^^^ multiple `to_u128` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.1.1/src/traits.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | fn to_u128(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `traits::ToExtraPrimitive::to_u128(n)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` [INFO] [stderr] = help: to disambiguate the method call, write `num_traits::ToPrimitive::to_u128(n)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.1.1/src/u128.rs:1521:11 [INFO] [stderr] | [INFO] [stderr] 1521 | n.to_u128() [INFO] [stderr] | ^^^^^^^ multiple `to_u128` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.1.1/src/traits.rs:69:13 [INFO] [stderr] | [INFO] [stderr] 69 | fn to_u128(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] = help: to disambiguate the method call, write `traits::ToExtraPrimitive::to_u128(n)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` [INFO] [stderr] = help: to disambiguate the method call, write `num_traits::ToPrimitive::to_u128(n)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.1.1/src/i128.rs:1269:11 [INFO] [stderr] | [INFO] [stderr] 1269 | n.to_i128() [INFO] [stderr] | ^^^^^^^ multiple `to_i128` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.1.1/src/traits.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | fn to_i128(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `traits::ToExtraPrimitive::to_i128(n)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` [INFO] [stderr] = help: to disambiguate the method call, write `num_traits::ToPrimitive::to_i128(n)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.1.1/src/i128.rs:1273:11 [INFO] [stderr] | [INFO] [stderr] 1273 | n.to_i128() [INFO] [stderr] | ^^^^^^^ multiple `to_i128` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.1.1/src/traits.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | fn to_i128(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `traits::ToExtraPrimitive::to_i128(n)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` [INFO] [stderr] = help: to disambiguate the method call, write `num_traits::ToPrimitive::to_i128(n)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.1.1/src/i128.rs:1277:11 [INFO] [stderr] | [INFO] [stderr] 1277 | n.to_i128() [INFO] [stderr] | ^^^^^^^ multiple `to_i128` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/extprim-1.1.1/src/traits.rs:79:13 [INFO] [stderr] | [INFO] [stderr] 79 | fn to_i128(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] = help: to disambiguate the method call, write `traits::ToExtraPrimitive::to_i128(n)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` [INFO] [stderr] = help: to disambiguate the method call, write `num_traits::ToPrimitive::to_i128(n)` instead [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: could not compile `extprim`. [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] = help: to disambiguate the method call, write `core::Message::type_id(&m)` instead [INFO] [stderr] note: candidate #2 is defined in the trait `std::any::Any` [INFO] [stderr] = help: to disambiguate the method call, write `std::any::Any::type_id(&m)` instead [INFO] [stderr] [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] = help: to disambiguate the method call, write `core::Message::type_id(&m)` instead [INFO] [stderr] note: candidate #2 is defined in the trait `std::any::Any` [INFO] [stderr] = help: to disambiguate the method call, write `std::any::Any::type_id(&m)` instead [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: could not compile `protobuf`. [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" "ec5c68d74b47d0260814ebd10146d42a62bd5144a93bc0616c4fa8f99c1d92e4"` [INFO] running `"docker" "rm" "-f" "ec5c68d74b47d0260814ebd10146d42a62bd5144a93bc0616c4fa8f99c1d92e4"` [INFO] [stdout] ec5c68d74b47d0260814ebd10146d42a62bd5144a93bc0616c4fa8f99c1d92e4