rad:z27Mx16VDZt2nwGygkyPCbK9ppuB radicle-devcontainer-cib64c4103323e75f4a55b8eb92995c11683c941f4did:key:z6MkiaGEHcXc9v3ou5ZvfnRC8xBrGoEFWqvPQPTLEU8bUt8C)main{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z27Mx16VDZt2nwGygkyPCbK9ppuB",
"name": "radicle-devcontainer-ci",
"description": "Radicle CI broker adapter that runs jobs in a repository's devcontainer",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkiaGEHcXc9v3ou5ZvfnRC8xBrGoEFWqvPQPTLEU8bUt8C"
]
},
"pusher": {
"id": "did:key:z6MkiaGEHcXc9v3ou5ZvfnRC8xBrGoEFWqvPQPTLEU8bUt8C",
"alias": "nolan"
},
"before": "b64c4103323e75f4a55b8eb92995c11683c941f4",
"after": "b64c4103323e75f4a55b8eb92995c11683c941f4",
"branch": "main",
"commits": [
"b64c4103323e75f4a55b8eb92995c11683c941f4",
"e42af22922361e159da7a0d10cc6b11cd205b4bf"
]
}
$ rad clone rad:z27Mx16VDZt2nwGygkyPCbK9ppuB .
✓ Creating checkout in ./... ✓ Remote nolan@z6MkiaGEHcXc9v3ou5ZvfnRC8xBrGoEFWqvPQPTLEU8bUt8C added ✓ Remote-tracking branch nolan@z6MkiaGEHcXc9v3ou5ZvfnRC8xBrGoEFWqvPQPTLEU8bUt8C/main created for z6MkiaGEHcXc9v3ou5ZvfnRC8xBrGoEFWqvPQPTLEU8bUt8C ✓ Repository successfully cloned under /var/lib/radicle-ci/adapters/devcontainer/devcontainer/state/54899c5a-2f54-490e-bd39-7016f3ec8cf8/w/ ╭─────────────────────────────────────────────────────────────────────────╮ │ radicle-devcontainer-ci │ │ Radicle CI broker adapter that runs jobs in a repository's devcontainer │ │ 0 issues · 0 patches │ ╰─────────────────────────────────────────────────────────────────────────╯ Run `cd ./.` to go to the repository directory.
$ git config advice.detachedHead false
$ git checkout b64c4103323e75f4a55b8eb92995c11683c941f4
HEAD is now at b64c410 fix: set correct ownership on container directory content
#!/usr/bin/env bash
set -xeuo pipefail
mise install
eval "$(mise activate bash --shims)"
cargo fmt --check
cargo clippy --all-targets
cargo test
# The Determinate installer's profile hook doesn't run in this non-login
# shell, and there is no nix daemon under --init none.
export PATH=/nix/var/nix/profiles/default/bin:$PATH
export NIX_REMOTE=local
nix fmt -- --ci
# Evaluates the NixOS module and its invariants. Must precede flake check:
# that command evaluates with a read-only store and fails on naersk's
# filtered sources ("path ... is not valid") until an ordinary eval has
# registered them.
nix eval --raw .#checks.x86_64-linux.nixos-module.drvPath
nix flake check --no-build
# Prove the module-rendered settings parse as the Rust Config: extract the
# 'ci' instance's config from the nixos-module check's JSON (valid YAML
# input, since YAML is a JSON superset) and run it through the adapter's
# own validator. Catches Nix<->Rust schema drift with no extra nix builds.
nix eval --raw .#checks.x86_64-linux.nixos-module.text --apply 'text: builtins.toJSON (builtins.fromJSON text).ci.config' > target/nixos-module-ci.yaml
cargo run -- --config target/nixos-module-ci.yaml config
# Full broker + adapter end-to-end test in NixOS VMs. Only worth running
# with hardware acceleration; hosts without /dev/kvm skip it (they cannot
# reach this point anyway while runArgs passes the device unconditionally).
if [ -e /dev/kvm ]; then
nix build -L .#checks.x86_64-linux.e2e
fi
mounting radicle-ci-cache-0f21906dcab9-2b3df4dad4fd479c at /workspaces/w/target mounting radicle-ci-cache-0f21906dcab9-37614f8a2c9b734f at /nix
$ /nix/store/ik0xcys4cqjr4hdywzinrylm9sm48bvc-devcontainer-0.87.0/bin/devcontainer up --docker-path /nix/store/h111xm96sylafdn3kgixgxyfs7af600r-podman-5.8.2/bin/podman --workspace-folder /var/lib/radicle-ci/adapters/devcontainer/devcontainer/state/54899c5a-2f54-490e-bd39-7016f3ec8cf8/w --id-label devcontainer.local_folder=/var/lib/radicle-ci/adapters/devcontainer/devcontainer/state/54899c5a-2f54-490e-bd39-7016f3ec8cf8/w --id-label xyz.radicle.ci.run=54899c5a-2f54-490e-bd39-7016f3ec8cf8 --mount type=volume,source=radicle-ci-cache-0f21906dcab9-2b3df4dad4fd479c,target=/workspaces/w/target --mount type=volume,source=radicle-ci-cache-0f21906dcab9-37614f8a2c9b734f,target=/nix
[2026-07-07T12:53:24.594Z] @devcontainers/cli 0.87.0. Node.js v24.16.0. linux 6.18.37 x64.
(node:2642943) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)
[2026-07-07T12:53:25.082Z] Resolving Feature dependencies for 'ghcr.io/devcontainers/features/rust:1'...
[2026-07-07T12:53:26.655Z] Resolving Feature dependencies for 'ghcr.io/devcontainers-extra/features/mise:1'...
[2026-07-07T12:53:27.407Z] Soft-dependency 'ghcr.io/devcontainers/features/common-utils' is not required. Removing from installation order...
[2026-07-07T12:53:27.407Z] Soft-dependency 'ghcr.io/devcontainers-extra/features/gh-release' is not required. Removing from installation order...
[2026-07-07T12:53:28.029Z] Files to omit: ''
[2026-07-07T12:53:28.544Z] Files to omit: ''
[2026-07-07T12:53:28.573Z] Start: Run: /nix/store/h111xm96sylafdn3kgixgxyfs7af600r-podman-5.8.2/bin/podman buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 --build-context dev_containers_feature_content_source=/tmp/devcontainercli-radicle/container-features/0.87.0-1783428805079 --build-arg _DEV_CONTAINERS_BASE_IMAGE=debian:13 --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp --target dev_containers_target_stage -f /tmp/devcontainercli-radicle/container-features/0.87.0-1783428805079/Dockerfile.extended -t vsc-w-3dbf61905667b3ffd0fe70cb279479133b9777f0d5396b739a80f00d42a82e99-features /tmp/devcontainercli-radicle/empty-folder
[2026-07-07T12:53:28.696Z] [1/2] STEP 1/4: FROM debian:13 AS dev_containers_feature_content_normalize
[2026-07-07T12:53:31.133Z] [1/2] STEP 2/4: USER root
[2026-07-07T12:53:31.135Z] --> Using cache 66603368ba0af0aad9e7659dc6bf66628388a3512261f9fcf4aecb484ea71283
--> 66603368ba0a
[2026-07-07T12:53:31.145Z] [1/2] STEP 3/4: COPY --from=dev_containers_feature_content_source devcontainer-features.builtin.env /tmp/build-features/
[2026-07-07T12:53:31.312Z] --> Using cache 450ba763ed74bd2163500474d232a4a5c52c74fdbb0aafa8c2c9383e37296556
--> 450ba763ed74
[2026-07-07T12:53:31.326Z] [1/2] STEP 4/4: RUN chmod -R 0755 /tmp/build-features/
[2026-07-07T12:53:31.327Z] --> Using cache fa697464e89584f4d3cacdfb6aa5dc186cf0dcfb4b9bd31307b62c099783afe1
[2026-07-07T12:53:31.327Z] --> fa697464e895
[2026-07-07T12:53:31.333Z] [2/2] STEP 1/13: FROM debian:13 AS dev_containers_target_stage
[2026-07-07T12:53:33.158Z] [2/2] STEP 2/13: USER root
[2026-07-07T12:53:33.159Z] --> Using cache 66603368ba0af0aad9e7659dc6bf66628388a3512261f9fcf4aecb484ea71283
[2026-07-07T12:53:33.159Z] --> 66603368ba0a
[2026-07-07T12:53:33.169Z] [2/2] STEP 3/13: RUN mkdir -p /tmp/dev-container-features
[2026-07-07T12:53:33.170Z] --> Using cache bafa148706fee6c949e424a3c61d893722f4e10f5b86f65551f5b2b970ea5d5d
--> bafa148706fe
[2026-07-07T12:53:33.180Z] [2/2] STEP 4/13: COPY --from=dev_containers_feature_content_normalize /tmp/build-features/ /tmp/dev-container-features
[2026-07-07T12:53:33.274Z] --> Using cache db84ec134af7f940977d484b0923488e94e31410ee0e492b5d896cb5876fe047
--> db84ec134af7
[2026-07-07T12:53:33.279Z] [2/2] STEP 5/13: RUN echo "_CONTAINER_USER_HOME=$( (command -v getent >/dev/null 2>&1 && getent passwd 'root' || grep -E '^root|^[^:]*:[^:]*:root:' /etc/passwd || true) | cut -d: -f6)" >> /tmp/dev-container-features/devcontainer-features.builtin.env && echo "_REMOTE_USER_HOME=$( (command -v getent >/dev/null 2>&1 && getent passwd 'root' || grep -E '^root|^[^:]*:[^:]*:root:' /etc/passwd || true) | cut -d: -f6)" >> /tmp/dev-container-features/devcontainer-features.builtin.env
[2026-07-07T12:53:33.280Z] --> Using cache 9624121ed1daaa154a4684fc2067caecc2c8474f79414cab012102caedb60827
--> 9624121ed1da
[2026-07-07T12:53:33.287Z] [2/2] STEP 6/13: RUN --mount=type=bind,from=dev_containers_feature_content_source,source=mise_0,target=/tmp/build-features-src/mise_0 cp -ar /tmp/build-features-src/mise_0 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/mise_0 && cd /tmp/dev-container-features/mise_0 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/dev-container-features/mise_0
[2026-07-07T12:53:33.290Z] --> Using cache 6494a69032064ec7cf816993cf24ccd7aab27abc3c4062ca77ad3f2474625cbd
--> 6494a6903206
[2026-07-07T12:53:33.296Z] [2/2] STEP 7/13: ENV CARGO_HOME="/usr/local/cargo"
[2026-07-07T12:53:33.296Z] --> Using cache 453aa63748492e197c51b44ea58aed91297e883c4444ac678138a9dacdab9ef5
--> 453aa6374849
[2026-07-07T12:53:33.301Z] [2/2] STEP 8/13: ENV RUSTUP_HOME="/usr/local/rustup"
[2026-07-07T12:53:33.302Z] --> Using cache 8bd587404275f55bd1a75f012bd0c54016093b400c92bc62a5b407cf59d74267
--> 8bd587404275
[2026-07-07T12:53:33.310Z] [2/2] STEP 9/13: ENV PATH="/usr/local/cargo/bin:${PATH}"
[2026-07-07T12:53:33.312Z] --> Using cache abd0f6576b8a9e36cc64d5adfa26a8c257867fdb5fd6f3b8a8f59f0821e3df65
--> abd0f6576b8a
[2026-07-07T12:53:33.319Z] [2/2] STEP 10/13: RUN --mount=type=bind,from=dev_containers_feature_content_source,source=rust_1,target=/tmp/build-features-src/rust_1 cp -ar /tmp/build-features-src/rust_1 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/rust_1 && cd /tmp/dev-container-features/rust_1 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/dev-container-features/rust_1
[2026-07-07T12:53:33.321Z] --> Using cache 4dc1aff3e936316e4d61519899caec26b7aa5fc0481d5de23ac973be9b675e6f
--> 4dc1aff3e936
[2026-07-07T12:53:33.326Z] [2/2] STEP 11/13: ARG _DEV_CONTAINERS_IMAGE_USER=root
[2026-07-07T12:53:33.327Z] --> Using cache e96a495c7b1ac9c3a9b725b59bd604e0fdb9b38711c43b0ce4a46979b96b8470
--> e96a495c7b1a
[2026-07-07T12:53:33.334Z] [2/2] STEP 12/13: USER $_DEV_CONTAINERS_IMAGE_USER
[2026-07-07T12:53:33.335Z] --> Using cache b4fe84370f55480c8f874879ea8ac20fc7f4e35b8df041f6cb442105ff3f0cc2
--> b4fe84370f55
[2026-07-07T12:53:33.342Z] [2/2] STEP 13/13: LABEL devcontainer.metadata="[ {\"id\":\"ghcr.io/devcontainers-extra/features/mise:1\"}, {\"id\":\"ghcr.io/devcontainers/features/rust:1\",\"capAdd\":[\"SYS_PTRACE\"],\"securityOpt\":[\"seccomp=unconfined\"],\"customizations\":{\"vscode\":{\"extensions\":[\"vadimcn.vscode-lldb\",\"rust-lang.rust-analyzer\",\"tamasfe.even-better-toml\"],\"settings\":{\"files.watcherExclude\":{\"**/target/**\":true},\"github.copilot.chat.codeGeneration.instructions\":[{\"text\":\"This dev container includes Rust, common Rust utilities, and needed dependencies pre-installed and available on the `PATH`, along with the Rust language extension for Rust development.\"}]}}}}, {\"postCreateCommand\":\"sh .devcontainer/post-create.sh\"} ]"
[2026-07-07T12:53:33.343Z] --> Using cache 1f141192719e6ebcc40a0c7fc97882ddc6c0ca968f76ac430cd4b0514bc1f2c9
[2/2] COMMIT vsc-w-3dbf61905667b3ffd0fe70cb279479133b9777f0d5396b739a80f00d42a82e99-features
[2026-07-07T12:53:33.371Z] --> 1f141192719e
[2026-07-07T12:53:33.372Z] [Warning] one or more build args were not consumed: [BUILDKIT_INLINE_CACHE _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE]
Successfully tagged localhost/vsc-w-3dbf61905667b3ffd0fe70cb279479133b9777f0d5396b739a80f00d42a82e99-features:latest
Successfully tagged localhost/vsc-w-2184ab699f123f06eb77d125f333850bd2489eac0749b7383d3d6ea77d9aa9c4-features:latest
[2026-07-07T12:53:33.421Z] 1f141192719e6ebcc40a0c7fc97882ddc6c0ca968f76ac430cd4b0514bc1f2c9
[2026-07-07T12:53:33.436Z] Start: Run: /nix/store/h111xm96sylafdn3kgixgxyfs7af600r-podman-5.8.2/bin/podman run --sig-proxy=false -a STDOUT -a STDERR --mount type=bind,source=/var/lib/radicle-ci/adapters/devcontainer/devcontainer/state/54899c5a-2f54-490e-bd39-7016f3ec8cf8/w,target=/workspaces/w --mount type=volume,src=radicle-ci-cache-0f21906dcab9-2b3df4dad4fd479c,dst=/workspaces/w/target --mount type=volume,src=radicle-ci-cache-0f21906dcab9-37614f8a2c9b734f,dst=/nix -l devcontainer.local_folder=/var/lib/radicle-ci/adapters/devcontainer/devcontainer/state/54899c5a-2f54-490e-bd39-7016f3ec8cf8/w -l xyz.radicle.ci.run=54899c5a-2f54-490e-bd39-7016f3ec8cf8 --security-opt label=disable --device=/dev/kvm --cap-add SYS_PTRACE --security-opt seccomp=unconfined --entrypoint /bin/sh vsc-w-3dbf61905667b3ffd0fe70cb279479133b9777f0d5396b739a80f00d42a82e99-features -c echo Container started
[2026-07-07T12:53:33.697Z] Container started
[2026-07-07T12:53:34.507Z] Running the postCreateCommand from devcontainer.json...
[2026-07-07T12:53:34.701Z] existing Nix install found; restoring system files instead of reinstalling
{"outcome":"success","containerId":"da93461377bef96e585534705ae04f1d7d00fd3087f756dedbd4e9d858f96968","remoteUser":"root","remoteWorkspaceFolder":"/workspaces/w"}
$ /nix/store/ik0xcys4cqjr4hdywzinrylm9sm48bvc-devcontainer-0.87.0/bin/devcontainer exec --docker-path /nix/store/h111xm96sylafdn3kgixgxyfs7af600r-podman-5.8.2/bin/podman --workspace-folder /var/lib/radicle-ci/adapters/devcontainer/devcontainer/state/54899c5a-2f54-490e-bd39-7016f3ec8cf8/w --id-label devcontainer.local_folder=/var/lib/radicle-ci/adapters/devcontainer/devcontainer/state/54899c5a-2f54-490e-bd39-7016f3ec8cf8/w --id-label xyz.radicle.ci.run=54899c5a-2f54-490e-bd39-7016f3ec8cf8 --remote-env RADICLE_CI_RUN_ID=54899c5a-2f54-490e-bd39-7016f3ec8cf8 --remote-env RADICLE_CI_EVENT=push --remote-env RADICLE_CI_COMMIT=b64c4103323e75f4a55b8eb92995c11683c941f4 --remote-env RADICLE_CI_REPOSITORY=rad:z27Mx16VDZt2nwGygkyPCbK9ppuB --remote-env RADICLE_CI_AUTHOR=did:key:z6MkiaGEHcXc9v3ou5ZvfnRC8xBrGoEFWqvPQPTLEU8bUt8C --remote-env RADICLE_CI_AUTHOR_ALIAS=nolan --remote-env RADICLE_CI_BRANCH=main /bin/sh -c script="$(mktemp)" && cat >"$script" && chmod +x "$script" && exec "$script"
+ mise install
mise cargo-release@1.1.2 [1/3] install
mise git-cliff@2.13.1 [1/3] install
mise cargo-release@1.1.2 [1/3] download cargo-release-v1.1.2-x86_64-unknown-linux-musl.tar.gz
mise cargo-release@1.1.2 [2/3] checksum cargo-release-v1.1.2-x86_64-unknown-linux-musl.tar.gz
mise cargo-release@1.1.2 [2/3] verify GitHub artifact attestations
mise cargo-release@1.1.2 [2/3] verify SLSA provenance
mise cargo-release@1.1.2 [3/3] extract cargo-release-v1.1.2-x86_64-unknown-linux-musl.tar.gz
mise cargo-release@1.1.2 ✓ installed
mise git-cliff@2.13.1 [1/3] download git-cliff-2.13.1-x86_64-unknown-linux-musl.tar.gz
mise git-cliff@2.13.1 [2/3] checksum git-cliff-2.13.1-x86_64-unknown-linux-musl.tar.gz
mise git-cliff@2.13.1 [3/3] extract git-cliff-2.13.1-x86_64-unknown-linux-musl.tar.gz
mise git-cliff@2.13.1 ✓ installed
++ mise activate bash --shims
+ eval 'export PATH="/root/.local/share/mise/shims:$PATH"'
++ export PATH=/root/.local/share/mise/shims:/usr/local/cargo/bin:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ PATH=/root/.local/share/mise/shims:/usr/local/cargo/bin:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ cargo fmt --check
+ cargo clippy --all-targets
Updating crates.io index
Downloading crates ...
Downloaded aead v0.5.2
Downloaded adler2 v2.0.1
Downloaded fast-glob v0.3.3
Downloaded askama_escape v0.10.3
Downloaded cyphergraphy v0.3.0
Downloaded base45 v3.2.0
Downloaded anstyle-query v1.1.5
Downloaded cfg_aliases v0.2.1
Downloaded ct-codecs v1.1.7
Downloaded dyn-clone v1.0.20
Downloaded culpa-macros v1.0.2
Downloaded derive_builder_macro v0.20.2
Downloaded clap_lex v1.1.0
Downloaded ctrlc v3.5.2
Downloaded descape v3.0.0
Downloaded crypto-common v0.1.7
Downloaded dunce v1.0.5
Downloaded doc-comment v0.3.4
Downloaded colorchoice v1.0.5
Downloaded base16ct v0.2.0
Downloaded diligent-date-parser v0.1.5
Downloaded cvt v0.1.2
Downloaded equivalent v1.0.2
Downloaded cpufeatures v0.2.17
Downloaded base-x v0.2.11
Downloaded data-encoding-macro v0.1.20
Downloaded culpa v1.0.2
Downloaded darling_macro v0.20.11
Downloaded form_urlencoded v1.2.2
Downloaded data-encoding-macro-internal v0.1.18
Downloaded errno v0.3.14
Downloaded base256emoji v1.0.2
Downloaded generic-array v0.14.7
Downloaded block-padding v0.3.3
Downloaded ghash v0.5.1
Downloaded fnv v1.0.7
Downloaded cypheraddr v0.4.1
Downloaded base32 v0.4.0
Downloaded git-ref-format-core v0.6.0
Downloaded block-buffer v0.10.4
Downloaded fs2 v0.4.3
Downloaded bcrypt-pbkdf v0.10.0
Downloaded powerfmt v0.2.0
Downloaded anstream v1.0.0
Downloaded askama v0.12.1
Downloaded ec25519 v0.1.0
Downloaded askama_derive v0.12.5
Downloaded amplify_num v0.5.4
Downloaded arraydeque v0.5.1
Downloaded anstyle-parse v1.0.0
Downloaded askama_parser v0.2.1
Downloaded git-ref-format-macro v0.6.0
Downloaded deranged v0.5.8
Downloaded displaydoc v0.2.6
Downloaded byteorder v1.5.0
Downloaded base64ct v1.8.3
Downloaded globwalk v0.9.1
Downloaded digest v0.10.7
Downloaded ctr v0.9.2
Downloaded cipher v0.4.4
Downloaded blowfish v0.9.1
Downloaded ecdsa v0.16.9
Downloaded erased-serde v0.4.10
Downloaded ed25519 v1.5.3
Downloaded potential_utf v0.1.5
Downloaded chacha20 v0.9.1
Downloaded crossbeam-deque v0.8.6
Downloaded const-str v0.4.3
Downloaded cfg-if v1.0.4
Downloaded anstyle v1.0.14
Downloaded amplify_syn v2.0.1
Downloaded fastrand v2.4.1
Downloaded bytesize v2.4.0
Downloaded duration-str v0.21.0
Downloaded ff v0.13.1
Downloaded proc-macro-error-attr2 v2.0.0
Downloaded nonempty v0.9.0
Downloaded match-lookup v0.1.2
Downloaded proc-macro2-diagnostics v0.10.1
Downloaded atom_syndication v0.12.8
Downloaded derive_builder_core v0.20.2
Downloaded mime v0.3.17
Downloaded autocfg v1.5.1
Downloaded heck v0.5.0
Downloaded crossbeam-utils v0.8.21
Downloaded cbc v0.1.2
Downloaded pulldown-cmark-escape v0.11.0
Downloaded ppv-lite86 v0.2.21
Downloaded polyval v0.6.2
Downloaded poly1305 v0.8.0
Downloaded derive_builder v0.20.2
Downloaded clap_derive v4.6.1
Downloaded percent-encoding v2.3.2
Downloaded ascii v1.1.0
Downloaded arrayvec v0.7.7
Downloaded amplify v4.9.0
Downloaded ahash v0.8.12
Downloaded crossbeam-epoch v0.9.18
Downloaded const-oid v0.9.6
Downloaded proc-macro-error2 v2.0.1
Downloaded bitflags v2.13.0
Downloaded radicle-dag v0.10.0
Downloaded qcheck v1.0.0
Downloaded radicle-core v0.2.0
Downloaded data-encoding v2.11.0
Downloaded basic-toml v0.1.10
Downloaded elliptic-curve v0.13.8
Downloaded radicle-git-ext v0.12.0
Downloaded darling_core v0.20.11
Downloaded radicle-git-ref-format v0.1.0
Downloaded radicle-git-metadata v0.2.0
Downloaded radicle-git-metadata v0.1.0
Downloaded radicle-cob v0.19.0
Downloaded ident_case v1.0.1
Downloaded html-page v0.5.0
Downloaded radicle-localtime v0.1.0
Downloaded crossbeam-channel v0.5.15
Downloaded radicle-oid v0.1.0
Downloaded line-col v0.2.1
Downloaded cc v1.2.65
Downloaded crypto-bigint v0.5.5
Downloaded base64 v0.21.7
Downloaded der v0.7.10
Downloaded humansize v2.1.3
Downloaded ref-cast v1.0.25
Downloaded rand_core v0.6.4
Downloaded base64 v0.22.1
Downloaded cyphernet v0.5.3
Downloaded aes v0.8.4
Downloaded proc-macro2 v1.0.106
Downloaded pear_codegen v0.2.9
Downloaded aes-gcm v0.10.3
Downloaded idna_adapter v1.2.2
Downloaded aho-corasick v1.1.4
Downloaded keccak v0.1.6
Downloaded deunicode v1.6.2
Downloaded itoa v1.0.18
Downloaded clap_builder v4.6.0
Downloaded num-conv v0.2.2
Downloaded matchers v0.2.0
Downloaded radicle-crypto v0.16.0
Downloaded quote v1.0.46
Downloaded nonempty v0.11.0
Downloaded num-iter v0.1.45
Downloaded clap v4.6.1
Downloaded amplify_derive v4.0.1
Downloaded crc32fast v1.5.0
Downloaded primeorder v0.13.6
Downloaded darling v0.20.11
Downloaded anyhow v1.0.103
Downloaded pulldown-cmark v0.13.4
Downloaded radicle-surf v0.27.1
Downloaded quick-xml v0.39.4
Downloaded same-file v1.0.6
Downloaded regex v1.12.4
Downloaded roadmap v0.7.0
Downloaded remove_dir_all v1.0.0
Downloaded radicle v0.22.1
Downloaded shlex v2.0.1
Downloaded serde_core v1.0.228
Downloaded simd-adler32 v0.3.9
Downloaded serde_json v1.0.150
Downloaded serde_derive v1.0.228
Downloaded smallvec v1.15.2
Downloaded rand_chacha v0.3.1
Downloaded ref-cast-impl v1.0.25
Downloaded sqlite v0.37.0
Downloaded stable_deref_trait v1.2.1
Downloaded sqlite3-sys v0.18.0
Downloaded radicle-std-ext v0.2.0
Downloaded strsim v0.11.1
Downloaded subtle v2.6.1
Downloaded subplotlib-derive v0.14.0
Downloaded ssh-cipher v0.2.0
Downloaded signature v2.2.0
Downloaded regex-syntax v0.8.11
Downloaded ssh-encoding v0.2.0
Downloaded sha2 v0.10.9
Downloaded ssh-key v0.6.7
Downloaded tempfile v3.27.0
Downloaded terminal_size v0.4.4
Downloaded serde_norway v0.9.42
Downloaded thiserror-impl v1.0.69
Downloaded thiserror v2.0.18
Downloaded thiserror-impl v2.0.18
Downloaded thread_local v1.1.9
Downloaded lazy_static v1.5.0
Downloaded textwrap v0.16.2
Downloaded inlinable_string v0.1.15
Downloaded hashlink v0.9.1
Downloaded hashlink v0.10.0
Downloaded thiserror v1.0.69
Downloaded normpath v1.5.1
Downloaded pkg-config v0.3.33
Downloaded pkcs8 v0.10.2
Downloaded html-escape v0.2.13
Downloaded rsa v0.9.10
Downloaded pem-rfc7468 v0.7.0
Downloaded rustix v1.1.4
Downloaded time-macros v0.2.31
Downloaded tinyvec_macros v0.1.1
Downloaded tinystr v0.8.3
Downloaded slug v0.1.6
Downloaded rust_decimal v1.42.1
Downloaded pbkdf2 v0.12.2
Downloaded toml_datetime v0.6.11
Downloaded tinyvec v1.11.0
Downloaded marked-yaml v0.7.2
Downloaded tracing-serde v0.2.0
Downloaded toml_edit v0.22.27
Downloaded typeid v1.0.3
Downloaded tracing-log v0.2.0
Downloaded socks5-client v0.4.3
Downloaded uncased v0.9.10
Downloaded unicode-linebreak v0.1.5
Downloaded find-msvc-tools v0.1.9
Downloaded unicode-ident v1.0.24
Downloaded unicase v2.9.0
Downloaded serde_path_to_error v0.1.20
Downloaded filetime v0.2.29
Downloaded universal-hash v0.5.1
Downloaded getrandom v0.2.17
Downloaded tracing-core v0.1.36
Downloaded unicode-segmentation v1.13.3
Downloaded unicode-normalization v0.1.25
Downloaded encoding_rs v0.8.35
Downloaded unsafe-libyaml-norway v0.2.15
Downloaded utf8-width v0.1.8
Downloaded utf8parse v0.2.2
Downloaded utf8_iter v1.0.4
Downloaded tracing v0.1.44
Downloaded unsafe-libyaml v0.2.11
Downloaded pest_generator v2.8.6
Downloaded num-integer v0.1.46
Downloaded sha3 v0.10.9
Downloaded tracing-attributes v0.1.31
Downloaded time v0.3.53
Downloaded toml_write v0.1.2
Downloaded fs_at v0.2.1
Downloaded toml v0.8.23
Downloaded syn v2.0.118
Downloaded radicle-ci-broker v0.29.0
Downloaded syn v1.0.109
Downloaded jobserver v0.1.34
Downloaded time-core v0.1.9
Downloaded tera v1.20.1
Downloaded subplot v0.14.0
Downloaded tar v0.4.46
Downloaded smawk v0.3.3
Downloaded sharded-slab v0.1.7
Downloaded serde_yaml v0.9.34+deprecated
Downloaded ryu v1.0.23
Downloaded pear v0.2.9
Downloaded opaque-debug v0.3.1
Downloaded nu-ansi-term v0.50.3
Downloaded multibase v0.9.3
Downloaded serde_derive_internals v0.29.1
Downloaded serde-untagged v0.1.9
Downloaded sec1 v0.7.3
Downloaded spki v0.7.3
Downloaded siphasher v1.0.3
Downloaded pin-project-lite v0.2.17
Downloaded radicle-ssh v0.10.0
Downloaded group v0.13.0
Downloaded globset v0.4.18
Downloaded getopts v0.2.24
Downloaded foldhash v0.1.5
Downloaded signature v1.6.4
Downloaded serde_spanned v0.6.9
Downloaded schemars_derive v1.2.1
Downloaded git-ref-format v0.6.0
Downloaded schemars v1.2.1
Downloaded rfc6979 v0.4.0
Downloaded bstr v1.12.3
Downloaded shell-words v1.1.1
Downloaded rss v2.0.13
Downloaded pest_derive v2.8.6
Downloaded uuid v1.23.4
Downloaded version_check v0.9.5
Downloaded flate2 v1.1.9
Downloaded yoke-derive v0.8.2
Downloaded walkdir v2.5.0
Downloaded zmij v1.0.21
Downloaded yaml-rust2 v0.10.4
Downloaded zeroize v1.9.0
Downloaded zerocopy v0.8.52
Downloaded typenum v1.20.1
Downloaded zerotrie v0.2.4
Downloaded zerovec v0.11.6
Downloaded hashbrown v0.17.1
Downloaded libm v0.2.16
Downloaded idna v1.1.0
Downloaded hashbrown v0.15.5
Downloaded hashbrown v0.14.5
Downloaded p521 v0.13.3
Downloaded yansi v1.0.1
Downloaded pikchr v0.1.4
Downloaded pest v2.8.6
Downloaded num-bigint-dig v0.8.6
Downloaded indexmap v2.14.0
Downloaded winnow v0.7.15
Downloaded url v2.5.8
Downloaded icu_properties_data v2.2.0
Downloaded p384 v0.13.1
Downloaded nom v7.1.3
Downloaded memchr v2.8.2
Downloaded icu_collections v2.2.0
Downloaded tracing-subscriber v0.3.23
Downloaded git2 v0.20.4
Downloaded zerovec-derive v0.11.3
Downloaded vcpkg v0.2.15
Downloaded zerofrom-derive v0.1.7
Downloaded nix v0.29.0
Downloaded unicode-width v0.2.2
Downloaded nix v0.31.3
Downloaded zerofrom v0.1.8
Downloaded yoke v0.8.3
Downloaded yaml-rust2 v0.9.0
Downloaded ucd-trie v0.1.7
Downloaded sqlite3-src v0.7.0
Downloaded serde v1.0.228
Downloaded rand v0.8.6
Downloaded minimal-lexical v0.2.1
Downloaded icu_normalizer_data v2.2.0
Downloaded hmac v0.12.1
Downloaded subplotlib v0.14.0
Downloaded state v0.6.0
Downloaded pest_meta v2.8.6
Downloaded miniz_oxide v0.8.9
Downloaded mime_guess v2.0.5
Downloaded ignore v0.4.27
Downloaded icu_properties v2.2.0
Downloaded icu_normalizer v2.2.0
Downloaded icu_locale_core v2.2.0
Downloaded getrandom v0.4.3
Downloaded figment v0.10.19
Downloaded xattr v1.6.1
Downloaded writeable v0.6.3
Downloaded synstructure v0.13.2
Downloaded spin v0.9.8
Downloaded radicle-job v0.5.2
Downloaded p256 v0.13.2
Downloaded num-traits v0.2.19
Downloaded log v0.4.33
Downloaded regex-automata v0.4.14
Downloaded icu_provider v2.2.0
Downloaded pkcs1 v0.7.5
Downloaded marked-yaml v0.8.0
Downloaded once_cell v1.21.4
Downloaded litemap v0.8.2
Downloaded nonempty v0.12.0
Downloaded is_terminal_polyfill v1.70.2
Downloaded inout v0.1.4
Downloaded chrono v0.4.45
Downloaded libc v0.2.186
Downloaded libz-sys v1.1.29
Downloaded libgit2-sys v0.18.5+1.9.4
Downloaded linux-raw-sys v0.12.1
Checking radicle-devcontainer-ci v0.1.0 (/workspaces/w)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s
+ cargo test
Compiling radicle-devcontainer-ci v0.1.0 (/workspaces/w)
Finished `test` profile [unoptimized + debuginfo] target(s) in 1.43s
Running unittests src/lib.rs (target/debug/deps/radicle_devcontainer_ci-a8eda4544dfb7c54)
running 70 tests
test config::tests::adapter_config_defaults_runtime_to_auto_detection ... ok
test config::tests::adapter_config_rejects_unknown_fields ... ok
test config::tests::cache_entries_parse_from_toml_and_yaml ... ok
test cache::tests::inputs_escaping_the_checkout_are_rejected ... ok
test cache::tests::missing_input_is_an_error_naming_the_file ... ok
test cache::tests::paths_resolve_against_the_workspace_folder ... ok
test cache::tests::unsafe_cache_paths_are_rejected ... ok
test config::tests::bare_runtime_path_is_probed_on_search_path ... ok
test config::tests::render_script_builds_shebang_from_shell ... ok
test config::tests::discover_falls_back_to_native_yaml ... ok
test config::tests::discover_prefers_primary_yaml ... ok
test config::tests::discover_reads_toml ... ok
test config::tests::discover_without_any_config_names_the_candidates ... ok
test config::tests::explicit_runtime_must_exist_on_search_path ... ok
test config::tests::unknown_keys_are_rejected ... ok
test cache::tests::entry_without_inputs_caches_unconditionally ... ok
test config::tests::toml_config_accepts_hyphenated_and_snake_case_init_script ... ok
test config::tests::yaml_config_applies_defaults ... ok
test config::tests::discover_rejects_ambiguous_config ... ok
test config::tests::native_fallback_rejects_unknown_keys ... ok
test config::tests::parse_accepts_json_and_leaves_the_filesystem_alone ... ok
test config::tests::runtime_path_bypasses_detection ... ok
test cache::tests::key_follows_input_contents_and_target ... ok
test config::tests::missing_runtime_path_fails_up_front ... ok
test devcontainer::tests::parse_ownership_probe_finds_the_marker_line ... ok
test devcontainer::tests::parse_up_result_finds_the_json_result_line ... ok
test config::tests::runtime_auto_detection_prefers_docker ... ok
test config::tests::runtime_detection_skips_clients_that_cannot_reach_a_daemon ... ok
test devcontainer::tests::missing_devcontainer_config_is_job_failure ... ok
test devcontainer::tests::missing_cache_input_is_a_job_failure ... ok
test cleanup::tests::missing_state_dir_is_not_an_error ... ok
test cleanup::tests::sweeps_stale_state_dirs_only ... ok
test devcontainer::tests::empty_branch_is_left_unset ... ok
test devcontainer::tests::failing_script_is_job_failure_but_still_tears_down ... ok
test devcontainer::tests::missing_alias_is_left_unset ... ok
test devcontainer::tests::patch_author_is_the_new_tips_revision_author ... ok
test devcontainer::tests::garbled_ownership_probe_runs_unaligned ... ok
test devcontainer::tests::every_run_forces_its_own_compose_project ... ok
test devcontainer::tests::push_trigger_exports_branch_metadata ... ok
test devcontainer::tests::patch_trigger_exports_patch_metadata ... ok
test local::tests::missing_devcontainer_config_is_a_job_failure ... ok
test devcontainer::tests::successful_run_execs_script_and_tears_down ... ok
test script::tests::missing_config_is_reported_not_fatal ... ok
test script::tests::prepare_script_writes_executable_script_and_records_step ... ok
test script::tests::supplied_config_overrides_discovery ... ok
test state::tests::atomic_write_mode_overrides_umask ... ok
test state::tests::atomic_writes_replace_contents_without_residue ... ok
test devcontainer::tests::mismatched_workspace_owner_is_aligned_and_restored ... ok
test state::tests::dropping_an_unreaped_command_kills_its_group ... ok
test devcontainer::tests::failing_script_still_restores_the_workspace_owner ... ok
test cleanup::tests::dry_run_reports_without_removing ... ok
test devcontainer::tests::up_failure_skips_exec_and_still_tears_down ... ok
test state::tests::spawn_rides_out_a_write_descriptor_pinning_the_script ... ok
test state::tests::run_records_steps_and_renders_html ... ok
test devcontainer::tests::cache_volumes_are_created_labeled_and_mounted ... ok
test local::tests::failing_script_is_a_failure_with_its_output_captured ... ok
test local::tests::explicit_state_dir_is_kept ... ok
test local::tests::local_run_is_a_clean_room_with_captured_output ... ok
test local::tests::local_source_owner_is_never_probed_or_rewritten ... ok
test state::tests::deadline_kills_hung_command_and_records_timeout ... ok
test local::tests::repo_config_override_skips_discovery ... ok
test devcontainer::tests::tag_trigger_exports_tag_not_branch ... ok
test local::tests::hung_devcontainer_command_times_out_as_a_job_failure ... ok
test devcontainer::tests::compose_teardown_sweeps_project_containers_networks_and_volumes ... ok
test devcontainer::tests::wedged_runtime_cannot_hang_teardown ... ok
test local::tests::local_runs_cache_keyed_by_the_source_path ... ok
test devcontainer::tests::stuck_up_is_released_by_a_start_event_nudge ... ok
test cleanup::tests::compose_leftovers_swept_only_when_project_dead ... ok
test cleanup::tests::removes_only_stale_ci_owned_containers ... ok
test devcontainer::tests::existing_cache_volumes_are_reused_and_stale_ones_pruned ... ok
test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.77s
Running unittests src/main.rs (target/debug/deps/radicle_devcontainer_ci-f3736e98887305a0)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/adapter_stdout.rs (target/debug/deps/adapter_stdout-4f5307e9f0c5f136)
running 9 tests
test config_subcommand_rejects_schema_drift ... ok
test config_subcommand_validates_module_rendered_settings ... ok
test keep_state_preserves_the_run_directory ... ok
test adapter_emits_exactly_two_protocol_lines ... ok
test failed_checkout_is_a_job_failure_recorded_in_the_report ... ok
test interrupt_kills_container_commands_and_tears_down ... ok
test tag_trigger_builds_like_a_push ... ok
test successful_run_emits_triggered_then_finished_success ... ok
test patch_trigger_exports_patch_metadata ... ok
test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.95s
Running tests/protocol_wire.rs (target/debug/deps/protocol_wire-a940e77ceab74b05)
running 5 tests
test finished_responses_match_documented_lines ... ok
test triggered_response_round_trips ... ok
test tag_trigger_round_trips ... ok
test push_trigger_round_trips ... ok
test patch_trigger_round_trips ... ok
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_devcontainer_ci
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
+ export PATH=/nix/var/nix/profiles/default/bin:/root/.local/share/mise/shims:/usr/local/cargo/bin:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/nix/var/nix/profiles/default/bin:/root/.local/share/mise/shims:/usr/local/cargo/bin:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export NIX_REMOTE=local
+ NIX_REMOTE=local
+ nix fmt -- --ci
error:
… while fetching the input 'git+file:///workspaces/w'
error: opening Git repository "/workspaces/w": repository path '/workspaces/w' is not owned by current user (libgit2 error code = 7)
$ /nix/store/h111xm96sylafdn3kgixgxyfs7af600r-podman-5.8.2/bin/podman rm --force da93461377bef96e585534705ae04f1d7d00fd3087f756dedbd4e9d858f96968
da93461377bef96e585534705ae04f1d7d00fd3087f756dedbd4e9d858f96968