[INFO] updating cached repository https://github.com/fabianschuiki/moore [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] [stderr] From https://github.com/fabianschuiki/moore [INFO] [stderr] + 33c1eb53...c13f8bdc gh-pages -> gh-pages (forced update) [INFO] [stderr] 54ec9109..4bfccf66 master -> master [INFO] [stderr] * [new tag] v0.5.0 -> v0.5.0 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4bfccf669c758d943035d58d450cd57b92e97be9 [INFO] checking fabianschuiki/moore against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabianschuiki%2Fmoore" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fabianschuiki/moore on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fabianschuiki/moore [INFO] removed workspace from git repo https://github.com/fabianschuiki/moore [INFO] removed path dependency moore-common from git repo https://github.com/fabianschuiki/moore [INFO] removed path dependency moore-svlog from git repo https://github.com/fabianschuiki/moore [INFO] removed path dependency moore-vhdl from git repo https://github.com/fabianschuiki/moore [INFO] finished tweaking git repo https://github.com/fabianschuiki/moore [INFO] tweaked toml for git repo https://github.com/fabianschuiki/moore written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/fabianschuiki/moore already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-1/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] 944f8b2c2979bd91d6923c97ba91e3881b0ba5aec81e8cd5fca3d7dd6c25edfa [INFO] running `"docker" "start" "-a" "944f8b2c2979bd91d6923c97ba91e3881b0ba5aec81e8cd5fca3d7dd6c25edfa"` [INFO] [stderr] Checking combine v2.5.2 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Checking stderrlog v0.4.1 [INFO] [stderr] Checking moore-common v0.5.0 [INFO] [stderr] Compiling lalrpop v0.16.3 [INFO] [stderr] Checking moore-vhdl-syntax v0.5.0 [INFO] [stderr] Checking moore-svlog-syntax v0.5.0 [INFO] [stderr] Checking llhd v0.5.0 [INFO] [stderr] Checking moore-vhdl v0.5.0 [INFO] [stderr] Compiling llhd v0.9.0 [INFO] [stderr] Checking moore-svlog v0.5.0 [INFO] [stderr] Checking moore v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `TypeContext` in `typeck` [INFO] [stderr] --> src/bin/moore.rs:579:36 [INFO] [stderr] | [INFO] [stderr] 579 | svlog::typeck::TypeContext::Type(ty) => format!("{}", ty), [INFO] [stderr] | ^^^^^^^^^^^ could not find `TypeContext` in `typeck` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TypeContext` in `typeck` [INFO] [stderr] --> src/bin/moore.rs:580:36 [INFO] [stderr] | [INFO] [stderr] 580 | svlog::typeck::TypeContext::Bool => "".to_string(), [INFO] [stderr] | ^^^^^^^^^^^ could not find `TypeContext` in `typeck` [INFO] [stderr] [INFO] [stderr] error[E0603]: module `typeck` is private [INFO] [stderr] --> src/bin/moore.rs:579:28 [INFO] [stderr] | [INFO] [stderr] 579 | svlog::typeck::TypeContext::Type(ty) => format!("{}", ty), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `typeck` is private [INFO] [stderr] --> src/bin/moore.rs:580:28 [INFO] [stderr] | [INFO] [stderr] 580 | svlog::typeck::TypeContext::Bool => "".to_string(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TypeContext` in `typeck` [INFO] [stderr] --> src/bin/moore.rs:579:36 [INFO] [stderr] | [INFO] [stderr] 579 | svlog::typeck::TypeContext::Type(ty) => format!("{}", ty), [INFO] [stderr] | ^^^^^^^^^^^ could not find `TypeContext` in `typeck` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `TypeContext` in `typeck` [INFO] [stderr] --> src/bin/moore.rs:580:36 [INFO] [stderr] | [INFO] [stderr] 580 | svlog::typeck::TypeContext::Bool => "".to_string(), [INFO] [stderr] | ^^^^^^^^^^^ could not find `TypeContext` in `typeck` [INFO] [stderr] [INFO] [stderr] error[E0603]: module `typeck` is private [INFO] [stderr] --> src/bin/moore.rs:579:28 [INFO] [stderr] | [INFO] [stderr] 579 | svlog::typeck::TypeContext::Type(ty) => format!("{}", ty), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: module `typeck` is private [INFO] [stderr] --> src/bin/moore.rs:580:28 [INFO] [stderr] | [INFO] [stderr] 580 | svlog::typeck::TypeContext::Bool => "".to_string(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `human_line` found for type `moore_common::source::Location` in the current scope [INFO] [stderr] --> src/bin/moore.rs:555:33 [INFO] [stderr] | [INFO] [stderr] 555 | let line = span.begin().human_line(); [INFO] [stderr] | ^^^^^^^^^^ method not found in `moore_common::source::Location` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `self_determined_type` found for type `&'a moore_svlog::context::GlobalContext<'gcx>` in the current scope [INFO] [stderr] --> src/bin/moore.rs:563:34 [INFO] [stderr] | [INFO] [stderr] 563 | if let Some(ty) = self.0.self_determined_type(id, self.1) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ method not found in `&'a moore_svlog::context::GlobalContext<'gcx>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `operation_type` found for type `&'a moore_svlog::context::GlobalContext<'gcx>` in the current scope [INFO] [stderr] --> src/bin/moore.rs:568:34 [INFO] [stderr] | [INFO] [stderr] 568 | if let Some(ty) = self.0.operation_type(id, self.1) { [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `&'a moore_svlog::context::GlobalContext<'gcx>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `type_context` found for type `&'a moore_svlog::context::GlobalContext<'gcx>` in the current scope [INFO] [stderr] --> src/bin/moore.rs:573:34 [INFO] [stderr] | [INFO] [stderr] 573 | if let Some(ty) = self.0.type_context(id, self.1) { [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `&'a moore_svlog::context::GlobalContext<'gcx>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error[E0599]: no method named `human_line` found for type `moore_common::source::Location` in the current scope [INFO] [stderr] --> src/bin/moore.rs:555:33 [INFO] [stderr] | [INFO] [stderr] 555 | let line = span.begin().human_line(); [INFO] [stderr] | ^^^^^^^^^^ method not found in `moore_common::source::Location` [INFO] [stderr] [INFO] [stderr] error: could not compile `moore`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `self_determined_type` found for type `&'a moore_svlog::context::GlobalContext<'gcx>` in the current scope [INFO] [stderr] --> src/bin/moore.rs:563:34 [INFO] [stderr] | [INFO] [stderr] 563 | if let Some(ty) = self.0.self_determined_type(id, self.1) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ method not found in `&'a moore_svlog::context::GlobalContext<'gcx>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `operation_type` found for type `&'a moore_svlog::context::GlobalContext<'gcx>` in the current scope [INFO] [stderr] --> src/bin/moore.rs:568:34 [INFO] [stderr] | [INFO] [stderr] 568 | if let Some(ty) = self.0.operation_type(id, self.1) { [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `&'a moore_svlog::context::GlobalContext<'gcx>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `type_context` found for type `&'a moore_svlog::context::GlobalContext<'gcx>` in the current scope [INFO] [stderr] --> src/bin/moore.rs:573:34 [INFO] [stderr] | [INFO] [stderr] 573 | if let Some(ty) = self.0.type_context(id, self.1) { [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `&'a moore_svlog::context::GlobalContext<'gcx>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `moore`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "944f8b2c2979bd91d6923c97ba91e3881b0ba5aec81e8cd5fca3d7dd6c25edfa"` [INFO] running `"docker" "rm" "-f" "944f8b2c2979bd91d6923c97ba91e3881b0ba5aec81e8cd5fca3d7dd6c25edfa"` [INFO] [stdout] 944f8b2c2979bd91d6923c97ba91e3881b0ba5aec81e8cd5fca3d7dd6c25edfa