[INFO] updating cached repository https://github.com/ysimonson/knosh [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 856e6a921926bb52337be3f7cfc8823e3448d835 [INFO] testing ysimonson/knosh against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fysimonson%2Fknosh" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ysimonson/knosh on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ysimonson/knosh [INFO] finished tweaking git repo https://github.com/ysimonson/knosh [INFO] tweaked toml for git repo https://github.com/ysimonson/knosh written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ysimonson/knosh already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] eec5e83121f92d64b6e0c0c2742a7fd387a55deaf49441fd5eda470901f77b15 [INFO] running `"docker" "start" "-a" "eec5e83121f92d64b6e0c0c2742a7fd387a55deaf49441fd5eda470901f77b15"` [INFO] [stderr] Compiling libc v0.2.49 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling arc-swap v0.3.7 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling smallstr v0.1.0 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling nix v0.13.0 [INFO] [stderr] Compiling signal-hook v0.1.8 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling nom v4.2.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling ketos_derive v0.10.0 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling gumdrop_derive v0.5.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling gumdrop v0.5.0 [INFO] [stderr] Compiling terminfo v0.6.1 [INFO] [stderr] Compiling mortal v0.1.5 [INFO] [stderr] Compiling linefeed v0.5.4 [INFO] [stderr] Compiling ketos v0.10.0 (https://github.com/ysimonson/ketos?branch=knosh#e44072e4) [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/ketos-8cc6567ea49f6f97/e44072e/src/ketos/any.rs:32:22 [INFO] [stderr] | [INFO] [stderr] 32 | self.type_id() == ::std::any::TypeId::of::() [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/git/checkouts/ketos-8cc6567ea49f6f97/e44072e/src/ketos/structs.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | impl_any_cast!{ StructDefinition } [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `any::AnyValue` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/ketos-8cc6567ea49f6f97/e44072e/src/ketos/any.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | fn type_id(&self) -> TypeId; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `any::AnyValue::type_id(&self)` 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(&self)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/ketos-8cc6567ea49f6f97/e44072e/src/ketos/any.rs:32:22 [INFO] [stderr] | [INFO] [stderr] 32 | self.type_id() == ::std::any::TypeId::of::() [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/git/checkouts/ketos-8cc6567ea49f6f97/e44072e/src/ketos/value.rs:488:1 [INFO] [stderr] | [INFO] [stderr] 488 | impl_any_cast!{ ForeignValue } [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `any::AnyValue` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/ketos-8cc6567ea49f6f97/e44072e/src/ketos/any.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | fn type_id(&self) -> TypeId; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `any::AnyValue::type_id(&self)` 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(&self)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/ketos-8cc6567ea49f6f97/e44072e/src/ketos/function.rs:414:37 [INFO] [stderr] | [INFO] [stderr] 414 | scope.get_struct_def(fv.type_id()) [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `any::AnyValue` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/ketos-8cc6567ea49f6f97/e44072e/src/ketos/any.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | fn type_id(&self) -> TypeId; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `any::AnyValue::type_id(&fv)` 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(&fv)` instead [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: Could not compile `ketos`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "eec5e83121f92d64b6e0c0c2742a7fd387a55deaf49441fd5eda470901f77b15"` [INFO] running `"docker" "rm" "-f" "eec5e83121f92d64b6e0c0c2742a7fd387a55deaf49441fd5eda470901f77b15"` [INFO] [stdout] eec5e83121f92d64b6e0c0c2742a7fd387a55deaf49441fd5eda470901f77b15