[INFO] cloning repository https://github.com/zarubaf/morty [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zarubaf/morty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzarubaf%2Fmorty"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzarubaf%2Fmorty'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9f021cfdab345e33e9db277ed1761fb73305c4c2 [INFO] checking zarubaf/morty against master#446e5e57b667c841ba3ebb4b41b44fb98bd3af4b for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzarubaf%2Fmorty" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zarubaf/morty on toolchain 446e5e57b667c841ba3ebb4b41b44fb98bd3af4b [INFO] running `"/workspace/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zarubaf/morty [INFO] removed path dependency moore-common from git repo https://github.com/zarubaf/morty [INFO] removed path dependency moore-svlog-syntax from git repo https://github.com/zarubaf/morty [INFO] finished tweaking git repo https://github.com/zarubaf/morty [INFO] tweaked toml for git repo https://github.com/zarubaf/morty written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/zarubaf/morty already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (moore-common) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (moore-svlog-syntax) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-4/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" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (moore-common) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (moore-svlog-syntax) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+446e5e57b667c841ba3ebb4b41b44fb98bd3af4b" "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] 4bb5a366ff3d3c6670b3e4756bc0a53da0c08e00f3dfcdb1bcbfd229e9bde906 [INFO] running `"docker" "start" "-a" "4bb5a366ff3d3c6670b3e4756bc0a53da0c08e00f3dfcdb1bcbfd229e9bde906"` [INFO] [stderr] warning: dependency (moore-common) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (moore-svlog-syntax) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Checking memmap v0.5.2 [INFO] [stderr] Checking moore-common v0.2.0 [INFO] [stderr] Checking moore-svlog-syntax v0.2.0 [INFO] [stderr] Checking morty v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/main.rs:166:27 [INFO] [stderr] | [INFO] [stderr] 166 | let preproc = moore_svlog_syntax::preproc::Preprocessor::new( [INFO] [stderr] | ___________________________^ [INFO] [stderr] 167 | | source, [INFO] [stderr] 168 | | &bundle_include_dirs, [INFO] [stderr] 169 | | &bundle_defines, [INFO] [stderr] 170 | | ); [INFO] [stderr] | |_____________^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/main.rs:166:27 [INFO] [stderr] | [INFO] [stderr] 166 | let preproc = moore_svlog_syntax::preproc::Preprocessor::new( [INFO] [stderr] | ___________________________^ [INFO] [stderr] 167 | | source, [INFO] [stderr] 168 | | &bundle_include_dirs, [INFO] [stderr] 169 | | &bundle_defines, [INFO] [stderr] 170 | | ); [INFO] [stderr] | |_____________^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/main.rs:210:19 [INFO] [stderr] | [INFO] [stderr] 210 | let preproc = moore_svlog_syntax::preproc::Preprocessor::new(source, &[], &[]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/main.rs:210:19 [INFO] [stderr] | [INFO] [stderr] 210 | let preproc = moore_svlog_syntax::preproc::Preprocessor::new(source, &[], &[]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `morty`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `morty`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4bb5a366ff3d3c6670b3e4756bc0a53da0c08e00f3dfcdb1bcbfd229e9bde906"` [INFO] running `"docker" "rm" "-f" "4bb5a366ff3d3c6670b3e4756bc0a53da0c08e00f3dfcdb1bcbfd229e9bde906"` [INFO] [stdout] 4bb5a366ff3d3c6670b3e4756bc0a53da0c08e00f3dfcdb1bcbfd229e9bde906