[INFO] fetching crate moore-svlog 0.11.0... [INFO] checking moore-svlog-0.11.0 against beta for pr-78714 [INFO] extracting crate moore-svlog 0.11.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate moore-svlog 0.11.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate moore-svlog 0.11.0 [INFO] finished tweaking crates.io crate moore-svlog 0.11.0 [INFO] tweaked toml for crates.io crate moore-svlog 0.11.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 023a6b5fa97d951975f35ca940d9e1f006fc94f3717b6d01e9a1dacfc0668a34 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "023a6b5fa97d951975f35ca940d9e1f006fc94f3717b6d01e9a1dacfc0668a34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "023a6b5fa97d951975f35ca940d9e1f006fc94f3717b6d01e9a1dacfc0668a34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "023a6b5fa97d951975f35ca940d9e1f006fc94f3717b6d01e9a1dacfc0668a34", kill_on_drop: false }` [INFO] [stdout] 023a6b5fa97d951975f35ca940d9e1f006fc94f3717b6d01e9a1dacfc0668a34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 68e576378244be8bf677ce9599b0ac50e0c41015072eb71b6b6d63dfc2fda84d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "68e576378244be8bf677ce9599b0ac50e0c41015072eb71b6b6d63dfc2fda84d", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking lalrpop-util v0.19.1 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Checking num-complex v0.2.4 [INFO] [stderr] Checking num-bigint v0.2.6 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling moore-derive v0.11.0 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Checking num-complex v0.3.1 [INFO] [stderr] Checking moore-common v0.11.0 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Checking num-rational v0.2.4 [INFO] [stderr] Checking simple_logger v1.11.0 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking num v0.3.1 [INFO] [stderr] Checking llhd v0.14.3 [INFO] [stderr] Checking moore-svlog-syntax v0.11.0 [INFO] [stderr] Checking moore-svlog v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `IntValue: From<(usize, BigInt)>` is not satisfied [INFO] [stdout] --> codegen.rs:1111:39 [INFO] [stdout] | [INFO] [stdout] 1111 | Ok(self.builder.ins().const_int((size, k.clone()))) [INFO] [stdout] | ^^^^^^^^^ the trait `From<(usize, BigInt)>` is not implemented for `IntValue` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `(usize, BigInt)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `IntValue: From<(usize, BigInt)>` is not satisfied [INFO] [stdout] --> codegen.rs:1111:39 [INFO] [stdout] | [INFO] [stdout] 1111 | Ok(self.builder.ins().const_int((size, k.clone()))) [INFO] [stdout] | ^^^^^^^^^ the trait `From<(usize, BigInt)>` is not implemented for `IntValue` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `(usize, BigInt)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> codegen.rs:1116:57 [INFO] [stdout] | [INFO] [stdout] 1116 | .const_time(llhd::value::TimeValue::new(k.clone(), 0, 0))), [INFO] [stdout] | ^^^^^^^^^ expected struct `num_rational::Ratio`, found struct `Ratio` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `num_rational::Ratio` [INFO] [stdout] found struct `Ratio` [INFO] [stdout] = note: perhaps two different versions of crate `num_rational` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> codegen.rs:1116:57 [INFO] [stdout] | [INFO] [stdout] 1116 | .const_time(llhd::value::TimeValue::new(k.clone(), 0, 0))), [INFO] [stdout] | ^^^^^^^^^ expected struct `num_rational::Ratio`, found struct `Ratio` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `num_rational::Ratio` [INFO] [stdout] found struct `Ratio` [INFO] [stdout] = note: perhaps two different versions of crate `num_rational` are being used? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `IntValue: From<(usize, BigInt)>` is not satisfied [INFO] [stdout] --> codegen.rs:1495:62 [INFO] [stdout] | [INFO] [stdout] 1495 | ... let lg2 = self.builder.ins().const_int((width, BigInt::from(lg2))); [INFO] [stdout] | ^^^^^^^^^ the trait `From<(usize, BigInt)>` is not implemented for `IntValue` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `(usize, BigInt)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `IntValue: From<(usize, BigInt)>` is not satisfied [INFO] [stdout] --> codegen.rs:1501:65 [INFO] [stdout] | [INFO] [stdout] 1501 | ... let lhs_ll = self.builder.ins().const_int((width, BigInt::one())); [INFO] [stdout] | ^^^^^^^^^ the trait `From<(usize, BigInt)>` is not implemented for `IntValue` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `(usize, BigInt)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `IntValue: From<(usize, BigInt)>` is not satisfied [INFO] [stdout] --> codegen.rs:1495:62 [INFO] [stdout] | [INFO] [stdout] 1495 | ... let lg2 = self.builder.ins().const_int((width, BigInt::from(lg2))); [INFO] [stdout] | ^^^^^^^^^ the trait `From<(usize, BigInt)>` is not implemented for `IntValue` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `(usize, BigInt)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `IntValue: From<(usize, BigInt)>` is not satisfied [INFO] [stdout] --> codegen.rs:1501:65 [INFO] [stdout] | [INFO] [stdout] 1501 | ... let lhs_ll = self.builder.ins().const_int((width, BigInt::one())); [INFO] [stdout] | ^^^^^^^^^ the trait `From<(usize, BigInt)>` is not implemented for `IntValue` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `(usize, BigInt)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `IntValue: From<(usize, BigInt)>` is not satisfied [INFO] [stdout] --> codegen.rs:2328:48 [INFO] [stdout] | [INFO] [stdout] 2328 | ... self.builder.ins().const_int((way_width, mask)) [INFO] [stdout] | ^^^^^^^^^ the trait `From<(usize, BigInt)>` is not implemented for `IntValue` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `(usize, BigInt)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `IntValue: From<(usize, BigInt)>` is not satisfied [INFO] [stdout] --> codegen.rs:2328:48 [INFO] [stdout] | [INFO] [stdout] 2328 | ... self.builder.ins().const_int((way_width, mask)) [INFO] [stdout] | ^^^^^^^^^ the trait `From<(usize, BigInt)>` is not implemented for `IntValue` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `(usize, BigInt)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `moore-svlog` [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] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "68e576378244be8bf677ce9599b0ac50e0c41015072eb71b6b6d63dfc2fda84d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68e576378244be8bf677ce9599b0ac50e0c41015072eb71b6b6d63dfc2fda84d", kill_on_drop: false }` [INFO] [stdout] 68e576378244be8bf677ce9599b0ac50e0c41015072eb71b6b6d63dfc2fda84d