conductor

sign in

test

statesuccess
jobback to job
imagenode:24-alpine
arch-
attempt1 of 1
workerconductor-worker-aarch64
duration29s

log

[conductor] task test on conductor-worker-aarch64
[conductor] commit 2b2db4d40d28 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: 24.0 MiB in 30 packages
$ npm install --no-audit --no-fund

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

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

✔ a success carries ok and data, and nothing else (349.43313ms)
✔ a failure carries a name, a message and the matching status (133.63073ms)
✔ details are absent rather than null when there are none (139.45048ms)
✔ a url under the api that matches no route is enveloped too (90.27607ms)
✔ a url outside the api is left to the interface (137.77648ms)
✔ a malformed body is refused by name (88.88814ms)
✔ the worker protocol reports its refusals by name (90.00677ms)
✔ no error body carries a stack (111.7467ms)
✔ a page reports where it sits and how many there are (198.16848ms)
✔ following next walks the whole collection exactly once (295.19539ms)
✔ next is absent on the last page (203.03122ms)
✔ an unusable offset or limit falls back rather than failing (203.59556ms)
✔ a task reports its artifacts as a page (186.67791ms)
✔ a limit is clamped to the cap, and a missing one defaults (0.42026ms)
✔ an offset reads as zero unless it is a usable number (0.24071ms)
✔ next preserves the other query parameters (0.3919ms)
✔ the key order is next, offset, total (0.28714ms)
✔ every tracked text file is pure ASCII (165.7796ms)
✔ no file uses CRLF line endings or trailing whitespace (101.39943ms)
✔ a password round trips and a wrong one is refused (24.80729ms)
✔ the same password hashes differently each time (13.37976ms)
✔ parameters are read back from the stored hash (14.57578ms)
✔ a malformed stored hash is refused rather than throwing (0.62434ms)
✔ password length is bounded (1.10072ms)
✔ a session token round trips its claims (1.73264ms)
✔ a token signed with another secret is refused (0.48857ms)
✔ a tampered payload is refused (0.47585ms)
✔ an expired token is refused (1.09715ms)
✔ a malformed token is refused rather than throwing (0.57522ms)
✔ cookies are parsed and issued (2.30876ms)
✔ the oidc login state round trips with its return path (1.39615ms)
✔ a missing return path means the root (0.3346ms)
✔ the oidc login state is refused when forged, stale or off-site (0.46539ms)
✔ oidc roles are collected from the usual claim shapes (0.78968ms)
✔ mask replaces secrets, longest first (0.55686ms)
✔ mask ignores very short values and leaves clean output alone (0.2823ms)
✔ health reports the selected drivers (511.75052ms)
✔ a signed trigger creates a job and expands the pipeline (276.56825ms)
✔ an unsigned or wrongly signed trigger is refused (160.02836ms)
✔ github and gitlab push payloads are understood (349.173ms)
✔ a branch deletion is ignored rather than failing (88.84097ms)
✔ a broken pipeline is reported as a client error with detail (222.26664ms)
✔ a missing pipeline file is reported clearly (187.86301ms)
✔ a pipeline may be spelled .conductor.yaml instead of .conductor.yml (221.93232ms)
✔ a project pointed at a specific file gets no fallback (265.68852ms)
✔ a repository carrying both spellings is refused rather than guessed at (204.62916ms)
✔ a pipeline still using the jobs key is told what it was renamed to (380.9445ms)
✔ a job can be created directly, without a push payload to imitate (272.30416ms)
✔ creating a job requires the same signature as a trigger (204.9841ms)
✔ creating a job insists on a real commit rather than inferring one (169.6117ms)
✔ a job can be read back, with the state of every task (362.86188ms)
✔ a public job is readable without any credential at all (280.55695ms)
✔ a private job needs the trigger secret, and is otherwise absent (240.30198ms)
✔ a job of another project cannot be read through this one (241.33913ms)
✔ a task can be read back on its own, and by its full name (448.39763ms)
✔ reading a task back carries its dependencies and matrix (251.2789ms)
✔ reading a task back never exposes its environment, services or script (442.61728ms)
✔ a task lists the artifacts it stored, with a usable download url (408.14514ms)
✔ reading a task back needs no worker token (248.68922ms)
✔ a private task is absent without a credential, and needs its project named (380.31601ms)
✔ a private task is readable by an administrator, by either path (563.35723ms)
✔ a task of another project cannot be read through this one (427.80612ms)
✔ an unknown task is 404 by either path (139.33534ms)
✔ the worker api rejects missing and invalid tokens (168.57527ms)
✔ independent tasks dispatch concurrently (264.33616ms)
✔ a task is only offered to a worker that satisfies its requires (388.74718ms)
✔ a worker is not offered work for an architecture it cannot build (279.87886ms)
✔ a claimed task carries everything the worker needs (271.82182ms)
✔ a task that requires a feature reports it to the worker (313.83017ms)
✔ the standard conductor variables are present in the task environment (301.23604ms)
✔ the source tarball is served from the mirror (327.13041ms)
✔ a worker cannot touch a task it does not hold (371.39309ms)
✔ log appends are resumable and deduplicated by offset (252.90321ms)
✔ an oversized log chunk is refused (303.19434ms)
✔ a finished log moves to storage and is still readable (394.60746ms)
✔ artifacts are stored, hashed, and stripped of traversal (282.13477ms)
✔ an artifact shorter than its content-length is rejected (246.25225ms)
✔ success releases dependents, matched on shared dimensions (416.51021ms)
✔ failure skips transitive dependents, not just direct ones (289.6875ms)
✔ a job settles as failed once every task is terminal (409.69955ms)
✔ a job settles as success when everything passes (393.02387ms)
✔ an allowed failure does not fail the job or block dependents (317.70056ms)
✔ a task with retries left is requeued instead of failing the job (272.75362ms)
✔ heartbeats keep a task alive and report cancellation (379.39484ms)
✔ the reaper fails a task whose worker stopped reporting (429.33806ms)
✔ a second push produces an independent, numbered job (547.78733ms)
﹣ jobs can be listed and filtered by project (1.03289ms) # the JSON API was removed
﹣ unknown jobs, tasks and artifacts return 404 (0.5128ms) # the JSON API was removed
✔ a disabled project refuses triggers (193.54394ms)
✔ a trigger for an unknown project is a 404 (158.25672ms)
✔ a commit that is not in the repository is refused (258.01365ms)
✔ a task is told to fetch an archive, and never the repository itself (369.48983ms)
✔ the source archive is the bare tree, with no wrapping directory (363.6864ms)
✔ the working directory is resolved from the pipeline, then the project (997.04218ms)
✔ an unusable working directory is refused rather than sanitised (1159.20164ms)
✔ the trigger secret is not stored in the clear (162.99733ms)
✔ worker tokens are stored only as hashes (164.17597ms)
✔ defaults select sqlite, local storage and local auth (5.54513ms)
✔ configuring an s3 bucket switches the storage driver (1.02455ms)
✔ a partial s3 configuration is rejected rather than half applied (1.41049ms)
✔ configuring an oidc discovery url switches the auth mode (0.83334ms)
✔ an oidc discovery url without a client id is rejected (0.80443ms)
✔ a database url selects its dialect (1.69009ms)
✔ an unsupported database scheme is reported clearly (0.80887ms)
✔ a sqlite url collapses into database.path (0.96942ms)
✔ environment variables override the config file (39.85896ms)
✔ relative paths resolve against the config file directory (5.47882ms)
✔ a missing explicit config file is an error, a missing default is not (1.5972ms)
✔ a heartbeat timeout below the reap interval is rejected (5.69658ms)
✔ a non-integer port is rejected with the variable named (0.71759ms)
✔ parseKey accepts hex and base64, and rejects the wrong length (0.44407ms)
✔ stateDirs omits the storage directory when s3 is in use (1.24591ms)
✔ the loaded config is frozen (0.61612ms)
✔ topological order places dependencies first (2.42109ms)
✔ topological order is deterministic (2.94899ms)
✔ a cycle is detected and named (1.09794ms)
✔ depth reflects the longest path, not insertion order (0.85611ms)
✔ independent tasks are runnable at the same time (0.55968ms)
✔ a task becomes runnable only once every dependency succeeds (0.46741ms)
✔ a running dependency does not release its dependents (0.36131ms)
✔ failure skips transitive dependents, not just direct ones (0.53233ms)
✔ a skipped dependency never releases a dependent (1.44525ms)
✔ allowed failures can satisfy a dependency when asked to (0.50207ms)
✔ transitive dependents of a leaf is empty (0.34031ms)
✔ graph helpers tolerate dependencies outside the set (0.46649ms)
✔ dialect detection covers every supported scheme (13.45494ms)
✔ statement splitter respects literals and comments (3.3706ms)
✔ statement splitter keeps postgres dollar quoted bodies whole (2.67552ms)
✔ migrations apply once and are idempotent (88.97419ms)
✔ an edited migration is refused rather than silently diverging (24.91387ms)
✔ a migration removed from disk is reported (22.25595ms)
✔ rows come back as ordinary objects (28.08931ms)
✔ a conditional update claims exactly once (28.77423ms)
✔ deleting a job cascades to its tasks (25.02752ms)
✔ a failed transaction rolls back, and a failed savepoint keeps the outer work (29.40923ms)
﹣ migrations apply and retention sweeps on postgres (7.64794ms) # SKIP
﹣ migrations apply and retention sweeps on mysql (1.16074ms) # SKIP
✔ every example pipeline compiles (51.76895ms)
✔ the distribution example fans in per architecture (12.37427ms)
✔ the node example wires services and features (8.81985ms)
✔ git jobs with safe.directory set (10.439ms)
✔ it appends to configuration already in the environment (1.76312ms)
✔ a count that is not a number does not corrupt the sequence (2.11264ms)
✔ git accepts the environment we build (191.46924ms)
✔ a file missing from a commit reads as missing, whatever sits in the working directory (75.15987ms)
﹣ the endpoints and key set come from the discovery document (1.46213ms) # docker is not available
✔ discovery reports a document that is missing an endpoint (41.98809ms)
✔ discovery reports an unreachable provider and a bad status (1.51061ms)
﹣ a token carrying the admin role authenticates as an administrator (0.31009ms) # the JSON API was removed
﹣ a token without the admin role is an ordinary user (0.16614ms) # the JSON API was removed
﹣ roles are recognised in the groups and resource_access shapes (0.1613ms) # the JSON API was removed
﹣ an OIDC user gets a local account and can own a project (1.96197ms) # the JSON API was removed
﹣ the same subject keeps one account even when the display name changes (0.94261ms) # the JSON API was removed
﹣ a display name colliding with a local account gets its own username (0.3684ms) # the JSON API was removed
﹣ a role revoked at the provider is lost on the next request (0.40084ms) # the JSON API was removed
﹣ an account disabled locally is refused despite a valid token (0.13487ms) # the JSON API was removed
﹣ a forged signature is refused (0.31408ms) # the JSON API was removed
﹣ an expired token is refused (0.11128ms) # the JSON API was removed
﹣ a token from a different issuer is refused (1.02994ms) # the JSON API was removed
﹣ an anonymous visitor asking for a protected page is sent to the provider (0.14111ms) # docker is not available
﹣ a browser signs in at the provider and comes back with a session (0.52903ms) # docker is not available
﹣ a callback with a forged state is refused (0.09743ms) # docker is not available
﹣ local passwords are refused while OIDC is in charge (0.0749ms) # the JSON API was removed
﹣ an OIDC administrator can drive the interface (0.07289ms) # docker is not available
﹣ worker ownership follows the OIDC identity (0.07258ms) # the JSON API was removed
✔ a pattern without a star matches exactly (2.28585ms)
✔ a star matches any job of characters (0.58969ms)
✔ the rest of a pattern is literal, not a regular expression (0.29316ms)
✔ a restricted task is left out of jobs for other refs (23.31435ms)
✔ it is left out rather than recorded as skipped (2.90067ms)
✔ tasks depending on an excluded task are excluded too (6.22071ms)
✔ depth and ordering describe the job that will happen (3.98156ms)
✔ without a ref nothing is filtered, so a pipeline can still be validated (2.27471ms)
✔ a restricted task cannot match a job that has no ref (2.64569ms)
✔ a malformed rule is reported rather than ignored (6.76814ms)
✔ the rule is not inherited from defaults (2.23699ms)
✔ a page number is read from the query, and nonsense reads as the first (1.88124ms)
✔ an absurd page number cannot produce an unusable offset (0.30138ms)
✔ a window describes the slice it holds (0.37274ms)
✔ an empty table is one page, and counts from zero (0.22514ms)
✔ windowOfAll slices a list that is already in memory (0.30974ms)
✔ a page link keeps the other query parameters (0.34763ms)
✔ a pager is not rendered when everything fits on one page (1.11131ms)
✔ a pager offers only the steps that exist (0.82979ms)
✔ paginate counts under the same conditions as it selects (342.26054ms)
✔ successive pages do not repeat or skip a row (212.40801ms)
✔ the job list is capped at a page and offers the next one (249.89846ms)
✔ paging past the end is an empty table rather than an error (166.84141ms)
✔ a page link keeps the project filter, and so does the live fragment (189.08956ms)
✔ the polling fragment asks for the page being viewed, not the first (166.7396ms)
✔ the count behind the pager respects who is asking (178.09464ms)
✔ the users and workers tables keep their swap target on the wrapper (230.58673ms)
✔ a minimal pipeline compiles (21.58561ms)
✔ version is required and pinned (4.23585ms)
✔ empty and malformed documents are rejected clearly (4.24467ms)
✔ image and script are required (1.06544ms)
✔ image may come from defaults (1.72163ms)
✔ unknown keys are rejected, with a suggestion when close (4.89424ms)
✔ all problems are reported at once (3.59716ms)
✔ durations accept seconds, units and composites (5.69524ms)
✔ durations accept day and week units (2.14608ms)
✔ a malformed duration is rejected (3.57652ms)
✔ arch expands into one task per architecture (2.96724ms)
✔ a matrix expands to the cartesian product (1.99635ms)
✔ needs match on shared dimensions rather than fanning out (7.56281ms)
✔ a task without the shared dimension depends on every instance (1.17435ms)
✔ match all opts out of dimension matching (1.51271ms)
✔ needs may name one concrete instance (4.75804ms)
✔ an unsatisfiable dimension match is reported, not silently dropped (1.95066ms)
✔ needs on an unknown task lists what is defined (0.60443ms)
✔ self dependency is rejected (0.5522ms)
✔ a dependency cycle names the cycle (1.23659ms)
✔ interpolation substitutes arch and matrix values (1.90209ms)
✔ interpolating an undefined dimension is an error (1.63125ms)
✔ referring to arch without declaring one is an error (2.15052ms)
✔ matrix values must be safe for use in a task name (1.3038ms)
✔ arch may not also be a matrix dimension (2.35459ms)
✔ services get a derived alias and reject duplicates (3.06358ms)
✔ artifacts accept a bare list and reject absolute paths (2.23786ms)
✔ artifact when is constrained (6.03746ms)
✔ defaults are inherited and overridden per task (8.8365ms)
✔ env values must be scalars with valid names (6.80372ms)
✔ parsePipeline normalizes without expanding (3.80154ms)
✔ a realistic distribution pipeline produces the expected graph (15.74336ms)
✔ compiles markers to the placeholder each dialect expects (7.22597ms)
✔ numbers postgres placeholders per occurrence, including repeats (0.39746ms)
✔ ignores markers inside string literals and comments (0.5301ms)
✔ a json literal in default text survives untouched (0.29998ms)
✔ doubling a brace escapes it (0.35188ms)
✔ block comments are skipped, and nest only for postgres (0.56139ms)
✔ postgres dollar quoted bodies are skipped (0.53856ms)
✔ mysql backtick identifiers and hash comments are skipped (0.84533ms)
✔ a malformed marker is rejected with a useful message (2.26415ms)
✔ binds by name, resolving dotted paths (1.22161ms)
✔ an exact key beats path traversal (0.39318ms)
✔ reports every missing key at once (0.66415ms)
✔ rejects an array of parameters, which would silently bind by position (0.50231ms)
✔ normalizes booleans, dates and null (1.74015ms)
✔ rejects an object value, which is nearly always a forgotten stringify (0.46634ms)
✔ an artifact past its own deadline is deleted (464.06405ms)
✔ an explicit deadline overrides the policy in both directions (296.25067ms)
✔ an explicit deadline also beats the last good job (104.51277ms)
✔ the last few jobs keep their artifacts however old they are (110.36456ms)
✔ recent artifacts are kept however many jobs have followed (96.95192ms)
✔ an artifact outside both rules is deleted (102.41763ms)
✔ the most recent successful job is kept whatever the policy says (127.50327ms)
✔ only the latest success is protected, not every success (77.83176ms)
✔ a project may keep artifacts forever despite a server default (144.65169ms)
✔ a project setting overrides the server default (84.52958ms)
✔ an unfinished job is never swept (98.11102ms)
✔ logs older than the limit are removed but the task remains (111.94434ms)
✔ a swept log is distinguishable from one that never existed (80.12386ms)
✔ a log is swept only once (127.44819ms)
✔ zero keeps logs forever (107.52911ms)
✔ a storage failure leaves the row for the next pass (67.54505ms)
✔ a sweep deletes no more than its batch (101.18276ms)
✔ one project policy does not reach into another (74.21064ms)
✔ artifacts.expire in a pipeline reaches the stored artifact (277.02072ms)
﹣ the api reports and accepts project retention (0.35424ms) # the JSON API was removed
✔ seals and opens a value (5.19573ms)
✔ sealing twice produces different ciphertext (0.8265ms)
✔ without a key, values are stored as marked plaintext (0.43002ms)
✔ a keyed box can still read values written before a key existed (1.07519ms)
✔ an unkeyed box refuses encrypted values with an actionable message (1.21046ms)
✔ the wrong key fails to open (3.08324ms)
✔ tampering with the ciphertext is detected (0.62626ms)
✔ associated data binds a secret to its location (0.96947ms)
✔ a key of the wrong size is refused at construction (0.50572ms)
✔ task ids are opaque, and say nothing about their job (3.44252ms)
✔ time ordered ids sort by creation time (0.40153ms)
✔ random ids use the expected alphabet (4.39183ms)
✔ slugify produces readable project ids and falls back when empty (0.4835ms)
✔ token hashing and constant time comparison (1.2391ms)
✔ the pipeline this project jobs on itself compiles (212.74312ms)
✔ its tasks declare the features they actually need (55.32091ms)
✔ publishing is restricted to main and release tags (91.52015ms)
✔ get-vanilla matches the reference signature (24.7892ms)
✔ get-vanilla-query-order-key-case matches the reference signature (7.67045ms)
✔ uriEncode percent encodes the characters encodeURIComponent leaves alone (2.17014ms)
✔ amzDate produces both required formats (1.92208ms)
✔ s3 requests carry the content hash header (5.96ms)
✔ presigned urls carry the signature in the query string (11.9339ms)
✔ an already encoded path is not encoded a second time (9.17521ms)
✔ key validation rejects traversal and absolute paths (2.65407ms)
✔ sanitizeRelativePath strips traversal from worker supplied paths (0.728ms)
✔ key layout is stable (0.51078ms)
✔ local backend round trips a buffer and reports its digest (27.23485ms)
✔ local backend serves ranges (9.91043ms)
✔ local backend accepts a stream (11.7163ms)
✔ local backend reports a missing object and deletes idempotently (11.05673ms)
✔ local backend has no presigned urls (8.53348ms)
✔ a partial write leaves no object behind (10.68522ms)
✔ part size grows so that a huge object still fits in 10000 parts (0.75757ms)
✔ inParts regroups an awkwardly chunked stream into fixed parts (9.82924ms)
✔ inParts handles a chunk far larger than the part size (1.12488ms)
✔ inParts yields nothing for an empty stream (0.67539ms)
﹣ s3 backend round trips awkward keys against a real server (0.11009ms) # docker is not available
﹣ s3 serves byte ranges (0.09737ms) # docker is not available
﹣ s3 accepts a stream when the size is known (0.09ms) # docker is not available
﹣ a presigned url is usable without credentials (0.79858ms) # docker is not available
﹣ a tampered presigned url is rejected by the server (0.09315ms) # docker is not available
﹣ s3 reports a missing object and deletes idempotently (0.08564ms) # docker is not available
﹣ a stream of unknown length is accepted (0.08875ms) # docker is not available
﹣ a body past the single request threshold is uploaded in parts (0.08154ms) # docker is not available
﹣ a large body really is sent as several parts, and a small one is not (0.08361ms) # docker is not available
﹣ a multipart object still serves ranges (0.08697ms) # docker is not available
﹣ a body that does not match its declared size is rejected (0.08166ms) # docker is not available
﹣ a failed multipart upload does not leave parts behind (0.10625ms) # docker is not available
﹣ bad credentials fail loudly rather than silently storing nothing (0.10581ms) # docker is not available
✔ every javascript file parses (1165.15213ms)
✔ the shell scripts parse (3.41048ms)
✔ interpolated values are escaped by default (2.52488ms)
✔ quotes and ampersands are escaped inside attributes (0.40314ms)
✔ nested templates and arrays are kept, raw is passed through (0.39873ms)
✔ null, undefined and false render as nothing (0.56655ms)
✔ attrs omits absent values and renders bare booleans (0.52996ms)
✔ an anonymous visitor sees public jobs and an invitation to sign in (527.48976ms)
✔ an anonymous visitor cannot see a private job (283.4134ms)
✔ management pages redirect an anonymous visitor to sign in (189.27895ms)
✔ signing in through the form sets a session and reveals the nav (213.03506ms)
✔ a user creates a project through the form and is shown the secret once (221.46479ms)
✔ a project page shows variables and never their values (185.01432ms)
✔ setting and removing a variable returns the updated table (176.96347ms)
✔ a user cannot open or delete a project they do not own (351.64512ms)
✔ registering a worker shows the token once and lists it (220.0091ms)
✔ an ordinary user cannot create shared capacity from the form (357.87637ms)
✔ the users page is administrator only and warns about what deletion destroys (370.38899ms)
✔ a running job polls, and a finished one stops (319.12376ms)
✔ a task page streams the log and stops polling once it completes (378.14002ms)
✔ log output is escaped, so a task cannot inject markup into the page (268.70977ms)
✔ a mutation without the htmx header is refused (231.19837ms)
✔ the task graph is one table, so columns line up across stages (1.12107ms)
✔ the sign in form is centred rather than stranded at the left edge (186.68883ms)
✔ row actions stay ordinary table cells, so rows keep one height (267.54688ms)
✔ the stylesheet and htmx are served, and nothing else is (164.74914ms)
✔ the project page shows retention, with server defaults as placeholders (291.59692ms)
✔ saving retention through the form stores it, and empty means inherit (272.83736ms)
✔ a negative retention value is refused by the form (234.75753ms)
✔ the project page offers a working directory, defaulting to the server one (208.57239ms)
✔ saving a working directory stores it, and empty clears it (229.78385ms)
✔ an unusable working directory is refused by the form (229.61949ms)
✔ worker config loads from json and reports features (52.06776ms)
✔ worker config reads the token from a file (17.11379ms)
✔ environment overrides the worker config file (15.92481ms)
✔ worker config without a token is rejected (3.62333ms)
✔ a malformed feature is reported with its path (3.7221ms)
✔ shell quoting survives quotes and metacharacters (0.42831ms)
✔ a generated script echoes each command and stops on failure (0.49801ms)
✔ container names are valid for docker and stay unique (1.6142ms)
✔ job arguments carry mounts, env, network and privilege (0.97762ms)
✔ a task container is created without sharing anything with the worker (0.68348ms)
✔ a feature still contributes its bind mounts (0.28704ms)
✔ features resolve into mounts, env and privilege (0.48005ms)
✔ an unknown required feature is reported rather than ignored (0.21579ms)
✔ an artifact pattern reduces to the part that can be copied out (0.61005ms)
✔ overlapping artifact paths are copied out once (0.70421ms)
✔ artifact collection globs, and refuses to leave the workspace (31.15754ms)
✔ artifact when controls collection (0.42733ms)
✔ an idle worker keeps running instead of exiting (4021.81481ms)
✔ a worker stops promptly on a signal rather than after its poll interval (1517.48296ms)
✔ log output is batched and offsets advance (2.39022ms)
✔ a conflicting offset resynchronises instead of duplicating (0.71399ms)
✔ secrets are masked before anything leaves the host (1.02975ms)
✔ a secret split across two writes is still masked (0.47816ms)
✔ a failing conductor does not break the task (0.79786ms)
ℹ tests 365
ℹ suites 0
ℹ pass 329
ℹ fail 0
ℹ cancelled 0
ℹ skipped 36
ℹ todo 0
ℹ duration_ms 19785.36552
[conductor] done