[INFO] cloning repository https://github.com/katyo/ukvm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/katyo/ukvm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkatyo%2Fukvm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkatyo%2Fukvm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ae9b4445053b7f3a31f974228b5962b985fe63ef [INFO] checking katyo/ukvm against try#19359abcd1be36c9ba1922a244cf9abf02af7a22 for pr-114716 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkatyo%2Fukvm" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/katyo/ukvm on toolchain 19359abcd1be36c9ba1922a244cf9abf02af7a22 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/katyo/ukvm [INFO] finished tweaking git repo https://github.com/katyo/ukvm [INFO] tweaked toml for git repo https://github.com/katyo/ukvm written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/katyo/ukvm already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7789b45f68527b34d77a621de428c690ce73d51ce707876a7cfbdac13d33a28 [INFO] running `Command { std: "docker" "start" "-a" "d7789b45f68527b34d77a621de428c690ce73d51ce707876a7cfbdac13d33a28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7789b45f68527b34d77a621de428c690ce73d51ce707876a7cfbdac13d33a28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7789b45f68527b34d77a621de428c690ce73d51ce707876a7cfbdac13d33a28", kill_on_drop: false }` [INFO] [stdout] d7789b45f68527b34d77a621de428c690ce73d51ce707876a7cfbdac13d33a28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 191ab20a2351e1d2d5a2830bfc898761f29d8972aacb46b5d095362ffa86afb2 [INFO] running `Command { std: "docker" "start" "-a" "191ab20a2351e1d2d5a2830bfc898761f29d8972aacb46b5d095362ffa86afb2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.174 [INFO] [stderr] Compiling serde_derive v1.0.174 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking pin-project-lite v0.2.10 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling quote v1.0.31 [INFO] [stderr] Compiling syn v2.0.27 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Compiling winnow v0.5.0 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Checking nix v0.26.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling regex-automata v0.3.3 [INFO] [stderr] Compiling toml_edit v0.19.14 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Checking cpufeatures v0.2.9 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking sha1 v0.10.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling zvariant_utils v1.0.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling semver v1.0.18 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking bitflags v2.3.3 [INFO] [stderr] Checking linux-raw-sys v0.4.3 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling structmeta-derive v0.2.0 [INFO] [stderr] Compiling bitmask-enum v2.2.1 [INFO] [stderr] Compiling enumflags2_derive v0.7.7 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Checking enumflags2 v0.7.7 [INFO] [stderr] Compiling zvariant_derive v3.15.0 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Compiling structmeta v0.2.0 [INFO] [stderr] Compiling parse-display-derive v0.8.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Compiling async-trait v0.1.72 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Checking phf v0.11.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking zvariant v3.15.0 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling rustls v0.20.8 [INFO] [stderr] Checking tokio-util v0.7.8 [INFO] [stderr] Checking async-broadcast v0.5.1 [INFO] [stderr] Checking anstyle-parse v0.2.1 [INFO] [stderr] Checking zbus_names v2.6.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking url v2.4.0 [INFO] [stderr] Compiling enum-ordinalize v3.1.13 [INFO] [stderr] Compiling heapless v0.7.16 [INFO] [stderr] Checking parse-display v0.8.2 [INFO] [stderr] Checking hidg-core v0.1.1 [INFO] [stderr] Checking webpki v0.22.0 [INFO] [stderr] Checking sct v0.7.0 [INFO] [stderr] Compiling zbus_macros v3.14.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling async-recursion v1.0.4 [INFO] [stderr] Compiling serde_repr v0.1.15 [INFO] [stderr] Checking xdg-home v1.0.0 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.103 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking anstyle v1.0.1 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking try-lock v0.2.4 [INFO] [stderr] Checking tungstenite v0.18.0 [INFO] [stderr] Checking anstream v0.3.2 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Compiling educe v0.4.22 [INFO] [stderr] Compiling getset v0.1.2 [INFO] [stderr] Checking h2 v0.3.20 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling pin-project-internal v1.1.2 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Checking serde_spanned v0.6.3 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking hash32 v0.2.1 [INFO] [stderr] Checking iana-time-zone v0.1.57 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Checking base64 v0.21.2 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking termcolor v1.2.0 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Checking rustls-pemfile v1.0.3 [INFO] [stderr] Checking env_logger v0.10.0 [INFO] [stderr] Checking clap_builder v4.3.19 [INFO] [stderr] Checking chrono v0.4.26 [INFO] [stderr] Checking pin-project v1.1.2 [INFO] [stderr] Checking tokio-rustls v0.23.4 [INFO] [stderr] Checking headers v0.3.8 [INFO] [stderr] Checking linux-video-core v0.1.0 [INFO] [stderr] Checking tokio-tungstenite v0.18.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking tokio-stream v0.1.14 [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/linux-video-core-0.1.0/src/types/fourcc.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | pub const ALL: &[Self] = &[ [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] ... [INFO] [stdout] 26 | / fourcc_impl! { [INFO] [stdout] 27 | | /* RGB formats (1 or 2 bytes per pixel) */ [INFO] [stdout] 28 | | /// 8 RGB-3-3-2 [INFO] [stdout] 29 | | Rgb332 = 'R' 'G' 'B' '1', [INFO] [stdout] ... | [INFO] [stdout] 512 | | MetaRkIsp1Stat3a = 'R' 'K' '1' 'S', [INFO] [stdout] 513 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `fourcc_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking gpiod-core v0.2.3 [INFO] [stderr] Checking hyper v0.14.27 [INFO] [stderr] Checking cobs v0.2.3 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Compiling ukvm v0.1.0 (/opt/rustwide/workdir/server) [INFO] [stderr] Checking postcard v1.0.6 [INFO] [stderr] Checking toml v0.7.6 [INFO] [stderr] Checking tokio-gpiod v0.2.3 [INFO] [stderr] Checking lovely_env_logger v0.6.0 [INFO] [stderr] Checking tokio-hidg v0.1.1 [INFO] [stderr] Checking zbus v3.14.1 [INFO] [stderr] Checking clap v4.3.19 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0637`. [INFO] [stdout] [INFO] [stderr] error: could not compile `linux-video-core` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "191ab20a2351e1d2d5a2830bfc898761f29d8972aacb46b5d095362ffa86afb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "191ab20a2351e1d2d5a2830bfc898761f29d8972aacb46b5d095362ffa86afb2", kill_on_drop: false }` [INFO] [stdout] 191ab20a2351e1d2d5a2830bfc898761f29d8972aacb46b5d095362ffa86afb2