[INFO] updating cached repository https://github.com/MarcusRainbow/QuantMath [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] 0021eba23b349ec9abe7178affafd61933ba5aa1 [INFO] checking MarcusRainbow/QuantMath against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarcusRainbow%2FQuantMath" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MarcusRainbow/QuantMath 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/MarcusRainbow/QuantMath [INFO] finished tweaking git repo https://github.com/MarcusRainbow/QuantMath [INFO] tweaked toml for git repo https://github.com/MarcusRainbow/QuantMath written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/MarcusRainbow/QuantMath 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 37063c136a8c14ce8fc1af0bf16fa794380e34deb178863cc7b33171894f5016 [INFO] running `"docker" "start" "-a" "37063c136a8c14ce8fc1af0bf16fa794380e34deb178863cc7b33171894f5016"` [INFO] [stderr] Compiling matrixmultiply v0.1.14 [INFO] [stderr] Compiling num-complex v0.2.0 [INFO] [stderr] Compiling ndarray v0.11.2 [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling proc-macro2 v0.4.9 [INFO] [stderr] Checking rand v0.5.4 [INFO] [stderr] Checking itertools v0.7.8 [INFO] [stderr] Checking approx v0.2.1 [INFO] [stderr] Checking generic-array v0.11.1 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking statrs v0.9.0 [INFO] [stderr] Compiling quote v0.6.5 [INFO] [stderr] Compiling syn v0.14.7 [INFO] [stderr] Checking alga v0.6.0 [INFO] [stderr] Checking nalgebra v0.15.3 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Checking erased-serde v0.3.5 [INFO] [stderr] Checking serde_json v1.0.24 [INFO] [stderr] Checking serde_tagged v0.2.0 [INFO] [stderr] Checking quantmath v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/risk/deltagamma.rs:79:81 [INFO] [stderr] | [INFO] [stderr] 79 | write!(diffs, "DeltaGammaReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `core::factories::TypeId` for the type `risk::deltagamma::DeltaGammaReport` [INFO] [stderr] --> src/risk/deltagamma.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | fn type_id(&self) -> &'static str { "DeltaGammaReport" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&self)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::any::Any` for the type `_` [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] --> src/risk/deltagamma.rs:79:98 [INFO] [stderr] | [INFO] [stderr] 79 | write!(diffs, "DeltaGammaReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `core::factories::TypeId` [INFO] [stderr] --> src/core/factories.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | fn type_id(&self) -> &'static str; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&other)` 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(&other)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/risk/timebumped.rs:84:81 [INFO] [stderr] | [INFO] [stderr] 84 | write!(diffs, "TimeBumpedReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `core::factories::TypeId` for the type `risk::timebumped::TimeBumpedReport` [INFO] [stderr] --> src/risk/timebumped.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | fn type_id(&self) -> &'static str { "TimeBumpedReport" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&self)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::any::Any` for the type `_` [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] --> src/risk/timebumped.rs:84:98 [INFO] [stderr] | [INFO] [stderr] 84 | write!(diffs, "TimeBumpedReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `core::factories::TypeId` [INFO] [stderr] --> src/core/factories.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | fn type_id(&self) -> &'static str; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&other)` 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(&other)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/risk/vegavolga.rs:88:80 [INFO] [stderr] | [INFO] [stderr] 88 | write!(diffs, "VegaVolgaReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `core::factories::TypeId` for the type `risk::vegavolga::VegaVolgaReport` [INFO] [stderr] --> src/risk/vegavolga.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | fn type_id(&self) -> &'static str { "VegaVolgaReport" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&self)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::any::Any` for the type `_` [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] --> src/risk/vegavolga.rs:88:97 [INFO] [stderr] | [INFO] [stderr] 88 | write!(diffs, "VegaVolgaReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `core::factories::TypeId` [INFO] [stderr] --> src/core/factories.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | fn type_id(&self) -> &'static str; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&other)` 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(&other)` 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 `quantmath`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/risk/deltagamma.rs:79:81 [INFO] [stderr] | [INFO] [stderr] 79 | write!(diffs, "DeltaGammaReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `core::factories::TypeId` for the type `risk::deltagamma::DeltaGammaReport` [INFO] [stderr] --> src/risk/deltagamma.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | fn type_id(&self) -> &'static str { "DeltaGammaReport" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&self)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::any::Any` for the type `_` [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] --> src/risk/deltagamma.rs:79:98 [INFO] [stderr] | [INFO] [stderr] 79 | write!(diffs, "DeltaGammaReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `core::factories::TypeId` [INFO] [stderr] --> src/core/factories.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | fn type_id(&self) -> &'static str; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&other)` 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(&other)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/risk/timebumped.rs:84:81 [INFO] [stderr] | [INFO] [stderr] 84 | write!(diffs, "TimeBumpedReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `core::factories::TypeId` for the type `risk::timebumped::TimeBumpedReport` [INFO] [stderr] --> src/risk/timebumped.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | fn type_id(&self) -> &'static str { "TimeBumpedReport" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&self)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::any::Any` for the type `_` [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] --> src/risk/timebumped.rs:84:98 [INFO] [stderr] | [INFO] [stderr] 84 | write!(diffs, "TimeBumpedReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `core::factories::TypeId` [INFO] [stderr] --> src/core/factories.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | fn type_id(&self) -> &'static str; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&other)` 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(&other)` instead [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/risk/vegavolga.rs:88:80 [INFO] [stderr] | [INFO] [stderr] 88 | write!(diffs, "VegaVolgaReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `core::factories::TypeId` for the type `risk::vegavolga::VegaVolgaReport` [INFO] [stderr] --> src/risk/vegavolga.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | fn type_id(&self) -> &'static str { "VegaVolgaReport" } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&self)` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::any::Any` for the type `_` [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] --> src/risk/vegavolga.rs:88:97 [INFO] [stderr] | [INFO] [stderr] 88 | write!(diffs, "VegaVolgaReport: mismatching report {} != {}", self.type_id(), other.type_id())?; [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `core::factories::TypeId` [INFO] [stderr] --> src/core/factories.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | fn type_id(&self) -> &'static str; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `core::factories::TypeId::type_id(&other)` 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(&other)` 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 `quantmath`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "37063c136a8c14ce8fc1af0bf16fa794380e34deb178863cc7b33171894f5016"` [INFO] running `"docker" "rm" "-f" "37063c136a8c14ce8fc1af0bf16fa794380e34deb178863cc7b33171894f5016"` [INFO] [stdout] 37063c136a8c14ce8fc1af0bf16fa794380e34deb178863cc7b33171894f5016