test
statesuccess
jobback to job
imagenode:24-alpine
arch-
attempt1 of 1
workerconductor-worker-x86-64
duration25s
log
[conductor] task test on conductor-worker-x86-64 [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: 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.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 (465.968426ms) ✔ a failure carries a name, a message and the matching status (138.662035ms) ✔ details are absent rather than null when there are none (112.201813ms) ✔ a url under the api that matches no route is enveloped too (157.645141ms) ✔ a url outside the api is left to the interface (106.461194ms) ✔ a malformed body is refused by name (100.882715ms) ✔ the worker protocol reports its refusals by name (104.774834ms) ✔ no error body carries a stack (120.0314ms) ✔ a page reports where it sits and how many there are (205.729305ms) ✔ following next walks the whole collection exactly once (213.654018ms) ✔ next is absent on the last page (213.392741ms) ✔ an unusable offset or limit falls back rather than failing (205.67812ms) ✔ a task reports its artifacts as a page (234.263537ms) ✔ a limit is clamped to the cap, and a missing one defaults (0.666398ms) ✔ an offset reads as zero unless it is a usable number (0.438598ms) ✔ next preserves the other query parameters (0.613815ms) ✔ the key order is next, offset, total (0.409164ms) ✔ every tracked text file is pure ASCII (251.488064ms) ✔ no file uses CRLF line endings or trailing whitespace (97.880626ms) ✔ a password round trips and a wrong one is refused (49.152552ms) ✔ the same password hashes differently each time (29.449159ms) ✔ parameters are read back from the stored hash (31.821757ms) ✔ a malformed stored hash is refused rather than throwing (0.790387ms) ✔ password length is bounded (1.250634ms) ✔ a session token round trips its claims (2.356059ms) ✔ a token signed with another secret is refused (0.871134ms) ✔ a tampered payload is refused (0.755102ms) ✔ an expired token is refused (0.96286ms) ✔ a malformed token is refused rather than throwing (0.799891ms) ✔ cookies are parsed and issued (5.779343ms) ✔ the oidc login state round trips with its return path (1.767229ms) ✔ a missing return path means the root (0.572738ms) ✔ the oidc login state is refused when forged, stale or off-site (0.863215ms) ✔ oidc roles are collected from the usual claim shapes (1.292779ms) ✔ mask replaces secrets, longest first (0.765576ms) ✔ mask ignores very short values and leaves clean output alone (0.420913ms) ✔ health reports the selected drivers (454.057602ms) ✔ a signed trigger creates a job and expands the pipeline (258.515755ms) ✔ an unsigned or wrongly signed trigger is refused (146.615013ms) ✔ github and gitlab push payloads are understood (303.700398ms) ✔ a branch deletion is ignored rather than failing (105.084079ms) ✔ a broken pipeline is reported as a client error with detail (192.453471ms) ✔ a missing pipeline file is reported clearly (204.902877ms) ✔ a pipeline may be spelled .conductor.yaml instead of .conductor.yml (220.501437ms) ✔ a project pointed at a specific file gets no fallback (233.021156ms) ✔ a repository carrying both spellings is refused rather than guessed at (216.540513ms) ✔ a pipeline still using the jobs key is told what it was renamed to (228.956219ms) ✔ a job can be created directly, without a push payload to imitate (230.080777ms) ✔ creating a job requires the same signature as a trigger (142.863556ms) ✔ creating a job insists on a real commit rather than inferring one (130.649826ms) ✔ a job can be read back, with the state of every task (231.265008ms) ✔ a public job is readable without any credential at all (224.764484ms) ✔ a private job needs the trigger secret, and is otherwise absent (218.172795ms) ✔ a job of another project cannot be read through this one (260.681346ms) ✔ a task can be read back on its own, and by its full name (265.097815ms) ✔ reading a task back carries its dependencies and matrix (219.218749ms) ✔ reading a task back never exposes its environment, services or script (235.404847ms) ✔ a task lists the artifacts it stored, with a usable download url (292.90446ms) ✔ reading a task back needs no worker token (246.953061ms) ✔ a private task is absent without a credential, and needs its project named (228.208196ms) ✔ a private task is readable by an administrator, by either path (417.025291ms) ✔ a task of another project cannot be read through this one (253.090124ms) ✔ an unknown task is 404 by either path (151.286833ms) ✔ the worker api rejects missing and invalid tokens (103.134021ms) ✔ independent tasks dispatch concurrently (219.82703ms) ✔ a task is only offered to a worker that satisfies its requires (220.661679ms) ✔ a worker is not offered work for an architecture it cannot build (233.875628ms) ✔ a claimed task carries everything the worker needs (214.158295ms) ✔ a task that requires a feature reports it to the worker (210.194898ms) ✔ the standard conductor variables are present in the task environment (237.251222ms) ✔ the source tarball is served from the mirror (224.220174ms) ✔ a worker cannot touch a task it does not hold (194.649806ms) ✔ log appends are resumable and deduplicated by offset (236.373291ms) ✔ an oversized log chunk is refused (227.319623ms) ✔ a finished log moves to storage and is still readable (238.003703ms) ✔ artifacts are stored, hashed, and stripped of traversal (260.159395ms) ✔ an artifact shorter than its content-length is rejected (280.074254ms) ✔ success releases dependents, matched on shared dimensions (269.728364ms) ✔ failure skips transitive dependents, not just direct ones (265.077693ms) ✔ a job settles as failed once every task is terminal (266.949355ms) ✔ a job settles as success when everything passes (258.016562ms) ✔ an allowed failure does not fail the job or block dependents (251.322978ms) ✔ a task with retries left is requeued instead of failing the job (248.668558ms) ✔ heartbeats keep a task alive and report cancellation (258.266287ms) ✔ the reaper fails a task whose worker stopped reporting (264.934412ms) ✔ a second push produces an independent, numbered job (375.953897ms) ﹣ jobs can be listed and filtered by project (0.583056ms) # the JSON API was removed ﹣ unknown jobs, tasks and artifacts return 404 (0.271095ms) # the JSON API was removed ✔ a disabled project refuses triggers (117.685548ms) ✔ a trigger for an unknown project is a 404 (86.961473ms) ✔ a commit that is not in the repository is refused (205.128456ms) ✔ a task is told to fetch an archive, and never the repository itself (239.568291ms) ✔ the source archive is the bare tree, with no wrapping directory (245.25323ms) ✔ the working directory is resolved from the pipeline, then the project (732.326032ms) ✔ an unusable working directory is refused rather than sanitised (1000.381338ms) ✔ the trigger secret is not stored in the clear (149.179186ms) ✔ worker tokens are stored only as hashes (136.664323ms) ✔ defaults select sqlite, local storage and local auth (9.025472ms) ✔ configuring an s3 bucket switches the storage driver (1.68517ms) ✔ a partial s3 configuration is rejected rather than half applied (2.565147ms) ✔ configuring an oidc discovery url switches the auth mode (1.460015ms) ✔ an oidc discovery url without a client id is rejected (1.460699ms) ✔ a database url selects its dialect (3.387185ms) ✔ an unsupported database scheme is reported clearly (1.658124ms) ✔ a sqlite url collapses into database.path (3.41023ms) ✔ environment variables override the config file (58.983053ms) ✔ relative paths resolve against the config file directory (14.599984ms) ✔ a missing explicit config file is an error, a missing default is not (3.259485ms) ✔ a heartbeat timeout below the reap interval is rejected (14.938732ms) ✔ a non-integer port is rejected with the variable named (2.088899ms) ✔ parseKey accepts hex and base64, and rejects the wrong length (0.664075ms) ✔ stateDirs omits the storage directory when s3 is in use (2.278117ms) ✔ the loaded config is frozen (0.991035ms) ✔ topological order places dependencies first (4.450614ms) ✔ topological order is deterministic (5.404022ms) ✔ a cycle is detected and named (1.902689ms) ✔ depth reflects the longest path, not insertion order (0.872035ms) ✔ independent tasks are runnable at the same time (1.047268ms) ✔ a task becomes runnable only once every dependency succeeds (0.653232ms) ✔ a running dependency does not release its dependents (0.485336ms) ✔ failure skips transitive dependents, not just direct ones (1.179714ms) ✔ a skipped dependency never releases a dependent (2.198522ms) ✔ allowed failures can satisfy a dependency when asked to (1.478791ms) ✔ transitive dependents of a leaf is empty (0.694304ms) ✔ graph helpers tolerate dependencies outside the set (0.736979ms) ✔ dialect detection covers every supported scheme (4.177271ms) ✔ statement splitter respects literals and comments (0.980984ms) ✔ statement splitter keeps postgres dollar quoted bodies whole (0.537764ms) ✔ migrations apply once and are idempotent (91.464289ms) ✔ an edited migration is refused rather than silently diverging (46.994769ms) ✔ a migration removed from disk is reported (32.976365ms) ✔ rows come back as ordinary objects (62.141722ms) ✔ a conditional update claims exactly once (51.739587ms) ✔ deleting a job cascades to its tasks (38.322698ms) ✔ a failed transaction rolls back, and a failed savepoint keeps the outer work (43.991533ms) ﹣ migrations apply and retention sweeps on postgres (3.124774ms) # SKIP ﹣ migrations apply and retention sweeps on mysql (0.411267ms) # SKIP ✔ every example pipeline compiles (70.47202ms) ✔ the distribution example fans in per architecture (16.528732ms) ✔ the node example wires services and features (11.026105ms) ✔ git jobs with safe.directory set (3.672158ms) ✔ it appends to configuration already in the environment (0.54734ms) ✔ a count that is not a number does not corrupt the sequence (0.560464ms) ✔ git accepts the environment we build (53.013667ms) ✔ a file missing from a commit reads as missing, whatever sits in the working directory (80.902553ms) ﹣ the endpoints and key set come from the discovery document (3.062919ms) # docker is not available ✔ discovery reports a document that is missing an endpoint (71.26056ms) ✔ discovery reports an unreachable provider and a bad status (1.968605ms) ﹣ a token carrying the admin role authenticates as an administrator (0.394147ms) # the JSON API was removed ﹣ a token without the admin role is an ordinary user (0.327031ms) # the JSON API was removed ﹣ roles are recognised in the groups and resource_access shapes (0.266948ms) # the JSON API was removed ﹣ an OIDC user gets a local account and can own a project (0.515199ms) # the JSON API was removed ﹣ the same subject keeps one account even when the display name changes (0.416706ms) # the JSON API was removed ﹣ a display name colliding with a local account gets its own username (0.56141ms) # the JSON API was removed ﹣ a role revoked at the provider is lost on the next request (0.555187ms) # the JSON API was removed ﹣ an account disabled locally is refused despite a valid token (0.214572ms) # the JSON API was removed ﹣ a forged signature is refused (0.91014ms) # the JSON API was removed ﹣ an expired token is refused (0.305232ms) # the JSON API was removed ﹣ a token from a different issuer is refused (0.349849ms) # the JSON API was removed ﹣ an anonymous visitor asking for a protected page is sent to the provider (0.310506ms) # docker is not available ﹣ a browser signs in at the provider and comes back with a session (1.239448ms) # docker is not available ﹣ a callback with a forged state is refused (0.241699ms) # docker is not available ﹣ local passwords are refused while OIDC is in charge (0.215245ms) # the JSON API was removed ﹣ an OIDC administrator can drive the interface (0.233484ms) # docker is not available ﹣ worker ownership follows the OIDC identity (0.270959ms) # the JSON API was removed ✔ a pattern without a star matches exactly (4.649024ms) ✔ a star matches any job of characters (1.065116ms) ✔ the rest of a pattern is literal, not a regular expression (0.721559ms) ✔ a restricted task is left out of jobs for other refs (46.861217ms) ✔ it is left out rather than recorded as skipped (5.951916ms) ✔ tasks depending on an excluded task are excluded too (10.713782ms) ✔ depth and ordering describe the job that will happen (5.772763ms) ✔ without a ref nothing is filtered, so a pipeline can still be validated (6.851363ms) ✔ a restricted task cannot match a job that has no ref (5.802217ms) ✔ a malformed rule is reported rather than ignored (11.89802ms) ✔ the rule is not inherited from defaults (8.483922ms) ✔ a page number is read from the query, and nonsense reads as the first (4.250753ms) ✔ an absurd page number cannot produce an unusable offset (0.802892ms) ✔ a window describes the slice it holds (0.577635ms) ✔ an empty table is one page, and counts from zero (0.356294ms) ✔ windowOfAll slices a list that is already in memory (0.909122ms) ✔ a page link keeps the other query parameters (1.024013ms) ✔ a pager is not rendered when everything fits on one page (1.316027ms) ✔ a pager offers only the steps that exist (1.695537ms) ✔ paginate counts under the same conditions as it selects (495.240026ms) ✔ successive pages do not repeat or skip a row (222.470173ms) ✔ the job list is capped at a page and offers the next one (257.214003ms) ✔ paging past the end is an empty table rather than an error (176.853652ms) ✔ a page link keeps the project filter, and so does the live fragment (186.100791ms) ✔ the polling fragment asks for the page being viewed, not the first (167.752612ms) ✔ the count behind the pager respects who is asking (314.717148ms) ✔ the users and workers tables keep their swap target on the wrapper (338.318477ms) ✔ a minimal pipeline compiles (34.314907ms) ✔ version is required and pinned (7.556174ms) ✔ empty and malformed documents are rejected clearly (5.455834ms) ✔ image and script are required (1.88357ms) ✔ image may come from defaults (6.835651ms) ✔ unknown keys are rejected, with a suggestion when close (9.917563ms) ✔ all problems are reported at once (4.847145ms) ✔ durations accept seconds, units and composites (4.713809ms) ✔ durations accept day and week units (5.379072ms) ✔ a malformed duration is rejected (3.35415ms) ✔ arch expands into one task per architecture (4.021539ms) ✔ a matrix expands to the cartesian product (3.178546ms) ✔ needs match on shared dimensions rather than fanning out (12.939558ms) ✔ a task without the shared dimension depends on every instance (3.162813ms) ✔ match all opts out of dimension matching (7.204814ms) ✔ needs may name one concrete instance (4.370138ms) ✔ an unsatisfiable dimension match is reported, not silently dropped (4.217363ms) ✔ needs on an unknown task lists what is defined (1.446905ms) ✔ self dependency is rejected (1.568039ms) ✔ a dependency cycle names the cycle (4.670372ms) ✔ interpolation substitutes arch and matrix values (4.560178ms) ✔ interpolating an undefined dimension is an error (2.162499ms) ✔ referring to arch without declaring one is an error (2.768128ms) ✔ matrix values must be safe for use in a task name (1.699844ms) ✔ arch may not also be a matrix dimension (5.626537ms) ✔ services get a derived alias and reject duplicates (8.879782ms) ✔ artifacts accept a bare list and reject absolute paths (2.969076ms) ✔ artifact when is constrained (1.454131ms) ✔ defaults are inherited and overridden per task (2.21807ms) ✔ env values must be scalars with valid names (1.676627ms) ✔ parsePipeline normalizes without expanding (2.369584ms) ✔ a realistic distribution pipeline produces the expected graph (4.499543ms) ✔ compiles markers to the placeholder each dialect expects (12.16634ms) ✔ numbers postgres placeholders per occurrence, including repeats (0.629767ms) ✔ ignores markers inside string literals and comments (0.890739ms) ✔ a json literal in default text survives untouched (0.806652ms) ✔ doubling a brace escapes it (0.906289ms) ✔ block comments are skipped, and nest only for postgres (0.795281ms) ✔ postgres dollar quoted bodies are skipped (0.703025ms) ✔ mysql backtick identifiers and hash comments are skipped (2.265971ms) ✔ a malformed marker is rejected with a useful message (3.017221ms) ✔ binds by name, resolving dotted paths (3.567694ms) ✔ an exact key beats path traversal (1.309518ms) ✔ reports every missing key at once (0.748728ms) ✔ rejects an array of parameters, which would silently bind by position (1.181135ms) ✔ normalizes booleans, dates and null (1.354579ms) ✔ rejects an object value, which is nearly always a forgotten stringify (2.85484ms) ✔ an artifact past its own deadline is deleted (424.864014ms) ✔ an explicit deadline overrides the policy in both directions (265.473864ms) ✔ an explicit deadline also beats the last good job (121.358234ms) ✔ the last few jobs keep their artifacts however old they are (117.320394ms) ✔ recent artifacts are kept however many jobs have followed (125.819987ms) ✔ an artifact outside both rules is deleted (100.591337ms) ✔ the most recent successful job is kept whatever the policy says (99.133625ms) ✔ only the latest success is protected, not every success (99.323276ms) ✔ a project may keep artifacts forever despite a server default (98.64034ms) ✔ a project setting overrides the server default (102.539743ms) ✔ an unfinished job is never swept (97.302163ms) ✔ logs older than the limit are removed but the task remains (96.738555ms) ✔ a swept log is distinguishable from one that never existed (79.1538ms) ✔ a log is swept only once (98.652919ms) ✔ zero keeps logs forever (85.36283ms) ✔ a storage failure leaves the row for the next pass (88.740499ms) ✔ a sweep deletes no more than its batch (129.0449ms) ✔ one project policy does not reach into another (98.115489ms) ✔ artifacts.expire in a pipeline reaches the stored artifact (241.863439ms) ﹣ the api reports and accepts project retention (0.614271ms) # the JSON API was removed ✔ seals and opens a value (14.212533ms) ✔ sealing twice produces different ciphertext (1.574674ms) ✔ without a key, values are stored as marked plaintext (0.625408ms) ✔ a keyed box can still read values written before a key existed (5.168464ms) ✔ an unkeyed box refuses encrypted values with an actionable message (1.945041ms) ✔ the wrong key fails to open (1.057691ms) ✔ tampering with the ciphertext is detected (1.760547ms) ✔ associated data binds a secret to its location (2.082584ms) ✔ a key of the wrong size is refused at construction (1.495095ms) ✔ task ids are opaque, and say nothing about their job (13.93512ms) ✔ time ordered ids sort by creation time (0.836038ms) ✔ random ids use the expected alphabet (0.45815ms) ✔ slugify produces readable project ids and falls back when empty (0.718166ms) ✔ token hashing and constant time comparison (1.959299ms) ✔ the pipeline this project jobs on itself compiles (73.915018ms) ✔ its tasks declare the features they actually need (16.369065ms) ✔ publishing is restricted to main and release tags (79.829144ms) ✔ get-vanilla matches the reference signature (6.48893ms) ✔ get-vanilla-query-order-key-case matches the reference signature (2.057997ms) ✔ uriEncode percent encodes the characters encodeURIComponent leaves alone (0.38436ms) ✔ amzDate produces both required formats (0.821645ms) ✔ s3 requests carry the content hash header (1.551518ms) ✔ presigned urls carry the signature in the query string (5.025961ms) ✔ an already encoded path is not encoded a second time (1.084272ms) ✔ key validation rejects traversal and absolute paths (5.051143ms) ✔ sanitizeRelativePath strips traversal from worker supplied paths (0.741551ms) ✔ key layout is stable (1.346682ms) ✔ local backend round trips a buffer and reports its digest (52.05815ms) ✔ local backend serves ranges (12.699876ms) ✔ local backend accepts a stream (22.056712ms) ✔ local backend reports a missing object and deletes idempotently (7.149896ms) ✔ local backend has no presigned urls (4.906704ms) ✔ a partial write leaves no object behind (5.139876ms) ✔ part size grows so that a huge object still fits in 10000 parts (0.966159ms) ✔ inParts regroups an awkwardly chunked stream into fixed parts (5.194384ms) ✔ inParts handles a chunk far larger than the part size (1.115338ms) ✔ inParts yields nothing for an empty stream (1.124783ms) ﹣ s3 backend round trips awkward keys against a real server (0.112997ms) # docker is not available ﹣ s3 serves byte ranges (0.115113ms) # docker is not available ﹣ s3 accepts a stream when the size is known (0.078191ms) # docker is not available ﹣ a presigned url is usable without credentials (0.21547ms) # docker is not available ﹣ a tampered presigned url is rejected by the server (0.128374ms) # docker is not available ﹣ s3 reports a missing object and deletes idempotently (0.080918ms) # docker is not available ﹣ a stream of unknown length is accepted (0.070106ms) # docker is not available ﹣ a body past the single request threshold is uploaded in parts (0.10161ms) # docker is not available ﹣ a large body really is sent as several parts, and a small one is not (0.070574ms) # docker is not available ﹣ a multipart object still serves ranges (0.073738ms) # docker is not available ﹣ a body that does not match its declared size is rejected (0.07304ms) # docker is not available ﹣ a failed multipart upload does not leave parts behind (0.091899ms) # docker is not available ﹣ bad credentials fail loudly rather than silently storing nothing (0.105604ms) # docker is not available ✔ every javascript file parses (1119.025601ms) ✔ the shell scripts parse (3.347205ms) ✔ interpolated values are escaped by default (4.399905ms) ✔ quotes and ampersands are escaped inside attributes (0.699011ms) ✔ nested templates and arrays are kept, raw is passed through (0.71431ms) ✔ null, undefined and false render as nothing (0.342679ms) ✔ attrs omits absent values and renders bare booleans (0.679175ms) ✔ an anonymous visitor sees public jobs and an invitation to sign in (620.837104ms) ✔ an anonymous visitor cannot see a private job (298.663619ms) ✔ management pages redirect an anonymous visitor to sign in (195.784915ms) ✔ signing in through the form sets a session and reveals the nav (363.122683ms) ✔ a user creates a project through the form and is shown the secret once (253.888548ms) ✔ a project page shows variables and never their values (285.398602ms) ✔ setting and removing a variable returns the updated table (315.991333ms) ✔ a user cannot open or delete a project they do not own (514.702633ms) ✔ registering a worker shows the token once and lists it (337.705238ms) ✔ an ordinary user cannot create shared capacity from the form (616.684834ms) ✔ the users page is administrator only and warns about what deletion destroys (461.344055ms) ✔ a running job polls, and a finished one stops (357.106292ms) ✔ a task page streams the log and stops polling once it completes (440.09178ms) ✔ log output is escaped, so a task cannot inject markup into the page (369.301823ms) ✔ a mutation without the htmx header is refused (369.456888ms) ✔ the task graph is one table, so columns line up across stages (1.845668ms) ✔ the sign in form is centred rather than stranded at the left edge (277.435986ms) ✔ row actions stay ordinary table cells, so rows keep one height (308.471795ms) ✔ the stylesheet and htmx are served, and nothing else is (249.679811ms) ✔ the project page shows retention, with server defaults as placeholders (325.791738ms) ✔ saving retention through the form stores it, and empty means inherit (346.6483ms) ✔ a negative retention value is refused by the form (297.976085ms) ✔ the project page offers a working directory, defaulting to the server one (374.848ms) ✔ saving a working directory stores it, and empty clears it (319.351358ms) ✔ an unusable working directory is refused by the form (341.156754ms) ✔ worker config loads from json and reports features (38.240312ms) ✔ worker config reads the token from a file (8.191414ms) ✔ environment overrides the worker config file (6.41401ms) ✔ worker config without a token is rejected (6.418273ms) ✔ a malformed feature is reported with its path (5.229356ms) ✔ shell quoting survives quotes and metacharacters (0.606422ms) ✔ a generated script echoes each command and stops on failure (4.395541ms) ✔ container names are valid for docker and stay unique (2.683838ms) ✔ job arguments carry mounts, env, network and privilege (4.698164ms) ✔ a task container is created without sharing anything with the worker (6.077329ms) ✔ a feature still contributes its bind mounts (0.558162ms) ✔ features resolve into mounts, env and privilege (0.826336ms) ✔ an unknown required feature is reported rather than ignored (0.349039ms) ✔ an artifact pattern reduces to the part that can be copied out (0.703018ms) ✔ overlapping artifact paths are copied out once (0.899252ms) ✔ artifact collection globs, and refuses to leave the workspace (38.611219ms) ✔ artifact when controls collection (0.606509ms) ✔ an idle worker keeps running instead of exiting (4014.95613ms) ✔ a worker stops promptly on a signal rather than after its poll interval (1525.79198ms) ✔ log output is batched and offsets advance (5.466778ms) ✔ a conflicting offset resynchronises instead of duplicating (1.526752ms) ✔ secrets are masked before anything leaves the host (2.459678ms) ✔ a secret split across two writes is still masked (1.031102ms) ✔ a failing conductor does not break the task (2.098328ms) ℹ tests 365 ℹ suites 0 ℹ pass 329 ℹ fail 0 ℹ cancelled 0 ℹ skipped 36 ℹ todo 0 ℹ duration_ms 15451.858911 [conductor] done