conductor

sign in

integration

statesuccess
jobback to job
imagenode:24-alpine
arch-
attempt1 of 1
workerconductor-worker-x86-64
duration26s

log

[conductor] task integration 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 (477.634562ms)
✔ a failure carries a name, a message and the matching status (139.188108ms)
✔ details are absent rather than null when there are none (124.971803ms)
✔ a url under the api that matches no route is enveloped too (141.452421ms)
✔ a url outside the api is left to the interface (119.30396ms)
✔ a malformed body is refused by name (104.402159ms)
✔ the worker protocol reports its refusals by name (102.537422ms)
✔ no error body carries a stack (107.833137ms)
✔ a page reports where it sits and how many there are (210.930801ms)
✔ following next walks the whole collection exactly once (219.102001ms)
✔ next is absent on the last page (201.817131ms)
✔ an unusable offset or limit falls back rather than failing (188.874342ms)
✔ a task reports its artifacts as a page (210.859141ms)
✔ a limit is clamped to the cap, and a missing one defaults (1.042046ms)
✔ an offset reads as zero unless it is a usable number (0.689706ms)
✔ next preserves the other query parameters (1.073356ms)
✔ the key order is next, offset, total (0.723586ms)
✔ every tracked text file is pure ASCII (226.657413ms)
✔ no file uses CRLF line endings or trailing whitespace (88.244033ms)
✔ a password round trips and a wrong one is refused (46.552927ms)
✔ the same password hashes differently each time (39.706941ms)
✔ parameters are read back from the stored hash (29.142042ms)
✔ a malformed stored hash is refused rather than throwing (0.629923ms)
✔ password length is bounded (0.761501ms)
✔ a session token round trips its claims (3.034213ms)
✔ a token signed with another secret is refused (0.713351ms)
✔ a tampered payload is refused (0.756979ms)
✔ an expired token is refused (0.95938ms)
✔ a malformed token is refused rather than throwing (0.734643ms)
✔ cookies are parsed and issued (3.808575ms)
✔ the oidc login state round trips with its return path (1.675208ms)
✔ a missing return path means the root (0.564088ms)
✔ the oidc login state is refused when forged, stale or off-site (0.820704ms)
✔ oidc roles are collected from the usual claim shapes (1.286079ms)
✔ mask replaces secrets, longest first (0.552209ms)
✔ mask ignores very short values and leaves clean output alone (0.251117ms)
✔ health reports the selected drivers (448.933783ms)
✔ a signed trigger creates a job and expands the pipeline (252.504743ms)
✔ an unsigned or wrongly signed trigger is refused (148.337613ms)
✔ github and gitlab push payloads are understood (345.865442ms)
✔ a branch deletion is ignored rather than failing (95.878253ms)
✔ a broken pipeline is reported as a client error with detail (206.378921ms)
✔ a missing pipeline file is reported clearly (205.464894ms)
✔ a pipeline may be spelled .conductor.yaml instead of .conductor.yml (199.874327ms)
✔ a project pointed at a specific file gets no fallback (211.624593ms)
✔ a repository carrying both spellings is refused rather than guessed at (244.568676ms)
✔ a pipeline still using the jobs key is told what it was renamed to (240.479363ms)
✔ a job can be created directly, without a push payload to imitate (230.211914ms)
✔ creating a job requires the same signature as a trigger (105.497966ms)
✔ creating a job insists on a real commit rather than inferring one (82.671513ms)
✔ a job can be read back, with the state of every task (209.046371ms)
✔ a public job is readable without any credential at all (230.747184ms)
✔ a private job needs the trigger secret, and is otherwise absent (248.089367ms)
✔ a job of another project cannot be read through this one (246.732217ms)
✔ a task can be read back on its own, and by its full name (222.272486ms)
✔ reading a task back carries its dependencies and matrix (235.37939ms)
✔ reading a task back never exposes its environment, services or script (261.365139ms)
✔ a task lists the artifacts it stored, with a usable download url (283.198679ms)
✔ reading a task back needs no worker token (236.620017ms)
✔ a private task is absent without a credential, and needs its project named (251.479652ms)
✔ a private task is readable by an administrator, by either path (495.84722ms)
✔ a task of another project cannot be read through this one (241.407748ms)
✔ an unknown task is 404 by either path (95.905193ms)
✔ the worker api rejects missing and invalid tokens (122.498066ms)
✔ independent tasks dispatch concurrently (220.713997ms)
✔ a task is only offered to a worker that satisfies its requires (251.883353ms)
✔ a worker is not offered work for an architecture it cannot build (208.1351ms)
✔ a claimed task carries everything the worker needs (241.207028ms)
✔ a task that requires a feature reports it to the worker (256.343734ms)
✔ the standard conductor variables are present in the task environment (243.815989ms)
✔ the source tarball is served from the mirror (232.734973ms)
✔ a worker cannot touch a task it does not hold (238.091814ms)
✔ log appends are resumable and deduplicated by offset (205.489268ms)
✔ an oversized log chunk is refused (208.646915ms)
✔ a finished log moves to storage and is still readable (263.252164ms)
✔ artifacts are stored, hashed, and stripped of traversal (271.590202ms)
✔ an artifact shorter than its content-length is rejected (249.55365ms)
✔ success releases dependents, matched on shared dimensions (256.44341ms)
✔ failure skips transitive dependents, not just direct ones (310.058257ms)
✔ a job settles as failed once every task is terminal (276.87786ms)
✔ a job settles as success when everything passes (230.660948ms)
✔ an allowed failure does not fail the job or block dependents (257.607352ms)
✔ a task with retries left is requeued instead of failing the job (236.323181ms)
✔ heartbeats keep a task alive and report cancellation (254.206887ms)
✔ the reaper fails a task whose worker stopped reporting (270.41089ms)
✔ a second push produces an independent, numbered job (399.671071ms)
﹣ jobs can be listed and filtered by project (0.644761ms) # the JSON API was removed
﹣ unknown jobs, tasks and artifacts return 404 (0.33576ms) # the JSON API was removed
✔ a disabled project refuses triggers (148.562436ms)
✔ a trigger for an unknown project is a 404 (128.3545ms)
✔ a commit that is not in the repository is refused (245.460615ms)
✔ a task is told to fetch an archive, and never the repository itself (221.581459ms)
✔ the source archive is the bare tree, with no wrapping directory (238.159928ms)
✔ the working directory is resolved from the pipeline, then the project (677.534057ms)
✔ an unusable working directory is refused rather than sanitised (944.443638ms)
✔ the trigger secret is not stored in the clear (127.003478ms)
✔ worker tokens are stored only as hashes (92.145845ms)
✔ defaults select sqlite, local storage and local auth (10.943791ms)
✔ configuring an s3 bucket switches the storage driver (2.258447ms)
✔ a partial s3 configuration is rejected rather than half applied (2.521871ms)
✔ configuring an oidc discovery url switches the auth mode (1.894392ms)
✔ an oidc discovery url without a client id is rejected (1.546357ms)
✔ a database url selects its dialect (2.684719ms)
✔ an unsupported database scheme is reported clearly (1.606945ms)
✔ a sqlite url collapses into database.path (1.657387ms)
✔ environment variables override the config file (70.340719ms)
✔ relative paths resolve against the config file directory (9.846906ms)
✔ a missing explicit config file is an error, a missing default is not (3.534897ms)
✔ a heartbeat timeout below the reap interval is rejected (12.001374ms)
✔ a non-integer port is rejected with the variable named (1.929498ms)
✔ parseKey accepts hex and base64, and rejects the wrong length (2.044016ms)
✔ stateDirs omits the storage directory when s3 is in use (3.129062ms)
✔ the loaded config is frozen (1.223036ms)
✔ topological order places dependencies first (5.256825ms)
✔ topological order is deterministic (6.311379ms)
✔ a cycle is detected and named (2.310011ms)
✔ depth reflects the longest path, not insertion order (1.031003ms)
✔ independent tasks are runnable at the same time (1.198049ms)
✔ a task becomes runnable only once every dependency succeeds (0.808573ms)
✔ a running dependency does not release its dependents (0.792247ms)
✔ failure skips transitive dependents, not just direct ones (1.050599ms)
✔ a skipped dependency never releases a dependent (2.286559ms)
✔ allowed failures can satisfy a dependency when asked to (0.915489ms)
✔ transitive dependents of a leaf is empty (0.5402ms)
✔ graph helpers tolerate dependencies outside the set (0.893626ms)
✔ dialect detection covers every supported scheme (5.002297ms)
✔ statement splitter respects literals and comments (2.519071ms)
✔ statement splitter keeps postgres dollar quoted bodies whole (0.535722ms)
✔ migrations apply once and are idempotent (111.291988ms)
✔ an edited migration is refused rather than silently diverging (46.571702ms)
✔ a migration removed from disk is reported (38.19317ms)
✔ rows come back as ordinary objects (56.241554ms)
✔ a conditional update claims exactly once (47.633313ms)
✔ deleting a job cascades to its tasks (33.061618ms)
✔ a failed transaction rolls back, and a failed savepoint keeps the outer work (46.54768ms)
﹣ migrations apply and retention sweeps on postgres (3.880213ms) # SKIP
﹣ migrations apply and retention sweeps on mysql (0.521187ms) # SKIP
✔ every example pipeline compiles (90.659811ms)
✔ the distribution example fans in per architecture (32.345539ms)
✔ the node example wires services and features (20.478619ms)
✔ git jobs with safe.directory set (3.28208ms)
✔ it appends to configuration already in the environment (0.472119ms)
✔ a count that is not a number does not corrupt the sequence (0.51694ms)
✔ git accepts the environment we build (57.409102ms)
✔ a file missing from a commit reads as missing, whatever sits in the working directory (91.629263ms)
﹣ the endpoints and key set come from the discovery document (1.90889ms) # docker is not available
✔ discovery reports a document that is missing an endpoint (58.313546ms)
✔ discovery reports an unreachable provider and a bad status (5.093353ms)
﹣ a token carrying the admin role authenticates as an administrator (0.370908ms) # the JSON API was removed
﹣ a token without the admin role is an ordinary user (0.318725ms) # the JSON API was removed
﹣ roles are recognised in the groups and resource_access shapes (0.280236ms) # the JSON API was removed
﹣ an OIDC user gets a local account and can own a project (0.747035ms) # the JSON API was removed
﹣ the same subject keeps one account even when the display name changes (1.414052ms) # the JSON API was removed
﹣ a display name colliding with a local account gets its own username (0.464897ms) # the JSON API was removed
﹣ a role revoked at the provider is lost on the next request (0.488778ms) # the JSON API was removed
﹣ an account disabled locally is refused despite a valid token (2.704331ms) # the JSON API was removed
﹣ a forged signature is refused (0.966885ms) # the JSON API was removed
﹣ an expired token is refused (0.585786ms) # the JSON API was removed
﹣ a token from a different issuer is refused (1.287215ms) # the JSON API was removed
﹣ an anonymous visitor asking for a protected page is sent to the provider (0.395929ms) # docker is not available
﹣ a browser signs in at the provider and comes back with a session (0.167812ms) # docker is not available
﹣ a callback with a forged state is refused (0.138596ms) # docker is not available
﹣ local passwords are refused while OIDC is in charge (0.145574ms) # the JSON API was removed
﹣ an OIDC administrator can drive the interface (0.160269ms) # docker is not available
﹣ worker ownership follows the OIDC identity (0.140236ms) # the JSON API was removed
✔ a pattern without a star matches exactly (4.52986ms)
✔ a star matches any job of characters (1.074508ms)
✔ the rest of a pattern is literal, not a regular expression (0.713843ms)
✔ a restricted task is left out of jobs for other refs (53.718647ms)
✔ it is left out rather than recorded as skipped (6.817682ms)
✔ tasks depending on an excluded task are excluded too (9.310505ms)
✔ depth and ordering describe the job that will happen (3.810371ms)
✔ without a ref nothing is filtered, so a pipeline can still be validated (7.175652ms)
✔ a restricted task cannot match a job that has no ref (7.578871ms)
✔ a malformed rule is reported rather than ignored (17.262945ms)
✔ the rule is not inherited from defaults (3.579551ms)
✔ a page number is read from the query, and nonsense reads as the first (3.540405ms)
✔ an absurd page number cannot produce an unusable offset (0.633936ms)
✔ a window describes the slice it holds (0.72298ms)
✔ an empty table is one page, and counts from zero (0.443052ms)
✔ windowOfAll slices a list that is already in memory (1.08684ms)
✔ a page link keeps the other query parameters (0.859047ms)
✔ a pager is not rendered when everything fits on one page (1.180336ms)
✔ a pager offers only the steps that exist (1.712792ms)
✔ paginate counts under the same conditions as it selects (499.224717ms)
✔ successive pages do not repeat or skip a row (241.816059ms)
✔ the job list is capped at a page and offers the next one (235.512186ms)
✔ paging past the end is an empty table rather than an error (182.354598ms)
✔ a page link keeps the project filter, and so does the live fragment (182.35401ms)
✔ the polling fragment asks for the page being viewed, not the first (170.442109ms)
✔ the count behind the pager respects who is asking (287.995115ms)
✔ the users and workers tables keep their swap target on the wrapper (232.371783ms)
✔ a minimal pipeline compiles (43.543171ms)
✔ version is required and pinned (8.873459ms)
✔ empty and malformed documents are rejected clearly (6.462823ms)
✔ image and script are required (1.902138ms)
✔ image may come from defaults (4.971417ms)
✔ unknown keys are rejected, with a suggestion when close (8.367534ms)
✔ all problems are reported at once (5.359911ms)
✔ durations accept seconds, units and composites (5.768551ms)
✔ durations accept day and week units (5.494355ms)
✔ a malformed duration is rejected (2.910487ms)
✔ arch expands into one task per architecture (3.856428ms)
✔ a matrix expands to the cartesian product (3.79903ms)
✔ needs match on shared dimensions rather than fanning out (12.125663ms)
✔ a task without the shared dimension depends on every instance (3.339968ms)
✔ match all opts out of dimension matching (8.826476ms)
✔ needs may name one concrete instance (3.660394ms)
✔ an unsatisfiable dimension match is reported, not silently dropped (2.478008ms)
✔ needs on an unknown task lists what is defined (1.310875ms)
✔ self dependency is rejected (3.74918ms)
✔ a dependency cycle names the cycle (8.181284ms)
✔ interpolation substitutes arch and matrix values (3.335748ms)
✔ interpolating an undefined dimension is an error (2.370562ms)
✔ referring to arch without declaring one is an error (2.207589ms)
✔ matrix values must be safe for use in a task name (1.598881ms)
✔ arch may not also be a matrix dimension (1.550995ms)
✔ services get a derived alias and reject duplicates (9.597065ms)
✔ artifacts accept a bare list and reject absolute paths (2.640293ms)
✔ artifact when is constrained (1.232009ms)
✔ defaults are inherited and overridden per task (1.938953ms)
✔ env values must be scalars with valid names (1.51134ms)
✔ parsePipeline normalizes without expanding (1.251896ms)
✔ a realistic distribution pipeline produces the expected graph (3.132844ms)
✔ compiles markers to the placeholder each dialect expects (11.70444ms)
✔ numbers postgres placeholders per occurrence, including repeats (0.626677ms)
✔ ignores markers inside string literals and comments (0.834453ms)
✔ a json literal in default text survives untouched (0.492275ms)
✔ doubling a brace escapes it (0.859472ms)
✔ block comments are skipped, and nest only for postgres (0.553782ms)
✔ postgres dollar quoted bodies are skipped (0.62213ms)
✔ mysql backtick identifiers and hash comments are skipped (0.700814ms)
✔ a malformed marker is rejected with a useful message (3.423552ms)
✔ binds by name, resolving dotted paths (2.462143ms)
✔ an exact key beats path traversal (0.629852ms)
✔ reports every missing key at once (0.729161ms)
✔ rejects an array of parameters, which would silently bind by position (4.186854ms)
✔ normalizes booleans, dates and null (0.421159ms)
✔ rejects an object value, which is nearly always a forgotten stringify (0.508849ms)
✔ an artifact past its own deadline is deleted (402.143985ms)
✔ an explicit deadline overrides the policy in both directions (288.873762ms)
✔ an explicit deadline also beats the last good job (120.396407ms)
✔ the last few jobs keep their artifacts however old they are (114.237132ms)
✔ recent artifacts are kept however many jobs have followed (104.40966ms)
✔ an artifact outside both rules is deleted (97.845291ms)
✔ the most recent successful job is kept whatever the policy says (104.865506ms)
✔ only the latest success is protected, not every success (90.35523ms)
✔ a project may keep artifacts forever despite a server default (111.273536ms)
✔ a project setting overrides the server default (89.23191ms)
✔ an unfinished job is never swept (98.108572ms)
✔ logs older than the limit are removed but the task remains (87.689194ms)
✔ a swept log is distinguishable from one that never existed (91.384997ms)
✔ a log is swept only once (85.997507ms)
✔ zero keeps logs forever (89.354659ms)
✔ a storage failure leaves the row for the next pass (92.289594ms)
✔ a sweep deletes no more than its batch (123.569635ms)
✔ one project policy does not reach into another (96.2479ms)
✔ artifacts.expire in a pipeline reaches the stored artifact (248.409048ms)
﹣ the api reports and accepts project retention (0.317544ms) # the JSON API was removed
✔ seals and opens a value (7.260354ms)
✔ sealing twice produces different ciphertext (1.550905ms)
✔ without a key, values are stored as marked plaintext (0.551891ms)
✔ a keyed box can still read values written before a key existed (0.436328ms)
✔ an unkeyed box refuses encrypted values with an actionable message (1.888615ms)
✔ the wrong key fails to open (0.995032ms)
✔ tampering with the ciphertext is detected (0.886368ms)
✔ associated data binds a secret to its location (2.408395ms)
✔ a key of the wrong size is refused at construction (1.982681ms)
✔ task ids are opaque, and say nothing about their job (11.465959ms)
✔ time ordered ids sort by creation time (0.499047ms)
✔ random ids use the expected alphabet (0.408338ms)
✔ slugify produces readable project ids and falls back when empty (1.603034ms)
✔ token hashing and constant time comparison (1.720831ms)
✔ the pipeline this project jobs on itself compiles (53.936354ms)
✔ its tasks declare the features they actually need (16.345928ms)
✔ publishing is restricted to main and release tags (82.730381ms)
✔ get-vanilla matches the reference signature (8.548273ms)
✔ get-vanilla-query-order-key-case matches the reference signature (3.322391ms)
✔ uriEncode percent encodes the characters encodeURIComponent leaves alone (0.579988ms)
✔ amzDate produces both required formats (1.288755ms)
✔ s3 requests carry the content hash header (1.344314ms)
✔ presigned urls carry the signature in the query string (6.619119ms)
✔ an already encoded path is not encoded a second time (2.071316ms)
✔ key validation rejects traversal and absolute paths (7.425408ms)
✔ sanitizeRelativePath strips traversal from worker supplied paths (0.853182ms)
✔ key layout is stable (1.190363ms)
✔ local backend round trips a buffer and reports its digest (50.887622ms)
✔ local backend serves ranges (7.495635ms)
✔ local backend accepts a stream (14.143894ms)
✔ local backend reports a missing object and deletes idempotently (12.274189ms)
✔ local backend has no presigned urls (4.590583ms)
✔ a partial write leaves no object behind (5.42946ms)
✔ part size grows so that a huge object still fits in 10000 parts (1.601439ms)
✔ inParts regroups an awkwardly chunked stream into fixed parts (3.482338ms)
✔ inParts handles a chunk far larger than the part size (1.084531ms)
✔ inParts yields nothing for an empty stream (0.806012ms)
﹣ s3 backend round trips awkward keys against a real server (0.157567ms) # docker is not available
﹣ s3 serves byte ranges (0.12276ms) # docker is not available
﹣ s3 accepts a stream when the size is known (0.124243ms) # docker is not available
﹣ a presigned url is usable without credentials (0.225433ms) # docker is not available
﹣ a tampered presigned url is rejected by the server (0.239238ms) # docker is not available
﹣ s3 reports a missing object and deletes idempotently (0.119543ms) # docker is not available
﹣ a stream of unknown length is accepted (0.118666ms) # docker is not available
﹣ a body past the single request threshold is uploaded in parts (0.113857ms) # docker is not available
﹣ a large body really is sent as several parts, and a small one is not (0.118676ms) # docker is not available
﹣ a multipart object still serves ranges (0.129573ms) # docker is not available
﹣ a body that does not match its declared size is rejected (0.108633ms) # docker is not available
﹣ a failed multipart upload does not leave parts behind (0.104928ms) # docker is not available
﹣ bad credentials fail loudly rather than silently storing nothing (0.11054ms) # docker is not available
✔ every javascript file parses (1106.310574ms)
✔ the shell scripts parse (3.939312ms)
✔ interpolated values are escaped by default (4.78592ms)
✔ quotes and ampersands are escaped inside attributes (0.727015ms)
✔ nested templates and arrays are kept, raw is passed through (0.698021ms)
✔ null, undefined and false render as nothing (0.842593ms)
✔ attrs omits absent values and renders bare booleans (0.686488ms)
✔ an anonymous visitor sees public jobs and an invitation to sign in (605.782414ms)
✔ an anonymous visitor cannot see a private job (301.749634ms)
✔ management pages redirect an anonymous visitor to sign in (201.025106ms)
✔ signing in through the form sets a session and reveals the nav (302.777225ms)
✔ a user creates a project through the form and is shown the secret once (246.34442ms)
✔ a project page shows variables and never their values (289.628813ms)
✔ setting and removing a variable returns the updated table (312.976812ms)
✔ a user cannot open or delete a project they do not own (493.341886ms)
✔ registering a worker shows the token once and lists it (360.516527ms)
✔ an ordinary user cannot create shared capacity from the form (567.654014ms)
✔ the users page is administrator only and warns about what deletion destroys (518.378008ms)
✔ a running job polls, and a finished one stops (425.474469ms)
✔ a task page streams the log and stops polling once it completes (400.525848ms)
✔ log output is escaped, so a task cannot inject markup into the page (362.1098ms)
✔ a mutation without the htmx header is refused (350.572242ms)
✔ the task graph is one table, so columns line up across stages (0.854226ms)
✔ the sign in form is centred rather than stranded at the left edge (230.635806ms)
✔ row actions stay ordinary table cells, so rows keep one height (303.068073ms)
✔ the stylesheet and htmx are served, and nothing else is (258.074098ms)
✔ the project page shows retention, with server defaults as placeholders (347.844066ms)
✔ saving retention through the form stores it, and empty means inherit (292.461459ms)
✔ a negative retention value is refused by the form (325.962365ms)
✔ the project page offers a working directory, defaulting to the server one (316.152656ms)
✔ saving a working directory stores it, and empty clears it (262.327554ms)
✔ an unusable working directory is refused by the form (383.988525ms)
✔ worker config loads from json and reports features (29.651001ms)
✔ worker config reads the token from a file (6.976296ms)
✔ environment overrides the worker config file (4.915345ms)
✔ worker config without a token is rejected (6.686094ms)
✔ a malformed feature is reported with its path (5.921208ms)
✔ shell quoting survives quotes and metacharacters (0.889469ms)
✔ a generated script echoes each command and stops on failure (0.972656ms)
✔ container names are valid for docker and stay unique (2.130926ms)
✔ job arguments carry mounts, env, network and privilege (1.729358ms)
✔ a task container is created without sharing anything with the worker (1.191123ms)
✔ a feature still contributes its bind mounts (0.454566ms)
✔ features resolve into mounts, env and privilege (2.507173ms)
✔ an unknown required feature is reported rather than ignored (0.314922ms)
✔ an artifact pattern reduces to the part that can be copied out (0.646993ms)
✔ overlapping artifact paths are copied out once (0.750523ms)
✔ artifact collection globs, and refuses to leave the workspace (38.304845ms)
✔ artifact when controls collection (0.478528ms)
✔ an idle worker keeps running instead of exiting (4013.044694ms)
✔ a worker stops promptly on a signal rather than after its poll interval (1530.473633ms)
✔ log output is batched and offsets advance (4.333956ms)
✔ a conflicting offset resynchronises instead of duplicating (1.330182ms)
✔ secrets are masked before anything leaves the host (1.998618ms)
✔ a secret split across two writes is still masked (0.866536ms)
✔ a failing conductor does not break the task (1.657788ms)
ℹ tests 365
ℹ suites 0
ℹ pass 329
ℹ fail 0
ℹ cancelled 0
ℹ skipped 36
ℹ todo 0
ℹ duration_ms 15443.692701
[conductor] done