[INFO] cloning repository https://github.com/ying32/rvcl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ying32/rvcl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fying32%2Frvcl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fying32%2Frvcl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 943c55a3cdba8192426db370b2822998227ac921 [INFO] checking ying32/rvcl against master#195ad4830e11a544391abe296b146450dea8411b for pr-82781 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fying32%2Frvcl" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ying32/rvcl on toolchain 195ad4830e11a544391abe296b146450dea8411b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ying32/rvcl [INFO] finished tweaking git repo https://github.com/ying32/rvcl [INFO] tweaked toml for git repo https://github.com/ying32/rvcl written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "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" "+195ad4830e11a544391abe296b146450dea8411b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 738b753ee8c5904ba50e4b56c7ded1b717f6a44f182ab32568071cdd375b1576 [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" "738b753ee8c5904ba50e4b56c7ded1b717f6a44f182ab32568071cdd375b1576", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "738b753ee8c5904ba50e4b56c7ded1b717f6a44f182ab32568071cdd375b1576", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "738b753ee8c5904ba50e4b56c7ded1b717f6a44f182ab32568071cdd375b1576", kill_on_drop: false }` [INFO] [stdout] 738b753ee8c5904ba50e4b56c7ded1b717f6a44f182ab32568071cdd375b1576 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e425267e7bed4f9b96081f215203f95efdc19a252dafa504f3397d9d7a304fe [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" "1e425267e7bed4f9b96081f215203f95efdc19a252dafa504f3397d9d7a304fe", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Compiling dunce v0.1.1 [INFO] [stderr] Compiling libc v0.2.91 [INFO] [stderr] Compiling rust_vcl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling vcl_derives v0.1.0 (/opt/rustwide/workdir/vcl_derives) [INFO] [stdout] error[E0412]: cannot find type `TXId` in this scope [INFO] [stdout] --> src/fns.rs:42:44 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn GdkWindow_GetXId(AW: PGdkWindow) -> TXId { [INFO] [stdout] | ^^^^ help: a type alias with a similar name exists: `TXID` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub type TXID = u64; [INFO] [stdout] | -------------------- similarly named type alias `TXID` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TForm` in this scope [INFO] [stdout] --> src/fns.rs:275:35 [INFO] [stdout] | [INFO] [stdout] 275 | pub fn GdkWindow_FromForm(aForm: &TForm) -> PGdkWindow { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 11 | use vcl::TForm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TXId` in this scope [INFO] [stdout] --> src/lclapi.rs:93:54 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn GdkWindow_GetXId(AW: PGdkWindow, AXId: *mut TXId); [INFO] [stdout] | ^^^^ help: a type alias with a similar name exists: `TXID` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub type TXID = u64; [INFO] [stdout] | -------------------- similarly named type alias `TXID` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TXId` in this scope [INFO] [stdout] --> src/fns.rs:42:44 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn GdkWindow_GetXId(AW: PGdkWindow) -> TXId { [INFO] [stdout] | ^^^^ help: a type alias with a similar name exists: `TXID` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub type TXID = u64; [INFO] [stdout] | -------------------- similarly named type alias `TXID` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TForm` in this scope [INFO] [stdout] --> src/fns.rs:275:35 [INFO] [stdout] | [INFO] [stdout] 275 | pub fn GdkWindow_FromForm(aForm: &TForm) -> PGdkWindow { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 11 | use vcl::TForm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TXId` in this scope [INFO] [stdout] --> src/lclapi.rs:93:54 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn GdkWindow_GetXId(AW: PGdkWindow, AXId: *mut TXId); [INFO] [stdout] | ^^^^ help: a type alias with a similar name exists: `TXID` [INFO] [stdout] | [INFO] [stdout] ::: src/types.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub type TXID = u64; [INFO] [stdout] | -------------------- similarly named type alias `TXID` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust_vcl` [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 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1e425267e7bed4f9b96081f215203f95efdc19a252dafa504f3397d9d7a304fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e425267e7bed4f9b96081f215203f95efdc19a252dafa504f3397d9d7a304fe", kill_on_drop: false }` [INFO] [stdout] 1e425267e7bed4f9b96081f215203f95efdc19a252dafa504f3397d9d7a304fe