[INFO] cloning repository https://github.com/lannonbr/zellij-http-plugin-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lannonbr/zellij-http-plugin-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flannonbr%2Fzellij-http-plugin-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flannonbr%2Fzellij-http-plugin-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a4016c6be68da92766b8d1493e45b474a32d33c3
[INFO] testing lannonbr/zellij-http-plugin-example against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flannonbr%2Fzellij-http-plugin-example" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/lannonbr/zellij-http-plugin-example
[INFO] finished tweaking git repo https://github.com/lannonbr/zellij-http-plugin-example
[INFO] tweaked toml for git repo https://github.com/lannonbr/zellij-http-plugin-example written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lannonbr/zellij-http-plugin-example on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lannonbr/zellij-http-plugin-example 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fd5a3cfb17fda1d20ad29a4d46e893fd9c3fd308a45361f3cf3f43827e13ccb6
[INFO] running `Command { std: "docker" "start" "fd5a3cfb17fda1d20ad29a4d46e893fd9c3fd308a45361f3cf3f43827e13ccb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd5a3cfb17fda1d20ad29a4d46e893fd9c3fd308a45361f3cf3f43827e13ccb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fd5a3cfb17fda1d20ad29a4d46e893fd9c3fd308a45361f3cf3f43827e13ccb6" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd5a3cfb17fda1d20ad29a4d46e893fd9c3fd308a45361f3cf3f43827e13ccb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fd5a3cfb17fda1d20ad29a4d46e893fd9c3fd308a45361f3cf3f43827e13ccb6" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling crossbeam-utils v0.8.18
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling value-bag v1.4.2
[INFO] [stderr]    Compiling thiserror v1.0.52
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling parking v2.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling pkg-config v0.3.28
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling futures-lite v2.1.0
[INFO] [stderr]    Compiling anyhow v1.0.77
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling concurrent-queue v2.4.0
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling syn v2.0.43
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling event-listener v4.0.1
[INFO] [stderr]    Compiling cipher v0.2.5
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling async-task v4.6.0
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling async-lock v3.2.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling async-channel v2.1.1
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling piper v0.2.1
[INFO] [stderr]    Compiling universal-hash v0.4.1
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling cpuid-bool v0.2.0
[INFO] [stderr]    Compiling openssl-src v300.2.1+3.2.0
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling const_fn v0.4.9
[INFO] [stderr]    Compiling polyval v0.4.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling aes-soft v0.6.4
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.8+1.55.1
[INFO] [stderr]    Compiling openssl-sys v0.9.98
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling curl-sys v0.4.70+curl-8.5.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling crypto-mac v0.10.1
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling cpufeatures v0.2.11
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.14
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling aes v0.6.0
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling ghash v0.3.1
[INFO] [stderr]    Compiling async-executor v1.8.0
[INFO] [stderr]    Compiling ctr v0.6.0
[INFO] [stderr]    Compiling event-listener v3.1.0
[INFO] [stderr]    Compiling aead v0.3.2
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling cookie v0.14.4
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling curl v0.4.44
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling aes-gcm v0.8.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling hkdf v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling ordered-float v3.9.2
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling spinning_top v0.2.5
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling async-trait v0.1.75
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling thiserror-impl v1.0.52
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling isahc v0.9.14
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling flume v0.9.2
[INFO] [stderr]    Compiling terminfo v0.7.5
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling wezterm-dynamic-derive v0.1.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling pest v2.7.5
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]    Compiling sluice v0.5.5
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.10
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling lab v0.11.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling pest_meta v2.7.5
[INFO] [stderr]    Compiling destructure_traitobject v0.2.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling is_ci v1.1.1
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling infer v0.2.3
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling textwrap v0.15.2
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling unsafe-any-ors v1.0.0
[INFO] [stderr]    Compiling pest_generator v2.7.5
[INFO] [stderr]    Compiling csscolorparser v0.6.2
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling interprocess v1.2.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling supports-unicode v2.0.0
[INFO] [stderr]    Compiling supports-hyperlinks v2.1.0
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling filetime v0.2.23
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.17
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling deltae v0.3.2
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.58
[INFO] [stderr]    Compiling termcolor v1.4.0
[INFO] [stderr]    Compiling vte v0.10.1
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling rmp v0.8.12
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.4
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling pest_derive v2.7.5
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling serde_qs v0.8.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling polling v3.3.1
[INFO] [stderr]    Compiling blocking v1.5.1
[INFO] [stderr]    Compiling async-io v2.2.2
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling wezterm-dynamic v0.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling wezterm-color-types v0.2.0
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling async-signal v0.2.5
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-process v1.8.1
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling wezterm-bidi v0.2.2
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling serde_yaml v0.8.26
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling typemap-ors v1.0.0
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling filedescriptor v0.8.2
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling vtparse v0.6.2
[INFO] [stderr]    Compiling signal-hook v0.1.17
[INFO] [stderr]    Compiling termios v0.3.3
[INFO] [stderr]    Compiling thread-id v4.2.1
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]    Compiling crossbeam-queue v0.3.10
[INFO] [stderr]    Compiling spinning v0.1.0
[INFO] [stderr]    Compiling file-id v0.1.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling arc-swap v1.6.0
[INFO] [stderr]    Compiling intmap v0.7.1
[INFO] [stderr]    Compiling log-mdc v0.1.0
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling finl_unicode v1.2.0
[INFO] [stderr]    Compiling to_method v1.1.0
[INFO] [stderr]    Compiling memmem v0.1.1
[INFO] [stderr]    Compiling crossbeam v0.8.3
[INFO] [stderr]    Compiling notify-debouncer-full v0.1.0
[INFO] [stderr]    Compiling include_dir v0.7.3
[INFO] [stderr]    Compiling shellexpand v3.1.0
[INFO] [stderr]    Compiling clap_complete v3.2.5
[INFO] [stderr]    Compiling kdl v4.6.0
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]    Compiling rmp-serde v1.1.2
[INFO] [stderr]    Compiling uuid v1.6.1
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling strip-ansi-escapes v0.1.1
[INFO] [stderr]    Compiling strum_macros v0.20.1
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling log4rs v1.2.0
[INFO] [stderr]    Compiling vte v0.11.1
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling tempfile v3.9.0
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling common-path v1.0.0
[INFO] [stderr]    Compiling colorsys v0.6.7
[INFO] [stderr]    Compiling strum v0.20.0
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stderr]    Compiling termwiz v0.20.0
[INFO] [stderr]    Compiling http-client v6.5.3
[INFO] [stderr]    Compiling surf v2.3.2
[INFO] [stderr]    Compiling zellij-utils v0.39.2
[INFO] [stderr]    Compiling zellij-tile v0.39.2
[INFO] [stderr]    Compiling zellij-http-plugin-example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/release/deps/rustc1ySaUP/symbols.o" "<11 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/release/deps/{libzellij_tile-ce639f79ab31f4e7,libzellij_utils-7f2c5bc40b046c43,librmp_serde-2b6ad99087a97285,librmp-dafe916ee83fbcbb,libbyteorder-612182941aaee0f7,libshellexpand-2e96ae8a5b13fcbd,libdirs-aff6b14ac0918a41,libprost-f915738c07fb30c1,libvte-6932d034022d36b7,libtempfile-9621ff7557f3bc66,libsignal_hook-a94ab330be9ea83e,libnotify_debouncer_full-b936a2d7be0d9538,libnotify-54c28f3e4aa7eeb0,libmio-31edb387b5e3374f,libfiletime-a7e0eea9af5a59dd,libwalkdir-2856a5329d1978f4,libsame_file-b5b248986923a61c,libinotify-e9f6ed56810e6d12,libinotify_sys-f8fd6e7b5524937e,libfile_id-c218b5c165f814aa,libcommon_path-ea49ad8a7430cbc2,liblog4rs-53f71978d1ada182,liblog_mdc-d2bb69d9ffa41fb0,libthread_id-9f9d806c58772023,libhumantime-60be87acc0f5bcf3,libserde_yaml-7544212960d62a25,libyaml_rust-41738e79c379bcdd,liblinked_hash_map-861d84bef8c51e84,libchrono-e9705b5daece60ce,libiana_time_zone-4752c219f51bda85,libtypemap_ors-2f35e36d9682a612,libunsafe_any_ors-001bbb122f4ceafc,libdestructure_traitobject-8e305fc6c4d57d62,libparking_lot-c490079089fb67db,libparking_lot_core-1621bf48b1839089,libsmallvec-c8107b51e17ef2fa,libserde_value-adca5f89b58c838d,libordered_float-5d1f1bd27ff6a1f4,libarc_swap-7186a943990243df,libinterprocess-4f65f8e1ff34953a,libto_method-5bf964b11734827e,libspinning-81449b7c00bfbaf9,libintmap-8418bc975301e4df,libfutures-6d2d9e85d3e41b86,libfutures_executor-36c3cc30141892f5,libsurf-b4bf4896536d88ea,libmime_guess-e0696d39297e4cb4,libunicase-72af20acc24d8946,libmime-6d6703af1a0641fa,libfutures_util-75224e6a514198e1,libfutures_channel-eacf783523137e31,libfutures_task-ba9933fc93b70cac,libhttp_client-32e600cfc3b51ec1,libhttp_types-eaa851d3cedff452,libserde_qs-6921e4095993f053,libserde_urlencoded-01b21d56d2708711,libserde_json-6f42f02cd86668c4,libryu-a8f6b436f0ea2043,librand-5522aa4702569fa9,librand_chacha-465366f48d88e2fa,librand_core-89f95d12de8faaee,libgetrandom-acbc7f0df7124ac6,libinfer-aaf89ae3fd2c8c39,libcookie-9ecce3cd350e2943,libhkdf-785fb7af2c87cbd1,libhmac-8f8d129b8aa4ad39,libcrypto_mac-5490a4d1d492004c,libaes_gcm-18623e5d4e486d89,libghash-e545c28c515ccadf,libpolyval-db8dc61216246f68,libcpuid_bool-c5d8c91fdc689c37,libuniversal_hash-3cfcd29d4e2a39ec,libsubtle-d0672fd6efb518df,libctr-3ed8ac07195d27f7,libaes-ef74e34e1e12402b,libaes_soft-d1b58e8b310ee744,libcipher-490cf99fcbfbc8b5,libaead-79343f6e4e887fbb,libbase64-8681e94812f2261e,librand-cc40307e604767bb,librand_chacha-2bd3f0cfc43db112,libppv_lite86-2034385ac67de13d,librand_core-2f377a022ad10072,libtime-f8b8a9ec5190ed13,libtime_macros-5189dbb550631934,libstandback-2d3a7c5988fae387,libisahc-31835105de495aa8,libsluice-daf93c660e4ee07f,libtracing_futures-b129d9f2f5520a14,libpin_project-7bf1b860399edc9e,libhttp-7e787326cd70f8cb,libitoa-616cdf3ff5e5d16c,libbytes-35f2003cbc610ede,libbytes-9eb7a2bc73dde625,libflume-b4d73aa3ce2a9570,libspinning_top-d48cbcb50b17613a,liblock_api-bb315bcba9beb448,libscopeguard-5f9373ec660020b4,libfutures_sink-ddb3323259a9d249,libcurl-a301aff0961681ad,libcurl_sys-1779431d18131fc9,libcrossbeam-96926a3aa0b7317d,libcrossbeam_channel-5988418bd5a7c74f,libcrossbeam_deque-4cf238065ee90324,libcrossbeam_queue-347fb67f6dbe346f,libcrossbeam_epoch-46f0fe766452fdfb,libasync_std-3998509fb07161d1,libasync_global_executor-5682324ba238ef59,libblocking-131f086f0fec9193,libpiper-b9cea470d4504bc6,libatomic_waker-3c8bacd3de7778a7,libasync_channel-6c584d0fc43c929e,libasync_executor-4e48d1ccc4ec48e4,libasync_task-7481aaf5fdb4f883,libasync_process-8e8183580124e6f4,libasync_signal-2f036cbc9dcb6eb9,libasync_io-55d96581c2dfa363,libpolling-32cbdef691819cff,libtracing-4dc16190997687ec,libtracing_core-f5c1aa45dd714110,libasync_lock-7e0620297163fd9a,libevent_listener_strategy-d73f2c7f77e659da,libevent_listener-cdfc79b4c6ebd2e6,libfutures_lite-9ab183e53808a10a,libfastrand-2714898c196c3c97,libevent_listener-a995564802fac601,libasync_io-f60d8238f9932a44,librustix-468dd1710bbdc51f,libio_lifetimes-3517d5c94caf9d88,liblinux_raw_sys-24841ec2b8d399d4,libslab-1630091d169e2519,libpolling-0022c1a26bb27859,libsocket2-91c08235649e9705,libfutures_lite-2edb20b7231b9947,libfastrand-2b522ff56903a4e2,libwaker_fn-87a1d1a02acf7ead,libparking-9f9ffd69193f8cc3,libfutures_io-78594f6d7ddc37d4,libasync_channel-ecf3830142240eee,libconcurrent_queue-5bbbdc5416a63f0b,libcrossbeam_utils-6a8c01393d82ee8c,libasync_lock-fb1cc1abecf2e652,libevent_listener-aaad992b874e431c,libpin_project_lite-71fd5b9b578d5cc0,libpin_utils-bd5b26767cd4a338,libfutures_core-de9c403a5669b2b1,libkv_log_macro-70204ea21b627e8a,libstrip_ansi_escapes-dccae29ab11207b5,libvte-5188df120577d0a6,libarrayvec-e8e43cf501c1f0f2,libcolorsys-a833a557fe4e050b,libclap_complete-dd2ef3aa2da4c49b,libstrum-614eed53ac7c36b7,libkdl-7d65e370ca26bfa1,libnom-c12a9192ff2e3a07,libtermwiz-7f1d0db322ddbf0c,libhex-ffa975566df5dac7,libphf-1fe18d6e07957c73,libphf_shared-6cbe70fd4dd5e8b5,libtermios-01fe7e5c9796bd8c,libsignal_hook-efbdae426099889d,libsignal_hook_registry-e3751bcd0a8f53e8,libfiledescriptor-e17ee1d8d40a80d1,libfixedbitset-e5671a990d1a47c8,libmemmem-2bd00a025872540c,libunicode_segmentation-3addd0739fb94d01,libsha2-205404c58ce0a2e2,libcpufeatures-532907bc46aec786,libopaque_debug-3c7f88476b12ca94,libdigest-7545c296d2a6f899,libblock_buffer-a985960fdaa37a73,libgeneric_array-75a69fe8b8181868,libtypenum-d3a9ef6dd6c4e3db,libregex-baf9d1eea7a69568,libregex_automata-5703eb6b6aa2a487,libaho_corasick-52b21ce1d6201449,libregex_syntax-3393bdd8177a5033,libbase64-1faa7ee695b0db3f,libvtparse-1ea9ae2206dd80ff,libutf8parse-f82b6f6644c1c2a2,libnix-dd46e489b9e85644,libwezterm_color_types-6634e0e8004f4758,libdeltae-32669bfa51eedccc,libcsscolorparser-eb111fd5a6c04019,liblab-211524ef47b620f8,libwezterm_bidi-fd68e9be3935f606,libwezterm_dynamic-50dddd609c703f6f,libordered_float-fd08907480efa285,libnum_traits-4d7bd3543a1c494f,libfinl_unicode-16cfe63823b057e7,libterminfo-857ffd584b39b6c9,libdirs-1d52a29741512a43,libdirs_sys-1ad7e236526cf7ad,libfnv-98df728fc8020158,libphf-12191fe06e839389,libphf_shared-5de9ac00260785ed,libsiphasher-0fdc4461e3ac1c8a,libnom-dd2bf3ee0e56d910,libsemver-2a4701b53129ece1,libsemver_parser-c7ae05357e616bef,libpest-9e7359e6816a6b70,libucd_trie-9b30fbc861b28ad8,libmiette-5a09493efcac0e1a,libbacktrace_ext-f302ae2f31367550,libtextwrap-e0d0767bcb591791,libunicode_linebreak-099becb619943548,libsmawk-3fffa14fbf25fec2,libterminal_size-1c72100ecedf3749,libsupports_hyperlinks-61343413411d0b8a,libsupports_color-4c84426e63c406f6,libis_ci-e7b32177faeb6d8e,libsupports_unicode-4f955343bfca9265,libbacktrace-25fb64859ed4884c,libminiz_oxide-29c5c77685694bb0,libadler-f334a75a447e9ef2,libobject-ecdec1c467584297,libmemchr-146bbf864fa4e861,libaddr2line-b790d253ec851ff9,libgimli-d0362fadf5c0cc87,librustc_demangle-3d11a0d5213b70d5,libis_terminal-e0fd5d613abfc8aa,librustix-065f6404abbeb1e9,libbitflags-36553a0eac90e197,liblinux_raw_sys-9423f518ff8f751d,libunicode_width-ea791f740d5f4cd5,libowo_colors-846d217a044c7000,libthiserror-1815f0bac0f64970,liblog-bce4c2a5952062ad,libvalue_bag-73c004c5a1de6cfb,libcolored-cebad8dbf8ef3462,libanyhow-7ba938f12c7e9a76,libnix-9d70665f59fdcadf,libmemoffset-99a9041c836de5b2,libuuid-463f2f089af937ab,libgetrandom-0bf33f5bbb6b3a33,libcfg_if-193575a6b29a3ab9,liblazy_static-480433dca0d17907,libinclude_dir-13028514667efc43,libdirectories-405df7f0711705b1,libdirs_sys-1866784663a865c7,liboption_ext-d0c08071b84db46d,liburl-702426227f85653c,libidna-ec37f27135096771,libunicode_normalization-f7914b07374a08dd,libtinyvec-c3a4aaaa62849237,libtinyvec_macros-8d7f4b9d42c23ac6,libunicode_bidi-b39aef7cbf9b13ea,libform_urlencoded-da32e8171e89b51e,libpercent_encoding-f5688268187ae694,libserde-07cf7b4d4381ec31,libclap-4b875a0079a0b2eb,libatty-00ff2b969166ddb5,liblibc-4d19133793d6684a,libstrsim-4d90d417acaad1e9,libtermcolor-551b9f252cb71679,libtextwrap-355f75b6642bfeee,libclap_lex-48e02e3fb1510b95,libos_str_bytes-0c7ba5e35e79d6f6,libindexmap-3ee8bb142e55e0b3,libhashbrown-9073ac7d48d3152f,libbitflags-68973b8086863992,libonce_cell-0ec5af3754429b30,libjson-917227f8451b37fd}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lcurl" "-lc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustc1ySaUP/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/release/build/openssl-sys-e2ebe69fc2335e3f/out/openssl-build/install/lib" "-L" "/opt/rustwide/target/release/build/libnghttp2-sys-c5e804abfb01371f/out/i/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/release/deps/zellij_http_plugin_example-75a146a3670b934f" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: host_run_plugin_command
[INFO] [stdout]           >>> referenced by zellij_tile.a6736e2899d7a6c7-cgu.1
[INFO] [stdout]           >>>               zellij_tile-ce639f79ab31f4e7.zellij_tile.a6736e2899d7a6c7-cgu.1.rcgu.o:(zellij_tile::shim::report_panic) in archive /opt/rustwide/target/release/deps/libzellij_tile-ce639f79ab31f4e7.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zellij-http-plugin-example` (bin "zellij-http-plugin-example") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "fd5a3cfb17fda1d20ad29a4d46e893fd9c3fd308a45361f3cf3f43827e13ccb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd5a3cfb17fda1d20ad29a4d46e893fd9c3fd308a45361f3cf3f43827e13ccb6", kill_on_drop: false }`
[INFO] [stdout] fd5a3cfb17fda1d20ad29a4d46e893fd9c3fd308a45361f3cf3f43827e13ccb6
