conductor

sign in

integration

statesuccess
jobback to job
imagenode:24-alpine
arch-
attempt1 of 1
worker${attr.unique.hostname}
duration25s

log

[conductor] task integration on ${attr.unique.hostname}
[conductor] commit 2c4cae92a912 attempt 1
[conductor] image node:24-alpine
$ apk add --no-cache git
( 1/12) Installing brotli-libs (1.2.0-r1)
( 2/12) Installing c-ares (1.34.8-r0)
( 3/12) Installing libunistring (1.4.2-r0)
( 4/12) Installing libidn2 (2.3.8-r0)
( 5/12) Installing nghttp2-libs (1.69.0-r0)
( 6/12) Installing libpsl (0.21.5-r3)
( 7/12) Installing zstd-libs (1.5.7-r2)
( 8/12) Installing libcurl (8.22.0-r0)
( 9/12) Installing libexpat (2.8.4-r0)
(10/12) Installing pcre2 (10.48-r0)
(11/12) Installing git (2.54.0-r0)
(12/12) Installing git-init-template (2.54.0-r0)
Executing busybox-1.37.0-r31.trigger
OK: 23.3 MiB in 30 packages
$ npm install --no-audit --no-fund

added 79 packages in 4s
npm notice
npm notice New major version of npm available! 11.19.0 -> 12.1.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v12.1.0
npm notice To update run: npm install -g npm@12.1.0
npm notice
$ npm test

> conductor@0.6.0 test
> node --test "test/**/*.test.js"

