conductor

sign in

integration

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

log

[conductor] task integration 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 (286.47043ms)
✔ a failure carries a name, a message and the matching status (100.78146ms)
✔ details are absent rather than null when there are none (94.61193ms)
✔ a url under the api that matches no route is enveloped too (143.63104ms)
✔ a url outside the api is left to the interface (150.24054ms)
✔ a malformed body is refused by name (99.89214ms)
✔ the worker protocol reports its refusals by name (90.56245ms)
✔ no error body carries a stack (157.99299ms)
✔ a page reports where it sits and how many there are (273.76933ms)
✔ following next walks the whole collection exactly once (218.11527ms)
✔ next is absent on the last page (220.17738ms)
✔ an unusable offset or limit falls back rather than failing (230.03511ms)
✔ a task reports its artifacts as a page (211.47342ms)
✔ a limit is clamped to the cap, and a missing one defaults (0.4659ms)
✔ an offset reads as zero unless it is a usable number (0.26486ms)
✔ next preserves the other query parameters (0.46742ms)
✔ the key order is next, offset, total (0.34708ms)
✔ every tracked text file is pure ASCII (122.27282ms)
✔ no file uses CRLF line endings or trailing whitespace (77.98455ms)
✔ a password round trips and a wrong one is refused (32.38598ms)
✔ the same password hashes differently each time (13.71134ms)
✔ parameters are read back from the stored hash (11.24886ms)
✔ a malformed stored hash is refused rather than throwing (0.69453ms)
✔ password length is bounded (0.64969ms)
✔ a session token round trips its claims (1.45626ms)
✔ a token signed with another secret is refused (0.53446ms)
✔ a tampered payload is refused (0.35148ms)
✔ an expired token is refused (0.47109ms)
✔ a malformed token is refused rather than throwing (0.42738ms)
✔ cookies are parsed and issued (1.87581ms)
✔ the oidc login state round trips with its return path (0.99106ms)
✔ a missing return path means the root (0.26612ms)
✔ the oidc login state is refused when forged, stale or off-site (0.3346ms)
✔ oidc roles are collected from the usual claim shapes (2.28146ms)
✔ mask replaces secrets, longest first (0.37922ms)
✔ mask ignores very short values and leaves clean output alone (0.20437ms)
✔ health reports the selected drivers (385.8897ms)
✔ a signed trigger creates a job and expands the pipeline (263.79228ms)
✔ an unsigned or wrongly signed trigger is refused (113.78351ms)
✔ github and gitlab push payloads are understood (305.8356ms)
✔ a branch deletion is ignored rather than failing (134.08509ms)
✔ a broken pipeline is reported as a client error with detail (230.91971ms)
✔ a missing pipeline file is reported clearly (274.76951ms)
✔ a pipeline may be spelled .conductor.yaml instead of .conductor.yml (251.10684ms)
✔ a project pointed at a specific file gets no fallback (289.03854ms)
✔ a repository carrying both spellings is refused rather than guessed at (260.98849ms)
✔ a pipeline still using the jobs key is told what it was renamed to (256.90717ms)
✔ a job can be created directly, without a push payload to imitate (389.24305ms)
✔ creating a job requires the same signature as a trigger (126.07758ms)
✔ creating a job insists on a real commit rather than inferring one (164.55394ms)
✔ a job can be read back, with the state of every task (246.32297ms)
✔ a public job is readable without any credential at all (245.32897ms)
✔ a private job needs the trigger secret, and is otherwise absent (251.67457ms)
✔ a job of another project cannot be read through this one (308.00343ms)
✔ a task can be read back on its own, and by its full name (264.49578ms)
✔ reading a task back carries its dependencies and matrix (375.89361ms)
✔ reading a task back never exposes its environment, services or script (279.23966ms)
✔ a task lists the artifacts it stored, with a usable download url (330.39325ms)
✔ reading a task back needs no worker token (362.69101ms)
✔ a private task is absent without a credential, and needs its project named (277.78294ms)
✔ a private task is readable by an administrator, by either path (573.67941ms)
✔ a task of another project cannot be read through this one (301.40608ms)
✔ an unknown task is 404 by either path (141.58815ms)
✔ the worker api rejects missing and invalid tokens (169.04054ms)
✔ independent tasks dispatch concurrently (284.88939ms)
✔ a task is only offered to a worker that satisfies its requires (414.3841ms)
✔ a worker is not offered work for an architecture it cannot build (325.7953ms)
✔ a claimed task carries everything the worker needs (331.32358ms)
✔ a task that requires a feature reports it to the worker (399.56818ms)
✔ the standard conductor variables are present in the task environment (264.16731ms)
✔ the source tarball is served from the mirror (338.81702ms)
✔ a worker cannot touch a task it does not hold (398.17596ms)
✔ log appends are resumable and deduplicated by offset (262.93767ms)
✔ an oversized log chunk is refused (363.99892ms)
✔ a finished log moves to storage and is still readable (438.54818ms)
✔ artifacts are stored, hashed, and stripped of traversal (281.73351ms)
✔ an artifact shorter than its content-length is rejected (295.55492ms)
✔ success releases dependents, matched on shared dimensions (414.28727ms)
✔ failure skips transitive dependents, not just direct ones (259.95292ms)
✔ a job settles as failed once every task is terminal (300.74425ms)
✔ a job settles as success when everything passes (398.16537ms)
✔ an allowed failure does not fail the job or block dependents (303.20572ms)
✔ a task with retries left is requeued instead of failing the job (434.88103ms)
✔ heartbeats keep a task alive and report cancellation (436.65411ms)
✔ the reaper fails a task whose worker stopped reporting (430.81774ms)
✔ a second push produces an independent, numbered job (689.02245ms)
﹣ jobs can be listed and filtered by project (1.04997ms) # the JSON API was removed
﹣ unknown jobs, tasks and artifacts return 404 (0.52418ms) # the JSON API was removed
✔ a disabled project refuses triggers (148.35494ms)
✔ a trigger for an unknown project is a 404 (168.85433ms)
✔ a commit that is not in the repository is refused (223.83347ms)
✔ a task is told to fetch an archive, and never the repository itself (410.74924ms)
✔ the source archive is the bare tree, with no wrapping directory (358.1241ms)
✔ the working directory is resolved from the pipeline, then the project (1129.18777ms)
✔ an unusable working directory is refused rather than sanitised (1226.36915ms)
✔ the trigger secret is not stored in the clear (184.46428ms)
✔ worker tokens are stored only as hashes (158.38531ms)
✔ defaults select sqlite, local storage and local auth (4.7707ms)
✔ configuring an s3 bucket switches the storage driver (0.8125ms)
✔ a partial s3 configuration is rejected rather than half applied (1.15466ms)
✔ configuring an oidc discovery url switches the auth mode (0.64496ms)
✔ an oidc discovery url without a client id is rejected (0.60342ms)
✔ a database url selects its dialect (1.47295ms)
✔ an unsupported database scheme is reported clearly (0.69268ms)
✔ a sqlite url collapses into database.path (0.83487ms)
✔ environment variables override the config file (33.96861ms)
✔ relative paths resolve against the config file directory (5.18298ms)
✔ a missing explicit config file is an error, a missing default is not (1.72863ms)
✔ a heartbeat timeout below the reap interval is rejected (7.42988ms)
✔ a non-integer port is rejected with the variable named (0.96687ms)
✔ parseKey accepts hex and base64, and rejects the wrong length (0.57592ms)
✔ stateDirs omits the storage directory when s3 is in use (1.5996ms)
✔ the loaded config is frozen (0.66021ms)
✔ topological order places dependencies first (3.26719ms)
✔ topological order is deterministic (3.66108ms)
✔ a cycle is detected and named (1.45288ms)
✔ depth reflects the longest path, not insertion order (0.69017ms)
✔ independent tasks are runnable at the same time (0.89003ms)
✔ a task becomes runnable only once every dependency succeeds (0.56851ms)
✔ a running dependency does not release its dependents (0.46682ms)
✔ failure skips transitive dependents, not just direct ones (0.68175ms)
✔ a skipped dependency never releases a dependent (0.75979ms)
✔ allowed failures can satisfy a dependency when asked to (0.719ms)
✔ transitive dependents of a leaf is empty (0.42652ms)
✔ graph helpers tolerate dependencies outside the set (0.50619ms)
✔ dialect detection covers every supported scheme (2.90967ms)
✔ statement splitter respects literals and comments (0.82701ms)
✔ statement splitter keeps postgres dollar quoted bodies whole (0.37322ms)
✔ migrations apply once and are idempotent (53.19893ms)
✔ an edited migration is refused rather than silently diverging (26.88838ms)
✔ a migration removed from disk is reported (28.15878ms)
✔ rows come back as ordinary objects (25.09902ms)
✔ a conditional update claims exactly once (17.77428ms)
✔ deleting a job cascades to its tasks (20.75501ms)
✔ a failed transaction rolls back, and a failed savepoint keeps the outer work (27.74692ms)
﹣ migrations apply and retention sweeps on postgres (1.55714ms) # SKIP
﹣ migrations apply and retention sweeps on mysql (0.17654ms) # SKIP
✔ every example pipeline compiles (54.26738ms)
✔ the distribution example fans in per architecture (14.36005ms)
✔ the node example wires services and features (12.45547ms)
✔ git jobs with safe.directory set (10.12445ms)
✔ it appends to configuration already in the environment (1.64048ms)
✔ a count that is not a number does not corrupt the sequence (2.11181ms)
✔ git accepts the environment we build (100.2168ms)
✔ a file missing from a commit reads as missing, whatever sits in the working directory (97.06043ms)
﹣ the endpoints and key set come from the discovery document (1.65123ms) # docker is not available
✔ discovery reports a document that is missing an endpoint (37.98764ms)
✔ discovery reports an unreachable provider and a bad status (1.25282ms)
﹣ a token carrying the admin role authenticates as an administrator (0.25517ms) # the JSON API was removed
﹣ a token without the admin role is an ordinary user (0.19646ms) # the JSON API was removed
﹣ roles are recognised in the groups and resource_access shapes (0.16376ms) # the JSON API was removed
﹣ an OIDC user gets a local account and can own a project (0.24713ms) # the JSON API was removed
﹣ the same subject keeps one account even when the display name changes (0.45188ms) # the JSON API was removed
﹣ a display name colliding with a local account gets its own username (0.4189ms) # the JSON API was removed
﹣ a role revoked at the provider is lost on the next request (0.35313ms) # the JSON API was removed
﹣ an account disabled locally is refused despite a valid token (0.2147ms) # the JSON API was removed
﹣ a forged signature is refused (0.91979ms) # the JSON API was removed
﹣ an expired token is refused (0.37687ms) # the JSON API was removed
﹣ a token from a different issuer is refused (0.2872ms) # the JSON API was removed
﹣ an anonymous visitor asking for a protected page is sent to the provider (0.14437ms) # docker is not available
﹣ a browser signs in at the provider and comes back with a session (0.28192ms) # docker is not available
﹣ a callback with a forged state is refused (0.1355ms) # docker is not available
﹣ local passwords are refused while OIDC is in charge (0.20017ms) # the JSON API was removed
﹣ an OIDC administrator can drive the interface (0.19563ms) # docker is not available
﹣ worker ownership follows the OIDC identity (0.13704ms) # the JSON API was removed
✔ a pattern without a star matches exactly (2.96473ms)
✔ a star matches any job of characters (0.71663ms)
✔ the rest of a pattern is literal, not a regular expression (0.3463ms)
✔ a restricted task is left out of jobs for other refs (32.15505ms)
✔ it is left out rather than recorded as skipped (3.00229ms)
✔ tasks depending on an excluded task are excluded too (3.30265ms)
✔ depth and ordering describe the job that will happen (1.87392ms)
✔ without a ref nothing is filtered, so a pipeline can still be validated (3.48626ms)
✔ a restricted task cannot match a job that has no ref (3.11196ms)
✔ a malformed rule is reported rather than ignored (12.5341ms)
✔ the rule is not inherited from defaults (1.71076ms)
✔ a page number is read from the query, and nonsense reads as the first (2.42956ms)
✔ an absurd page number cannot produce an unusable offset (0.53867ms)
✔ a window describes the slice it holds (0.72337ms)
✔ an empty table is one page, and counts from zero (0.24164ms)
✔ windowOfAll slices a list that is already in memory (0.474ms)
✔ a page link keeps the other query parameters (0.43282ms)
✔ a pager is not rendered when everything fits on one page (0.65783ms)
✔ a pager offers only the steps that exist (1.0556ms)
✔ paginate counts under the same conditions as it selects (353.16327ms)
✔ successive pages do not repeat or skip a row (194.69619ms)
✔ the job list is capped at a page and offers the next one (245.24022ms)
✔ paging past the end is an empty table rather than an error (179.96267ms)
✔ a page link keeps the project filter, and so does the live fragment (166.48558ms)
✔ the polling fragment asks for the page being viewed, not the first (155.85798ms)
✔ the count behind the pager respects who is asking (214.01471ms)
✔ the users and workers tables keep their swap target on the wrapper (179.47722ms)
✔ a minimal pipeline compiles (105.17762ms)
✔ version is required and pinned (22.51494ms)
✔ empty and malformed documents are rejected clearly (15.81199ms)
✔ image and script are required (5.9497ms)
✔ image may come from defaults (16.74507ms)
✔ unknown keys are rejected, with a suggestion when close (20.76268ms)
✔ all problems are reported at once (7.11564ms)
✔ durations accept seconds, units and composites (21.18147ms)
✔ durations accept day and week units (4.14826ms)
✔ a malformed duration is rejected (3.43864ms)
✔ arch expands into one task per architecture (3.79818ms)
✔ a matrix expands to the cartesian product (1.71344ms)
✔ needs match on shared dimensions rather than fanning out (3.96318ms)
✔ a task without the shared dimension depends on every instance (1.2493ms)
✔ match all opts out of dimension matching (1.49348ms)
✔ needs may name one concrete instance (5.84723ms)
✔ an unsatisfiable dimension match is reported, not silently dropped (1.20698ms)
✔ needs on an unknown task lists what is defined (0.77137ms)
✔ self dependency is rejected (0.73736ms)
✔ a dependency cycle names the cycle (6.95286ms)
✔ interpolation substitutes arch and matrix values (1.45119ms)
✔ interpolating an undefined dimension is an error (1.05568ms)
✔ referring to arch without declaring one is an error (1.34667ms)
✔ matrix values must be safe for use in a task name (0.7276ms)
✔ arch may not also be a matrix dimension (0.65599ms)
✔ services get a derived alias and reject duplicates (3.91413ms)
✔ artifacts accept a bare list and reject absolute paths (1.21338ms)
✔ artifact when is constrained (0.60005ms)
✔ defaults are inherited and overridden per task (0.9679ms)
✔ env values must be scalars with valid names (0.94274ms)
✔ parsePipeline normalizes without expanding (0.71648ms)
✔ a realistic distribution pipeline produces the expected graph (2.45731ms)
✔ compiles markers to the placeholder each dialect expects (6.99048ms)
✔ numbers postgres placeholders per occurrence, including repeats (0.38383ms)
✔ ignores markers inside string literals and comments (0.63931ms)
✔ a json literal in default text survives untouched (0.33716ms)
✔ doubling a brace escapes it (0.35584ms)
✔ block comments are skipped, and nest only for postgres (0.3646ms)
✔ postgres dollar quoted bodies are skipped (0.37414ms)
✔ mysql backtick identifiers and hash comments are skipped (0.50406ms)
✔ a malformed marker is rejected with a useful message (1.38001ms)
✔ binds by name, resolving dotted paths (1.14346ms)
✔ an exact key beats path traversal (0.37491ms)
✔ reports every missing key at once (0.54426ms)
✔ rejects an array of parameters, which would silently bind by position (0.42229ms)
✔ normalizes booleans, dates and null (0.32522ms)
✔ rejects an object value, which is nearly always a forgotten stringify (0.41167ms)
✔ an artifact past its own deadline is deleted (396.16999ms)
✔ an explicit deadline overrides the policy in both directions (251.43001ms)
✔ an explicit deadline also beats the last good job (93.50003ms)
✔ the last few jobs keep their artifacts however old they are (143.86665ms)
✔ recent artifacts are kept however many jobs have followed (111.15513ms)
✔ an artifact outside both rules is deleted (97.06039ms)
✔ the most recent successful job is kept whatever the policy says (95.73565ms)
✔ only the latest success is protected, not every success (115.73038ms)
✔ a project may keep artifacts forever despite a server default (120.90207ms)
✔ a project setting overrides the server default (113.32203ms)
✔ an unfinished job is never swept (106.1446ms)
✔ logs older than the limit are removed but the task remains (99.66566ms)
✔ a swept log is distinguishable from one that never existed (130.35905ms)
✔ a log is swept only once (118.3722ms)
✔ zero keeps logs forever (98.82061ms)
✔ a storage failure leaves the row for the next pass (93.87729ms)
✔ a sweep deletes no more than its batch (102.47977ms)
✔ one project policy does not reach into another (90.26476ms)
✔ artifacts.expire in a pipeline reaches the stored artifact (301.72682ms)
﹣ the api reports and accepts project retention (0.33132ms) # the JSON API was removed
✔ seals and opens a value (6.56777ms)
✔ sealing twice produces different ciphertext (0.93638ms)
✔ without a key, values are stored as marked plaintext (0.46118ms)
✔ a keyed box can still read values written before a key existed (0.33465ms)
✔ an unkeyed box refuses encrypted values with an actionable message (1.31224ms)
✔ the wrong key fails to open (0.79057ms)
✔ tampering with the ciphertext is detected (0.65126ms)
✔ associated data binds a secret to its location (1.06756ms)
✔ a key of the wrong size is refused at construction (0.75741ms)
✔ task ids are opaque, and say nothing about their job (8.29409ms)
✔ time ordered ids sort by creation time (0.38631ms)
✔ random ids use the expected alphabet (0.29926ms)
✔ slugify produces readable project ids and falls back when empty (0.62983ms)
✔ token hashing and constant time comparison (1.96413ms)
✔ the pipeline this project jobs on itself compiles (42.29862ms)
✔ its tasks declare the features they actually need (7.85948ms)
✔ publishing is restricted to main and release tags (39.77645ms)
✔ get-vanilla matches the reference signature (4.72522ms)
✔ get-vanilla-query-order-key-case matches the reference signature (1.37769ms)
✔ uriEncode percent encodes the characters encodeURIComponent leaves alone (0.36174ms)
✔ amzDate produces both required formats (0.36279ms)
✔ s3 requests carry the content hash header (1.21984ms)
✔ presigned urls carry the signature in the query string (2.89292ms)
✔ an already encoded path is not encoded a second time (0.82298ms)
✔ key validation rejects traversal and absolute paths (3.23703ms)
✔ sanitizeRelativePath strips traversal from worker supplied paths (0.64583ms)
✔ key layout is stable (0.50146ms)
✔ local backend round trips a buffer and reports its digest (48.76622ms)
✔ local backend serves ranges (17.42063ms)
✔ local backend accepts a stream (17.07422ms)
✔ local backend reports a missing object and deletes idempotently (5.38084ms)
✔ local backend has no presigned urls (9.50123ms)
✔ a partial write leaves no object behind (4.22488ms)
✔ part size grows so that a huge object still fits in 10000 parts (0.97232ms)
✔ inParts regroups an awkwardly chunked stream into fixed parts (3.2813ms)
✔ inParts handles a chunk far larger than the part size (0.96241ms)
✔ inParts yields nothing for an empty stream (0.67961ms)
﹣ s3 backend round trips awkward keys against a real server (0.10901ms) # docker is not available
﹣ s3 serves byte ranges (0.0978ms) # docker is not available
﹣ s3 accepts a stream when the size is known (0.09143ms) # docker is not available
﹣ a presigned url is usable without credentials (0.16813ms) # docker is not available
﹣ a tampered presigned url is rejected by the server (0.09224ms) # docker is not available
﹣ s3 reports a missing object and deletes idempotently (0.11971ms) # docker is not available
﹣ a stream of unknown length is accepted (0.08915ms) # docker is not available
﹣ a body past the single request threshold is uploaded in parts (0.08009ms) # docker is not available
﹣ a large body really is sent as several parts, and a small one is not (0.08059ms) # docker is not available
﹣ a multipart object still serves ranges (0.07959ms) # docker is not available
﹣ a body that does not match its declared size is rejected (0.08184ms) # docker is not available
﹣ a failed multipart upload does not leave parts behind (0.07455ms) # docker is not available
﹣ bad credentials fail loudly rather than silently storing nothing (0.07523ms) # docker is not available
✔ every javascript file parses (1078.10666ms)
✔ the shell scripts parse (3.80101ms)
✔ interpolated values are escaped by default (2.60264ms)
✔ quotes and ampersands are escaped inside attributes (0.34126ms)
✔ nested templates and arrays are kept, raw is passed through (0.32808ms)
✔ null, undefined and false render as nothing (0.30815ms)
✔ attrs omits absent values and renders bare booleans (0.3438ms)
✔ an anonymous visitor sees public jobs and an invitation to sign in (575.35148ms)
✔ an anonymous visitor cannot see a private job (269.92305ms)
✔ management pages redirect an anonymous visitor to sign in (170.24567ms)
✔ signing in through the form sets a session and reveals the nav (241.07326ms)
✔ a user creates a project through the form and is shown the secret once (220.0253ms)
✔ a project page shows variables and never their values (209.8242ms)
✔ setting and removing a variable returns the updated table (282.99203ms)
✔ a user cannot open or delete a project they do not own (327.36814ms)
✔ registering a worker shows the token once and lists it (352.88458ms)
✔ an ordinary user cannot create shared capacity from the form (408.59709ms)
✔ the users page is administrator only and warns about what deletion destroys (378.5199ms)
✔ a running job polls, and a finished one stops (419.6736ms)
✔ a task page streams the log and stops polling once it completes (533.60975ms)
✔ log output is escaped, so a task cannot inject markup into the page (300.5607ms)
✔ a mutation without the htmx header is refused (337.02243ms)
✔ the task graph is one table, so columns line up across stages (1.03401ms)
✔ the sign in form is centred rather than stranded at the left edge (240.66312ms)
✔ row actions stay ordinary table cells, so rows keep one height (212.30592ms)
✔ the stylesheet and htmx are served, and nothing else is (164.85308ms)
✔ the project page shows retention, with server defaults as placeholders (277.66149ms)
✔ saving retention through the form stores it, and empty means inherit (283.12558ms)
✔ a negative retention value is refused by the form (251.87454ms)
✔ the project page offers a working directory, defaulting to the server one (341.22704ms)
✔ saving a working directory stores it, and empty clears it (226.46729ms)
✔ an unusable working directory is refused by the form (266.44028ms)
✔ worker config loads from json and reports features (26.49889ms)
✔ worker config reads the token from a file (4.11908ms)
✔ environment overrides the worker config file (3.06536ms)
✔ worker config without a token is rejected (5.42183ms)
✔ a malformed feature is reported with its path (3.46708ms)
✔ shell quoting survives quotes and metacharacters (0.51154ms)
✔ a generated script echoes each command and stops on failure (0.64228ms)
✔ container names are valid for docker and stay unique (1.77216ms)
✔ job arguments carry mounts, env, network and privilege (1.33045ms)
✔ a task container is created without sharing anything with the worker (1.07357ms)
✔ a feature still contributes its bind mounts (0.40342ms)
✔ features resolve into mounts, env and privilege (0.66732ms)
✔ an unknown required feature is reported rather than ignored (0.25194ms)
✔ an artifact pattern reduces to the part that can be copied out (0.53611ms)
✔ overlapping artifact paths are copied out once (0.54686ms)
✔ artifact collection globs, and refuses to leave the workspace (30.98802ms)
✔ artifact when controls collection (1.64374ms)
✔ an idle worker keeps running instead of exiting (4015.47167ms)
✔ a worker stops promptly on a signal rather than after its poll interval (1520.75744ms)
✔ log output is batched and offsets advance (1.9652ms)
✔ a conflicting offset resynchronises instead of duplicating (0.62526ms)
✔ secrets are masked before anything leaves the host (0.9136ms)
✔ a secret split across two writes is still masked (0.43489ms)
✔ a failing conductor does not break the task (0.68467ms)
ℹ tests 365
ℹ suites 0
ℹ pass 329
ℹ fail 0
ℹ cancelled 0
ℹ skipped 36
ℹ todo 0
ℹ duration_ms 20745.85956
[conductor] done