[INFO] updating cached repository https://github.com/bdon/Alpha [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] faf9bd54e262abcc66f7f8b00fe9c800f6f6fe2b [INFO] checking bdon/Alpha against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbdon%2FAlpha" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bdon/Alpha on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bdon/Alpha [INFO] removed path dependency piet from git repo https://github.com/bdon/Alpha [INFO] removed path dependency piet-cairo from git repo https://github.com/bdon/Alpha [INFO] finished tweaking git repo https://github.com/bdon/Alpha [INFO] tweaked toml for git repo https://github.com/bdon/Alpha written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/bdon/Alpha already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (piet) 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-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (piet) 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ff0fd9b38b5d107628d982f706325a7f4a13bb07503e15584d623ba3be4e8c0f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "ff0fd9b38b5d107628d982f706325a7f4a13bb07503e15584d623ba3be4e8c0f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (piet) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking kurbo v0.5.11 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Checking piet v0.0.7 [INFO] [stderr] Checking piet v0.0.12 [INFO] [stderr] Checking piet-cairo v0.0.7 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking quick-protobuf v0.6.4 [INFO] [stderr] Checking protomaps-alpha v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `taggetstr` in this scope [INFO] [stderr] --> src/lib.rs:90:28 [INFO] [stderr] | [INFO] [stderr] 90 | let kind_val = taggetstr(layer,feature,"kind"); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::tile::taggetstr; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `taggetint` in this scope [INFO] [stderr] --> src/lib.rs:91:29 [INFO] [stderr] | [INFO] [stderr] 91 | let sort_rank = taggetint(layer,feature,"sort_rank"); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::tile::taggetint; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `taggetstr` in this scope [INFO] [stderr] --> src/lib.rs:90:28 [INFO] [stderr] | [INFO] [stderr] 90 | let kind_val = taggetstr(layer,feature,"kind"); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::tile::taggetstr; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `taggetint` in this scope [INFO] [stderr] --> src/lib.rs:91:29 [INFO] [stderr] | [INFO] [stderr] 91 | let sort_rank = taggetint(layer,feature,"sort_rank"); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use crate::tile::taggetint; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `1` on type `&_` [INFO] [stderr] --> src/lib.rs:104:27 [INFO] [stderr] | [INFO] [stderr] 104 | rds.sort_by_key(|r| r.1); [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `1` on type `&_` [INFO] [stderr] --> src/lib.rs:104:27 [INFO] [stderr] | [INFO] [stderr] 104 | rds.sort_by_key(|r| r.1); [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/lib.rs:144:44 [INFO] [stderr] | [INFO] [stderr] 144 | let layout = rc.text().new_text_layout(&font_big, &nam.unwrap()).build().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ --------- ------------- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/lib.rs:144:44 [INFO] [stderr] | [INFO] [stderr] 144 | let layout = rc.text().new_text_layout(&font_big, &nam.unwrap()).build().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ --------- ------------- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `stroke_text` found for mutable reference `&mut impl RenderContext` in the current scope [INFO] [stderr] --> src/lib.rs:151:24 [INFO] [stderr] | [INFO] [stderr] 151 | rc.stroke_text(&layout, (cursor_x-layout.width()/2.0,cursor_y), &text_halo,8.0); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&mut impl RenderContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `stroke_text` found for mutable reference `&mut impl RenderContext` in the current scope [INFO] [stderr] --> src/lib.rs:151:24 [INFO] [stderr] | [INFO] [stderr] 151 | rc.stroke_text(&layout, (cursor_x-layout.width()/2.0,cursor_y), &text_halo,8.0); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&mut impl RenderContext` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/lib.rs:154:44 [INFO] [stderr] | [INFO] [stderr] 154 | let layout = rc.text().new_text_layout(&font_small, &nam.unwrap()).build().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ ----------- ------------- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/lib.rs:154:44 [INFO] [stderr] | [INFO] [stderr] 154 | let layout = rc.text().new_text_layout(&font_small, &nam.unwrap()).build().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ ----------- ------------- supplied 2 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `stroke_text` found for mutable reference `&mut impl RenderContext` in the current scope [INFO] [stderr] --> src/lib.rs:161:24 [INFO] [stderr] | [INFO] [stderr] 161 | rc.stroke_text(&layout, (cursor_x,cursor_y), &text_halo,8.0); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&mut impl RenderContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `stroke_text` found for mutable reference `&mut impl RenderContext` in the current scope [INFO] [stderr] --> src/lib.rs:161:24 [INFO] [stderr] | [INFO] [stderr] 161 | rc.stroke_text(&layout, (cursor_x,cursor_y), &text_halo,8.0); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&mut impl RenderContext` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `protomaps-alpha`. [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] [stderr] error: could not compile `protomaps-alpha`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ff0fd9b38b5d107628d982f706325a7f4a13bb07503e15584d623ba3be4e8c0f"` [INFO] running `"docker" "rm" "-f" "ff0fd9b38b5d107628d982f706325a7f4a13bb07503e15584d623ba3be4e8c0f"` [INFO] [stdout] ff0fd9b38b5d107628d982f706325a7f4a13bb07503e15584d623ba3be4e8c0f