conductor

sign in

test

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

log

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

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

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

✔ a success carries ok and data, and nothing else (457.711016ms)
✔ a failure carries a name, a message and the matching status (139.522918ms)
✔ details are absent rather than null when there are none (117.422317ms)
✔ a url under the api that matches no route is enveloped too (118.988332ms)
✔ a url outside the api is left to the interface (114.63426ms)
✔ a malformed body is refused by name (117.266758ms)
✔ the worker protocol reports its refusals by name (106.001685ms)
✔ no error body carries a stack (102.110201ms)
✔ a page reports where it sits and how many there are (226.560507ms)
✔ following next walks the whole collection exactly once (208.832336ms)
✔ next is absent on the last page (191.823027ms)
✔ an unusable offset or limit falls back rather than failing (222.937012ms)
✔ a task reports its artifacts as a page (202.991048ms)
✔ a limit is clamped to the cap, and a missing one defaults (0.475871ms)
✔ an offset reads as zero unless it is a usable number (0.307066ms)
✔ next preserves the other query parameters (0.456147ms)
✔ the key order is next, offset, total (0.293245ms)
✔ every tracked text file is pure ASCII (254.992115ms)
✔ no file uses CRLF line endings or trailing whitespace (113.432936ms)
✔ a password round trips and a wrong one is refused (53.118727ms)
✔ the same password hashes differently each time (34.251859ms)
✔ parameters are read back from the stored hash (33.333849ms)
✔ a malformed stored hash is refused rather than throwing (0.951068ms)
✔ password length is bounded (1.118374ms)
✔ a session token round trips its claims (3.940422ms)
✔ a token signed with another secret is refused (0.916182ms)
✔ a tampered payload is refused (0.813257ms)
✔ an expired token is refused (2.270683ms)
✔ a malformed token is refused rather than throwing (0.828359ms)
✔ cookies are parsed and issued (4.271691ms)
✔ the oidc login state round trips with its return path (2.122508ms)
✔ a missing return path means the root (0.391546ms)
✔ the oidc login state is refused when forged, stale or off-site (0.644062ms)
✔ oidc roles are collected from the usual claim shapes (0.777459ms)
✔ mask replaces secrets, longest first (0.562686ms)
✔ mask ignores very short values and leaves clean output alone (0.258109ms)
✔ health reports the selected drivers (460.228674ms)
✔ a signed trigger creates a job and expands the pipeline (250.733178ms)
✔ an unsigned or wrongly signed trigger is refused (133.417408ms)
✔ github and gitlab push payloads are understood (325.206188ms)
✔ a branch deletion is ignored rather than failing (99.201089ms)
✔ a broken pipeline is reported as a client error with detail (243.055025ms)
✔ a missing pipeline file is reported clearly (207.498248ms)
✔ a pipeline may be spelled .conductor.yaml instead of .conductor.yml (223.515515ms)
✔ a project pointed at a specific file gets no fallback (204.906813ms)
✔ a repository carrying both spellings is refused rather than guessed at (238.231627ms)
✔ a pipeline still using the jobs key is told what it was renamed to (232.760627ms)
✔ a job can be created directly, without a push payload to imitate (204.356618ms)
✔ creating a job requires the same signature as a trigger (129.747687ms)
✔ creating a job insists on a real commit rather than inferring one (132.656449ms)
✔ a job can be read back, with the state of every task (232.584569ms)
✔ a public job is readable without any credential at all (246.164846ms)
✔ a private job needs the trigger secret, and is otherwise absent (226.100273ms)
✔ a job of another project cannot be read through this one (236.092462ms)
✔ a task can be read back on its own, and by its full name (274.932823ms)
✔ reading a task back carries its dependencies and matrix (250.855749ms)
✔ reading a task back never exposes its environment, services or script (265.203005ms)
✔ a task lists the artifacts it stored, with a usable download url (291.529992ms)
✔ reading a task back needs no worker token (253.188532ms)
✔ a private task is absent without a credential, and needs its project named (223.077432ms)
✔ a private task is readable by an administrator, by either path (492.278923ms)
✔ a task of another project cannot be read through this one (274.022563ms)
✔ an unknown task is 404 by either path (137.947278ms)
✔ a claim records what the machine advertises, even when there is no work (99.801259ms)
✔ a machine that changes its features updates its row rather than adding one (104.130306ms)
✔ machines sharing a token are recorded separately (120.344294ms)
✔ the worker api rejects missing and invalid tokens (104.247116ms)
✔ independent tasks dispatch concurrently (214.780873ms)
✔ a task is only offered to a worker that satisfies its requires (224.325809ms)
✔ a worker is not offered work for an architecture it cannot build (255.694779ms)
✔ a claimed task carries everything the worker needs (270.273878ms)
✔ a task that requires a feature reports it to the worker (275.923697ms)
✔ the standard conductor variables are present in the task environment (230.125677ms)
✔ the source tarball is served from the mirror (252.380338ms)
✔ a worker cannot touch a task it does not hold (252.047441ms)
✔ log appends are resumable and deduplicated by offset (276.421098ms)
✔ an oversized log chunk is refused (242.375634ms)
✔ a finished log moves to storage and is still readable (257.648456ms)
✔ artifacts are stored, hashed, and stripped of traversal (224.565912ms)
✔ an artifact shorter than its content-length is rejected (262.601378ms)
✔ success releases dependents, matched on shared dimensions (263.702621ms)
✔ failure skips transitive dependents, not just direct ones (249.257736ms)
✔ a job settles as failed once every task is terminal (234.915374ms)
✔ a job settles as success when everything passes (260.370303ms)
✔ an allowed failure does not fail the job or block dependents (257.517672ms)
✔ a task with retries left is requeued instead of failing the job (265.979534ms)
✔ heartbeats keep a task alive and report cancellation (268.105574ms)
✔ the reaper fails a task whose worker stopped reporting (265.060044ms)
✔ a second push produces an independent, numbered job (381.954099ms)
﹣ jobs can be listed and filtered by project (0.703517ms) # the JSON API was removed
﹣ unknown jobs, tasks and artifacts return 404 (0.292913ms) # the JSON API was removed
✔ a disabled project refuses triggers (144.570127ms)
✔ a trigger for an unknown project is a 404 (131.60927ms)
✔ a commit that is not in the repository is refused (242.234735ms)
✔ a task is told to fetch an archive, and never the repository itself (256.206821ms)
✔ the source archive is the bare tree, with no wrapping directory (296.46061ms)
✔ the working directory is resolved from the pipeline, then the project (711.15776ms)
✔ an unusable working directory is refused rather than sanitised (1004.280042ms)
✔ the trigger secret is not stored in the clear (116.982775ms)
✔ worker tokens are stored only as hashes (112.943741ms)
✔ defaults select sqlite, local storage and local auth (8.45031ms)
✔ configuring an s3 bucket switches the storage driver (1.377167ms)
✔ a partial s3 configuration is rejected rather than half applied (2.142214ms)
✔ configuring an oidc discovery url switches the auth mode (1.263468ms)
✔ an oidc discovery url without a client id is rejected (1.489692ms)
✔ a database url selects its dialect (2.807342ms)
✔ an unsupported database scheme is reported clearly (1.577121ms)
✔ a sqlite url collapses into database.path (3.681826ms)
✔ environment variables override the config file (56.917673ms)
✔ relative paths resolve against the config file directory (10.28156ms)
✔ a missing explicit config file is an error, a missing default is not (3.177212ms)
✔ a heartbeat timeout below the reap interval is rejected (9.933137ms)
✔ a non-integer port is rejected with the variable named (1.678096ms)
✔ parseKey accepts hex and base64, and rejects the wrong length (0.983527ms)
✔ stateDirs omits the storage directory when s3 is in use (2.934979ms)
✔ the loaded config is frozen (1.234467ms)
✔ topological order places dependencies first (5.060138ms)
✔ topological order is deterministic (6.210842ms)
✔ a cycle is detected and named (2.097297ms)
✔ depth reflects the longest path, not insertion order (1.027015ms)
✔ independent tasks are runnable at the same time (1.188152ms)
✔ a task becomes runnable only once every dependency succeeds (0.825808ms)
✔ a running dependency does not release its dependents (0.784534ms)
✔ failure skips transitive dependents, not just direct ones (1.0088ms)
✔ a skipped dependency never releases a dependent (2.253959ms)
✔ allowed failures can satisfy a dependency when asked to (0.995088ms)
✔ transitive dependents of a leaf is empty (0.522317ms)
✔ graph helpers tolerate dependencies outside the set (2.174163ms)
✔ dialect detection covers every supported scheme (4.478623ms)
✔ statement splitter respects literals and comments (1.534863ms)
✔ statement splitter keeps postgres dollar quoted bodies whole (0.614507ms)
✔ migrations apply once and are idempotent (117.872015ms)
✔ an edited migration is refused rather than silently diverging (41.487446ms)
✔ a migration removed from disk is reported (39.345769ms)
✔ rows come back as ordinary objects (50.418564ms)
✔ a conditional update claims exactly once (42.226737ms)
✔ deleting a job cascades to its tasks (48.718214ms)
✔ a failed transaction rolls back, and a failed savepoint keeps the outer work (45.10401ms)
﹣ migrations apply and retention sweeps on postgres (3.299913ms) # SKIP
﹣ migrations apply and retention sweeps on mysql (0.384869ms) # SKIP
✔ every example pipeline compiles (95.291924ms)
✔ the distribution example fans in per architecture (24.923808ms)
✔ the node example wires services and features (17.237607ms)
✔ git jobs with safe.directory set (4.552312ms)
✔ it appends to configuration already in the environment (1.152654ms)
✔ a count that is not a number does not corrupt the sequence (0.650667ms)
✔ git accepts the environment we build (56.368384ms)
✔ a file missing from a commit reads as missing, whatever sits in the working directory (102.441679ms)
﹣ the endpoints and key set come from the discovery document (3.296265ms) # docker is not available
✔ discovery reports a document that is missing an endpoint (60.036036ms)
✔ discovery reports an unreachable provider and a bad status (1.873763ms)
﹣ a token carrying the admin role authenticates as an administrator (0.345152ms) # the JSON API was removed
﹣ a token without the admin role is an ordinary user (0.324836ms) # the JSON API was removed
﹣ roles are recognised in the groups and resource_access shapes (0.280749ms) # the JSON API was removed
﹣ an OIDC user gets a local account and can own a project (7.569212ms) # the JSON API was removed
﹣ the same subject keeps one account even when the display name changes (0.591818ms) # the JSON API was removed
﹣ a display name colliding with a local account gets its own username (0.409711ms) # the JSON API was removed
﹣ a role revoked at the provider is lost on the next request (2.325309ms) # the JSON API was removed
﹣ an account disabled locally is refused despite a valid token (0.231752ms) # the JSON API was removed
﹣ a forged signature is refused (1.290056ms) # the JSON API was removed
﹣ an expired token is refused (0.16429ms) # the JSON API was removed
﹣ a token from a different issuer is refused (0.763858ms) # the JSON API was removed
﹣ an anonymous visitor asking for a protected page is sent to the provider (0.394854ms) # docker is not available
﹣ a browser signs in at the provider and comes back with a session (0.139493ms) # docker is not available
﹣ a callback with a forged state is refused (0.615682ms) # docker is not available
﹣ local passwords are refused while OIDC is in charge (0.150997ms) # the JSON API was removed
﹣ an OIDC administrator can drive the interface (0.133352ms) # docker is not available
﹣ worker ownership follows the OIDC identity (0.127397ms) # the JSON API was removed
✔ a pattern without a star matches exactly (4.114508ms)
✔ a star matches any job of characters (0.924047ms)
✔ the rest of a pattern is literal, not a regular expression (0.645485ms)
✔ a restricted task is left out of jobs for other refs (49.461467ms)
✔ it is left out rather than recorded as skipped (6.294459ms)
✔ tasks depending on an excluded task are excluded too (6.904799ms)
✔ depth and ordering describe the job that will happen (3.247745ms)
✔ without a ref nothing is filtered, so a pipeline can still be validated (3.407348ms)
✔ a restricted task cannot match a job that has no ref (3.316353ms)
✔ a malformed rule is reported rather than ignored (16.255942ms)
✔ the rule is not inherited from defaults (4.222997ms)
✔ a page number is read from the query, and nonsense reads as the first (3.489859ms)
✔ an absurd page number cannot produce an unusable offset (0.590316ms)
✔ a window describes the slice it holds (0.574907ms)
✔ an empty table is one page, and counts from zero (0.341903ms)
✔ windowOfAll slices a list that is already in memory (0.583378ms)
✔ a page link keeps the other query parameters (0.494454ms)
✔ a pager is not rendered when everything fits on one page (1.146281ms)
✔ a pager offers only the steps that exist (1.202055ms)
✔ paginate counts under the same conditions as it selects (507.879166ms)
✔ successive pages do not repeat or skip a row (222.81199ms)
✔ the job list is capped at a page and offers the next one (250.725515ms)
✔ paging past the end is an empty table rather than an error (176.807332ms)
✔ a page link keeps the project filter, and so does the live fragment (197.034904ms)
✔ the polling fragment asks for the page being viewed, not the first (219.503027ms)
✔ the count behind the pager respects who is asking (314.205943ms)
✔ a worker page pages its task history (286.951781ms)
✔ the users and workers tables keep their swap target on the wrapper (338.229152ms)
✔ a minimal pipeline compiles (38.793522ms)
✔ version is required and pinned (6.450012ms)
✔ empty and malformed documents are rejected clearly (5.373955ms)
✔ image and script are required (1.723297ms)
✔ image may come from defaults (3.610824ms)
✔ unknown keys are rejected, with a suggestion when close (6.885719ms)
✔ all problems are reported at once (3.938679ms)
✔ durations accept seconds, units and composites (4.602924ms)
✔ durations accept day and week units (5.177337ms)
✔ a malformed duration is rejected (2.980925ms)
✔ arch expands into one task per architecture (3.671715ms)
✔ a matrix expands to the cartesian product (3.513308ms)
✔ needs match on shared dimensions rather than fanning out (11.750481ms)
✔ a task without the shared dimension depends on every instance (3.66837ms)
✔ match all opts out of dimension matching (5.020742ms)
✔ needs may name one concrete instance (3.964228ms)
✔ an unsatisfiable dimension match is reported, not silently dropped (6.721869ms)
✔ needs on an unknown task lists what is defined (1.313734ms)
✔ self dependency is rejected (3.254008ms)
✔ a dependency cycle names the cycle (8.684288ms)
✔ interpolation substitutes arch and matrix values (3.234021ms)
✔ interpolating an undefined dimension is an error (2.496506ms)
✔ referring to arch without declaring one is an error (1.133435ms)
✔ matrix values must be safe for use in a task name (1.695223ms)
✔ arch may not also be a matrix dimension (1.363173ms)
✔ services get a derived alias and reject duplicates (10.032832ms)
✔ artifacts accept a bare list and reject absolute paths (2.510764ms)
✔ artifact when is constrained (1.241223ms)
✔ defaults are inherited and overridden per task (2.19416ms)
✔ env values must be scalars with valid names (1.802757ms)
✔ parsePipeline normalizes without expanding (2.491903ms)
✔ a realistic distribution pipeline produces the expected graph (2.917929ms)
✔ compiles markers to the placeholder each dialect expects (7.063782ms)
✔ numbers postgres placeholders per occurrence, including repeats (0.395728ms)
✔ ignores markers inside string literals and comments (0.758331ms)
✔ a json literal in default text survives untouched (0.507791ms)
✔ doubling a brace escapes it (0.829647ms)
✔ block comments are skipped, and nest only for postgres (0.792896ms)
✔ postgres dollar quoted bodies are skipped (0.627287ms)
✔ mysql backtick identifiers and hash comments are skipped (0.641673ms)
✔ a malformed marker is rejected with a useful message (2.716037ms)
✔ binds by name, resolving dotted paths (1.667057ms)
✔ an exact key beats path traversal (1.077771ms)
✔ reports every missing key at once (0.683376ms)
✔ rejects an array of parameters, which would silently bind by position (0.609865ms)
✔ normalizes booleans, dates and null (0.474919ms)
✔ rejects an object value, which is nearly always a forgotten stringify (0.698384ms)
✔ an artifact past its own deadline is deleted (401.120706ms)
✔ an explicit deadline overrides the policy in both directions (255.48029ms)
✔ an explicit deadline also beats the last good job (128.66306ms)
✔ the last few jobs keep their artifacts however old they are (118.578802ms)
✔ recent artifacts are kept however many jobs have followed (118.917585ms)
✔ an artifact outside both rules is deleted (102.658504ms)
✔ the most recent successful job is kept whatever the policy says (113.433363ms)
✔ only the latest success is protected, not every success (114.698771ms)
✔ a project may keep artifacts forever despite a server default (104.50634ms)
✔ a project setting overrides the server default (98.592791ms)
✔ an unfinished job is never swept (88.841935ms)
✔ logs older than the limit are removed but the task remains (97.791628ms)
✔ a swept log is distinguishable from one that never existed (104.78274ms)
✔ a log is swept only once (110.695242ms)
✔ zero keeps logs forever (96.156064ms)
✔ a storage failure leaves the row for the next pass (97.628741ms)
✔ a sweep deletes no more than its batch (125.214593ms)
✔ one project policy does not reach into another (110.551538ms)
✔ artifacts.expire in a pipeline reaches the stored artifact (315.318857ms)
﹣ the api reports and accepts project retention (0.323203ms) # the JSON API was removed
✔ a machine that has stopped claiming is forgotten (97.161653ms)
✔ zero keeps machines for ever (126.577811ms)
✔ seals and opens a value (5.079545ms)
✔ sealing twice produces different ciphertext (0.919222ms)
✔ without a key, values are stored as marked plaintext (0.365051ms)
✔ a keyed box can still read values written before a key existed (0.446019ms)
✔ an unkeyed box refuses encrypted values with an actionable message (4.5424ms)
✔ the wrong key fails to open (2.088963ms)
✔ tampering with the ciphertext is detected (1.480706ms)
✔ associated data binds a secret to its location (1.373371ms)
✔ a key of the wrong size is refused at construction (0.805226ms)
✔ task ids are opaque, and say nothing about their job (11.11625ms)
✔ time ordered ids sort by creation time (0.50068ms)
✔ random ids use the expected alphabet (0.401077ms)
✔ slugify produces readable project ids and falls back when empty (0.638546ms)
✔ token hashing and constant time comparison (2.234488ms)
✔ the pipeline this project jobs on itself compiles (66.014444ms)
✔ its tasks declare the features they actually need (19.304619ms)
✔ publishing is restricted to main and release tags (86.585767ms)
✔ get-vanilla matches the reference signature (7.186182ms)
✔ get-vanilla-query-order-key-case matches the reference signature (1.773437ms)
✔ uriEncode percent encodes the characters encodeURIComponent leaves alone (0.520732ms)
✔ amzDate produces both required formats (0.539675ms)
✔ s3 requests carry the content hash header (1.238367ms)
✔ presigned urls carry the signature in the query string (4.396479ms)
✔ an already encoded path is not encoded a second time (1.565358ms)
✔ key validation rejects traversal and absolute paths (3.707198ms)
✔ sanitizeRelativePath strips traversal from worker supplied paths (0.670826ms)
✔ key layout is stable (0.705141ms)
✔ local backend round trips a buffer and reports its digest (30.853375ms)
✔ local backend serves ranges (5.767618ms)
✔ local backend accepts a stream (15.87324ms)
✔ local backend reports a missing object and deletes idempotently (5.533766ms)
✔ local backend has no presigned urls (3.412172ms)
✔ a partial write leaves no object behind (8.494803ms)
✔ part size grows so that a huge object still fits in 10000 parts (0.639879ms)
✔ inParts regroups an awkwardly chunked stream into fixed parts (7.249929ms)
✔ inParts handles a chunk far larger than the part size (1.406123ms)
✔ inParts yields nothing for an empty stream (1.145779ms)
﹣ s3 backend round trips awkward keys against a real server (0.163391ms) # docker is not available
﹣ s3 serves byte ranges (0.134681ms) # docker is not available
﹣ s3 accepts a stream when the size is known (0.1171ms) # docker is not available
﹣ a presigned url is usable without credentials (0.213866ms) # docker is not available
﹣ a tampered presigned url is rejected by the server (0.286041ms) # docker is not available
﹣ s3 reports a missing object and deletes idempotently (0.118558ms) # docker is not available
﹣ a stream of unknown length is accepted (0.103503ms) # docker is not available
﹣ a body past the single request threshold is uploaded in parts (0.100531ms) # docker is not available
﹣ a large body really is sent as several parts, and a small one is not (0.120683ms) # docker is not available
﹣ a multipart object still serves ranges (0.104494ms) # docker is not available
﹣ a body that does not match its declared size is rejected (0.104291ms) # docker is not available
﹣ a failed multipart upload does not leave parts behind (0.10431ms) # docker is not available
﹣ bad credentials fail loudly rather than silently storing nothing (0.096967ms) # docker is not available
✔ every javascript file parses (1063.636058ms)
✔ the shell scripts parse (2.870505ms)
✔ interpolated values are escaped by default (3.971151ms)
✔ quotes and ampersands are escaped inside attributes (0.538824ms)
✔ nested templates and arrays are kept, raw is passed through (0.395241ms)
✔ null, undefined and false render as nothing (0.264963ms)
✔ attrs omits absent values and renders bare booleans (0.542836ms)
✔ an anonymous visitor sees public jobs and an invitation to sign in (580.774016ms)
✔ an anonymous visitor cannot see a private job (303.209932ms)
✔ management pages redirect an anonymous visitor to sign in (195.895962ms)
✔ signing in through the form sets a session and reveals the nav (353.864933ms)
✔ a user creates a project through the form and is shown the secret once (319.757516ms)
✔ a project page shows variables and never their values (281.265014ms)
✔ setting and removing a variable returns the updated table (292.264509ms)
✔ a user cannot open or delete a project they do not own (594.509067ms)
✔ registering a worker shows the token once and lists it (408.554177ms)
✔ the worker page lists what each machine advertises (413.1076ms)
✔ machines sharing a token are listed separately (367.562501ms)
✔ the workers list links to the worker page (330.315132ms)
✔ a worker page is not served to someone who cannot manage it (589.692744ms)
✔ a feature name is escaped rather than rendered (385.772726ms)
✔ an ordinary user cannot create shared capacity from the form (614.898538ms)
✔ the users page is administrator only and warns about what deletion destroys (535.574649ms)
✔ a running job polls, and a finished one stops (404.2822ms)
✔ a task page streams the log and stops polling once it completes (424.352078ms)
✔ log output is escaped, so a task cannot inject markup into the page (357.357602ms)
✔ a mutation without the htmx header is refused (367.263256ms)
✔ the task graph is one table, so columns line up across stages (1.807425ms)
✔ the sign in form is centred rather than stranded at the left edge (217.361413ms)
✔ row actions stay ordinary table cells, so rows keep one height (399.469112ms)
✔ the stylesheet and htmx are served, and nothing else is (278.73757ms)
✔ the project page shows retention, with server defaults as placeholders (328.278573ms)
✔ saving retention through the form stores it, and empty means inherit (394.586179ms)
✔ a negative retention value is refused by the form (330.443405ms)
✔ the project page offers a working directory, defaulting to the server one (358.621182ms)
✔ saving a working directory stores it, and empty clears it (374.511245ms)
✔ an unusable working directory is refused by the form (394.840062ms)
✔ worker config loads from json and reports features (25.591038ms)
✔ worker config reads the token from a file (4.129742ms)
✔ environment overrides the worker config file (5.557182ms)
✔ worker config without a token is rejected (12.003555ms)
✔ a malformed feature is reported with its path (6.076903ms)
✔ shell quoting survives quotes and metacharacters (0.897222ms)
✔ a generated script echoes each command and stops on failure (1.245567ms)
✔ container names are valid for docker and stay unique (2.258141ms)
✔ job arguments carry mounts, env, network and privilege (1.676788ms)
✔ a task container is created without sharing anything with the worker (1.205236ms)
✔ a feature still contributes its bind mounts (0.501561ms)
✔ features resolve into mounts, env and privilege (2.496277ms)
✔ an unknown required feature is reported rather than ignored (0.350641ms)
✔ an artifact pattern reduces to the part that can be copied out (0.740489ms)
✔ overlapping artifact paths are copied out once (0.810891ms)
✔ artifact collection globs, and refuses to leave the workspace (41.216638ms)
✔ artifact when controls collection (0.499527ms)
✔ an idle worker keeps running instead of exiting (4012.188304ms)
✔ a worker stops promptly on a signal rather than after its poll interval (1525.830749ms)
✔ log output is batched and offsets advance (2.75991ms)
✔ a conflicting offset resynchronises instead of duplicating (0.864146ms)
✔ secrets are masked before anything leaves the host (1.246087ms)
✔ a secret split across two writes is still masked (0.583912ms)
✔ a failing conductor does not break the task (0.910954ms)
ℹ tests 376
ℹ suites 0
ℹ pass 340
ℹ fail 0
ℹ cancelled 0
ℹ skipped 36
ℹ todo 0
ℹ duration_ms 16278.643822
[conductor] done