[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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ca4fb39c80048f182f2d5126bb31983f8234b147 [INFO] checking fabianschuiki/moore against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabianschuiki%2Fmoore" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fabianschuiki/moore on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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-6/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-6/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 9a65beb125372f3942a4ecb8aaec2dde75a6cd464c3858751d610ebf685c59c8 [INFO] running `"docker" "start" "-a" "9a65beb125372f3942a4ecb8aaec2dde75a6cd464c3858751d610ebf685c59c8"` [INFO] [stderr] Checking memmap v0.5.2 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking combine v2.5.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking stderrlog v0.4.3 [INFO] [stderr] Checking moore-common v0.5.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Checking moore-svlog-syntax v0.5.0 [INFO] [stderr] Checking moore-vhdl-syntax v0.5.0 [INFO] [stderr] Checking llhd v0.5.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling docopt v1.0.0 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling lalrpop v0.16.3 [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.6.0-dev (/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[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: could not compile `moore`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: could not compile `moore`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9a65beb125372f3942a4ecb8aaec2dde75a6cd464c3858751d610ebf685c59c8"` [INFO] running `"docker" "rm" "-f" "9a65beb125372f3942a4ecb8aaec2dde75a6cd464c3858751d610ebf685c59c8"` [INFO] [stdout] 9a65beb125372f3942a4ecb8aaec2dde75a6cd464c3858751d610ebf685c59c8