✔ a success carries ok and data, and nothing else (494.954415ms)
✔ a failure carries a name, a message and the matching status (132.255959ms)
✔ details are absent rather than null when there are none (109.115712ms)
✔ a url under the api that matches no route is enveloped too (112.572494ms)
✔ a url outside the api is left to the interface (122.618043ms)
✔ a malformed body is refused by name (105.022386ms)
✔ the worker protocol reports its refusals by name (101.737126ms)
✔ no error body carries a stack (113.767957ms)
✔ a page reports where it sits and how many there are (242.992763ms)
✔ following next walks the whole collection exactly once (218.108552ms)
✔ next is absent on the last page (209.181981ms)
✔ an unusable offset or limit falls back rather than failing (195.012606ms)
✔ a task reports its artifacts as a page (222.899445ms)
✔ a limit is clamped to the cap, and a missing one defaults (0.602818ms)
✔ an offset reads as zero unless it is a usable number (0.353002ms)
✔ next preserves the other query parameters (0.530151ms)
✔ the key order is next, offset, total (0.400352ms)
✔ every tracked text file is pure ASCII (236.273454ms)
✔ no file uses CRLF line endings or trailing whitespace (100.848072ms)
✔ a password round trips and a wrong one is refused (58.030048ms)
✔ the same password hashes differently each time (41.679457ms)
✔ parameters are read back from the stored hash (40.304538ms)
✔ a malformed stored hash is refused rather than throwing (0.753862ms)
✔ password length is bounded (1.205405ms)
✔ a session token round trips its claims (2.325592ms)
✔ a token signed with another secret is refused (0.743808ms)
✔ a tampered payload is refused (0.712641ms)
✔ an expired token is refused (1.124764ms)
✔ a malformed token is refused rather than throwing (1.251521ms)
✔ cookies are parsed and issued (4.792842ms)
✔ the oidc login state round trips with its return path (2.125877ms)
✔ a missing return path means the root (0.572421ms)
✔ the oidc login state is refused when forged, stale or off-site (0.837659ms)
✔ oidc roles are collected from the usual claim shapes (1.34044ms)
✔ mask replaces secrets, longest first (0.770979ms)
✔ mask ignores very short values and leaves clean output alone (0.404144ms)
✔ health reports the selected drivers (449.605903ms)
✔ a signed trigger creates a job and expands the pipeline (244.2563ms)
✔ an unsigned or wrongly signed trigger is refused (132.928067ms)
✔ github and gitlab push payloads are understood (323.593257ms)
✔ a branch deletion is ignored rather than failing (122.393731ms)
✔ a broken pipeline is reported as a client error with detail (231.291208ms)
✔ a missing pipeline file is reported clearly (211.776893ms)
✔ a pipeline may be spelled .conductor.yaml instead of .conductor.yml (223.737529ms)
✔ a project pointed at a specific file gets no fallback (227.996093ms)
✔ a repository carrying both spellings is refused rather than guessed at (231.752545ms)
✔ a pipeline still using the jobs key is told what it was renamed to (262.762577ms)
✔ a job can be created directly, without a push payload to imitate (208.720431ms)
✔ creating a job requires the same signature as a trigger (103.074886ms)
✔ creating a job insists on a real commit rather than inferring one (86.492949ms)
✔ a job can be read back, with the state of every task (204.818028ms)
✔ a public job is readable without any credential at all (253.815628ms)
✔ a private job needs the trigger secret, and is otherwise absent (243.659317ms)
✔ a job of another project cannot be read through this one (199.097085ms)
✔ a task can be read back on its own, and by its full name (210.209925ms)
✔ reading a task back carries its dependencies and matrix (220.117059ms)
✔ reading a task back never exposes its environment, services or script (233.231156ms)
✔ a task lists the artifacts it stored, with a usable download url (280.448188ms)
✔ reading a task back needs no worker token (266.892222ms)
✔ a private task is absent without a credential, and needs its project named (272.362652ms)
✔ a private task is readable by an administrator, by either path (499.500361ms)
✔ a task of another project cannot be read through this one (230.142735ms)
✔ an unknown task is 404 by either path (112.156097ms)
✔ a claim records what the machine advertises, even when there is no work (108.40414ms)
✔ a machine that changes its features updates its row rather than adding one (107.872215ms)
✔ machines sharing a token are recorded separately (112.565108ms)
✔ the worker api rejects missing and invalid tokens (93.150268ms)
✔ independent tasks dispatch concurrently (216.470707ms)
✔ a task is only offered to a worker that satisfies its requires (272.839739ms)
✔ a worker is not offered work for an architecture it cannot build (253.424598ms)
✔ a claimed task carries everything the worker needs (258.199356ms)
✔ a task that requires a feature reports it to the worker (218.291935ms)
✔ the standard conductor variables are present in the task environment (240.401415ms)
✔ the source tarball is served from the mirror (262.308632ms)
✔ a worker cannot touch a task it does not hold (235.316604ms)
✔ log appends are resumable and deduplicated by offset (257.5463ms)
✔ an oversized log chunk is refused (257.127005ms)
✔ a finished log moves to storage and is still readable (266.85795ms)
✔ artifacts are stored, hashed, and stripped of traversal (210.375654ms)
✔ an artifact shorter than its content-length is rejected (225.351434ms)
✔ success releases dependents, matched on shared dimensions (268.887832ms)
✔ failure skips transitive dependents, not just direct ones (265.557161ms)
✔ a job settles as failed once every task is terminal (226.09762ms)
✔ a job settles as success when everything passes (225.995317ms)
✔ an allowed failure does not fail the job or block dependents (279.553353ms)
✔ a task with retries left is requeued instead of failing the job (256.504541ms)
✔ heartbeats keep a task alive and report cancellation (212.430143ms)
✔ the reaper fails a task whose worker stopped reporting (226.594153ms)
✔ a second push produces an independent, numbered job (379.426204ms)
﹣ jobs can be listed and filtered by project (0.652271ms) # the JSON API was removed
﹣ unknown jobs, tasks and artifacts return 404 (0.237627ms) # the JSON API was removed
✔ a disabled project refuses triggers (147.448793ms)
✔ a trigger for an unknown project is a 404 (133.620676ms)
✔ a commit that is not in the repository is refused (237.665509ms)
✔ a task is told to fetch an archive, and never the repository itself (263.263942ms)
✔ the source archive is the bare tree, with no wrapping directory (274.044379ms)
✔ the working directory is resolved from the pipeline, then the project (730.513675ms)
✔ an unusable working directory is refused rather than sanitised (994.743022ms)
✔ the trigger secret is not stored in the clear (141.754987ms)
✔ worker tokens are stored only as hashes (118.819222ms)
✔ defaults select sqlite, local storage and local auth (11.333322ms)
✔ configuring an s3 bucket switches the storage driver (1.607643ms)
✔ a partial s3 configuration is rejected rather than half applied (2.60166ms)
✔ configuring an oidc discovery url switches the auth mode (1.735614ms)
✔ an oidc discovery url without a client id is rejected (1.783915ms)
✔ a database url selects its dialect (2.823129ms)
✔ an unsupported database scheme is reported clearly (1.772709ms)
✔ a sqlite url collapses into database.path (1.827841ms)
✔ environment variables override the config file (73.529059ms)
✔ relative paths resolve against the config file directory (14.07276ms)
✔ a missing explicit config file is an error, a missing default is not (5.105504ms)
✔ a heartbeat timeout below the reap interval is rejected (11.535899ms)
✔ a non-integer port is rejected with the variable named (1.355499ms)
✔ parseKey accepts hex and base64, and rejects the wrong length (0.721228ms)
✔ stateDirs omits the storage directory when s3 is in use (2.506484ms)
✔ the loaded config is frozen (1.191187ms)
✔ topological order places dependencies first (5.145921ms)
✔ topological order is deterministic (6.280409ms)
✔ a cycle is detected and named (2.309663ms)
✔ depth reflects the longest path, not insertion order (0.968343ms)
✔ independent tasks are runnable at the same time (1.231056ms)
✔ a task becomes runnable only once every dependency succeeds (0.799959ms)
✔ a running dependency does not release its dependents (0.602562ms)
✔ failure skips transitive dependents, not just direct ones (0.969036ms)
✔ a skipped dependency never releases a dependent (2.172203ms)
✔ allowed failures can satisfy a dependency when asked to (1.712005ms)
✔ transitive dependents of a leaf is empty (0.881397ms)
✔ graph helpers tolerate dependencies outside the set (0.883386ms)
✔ dialect detection covers every supported scheme (3.266332ms)
✔ statement splitter respects literals and comments (1.067285ms)
✔ statement splitter keeps postgres dollar quoted bodies whole (0.453323ms)
✔ migrations apply once and are idempotent (115.81962ms)
✔ an edited migration is refused rather than silently diverging (45.374908ms)
✔ a migration removed from disk is reported (46.055328ms)
✔ rows come back as ordinary objects (56.245096ms)
✔ a conditional update claims exactly once (48.250663ms)
✔ deleting a job cascades to its tasks (47.353382ms)
✔ a failed transaction rolls back, and a failed savepoint keeps the outer work (34.640868ms)
﹣ migrations apply and retention sweeps on postgres (3.017793ms) # SKIP
﹣ migrations apply and retention sweeps on mysql (0.352493ms) # SKIP
✔ every example pipeline compiles (63.748904ms)
✔ the distribution example fans in per architecture (18.633797ms)
✔ the node example wires services and features (11.823746ms)
✔ git jobs with safe.directory set (3.997577ms)
✔ it appends to configuration already in the environment (0.554264ms)
✔ a count that is not a number does not corrupt the sequence (0.680374ms)
✔ git accepts the environment we build (72.247418ms)
✔ a file missing from a commit reads as missing, whatever sits in the working directory (85.02395ms)
﹣ the endpoints and key set come from the discovery document (2.752063ms) # docker is not available
✔ discovery reports a document that is missing an endpoint (55.449319ms)
✔ discovery reports an unreachable provider and a bad status (2.01474ms)
﹣ a token carrying the admin role authenticates as an administrator (0.573537ms) # the JSON API was removed
﹣ a token without the admin role is an ordinary user (6.868984ms) # the JSON API was removed
﹣ roles are recognised in the groups and resource_access shapes (0.296664ms) # the JSON API was removed
﹣ an OIDC user gets a local account and can own a project (0.349033ms) # the JSON API was removed
﹣ the same subject keeps one account even when the display name changes (0.374643ms) # the JSON API was removed
﹣ a display name colliding with a local account gets its own username (0.415369ms) # the JSON API was removed
﹣ a role revoked at the provider is lost on the next request (3.355159ms) # the JSON API was removed
﹣ an account disabled locally is refused despite a valid token (0.265407ms) # the JSON API was removed
﹣ a forged signature is refused (0.518933ms) # the JSON API was removed
﹣ an expired token is refused (0.159782ms) # the JSON API was removed
﹣ a token from a different issuer is refused (0.228945ms) # the JSON API was removed
﹣ an anonymous visitor asking for a protected page is sent to the provider (0.266811ms) # docker is not available
﹣ a browser signs in at the provider and comes back with a session (0.308849ms) # docker is not available
﹣ a callback with a forged state is refused (0.149784ms) # docker is not available
﹣ local passwords are refused while OIDC is in charge (0.202879ms) # the JSON API was removed
﹣ an OIDC administrator can drive the interface (0.248255ms) # docker is not available
﹣ worker ownership follows the OIDC identity (0.224985ms) # the JSON API was removed
✔ a pattern without a star matches exactly (3.992141ms)
✔ a star matches any job of characters (0.795158ms)
✔ the rest of a pattern is literal, not a regular expression (0.509613ms)
✔ a restricted task is left out of jobs for other refs (54.306282ms)
✔ it is left out rather than recorded as skipped (5.887908ms)
✔ tasks depending on an excluded task are excluded too (6.205136ms)
✔ depth and ordering describe the job that will happen (2.266468ms)
✔ without a ref nothing is filtered, so a pipeline can still be validated (9.521801ms)
✔ a restricted task cannot match a job that has no ref (3.408228ms)
✔ a malformed rule is reported rather than ignored (18.88553ms)
✔ the rule is not inherited from defaults (5.398176ms)
✔ a page number is read from the query, and nonsense reads as the first (4.640675ms)
✔ an absurd page number cannot produce an unusable offset (0.824572ms)
✔ a window describes the slice it holds (0.68129ms)
✔ an empty table is one page, and counts from zero (0.437448ms)
✔ windowOfAll slices a list that is already in memory (0.836495ms)
✔ a page link keeps the other query parameters (1.354238ms)
✔ a pager is not rendered when everything fits on one page (1.186895ms)
✔ a pager offers only the steps that exist (2.269324ms)
✔ paginate counts under the same conditions as it selects (491.922759ms)
✔ successive pages do not repeat or skip a row (220.851465ms)
✔ the job list is capped at a page and offers the next one (246.015526ms)
✔ paging past the end is an empty table rather than an error (185.347554ms)
✔ a page link keeps the project filter, and so does the live fragment (213.743577ms)
✔ the polling fragment asks for the page being viewed, not the first (217.966864ms)
✔ the count behind the pager respects who is asking (265.747969ms)
✔ a worker page pages its task history (326.17958ms)
✔ the users and workers tables keep their swap target on the wrapper (307.158765ms)
✔ a minimal pipeline compiles (37.810516ms)
✔ version is required and pinned (5.990255ms)
✔ empty and malformed documents are rejected clearly (5.579482ms)
✔ image and script are required (1.671147ms)
✔ image may come from defaults (3.671175ms)
✔ unknown keys are rejected, with a suggestion when close (6.658092ms)
✔ all problems are reported at once (2.288931ms)
✔ durations accept seconds, units and composites (6.472116ms)
✔ durations accept day and week units (3.313485ms)
✔ a malformed duration is rejected (2.138484ms)
✔ arch expands into one task per architecture (6.083452ms)
✔ a matrix expands to the cartesian product (2.964781ms)
✔ needs match on shared dimensions rather than fanning out (7.248195ms)
✔ a task without the shared dimension depends on every instance (2.31866ms)
✔ match all opts out of dimension matching (2.995752ms)
✔ needs may name one concrete instance (3.184507ms)
✔ an unsatisfiable dimension match is reported, not silently dropped (2.34315ms)
✔ needs on an unknown task lists what is defined (1.344409ms)
✔ self dependency is rejected (1.404707ms)
✔ a dependency cycle names the cycle (3.55931ms)
✔ interpolation substitutes arch and matrix values (2.450483ms)
✔ interpolating an undefined dimension is an error (1.942241ms)
✔ referring to arch without declaring one is an error (2.660698ms)
✔ matrix values must be safe for use in a task name (2.148948ms)
✔ arch may not also be a matrix dimension (1.350133ms)
✔ services get a derived alias and reject duplicates (5.061263ms)
✔ artifacts accept a bare list and reject absolute paths (1.975501ms)
✔ artifact when is constrained (0.866886ms)
✔ defaults are inherited and overridden per task (2.295159ms)
✔ env values must be scalars with valid names (1.106564ms)
✔ parsePipeline normalizes without expanding (1.600253ms)
✔ a realistic distribution pipeline produces the expected graph (2.484357ms)
✔ compiles markers to the placeholder each dialect expects (11.446982ms)
✔ numbers postgres placeholders per occurrence, including repeats (0.553198ms)
✔ ignores markers inside string literals and comments (0.797558ms)
✔ a json literal in default text survives untouched (0.49675ms)
✔ doubling a brace escapes it (0.831495ms)
✔ block comments are skipped, and nest only for postgres (0.983172ms)
✔ postgres dollar quoted bodies are skipped (0.700483ms)
✔ mysql backtick identifiers and hash comments are skipped (1.300074ms)
✔ a malformed marker is rejected with a useful message (3.045562ms)
✔ binds by name, resolving dotted paths (5.362943ms)
✔ an exact key beats path traversal (0.722343ms)
✔ reports every missing key at once (0.888039ms)
✔ rejects an array of parameters, which would silently bind by position (0.666517ms)
✔ normalizes booleans, dates and null (0.415482ms)
✔ rejects an object value, which is nearly always a forgotten stringify (0.507222ms)
✔ an artifact past its own deadline is deleted (381.751203ms)
✔ an explicit deadline overrides the policy in both directions (270.459375ms)
✔ an explicit deadline also beats the last good job (128.455498ms)
✔ the last few jobs keep their artifacts however old they are (138.791321ms)
✔ recent artifacts are kept however many jobs have followed (128.371636ms)
✔ an artifact outside both rules is deleted (134.899695ms)
✔ the most recent successful job is kept whatever the policy says (103.712726ms)
✔ only the latest success is protected, not every success (118.523533ms)
✔ a project may keep artifacts forever despite a server default (110.721151ms)
✔ a project setting overrides the server default (115.66618ms)
✔ an unfinished job is never swept (109.894255ms)
✔ logs older than the limit are removed but the task remains (106.639565ms)
✔ a swept log is distinguishable from one that never existed (99.738548ms)
✔ a log is swept only once (115.869385ms)
✔ zero keeps logs forever (109.608905ms)
✔ a storage failure leaves the row for the next pass (103.088426ms)
✔ a sweep deletes no more than its batch (112.528315ms)
✔ one project policy does not reach into another (102.882177ms)
✔ artifacts.expire in a pipeline reaches the stored artifact (286.626729ms)
﹣ the api reports and accepts project retention (0.29822ms) # the JSON API was removed
✔ a machine that has stopped claiming is forgotten (102.727736ms)
✔ zero keeps machines for ever (92.671383ms)
✔ seals and opens a value (7.166799ms)
✔ sealing twice produces different ciphertext (1.375248ms)
✔ without a key, values are stored as marked plaintext (0.560859ms)
✔ a keyed box can still read values written before a key existed (0.462444ms)
✔ an unkeyed box refuses encrypted values with an actionable message (1.897769ms)
✔ the wrong key fails to open (0.991722ms)
✔ tampering with the ciphertext is detected (0.841695ms)
✔ associated data binds a secret to its location (1.911265ms)
✔ a key of the wrong size is refused at construction (1.454917ms)
✔ task ids are opaque, and say nothing about their job (9.070875ms)
✔ time ordered ids sort by creation time (0.521554ms)
✔ random ids use the expected alphabet (0.423498ms)
✔ slugify produces readable project ids and falls back when empty (2.119772ms)
✔ token hashing and constant time comparison (1.632145ms)
✔ the pipeline this project jobs on itself compiles (63.033397ms)
✔ its tasks declare the features they actually need (15.131673ms)
✔ publishing is restricted to main and release tags (66.067239ms)
✔ get-vanilla matches the reference signature (7.122361ms)
✔ get-vanilla-query-order-key-case matches the reference signature (1.790648ms)
✔ uriEncode percent encodes the characters encodeURIComponent leaves alone (0.530742ms)
✔ amzDate produces both required formats (0.554884ms)
✔ s3 requests carry the content hash header (1.453324ms)
✔ presigned urls carry the signature in the query string (5.506759ms)
✔ an already encoded path is not encoded a second time (1.583457ms)
✔ key validation rejects traversal and absolute paths (4.62549ms)
✔ sanitizeRelativePath strips traversal from worker supplied paths (0.75675ms)
✔ key layout is stable (0.956751ms)
✔ local backend round trips a buffer and reports its digest (46.76183ms)
✔ local backend serves ranges (14.737203ms)
✔ local backend accepts a stream (20.535204ms)
✔ local backend reports a missing object and deletes idempotently (8.426454ms)
✔ local backend has no presigned urls (1.88105ms)
✔ a partial write leaves no object behind (6.187691ms)
✔ part size grows so that a huge object still fits in 10000 parts (1.055182ms)
✔ inParts regroups an awkwardly chunked stream into fixed parts (3.800518ms)
✔ inParts handles a chunk far larger than the part size (1.223857ms)
✔ inParts yields nothing for an empty stream (0.959405ms)
﹣ s3 backend round trips awkward keys against a real server (0.183685ms) # docker is not available
﹣ s3 serves byte ranges (0.14996ms) # docker is not available
﹣ s3 accepts a stream when the size is known (0.133294ms) # docker is not available
﹣ a presigned url is usable without credentials (0.239923ms) # docker is not available
﹣ a tampered presigned url is rejected by the server (0.1363ms) # docker is not available
﹣ s3 reports a missing object and deletes idempotently (0.121598ms) # docker is not available
﹣ a stream of unknown length is accepted (0.116792ms) # docker is not available
﹣ a body past the single request threshold is uploaded in parts (0.115974ms) # docker is not available
﹣ a large body really is sent as several parts, and a small one is not (0.1216ms) # docker is not available
﹣ a multipart object still serves ranges (0.129174ms) # docker is not available
﹣ a body that does not match its declared size is rejected (0.114547ms) # docker is not available
﹣ a failed multipart upload does not leave parts behind (0.121795ms) # docker is not available
﹣ bad credentials fail loudly rather than silently storing nothing (0.11276ms) # docker is not available
✔ every javascript file parses (1107.0586ms)
✔ the shell scripts parse (2.850709ms)
✔ interpolated values are escaped by default (4.262718ms)
✔ quotes and ampersands are escaped inside attributes (0.654398ms)
✔ nested templates and arrays are kept, raw is passed through (0.487086ms)
✔ null, undefined and false render as nothing (0.374324ms)
✔ attrs omits absent values and renders bare booleans (0.577492ms)
✔ an anonymous visitor sees public jobs and an invitation to sign in (541.766721ms)
✔ an anonymous visitor cannot see a private job (325.034476ms)
✔ management pages redirect an anonymous visitor to sign in (210.381187ms)
✔ signing in through the form sets a session and reveals the nav (366.907157ms)
✔ a user creates a project through the form and is shown the secret once (308.840471ms)
✔ a project page shows variables and never their values (264.47742ms)
✔ setting and removing a variable returns the updated table (302.256193ms)
✔ a user cannot open or delete a project they do not own (521.219141ms)
✔ registering a worker shows the token once and lists it (372.206983ms)
✔ the worker page lists what each machine advertises (402.832197ms)
✔ machines sharing a token are listed separately (344.582052ms)
✔ the workers list links to the worker page (322.000071ms)
✔ a worker page is not served to someone who cannot manage it (576.464758ms)
✔ a feature name is escaped rather than rendered (342.839446ms)
✔ an ordinary user cannot create shared capacity from the form (546.91718ms)
✔ the users page is administrator only and warns about what deletion destroys (591.238514ms)
✔ a running job polls, and a finished one stops (382.954263ms)
✔ a task page streams the log and stops polling once it completes (384.531806ms)
✔ log output is escaped, so a task cannot inject markup into the page (375.164132ms)
✔ a mutation without the htmx header is refused (370.89231ms)
✔ the task graph is one table, so columns line up across stages (2.005765ms)
✔ the sign in form is centred rather than stranded at the left edge (265.239871ms)
✔ row actions stay ordinary table cells, so rows keep one height (387.755451ms)
✔ the stylesheet and htmx are served, and nothing else is (273.75312ms)
✔ the project page shows retention, with server defaults as placeholders (334.914209ms)
✔ saving retention through the form stores it, and empty means inherit (375.802604ms)
✔ a negative retention value is refused by the form (380.228252ms)
✔ the project page offers a working directory, defaulting to the server one (375.449749ms)
✔ saving a working directory stores it, and empty clears it (381.316275ms)
✔ an unusable working directory is refused by the form (365.826889ms)
✔ worker config loads from json and reports features (37.79467ms)
✔ worker config reads the token from a file (8.855992ms)
✔ environment overrides the worker config file (5.370793ms)
✔ worker config without a token is rejected (9.220396ms)
✔ a malformed feature is reported with its path (5.406175ms)
✔ shell quoting survives quotes and metacharacters (1.449639ms)
✔ a generated script echoes each command and stops on failure (0.913606ms)
✔ container names are valid for docker and stay unique (3.159354ms)
✔ job arguments carry mounts, env, network and privilege (1.254851ms)
✔ a task container is created without sharing anything with the worker (3.013015ms)
✔ a feature still contributes its bind mounts (0.745199ms)
✔ features resolve into mounts, env and privilege (0.987294ms)
✔ an unknown required feature is reported rather than ignored (0.312621ms)
✔ an artifact pattern reduces to the part that can be copied out (0.647884ms)
✔ overlapping artifact paths are copied out once (0.821843ms)
✔ artifact collection globs, and refuses to leave the workspace (40.770973ms)
✔ artifact when controls collection (0.534177ms)
✔ an idle worker keeps running instead of exiting (4014.262319ms)
✔ a worker stops promptly on a signal rather than after its poll interval (1523.374675ms)
✔ log output is batched and offsets advance (6.372478ms)
✔ a conflicting offset resynchronises instead of duplicating (1.884759ms)
✔ secrets are masked before anything leaves the host (2.861718ms)
✔ a secret split across two writes is still masked (1.06891ms)
✔ a failing conductor does not break the task (1.861159ms)
ℹ tests 376
ℹ suites 0
ℹ pass 340
ℹ fail 0
ℹ cancelled 0
ℹ skipped 36
ℹ todo 0
ℹ duration_ms 15939.014932
[conductor] done