smoke
statesuccess
jobback to job
imagedocker:28-cli
arch-
attempt1 of 1
workerconductor-worker-aarch64
duration24s
log
[conductor] task smoke on conductor-worker-aarch64
[conductor] commit 49200bfa627c attempt 1
[conductor] image docker:28-cli
$ apk add --no-cache git openssl curl
fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz
(1/5) Upgrading libcrypto3 (3.5.4-r0 -> 3.5.8-r0)
(2/5) Upgrading libssl3 (3.5.4-r0 -> 3.5.8-r0)
(3/5) Upgrading libcurl (8.14.1-r2 -> 8.14.1-r3)
(4/5) Installing curl (8.14.1-r3)
(5/5) Installing openssl (3.5.8-r0)
Executing busybox-1.37.0-r19.trigger
Executing ca-certificates-20250911-r0.trigger
OK: 26 MiB in 37 packages
$ ./deploy/smoke.sh
== building images
sha256:da8d6ba63d54cd1a9a394bde62ed81b44ac39085041055b48296ea3c02b23933
sha256:15d1bde33d8a44b1bc90ba584549c24f539a6bc1f164fe15f74554ee7ace1b3d
== preparing a repository
== starting the conductor
Network conductor-smoke-f105f8c2_default Creating
Network conductor-smoke-f105f8c2_default Created
Volume conductor-smoke-f105f8c2_smoke-data Creating
Volume conductor-smoke-f105f8c2_smoke-data Created
Container conductor-smoke-f105f8c2-conductor-1 Creating
Container conductor-smoke-f105f8c2-conductor-1 Created
Container conductor-smoke-f105f8c2-conductor-1 Starting
Container conductor-smoke-f105f8c2-conductor-1 Started
using http://172.18.0.1:32769
{"ok":true,"service":"conductor","database":"sqlite","storage":"local","auth":"local"}
== copying the repository into the conductor
== registering the project and a worker
== starting the worker
Container conductor-smoke-f105f8c2-conductor-1 Running
Container conductor-smoke-f105f8c2-worker-1 Creating
Container conductor-smoke-f105f8c2-worker-1 Created
Container conductor-smoke-f105f8c2-worker-1 Starting
Container conductor-smoke-f105f8c2-worker-1 Started
== triggering a job
{"status":"created","job_id":"m329z6fwd99r03dczrs2"}
== waiting for the job to finish
job m329z6fwd99r03dczrs2 finished as success after 5s
== checking the log and the artifact
artifact contents: packaged
== reading the task back through the api
== checking the interface
== checking that a branch push leaves the restricted task out
{"status":"created","job_id":"m329zbrnehvtd45gccd0"}
branch job finished as success with 2 tasks and no release task
PASSED
== cleaning up
[conductor] done