01J8FRPPAE03CK7ZRTKXV97JYG: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01J8FRQC5WTW0FTQC2H5GQHWVJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-23T15:42:49.155Zjob assigned to worker 01J8FRQDNVM8F0GCRP782EAAPT (queued for 1 m 7 s)
 
22024-09-23T15:42:56.321Zstarting task 0: "setup"
32024-09-23T15:42:56.341Z++ uname -s
42024-09-23T15:42:56.341Z+ kern=SunOS
52024-09-23T15:42:56.341Z+ case "$kern" in
62024-09-23T15:42:56.342Z+ groupadd -g 12345 build
72024-09-23T15:42:56.342Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-23T15:42:58.333Z+ zfs create -o mountpoint=/work rpool/work
92024-09-23T15:42:58.455Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-23T15:42:58.457Z+ home_fs=zfs
112024-09-23T15:42:58.457Z+ [[ zfs == autofs ]]
122024-09-23T15:42:58.457Z+ mkdir -p /home/build
132024-09-23T15:42:58.459Z+ chown build:build /home/build /work
142024-09-23T15:42:59.460Z+ chmod 0700 /home/build /work
152024-09-23T15:42:59.463Zprocess exited: duration 3154 ms, exit code 0
 
162024-09-23T15:42:59.486Zstarting task 1: "rust-toolchain"
172024-09-23T15:42:59.489Z+ printf ' * toolchain channel = "%s"
182024-09-23T15:42:59.489Z * toolchain channel = "1.80.1"
192024-09-23T15:42:59.489Z * toolchain profile = "default"
202024-09-23T15:42:59.489Z' 1.80.1
212024-09-23T15:42:59.489Z+ printf ' * toolchain profile = "%s"
222024-09-23T15:42:59.489Z' default
232024-09-23T15:42:59.494Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-23T15:42:59.494Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-23T15:42:59.607Zinfo: downloading installer
262024-09-23T15:43:00.651Zinfo: profile set to 'default'
272024-09-23T15:43:00.651Zinfo: default host triple is x86_64-unknown-illumos
282024-09-23T15:43:00.653Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-23T15:43:00.768Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-23T15:43:00.768Zinfo: downloading component 'cargo'
312024-09-23T15:43:01.366Zinfo: downloading component 'clippy'
322024-09-23T15:43:01.580Zinfo: downloading component 'rust-docs'
332024-09-23T15:43:02.433Zinfo: downloading component 'rust-std'
342024-09-23T15:43:03.612Zinfo: downloading component 'rustc'
352024-09-23T15:43:06.812Zinfo: downloading component 'rustfmt'
362024-09-23T15:43:06.990Zinfo: installing component 'cargo'
372024-09-23T15:43:07.796Zinfo: installing component 'clippy'
382024-09-23T15:43:08.161Zinfo: installing component 'rust-docs'
392024-09-23T15:43:09.768Zinfo: installing component 'rust-std'
402024-09-23T15:43:11.386Zinfo: installing component 'rustc'
412024-09-23T15:43:15.428Zinfo: installing component 'rustfmt'
422024-09-23T15:43:15.759Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-23T15:43:15.759Z
442024-09-23T15:43:16.006Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-23T15:43:16.006Z
462024-09-23T15:43:16.006Z
472024-09-23T15:43:16.006ZRust is installed now. Great!
482024-09-23T15:43:16.006Z
492024-09-23T15:43:16.006ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-23T15:43:16.006Zenvironment variable. This has not been done automatically.
512024-09-23T15:43:16.006Z
522024-09-23T15:43:16.006ZTo configure your current shell, you need to source
532024-09-23T15:43:16.006Zthe corresponding env file under $HOME/.cargo.
542024-09-23T15:43:16.006Z
552024-09-23T15:43:16.009ZThis is usually done by running one of the following (note the leading DOT):
562024-09-23T15:43:16.009Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-23T15:43:16.009Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-23T15:43:16.053Z+ rustc --version
592024-09-23T15:43:16.113Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-23T15:43:16.116Zprocess exited: duration 16633 ms, exit code 0
 
612024-09-23T15:43:16.121Zstarting task 2: "authentication"
622024-09-23T15:43:16.140Zprocess exited: duration 19 ms, exit code 0
 
632024-09-23T15:43:16.147Zstarting task 3: "clone repository"
642024-09-23T15:43:16.163Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-23T15:43:16.164Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-23T15:43:16.186ZCloning into '/work/oxidecomputer/omicron'...
672024-09-23T15:43:22.920Z+ cd /work/oxidecomputer/omicron
682024-09-23T15:43:22.920Z+ git fetch origin 64033be1a2e9227fd9268734ef99343a856d5697
692024-09-23T15:43:23.238ZFrom https://github.com/oxidecomputer/omicron
702024-09-23T15:43:23.239Z * branch 64033be1a2e9227fd9268734ef99343a856d5697 -> FETCH_HEAD
712024-09-23T15:43:23.249Z+ [[ -n eliza/instance-resurrection ]]
722024-09-23T15:43:23.251Z++ git branch --show-current
732024-09-23T15:43:23.251Z+ current=main
742024-09-23T15:43:23.251Z+ [[ main != eliza/instance-resurrection ]]
752024-09-23T15:43:23.251Z+ git branch -f eliza/instance-resurrection 64033be1a2e9227fd9268734ef99343a856d5697
762024-09-23T15:43:23.255Z+ git checkout -f eliza/instance-resurrection
772024-09-23T15:43:23.407ZSwitched to branch 'eliza/instance-resurrection'
782024-09-23T15:43:23.410Z+ git reset --hard 64033be1a2e9227fd9268734ef99343a856d5697
792024-09-23T15:43:23.421ZHEAD is now at 64033be1a cargo fmt
802024-09-23T15:43:23.424Zprocess exited: duration 7275 ms, exit code 0
 
812024-09-23T15:43:23.431Zstarting task 4: "build"
822024-09-23T15:43:23.435Z+ cargo --version
832024-09-23T15:43:23.488Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-23T15:43:23.491Z+ rustc --version
852024-09-23T15:43:23.546Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-23T15:43:23.548Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-23T15:43:29.587Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-23T15:43:32.015Z Startup: Caching catalogs ... Done
892024-09-23T15:43:35.138ZPlanning: Solver setup ... Done (2.499s)
902024-09-23T15:43:35.179ZPlanning: Running solver ... Done (0.042s)
912024-09-23T15:43:35.229ZPlanning: Finding local manifests ... Done (0.004s)
922024-09-23T15:43:35.268ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-23T15:43:35.998ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-23T15:43:36.098ZPlanning: Package planning ... Done (0.100s)
952024-09-23T15:43:36.154ZPlanning: Merging actions ... Done (0.056s)
962024-09-23T15:43:36.352ZPlanning: Checking for conflicting actions ... Done (0.199s)
972024-09-23T15:43:38.191ZPlanning: Consolidating action changes ... Done (1.835s)
982024-09-23T15:43:38.601ZPlanning: Evaluating mediators ... Done (0.413s)
992024-09-23T15:43:38.679ZPlanning: Planning completed in 6.59 seconds
1002024-09-23T15:43:38.695Z Packages to install: 4
1012024-09-23T15:43:38.695Z Packages to update: 1
1022024-09-23T15:43:38.695Z Mediators to change: 2
1032024-09-23T15:43:38.698Z Services to change: 1
1042024-09-23T15:43:38.698Z Estimated space available: 155.71 GB
1052024-09-23T15:43:38.698ZEstimated space to be consumed: 1.54 GB
1062024-09-23T15:43:38.698Z Create boot environment: No
1072024-09-23T15:43:38.698ZCreate backup boot environment: Yes
1082024-09-23T15:43:38.698Z Rebuild boot archive: No
1092024-09-23T15:43:38.698Z
1102024-09-23T15:43:38.698ZChanged mediators:
1112024-09-23T15:43:38.698Z mediator clang:
1122024-09-23T15:43:38.698Z version: None -> 15 (system default)
1132024-09-23T15:43:38.698Z
1142024-09-23T15:43:38.698Z mediator llvm:
1152024-09-23T15:43:38.698Z version: 14 (system default) -> 15 (system default)
1162024-09-23T15:43:38.698Z
1172024-09-23T15:43:38.698ZChanged packages:
1182024-09-23T15:43:38.698Zhelios-dev
1192024-09-23T15:43:38.698Z developer/build-essential
1202024-09-23T15:43:38.698Z None -> 11-2.0
1212024-09-23T15:43:38.698Z library/libxmlsec1
1222024-09-23T15:43:38.698Z None -> 1.2.35-2.0
1232024-09-23T15:43:38.698Z ooce/developer/clang-15
1242024-09-23T15:43:38.698Z None -> 15.0.7-2.0
1252024-09-23T15:43:38.698Z ooce/developer/llvm-15
1262024-09-23T15:43:38.698Z None -> 15.0.7-2.0
1272024-09-23T15:43:38.698Z package/pkg
1282024-09-23T15:43:38.698Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-23T15:43:38.698Z
1302024-09-23T15:43:38.698ZServices:
1312024-09-23T15:43:38.698Z restart_fmri:
1322024-09-23T15:43:38.698Z svc:/system/update-man-index:default
1332024-09-23T15:43:38.699Z
1342024-09-23T15:43:38.699ZEditable files to change:
1352024-09-23T15:43:38.699Z Update:
1362024-09-23T15:43:38.699Z usr/share/lib/pkg/web/config.shtml
1372024-09-23T15:43:38.769Z
1382024-09-23T15:43:38.769ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-23T15:43:45.871ZDownload: 212/4281 items 1.3/220.6MB 0% complete (1.4M/s)
1402024-09-23T15:43:53.238ZDownload: 213/4281 items 1.3/220.6MB 0% complete
1412024-09-23T15:43:58.238ZDownload: 1191/4281 items 76.5/220.6MB 34% complete (14.9M/s)
1422024-09-23T15:44:03.323ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (12.2M/s)
1432024-09-23T15:44:08.413ZDownload: 3282/4281 items 211.7/220.6MB 95% complete (14.5M/s)
1442024-09-23T15:44:13.729ZDownload: 4201/4281 items 220.5/220.6MB 99% complete (10.4M/s)
1452024-09-23T15:44:15.856ZDownload: Completed 220.60 MB in 37.09 seconds (6.0M/s)
1462024-09-23T15:44:17.958Z Actions: 1/5063 actions (Removing old actions)
1472024-09-23T15:44:17.977Z Actions: 194/5063 actions (Installing new actions)
1482024-09-23T15:44:22.636Z Actions: 4226/5063 actions (Updating modified actions)
1492024-09-23T15:44:22.942Z Actions: Completed 5063 actions in 4.98 seconds.
1502024-09-23T15:44:23.238Z Done (0.289s)
1512024-09-23T15:44:23.240Z Done (0.000s)
1522024-09-23T15:44:23.648Z Done (0.409s)
1532024-09-23T15:44:27.822Z Done (3.994s)
1542024-09-23T15:44:27.906Z Done (0.017s)
1552024-09-23T15:44:27.909Z Done (0.000s)
1562024-09-23T15:44:28.056Z Done (0.000s)
1572024-09-23T15:44:28.644ZPlanning: Evaluating mediator changes ... Done
1582024-09-23T15:44:28.797ZPlanning: Checking for conflicting actions ... Done
1592024-09-23T15:44:28.800ZPlanning: Consolidating action changes ... Done
1602024-09-23T15:44:29.062ZPlanning: Evaluating mediators ... Done
1612024-09-23T15:44:29.065ZPlanning: Planning completed in 0.42 seconds
1622024-09-23T15:44:29.102Z Mediators to change: 2
1632024-09-23T15:44:29.102Z Create boot environment: No
1642024-09-23T15:44:29.102ZCreate backup boot environment: No
1652024-09-23T15:44:29.174Z Done
1662024-09-23T15:44:29.174Z Done
1672024-09-23T15:44:29.452Z Done
1682024-09-23T15:44:32.962Z Done
1692024-09-23T15:44:33.046Z Done
1702024-09-23T15:44:33.046Z Done
1712024-09-23T15:44:33.142Z Done
1722024-09-23T15:44:33.736ZPlanning: Evaluating mediator changes ... Done
1732024-09-23T15:44:33.738ZPlanning: Merging actions ... Done
1742024-09-23T15:44:33.920ZPlanning: Checking for conflicting actions ... Done
1752024-09-23T15:44:33.925ZPlanning: Consolidating action changes ... Done
1762024-09-23T15:44:34.184ZPlanning: Evaluating mediators ... Done
1772024-09-23T15:44:34.239ZPlanning: Planning completed in 0.74 seconds
1782024-09-23T15:44:34.281Z Packages to change: 1
1792024-09-23T15:44:34.281Z Mediators to change: 1
1802024-09-23T15:44:34.285Z Services to change: 1
1812024-09-23T15:44:34.285Z Create boot environment: No
1822024-09-23T15:44:34.285ZCreate backup boot environment: Yes
1832024-09-23T15:44:36.331Z Actions: 1/6 actions (Updating modified actions)
1842024-09-23T15:44:36.333Z Actions: Completed 6 actions in 0.00 seconds.
1852024-09-23T15:44:36.333Z Done
1862024-09-23T15:44:36.333Z Done
1872024-09-23T15:44:36.417Z Done
1882024-09-23T15:44:39.948Z Done
1892024-09-23T15:44:40.035Z Done
1902024-09-23T15:44:40.036Z Done
1912024-09-23T15:44:40.146Z Done
1922024-09-23T15:44:40.564ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932024-09-23T15:44:40.564Zclang system 15 system
1942024-09-23T15:44:40.564Zcsh system system illumos
1952024-09-23T15:44:40.564Zctags system system illumos
1962024-09-23T15:44:40.564Zgcc vendor 12 vendor
1972024-09-23T15:44:40.564Zgcc system 10 system
1982024-09-23T15:44:40.564Zgcc system 7 system
1992024-09-23T15:44:40.564Zgo system 1.20 system
2002024-09-23T15:44:40.565Zgo system 1.19 system
2012024-09-23T15:44:40.565Zllvm system 15 system
2022024-09-23T15:44:40.565Zllvm system 14 system
2032024-09-23T15:44:40.565Zmariadb system 10.6 system
2042024-09-23T15:44:40.565Zmta vendor vendor dma
2052024-09-23T15:44:40.565Zopenjdk system 17 system
2062024-09-23T15:44:40.565Zopenjdk system 11 system
2072024-09-23T15:44:40.565Zopenjdk system 1.8 system
2082024-09-23T15:44:40.565Zopenssl vendor 3 vendor
2092024-09-23T15:44:40.565Zperl system 5.36 system
2102024-09-23T15:44:40.565Zpostgresql system 15 system
2112024-09-23T15:44:40.565Zpostgresql system 13 system
2122024-09-23T15:44:40.565Zpython vendor 3 vendor
2132024-09-23T15:44:40.565Zpython system 2 system
2142024-09-23T15:44:40.565Zpython3 system 3.11 system
2152024-09-23T15:44:40.565Zruby system 3.0 system
2162024-09-23T15:44:40.565Zwords vendor vendor american-english
2172024-09-23T15:44:40.565Zwords system system australian-english
2182024-09-23T15:44:40.565Zwords system system british-english
2192024-09-23T15:44:40.565Zwords system system canadian-english
2202024-09-23T15:44:40.565Zwords system system french
2212024-09-23T15:44:40.565Zwords system system italian
2222024-09-23T15:44:40.565Zwords system system ngerman
2232024-09-23T15:44:40.565Zwords system system ogerman
2242024-09-23T15:44:40.565Zwords system system spanish
2252024-09-23T15:44:40.889ZPUBLISHER TYPE STATUS P LOCATION
2262024-09-23T15:44:40.889Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2272024-09-23T15:44:42.770ZFMRI IFO
2282024-09-23T15:44:42.770Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292024-09-23T15:44:42.770Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302024-09-23T15:44:42.770Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312024-09-23T15:44:42.770Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2322024-09-23T15:44:42.770Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2332024-09-23T15:44:42.770Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342024-09-23T15:44:42.770Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2352024-09-23T15:44:42.770Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2362024-09-23T15:44:42.770Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2372024-09-23T15:44:42.770Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-09-23T15:44:42.770Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2392024-09-23T15:44:42.770Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2402024-09-23T15:44:42.770Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2412024-09-23T15:44:43.377Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422024-09-23T15:44:43.641Z Updating crates.io index
2432024-09-23T15:44:43.643Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2442024-09-23T15:44:44.473Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2452024-09-23T15:44:45.234Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2462024-09-23T15:44:45.460Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2472024-09-23T15:44:46.977Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482024-09-23T15:44:47.271Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492024-09-23T15:44:47.524Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502024-09-23T15:44:48.643Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512024-09-23T15:44:50.716Z Updating git repository `https://github.com/oxidecomputer/opte`
2522024-09-23T15:44:51.610Z Updating git repository `https://github.com/oxidecomputer/falcon`
2532024-09-23T15:44:52.306Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542024-09-23T15:44:52.571Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552024-09-23T15:44:52.821Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2562024-09-23T15:44:53.405Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2572024-09-23T15:44:53.814Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2582024-09-23T15:44:54.084Z Updating git repository `https://github.com/oxidecomputer/qorb`
2592024-09-23T15:44:54.410Z Updating git repository `https://github.com/oxidecomputer/propolis`
2602024-09-23T15:44:54.856Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612024-09-23T15:44:55.123Z Updating git repository `https://github.com/oxidecomputer/tofino`
2622024-09-23T15:44:55.389Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2632024-09-23T15:44:55.630Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2642024-09-23T15:44:55.871Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2652024-09-23T15:44:56.167Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662024-09-23T15:44:56.446Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672024-09-23T15:44:56.832Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2682024-09-23T15:44:57.082Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692024-09-23T15:44:57.521Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2702024-09-23T15:44:57.816Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712024-09-23T15:44:58.153Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722024-09-23T15:44:58.518Z Updating git repository `https://github.com/oxidecomputer/typify`
2732024-09-23T15:45:00.956Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742024-09-23T15:45:01.234Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752024-09-23T15:45:01.498Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762024-09-23T15:45:01.827Z Updating git repository `https://github.com/oxidecomputer/rfb`
2772024-09-23T15:45:02.932Z Downloading crates ...
2782024-09-23T15:45:03.000Z Downloaded dtrace-parser v0.2.0
2792024-09-23T15:45:03.005Z Downloaded bytecount v0.6.8
2802024-09-23T15:45:03.018Z Downloaded memmap v0.7.0
2812024-09-23T15:45:03.021Z Downloaded errno v0.3.9
2822024-09-23T15:45:03.021Z Downloaded anstyle-parse v0.2.4
2832024-09-23T15:45:03.024Z Downloaded cargo-platform v0.1.8
2842024-09-23T15:45:03.024Z Downloaded heck v0.5.0
2852024-09-23T15:45:03.026Z Downloaded digest v0.10.7
2862024-09-23T15:45:03.029Z Downloaded itoa v1.0.11
2872024-09-23T15:45:03.029Z Downloaded camino v1.1.9
2882024-09-23T15:45:03.031Z Downloaded generic-array v0.14.7
2892024-09-23T15:45:03.031Z Downloaded cpufeatures v0.2.12
2902024-09-23T15:45:03.034Z Downloaded thiserror-impl v1.0.63
2912024-09-23T15:45:03.034Z Downloaded fnv v1.0.7
2922024-09-23T15:45:03.038Z Downloaded anstyle v1.0.8
2932024-09-23T15:45:03.041Z Downloaded scroll v0.12.0
2942024-09-23T15:45:03.044Z Downloaded bitflags v2.6.0
2952024-09-23T15:45:03.046Z Downloaded plain v0.2.3
2962024-09-23T15:45:03.049Z Downloaded utf8parse v0.2.1
2972024-09-23T15:45:03.049Z Downloaded usdt-impl v0.5.0
2982024-09-23T15:45:03.051Z Downloaded pest_generator v2.7.10
2992024-09-23T15:45:03.052Z Downloaded strsim v0.11.1
3002024-09-23T15:45:03.054Z Downloaded anstream v0.6.14
3012024-09-23T15:45:03.057Z Downloaded sha2 v0.10.8
3022024-09-23T15:45:03.059Z Downloaded autocfg v1.3.0
3032024-09-23T15:45:03.062Z Downloaded serde_spanned v0.6.7
3042024-09-23T15:45:03.064Z Downloaded clap_derive v4.5.13
3052024-09-23T15:45:03.064Z Downloaded cargo_toml v0.20.4
3062024-09-23T15:45:03.067Z Downloaded camino-tempfile v1.1.1
3072024-09-23T15:45:03.070Z Downloaded is_terminal_polyfill v1.70.0
3082024-09-23T15:45:03.070Z Downloaded equivalent v1.0.1
3092024-09-23T15:45:03.070Z Downloaded block-buffer v0.10.4
3102024-09-23T15:45:03.071Z Downloaded anstyle-query v1.0.3
3112024-09-23T15:45:03.073Z Downloaded byteorder v1.5.0
3122024-09-23T15:45:03.076Z Downloaded tempfile v3.10.1
3132024-09-23T15:45:03.078Z Downloaded semver v1.0.23
3142024-09-23T15:45:03.078Z Downloaded zerocopy-derive v0.7.34
3152024-09-23T15:45:03.082Z Downloaded proc-macro-error v1.0.4
3162024-09-23T15:45:03.085Z Downloaded clap v4.5.16
3172024-09-23T15:45:03.093Z Downloaded pretty-hex v0.4.1
3182024-09-23T15:45:03.095Z Downloaded usdt-macro v0.5.0
3192024-09-23T15:45:03.095Z Downloaded usdt-attr-macro v0.5.0
3202024-09-23T15:45:03.098Z Downloaded scroll_derive v0.12.0
3212024-09-23T15:45:03.098Z Downloaded ucd-trie v0.1.6
3222024-09-23T15:45:03.098Z Downloaded cfg-if v1.0.0
3232024-09-23T15:45:03.100Z Downloaded proc-macro2 v1.0.86
3242024-09-23T15:45:03.103Z Downloaded crypto-common v0.1.6
3252024-09-23T15:45:03.103Z Downloaded colorchoice v1.0.1
3262024-09-23T15:45:03.103Z Downloaded clap_lex v0.7.0
3272024-09-23T15:45:03.105Z Downloaded heck v0.4.1
3282024-09-23T15:45:03.105Z Downloaded fastrand v2.1.0
3292024-09-23T15:45:03.108Z Downloaded macaddr v1.0.1
3302024-09-23T15:45:03.108Z Downloaded fs-err v2.11.0
3312024-09-23T15:45:03.111Z Downloaded dof v0.3.0
3322024-09-23T15:45:03.111Z Downloaded serde_derive v1.0.208
3332024-09-23T15:45:03.114Z Downloaded tabled_derive v0.7.0
3342024-09-23T15:45:03.114Z Downloaded swrite v0.1.0
3352024-09-23T15:45:03.116Z Downloaded proc-macro-error-attr v1.0.4
3362024-09-23T15:45:03.116Z Downloaded cargo_metadata v0.18.1
3372024-09-23T15:45:03.118Z Downloaded anyhow v1.0.89
3382024-09-23T15:45:03.121Z Downloaded toml_datetime v0.6.8
3392024-09-23T15:45:03.124Z Downloaded smawk v0.3.2
3402024-09-23T15:45:03.126Z Downloaded usdt v0.5.0
3412024-09-23T15:45:03.126Z Downloaded unicode-linebreak v0.1.5
3422024-09-23T15:45:03.129Z Downloaded thread-id v4.2.1
3432024-09-23T15:45:03.129Z Downloaded ryu v1.0.18
3442024-09-23T15:45:03.132Z Downloaded log v0.4.21
3452024-09-23T15:45:03.134Z Downloaded terminal_size v0.3.0
3462024-09-23T15:45:03.134Z Downloaded serde_tokenstream v0.2.2
3472024-09-23T15:45:03.137Z Downloaded textwrap v0.16.1
3482024-09-23T15:45:03.139Z Downloaded once_cell v1.19.0
3492024-09-23T15:45:03.142Z Downloaded quote v1.0.36
3502024-09-23T15:45:03.145Z Downloaded pest_derive v2.7.10
3512024-09-23T15:45:03.149Z Downloaded version_check v0.9.5
3522024-09-23T15:45:03.149Z Downloaded thiserror v1.0.63
3532024-09-23T15:45:03.151Z Downloaded toml v0.8.19
3542024-09-23T15:45:03.155Z Downloaded memchr v2.7.2
3552024-09-23T15:45:03.160Z Downloaded typenum v1.17.0
3562024-09-23T15:45:03.162Z Downloaded pest_meta v2.7.10
3572024-09-23T15:45:03.165Z Downloaded unicode-ident v1.0.12
3582024-09-23T15:45:03.167Z Downloaded papergrid v0.11.0
3592024-09-23T15:45:03.176Z Downloaded toml_edit v0.22.20
3602024-09-23T15:45:03.197Z Downloaded indexmap v2.4.0
3612024-09-23T15:45:03.204Z Downloaded serde v1.0.208
3622024-09-23T15:45:03.214Z Downloaded hashbrown v0.14.5
3632024-09-23T15:45:03.216Z Downloaded pest v2.7.10
3642024-09-23T15:45:03.228Z Downloaded winnow v0.6.18
3652024-09-23T15:45:03.241Z Downloaded tabled v0.15.0
3662024-09-23T15:45:03.254Z Downloaded zerocopy v0.7.34
3672024-09-23T15:45:03.269Z Downloaded syn v1.0.109
3682024-09-23T15:45:03.279Z Downloaded goblin v0.8.2
3692024-09-23T15:45:03.285Z Downloaded syn v2.0.74
3702024-09-23T15:45:03.294Z Downloaded serde_json v1.0.125
3712024-09-23T15:45:03.301Z Downloaded clap_builder v4.5.15
3722024-09-23T15:45:03.308Z Downloaded rustix v0.38.34
3732024-09-23T15:45:03.328Z Downloaded unicode-width v0.1.13
3742024-09-23T15:45:03.335Z Downloaded libc v0.2.158
3752024-09-23T15:45:03.640Z Compiling proc-macro2 v1.0.86
3762024-09-23T15:45:03.640Z Compiling unicode-ident v1.0.12
3772024-09-23T15:45:03.643Z Compiling version_check v0.9.5
3782024-09-23T15:45:03.643Z Compiling serde v1.0.208
3792024-09-23T15:45:03.643Z Compiling thiserror v1.0.63
3802024-09-23T15:45:03.643Z Compiling memchr v2.7.2
3812024-09-23T15:45:03.676Z Compiling libc v0.2.158
3822024-09-23T15:45:03.679Z Compiling itoa v1.0.11
3832024-09-23T15:45:03.921Z Compiling ucd-trie v0.1.6
3842024-09-23T15:45:03.971Z Compiling ryu v1.0.18
3852024-09-23T15:45:04.442Z Compiling once_cell v1.19.0
3862024-09-23T15:45:04.524Z Compiling byteorder v1.5.0
3872024-09-23T15:45:04.528Z Compiling serde_json v1.0.125
3882024-09-23T15:45:04.834Z Compiling rustix v0.38.34
3892024-09-23T15:45:04.944Z Compiling bitflags v2.6.0
3902024-09-23T15:45:04.999Z Compiling proc-macro-error-attr v1.0.4
3912024-09-23T15:45:05.342Z Compiling usdt-impl v0.5.0
3922024-09-23T15:45:05.366Z Compiling syn v1.0.109
3932024-09-23T15:45:05.414Z Compiling quote v1.0.36
3942024-09-23T15:45:05.529Z Compiling proc-macro-error v1.0.4
3952024-09-23T15:45:05.795Z Compiling syn v2.0.74
3962024-09-23T15:45:05.826Z Compiling errno v0.3.9
3972024-09-23T15:45:05.851Z Compiling equivalent v1.0.1
3982024-09-23T15:45:05.962Z Compiling hashbrown v0.14.5
3992024-09-23T15:45:06.081Z Compiling utf8parse v0.2.1
4002024-09-23T15:45:06.121Z Compiling log v0.4.21
4012024-09-23T15:45:06.145Z Compiling camino v1.1.9
4022024-09-23T15:45:06.229Z Compiling thread-id v4.2.1
4032024-09-23T15:45:06.254Z Compiling plain v0.2.3
4042024-09-23T15:45:06.348Z Compiling anstyle-parse v0.2.4
4052024-09-23T15:45:06.683Z Compiling pretty-hex v0.4.1
4062024-09-23T15:45:06.870Z Compiling anstyle v1.0.8
4072024-09-23T15:45:06.920Z Compiling semver v1.0.23
4082024-09-23T15:45:06.966Z Compiling unicode-width v0.1.13
4092024-09-23T15:45:07.200Z Compiling indexmap v2.4.0
4102024-09-23T15:45:07.271Z Compiling autocfg v1.3.0
4112024-09-23T15:45:07.295Z Compiling winnow v0.6.18
4122024-09-23T15:45:07.348Z Compiling anstyle-query v1.0.3
4132024-09-23T15:45:07.449Z Compiling is_terminal_polyfill v1.70.0
4142024-09-23T15:45:07.488Z Compiling colorchoice v1.0.1
4152024-09-23T15:45:07.643Z Compiling anstream v0.6.14
4162024-09-23T15:45:07.945Z Compiling clap_lex v0.7.0
4172024-09-23T15:45:08.218Z Compiling fs-err v2.11.0
4182024-09-23T15:45:08.421Z Compiling terminal_size v0.3.0
4192024-09-23T15:45:08.466Z Compiling fnv v1.0.7
4202024-09-23T15:45:08.520Z Compiling anyhow v1.0.89
4212024-09-23T15:45:08.548Z Compiling fastrand v2.1.0
4222024-09-23T15:45:08.609Z Compiling heck v0.4.1
4232024-09-23T15:45:08.631Z Compiling heck v0.5.0
4242024-09-23T15:45:08.914Z Compiling strsim v0.11.1
4252024-09-23T15:45:09.077Z Compiling cfg-if v1.0.0
4262024-09-23T15:45:09.102Z Compiling bytecount v0.6.8
4272024-09-23T15:45:09.278Z Compiling papergrid v0.11.0
4282024-09-23T15:45:09.320Z Compiling clap_builder v4.5.15
4292024-09-23T15:45:09.346Z Compiling tempfile v3.10.1
4302024-09-23T15:45:09.857Z Compiling memmap v0.7.0
4312024-09-23T15:45:09.893Z Compiling smawk v0.3.2
4322024-09-23T15:45:10.148Z Compiling unicode-linebreak v0.1.5
4332024-09-23T15:45:10.637Z Compiling textwrap v0.16.1
4342024-09-23T15:45:10.853Z Compiling swrite v0.1.0
4352024-09-23T15:45:12.112Z Compiling tabled_derive v0.7.0
4362024-09-23T15:45:13.817Z Compiling tabled v0.15.0
4372024-09-23T15:45:14.602Z Compiling serde_derive v1.0.208
4382024-09-23T15:45:14.604Z Compiling thiserror-impl v1.0.63
4392024-09-23T15:45:14.604Z Compiling zerocopy-derive v0.7.34
4402024-09-23T15:45:14.731Z Compiling scroll_derive v0.12.0
4412024-09-23T15:45:14.764Z Compiling clap_derive v4.5.13
4422024-09-23T15:45:15.994Z Compiling scroll v0.12.0
4432024-09-23T15:45:16.445Z Compiling zerocopy v0.7.34
4442024-09-23T15:45:16.485Z Compiling goblin v0.8.2
4452024-09-23T15:45:17.204Z Compiling pest v2.7.10
4462024-09-23T15:45:18.232Z Compiling clap v4.5.16
4472024-09-23T15:45:19.466Z Compiling pest_meta v2.7.10
4482024-09-23T15:45:20.290Z Compiling pest_generator v2.7.10
4492024-09-23T15:45:22.181Z Compiling pest_derive v2.7.10
4502024-09-23T15:45:22.892Z Compiling dtrace-parser v0.2.0
4512024-09-23T15:45:24.723Z Compiling serde_tokenstream v0.2.2
4522024-09-23T15:45:24.879Z Compiling serde_spanned v0.6.7
4532024-09-23T15:45:24.879Z Compiling toml_datetime v0.6.8
4542024-09-23T15:45:25.158Z Compiling cargo-platform v0.1.8
4552024-09-23T15:45:25.290Z Compiling toml_edit v0.22.20
4562024-09-23T15:45:25.322Z Compiling macaddr v1.0.1
4572024-09-23T15:45:25.631Z Compiling camino-tempfile v1.1.1
4582024-09-23T15:45:26.124Z Compiling dof v0.3.0
4592024-09-23T15:45:26.342Z Compiling cargo_metadata v0.18.1
4602024-09-23T15:45:27.700Z Compiling usdt-macro v0.5.0
4612024-09-23T15:45:27.738Z Compiling usdt-attr-macro v0.5.0
4622024-09-23T15:45:28.125Z Compiling toml v0.8.19
4632024-09-23T15:45:28.994Z Compiling usdt v0.5.0
4642024-09-23T15:45:29.072Z Compiling cargo_toml v0.20.4
4652024-09-23T15:45:32.564Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662024-09-23T15:45:36.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.51s
4672024-09-23T15:45:36.919Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4682024-09-23T15:45:37.494Z Downloading crates ...
4692024-09-23T15:45:37.623Z Downloaded argon2 v0.5.3
4702024-09-23T15:45:37.626Z Downloaded addr2line v0.21.0
4712024-09-23T15:45:37.632Z Downloaded cfg_aliases v0.2.1
4722024-09-23T15:45:37.636Z Downloaded bitstruct_derive v0.1.0
4732024-09-23T15:45:37.640Z Downloaded hex v0.4.3
4742024-09-23T15:45:37.644Z Downloaded darling v0.20.9
4752024-09-23T15:45:37.648Z Downloaded atomicwrites v0.4.3
4762024-09-23T15:45:37.648Z Downloaded hex-literal v0.4.1
4772024-09-23T15:45:37.655Z Downloaded hyper-tls v0.5.0
4782024-09-23T15:45:37.656Z Downloaded httparse v1.8.0
4792024-09-23T15:45:37.658Z Downloaded http-body v1.0.0
4802024-09-23T15:45:37.658Z Downloaded match_cfg v0.1.0
4812024-09-23T15:45:37.658Z Downloaded ahash v0.8.11
4822024-09-23T15:45:37.658Z Downloaded arrayref v0.3.7
4832024-09-23T15:45:37.661Z Downloaded bit-set v0.5.3
4842024-09-23T15:45:37.662Z Downloaded aead v0.5.2
4852024-09-23T15:45:37.664Z Downloaded adler2 v2.0.0
4862024-09-23T15:45:37.664Z Downloaded instant v0.1.12
4872024-09-23T15:45:37.667Z Downloaded cassowary v0.3.0
4882024-09-23T15:45:37.670Z Downloaded newtype_derive v0.1.6
4892024-09-23T15:45:37.670Z Downloaded md5 v0.7.0
4902024-09-23T15:45:37.674Z Downloaded newline-converter v0.3.0
4912024-09-23T15:45:37.674Z Downloaded hubpack v0.1.2
4922024-09-23T15:45:37.677Z Downloaded hostname v0.4.0
4932024-09-23T15:45:37.677Z Downloaded home v0.5.9
4942024-09-23T15:45:37.681Z Downloaded cipher v0.4.4
4952024-09-23T15:45:37.681Z Downloaded blowfish v0.9.1
4962024-09-23T15:45:37.681Z Downloaded bitfield v0.14.0
4972024-09-23T15:45:37.686Z Downloaded cexpr v0.6.0
4982024-09-23T15:45:37.686Z Downloaded base16ct v0.2.0
4992024-09-23T15:45:37.689Z Downloaded memoffset v0.9.1
5002024-09-23T15:45:37.689Z Downloaded arrayvec v0.7.4
5012024-09-23T15:45:37.693Z Downloaded constant_time_eq v0.3.0
5022024-09-23T15:45:37.695Z Downloaded lazycell v1.3.0
5032024-09-23T15:45:37.695Z Downloaded managed v0.8.0
5042024-09-23T15:45:37.695Z Downloaded maybe-uninit v2.0.0
5052024-09-23T15:45:37.698Z Downloaded indent_write v2.2.0
5062024-09-23T15:45:37.700Z Downloaded cfg_aliases v0.1.1
5072024-09-23T15:45:37.700Z Downloaded multimap v0.10.0
5082024-09-23T15:45:37.704Z Downloaded linear-map v1.2.0
5092024-09-23T15:45:37.704Z Downloaded kstat-rs v0.2.4
5102024-09-23T15:45:37.708Z Downloaded hyper-rustls v0.24.2
5112024-09-23T15:45:37.708Z Downloaded atty v0.2.14
5122024-09-23T15:45:37.711Z Downloaded iana-time-zone v0.1.60
5132024-09-23T15:45:37.714Z Downloaded bb8 v0.8.5
5142024-09-23T15:45:37.714Z Downloaded lru-cache v0.1.2
5152024-09-23T15:45:37.716Z Downloaded ident_case v1.0.1
5162024-09-23T15:45:37.716Z Downloaded bitstruct v0.1.1
5172024-09-23T15:45:37.719Z Downloaded atomic-waker v1.1.2
5182024-09-23T15:45:37.719Z Downloaded cobs v0.2.3
5192024-09-23T15:45:37.723Z Downloaded new_debug_unreachable v1.0.6
5202024-09-23T15:45:37.723Z Downloaded matches v0.1.10
5212024-09-23T15:45:37.728Z Downloaded crucible-workspace-hack v0.1.0
5222024-09-23T15:45:37.728Z Downloaded highway v1.2.0
5232024-09-23T15:45:37.728Z Downloaded bitfield-struct v0.6.1
5242024-09-23T15:45:37.730Z Downloaded crc32fast v1.4.0
5252024-09-23T15:45:37.730Z Downloaded lock_api v0.4.12
5262024-09-23T15:45:37.733Z Downloaded csv-core v0.1.11
5272024-09-23T15:45:37.735Z Downloaded httpdate v1.0.3
5282024-09-23T15:45:37.738Z Downloaded cookie v0.17.0
5292024-09-23T15:45:37.740Z Downloaded jobserver v0.1.32
5302024-09-23T15:45:37.743Z Downloaded libloading v0.8.3
5312024-09-23T15:45:37.745Z Downloaded native-tls v0.2.11
5322024-09-23T15:45:37.748Z Downloaded ipnet v2.9.0
5332024-09-23T15:45:37.750Z Downloaded impl-trait-for-tuples v0.2.2
5342024-09-23T15:45:37.752Z Downloaded async-recursion v1.1.1
5352024-09-23T15:45:37.755Z Downloaded crc-catalog v2.4.0
5362024-09-23T15:45:37.769Z Downloaded termtree v0.4.1
5372024-09-23T15:45:37.769Z Downloaded crc v3.2.1
5382024-09-23T15:45:37.769Z Downloaded hyper-staticfile v0.9.5
5392024-09-23T15:45:37.769Z Downloaded chacha20 v0.9.1
5402024-09-23T15:45:37.769Z Downloaded maplit v1.0.2
5412024-09-23T15:45:37.769Z Downloaded semver v0.1.20
5422024-09-23T15:45:37.772Z Downloaded lru v0.12.3
5432024-09-23T15:45:37.772Z Downloaded ctr v0.9.2
5442024-09-23T15:45:37.775Z Downloaded ipnetwork v0.20.0
5452024-09-23T15:45:37.779Z Downloaded mockall v0.13.0
5462024-09-23T15:45:37.779Z Downloaded nanorand v0.7.0
5472024-09-23T15:45:37.781Z Downloaded sync_wrapper v0.1.2
5482024-09-23T15:45:37.781Z Downloaded zeroize_derive v1.4.2
5492024-09-23T15:45:37.784Z Downloaded mime v0.3.17
5502024-09-23T15:45:37.786Z Downloaded libefi-sys v0.1.0
5512024-09-23T15:45:37.786Z Downloaded indoc v1.0.9
5522024-09-23T15:45:37.789Z Downloaded resolv-conf v0.7.0
5532024-09-23T15:45:37.792Z Downloaded buf-list v1.0.3
5542024-09-23T15:45:37.794Z Downloaded allocator-api2 v0.2.18
5552024-09-23T15:45:37.797Z Downloaded linked-hash-map v0.5.6
5562024-09-23T15:45:37.800Z Downloaded mockall_derive v0.13.0
5572024-09-23T15:45:37.802Z Downloaded libsw v3.3.1
5582024-09-23T15:45:37.805Z Downloaded ciborium v0.2.2
5592024-09-23T15:45:37.807Z Downloaded cancel-safe-futures v0.1.5
5602024-09-23T15:45:37.810Z Downloaded signal-hook-tokio v0.3.1
5612024-09-23T15:45:37.813Z Downloaded newtype-uuid v1.1.0
5622024-09-23T15:45:37.813Z Downloaded signal-hook-registry v1.4.2
5632024-09-23T15:45:37.815Z Downloaded secrecy v0.8.0
5642024-09-23T15:45:37.818Z Downloaded fxhash v0.2.1
5652024-09-23T15:45:37.818Z Downloaded sec1 v0.7.3
5662024-09-23T15:45:37.820Z Downloaded rustversion v1.0.17
5672024-09-23T15:45:37.822Z Downloaded phf_shared v0.10.0
5682024-09-23T15:45:37.825Z Downloaded openssl-probe v0.1.5
5692024-09-23T15:45:37.825Z Downloaded twox-hash v1.6.3
5702024-09-23T15:45:37.828Z Downloaded tokio-native-tls v0.3.1
5712024-09-23T15:45:37.830Z Downloaded strip-ansi-escapes v0.2.0
5722024-09-23T15:45:37.831Z Downloaded crc-any v2.5.0
5732024-09-23T15:45:37.833Z Downloaded stringprep v0.1.4
5742024-09-23T15:45:37.836Z Downloaded memmap2 v0.9.4
5752024-09-23T15:45:37.838Z Downloaded termcolor v1.4.1
5762024-09-23T15:45:37.841Z Downloaded is_ci v1.2.0
5772024-09-23T15:45:37.841Z Downloaded precomputed-hash v0.1.1
5782024-09-23T15:45:37.843Z Downloaded miniz_oxide v0.8.0
5792024-09-23T15:45:37.845Z Downloaded zeroize v1.8.1
5802024-09-23T15:45:37.848Z Downloaded defmt-parser v0.3.4
5812024-09-23T15:45:37.848Z Downloaded whoami v1.5.1
5822024-09-23T15:45:37.850Z Downloaded ssh-cipher v0.2.0
5832024-09-23T15:45:37.853Z Downloaded indicatif v0.17.8
5842024-09-23T15:45:37.856Z Downloaded hmac v0.12.1
5852024-09-23T15:45:37.858Z Downloaded sct v0.7.1
5862024-09-23T15:45:37.862Z Downloaded hickory-client v0.24.1
5872024-09-23T15:45:37.866Z Downloaded wait-timeout v0.2.0
5882024-09-23T15:45:37.868Z Downloaded tui-tree-widget v0.22.0
5892024-09-23T15:45:37.868Z Downloaded sigpipe v0.1.3
5902024-09-23T15:45:37.871Z Downloaded scrypt v0.11.0
5912024-09-23T15:45:37.873Z Downloaded const-oid v0.9.6
5922024-09-23T15:45:37.876Z Downloaded sqlparser_derive v0.2.2
5932024-09-23T15:45:37.876Z Downloaded smallvec v1.13.2
5942024-09-23T15:45:37.878Z Downloaded cookie v0.18.1
5952024-09-23T15:45:37.881Z Downloaded termios v0.3.3
5962024-09-23T15:45:37.883Z Downloaded fixedbitset v0.4.2
5972024-09-23T15:45:37.886Z Downloaded toolchain_find v0.4.0
5982024-09-23T15:45:37.888Z Downloaded hash32 v0.3.1
5992024-09-23T15:45:37.888Z Downloaded hash32 v0.2.1
6002024-09-23T15:45:37.891Z Downloaded tokio-tungstenite v0.23.1
6012024-09-23T15:45:37.894Z Downloaded num_enum_derive v0.5.11
6022024-09-23T15:45:37.896Z Downloaded peg v0.8.4
6032024-09-23T15:45:37.899Z Downloaded pbkdf2 v0.12.2
6042024-09-23T15:45:37.901Z Downloaded zone_cfg_derive v0.3.0
6052024-09-23T15:45:37.903Z Downloaded r2d2 v0.8.10
6062024-09-23T15:45:37.903Z Downloaded const_format v0.2.33
6072024-09-23T15:45:37.908Z Downloaded ecdsa v0.16.9
6082024-09-23T15:45:37.911Z Downloaded rustc-hash v1.1.0
6092024-09-23T15:45:37.914Z Downloaded predicates-core v1.0.6
6102024-09-23T15:45:37.914Z Downloaded predicates v3.1.2
6112024-09-23T15:45:37.917Z Downloaded dsl_auto_type v0.1.2
6122024-09-23T15:45:37.919Z Downloaded tokio-tungstenite v0.20.1
6132024-09-23T15:45:37.922Z Downloaded term v0.7.0
6142024-09-23T15:45:37.925Z Downloaded arc-swap v1.7.1
6152024-09-23T15:45:37.929Z Downloaded ref-cast-impl v1.0.23
6162024-09-23T15:45:37.931Z Downloaded miniz_oxide v0.7.2
6172024-09-23T15:45:37.934Z Downloaded thiserror-impl-no-std v2.0.2
6182024-09-23T15:45:37.937Z Downloaded signal-hook-mio v0.2.4
6192024-09-23T15:45:37.937Z Downloaded normalize-line-endings v0.3.0
6202024-09-23T15:45:37.940Z Downloaded topological-sort v0.2.2
6212024-09-23T15:45:37.940Z Downloaded tls_codec_derive v0.4.1
6222024-09-23T15:45:37.943Z Downloaded base64 v0.13.1
6232024-09-23T15:45:37.945Z Downloaded nodrop v0.1.14
6242024-09-23T15:45:37.948Z Downloaded env_logger v0.10.2
6252024-09-23T15:45:37.950Z Downloaded base64 v0.21.7
6262024-09-23T15:45:37.954Z Downloaded untrusted v0.7.1
6272024-09-23T15:45:37.957Z Downloaded parking_lot_core v0.9.10
6282024-09-23T15:45:37.959Z Downloaded indexmap v1.9.3
6292024-09-23T15:45:37.962Z Downloaded pkcs1 v0.7.5
6302024-09-23T15:45:37.965Z Downloaded parking_lot_core v0.8.6
6312024-09-23T15:45:37.968Z Downloaded difflib v0.4.0
6322024-09-23T15:45:37.971Z Downloaded ron v0.8.1
6332024-09-23T15:45:37.985Z Downloaded dhcproto v0.12.0
6342024-09-23T15:45:37.989Z Downloaded env_filter v0.1.2
6352024-09-23T15:45:37.992Z Downloaded enum-as-inner v0.6.0
6362024-09-23T15:45:37.997Z Downloaded embedded-io v0.4.0
6372024-09-23T15:45:37.997Z Downloaded dropshot_endpoint v0.10.1
6382024-09-23T15:45:38.004Z Downloaded fallible-iterator v0.2.0
6392024-09-23T15:45:38.004Z Downloaded heck v0.3.3
6402024-09-23T15:45:38.004Z Downloaded shlex v1.3.0
6412024-09-23T15:45:38.004Z Downloaded shell-words v1.1.0
6422024-09-23T15:45:38.007Z Downloaded derive_more v0.99.18
6432024-09-23T15:45:38.007Z Downloaded minimal-lexical v0.2.1
6442024-09-23T15:45:38.013Z Downloaded dhcproto-macros v0.1.0
6452024-09-23T15:45:38.015Z Downloaded pin-utils v0.1.0
6462024-09-23T15:45:38.015Z Downloaded packed_struct_codegen v0.10.1
6472024-09-23T15:45:38.015Z Downloaded packed_struct v0.10.1
6482024-09-23T15:45:38.018Z Downloaded num v0.4.3
6492024-09-23T15:45:38.020Z Downloaded time-macros v0.2.18
6502024-09-23T15:45:38.023Z Downloaded hyper-util v0.1.7
6512024-09-23T15:45:38.026Z Downloaded parse-size v1.0.0
6522024-09-23T15:45:38.028Z Downloaded vsss-rs v3.3.4
6532024-09-23T15:45:38.031Z Downloaded half v2.4.1
6542024-09-23T15:45:38.033Z Downloaded opaque-debug v0.3.1
6552024-09-23T15:45:38.036Z Downloaded slog-envlogger v2.2.0
6562024-09-23T15:45:38.036Z Downloaded slab v0.4.9
6572024-09-23T15:45:38.039Z Downloaded subtle v2.5.0
6582024-09-23T15:45:38.041Z Downloaded tokio-macros v2.4.0
6592024-09-23T15:45:38.042Z Downloaded tls_codec v0.4.1
6602024-09-23T15:45:38.044Z Downloaded serde_repr v0.1.19
6612024-09-23T15:45:38.047Z Downloaded mio v1.0.2
6622024-09-23T15:45:38.052Z Downloaded tower-service v0.3.2
6632024-09-23T15:45:38.054Z Downloaded hickory-server v0.24.1
6642024-09-23T15:45:38.059Z Downloaded uzers v0.11.3
6652024-09-23T15:45:38.062Z Downloaded socket2 v0.5.7
6662024-09-23T15:45:38.064Z Downloaded funty v2.0.0
6672024-09-23T15:45:38.067Z Downloaded serde-big-array v0.5.1
6682024-09-23T15:45:38.067Z Downloaded structmeta-derive v0.3.0
6692024-09-23T15:45:38.070Z Downloaded pin-project-lite v0.2.14
6702024-09-23T15:45:38.074Z Downloaded fatfs v0.3.6
6712024-09-23T15:45:38.077Z Downloaded take_mut v0.2.2
6722024-09-23T15:45:38.080Z Downloaded form_urlencoded v1.2.1
6732024-09-23T15:45:38.082Z Downloaded crossbeam-channel v0.5.12
6742024-09-23T15:45:38.085Z Downloaded pkcs8 v0.10.2
6752024-09-23T15:45:38.089Z Downloaded mio v0.8.11
6762024-09-23T15:45:38.095Z Downloaded headers-core v0.2.0
6772024-09-23T15:45:38.097Z Downloaded num-conv v0.1.0
6782024-09-23T15:45:38.100Z Downloaded foreign-types v0.5.0
6792024-09-23T15:45:38.100Z Downloaded paste v1.0.15
6802024-09-23T15:45:38.102Z Downloaded parse-display-derive v0.10.0
6812024-09-23T15:45:38.105Z Downloaded downcast v0.11.0
6822024-09-23T15:45:38.108Z Downloaded signal-hook v0.3.17
6832024-09-23T15:45:38.111Z Downloaded schemars v0.8.21
6842024-09-23T15:45:38.122Z Downloaded smf v0.2.3
6852024-09-23T15:45:38.124Z Downloaded utf-8 v0.7.6
6862024-09-23T15:45:38.127Z Downloaded unarray v0.1.4
6872024-09-23T15:45:38.127Z Downloaded smallvec v0.6.14
6882024-09-23T15:45:38.129Z Downloaded slog-dtrace v0.3.0
6892024-09-23T15:45:38.129Z Downloaded slog-bunyan v2.5.0
6902024-09-23T15:45:38.132Z Downloaded enum-as-inner v0.5.1
6912024-09-23T15:45:38.134Z Downloaded unsafe-libyaml v0.2.11
6922024-09-23T15:45:38.137Z Downloaded tabwriter v1.4.0
6932024-09-23T15:45:38.141Z Downloaded supports-color v3.0.1
6942024-09-23T15:45:38.144Z Downloaded peg-runtime v0.8.3
6952024-09-23T15:45:38.144Z Downloaded futures-channel v0.3.30
6962024-09-23T15:45:38.144Z Downloaded parking_lot v0.12.2
6972024-09-23T15:45:38.146Z Downloaded parking_lot v0.11.2
6982024-09-23T15:45:38.149Z Downloaded foreign-types v0.3.2
6992024-09-23T15:45:38.153Z Downloaded tinyvec_macros v0.1.1
7002024-09-23T15:45:38.153Z Downloaded zone v0.1.8
7012024-09-23T15:45:38.156Z Downloaded password-hash v0.4.2
7022024-09-23T15:45:38.156Z Downloaded want v0.3.1
7032024-09-23T15:45:38.157Z Downloaded serde-hex v0.1.0
7042024-09-23T15:45:38.160Z Downloaded num-derive v0.4.2
7052024-09-23T15:45:38.160Z Downloaded ghash v0.5.1
7062024-09-23T15:45:38.164Z Downloaded password-hash v0.5.0
7072024-09-23T15:45:38.166Z Downloaded rand_core v0.6.4
7082024-09-23T15:45:38.166Z Downloaded tap v1.0.1
7092024-09-23T15:45:38.166Z Downloaded rand_xorshift v0.3.0
7102024-09-23T15:45:38.169Z Downloaded quick-error v1.2.3
7112024-09-23T15:45:38.169Z Downloaded vergen v8.3.2
7122024-09-23T15:45:38.172Z Downloaded aes-gcm v0.10.3
7132024-09-23T15:45:38.176Z Downloaded same-file v1.0.6
7142024-09-23T15:45:38.179Z Downloaded subprocess v0.2.9
7152024-09-23T15:45:38.181Z Downloaded itertools v0.10.5
7162024-09-23T15:45:38.188Z Downloaded portpicker v0.1.1
7172024-09-23T15:45:38.190Z Downloaded unicode-xid v0.2.4
7182024-09-23T15:45:38.193Z Downloaded rustc-demangle v0.1.24
7192024-09-23T15:45:38.193Z Downloaded endian-type v0.1.2
7202024-09-23T15:45:38.195Z Downloaded zone_cfg_derive v0.1.2
7212024-09-23T15:45:38.195Z Downloaded universal-hash v0.5.1
7222024-09-23T15:45:38.195Z Downloaded number_prefix v0.4.0
7232024-09-23T15:45:38.198Z Downloaded untrusted v0.9.0
7242024-09-23T15:45:38.202Z Downloaded tiny-keccak v2.0.2
7252024-09-23T15:45:38.204Z Downloaded strum v0.26.3
7262024-09-23T15:45:38.204Z Downloaded walkdir v2.5.0
7272024-09-23T15:45:38.207Z Downloaded sha1 v0.10.6
7282024-09-23T15:45:38.207Z Downloaded crossterm v0.27.0
7292024-09-23T15:45:38.215Z Downloaded pbkdf2 v0.11.0
7302024-09-23T15:45:38.218Z Downloaded der v0.7.9
7312024-09-23T15:45:38.224Z Downloaded rusty-fork v0.3.0
7322024-09-23T15:45:38.227Z Downloaded pretty-hex v0.2.1
7332024-09-23T15:45:38.227Z Downloaded postgres-types v0.2.7
7342024-09-23T15:45:38.229Z Downloaded rustls-pemfile v1.0.4
7352024-09-23T15:45:38.232Z Downloaded derive_builder v0.20.0
7362024-09-23T15:45:38.236Z Downloaded rustc_version v0.4.0
7372024-09-23T15:45:38.238Z Downloaded rustls-pemfile v2.1.3
7382024-09-23T15:45:38.240Z Downloaded which v4.4.2
7392024-09-23T15:45:38.243Z Downloaded serde_with_macros v3.9.0
7402024-09-23T15:45:38.246Z Downloaded zone v0.3.0
7412024-09-23T15:45:38.248Z Downloaded percent-encoding v2.3.1
7422024-09-23T15:45:38.248Z Downloaded pem-rfc7468 v0.7.0
7432024-09-23T15:45:38.251Z Downloaded glob v0.3.1
7442024-09-23T15:45:38.251Z Downloaded ed25519 v2.2.3
7452024-09-23T15:45:38.253Z Downloaded display-error-chain v0.2.1
7462024-09-23T15:45:38.256Z Downloaded slog-term v2.9.1
7472024-09-23T15:45:38.259Z Downloaded hkdf v0.12.4
7482024-09-23T15:45:38.263Z Downloaded num_enum v0.5.11
7492024-09-23T15:45:38.265Z Downloaded toml_edit v0.19.15
7502024-09-23T15:45:38.282Z Downloaded time-core v0.1.2
7512024-09-23T15:45:38.285Z Downloaded foreign-types-macros v0.2.3
7522024-09-23T15:45:38.285Z Downloaded oso-derive v0.27.3
7532024-09-23T15:45:38.287Z Downloaded hashlink v0.9.1
7542024-09-23T15:45:38.287Z Downloaded fallible-iterator v0.3.0
7552024-09-23T15:45:38.290Z Downloaded peg-macros v0.8.4
7562024-09-23T15:45:38.293Z Downloaded getrandom v0.2.14
7572024-09-23T15:45:38.295Z Downloaded deranged v0.3.11
7582024-09-23T15:45:38.300Z Downloaded hashbrown v0.12.3
7592024-09-23T15:45:38.304Z Downloaded debug-ignore v1.0.5
7602024-09-23T15:45:38.304Z Downloaded futures-sink v0.3.30
7612024-09-23T15:45:38.304Z Downloaded futures-io v0.3.30
7622024-09-23T15:45:38.306Z Downloaded flagset v0.4.5
7632024-09-23T15:45:38.306Z Downloaded serde_arrays v0.1.0
7642024-09-23T15:45:38.306Z Downloaded thiserror-no-std v2.0.2
7652024-09-23T15:45:38.310Z Downloaded olpc-cjson v0.1.3
7662024-09-23T15:45:38.313Z Downloaded spki v0.7.3
7672024-09-23T15:45:38.316Z Downloaded futures-task v0.3.30
7682024-09-23T15:45:38.316Z Downloaded wyz v0.5.1
7692024-09-23T15:45:38.319Z Downloaded rayon-core v1.12.1
7702024-09-23T15:45:38.321Z Downloaded dirs-sys-next v0.1.2
7712024-09-23T15:45:38.324Z Downloaded num-integer v0.1.46
7722024-09-23T15:45:38.324Z Downloaded zip v0.6.6
7732024-09-23T15:45:38.328Z Downloaded dirs-next v2.0.0
7742024-09-23T15:45:38.330Z Downloaded stable_deref_trait v1.2.0
7752024-09-23T15:45:38.330Z Downloaded foreign-types-shared v0.3.1
7762024-09-23T15:45:38.335Z Downloaded diesel_table_macro_syntax v0.2.0
7772024-09-23T15:45:38.335Z Downloaded sqlformat v0.2.4
7782024-09-23T15:45:38.339Z Downloaded polyval v0.6.2
7792024-09-23T15:45:38.339Z Downloaded headers v0.3.9
7802024-09-23T15:45:38.342Z Downloaded flume v0.11.0
7812024-09-23T15:45:38.345Z Downloaded unicode-segmentation v1.11.0
7822024-09-23T15:45:38.349Z Downloaded salsa20 v0.10.2
7832024-09-23T15:45:38.351Z Downloaded rustyline v14.0.0
7842024-09-23T15:45:38.356Z Downloaded float-ord v0.3.2
7852024-09-23T15:45:38.359Z Downloaded darling_macro v0.20.9
7862024-09-23T15:45:38.359Z Downloaded serde_path_to_error v0.1.16
7872024-09-23T15:45:38.361Z Downloaded toml v0.7.8
7882024-09-23T15:45:38.364Z Downloaded spin v0.5.2
7892024-09-23T15:45:38.367Z Downloaded num-iter v0.1.45
7902024-09-23T15:45:38.367Z Downloaded zerocopy v0.6.6
7912024-09-23T15:45:38.369Z Downloaded spin v0.9.8
7922024-09-23T15:45:38.372Z Downloaded tower-layer v0.3.2
7932024-09-23T15:45:38.374Z Downloaded unicase v2.7.0
7942024-09-23T15:45:38.374Z Downloaded tokio-rustls v0.26.0
7952024-09-23T15:45:38.377Z Downloaded tinyvec v1.6.0
7962024-09-23T15:45:38.380Z Downloaded serde_urlencoded v0.7.1
7972024-09-23T15:45:38.382Z Downloaded num-traits v0.2.19
7982024-09-23T15:45:38.385Z Downloaded aho-corasick v1.1.3
7992024-09-23T15:45:38.391Z Downloaded foreign-types-shared v0.1.1
8002024-09-23T15:45:38.393Z Downloaded strum_macros v0.25.3
8012024-09-23T15:45:38.396Z Downloaded powerfmt v0.2.0
8022024-09-23T15:45:38.396Z Downloaded try-lock v0.2.5
8032024-09-23T15:45:38.398Z Downloaded phf v0.11.2
8042024-09-23T15:45:38.398Z Downloaded heapless v0.7.17
8052024-09-23T15:45:38.403Z Downloaded path-slash v0.1.5
8062024-09-23T15:45:38.405Z Downloaded data-encoding v2.6.0
8072024-09-23T15:45:38.405Z Downloaded rfc6979 v0.4.0
8082024-09-23T15:45:38.408Z Downloaded tokio-rustls v0.25.0
8092024-09-23T15:45:38.411Z Downloaded tokio-rustls v0.24.1
8102024-09-23T15:45:38.411Z Downloaded float-cmp v0.9.0
8112024-09-23T15:45:38.414Z Downloaded ppv-lite86 v0.2.17
8122024-09-23T15:45:38.414Z Downloaded serde_derive_internals v0.29.1
8132024-09-23T15:45:38.417Z Downloaded futures-core v0.3.30
8142024-09-23T15:45:38.420Z Downloaded siphasher v0.3.11
8152024-09-23T15:45:38.420Z Downloaded typed-path v0.7.1
8162024-09-23T15:45:38.424Z Downloaded rpassword v7.3.1
8172024-09-23T15:45:38.427Z Downloaded serde_yaml v0.9.34+deprecated
8182024-09-23T15:45:38.430Z Downloaded url v2.5.2
8192024-09-23T15:45:38.434Z Downloaded num-bigint v0.4.5
8202024-09-23T15:45:38.439Z Downloaded strum_macros v0.26.4
8212024-09-23T15:45:38.441Z Downloaded thread_local v1.1.8
8222024-09-23T15:45:38.444Z Downloaded predicates-tree v1.0.9
8232024-09-23T15:45:38.447Z Downloaded derive_builder_core v0.20.0
8242024-09-23T15:45:38.447Z Downloaded proc-macro-crate v1.3.1
8252024-09-23T15:45:38.449Z Downloaded rustls-webpki v0.101.7
8262024-09-23T15:45:38.463Z Downloaded pkg-config v0.3.30
8272024-09-23T15:45:38.466Z Downloaded phf_shared v0.11.2
8282024-09-23T15:45:38.466Z Downloaded futures-executor v0.3.30
8292024-09-23T15:45:38.468Z Downloaded ed25519-dalek v2.1.1
8302024-09-23T15:45:38.471Z Downloaded unicode_categories v0.1.1
8312024-09-23T15:45:38.473Z Downloaded num-rational v0.4.2
8322024-09-23T15:45:38.476Z Downloaded psl-types v2.0.11
8332024-09-23T15:45:38.476Z Downloaded diesel_derives v2.2.2
8342024-09-23T15:45:38.479Z Downloaded oso v0.27.3
8352024-09-23T15:45:38.483Z Downloaded rustls-webpki v0.102.4
8362024-09-23T15:45:38.501Z Downloaded snafu v0.8.2
8372024-09-23T15:45:38.507Z Downloaded p256 v0.13.2
8382024-09-23T15:45:38.510Z Downloaded chrono v0.4.38
8392024-09-23T15:45:38.517Z Downloaded bindgen v0.69.4
8402024-09-23T15:45:38.525Z Downloaded nom v7.1.3
8412024-09-23T15:45:38.531Z Downloaded tracing-attributes v0.1.27
8422024-09-23T15:45:38.534Z Downloaded ron v0.7.1
8432024-09-23T15:45:38.538Z Downloaded tracing-core v0.1.32
8442024-09-23T15:45:38.542Z Downloaded p521 v0.13.3
8452024-09-23T15:45:38.546Z Downloaded hyper v0.14.30
8462024-09-23T15:45:38.554Z Downloaded bitvec v1.0.1
8472024-09-23T15:45:38.570Z Downloaded rsa v0.9.6
8482024-09-23T15:45:38.575Z Downloaded x509-cert v0.2.5
8492024-09-23T15:45:38.582Z Downloaded serde_with v3.9.0
8502024-09-23T15:45:38.590Z Downloaded hashbrown v0.13.2
8512024-09-23T15:45:38.594Z Downloaded postgres-protocol v0.6.7
8522024-09-23T15:45:38.597Z Downloaded vcpkg v0.2.15
8532024-09-23T15:45:38.634Z Downloaded unicode-normalization v0.1.23
8542024-09-23T15:45:38.638Z Downloaded publicsuffix v2.2.3
8552024-09-23T15:45:38.640Z Downloaded diff v0.1.13
8562024-09-23T15:45:38.643Z Downloaded darling_core v0.20.9
8572024-09-23T15:45:38.648Z Downloaded num-bigint-dig v0.8.4
8582024-09-23T15:45:38.653Z Downloaded ssh-key v0.6.6
8592024-09-23T15:45:38.660Z Downloaded h2 v0.3.26
8602024-09-23T15:45:38.667Z Downloaded pin-project v1.1.5
8612024-09-23T15:45:38.678Z Downloaded tower v0.4.13
8622024-09-23T15:45:38.687Z Downloaded tracing v0.1.40
8632024-09-23T15:45:38.693Z Downloaded portable-atomic v1.6.0
8642024-09-23T15:45:38.697Z Downloaded sqlparser v0.45.0
8652024-09-23T15:45:38.704Z Downloaded lalrpop v0.19.12
8662024-09-23T15:45:38.716Z Downloaded radix_trie v0.2.1
8672024-09-23T15:45:38.721Z Downloaded curve25519-dalek v4.1.3
8682024-09-23T15:45:38.741Z Downloaded git2 v0.19.0
8692024-09-23T15:45:38.748Z Downloaded rusqlite v0.32.1
8702024-09-23T15:45:38.753Z Downloaded flate2 v1.0.33
8712024-09-23T15:45:38.757Z Downloaded p384 v0.13.0
8722024-09-23T15:45:38.766Z Downloaded object v0.30.4
8732024-09-23T15:45:38.776Z Downloaded nix v0.29.0
8742024-09-23T15:45:38.784Z Downloaded bstr v1.9.1
8752024-09-23T15:45:38.793Z Downloaded time v0.3.36
8762024-09-23T15:45:38.800Z Downloaded gimli v0.28.1
8772024-09-23T15:45:38.810Z Downloaded regress v0.9.1
8782024-09-23T15:45:38.818Z Downloaded tokio-util v0.7.11
8792024-09-23T15:45:38.825Z Downloaded idna v0.4.0
8802024-09-23T15:45:38.832Z Downloaded rayon v1.10.0
8812024-09-23T15:45:38.842Z Downloaded winnow v0.5.40
8822024-09-23T15:45:38.852Z Downloaded sled v0.34.7
8832024-09-23T15:45:38.862Z Downloaded bzip2-sys v0.1.11+1.0.8
8842024-09-23T15:45:38.877Z Downloaded regex v1.10.6
8852024-09-23T15:45:38.901Z Downloaded reqwest v0.11.27
8862024-09-23T15:45:38.901Z Downloaded nix v0.28.0
8872024-09-23T15:45:38.910Z Downloaded idna v0.3.0
8882024-09-23T15:45:38.915Z Downloaded csv v1.3.0
8892024-09-23T15:45:38.937Z Downloaded proptest v1.5.0
8902024-09-23T15:45:38.946Z Downloaded smoltcp v0.11.0
8912024-09-23T15:45:38.959Z Downloaded nix v0.27.1
8922024-09-23T15:45:38.970Z Downloaded idna v0.2.3
8932024-09-23T15:45:38.978Z Downloaded rustls v0.22.4
8942024-09-23T15:45:38.992Z Downloaded webpki-roots v0.25.4
8952024-09-23T15:45:38.995Z Downloaded encoding_rs v0.8.34
8962024-09-23T15:45:39.018Z Downloaded hickory-proto v0.24.1
8972024-09-23T15:45:39.033Z Downloaded trust-dns-proto v0.22.0
8982024-09-23T15:45:39.046Z Downloaded openssl v0.10.66
8992024-09-23T15:45:39.055Z Downloaded dropshot v0.10.1
9002024-09-23T15:45:39.065Z Downloaded rustls v0.21.12
9012024-09-23T15:45:39.077Z Downloaded polar-core v0.27.3
9022024-09-23T15:45:39.085Z Downloaded object v0.32.2
9032024-09-23T15:45:39.098Z Downloaded smoltcp v0.9.1
9042024-09-23T15:45:39.108Z Downloaded regex-syntax v0.8.4
9052024-09-23T15:45:39.117Z Downloaded diesel v2.2.4
9062024-09-23T15:45:39.136Z Downloaded regex-syntax v0.6.29
9072024-09-23T15:45:39.143Z Downloaded rustls v0.23.10
9082024-09-23T15:45:39.159Z Downloaded salty v0.3.0
9092024-09-23T15:45:39.166Z Downloaded openapiv3 v2.0.0
9102024-09-23T15:45:39.179Z Downloaded idna v0.5.0
9112024-09-23T15:45:39.185Z Downloaded quick-xml v0.33.0
9122024-09-23T15:45:39.192Z Downloaded futures-util v0.3.30
9132024-09-23T15:45:39.203Z Downloaded h2 v0.4.6
9142024-09-23T15:45:39.210Z Downloaded tough v0.17.1
9152024-09-23T15:45:39.218Z Downloaded owo-colors v4.0.0
9162024-09-23T15:45:39.221Z Downloaded expectorate v1.1.0
9172024-09-23T15:45:39.223Z Downloaded slog v2.7.0
9182024-09-23T15:45:39.226Z Downloaded zerocopy-derive v0.6.6
9192024-09-23T15:45:39.236Z Downloaded ratatui v0.28.0
9202024-09-23T15:45:39.258Z Downloaded itertools v0.13.0
9212024-09-23T15:45:39.263Z Downloaded hyper v1.4.1
9222024-09-23T15:45:39.270Z Downloaded getopts v0.2.21
9232024-09-23T15:45:39.272Z Downloaded regex-automata v0.4.6
9242024-09-23T15:45:39.289Z Downloaded similar v2.6.0
9252024-09-23T15:45:39.293Z Downloaded ssh-encoding v0.2.0
9262024-09-23T15:45:39.296Z Downloaded strum_macros v0.24.3
9272024-09-23T15:45:39.298Z Downloaded rustls-pki-types v1.7.0
9282024-09-23T15:45:39.301Z Downloaded rand v0.8.5
9292024-09-23T15:45:39.303Z Downloaded ring v0.16.20
9302024-09-23T15:45:39.382Z Downloaded tokio-postgres v0.7.11
9312024-09-23T15:45:39.387Z Downloaded finl_unicode v1.2.0
9322024-09-23T15:45:39.400Z Downloaded itertools v0.12.1
9332024-09-23T15:45:39.407Z Downloaded blake3 v1.5.1
9342024-09-23T15:45:39.414Z Downloaded futures-macro v0.3.30
9352024-09-23T15:45:39.417Z Downloaded heapless v0.8.0
9362024-09-23T15:45:39.420Z Downloaded num-complex v0.4.6
9372024-09-23T15:45:39.424Z Downloaded prettyplease v0.2.20
9382024-09-23T15:45:39.427Z Downloaded unicode-bidi v0.3.15
9392024-09-23T15:45:39.427Z Downloaded poly1305 v0.8.0
9402024-09-23T15:45:39.429Z Downloaded derive-where v1.2.7
9412024-09-23T15:45:39.431Z Downloaded tar v0.4.41
9422024-09-23T15:45:39.435Z Downloaded russh v0.45.0
9432024-09-23T15:45:39.440Z Downloaded reedline v0.33.0
9442024-09-23T15:45:39.447Z Downloaded tokio v1.39.3
9452024-09-23T15:45:39.484Z Downloaded petgraph v0.6.5
9462024-09-23T15:45:39.501Z Downloaded static_assertions v1.1.0
9472024-09-23T15:45:39.504Z Downloaded sha3 v0.10.8
9482024-09-23T15:45:39.507Z Downloaded pem v3.0.4
9492024-09-23T15:45:39.511Z Downloaded unicode-truncate v1.0.0
9502024-09-23T15:45:39.511Z Downloaded futures v0.3.30
9512024-09-23T15:45:39.514Z Downloaded xattr v1.3.1
9522024-09-23T15:45:39.516Z Downloaded elliptic-curve v0.13.8
9532024-09-23T15:45:39.520Z Downloaded uuid v1.10.0
9542024-09-23T15:45:39.523Z Downloaded steno v0.4.1
9552024-09-23T15:45:39.525Z Downloaded omicron-zone-package v0.11.0
9562024-09-23T15:45:39.529Z Downloaded samael v0.0.17
9572024-09-23T15:45:39.534Z Downloaded libm v0.2.8
9582024-09-23T15:45:39.542Z Downloaded crossterm v0.28.1
9592024-09-23T15:45:39.548Z Downloaded test-strategy v0.3.1
9602024-09-23T15:45:39.554Z Downloaded slog-async v2.8.0
9612024-09-23T15:45:39.557Z Downloaded rustc_version v0.1.7
9622024-09-23T15:45:39.557Z Downloaded fragile v2.0.0
9632024-09-23T15:45:39.557Z Downloaded value-bag v1.9.0
9642024-09-23T15:45:39.560Z Downloaded libxml v0.3.3
9652024-09-23T15:45:39.563Z Downloaded http v0.2.12
9662024-09-23T15:45:39.568Z Downloaded parse-display v0.10.0
9672024-09-23T15:45:39.570Z Downloaded nu-ansi-term v0.50.0
9682024-09-23T15:45:39.570Z Downloaded vte v0.11.1
9692024-09-23T15:45:39.574Z Downloaded either v1.13.0
9702024-09-23T15:45:39.576Z Downloaded pin-project-internal v1.1.5
9712024-09-23T15:45:39.577Z Downloaded openssl-sys v0.9.103
9722024-09-23T15:45:39.580Z Downloaded ena v0.14.3
9732024-09-23T15:45:39.582Z Downloaded erased-serde v0.3.31
9742024-09-23T15:45:39.585Z Downloaded crypto-bigint v0.5.5
9752024-09-23T15:45:39.590Z Downloaded cc v1.0.97
9762024-09-23T15:45:39.592Z Downloaded backtrace v0.3.71
9772024-09-23T15:45:39.597Z Downloaded rand_chacha v0.3.1
9782024-09-23T15:45:39.600Z Downloaded globset v0.4.14
9792024-09-23T15:45:39.602Z Downloaded env_logger v0.11.5
9802024-09-23T15:45:39.602Z Downloaded env_logger v0.9.3
9812024-09-23T15:45:39.605Z Downloaded tungstenite v0.23.0
9822024-09-23T15:45:39.608Z Downloaded serde_plain v1.0.2
9832024-09-23T15:45:39.610Z Downloaded rustfmt-wrapper v0.2.1
9842024-09-23T15:45:39.610Z Downloaded aes v0.8.4
9852024-09-23T15:45:39.614Z Downloaded slog-stdlog v4.1.1
9862024-09-23T15:45:39.616Z Downloaded slog-scope v4.4.0
9872024-09-23T15:45:39.616Z Downloaded rtoolbox v0.0.2
9882024-09-23T15:45:39.618Z Downloaded radium v0.7.0
9892024-09-23T15:45:39.618Z Downloaded der_derive v0.7.2
9902024-09-23T15:45:39.621Z Downloaded defmt v0.3.8
9912024-09-23T15:45:39.623Z Downloaded yasna v0.5.2
9922024-09-23T15:45:39.626Z Downloaded rand_seeder v0.3.0
9932024-09-23T15:45:39.629Z Downloaded postcard v1.0.8
9942024-09-23T15:45:39.631Z Downloaded pkcs5 v0.7.1
9952024-09-23T15:45:39.634Z Downloaded tungstenite v0.21.0
9962024-09-23T15:45:39.637Z Downloaded tungstenite v0.20.1
9972024-09-23T15:45:39.640Z Downloaded derive_builder_macro v0.20.0
9982024-09-23T15:45:39.642Z Downloaded waitgroup v0.1.2
9992024-09-23T15:45:39.642Z Downloaded vte_generate_state_changes v0.1.1
10002024-09-23T15:45:39.642Z Downloaded primeorder v0.13.6
10012024-09-23T15:45:39.646Z Downloaded base64 v0.22.1
10022024-09-23T15:45:39.648Z Downloaded rcgen v0.12.1
10032024-09-23T15:45:39.651Z Downloaded socket2 v0.4.10
10042024-09-23T15:45:39.654Z Downloaded crossbeam-epoch v0.9.18
10052024-09-23T15:45:39.654Z Downloaded compact_str v0.8.0
10062024-09-23T15:45:39.657Z Downloaded scopeguard v1.2.0
10072024-09-23T15:45:39.659Z Downloaded schemars_derive v0.8.21
10082024-09-23T15:45:39.663Z Downloaded scheduled-thread-pool v0.2.7
10092024-09-23T15:45:39.663Z Downloaded chacha20poly1305 v0.10.1
10102024-09-23T15:45:39.663Z Downloaded structmeta-derive v0.2.0
10112024-09-23T15:45:39.665Z Downloaded structmeta v0.3.0
10122024-09-23T15:45:39.665Z Downloaded string_cache v0.8.7
10132024-09-23T15:45:39.665Z Downloaded hickory-resolver v0.24.1
10142024-09-23T15:45:39.671Z Downloaded ref-cast v1.0.23
10152024-09-23T15:45:39.675Z Downloaded defmt-macros v0.3.9
10162024-09-23T15:45:39.679Z Downloaded tokio-stream v0.1.15
10172024-09-23T15:45:39.683Z Downloaded des v0.8.1
10182024-09-23T15:45:39.683Z Downloaded snafu-derive v0.8.2
10192024-09-23T15:45:39.686Z Downloaded mime_guess v2.0.4
10202024-09-23T15:45:39.686Z Downloaded clang-sys v1.7.0
10212024-09-23T15:45:39.689Z Downloaded group v0.13.0
10222024-09-23T15:45:39.689Z Downloaded gethostname v0.5.0
10232024-09-23T15:45:39.689Z Downloaded ff v0.13.0
10242024-09-23T15:45:39.691Z Downloaded tokio-tungstenite v0.21.0
10252024-09-23T15:45:39.695Z Downloaded russh-keys v0.45.0
10262024-09-23T15:45:39.695Z Downloaded filetime v0.2.25
10272024-09-23T15:45:39.697Z Downloaded fd-lock v4.0.2
10282024-09-23T15:45:39.699Z Downloaded fallible-streaming-iterator v0.1.9
10292024-09-23T15:45:39.699Z Downloaded dyn-clone v1.0.17
10302024-09-23T15:45:39.702Z Downloaded blake2 v0.10.6
10312024-09-23T15:45:39.704Z Downloaded signature v2.2.0
10322024-09-23T15:45:39.704Z Downloaded multer v3.1.0
10332024-09-23T15:45:39.707Z Downloaded structmeta v0.2.0
10342024-09-23T15:45:39.707Z Downloaded instability v0.3.2
10352024-09-23T15:45:39.709Z Downloaded bytes v1.7.1
10362024-09-23T15:45:39.712Z Downloaded openssl-macros v0.1.1
10372024-09-23T15:45:39.714Z Downloaded num_threads v0.1.7
10382024-09-23T15:45:39.714Z Downloaded slog-json v2.6.1
10392024-09-23T15:45:39.716Z Downloaded russh-cryptovec v0.7.2
10402024-09-23T15:45:39.716Z Downloaded http v1.1.0
10412024-09-23T15:45:39.719Z Downloaded nibble_vec v0.1.0
10422024-09-23T15:45:39.722Z Downloaded bzip2 v0.4.4
10432024-09-23T15:45:39.722Z Downloaded lazy_static v1.5.0
10442024-09-23T15:45:39.725Z Downloaded base64ct v1.6.0
10452024-09-23T15:45:39.727Z Downloaded internet-checksum v0.2.1
10462024-09-23T15:45:39.727Z Downloaded md-5 v0.10.6
10472024-09-23T15:45:39.727Z Downloaded keccak v0.1.5
10482024-09-23T15:45:39.730Z Downloaded crossbeam-utils v0.8.19
10492024-09-23T15:45:39.732Z Downloaded castaway v0.2.3
10502024-09-23T15:45:39.732Z Downloaded bcrypt-pbkdf v0.10.0
10512024-09-23T15:45:39.735Z Downloaded convert_case v0.4.0
10522024-09-23T15:45:39.735Z Downloaded const_format_proc_macros v0.2.33
10532024-09-23T15:45:39.738Z Downloaded bit-vec v0.6.3
10542024-09-23T15:45:39.738Z Downloaded ciborium-ll v0.2.2
10552024-09-23T15:45:39.740Z Downloaded assert_matches v1.5.0
10562024-09-23T15:45:39.740Z Downloaded async-bb8-diesel v0.2.1
10572024-09-23T15:45:39.742Z Downloaded cookie_store v0.20.0
10582024-09-23T15:45:39.745Z Downloaded block-padding v0.3.3
10592024-09-23T15:45:39.745Z Downloaded async-stream-impl v0.3.5
10602024-09-23T15:45:39.745Z Downloaded humantime v2.1.0
10612024-09-23T15:45:39.748Z Downloaded hubpack_derive v0.1.1
10622024-09-23T15:45:39.748Z Downloaded http-body v0.4.6
10632024-09-23T15:45:39.753Z Downloaded hostname v0.3.1
10642024-09-23T15:45:39.753Z Downloaded console v0.15.8
10652024-09-23T15:45:39.757Z Downloaded async-trait v0.1.82
10662024-09-23T15:45:39.757Z Downloaded libgit2-sys v0.17.0+1.8.1
10672024-09-23T15:45:39.816Z Downloaded http-range v0.1.5
10682024-09-23T15:45:39.818Z Downloaded curve25519-dalek-derive v0.1.1
10692024-09-23T15:45:39.818Z Downloaded cbc v0.1.2
10702024-09-23T15:45:39.818Z Downloaded bcs v0.1.6
10712024-09-23T15:45:39.818Z Downloaded backoff v0.4.0
10722024-09-23T15:45:39.819Z Downloaded ascii-canvas v3.0.0
10732024-09-23T15:45:39.822Z Downloaded lalrpop-util v0.19.12
10742024-09-23T15:45:39.822Z Downloaded inout v0.1.3
10752024-09-23T15:45:39.824Z Downloaded colored v2.1.0
10762024-09-23T15:45:39.824Z Downloaded is-terminal v0.4.12
10772024-09-23T15:45:39.824Z Downloaded bitflags v1.3.2
10782024-09-23T15:45:39.828Z Downloaded crossbeam-deque v0.8.5
10792024-09-23T15:45:39.830Z Downloaded async-stream v0.3.5
10802024-09-23T15:45:39.830Z Downloaded adler v1.0.2
10812024-09-23T15:45:39.833Z Downloaded cstr-argument v0.1.2
10822024-09-23T15:45:39.833Z Downloaded ascii v1.1.0
10832024-09-23T15:45:39.837Z Downloaded array-init v0.0.4
10842024-09-23T15:45:39.837Z Downloaded crunchy v0.2.2
10852024-09-23T15:45:39.837Z Downloaded ciborium-io v0.2.2
10862024-09-23T15:45:40.240Z Downloaded libz-sys v1.1.16
10872024-09-23T15:45:40.316Z Downloaded ring v0.17.8
10882024-09-23T15:45:40.431Z Downloaded libsqlite3-sys v0.30.1
10892024-09-23T15:45:40.603Z Compiling serde v1.0.208
10902024-09-23T15:45:40.606Z Compiling typenum v1.17.0
10912024-09-23T15:45:40.606Z Compiling generic-array v0.14.7
10922024-09-23T15:45:40.606Z Compiling lock_api v0.4.12
10932024-09-23T15:45:40.787Z Compiling scopeguard v1.2.0
10942024-09-23T15:45:40.787Z Compiling value-bag v1.9.0
10952024-09-23T15:45:40.801Z Compiling syn v2.0.74
10962024-09-23T15:45:40.804Z Compiling getrandom v0.2.14
10972024-09-23T15:45:40.947Z Compiling subtle v2.5.0
10982024-09-23T15:45:41.180Z Compiling rand_core v0.6.4
10992024-09-23T15:45:41.325Z Compiling log v0.4.21
11002024-09-23T15:45:41.343Z Compiling const-oid v0.9.6
11012024-09-23T15:45:41.364Z Compiling jobserver v0.1.32
11022024-09-23T15:45:41.740Z Compiling cc v1.0.97
11032024-09-23T15:45:41.757Z Compiling pin-project-lite v0.2.14
11042024-09-23T15:45:41.864Z Compiling smallvec v1.13.2
11052024-09-23T15:45:41.881Z Compiling parking_lot_core v0.9.10
11062024-09-23T15:45:42.239Z Compiling signal-hook-registry v1.4.2
11072024-09-23T15:45:42.279Z Compiling mio v1.0.2
11082024-09-23T15:45:42.297Z Compiling socket2 v0.5.7
11092024-09-23T15:45:43.045Z Compiling parking_lot v0.12.2
11102024-09-23T15:45:43.107Z Compiling ahash v0.8.11
11112024-09-23T15:45:43.288Z Compiling cpufeatures v0.2.12
11122024-09-23T15:45:43.377Z Compiling futures-sink v0.3.30
11132024-09-23T15:45:43.392Z Compiling futures-core v0.3.30
11142024-09-23T15:45:43.455Z Compiling slab v0.4.9
11152024-09-23T15:45:43.476Z Compiling allocator-api2 v0.2.18
11162024-09-23T15:45:43.502Z Compiling spin v0.9.8
11172024-09-23T15:45:43.519Z Compiling tinyvec_macros v0.1.1
11182024-09-23T15:45:43.606Z Compiling tinyvec v1.6.0
11192024-09-23T15:45:43.622Z Compiling futures-channel v0.3.30
11202024-09-23T15:45:43.904Z Compiling futures-io v0.3.30
11212024-09-23T15:45:43.949Z Compiling futures-task v0.3.30
11222024-09-23T15:45:44.033Z Compiling base64ct v1.6.0
11232024-09-23T15:45:44.173Z Compiling pin-utils v0.1.0
11242024-09-23T15:45:44.211Z Compiling libm v0.2.8
11252024-09-23T15:45:44.238Z Compiling serde_json v1.0.125
11262024-09-23T15:45:44.256Z Compiling num-traits v0.2.19
11272024-09-23T15:45:44.274Z Compiling unicode-bidi v0.3.15
11282024-09-23T15:45:44.534Z Compiling pem-rfc7468 v0.7.0
11292024-09-23T15:45:44.577Z Compiling flagset v0.4.5
11302024-09-23T15:45:44.763Z Compiling tracing-core v0.1.32
11312024-09-23T15:45:44.856Z Compiling vcpkg v0.2.15
11322024-09-23T15:45:45.049Z Compiling unicode-normalization v0.1.23
11332024-09-23T15:45:45.310Z Compiling pkg-config v0.3.30
11342024-09-23T15:45:45.826Z Compiling ring v0.17.8
11352024-09-23T15:45:46.105Z Compiling httparse v1.8.0
11362024-09-23T15:45:46.229Z Compiling percent-encoding v2.3.1
11372024-09-23T15:45:46.295Z Compiling ppv-lite86 v0.2.17
11382024-09-23T15:45:46.635Z Compiling untrusted v0.9.0
11392024-09-23T15:45:46.658Z Compiling try-lock v0.2.5
11402024-09-23T15:45:46.795Z Compiling rustix v0.38.34
11412024-09-23T15:45:46.813Z Compiling want v0.3.1
11422024-09-23T15:45:47.079Z Compiling httpdate v1.0.3
11432024-09-23T15:45:47.111Z Compiling openssl-sys v0.9.103
11442024-09-23T15:45:47.153Z Compiling rand_chacha v0.3.1
11452024-09-23T15:45:47.524Z Compiling rand v0.8.5
11462024-09-23T15:45:47.565Z Compiling rustversion v1.0.17
11472024-09-23T15:45:47.837Z Compiling openssl v0.10.66
11482024-09-23T15:45:47.851Z Compiling num-conv v0.1.0
11492024-09-23T15:45:48.084Z Compiling foreign-types-shared v0.1.1
11502024-09-23T15:45:48.114Z Compiling tower-service v0.3.2
11512024-09-23T15:45:48.176Z Compiling powerfmt v0.2.0
11522024-09-23T15:45:48.195Z Compiling time-core v0.1.2
11532024-09-23T15:45:48.355Z Compiling time-macros v0.2.18
11542024-09-23T15:45:48.371Z Compiling foreign-types v0.3.2
11552024-09-23T15:45:48.463Z Compiling deranged v0.3.11
11562024-09-23T15:45:48.543Z Compiling form_urlencoded v1.2.1
11572024-09-23T15:45:48.846Z Compiling aho-corasick v1.1.3
11582024-09-23T15:45:49.306Z Compiling siphasher v0.3.11
11592024-09-23T15:45:49.442Z Compiling num_threads v0.1.7
11602024-09-23T15:45:49.465Z Compiling regex-syntax v0.8.4
11612024-09-23T15:45:49.566Z Compiling rustls v0.21.12
11622024-09-23T15:45:49.685Z Compiling crossbeam-utils v0.8.19
11632024-09-23T15:45:49.830Z Compiling native-tls v0.2.11
11642024-09-23T15:45:50.177Z Compiling syn v1.0.109
11652024-09-23T15:45:50.361Z Compiling idna v0.5.0
11662024-09-23T15:45:50.848Z Compiling socket2 v0.4.10
11672024-09-23T15:45:51.592Z Compiling time v0.3.36
11682024-09-23T15:45:51.655Z Compiling cookie v0.17.0
11692024-09-23T15:45:51.720Z Compiling openssl-probe v0.1.5
11702024-09-23T15:45:51.847Z Compiling slog v2.7.0
11712024-09-23T15:45:51.907Z Compiling iana-time-zone v0.1.60
11722024-09-23T15:45:52.033Z Compiling finl_unicode v1.2.0
11732024-09-23T15:45:52.422Z Compiling url v2.5.2
11742024-09-23T15:45:52.611Z Compiling stringprep v0.1.4
11752024-09-23T15:45:53.850Z Compiling regex-automata v0.4.6
11762024-09-23T15:45:54.232Z Compiling num-integer v0.1.46
11772024-09-23T15:45:54.943Z Compiling serde_derive v1.0.208
11782024-09-23T15:45:55.010Z Compiling zeroize_derive v1.4.2
11792024-09-23T15:45:55.348Z Compiling zerocopy-derive v0.7.34
11802024-09-23T15:45:55.845Z Compiling tokio-macros v2.4.0
11812024-09-23T15:45:56.666Z Compiling zeroize v1.8.1
11822024-09-23T15:45:56.684Z Compiling futures-macro v0.3.30
11832024-09-23T15:45:56.798Z Compiling der_derive v0.7.2
11842024-09-23T15:45:57.546Z Compiling thiserror-impl v1.0.63
11852024-09-23T15:45:57.617Z Compiling zerocopy v0.7.34
11862024-09-23T15:45:58.433Z Compiling crypto-common v0.1.6
11872024-09-23T15:45:58.654Z Compiling block-buffer v0.10.4
11882024-09-23T15:45:58.693Z Compiling block-padding v0.3.3
11892024-09-23T15:45:58.916Z Compiling digest v0.10.7
11902024-09-23T15:45:58.934Z Compiling inout v0.1.3
11912024-09-23T15:45:59.239Z Compiling cipher v0.4.4
11922024-09-23T15:45:59.296Z Compiling futures-util v0.3.30
11932024-09-23T15:45:59.382Z Compiling hmac v0.12.1
11942024-09-23T15:45:59.626Z Compiling sha2 v0.10.8
11952024-09-23T15:45:59.760Z Compiling hashbrown v0.14.5
11962024-09-23T15:45:59.820Z Compiling der v0.7.9
11972024-09-23T15:46:00.812Z Compiling thiserror v1.0.63
11982024-09-23T15:46:00.955Z Compiling salsa20 v0.10.2
11992024-09-23T15:46:01.176Z Compiling pbkdf2 v0.12.2
12002024-09-23T15:46:01.210Z Compiling tracing-attributes v0.1.27
12012024-09-23T15:46:01.346Z Compiling scrypt v0.11.0
12022024-09-23T15:46:01.922Z Compiling aes v0.8.4
12032024-09-23T15:46:03.236Z Compiling spki v0.7.3
12042024-09-23T15:46:03.300Z Compiling cbc v0.1.2
12052024-09-23T15:46:03.529Z Compiling pkcs5 v0.7.1
12062024-09-23T15:46:03.608Z Compiling pest v2.7.10
12072024-09-23T15:46:04.631Z Compiling pkcs8 v0.10.2
12082024-09-23T15:46:04.712Z Compiling scroll_derive v0.12.0
12092024-09-23T15:46:04.940Z Compiling tracing v0.1.40
12102024-09-23T15:46:05.379Z Compiling openssl-macros v0.1.1
12112024-09-23T15:46:05.495Z Compiling signature v2.2.0
12122024-09-23T15:46:05.584Z Compiling sct v0.7.1
12132024-09-23T15:46:05.771Z Compiling rustls-webpki v0.101.7
12142024-09-23T15:46:05.885Z Compiling md-5 v0.10.6
12152024-09-23T15:46:06.122Z Compiling pin-project-internal v1.1.5
12162024-09-23T15:46:06.146Z Compiling idna v0.3.0
12172024-09-23T15:46:06.195Z Compiling pest_meta v2.7.10
12182024-09-23T15:46:06.442Z Compiling scroll v0.12.0
12192024-09-23T15:46:06.662Z Compiling backtrace v0.3.71
12202024-09-23T15:46:07.001Z Compiling goblin v0.8.2
12212024-09-23T15:46:07.135Z Compiling lazy_static v1.5.0
12222024-09-23T15:46:07.252Z Compiling ff v0.13.0
12232024-09-23T15:46:07.474Z Compiling pest_generator v2.7.10
12242024-09-23T15:46:07.601Z Compiling hash32 v0.2.1
12252024-09-23T15:46:07.742Z Compiling smoltcp v0.9.1
12262024-09-23T15:46:07.974Z Compiling crc32fast v1.4.0
12272024-09-23T15:46:08.473Z Compiling stable_deref_trait v1.2.0
12282024-09-23T15:46:08.494Z Compiling gimli v0.28.1
12292024-09-23T15:46:08.579Z Compiling fallible-iterator v0.2.0
12302024-09-23T15:46:09.219Z Compiling bytes v1.7.1
12312024-09-23T15:46:09.238Z Compiling indexmap v2.4.0
12322024-09-23T15:46:09.351Z Compiling bitflags v2.6.0
12332024-09-23T15:46:09.809Z Compiling semver v1.0.23
12342024-09-23T15:46:10.579Z Compiling tokio v1.39.3
12352024-09-23T15:46:10.633Z Compiling rustc_version v0.4.0
12362024-09-23T15:46:10.746Z Compiling http v0.2.12
12372024-09-23T15:46:11.151Z Compiling pest_derive v2.7.10
12382024-09-23T15:46:11.929Z Compiling dtrace-parser v0.2.0
12392024-09-23T15:46:12.564Z Compiling dof v0.3.0
12402024-09-23T15:46:13.264Z Compiling http-body v0.4.6
12412024-09-23T15:46:13.434Z Compiling heapless v0.7.17
12422024-09-23T15:46:13.732Z Compiling http v1.1.0
12432024-09-23T15:46:14.069Z Compiling uuid v1.10.0
12442024-09-23T15:46:14.817Z Compiling usdt-impl v0.5.0
12452024-09-23T15:46:15.520Z Compiling curve25519-dalek v4.1.3
12462024-09-23T15:46:15.539Z Compiling toml_datetime v0.6.8
12472024-09-23T15:46:16.054Z Compiling chrono v0.4.38
12482024-09-23T15:46:16.155Z Compiling serde_spanned v0.6.7
12492024-09-23T15:46:16.262Z Compiling serde_tokenstream v0.2.2
12502024-09-23T15:46:16.382Z Compiling psl-types v2.0.11
12512024-09-23T15:46:16.409Z Compiling atomic-waker v1.1.2
12522024-09-23T15:46:16.567Z Compiling base16ct v0.2.0
12532024-09-23T15:46:16.600Z Compiling base64 v0.22.1
12542024-09-23T15:46:16.656Z Compiling adler v1.0.2
12552024-09-23T15:46:16.861Z Compiling num-bigint-dig v0.8.4
12562024-09-23T15:46:16.876Z Compiling signal-hook v0.3.17
12572024-09-23T15:46:16.893Z Compiling miniz_oxide v0.7.2
12582024-09-23T15:46:17.195Z Compiling postgres-protocol v0.6.7
12592024-09-23T15:46:17.211Z Compiling sec1 v0.7.3
12602024-09-23T15:46:17.329Z Compiling publicsuffix v2.2.3
12612024-09-23T15:46:17.474Z Compiling http-body v1.0.0
12622024-09-23T15:46:17.587Z Compiling terminal_size v0.3.0
12632024-09-23T15:46:17.708Z Compiling addr2line v0.21.0
12642024-09-23T15:46:17.769Z Compiling pin-project v1.1.5
12652024-09-23T15:46:17.881Z Compiling group v0.13.0
12662024-09-23T15:46:17.983Z Compiling hubpack_derive v0.1.1
12672024-09-23T15:46:18.189Z Compiling hkdf v0.12.4
12682024-09-23T15:46:18.362Z Compiling crypto-bigint v0.5.5
12692024-09-23T15:46:18.448Z Compiling curve25519-dalek-derive v0.1.1
12702024-09-23T15:46:18.506Z Compiling async-trait v0.1.82
12712024-09-23T15:46:18.753Z Compiling tokio-util v0.7.11
12722024-09-23T15:46:18.842Z Compiling tokio-rustls v0.24.1
12732024-09-23T15:46:19.229Z Compiling zerocopy-derive v0.6.6
12742024-09-23T15:46:19.671Z Compiling h2 v0.3.26
12752024-09-23T15:46:20.086Z Compiling h2 v0.4.6
12762024-09-23T15:46:20.621Z Compiling tokio-native-tls v0.3.1
12772024-09-23T15:46:20.900Z Compiling num-iter v0.1.45
12782024-09-23T15:46:21.429Z Compiling phf_shared v0.11.2
12792024-09-23T15:46:21.810Z Compiling serde_derive_internals v0.29.1
12802024-09-23T15:46:22.121Z Compiling object v0.32.2
12812024-09-23T15:46:22.186Z Compiling fs-err v2.11.0
12822024-09-23T15:46:22.483Z Compiling winnow v0.5.40
12832024-09-23T15:46:22.723Z Compiling rustc-demangle v0.1.24
12842024-09-23T15:46:23.667Z Compiling tower-layer v0.3.2
12852024-09-23T15:46:23.947Z Compiling managed v0.8.0
12862024-09-23T15:46:24.415Z Compiling ipnet v2.9.0
12872024-09-23T15:46:24.487Z Compiling bitflags v1.3.2
12882024-09-23T15:46:24.572Z Compiling schemars v0.8.21
12892024-09-23T15:46:24.590Z Compiling either v1.13.0
12902024-09-23T15:46:24.934Z Compiling adler2 v2.0.0
12912024-09-23T15:46:25.009Z Compiling anyhow v1.0.89
12922024-09-23T15:46:25.168Z Compiling base64 v0.21.7
12932024-09-23T15:46:25.656Z Compiling rustls-pemfile v1.0.4
12942024-09-23T15:46:25.693Z Compiling miniz_oxide v0.8.0
12952024-09-23T15:46:25.845Z Compiling clap_builder v4.5.15
12962024-09-23T15:46:25.876Z Compiling toml_edit v0.19.15
12972024-09-23T15:46:26.227Z Compiling schemars_derive v0.8.21
12982024-09-23T15:46:27.306Z Compiling hyper v0.14.30
12992024-09-23T15:46:28.187Z Compiling hyper v1.4.1
13002024-09-23T15:46:29.570Z Compiling tower v0.4.13
13012024-09-23T15:46:30.222Z Compiling phf v0.11.2
13022024-09-23T15:46:30.484Z Compiling cookie_store v0.20.0
13032024-09-23T15:46:30.512Z Compiling zerocopy v0.6.6
13042024-09-23T15:46:30.718Z Compiling elliptic-curve v0.13.8
13052024-09-23T15:46:31.996Z Compiling hubpack v0.1.2
13062024-09-23T15:46:32.363Z Compiling postgres-types v0.2.7
13072024-09-23T15:46:32.774Z Compiling usdt-macro v0.5.0
13082024-09-23T15:46:32.936Z Compiling usdt-attr-macro v0.5.0
13092024-09-23T15:46:33.829Z Compiling serde_urlencoded v0.7.1
13102024-09-23T15:46:34.277Z Compiling hyper-tls v0.5.0
13112024-09-23T15:46:34.359Z Compiling hyper-rustls v0.24.2
13122024-09-23T15:46:34.557Z Compiling serde-big-array v0.5.1
13132024-09-23T15:46:34.603Z Compiling ed25519 v2.2.3
13142024-09-23T15:46:34.648Z Compiling futures-executor v0.3.30
13152024-09-23T15:46:34.699Z Compiling pkcs1 v0.7.5
13162024-09-23T15:46:34.785Z Compiling rfc6979 v0.4.0
13172024-09-23T15:46:35.031Z Compiling bstr v1.9.1
13182024-09-23T15:46:35.037Z Compiling regex v1.10.6
13192024-09-23T15:46:35.254Z Compiling strum_macros v0.25.3
13202024-09-23T15:46:35.787Z Compiling clap_derive v4.5.13
13212024-09-23T15:46:36.161Z Compiling serde_repr v0.1.19
13222024-09-23T15:46:36.626Z Compiling enum-as-inner v0.6.0
13232024-09-23T15:46:36.773Z Compiling phf_shared v0.10.0
13242024-09-23T15:46:37.173Z Compiling float-cmp v0.9.0
13252024-09-23T15:46:37.312Z Compiling idna v0.4.0
13262024-09-23T15:46:37.352Z Compiling mio v0.8.11
13272024-09-23T15:46:37.394Z Compiling encoding_rs v0.8.34
13282024-09-23T15:46:37.675Z Compiling difflib v0.4.0
13292024-09-23T15:46:38.600Z Compiling whoami v1.5.1
13302024-09-23T15:46:38.837Z Compiling precomputed-hash v0.1.1
13312024-09-23T15:46:38.949Z Compiling normalize-line-endings v0.3.0
13322024-09-23T15:46:39.073Z Compiling minimal-lexical v0.2.1
13332024-09-23T15:46:39.220Z Compiling static_assertions v1.1.0
13342024-09-23T15:46:39.239Z Compiling fixedbitset v0.4.2
13352024-09-23T15:46:39.315Z Compiling dyn-clone v1.0.17
13362024-09-23T15:46:39.367Z Compiling webpki-roots v0.25.4
13372024-09-23T15:46:39.527Z Compiling sync_wrapper v0.1.2
13382024-09-23T15:46:39.530Z Compiling data-encoding v2.6.0
13392024-09-23T15:46:39.574Z Compiling new_debug_unreachable v1.0.6
13402024-09-23T15:46:39.593Z Compiling unicode-segmentation v1.11.0
13412024-09-23T15:46:39.652Z Compiling mime v0.3.17
13422024-09-23T15:46:39.673Z Compiling bit-vec v0.6.3
13432024-09-23T15:46:39.694Z Compiling predicates-core v1.0.6
13442024-09-23T15:46:40.060Z Compiling bit-set v0.5.3
13452024-09-23T15:46:40.126Z Compiling reqwest v0.11.27
13462024-09-23T15:46:40.282Z Compiling similar v2.6.0
13472024-09-23T15:46:40.377Z Compiling hickory-proto v0.24.1
13482024-09-23T15:46:40.446Z Compiling predicates v3.1.2
13492024-09-23T15:46:40.826Z Compiling clap v4.5.16
13502024-09-23T15:46:40.953Z Compiling string_cache v0.8.7
13512024-09-23T15:46:41.413Z Compiling petgraph v0.6.5
13522024-09-23T15:46:41.822Z Compiling nom v7.1.3
13532024-09-23T15:46:42.139Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13542024-09-23T15:46:42.631Z Compiling console v0.15.8
13552024-09-23T15:46:44.153Z Compiling toml_edit v0.22.20
13562024-09-23T15:46:45.353Z Compiling tokio-postgres v0.7.11
13572024-09-23T15:46:45.514Z Compiling signal-hook-mio v0.2.4
13582024-09-23T15:46:45.688Z Compiling usdt v0.5.0
13592024-09-23T15:46:45.707Z Compiling rsa v0.9.6
13602024-09-23T15:46:45.922Z Compiling ecdsa v0.16.9
13612024-09-23T15:46:46.196Z Compiling futures v0.3.30
13622024-09-23T15:46:46.316Z Compiling ed25519-dalek v2.1.1
13632024-09-23T15:46:46.786Z Compiling flate2 v1.0.33
13642024-09-23T15:46:47.587Z Compiling hyper-util v0.1.7
13652024-09-23T15:46:48.979Z Compiling toml v0.7.8
13662024-09-23T15:46:49.427Z Compiling itertools v0.10.5
13672024-09-23T15:46:50.529Z Compiling itertools v0.12.1
13682024-09-23T15:46:50.529Z Compiling tokio-stream v0.1.15
13692024-09-23T15:46:50.753Z Compiling openapiv3 v2.0.0
13702024-09-23T15:46:51.021Z Compiling hex v0.4.3
13712024-09-23T15:46:51.538Z Compiling x509-cert v0.2.5
13722024-09-23T15:46:51.623Z Compiling sha1 v0.10.6
13732024-09-23T15:46:52.032Z Compiling crossbeam-epoch v0.9.18
13742024-09-23T15:46:52.225Z Compiling dirs-sys-next v0.1.2
13752024-09-23T15:46:52.510Z Compiling lalrpop-util v0.19.12
13762024-09-23T15:46:52.799Z Compiling peg-runtime v0.8.3
13772024-09-23T15:46:52.860Z Compiling unicode-xid v0.2.4
13782024-09-23T15:46:52.898Z Compiling dirs-next v2.0.0
13792024-09-23T15:46:53.025Z Compiling thread_local v1.1.8
13802024-09-23T15:46:53.097Z Compiling slog-async v2.8.0
13812024-09-23T15:46:53.421Z Compiling term v0.7.0
13822024-09-23T15:46:53.551Z Compiling xattr v1.3.1
13832024-09-23T15:46:53.658Z Compiling strum_macros v0.26.4
13842024-09-23T15:46:53.696Z Compiling crossbeam-channel v0.5.12
13852024-09-23T15:46:53.799Z Compiling is-terminal v0.4.12
13862024-09-23T15:46:53.926Z Compiling filetime v0.2.25
13872024-09-23T15:46:53.994Z Compiling take_mut v0.2.2
13882024-09-23T15:46:54.156Z Compiling tar v0.4.41
13892024-09-23T15:46:54.231Z Compiling slog-term v2.9.1
13902024-09-23T15:46:54.953Z Compiling camino v1.1.9
13912024-09-23T15:46:55.831Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13922024-09-23T15:46:56.761Z Compiling strum v0.26.3
13932024-09-23T15:46:56.835Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13942024-09-23T15:47:01.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
13952024-09-23T15:47:01.866Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13962024-09-23T15:47:01.910ZSep 23 15:47:00.577 INFO Starting download, target: Clickhouse
13972024-09-23T15:47:01.910ZSep 23 15:47:00.578 INFO Starting download, target: Cockroach
13982024-09-23T15:47:01.910ZSep 23 15:47:00.578 INFO Starting download, target: Console
13992024-09-23T15:47:01.912ZSep 23 15:47:00.578 INFO Starting download, target: DendriteOpenapi
14002024-09-23T15:47:01.912ZSep 23 15:47:00.578 INFO Starting download, target: DendriteStub
14012024-09-23T15:47:01.912ZSep 23 15:47:00.578 INFO Starting download, target: MaghemiteMgd
14022024-09-23T15:47:01.912ZSep 23 15:47:00.578 INFO Starting download, target: TransceiverControl
14032024-09-23T15:47:01.912ZSep 23 15:47:00.578 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14042024-09-23T15:47:01.912ZSep 23 15:47:00.578 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
14052024-09-23T15:47:01.912ZSep 23 15:47:00.579 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14062024-09-23T15:47:01.912ZSep 23 15:47:00.579 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14072024-09-23T15:47:01.912ZSep 23 15:47:00.579 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14082024-09-23T15:47:01.912ZSep 23 15:47:00.579 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14092024-09-23T15:47:01.913ZSep 23 15:47:00.579 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14102024-09-23T15:47:02.081ZSep 23 15:47:00.746 INFO Download complete, target: DendriteOpenapi
14112024-09-23T15:47:02.174ZSep 23 15:47:00.840 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14122024-09-23T15:47:02.449ZSep 23 15:47:01.116 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14132024-09-23T15:47:02.502ZSep 23 15:47:01.169 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14142024-09-23T15:47:02.579ZSep 23 15:47:01.247 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14152024-09-23T15:47:02.866ZSep 23 15:47:01.533 INFO Download complete, target: Console
14162024-09-23T15:47:02.986ZSep 23 15:47:01.654 INFO Download complete, target: TransceiverControl
14172024-09-23T15:47:03.016ZSep 23 15:47:01.684 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14182024-09-23T15:47:03.016ZSep 23 15:47:01.684 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14192024-09-23T15:47:03.799ZSep 23 15:47:02.467 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14202024-09-23T15:47:05.669ZSep 23 15:47:04.335 INFO Download complete, target: DendriteStub
14212024-09-23T15:47:05.781ZSep 23 15:47:04.449 INFO Download complete, target: MaghemiteMgd
14222024-09-23T15:47:11.322ZSep 23 15:47:09.991 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14232024-09-23T15:47:11.627ZSep 23 15:47:10.275 INFO Checking that binary works, target: Cockroach
14242024-09-23T15:47:11.765ZSep 23 15:47:10.431 INFO Download complete, target: Cockroach
14252024-09-23T15:47:17.866ZSep 23 15:47:16.535 INFO Checking that binary works, target: Clickhouse
14262024-09-23T15:47:18.009ZSep 23 15:47:16.678 INFO Download complete, target: Clickhouse
14272024-09-23T15:47:18.016ZAll prerequisites installed successfully
14282024-09-23T15:47:18.018Z
14292024-09-23T15:47:18.018Zreal 3:54.479921874
14302024-09-23T15:47:18.019Zuser 11:59.160904837
14312024-09-23T15:47:18.019Zsys 2:30.488015158
14322024-09-23T15:47:18.019Ztrap 0.416721579
14332024-09-23T15:47:18.019Ztflt 1.534845472
14342024-09-23T15:47:18.019Zdflt 1.488147721
14352024-09-23T15:47:18.019Zkflt 0.021035366
14362024-09-23T15:47:18.019Zlock 24:48.595203366
14372024-09-23T15:47:18.019Zslp 46:24.066764979
14382024-09-23T15:47:18.019Zlat 43.962190893
14392024-09-23T15:47:18.019Zstop 1:48.744130999
14402024-09-23T15:47:18.019Z+ source ./tools/include/force-git-over-https.sh
14412024-09-23T15:47:18.019Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14422024-09-23T15:47:18.019Z++ (( i = 0 ))
14432024-09-23T15:47:18.019Z++ (( i < 5 ))
14442024-09-23T15:47:18.019Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14452024-09-23T15:47:18.022Z++ (( i++ ))
14462024-09-23T15:47:18.022Z++ (( i < 5 ))
14472024-09-23T15:47:18.022Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14482024-09-23T15:47:18.024Z++ (( i++ ))
14492024-09-23T15:47:18.024Z++ (( i < 5 ))
14502024-09-23T15:47:18.027Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14512024-09-23T15:47:18.030Z++ (( i++ ))
14522024-09-23T15:47:18.030Z++ (( i < 5 ))
14532024-09-23T15:47:18.030Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14542024-09-23T15:47:18.032Z++ (( i++ ))
14552024-09-23T15:47:18.032Z++ (( i < 5 ))
14562024-09-23T15:47:18.032Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14572024-09-23T15:47:18.035Z++ (( i++ ))
14582024-09-23T15:47:18.035Z++ (( i < 5 ))
14592024-09-23T15:47:18.035Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14602024-09-23T15:47:18.035Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14612024-09-23T15:47:18.035Z+ rc=0
14622024-09-23T15:47:18.035Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14632024-09-23T15:47:39.929Z+ case $rc in
14642024-09-23T15:47:39.929Z+ pfexec zfs create -p rpool/images/build/host
14652024-09-23T15:47:40.133Z+ pfexec zfs create -p rpool/images/build/recovery
14662024-09-23T15:47:40.206Z+ cargo xtask releng --output-dir /work
14672024-09-23T15:47:40.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14682024-09-23T15:47:40.800Z Running `target/debug/xtask releng --output-dir /work`
14692024-09-23T15:47:41.709Z Compiling proc-macro2 v1.0.86
14702024-09-23T15:47:41.709Z Compiling unicode-ident v1.0.12
14712024-09-23T15:47:41.709Z Compiling libc v0.2.158
14722024-09-23T15:47:41.709Z Compiling serde v1.0.208
14732024-09-23T15:47:41.709Z Compiling version_check v0.9.5
14742024-09-23T15:47:41.711Z Compiling autocfg v1.3.0
14752024-09-23T15:47:41.711Z Compiling cfg-if v1.0.0
14762024-09-23T15:47:41.711Z Compiling once_cell v1.19.0
14772024-09-23T15:47:42.110Z Compiling typenum v1.17.0
14782024-09-23T15:47:42.197Z Compiling memchr v2.7.2
14792024-09-23T15:47:42.405Z Compiling generic-array v0.14.7
14802024-09-23T15:47:42.640Z Compiling lock_api v0.4.12
14812024-09-23T15:47:42.727Z Compiling ahash v0.8.11
14822024-09-23T15:47:42.997Z Compiling parking_lot_core v0.9.10
14832024-09-23T15:47:43.018Z Compiling serde_json v1.0.125
14842024-09-23T15:47:43.087Z Compiling libm v0.2.8
14852024-09-23T15:47:43.344Z Compiling byteorder v1.5.0
14862024-09-23T15:47:43.422Z Compiling quote v1.0.36
14872024-09-23T15:47:43.441Z Compiling num-traits v0.2.19
14882024-09-23T15:47:43.790Z Compiling syn v2.0.74
14892024-09-23T15:47:43.815Z Compiling value-bag v1.9.0
14902024-09-23T15:47:44.019Z Compiling getrandom v0.2.14
14912024-09-23T15:47:44.095Z Compiling jobserver v0.1.32
14922024-09-23T15:47:44.268Z Compiling log v0.4.21
14932024-09-23T15:47:44.414Z Compiling scopeguard v1.2.0
14942024-09-23T15:47:44.438Z Compiling cc v1.0.97
14952024-09-23T15:47:44.545Z Compiling slab v0.4.9
14962024-09-23T15:47:44.895Z Compiling itoa v1.0.11
14972024-09-23T15:47:45.071Z Compiling thiserror v1.0.63
14982024-09-23T15:47:45.133Z Compiling rand_core v0.6.4
14992024-09-23T15:47:45.596Z Compiling semver v1.0.23
15002024-09-23T15:47:45.924Z Compiling pkg-config v0.3.30
15012024-09-23T15:47:45.997Z Compiling pin-project-lite v0.2.14
15022024-09-23T15:47:46.088Z Compiling smallvec v1.13.2
15032024-09-23T15:47:46.425Z Compiling const-oid v0.9.6
15042024-09-23T15:47:46.444Z Compiling subtle v2.5.0
15052024-09-23T15:47:46.701Z Compiling allocator-api2 v0.2.18
15062024-09-23T15:47:47.134Z Compiling ryu v1.0.18
15072024-09-23T15:47:47.220Z Compiling vcpkg v0.2.15
15082024-09-23T15:47:47.502Z Compiling signal-hook-registry v1.4.2
15092024-09-23T15:47:47.743Z Compiling ring v0.17.8
15102024-09-23T15:47:48.186Z Compiling httparse v1.8.0
15112024-09-23T15:47:48.319Z Compiling parking_lot v0.12.2
15122024-09-23T15:47:48.407Z Compiling mio v1.0.2
15132024-09-23T15:47:49.059Z Compiling openssl-sys v0.9.103
15142024-09-23T15:47:49.085Z Compiling futures-core v0.3.30
15152024-09-23T15:47:49.239Z Compiling spin v0.9.8
15162024-09-23T15:47:49.379Z Compiling socket2 v0.5.7
15172024-09-23T15:47:49.692Z Compiling fnv v1.0.7
15182024-09-23T15:47:50.397Z Compiling schemars v0.8.21
15192024-09-23T15:47:50.554Z Compiling futures-sink v0.3.30
15202024-09-23T15:47:50.720Z Compiling heck v0.5.0
15212024-09-23T15:47:50.906Z Compiling equivalent v1.0.1
15222024-09-23T15:47:51.039Z Compiling rustix v0.38.34
15232024-09-23T15:47:51.185Z Compiling time-core v0.1.2
15242024-09-23T15:47:51.382Z Compiling serde_derive_internals v0.29.1
15252024-09-23T15:47:51.815Z Compiling num-conv v0.1.0
15262024-09-23T15:47:52.113Z Compiling time-macros v0.2.18
15272024-09-23T15:47:52.531Z Compiling cpufeatures v0.2.12
15282024-09-23T15:47:52.714Z Compiling openssl v0.10.66
15292024-09-23T15:47:52.996Z Compiling futures-channel v0.3.30
15302024-09-23T15:47:53.219Z Compiling native-tls v0.2.11
15312024-09-23T15:47:53.287Z Compiling futures-task v0.3.30
15322024-09-23T15:47:53.350Z Compiling pin-utils v0.1.0
15332024-09-23T15:47:53.393Z Compiling futures-io v0.3.30
15342024-09-23T15:47:53.616Z Compiling rustls v0.21.12
15352024-09-23T15:47:53.636Z Compiling tinyvec_macros v0.1.1
15362024-09-23T15:47:53.765Z Compiling tinyvec v1.6.0
15372024-09-23T15:47:53.951Z Compiling crossbeam-utils v0.8.19
15382024-09-23T15:47:54.111Z Compiling cookie v0.17.0
15392024-09-23T15:47:54.483Z Compiling iana-time-zone v0.1.60
15402024-09-23T15:47:54.557Z Compiling base64ct v1.6.0
15412024-09-23T15:47:54.895Z Compiling ucd-trie v0.1.6
15422024-09-23T15:47:55.191Z Compiling pem-rfc7468 v0.7.0
15432024-09-23T15:47:55.305Z Compiling unicode-bidi v0.3.15
15442024-09-23T15:47:55.411Z Compiling unicode-normalization v0.1.23
15452024-09-23T15:47:55.462Z Compiling syn v1.0.109
15462024-09-23T15:47:55.465Z Compiling flagset v0.4.5
15472024-09-23T15:47:55.664Z Compiling slog v2.7.0
15482024-09-23T15:47:56.209Z Compiling tracing-core v0.1.32
15492024-09-23T15:47:56.252Z Compiling aho-corasick v1.1.3
15502024-09-23T15:47:56.629Z Compiling regex-syntax v0.8.4
15512024-09-23T15:47:56.714Z Compiling untrusted v0.9.0
15522024-09-23T15:47:57.056Z Compiling serde_derive v1.0.208
15532024-09-23T15:47:57.629Z Compiling zeroize_derive v1.4.2
15542024-09-23T15:47:58.623Z Compiling zerocopy-derive v0.7.34
15552024-09-23T15:47:59.032Z Compiling tokio-macros v2.4.0
15562024-09-23T15:47:59.489Z Compiling zeroize v1.8.1
15572024-09-23T15:48:00.364Z Compiling thiserror-impl v1.0.63
15582024-09-23T15:48:00.551Z Compiling futures-macro v0.3.30
15592024-09-23T15:48:00.633Z Compiling zerocopy v0.7.34
15602024-09-23T15:48:02.642Z Compiling crypto-common v0.1.6
15612024-09-23T15:48:02.893Z Compiling der_derive v0.7.2
15622024-09-23T15:48:03.259Z Compiling tracing-attributes v0.1.27
15632024-09-23T15:48:03.698Z Compiling hashbrown v0.14.5
15642024-09-23T15:48:04.281Z Compiling block-buffer v0.10.4
15652024-09-23T15:48:04.571Z Compiling digest v0.10.7
15662024-09-23T15:48:05.344Z Compiling schemars_derive v0.8.21
15672024-09-23T15:48:05.953Z Compiling hmac v0.12.1
15682024-09-23T15:48:06.205Z Compiling block-padding v0.3.3
15692024-09-23T15:48:06.506Z Compiling openssl-macros v0.1.1
15702024-09-23T15:48:06.654Z Compiling inout v0.1.3
15712024-09-23T15:48:06.790Z Compiling futures-util v0.3.30
15722024-09-23T15:48:06.911Z Compiling cipher v0.4.4
15732024-09-23T15:48:07.406Z Compiling sha2 v0.10.8
15742024-09-23T15:48:07.554Z Compiling scroll_derive v0.12.0
15752024-09-23T15:48:07.622Z Compiling pest v2.7.10
15762024-09-23T15:48:08.986Z Compiling der v0.7.9
15772024-09-23T15:48:10.350Z Compiling salsa20 v0.10.2
15782024-09-23T15:48:10.642Z Compiling pest_meta v2.7.10
15792024-09-23T15:48:10.832Z Compiling tracing v0.1.40
15802024-09-23T15:48:11.597Z Compiling bytes v1.7.1
15812024-09-23T15:48:13.147Z Compiling tokio v1.39.3
15822024-09-23T15:48:13.724Z Compiling bitflags v2.6.0
15832024-09-23T15:48:14.160Z Compiling indexmap v2.4.0
15842024-09-23T15:48:15.355Z Compiling rustc_version v0.4.0
15852024-09-23T15:48:15.679Z Compiling serde_tokenstream v0.2.2
15862024-09-23T15:48:15.714Z Compiling uuid v1.10.0
15872024-09-23T15:48:16.024Z Compiling chrono v0.4.38
15882024-09-23T15:48:16.438Z Compiling http v0.2.12
15892024-09-23T15:48:16.572Z Compiling pest_generator v2.7.10
15902024-09-23T15:48:18.575Z Compiling spki v0.7.3
15912024-09-23T15:48:18.884Z Compiling pbkdf2 v0.12.2
15922024-09-23T15:48:19.087Z Compiling regex-automata v0.4.6
15932024-09-23T15:48:20.039Z Compiling dyn-clone v1.0.17
15942024-09-23T15:48:20.267Z Compiling crc32fast v1.4.0
15952024-09-23T15:48:21.397Z Compiling scrypt v0.11.0
15962024-09-23T15:48:21.978Z Compiling pest_derive v2.7.10
15972024-09-23T15:48:22.598Z Compiling cbc v0.1.2
15982024-09-23T15:48:22.822Z Compiling tokio-util v0.7.11
15992024-09-23T15:48:22.965Z Compiling aes v0.8.4
16002024-09-23T15:48:23.855Z Compiling usdt-impl v0.5.0
16012024-09-23T15:48:24.296Z Compiling percent-encoding v2.3.1
16022024-09-23T15:48:24.342Z Compiling heck v0.4.1
16032024-09-23T15:48:24.912Z Compiling powerfmt v0.2.0
16042024-09-23T15:48:25.168Z Compiling pkcs5 v0.7.1
16052024-09-23T15:48:25.499Z Compiling deranged v0.3.11
16062024-09-23T15:48:25.968Z Compiling heapless v0.7.17
16072024-09-23T15:48:26.513Z Compiling scroll v0.12.0
16082024-09-23T15:48:26.758Z Compiling pin-project-internal v1.1.5
16092024-09-23T15:48:27.233Z Compiling zerocopy-derive v0.6.6
16102024-09-23T15:48:28.908Z Compiling backtrace v0.3.71
16112024-09-23T15:48:29.411Z Compiling errno v0.3.9
16122024-09-23T15:48:29.587Z Compiling num-bigint-dig v0.8.4
16132024-09-23T15:48:29.675Z Compiling plain v0.2.3
16142024-09-23T15:48:29.707Z Compiling try-lock v0.2.5
16152024-09-23T15:48:29.874Z Compiling ppv-lite86 v0.2.17
16162024-09-23T15:48:29.912Z Compiling num_threads v0.1.7
16172024-09-23T15:48:30.110Z Compiling time v0.3.36
16182024-09-23T15:48:30.499Z Compiling want v0.3.1
16192024-09-23T15:48:30.669Z Compiling rand_chacha v0.3.1
16202024-09-23T15:48:30.735Z Compiling goblin v0.8.2
16212024-09-23T15:48:31.766Z Compiling pkcs8 v0.10.2
16222024-09-23T15:48:32.049Z Compiling regex v1.10.6
16232024-09-23T15:48:33.007Z Compiling async-trait v0.1.82
16242024-09-23T15:48:33.301Z Compiling tower-service v0.3.2
16252024-09-23T15:48:33.338Z Compiling pretty-hex v0.4.1
16262024-09-23T15:48:33.543Z Compiling rustversion v1.0.17
16272024-09-23T15:48:33.595Z Compiling strsim v0.11.1
16282024-09-23T15:48:34.138Z Compiling httpdate v1.0.3
16292024-09-23T15:48:35.372Z Compiling rand v0.8.5
16302024-09-23T15:48:35.554Z Compiling form_urlencoded v1.2.1
16312024-09-23T15:48:36.191Z Compiling dtrace-parser v0.2.0
16322024-09-23T15:48:36.219Z Compiling curve25519-dalek v4.1.3
16332024-09-23T15:48:36.687Z Compiling dof v0.3.0
16342024-09-23T15:48:38.240Z Compiling thread-id v4.2.1
16352024-09-23T15:48:38.635Z Compiling foreign-types-shared v0.1.1
16362024-09-23T15:48:38.832Z Compiling unicode-width v0.1.13
16372024-09-23T15:48:39.460Z Compiling smoltcp v0.9.1
16382024-09-23T15:48:39.596Z Compiling signal-hook v0.3.17
16392024-09-23T15:48:39.926Z Compiling anyhow v1.0.89
16402024-09-23T15:48:40.402Z Compiling foreign-types v0.3.2
16412024-09-23T15:48:42.649Z Compiling http-body v0.4.6
16422024-09-23T15:48:43.170Z Compiling h2 v0.3.26
16432024-09-23T15:48:44.915Z Compiling clap_derive v4.5.13
16442024-09-23T15:48:44.985Z Compiling socket2 v0.4.10
16452024-09-23T15:48:46.128Z Compiling base64 v0.21.7
16462024-09-23T15:48:46.521Z Compiling siphasher v0.3.11
16472024-09-23T15:48:51.569Z Compiling hyper v0.14.30
16482024-09-23T15:48:55.643Z Compiling rustls-webpki v0.101.7
16492024-09-23T15:48:56.105Z Compiling sct v0.7.1
16502024-09-23T15:48:57.477Z Compiling openapiv3 v2.0.0
16512024-09-23T15:48:57.526Z Compiling http v1.1.0
16522024-09-23T15:49:00.532Z Compiling hubpack_derive v0.1.1
16532024-09-23T15:49:01.588Z Compiling signature v2.2.0
16542024-09-23T15:49:01.842Z Compiling curve25519-dalek-derive v0.1.1
16552024-09-23T15:49:02.139Z Compiling idna v0.5.0
16562024-09-23T15:49:04.464Z Compiling fs-err v2.11.0
16572024-09-23T15:49:04.489Z Compiling utf8parse v0.2.1
16582024-09-23T15:49:04.656Z Compiling openssl-probe v0.1.5
16592024-09-23T15:49:04.695Z Compiling anstyle v1.0.8
16602024-09-23T15:49:05.016Z Compiling finl_unicode v1.2.0
16612024-09-23T15:49:05.740Z Compiling stringprep v0.1.4
16622024-09-23T15:49:06.336Z Compiling anstyle-parse v0.2.4
16632024-09-23T15:49:06.717Z Compiling url v2.5.2
16642024-09-23T15:49:12.205Z Compiling usdt-attr-macro v0.5.0
16652024-09-23T15:49:12.233Z Compiling usdt-macro v0.5.0
16662024-09-23T15:49:13.209Z Compiling toml_datetime v0.6.8
16672024-09-23T15:49:13.714Z Compiling serde_spanned v0.6.7
16682024-09-23T15:49:13.747Z Compiling regress v0.9.1
16692024-09-23T15:49:13.938Z Compiling md-5 v0.10.6
16702024-09-23T15:49:13.990Z Compiling idna v0.3.0
16712024-09-23T15:49:15.796Z Compiling lazy_static v1.5.0
16722024-09-23T15:49:15.929Z Compiling num-integer v0.1.46
16732024-09-23T15:49:16.402Z Compiling ff v0.13.0
16742024-09-23T15:49:16.652Z Compiling hash32 v0.2.1
16752024-09-23T15:49:16.704Z Compiling encoding_rs v0.8.34
16762024-09-23T15:49:16.866Z Compiling gimli v0.28.1
16772024-09-23T15:49:17.014Z Compiling mime v0.3.17
16782024-09-23T15:49:17.281Z Compiling base64 v0.22.1
16792024-09-23T15:49:17.975Z Compiling anstyle-query v1.0.3
16802024-09-23T15:49:18.034Z Compiling psl-types v2.0.11
16812024-09-23T15:49:18.113Z Compiling fallible-iterator v0.2.0
16822024-09-23T15:49:18.235Z Compiling is_terminal_polyfill v1.70.0
16832024-09-23T15:49:18.370Z Compiling base16ct v0.2.0
16842024-09-23T15:49:18.649Z Compiling colorchoice v1.0.1
16852024-09-23T15:49:18.796Z Compiling stable_deref_trait v1.2.0
16862024-09-23T15:49:18.814Z Compiling atomic-waker v1.1.2
16872024-09-23T15:49:18.829Z Compiling adler v1.0.2
16882024-09-23T15:49:18.984Z Compiling miniz_oxide v0.7.2
16892024-09-23T15:49:19.033Z Compiling h2 v0.4.6
16902024-09-23T15:49:19.655Z Compiling publicsuffix v2.2.3
16912024-09-23T15:49:19.946Z Compiling anstream v0.6.14
16922024-09-23T15:49:20.136Z Compiling postgres-protocol v0.6.7
16932024-09-23T15:49:20.641Z Compiling sec1 v0.7.3
16942024-09-23T15:49:21.213Z Compiling addr2line v0.21.0
16952024-09-23T15:49:21.594Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16962024-09-23T15:49:21.864Z Compiling group v0.13.0
16972024-09-23T15:49:22.154Z Compiling num-iter v0.1.45
16982024-09-23T15:49:24.217Z Compiling tokio-rustls v0.24.1
16992024-09-23T15:49:25.060Z Compiling terminal_size v0.3.0
17002024-09-23T15:49:25.245Z Compiling tokio-native-tls v0.3.1
17012024-09-23T15:49:25.507Z Compiling http-body v1.0.0
17022024-09-23T15:49:25.570Z Compiling phf_shared v0.11.2
17032024-09-23T15:49:25.740Z Compiling strum_macros v0.25.3
17042024-09-23T15:49:26.120Z Compiling serde_urlencoded v0.7.1
17052024-09-23T15:49:26.738Z Compiling pin-project v1.1.5
17062024-09-23T15:49:26.911Z Compiling enum-as-inner v0.6.0
17072024-09-23T15:49:27.950Z Compiling hkdf v0.12.4
17082024-09-23T15:49:28.189Z Compiling crypto-bigint v0.5.5
17092024-09-23T15:49:28.353Z Compiling serde_repr v0.1.19
17102024-09-23T15:49:28.803Z Compiling object v0.32.2
17112024-09-23T15:49:29.322Z Compiling bitflags v1.3.2
17122024-09-23T15:49:29.439Z Compiling ipnet v2.9.0
17132024-09-23T15:49:29.459Z Compiling clap_lex v0.7.0
17142024-09-23T15:49:29.560Z Compiling rustc-demangle v0.1.24
17152024-09-23T15:49:29.899Z Compiling tower-layer v0.3.2
17162024-09-23T15:49:30.205Z Compiling managed v0.8.0
17172024-09-23T15:49:30.475Z Compiling winnow v0.5.40
17182024-09-23T15:49:31.802Z Compiling either v1.13.0
17192024-09-23T15:49:31.925Z Compiling adler2 v2.0.0
17202024-09-23T15:49:32.248Z Compiling miniz_oxide v0.8.0
17212024-09-23T15:49:32.826Z Compiling rustls-pemfile v1.0.4
17222024-09-23T15:49:33.435Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17232024-09-23T15:49:33.562Z Compiling elliptic-curve v0.13.8
17242024-09-23T15:49:33.606Z Compiling tower v0.4.13
17252024-09-23T15:49:34.219Z Compiling toml_edit v0.19.15
17262024-09-23T15:49:34.282Z Compiling clap_builder v4.5.15
17272024-09-23T15:49:36.804Z Compiling hyper v1.4.1
17282024-09-23T15:49:37.234Z Compiling phf v0.11.2
17292024-09-23T15:49:37.535Z Compiling hyper-tls v0.5.0
17302024-09-23T15:49:38.156Z Compiling hyper-rustls v0.24.2
17312024-09-23T15:49:38.325Z Compiling cookie_store v0.20.0
17322024-09-23T15:49:38.490Z Compiling postgres-types v0.2.7
17332024-09-23T15:49:38.811Z Compiling ed25519 v2.2.3
17342024-09-23T15:49:39.249Z Compiling hubpack v0.1.2
17352024-09-23T15:49:39.628Z Compiling phf_shared v0.10.0
17362024-09-23T15:49:40.210Z Compiling pkcs1 v0.7.5
17372024-09-23T15:49:40.376Z Compiling zerocopy v0.6.6
17382024-09-23T15:49:40.457Z Compiling bstr v1.9.1
17392024-09-23T15:49:40.626Z Compiling futures-executor v0.3.30
17402024-09-23T15:49:41.070Z Compiling serde-big-array v0.5.1
17412024-09-23T15:49:41.147Z Compiling rfc6979 v0.4.0
17422024-09-23T15:49:41.294Z Compiling idna v0.4.0
17432024-09-23T15:49:41.408Z Compiling float-cmp v0.9.0
17442024-09-23T15:49:41.439Z Compiling mio v0.8.11
17452024-09-23T15:49:41.521Z Compiling memmap v0.7.0
17462024-09-23T15:49:41.849Z Compiling predicates-core v1.0.6
17472024-09-23T15:49:42.132Z Compiling normalize-line-endings v0.3.0
17482024-09-23T15:49:42.151Z Compiling unicode-segmentation v1.11.0
17492024-09-23T15:49:42.258Z Compiling webpki-roots v0.25.4
17502024-09-23T15:49:42.412Z Compiling bit-vec v0.6.3
17512024-09-23T15:49:42.535Z Compiling new_debug_unreachable v1.0.6
17522024-09-23T15:49:42.660Z Compiling whoami v1.5.1
17532024-09-23T15:49:42.716Z Compiling difflib v0.4.0
17542024-09-23T15:49:42.821Z Compiling winnow v0.6.18
17552024-09-23T15:49:42.915Z Compiling static_assertions v1.1.0
17562024-09-23T15:49:43.020Z Compiling data-encoding v2.6.0
17572024-09-23T15:49:43.079Z Compiling sync_wrapper v0.1.2
17582024-09-23T15:49:43.197Z Compiling fixedbitset v0.4.2
17592024-09-23T15:49:43.810Z Compiling precomputed-hash v0.1.1
17602024-09-23T15:49:43.814Z Compiling minimal-lexical v0.2.1
17612024-09-23T15:49:44.050Z Compiling reqwest v0.11.27
17622024-09-23T15:49:44.186Z Compiling nom v7.1.3
17632024-09-23T15:49:44.698Z Compiling string_cache v0.8.7
17642024-09-23T15:49:45.083Z Compiling hickory-proto v0.24.1
17652024-09-23T15:49:45.116Z Compiling petgraph v0.6.5
17662024-09-23T15:49:45.467Z Compiling predicates v3.1.2
17672024-09-23T15:49:46.499Z Compiling toml_edit v0.22.20
17682024-09-23T15:49:46.895Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
17692024-09-23T15:49:47.820Z Compiling tokio-postgres v0.7.11
17702024-09-23T15:49:49.089Z Compiling similar v2.6.0
17712024-09-23T15:49:51.050Z Compiling bit-set v0.5.3
17722024-09-23T15:49:51.339Z Compiling signal-hook-mio v0.2.4
17732024-09-23T15:49:51.524Z Compiling usdt v0.5.0
17742024-09-23T15:49:52.749Z Compiling ecdsa v0.16.9
17752024-09-23T15:49:52.946Z Compiling futures v0.3.30
17762024-09-23T15:49:53.071Z Compiling rsa v0.9.6
17772024-09-23T15:49:53.655Z Compiling hyper-util v0.1.7
17782024-09-23T15:49:54.006Z Compiling ed25519-dalek v2.1.1
17792024-09-23T15:49:54.305Z Compiling clap v4.5.16
17802024-09-23T15:49:54.435Z Compiling toml v0.7.8
17812024-09-23T15:49:54.528Z Compiling crossbeam-epoch v0.9.18
17822024-09-23T15:49:54.649Z Compiling flate2 v1.0.33
17832024-09-23T15:49:54.879Z Compiling itertools v0.10.5
17842024-09-23T15:49:55.032Z Compiling itertools v0.12.1
17852024-09-23T15:49:55.250Z Compiling console v0.15.8
17862024-09-23T15:49:56.649Z Compiling tokio-stream v0.1.15
17872024-09-23T15:49:57.103Z Compiling x509-cert v0.2.5
17882024-09-23T15:49:57.468Z Compiling hex v0.4.3
17892024-09-23T15:49:58.096Z Compiling sha1 v0.10.6
17902024-09-23T15:49:58.640Z Compiling radium v0.7.0
17912024-09-23T15:49:58.659Z Compiling lalrpop-util v0.19.12
17922024-09-23T15:49:58.917Z Compiling camino v1.1.9
17932024-09-23T15:49:59.015Z Compiling peg-runtime v0.8.3
17942024-09-23T15:49:59.265Z Compiling unicode-xid v0.2.4
17952024-09-23T15:50:01.517Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17962024-09-23T15:50:04.971Z Compiling is-terminal v0.4.12
17972024-09-23T15:50:05.720Z Compiling tap v1.0.1
17982024-09-23T15:50:05.910Z Compiling ident_case v1.0.1
17992024-09-23T15:50:07.441Z Compiling rustls-pki-types v1.7.0
18002024-09-23T15:50:08.771Z Compiling maybe-uninit v2.0.0
18012024-09-23T15:50:13.535Z Compiling darling_core v0.20.9
18022024-09-23T15:50:15.771Z Compiling wyz v0.5.1
18032024-09-23T15:50:23.562Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18042024-09-23T15:50:25.909Z Compiling getopts v0.2.21
18052024-09-23T15:50:27.189Z Compiling bzip2-sys v0.1.11+1.0.8
18062024-09-23T15:50:27.699Z Compiling dirs-sys-next v0.1.2
18072024-09-23T15:50:27.804Z Compiling funty v2.0.0
18082024-09-23T15:50:28.141Z Compiling paste v1.0.15
18092024-09-23T15:50:28.373Z Compiling unsafe-libyaml v0.2.11
18102024-09-23T15:50:29.367Z Compiling packed_struct v0.10.1
18112024-09-23T15:50:29.811Z Compiling rustls v0.22.4
18122024-09-23T15:50:30.145Z Compiling serde_yaml v0.9.34+deprecated
18132024-09-23T15:50:30.313Z Compiling bitvec v1.0.1
18142024-09-23T15:50:32.051Z Compiling dirs-next v2.0.0
18152024-09-23T15:50:33.443Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18162024-09-23T15:50:34.662Z Compiling darling_macro v0.20.9
18172024-09-23T15:50:35.671Z Compiling rustls-webpki v0.102.4
18182024-09-23T15:50:40.286Z Compiling packed_struct_codegen v0.10.1
18192024-09-23T15:50:41.095Z Compiling structmeta-derive v0.3.0
18202024-09-23T15:50:41.239Z Compiling thread_local v1.1.8
18212024-09-23T15:50:42.351Z Compiling indexmap v1.9.3
18222024-09-23T15:50:42.652Z Compiling multer v3.1.0
18232024-09-23T15:50:42.841Z Compiling rayon-core v1.12.1
18242024-09-23T15:50:43.151Z Compiling slog-async v2.8.0
18252024-09-23T15:50:43.449Z Compiling crc-catalog v2.4.0
18262024-09-23T15:50:43.609Z Compiling match_cfg v0.1.0
18272024-09-23T15:50:43.631Z Compiling fastrand v2.1.0
18282024-09-23T15:50:43.717Z Compiling nodrop v0.1.14
18292024-09-23T15:50:43.852Z Compiling array-init v0.0.4
18302024-09-23T15:50:44.294Z Compiling tempfile v3.10.1
18312024-09-23T15:50:45.175Z Compiling structmeta v0.3.0
18322024-09-23T15:50:45.547Z Compiling hostname v0.3.1
18332024-09-23T15:50:45.910Z Compiling crc v3.2.1
18342024-09-23T15:50:50.332Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18352024-09-23T15:50:54.742Z Compiling smallvec v0.6.14
18362024-09-23T15:50:55.081Z Compiling darling v0.20.9
18372024-09-23T15:50:55.312Z Compiling term v0.7.0
18382024-09-23T15:50:59.117Z Compiling crossbeam-deque v0.8.5
18392024-09-23T15:50:59.505Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18402024-09-23T15:50:59.829Z Compiling slog-json v2.6.1
18412024-09-23T15:51:00.921Z Compiling crossbeam-channel v0.5.12
18422024-09-23T15:51:01.360Z Compiling async-stream-impl v0.3.5
18432024-09-23T15:51:02.479Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18442024-09-23T15:51:02.807Z Compiling bitfield v0.14.0
18452024-09-23T15:51:03.389Z Compiling termcolor v1.4.1
18462024-09-23T15:51:04.225Z Compiling take_mut v0.2.2
18472024-09-23T15:51:04.461Z Compiling same-file v1.0.6
18482024-09-23T15:51:04.728Z Compiling hashbrown v0.12.3
18492024-09-23T15:51:10.178Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18502024-09-23T15:51:10.764Z Compiling walkdir v2.5.0
18512024-09-23T15:51:14.216Z Compiling env_logger v0.10.2
18522024-09-23T15:51:15.348Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18532024-09-23T15:51:19.736Z Compiling async-stream v0.3.5
18542024-09-23T15:51:21.384Z Compiling slog-bunyan v2.5.0
18552024-09-23T15:51:21.766Z Compiling tokio-rustls v0.25.0
18562024-09-23T15:51:21.843Z Compiling slog-term v2.9.1
18572024-09-23T15:51:22.222Z Compiling serde_with_macros v3.9.0
18582024-09-23T15:51:22.669Z Compiling serde-hex v0.1.0
18592024-09-23T15:51:24.464Z Compiling bzip2 v0.4.4
18602024-09-23T15:51:24.912Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18612024-09-23T15:51:25.257Z Compiling parse-display-derive v0.10.0
18622024-09-23T15:51:26.225Z Compiling toml v0.8.19
18632024-09-23T15:51:27.790Z Compiling rustls-pemfile v2.1.3
18642024-09-23T15:51:28.518Z Compiling waitgroup v0.1.2
18652024-09-23T15:51:29.549Z Compiling ron v0.8.1
18662024-09-23T15:51:30.460Z Compiling ipnetwork v0.20.0
18672024-09-23T15:51:30.767Z Compiling newtype-uuid v1.1.0
18682024-09-23T15:51:30.828Z Compiling strum_macros v0.26.4
18692024-09-23T15:51:31.116Z Compiling xattr v1.3.1
18702024-09-23T15:51:31.432Z Compiling snafu-derive v0.8.2
18712024-09-23T15:51:32.373Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18722024-09-23T15:51:33.050Z Compiling serde_path_to_error v0.1.16
18732024-09-23T15:51:33.647Z Compiling hashbrown v0.13.2
18742024-09-23T15:51:34.038Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18752024-09-23T15:51:34.136Z Compiling blake3 v1.5.1
18762024-09-23T15:51:34.721Z Compiling ring v0.16.20
18772024-09-23T15:51:34.744Z Compiling hostname v0.4.0
18782024-09-23T15:51:34.993Z Compiling filetime v0.2.25
18792024-09-23T15:51:35.013Z Compiling instant v0.1.12
18802024-09-23T15:51:35.220Z Compiling debug-ignore v1.0.5
18812024-09-23T15:51:35.365Z Compiling buf-list v1.0.3
18822024-09-23T15:51:35.385Z Compiling crc-any v2.5.0
18832024-09-23T15:51:35.791Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18842024-09-23T15:51:35.959Z Compiling strum v0.26.3
18852024-09-23T15:51:36.069Z Compiling snafu v0.8.2
18862024-09-23T15:51:36.151Z Compiling tar v0.4.41
18872024-09-23T15:51:36.283Z Compiling backoff v0.4.0
18882024-09-23T15:51:36.399Z Compiling object v0.30.4
18892024-09-23T15:51:36.637Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18902024-09-23T15:51:37.328Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18912024-09-23T15:51:37.378Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18922024-09-23T15:51:37.937Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18932024-09-23T15:51:39.037Z Compiling parse-display v0.10.0
18942024-09-23T15:51:41.007Z Compiling zip v0.6.6
18952024-09-23T15:51:41.269Z Compiling serde_with v3.9.0
18962024-09-23T15:51:41.435Z Compiling rayon v1.10.0
18972024-09-23T15:51:41.486Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18982024-09-23T15:51:42.225Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18992024-09-23T15:51:43.642Z Compiling camino-tempfile v1.1.1
19002024-09-23T15:51:44.393Z Compiling globset v0.4.14
19012024-09-23T15:51:45.589Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19022024-09-23T15:51:45.776Z Compiling pem v3.0.4
19032024-09-23T15:51:47.113Z Compiling olpc-cjson v0.1.3
19042024-09-23T15:51:47.281Z Compiling macaddr v1.0.1
19052024-09-23T15:51:47.443Z Compiling serde_plain v1.0.2
19062024-09-23T15:51:47.909Z Compiling async-recursion v1.1.1
19072024-09-23T15:51:47.960Z Compiling memmap2 v0.9.4
19082024-09-23T15:51:48.540Z Compiling spin v0.5.2
19092024-09-23T15:51:48.802Z Compiling constant_time_eq v0.3.0
19102024-09-23T15:51:48.992Z Compiling arrayvec v0.7.4
19112024-09-23T15:51:49.341Z Compiling path-slash v0.1.5
19122024-09-23T15:51:49.380Z Compiling typed-path v0.7.1
19132024-09-23T15:51:49.467Z Compiling untrusted v0.7.1
19142024-09-23T15:51:49.565Z Compiling arrayref v0.3.7
19152024-09-23T15:51:51.917Z Compiling tough v0.17.1
19162024-09-23T15:51:52.284Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19172024-09-23T15:51:53.199Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19182024-09-23T15:51:56.875Z Compiling itertools v0.13.0
19192024-09-23T15:51:56.922Z Compiling cargo-platform v0.1.8
19202024-09-23T15:51:57.565Z Compiling parse-size v1.0.0
19212024-09-23T15:51:57.853Z Compiling topological-sort v0.2.2
19222024-09-23T15:51:57.988Z Compiling cargo_metadata v0.18.1
19232024-09-23T15:51:58.110Z Compiling omicron-zone-package v0.11.0
19242024-09-23T15:52:00.375Z Compiling shell-words v1.1.0
19252024-09-23T15:52:05.470Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19262024-09-23T15:52:18.584Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19272024-09-23T15:52:32.025Z Finished `release` profile [optimized] target(s) in 4m 51s
19282024-09-23T15:52:32.175Z Running `target/release/omicron-releng --output-dir /work`
19292024-09-23T15:52:32.215ZSep 23 15:52:30.903 DEBG changing working directory to /work/oxidecomputer/omicron
19302024-09-23T15:52:32.307ZSep 23 15:52:30.994 DEBG running: git rev-parse HEAD
19312024-09-23T15:52:32.313ZSep 23 15:52:31.001 DEBG process exited with exit status: 0 (6.383618ms)
19322024-09-23T15:52:32.313ZSep 23 15:52:31.001 INFO version: 11.0.0-0.ci+git64033be1a2e
19332024-09-23T15:52:32.352ZSep 23 15:52:31.040 INFO cloning helios to /work/oxidecomputer/helios
19342024-09-23T15:52:32.352ZSep 23 15:52:31.040 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
19352024-09-23T15:52:32.358ZCloning into '/work/oxidecomputer/helios'...
19362024-09-23T15:52:32.863ZSep 23 15:52:31.551 DEBG process exited with exit status: 0 (510.8394ms)
19372024-09-23T15:52:32.863ZSep 23 15:52:31.551 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
19382024-09-23T15:52:32.870Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
19392024-09-23T15:52:32.870Z# branch.head master
19402024-09-23T15:52:32.870Z# branch.upstream origin/master
19412024-09-23T15:52:32.871Z# branch.ab +0 -0
19422024-09-23T15:52:32.873ZSep 23 15:52:31.559 DEBG process exited with exit status: 0 (7.646621ms)
19432024-09-23T15:52:32.873ZSep 23 15:52:31.559 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
19442024-09-23T15:52:33.579ZSep 23 15:52:32.266 DEBG process exited with exit status: 0 (707.218286ms)
19452024-09-23T15:52:33.579ZSep 23 15:52:32.266 DEBG running: zfs list rpool/images/build/host
19462024-09-23T15:52:33.585ZNAME USED AVAIL REFER MOUNTPOINT
19472024-09-23T15:52:33.585Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
19482024-09-23T15:52:33.588ZSep 23 15:52:32.273 DEBG process exited with exit status: 0 (7.134699ms)
19492024-09-23T15:52:33.588ZSep 23 15:52:32.273 DEBG running: zfs list rpool/images/build/recovery
19502024-09-23T15:52:33.591ZNAME USED AVAIL REFER MOUNTPOINT
19512024-09-23T15:52:33.591Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19522024-09-23T15:52:33.594ZSep 23 15:52:32.279 DEBG process exited with exit status: 0 (5.99603ms)
19532024-09-23T15:52:33.594ZSep 23 15:52:32.280 INFO [hubris-staging] running task
19542024-09-23T15:52:33.594ZSep 23 15:52:32.280 INFO [hubris-production] running task
19552024-09-23T15:52:33.594ZSep 23 15:52:32.281 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
19562024-09-23T15:52:33.597ZSep 23 15:52:32.284 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19572024-09-23T15:52:33.663Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19582024-09-23T15:52:34.129Z[ omicron-package] Blocking waiting for file lock on package cache
19592024-09-23T15:52:34.656Z[ omicron-package] Blocking waiting for file lock on package cache
19602024-09-23T15:52:34.919Z[ omicron-package] Blocking waiting for file lock on package cache
19612024-09-23T15:52:35.106ZSep 23 15:52:33.794 INFO [hubris-production] task succeeded (1.513444248s)
19622024-09-23T15:52:35.626Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19632024-09-23T15:52:35.626Z[ omicron-package] Compiling heapless v0.8.0
19642024-09-23T15:52:35.626Z[ omicron-package] Compiling hash32 v0.3.1
19652024-09-23T15:52:35.629Z[ omicron-package] Compiling smoltcp v0.11.0
19662024-09-23T15:52:35.629Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19672024-09-23T15:52:35.629Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19682024-09-23T15:52:35.629Z[ omicron-package] Compiling embedded-io v0.4.0
19692024-09-23T15:52:35.629Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19702024-09-23T15:52:36.686Z[ omicron-package] Compiling cobs v0.2.3
19712024-09-23T15:52:36.736Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19722024-09-23T15:52:37.011Z[ omicron-package] Compiling num_enum_derive v0.5.11
19732024-09-23T15:52:37.402Z[ omicron-package] Compiling proc-macro-error v1.0.4
19742024-09-23T15:52:37.402Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19752024-09-23T15:52:37.495Z[ omicron-package] Compiling postcard v1.0.8
19762024-09-23T15:52:37.667Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19772024-09-23T15:52:37.860Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19782024-09-23T15:52:38.229Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19792024-09-23T15:52:38.901Z[ omicron-package] Compiling foreign-types v0.5.0
19802024-09-23T15:52:39.063Z[ omicron-package] Compiling tabwriter v1.4.0
19812024-09-23T15:52:39.063Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19822024-09-23T15:52:39.063Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19832024-09-23T15:52:39.366Z[ omicron-package] Compiling cstr-argument v0.1.2
19842024-09-23T15:52:39.453Z[ omicron-package] Compiling pretty-hex v0.2.1
19852024-09-23T15:52:40.255Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19862024-09-23T15:52:40.492Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19872024-09-23T15:52:40.836Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19882024-09-23T15:52:41.019Z[ omicron-package] Compiling num_enum v0.5.11
19892024-09-23T15:52:41.190Z[ omicron-package] Compiling colored v2.1.0
19902024-09-23T15:52:41.377Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19912024-09-23T15:52:41.467Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19922024-09-23T15:52:41.529Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19932024-09-23T15:52:41.735Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19942024-09-23T15:52:41.944Z[ omicron-package] Compiling num-derive v0.4.2
19952024-09-23T15:52:42.511Z[ omicron-package] Compiling sigpipe v0.1.3
19962024-09-23T15:52:42.575Z[ omicron-package] Compiling libefi-sys v0.1.0
19972024-09-23T15:52:42.854Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19982024-09-23T15:52:42.977Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19992024-09-23T15:52:43.562Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20002024-09-23T15:52:43.666Z[ omicron-package] Compiling smf v0.2.3
20012024-09-23T15:52:44.144Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20022024-09-23T15:52:44.529Z[ omicron-package] Compiling zone v0.3.0
20032024-09-23T15:52:45.675Z[ omicron-package] Compiling bitfield-struct v0.6.1
20042024-09-23T15:52:45.678Z[ omicron-package] Compiling portable-atomic v1.6.0
20052024-09-23T15:52:46.451Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
20062024-09-23T15:52:47.954Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20072024-09-23T15:52:48.027Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20082024-09-23T15:52:48.644ZSep 23 15:52:47.332 INFO [hubris-staging] task succeeded (15.051787829s)
20092024-09-23T15:52:49.098Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20102024-09-23T15:52:49.176Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20112024-09-23T15:52:49.388Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20122024-09-23T15:52:49.626Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20132024-09-23T15:52:50.397Z[ omicron-package] Compiling gethostname v0.5.0
20142024-09-23T15:52:51.100Z[ omicron-package] Compiling number_prefix v0.4.0
20152024-09-23T15:52:51.415Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20162024-09-23T15:52:52.708Z[ omicron-package] Compiling indicatif v0.17.8
20172024-09-23T15:52:53.973Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20182024-09-23T15:52:57.190Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20192024-09-23T15:52:57.733Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20202024-09-23T15:52:59.184Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20212024-09-23T15:53:16.473Z[ helios-setup] Sep 23 15:53:15.163 INFO helios repository root is: /work/oxidecomputer/helios
20222024-09-23T15:53:16.476Z[ helios-setup] Sep 23 15:53:15.165 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
20232024-09-23T15:53:16.476Z[ helios-setup] Sep 23 15:53:15.165 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20242024-09-23T15:53:16.479Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20252024-09-23T15:53:18.098Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.50s
20262024-09-23T15:53:18.307Z[ omicron-package]
20272024-09-23T15:53:18.308Z[ omicron-package] real 44.677656073
20282024-09-23T15:53:18.310Z[ omicron-package] user 2:43.573338377
20292024-09-23T15:53:18.310Z[ omicron-package] sys 21.867094704
20302024-09-23T15:53:18.310Z[ omicron-package] trap 0.167881657
20312024-09-23T15:53:18.310Z[ omicron-package] tflt 0.490921908
20322024-09-23T15:53:18.310Z[ omicron-package] dflt 0.555311050
20332024-09-23T15:53:18.310Z[ omicron-package] kflt 0.009237274
20342024-09-23T15:53:18.310Z[ omicron-package] lock 5:08.513758496
20352024-09-23T15:53:18.310Z[ omicron-package] slp 8:46.660555354
20362024-09-23T15:53:18.310Z[ omicron-package] lat 1:35.593383310
20372024-09-23T15:53:18.310Z[ omicron-package] stop 59.843462688
20382024-09-23T15:53:18.310ZSep 23 15:53:16.999 INFO [omicron-package] process exited with exit status: 0 (44.717892774s)
20392024-09-23T15:53:18.310ZSep 23 15:53:16.999 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
20402024-09-23T15:53:18.348ZSep 23 15:53:17.038 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20412024-09-23T15:53:18.359Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20422024-09-23T15:53:18.361Z[ host-target] Created new build target 'host' and set it as active
20432024-09-23T15:53:18.361Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20442024-09-23T15:53:18.361Z[ recovery-target] Created new build target 'recovery' and set it as active
20452024-09-23T15:53:18.364ZSep 23 15:53:17.052 INFO [host-target] process exited with exit status: 0 (53.515427ms)
20462024-09-23T15:53:18.364ZSep 23 15:53:17.053 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20472024-09-23T15:53:18.367ZSep 23 15:53:17.058 INFO [recovery-target] process exited with exit status: 0 (19.38298ms)
20482024-09-23T15:53:18.374Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20492024-09-23T15:53:19.578Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20502024-09-23T15:53:19.587Z[ host-package] Compiling convert_case v0.4.0
20512024-09-23T15:53:19.587Z[ host-package] Compiling camino v1.1.9
20522024-09-23T15:53:19.588Z[ host-package] Compiling newline-converter v0.3.0
20532024-09-23T15:53:19.588Z[ host-package] Compiling password-hash v0.5.0
20542024-09-23T15:53:19.701Z[ host-package] Compiling blake2 v0.10.6
20552024-09-23T15:53:19.726Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20562024-09-23T15:53:19.755Z[ host-package] Compiling cancel-safe-futures v0.1.5
20572024-09-23T15:53:19.875Z[ host-package] Compiling expectorate v1.1.0
20582024-09-23T15:53:19.922Z[ host-package] Compiling derive-where v1.2.7
20592024-09-23T15:53:20.068Z[ host-package] Compiling libsw v3.3.1
20602024-09-23T15:53:20.501Z[ host-package] Compiling derive_more v0.99.18
20612024-09-23T15:53:20.526Z[ host-package] Compiling argon2 v0.5.3
20622024-09-23T15:53:20.794Z[ host-package] Compiling linear-map v1.2.0
20632024-09-23T15:53:20.817Z[ host-package] Compiling swrite v0.1.0
20642024-09-23T15:53:20.979Z[ host-package] Compiling owo-colors v4.0.0
20652024-09-23T15:53:21.038Z[ host-package] Compiling indent_write v2.2.0
20662024-09-23T15:53:21.075Z[ host-package] Compiling humantime v2.1.0
20672024-09-23T15:53:21.152Z[ helios-setup] Sep 23 15:53:19.842 INFO clone ok!, project: amd-firmware
20682024-09-23T15:53:21.155Z[ helios-setup] Sep 23 15:53:19.843 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20692024-09-23T15:53:21.155Z[ helios-setup] Sep 23 15:53:19.843 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
20702024-09-23T15:53:21.155Z[ helios-setup] Sep 23 15:53:19.843 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20712024-09-23T15:53:21.157Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20722024-09-23T15:53:21.214Z[ host-package] Compiling toml v0.8.19
20732024-09-23T15:53:21.313Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20742024-09-23T15:53:21.962Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20752024-09-23T15:53:22.026Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20762024-09-23T15:53:22.047Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20772024-09-23T15:53:22.097Z[ helios-setup] Sep 23 15:53:20.773 INFO clone ok!, project: chelsio-t6-roms
20782024-09-23T15:53:22.102Z[ helios-setup] Sep 23 15:53:20.774 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
20792024-09-23T15:53:22.102Z[ helios-setup] Sep 23 15:53:20.774 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20802024-09-23T15:53:22.102Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20812024-09-23T15:53:22.494Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20822024-09-23T15:53:22.722Z[ helios-setup] Sep 23 15:53:21.413 INFO clone ok!, project: pinprick
20832024-09-23T15:53:22.726Z[ helios-setup] Sep 23 15:53:21.413 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
20842024-09-23T15:53:22.726Z[ helios-setup] Sep 23 15:53:21.413 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20852024-09-23T15:53:22.738Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20862024-09-23T15:53:22.767Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20872024-09-23T15:53:22.879Z[ host-package] Compiling num-rational v0.4.2
20882024-09-23T15:53:23.055Z[ host-package] Compiling num-complex v0.4.6
20892024-09-23T15:53:23.263Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20902024-09-23T15:53:23.882Z[ host-package] Compiling dirs-sys-next v0.1.2
20912024-09-23T15:53:23.897Z[ helios-setup] Sep 23 15:53:22.568 INFO clone ok!, project: pilot
20922024-09-23T15:53:23.897Z[ helios-setup] Sep 23 15:53:22.568 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
20932024-09-23T15:53:23.897Z[ helios-setup] Sep 23 15:53:22.568 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20942024-09-23T15:53:23.897Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20952024-09-23T15:53:24.387Z[ host-package] Compiling num v0.4.3
20962024-09-23T15:53:24.423Z[ host-package] Compiling dirs-next v2.0.0
20972024-09-23T15:53:24.570Z[ host-package] Compiling float-ord v0.3.2
20982024-09-23T15:53:24.674Z[ helios-setup] Sep 23 15:53:23.363 INFO clone ok!, project: phbl
20992024-09-23T15:53:24.681Z[ helios-setup] Sep 23 15:53:23.363 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
21002024-09-23T15:53:24.681Z[ helios-setup] Sep 23 15:53:23.363 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21012024-09-23T15:53:24.681Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21022024-09-23T15:53:24.705Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21032024-09-23T15:53:24.746Z[ host-package] Compiling term v0.7.0
21042024-09-23T15:53:25.426Z[ host-package] Compiling atomicwrites v0.4.3
21052024-09-23T15:53:25.553Z[ helios-setup] Sep 23 15:53:24.242 INFO clone ok!, project: bootserver
21062024-09-23T15:53:25.556Z[ helios-setup] Sep 23 15:53:24.242 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21072024-09-23T15:53:25.556Z[ helios-setup] Sep 23 15:53:24.243 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
21082024-09-23T15:53:25.556Z[ helios-setup] Sep 23 15:53:24.243 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21092024-09-23T15:53:25.559Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21102024-09-23T15:53:26.033Z[ host-package] Compiling prettyplease v0.2.20
21112024-09-23T15:53:26.096Z[ host-package] Compiling utf-8 v0.7.6
21122024-09-23T15:53:26.305Z[ helios-setup] Sep 23 15:53:24.994 INFO clone ok!, project: image-builder
21132024-09-23T15:53:26.305Z[ helios-setup] Sep 23 15:53:24.994 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
21142024-09-23T15:53:26.305Z[ helios-setup] Sep 23 15:53:24.994 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
21152024-09-23T15:53:26.308Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21162024-09-23T15:53:26.365Z[ host-package] Compiling semver v0.1.20
21172024-09-23T15:53:26.486Z[ host-package] Compiling is-terminal v0.4.12
21182024-09-23T15:53:26.631Z[ host-package] Compiling cookie v0.18.1
21192024-09-23T15:53:26.927Z[ host-package] Compiling rustc_version v0.1.7
21202024-09-23T15:53:26.997Z[ host-package] Compiling highway v1.2.0
21212024-09-23T15:53:27.403Z[ host-package] Compiling newtype_derive v0.1.6
21222024-09-23T15:53:27.440Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21232024-09-23T15:53:27.457Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21242024-09-23T15:53:27.478Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21252024-09-23T15:53:28.099Z[ host-package] Compiling rustls-pki-types v1.7.0
21262024-09-23T15:53:28.459Z[ host-package] Compiling linked-hash-map v0.5.6
21272024-09-23T15:53:28.851Z[ host-package] Compiling lru-cache v0.1.2
21282024-09-23T15:53:28.871Z[ host-package] Compiling steno v0.4.1
21292024-09-23T15:53:29.100Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21302024-09-23T15:53:29.305Z[ host-package] Compiling quick-error v1.2.3
21312024-09-23T15:53:29.479Z[ host-package] Compiling home v0.5.9
21322024-09-23T15:53:29.751Z[ host-package] Compiling resolv-conf v0.7.0
21332024-09-23T15:53:31.328Z[ host-package] Compiling rustls-webpki v0.102.4
21342024-09-23T15:53:31.926Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21352024-09-23T15:53:33.551Z[ host-package] Compiling rustls v0.22.4
21362024-09-23T15:53:33.585Z[ host-package] Compiling thread_local v1.1.8
21372024-09-23T15:53:34.108Z[ host-package] Compiling match_cfg v0.1.0
21382024-09-23T15:53:34.264Z[ host-package] Compiling hostname v0.3.1
21392024-09-23T15:53:34.523Z[ host-package] Compiling hickory-resolver v0.24.1
21402024-09-23T15:53:34.903Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21412024-09-23T15:53:34.917Z[ helios-setup] Sep 23 15:53:33.607 INFO clone ok!, project: amd-host-image-builder
21422024-09-23T15:53:34.921Z[ helios-setup] Sep 23 15:53:33.607 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21432024-09-23T15:53:34.921Z[ helios-setup] Sep 23 15:53:33.607 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
21442024-09-23T15:53:35.610Z[ helios-setup] Sep 23 15:53:34.301 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
21452024-09-23T15:53:35.978Z[ host-package] Compiling multer v3.1.0
21462024-09-23T15:53:36.090Z[ host-package] Compiling slog-async v2.8.0
21472024-09-23T15:53:36.177Z[ host-package] Compiling slog-json v2.6.1
21482024-09-23T15:53:36.260Z[ helios-setup] Sep 23 15:53:34.951 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21492024-09-23T15:53:36.264Z[ helios-setup] Sep 23 15:53:34.951 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21502024-09-23T15:53:36.563Z[ host-package] Compiling crossbeam-channel v0.5.12
21512024-09-23T15:53:36.775Z[ helios-setup] Sep 23 15:53:35.466 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21522024-09-23T15:53:37.322Z[ helios-setup] Sep 23 15:53:36.013 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21532024-09-23T15:53:37.322Z[ helios-setup] Sep 23 15:53:36.014 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21542024-09-23T15:53:37.538Z[ host-package] Compiling take_mut v0.2.2
21552024-09-23T15:53:37.860Z[ helios-setup] Sep 23 15:53:36.552 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21562024-09-23T15:53:37.895Z[ host-package] Compiling slog-bunyan v2.5.0
21572024-09-23T15:53:38.402Z[ helios-setup] Sep 23 15:53:37.093 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21582024-09-23T15:53:38.402Z[ helios-setup] Sep 23 15:53:37.093 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21592024-09-23T15:53:38.405Z[ helios-setup] Sep 23 15:53:37.093 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21602024-09-23T15:53:38.405Z[ helios-setup] Sep 23 15:53:37.093 INFO ok!
21612024-09-23T15:53:38.405Z[ helios-setup] Sep 23 15:53:37.093 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21622024-09-23T15:53:38.405Z[ helios-setup] Sep 23 15:53:37.093 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21632024-09-23T15:53:38.405Z[ helios-setup] Sep 23 15:53:37.093 INFO ok!
21642024-09-23T15:53:38.405Z[ helios-setup] Sep 23 15:53:37.094 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21652024-09-23T15:53:38.405Z[ helios-setup] Sep 23 15:53:37.094 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21662024-09-23T15:53:38.405Z[ helios-setup] Sep 23 15:53:37.094 INFO ok!
21672024-09-23T15:53:38.405Z[ helios-setup] Sep 23 15:53:37.094 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
21682024-09-23T15:53:38.405Z[ helios-setup] Sep 23 15:53:37.094 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
21692024-09-23T15:53:38.728Z[ helios-setup] Sep 23 15:53:37.420 INFO E| Compiling adler v1.0.2
21702024-09-23T15:53:38.862Z[ helios-setup] Sep 23 15:53:37.554 INFO E| Compiling miniz_oxide v0.7.2
21712024-09-23T15:53:38.909Z[ host-package] Compiling slog-term v2.9.1
21722024-09-23T15:53:39.271Z[ host-package] Compiling tokio-rustls v0.25.0
21732024-09-23T15:53:39.834Z[ host-package] Compiling rustls-pemfile v2.1.3
21742024-09-23T15:53:40.230Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21752024-09-23T15:53:40.340Z[ host-package] Compiling async-stream v0.3.5
21762024-09-23T15:53:40.367Z[ host-package] Compiling waitgroup v0.1.2
21772024-09-23T15:53:40.667Z[ host-package] Compiling ipnetwork v0.20.0
21782024-09-23T15:53:40.720Z[ host-package] Compiling newtype-uuid v1.1.0
21792024-09-23T15:53:41.283Z[ host-package] Compiling serde_path_to_error v0.1.16
21802024-09-23T15:53:41.547Z[ helios-setup] Sep 23 15:53:40.238 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21812024-09-23T15:53:41.696Z[ host-package] Compiling hostname v0.4.0
21822024-09-23T15:53:41.935Z[ host-package] Compiling instant v0.1.12
21832024-09-23T15:53:42.102Z[ host-package] Compiling debug-ignore v1.0.5
21842024-09-23T15:53:42.197Z[ host-package] Compiling backoff v0.4.0
21852024-09-23T15:53:42.615Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21862024-09-23T15:53:42.760Z[ helios-setup] Sep 23 15:53:41.447 INFO E| Finished `release` profile [optimized] target(s) in 4.26s
21872024-09-23T15:53:42.764Z[ helios-setup] Sep 23 15:53:41.455 INFO building project "pinprick" ok (4 seconds)
21882024-09-23T15:53:42.764Z[ helios-setup] Sep 23 15:53:41.455 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
21892024-09-23T15:53:42.764Z[ helios-setup] Sep 23 15:53:41.455 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
21902024-09-23T15:53:43.205Z[ helios-setup] Sep 23 15:53:41.897 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
21912024-09-23T15:53:43.440Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21922024-09-23T15:53:43.727Z[ helios-setup] Sep 23 15:53:42.419 INFO E| From https://github.com/jclulow/hiercmd
21932024-09-23T15:53:43.727Z[ helios-setup] Sep 23 15:53:42.419 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
21942024-09-23T15:53:43.749Z[ helios-setup] Sep 23 15:53:42.440 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
21952024-09-23T15:53:43.881Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21962024-09-23T15:53:44.004Z[ host-package] Compiling parse-display v0.10.0
21972024-09-23T15:53:44.328Z[ helios-setup] Sep 23 15:53:43.019 INFO E| From https://github.com/jclulow/network-interface
21982024-09-23T15:53:44.328Z[ helios-setup] Sep 23 15:53:43.019 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
21992024-09-23T15:53:44.366Z[ helios-setup] Sep 23 15:53:43.058 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22002024-09-23T15:53:44.572Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012024-09-23T15:53:44.764Z[ host-package] Compiling serde_with v3.9.0
22022024-09-23T15:53:44.988Z[ helios-setup] Sep 23 15:53:43.680 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22032024-09-23T15:53:44.988Z[ helios-setup] Sep 23 15:53:43.680 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22042024-09-23T15:53:45.027Z[ helios-setup] Sep 23 15:53:43.719 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22052024-09-23T15:53:45.665Z[ host-package] Compiling strum v0.26.3
22062024-09-23T15:53:45.789Z[ helios-setup] Sep 23 15:53:44.481 INFO E| From https://github.com/oxidecomputer/facade
22072024-09-23T15:53:45.789Z[ helios-setup] Sep 23 15:53:44.481 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22082024-09-23T15:53:45.870Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22092024-09-23T15:53:45.878Z[ helios-setup] Sep 23 15:53:44.570 INFO E| Updating crates.io index
22102024-09-23T15:53:46.415Z[ helios-setup] Sep 23 15:53:45.107 INFO E| Downloading crates ...
22112024-09-23T15:53:46.590Z[ helios-setup] Sep 23 15:53:45.282 INFO E| Downloaded anstyle-parse v0.1.1
22122024-09-23T15:53:46.599Z[ helios-setup] Sep 23 15:53:45.291 INFO E| Downloaded cpufeatures v0.2.5
22132024-09-23T15:53:46.602Z[ helios-setup] Sep 23 15:53:45.294 INFO E| Downloaded const-random v0.1.15
22142024-09-23T15:53:46.606Z[ helios-setup] Sep 23 15:53:45.296 INFO E| Downloaded concolor-override v1.0.0
22152024-09-23T15:53:46.608Z[ helios-setup] Sep 23 15:53:45.298 INFO E| Downloaded built v0.6.0
22162024-09-23T15:53:46.611Z[ helios-setup] Sep 23 15:53:45.302 INFO E| Downloaded bincode v1.3.3
22172024-09-23T15:53:46.614Z[ helios-setup] Sep 23 15:53:45.306 INFO E| Downloaded ahash v0.8.3
22182024-09-23T15:53:46.620Z[ helios-setup] Sep 23 15:53:45.312 INFO E| Downloaded sha1 v0.10.5
22192024-09-23T15:53:46.623Z[ helios-setup] Sep 23 15:53:45.315 INFO E| Downloaded serde_path_to_error v0.1.11
22202024-09-23T15:53:46.626Z[ helios-setup] Sep 23 15:53:45.319 INFO E| Downloaded crossbeam-deque v0.8.2
22212024-09-23T15:53:46.630Z[ helios-setup] Sep 23 15:53:45.322 INFO E| Downloaded socket2 v0.4.9
22222024-09-23T15:53:46.635Z[ helios-setup] Sep 23 15:53:45.327 INFO E| Downloaded smallvec v1.10.0
22232024-09-23T15:53:46.640Z[ helios-setup] Sep 23 15:53:45.332 INFO E| Downloaded toolchain_find v0.2.0
22242024-09-23T15:53:46.642Z[ helios-setup] Sep 23 15:53:45.335 INFO E| Downloaded pkg-config v0.3.26
22252024-09-23T15:53:46.645Z[ helios-setup] Sep 23 15:53:45.337 INFO E| Downloaded paste v1.0.12
22262024-09-23T15:53:46.652Z[ helios-setup] Sep 23 15:53:45.344 INFO E| Downloaded tokio-tungstenite v0.18.0
22272024-09-23T15:53:46.657Z[ helios-setup] Sep 23 15:53:45.349 INFO E| Downloaded thiserror-impl v1.0.38
22282024-09-23T15:53:46.660Z[ helios-setup] Sep 23 15:53:45.352 INFO E| Downloaded schemars_derive v0.8.12
22292024-09-23T15:53:46.663Z[ helios-setup] Sep 23 15:53:45.355 INFO E| Downloaded tempfile v3.5.0
22302024-09-23T15:53:46.668Z[ helios-setup] Sep 23 15:53:45.360 INFO E| Downloaded try-lock v0.2.4
22312024-09-23T15:53:46.670Z[ helios-setup] Sep 23 15:53:45.362 INFO E| Downloaded project-root v0.2.2
22322024-09-23T15:53:46.673Z[ helios-setup] Sep 23 15:53:45.363 INFO E| Downloaded sct v0.7.0
22332024-09-23T15:53:46.678Z[ helios-setup] Sep 23 15:53:45.370 INFO E| Downloaded concolor-query v0.3.3
22342024-09-23T15:53:46.681Z[ helios-setup] Sep 23 15:53:45.373 INFO E| Downloaded want v0.3.0
22352024-09-23T15:53:46.683Z[ helios-setup] Sep 23 15:53:45.375 INFO E| Downloaded generic-array v0.14.6
22362024-09-23T15:53:46.686Z[ helios-setup] Sep 23 15:53:45.378 INFO E| Downloaded cargo-lock v8.0.3
22372024-09-23T15:53:46.692Z[ helios-setup] Sep 23 15:53:45.384 INFO E| Downloaded walkdir v2.3.3
22382024-09-23T15:53:46.696Z[ helios-setup] Sep 23 15:53:45.388 INFO E| Downloaded toml v0.7.3
22392024-09-23T15:53:46.702Z[ helios-setup] Sep 23 15:53:45.394 INFO E| Downloaded unicode-ident v1.0.8
22402024-09-23T15:53:46.706Z[ helios-setup] Sep 23 15:53:45.398 INFO E| Downloaded ryu v1.0.13
22412024-09-23T15:53:46.711Z[ helios-setup] Sep 23 15:53:45.404 INFO E| Downloaded scopeguard v1.1.0
22422024-09-23T15:53:46.714Z[ helios-setup] Sep 23 15:53:45.405 INFO E| Downloaded proc-macro-crate v1.2.1
22432024-09-23T15:53:46.717Z[ helios-setup] Sep 23 15:53:45.407 INFO E| Downloaded textwrap v0.16.0
22442024-09-23T15:53:46.721Z[ helios-setup] Sep 23 15:53:45.413 INFO E| Downloaded semver v0.11.0
22452024-09-23T15:53:46.724Z[ helios-setup] Sep 23 15:53:45.416 INFO E| Downloaded url v2.3.1
22462024-09-23T15:53:46.729Z[ helios-setup] Sep 23 15:53:45.421 INFO E| Downloaded tokio-rustls v0.24.0
22472024-09-23T15:53:46.733Z[ helios-setup] Sep 23 15:53:45.425 INFO E| Downloaded rustfmt-wrapper v0.2.0
22482024-09-23T15:53:46.736Z[ helios-setup] Sep 23 15:53:45.428 INFO E| Downloaded toml v0.5.11
22492024-09-23T15:53:46.741Z[ helios-setup] Sep 23 15:53:45.433 INFO E| Downloaded uuid v1.3.0
22502024-09-23T15:53:46.750Z[ helios-setup] Sep 23 15:53:45.442 INFO E| Downloaded unicode-bidi v0.3.13
22512024-09-23T15:53:46.755Z[ helios-setup] Sep 23 15:53:45.447 INFO E| Downloaded typenum v1.16.0
22522024-09-23T15:53:46.760Z[ helios-setup] Sep 23 15:53:45.452 INFO E| Downloaded schemars v0.8.12
22532024-09-23T15:53:46.783Z[ helios-setup] Sep 23 15:53:45.475 INFO E| Downloaded unicode-linebreak v0.1.4
22542024-09-23T15:53:46.791Z[ helios-setup] Sep 23 15:53:45.483 INFO E| Downloaded unicode-normalization v0.1.22
22552024-09-23T15:53:46.798Z[ helios-setup] Sep 23 15:53:45.490 INFO E| Downloaded winnow v0.4.1
22562024-09-23T15:53:46.813Z[ helios-setup] Sep 23 15:53:45.505 INFO E| Downloaded serde_derive_internals v0.26.0
22572024-09-23T15:53:46.816Z[ helios-setup] Sep 23 15:53:45.508 INFO E| Downloaded syn v1.0.107
22582024-09-23T15:53:46.835Z[ helios-setup] Sep 23 15:53:45.527 INFO E| Downloaded semver v1.0.17
22592024-09-23T15:53:46.840Z[ helios-setup] Sep 23 15:53:45.532 INFO E| Downloaded syn v2.0.72
22602024-09-23T15:53:46.860Z[ helios-setup] Sep 23 15:53:45.552 INFO E| Downloaded futures v0.3.28
22612024-09-23T15:53:46.869Z[ helios-setup] Sep 23 15:53:45.561 INFO E| Downloaded tokio v1.27.0
22622024-09-23T15:53:46.926Z[ helios-setup] Sep 23 15:53:45.618 INFO E| Downloaded serde_derive v1.0.204
22632024-09-23T15:53:46.931Z[ helios-setup] Sep 23 15:53:45.622 INFO E| Downloaded rayon-core v1.10.2
22642024-09-23T15:53:46.937Z[ helios-setup] Sep 23 15:53:45.629 INFO E| Downloaded memchr v2.5.0
22652024-09-23T15:53:46.945Z[ helios-setup] Sep 23 15:53:45.637 INFO E| Downloaded rustls-webpki v0.100.1
22662024-09-23T15:53:46.955Z[ helios-setup] Sep 23 15:53:45.647 INFO E| Downloaded serde v1.0.204
22672024-09-23T15:53:46.961Z[ helios-setup] Sep 23 15:53:45.653 INFO E| Downloaded http v0.2.9
22682024-09-23T15:53:46.988Z[ helios-setup] Sep 23 15:53:45.678 INFO E| Downloaded aho-corasick v0.7.20
22692024-09-23T15:53:46.993Z[ helios-setup] Sep 23 15:53:45.684 INFO E| Downloaded pest v2.5.7
22702024-09-23T15:53:47.001Z[ helios-setup] Sep 23 15:53:45.693 INFO E| Downloaded mio v0.8.5
22712024-09-23T15:53:47.010Z[ helios-setup] Sep 23 15:53:45.702 INFO E| Downloaded reqwest v0.11.16
22722024-09-23T15:53:47.025Z[ helios-setup] Sep 23 15:53:45.716 INFO E| Downloaded clap_builder v4.2.1
22732024-09-23T15:53:47.035Z[ helios-setup] Sep 23 15:53:45.727 INFO E| Downloaded rayon v1.6.1
22742024-09-23T15:53:47.052Z[ helios-setup] Sep 23 15:53:45.744 INFO E| Downloaded crossbeam-channel v0.5.6
22752024-09-23T15:53:47.059Z[ helios-setup] Sep 23 15:53:45.751 INFO E| Downloaded git2 v0.16.1
22762024-09-23T15:53:47.075Z[ helios-setup] Sep 23 15:53:45.767 INFO E| Downloaded futures-util v0.3.28
22772024-09-23T15:53:47.098Z[ helios-setup] Sep 23 15:53:45.790 INFO E| Downloaded hyper v0.14.25
22782024-09-23T15:53:47.114Z[ helios-setup] Sep 23 15:53:45.806 INFO E| Downloaded h2 v0.3.16
22792024-09-23T15:53:47.126Z[ helios-setup] Sep 23 15:53:45.818 INFO E| Downloaded regress v0.5.0
22802024-09-23T15:53:47.139Z[ helios-setup] Sep 23 15:53:45.831 INFO E| Downloaded regex v1.7.3
22812024-09-23T15:53:47.155Z[ helios-setup] Sep 23 15:53:45.847 INFO E| Downloaded chrono v0.4.24
22822024-09-23T15:53:47.168Z[ helios-setup] Sep 23 15:53:45.860 INFO E| Downloaded rustix v0.37.3
22832024-09-23T15:53:47.231Z[ helios-setup] Sep 23 15:53:45.923 INFO E| Downloaded rhai v1.14.0
22842024-09-23T15:53:47.253Z[ helios-setup] Sep 23 15:53:45.945 INFO E| Downloaded openapiv3 v1.0.2
22852024-09-23T15:53:47.274Z[ helios-setup] Sep 23 15:53:45.966 INFO E| Downloaded flate2 v1.0.25
22862024-09-23T15:53:47.281Z[ helios-setup] Sep 23 15:53:45.973 INFO E| Downloaded cc v1.0.78
22872024-09-23T15:53:47.285Z[ helios-setup] Sep 23 15:53:45.977 INFO E| Downloaded base64 v0.21.0
22882024-09-23T15:53:47.292Z[ helios-setup] Sep 23 15:53:45.984 INFO E| Downloaded rustls v0.21.0
22892024-09-23T15:53:47.313Z[ helios-setup] Sep 23 15:53:46.005 INFO E| Downloaded num_enum v0.5.7
22902024-09-23T15:53:47.319Z[ helios-setup] Sep 23 15:53:46.012 INFO E| Downloaded libc v0.2.139
22912024-09-23T15:53:47.362Z[ helios-setup] Sep 23 15:53:46.054 INFO E| Downloaded miniz_oxide v0.6.2
22922024-09-23T15:53:47.366Z[ helios-setup] Sep 23 15:53:46.058 INFO E| Downloaded getrandom v0.2.8
22932024-09-23T15:53:47.370Z[ helios-setup] Sep 23 15:53:46.062 INFO E| Downloaded crossbeam-epoch v0.9.13
22942024-09-23T15:53:47.375Z[ helios-setup] Sep 23 15:53:46.067 INFO E| Downloaded camino v1.1.4
22952024-09-23T15:53:47.378Z[ helios-setup] Sep 23 15:53:46.070 INFO E| Downloaded bytes v1.4.0
22962024-09-23T15:53:47.385Z[ helios-setup] Sep 23 15:53:46.076 INFO E| Downloaded tokio-util v0.7.7
22972024-09-23T15:53:47.394Z[ helios-setup] Sep 23 15:53:46.086 INFO E| Downloaded serde_json v1.0.95
22982024-09-23T15:53:47.407Z[ helios-setup] Sep 23 15:53:46.099 INFO E| Downloaded pin-project-lite v0.2.9
22992024-09-23T15:53:47.414Z[ helios-setup] Sep 23 15:53:46.106 INFO E| Downloaded ipnet v2.7.2
23002024-09-23T15:53:47.416Z[ helios-setup] Sep 23 15:53:46.108 INFO E| Downloaded tracing v0.1.37
23012024-09-23T15:53:47.423Z[ helios-setup] Sep 23 15:53:46.115 INFO E| Downloaded parking_lot_core v0.9.6
23022024-09-23T15:53:47.426Z[ helios-setup] Sep 23 15:53:46.118 INFO E| Downloaded num-integer v0.1.45
23032024-09-23T15:53:47.429Z[ helios-setup] Sep 23 15:53:46.121 INFO E| Downloaded lock_api v0.4.9
23042024-09-23T15:53:47.431Z[ helios-setup] Sep 23 15:53:46.123 INFO E| Downloaded tungstenite v0.18.0
23052024-09-23T15:53:47.435Z[ helios-setup] Sep 23 15:53:46.127 INFO E| Downloaded toml_edit v0.19.8
23062024-09-23T15:53:47.469Z[ helios-setup] Sep 23 15:53:46.161 INFO E| Downloaded serde_yaml v0.9.21
23072024-09-23T15:53:47.474Z[ helios-setup] Sep 23 15:53:46.166 INFO E| Downloaded semver-parser v0.10.2
23082024-09-23T15:53:47.477Z[ helios-setup] Sep 23 15:53:46.169 INFO E| Downloaded parking_lot v0.12.1
23092024-09-23T15:53:47.481Z[ helios-setup] Sep 23 15:53:46.173 INFO E| Downloaded num-traits v0.2.15
23102024-09-23T15:53:47.485Z[ helios-setup] Sep 23 15:53:46.177 INFO E| Downloaded rustls-pemfile v1.0.2
23112024-09-23T15:53:47.489Z[ helios-setup] Sep 23 15:53:46.181 INFO E| Downloaded clap v4.2.1
23122024-09-23T15:53:47.503Z[ helios-setup] Sep 23 15:53:46.195 INFO E| Downloaded num_cpus v1.15.0
23132024-09-23T15:53:47.507Z[ helios-setup] Sep 23 15:53:46.199 INFO E| Downloaded encoding_rs v0.8.32
23142024-09-23T15:53:47.543Z[ helios-setup] Sep 23 15:53:46.235 INFO E| Downloaded async-trait v0.1.68
23152024-09-23T15:53:47.548Z[ helios-setup] Sep 23 15:53:46.240 INFO E| Downloaded unsafe-libyaml v0.2.8
23162024-09-23T15:53:47.554Z[ helios-setup] Sep 23 15:53:46.246 INFO E| Downloaded time v0.1.45
23172024-09-23T15:53:47.556Z[ helios-setup] Sep 23 15:53:46.248 INFO E| Downloaded anstyle v0.3.5
23182024-09-23T15:53:47.559Z[ helios-setup] Sep 23 15:53:46.250 INFO E| Downloaded ahash v0.7.6
23192024-09-23T15:53:47.564Z[ helios-setup] Sep 23 15:53:46.256 INFO E| Downloaded percent-encoding v2.2.0
23202024-09-23T15:53:47.566Z[ helios-setup] Sep 23 15:53:46.257 INFO E| Downloaded num_enum_derive v0.5.7
23212024-09-23T15:53:47.569Z[ helios-setup] Sep 23 15:53:46.259 INFO E| Downloaded lazy_static v1.4.0
23222024-09-23T15:53:47.569Z[ helios-setup] Sep 23 15:53:46.260 INFO E| Downloaded itoa v1.0.6
23232024-09-23T15:53:47.571Z[ helios-setup] Sep 23 15:53:46.263 INFO E| Downloaded iana-time-zone v0.1.56
23242024-09-23T15:53:47.574Z[ helios-setup] Sep 23 15:53:46.266 INFO E| Downloaded errno v0.3.1
23252024-09-23T15:53:47.576Z[ helios-setup] Sep 23 15:53:46.268 INFO E| Downloaded unicode-width v0.1.10
23262024-09-23T15:53:47.578Z[ helios-setup] Sep 23 15:53:46.270 INFO E| Downloaded toml_datetime v0.6.1
23272024-09-23T15:53:47.581Z[ helios-setup] Sep 23 15:53:46.272 INFO E| Downloaded terminal_size v0.2.6
23282024-09-23T15:53:47.583Z[ helios-setup] Sep 23 15:53:46.274 INFO E| Downloaded anyhow v1.0.68
23292024-09-23T15:53:47.588Z[ helios-setup] Sep 23 15:53:46.280 INFO E| Downloaded ucd-trie v0.1.5
23302024-09-23T15:53:47.592Z[ helios-setup] Sep 23 15:53:46.282 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
23312024-09-23T15:53:47.714Z[ helios-setup] Sep 23 15:53:46.406 INFO E| Downloaded tracing-core v0.1.30
23322024-09-23T15:53:47.718Z[ helios-setup] Sep 23 15:53:46.410 INFO E| Downloaded sha2 v0.10.6
23332024-09-23T15:53:47.722Z[ helios-setup] Sep 23 15:53:46.414 INFO E| Downloaded httpdate v1.0.2
23342024-09-23T15:53:47.724Z[ helios-setup] Sep 23 15:53:46.416 INFO E| Downloaded crossbeam-utils v0.8.14
23352024-09-23T15:53:47.728Z[ helios-setup] Sep 23 15:53:46.420 INFO E| Downloaded tokio-macros v2.0.0
23362024-09-23T15:53:47.731Z[ helios-setup] Sep 23 15:53:46.422 INFO E| Downloaded rhai_codegen v1.5.0
23372024-09-23T15:53:47.745Z[ helios-setup] Sep 23 15:53:46.437 INFO E| Downloaded once_cell v1.17.0
23382024-09-23T15:53:47.749Z[ helios-setup] Sep 23 15:53:46.441 INFO E| Downloaded futures-executor v0.3.28
23392024-09-23T15:53:47.751Z[ helios-setup] Sep 23 15:53:46.443 INFO E| Downloaded libz-sys v1.1.8
23402024-09-23T15:53:47.838Z[ helios-setup] Sep 23 15:53:46.529 INFO E| Downloaded futures-channel v0.3.28
23412024-09-23T15:53:47.840Z[ helios-setup] Sep 23 15:53:46.533 INFO E| Downloaded thiserror v1.0.38
23422024-09-23T15:53:47.847Z[ helios-setup] Sep 23 15:53:46.539 INFO E| Downloaded log v0.4.17
23432024-09-23T15:53:47.851Z[ helios-setup] Sep 23 15:53:46.543 INFO E| Downloaded io-lifetimes v1.0.10
23442024-09-23T15:53:47.854Z[ helios-setup] Sep 23 15:53:46.546 INFO E| Downloaded strsim v0.10.0
23452024-09-23T15:53:47.856Z[ helios-setup] Sep 23 15:53:46.548 INFO E| Downloaded smawk v0.3.1
23462024-09-23T15:53:47.859Z[ helios-setup] Sep 23 15:53:46.550 INFO E| Downloaded slog-bunyan v2.4.0
23472024-09-23T15:53:47.861Z[ helios-setup] Sep 23 15:53:46.552 INFO E| Downloaded slab v0.4.7
23482024-09-23T15:53:47.864Z[ helios-setup] Sep 23 15:53:46.554 INFO E| Downloaded serde_spanned v0.6.1
23492024-09-23T15:53:47.864Z[ helios-setup] Sep 23 15:53:46.555 INFO E| Downloaded digest v0.10.6
23502024-09-23T15:53:47.867Z[ helios-setup] Sep 23 15:53:46.557 INFO E| Downloaded clap_derive v4.2.0
23512024-09-23T15:53:47.869Z[ helios-setup] Sep 23 15:53:46.560 INFO E| Downloaded anstream v0.2.6
23522024-09-23T15:53:47.872Z[ helios-setup] Sep 23 15:53:46.562 INFO E| Downloaded futures-io v0.3.28
23532024-09-23T15:53:47.872Z[ helios-setup] Sep 23 15:53:46.563 INFO E| Downloaded futures-core v0.3.28
23542024-09-23T15:53:47.874Z[ helios-setup] Sep 23 15:53:46.564 INFO E| Downloaded either v1.8.0
23552024-09-23T15:53:47.874Z[ helios-setup] Sep 23 15:53:46.566 INFO E| Downloaded byteorder v1.4.3
23562024-09-23T15:53:47.944Z[ helios-setup] Sep 23 15:53:46.634 INFO E| Downloaded clap_lex v0.4.1
23572024-09-23T15:53:47.946Z[ helios-setup] Sep 23 15:53:46.636 INFO E| Downloaded smartstring v1.0.1
23582024-09-23T15:53:47.949Z[ helios-setup] Sep 23 15:53:46.639 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
23592024-09-23T15:53:47.952Z[ helios-setup] Sep 23 15:53:46.642 INFO E| Downloaded home v0.5.4
23602024-09-23T15:53:47.952Z[ helios-setup] Sep 23 15:53:46.644 INFO E| Downloaded block-buffer v0.10.3
23612024-09-23T15:53:47.954Z[ helios-setup] Sep 23 15:53:46.645 INFO E| Downloaded signal-hook-registry v1.4.0
23622024-09-23T15:53:47.957Z[ helios-setup] Sep 23 15:53:46.647 INFO E| Downloaded is-terminal v0.4.7
23632024-09-23T15:53:47.957Z[ helios-setup] Sep 23 15:53:46.648 INFO E| Downloaded slog-async v2.7.0
23642024-09-23T15:53:47.959Z[ helios-setup] Sep 23 15:53:46.650 INFO E| Downloaded memoffset v0.7.1
23652024-09-23T15:53:47.962Z[ helios-setup] Sep 23 15:53:46.652 INFO E| Downloaded jobserver v0.1.26
23662024-09-23T15:53:47.964Z[ helios-setup] Sep 23 15:53:46.655 INFO E| Downloaded http-body v0.4.5
23672024-09-23T15:53:47.967Z[ helios-setup] Sep 23 15:53:46.657 INFO E| Downloaded serde_tokenstream v0.2.0
23682024-09-23T15:53:47.970Z[ helios-setup] Sep 23 15:53:46.662 INFO E| Downloaded futures-task v0.3.28
23692024-09-23T15:53:47.972Z[ helios-setup] Sep 23 15:53:46.663 INFO E| Downloaded futures-macro v0.3.28
23702024-09-23T15:53:47.975Z[ helios-setup] Sep 23 15:53:46.665 INFO E| Downloaded form_urlencoded v1.1.0
23712024-09-23T15:53:47.975Z[ helios-setup] Sep 23 15:53:46.666 INFO E| Downloaded dyn-clone v1.0.11
23722024-09-23T15:53:47.977Z[ helios-setup] Sep 23 15:53:46.668 INFO E| Downloaded autocfg v1.1.0
23732024-09-23T15:53:47.980Z[ helios-setup] Sep 23 15:53:46.671 INFO E| Downloaded fastrand v1.9.0
23742024-09-23T15:53:47.982Z[ helios-setup] Sep 23 15:53:46.672 INFO E| Downloaded futures-sink v0.3.28
23752024-09-23T15:53:47.982Z[ helios-setup] Sep 23 15:53:46.674 INFO E| Downloaded const-random-macro v0.1.15
23762024-09-23T15:53:48.380Z[ helios-setup] Sep 23 15:53:47.072 INFO E| Compiling proc-macro2 v1.0.86
23772024-09-23T15:53:48.384Z[ helios-setup] Sep 23 15:53:47.076 INFO E| Compiling libc v0.2.139
23782024-09-23T15:53:48.386Z[ helios-setup] Sep 23 15:53:47.076 INFO E| Compiling unicode-ident v1.0.8
23792024-09-23T15:53:48.386Z[ helios-setup] Sep 23 15:53:47.076 INFO E| Compiling autocfg v1.1.0
23802024-09-23T15:53:48.386Z[ helios-setup] Sep 23 15:53:47.076 INFO E| Compiling cfg-if v1.0.0
23812024-09-23T15:53:48.386Z[ helios-setup] Sep 23 15:53:47.076 INFO E| Compiling version_check v0.9.4
23822024-09-23T15:53:48.386Z[ helios-setup] Sep 23 15:53:47.076 INFO E| Compiling serde v1.0.204
23832024-09-23T15:53:48.386Z[ helios-setup] Sep 23 15:53:47.076 INFO E| Compiling syn v1.0.107
23842024-09-23T15:53:49.114Z[ helios-setup] Sep 23 15:53:47.805 INFO E| Compiling memchr v2.5.0
23852024-09-23T15:53:49.445Z[ host-package] Compiling macaddr v1.0.1
23862024-09-23T15:53:49.739Z[ host-package] Compiling slog-dtrace v0.3.0
23872024-09-23T15:53:49.803Z[ helios-setup] Sep 23 15:53:48.495 INFO E| Compiling once_cell v1.17.0
23882024-09-23T15:53:50.022Z[ helios-setup] Sep 23 15:53:48.713 INFO E| Compiling log v0.4.17
23892024-09-23T15:53:50.065Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902024-09-23T15:53:50.074Z[ helios-setup] Sep 23 15:53:48.766 INFO E| Compiling thiserror v1.0.38
23912024-09-23T15:53:50.773Z[ helios-setup] Sep 23 15:53:49.465 INFO E| Compiling itoa v1.0.6
23922024-09-23T15:53:50.873Z[ helios-setup] Sep 23 15:53:49.565 INFO E| Compiling serde_json v1.0.95
23932024-09-23T15:53:51.869Z[ helios-setup] Sep 23 15:53:50.561 INFO E| Compiling indexmap v1.9.3
23942024-09-23T15:53:51.954Z[ helios-setup] Sep 23 15:53:50.646 INFO E| Compiling scopeguard v1.1.0
23952024-09-23T15:53:52.202Z[ helios-setup] Sep 23 15:53:50.888 INFO E| Compiling quote v1.0.36
23962024-09-23T15:53:52.438Z[ helios-setup] Sep 23 15:53:51.130 INFO E| Compiling jobserver v0.1.26
23972024-09-23T15:53:52.545Z[ helios-setup] Sep 23 15:53:51.237 INFO E| Compiling getrandom v0.2.8
23982024-09-23T15:53:52.768Z[ helios-setup] Sep 23 15:53:51.460 INFO E| Compiling pin-project-lite v0.2.9
23992024-09-23T15:53:53.119Z[ helios-setup] Sep 23 15:53:51.811 INFO E| Compiling syn v2.0.72
24002024-09-23T15:53:53.561Z[ helios-setup] Sep 23 15:53:52.253 INFO E| Compiling cc v1.0.78
24012024-09-23T15:53:53.677Z[ helios-setup] Sep 23 15:53:52.369 INFO E| Compiling num-integer v0.1.45
24022024-09-23T15:53:53.677Z[ helios-setup] Sep 23 15:53:52.369 INFO E| Compiling bytes v1.4.0
24032024-09-23T15:53:53.884Z[ helios-setup] Sep 23 15:53:52.576 INFO E| Compiling futures-core v0.3.28
24042024-09-23T15:53:53.940Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24052024-09-23T15:53:54.207Z[ host-package] Compiling display-error-chain v0.2.1
24062024-09-23T15:53:54.588Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24072024-09-23T15:53:54.596Z[ helios-setup] Sep 23 15:53:53.288 INFO E| Compiling ryu v1.0.13
24082024-09-23T15:53:54.866Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24092024-09-23T15:53:55.497Z[ helios-setup] Sep 23 15:53:54.190 INFO E| Compiling lock_api v0.4.9
24102024-09-23T15:53:55.661Z[ helios-setup] Sep 23 15:53:54.353 INFO E| Compiling bitflags v1.3.2
24112024-09-23T15:53:55.876Z[ host-package] Compiling half v2.4.1
24122024-09-23T15:53:55.899Z[ helios-setup] Sep 23 15:53:54.591 INFO E| Compiling typenum v1.16.0
24132024-09-23T15:53:56.095Z[ helios-setup] Sep 23 15:53:54.788 INFO E| Compiling parking_lot_core v0.9.6
24142024-09-23T15:53:56.573Z[ helios-setup] Sep 23 15:53:55.265 INFO E| Compiling num_cpus v1.15.0
24152024-09-23T15:53:56.697Z[ helios-setup] Sep 23 15:53:55.390 INFO E| Compiling generic-array v0.14.6
24162024-09-23T15:53:56.729Z[ helios-setup] Sep 23 15:53:55.421 INFO E| Compiling slab v0.4.7
24172024-09-23T15:53:56.973Z[ helios-setup] Sep 23 15:53:55.664 INFO E| Compiling futures-sink v0.3.28
24182024-09-23T15:53:57.191Z[ host-package] Compiling ciborium-io v0.2.2
24192024-09-23T15:53:57.394Z[ host-package] Compiling ciborium-ll v0.2.2
24202024-09-23T15:53:57.416Z[ helios-setup] Sep 23 15:53:56.109 INFO E| Compiling futures-channel v0.3.28
24212024-09-23T15:53:57.429Z[ helios-setup] Sep 23 15:53:56.122 INFO E| Compiling futures-task v0.3.28
24222024-09-23T15:53:57.519Z[ host-package] Compiling tungstenite v0.21.0
24232024-09-23T15:53:57.883Z[ helios-setup] Sep 23 15:53:56.576 INFO E| Compiling tokio v1.27.0
24242024-09-23T15:53:58.283Z[ helios-setup] Sep 23 15:53:56.976 INFO E| Compiling schemars v0.8.12
24252024-09-23T15:53:58.335Z[ helios-setup] Sep 23 15:53:57.027 INFO E| Compiling futures-util v0.3.28
24262024-09-23T15:53:58.415Z[ host-package] Compiling ciborium v0.2.2
24272024-09-23T15:53:59.394Z[ helios-setup] Sep 23 15:53:58.087 INFO E| Compiling mio v0.8.5
24282024-09-23T15:53:59.479Z[ helios-setup] Sep 23 15:53:58.172 INFO E| Compiling socket2 v0.4.9
24292024-09-23T15:53:59.479Z[ helios-setup] Sep 23 15:53:58.172 INFO E| Compiling signal-hook-registry v1.4.0
24302024-09-23T15:53:59.848Z[ helios-setup] Sep 23 15:53:58.540 INFO E| Compiling ahash v0.7.6
24312024-09-23T15:54:00.276Z[ helios-setup] Sep 23 15:53:58.968 INFO E| Compiling num-traits v0.2.15
24322024-09-23T15:54:01.170Z[ helios-setup] Sep 23 15:53:59.863 INFO E| Compiling io-lifetimes v1.0.10
24332024-09-23T15:54:01.439Z[ helios-setup] Sep 23 15:54:00.130 INFO E| Compiling pin-utils v0.1.0
24342024-09-23T15:54:01.606Z[ helios-setup] Sep 23 15:54:00.297 INFO E| Compiling crunchy v0.2.2
24352024-09-23T15:54:02.260Z[ host-package] Compiling tokio-tungstenite v0.21.0
24362024-09-23T15:54:02.283Z[ helios-setup] Sep 23 15:54:00.976 INFO E| Compiling futures-io v0.3.28
24372024-09-23T15:54:03.344Z[ helios-setup] Sep 23 15:54:02.036 INFO E| Compiling ahash v0.8.3
24382024-09-23T15:54:03.813Z[ helios-setup] Sep 23 15:54:02.506 INFO E| Compiling rustix v0.37.3
24392024-09-23T15:54:03.872Z[ helios-setup] Sep 23 15:54:02.565 INFO E| Compiling tiny-keccak v2.0.2
24402024-09-23T15:54:04.014Z[ helios-setup] Sep 23 15:54:02.707 INFO E| Compiling hashbrown v0.12.3
24412024-09-23T15:54:04.162Z[ host-package] Compiling rayon-core v1.12.1
24422024-09-23T15:54:04.197Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24432024-09-23T15:54:04.410Z[ helios-setup] Sep 23 15:54:03.100 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
24442024-09-23T15:54:05.181Z[ helios-setup] Sep 23 15:54:03.874 INFO E| Compiling serde_derive_internals v0.26.0
24452024-09-23T15:54:05.864Z[ helios-setup] Sep 23 15:54:04.556 INFO E| Compiling block-buffer v0.10.3
24462024-09-23T15:54:05.930Z[ helios-setup] Sep 23 15:54:04.622 INFO E| Compiling crypto-common v0.1.6
24472024-09-23T15:54:06.016Z[ host-package] Compiling crossbeam-deque v0.8.5
24482024-09-23T15:54:06.366Z[ helios-setup] Sep 23 15:54:05.059 INFO E| Compiling errno v0.3.1
24492024-09-23T15:54:06.509Z[ host-package] Compiling same-file v1.0.6
24502024-09-23T15:54:06.699Z[ helios-setup] Sep 23 15:54:05.392 INFO E| Compiling slog v2.7.0
24512024-09-23T15:54:06.748Z[ helios-setup] Sep 23 15:54:05.441 INFO E| Compiling crossbeam-utils v0.8.14
24522024-09-23T15:54:06.851Z[ host-package] Compiling fastrand v2.1.0
24532024-09-23T15:54:07.041Z[ host-package] Compiling walkdir v2.5.0
24542024-09-23T15:54:07.164Z[ helios-setup] Sep 23 15:54:05.854 INFO E| Compiling fnv v1.0.7
24552024-09-23T15:54:07.224Z[ helios-setup] Sep 23 15:54:05.917 INFO E| Compiling pkg-config v0.3.26
24562024-09-23T15:54:07.416Z[ helios-setup] Sep 23 15:54:06.110 INFO E| Compiling http v0.2.9
24572024-09-23T15:54:08.022Z[ host-package] Compiling tempfile v3.10.1
24582024-09-23T15:54:09.061Z[ helios-setup] Sep 23 15:54:07.753 INFO E| Compiling digest v0.10.6
24592024-09-23T15:54:09.611Z[ host-package] Compiling blake3 v1.5.1
24602024-09-23T15:54:10.468Z[ helios-setup] Sep 23 15:54:09.161 INFO E| Compiling aho-corasick v0.7.20
24612024-09-23T15:54:10.705Z[ host-package] Compiling rayon v1.10.0
24622024-09-23T15:54:11.271Z[ helios-setup] Sep 23 15:54:09.963 INFO E| Compiling unicode-width v0.1.10
24632024-09-23T15:54:11.337Z[ host-package] Compiling ring v0.16.20
24642024-09-23T15:54:11.802Z[ helios-setup] Sep 23 15:54:10.494 INFO E| Compiling httparse v1.8.0
24652024-09-23T15:54:12.432Z[ helios-setup] Sep 23 15:54:11.125 INFO E| Compiling heck v0.4.1
24662024-09-23T15:54:12.498Z[ helios-setup] Sep 23 15:54:11.191 INFO E| Compiling regex-syntax v0.6.29
24672024-09-23T15:54:13.220Z[ helios-setup] Sep 23 15:54:11.913 INFO E| Compiling tinyvec_macros v0.1.1
24682024-09-23T15:54:13.390Z[ helios-setup] Sep 23 15:54:12.083 INFO E| Compiling anyhow v1.0.68
24692024-09-23T15:54:13.455Z[ helios-setup] Sep 23 15:54:12.148 INFO E| Compiling percent-encoding v2.2.0
24702024-09-23T15:54:14.289Z[ helios-setup] Sep 23 15:54:12.983 INFO E| Compiling cpufeatures v0.2.5
24712024-09-23T15:54:14.387Z[ helios-setup] Sep 23 15:54:13.075 INFO E| Compiling tinyvec v1.6.0
24722024-09-23T15:54:14.518Z[ helios-setup] Sep 23 15:54:13.211 INFO E| Compiling form_urlencoded v1.1.0
24732024-09-23T15:54:14.525Z[ helios-setup] Sep 23 15:54:13.219 INFO E| Compiling const-random-macro v0.1.15
24742024-09-23T15:54:15.602Z[ helios-setup] Sep 23 15:54:14.296 INFO E| Compiling hashbrown v0.13.2
24752024-09-23T15:54:16.358Z[ helios-setup] Sep 23 15:54:15.051 INFO E| Compiling serde_derive v1.0.204
24762024-09-23T15:54:16.434Z[ helios-setup] Sep 23 15:54:15.127 INFO E| Compiling tokio-macros v2.0.0
24772024-09-23T15:54:16.436Z[ helios-setup] Sep 23 15:54:15.130 INFO E| Compiling thiserror-impl v1.0.38
24782024-09-23T15:54:17.717Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24792024-09-23T15:54:17.827Z[ helios-setup] Sep 23 15:54:16.521 INFO E| Compiling futures-macro v0.3.28
24802024-09-23T15:54:17.924Z[ helios-setup] Sep 23 15:54:16.618 INFO E| Compiling schemars_derive v0.8.12
24812024-09-23T15:54:18.971Z[ helios-setup] Sep 23 15:54:17.663 INFO E| Compiling chrono v0.4.24
24822024-09-23T15:54:19.334Z[ helios-setup] Sep 23 15:54:18.028 INFO E| Compiling regex v1.7.3
24832024-09-23T15:54:20.818Z[ host-package] Compiling xattr v1.3.1
24842024-09-23T15:54:21.375Z[ helios-setup] Sep 23 15:54:20.069 INFO E| Compiling libz-sys v1.1.8
24852024-09-23T15:54:21.484Z[ host-package] Compiling memmap2 v0.9.4
24862024-09-23T15:54:22.167Z[ host-package] Compiling filetime v0.2.25
24872024-09-23T15:54:22.431Z[ host-package] Compiling arrayref v0.3.7
24882024-09-23T15:54:22.849Z[ host-package] Compiling keccak v0.1.5
24892024-09-23T15:54:23.104Z[ host-package] Compiling arrayvec v0.7.4
24902024-09-23T15:54:23.151Z[ host-package] Compiling spin v0.5.2
24912024-09-23T15:54:23.284Z[ helios-setup] Sep 23 15:54:21.978 INFO E| Compiling dyn-clone v1.0.11
24922024-09-23T15:54:23.869Z[ host-package] Compiling untrusted v0.7.1
24932024-09-23T15:54:23.929Z[ host-package] Compiling constant_time_eq v0.3.0
24942024-09-23T15:54:23.931Z[ helios-setup] Sep 23 15:54:22.623 INFO E| Compiling uuid v1.3.0
24952024-09-23T15:54:24.222Z[ helios-setup] Sep 23 15:54:22.916 INFO E| Compiling unicode-normalization v0.1.22
24962024-09-23T15:54:24.328Z[ helios-setup] Sep 23 15:54:23.022 INFO E| Compiling regress v0.5.0
24972024-09-23T15:54:24.919Z[ host-package] Compiling sha3 v0.10.8
24982024-09-23T15:54:25.350Z[ helios-setup] Sep 23 15:54:24.042 INFO E| Compiling const-random v0.1.15
24992024-09-23T15:54:26.438Z[ helios-setup] Sep 23 15:54:25.132 INFO E| Compiling getopts v0.2.21
25002024-09-23T15:54:26.937Z[ host-package] Compiling tar v0.4.41
25012024-09-23T15:54:27.726Z[ helios-setup] Sep 23 15:54:26.420 INFO E| Compiling tracing-core v0.1.30
25022024-09-23T15:54:27.854Z[ helios-setup] Sep 23 15:54:26.549 INFO E| Compiling memoffset v0.7.1
25032024-09-23T15:54:28.383Z[ helios-setup] Sep 23 15:54:27.078 INFO E| Compiling powerfmt v0.2.0
25042024-09-23T15:54:28.500Z[ helios-setup] Sep 23 15:54:27.195 INFO E| Compiling unicode-bidi v0.3.13
25052024-09-23T15:54:28.896Z[ helios-setup] Sep 23 15:54:27.590 INFO E| Compiling ucd-trie v0.1.5
25062024-09-23T15:54:29.673Z[ helios-setup] Sep 23 15:54:28.368 INFO E| Compiling time-core v0.1.2
25072024-09-23T15:54:30.208Z[ helios-setup] Sep 23 15:54:28.902 INFO E| Compiling num-conv v0.1.0
25082024-09-23T15:54:30.422Z[ host-package] Compiling camino-tempfile v1.1.1
25092024-09-23T15:54:30.583Z[ host-package] Compiling toolchain_find v0.4.0
25102024-09-23T15:54:30.957Z[ host-package] Compiling nibble_vec v0.1.0
25112024-09-23T15:54:31.413Z[ host-package] Compiling atty v0.2.14
25122024-09-23T15:54:31.475Z[ host-package] Compiling glob v0.3.1
25132024-09-23T15:54:31.679Z[ host-package] Compiling maplit v1.0.2
25142024-09-23T15:54:31.937Z[ host-package] Compiling crunchy v0.2.2
25152024-09-23T15:54:32.313Z[ host-package] Compiling endian-type v0.1.2
25162024-09-23T15:54:32.385Z[ helios-setup] Sep 23 15:54:31.080 INFO E| Compiling idna v0.3.0
25172024-09-23T15:54:32.787Z[ helios-setup] Sep 23 15:54:31.480 INFO E| Compiling time-macros v0.2.18
25182024-09-23T15:54:32.909Z[ host-package] Compiling topological-sort v0.2.2
25192024-09-23T15:54:33.079Z[ host-package] Compiling clang-sys v1.7.0
25202024-09-23T15:54:33.365Z[ host-package] Compiling radix_trie v0.2.1
25212024-09-23T15:54:33.543Z[ host-package] Compiling omicron-zone-package v0.11.0
25222024-09-23T15:54:33.659Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25232024-09-23T15:54:34.331Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25242024-09-23T15:54:34.459Z[ helios-setup] Sep 23 15:54:33.154 INFO E| Compiling pest v2.5.7
25252024-09-23T15:54:35.081Z[ helios-setup] Sep 23 15:54:33.776 INFO E| Compiling deranged v0.3.11
25262024-09-23T15:54:35.130Z[ host-package] Compiling tiny-keccak v2.0.2
25272024-09-23T15:54:35.568Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25282024-09-23T15:54:35.996Z[ host-package] Compiling dsl_auto_type v0.1.2
25292024-09-23T15:54:36.078Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25302024-09-23T15:54:36.549Z[ helios-setup] Sep 23 15:54:35.244 INFO E| Compiling tracing v0.1.37
25312024-09-23T15:54:36.586Z[ host-package] Compiling secrecy v0.8.0
25322024-09-23T15:54:37.414Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25332024-09-23T15:54:38.318Z[ host-package] Compiling arc-swap v1.7.1
25342024-09-23T15:54:38.386Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25352024-09-23T15:54:38.493Z[ host-package] Compiling diesel_derives v2.2.2
25362024-09-23T15:54:39.473Z[ helios-setup] Sep 23 15:54:38.168 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
25372024-09-23T15:54:39.489Z[ host-package] Compiling slog-scope v4.4.0
25382024-09-23T15:54:39.530Z[ host-package] Compiling r2d2 v0.8.10
25392024-09-23T15:54:39.949Z[ helios-setup] Sep 23 15:54:38.644 INFO E| Compiling time v0.1.45
25402024-09-23T15:54:40.155Z[ helios-setup] Sep 23 15:54:38.850 INFO E| Compiling crossbeam-epoch v0.9.13
25412024-09-23T15:54:40.700Z[ helios-setup] Sep 23 15:54:39.395 INFO E| Compiling semver v1.0.17
25422024-09-23T15:54:40.905Z[ helios-setup] Sep 23 15:54:39.600 INFO E| Compiling iana-time-zone v0.1.56
25432024-09-23T15:54:40.942Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
25442024-09-23T15:54:41.664Z[ host-package] Compiling ascii-canvas v3.0.0
25452024-09-23T15:54:41.852Z[ helios-setup] Sep 23 15:54:40.547 INFO E| Compiling num_threads v0.1.6
25462024-09-23T15:54:42.289Z[ helios-setup] Sep 23 15:54:40.984 INFO E| Compiling time v0.3.36
25472024-09-23T15:54:42.366Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482024-09-23T15:54:42.497Z[ host-package] Compiling universal-hash v0.5.1
25492024-09-23T15:54:43.122Z[ helios-setup] Sep 23 15:54:41.817 INFO E| Compiling semver-parser v0.10.2
25502024-09-23T15:54:43.231Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25512024-09-23T15:54:43.346Z[ host-package] Compiling ena v0.14.3
25522024-09-23T15:54:43.660Z[ helios-setup] Sep 23 15:54:42.355 INFO E| Compiling url v2.3.1
25532024-09-23T15:54:43.954Z[ helios-setup] Sep 23 15:54:42.649 INFO E| Compiling smallvec v1.10.0
25542024-09-23T15:54:44.252Z[ host-package] Compiling libloading v0.8.3
25552024-09-23T15:54:44.334Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25562024-09-23T15:54:44.554Z[ helios-setup] Sep 23 15:54:43.250 INFO E| Compiling toml v0.5.11
25572024-09-23T15:54:45.144Z[ host-package] Compiling opaque-debug v0.3.1
25582024-09-23T15:54:45.413Z[ host-package] Compiling diff v0.1.13
25592024-09-23T15:54:46.443Z[ helios-setup] Sep 23 15:54:45.139 INFO E| Compiling parking_lot v0.12.1
25602024-09-23T15:54:46.797Z[ host-package] Compiling regex-syntax v0.6.29
25612024-09-23T15:54:48.656Z[ host-package] Compiling bindgen v0.69.4
25622024-09-23T15:54:49.512Z[ helios-setup] Sep 23 15:54:48.207 INFO E| Compiling serde_tokenstream v0.2.0
25632024-09-23T15:54:49.902Z[ host-package] Compiling thiserror-no-std v2.0.2
25642024-09-23T15:54:50.212Z[ host-package] Compiling poly1305 v0.8.0
25652024-09-23T15:54:53.837Z[ helios-setup] Sep 23 15:54:52.533 INFO E| Compiling crossbeam-channel v0.5.6
25662024-09-23T15:54:54.087Z[ helios-setup] Sep 23 15:54:52.782 INFO E| Compiling dirs-sys-next v0.1.2
25672024-09-23T15:54:56.866Z[ helios-setup] Sep 23 15:54:55.563 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25682024-09-23T15:54:57.088Z[ host-package] Compiling lalrpop v0.19.12
25692024-09-23T15:54:57.389Z[ helios-setup] Sep 23 15:54:56.085 INFO E| Compiling same-file v1.0.6
25702024-09-23T15:54:57.678Z[ helios-setup] Sep 23 15:54:56.374 INFO E| Compiling try-lock v0.2.4
25712024-09-23T15:54:58.030Z[ helios-setup] Sep 23 15:54:56.726 INFO E| Compiling crc32fast v1.3.2
25722024-09-23T15:54:58.387Z[ helios-setup] Sep 23 15:54:57.083 INFO E| Compiling want v0.3.0
25732024-09-23T15:54:58.966Z[ helios-setup] Sep 23 15:54:57.662 INFO E| Compiling walkdir v2.3.3
25742024-09-23T15:54:59.824Z[ helios-setup] Sep 23 15:54:58.520 INFO E| Compiling dirs-next v2.0.0
25752024-09-23T15:55:00.482Z[ helios-setup] Sep 23 15:54:59.178 INFO E| Compiling proc-macro-crate v1.2.1
25762024-09-23T15:55:01.999Z[ host-package] Compiling diesel v2.2.4
25772024-09-23T15:55:03.014Z[ helios-setup] Sep 23 15:55:01.709 INFO E| Compiling semver v0.11.0
25782024-09-23T15:55:05.351Z[ helios-setup] Sep 23 15:55:04.048 INFO E| Compiling futures-executor v0.3.28
25792024-09-23T15:55:07.528Z[ helios-setup] Sep 23 15:55:06.224 INFO E| Compiling tokio-util v0.7.7
25802024-09-23T15:55:08.107Z[ helios-setup] Sep 23 15:55:06.803 INFO E| Compiling http-body v0.4.5
25812024-09-23T15:55:08.196Z[ helios-setup] Sep 23 15:55:06.893 INFO E| Compiling ring v0.16.20
25822024-09-23T15:55:09.126Z[ helios-setup] Sep 23 15:55:07.823 INFO E| Compiling rand_core v0.6.4
25832024-09-23T15:55:10.548Z[ helios-setup] Sep 23 15:55:09.243 INFO E| Compiling h2 v0.3.16
25842024-09-23T15:55:12.054Z[ helios-setup] Sep 23 15:55:10.751 INFO E| Compiling thread_local v1.1.7
25852024-09-23T15:55:12.346Z[ helios-setup] Sep 23 15:55:11.043 INFO E| Compiling utf8parse v0.2.1
25862024-09-23T15:55:12.954Z[ helios-setup] Sep 23 15:55:11.651 INFO E| Compiling fastrand v1.9.0
25872024-09-23T15:55:13.797Z[ helios-setup] Sep 23 15:55:12.494 INFO E| Compiling base64 v0.21.0
25882024-09-23T15:55:13.844Z[ host-package] Compiling slog-stdlog v4.1.1
25892024-09-23T15:55:14.217Z[ helios-setup] Sep 23 15:55:12.914 INFO E| Compiling tower-service v0.3.2
25902024-09-23T15:55:14.446Z[ helios-setup] Sep 23 15:55:13.143 INFO E| Compiling lazy_static v1.4.0
25912024-09-23T15:55:15.104Z[ helios-setup] Sep 23 15:55:13.801 INFO E| Compiling httpdate v1.0.2
25922024-09-23T15:55:15.681Z[ helios-setup] Sep 23 15:55:14.378 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25932024-09-23T15:55:16.196Z[ helios-setup] Sep 23 15:55:14.893 INFO E| Compiling adler v1.0.2
25942024-09-23T15:55:16.526Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25952024-09-23T15:55:17.005Z[ helios-setup] Sep 23 15:55:15.703 INFO E| Compiling ppv-lite86 v0.2.17
25962024-09-23T15:55:17.101Z[ helios-setup] Sep 23 15:55:15.798 INFO E| Compiling rayon-core v1.10.2
25972024-09-23T15:55:18.024Z[ helios-setup] Sep 23 15:55:16.721 INFO E| Compiling home v0.5.4
25982024-09-23T15:55:18.660Z[ helios-setup] Sep 23 15:55:17.358 INFO E| Compiling toolchain_find v0.2.0
25992024-09-23T15:55:18.722Z[ host-package] Compiling which v4.4.2
26002024-09-23T15:55:18.803Z[ helios-setup] Sep 23 15:55:17.500 INFO E| Compiling rand_chacha v0.3.1
26012024-09-23T15:55:19.112Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26022024-09-23T15:55:19.622Z[ helios-setup] Sep 23 15:55:18.319 INFO E| Compiling miniz_oxide v0.6.2
26032024-09-23T15:55:19.735Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26042024-09-23T15:55:20.392Z[ host-package] Compiling chacha20 v0.9.1
26052024-09-23T15:55:20.455Z[ host-package] Compiling cexpr v0.6.0
26062024-09-23T15:55:21.464Z[ host-package] Compiling aead v0.5.2
26072024-09-23T15:55:21.921Z[ helios-setup] Sep 23 15:55:20.619 INFO E| Compiling hyper v0.14.25
26082024-09-23T15:55:22.415Z[ host-package] Compiling lazycell v1.3.0
26092024-09-23T15:55:22.584Z[ helios-setup] Sep 23 15:55:21.282 INFO E| Compiling tempfile v3.5.0
26102024-09-23T15:55:22.885Z[ host-package] Compiling rustc-hash v1.1.0
26112024-09-23T15:55:23.527Z[ host-package] Compiling ref-cast v1.0.23
26122024-09-23T15:55:23.622Z[ helios-setup] Sep 23 15:55:22.319 INFO E| Compiling anstyle-parse v0.1.1
26132024-09-23T15:55:23.674Z[ host-package] Compiling shlex v1.3.0
26142024-09-23T15:55:25.006Z[ host-package] Compiling chacha20poly1305 v0.10.1
26152024-09-23T15:55:25.879Z[ host-package] Compiling slog-envlogger v2.2.0
26162024-09-23T15:55:30.258Z[ host-package] Compiling vsss-rs v3.3.4
26172024-09-23T15:55:34.584Z[ helios-setup] Sep 23 15:55:33.282 INFO E| Compiling crossbeam-deque v0.8.2
26182024-09-23T15:55:35.410Z[ helios-setup] Sep 23 15:55:34.108 INFO E| Compiling futures v0.3.28
26192024-09-23T15:55:36.325Z[ helios-setup] Sep 23 15:55:35.023 INFO E| Compiling cargo-lock v8.0.3
26202024-09-23T15:55:39.833Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26212024-09-23T15:55:40.420Z[ host-package] Compiling derive_builder_core v0.20.0
26222024-09-23T15:55:42.541Z[ host-package] Compiling headers-core v0.2.0
26232024-09-23T15:55:42.933Z[ helios-setup] Sep 23 15:55:41.632 INFO E| Compiling num_enum_derive v0.5.7
26242024-09-23T15:55:43.160Z[ host-package] Compiling fxhash v0.2.1
26252024-09-23T15:55:44.041Z[ host-package] Compiling libxml v0.3.3
26262024-09-23T15:55:44.730Z[ helios-setup] Sep 23 15:55:43.428 INFO E| Compiling term v0.7.0
26272024-09-23T15:55:44.910Z[ helios-setup] Sep 23 15:55:43.609 INFO E| Compiling serde_urlencoded v0.7.1
26282024-09-23T15:55:45.109Z[ host-package] Compiling ref-cast-impl v1.0.23
26292024-09-23T15:55:45.112Z[ host-package] Compiling derive_builder_macro v0.20.0
26302024-09-23T15:55:45.728Z[ helios-setup] Sep 23 15:55:44.427 INFO E| Compiling sha1 v0.10.5
26312024-09-23T15:55:45.906Z[ helios-setup] Sep 23 15:55:44.604 INFO E| Compiling sha2 v0.10.6
26322024-09-23T15:55:46.490Z[ helios-setup] Sep 23 15:55:45.189 INFO E| Compiling is-terminal v0.4.7
26332024-09-23T15:55:46.557Z[ helios-setup] Sep 23 15:55:45.256 INFO E| Compiling atty v0.2.14
26342024-09-23T15:55:46.867Z[ helios-setup] Sep 23 15:55:45.566 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
26352024-09-23T15:55:46.969Z[ host-package] Compiling headers v0.3.9
26362024-09-23T15:55:47.470Z[ helios-setup] Sep 23 15:55:46.169 INFO E| Compiling concolor-query v0.3.3
26372024-09-23T15:55:47.775Z[ host-package] Compiling polar-core v0.27.3
26382024-09-23T15:55:47.944Z[ helios-setup] Sep 23 15:55:46.643 INFO E| Compiling concolor-override v1.0.0
26392024-09-23T15:55:48.070Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26402024-09-23T15:55:48.367Z[ helios-setup] Sep 23 15:55:47.066 INFO E| Compiling anstyle v0.3.5
26412024-09-23T15:55:50.024Z[ helios-setup] Sep 23 15:55:48.723 INFO E| Compiling anstream v0.2.6
26422024-09-23T15:55:52.849Z[ host-package] Compiling samael v0.0.17
26432024-09-23T15:55:52.851Z[ helios-setup] Sep 23 15:55:51.548 INFO E| Compiling slog-term v2.9.0
26442024-09-23T15:55:53.371Z[ helios-setup] Sep 23 15:55:52.070 INFO E| Compiling num_enum v0.5.7
26452024-09-23T15:55:53.650Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26462024-09-23T15:55:53.731Z[ helios-setup] Sep 23 15:55:52.430 INFO E| Compiling flate2 v1.0.25
26472024-09-23T15:55:54.346Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26482024-09-23T15:55:54.418Z[ helios-setup] Sep 23 15:55:53.113 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26492024-09-23T15:55:54.673Z[ host-package] Compiling strum_macros v0.24.3
26502024-09-23T15:55:54.792Z[ helios-setup] Sep 23 15:55:53.491 INFO E| Compiling rustfmt-wrapper v0.2.0
26512024-09-23T15:55:55.727Z[ host-package] Compiling kstat-rs v0.2.4
26522024-09-23T15:55:56.057Z[ helios-setup] Sep 23 15:55:54.756 INFO E| Compiling rand v0.8.5
26532024-09-23T15:55:56.182Z[ helios-setup] Sep 23 15:55:54.881 INFO E| Compiling openapiv3 v1.0.2
26542024-09-23T15:55:57.840Z[ host-package] Compiling unicase v2.7.0
26552024-09-23T15:55:58.257Z[ helios-setup] Sep 23 15:55:56.957 INFO E| Compiling encoding_rs v0.8.32
26562024-09-23T15:55:58.780Z[ host-package] Compiling dropshot v0.10.1
26572024-09-23T15:55:59.618Z[ host-package] Compiling indoc v1.0.9
26582024-09-23T15:56:00.078Z[ helios-setup] Sep 23 15:55:58.777 INFO E| Compiling unsafe-libyaml v0.2.8
26592024-09-23T15:56:00.905Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26602024-09-23T15:56:03.600Z[ helios-setup] Sep 23 15:56:02.300 INFO E| Compiling ipnet v2.7.2
26612024-09-23T15:56:03.735Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26622024-09-23T15:56:05.068Z[ helios-setup] Sep 23 15:56:03.768 INFO E| Compiling strsim v0.10.0
26632024-09-23T15:56:06.215Z[ helios-setup] Sep 23 15:56:04.916 INFO E| Compiling clap_lex v0.4.1
26642024-09-23T15:56:07.803Z[ helios-setup] Sep 23 15:56:06.503 INFO E| Compiling mime v0.3.17
26652024-09-23T15:56:08.027Z[ helios-setup] Sep 23 15:56:06.728 INFO E| Compiling byteorder v1.4.3
26662024-09-23T15:56:08.904Z[ helios-setup] Sep 23 15:56:07.604 INFO E| Compiling project-root v0.2.2
26672024-09-23T15:56:08.961Z[ helios-setup] Sep 23 15:56:07.662 INFO E| Compiling spin v0.5.2
26682024-09-23T15:56:09.411Z[ helios-setup] Sep 23 15:56:08.111 INFO E| Compiling untrusted v0.7.1
26692024-09-23T15:56:09.504Z[ helios-setup] Sep 23 15:56:08.204 INFO E| Compiling utf-8 v0.7.6
26702024-09-23T15:56:09.580Z[ helios-setup] Sep 23 15:56:08.280 INFO E| Compiling either v1.8.0
26712024-09-23T15:56:09.666Z[ helios-setup] Sep 23 15:56:08.367 INFO E| Compiling base64 v0.13.1
26722024-09-23T15:56:09.911Z[ helios-setup] Sep 23 15:56:08.612 INFO E| Compiling reqwest v0.11.16
26732024-09-23T15:56:10.303Z[ helios-setup] Sep 23 15:56:09.003 INFO E| Compiling clap_builder v4.2.1
26742024-09-23T15:56:10.444Z[ helios-setup] Sep 23 15:56:09.145 INFO E| Compiling rayon v1.6.1
26752024-09-23T15:56:10.447Z[ helios-setup] Sep 23 15:56:09.145 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26762024-09-23T15:56:10.824Z[ host-package] Compiling derive_builder v0.20.0
26772024-09-23T15:56:11.291Z[ helios-setup] Sep 23 15:56:09.991 INFO E| Compiling tungstenite v0.18.0
26782024-09-23T15:56:18.148Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26792024-09-23T15:56:19.365Z[ helios-setup] Sep 23 15:56:18.065 INFO E| Compiling serde_yaml v0.9.21
26802024-09-23T15:56:20.770Z[ host-package] Compiling tungstenite v0.23.0
26812024-09-23T15:56:20.917Z[ helios-setup] Sep 23 15:56:19.618 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
26822024-09-23T15:56:21.612Z[ helios-setup] Sep 23 15:56:20.313 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
26832024-09-23T15:56:21.969Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842024-09-23T15:56:22.894Z[ host-package] Compiling crossterm v0.28.1
26852024-09-23T15:56:24.037Z[ helios-setup] Sep 23 15:56:22.738 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
26862024-09-23T15:56:24.076Z[ helios-setup] Sep 23 15:56:22.777 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
26872024-09-23T15:56:25.110Z[ helios-setup] Sep 23 15:56:23.811 INFO E| Compiling clap_derive v4.2.0
26882024-09-23T15:56:26.218Z[ host-package] Compiling oso-derive v0.27.3
26892024-09-23T15:56:27.358Z[ helios-setup] Sep 23 15:56:26.059 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26902024-09-23T15:56:28.251Z[ helios-setup] Sep 23 15:56:26.952 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
26912024-09-23T15:56:28.600Z[ host-package] Compiling dropshot_endpoint v0.10.1
26922024-09-23T15:56:30.615Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26932024-09-23T15:56:34.198Z[ helios-setup] Sep 23 15:56:32.900 INFO E| Compiling clap v4.2.1
26942024-09-23T15:56:37.020Z[ host-package] Compiling libz-sys v1.1.16
26952024-09-23T15:56:38.091Z[ host-package] Compiling quick-xml v0.33.0
26962024-09-23T15:56:38.459Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26972024-09-23T15:56:39.553Z[ host-package] Compiling parking_lot_core v0.8.6
26982024-09-23T15:56:41.026Z[ host-package] Compiling cfg_aliases v0.1.1
26992024-09-23T15:56:41.403Z[ host-package] Compiling nix v0.28.0
27002024-09-23T15:56:43.880Z[ host-package] Compiling oso v0.27.3
27012024-09-23T15:56:49.023Z[ host-package] Compiling tokio-tungstenite v0.23.1
27022024-09-23T15:56:50.382Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27032024-09-23T15:56:51.701Z[ helios-setup] Sep 23 15:56:50.403 INFO E| Compiling tokio-tungstenite v0.18.0
27042024-09-23T15:56:53.274Z[ helios-setup] Sep 23 15:56:51.976 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27052024-09-23T15:56:53.367Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27062024-09-23T15:56:56.804Z[ helios-setup] Sep 23 15:56:55.507 INFO E| Compiling smartstring v1.0.1
27072024-09-23T15:56:57.920Z[ helios-setup] Sep 23 15:56:56.615 INFO E| Compiling rustls v0.21.0
27082024-09-23T15:56:59.646Z[ helios-setup] Sep 23 15:56:58.350 INFO E| Compiling serde_spanned v0.6.1
27092024-09-23T15:57:00.351Z[ helios-setup] Sep 23 15:56:59.054 INFO E| Compiling toml_datetime v0.6.1
27102024-09-23T15:57:01.563Z[ helios-setup] Sep 23 15:57:00.266 INFO E| Compiling static_assertions v1.1.0
27112024-09-23T15:57:01.585Z[ helios-setup] Sep 23 15:57:00.289 INFO E| Compiling camino v1.1.4
27122024-09-23T15:57:01.698Z[ helios-setup] Sep 23 15:57:00.401 INFO E| Compiling async-trait v0.1.68
27132024-09-23T15:57:02.036Z[ helios-setup] Sep 23 15:57:00.739 INFO E| Compiling paste v1.0.12
27142024-09-23T15:57:02.980Z[ helios-setup] Sep 23 15:57:01.683 INFO E| Compiling match_cfg v0.1.0
27152024-09-23T15:57:03.124Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27162024-09-23T15:57:03.143Z[ helios-setup] Sep 23 15:57:01.844 INFO E| Compiling slog-async v2.7.0
27172024-09-23T15:57:03.237Z[ helios-setup] Sep 23 15:57:01.940 INFO E| Compiling winnow v0.4.1
27182024-09-23T15:57:03.461Z[ helios-setup] Sep 23 15:57:02.165 INFO E| Compiling hostname v0.3.1
27192024-09-23T15:57:03.913Z[ host-package] Compiling const_format_proc_macros v0.2.33
27202024-09-23T15:57:04.602Z[ helios-setup] Sep 23 15:57:03.306 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
27212024-09-23T15:57:05.747Z[ helios-setup] Sep 23 15:57:04.451 INFO E| Compiling slog-json v2.6.1
27222024-09-23T15:57:06.848Z[ helios-setup] Sep 23 15:57:05.552 INFO E| Compiling unicode-linebreak v0.1.4
27232024-09-23T15:57:07.590Z[ host-package] Compiling bb8 v0.8.5
27242024-09-23T15:57:08.852Z[ host-package] Compiling vte_generate_state_changes v0.1.1
27252024-09-23T15:57:10.412Z[ host-package] Compiling vte v0.11.1
27262024-09-23T15:57:11.484Z[ helios-setup] Sep 23 15:57:10.188 INFO E| Compiling toml_edit v0.19.8
27272024-09-23T15:57:11.806Z[ helios-setup] Sep 23 15:57:10.510 INFO E| Compiling rhai_codegen v1.5.0
27282024-09-23T15:57:13.445Z[ host-package] Compiling async-bb8-diesel v0.2.1
27292024-09-23T15:57:15.398Z[ helios-setup] Sep 23 15:57:14.102 INFO E| Compiling async-stream-impl v0.3.5
27302024-09-23T15:57:15.476Z[ host-package] Compiling const_format v0.2.33
27312024-09-23T15:57:17.596Z[ helios-setup] Sep 23 15:57:16.300 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27322024-09-23T15:57:18.231Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
27332024-09-23T15:57:18.523Z[ helios-setup] Sep 23 15:57:17.224 INFO E| Compiling take_mut v0.2.2
27342024-09-23T15:57:18.726Z[ helios-setup] Sep 23 15:57:17.431 INFO E| Compiling async-stream v0.3.5
27352024-09-23T15:57:19.721Z[ helios-setup] Sep 23 15:57:18.426 INFO E| Compiling rhai v1.14.0
27362024-09-23T15:57:21.314Z[ helios-setup] Sep 23 15:57:20.018 INFO E| Compiling toml v0.7.3
27372024-09-23T15:57:22.559Z[ host-package] Compiling fd-lock v4.0.2
27382024-09-23T15:57:23.412Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27392024-09-23T15:57:25.081Z[ helios-setup] Sep 23 15:57:23.786 INFO E| Compiling slog-bunyan v2.4.0
27402024-09-23T15:57:25.129Z[ host-package] Compiling bytecount v0.6.8
27412024-09-23T15:57:25.806Z[ host-package] Compiling salty v0.3.0
27422024-09-23T15:57:27.016Z[ host-package] Compiling papergrid v0.11.0
27432024-09-23T15:57:30.766Z[ helios-setup] Sep 23 15:57:29.471 INFO E| Compiling rustls-pemfile v1.0.2
27442024-09-23T15:57:30.986Z[ helios-setup] Sep 23 15:57:29.691 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27452024-09-23T15:57:32.071Z[ helios-setup] Sep 23 15:57:30.776 INFO E| Compiling bincode v1.3.3
27462024-09-23T15:57:32.127Z[ helios-setup] Sep 23 15:57:30.832 INFO E| Compiling serde_path_to_error v0.1.11
27472024-09-23T15:57:34.476Z[ helios-setup] Sep 23 15:57:33.150 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
27482024-09-23T15:57:34.533Z[ helios-setup] Sep 23 15:57:33.222 INFO E| Compiling terminal_size v0.2.6
27492024-09-23T15:57:34.969Z[ helios-setup] Sep 23 15:57:33.675 INFO E| Compiling smawk v0.3.1
27502024-09-23T15:57:35.454Z[ helios-setup] Sep 23 15:57:34.159 INFO E| Compiling textwrap v0.16.0
27512024-09-23T15:57:42.883Z[ helios-setup] Sep 23 15:57:41.588 INFO E| Compiling sct v0.7.0
27522024-09-23T15:57:43.345Z[ helios-setup] Sep 23 15:57:42.051 INFO E| Compiling rustls-webpki v0.100.1
27532024-09-23T15:57:53.785Z[ helios-setup] Sep 23 15:57:52.491 INFO E| Compiling tokio-rustls v0.24.0
27542024-09-23T15:57:53.831Z[ helios-setup] Sep 23 15:57:52.538 INFO E| Compiling git2 v0.16.1
27552024-09-23T15:58:03.088Z[ host-package] Compiling parking_lot v0.11.2
27562024-09-23T15:58:06.046Z[ helios-setup] Sep 23 15:58:04.753 INFO E| Compiling built v0.6.0
27572024-09-23T15:58:06.621Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27582024-09-23T15:58:07.547Z[ helios-setup] Sep 23 15:58:06.254 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27592024-09-23T15:58:08.062Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
27602024-09-23T15:58:09.343Z[ helios-setup] Sep 23 15:58:08.051 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
27612024-09-23T15:58:10.277Z[ helios-setup] Sep 23 15:58:08.985 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
27622024-09-23T15:58:11.059Z[ host-package] Compiling tabled_derive v0.7.0
27632024-09-23T15:58:15.073Z[ host-package] Compiling crossterm v0.27.0
27642024-09-23T15:58:15.262Z[ host-package] Compiling peg-macros v0.8.4
27652024-09-23T15:58:21.166Z[ host-package] Compiling sqlparser_derive v0.2.2
27662024-09-23T15:58:21.207Z[ host-package] Compiling nu-ansi-term v0.50.0
27672024-09-23T15:58:22.976Z[ host-package] Compiling rustls v0.23.10
27682024-09-23T15:58:23.414Z[ host-package] Compiling unicode_categories v0.1.1
27692024-09-23T15:58:23.669Z[ host-package] Compiling rustyline v14.0.0
27702024-09-23T15:58:24.108Z[ host-package] Compiling sqlformat v0.2.4
27712024-09-23T15:58:25.980Z[ host-package] Compiling sqlparser v0.45.0
27722024-09-23T15:58:26.788Z[ host-package] Compiling reedline v0.33.0
27732024-09-23T15:58:30.127Z[ host-package] Compiling peg v0.8.4
27742024-09-23T15:58:30.267Z[ host-package] Compiling tabled v0.15.0
27752024-09-23T15:58:34.875Z[ helios-setup] Sep 23 15:58:33.583 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
27762024-09-23T15:58:37.259Z[ helios-setup] Sep 23 15:58:35.968 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
27772024-09-23T15:58:38.007Z[ host-package] Compiling sled v0.34.7
27782024-09-23T15:58:39.897Z[ host-package] Compiling mime_guess v2.0.4
27792024-09-23T15:58:42.356Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27802024-09-23T15:58:44.702Z[ host-package] Compiling hickory-client v0.24.1
27812024-09-23T15:58:46.768Z[ host-package] Compiling env_logger v0.9.3
27822024-09-23T15:58:49.097Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27832024-09-23T15:58:53.529Z[ host-package] Compiling tungstenite v0.20.1
27842024-09-23T15:58:53.555Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27852024-09-23T15:59:00.370Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27862024-09-23T15:59:02.071Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27872024-09-23T15:59:02.376Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882024-09-23T15:59:02.903Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27892024-09-23T15:59:03.770Z[ host-package] Compiling hickory-server v0.24.1
27902024-09-23T15:59:04.419Z[ host-package] Compiling primeorder v0.13.6
27912024-09-23T15:59:05.649Z[ host-package] Compiling bcs v0.1.6
27922024-09-23T15:59:07.711Z[ host-package] Compiling vergen v8.3.2
27932024-09-23T15:59:13.195Z[ host-package] Compiling bitstruct_derive v0.1.0
27942024-09-23T15:59:13.275Z[ host-package] Compiling env_filter v0.1.2
27952024-09-23T15:59:14.901Z[ host-package] Compiling cargo-platform v0.1.8
27962024-09-23T15:59:15.396Z[ host-package] Compiling nanorand v0.7.0
27972024-09-23T15:59:16.389Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27982024-09-23T15:59:16.931Z[ host-package] Compiling memoffset v0.9.1
27992024-09-23T15:59:17.516Z[ host-package] Compiling ascii v1.1.0
28002024-09-23T15:59:18.339Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28012024-09-23T15:59:18.501Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28022024-09-23T15:59:19.043Z[ host-package] Compiling flume v0.11.0
28032024-09-23T15:59:20.111Z[ host-package] Compiling cargo_metadata v0.18.1
28042024-09-23T15:59:21.286Z[ host-package] Compiling env_logger v0.11.5
28052024-09-23T15:59:22.496Z[ helios-setup] Sep 23 15:59:21.193 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
28062024-09-23T15:59:23.262Z[ host-package] Compiling bitstruct v0.1.1
28072024-09-23T15:59:23.436Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28082024-09-23T15:59:24.009Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28092024-09-23T15:59:27.010Z[ host-package] Compiling p384 v0.13.0
28102024-09-23T15:59:31.702Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28112024-09-23T15:59:33.786Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28122024-09-23T15:59:34.539Z[ host-package] Compiling tokio-tungstenite v0.20.1
28132024-09-23T15:59:35.327Z[ host-package] Compiling git2 v0.19.0
28142024-09-23T15:59:43.654Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28152024-09-23T15:59:50.241Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28162024-09-23T15:59:53.704Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28172024-09-23T15:59:55.590Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28182024-09-23T15:59:56.505Z[ host-package] Compiling libsqlite3-sys v0.30.1
28192024-09-23T15:59:57.481Z[ host-package] Compiling erased-serde v0.3.31
28202024-09-23T15:59:58.287Z[ host-package] Compiling serde_arrays v0.1.0
28212024-09-23T15:59:58.528Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28222024-09-23T15:59:59.505Z[ host-package] Compiling cfg_aliases v0.2.1
28232024-09-23T15:59:59.984Z[ host-package] Compiling nix v0.29.0
28242024-09-23T16:00:00.356Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28252024-09-23T16:00:01.412Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28262024-09-23T16:00:02.024Z[ host-package] Compiling tokio-rustls v0.26.0
28272024-09-23T16:00:10.378Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28282024-09-23T16:00:11.934Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28292024-09-23T16:00:13.536Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28302024-09-23T16:00:14.489Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
28312024-09-23T16:00:17.833Z[ host-package] Compiling heck v0.3.3
28322024-09-23T16:00:18.661Z[ host-package] Compiling castaway v0.2.3
28332024-09-23T16:00:19.050Z[ host-package] Compiling rand_seeder v0.3.0
28342024-09-23T16:00:20.399Z[ host-package] Compiling csv-core v0.1.11
28352024-09-23T16:00:21.641Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
28362024-09-23T16:00:22.373Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28372024-09-23T16:00:23.098Z[ host-package] Compiling http-range v0.1.5
28382024-09-23T16:00:23.691Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28392024-09-23T16:00:24.989Z[ host-package] Compiling hyper-staticfile v0.9.5
28402024-09-23T16:00:26.068Z[ helios-setup] Sep 23 16:00:24.784 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s
28412024-09-23T16:00:26.213Z[ helios-setup] Sep 23 16:00:24.929 INFO building project "pilot" ok (403 seconds)
28422024-09-23T16:00:26.215Z[ helios-setup] Sep 23 16:00:24.929 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28432024-09-23T16:00:26.215Z[ helios-setup] Sep 23 16:00:24.929 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28442024-09-23T16:00:26.518Z[ helios-setup] Sep 23 16:00:25.234 INFO E| Downloading crates ...
28452024-09-23T16:00:26.886Z[ helios-setup] Sep 23 16:00:25.602 INFO E| Downloaded typenum v1.15.0
28462024-09-23T16:00:26.891Z[ helios-setup] Sep 23 16:00:25.607 INFO E| Downloaded sha2 v0.10.5
28472024-09-23T16:00:26.894Z[ helios-setup] Sep 23 16:00:25.610 INFO E| Downloaded digest v0.10.3
28482024-09-23T16:00:26.898Z[ helios-setup] Sep 23 16:00:25.614 INFO E| Downloaded bytes v1.2.1
28492024-09-23T16:00:26.904Z[ helios-setup] Sep 23 16:00:25.620 INFO E| Downloaded anyhow v1.0.62
28502024-09-23T16:00:26.990Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28512024-09-23T16:00:27.045Z[ helios-setup] Sep 23 16:00:25.757 INFO E| Compiling version_check v0.9.4
28522024-09-23T16:00:27.045Z[ helios-setup] Sep 23 16:00:25.757 INFO E| Compiling typenum v1.15.0
28532024-09-23T16:00:27.053Z[ helios-setup] Sep 23 16:00:25.758 INFO E| Compiling crc32fast v1.3.2
28542024-09-23T16:00:27.054Z[ helios-setup] Sep 23 16:00:25.758 INFO E| Compiling cfg-if v1.0.0
28552024-09-23T16:00:27.054Z[ helios-setup] Sep 23 16:00:25.758 INFO E| Compiling adler v1.0.2
28562024-09-23T16:00:27.054Z[ helios-setup] Sep 23 16:00:25.758 INFO E| Compiling anyhow v1.0.62
28572024-09-23T16:00:27.054Z[ helios-setup] Sep 23 16:00:25.758 INFO E| Compiling unicode-width v0.1.10
28582024-09-23T16:00:27.054Z[ helios-setup] Sep 23 16:00:25.758 INFO E| Compiling cpufeatures v0.2.5
28592024-09-23T16:00:27.485Z[ helios-setup] Sep 23 16:00:26.201 INFO E| Compiling bytes v1.2.1
28602024-09-23T16:00:27.763Z[ helios-setup] Sep 23 16:00:26.478 INFO E| Compiling miniz_oxide v0.6.2
28612024-09-23T16:00:27.777Z[ helios-setup] Sep 23 16:00:26.493 INFO E| Compiling getopts v0.2.21
28622024-09-23T16:00:27.895Z[ helios-setup] Sep 23 16:00:26.611 INFO E| Compiling bitflags v1.3.2
28632024-09-23T16:00:28.090Z[ host-package] Compiling csv v1.3.0
28642024-09-23T16:00:28.655Z[ helios-setup] Sep 23 16:00:27.371 INFO E| Compiling generic-array v0.14.6
28652024-09-23T16:00:28.884Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28662024-09-23T16:00:29.226Z[ host-package] Compiling compact_str v0.8.0
28672024-09-23T16:00:29.370Z[ helios-setup] Sep 23 16:00:28.086 INFO E| Compiling flate2 v1.0.25
28682024-09-23T16:00:31.911Z[ host-package] Compiling zone_cfg_derive v0.1.2
28692024-09-23T16:00:32.512Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
28702024-09-23T16:00:33.161Z[ helios-setup] Sep 23 16:00:31.877 INFO E| Compiling crypto-common v0.1.6
28712024-09-23T16:00:33.161Z[ helios-setup] Sep 23 16:00:31.877 INFO E| Compiling block-buffer v0.10.3
28722024-09-23T16:00:33.351Z[ helios-setup] Sep 23 16:00:32.067 INFO E| Compiling digest v0.10.3
28732024-09-23T16:00:33.523Z[ host-package] Compiling nix v0.27.1
28742024-09-23T16:00:33.623Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
28752024-09-23T16:00:33.696Z[ helios-setup] Sep 23 16:00:32.412 INFO E| Compiling sha2 v0.10.5
28762024-09-23T16:00:34.233Z[ helios-setup] Sep 23 16:00:32.950 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28772024-09-23T16:00:37.105Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28782024-09-23T16:00:37.183Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28792024-09-23T16:00:39.358Z[ helios-setup] Sep 23 16:00:38.074 INFO E| Finished `release` profile [optimized] target(s) in 13.05s
28802024-09-23T16:00:39.379Z[ helios-setup] Sep 23 16:00:38.096 INFO building project "bootserver" ok (13 seconds)
28812024-09-23T16:00:39.379Z[ helios-setup] Sep 23 16:00:38.096 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28822024-09-23T16:00:39.381Z[ helios-setup] Sep 23 16:00:38.096 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28832024-09-23T16:00:39.748Z[ helios-setup] Sep 23 16:00:38.465 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28842024-09-23T16:00:40.314Z[ helios-setup] Sep 23 16:00:39.031 INFO E| From https://github.com/jclulow/rust-jmclib
28852024-09-23T16:00:40.314Z[ helios-setup] Sep 23 16:00:39.031 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28862024-09-23T16:00:40.363Z[ helios-setup] Sep 23 16:00:39.079 INFO E| Updating crates.io index
28872024-09-23T16:00:40.483Z[ helios-setup] Sep 23 16:00:39.199 INFO E| Downloading crates ...
28882024-09-23T16:00:40.700Z[ helios-setup] Sep 23 16:00:39.416 INFO E| Downloaded cpufeatures v0.2.9
28892024-09-23T16:00:40.703Z[ helios-setup] Sep 23 16:00:39.419 INFO E| Downloaded bitflags v2.3.3
28902024-09-23T16:00:40.707Z[ helios-setup] Sep 23 16:00:39.424 INFO E| Downloaded libdevinfo-sys v1.0.0
28912024-09-23T16:00:40.717Z[ helios-setup] Sep 23 16:00:39.434 INFO E| Downloaded unicode-ident v1.0.11
28922024-09-23T16:00:40.723Z[ helios-setup] Sep 23 16:00:39.438 INFO E| Downloaded proc-macro2 v1.0.66
28932024-09-23T16:00:40.745Z[ helios-setup] Sep 23 16:00:39.462 INFO E| Downloaded once_cell v1.18.0
28942024-09-23T16:00:40.750Z[ helios-setup] Sep 23 16:00:39.467 INFO E| Downloaded getrandom v0.2.10
28952024-09-23T16:00:40.756Z[ helios-setup] Sep 23 16:00:39.473 INFO E| Downloaded fastrand v2.0.0
28962024-09-23T16:00:40.758Z[ helios-setup] Sep 23 16:00:39.475 INFO E| Downloaded opaque-debug v0.3.0
28972024-09-23T16:00:40.761Z[ helios-setup] Sep 23 16:00:39.477 INFO E| Downloaded block-buffer v0.9.0
28982024-09-23T16:00:40.767Z[ helios-setup] Sep 23 16:00:39.484 INFO E| Downloaded itoa v1.0.9
28992024-09-23T16:00:40.770Z[ helios-setup] Sep 23 16:00:39.486 INFO E| Downloaded sha-1 v0.9.8
29002024-09-23T16:00:40.773Z[ helios-setup] Sep 23 16:00:39.490 INFO E| Downloaded md-5 v0.9.1
29012024-09-23T16:00:40.776Z[ helios-setup] Sep 23 16:00:39.493 INFO E| Downloaded tempfile v3.7.0
29022024-09-23T16:00:40.796Z[ helios-setup] Sep 23 16:00:39.513 INFO E| Downloaded quote v1.0.31
29032024-09-23T16:00:40.800Z[ helios-setup] Sep 23 16:00:39.517 INFO E| Downloaded uuid v0.8.2
29042024-09-23T16:00:40.804Z[ helios-setup] Sep 23 16:00:39.521 INFO E| Downloaded serde_derive v1.0.193
29052024-09-23T16:00:40.808Z[ helios-setup] Sep 23 16:00:39.525 INFO E| Downloaded ryu v1.0.15
29062024-09-23T16:00:40.812Z[ helios-setup] Sep 23 16:00:39.529 INFO E| Downloaded serde v1.0.193
29072024-09-23T16:00:40.817Z[ helios-setup] Sep 23 16:00:39.534 INFO E| Downloaded serde_json v1.0.103
29082024-09-23T16:00:40.828Z[ helios-setup] Sep 23 16:00:39.545 INFO E| Downloaded digest v0.9.0
29092024-09-23T16:00:40.831Z[ helios-setup] Sep 23 16:00:39.547 INFO E| Downloaded syn v2.0.32
29102024-09-23T16:00:40.844Z[ helios-setup] Sep 23 16:00:39.561 INFO E| Downloaded rustix v0.38.4
29112024-09-23T16:00:40.875Z[ helios-setup] Sep 23 16:00:39.592 INFO E| Downloaded anyhow v1.0.72
29122024-09-23T16:00:40.881Z[ helios-setup] Sep 23 16:00:39.598 INFO E| Downloaded libc v0.2.147
29132024-09-23T16:00:41.114Z[ helios-setup] Sep 23 16:00:39.830 INFO E| Compiling libc v0.2.147
29142024-09-23T16:00:41.126Z[ helios-setup] Sep 23 16:00:39.842 INFO E| Compiling proc-macro2 v1.0.66
29152024-09-23T16:00:41.130Z[ helios-setup] Sep 23 16:00:39.842 INFO E| Compiling cfg-if v1.0.0
29162024-09-23T16:00:41.130Z[ helios-setup] Sep 23 16:00:39.842 INFO E| Compiling unicode-ident v1.0.11
29172024-09-23T16:00:41.130Z[ helios-setup] Sep 23 16:00:39.842 INFO E| Compiling version_check v0.9.4
29182024-09-23T16:00:41.131Z[ helios-setup] Sep 23 16:00:39.842 INFO E| Compiling typenum v1.16.0
29192024-09-23T16:00:41.131Z[ helios-setup] Sep 23 16:00:39.843 INFO E| Compiling serde v1.0.193
29202024-09-23T16:00:41.131Z[ helios-setup] Sep 23 16:00:39.843 INFO E| Compiling itoa v1.0.9
29212024-09-23T16:00:41.592Z[ helios-setup] Sep 23 16:00:40.309 INFO E| Compiling slog v2.7.0
29222024-09-23T16:00:41.612Z[ helios-setup] Sep 23 16:00:40.328 INFO E| Compiling num-conv v0.1.0
29232024-09-23T16:00:41.849Z[ helios-setup] Sep 23 16:00:40.566 INFO E| Compiling time-core v0.1.2
29242024-09-23T16:00:42.103Z[ helios-setup] Sep 23 16:00:40.819 INFO E| Compiling rustix v0.38.4
29252024-09-23T16:00:42.262Z[ helios-setup] Sep 23 16:00:40.979 INFO E| Compiling powerfmt v0.2.0
29262024-09-23T16:00:42.588Z[ helios-setup] Sep 23 16:00:41.305 INFO E| Compiling generic-array v0.14.7
29272024-09-23T16:00:42.708Z[ helios-setup] Sep 23 16:00:41.425 INFO E| Compiling time-macros v0.2.18
29282024-09-23T16:00:43.071Z[ helios-setup] Sep 23 16:00:41.788 INFO E| Compiling deranged v0.3.11
29292024-09-23T16:00:43.267Z[ helios-setup] Sep 23 16:00:41.984 INFO E| Compiling bitflags v2.3.3
29302024-09-23T16:00:43.286Z[ helios-setup] Sep 23 16:00:42.003 INFO E| Compiling num_threads v0.1.6
29312024-09-23T16:00:43.415Z[ helios-setup] Sep 23 16:00:42.132 INFO E| Compiling once_cell v1.18.0
29322024-09-23T16:00:44.119Z[ helios-setup] Sep 23 16:00:42.836 INFO E| Compiling thread_local v1.1.7
29332024-09-23T16:00:44.298Z[ helios-setup] Sep 23 16:00:43.014 INFO E| Compiling quote v1.0.31
29342024-09-23T16:00:45.033Z[ helios-setup] Sep 23 16:00:43.750 INFO E| Compiling syn v2.0.32
29352024-09-23T16:00:45.398Z[ helios-setup] Sep 23 16:00:44.115 INFO E| Compiling dirs-sys-next v0.1.2
29362024-09-23T16:00:45.508Z[ helios-setup] Sep 23 16:00:44.225 INFO E| Compiling errno v0.3.1
29372024-09-23T16:00:45.513Z[ helios-setup] Sep 23 16:00:44.230 INFO E| Compiling atty v0.2.14
29382024-09-23T16:00:45.643Z[ helios-setup] Sep 23 16:00:44.360 INFO E| Compiling anyhow v1.0.72
29392024-09-23T16:00:45.974Z[ helios-setup] Sep 23 16:00:44.691 INFO E| Compiling dirs-next v2.0.0
29402024-09-23T16:00:46.262Z[ helios-setup] Sep 23 16:00:44.979 INFO E| Compiling term v0.7.0
29412024-09-23T16:00:47.053Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29422024-09-23T16:00:47.116Z[ helios-setup] Sep 23 16:00:45.833 INFO E| Compiling fastrand v2.0.0
29432024-09-23T16:00:47.196Z[ helios-setup] Sep 23 16:00:45.913 INFO E| Compiling serde_json v1.0.103
29442024-09-23T16:00:47.563Z[ helios-setup] Sep 23 16:00:46.114 INFO E| Compiling opaque-debug v0.3.0
29452024-09-23T16:00:48.167Z[ helios-setup] Sep 23 16:00:46.884 INFO E| Compiling digest v0.9.0
29462024-09-23T16:00:48.297Z[ helios-setup] Sep 23 16:00:47.014 INFO E| Compiling block-buffer v0.9.0
29472024-09-23T16:00:48.399Z[ helios-setup] Sep 23 16:00:47.116 INFO E| Compiling getrandom v0.2.10
29482024-09-23T16:00:48.503Z[ helios-setup] Sep 23 16:00:47.220 INFO E| Compiling cpufeatures v0.2.9
29492024-09-23T16:00:48.599Z[ helios-setup] Sep 23 16:00:47.315 INFO E| Compiling unicode-width v0.1.10
29502024-09-23T16:00:48.655Z[ helios-setup] Sep 23 16:00:47.372 INFO E| Compiling time v0.3.36
29512024-09-23T16:00:48.766Z[ helios-setup] Sep 23 16:00:47.482 INFO E| Compiling ryu v1.0.15
29522024-09-23T16:00:48.792Z[ helios-setup] Sep 23 16:00:47.504 INFO E| Compiling same-file v1.0.6
29532024-09-23T16:00:48.945Z[ helios-setup] Sep 23 16:00:47.662 INFO E| Compiling getopts v0.2.21
29542024-09-23T16:00:49.046Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29552024-09-23T16:00:49.059Z[ helios-setup] Sep 23 16:00:47.775 INFO E| Compiling walkdir v2.3.3
29562024-09-23T16:00:49.492Z[ helios-setup] Sep 23 16:00:48.209 INFO E| Compiling sha-1 v0.9.8
29572024-09-23T16:00:49.607Z[ helios-setup] Sep 23 16:00:48.325 INFO E| Compiling tempfile v3.7.0
29582024-09-23T16:00:49.911Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29592024-09-23T16:00:50.092Z[ helios-setup] Sep 23 16:00:48.809 INFO E| Compiling md-5 v0.9.1
29602024-09-23T16:00:50.583Z[ helios-setup] Sep 23 16:00:49.300 INFO E| Compiling glob v0.3.1
29612024-09-23T16:00:50.885Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29622024-09-23T16:00:50.934Z[ helios-setup] Sep 23 16:00:49.651 INFO E| Compiling libdevinfo-sys v1.0.0
29632024-09-23T16:00:51.919Z[ host-package] Compiling unicode-truncate v1.0.0
29642024-09-23T16:00:52.243Z[ host-package] Compiling lru v0.12.3
29652024-09-23T16:00:52.284Z[ helios-setup] Sep 23 16:00:50.998 INFO E| Compiling slog-term v2.9.0
29662024-09-23T16:00:53.037Z[ host-package] Compiling hashlink v0.9.1
29672024-09-23T16:00:53.154Z[ host-package] Compiling instability v0.3.2
29682024-09-23T16:00:53.680Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29692024-09-23T16:00:53.882Z[ helios-setup] Sep 23 16:00:52.599 INFO E| Compiling serde_derive v1.0.193
29702024-09-23T16:00:54.279Z[ host-package] Compiling cassowary v0.3.0
29712024-09-23T16:00:54.326Z[ host-package] Compiling base64 v0.13.1
29722024-09-23T16:00:54.822Z[ host-package] Compiling fallible-iterator v0.3.0
29732024-09-23T16:00:55.527Z[ host-package] Compiling ron v0.7.1
29742024-09-23T16:00:55.815Z[ host-package] Compiling rusqlite v0.32.1
29752024-09-23T16:00:58.381Z[ host-package] Compiling ratatui v0.28.0
29762024-09-23T16:01:01.661Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29772024-09-23T16:01:09.162Z[ helios-setup] Sep 23 16:01:07.880 INFO E| Compiling toml v0.5.11
29782024-09-23T16:01:09.165Z[ helios-setup] Sep 23 16:01:07.880 INFO E| Compiling uuid v0.8.2
29792024-09-23T16:01:11.247Z[ helios-setup] Sep 23 16:01:09.963 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29802024-09-23T16:01:14.238Z[ helios-setup] Sep 23 16:01:12.956 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29812024-09-23T16:01:18.885Z[ host-package] Compiling zone v0.1.8
29822024-09-23T16:01:22.792Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29832024-09-23T16:01:26.811Z[ helios-setup] Sep 23 16:01:25.531 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.28s
29842024-09-23T16:01:26.844Z[ helios-setup] Sep 23 16:01:25.564 INFO building project "image-builder" ok (47 seconds)
29852024-09-23T16:01:26.845Z[ helios-setup] Sep 23 16:01:25.564 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29862024-09-23T16:01:26.847Z[ helios-setup] Sep 23 16:01:25.564 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29872024-09-23T16:01:26.860Z[ helios-setup] Sep 23 16:01:25.575 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29882024-09-23T16:01:27.063Z[ helios-setup] Sep 23 16:01:25.783 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29892024-09-23T16:01:27.063Z[ helios-setup] Sep 23 16:01:25.783 INFO E| info: downloading component 'cargo'
29902024-09-23T16:01:27.998Z[ helios-setup] Sep 23 16:01:26.718 INFO E| info: downloading component 'clippy'
29912024-09-23T16:01:28.158Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29922024-09-23T16:01:28.576Z[ helios-setup] Sep 23 16:01:27.292 INFO E| info: downloading component 'rust-docs'
29932024-09-23T16:01:28.889Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29942024-09-23T16:01:28.910Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29952024-09-23T16:01:29.805Z[ helios-setup] Sep 23 16:01:28.524 INFO E| info: downloading component 'rust-src'
29962024-09-23T16:01:29.998Z[ helios-setup] Sep 23 16:01:28.717 INFO E| info: downloading component 'rust-std'
29972024-09-23T16:01:30.739Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29982024-09-23T16:01:30.855Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29992024-09-23T16:01:31.805Z[ helios-setup] Sep 23 16:01:30.523 INFO E| info: downloading component 'rustc'
30002024-09-23T16:01:32.127Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30012024-09-23T16:01:36.830Z[ helios-setup] Sep 23 16:01:35.550 INFO E| info: downloading component 'rustfmt'
30022024-09-23T16:01:37.226Z[ helios-setup] Sep 23 16:01:35.946 INFO E| info: installing component 'cargo'
30032024-09-23T16:01:37.557Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30042024-09-23T16:01:37.936Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30052024-09-23T16:01:38.071Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30062024-09-23T16:01:38.288Z[ host-package] Compiling signal-hook-tokio v0.3.1
30072024-09-23T16:01:38.569Z[ host-package] Compiling twox-hash v1.6.3
30082024-09-23T16:01:38.707Z[ helios-setup] Sep 23 16:01:37.427 INFO E| info: installing component 'clippy'
30092024-09-23T16:01:39.246Z[ helios-setup] Sep 23 16:01:37.966 INFO E| info: installing component 'rust-docs'
30102024-09-23T16:01:39.734Z[ host-package] Compiling yasna v0.5.2
30112024-09-23T16:01:43.535Z[ host-package] Compiling portpicker v0.1.1
30122024-09-23T16:01:43.640Z[ host-package] Compiling is_ci v1.2.0
30132024-09-23T16:01:44.025Z[ host-package] Compiling smawk v0.3.2
30142024-09-23T16:01:44.173Z[ host-package] Compiling unicode-linebreak v0.1.5
30152024-09-23T16:01:44.191Z[ host-package] Compiling supports-color v3.0.1
30162024-09-23T16:01:44.546Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30172024-09-23T16:01:44.790Z[ host-package] Compiling textwrap v0.16.1
30182024-09-23T16:01:45.104Z[ host-package] Compiling rcgen v0.12.1
30192024-09-23T16:01:45.322Z[ helios-setup] Sep 23 16:01:44.042 INFO E| info: installing component 'rust-src'
30202024-09-23T16:01:46.007Z[ helios-setup] Sep 23 16:01:44.728 INFO E| info: installing component 'rust-std'
30212024-09-23T16:01:48.456Z[ helios-setup] Sep 23 16:01:47.176 INFO E| info: installing component 'rustc'
30222024-09-23T16:01:52.511Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30232024-09-23T16:01:54.916Z[ helios-setup] Sep 23 16:01:53.637 INFO E| info: installing component 'rustfmt'
30242024-09-23T16:01:55.945Z[ helios-setup] Sep 23 16:01:54.666 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
30252024-09-23T16:01:56.673Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30262024-09-23T16:01:57.005Z[ helios-setup] Sep 23 16:01:55.726 INFO E| From https://github.com/oxidecomputer/amd-apcb
30272024-09-23T16:01:57.005Z[ helios-setup] Sep 23 16:01:55.726 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
30282024-09-23T16:01:57.007Z[ helios-setup] Sep 23 16:01:55.726 INFO E| * [new tag] v0.3.3 -> v0.3.3
30292024-09-23T16:01:57.035Z[ helios-setup] Sep 23 16:01:55.756 INFO E| * [new tag] v0.1.3 -> v0.1.3
30302024-09-23T16:01:57.035Z[ helios-setup] Sep 23 16:01:55.756 INFO E| * [new tag] v0.1.4 -> v0.1.4
30312024-09-23T16:01:57.039Z[ helios-setup] Sep 23 16:01:55.756 INFO E| * [new tag] v0.1.5 -> v0.1.5
30322024-09-23T16:01:57.039Z[ helios-setup] Sep 23 16:01:55.756 INFO E| * [new tag] v0.2.0 -> v0.2.0
30332024-09-23T16:01:57.039Z[ helios-setup] Sep 23 16:01:55.756 INFO E| * [new tag] v0.3.0 -> v0.3.0
30342024-09-23T16:01:57.039Z[ helios-setup] Sep 23 16:01:55.756 INFO E| * [new tag] v0.3.1 -> v0.3.1
30352024-09-23T16:01:57.039Z[ helios-setup] Sep 23 16:01:55.757 INFO E| * [new tag] v0.3.2 -> v0.3.2
30362024-09-23T16:01:57.082Z[ helios-setup] Sep 23 16:01:55.803 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
30372024-09-23T16:01:57.899Z[ helios-setup] Sep 23 16:01:56.620 INFO E| From https://github.com/oxidecomputer/amd-efs
30382024-09-23T16:01:57.899Z[ helios-setup] Sep 23 16:01:56.620 INFO E| * [new branch] empty -> origin/empty
30392024-09-23T16:01:57.901Z[ helios-setup] Sep 23 16:01:56.620 INFO E| * [new branch] issue-99 -> origin/issue-99
30402024-09-23T16:01:57.901Z[ helios-setup] Sep 23 16:01:56.620 INFO E| * [new branch] main -> origin/main
30412024-09-23T16:01:57.901Z[ helios-setup] Sep 23 16:01:56.621 INFO E| * [new branch] review -> origin/review
30422024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.621 INFO E| * [new ref] -> origin/HEAD
30432024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.621 INFO E| * [new tag] v0.2.0 -> v0.2.0
30442024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.621 INFO E| * [new tag] v0.2.1 -> v0.2.1
30452024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.621 INFO E| * [new tag] v0.2.2 -> v0.2.2
30462024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.621 INFO E| * [new tag] v0.2.3 -> v0.2.3
30472024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.622 INFO E| * [new tag] v0.2.4 -> v0.2.4
30482024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.622 INFO E| * [new tag] v0.2.5 -> v0.2.5
30492024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.622 INFO E| * [new tag] v0.2.6 -> v0.2.6
30502024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.622 INFO E| * [new tag] v0.2.7 -> v0.2.7
30512024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.622 INFO E| * [new tag] v0.3.0 -> v0.3.0
30522024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.622 INFO E| * [new tag] v0.3.1 -> v0.3.1
30532024-09-23T16:01:57.902Z[ helios-setup] Sep 23 16:01:56.622 INFO E| * [new tag] v0.4.0 -> v0.4.0
30542024-09-23T16:01:57.923Z[ helios-setup] Sep 23 16:01:56.644 INFO E| Updating crates.io index
30552024-09-23T16:01:58.098Z[ helios-setup] Sep 23 16:01:56.819 INFO E| Downloading crates ...
30562024-09-23T16:01:58.117Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30572024-09-23T16:01:58.253Z[ helios-setup] Sep 23 16:01:56.974 INFO E| Downloaded strsim v0.8.0
30582024-09-23T16:01:58.256Z[ helios-setup] Sep 23 16:01:56.977 INFO E| Downloaded semver-parser v0.7.0
30592024-09-23T16:01:58.258Z[ helios-setup] Sep 23 16:01:56.978 INFO E| Downloaded unic-ucd-version v0.9.0
30602024-09-23T16:01:58.261Z[ helios-setup] Sep 23 16:01:56.980 INFO E| Downloaded unic-common v0.9.0
30612024-09-23T16:01:58.261Z[ helios-setup] Sep 23 16:01:56.981 INFO E| Downloaded strum v0.23.0
30622024-09-23T16:01:58.261Z[ helios-setup] Sep 23 16:01:56.982 INFO E| Downloaded proc-macro-crate v0.1.5
30632024-09-23T16:01:58.263Z[ helios-setup] Sep 23 16:01:56.983 INFO E| Downloaded unic-char-range v0.9.0
30642024-09-23T16:01:58.266Z[ helios-setup] Sep 23 16:01:56.985 INFO E| Downloaded pre v0.2.1
30652024-09-23T16:01:58.266Z[ helios-setup] Sep 23 16:01:56.986 INFO E| Downloaded pest_generator v2.7.11
30662024-09-23T16:01:58.272Z[ helios-setup] Sep 23 16:01:56.993 INFO E| Downloaded scroll_derive v0.10.5
30672024-09-23T16:01:58.274Z[ helios-setup] Sep 23 16:01:56.995 INFO E| Downloaded parse_int v0.6.0
30682024-09-23T16:01:58.274Z[ helios-setup] Sep 23 16:01:56.995 INFO E| Downloaded fletcher v0.1.0
30692024-09-23T16:01:58.277Z[ helios-setup] Sep 23 16:01:56.997 INFO E| Downloaded memoffset v0.5.6
30702024-09-23T16:01:58.279Z[ helios-setup] Sep 23 16:01:56.999 INFO E| Downloaded four-cc v0.3.0
30712024-09-23T16:01:58.283Z[ helios-setup] Sep 23 16:01:57.004 INFO E| Downloaded unic-char-property v0.9.0
30722024-09-23T16:01:58.286Z[ helios-setup] Sep 23 16:01:57.005 INFO E| Downloaded num-derive v0.3.3
30732024-09-23T16:01:58.288Z[ helios-setup] Sep 23 16:01:57.008 INFO E| Downloaded rustc_version v0.2.3
30742024-09-23T16:01:58.288Z[ helios-setup] Sep 23 16:01:57.009 INFO E| Downloaded cfg-if v0.1.10
30752024-09-23T16:01:58.291Z[ helios-setup] Sep 23 16:01:57.011 INFO E| Downloaded bytesize v1.3.0
30762024-09-23T16:01:58.293Z[ helios-setup] Sep 23 16:01:57.012 INFO E| Downloaded structopt-derive v0.4.18
30772024-09-23T16:01:58.322Z[ helios-setup] Sep 23 16:01:57.043 INFO E| Downloaded vec_map v0.8.2
30782024-09-23T16:01:58.324Z[ helios-setup] Sep 23 16:01:57.044 INFO E| Downloaded unic-ucd-ident v0.9.0
30792024-09-23T16:01:58.327Z[ helios-setup] Sep 23 16:01:57.046 INFO E| Downloaded textwrap v0.11.0
30802024-09-23T16:01:58.329Z[ helios-setup] Sep 23 16:01:57.049 INFO E| Downloaded strum_macros v0.23.1
30812024-09-23T16:01:58.333Z[ helios-setup] Sep 23 16:01:57.051 INFO E| Downloaded modular-bitfield v0.11.2
30822024-09-23T16:01:58.346Z[ helios-setup] Sep 23 16:01:57.067 INFO E| Downloaded structopt v0.3.26
30832024-09-23T16:01:58.357Z[ helios-setup] Sep 23 16:01:57.078 INFO E| Downloaded memchr v2.7.4
30842024-09-23T16:01:58.365Z[ helios-setup] Sep 23 16:01:57.086 INFO E| Downloaded pest v2.7.11
30852024-09-23T16:01:58.373Z[ helios-setup] Sep 23 16:01:57.094 INFO E| Downloaded serde_json v1.0.120
30862024-09-23T16:01:58.384Z[ helios-setup] Sep 23 16:01:57.105 INFO E| Downloaded clap v2.34.0
30872024-09-23T16:01:58.394Z[ helios-setup] Sep 23 16:01:57.116 INFO E| Downloaded syn v2.0.71
30882024-09-23T16:01:58.411Z[ helios-setup] Sep 23 16:01:57.132 INFO E| Downloaded goblin v0.4.3
30892024-09-23T16:01:58.418Z[ helios-setup] Sep 23 16:01:57.139 INFO E| Downloaded pest_meta v2.7.11
30902024-09-23T16:01:58.421Z[ helios-setup] Sep 23 16:01:57.143 INFO E| Downloaded semver v0.9.0
30912024-09-23T16:01:58.424Z[ helios-setup] Sep 23 16:01:57.145 INFO E| Downloaded scroll v0.10.2
30922024-09-23T16:01:58.431Z[ helios-setup] Sep 23 16:01:57.152 INFO E| Downloaded libc v0.2.155
30932024-09-23T16:01:58.461Z[ helios-setup] Sep 23 16:01:57.182 INFO E| Downloaded pre-proc-macro v0.2.1
30942024-09-23T16:01:58.463Z[ helios-setup] Sep 23 16:01:57.185 INFO E| Downloaded pest_derive v2.7.11
30952024-09-23T16:01:58.467Z[ helios-setup] Sep 23 16:01:57.188 INFO E| Downloaded modular-bitfield-impl v0.11.2
30962024-09-23T16:01:58.469Z[ helios-setup] Sep 23 16:01:57.190 INFO E| Downloaded ansi_term v0.12.1
30972024-09-23T16:01:58.575Z[ helios-setup] Sep 23 16:01:57.297 INFO E| Compiling proc-macro2 v1.0.86
30982024-09-23T16:01:58.575Z[ helios-setup] Sep 23 16:01:57.297 INFO E| Compiling unicode-ident v1.0.12
30992024-09-23T16:01:58.578Z[ helios-setup] Sep 23 16:01:57.297 INFO E| Compiling syn v1.0.109
31002024-09-23T16:01:58.578Z[ helios-setup] Sep 23 16:01:57.297 INFO E| Compiling version_check v0.9.4
31012024-09-23T16:01:58.578Z[ helios-setup] Sep 23 16:01:57.297 INFO E| Compiling thiserror v1.0.63
31022024-09-23T16:01:58.578Z[ helios-setup] Sep 23 16:01:57.297 INFO E| Compiling autocfg v1.3.0
31032024-09-23T16:01:58.578Z[ helios-setup] Sep 23 16:01:57.297 INFO E| Compiling semver-parser v0.7.0
31042024-09-23T16:01:58.578Z[ helios-setup] Sep 23 16:01:57.297 INFO E| Compiling serde v1.0.204
31052024-09-23T16:01:59.700Z[ helios-setup] Sep 23 16:01:58.421 INFO E| Compiling proc-macro-error-attr v1.0.4
31062024-09-23T16:02:00.132Z[ helios-setup] Sep 23 16:01:58.854 INFO E| Compiling semver v0.9.0
31072024-09-23T16:02:00.571Z[ helios-setup] Sep 23 16:01:59.292 INFO E| Compiling proc-macro-error v1.0.4
31082024-09-23T16:02:00.592Z[ helios-setup] Sep 23 16:01:59.313 INFO E| Compiling serde_json v1.0.120
31092024-09-23T16:02:00.646Z[ helios-setup] Sep 23 16:01:59.368 INFO E| Compiling rustc_version v0.2.3
31102024-09-23T16:02:00.810Z[ helios-setup] Sep 23 16:01:59.532 INFO E| Compiling ryu v1.0.18
31112024-09-23T16:02:01.243Z[ helios-setup] Sep 23 16:01:59.964 INFO E| Compiling num-traits v0.2.19
31122024-09-23T16:02:01.312Z[ helios-setup] Sep 23 16:02:00.031 INFO E| Compiling unicode-segmentation v1.11.0
31132024-09-23T16:02:01.484Z[ helios-setup] Sep 23 16:02:00.206 INFO E| Compiling schemars v0.8.21
31142024-09-23T16:02:01.519Z[ helios-setup] Sep 23 16:02:00.240 INFO E| Compiling itoa v1.0.11
31152024-09-23T16:02:01.538Z[ helios-setup] Sep 23 16:02:00.259 INFO E| Compiling memoffset v0.5.6
31162024-09-23T16:02:01.594Z[ helios-setup] Sep 23 16:02:00.316 INFO E| Compiling pre-proc-macro v0.2.1
31172024-09-23T16:02:01.913Z[ helios-setup] Sep 23 16:02:00.634 INFO E| Compiling lazy_static v1.5.0
31182024-09-23T16:02:02.120Z[ helios-setup] Sep 23 16:02:00.841 INFO E| Compiling dyn-clone v1.0.17
31192024-09-23T16:02:02.138Z[ helios-setup] Sep 23 16:02:00.855 INFO E| Compiling memchr v2.7.4
31202024-09-23T16:02:02.223Z[ helios-setup] Sep 23 16:02:00.944 INFO E| Compiling ucd-trie v0.1.6
31212024-09-23T16:02:02.304Z[ helios-setup] Sep 23 16:02:01.025 INFO E| Compiling rustversion v1.0.17
31222024-09-23T16:02:02.393Z[ helios-setup] Sep 23 16:02:01.115 INFO E| Compiling heck v0.3.3
31232024-09-23T16:02:02.485Z[ helios-setup] Sep 23 16:02:01.207 INFO E| Compiling paste v1.0.15
31242024-09-23T16:02:02.831Z[ helios-setup] Sep 23 16:02:01.552 INFO E| Compiling quote v1.0.36
31252024-09-23T16:02:03.358Z[ helios-setup] Sep 23 16:02:02.080 INFO E| Compiling libc v0.2.155
31262024-09-23T16:02:03.609Z[ helios-setup] Sep 23 16:02:02.331 INFO E| Compiling syn v2.0.71
31272024-09-23T16:02:04.249Z[ helios-setup] Sep 23 16:02:02.970 INFO E| Compiling pre v0.2.1
31282024-09-23T16:02:04.987Z[ helios-setup] Sep 23 16:02:03.709 INFO E| Compiling static_assertions v1.1.0
31292024-09-23T16:02:05.075Z[ helios-setup] Sep 23 16:02:03.797 INFO E| Compiling byteorder v1.5.0
31302024-09-23T16:02:05.142Z[ helios-setup] Sep 23 16:02:03.864 INFO E| Compiling once_cell v1.19.0
31312024-09-23T16:02:05.991Z[ helios-setup] Sep 23 16:02:04.709 INFO E| Compiling cfg-if v0.1.10
31322024-09-23T16:02:06.260Z[ helios-setup] Sep 23 16:02:04.981 INFO E| Compiling unicode-width v0.1.13
31332024-09-23T16:02:06.795Z[ helios-setup] Sep 23 16:02:05.517 INFO E| Compiling textwrap v0.11.0
31342024-09-23T16:02:07.529Z[ helios-setup] Sep 23 16:02:06.250 INFO E| Compiling atty v0.2.14
31352024-09-23T16:02:07.764Z[ helios-setup] Sep 23 16:02:06.486 INFO E| Compiling bitflags v1.3.2
31362024-09-23T16:02:07.828Z[ helios-setup] Sep 23 16:02:06.549 INFO E| Compiling unic-char-range v0.9.0
31372024-09-23T16:02:08.009Z[ helios-setup] Sep 23 16:02:06.731 INFO E| Compiling strum v0.23.0
31382024-09-23T16:02:08.180Z[ helios-setup] Sep 23 16:02:06.902 INFO E| Compiling strsim v0.8.0
31392024-09-23T16:02:08.238Z[ helios-setup] Sep 23 16:02:06.960 INFO E| Compiling parse_int v0.6.0
31402024-09-23T16:02:08.437Z[ helios-setup] Sep 23 16:02:07.159 INFO E| Compiling ansi_term v0.12.1
31412024-09-23T16:02:08.673Z[ helios-setup] Sep 23 16:02:07.395 INFO E| Compiling vec_map v0.8.2
31422024-09-23T16:02:08.715Z[ helios-setup] Sep 23 16:02:07.437 INFO E| Compiling unic-common v0.9.0
31432024-09-23T16:02:09.116Z[ helios-setup] Sep 23 16:02:07.837 INFO E| Compiling fletcher v0.1.0
31442024-09-23T16:02:09.119Z[ helios-setup] Sep 23 16:02:07.837 INFO E| Compiling clap v2.34.0
31452024-09-23T16:02:09.389Z[ helios-setup] Sep 23 16:02:08.111 INFO E| Compiling unic-ucd-version v0.9.0
31462024-09-23T16:02:09.414Z[ helios-setup] Sep 23 16:02:08.136 INFO E| Compiling unic-char-property v0.9.0
31472024-09-23T16:02:09.616Z[ helios-setup] Sep 23 16:02:08.338 INFO E| Compiling log v0.4.22
31482024-09-23T16:02:09.672Z[ helios-setup] Sep 23 16:02:08.393 INFO E| Compiling plain v0.2.3
31492024-09-23T16:02:09.788Z[ helios-setup] Sep 23 16:02:08.509 INFO E| Compiling unic-ucd-ident v0.9.0
31502024-09-23T16:02:09.932Z[ helios-setup] Sep 23 16:02:08.654 INFO E| Compiling bytesize v1.3.0
31512024-09-23T16:02:12.284Z[ helios-setup] Sep 23 16:02:11.006 INFO E| Compiling serde_derive_internals v0.29.1
31522024-09-23T16:02:12.487Z[ helios-setup] Sep 23 16:02:11.209 INFO E| Compiling toml v0.5.11
31532024-09-23T16:02:15.398Z[ helios-setup] Sep 23 16:02:14.119 INFO E| Compiling proc-macro-crate v0.1.5
31542024-09-23T16:02:17.978Z[ helios-setup] Sep 23 16:02:16.701 INFO E| Compiling thiserror-impl v1.0.63
31552024-09-23T16:02:17.979Z[ helios-setup] Sep 23 16:02:16.701 INFO E| Compiling serde_derive v1.0.204
31562024-09-23T16:02:17.979Z[ helios-setup] Sep 23 16:02:16.701 INFO E| Compiling schemars_derive v0.8.21
31572024-09-23T16:02:18.260Z[ helios-setup] Sep 23 16:02:16.983 INFO E| Compiling zerocopy-derive v0.6.6
31582024-09-23T16:02:19.562Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31592024-09-23T16:02:21.996Z[ helios-setup] Sep 23 16:02:20.564 INFO E| Compiling zerocopy v0.6.6
31602024-09-23T16:02:23.126Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31612024-09-23T16:02:23.692Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31622024-09-23T16:02:23.932Z[ helios-setup] Sep 23 16:02:22.655 INFO E| Compiling pest v2.7.11
31632024-09-23T16:02:24.555Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31642024-09-23T16:02:24.824Z[ helios-setup] Sep 23 16:02:23.546 INFO E| Compiling modular-bitfield-impl v0.11.2
31652024-09-23T16:02:25.734Z[ helios-setup] Sep 23 16:02:24.457 INFO E| Compiling num-derive v0.3.3
31662024-09-23T16:02:27.799Z[ helios-setup] Sep 23 16:02:26.506 INFO E| Compiling scroll_derive v0.10.5
31672024-09-23T16:02:27.911Z[ helios-setup] Sep 23 16:02:26.633 INFO E| Compiling strum_macros v0.23.1
31682024-09-23T16:02:28.154Z[ helios-setup] Sep 23 16:02:26.877 INFO E| Compiling pest_meta v2.7.11
31692024-09-23T16:02:28.241Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702024-09-23T16:02:29.355Z[ helios-setup] Sep 23 16:02:28.078 INFO E| Compiling structopt-derive v0.4.18
31712024-09-23T16:02:29.428Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
31722024-09-23T16:02:29.713Z[ helios-setup] Sep 23 16:02:28.436 INFO E| Compiling modular-bitfield v0.11.2
31732024-09-23T16:02:31.020Z[ helios-setup] Sep 23 16:02:29.742 INFO E| Compiling pest_generator v2.7.11
31742024-09-23T16:02:31.146Z[ helios-setup] Sep 23 16:02:29.869 INFO E| Compiling scroll v0.10.2
31752024-09-23T16:02:32.301Z[ helios-setup] Sep 23 16:02:31.024 INFO E| Compiling goblin v0.4.3
31762024-09-23T16:02:35.307Z[ helios-setup] Sep 23 16:02:34.013 INFO E| Compiling pest_derive v2.7.11
31772024-09-23T16:02:35.360Z[ helios-setup] Sep 23 16:02:34.084 INFO E| Compiling structopt v0.3.26
31782024-09-23T16:02:39.993Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31792024-09-23T16:02:41.681Z[ helios-setup] Sep 23 16:02:40.405 INFO E| Compiling json5 v0.4.1
31802024-09-23T16:02:45.032Z[ host-package] Compiling fatfs v0.3.6
31812024-09-23T16:02:47.429Z[ host-package] Compiling rtoolbox v0.0.2
31822024-09-23T16:02:47.805Z[ helios-setup] Sep 23 16:02:46.529 INFO E| Compiling four-cc v0.3.0
31832024-09-23T16:02:47.805Z[ helios-setup] Sep 23 16:02:46.529 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
31842024-09-23T16:02:47.990Z[ helios-setup] Sep 23 16:02:46.714 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31852024-09-23T16:02:48.395Z[ host-package] Compiling subprocess v0.2.9
31862024-09-23T16:02:48.931Z[ host-package] Compiling assert_matches v1.5.0
31872024-09-23T16:02:52.237Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31882024-09-23T16:02:53.098Z[ host-package] Compiling rpassword v7.3.1
31892024-09-23T16:02:53.641Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31902024-09-23T16:02:54.309Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912024-09-23T16:03:01.281Z[ host-package] Compiling tui-tree-widget v0.22.0
31922024-09-23T16:03:01.891Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31932024-09-23T16:03:02.388Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31942024-09-23T16:03:13.793Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31952024-09-23T16:03:17.957Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31962024-09-23T16:03:18.410Z[ host-package] Compiling uzers v0.11.3
31972024-09-23T16:03:21.539Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31982024-09-23T16:03:22.124Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31992024-09-23T16:03:24.657Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32002024-09-23T16:03:25.731Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32012024-09-23T16:03:29.578Z[ helios-setup] Sep 23 16:03:28.305 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
32022024-09-23T16:03:47.128Z[ helios-setup] Sep 23 16:03:45.856 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32032024-09-23T16:04:10.104Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32042024-09-23T16:04:21.167Z[ host-package] Compiling multimap v0.10.0
32052024-09-23T16:04:37.438Z[ helios-setup] Sep 23 16:04:36.169 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 41s
32062024-09-23T16:04:37.473Z[ helios-setup] Sep 23 16:04:36.204 INFO building project "amd-host-image-builder" ok (190 seconds)
32072024-09-23T16:04:37.476Z[ helios-setup] rm -f helios-build
32082024-09-23T16:04:37.479Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32092024-09-23T16:04:37.481Z[ helios-setup]
32102024-09-23T16:04:37.485Z[ helios-setup] Setup complete! ./helios-build is now available.
32112024-09-23T16:04:37.485Z[ helios-setup]
32122024-09-23T16:04:37.488Z[ helios-setup]
32132024-09-23T16:04:37.488Z[ helios-setup] real 12:03.926677313
32142024-09-23T16:04:37.488Z[ helios-setup] user 28:50.487422845
32152024-09-23T16:04:37.488Z[ helios-setup] sys 3:29.889174379
32162024-09-23T16:04:37.488Z[ helios-setup] trap 1.612293897
32172024-09-23T16:04:37.488Z[ helios-setup] tflt 7.190745977
32182024-09-23T16:04:37.488Z[ helios-setup] dflt 39.996242025
32192024-09-23T16:04:37.488Z[ helios-setup] kflt 0.043492077
32202024-09-23T16:04:37.488Z[ helios-setup] lock 2:04:02.974960451
32212024-09-23T16:04:37.488Z[ helios-setup] slp 3:44:36.829260724
32222024-09-23T16:04:37.488Z[ helios-setup] lat 32:37.581598790
32232024-09-23T16:04:37.488Z[ helios-setup] stop 4:30.358912318
32242024-09-23T16:04:37.488ZSep 23 16:04:36.217 INFO [helios-setup] process exited with exit status: 0 (723.932503952s)
32252024-09-23T16:04:37.488ZSep 23 16:04:36.217 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
32262024-09-23T16:04:37.506Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
32272024-09-23T16:04:37.725Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
32282024-09-23T16:04:37.728Z[ phbl-toolchain] info: downloading component 'cargo'
32292024-09-23T16:04:38.993Z[ phbl-toolchain] info: downloading component 'clippy'
32302024-09-23T16:04:39.549Z[ phbl-toolchain] info: downloading component 'llvm-tools'
32312024-09-23T16:04:44.225Z[ phbl-toolchain] info: downloading component 'miri'
32322024-09-23T16:04:44.659Z[ phbl-toolchain] info: downloading component 'rust-docs'
32332024-09-23T16:04:46.260Z[ phbl-toolchain] info: downloading component 'rust-src'
32342024-09-23T16:04:46.503Z[ phbl-toolchain] info: downloading component 'rust-std'
32352024-09-23T16:04:48.667Z[ phbl-toolchain] info: downloading component 'rustc'
32362024-09-23T16:04:58.017Z[ phbl-toolchain] info: downloading component 'rustfmt'
32372024-09-23T16:04:58.513Z[ phbl-toolchain] info: installing component 'cargo'
32382024-09-23T16:04:59.913Z[ phbl-toolchain] info: installing component 'clippy'
32392024-09-23T16:05:00.415Z[ phbl-toolchain] info: installing component 'llvm-tools'
32402024-09-23T16:05:06.471Z[ phbl-toolchain] info: installing component 'miri'
32412024-09-23T16:05:06.863Z[ phbl-toolchain] info: installing component 'rust-docs'
32422024-09-23T16:05:15.302Z[ phbl-toolchain] info: installing component 'rust-src'
32432024-09-23T16:05:15.978Z[ phbl-toolchain] info: installing component 'rust-std'
32442024-09-23T16:05:18.400Z[ phbl-toolchain] info: installing component 'rustc'
32452024-09-23T16:05:28.183Z[ phbl-toolchain] info: installing component 'rustfmt'
32462024-09-23T16:05:29.100Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
32472024-09-23T16:05:29.103ZSep 23 16:05:27.837 INFO [phbl-toolchain] process exited with exit status: 0 (51.619847932s)
32482024-09-23T16:06:21.211Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32492024-09-23T16:06:39.891Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32502024-09-23T16:12:32.705Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 14s
32512024-09-23T16:13:32.370ZSep 23 16:13:31.133 INFO [host-package] process exited with exit status: 0 (1214.079938237s)
32522024-09-23T16:13:32.373ZSep 23 16:13:31.133 INFO [host-stamp] running task
32532024-09-23T16:13:32.373ZSep 23 16:13:31.133 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32542024-09-23T16:13:32.376ZSep 23 16:13:31.139 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+git64033be1a2e
32552024-09-23T16:13:32.381ZSep 23 16:13:31.144 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+git64033be1a2e
32562024-09-23T16:13:32.386ZSep 23 16:13:31.149 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+git64033be1a2e
32572024-09-23T16:13:32.389Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32582024-09-23T16:13:32.393Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32592024-09-23T16:13:32.393ZSep 23 16:13:31.154 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+git64033be1a2e
32602024-09-23T16:13:32.396Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32612024-09-23T16:13:32.399ZSep 23 16:13:31.159 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+git64033be1a2e
32622024-09-23T16:13:32.402Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32632024-09-23T16:13:32.402Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32642024-09-23T16:13:32.406ZSep 23 16:13:31.165 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+git64033be1a2e
32652024-09-23T16:13:32.409Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32662024-09-23T16:13:32.409ZSep 23 16:13:31.171 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+git64033be1a2e
32672024-09-23T16:13:32.413Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32682024-09-23T16:13:32.417Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32692024-09-23T16:13:32.417ZSep 23 16:13:31.179 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+git64033be1a2e
32702024-09-23T16:13:32.421Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32712024-09-23T16:13:32.424ZSep 23 16:13:31.187 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (32.695322ms)
32722024-09-23T16:13:32.427ZSep 23 16:13:31.187 INFO [stamp-overlay] process exited with exit status: 0 (43.399135ms)
32732024-09-23T16:13:32.427Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32742024-09-23T16:13:32.432Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32752024-09-23T16:13:32.432ZSep 23 16:13:31.192 INFO [stamp-oxlog] process exited with exit status: 0 (32.488336ms)
32762024-09-23T16:13:32.436Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32772024-09-23T16:13:32.541Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32782024-09-23T16:13:32.547ZSep 23 16:13:31.307 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.583299ms)
32792024-09-23T16:13:32.624Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32802024-09-23T16:13:32.628ZSep 23 16:13:31.390 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (224.928743ms)
32812024-09-23T16:13:32.735Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32822024-09-23T16:13:32.739ZSep 23 16:13:31.502 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (352.741907ms)
32832024-09-23T16:13:33.491Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32842024-09-23T16:13:33.494ZSep 23 16:13:32.256 INFO [stamp-propolis-server] process exited with exit status: 0 (1.085249342s)
32852024-09-23T16:13:33.702Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32862024-09-23T16:13:36.097Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32872024-09-23T16:13:42.544Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32882024-09-23T16:13:42.547ZSep 23 16:13:41.310 INFO [stamp-switch-asic] process exited with exit status: 0 (10.171656463s)
32892024-09-23T16:13:42.551ZSep 23 16:13:41.311 INFO [host-stamp] task succeeded (10.177972502s)
32902024-09-23T16:13:42.551ZSep 23 16:13:41.311 INFO [host-proto] running task
32912024-09-23T16:13:42.920ZSep 23 16:13:41.684 INFO [host-proto] task succeeded (372.873309ms)
32922024-09-23T16:13:42.921ZSep 23 16:13:41.684 INFO [host-profile] running task
32932024-09-23T16:13:42.924ZSep 23 16:13:41.684 INFO [host-profile] task succeeded (250.35µs)
32942024-09-23T16:13:42.924ZSep 23 16:13:41.684 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpUHZlYQ/proto/host/root -N 'ci 64033be/${os_short_commit} 2024-09-23 15:52' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32952024-09-23T16:13:42.936Z[ host-image] Sep 23 16:13:41.698 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32962024-09-23T16:13:42.936Z[ host-image] Sep 23 16:13:41.698 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32972024-09-23T16:13:42.949Z[ host-image] Sep 23 16:13:41.712 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpUHZlYQ/proto/host/root"
32982024-09-23T16:13:42.953Z[ host-image] Sep 23 16:13:41.712 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32992024-09-23T16:13:42.954Z[ host-image] Sep 23 16:13:41.712 INFO image builder template: ramdisk-01-os...
33002024-09-23T16:13:42.954Z[ host-image] Sep 23 16:13:41.712 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpUHZlYQ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33012024-09-23T16:13:42.967Z[ host-image] Sep 23 16:13:41.731 INFO O| Sep 23 16:13:41.731 INFO CREATE DATASET: rpool/images/build/host/output
33022024-09-23T16:13:43.217Z[ host-image] Sep 23 16:13:41.981 INFO O| Sep 23 16:13:41.981 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33032024-09-23T16:13:43.222Z[ host-image] Sep 23 16:13:41.985 INFO O| Sep 23 16:13:41.985 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33042024-09-23T16:13:43.454Z[ host-image] Sep 23 16:13:42.216 INFO O| Sep 23 16:13:42.215 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33052024-09-23T16:13:43.526Z[ host-image] Sep 23 16:13:42.287 INFO O| Sep 23 16:13:42.287 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33062024-09-23T16:13:43.529Z[ host-image] Sep 23 16:13:42.287 INFO O| Sep 23 16:13:42.287 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33072024-09-23T16:13:43.529Z[ host-image] Sep 23 16:13:42.287 INFO O| Sep 23 16:13:42.287 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33082024-09-23T16:13:43.529Z[ host-image] Sep 23 16:13:42.287 INFO O| Sep 23 16:13:42.287 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33092024-09-23T16:13:43.534Z[ host-image] Sep 23 16:13:42.297 INFO O| Sep 23 16:13:42.297 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33102024-09-23T16:13:43.778Z[ host-image] Sep 23 16:13:42.542 INFO O| Sep 23 16:13:42.542 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33112024-09-23T16:13:43.789Z[ host-image] Sep 23 16:13:42.552 INFO O| Sep 23 16:13:42.552 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33122024-09-23T16:13:44.234Z[ host-image] Sep 23 16:13:42.996 INFO O| Sep 23 16:13:42.996 INFO O| Caching catalogs ... Done
33132024-09-23T16:13:44.348Z[ host-image] Sep 23 16:13:43.111 INFO O| Sep 23 16:13:43.111 INFO STEP 0 (pkg_image_create) COMPLETE
33142024-09-23T16:13:44.348Z[ host-image] Sep 23 16:13:43.111 INFO O| Sep 23 16:13:43.111 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-09-23T16:13:44.348Z[ host-image] Sep 23 16:13:43.111 INFO O| Sep 23 16:13:43.111 INFO skip step because feature "repo_redist" is not enabled
33162024-09-23T16:13:44.351Z[ host-image] Sep 23 16:13:43.111 INFO O| Sep 23 16:13:43.111 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33172024-09-23T16:13:44.364Z[ host-image] Sep 23 16:13:43.127 INFO O| Sep 23 16:13:43.127 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33182024-09-23T16:13:44.889Z[ host-image] Sep 23 16:13:43.648 INFO O| Sep 23 16:13:43.648 INFO STEP 2 (pkg_set_publisher) COMPLETE
33192024-09-23T16:13:44.889Z[ host-image] Sep 23 16:13:43.649 INFO O| Sep 23 16:13:43.648 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-09-23T16:13:44.901Z[ host-image] Sep 23 16:13:43.664 INFO O| Sep 23 16:13:43.664 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33212024-09-23T16:13:45.447Z[ host-image] Sep 23 16:13:44.210 INFO O| Sep 23 16:13:44.210 INFO STEP 3 (pkg_set_publisher) COMPLETE
33222024-09-23T16:13:45.447Z[ host-image] Sep 23 16:13:44.210 INFO O| Sep 23 16:13:44.210 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33232024-09-23T16:13:45.450Z[ host-image] Sep 23 16:13:44.210 INFO O| Sep 23 16:13:44.210 INFO skip step because feature "repo_redist" is not enabled
33242024-09-23T16:13:45.450Z[ host-image] Sep 23 16:13:44.210 INFO O| Sep 23 16:13:44.210 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33252024-09-23T16:13:45.976Z[ host-image] Sep 23 16:13:44.739 INFO O| Sep 23 16:13:44.739 INFO variant opensolaris.zone is already global
33262024-09-23T16:13:45.976Z[ host-image] Sep 23 16:13:44.739 INFO O| Sep 23 16:13:44.739 INFO STEP 5 (pkg_change_variant) COMPLETE
33272024-09-23T16:13:45.978Z[ host-image] Sep 23 16:13:44.739 INFO O| Sep 23 16:13:44.739 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-09-23T16:13:46.383Z[ host-image] Sep 23 16:13:45.146 INFO O| Sep 23 16:13:45.146 INFO variant opensolaris.imagetype is full; changing to partial
33292024-09-23T16:13:46.383Z[ host-image] Sep 23 16:13:45.146 INFO O| Sep 23 16:13:45.146 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33302024-09-23T16:13:51.999Z[ host-image] Sep 23 16:13:50.763 INFO O| Sep 23 16:13:50.762 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33312024-09-23T16:13:54.607Z[ host-image] Sep 23 16:13:53.371 INFO O| Sep 23 16:13:53.371 INFO O| Startup: Caching catalogs ... Done
33322024-09-23T16:13:54.657Z[ host-image] Sep 23 16:13:53.421 INFO O| Sep 23 16:13:53.421 INFO O| Planning: Planning completed in 0.00 seconds
33332024-09-23T16:13:54.661Z[ host-image] Sep 23 16:13:53.422 INFO O| Sep 23 16:13:53.422 INFO O| Planning: Consolidating action changes ... Done
33342024-09-23T16:13:54.662Z[ host-image] Sep 23 16:13:53.422 INFO O| Sep 23 16:13:53.422 INFO O| Planning: Evaluating mediators ... Done
33352024-09-23T16:13:54.662Z[ host-image] Sep 23 16:13:53.422 INFO O| Sep 23 16:13:53.422 INFO O| Planning: Planning completed in 0.00 seconds
33362024-09-23T16:13:54.662Z[ host-image] Sep 23 16:13:53.422 INFO O| Sep 23 16:13:53.422 INFO O| Variants/Facets to change: 1
33372024-09-23T16:13:54.675Z[ host-image] Sep 23 16:13:53.439 INFO O| Sep 23 16:13:53.439 INFO O| Done
33382024-09-23T16:13:54.675Z[ host-image] Sep 23 16:13:53.439 INFO O| Sep 23 16:13:53.439 INFO O| Done
33392024-09-23T16:13:55.049Z[ host-image] Sep 23 16:13:53.810 INFO O| Sep 23 16:13:53.810 INFO O| Done
33402024-09-23T16:13:55.070Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.44s
33412024-09-23T16:13:55.093Z[ host-image] Sep 23 16:13:53.839 INFO O| Sep 23 16:13:53.839 INFO O| Done
33422024-09-23T16:13:55.101Z[ host-image] Sep 23 16:13:53.840 INFO O| Sep 23 16:13:53.840 INFO O| Done
33432024-09-23T16:13:55.101Z[ host-image] Sep 23 16:13:53.840 INFO O| Sep 23 16:13:53.840 INFO O| Done
33442024-09-23T16:13:55.101Z[ host-image] Sep 23 16:13:53.841 INFO O| Sep 23 16:13:53.841 INFO O| Done
33452024-09-23T16:13:55.369Z[ host-image] Sep 23 16:13:54.133 INFO O| Sep 23 16:13:54.133 INFO STEP 6 (pkg_change_variant) COMPLETE
33462024-09-23T16:13:55.369Z[ host-image] Sep 23 16:13:54.133 INFO O| Sep 23 16:13:54.133 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33472024-09-23T16:13:55.373Z[ host-image] Sep 23 16:13:54.133 INFO O| Sep 23 16:13:54.133 INFO skip step because feature "debug_variant" is not enabled
33482024-09-23T16:13:55.373Z[ host-image] Sep 23 16:13:54.133 INFO O| Sep 23 16:13:54.133 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33492024-09-23T16:13:55.698Z[ host-image] Sep 23 16:13:54.462 INFO O| Sep 23 16:13:54.462 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33502024-09-23T16:13:56.160Z[ host-image] Sep 23 16:13:54.924 INFO O| Sep 23 16:13:54.924 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33512024-09-23T16:13:56.176Z[ host-image] Sep 23 16:13:54.925 INFO O| Sep 23 16:13:54.925 INFO O| Planning: Planning completed in 0.00 seconds
33522024-09-23T16:13:56.176Z[ host-image] Sep 23 16:13:54.925 INFO O| Sep 23 16:13:54.925 INFO O| Planning: Consolidating action changes ... Done
33532024-09-23T16:13:56.176Z[ host-image] Sep 23 16:13:54.925 INFO O| Sep 23 16:13:54.925 INFO O| Planning: Evaluating mediators ... Done
33542024-09-23T16:13:56.176Z[ host-image] Sep 23 16:13:54.926 INFO O| Sep 23 16:13:54.926 INFO O| Planning: Planning completed in 0.00 seconds
33552024-09-23T16:13:56.177Z[ host-image] Sep 23 16:13:54.926 INFO O| Sep 23 16:13:54.926 INFO O| Variants/Facets to change: 1
33562024-09-23T16:13:56.189Z[ host-image] Sep 23 16:13:54.944 INFO O| Sep 23 16:13:54.944 INFO O| Done
33572024-09-23T16:13:56.189Z[ host-image] Sep 23 16:13:54.944 INFO O| Sep 23 16:13:54.944 INFO O| Done
33582024-09-23T16:13:56.581Z[ host-image] Sep 23 16:13:55.250 INFO O| Sep 23 16:13:55.250 INFO O| Done
33592024-09-23T16:13:56.596Z[ host-image] Sep 23 16:13:55.286 INFO O| Sep 23 16:13:55.286 INFO O| Done
33602024-09-23T16:13:56.596Z[ host-image] Sep 23 16:13:55.287 INFO O| Sep 23 16:13:55.287 INFO O| Done
33612024-09-23T16:13:56.597Z[ host-image] Sep 23 16:13:55.287 INFO O| Sep 23 16:13:55.287 INFO O| Done
33622024-09-23T16:13:56.597Z[ host-image] Sep 23 16:13:55.288 INFO O| Sep 23 16:13:55.288 INFO O| Done
33632024-09-23T16:13:56.597Z[ host-image] Sep 23 16:13:55.339 INFO O| Sep 23 16:13:55.339 INFO STEP 8 (pkg_change_facet) COMPLETE
33642024-09-23T16:13:56.597Z[ host-image] Sep 23 16:13:55.339 INFO O| Sep 23 16:13:55.339 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33652024-09-23T16:13:56.597Z[ host-image] Sep 23 16:13:55.339 INFO O| Sep 23 16:13:55.339 INFO skip step because feature "recovery" is not enabled
33662024-09-23T16:13:56.597Z[ host-image] Sep 23 16:13:55.339 INFO O| Sep 23 16:13:55.339 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33672024-09-23T16:13:56.597Z[ host-image] Sep 23 16:13:55.339 INFO O| Sep 23 16:13:55.339 INFO skip step because feature "recovery" is not enabled
33682024-09-23T16:13:56.597Z[ host-image] Sep 23 16:13:55.339 INFO O| Sep 23 16:13:55.339 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33692024-09-23T16:13:56.603Z[ host-image] Sep 23 16:13:55.350 INFO O| Sep 23 16:13:55.350 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
33702024-09-23T16:13:56.705ZSep 23 16:13:55.469 INFO [recovery-package] process exited with exit status: 0 (24.335952472s)
33712024-09-23T16:13:56.705ZSep 23 16:13:55.469 INFO [recovery-stamp] running task
33722024-09-23T16:13:56.709ZSep 23 16:13:55.469 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33732024-09-23T16:13:56.713ZSep 23 16:13:55.475 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git64033be1a2e
33742024-09-23T16:13:56.722ZSep 23 16:13:55.481 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+git64033be1a2e
33752024-09-23T16:13:56.727Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33762024-09-23T16:13:56.735Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33772024-09-23T16:13:56.788Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33782024-09-23T16:13:56.802ZSep 23 16:13:55.555 INFO [stamp-installinator] process exited with exit status: 0 (80.316191ms)
33792024-09-23T16:13:56.835Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33802024-09-23T16:13:56.839ZSep 23 16:13:55.603 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (121.152124ms)
33812024-09-23T16:13:56.839ZSep 23 16:13:55.603 INFO [recovery-stamp] task succeeded (133.576957ms)
33822024-09-23T16:13:56.839ZSep 23 16:13:55.603 INFO [recovery-proto] running task
33832024-09-23T16:13:56.839ZSep 23 16:13:55.603 INFO [tuf-stamp] running task
33842024-09-23T16:13:56.844ZSep 23 16:13:55.604 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+git64033be1a2e
33852024-09-23T16:13:56.852ZSep 23 16:13:55.612 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+git64033be1a2e
33862024-09-23T16:13:56.859ZSep 23 16:13:55.620 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+git64033be1a2e
33872024-09-23T16:13:56.865Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33882024-09-23T16:13:56.865ZSep 23 16:13:55.629 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+git64033be1a2e
33892024-09-23T16:13:56.871Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33902024-09-23T16:13:56.896ZSep 23 16:13:55.638 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+git64033be1a2e
33912024-09-23T16:13:56.906Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33922024-09-23T16:13:56.906ZSep 23 16:13:55.647 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+git64033be1a2e
33932024-09-23T16:13:56.906Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33942024-09-23T16:13:56.906Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33952024-09-23T16:13:56.906ZSep 23 16:13:55.662 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+git64033be1a2e
33962024-09-23T16:13:56.913ZSep 23 16:13:55.677 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+git64033be1a2e
33972024-09-23T16:13:56.943Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33982024-09-23T16:13:56.955Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33992024-09-23T16:13:56.955ZSep 23 16:13:55.708 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+git64033be1a2e
34002024-09-23T16:13:57.000Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34012024-09-23T16:13:57.009ZSep 23 16:13:55.764 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+git64033be1a2e
34022024-09-23T16:13:57.101Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34032024-09-23T16:13:57.107ZSep 23 16:13:55.865 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+git64033be1a2e
34042024-09-23T16:13:57.107ZSep 23 16:13:55.866 INFO [recovery-proto] task succeeded (262.44466ms)
34052024-09-23T16:13:57.107ZSep 23 16:13:55.866 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpUHZlYQ/proto/recovery/root -N 'recovery 64033be/${os_short_commit} 2024-09-23 15:52' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34062024-09-23T16:13:57.140Z[ recovery-image] Sep 23 16:13:55.904 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34072024-09-23T16:13:57.140Z[ recovery-image] Sep 23 16:13:55.904 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34082024-09-23T16:13:57.156Z[ recovery-image] Sep 23 16:13:55.920 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpUHZlYQ/proto/recovery/root"
34092024-09-23T16:13:57.156Z[ recovery-image] Sep 23 16:13:55.920 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34102024-09-23T16:13:57.163Z[ recovery-image] Sep 23 16:13:55.920 INFO image builder template: ramdisk-01-os...
34112024-09-23T16:13:57.163Z[ recovery-image] Sep 23 16:13:55.920 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpUHZlYQ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34122024-09-23T16:13:57.163Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34132024-09-23T16:13:57.172Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34142024-09-23T16:13:57.172Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34152024-09-23T16:13:57.217Z[ recovery-image] Sep 23 16:13:55.969 INFO O| Sep 23 16:13:55.969 INFO CREATE DATASET: rpool/images/build/recovery/output
34162024-09-23T16:13:57.228ZSep 23 16:13:55.980 INFO [stamp-probe] process exited with exit status: 0 (215.38638ms)
34172024-09-23T16:13:57.241Z[ host-image] Sep 23 16:13:55.990 INFO O| Sep 23 16:13:55.990 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34182024-09-23T16:13:57.500Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34192024-09-23T16:13:57.556ZSep 23 16:13:56.319 INFO [stamp-ntp] process exited with exit status: 0 (699.304182ms)
34202024-09-23T16:13:57.579Z[ recovery-image] Sep 23 16:13:56.336 INFO O| Sep 23 16:13:56.336 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34212024-09-23T16:13:57.588Z[ recovery-image] Sep 23 16:13:56.342 INFO O| Sep 23 16:13:56.342 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34222024-09-23T16:14:01.762Z[ recovery-image] Sep 23 16:13:56.727 INFO O| Sep 23 16:13:56.727 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34232024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:56.828 INFO O| Sep 23 16:13:56.828 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34242024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:56.828 INFO O| Sep 23 16:13:56.828 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34252024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:56.828 INFO O| Sep 23 16:13:56.828 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34262024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:56.828 INFO O| Sep 23 16:13:56.828 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34272024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:56.852 INFO O| Sep 23 16:13:56.852 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34282024-09-23T16:14:01.823Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34292024-09-23T16:14:01.823ZSep 23 16:13:56.894 INFO [stamp-internal-dns] process exited with exit status: 0 (1.281924414s)
34302024-09-23T16:14:01.823Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34312024-09-23T16:14:01.823Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34322024-09-23T16:14:01.823ZSep 23 16:13:57.078 INFO [stamp-external-dns] process exited with exit status: 0 (1.401555183s)
34332024-09-23T16:14:01.823ZSep 23 16:13:57.085 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.438243801s)
34342024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:57.247 INFO O| Sep 23 16:13:57.247 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34352024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:57.262 INFO O| Sep 23 16:13:57.262 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
34362024-09-23T16:14:01.823Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34372024-09-23T16:14:01.823Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
34382024-09-23T16:14:01.823ZSep 23 16:13:57.421 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.783296182s)
34392024-09-23T16:14:01.823Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34402024-09-23T16:14:01.823Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34412024-09-23T16:14:01.823ZSep 23 16:13:57.746 INFO [stamp-oximeter] process exited with exit status: 0 (2.037088979s)
34422024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:57.780 INFO O| Sep 23 16:13:57.780 INFO O| Caching catalogs ... Done
34432024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:57.886 INFO O| Sep 23 16:13:57.886 INFO STEP 0 (pkg_image_create) COMPLETE
34442024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:57.886 INFO O| Sep 23 16:13:57.886 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34452024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:57.886 INFO O| Sep 23 16:13:57.886 INFO skip step because feature "repo_redist" is not enabled
34462024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:57.886 INFO O| Sep 23 16:13:57.886 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34472024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:57.901 INFO O| Sep 23 16:13:57.901 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
34482024-09-23T16:14:01.823Z[ recovery-image] Sep 23 16:13:58.338 INFO O| Sep 23 16:13:58.338 INFO STEP 2 (pkg_set_publisher) COMPLETE
34492024-09-23T16:14:01.824Z[ recovery-image] Sep 23 16:13:58.338 INFO O| Sep 23 16:13:58.338 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34502024-09-23T16:14:01.824Z[ recovery-image] Sep 23 16:13:58.354 INFO O| Sep 23 16:13:58.354 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
34512024-09-23T16:14:01.824Z[ recovery-image] Sep 23 16:13:58.825 INFO O| Sep 23 16:13:58.825 INFO STEP 3 (pkg_set_publisher) COMPLETE
34522024-09-23T16:14:01.824Z[ recovery-image] Sep 23 16:13:58.825 INFO O| Sep 23 16:13:58.825 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34532024-09-23T16:14:01.824Z[ recovery-image] Sep 23 16:13:58.825 INFO O| Sep 23 16:13:58.825 INFO skip step because feature "repo_redist" is not enabled
34542024-09-23T16:14:01.824Z[ recovery-image] Sep 23 16:13:58.825 INFO O| Sep 23 16:13:58.825 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34552024-09-23T16:14:01.824Z[ recovery-image] Sep 23 16:13:59.347 INFO O| Sep 23 16:13:59.347 INFO variant opensolaris.zone is already global
34562024-09-23T16:14:01.824Z[ recovery-image] Sep 23 16:13:59.347 INFO O| Sep 23 16:13:59.347 INFO STEP 5 (pkg_change_variant) COMPLETE
34572024-09-23T16:14:01.824Z[ recovery-image] Sep 23 16:13:59.347 INFO O| Sep 23 16:13:59.347 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34582024-09-23T16:14:01.824Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34592024-09-23T16:14:01.824ZSep 23 16:13:59.552 INFO [stamp-nexus] process exited with exit status: 0 (3.889834218s)
34602024-09-23T16:14:01.824Z[ recovery-image] Sep 23 16:13:59.830 INFO O| Sep 23 16:13:59.830 INFO variant opensolaris.imagetype is full; changing to partial
34612024-09-23T16:14:01.824Z[ recovery-image] Sep 23 16:13:59.831 INFO O| Sep 23 16:13:59.830 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34622024-09-23T16:14:02.309Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34632024-09-23T16:14:02.314ZSep 23 16:14:01.079 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.212938926s)
34642024-09-23T16:14:03.477Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34652024-09-23T16:14:03.479Z[verify-libraries] Compiling polyval v0.6.2
34662024-09-23T16:14:03.621Z[verify-libraries] Compiling ctr v0.9.2
34672024-09-23T16:14:03.638Z[verify-libraries] Compiling ssh-encoding v0.2.0
34682024-09-23T16:14:03.638Z[verify-libraries] Compiling blowfish v0.9.1
34692024-09-23T16:14:03.658Z[verify-libraries] Compiling password-hash v0.4.2
34702024-09-23T16:14:03.658Z[verify-libraries] Compiling matches v0.1.10
34712024-09-23T16:14:04.018Z[verify-libraries] Compiling ghash v0.5.1
34722024-09-23T16:14:04.202Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34732024-09-23T16:14:04.202Z[verify-libraries] Compiling idna v0.2.3
34742024-09-23T16:14:04.204Z[verify-libraries] Compiling p521 v0.13.3
34752024-09-23T16:14:04.431Z[verify-libraries] Compiling aes-gcm v0.10.3
34762024-09-23T16:14:04.433Z[verify-libraries] Compiling p256 v0.13.2
34772024-09-23T16:14:05.081Z[verify-libraries] Compiling ssh-cipher v0.2.0
34782024-09-23T16:14:05.353Z[verify-libraries] Compiling pbkdf2 v0.11.0
34792024-09-23T16:14:05.413Z[verify-libraries] Compiling enum-as-inner v0.5.1
34802024-09-23T16:14:06.012Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34812024-09-23T16:14:06.048ZSep 23 16:14:04.813 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.209598432s)
34822024-09-23T16:14:06.275Z[verify-libraries] Compiling ssh-key v0.6.6
34832024-09-23T16:14:06.349Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34842024-09-23T16:14:06.353ZSep 23 16:14:05.118 INFO [stamp-clickhouse] process exited with exit status: 0 (9.489407137s)
34852024-09-23T16:14:06.353ZSep 23 16:14:05.118 INFO [tuf-stamp] task succeeded (9.515583164s)
34862024-09-23T16:14:06.387Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34872024-09-23T16:14:06.655Z[ recovery-image] Sep 23 16:14:05.419 INFO O| Sep 23 16:14:05.419 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34882024-09-23T16:14:06.923Z[verify-libraries] Compiling md5 v0.7.0
34892024-09-23T16:14:07.026Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34902024-09-23T16:14:07.080Z[verify-libraries] Compiling num-bigint v0.4.5
34912024-09-23T16:14:07.749Z[verify-libraries] Compiling des v0.8.1
34922024-09-23T16:14:08.436Z[verify-libraries] Compiling hex-literal v0.4.1
34932024-09-23T16:14:08.568Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34942024-09-23T16:14:08.878Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34952024-09-23T16:14:09.631Z[verify-libraries] Compiling russh-keys v0.45.0
34962024-09-23T16:14:10.204Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34972024-09-23T16:14:11.313Z[verify-libraries] Compiling internet-checksum v0.2.1
34982024-09-23T16:14:11.908Z[ recovery-image] Sep 23 16:14:10.673 INFO O| Sep 23 16:14:10.673 INFO O| Startup: Caching catalogs ... Done
34992024-09-23T16:14:11.989Z[ recovery-image] Sep 23 16:14:10.747 INFO O| Sep 23 16:14:10.747 INFO O| Planning: Planning completed in 0.00 seconds
35002024-09-23T16:14:11.989Z[ recovery-image] Sep 23 16:14:10.748 INFO O| Sep 23 16:14:10.748 INFO O| Planning: Consolidating action changes ... Done
35012024-09-23T16:14:11.989Z[ recovery-image] Sep 23 16:14:10.748 INFO O| Sep 23 16:14:10.748 INFO O| Planning: Evaluating mediators ... Done
35022024-09-23T16:14:11.989Z[ recovery-image] Sep 23 16:14:10.749 INFO O| Sep 23 16:14:10.749 INFO O| Planning: Planning completed in 0.00 seconds
35032024-09-23T16:14:11.992Z[ recovery-image] Sep 23 16:14:10.749 INFO O| Sep 23 16:14:10.749 INFO O| Variants/Facets to change: 1
35042024-09-23T16:14:11.995Z[verify-libraries] Compiling heck v0.4.1
35052024-09-23T16:14:12.166Z[ recovery-image] Sep 23 16:14:10.931 INFO O| Sep 23 16:14:10.930 INFO O| Done
35062024-09-23T16:14:12.166Z[ recovery-image] Sep 23 16:14:10.931 INFO O| Sep 23 16:14:10.931 INFO O| Done
35072024-09-23T16:14:13.081Z[ recovery-image] Sep 23 16:14:11.774 INFO O| Sep 23 16:14:11.774 INFO O| Done
35082024-09-23T16:14:13.218Z[ recovery-image] Sep 23 16:14:11.820 INFO O| Sep 23 16:14:11.820 INFO O| Done
35092024-09-23T16:14:13.218Z[ recovery-image] Sep 23 16:14:11.822 INFO O| Sep 23 16:14:11.821 INFO O| Done
35102024-09-23T16:14:13.218Z[ recovery-image] Sep 23 16:14:11.822 INFO O| Sep 23 16:14:11.822 INFO O| Done
35112024-09-23T16:14:13.218Z[ recovery-image] Sep 23 16:14:11.824 INFO O| Sep 23 16:14:11.823 INFO O| Done
35122024-09-23T16:14:13.452Z[verify-libraries] Compiling dhcproto v0.12.0
35132024-09-23T16:14:13.659Z[ recovery-image] Sep 23 16:14:12.423 INFO O| Sep 23 16:14:12.423 INFO STEP 6 (pkg_change_variant) COMPLETE
35142024-09-23T16:14:13.659Z[ recovery-image] Sep 23 16:14:12.423 INFO O| Sep 23 16:14:12.423 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35152024-09-23T16:14:13.662Z[ recovery-image] Sep 23 16:14:12.423 INFO O| Sep 23 16:14:12.423 INFO skip step because feature "debug_variant" is not enabled
35162024-09-23T16:14:13.662Z[ recovery-image] Sep 23 16:14:12.423 INFO O| Sep 23 16:14:12.423 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35172024-09-23T16:14:14.506Z[ recovery-image] Sep 23 16:14:13.271 INFO O| Sep 23 16:14:13.271 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35182024-09-23T16:14:15.523Z[ recovery-image] Sep 23 16:14:14.288 INFO O| Sep 23 16:14:14.288 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35192024-09-23T16:14:15.526Z[ recovery-image] Sep 23 16:14:14.291 INFO O| Sep 23 16:14:14.290 INFO O| Planning: Planning completed in 0.00 seconds
35202024-09-23T16:14:15.527Z[ recovery-image] Sep 23 16:14:14.291 INFO O| Sep 23 16:14:14.291 INFO O| Planning: Consolidating action changes ... Done
35212024-09-23T16:14:15.527Z[ recovery-image] Sep 23 16:14:14.292 INFO O| Sep 23 16:14:14.292 INFO O| Planning: Evaluating mediators ... Done
35222024-09-23T16:14:15.530Z[ recovery-image] Sep 23 16:14:14.292 INFO O| Sep 23 16:14:14.292 INFO O| Planning: Planning completed in 0.00 seconds
35232024-09-23T16:14:15.530Z[ recovery-image] Sep 23 16:14:14.293 INFO O| Sep 23 16:14:14.292 INFO O| Variants/Facets to change: 1
35242024-09-23T16:14:15.620Z[ recovery-image] Sep 23 16:14:14.386 INFO O| Sep 23 16:14:14.385 INFO O| Done
35252024-09-23T16:14:15.621Z[ recovery-image] Sep 23 16:14:14.386 INFO O| Sep 23 16:14:14.385 INFO O| Done
35262024-09-23T16:14:16.187Z[ recovery-image] Sep 23 16:14:14.952 INFO O| Sep 23 16:14:14.952 INFO O| Done
35272024-09-23T16:14:16.243Z[ recovery-image] Sep 23 16:14:15.008 INFO O| Sep 23 16:14:15.007 INFO O| Done
35282024-09-23T16:14:16.246Z[ recovery-image] Sep 23 16:14:15.009 INFO O| Sep 23 16:14:15.009 INFO O| Done
35292024-09-23T16:14:16.246Z[ recovery-image] Sep 23 16:14:15.009 INFO O| Sep 23 16:14:15.009 INFO O| Done
35302024-09-23T16:14:16.249Z[ recovery-image] Sep 23 16:14:15.011 INFO O| Sep 23 16:14:15.011 INFO O| Done
35312024-09-23T16:14:16.395Z[ recovery-image] Sep 23 16:14:15.160 INFO O| Sep 23 16:14:15.160 INFO STEP 8 (pkg_change_facet) COMPLETE
35322024-09-23T16:14:16.395Z[ recovery-image] Sep 23 16:14:15.160 INFO O| Sep 23 16:14:15.160 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35332024-09-23T16:14:17.115Z[verify-libraries] Compiling russh v0.45.0
35342024-09-23T16:14:17.176Z[ recovery-image] Sep 23 16:14:15.941 INFO O| Sep 23 16:14:15.941 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
35352024-09-23T16:14:18.247Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35362024-09-23T16:14:18.282Z[ recovery-image] Sep 23 16:14:17.047 INFO O| Sep 23 16:14:17.047 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35372024-09-23T16:14:18.285Z[ recovery-image] Sep 23 16:14:17.050 INFO O| Sep 23 16:14:17.049 INFO O| Planning: Planning completed in 0.00 seconds
35382024-09-23T16:14:18.288Z[ recovery-image] Sep 23 16:14:17.051 INFO O| Sep 23 16:14:17.051 INFO O| Planning: Consolidating action changes ... Done
35392024-09-23T16:14:18.288Z[ recovery-image] Sep 23 16:14:17.051 INFO O| Sep 23 16:14:17.051 INFO O| Planning: Evaluating mediators ... Done
35402024-09-23T16:14:18.288Z[ recovery-image] Sep 23 16:14:17.052 INFO O| Sep 23 16:14:17.052 INFO O| Planning: Planning completed in 0.00 seconds
35412024-09-23T16:14:18.288Z[ recovery-image] Sep 23 16:14:17.052 INFO O| Sep 23 16:14:17.052 INFO O| Variants/Facets to change: 1
35422024-09-23T16:14:18.331Z[ recovery-image] Sep 23 16:14:17.096 INFO O| Sep 23 16:14:17.096 INFO O| Done
35432024-09-23T16:14:18.331Z[ recovery-image] Sep 23 16:14:17.096 INFO O| Sep 23 16:14:17.096 INFO O| Done
35442024-09-23T16:14:18.996Z[ recovery-image] Sep 23 16:14:17.761 INFO O| Sep 23 16:14:17.761 INFO O| Done
35452024-09-23T16:14:19.107Z[ recovery-image] Sep 23 16:14:17.865 INFO O| Sep 23 16:14:17.865 INFO O| Done
35462024-09-23T16:14:19.110Z[ recovery-image] Sep 23 16:14:17.866 INFO O| Sep 23 16:14:17.866 INFO O| Done
35472024-09-23T16:14:19.110Z[ recovery-image] Sep 23 16:14:17.866 INFO O| Sep 23 16:14:17.866 INFO O| Done
35482024-09-23T16:14:19.110Z[ recovery-image] Sep 23 16:14:17.868 INFO O| Sep 23 16:14:17.868 INFO O| Done
35492024-09-23T16:14:19.190Z[ recovery-image] Sep 23 16:14:17.955 INFO O| Sep 23 16:14:17.955 INFO STEP 9 (pkg_change_facet) COMPLETE
35502024-09-23T16:14:19.190Z[ recovery-image] Sep 23 16:14:17.955 INFO O| Sep 23 16:14:17.955 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-09-23T16:14:19.793Z[ recovery-image] Sep 23 16:14:18.558 INFO O| Sep 23 16:14:18.558 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35522024-09-23T16:14:20.903Z[ recovery-image] Sep 23 16:14:19.668 INFO O| Sep 23 16:14:19.668 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35532024-09-23T16:14:20.906Z[ recovery-image] Sep 23 16:14:19.670 INFO O| Sep 23 16:14:19.669 INFO O| Planning: Planning completed in 0.00 seconds
35542024-09-23T16:14:20.906Z[ recovery-image] Sep 23 16:14:19.670 INFO O| Sep 23 16:14:19.670 INFO O| Planning: Consolidating action changes ... Done
35552024-09-23T16:14:20.906Z[ recovery-image] Sep 23 16:14:19.670 INFO O| Sep 23 16:14:19.670 INFO O| Planning: Evaluating mediators ... Done
35562024-09-23T16:14:20.906Z[ recovery-image] Sep 23 16:14:19.671 INFO O| Sep 23 16:14:19.671 INFO O| Planning: Planning completed in 0.00 seconds
35572024-09-23T16:14:20.906Z[ recovery-image] Sep 23 16:14:19.671 INFO O| Sep 23 16:14:19.671 INFO O| Variants/Facets to change: 1
35582024-09-23T16:14:20.999Z[ recovery-image] Sep 23 16:14:19.764 INFO O| Sep 23 16:14:19.764 INFO O| Done
35592024-09-23T16:14:20.999Z[ recovery-image] Sep 23 16:14:19.764 INFO O| Sep 23 16:14:19.764 INFO O| Done
35602024-09-23T16:14:21.627Z[ recovery-image] Sep 23 16:14:20.392 INFO O| Sep 23 16:14:20.391 INFO O| Done
35612024-09-23T16:14:21.685Z[ recovery-image] Sep 23 16:14:20.450 INFO O| Sep 23 16:14:20.450 INFO O| Done
35622024-09-23T16:14:21.688Z[ recovery-image] Sep 23 16:14:20.451 INFO O| Sep 23 16:14:20.451 INFO O| Done
35632024-09-23T16:14:21.688Z[ recovery-image] Sep 23 16:14:20.451 INFO O| Sep 23 16:14:20.451 INFO O| Done
35642024-09-23T16:14:21.691Z[ recovery-image] Sep 23 16:14:20.454 INFO O| Sep 23 16:14:20.454 INFO O| Done
35652024-09-23T16:14:21.799Z[ recovery-image] Sep 23 16:14:20.564 INFO O| Sep 23 16:14:20.564 INFO STEP 10 (pkg_change_facet) COMPLETE
35662024-09-23T16:14:21.799Z[ recovery-image] Sep 23 16:14:20.564 INFO O| Sep 23 16:14:20.564 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-09-23T16:14:21.817Z[ recovery-image] Sep 23 16:14:20.583 INFO O| Sep 23 16:14:20.583 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
35682024-09-23T16:14:22.857Z[ recovery-image] Sep 23 16:14:21.623 INFO O| Sep 23 16:14:21.622 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35692024-09-23T16:14:25.046Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35702024-09-23T16:14:27.265Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35712024-09-23T16:14:27.736Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35722024-09-23T16:14:28.365Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35732024-09-23T16:14:28.647Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35742024-09-23T16:14:28.895Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35752024-09-23T16:14:29.190Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35762024-09-23T16:14:30.810Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35772024-09-23T16:14:31.098Z[ host-image] Sep 23 16:14:29.864 INFO O| Sep 23 16:14:29.864 INFO O| Planning: Solver setup ... Done
35782024-09-23T16:14:31.478Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35792024-09-23T16:14:34.984Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35802024-09-23T16:14:39.883Z[verify-libraries] Compiling termios v0.3.3
35812024-09-23T16:14:40.346Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35822024-09-23T16:14:59.332Z[ recovery-image] Sep 23 16:14:58.100 INFO O| Sep 23 16:14:58.099 INFO O| Planning: Solver setup ... Done
35832024-09-23T16:15:03.089Z[ host-image] Sep 23 16:15:01.857 INFO O| Sep 23 16:15:01.857 INFO O| Planning: Running solver ... Done
35842024-09-23T16:15:03.519Z[ host-image] Sep 23 16:15:02.287 INFO O| Sep 23 16:15:02.287 INFO O| Planning: Finding local manifests ... Done
35852024-09-23T16:15:03.532Z[ host-image] Sep 23 16:15:02.300 INFO O| Sep 23 16:15:02.300 INFO O| Planning: Fetching manifests: 0/124 0% complete
35862024-09-23T16:15:06.235Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35872024-09-23T16:15:08.671Z[ host-image] Sep 23 16:15:07.439 INFO O| Sep 23 16:15:07.439 INFO O| Planning: Fetching manifests: 124/124 100% complete
35882024-09-23T16:15:09.928Z[ host-image] Sep 23 16:15:08.696 INFO O| Sep 23 16:15:08.696 INFO O| Planning: Package planning ... Done
35892024-09-23T16:15:11.666Z[ host-image] Sep 23 16:15:10.435 INFO O| Sep 23 16:15:10.435 INFO O| Planning: Merging actions ... Done
35902024-09-23T16:15:12.228Z[ host-image] Sep 23 16:15:10.996 INFO O| Sep 23 16:15:10.996 INFO O| Planning: Checking for conflicting actions ... Done
35912024-09-23T16:15:12.717Z[ host-image] Sep 23 16:15:11.485 INFO O| Sep 23 16:15:11.485 INFO O| Planning: Consolidating action changes ... Done
35922024-09-23T16:15:13.268Z[ host-image] Sep 23 16:15:12.037 INFO O| Sep 23 16:15:12.037 INFO O| Planning: Evaluating mediators ... Done
35932024-09-23T16:15:19.684Z[ host-image] Sep 23 16:15:18.453 INFO O| Sep 23 16:15:18.453 INFO O| Planning: Planning completed in 82.46 seconds
35942024-09-23T16:15:19.692Z[ host-image] Sep 23 16:15:18.461 INFO O| Sep 23 16:15:18.461 INFO O| Packages to install: 124
35952024-09-23T16:15:19.695Z[ host-image] Sep 23 16:15:18.461 INFO O| Sep 23 16:15:18.461 INFO O| Mediators to change: 4
35962024-09-23T16:15:19.695Z[ host-image] Sep 23 16:15:18.461 INFO O| Sep 23 16:15:18.461 INFO O| Services to change: 6
35972024-09-23T16:15:19.800Z[ host-image] Sep 23 16:15:18.569 INFO O| Sep 23 16:15:18.568 INFO O| Download: 0/22731 items 0.0/196.5MB 0% complete
35982024-09-23T16:15:24.800Z[ host-image] Sep 23 16:15:23.570 INFO O| Sep 23 16:15:23.570 INFO O| Download: 797/22731 items 4.9/196.5MB 2% complete (1015k/s)
35992024-09-23T16:15:29.808Z[ host-image] Sep 23 16:15:28.578 INFO O| Sep 23 16:15:28.578 INFO O| Download: 1596/22731 items 9.6/196.5MB 4% complete (1016k/s)
36002024-09-23T16:15:30.959Z[ recovery-image] Sep 23 16:15:29.728 INFO O| Sep 23 16:15:29.728 INFO O| Planning: Running solver ... Done
36012024-09-23T16:15:31.280Z[ recovery-image] Sep 23 16:15:30.049 INFO O| Sep 23 16:15:30.049 INFO O| Planning: Finding local manifests ... Done
36022024-09-23T16:15:31.298Z[ recovery-image] Sep 23 16:15:30.067 INFO O| Sep 23 16:15:30.067 INFO O| Planning: Fetching manifests: 0/124 0% complete
36032024-09-23T16:15:34.812Z[ host-image] Sep 23 16:15:33.582 INFO O| Sep 23 16:15:33.582 INFO O| Download: 1782/22731 items 12.0/196.5MB 6% complete (734k/s)
36042024-09-23T16:15:36.243Z[ recovery-image] Sep 23 16:15:35.013 INFO O| Sep 23 16:15:35.013 INFO O| Planning: Fetching manifests: 124/124 100% complete
36052024-09-23T16:15:37.258Z[ recovery-image] Sep 23 16:15:36.028 INFO O| Sep 23 16:15:36.028 INFO O| Planning: Package planning ... Done
36062024-09-23T16:15:38.193Z[ recovery-image] Sep 23 16:15:36.963 INFO O| Sep 23 16:15:36.963 INFO O| Planning: Merging actions ... Done
36072024-09-23T16:15:38.398Z[ recovery-image] Sep 23 16:15:37.168 INFO O| Sep 23 16:15:37.168 INFO O| Planning: Checking for conflicting actions ... Done
36082024-09-23T16:15:38.519Z[ recovery-image] Sep 23 16:15:37.289 INFO O| Sep 23 16:15:37.289 INFO O| Planning: Consolidating action changes ... Done
36092024-09-23T16:15:38.889Z[ recovery-image] Sep 23 16:15:37.659 INFO O| Sep 23 16:15:37.659 INFO O| Planning: Evaluating mediators ... Done
36102024-09-23T16:15:39.812Z[ host-image] Sep 23 16:15:38.583 INFO O| Sep 23 16:15:38.583 INFO O| Download: 2114/22731 items 23.7/196.5MB 12% complete (1.4M/s)
36112024-09-23T16:15:43.999Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36122024-09-23T16:15:44.824Z[ host-image] Sep 23 16:15:43.594 INFO O| Sep 23 16:15:43.594 INFO O| Download: 2501/22731 items 30.4/196.5MB 15% complete (1.8M/s)
36132024-09-23T16:15:45.361Z[ recovery-image] Sep 23 16:15:44.131 INFO O| Sep 23 16:15:44.131 INFO O| Planning: Planning completed in 82.51 seconds
36142024-09-23T16:15:45.384Z[ recovery-image] Sep 23 16:15:44.155 INFO O| Sep 23 16:15:44.155 INFO O| Packages to install: 124
36152024-09-23T16:15:45.387Z[ recovery-image] Sep 23 16:15:44.155 INFO O| Sep 23 16:15:44.155 INFO O| Mediators to change: 4
36162024-09-23T16:15:45.387Z[ recovery-image] Sep 23 16:15:44.155 INFO O| Sep 23 16:15:44.155 INFO O| Services to change: 5
36172024-09-23T16:15:45.475Z[ recovery-image] Sep 23 16:15:44.245 INFO O| Sep 23 16:15:44.245 INFO O| Download: 0/15834 items 0.0/173.3MB 0% complete
36182024-09-23T16:15:49.824Z[ host-image] Sep 23 16:15:48.595 INFO O| Sep 23 16:15:48.595 INFO O| Download: 3234/22731 items 34.0/196.5MB 17% complete (1.1M/s)
36192024-09-23T16:15:50.476Z[ recovery-image] Sep 23 16:15:49.247 INFO O| Sep 23 16:15:49.247 INFO O| Download: 446/15834 items 3.6/173.3MB 2% complete (737k/s)
36202024-09-23T16:15:53.318Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36212024-09-23T16:15:54.184Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36222024-09-23T16:15:54.852Z[ host-image] Sep 23 16:15:53.623 INFO O| Sep 23 16:15:53.623 INFO O| Download: 3521/22731 items 35.7/196.5MB 18% complete (642k/s)
36232024-09-23T16:15:55.657Z[ recovery-image] Sep 23 16:15:54.429 INFO O| Sep 23 16:15:54.428 INFO O| Download: 1071/15834 items 8.7/173.3MB 5% complete (888k/s)
36242024-09-23T16:15:58.224Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36252024-09-23T16:15:59.863Z[ host-image] Sep 23 16:15:58.634 INFO O| Sep 23 16:15:58.634 INFO O| Download: 4429/22731 items 41.3/196.5MB 21% complete (736k/s)
36262024-09-23T16:16:00.990Z[ recovery-image] Sep 23 16:15:59.760 INFO O| Sep 23 16:15:59.760 INFO O| Download: 1178/15834 items 13.1/173.3MB 7% complete (882k/s)
36272024-09-23T16:16:04.866Z[ host-image] Sep 23 16:16:03.638 INFO O| Sep 23 16:16:03.638 INFO O| Download: 4799/22731 items 45.5/196.5MB 23% complete (987k/s)
36282024-09-23T16:16:05.989Z[ recovery-image] Sep 23 16:16:04.761 INFO O| Sep 23 16:16:04.761 INFO O| Download: 1544/15834 items 22.5/173.3MB 12% complete (1.4M/s)
36292024-09-23T16:16:10.238Z[ host-image] Sep 23 16:16:09.010 INFO O| Sep 23 16:16:09.010 INFO O| Download: 5744/22731 items 46.3/196.5MB 23% complete (535k/s)
36302024-09-23T16:16:11.103Z[ recovery-image] Sep 23 16:16:09.876 INFO O| Sep 23 16:16:09.876 INFO O| Download: 1919/15834 items 29.0/173.3MB 16% complete (1.7M/s)
36312024-09-23T16:16:15.243Z[ host-image] Sep 23 16:16:14.016 INFO O| Sep 23 16:16:14.015 INFO O| Download: 6440/22731 items 46.6/196.5MB 23% complete (101k/s)
36322024-09-23T16:16:16.120Z[ recovery-image] Sep 23 16:16:14.893 INFO O| Sep 23 16:16:14.893 INFO O| Download: 2641/15834 items 33.0/173.3MB 19% complete (1.1M/s)
36332024-09-23T16:16:20.850Z[ host-image] Sep 23 16:16:19.623 INFO O| Sep 23 16:16:19.623 INFO O| Download: 6855/22731 items 49.0/196.5MB 24% complete (266k/s)
36342024-09-23T16:16:21.125Z[ recovery-image] Sep 23 16:16:19.898 INFO O| Sep 23 16:16:19.897 INFO O| Download: 2999/15834 items 37.1/173.3MB 21% complete (829k/s)
36352024-09-23T16:16:26.182Z[ host-image] Sep 23 16:16:24.955 INFO O| Sep 23 16:16:24.955 INFO O| Download: 7011/22731 items 51.1/196.5MB 26% complete (417k/s)
36362024-09-23T16:16:26.351Z[ recovery-image] Sep 23 16:16:25.124 INFO O| Sep 23 16:16:25.124 INFO O| Download: 3667/15834 items 40.0/173.3MB 23% complete (721k/s)
36372024-09-23T16:16:27.430Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36382024-09-23T16:16:31.194Z[ host-image] Sep 23 16:16:29.962 INFO O| Sep 23 16:16:29.962 INFO O| Download: 7926/22731 items 59.5/196.5MB 30% complete (1.0M/s)
36392024-09-23T16:16:32.356Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36402024-09-23T16:16:32.478Z[ recovery-image] Sep 23 16:16:31.251 INFO O| Sep 23 16:16:31.251 INFO O| Download: 3748/15834 items 41.8/173.3MB 24% complete (666k/s)
36412024-09-23T16:16:36.455Z[ host-image] Sep 23 16:16:35.228 INFO O| Sep 23 16:16:35.228 INFO O| Download: 8132/22731 items 60.8/196.5MB 30% complete (962k/s)
36422024-09-23T16:16:37.529Z[ recovery-image] Sep 23 16:16:36.302 INFO O| Sep 23 16:16:36.302 INFO O| Download: 3929/15834 items 42.5/173.3MB 24% complete (256k/s)
36432024-09-23T16:16:37.594Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36442024-09-23T16:16:42.209Z[ host-image] Sep 23 16:16:40.982 INFO O| Sep 23 16:16:40.982 INFO O| Download: 8266/22731 items 65.7/196.5MB 33% complete (630k/s)
36452024-09-23T16:16:42.680Z[ recovery-image] Sep 23 16:16:41.454 INFO O| Sep 23 16:16:41.453 INFO O| Download: 4776/15834 items 43.0/173.3MB 24% complete (125k/s)
36462024-09-23T16:16:47.557Z[ host-image] Sep 23 16:16:46.331 INFO O| Sep 23 16:16:46.331 INFO O| Download: 8353/22731 items 68.9/196.5MB 35% complete (825k/s)
36472024-09-23T16:16:47.690Z[ recovery-image] Sep 23 16:16:46.464 INFO O| Sep 23 16:16:46.464 INFO O| Download: 5492/15834 items 43.4/173.3MB 25% complete (93.9k/s)
36482024-09-23T16:16:52.557Z[ host-image] Sep 23 16:16:51.332 INFO O| Sep 23 16:16:51.332 INFO O| Download: 8964/22731 items 72.2/196.5MB 36% complete (577k/s)
36492024-09-23T16:16:53.493Z[ recovery-image] Sep 23 16:16:52.267 INFO O| Sep 23 16:16:52.267 INFO O| Download: 5730/15834 items 46.4/173.3MB 26% complete (312k/s)
36502024-09-23T16:16:57.700Z[ host-image] Sep 23 16:16:56.475 INFO O| Sep 23 16:16:56.475 INFO O| Download: 9411/22731 items 81.8/196.5MB 41% complete (1.3M/s)
36512024-09-23T16:16:59.353Z[ recovery-image] Sep 23 16:16:58.128 INFO O| Sep 23 16:16:58.128 INFO O| Download: 5956/15834 items 53.7/173.3MB 31% complete (1.0M/s)
36522024-09-23T16:17:02.707Z[ host-image] Sep 23 16:17:01.482 INFO O| Sep 23 16:17:01.482 INFO O| Download: 10273/22731 items 86.9/196.5MB 44% complete (1.5M/s)
36532024-09-23T16:17:04.535Z[ recovery-image] Sep 23 16:17:03.310 INFO O| Sep 23 16:17:03.310 INFO O| Download: 6083/15834 items 54.4/173.3MB 31% complete (865k/s)
36542024-09-23T16:17:08.237Z[ host-image] Sep 23 16:17:07.012 INFO O| Sep 23 16:17:07.012 INFO O| Download: 10410/22731 items 87.9/196.5MB 44% complete (1014k/s)
36552024-09-23T16:17:09.542Z[ recovery-image] Sep 23 16:17:08.318 INFO O| Sep 23 16:17:08.318 INFO O| Download: 7197/15834 items 73.2/173.3MB 42% complete (2.0M/s)
36562024-09-23T16:17:14.098Z[ host-image] Sep 23 16:17:12.874 INFO O| Sep 23 16:17:12.874 INFO O| Download: 10861/22731 items 90.0/196.5MB 45% complete (301k/s)
36572024-09-23T16:17:15.398Z[ recovery-image] Sep 23 16:17:14.174 INFO O| Sep 23 16:17:14.174 INFO O| Download: 7208/15834 items 73.2/173.3MB 42% complete (2.0M/s)
36582024-09-23T16:17:19.919Z[ host-image] Sep 23 16:17:18.695 INFO O| Sep 23 16:17:18.695 INFO O| Download: 11205/22731 items 93.9/196.5MB 47% complete (680k/s)
36592024-09-23T16:17:20.432Z[ recovery-image] Sep 23 16:17:19.208 INFO O| Sep 23 16:17:19.208 INFO O| Download: 7633/15834 items 73.7/173.3MB 42% complete (46.3k/s)
36602024-09-23T16:17:24.921Z[ host-image] Sep 23 16:17:23.697 INFO O| Sep 23 16:17:23.697 INFO O| Download: 11580/22731 items 96.3/196.5MB 48% complete (468k/s)
36612024-09-23T16:17:25.699Z[ recovery-image] Sep 23 16:17:24.475 INFO O| Sep 23 16:17:24.475 INFO O| Download: 7920/15834 items 77.4/173.3MB 44% complete (399k/s)
36622024-09-23T16:17:30.714Z[ recovery-image] Sep 23 16:17:29.484 INFO O| Sep 23 16:17:29.484 INFO O| Download: 8482/15834 items 79.8/173.3MB 46% complete (730k/s)
36632024-09-23T16:17:31.171Z[ host-image] Sep 23 16:17:29.946 INFO O| Sep 23 16:17:29.945 INFO O| Download: 12007/22731 items 100.3/196.5MB 51% complete (652k/s)
36642024-09-23T16:17:36.344Z[ host-image] Sep 23 16:17:35.119 INFO O| Sep 23 16:17:35.119 INFO O| Download: 12105/22731 items 101.0/196.5MB 51% complete (459k/s)
36652024-09-23T16:17:36.720Z[ recovery-image] Sep 23 16:17:35.497 INFO O| Sep 23 16:17:35.497 INFO O| Download: 8674/15834 items 83.1/173.3MB 47% complete (521k/s)
36662024-09-23T16:17:41.721Z[ recovery-image] Sep 23 16:17:40.498 INFO O| Sep 23 16:17:40.498 INFO O| Download: 9090/15834 items 92.7/173.3MB 53% complete (1.1M/s)
36672024-09-23T16:17:43.335Z[ host-image] Sep 23 16:17:42.109 INFO O| Sep 23 16:17:42.109 INFO O| Download: 12116/22731 items 106.3/196.5MB 54% complete (607k/s)
36682024-09-23T16:17:46.947Z[ recovery-image] Sep 23 16:17:45.725 INFO O| Sep 23 16:17:45.725 INFO O| Download: 10542/15834 items 93.4/173.3MB 53% complete (1.1M/s)
36692024-09-23T16:17:48.332Z[ host-image] Sep 23 16:17:47.110 INFO O| Sep 23 16:17:47.110 INFO O| Download: 12403/22731 items 109.5/196.5MB 55% complete (669k/s)
36702024-09-23T16:17:52.216Z[ recovery-image] Sep 23 16:17:50.993 INFO O| Sep 23 16:17:50.993 INFO O| Download: 11013/15834 items 94.7/173.3MB 54% complete (191k/s)
36712024-09-23T16:17:53.332Z[ host-image] Sep 23 16:17:52.110 INFO O| Sep 23 16:17:52.110 INFO O| Download: 13313/22731 items 109.9/196.5MB 55% complete (367k/s)
36722024-09-23T16:17:57.378Z[ recovery-image] Sep 23 16:17:56.156 INFO O| Sep 23 16:17:56.155 INFO O| Download: 11424/15834 items 107.2/173.3MB 61% complete (1.4M/s)
36732024-09-23T16:17:58.333Z[ host-image] Sep 23 16:17:57.111 INFO O| Sep 23 16:17:57.111 INFO O| Download: 13955/22731 items 110.3/196.5MB 56% complete (79.5k/s)
36742024-09-23T16:18:05.193Z[ recovery-image] Sep 23 16:18:01.156 INFO O| Sep 23 16:18:01.156 INFO O| Download: 11923/15834 items 128.3/173.3MB 74% complete (3.4M/s)
36752024-09-23T16:18:05.193Z[ host-image] Sep 23 16:18:02.347 INFO O| Sep 23 16:18:02.347 INFO O| Download: 14482/22731 items 113.0/196.5MB 57% complete (268k/s)
36762024-09-23T16:18:07.378Z[ recovery-image] Sep 23 16:18:06.157 INFO O| Sep 23 16:18:06.157 INFO O| Download: 12669/15834 items 139.8/173.3MB 80% complete (3.3M/s)
36772024-09-23T16:18:08.569Z[ host-image] Sep 23 16:18:07.348 INFO O| Sep 23 16:18:07.348 INFO O| Download: 14639/22731 items 117.6/196.5MB 59% complete (723k/s)
36782024-09-23T16:18:12.381Z[ recovery-image] Sep 23 16:18:11.160 INFO O| Sep 23 16:18:11.160 INFO O| Download: 13424/15834 items 142.4/173.3MB 82% complete (1.4M/s)
36792024-09-23T16:18:13.719Z[ host-image] Sep 23 16:18:12.498 INFO O| Sep 23 16:18:12.498 INFO O| Download: 15545/22731 items 123.5/196.5MB 62% complete (1.2M/s)
36802024-09-23T16:18:17.384Z[ recovery-image] Sep 23 16:18:16.164 INFO O| Sep 23 16:18:16.164 INFO O| Download: 14446/15834 items 146.8/173.3MB 84% complete (711k/s)
36812024-09-23T16:18:18.807Z[ host-image] Sep 23 16:18:17.587 INFO O| Sep 23 16:18:17.587 INFO O| Download: 15742/22731 items 126.1/196.5MB 64% complete (933k/s)
36822024-09-23T16:18:22.385Z[ recovery-image] Sep 23 16:18:21.165 INFO O| Sep 23 16:18:21.164 INFO O| Download: 14871/15834 items 154.2/173.3MB 88% complete (1.2M/s)
36832024-09-23T16:18:23.820Z[ host-image] Sep 23 16:18:22.600 INFO O| Sep 23 16:18:22.600 INFO O| Download: 16555/22731 items 133.8/196.5MB 68% complete (1.1M/s)
36842024-09-23T16:18:27.749Z[ recovery-image] Sep 23 16:18:26.528 INFO O| Sep 23 16:18:26.528 INFO O| Download: 15548/15834 items 166.2/173.3MB 95% complete (1.9M/s)
36852024-09-23T16:18:28.820Z[ host-image] Sep 23 16:18:27.600 INFO O| Sep 23 16:18:27.600 INFO O| Download: 17559/22731 items 140.4/196.5MB 71% complete (1.4M/s)
36862024-09-23T16:18:32.979Z[ recovery-image] Sep 23 16:18:31.759 INFO O| Sep 23 16:18:31.759 INFO O| Download: 15630/15834 items 167.3/173.3MB 96% complete (1.4M/s)
36872024-09-23T16:18:34.852Z[ host-image] Sep 23 16:18:33.632 INFO O| Sep 23 16:18:33.632 INFO O| Download: 17916/22731 items 158.3/196.5MB 80% complete (2.5M/s)
36882024-09-23T16:18:39.254Z[ recovery-image] Sep 23 16:18:38.034 INFO O| Sep 23 16:18:38.034 INFO O| Download: 15808/15834 items 172.1/173.3MB 99% complete (619k/s)
36892024-09-23T16:18:39.859Z[ host-image] Sep 23 16:18:38.640 INFO O| Sep 23 16:18:38.640 INFO O| Download: 18945/22731 items 162.8/196.5MB 82% complete (1.6M/s)
36902024-09-23T16:18:42.582Z[ recovery-image] Sep 23 16:18:41.361 INFO O| Sep 23 16:18:41.361 INFO O| Download: Completed 173.28 MB in 177.12 seconds (998k/s)
36912024-09-23T16:18:43.550Z[ recovery-image] Sep 23 16:18:42.331 INFO O| Sep 23 16:18:42.331 INFO O| Actions: 1/24969 actions (Installing new actions)
36922024-09-23T16:18:44.859Z[ host-image] Sep 23 16:18:43.640 INFO O| Sep 23 16:18:43.640 INFO O| Download: 19971/22731 items 166.8/196.5MB 84% complete (858k/s)
36932024-09-23T16:18:48.550Z[ recovery-image] Sep 23 16:18:47.332 INFO O| Sep 23 16:18:47.331 INFO O| Actions: 9097/24969 actions (Installing new actions)
36942024-09-23T16:18:49.894Z[ host-image] Sep 23 16:18:48.675 INFO O| Sep 23 16:18:48.675 INFO O| Download: 20597/22731 items 169.5/196.5MB 86% complete (681k/s)
36952024-09-23T16:18:53.550Z[ recovery-image] Sep 23 16:18:52.332 INFO O| Sep 23 16:18:52.332 INFO O| Actions: 16033/24969 actions (Installing new actions)
36962024-09-23T16:18:54.979Z[ host-image] Sep 23 16:18:53.760 INFO O| Sep 23 16:18:53.760 INFO O| Download: 20938/22731 items 175.8/196.5MB 89% complete (923k/s)
36972024-09-23T16:18:58.585Z[ recovery-image] Sep 23 16:18:57.367 INFO O| Sep 23 16:18:57.367 INFO O| Actions: 24499/24969 actions (Installing new actions)
36982024-09-23T16:19:00.060Z[ host-image] Sep 23 16:18:58.837 INFO O| Sep 23 16:18:58.837 INFO O| Download: 21547/22731 items 180.5/196.5MB 91% complete (1.1M/s)
36992024-09-23T16:19:01.531Z[ recovery-image] Sep 23 16:19:00.313 INFO O| Sep 23 16:19:00.313 INFO O| Actions: Completed 24969 actions in 17.98 seconds.
37002024-09-23T16:19:02.023Z[ recovery-image] Sep 23 16:19:00.805 INFO O| Sep 23 16:19:00.805 INFO O| Done
37012024-09-23T16:19:02.023Z[ recovery-image] Sep 23 16:19:00.805 INFO O| Sep 23 16:19:00.805 INFO O| Done
37022024-09-23T16:19:03.341Z[ recovery-image] Sep 23 16:19:02.123 INFO O| Sep 23 16:19:02.123 INFO O| Done
37032024-09-23T16:19:05.026Z[ recovery-image] Sep 23 16:19:03.808 INFO O| Sep 23 16:19:03.808 INFO O| Done
37042024-09-23T16:19:05.065Z[ recovery-image] Sep 23 16:19:03.847 INFO O| Sep 23 16:19:03.847 INFO O| Done
37052024-09-23T16:19:05.286Z[ host-image] Sep 23 16:19:04.068 INFO O| Sep 23 16:19:04.068 INFO O| Download: 21922/22731 items 188.7/196.5MB 96% complete (1.3M/s)
37062024-09-23T16:19:09.640Z[ recovery-image] Sep 23 16:19:08.422 INFO O| Sep 23 16:19:08.422 INFO O| Done
37072024-09-23T16:19:10.296Z[ host-image] Sep 23 16:19:09.078 INFO O| Sep 23 16:19:09.078 INFO O| Download: 22141/22731 items 194.2/196.5MB 98% complete (1.4M/s)
37082024-09-23T16:19:10.316Z[ recovery-image] Sep 23 16:19:09.099 INFO O| Sep 23 16:19:09.099 INFO O| Done
37092024-09-23T16:19:10.612Z[ recovery-image] Sep 23 16:19:09.395 INFO O| Sep 23 16:19:09.395 INFO STEP 11 (pkg_install) COMPLETE
37102024-09-23T16:19:10.612Z[ recovery-image] Sep 23 16:19:09.395 INFO O| Sep 23 16:19:09.395 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37112024-09-23T16:19:10.615Z[ recovery-image] Sep 23 16:19:09.395 INFO O| Sep 23 16:19:09.395 INFO skip step because feature "recovery" is enabled
37122024-09-23T16:19:10.615Z[ recovery-image] Sep 23 16:19:09.395 INFO O| Sep 23 16:19:09.395 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37132024-09-23T16:19:10.615Z[ recovery-image] Sep 23 16:19:09.395 INFO O| Sep 23 16:19:09.395 INFO skip step because feature "omicron1" is not enabled
37142024-09-23T16:19:10.615Z[ recovery-image] Sep 23 16:19:09.395 INFO O| Sep 23 16:19:09.395 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37152024-09-23T16:19:10.630Z[ recovery-image] Sep 23 16:19:09.413 INFO O| Sep 23 16:19:09.413 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37162024-09-23T16:19:11.439Z[ recovery-image] Sep 23 16:19:10.222 INFO O| Sep 23 16:19:10.222 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37172024-09-23T16:19:12.934Z[ host-image] Sep 23 16:19:11.716 INFO O| Sep 23 16:19:11.716 INFO O| Download: Completed 196.51 MB in 233.15 seconds (860k/s)
37182024-09-23T16:19:13.188Z[ recovery-image] Sep 23 16:19:11.970 INFO O| Sep 23 16:19:11.970 INFO O| Planning: Solver setup ... Done
37192024-09-23T16:19:13.191Z[ recovery-image] Sep 23 16:19:11.974 INFO O| Sep 23 16:19:11.974 INFO O| Planning: Running solver ... Done
37202024-09-23T16:19:13.231Z[ recovery-image] Sep 23 16:19:12.014 INFO O| Sep 23 16:19:12.014 INFO O| Planning: Finding local manifests ... Done
37212024-09-23T16:19:13.234Z[ recovery-image] Sep 23 16:19:12.015 INFO O| Sep 23 16:19:12.015 INFO O| Planning: Fetching manifests: 0/1 0% complete
37222024-09-23T16:19:13.301Z[ recovery-image] Sep 23 16:19:12.084 INFO O| Sep 23 16:19:12.084 INFO O| Planning: Fetching manifests: 1/1 100% complete
37232024-09-23T16:19:13.321Z[ recovery-image] Sep 23 16:19:12.104 INFO O| Sep 23 16:19:12.104 INFO O| Planning: Package planning ... Done
37242024-09-23T16:19:13.323Z[ recovery-image] Sep 23 16:19:12.105 INFO O| Sep 23 16:19:12.105 INFO O| Planning: Merging actions ... Done
37252024-09-23T16:19:13.358Z[ recovery-image] Sep 23 16:19:12.141 INFO O| Sep 23 16:19:12.141 INFO O| Planning: Checking for conflicting actions ... Done
37262024-09-23T16:19:13.361Z[ recovery-image] Sep 23 16:19:12.142 INFO O| Sep 23 16:19:12.142 INFO O| Planning: Consolidating action changes ... Done
37272024-09-23T16:19:13.486Z[ recovery-image] Sep 23 16:19:12.269 INFO O| Sep 23 16:19:12.269 INFO O| Planning: Evaluating mediators ... Done
37282024-09-23T16:19:13.489Z[ recovery-image] Sep 23 16:19:12.269 INFO O| Sep 23 16:19:12.269 INFO O| Planning: Planning completed in 2.05 seconds
37292024-09-23T16:19:13.489Z[ recovery-image] Sep 23 16:19:12.271 INFO O| Sep 23 16:19:12.271 INFO O| Packages to install: 1
37302024-09-23T16:19:13.498Z[ recovery-image] Sep 23 16:19:12.281 INFO O| Sep 23 16:19:12.281 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
37312024-09-23T16:19:13.676Z[ host-image] Sep 23 16:19:12.459 INFO O| Sep 23 16:19:12.459 INFO O| Actions: 1/49266 actions (Installing new actions)
37322024-09-23T16:19:14.237Z[ recovery-image] Sep 23 16:19:13.020 INFO O| Sep 23 16:19:13.020 INFO O| Download: Completed 20.80 MB in 0.74 seconds (28.1M/s)
37332024-09-23T16:19:14.265Z[ recovery-image] Sep 23 16:19:13.048 INFO O| Sep 23 16:19:13.048 INFO O| Actions: 1/22 actions (Installing new actions)
37342024-09-23T16:19:14.763Z[ recovery-image] Sep 23 16:19:13.546 INFO O| Sep 23 16:19:13.546 INFO O| Actions: Completed 22 actions in 0.50 seconds.
37352024-09-23T16:19:15.005Z[ recovery-image] Sep 23 16:19:13.788 INFO O| Sep 23 16:19:13.788 INFO O| Done
37362024-09-23T16:19:15.005Z[ recovery-image] Sep 23 16:19:13.788 INFO O| Sep 23 16:19:13.788 INFO O| Done
37372024-09-23T16:19:15.388Z[ recovery-image] Sep 23 16:19:14.171 INFO O| Sep 23 16:19:14.171 INFO O| Done
37382024-09-23T16:19:16.209Z[ recovery-image] Sep 23 16:19:14.992 INFO O| Sep 23 16:19:14.992 INFO O| Done
37392024-09-23T16:19:16.224Z[ recovery-image] Sep 23 16:19:15.007 INFO O| Sep 23 16:19:15.007 INFO O| Done
37402024-09-23T16:19:16.224Z[ recovery-image] Sep 23 16:19:15.007 INFO O| Sep 23 16:19:15.007 INFO O| Done
37412024-09-23T16:19:16.234Z[ recovery-image] Sep 23 16:19:15.016 INFO O| Sep 23 16:19:15.016 INFO O| Done
37422024-09-23T16:19:16.371Z[ recovery-image] Sep 23 16:19:15.154 INFO O| Sep 23 16:19:15.154 INFO STEP 14 (pkg_install) COMPLETE
37432024-09-23T16:19:16.371Z[ recovery-image] Sep 23 16:19:15.155 INFO O| Sep 23 16:19:15.154 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37442024-09-23T16:19:16.377Z[ recovery-image] Sep 23 16:19:15.155 INFO O| Sep 23 16:19:15.154 INFO skip step because feature "mfg" is not enabled
37452024-09-23T16:19:16.377Z[ recovery-image] Sep 23 16:19:15.155 INFO O| Sep 23 16:19:15.154 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37462024-09-23T16:19:16.377Z[ recovery-image] Sep 23 16:19:15.155 INFO O| Sep 23 16:19:15.155 INFO skip step because feature "compliance" is not enabled
37472024-09-23T16:19:16.377Z[ recovery-image] Sep 23 16:19:15.155 INFO O| Sep 23 16:19:15.155 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37482024-09-23T16:19:16.377Z[ recovery-image] Sep 23 16:19:15.155 INFO O| Sep 23 16:19:15.155 INFO skip step because feature "stress" is not enabled
37492024-09-23T16:19:16.377Z[ recovery-image] Sep 23 16:19:15.155 INFO O| Sep 23 16:19:15.155 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37502024-09-23T16:19:16.377Z[ recovery-image] Sep 23 16:19:15.155 INFO O| Sep 23 16:19:15.155 INFO skip step because feature "nfs" is not enabled
37512024-09-23T16:19:16.377Z[ recovery-image] Sep 23 16:19:15.155 INFO O| Sep 23 16:19:15.155 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37522024-09-23T16:19:16.377Z[ recovery-image] Sep 23 16:19:15.155 INFO O| Sep 23 16:19:15.155 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37532024-09-23T16:19:16.530Z[ recovery-image] Sep 23 16:19:15.313 INFO O| Sep 23 16:19:15.313 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37542024-09-23T16:19:16.693Z[ recovery-image] Sep 23 16:19:15.476 INFO O| Sep 23 16:19:15.476 INFO completed processing gimlet/ramdisk-01-os
37552024-09-23T16:19:16.696Z[ recovery-image] Sep 23 16:19:15.479 INFO image builder template: ramdisk-02-trim...
37562024-09-23T16:19:16.696Z[ recovery-image] Sep 23 16:19:15.479 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpUHZlYQ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
37572024-09-23T16:19:16.721Z[ recovery-image] Sep 23 16:19:15.504 INFO O| Sep 23 16:19:15.504 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37582024-09-23T16:19:16.725Z[ recovery-image] Sep 23 16:19:15.508 INFO O| Sep 23 16:19:15.508 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37592024-09-23T16:19:16.891Z[ recovery-image] Sep 23 16:19:15.673 INFO O| Sep 23 16:19:15.672 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37602024-09-23T16:19:16.969Z[ recovery-image] Sep 23 16:19:15.752 INFO O| Sep 23 16:19:15.752 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37612024-09-23T16:19:16.972Z[ recovery-image] Sep 23 16:19:15.752 INFO O| Sep 23 16:19:15.752 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37622024-09-23T16:19:16.975Z[ recovery-image] Sep 23 16:19:15.758 INFO O| Sep 23 16:19:15.758 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37632024-09-23T16:19:16.979Z[ recovery-image] Sep 23 16:19:15.763 INFO O| Sep 23 16:19:15.763 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37642024-09-23T16:19:16.985Z[ recovery-image] Sep 23 16:19:15.768 INFO O| Sep 23 16:19:15.768 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37652024-09-23T16:19:17.244Z[ recovery-image] Sep 23 16:19:16.027 INFO O| Sep 23 16:19:16.027 INFO rolled back to input snapshot; work may begin
37662024-09-23T16:19:17.244Z[ recovery-image] Sep 23 16:19:16.027 INFO O| Sep 23 16:19:16.027 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37672024-09-23T16:19:17.249Z[ recovery-image] Sep 23 16:19:16.033 INFO O| Sep 23 16:19:16.033 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-09-23T16:19:17.260Z[ recovery-image] Sep 23 16:19:16.043 INFO O| Sep 23 16:19:16.043 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37692024-09-23T16:19:17.307Z[ recovery-image] Sep 23 16:19:16.090 INFO O| Sep 23 16:19:16.090 INFO STEP 0 (remove_files) COMPLETE
37702024-09-23T16:19:17.307Z[ recovery-image] Sep 23 16:19:16.090 INFO O| Sep 23 16:19:16.090 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-09-23T16:19:17.318Z[ recovery-image] Sep 23 16:19:16.101 INFO O| Sep 23 16:19:16.101 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37722024-09-23T16:19:17.320Z[ recovery-image] Sep 23 16:19:16.103 INFO O| Sep 23 16:19:16.103 INFO STEP 1 (remove_files) COMPLETE
37732024-09-23T16:19:17.320Z[ recovery-image] Sep 23 16:19:16.103 INFO O| Sep 23 16:19:16.103 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-09-23T16:19:17.329Z[ recovery-image] Sep 23 16:19:16.113 INFO O| Sep 23 16:19:16.113 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37752024-09-23T16:19:17.344Z[ recovery-image] Sep 23 16:19:16.127 INFO O| Sep 23 16:19:16.127 INFO STEP 2 (remove_files) COMPLETE
37762024-09-23T16:19:17.344Z[ recovery-image] Sep 23 16:19:16.127 INFO O| Sep 23 16:19:16.127 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-09-23T16:19:17.354Z[ recovery-image] Sep 23 16:19:16.138 INFO O| Sep 23 16:19:16.138 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37782024-09-23T16:19:17.356Z[ recovery-image] Sep 23 16:19:16.139 INFO O| Sep 23 16:19:16.139 INFO STEP 3 (remove_files) COMPLETE
37792024-09-23T16:19:17.356Z[ recovery-image] Sep 23 16:19:16.139 INFO O| Sep 23 16:19:16.139 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37802024-09-23T16:19:17.366Z[ recovery-image] Sep 23 16:19:16.149 INFO O| Sep 23 16:19:16.149 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37812024-09-23T16:19:17.370Z[ recovery-image] Sep 23 16:19:16.153 INFO O| Sep 23 16:19:16.153 INFO STEP 4 (remove_files) COMPLETE
37822024-09-23T16:19:17.370Z[ recovery-image] Sep 23 16:19:16.153 INFO O| Sep 23 16:19:16.153 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-09-23T16:19:17.381Z[ recovery-image] Sep 23 16:19:16.163 INFO O| Sep 23 16:19:16.163 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37842024-09-23T16:19:17.384Z[ recovery-image] Sep 23 16:19:16.163 INFO O| Sep 23 16:19:16.163 INFO STEP 5 (remove_files) COMPLETE
37852024-09-23T16:19:17.384Z[ recovery-image] Sep 23 16:19:16.163 INFO O| Sep 23 16:19:16.163 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-09-23T16:19:17.389Z[ recovery-image] Sep 23 16:19:16.172 INFO O| Sep 23 16:19:16.172 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37872024-09-23T16:19:17.401Z[ recovery-image] Sep 23 16:19:16.184 INFO O| Sep 23 16:19:16.184 INFO STEP 6 (remove_files) COMPLETE
37882024-09-23T16:19:17.401Z[ recovery-image] Sep 23 16:19:16.184 INFO O| Sep 23 16:19:16.184 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-09-23T16:19:17.401Z[ recovery-image] Sep 23 16:19:16.184 INFO O| Sep 23 16:19:16.184 INFO skip step because feature "recovery" is enabled
37902024-09-23T16:19:17.404Z[ recovery-image] Sep 23 16:19:16.184 INFO O| Sep 23 16:19:16.184 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37912024-09-23T16:19:17.405Z[ recovery-image] Sep 23 16:19:16.184 INFO O| Sep 23 16:19:16.184 INFO skip step because feature "recovery" is enabled
37922024-09-23T16:19:17.405Z[ recovery-image] Sep 23 16:19:16.184 INFO O| Sep 23 16:19:16.184 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37932024-09-23T16:19:17.405Z[ recovery-image] Sep 23 16:19:16.184 INFO O| Sep 23 16:19:16.184 INFO skip step because feature "recovery" is enabled
37942024-09-23T16:19:17.405Z[ recovery-image] Sep 23 16:19:16.184 INFO O| Sep 23 16:19:16.184 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-09-23T16:19:17.411Z[ recovery-image] Sep 23 16:19:16.195 INFO O| Sep 23 16:19:16.195 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37962024-09-23T16:19:17.425Z[ recovery-image] Sep 23 16:19:16.198 INFO O| Sep 23 16:19:16.198 INFO STEP 10 (remove_files) COMPLETE
37972024-09-23T16:19:17.425Z[ recovery-image] Sep 23 16:19:16.198 INFO O| Sep 23 16:19:16.198 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-09-23T16:19:17.429Z[ recovery-image] Sep 23 16:19:16.211 INFO O| Sep 23 16:19:16.211 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37992024-09-23T16:19:17.429Z[ recovery-image] Sep 23 16:19:16.212 INFO O| Sep 23 16:19:16.212 INFO STEP 11 (remove_files) COMPLETE
38002024-09-23T16:19:17.429Z[ recovery-image] Sep 23 16:19:16.212 INFO O| Sep 23 16:19:16.212 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-09-23T16:19:17.439Z[ recovery-image] Sep 23 16:19:16.223 INFO O| Sep 23 16:19:16.223 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38022024-09-23T16:19:17.442Z[ recovery-image] Sep 23 16:19:16.224 INFO O| Sep 23 16:19:16.224 INFO STEP 12 (remove_files) COMPLETE
38032024-09-23T16:19:17.442Z[ recovery-image] Sep 23 16:19:16.224 INFO O| Sep 23 16:19:16.224 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38042024-09-23T16:19:17.516Z[ recovery-image] Sep 23 16:19:16.299 INFO O| Sep 23 16:19:16.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38052024-09-23T16:19:17.519Z[ recovery-image] Sep 23 16:19:16.301 INFO O| Sep 23 16:19:16.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38062024-09-23T16:19:17.538Z[ recovery-image] Sep 23 16:19:16.321 INFO O| Sep 23 16:19:16.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38072024-09-23T16:19:17.540Z[ recovery-image] Sep 23 16:19:16.323 INFO O| Sep 23 16:19:16.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38082024-09-23T16:19:17.680Z[ recovery-image] Sep 23 16:19:16.463 INFO O| Sep 23 16:19:16.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38092024-09-23T16:19:17.690Z[ recovery-image] Sep 23 16:19:16.474 INFO O| Sep 23 16:19:16.474 INFO STEP 13 (remove_files) COMPLETE
38102024-09-23T16:19:17.690Z[ recovery-image] Sep 23 16:19:16.474 INFO O| Sep 23 16:19:16.474 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38112024-09-23T16:19:17.702Z[ recovery-image] Sep 23 16:19:16.485 INFO O| Sep 23 16:19:16.485 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38122024-09-23T16:19:17.704Z[ recovery-image] Sep 23 16:19:16.487 INFO O| Sep 23 16:19:16.486 INFO STEP 14 (remove_files) COMPLETE
38132024-09-23T16:19:17.704Z[ recovery-image] Sep 23 16:19:16.487 INFO O| Sep 23 16:19:16.487 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38142024-09-23T16:19:17.715Z[ recovery-image] Sep 23 16:19:16.499 INFO O| Sep 23 16:19:16.499 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38152024-09-23T16:19:17.722Z[ recovery-image] Sep 23 16:19:16.505 INFO O| Sep 23 16:19:16.505 INFO STEP 15 (remove_files) COMPLETE
38162024-09-23T16:19:17.722Z[ recovery-image] Sep 23 16:19:16.505 INFO O| Sep 23 16:19:16.505 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38172024-09-23T16:19:17.734Z[ recovery-image] Sep 23 16:19:16.517 INFO O| Sep 23 16:19:16.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38182024-09-23T16:19:17.736Z[ recovery-image] Sep 23 16:19:16.518 INFO O| Sep 23 16:19:16.517 INFO STEP 16 (remove_files) COMPLETE
38192024-09-23T16:19:17.736Z[ recovery-image] Sep 23 16:19:16.518 INFO O| Sep 23 16:19:16.518 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38202024-09-23T16:19:17.746Z[ recovery-image] Sep 23 16:19:16.529 INFO O| Sep 23 16:19:16.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38212024-09-23T16:19:17.748Z[ recovery-image] Sep 23 16:19:16.531 INFO O| Sep 23 16:19:16.531 INFO STEP 17 (remove_files) COMPLETE
38222024-09-23T16:19:17.748Z[ recovery-image] Sep 23 16:19:16.531 INFO O| Sep 23 16:19:16.531 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38232024-09-23T16:19:17.759Z[ recovery-image] Sep 23 16:19:16.542 INFO O| Sep 23 16:19:16.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
38242024-09-23T16:19:17.759Z[ recovery-image] Sep 23 16:19:16.543 INFO O| Sep 23 16:19:16.543 INFO STEP 18 (remove_files) COMPLETE
38252024-09-23T16:19:17.761Z[ recovery-image] Sep 23 16:19:16.543 INFO O| Sep 23 16:19:16.543 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-09-23T16:19:17.770Z[ recovery-image] Sep 23 16:19:16.554 INFO O| Sep 23 16:19:16.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
38272024-09-23T16:19:17.770Z[ recovery-image] Sep 23 16:19:16.554 INFO O| Sep 23 16:19:16.554 INFO STEP 19 (remove_files) COMPLETE
38282024-09-23T16:19:17.773Z[ recovery-image] Sep 23 16:19:16.554 INFO O| Sep 23 16:19:16.554 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-09-23T16:19:17.781Z[ recovery-image] Sep 23 16:19:16.565 INFO O| Sep 23 16:19:16.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
38302024-09-23T16:19:17.783Z[ recovery-image] Sep 23 16:19:16.565 INFO O| Sep 23 16:19:16.565 INFO STEP 20 (remove_files) COMPLETE
38312024-09-23T16:19:17.783Z[ recovery-image] Sep 23 16:19:16.565 INFO O| Sep 23 16:19:16.565 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38322024-09-23T16:19:17.793Z[ recovery-image] Sep 23 16:19:16.576 INFO O| Sep 23 16:19:16.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
38332024-09-23T16:19:17.793Z[ recovery-image] Sep 23 16:19:16.576 INFO O| Sep 23 16:19:16.576 INFO STEP 21 (remove_files) COMPLETE
38342024-09-23T16:19:17.796Z[ recovery-image] Sep 23 16:19:16.576 INFO O| Sep 23 16:19:16.576 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38352024-09-23T16:19:17.803Z[ recovery-image] Sep 23 16:19:16.586 INFO O| Sep 23 16:19:16.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38362024-09-23T16:19:17.803Z[ recovery-image] Sep 23 16:19:16.586 INFO O| Sep 23 16:19:16.586 INFO STEP 22 (remove_files) COMPLETE
38372024-09-23T16:19:17.803Z[ recovery-image] Sep 23 16:19:16.586 INFO O| Sep 23 16:19:16.586 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38382024-09-23T16:19:17.813Z[ recovery-image] Sep 23 16:19:16.596 INFO O| Sep 23 16:19:16.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38392024-09-23T16:19:17.813Z[ recovery-image] Sep 23 16:19:16.596 INFO O| Sep 23 16:19:16.596 INFO STEP 23 (remove_files) COMPLETE
38402024-09-23T16:19:17.813Z[ recovery-image] Sep 23 16:19:16.596 INFO O| Sep 23 16:19:16.596 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38412024-09-23T16:19:17.822Z[ recovery-image] Sep 23 16:19:16.606 INFO O| Sep 23 16:19:16.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38422024-09-23T16:19:17.825Z[ recovery-image] Sep 23 16:19:16.606 INFO O| Sep 23 16:19:16.606 INFO STEP 24 (remove_files) COMPLETE
38432024-09-23T16:19:17.825Z[ recovery-image] Sep 23 16:19:16.606 INFO O| Sep 23 16:19:16.606 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-09-23T16:19:17.832Z[ recovery-image] Sep 23 16:19:16.615 INFO O| Sep 23 16:19:16.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38452024-09-23T16:19:17.832Z[ recovery-image] Sep 23 16:19:16.615 INFO O| Sep 23 16:19:16.615 INFO STEP 25 (remove_files) COMPLETE
38462024-09-23T16:19:17.834Z[ recovery-image] Sep 23 16:19:16.615 INFO O| Sep 23 16:19:16.615 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-09-23T16:19:17.841Z[ recovery-image] Sep 23 16:19:16.625 INFO O| Sep 23 16:19:16.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38482024-09-23T16:19:17.841Z[ recovery-image] Sep 23 16:19:16.625 INFO O| Sep 23 16:19:16.625 INFO STEP 26 (remove_files) COMPLETE
38492024-09-23T16:19:17.844Z[ recovery-image] Sep 23 16:19:16.625 INFO O| Sep 23 16:19:16.625 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38502024-09-23T16:19:17.852Z[ recovery-image] Sep 23 16:19:16.636 INFO O| Sep 23 16:19:16.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38512024-09-23T16:19:17.852Z[ recovery-image] Sep 23 16:19:16.636 INFO O| Sep 23 16:19:16.636 INFO STEP 27 (remove_files) COMPLETE
38522024-09-23T16:19:17.855Z[ recovery-image] Sep 23 16:19:16.636 INFO O| Sep 23 16:19:16.636 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-09-23T16:19:17.864Z[ recovery-image] Sep 23 16:19:16.648 INFO O| Sep 23 16:19:16.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38542024-09-23T16:19:17.864Z[ recovery-image] Sep 23 16:19:16.648 INFO O| Sep 23 16:19:16.648 INFO STEP 28 (remove_files) COMPLETE
38552024-09-23T16:19:17.867Z[ recovery-image] Sep 23 16:19:16.648 INFO O| Sep 23 16:19:16.648 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-09-23T16:19:17.875Z[ recovery-image] Sep 23 16:19:16.659 INFO O| Sep 23 16:19:16.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38572024-09-23T16:19:17.876Z[ recovery-image] Sep 23 16:19:16.659 INFO O| Sep 23 16:19:16.659 INFO STEP 29 (remove_files) COMPLETE
38582024-09-23T16:19:17.876Z[ recovery-image] Sep 23 16:19:16.659 INFO O| Sep 23 16:19:16.659 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-09-23T16:19:17.886Z[ recovery-image] Sep 23 16:19:16.670 INFO O| Sep 23 16:19:16.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38602024-09-23T16:19:17.886Z[ recovery-image] Sep 23 16:19:16.670 INFO O| Sep 23 16:19:16.670 INFO STEP 30 (remove_files) COMPLETE
38612024-09-23T16:19:17.889Z[ recovery-image] Sep 23 16:19:16.670 INFO O| Sep 23 16:19:16.670 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38622024-09-23T16:19:17.897Z[ recovery-image] Sep 23 16:19:16.681 INFO O| Sep 23 16:19:16.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38632024-09-23T16:19:17.897Z[ recovery-image] Sep 23 16:19:16.681 INFO O| Sep 23 16:19:16.681 INFO STEP 31 (remove_files) COMPLETE
38642024-09-23T16:19:17.898Z[ recovery-image] Sep 23 16:19:16.681 INFO O| Sep 23 16:19:16.681 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-09-23T16:19:17.907Z[ recovery-image] Sep 23 16:19:16.691 INFO O| Sep 23 16:19:16.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38662024-09-23T16:19:17.907Z[ recovery-image] Sep 23 16:19:16.691 INFO O| Sep 23 16:19:16.691 INFO STEP 32 (remove_files) COMPLETE
38672024-09-23T16:19:17.909Z[ recovery-image] Sep 23 16:19:16.691 INFO O| Sep 23 16:19:16.691 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-09-23T16:19:17.917Z[ recovery-image] Sep 23 16:19:16.700 INFO O| Sep 23 16:19:16.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38692024-09-23T16:19:17.917Z[ recovery-image] Sep 23 16:19:16.700 INFO O| Sep 23 16:19:16.700 INFO STEP 33 (remove_files) COMPLETE
38702024-09-23T16:19:17.919Z[ recovery-image] Sep 23 16:19:16.700 INFO O| Sep 23 16:19:16.700 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-09-23T16:19:17.927Z[ recovery-image] Sep 23 16:19:16.710 INFO O| Sep 23 16:19:16.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38722024-09-23T16:19:17.927Z[ recovery-image] Sep 23 16:19:16.710 INFO O| Sep 23 16:19:16.710 INFO STEP 34 (remove_files) COMPLETE
38732024-09-23T16:19:17.927Z[ recovery-image] Sep 23 16:19:16.710 INFO O| Sep 23 16:19:16.710 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-09-23T16:19:17.938Z[ recovery-image] Sep 23 16:19:16.722 INFO O| Sep 23 16:19:16.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38752024-09-23T16:19:17.939Z[ recovery-image] Sep 23 16:19:16.722 INFO O| Sep 23 16:19:16.722 INFO STEP 35 (remove_files) COMPLETE
38762024-09-23T16:19:17.942Z[ recovery-image] Sep 23 16:19:16.722 INFO O| Sep 23 16:19:16.722 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-09-23T16:19:17.949Z[ recovery-image] Sep 23 16:19:16.732 INFO O| Sep 23 16:19:16.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38782024-09-23T16:19:17.949Z[ recovery-image] Sep 23 16:19:16.732 INFO O| Sep 23 16:19:16.732 INFO STEP 36 (remove_files) COMPLETE
38792024-09-23T16:19:17.951Z[ recovery-image] Sep 23 16:19:16.732 INFO O| Sep 23 16:19:16.732 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-09-23T16:19:17.959Z[ recovery-image] Sep 23 16:19:16.742 INFO O| Sep 23 16:19:16.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38812024-09-23T16:19:17.959Z[ recovery-image] Sep 23 16:19:16.742 INFO O| Sep 23 16:19:16.742 INFO STEP 37 (remove_files) COMPLETE
38822024-09-23T16:19:17.959Z[ recovery-image] Sep 23 16:19:16.742 INFO O| Sep 23 16:19:16.742 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-09-23T16:19:17.972Z[ recovery-image] Sep 23 16:19:16.755 INFO O| Sep 23 16:19:16.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38842024-09-23T16:19:17.974Z[ recovery-image] Sep 23 16:19:16.755 INFO O| Sep 23 16:19:16.755 INFO STEP 38 (remove_files) COMPLETE
38852024-09-23T16:19:17.974Z[ recovery-image] Sep 23 16:19:16.755 INFO O| Sep 23 16:19:16.755 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38862024-09-23T16:19:17.985Z[ recovery-image] Sep 23 16:19:16.768 INFO O| Sep 23 16:19:16.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38872024-09-23T16:19:17.985Z[ recovery-image] Sep 23 16:19:16.768 INFO O| Sep 23 16:19:16.768 INFO STEP 39 (remove_files) COMPLETE
38882024-09-23T16:19:17.985Z[ recovery-image] Sep 23 16:19:16.768 INFO O| Sep 23 16:19:16.768 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-09-23T16:19:17.998Z[ recovery-image] Sep 23 16:19:16.782 INFO O| Sep 23 16:19:16.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38902024-09-23T16:19:17.998Z[ recovery-image] Sep 23 16:19:16.782 INFO O| Sep 23 16:19:16.782 INFO STEP 40 (remove_files) COMPLETE
38912024-09-23T16:19:18.001Z[ recovery-image] Sep 23 16:19:16.782 INFO O| Sep 23 16:19:16.782 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-09-23T16:19:18.009Z[ recovery-image] Sep 23 16:19:16.792 INFO O| Sep 23 16:19:16.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38932024-09-23T16:19:18.011Z[ recovery-image] Sep 23 16:19:16.792 INFO O| Sep 23 16:19:16.792 INFO STEP 41 (remove_files) COMPLETE
38942024-09-23T16:19:18.011Z[ recovery-image] Sep 23 16:19:16.792 INFO O| Sep 23 16:19:16.792 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-09-23T16:19:18.019Z[ recovery-image] Sep 23 16:19:16.802 INFO O| Sep 23 16:19:16.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38962024-09-23T16:19:18.019Z[ recovery-image] Sep 23 16:19:16.802 INFO O| Sep 23 16:19:16.802 INFO STEP 42 (remove_files) COMPLETE
38972024-09-23T16:19:18.021Z[ recovery-image] Sep 23 16:19:16.803 INFO O| Sep 23 16:19:16.802 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-09-23T16:19:18.029Z[ recovery-image] Sep 23 16:19:16.812 INFO O| Sep 23 16:19:16.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38992024-09-23T16:19:18.031Z[ recovery-image] Sep 23 16:19:16.812 INFO O| Sep 23 16:19:16.812 INFO STEP 43 (remove_files) COMPLETE
39002024-09-23T16:19:18.031Z[ recovery-image] Sep 23 16:19:16.812 INFO O| Sep 23 16:19:16.812 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-09-23T16:19:18.038Z[ recovery-image] Sep 23 16:19:16.822 INFO O| Sep 23 16:19:16.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39022024-09-23T16:19:18.038Z[ recovery-image] Sep 23 16:19:16.822 INFO O| Sep 23 16:19:16.822 INFO STEP 44 (remove_files) COMPLETE
39032024-09-23T16:19:18.042Z[ recovery-image] Sep 23 16:19:16.822 INFO O| Sep 23 16:19:16.822 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-09-23T16:19:18.048Z[ recovery-image] Sep 23 16:19:16.831 INFO O| Sep 23 16:19:16.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39052024-09-23T16:19:18.048Z[ recovery-image] Sep 23 16:19:16.831 INFO O| Sep 23 16:19:16.831 INFO STEP 45 (remove_files) COMPLETE
39062024-09-23T16:19:18.050Z[ recovery-image] Sep 23 16:19:16.831 INFO O| Sep 23 16:19:16.831 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-09-23T16:19:18.057Z[ recovery-image] Sep 23 16:19:16.841 INFO O| Sep 23 16:19:16.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39082024-09-23T16:19:18.060Z[ recovery-image] Sep 23 16:19:16.841 INFO O| Sep 23 16:19:16.841 INFO STEP 46 (remove_files) COMPLETE
39092024-09-23T16:19:18.060Z[ recovery-image] Sep 23 16:19:16.841 INFO O| Sep 23 16:19:16.841 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-09-23T16:19:18.068Z[ recovery-image] Sep 23 16:19:16.850 INFO O| Sep 23 16:19:16.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39112024-09-23T16:19:18.068Z[ recovery-image] Sep 23 16:19:16.850 INFO O| Sep 23 16:19:16.850 INFO STEP 47 (remove_files) COMPLETE
39122024-09-23T16:19:18.070Z[ recovery-image] Sep 23 16:19:16.850 INFO O| Sep 23 16:19:16.850 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-09-23T16:19:18.076Z[ recovery-image] Sep 23 16:19:16.859 INFO O| Sep 23 16:19:16.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39142024-09-23T16:19:18.078Z[ recovery-image] Sep 23 16:19:16.859 INFO O| Sep 23 16:19:16.859 INFO STEP 48 (remove_files) COMPLETE
39152024-09-23T16:19:18.078Z[ recovery-image] Sep 23 16:19:16.859 INFO O| Sep 23 16:19:16.859 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-09-23T16:19:18.085Z[ recovery-image] Sep 23 16:19:16.868 INFO O| Sep 23 16:19:16.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39172024-09-23T16:19:18.087Z[ recovery-image] Sep 23 16:19:16.868 INFO O| Sep 23 16:19:16.868 INFO STEP 49 (remove_files) COMPLETE
39182024-09-23T16:19:18.087Z[ recovery-image] Sep 23 16:19:16.868 INFO O| Sep 23 16:19:16.868 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-09-23T16:19:18.094Z[ recovery-image] Sep 23 16:19:16.877 INFO O| Sep 23 16:19:16.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39202024-09-23T16:19:18.096Z[ recovery-image] Sep 23 16:19:16.877 INFO O| Sep 23 16:19:16.877 INFO STEP 50 (remove_files) COMPLETE
39212024-09-23T16:19:18.096Z[ recovery-image] Sep 23 16:19:16.877 INFO O| Sep 23 16:19:16.877 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-09-23T16:19:18.103Z[ recovery-image] Sep 23 16:19:16.887 INFO O| Sep 23 16:19:16.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39232024-09-23T16:19:18.103Z[ recovery-image] Sep 23 16:19:16.887 INFO O| Sep 23 16:19:16.887 INFO STEP 51 (remove_files) COMPLETE
39242024-09-23T16:19:18.105Z[ recovery-image] Sep 23 16:19:16.887 INFO O| Sep 23 16:19:16.887 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-09-23T16:19:18.112Z[ recovery-image] Sep 23 16:19:16.896 INFO O| Sep 23 16:19:16.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39262024-09-23T16:19:18.112Z[ recovery-image] Sep 23 16:19:16.896 INFO O| Sep 23 16:19:16.896 INFO STEP 52 (remove_files) COMPLETE
39272024-09-23T16:19:18.115Z[ recovery-image] Sep 23 16:19:16.896 INFO O| Sep 23 16:19:16.896 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-09-23T16:19:18.226Z[ recovery-image] Sep 23 16:19:16.905 INFO O| Sep 23 16:19:16.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39292024-09-23T16:19:18.226Z[ recovery-image] Sep 23 16:19:16.905 INFO O| Sep 23 16:19:16.905 INFO STEP 53 (remove_files) COMPLETE
39302024-09-23T16:19:18.229Z[ recovery-image] Sep 23 16:19:16.905 INFO O| Sep 23 16:19:16.905 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-09-23T16:19:18.229Z[ recovery-image] Sep 23 16:19:16.914 INFO O| Sep 23 16:19:16.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
39322024-09-23T16:19:18.229Z[ recovery-image] Sep 23 16:19:16.914 INFO O| Sep 23 16:19:16.914 INFO STEP 54 (remove_files) COMPLETE
39332024-09-23T16:19:18.229Z[ recovery-image] Sep 23 16:19:16.914 INFO O| Sep 23 16:19:16.914 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-09-23T16:19:18.229Z[ recovery-image] Sep 23 16:19:16.923 INFO O| Sep 23 16:19:16.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39352024-09-23T16:19:18.229Z[ recovery-image] Sep 23 16:19:16.923 INFO O| Sep 23 16:19:16.923 INFO STEP 55 (remove_files) COMPLETE
39362024-09-23T16:19:18.229Z[ recovery-image] Sep 23 16:19:16.923 INFO O| Sep 23 16:19:16.923 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.932 INFO O| Sep 23 16:19:16.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39382024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.932 INFO O| Sep 23 16:19:16.932 INFO STEP 56 (remove_files) COMPLETE
39392024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.932 INFO O| Sep 23 16:19:16.932 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.941 INFO O| Sep 23 16:19:16.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39412024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.941 INFO O| Sep 23 16:19:16.941 INFO STEP 57 (remove_files) COMPLETE
39422024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.941 INFO O| Sep 23 16:19:16.941 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.951 INFO O| Sep 23 16:19:16.951 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39442024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.951 INFO O| Sep 23 16:19:16.951 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39452024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.951 INFO O| Sep 23 16:19:16.951 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39462024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.952 INFO O| Sep 23 16:19:16.952 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39472024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.952 INFO O| Sep 23 16:19:16.952 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39482024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.952 INFO O| Sep 23 16:19:16.952 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39492024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.952 INFO O| Sep 23 16:19:16.952 INFO ok!
39502024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.952 INFO O| Sep 23 16:19:16.952 INFO STEP 58 (ensure_file) COMPLETE
39512024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.952 INFO O| Sep 23 16:19:16.952 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.961 INFO O| Sep 23 16:19:16.961 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39532024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.961 INFO O| Sep 23 16:19:16.961 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39542024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.961 INFO O| Sep 23 16:19:16.961 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39552024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.961 INFO O| Sep 23 16:19:16.961 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39562024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.961 INFO O| Sep 23 16:19:16.961 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39572024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.961 INFO O| Sep 23 16:19:16.961 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39582024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.961 INFO O| Sep 23 16:19:16.961 INFO ok!
39592024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.962 INFO O| Sep 23 16:19:16.961 INFO STEP 59 (ensure_file) COMPLETE
39602024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.962 INFO O| Sep 23 16:19:16.961 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.971 INFO O| Sep 23 16:19:16.971 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39622024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.971 INFO O| Sep 23 16:19:16.971 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39632024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.971 INFO O| Sep 23 16:19:16.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39642024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.971 INFO O| Sep 23 16:19:16.971 INFO ok!
39652024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.971 INFO O| Sep 23 16:19:16.971 INFO STEP 60 (ensure_file) COMPLETE
39662024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.971 INFO O| Sep 23 16:19:16.971 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.982 INFO O| Sep 23 16:19:16.982 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39682024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.982 INFO O| Sep 23 16:19:16.982 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39692024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.983 INFO O| Sep 23 16:19:16.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39702024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.983 INFO O| Sep 23 16:19:16.983 INFO ok!
39712024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.983 INFO O| Sep 23 16:19:16.983 INFO STEP 61 (ensure_file) COMPLETE
39722024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.983 INFO O| Sep 23 16:19:16.983 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.992 INFO O| Sep 23 16:19:16.992 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39742024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.992 INFO O| Sep 23 16:19:16.992 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39752024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.992 INFO O| Sep 23 16:19:16.992 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39762024-09-23T16:19:18.230Z[ recovery-image] Sep 23 16:19:16.992 INFO O| Sep 23 16:19:16.992 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39772024-09-23T16:19:18.231Z[ recovery-image] Sep 23 16:19:16.992 INFO O| Sep 23 16:19:16.992 INFO ok!
39782024-09-23T16:19:18.231Z[ recovery-image] Sep 23 16:19:16.992 INFO O| Sep 23 16:19:16.992 INFO STEP 62 (ensure_file) COMPLETE
39792024-09-23T16:19:18.231Z[ recovery-image] Sep 23 16:19:16.992 INFO O| Sep 23 16:19:16.992 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39802024-09-23T16:19:18.231Z[ recovery-image] Sep 23 16:19:17.002 INFO O| Sep 23 16:19:17.002 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39812024-09-23T16:19:18.231Z[ recovery-image] Sep 23 16:19:17.002 INFO O| Sep 23 16:19:17.002 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39822024-09-23T16:19:18.231Z[ recovery-image] Sep 23 16:19:17.002 INFO O| Sep 23 16:19:17.002 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39832024-09-23T16:19:18.231Z[ recovery-image] Sep 23 16:19:17.002 INFO O| Sep 23 16:19:17.002 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39842024-09-23T16:19:18.231Z[ recovery-image] Sep 23 16:19:17.002 INFO O| Sep 23 16:19:17.002 INFO ok!
39852024-09-23T16:19:18.231Z[ recovery-image] Sep 23 16:19:17.002 INFO O| Sep 23 16:19:17.002 INFO STEP 63 (ensure_file) COMPLETE
39862024-09-23T16:19:18.231Z[ recovery-image] Sep 23 16:19:17.002 INFO O| Sep 23 16:19:17.002 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39872024-09-23T16:19:18.234Z[ recovery-image] Sep 23 16:19:17.016 INFO O| Sep 23 16:19:17.016 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39882024-09-23T16:19:18.234Z[ recovery-image] Sep 23 16:19:17.016 INFO O| Sep 23 16:19:17.016 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39892024-09-23T16:19:18.234Z[ recovery-image] Sep 23 16:19:17.016 INFO O| Sep 23 16:19:17.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39902024-09-23T16:19:18.234Z[ recovery-image] Sep 23 16:19:17.016 INFO O| Sep 23 16:19:17.016 INFO ok!
39912024-09-23T16:19:18.234Z[ recovery-image] Sep 23 16:19:17.016 INFO O| Sep 23 16:19:17.016 INFO STEP 64 (assemble_files) COMPLETE
39922024-09-23T16:19:18.234Z[ recovery-image] Sep 23 16:19:17.016 INFO O| Sep 23 16:19:17.016 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39932024-09-23T16:19:18.244Z[ recovery-image] Sep 23 16:19:17.027 INFO O| Sep 23 16:19:17.027 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39942024-09-23T16:19:18.246Z[ recovery-image] Sep 23 16:19:17.027 INFO O| Sep 23 16:19:17.027 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39952024-09-23T16:19:18.246Z[ recovery-image] Sep 23 16:19:17.028 INFO O| Sep 23 16:19:17.028 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39962024-09-23T16:19:18.246Z[ recovery-image] Sep 23 16:19:17.028 INFO O| Sep 23 16:19:17.028 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39972024-09-23T16:19:18.246Z[ recovery-image] Sep 23 16:19:17.028 INFO O| Sep 23 16:19:17.028 INFO ok!
39982024-09-23T16:19:18.246Z[ recovery-image] Sep 23 16:19:17.028 INFO O| Sep 23 16:19:17.028 INFO STEP 65 (ensure_file) COMPLETE
39992024-09-23T16:19:18.246Z[ recovery-image] Sep 23 16:19:17.028 INFO O| Sep 23 16:19:17.028 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40002024-09-23T16:19:18.246Z[ recovery-image] Sep 23 16:19:17.028 INFO O| Sep 23 16:19:17.028 INFO skip step because feature "omicron1" is not enabled
40012024-09-23T16:19:18.247Z[ recovery-image] Sep 23 16:19:17.028 INFO O| Sep 23 16:19:17.028 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40022024-09-23T16:19:18.247Z[ recovery-image] Sep 23 16:19:17.028 INFO O| Sep 23 16:19:17.028 INFO skip step because feature "omicron1" is not enabled
40032024-09-23T16:19:18.247Z[ recovery-image] Sep 23 16:19:17.028 INFO O| Sep 23 16:19:17.028 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-09-23T16:19:18.247Z[ recovery-image] Sep 23 16:19:17.028 INFO O| Sep 23 16:19:17.028 INFO skip step because feature "omicron1" is not enabled
40052024-09-23T16:19:18.247Z[ recovery-image] Sep 23 16:19:17.028 INFO O| Sep 23 16:19:17.028 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40062024-09-23T16:19:18.262Z[ recovery-image] Sep 23 16:19:17.045 INFO O| Sep 23 16:19:17.045 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40072024-09-23T16:19:18.262Z[ recovery-image] Sep 23 16:19:17.045 INFO O| Sep 23 16:19:17.045 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40082024-09-23T16:19:18.566Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 16s
40092024-09-23T16:19:18.676Z[ host-image] Sep 23 16:19:17.459 INFO O| Sep 23 16:19:17.459 INFO O| Actions: 15587/49266 actions (Installing new actions)
40102024-09-23T16:19:18.893ZSep 23 16:19:17.676 INFO [verify-libraries] process exited with exit status: 0 (322.207078447s)
40112024-09-23T16:19:19.931Z[ recovery-image] Sep 23 16:19:18.714 INFO O| Sep 23 16:19:18.714 INFO STEP 69 (pack_tar) COMPLETE
40122024-09-23T16:19:19.931Z[ recovery-image] Sep 23 16:19:18.714 INFO O| Sep 23 16:19:18.714 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40132024-09-23T16:19:19.933Z[ recovery-image] Sep 23 16:19:18.714 INFO O| Sep 23 16:19:18.714 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40142024-09-23T16:19:20.236Z[ recovery-image] Sep 23 16:19:19.018 INFO O| Sep 23 16:19:19.018 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40152024-09-23T16:19:20.364Z[ recovery-image] Sep 23 16:19:19.148 INFO O| Sep 23 16:19:19.148 INFO completed processing gimlet/ramdisk-02-trim
40162024-09-23T16:19:20.367Z[ recovery-image] Sep 23 16:19:19.150 INFO image builder template: ramdisk-03-recovery-trim...
40172024-09-23T16:19:20.367Z[ recovery-image] Sep 23 16:19:19.150 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpUHZlYQ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
40182024-09-23T16:19:20.474Z[ recovery-image] Sep 23 16:19:19.257 INFO O| Sep 23 16:19:19.257 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40192024-09-23T16:19:20.477Z[ recovery-image] Sep 23 16:19:19.261 INFO O| Sep 23 16:19:19.261 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40202024-09-23T16:19:20.586Z[ recovery-image] Sep 23 16:19:19.369 INFO O| Sep 23 16:19:19.369 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40212024-09-23T16:19:20.723Z[ recovery-image] Sep 23 16:19:19.506 INFO O| Sep 23 16:19:19.506 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40222024-09-23T16:19:20.726Z[ recovery-image] Sep 23 16:19:19.507 INFO O| Sep 23 16:19:19.507 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40232024-09-23T16:19:20.735Z[ recovery-image] Sep 23 16:19:19.518 INFO O| Sep 23 16:19:19.518 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40242024-09-23T16:19:20.741Z[ recovery-image] Sep 23 16:19:19.524 INFO O| Sep 23 16:19:19.524 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40252024-09-23T16:19:20.748Z[ recovery-image] Sep 23 16:19:19.532 INFO O| Sep 23 16:19:19.532 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40262024-09-23T16:19:21.087Z[ recovery-image] Sep 23 16:19:19.870 INFO O| Sep 23 16:19:19.870 INFO rolled back to input snapshot; work may begin
40272024-09-23T16:19:21.087Z[ recovery-image] Sep 23 16:19:19.870 INFO O| Sep 23 16:19:19.870 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40282024-09-23T16:19:21.092Z[ recovery-image] Sep 23 16:19:19.876 INFO O| Sep 23 16:19:19.875 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-09-23T16:19:21.102Z[ recovery-image] Sep 23 16:19:19.885 INFO O| Sep 23 16:19:19.885 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40302024-09-23T16:19:21.105Z[ recovery-image] Sep 23 16:19:19.889 INFO O| Sep 23 16:19:19.889 INFO STEP 0 (remove_files) COMPLETE
40312024-09-23T16:19:21.108Z[ recovery-image] Sep 23 16:19:19.889 INFO O| Sep 23 16:19:19.889 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-09-23T16:19:21.115Z[ recovery-image] Sep 23 16:19:19.899 INFO O| Sep 23 16:19:19.899 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40332024-09-23T16:19:21.167Z[ recovery-image] Sep 23 16:19:19.951 INFO O| Sep 23 16:19:19.951 INFO STEP 1 (remove_files) COMPLETE
40342024-09-23T16:19:21.167Z[ recovery-image] Sep 23 16:19:19.951 INFO O| Sep 23 16:19:19.951 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-09-23T16:19:21.178Z[ recovery-image] Sep 23 16:19:19.961 INFO O| Sep 23 16:19:19.961 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40362024-09-23T16:19:21.185Z[ recovery-image] Sep 23 16:19:19.964 INFO O| Sep 23 16:19:19.964 INFO STEP 2 (remove_files) COMPLETE
40372024-09-23T16:19:21.185Z[ recovery-image] Sep 23 16:19:19.964 INFO O| Sep 23 16:19:19.964 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-09-23T16:19:21.189Z[ recovery-image] Sep 23 16:19:19.973 INFO O| Sep 23 16:19:19.973 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40392024-09-23T16:19:21.230Z[ recovery-image] Sep 23 16:19:20.014 INFO O| Sep 23 16:19:20.014 INFO STEP 3 (remove_files) COMPLETE
40402024-09-23T16:19:21.233Z[ recovery-image] Sep 23 16:19:20.014 INFO O| Sep 23 16:19:20.014 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-09-23T16:19:21.241Z[ recovery-image] Sep 23 16:19:20.025 INFO O| Sep 23 16:19:20.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40422024-09-23T16:19:21.252Z[ recovery-image] Sep 23 16:19:20.035 INFO O| Sep 23 16:19:20.035 INFO STEP 4 (remove_files) COMPLETE
40432024-09-23T16:19:21.252Z[ recovery-image] Sep 23 16:19:20.035 INFO O| Sep 23 16:19:20.035 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-09-23T16:19:21.262Z[ recovery-image] Sep 23 16:19:20.045 INFO O| Sep 23 16:19:20.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40452024-09-23T16:19:21.266Z[ recovery-image] Sep 23 16:19:20.050 INFO O| Sep 23 16:19:20.050 INFO STEP 5 (remove_files) COMPLETE
40462024-09-23T16:19:21.266Z[ recovery-image] Sep 23 16:19:20.050 INFO O| Sep 23 16:19:20.050 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-09-23T16:19:21.276Z[ recovery-image] Sep 23 16:19:20.060 INFO O| Sep 23 16:19:20.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40482024-09-23T16:19:21.278Z[ recovery-image] Sep 23 16:19:20.062 INFO O| Sep 23 16:19:20.062 INFO STEP 6 (remove_files) COMPLETE
40492024-09-23T16:19:21.279Z[ recovery-image] Sep 23 16:19:20.062 INFO O| Sep 23 16:19:20.062 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-09-23T16:19:21.287Z[ recovery-image] Sep 23 16:19:20.071 INFO O| Sep 23 16:19:20.071 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40512024-09-23T16:19:21.290Z[ recovery-image] Sep 23 16:19:20.073 INFO O| Sep 23 16:19:20.073 INFO STEP 7 (remove_files) COMPLETE
40522024-09-23T16:19:21.290Z[ recovery-image] Sep 23 16:19:20.073 INFO O| Sep 23 16:19:20.073 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-09-23T16:19:21.299Z[ recovery-image] Sep 23 16:19:20.083 INFO O| Sep 23 16:19:20.083 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40542024-09-23T16:19:21.304Z[ recovery-image] Sep 23 16:19:20.087 INFO O| Sep 23 16:19:20.087 INFO STEP 8 (remove_files) COMPLETE
40552024-09-23T16:19:21.306Z[ recovery-image] Sep 23 16:19:20.087 INFO O| Sep 23 16:19:20.087 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-09-23T16:19:21.313Z[ recovery-image] Sep 23 16:19:20.097 INFO O| Sep 23 16:19:20.097 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40572024-09-23T16:19:21.316Z[ recovery-image] Sep 23 16:19:20.097 INFO O| Sep 23 16:19:20.097 INFO STEP 9 (remove_files) COMPLETE
40582024-09-23T16:19:21.316Z[ recovery-image] Sep 23 16:19:20.097 INFO O| Sep 23 16:19:20.097 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-09-23T16:19:21.323Z[ recovery-image] Sep 23 16:19:20.107 INFO O| Sep 23 16:19:20.107 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40602024-09-23T16:19:21.325Z[ recovery-image] Sep 23 16:19:20.108 INFO O| Sep 23 16:19:20.108 INFO STEP 10 (remove_files) COMPLETE
40612024-09-23T16:19:21.326Z[ recovery-image] Sep 23 16:19:20.108 INFO O| Sep 23 16:19:20.108 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-09-23T16:19:21.335Z[ recovery-image] Sep 23 16:19:20.119 INFO O| Sep 23 16:19:20.119 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40632024-09-23T16:19:21.386Z[ recovery-image] Sep 23 16:19:20.170 INFO O| Sep 23 16:19:20.170 INFO STEP 11 (remove_files) COMPLETE
40642024-09-23T16:19:21.386Z[ recovery-image] Sep 23 16:19:20.170 INFO O| Sep 23 16:19:20.170 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-09-23T16:19:21.398Z[ recovery-image] Sep 23 16:19:20.181 INFO O| Sep 23 16:19:20.181 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40662024-09-23T16:19:21.400Z[ recovery-image] Sep 23 16:19:20.183 INFO O| Sep 23 16:19:20.183 INFO STEP 12 (remove_files) COMPLETE
40672024-09-23T16:19:21.400Z[ recovery-image] Sep 23 16:19:20.183 INFO O| Sep 23 16:19:20.183 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-09-23T16:19:21.410Z[ recovery-image] Sep 23 16:19:20.193 INFO O| Sep 23 16:19:20.193 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40692024-09-23T16:19:21.413Z[ recovery-image] Sep 23 16:19:20.196 INFO O| Sep 23 16:19:20.196 INFO STEP 13 (remove_files) COMPLETE
40702024-09-23T16:19:21.413Z[ recovery-image] Sep 23 16:19:20.196 INFO O| Sep 23 16:19:20.196 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-09-23T16:19:21.422Z[ recovery-image] Sep 23 16:19:20.206 INFO O| Sep 23 16:19:20.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40722024-09-23T16:19:21.424Z[ recovery-image] Sep 23 16:19:20.206 INFO O| Sep 23 16:19:20.206 INFO STEP 14 (remove_files) COMPLETE
40732024-09-23T16:19:21.424Z[ recovery-image] Sep 23 16:19:20.206 INFO O| Sep 23 16:19:20.206 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-09-23T16:19:21.431Z[ recovery-image] Sep 23 16:19:20.215 INFO O| Sep 23 16:19:20.215 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40752024-09-23T16:19:21.434Z[ recovery-image] Sep 23 16:19:20.217 INFO O| Sep 23 16:19:20.217 INFO STEP 15 (remove_files) COMPLETE
40762024-09-23T16:19:21.434Z[ recovery-image] Sep 23 16:19:20.217 INFO O| Sep 23 16:19:20.217 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-09-23T16:19:21.443Z[ recovery-image] Sep 23 16:19:20.227 INFO O| Sep 23 16:19:20.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40782024-09-23T16:19:21.448Z[ recovery-image] Sep 23 16:19:20.232 INFO O| Sep 23 16:19:20.232 INFO STEP 16 (remove_files) COMPLETE
40792024-09-23T16:19:21.449Z[ recovery-image] Sep 23 16:19:20.232 INFO O| Sep 23 16:19:20.232 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-09-23T16:19:21.458Z[ recovery-image] Sep 23 16:19:20.242 INFO O| Sep 23 16:19:20.241 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40812024-09-23T16:19:21.460Z[ recovery-image] Sep 23 16:19:20.242 INFO O| Sep 23 16:19:20.242 INFO STEP 17 (remove_files) COMPLETE
40822024-09-23T16:19:21.460Z[ recovery-image] Sep 23 16:19:20.242 INFO O| Sep 23 16:19:20.242 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-09-23T16:19:21.467Z[ recovery-image] Sep 23 16:19:20.251 INFO O| Sep 23 16:19:20.251 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40842024-09-23T16:19:21.470Z[ recovery-image] Sep 23 16:19:20.251 INFO O| Sep 23 16:19:20.251 INFO STEP 18 (remove_files) COMPLETE
40852024-09-23T16:19:21.470Z[ recovery-image] Sep 23 16:19:20.251 INFO O| Sep 23 16:19:20.251 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-09-23T16:19:21.479Z[ recovery-image] Sep 23 16:19:20.261 INFO O| Sep 23 16:19:20.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40872024-09-23T16:19:21.521Z[ recovery-image] Sep 23 16:19:20.304 INFO O| Sep 23 16:19:20.304 INFO STEP 19 (remove_files) COMPLETE
40882024-09-23T16:19:21.521Z[ recovery-image] Sep 23 16:19:20.304 INFO O| Sep 23 16:19:20.304 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-09-23T16:19:21.531Z[ recovery-image] Sep 23 16:19:20.315 INFO O| Sep 23 16:19:20.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40902024-09-23T16:19:21.534Z[ recovery-image] Sep 23 16:19:20.316 INFO O| Sep 23 16:19:20.316 INFO STEP 20 (remove_files) COMPLETE
40912024-09-23T16:19:21.534Z[ recovery-image] Sep 23 16:19:20.316 INFO O| Sep 23 16:19:20.316 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-09-23T16:19:21.542Z[ recovery-image] Sep 23 16:19:20.326 INFO O| Sep 23 16:19:20.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40932024-09-23T16:19:21.542Z[ recovery-image] Sep 23 16:19:20.326 INFO O| Sep 23 16:19:20.326 INFO STEP 21 (remove_files) COMPLETE
40942024-09-23T16:19:21.542Z[ recovery-image] Sep 23 16:19:20.326 INFO O| Sep 23 16:19:20.326 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-09-23T16:19:21.551Z[ recovery-image] Sep 23 16:19:20.335 INFO O| Sep 23 16:19:20.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40962024-09-23T16:19:21.554Z[ recovery-image] Sep 23 16:19:20.335 INFO O| Sep 23 16:19:20.335 INFO STEP 22 (remove_files) COMPLETE
40972024-09-23T16:19:21.554Z[ recovery-image] Sep 23 16:19:20.335 INFO O| Sep 23 16:19:20.335 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-09-23T16:19:21.561Z[ recovery-image] Sep 23 16:19:20.345 INFO O| Sep 23 16:19:20.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40992024-09-23T16:19:21.564Z[ recovery-image] Sep 23 16:19:20.346 INFO O| Sep 23 16:19:20.346 INFO STEP 23 (remove_files) COMPLETE
41002024-09-23T16:19:21.564Z[ recovery-image] Sep 23 16:19:20.346 INFO O| Sep 23 16:19:20.346 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-09-23T16:19:21.572Z[ recovery-image] Sep 23 16:19:20.355 INFO O| Sep 23 16:19:20.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41022024-09-23T16:19:21.574Z[ recovery-image] Sep 23 16:19:20.356 INFO O| Sep 23 16:19:20.356 INFO STEP 24 (remove_files) COMPLETE
41032024-09-23T16:19:21.574Z[ recovery-image] Sep 23 16:19:20.356 INFO O| Sep 23 16:19:20.356 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-09-23T16:19:21.582Z[ recovery-image] Sep 23 16:19:20.365 INFO O| Sep 23 16:19:20.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41052024-09-23T16:19:21.582Z[ recovery-image] Sep 23 16:19:20.365 INFO O| Sep 23 16:19:20.365 INFO STEP 25 (remove_files) COMPLETE
41062024-09-23T16:19:21.584Z[ recovery-image] Sep 23 16:19:20.365 INFO O| Sep 23 16:19:20.365 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-09-23T16:19:21.591Z[ recovery-image] Sep 23 16:19:20.375 INFO O| Sep 23 16:19:20.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41082024-09-23T16:19:21.594Z[ recovery-image] Sep 23 16:19:20.375 INFO O| Sep 23 16:19:20.375 INFO STEP 26 (remove_files) COMPLETE
41092024-09-23T16:19:21.594Z[ recovery-image] Sep 23 16:19:20.375 INFO O| Sep 23 16:19:20.375 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-09-23T16:19:21.605Z[ recovery-image] Sep 23 16:19:20.388 INFO O| Sep 23 16:19:20.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41112024-09-23T16:19:21.605Z[ recovery-image] Sep 23 16:19:20.388 INFO O| Sep 23 16:19:20.388 INFO STEP 27 (remove_files) COMPLETE
41122024-09-23T16:19:21.607Z[ recovery-image] Sep 23 16:19:20.388 INFO O| Sep 23 16:19:20.388 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-09-23T16:19:21.614Z[ recovery-image] Sep 23 16:19:20.398 INFO O| Sep 23 16:19:20.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41142024-09-23T16:19:21.617Z[ recovery-image] Sep 23 16:19:20.398 INFO O| Sep 23 16:19:20.398 INFO STEP 28 (remove_files) COMPLETE
41152024-09-23T16:19:21.617Z[ recovery-image] Sep 23 16:19:20.398 INFO O| Sep 23 16:19:20.398 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-09-23T16:19:21.628Z[ recovery-image] Sep 23 16:19:20.411 INFO O| Sep 23 16:19:20.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41172024-09-23T16:19:21.632Z[ recovery-image] Sep 23 16:19:20.411 INFO O| Sep 23 16:19:20.411 INFO STEP 29 (remove_files) COMPLETE
41182024-09-23T16:19:21.632Z[ recovery-image] Sep 23 16:19:20.411 INFO O| Sep 23 16:19:20.411 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-09-23T16:19:21.637Z[ recovery-image] Sep 23 16:19:20.421 INFO O| Sep 23 16:19:20.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41202024-09-23T16:19:21.640Z[ recovery-image] Sep 23 16:19:20.421 INFO O| Sep 23 16:19:20.421 INFO STEP 30 (remove_files) COMPLETE
41212024-09-23T16:19:21.640Z[ recovery-image] Sep 23 16:19:20.421 INFO O| Sep 23 16:19:20.421 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-09-23T16:19:21.646Z[ recovery-image] Sep 23 16:19:20.430 INFO O| Sep 23 16:19:20.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41232024-09-23T16:19:21.649Z[ recovery-image] Sep 23 16:19:20.430 INFO O| Sep 23 16:19:20.430 INFO STEP 31 (remove_files) COMPLETE
41242024-09-23T16:19:21.649Z[ recovery-image] Sep 23 16:19:20.430 INFO O| Sep 23 16:19:20.430 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-09-23T16:19:21.655Z[ recovery-image] Sep 23 16:19:20.439 INFO O| Sep 23 16:19:20.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41262024-09-23T16:19:21.659Z[ recovery-image] Sep 23 16:19:20.440 INFO O| Sep 23 16:19:20.440 INFO STEP 32 (remove_files) COMPLETE
41272024-09-23T16:19:21.659Z[ recovery-image] Sep 23 16:19:20.440 INFO O| Sep 23 16:19:20.440 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-09-23T16:19:21.665Z[ recovery-image] Sep 23 16:19:20.449 INFO O| Sep 23 16:19:20.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41292024-09-23T16:19:21.666Z[ recovery-image] Sep 23 16:19:20.449 INFO O| Sep 23 16:19:20.449 INFO STEP 33 (remove_files) COMPLETE
41302024-09-23T16:19:21.666Z[ recovery-image] Sep 23 16:19:20.449 INFO O| Sep 23 16:19:20.449 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-09-23T16:19:21.675Z[ recovery-image] Sep 23 16:19:20.458 INFO O| Sep 23 16:19:20.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41322024-09-23T16:19:21.677Z[ recovery-image] Sep 23 16:19:20.459 INFO O| Sep 23 16:19:20.459 INFO STEP 34 (remove_files) COMPLETE
41332024-09-23T16:19:21.677Z[ recovery-image] Sep 23 16:19:20.459 INFO O| Sep 23 16:19:20.459 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-09-23T16:19:21.684Z[ recovery-image] Sep 23 16:19:20.468 INFO O| Sep 23 16:19:20.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41352024-09-23T16:19:21.685Z[ recovery-image] Sep 23 16:19:20.468 INFO O| Sep 23 16:19:20.468 INFO STEP 35 (remove_files) COMPLETE
41362024-09-23T16:19:21.687Z[ recovery-image] Sep 23 16:19:20.468 INFO O| Sep 23 16:19:20.468 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-09-23T16:19:21.694Z[ recovery-image] Sep 23 16:19:20.478 INFO O| Sep 23 16:19:20.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41382024-09-23T16:19:21.694Z[ recovery-image] Sep 23 16:19:20.478 INFO O| Sep 23 16:19:20.478 INFO STEP 36 (remove_files) COMPLETE
41392024-09-23T16:19:21.697Z[ recovery-image] Sep 23 16:19:20.478 INFO O| Sep 23 16:19:20.478 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-09-23T16:19:21.703Z[ recovery-image] Sep 23 16:19:20.487 INFO O| Sep 23 16:19:20.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41412024-09-23T16:19:21.707Z[ recovery-image] Sep 23 16:19:20.488 INFO O| Sep 23 16:19:20.487 INFO STEP 37 (remove_files) COMPLETE
41422024-09-23T16:19:21.707Z[ recovery-image] Sep 23 16:19:20.488 INFO O| Sep 23 16:19:20.488 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-09-23T16:19:21.713Z[ recovery-image] Sep 23 16:19:20.497 INFO O| Sep 23 16:19:20.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41442024-09-23T16:19:21.713Z[ recovery-image] Sep 23 16:19:20.497 INFO O| Sep 23 16:19:20.497 INFO STEP 38 (remove_files) COMPLETE
41452024-09-23T16:19:21.713Z[ recovery-image] Sep 23 16:19:20.497 INFO O| Sep 23 16:19:20.497 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-09-23T16:19:21.722Z[ recovery-image] Sep 23 16:19:20.506 INFO O| Sep 23 16:19:20.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41472024-09-23T16:19:21.725Z[ recovery-image] Sep 23 16:19:20.506 INFO O| Sep 23 16:19:20.506 INFO STEP 39 (remove_files) COMPLETE
41482024-09-23T16:19:21.725Z[ recovery-image] Sep 23 16:19:20.506 INFO O| Sep 23 16:19:20.506 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-09-23T16:19:21.731Z[ recovery-image] Sep 23 16:19:20.515 INFO O| Sep 23 16:19:20.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41502024-09-23T16:19:21.731Z[ recovery-image] Sep 23 16:19:20.515 INFO O| Sep 23 16:19:20.515 INFO STEP 40 (remove_files) COMPLETE
41512024-09-23T16:19:21.731Z[ recovery-image] Sep 23 16:19:20.515 INFO O| Sep 23 16:19:20.515 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-09-23T16:19:21.741Z[ recovery-image] Sep 23 16:19:20.525 INFO O| Sep 23 16:19:20.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41532024-09-23T16:19:21.743Z[ recovery-image] Sep 23 16:19:20.525 INFO O| Sep 23 16:19:20.525 INFO STEP 41 (remove_files) COMPLETE
41542024-09-23T16:19:21.743Z[ recovery-image] Sep 23 16:19:20.525 INFO O| Sep 23 16:19:20.525 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-09-23T16:19:21.750Z[ recovery-image] Sep 23 16:19:20.534 INFO O| Sep 23 16:19:20.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41562024-09-23T16:19:21.750Z[ recovery-image] Sep 23 16:19:20.534 INFO O| Sep 23 16:19:20.534 INFO STEP 42 (remove_files) COMPLETE
41572024-09-23T16:19:21.753Z[ recovery-image] Sep 23 16:19:20.534 INFO O| Sep 23 16:19:20.534 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-09-23T16:19:21.760Z[ recovery-image] Sep 23 16:19:20.543 INFO O| Sep 23 16:19:20.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41592024-09-23T16:19:21.760Z[ recovery-image] Sep 23 16:19:20.543 INFO O| Sep 23 16:19:20.543 INFO STEP 43 (remove_files) COMPLETE
41602024-09-23T16:19:21.763Z[ recovery-image] Sep 23 16:19:20.543 INFO O| Sep 23 16:19:20.543 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-09-23T16:19:21.769Z[ recovery-image] Sep 23 16:19:20.553 INFO O| Sep 23 16:19:20.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41622024-09-23T16:19:21.771Z[ recovery-image] Sep 23 16:19:20.553 INFO O| Sep 23 16:19:20.553 INFO STEP 44 (remove_files) COMPLETE
41632024-09-23T16:19:21.771Z[ recovery-image] Sep 23 16:19:20.553 INFO O| Sep 23 16:19:20.553 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-09-23T16:19:21.778Z[ recovery-image] Sep 23 16:19:20.562 INFO O| Sep 23 16:19:20.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41652024-09-23T16:19:21.781Z[ recovery-image] Sep 23 16:19:20.563 INFO O| Sep 23 16:19:20.563 INFO STEP 45 (remove_files) COMPLETE
41662024-09-23T16:19:21.781Z[ recovery-image] Sep 23 16:19:20.563 INFO O| Sep 23 16:19:20.563 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-09-23T16:19:21.788Z[ recovery-image] Sep 23 16:19:20.572 INFO O| Sep 23 16:19:20.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41682024-09-23T16:19:21.791Z[ recovery-image] Sep 23 16:19:20.572 INFO O| Sep 23 16:19:20.572 INFO STEP 46 (remove_files) COMPLETE
41692024-09-23T16:19:21.791Z[ recovery-image] Sep 23 16:19:20.572 INFO O| Sep 23 16:19:20.572 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-09-23T16:19:21.798Z[ recovery-image] Sep 23 16:19:20.581 INFO O| Sep 23 16:19:20.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41712024-09-23T16:19:21.798Z[ recovery-image] Sep 23 16:19:20.581 INFO O| Sep 23 16:19:20.581 INFO STEP 47 (remove_files) COMPLETE
41722024-09-23T16:19:21.800Z[ recovery-image] Sep 23 16:19:20.581 INFO O| Sep 23 16:19:20.581 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-09-23T16:19:21.807Z[ recovery-image] Sep 23 16:19:20.591 INFO O| Sep 23 16:19:20.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41742024-09-23T16:19:21.807Z[ recovery-image] Sep 23 16:19:20.591 INFO O| Sep 23 16:19:20.591 INFO STEP 48 (remove_files) COMPLETE
41752024-09-23T16:19:21.809Z[ recovery-image] Sep 23 16:19:20.591 INFO O| Sep 23 16:19:20.591 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-09-23T16:19:21.817Z[ recovery-image] Sep 23 16:19:20.600 INFO O| Sep 23 16:19:20.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41772024-09-23T16:19:21.819Z[ recovery-image] Sep 23 16:19:20.600 INFO O| Sep 23 16:19:20.600 INFO STEP 49 (remove_files) COMPLETE
41782024-09-23T16:19:21.819Z[ recovery-image] Sep 23 16:19:20.600 INFO O| Sep 23 16:19:20.600 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-09-23T16:19:21.826Z[ recovery-image] Sep 23 16:19:20.610 INFO O| Sep 23 16:19:20.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41802024-09-23T16:19:21.826Z[ recovery-image] Sep 23 16:19:20.610 INFO O| Sep 23 16:19:20.610 INFO STEP 50 (remove_files) COMPLETE
41812024-09-23T16:19:21.828Z[ recovery-image] Sep 23 16:19:20.610 INFO O| Sep 23 16:19:20.610 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-09-23T16:19:21.835Z[ recovery-image] Sep 23 16:19:20.619 INFO O| Sep 23 16:19:20.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41832024-09-23T16:19:21.837Z[ recovery-image] Sep 23 16:19:20.619 INFO O| Sep 23 16:19:20.619 INFO STEP 51 (remove_files) COMPLETE
41842024-09-23T16:19:21.838Z[ recovery-image] Sep 23 16:19:20.619 INFO O| Sep 23 16:19:20.619 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-09-23T16:19:21.845Z[ recovery-image] Sep 23 16:19:20.628 INFO O| Sep 23 16:19:20.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41862024-09-23T16:19:21.845Z[ recovery-image] Sep 23 16:19:20.628 INFO O| Sep 23 16:19:20.628 INFO STEP 52 (remove_files) COMPLETE
41872024-09-23T16:19:21.847Z[ recovery-image] Sep 23 16:19:20.628 INFO O| Sep 23 16:19:20.628 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-09-23T16:19:21.854Z[ recovery-image] Sep 23 16:19:20.638 INFO O| Sep 23 16:19:20.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41892024-09-23T16:19:21.857Z[ recovery-image] Sep 23 16:19:20.638 INFO O| Sep 23 16:19:20.638 INFO STEP 53 (remove_files) COMPLETE
41902024-09-23T16:19:21.857Z[ recovery-image] Sep 23 16:19:20.638 INFO O| Sep 23 16:19:20.638 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-09-23T16:19:21.864Z[ recovery-image] Sep 23 16:19:20.648 INFO O| Sep 23 16:19:20.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41922024-09-23T16:19:21.866Z[ recovery-image] Sep 23 16:19:20.648 INFO O| Sep 23 16:19:20.648 INFO STEP 54 (remove_files) COMPLETE
41932024-09-23T16:19:21.866Z[ recovery-image] Sep 23 16:19:20.648 INFO O| Sep 23 16:19:20.648 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-09-23T16:19:21.874Z[ recovery-image] Sep 23 16:19:20.658 INFO O| Sep 23 16:19:20.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41952024-09-23T16:19:21.874Z[ recovery-image] Sep 23 16:19:20.658 INFO O| Sep 23 16:19:20.658 INFO STEP 55 (remove_files) COMPLETE
41962024-09-23T16:19:21.874Z[ recovery-image] Sep 23 16:19:20.658 INFO O| Sep 23 16:19:20.658 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-09-23T16:19:21.883Z[ recovery-image] Sep 23 16:19:20.667 INFO O| Sep 23 16:19:20.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41982024-09-23T16:19:21.883Z[ recovery-image] Sep 23 16:19:20.667 INFO O| Sep 23 16:19:20.667 INFO STEP 56 (remove_files) COMPLETE
41992024-09-23T16:19:21.886Z[ recovery-image] Sep 23 16:19:20.667 INFO O| Sep 23 16:19:20.667 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-09-23T16:19:21.893Z[ recovery-image] Sep 23 16:19:20.676 INFO O| Sep 23 16:19:20.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42012024-09-23T16:19:21.893Z[ recovery-image] Sep 23 16:19:20.676 INFO O| Sep 23 16:19:20.676 INFO STEP 57 (remove_files) COMPLETE
42022024-09-23T16:19:21.893Z[ recovery-image] Sep 23 16:19:20.676 INFO O| Sep 23 16:19:20.676 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-09-23T16:19:21.902Z[ recovery-image] Sep 23 16:19:20.686 INFO O| Sep 23 16:19:20.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42042024-09-23T16:19:21.905Z[ recovery-image] Sep 23 16:19:20.686 INFO O| Sep 23 16:19:20.686 INFO STEP 58 (remove_files) COMPLETE
42052024-09-23T16:19:21.905Z[ recovery-image] Sep 23 16:19:20.686 INFO O| Sep 23 16:19:20.686 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-09-23T16:19:21.911Z[ recovery-image] Sep 23 16:19:20.695 INFO O| Sep 23 16:19:20.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42072024-09-23T16:19:21.914Z[ recovery-image] Sep 23 16:19:20.695 INFO O| Sep 23 16:19:20.695 INFO STEP 59 (remove_files) COMPLETE
42082024-09-23T16:19:21.914Z[ recovery-image] Sep 23 16:19:20.695 INFO O| Sep 23 16:19:20.695 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-09-23T16:19:21.921Z[ recovery-image] Sep 23 16:19:20.704 INFO O| Sep 23 16:19:20.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42102024-09-23T16:19:21.921Z[ recovery-image] Sep 23 16:19:20.704 INFO O| Sep 23 16:19:20.704 INFO STEP 60 (remove_files) COMPLETE
42112024-09-23T16:19:21.921Z[ recovery-image] Sep 23 16:19:20.704 INFO O| Sep 23 16:19:20.704 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-09-23T16:19:21.930Z[ recovery-image] Sep 23 16:19:20.714 INFO O| Sep 23 16:19:20.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42132024-09-23T16:19:21.932Z[ recovery-image] Sep 23 16:19:20.714 INFO O| Sep 23 16:19:20.714 INFO STEP 61 (remove_files) COMPLETE
42142024-09-23T16:19:21.932Z[ recovery-image] Sep 23 16:19:20.714 INFO O| Sep 23 16:19:20.714 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-09-23T16:19:21.939Z[ recovery-image] Sep 23 16:19:20.723 INFO O| Sep 23 16:19:20.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42162024-09-23T16:19:21.941Z[ recovery-image] Sep 23 16:19:20.723 INFO O| Sep 23 16:19:20.723 INFO STEP 62 (remove_files) COMPLETE
42172024-09-23T16:19:21.941Z[ recovery-image] Sep 23 16:19:20.723 INFO O| Sep 23 16:19:20.723 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-09-23T16:19:21.949Z[ recovery-image] Sep 23 16:19:20.732 INFO O| Sep 23 16:19:20.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42192024-09-23T16:19:21.951Z[ recovery-image] Sep 23 16:19:20.732 INFO O| Sep 23 16:19:20.732 INFO STEP 63 (remove_files) COMPLETE
42202024-09-23T16:19:21.951Z[ recovery-image] Sep 23 16:19:20.732 INFO O| Sep 23 16:19:20.732 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-09-23T16:19:21.958Z[ recovery-image] Sep 23 16:19:20.742 INFO O| Sep 23 16:19:20.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42222024-09-23T16:19:21.961Z[ recovery-image] Sep 23 16:19:20.742 INFO O| Sep 23 16:19:20.742 INFO STEP 64 (remove_files) COMPLETE
42232024-09-23T16:19:21.961Z[ recovery-image] Sep 23 16:19:20.742 INFO O| Sep 23 16:19:20.742 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-09-23T16:19:21.967Z[ recovery-image] Sep 23 16:19:20.751 INFO O| Sep 23 16:19:20.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42252024-09-23T16:19:21.970Z[ recovery-image] Sep 23 16:19:20.751 INFO O| Sep 23 16:19:20.751 INFO STEP 65 (remove_files) COMPLETE
42262024-09-23T16:19:21.970Z[ recovery-image] Sep 23 16:19:20.751 INFO O| Sep 23 16:19:20.751 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-09-23T16:19:21.977Z[ recovery-image] Sep 23 16:19:20.760 INFO O| Sep 23 16:19:20.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42282024-09-23T16:19:21.977Z[ recovery-image] Sep 23 16:19:20.760 INFO O| Sep 23 16:19:20.760 INFO STEP 66 (remove_files) COMPLETE
42292024-09-23T16:19:21.979Z[ recovery-image] Sep 23 16:19:20.760 INFO O| Sep 23 16:19:20.760 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-09-23T16:19:21.986Z[ recovery-image] Sep 23 16:19:20.770 INFO O| Sep 23 16:19:20.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42312024-09-23T16:19:21.986Z[ recovery-image] Sep 23 16:19:20.770 INFO O| Sep 23 16:19:20.770 INFO STEP 67 (remove_files) COMPLETE
42322024-09-23T16:19:21.986Z[ recovery-image] Sep 23 16:19:20.770 INFO O| Sep 23 16:19:20.770 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-09-23T16:19:21.995Z[ recovery-image] Sep 23 16:19:20.779 INFO O| Sep 23 16:19:20.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42342024-09-23T16:19:21.997Z[ recovery-image] Sep 23 16:19:20.780 INFO O| Sep 23 16:19:20.780 INFO STEP 68 (remove_files) COMPLETE
42352024-09-23T16:19:21.997Z[ recovery-image] Sep 23 16:19:20.780 INFO O| Sep 23 16:19:20.780 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-09-23T16:19:22.005Z[ recovery-image] Sep 23 16:19:20.789 INFO O| Sep 23 16:19:20.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42372024-09-23T16:19:22.008Z[ recovery-image] Sep 23 16:19:20.789 INFO O| Sep 23 16:19:20.789 INFO STEP 69 (remove_files) COMPLETE
42382024-09-23T16:19:22.008Z[ recovery-image] Sep 23 16:19:20.789 INFO O| Sep 23 16:19:20.789 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-09-23T16:19:22.016Z[ recovery-image] Sep 23 16:19:20.798 INFO O| Sep 23 16:19:20.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42402024-09-23T16:19:22.016Z[ recovery-image] Sep 23 16:19:20.798 INFO O| Sep 23 16:19:20.798 INFO STEP 70 (remove_files) COMPLETE
42412024-09-23T16:19:22.018Z[ recovery-image] Sep 23 16:19:20.798 INFO O| Sep 23 16:19:20.798 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-09-23T16:19:22.024Z[ recovery-image] Sep 23 16:19:20.808 INFO O| Sep 23 16:19:20.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42432024-09-23T16:19:22.024Z[ recovery-image] Sep 23 16:19:20.808 INFO O| Sep 23 16:19:20.808 INFO STEP 71 (remove_files) COMPLETE
42442024-09-23T16:19:22.024Z[ recovery-image] Sep 23 16:19:20.808 INFO O| Sep 23 16:19:20.808 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-09-23T16:19:22.033Z[ recovery-image] Sep 23 16:19:20.817 INFO O| Sep 23 16:19:20.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42462024-09-23T16:19:22.033Z[ recovery-image] Sep 23 16:19:20.817 INFO O| Sep 23 16:19:20.817 INFO STEP 72 (remove_files) COMPLETE
42472024-09-23T16:19:22.033Z[ recovery-image] Sep 23 16:19:20.817 INFO O| Sep 23 16:19:20.817 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-09-23T16:19:22.042Z[ recovery-image] Sep 23 16:19:20.826 INFO O| Sep 23 16:19:20.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42492024-09-23T16:19:22.042Z[ recovery-image] Sep 23 16:19:20.826 INFO O| Sep 23 16:19:20.826 INFO STEP 73 (remove_files) COMPLETE
42502024-09-23T16:19:22.045Z[ recovery-image] Sep 23 16:19:20.826 INFO O| Sep 23 16:19:20.826 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-09-23T16:19:22.052Z[ recovery-image] Sep 23 16:19:20.835 INFO O| Sep 23 16:19:20.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42522024-09-23T16:19:22.052Z[ recovery-image] Sep 23 16:19:20.835 INFO O| Sep 23 16:19:20.835 INFO STEP 74 (remove_files) COMPLETE
42532024-09-23T16:19:22.054Z[ recovery-image] Sep 23 16:19:20.835 INFO O| Sep 23 16:19:20.835 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-09-23T16:19:22.063Z[ recovery-image] Sep 23 16:19:20.844 INFO O| Sep 23 16:19:20.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42552024-09-23T16:19:22.063Z[ recovery-image] Sep 23 16:19:20.845 INFO O| Sep 23 16:19:20.844 INFO STEP 75 (remove_files) COMPLETE
42562024-09-23T16:19:22.067Z[ recovery-image] Sep 23 16:19:20.845 INFO O| Sep 23 16:19:20.844 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-09-23T16:19:22.070Z[ recovery-image] Sep 23 16:19:20.854 INFO O| Sep 23 16:19:20.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42582024-09-23T16:19:22.070Z[ recovery-image] Sep 23 16:19:20.854 INFO O| Sep 23 16:19:20.854 INFO STEP 76 (remove_files) COMPLETE
42592024-09-23T16:19:22.073Z[ recovery-image] Sep 23 16:19:20.854 INFO O| Sep 23 16:19:20.854 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-09-23T16:19:22.079Z[ recovery-image] Sep 23 16:19:20.863 INFO O| Sep 23 16:19:20.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42612024-09-23T16:19:22.079Z[ recovery-image] Sep 23 16:19:20.863 INFO O| Sep 23 16:19:20.863 INFO STEP 77 (remove_files) COMPLETE
42622024-09-23T16:19:22.082Z[ recovery-image] Sep 23 16:19:20.863 INFO O| Sep 23 16:19:20.863 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-09-23T16:19:22.088Z[ recovery-image] Sep 23 16:19:20.872 INFO O| Sep 23 16:19:20.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42642024-09-23T16:19:22.088Z[ recovery-image] Sep 23 16:19:20.872 INFO O| Sep 23 16:19:20.872 INFO STEP 78 (remove_files) COMPLETE
42652024-09-23T16:19:22.091Z[ recovery-image] Sep 23 16:19:20.872 INFO O| Sep 23 16:19:20.872 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-09-23T16:19:22.097Z[ recovery-image] Sep 23 16:19:20.881 INFO O| Sep 23 16:19:20.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42672024-09-23T16:19:22.097Z[ recovery-image] Sep 23 16:19:20.881 INFO O| Sep 23 16:19:20.881 INFO STEP 79 (remove_files) COMPLETE
42682024-09-23T16:19:22.101Z[ recovery-image] Sep 23 16:19:20.881 INFO O| Sep 23 16:19:20.881 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-09-23T16:19:22.107Z[ recovery-image] Sep 23 16:19:20.890 INFO O| Sep 23 16:19:20.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42702024-09-23T16:19:22.107Z[ recovery-image] Sep 23 16:19:20.890 INFO O| Sep 23 16:19:20.890 INFO STEP 80 (remove_files) COMPLETE
42712024-09-23T16:19:22.109Z[ recovery-image] Sep 23 16:19:20.890 INFO O| Sep 23 16:19:20.890 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-09-23T16:19:22.116Z[ recovery-image] Sep 23 16:19:20.899 INFO O| Sep 23 16:19:20.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42732024-09-23T16:19:22.118Z[ recovery-image] Sep 23 16:19:20.899 INFO O| Sep 23 16:19:20.899 INFO STEP 81 (remove_files) COMPLETE
42742024-09-23T16:19:22.118Z[ recovery-image] Sep 23 16:19:20.900 INFO O| Sep 23 16:19:20.899 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-09-23T16:19:22.125Z[ recovery-image] Sep 23 16:19:20.909 INFO O| Sep 23 16:19:20.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42762024-09-23T16:19:22.125Z[ recovery-image] Sep 23 16:19:20.909 INFO O| Sep 23 16:19:20.909 INFO STEP 82 (remove_files) COMPLETE
42772024-09-23T16:19:22.125Z[ recovery-image] Sep 23 16:19:20.909 INFO O| Sep 23 16:19:20.909 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-09-23T16:19:22.134Z[ recovery-image] Sep 23 16:19:20.918 INFO O| Sep 23 16:19:20.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42792024-09-23T16:19:22.137Z[ recovery-image] Sep 23 16:19:20.918 INFO O| Sep 23 16:19:20.918 INFO STEP 83 (remove_files) COMPLETE
42802024-09-23T16:19:22.137Z[ recovery-image] Sep 23 16:19:20.918 INFO O| Sep 23 16:19:20.918 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-09-23T16:19:22.143Z[ recovery-image] Sep 23 16:19:20.927 INFO O| Sep 23 16:19:20.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42822024-09-23T16:19:22.143Z[ recovery-image] Sep 23 16:19:20.927 INFO O| Sep 23 16:19:20.927 INFO STEP 84 (remove_files) COMPLETE
42832024-09-23T16:19:22.146Z[ recovery-image] Sep 23 16:19:20.927 INFO O| Sep 23 16:19:20.927 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-09-23T16:19:22.152Z[ recovery-image] Sep 23 16:19:20.936 INFO O| Sep 23 16:19:20.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42852024-09-23T16:19:22.155Z[ recovery-image] Sep 23 16:19:20.937 INFO O| Sep 23 16:19:20.937 INFO STEP 85 (remove_files) COMPLETE
42862024-09-23T16:19:22.155Z[ recovery-image] Sep 23 16:19:20.937 INFO O| Sep 23 16:19:20.937 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-09-23T16:19:22.162Z[ recovery-image] Sep 23 16:19:20.946 INFO O| Sep 23 16:19:20.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42882024-09-23T16:19:22.162Z[ recovery-image] Sep 23 16:19:20.946 INFO O| Sep 23 16:19:20.946 INFO STEP 86 (remove_files) COMPLETE
42892024-09-23T16:19:22.165Z[ recovery-image] Sep 23 16:19:20.946 INFO O| Sep 23 16:19:20.946 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-09-23T16:19:22.171Z[ recovery-image] Sep 23 16:19:20.955 INFO O| Sep 23 16:19:20.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42912024-09-23T16:19:22.171Z[ recovery-image] Sep 23 16:19:20.955 INFO O| Sep 23 16:19:20.955 INFO STEP 87 (remove_files) COMPLETE
42922024-09-23T16:19:22.174Z[ recovery-image] Sep 23 16:19:20.955 INFO O| Sep 23 16:19:20.955 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-09-23T16:19:22.184Z[ recovery-image] Sep 23 16:19:20.964 INFO O| Sep 23 16:19:20.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42942024-09-23T16:19:22.185Z[ recovery-image] Sep 23 16:19:20.964 INFO O| Sep 23 16:19:20.964 INFO STEP 88 (remove_files) COMPLETE
42952024-09-23T16:19:22.185Z[ recovery-image] Sep 23 16:19:20.964 INFO O| Sep 23 16:19:20.964 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-09-23T16:19:22.190Z[ recovery-image] Sep 23 16:19:20.974 INFO O| Sep 23 16:19:20.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42972024-09-23T16:19:22.192Z[ recovery-image] Sep 23 16:19:20.974 INFO O| Sep 23 16:19:20.974 INFO STEP 89 (remove_files) COMPLETE
42982024-09-23T16:19:22.192Z[ recovery-image] Sep 23 16:19:20.974 INFO O| Sep 23 16:19:20.974 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-09-23T16:19:22.199Z[ recovery-image] Sep 23 16:19:20.983 INFO O| Sep 23 16:19:20.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43002024-09-23T16:19:22.199Z[ recovery-image] Sep 23 16:19:20.983 INFO O| Sep 23 16:19:20.983 INFO STEP 90 (remove_files) COMPLETE
43012024-09-23T16:19:22.199Z[ recovery-image] Sep 23 16:19:20.983 INFO O| Sep 23 16:19:20.983 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-09-23T16:19:22.208Z[ recovery-image] Sep 23 16:19:20.992 INFO O| Sep 23 16:19:20.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43032024-09-23T16:19:22.208Z[ recovery-image] Sep 23 16:19:20.992 INFO O| Sep 23 16:19:20.992 INFO STEP 91 (remove_files) COMPLETE
43042024-09-23T16:19:22.211Z[ recovery-image] Sep 23 16:19:20.992 INFO O| Sep 23 16:19:20.992 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-09-23T16:19:22.218Z[ recovery-image] Sep 23 16:19:21.002 INFO O| Sep 23 16:19:21.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43062024-09-23T16:19:22.218Z[ recovery-image] Sep 23 16:19:21.002 INFO O| Sep 23 16:19:21.002 INFO STEP 92 (remove_files) COMPLETE
43072024-09-23T16:19:22.220Z[ recovery-image] Sep 23 16:19:21.002 INFO O| Sep 23 16:19:21.002 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-09-23T16:19:22.228Z[ recovery-image] Sep 23 16:19:21.012 INFO O| Sep 23 16:19:21.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43092024-09-23T16:19:22.228Z[ recovery-image] Sep 23 16:19:21.012 INFO O| Sep 23 16:19:21.012 INFO STEP 93 (remove_files) COMPLETE
43102024-09-23T16:19:22.230Z[ recovery-image] Sep 23 16:19:21.012 INFO O| Sep 23 16:19:21.012 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-09-23T16:19:22.240Z[ recovery-image] Sep 23 16:19:21.023 INFO O| Sep 23 16:19:21.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43122024-09-23T16:19:22.240Z[ recovery-image] Sep 23 16:19:21.023 INFO O| Sep 23 16:19:21.023 INFO STEP 94 (remove_files) COMPLETE
43132024-09-23T16:19:22.242Z[ recovery-image] Sep 23 16:19:21.023 INFO O| Sep 23 16:19:21.023 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-09-23T16:19:22.249Z[ recovery-image] Sep 23 16:19:21.033 INFO O| Sep 23 16:19:21.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43152024-09-23T16:19:22.249Z[ recovery-image] Sep 23 16:19:21.033 INFO O| Sep 23 16:19:21.033 INFO STEP 95 (remove_files) COMPLETE
43162024-09-23T16:19:22.251Z[ recovery-image] Sep 23 16:19:21.033 INFO O| Sep 23 16:19:21.033 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-09-23T16:19:22.260Z[ recovery-image] Sep 23 16:19:21.044 INFO O| Sep 23 16:19:21.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43182024-09-23T16:19:22.260Z[ recovery-image] Sep 23 16:19:21.044 INFO O| Sep 23 16:19:21.044 INFO STEP 96 (remove_files) COMPLETE
43192024-09-23T16:19:22.263Z[ recovery-image] Sep 23 16:19:21.044 INFO O| Sep 23 16:19:21.044 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-09-23T16:19:22.271Z[ recovery-image] Sep 23 16:19:21.054 INFO O| Sep 23 16:19:21.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43212024-09-23T16:19:22.271Z[ recovery-image] Sep 23 16:19:21.055 INFO O| Sep 23 16:19:21.054 INFO STEP 97 (remove_files) COMPLETE
43222024-09-23T16:19:22.273Z[ recovery-image] Sep 23 16:19:21.055 INFO O| Sep 23 16:19:21.055 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-09-23T16:19:22.282Z[ recovery-image] Sep 23 16:19:21.065 INFO O| Sep 23 16:19:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43242024-09-23T16:19:22.282Z[ recovery-image] Sep 23 16:19:21.065 INFO O| Sep 23 16:19:21.065 INFO STEP 98 (remove_files) COMPLETE
43252024-09-23T16:19:22.282Z[ recovery-image] Sep 23 16:19:21.066 INFO O| Sep 23 16:19:21.065 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-09-23T16:19:22.291Z[ recovery-image] Sep 23 16:19:21.075 INFO O| Sep 23 16:19:21.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43272024-09-23T16:19:22.292Z[ recovery-image] Sep 23 16:19:21.075 INFO O| Sep 23 16:19:21.075 INFO STEP 99 (remove_files) COMPLETE
43282024-09-23T16:19:22.294Z[ recovery-image] Sep 23 16:19:21.075 INFO O| Sep 23 16:19:21.075 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-09-23T16:19:22.301Z[ recovery-image] Sep 23 16:19:21.085 INFO O| Sep 23 16:19:21.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43302024-09-23T16:19:22.301Z[ recovery-image] Sep 23 16:19:21.085 INFO O| Sep 23 16:19:21.085 INFO STEP 100 (remove_files) COMPLETE
43312024-09-23T16:19:22.303Z[ recovery-image] Sep 23 16:19:21.085 INFO O| Sep 23 16:19:21.085 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-09-23T16:19:22.311Z[ recovery-image] Sep 23 16:19:21.094 INFO O| Sep 23 16:19:21.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43332024-09-23T16:19:22.311Z[ recovery-image] Sep 23 16:19:21.094 INFO O| Sep 23 16:19:21.094 INFO STEP 101 (remove_files) COMPLETE
43342024-09-23T16:19:22.313Z[ recovery-image] Sep 23 16:19:21.094 INFO O| Sep 23 16:19:21.094 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-09-23T16:19:22.320Z[ recovery-image] Sep 23 16:19:21.104 INFO O| Sep 23 16:19:21.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43362024-09-23T16:19:22.320Z[ recovery-image] Sep 23 16:19:21.104 INFO O| Sep 23 16:19:21.104 INFO STEP 102 (remove_files) COMPLETE
43372024-09-23T16:19:22.320Z[ recovery-image] Sep 23 16:19:21.104 INFO O| Sep 23 16:19:21.104 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-09-23T16:19:22.329Z[ recovery-image] Sep 23 16:19:21.113 INFO O| Sep 23 16:19:21.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43392024-09-23T16:19:22.329Z[ recovery-image] Sep 23 16:19:21.113 INFO O| Sep 23 16:19:21.113 INFO STEP 103 (remove_files) COMPLETE
43402024-09-23T16:19:22.332Z[ recovery-image] Sep 23 16:19:21.113 INFO O| Sep 23 16:19:21.113 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-09-23T16:19:22.339Z[ recovery-image] Sep 23 16:19:21.122 INFO O| Sep 23 16:19:21.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43422024-09-23T16:19:22.339Z[ recovery-image] Sep 23 16:19:21.122 INFO O| Sep 23 16:19:21.122 INFO STEP 104 (remove_files) COMPLETE
43432024-09-23T16:19:22.341Z[ recovery-image] Sep 23 16:19:21.123 INFO O| Sep 23 16:19:21.122 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-09-23T16:19:22.348Z[ recovery-image] Sep 23 16:19:21.132 INFO O| Sep 23 16:19:21.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43452024-09-23T16:19:22.364Z[ recovery-image] Sep 23 16:19:21.132 INFO O| Sep 23 16:19:21.132 INFO STEP 105 (remove_files) COMPLETE
43462024-09-23T16:19:22.364Z[ recovery-image] Sep 23 16:19:21.132 INFO O| Sep 23 16:19:21.132 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-09-23T16:19:22.364Z[ recovery-image] Sep 23 16:19:21.141 INFO O| Sep 23 16:19:21.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43482024-09-23T16:19:22.364Z[ recovery-image] Sep 23 16:19:21.141 INFO O| Sep 23 16:19:21.141 INFO STEP 106 (remove_files) COMPLETE
43492024-09-23T16:19:22.364Z[ recovery-image] Sep 23 16:19:21.141 INFO O| Sep 23 16:19:21.141 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-09-23T16:19:22.375Z[ recovery-image] Sep 23 16:19:21.150 INFO O| Sep 23 16:19:21.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43512024-09-23T16:19:22.375Z[ recovery-image] Sep 23 16:19:21.151 INFO O| Sep 23 16:19:21.151 INFO STEP 107 (remove_files) COMPLETE
43522024-09-23T16:19:22.378Z[ recovery-image] Sep 23 16:19:21.151 INFO O| Sep 23 16:19:21.151 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-09-23T16:19:22.378Z[ recovery-image] Sep 23 16:19:21.161 INFO O| Sep 23 16:19:21.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43542024-09-23T16:19:22.378Z[ recovery-image] Sep 23 16:19:21.161 INFO O| Sep 23 16:19:21.161 INFO STEP 108 (remove_files) COMPLETE
43552024-09-23T16:19:22.378Z[ recovery-image] Sep 23 16:19:21.161 INFO O| Sep 23 16:19:21.161 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-09-23T16:19:22.389Z[ recovery-image] Sep 23 16:19:21.172 INFO O| Sep 23 16:19:21.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43572024-09-23T16:19:22.389Z[ recovery-image] Sep 23 16:19:21.173 INFO O| Sep 23 16:19:21.172 INFO STEP 109 (remove_files) COMPLETE
43582024-09-23T16:19:22.393Z[ recovery-image] Sep 23 16:19:21.173 INFO O| Sep 23 16:19:21.172 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-09-23T16:19:22.401Z[ recovery-image] Sep 23 16:19:21.182 INFO O| Sep 23 16:19:21.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43602024-09-23T16:19:22.401Z[ recovery-image] Sep 23 16:19:21.182 INFO O| Sep 23 16:19:21.182 INFO STEP 110 (remove_files) COMPLETE
43612024-09-23T16:19:22.405Z[ recovery-image] Sep 23 16:19:21.182 INFO O| Sep 23 16:19:21.182 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-09-23T16:19:22.408Z[ recovery-image] Sep 23 16:19:21.192 INFO O| Sep 23 16:19:21.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43632024-09-23T16:19:22.408Z[ recovery-image] Sep 23 16:19:21.192 INFO O| Sep 23 16:19:21.192 INFO STEP 111 (remove_files) COMPLETE
43642024-09-23T16:19:22.411Z[ recovery-image] Sep 23 16:19:21.192 INFO O| Sep 23 16:19:21.192 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-09-23T16:19:22.419Z[ recovery-image] Sep 23 16:19:21.203 INFO O| Sep 23 16:19:21.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43662024-09-23T16:19:22.419Z[ recovery-image] Sep 23 16:19:21.203 INFO O| Sep 23 16:19:21.203 INFO STEP 112 (remove_files) COMPLETE
43672024-09-23T16:19:22.421Z[ recovery-image] Sep 23 16:19:21.203 INFO O| Sep 23 16:19:21.203 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-09-23T16:19:22.429Z[ recovery-image] Sep 23 16:19:21.213 INFO O| Sep 23 16:19:21.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43692024-09-23T16:19:22.432Z[ recovery-image] Sep 23 16:19:21.213 INFO O| Sep 23 16:19:21.213 INFO STEP 113 (remove_files) COMPLETE
43702024-09-23T16:19:22.432Z[ recovery-image] Sep 23 16:19:21.213 INFO O| Sep 23 16:19:21.213 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-09-23T16:19:22.440Z[ recovery-image] Sep 23 16:19:21.224 INFO O| Sep 23 16:19:21.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43722024-09-23T16:19:22.440Z[ recovery-image] Sep 23 16:19:21.224 INFO O| Sep 23 16:19:21.224 INFO STEP 114 (remove_files) COMPLETE
43732024-09-23T16:19:22.440Z[ recovery-image] Sep 23 16:19:21.224 INFO O| Sep 23 16:19:21.224 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-09-23T16:19:22.450Z[ recovery-image] Sep 23 16:19:21.233 INFO O| Sep 23 16:19:21.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43752024-09-23T16:19:22.450Z[ recovery-image] Sep 23 16:19:21.233 INFO O| Sep 23 16:19:21.233 INFO STEP 115 (remove_files) COMPLETE
43762024-09-23T16:19:22.453Z[ recovery-image] Sep 23 16:19:21.233 INFO O| Sep 23 16:19:21.233 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-09-23T16:19:22.459Z[ recovery-image] Sep 23 16:19:21.243 INFO O| Sep 23 16:19:21.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43782024-09-23T16:19:22.459Z[ recovery-image] Sep 23 16:19:21.243 INFO O| Sep 23 16:19:21.243 INFO STEP 116 (remove_files) COMPLETE
43792024-09-23T16:19:22.461Z[ recovery-image] Sep 23 16:19:21.243 INFO O| Sep 23 16:19:21.243 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-09-23T16:19:22.471Z[ recovery-image] Sep 23 16:19:21.255 INFO O| Sep 23 16:19:21.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43812024-09-23T16:19:22.471Z[ recovery-image] Sep 23 16:19:21.255 INFO O| Sep 23 16:19:21.255 INFO STEP 117 (remove_files) COMPLETE
43822024-09-23T16:19:22.473Z[ recovery-image] Sep 23 16:19:21.255 INFO O| Sep 23 16:19:21.255 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-09-23T16:19:22.482Z[ recovery-image] Sep 23 16:19:21.266 INFO O| Sep 23 16:19:21.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43842024-09-23T16:19:22.482Z[ recovery-image] Sep 23 16:19:21.266 INFO O| Sep 23 16:19:21.266 INFO STEP 118 (remove_files) COMPLETE
43852024-09-23T16:19:22.482Z[ recovery-image] Sep 23 16:19:21.266 INFO O| Sep 23 16:19:21.266 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-09-23T16:19:22.492Z[ recovery-image] Sep 23 16:19:21.275 INFO O| Sep 23 16:19:21.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43872024-09-23T16:19:22.492Z[ recovery-image] Sep 23 16:19:21.276 INFO O| Sep 23 16:19:21.276 INFO STEP 119 (remove_files) COMPLETE
43882024-09-23T16:19:22.494Z[ recovery-image] Sep 23 16:19:21.276 INFO O| Sep 23 16:19:21.276 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-09-23T16:19:22.502Z[ recovery-image] Sep 23 16:19:21.285 INFO O| Sep 23 16:19:21.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43902024-09-23T16:19:22.502Z[ recovery-image] Sep 23 16:19:21.285 INFO O| Sep 23 16:19:21.285 INFO STEP 120 (remove_files) COMPLETE
43912024-09-23T16:19:22.502Z[ recovery-image] Sep 23 16:19:21.286 INFO O| Sep 23 16:19:21.285 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-09-23T16:19:22.511Z[ recovery-image] Sep 23 16:19:21.295 INFO O| Sep 23 16:19:21.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43932024-09-23T16:19:22.511Z[ recovery-image] Sep 23 16:19:21.295 INFO O| Sep 23 16:19:21.295 INFO STEP 121 (remove_files) COMPLETE
43942024-09-23T16:19:22.511Z[ recovery-image] Sep 23 16:19:21.295 INFO O| Sep 23 16:19:21.295 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-09-23T16:19:22.520Z[ recovery-image] Sep 23 16:19:21.304 INFO O| Sep 23 16:19:21.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43962024-09-23T16:19:22.523Z[ recovery-image] Sep 23 16:19:21.304 INFO O| Sep 23 16:19:21.304 INFO STEP 122 (remove_files) COMPLETE
43972024-09-23T16:19:22.523Z[ recovery-image] Sep 23 16:19:21.304 INFO O| Sep 23 16:19:21.304 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-09-23T16:19:22.529Z[ recovery-image] Sep 23 16:19:21.313 INFO O| Sep 23 16:19:21.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43992024-09-23T16:19:22.530Z[ recovery-image] Sep 23 16:19:21.313 INFO O| Sep 23 16:19:21.313 INFO STEP 123 (remove_files) COMPLETE
44002024-09-23T16:19:22.534Z[ recovery-image] Sep 23 16:19:21.313 INFO O| Sep 23 16:19:21.313 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-09-23T16:19:22.539Z[ recovery-image] Sep 23 16:19:21.322 INFO O| Sep 23 16:19:21.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44022024-09-23T16:19:22.539Z[ recovery-image] Sep 23 16:19:21.322 INFO O| Sep 23 16:19:21.322 INFO STEP 124 (remove_files) COMPLETE
44032024-09-23T16:19:22.541Z[ recovery-image] Sep 23 16:19:21.323 INFO O| Sep 23 16:19:21.322 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-09-23T16:19:22.548Z[ recovery-image] Sep 23 16:19:21.332 INFO O| Sep 23 16:19:21.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44052024-09-23T16:19:22.548Z[ recovery-image] Sep 23 16:19:21.332 INFO O| Sep 23 16:19:21.332 INFO STEP 125 (remove_files) COMPLETE
44062024-09-23T16:19:22.550Z[ recovery-image] Sep 23 16:19:21.332 INFO O| Sep 23 16:19:21.332 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-09-23T16:19:22.557Z[ recovery-image] Sep 23 16:19:21.341 INFO O| Sep 23 16:19:21.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44082024-09-23T16:19:22.557Z[ recovery-image] Sep 23 16:19:21.341 INFO O| Sep 23 16:19:21.341 INFO STEP 126 (remove_files) COMPLETE
44092024-09-23T16:19:22.560Z[ recovery-image] Sep 23 16:19:21.341 INFO O| Sep 23 16:19:21.341 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-09-23T16:19:22.566Z[ recovery-image] Sep 23 16:19:21.350 INFO O| Sep 23 16:19:21.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44112024-09-23T16:19:22.566Z[ recovery-image] Sep 23 16:19:21.350 INFO O| Sep 23 16:19:21.350 INFO STEP 127 (remove_files) COMPLETE
44122024-09-23T16:19:22.569Z[ recovery-image] Sep 23 16:19:21.350 INFO O| Sep 23 16:19:21.350 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-09-23T16:19:22.576Z[ recovery-image] Sep 23 16:19:21.359 INFO O| Sep 23 16:19:21.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44142024-09-23T16:19:22.576Z[ recovery-image] Sep 23 16:19:21.359 INFO O| Sep 23 16:19:21.359 INFO STEP 128 (remove_files) COMPLETE
44152024-09-23T16:19:22.578Z[ recovery-image] Sep 23 16:19:21.359 INFO O| Sep 23 16:19:21.359 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-09-23T16:19:22.585Z[ recovery-image] Sep 23 16:19:21.369 INFO O| Sep 23 16:19:21.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44172024-09-23T16:19:22.588Z[ recovery-image] Sep 23 16:19:21.369 INFO O| Sep 23 16:19:21.369 INFO STEP 129 (remove_files) COMPLETE
44182024-09-23T16:19:22.588Z[ recovery-image] Sep 23 16:19:21.369 INFO O| Sep 23 16:19:21.369 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-09-23T16:19:22.594Z[ recovery-image] Sep 23 16:19:21.378 INFO O| Sep 23 16:19:21.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44202024-09-23T16:19:22.594Z[ recovery-image] Sep 23 16:19:21.378 INFO O| Sep 23 16:19:21.378 INFO STEP 130 (remove_files) COMPLETE
44212024-09-23T16:19:22.594Z[ recovery-image] Sep 23 16:19:21.378 INFO O| Sep 23 16:19:21.378 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-09-23T16:19:22.604Z[ recovery-image] Sep 23 16:19:21.387 INFO O| Sep 23 16:19:21.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44232024-09-23T16:19:22.608Z[ recovery-image] Sep 23 16:19:21.387 INFO O| Sep 23 16:19:21.387 INFO STEP 131 (remove_files) COMPLETE
44242024-09-23T16:19:22.608Z[ recovery-image] Sep 23 16:19:21.387 INFO O| Sep 23 16:19:21.387 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-09-23T16:19:22.613Z[ recovery-image] Sep 23 16:19:21.397 INFO O| Sep 23 16:19:21.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44262024-09-23T16:19:22.615Z[ recovery-image] Sep 23 16:19:21.397 INFO O| Sep 23 16:19:21.397 INFO STEP 132 (remove_files) COMPLETE
44272024-09-23T16:19:22.615Z[ recovery-image] Sep 23 16:19:21.397 INFO O| Sep 23 16:19:21.397 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-09-23T16:19:22.623Z[ recovery-image] Sep 23 16:19:21.406 INFO O| Sep 23 16:19:21.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44292024-09-23T16:19:22.623Z[ recovery-image] Sep 23 16:19:21.406 INFO O| Sep 23 16:19:21.406 INFO STEP 133 (remove_files) COMPLETE
44302024-09-23T16:19:22.628Z[ recovery-image] Sep 23 16:19:21.406 INFO O| Sep 23 16:19:21.406 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-09-23T16:19:22.632Z[ recovery-image] Sep 23 16:19:21.415 INFO O| Sep 23 16:19:21.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44322024-09-23T16:19:22.632Z[ recovery-image] Sep 23 16:19:21.416 INFO O| Sep 23 16:19:21.415 INFO STEP 134 (remove_files) COMPLETE
44332024-09-23T16:19:22.632Z[ recovery-image] Sep 23 16:19:21.416 INFO O| Sep 23 16:19:21.416 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-09-23T16:19:22.641Z[ recovery-image] Sep 23 16:19:21.425 INFO O| Sep 23 16:19:21.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44352024-09-23T16:19:22.643Z[ recovery-image] Sep 23 16:19:21.425 INFO O| Sep 23 16:19:21.425 INFO STEP 135 (remove_files) COMPLETE
44362024-09-23T16:19:22.643Z[ recovery-image] Sep 23 16:19:21.425 INFO O| Sep 23 16:19:21.425 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-09-23T16:19:22.651Z[ recovery-image] Sep 23 16:19:21.434 INFO O| Sep 23 16:19:21.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44382024-09-23T16:19:22.651Z[ recovery-image] Sep 23 16:19:21.434 INFO O| Sep 23 16:19:21.434 INFO STEP 136 (remove_files) COMPLETE
44392024-09-23T16:19:22.655Z[ recovery-image] Sep 23 16:19:21.434 INFO O| Sep 23 16:19:21.434 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-09-23T16:19:22.660Z[ recovery-image] Sep 23 16:19:21.444 INFO O| Sep 23 16:19:21.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44412024-09-23T16:19:22.665Z[ recovery-image] Sep 23 16:19:21.444 INFO O| Sep 23 16:19:21.444 INFO STEP 137 (remove_files) COMPLETE
44422024-09-23T16:19:22.665Z[ recovery-image] Sep 23 16:19:21.444 INFO O| Sep 23 16:19:21.444 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-09-23T16:19:22.669Z[ recovery-image] Sep 23 16:19:21.453 INFO O| Sep 23 16:19:21.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44442024-09-23T16:19:22.669Z[ recovery-image] Sep 23 16:19:21.453 INFO O| Sep 23 16:19:21.453 INFO STEP 138 (remove_files) COMPLETE
44452024-09-23T16:19:22.672Z[ recovery-image] Sep 23 16:19:21.453 INFO O| Sep 23 16:19:21.453 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-09-23T16:19:22.678Z[ recovery-image] Sep 23 16:19:21.462 INFO O| Sep 23 16:19:21.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44472024-09-23T16:19:22.678Z[ recovery-image] Sep 23 16:19:21.462 INFO O| Sep 23 16:19:21.462 INFO STEP 139 (remove_files) COMPLETE
44482024-09-23T16:19:22.678Z[ recovery-image] Sep 23 16:19:21.462 INFO O| Sep 23 16:19:21.462 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-09-23T16:19:22.688Z[ recovery-image] Sep 23 16:19:21.471 INFO O| Sep 23 16:19:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44502024-09-23T16:19:22.691Z[ recovery-image] Sep 23 16:19:21.471 INFO O| Sep 23 16:19:21.471 INFO STEP 140 (remove_files) COMPLETE
44512024-09-23T16:19:22.691Z[ recovery-image] Sep 23 16:19:21.472 INFO O| Sep 23 16:19:21.471 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-09-23T16:19:22.697Z[ recovery-image] Sep 23 16:19:21.481 INFO O| Sep 23 16:19:21.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44532024-09-23T16:19:22.697Z[ recovery-image] Sep 23 16:19:21.481 INFO O| Sep 23 16:19:21.481 INFO STEP 141 (remove_files) COMPLETE
44542024-09-23T16:19:22.697Z[ recovery-image] Sep 23 16:19:21.481 INFO O| Sep 23 16:19:21.481 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-09-23T16:19:22.706Z[ recovery-image] Sep 23 16:19:21.490 INFO O| Sep 23 16:19:21.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44562024-09-23T16:19:22.706Z[ recovery-image] Sep 23 16:19:21.490 INFO O| Sep 23 16:19:21.490 INFO STEP 142 (remove_files) COMPLETE
44572024-09-23T16:19:22.706Z[ recovery-image] Sep 23 16:19:21.490 INFO O| Sep 23 16:19:21.490 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-09-23T16:19:22.715Z[ recovery-image] Sep 23 16:19:21.499 INFO O| Sep 23 16:19:21.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44592024-09-23T16:19:22.718Z[ recovery-image] Sep 23 16:19:21.499 INFO O| Sep 23 16:19:21.499 INFO STEP 143 (remove_files) COMPLETE
44602024-09-23T16:19:22.718Z[ recovery-image] Sep 23 16:19:21.499 INFO O| Sep 23 16:19:21.499 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-09-23T16:19:22.724Z[ recovery-image] Sep 23 16:19:21.508 INFO O| Sep 23 16:19:21.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44622024-09-23T16:19:22.724Z[ recovery-image] Sep 23 16:19:21.508 INFO O| Sep 23 16:19:21.508 INFO STEP 144 (remove_files) COMPLETE
44632024-09-23T16:19:22.727Z[ recovery-image] Sep 23 16:19:21.508 INFO O| Sep 23 16:19:21.508 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-09-23T16:19:22.733Z[ recovery-image] Sep 23 16:19:21.517 INFO O| Sep 23 16:19:21.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44652024-09-23T16:19:22.733Z[ recovery-image] Sep 23 16:19:21.517 INFO O| Sep 23 16:19:21.517 INFO STEP 145 (remove_files) COMPLETE
44662024-09-23T16:19:22.736Z[ recovery-image] Sep 23 16:19:21.517 INFO O| Sep 23 16:19:21.517 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-09-23T16:19:22.743Z[ recovery-image] Sep 23 16:19:21.526 INFO O| Sep 23 16:19:21.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44682024-09-23T16:19:22.743Z[ recovery-image] Sep 23 16:19:21.526 INFO O| Sep 23 16:19:21.526 INFO STEP 146 (remove_files) COMPLETE
44692024-09-23T16:19:22.746Z[ recovery-image] Sep 23 16:19:21.526 INFO O| Sep 23 16:19:21.526 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-09-23T16:19:22.752Z[ recovery-image] Sep 23 16:19:21.535 INFO O| Sep 23 16:19:21.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44712024-09-23T16:19:22.752Z[ recovery-image] Sep 23 16:19:21.535 INFO O| Sep 23 16:19:21.535 INFO STEP 147 (remove_files) COMPLETE
44722024-09-23T16:19:22.754Z[ recovery-image] Sep 23 16:19:21.535 INFO O| Sep 23 16:19:21.535 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-09-23T16:19:22.761Z[ recovery-image] Sep 23 16:19:21.544 INFO O| Sep 23 16:19:21.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44742024-09-23T16:19:22.761Z[ recovery-image] Sep 23 16:19:21.545 INFO O| Sep 23 16:19:21.545 INFO STEP 148 (remove_files) COMPLETE
44752024-09-23T16:19:22.761Z[ recovery-image] Sep 23 16:19:21.545 INFO O| Sep 23 16:19:21.545 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-09-23T16:19:22.770Z[ recovery-image] Sep 23 16:19:21.554 INFO O| Sep 23 16:19:21.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44772024-09-23T16:19:22.770Z[ recovery-image] Sep 23 16:19:21.554 INFO O| Sep 23 16:19:21.554 INFO STEP 149 (remove_files) COMPLETE
44782024-09-23T16:19:22.772Z[ recovery-image] Sep 23 16:19:21.554 INFO O| Sep 23 16:19:21.554 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-09-23T16:19:22.779Z[ recovery-image] Sep 23 16:19:21.563 INFO O| Sep 23 16:19:21.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44802024-09-23T16:19:22.779Z[ recovery-image] Sep 23 16:19:21.563 INFO O| Sep 23 16:19:21.563 INFO STEP 150 (remove_files) COMPLETE
44812024-09-23T16:19:22.782Z[ recovery-image] Sep 23 16:19:21.563 INFO O| Sep 23 16:19:21.563 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-09-23T16:19:22.788Z[ recovery-image] Sep 23 16:19:21.572 INFO O| Sep 23 16:19:21.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44832024-09-23T16:19:22.788Z[ recovery-image] Sep 23 16:19:21.572 INFO O| Sep 23 16:19:21.572 INFO STEP 151 (remove_files) COMPLETE
44842024-09-23T16:19:22.788Z[ recovery-image] Sep 23 16:19:21.572 INFO O| Sep 23 16:19:21.572 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-09-23T16:19:22.797Z[ recovery-image] Sep 23 16:19:21.581 INFO O| Sep 23 16:19:21.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44862024-09-23T16:19:22.797Z[ recovery-image] Sep 23 16:19:21.581 INFO O| Sep 23 16:19:21.581 INFO STEP 152 (remove_files) COMPLETE
44872024-09-23T16:19:22.800Z[ recovery-image] Sep 23 16:19:21.581 INFO O| Sep 23 16:19:21.581 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-09-23T16:19:22.806Z[ recovery-image] Sep 23 16:19:21.590 INFO O| Sep 23 16:19:21.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44892024-09-23T16:19:22.806Z[ recovery-image] Sep 23 16:19:21.590 INFO O| Sep 23 16:19:21.590 INFO STEP 153 (remove_files) COMPLETE
44902024-09-23T16:19:22.809Z[ recovery-image] Sep 23 16:19:21.590 INFO O| Sep 23 16:19:21.590 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-09-23T16:19:22.816Z[ recovery-image] Sep 23 16:19:21.599 INFO O| Sep 23 16:19:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44922024-09-23T16:19:22.816Z[ recovery-image] Sep 23 16:19:21.599 INFO O| Sep 23 16:19:21.599 INFO STEP 154 (remove_files) COMPLETE
44932024-09-23T16:19:22.818Z[ recovery-image] Sep 23 16:19:21.599 INFO O| Sep 23 16:19:21.599 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-09-23T16:19:22.825Z[ recovery-image] Sep 23 16:19:21.608 INFO O| Sep 23 16:19:21.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44952024-09-23T16:19:22.825Z[ recovery-image] Sep 23 16:19:21.608 INFO O| Sep 23 16:19:21.608 INFO STEP 155 (remove_files) COMPLETE
44962024-09-23T16:19:22.827Z[ recovery-image] Sep 23 16:19:21.608 INFO O| Sep 23 16:19:21.608 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-09-23T16:19:22.834Z[ recovery-image] Sep 23 16:19:21.617 INFO O| Sep 23 16:19:21.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44982024-09-23T16:19:22.834Z[ recovery-image] Sep 23 16:19:21.617 INFO O| Sep 23 16:19:21.617 INFO STEP 156 (remove_files) COMPLETE
44992024-09-23T16:19:22.834Z[ recovery-image] Sep 23 16:19:21.617 INFO O| Sep 23 16:19:21.617 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-09-23T16:19:22.843Z[ recovery-image] Sep 23 16:19:21.626 INFO O| Sep 23 16:19:21.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45012024-09-23T16:19:22.845Z[ recovery-image] Sep 23 16:19:21.627 INFO O| Sep 23 16:19:21.627 INFO STEP 157 (remove_files) COMPLETE
45022024-09-23T16:19:22.845Z[ recovery-image] Sep 23 16:19:21.627 INFO O| Sep 23 16:19:21.627 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-09-23T16:19:22.852Z[ recovery-image] Sep 23 16:19:21.636 INFO O| Sep 23 16:19:21.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45042024-09-23T16:19:22.852Z[ recovery-image] Sep 23 16:19:21.636 INFO O| Sep 23 16:19:21.636 INFO STEP 158 (remove_files) COMPLETE
45052024-09-23T16:19:22.854Z[ recovery-image] Sep 23 16:19:21.636 INFO O| Sep 23 16:19:21.636 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-09-23T16:19:22.861Z[ recovery-image] Sep 23 16:19:21.645 INFO O| Sep 23 16:19:21.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45072024-09-23T16:19:22.861Z[ recovery-image] Sep 23 16:19:21.645 INFO O| Sep 23 16:19:21.645 INFO STEP 159 (remove_files) COMPLETE
45082024-09-23T16:19:22.863Z[ recovery-image] Sep 23 16:19:21.645 INFO O| Sep 23 16:19:21.645 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-09-23T16:19:22.870Z[ recovery-image] Sep 23 16:19:21.654 INFO O| Sep 23 16:19:21.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45102024-09-23T16:19:22.870Z[ recovery-image] Sep 23 16:19:21.654 INFO O| Sep 23 16:19:21.654 INFO STEP 160 (remove_files) COMPLETE
45112024-09-23T16:19:22.872Z[ recovery-image] Sep 23 16:19:21.654 INFO O| Sep 23 16:19:21.654 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-09-23T16:19:22.879Z[ recovery-image] Sep 23 16:19:21.663 INFO O| Sep 23 16:19:21.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45132024-09-23T16:19:22.879Z[ recovery-image] Sep 23 16:19:21.663 INFO O| Sep 23 16:19:21.663 INFO STEP 161 (remove_files) COMPLETE
45142024-09-23T16:19:22.882Z[ recovery-image] Sep 23 16:19:21.663 INFO O| Sep 23 16:19:21.663 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-09-23T16:19:22.888Z[ recovery-image] Sep 23 16:19:21.672 INFO O| Sep 23 16:19:21.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45162024-09-23T16:19:22.888Z[ recovery-image] Sep 23 16:19:21.672 INFO O| Sep 23 16:19:21.672 INFO STEP 162 (remove_files) COMPLETE
45172024-09-23T16:19:22.891Z[ recovery-image] Sep 23 16:19:21.672 INFO O| Sep 23 16:19:21.672 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-09-23T16:19:22.897Z[ recovery-image] Sep 23 16:19:21.681 INFO O| Sep 23 16:19:21.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45192024-09-23T16:19:22.898Z[ recovery-image] Sep 23 16:19:21.681 INFO O| Sep 23 16:19:21.681 INFO STEP 163 (remove_files) COMPLETE
45202024-09-23T16:19:22.900Z[ recovery-image] Sep 23 16:19:21.681 INFO O| Sep 23 16:19:21.681 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-09-23T16:19:22.907Z[ recovery-image] Sep 23 16:19:21.690 INFO O| Sep 23 16:19:21.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45222024-09-23T16:19:22.909Z[ recovery-image] Sep 23 16:19:21.690 INFO O| Sep 23 16:19:21.690 INFO STEP 164 (remove_files) COMPLETE
45232024-09-23T16:19:22.909Z[ recovery-image] Sep 23 16:19:21.690 INFO O| Sep 23 16:19:21.690 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-09-23T16:19:22.916Z[ recovery-image] Sep 23 16:19:21.699 INFO O| Sep 23 16:19:21.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45252024-09-23T16:19:22.916Z[ recovery-image] Sep 23 16:19:21.699 INFO O| Sep 23 16:19:21.699 INFO STEP 165 (remove_files) COMPLETE
45262024-09-23T16:19:22.918Z[ recovery-image] Sep 23 16:19:21.700 INFO O| Sep 23 16:19:21.699 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-09-23T16:19:22.925Z[ recovery-image] Sep 23 16:19:21.709 INFO O| Sep 23 16:19:21.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45282024-09-23T16:19:22.927Z[ recovery-image] Sep 23 16:19:21.709 INFO O| Sep 23 16:19:21.709 INFO STEP 166 (remove_files) COMPLETE
45292024-09-23T16:19:22.927Z[ recovery-image] Sep 23 16:19:21.709 INFO O| Sep 23 16:19:21.709 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-09-23T16:19:22.934Z[ recovery-image] Sep 23 16:19:21.718 INFO O| Sep 23 16:19:21.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45312024-09-23T16:19:22.935Z[ recovery-image] Sep 23 16:19:21.718 INFO O| Sep 23 16:19:21.718 INFO STEP 167 (remove_files) COMPLETE
45322024-09-23T16:19:22.937Z[ recovery-image] Sep 23 16:19:21.718 INFO O| Sep 23 16:19:21.718 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-09-23T16:19:22.944Z[ recovery-image] Sep 23 16:19:21.727 INFO O| Sep 23 16:19:21.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45342024-09-23T16:19:22.944Z[ recovery-image] Sep 23 16:19:21.727 INFO O| Sep 23 16:19:21.727 INFO STEP 168 (remove_files) COMPLETE
45352024-09-23T16:19:22.944Z[ recovery-image] Sep 23 16:19:21.727 INFO O| Sep 23 16:19:21.727 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-09-23T16:19:22.953Z[ recovery-image] Sep 23 16:19:21.737 INFO O| Sep 23 16:19:21.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45372024-09-23T16:19:22.953Z[ recovery-image] Sep 23 16:19:21.737 INFO O| Sep 23 16:19:21.737 INFO STEP 169 (remove_files) COMPLETE
45382024-09-23T16:19:22.953Z[ recovery-image] Sep 23 16:19:21.737 INFO O| Sep 23 16:19:21.737 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-09-23T16:19:22.962Z[ recovery-image] Sep 23 16:19:21.746 INFO O| Sep 23 16:19:21.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45402024-09-23T16:19:22.965Z[ recovery-image] Sep 23 16:19:21.746 INFO O| Sep 23 16:19:21.746 INFO STEP 170 (remove_files) COMPLETE
45412024-09-23T16:19:22.965Z[ recovery-image] Sep 23 16:19:21.746 INFO O| Sep 23 16:19:21.746 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-09-23T16:19:22.971Z[ recovery-image] Sep 23 16:19:21.755 INFO O| Sep 23 16:19:21.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45432024-09-23T16:19:22.973Z[ recovery-image] Sep 23 16:19:21.755 INFO O| Sep 23 16:19:21.755 INFO STEP 171 (remove_files) COMPLETE
45442024-09-23T16:19:22.973Z[ recovery-image] Sep 23 16:19:21.755 INFO O| Sep 23 16:19:21.755 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-09-23T16:19:22.980Z[ recovery-image] Sep 23 16:19:21.764 INFO O| Sep 23 16:19:21.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45462024-09-23T16:19:22.983Z[ recovery-image] Sep 23 16:19:21.765 INFO O| Sep 23 16:19:21.765 INFO STEP 172 (remove_files) COMPLETE
45472024-09-23T16:19:22.983Z[ recovery-image] Sep 23 16:19:21.765 INFO O| Sep 23 16:19:21.765 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-09-23T16:19:22.990Z[ recovery-image] Sep 23 16:19:21.774 INFO O| Sep 23 16:19:21.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45492024-09-23T16:19:22.992Z[ recovery-image] Sep 23 16:19:21.774 INFO O| Sep 23 16:19:21.774 INFO STEP 173 (remove_files) COMPLETE
45502024-09-23T16:19:22.992Z[ recovery-image] Sep 23 16:19:21.774 INFO O| Sep 23 16:19:21.774 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-09-23T16:19:22.999Z[ recovery-image] Sep 23 16:19:21.783 INFO O| Sep 23 16:19:21.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45522024-09-23T16:19:22.999Z[ recovery-image] Sep 23 16:19:21.783 INFO O| Sep 23 16:19:21.783 INFO STEP 174 (remove_files) COMPLETE
45532024-09-23T16:19:23.002Z[ recovery-image] Sep 23 16:19:21.783 INFO O| Sep 23 16:19:21.783 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-09-23T16:19:23.008Z[ recovery-image] Sep 23 16:19:21.792 INFO O| Sep 23 16:19:21.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45552024-09-23T16:19:23.008Z[ recovery-image] Sep 23 16:19:21.792 INFO O| Sep 23 16:19:21.792 INFO STEP 175 (remove_files) COMPLETE
45562024-09-23T16:19:23.011Z[ recovery-image] Sep 23 16:19:21.792 INFO O| Sep 23 16:19:21.792 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-09-23T16:19:23.017Z[ recovery-image] Sep 23 16:19:21.801 INFO O| Sep 23 16:19:21.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45582024-09-23T16:19:23.017Z[ recovery-image] Sep 23 16:19:21.801 INFO O| Sep 23 16:19:21.801 INFO STEP 176 (remove_files) COMPLETE
45592024-09-23T16:19:23.017Z[ recovery-image] Sep 23 16:19:21.801 INFO O| Sep 23 16:19:21.801 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-09-23T16:19:23.026Z[ recovery-image] Sep 23 16:19:21.810 INFO O| Sep 23 16:19:21.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45612024-09-23T16:19:23.026Z[ recovery-image] Sep 23 16:19:21.810 INFO O| Sep 23 16:19:21.810 INFO STEP 177 (remove_files) COMPLETE
45622024-09-23T16:19:23.026Z[ recovery-image] Sep 23 16:19:21.810 INFO O| Sep 23 16:19:21.810 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-09-23T16:19:23.035Z[ recovery-image] Sep 23 16:19:21.819 INFO O| Sep 23 16:19:21.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45642024-09-23T16:19:23.035Z[ recovery-image] Sep 23 16:19:21.819 INFO O| Sep 23 16:19:21.819 INFO STEP 178 (remove_files) COMPLETE
45652024-09-23T16:19:23.035Z[ recovery-image] Sep 23 16:19:21.819 INFO O| Sep 23 16:19:21.819 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-09-23T16:19:23.044Z[ recovery-image] Sep 23 16:19:21.828 INFO O| Sep 23 16:19:21.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45672024-09-23T16:19:23.045Z[ recovery-image] Sep 23 16:19:21.828 INFO O| Sep 23 16:19:21.828 INFO STEP 179 (remove_files) COMPLETE
45682024-09-23T16:19:23.047Z[ recovery-image] Sep 23 16:19:21.828 INFO O| Sep 23 16:19:21.828 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-09-23T16:19:23.054Z[ recovery-image] Sep 23 16:19:21.837 INFO O| Sep 23 16:19:21.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45702024-09-23T16:19:23.054Z[ recovery-image] Sep 23 16:19:21.837 INFO O| Sep 23 16:19:21.837 INFO STEP 180 (remove_files) COMPLETE
45712024-09-23T16:19:23.056Z[ recovery-image] Sep 23 16:19:21.837 INFO O| Sep 23 16:19:21.837 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-09-23T16:19:23.063Z[ recovery-image] Sep 23 16:19:21.847 INFO O| Sep 23 16:19:21.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45732024-09-23T16:19:23.063Z[ recovery-image] Sep 23 16:19:21.847 INFO O| Sep 23 16:19:21.847 INFO STEP 181 (remove_files) COMPLETE
45742024-09-23T16:19:23.065Z[ recovery-image] Sep 23 16:19:21.847 INFO O| Sep 23 16:19:21.847 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-09-23T16:19:23.072Z[ recovery-image] Sep 23 16:19:21.856 INFO O| Sep 23 16:19:21.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45762024-09-23T16:19:23.072Z[ recovery-image] Sep 23 16:19:21.856 INFO O| Sep 23 16:19:21.856 INFO STEP 182 (remove_files) COMPLETE
45772024-09-23T16:19:23.074Z[ recovery-image] Sep 23 16:19:21.856 INFO O| Sep 23 16:19:21.856 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-09-23T16:19:23.081Z[ recovery-image] Sep 23 16:19:21.865 INFO O| Sep 23 16:19:21.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45792024-09-23T16:19:23.084Z[ recovery-image] Sep 23 16:19:21.866 INFO O| Sep 23 16:19:21.866 INFO STEP 183 (remove_files) COMPLETE
45802024-09-23T16:19:23.084Z[ recovery-image] Sep 23 16:19:21.866 INFO O| Sep 23 16:19:21.866 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-09-23T16:19:23.092Z[ recovery-image] Sep 23 16:19:21.875 INFO O| Sep 23 16:19:21.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45822024-09-23T16:19:23.092Z[ recovery-image] Sep 23 16:19:21.875 INFO O| Sep 23 16:19:21.875 INFO STEP 184 (remove_files) COMPLETE
45832024-09-23T16:19:23.094Z[ recovery-image] Sep 23 16:19:21.875 INFO O| Sep 23 16:19:21.875 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-09-23T16:19:23.101Z[ recovery-image] Sep 23 16:19:21.885 INFO O| Sep 23 16:19:21.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45852024-09-23T16:19:23.101Z[ recovery-image] Sep 23 16:19:21.885 INFO O| Sep 23 16:19:21.885 INFO STEP 185 (remove_files) COMPLETE
45862024-09-23T16:19:23.104Z[ recovery-image] Sep 23 16:19:21.885 INFO O| Sep 23 16:19:21.885 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-09-23T16:19:23.110Z[ recovery-image] Sep 23 16:19:21.894 INFO O| Sep 23 16:19:21.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45882024-09-23T16:19:23.110Z[ recovery-image] Sep 23 16:19:21.894 INFO O| Sep 23 16:19:21.894 INFO STEP 186 (remove_files) COMPLETE
45892024-09-23T16:19:23.113Z[ recovery-image] Sep 23 16:19:21.894 INFO O| Sep 23 16:19:21.894 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-09-23T16:19:23.120Z[ recovery-image] Sep 23 16:19:21.903 INFO O| Sep 23 16:19:21.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45912024-09-23T16:19:23.122Z[ recovery-image] Sep 23 16:19:21.903 INFO O| Sep 23 16:19:21.903 INFO STEP 187 (remove_files) COMPLETE
45922024-09-23T16:19:23.122Z[ recovery-image] Sep 23 16:19:21.904 INFO O| Sep 23 16:19:21.903 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-09-23T16:19:23.129Z[ recovery-image] Sep 23 16:19:21.913 INFO O| Sep 23 16:19:21.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45942024-09-23T16:19:23.129Z[ recovery-image] Sep 23 16:19:21.913 INFO O| Sep 23 16:19:21.913 INFO STEP 188 (remove_files) COMPLETE
45952024-09-23T16:19:23.131Z[ recovery-image] Sep 23 16:19:21.913 INFO O| Sep 23 16:19:21.913 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-09-23T16:19:23.138Z[ recovery-image] Sep 23 16:19:21.922 INFO O| Sep 23 16:19:21.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45972024-09-23T16:19:23.138Z[ recovery-image] Sep 23 16:19:21.922 INFO O| Sep 23 16:19:21.922 INFO STEP 189 (remove_files) COMPLETE
45982024-09-23T16:19:23.138Z[ recovery-image] Sep 23 16:19:21.922 INFO O| Sep 23 16:19:21.922 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-09-23T16:19:23.148Z[ recovery-image] Sep 23 16:19:21.931 INFO O| Sep 23 16:19:21.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46002024-09-23T16:19:23.150Z[ recovery-image] Sep 23 16:19:21.931 INFO O| Sep 23 16:19:21.931 INFO STEP 190 (remove_files) COMPLETE
46012024-09-23T16:19:23.150Z[ recovery-image] Sep 23 16:19:21.931 INFO O| Sep 23 16:19:21.931 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-09-23T16:19:23.157Z[ recovery-image] Sep 23 16:19:21.941 INFO O| Sep 23 16:19:21.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46032024-09-23T16:19:23.157Z[ recovery-image] Sep 23 16:19:21.941 INFO O| Sep 23 16:19:21.941 INFO STEP 191 (remove_files) COMPLETE
46042024-09-23T16:19:23.160Z[ recovery-image] Sep 23 16:19:21.941 INFO O| Sep 23 16:19:21.941 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-09-23T16:19:23.166Z[ recovery-image] Sep 23 16:19:21.950 INFO O| Sep 23 16:19:21.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46062024-09-23T16:19:23.166Z[ recovery-image] Sep 23 16:19:21.950 INFO O| Sep 23 16:19:21.950 INFO STEP 192 (remove_files) COMPLETE
46072024-09-23T16:19:23.169Z[ recovery-image] Sep 23 16:19:21.950 INFO O| Sep 23 16:19:21.950 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-09-23T16:19:23.176Z[ recovery-image] Sep 23 16:19:21.959 INFO O| Sep 23 16:19:21.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46092024-09-23T16:19:23.176Z[ recovery-image] Sep 23 16:19:21.959 INFO O| Sep 23 16:19:21.959 INFO STEP 193 (remove_files) COMPLETE
46102024-09-23T16:19:23.178Z[ recovery-image] Sep 23 16:19:21.959 INFO O| Sep 23 16:19:21.959 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-09-23T16:19:23.185Z[ recovery-image] Sep 23 16:19:21.969 INFO O| Sep 23 16:19:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46122024-09-23T16:19:23.185Z[ recovery-image] Sep 23 16:19:21.969 INFO O| Sep 23 16:19:21.969 INFO STEP 194 (remove_files) COMPLETE
46132024-09-23T16:19:23.188Z[ recovery-image] Sep 23 16:19:21.969 INFO O| Sep 23 16:19:21.969 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-09-23T16:19:23.194Z[ recovery-image] Sep 23 16:19:21.978 INFO O| Sep 23 16:19:21.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46152024-09-23T16:19:23.194Z[ recovery-image] Sep 23 16:19:21.978 INFO O| Sep 23 16:19:21.978 INFO STEP 195 (remove_files) COMPLETE
46162024-09-23T16:19:23.194Z[ recovery-image] Sep 23 16:19:21.978 INFO O| Sep 23 16:19:21.978 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-09-23T16:19:23.205Z[ recovery-image] Sep 23 16:19:21.989 INFO O| Sep 23 16:19:21.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46182024-09-23T16:19:23.205Z[ recovery-image] Sep 23 16:19:21.989 INFO O| Sep 23 16:19:21.989 INFO STEP 196 (remove_files) COMPLETE
46192024-09-23T16:19:23.207Z[ recovery-image] Sep 23 16:19:21.989 INFO O| Sep 23 16:19:21.989 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-09-23T16:19:23.214Z[ recovery-image] Sep 23 16:19:21.998 INFO O| Sep 23 16:19:21.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46212024-09-23T16:19:23.214Z[ recovery-image] Sep 23 16:19:21.998 INFO O| Sep 23 16:19:21.998 INFO STEP 197 (remove_files) COMPLETE
46222024-09-23T16:19:23.214Z[ recovery-image] Sep 23 16:19:21.998 INFO O| Sep 23 16:19:21.998 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-09-23T16:19:23.225Z[ recovery-image] Sep 23 16:19:22.009 INFO O| Sep 23 16:19:22.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46242024-09-23T16:19:23.225Z[ recovery-image] Sep 23 16:19:22.009 INFO O| Sep 23 16:19:22.009 INFO STEP 198 (remove_files) COMPLETE
46252024-09-23T16:19:23.225Z[ recovery-image] Sep 23 16:19:22.009 INFO O| Sep 23 16:19:22.009 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-09-23T16:19:23.236Z[ recovery-image] Sep 23 16:19:22.020 INFO O| Sep 23 16:19:22.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46272024-09-23T16:19:23.236Z[ recovery-image] Sep 23 16:19:22.020 INFO O| Sep 23 16:19:22.020 INFO STEP 199 (remove_files) COMPLETE
46282024-09-23T16:19:23.236Z[ recovery-image] Sep 23 16:19:22.020 INFO O| Sep 23 16:19:22.020 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-09-23T16:19:23.248Z[ recovery-image] Sep 23 16:19:22.031 INFO O| Sep 23 16:19:22.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46302024-09-23T16:19:23.248Z[ recovery-image] Sep 23 16:19:22.031 INFO O| Sep 23 16:19:22.031 INFO STEP 200 (remove_files) COMPLETE
46312024-09-23T16:19:23.248Z[ recovery-image] Sep 23 16:19:22.031 INFO O| Sep 23 16:19:22.031 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-09-23T16:19:23.257Z[ recovery-image] Sep 23 16:19:22.040 INFO O| Sep 23 16:19:22.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46332024-09-23T16:19:23.257Z[ recovery-image] Sep 23 16:19:22.041 INFO O| Sep 23 16:19:22.041 INFO STEP 201 (remove_files) COMPLETE
46342024-09-23T16:19:23.259Z[ recovery-image] Sep 23 16:19:22.041 INFO O| Sep 23 16:19:22.041 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-09-23T16:19:23.268Z[ recovery-image] Sep 23 16:19:22.052 INFO O| Sep 23 16:19:22.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46362024-09-23T16:19:23.268Z[ recovery-image] Sep 23 16:19:22.052 INFO O| Sep 23 16:19:22.052 INFO STEP 202 (remove_files) COMPLETE
46372024-09-23T16:19:23.273Z[ recovery-image] Sep 23 16:19:22.052 INFO O| Sep 23 16:19:22.052 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-09-23T16:19:23.277Z[ recovery-image] Sep 23 16:19:22.061 INFO O| Sep 23 16:19:22.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46392024-09-23T16:19:23.277Z[ recovery-image] Sep 23 16:19:22.061 INFO O| Sep 23 16:19:22.061 INFO STEP 203 (remove_files) COMPLETE
46402024-09-23T16:19:23.277Z[ recovery-image] Sep 23 16:19:22.061 INFO O| Sep 23 16:19:22.061 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-09-23T16:19:23.286Z[ recovery-image] Sep 23 16:19:22.070 INFO O| Sep 23 16:19:22.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46422024-09-23T16:19:23.289Z[ recovery-image] Sep 23 16:19:22.070 INFO O| Sep 23 16:19:22.070 INFO STEP 204 (remove_files) COMPLETE
46432024-09-23T16:19:23.289Z[ recovery-image] Sep 23 16:19:22.070 INFO O| Sep 23 16:19:22.070 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-09-23T16:19:23.295Z[ recovery-image] Sep 23 16:19:22.079 INFO O| Sep 23 16:19:22.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46452024-09-23T16:19:23.295Z[ recovery-image] Sep 23 16:19:22.079 INFO O| Sep 23 16:19:22.079 INFO STEP 205 (remove_files) COMPLETE
46462024-09-23T16:19:23.295Z[ recovery-image] Sep 23 16:19:22.079 INFO O| Sep 23 16:19:22.079 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-09-23T16:19:23.305Z[ recovery-image] Sep 23 16:19:22.088 INFO O| Sep 23 16:19:22.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46482024-09-23T16:19:23.305Z[ recovery-image] Sep 23 16:19:22.088 INFO O| Sep 23 16:19:22.088 INFO STEP 206 (remove_files) COMPLETE
46492024-09-23T16:19:23.307Z[ recovery-image] Sep 23 16:19:22.088 INFO O| Sep 23 16:19:22.088 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-09-23T16:19:23.314Z[ recovery-image] Sep 23 16:19:22.098 INFO O| Sep 23 16:19:22.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46512024-09-23T16:19:23.314Z[ recovery-image] Sep 23 16:19:22.098 INFO O| Sep 23 16:19:22.098 INFO STEP 207 (remove_files) COMPLETE
46522024-09-23T16:19:23.316Z[ recovery-image] Sep 23 16:19:22.098 INFO O| Sep 23 16:19:22.098 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-09-23T16:19:23.323Z[ recovery-image] Sep 23 16:19:22.107 INFO O| Sep 23 16:19:22.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46542024-09-23T16:19:23.323Z[ recovery-image] Sep 23 16:19:22.107 INFO O| Sep 23 16:19:22.107 INFO STEP 208 (remove_files) COMPLETE
46552024-09-23T16:19:23.325Z[ recovery-image] Sep 23 16:19:22.107 INFO O| Sep 23 16:19:22.107 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-09-23T16:19:23.332Z[ recovery-image] Sep 23 16:19:22.116 INFO O| Sep 23 16:19:22.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46572024-09-23T16:19:23.332Z[ recovery-image] Sep 23 16:19:22.116 INFO O| Sep 23 16:19:22.116 INFO STEP 209 (remove_files) COMPLETE
46582024-09-23T16:19:23.333Z[ recovery-image] Sep 23 16:19:22.116 INFO O| Sep 23 16:19:22.116 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-09-23T16:19:23.341Z[ recovery-image] Sep 23 16:19:22.125 INFO O| Sep 23 16:19:22.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46602024-09-23T16:19:23.344Z[ recovery-image] Sep 23 16:19:22.125 INFO O| Sep 23 16:19:22.125 INFO STEP 210 (remove_files) COMPLETE
46612024-09-23T16:19:23.344Z[ recovery-image] Sep 23 16:19:22.125 INFO O| Sep 23 16:19:22.125 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-09-23T16:19:23.350Z[ recovery-image] Sep 23 16:19:22.134 INFO O| Sep 23 16:19:22.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46632024-09-23T16:19:23.350Z[ recovery-image] Sep 23 16:19:22.134 INFO O| Sep 23 16:19:22.134 INFO STEP 211 (remove_files) COMPLETE
46642024-09-23T16:19:23.353Z[ recovery-image] Sep 23 16:19:22.134 INFO O| Sep 23 16:19:22.134 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-09-23T16:19:23.359Z[ recovery-image] Sep 23 16:19:22.143 INFO O| Sep 23 16:19:22.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46662024-09-23T16:19:23.359Z[ recovery-image] Sep 23 16:19:22.143 INFO O| Sep 23 16:19:22.143 INFO STEP 212 (remove_files) COMPLETE
46672024-09-23T16:19:23.362Z[ recovery-image] Sep 23 16:19:22.143 INFO O| Sep 23 16:19:22.143 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-09-23T16:19:23.369Z[ recovery-image] Sep 23 16:19:22.152 INFO O| Sep 23 16:19:22.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46692024-09-23T16:19:23.371Z[ recovery-image] Sep 23 16:19:22.152 INFO O| Sep 23 16:19:22.152 INFO STEP 213 (remove_files) COMPLETE
46702024-09-23T16:19:23.371Z[ recovery-image] Sep 23 16:19:22.152 INFO O| Sep 23 16:19:22.152 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-09-23T16:19:23.378Z[ recovery-image] Sep 23 16:19:22.161 INFO O| Sep 23 16:19:22.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46722024-09-23T16:19:23.378Z[ recovery-image] Sep 23 16:19:22.162 INFO O| Sep 23 16:19:22.162 INFO STEP 214 (remove_files) COMPLETE
46732024-09-23T16:19:23.378Z[ recovery-image] Sep 23 16:19:22.162 INFO O| Sep 23 16:19:22.162 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-09-23T16:19:23.387Z[ recovery-image] Sep 23 16:19:22.171 INFO O| Sep 23 16:19:22.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46752024-09-23T16:19:23.387Z[ recovery-image] Sep 23 16:19:22.171 INFO O| Sep 23 16:19:22.171 INFO STEP 215 (remove_files) COMPLETE
46762024-09-23T16:19:23.389Z[ recovery-image] Sep 23 16:19:22.171 INFO O| Sep 23 16:19:22.171 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-09-23T16:19:23.396Z[ recovery-image] Sep 23 16:19:22.180 INFO O| Sep 23 16:19:22.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46782024-09-23T16:19:23.396Z[ recovery-image] Sep 23 16:19:22.180 INFO O| Sep 23 16:19:22.180 INFO STEP 216 (remove_files) COMPLETE
46792024-09-23T16:19:23.399Z[ recovery-image] Sep 23 16:19:22.180 INFO O| Sep 23 16:19:22.180 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-09-23T16:19:23.408Z[ recovery-image] Sep 23 16:19:22.189 INFO O| Sep 23 16:19:22.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46812024-09-23T16:19:23.408Z[ recovery-image] Sep 23 16:19:22.189 INFO O| Sep 23 16:19:22.189 INFO STEP 217 (remove_files) COMPLETE
46822024-09-23T16:19:23.411Z[ recovery-image] Sep 23 16:19:22.189 INFO O| Sep 23 16:19:22.189 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-09-23T16:19:23.415Z[ recovery-image] Sep 23 16:19:22.198 INFO O| Sep 23 16:19:22.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46842024-09-23T16:19:23.418Z[ recovery-image] Sep 23 16:19:22.198 INFO O| Sep 23 16:19:22.198 INFO STEP 218 (remove_files) COMPLETE
46852024-09-23T16:19:23.418Z[ recovery-image] Sep 23 16:19:22.198 INFO O| Sep 23 16:19:22.198 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-09-23T16:19:23.423Z[ recovery-image] Sep 23 16:19:22.207 INFO O| Sep 23 16:19:22.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46872024-09-23T16:19:23.427Z[ recovery-image] Sep 23 16:19:22.208 INFO O| Sep 23 16:19:22.208 INFO STEP 219 (remove_files) COMPLETE
46882024-09-23T16:19:23.427Z[ recovery-image] Sep 23 16:19:22.208 INFO O| Sep 23 16:19:22.208 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-09-23T16:19:23.433Z[ recovery-image] Sep 23 16:19:22.217 INFO O| Sep 23 16:19:22.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46902024-09-23T16:19:23.433Z[ recovery-image] Sep 23 16:19:22.217 INFO O| Sep 23 16:19:22.217 INFO STEP 220 (remove_files) COMPLETE
46912024-09-23T16:19:23.436Z[ recovery-image] Sep 23 16:19:22.217 INFO O| Sep 23 16:19:22.217 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-09-23T16:19:23.443Z[ recovery-image] Sep 23 16:19:22.226 INFO O| Sep 23 16:19:22.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46932024-09-23T16:19:23.443Z[ recovery-image] Sep 23 16:19:22.226 INFO O| Sep 23 16:19:22.226 INFO STEP 221 (remove_files) COMPLETE
46942024-09-23T16:19:23.443Z[ recovery-image] Sep 23 16:19:22.226 INFO O| Sep 23 16:19:22.226 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-09-23T16:19:23.451Z[ recovery-image] Sep 23 16:19:22.235 INFO O| Sep 23 16:19:22.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46962024-09-23T16:19:23.451Z[ recovery-image] Sep 23 16:19:22.235 INFO O| Sep 23 16:19:22.235 INFO STEP 222 (remove_files) COMPLETE
46972024-09-23T16:19:23.451Z[ recovery-image] Sep 23 16:19:22.235 INFO O| Sep 23 16:19:22.235 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-09-23T16:19:23.460Z[ recovery-image] Sep 23 16:19:22.244 INFO O| Sep 23 16:19:22.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46992024-09-23T16:19:23.463Z[ recovery-image] Sep 23 16:19:22.244 INFO O| Sep 23 16:19:22.244 INFO STEP 223 (remove_files) COMPLETE
47002024-09-23T16:19:23.463Z[ recovery-image] Sep 23 16:19:22.244 INFO O| Sep 23 16:19:22.244 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-09-23T16:19:23.469Z[ recovery-image] Sep 23 16:19:22.253 INFO O| Sep 23 16:19:22.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47022024-09-23T16:19:23.469Z[ recovery-image] Sep 23 16:19:22.253 INFO O| Sep 23 16:19:22.253 INFO STEP 224 (remove_files) COMPLETE
47032024-09-23T16:19:23.469Z[ recovery-image] Sep 23 16:19:22.253 INFO O| Sep 23 16:19:22.253 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-09-23T16:19:23.478Z[ recovery-image] Sep 23 16:19:22.262 INFO O| Sep 23 16:19:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47052024-09-23T16:19:23.482Z[ recovery-image] Sep 23 16:19:22.262 INFO O| Sep 23 16:19:22.262 INFO STEP 225 (remove_files) COMPLETE
47062024-09-23T16:19:23.482Z[ recovery-image] Sep 23 16:19:22.262 INFO O| Sep 23 16:19:22.262 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-09-23T16:19:23.488Z[ recovery-image] Sep 23 16:19:22.271 INFO O| Sep 23 16:19:22.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47082024-09-23T16:19:23.488Z[ recovery-image] Sep 23 16:19:22.272 INFO O| Sep 23 16:19:22.272 INFO STEP 226 (remove_files) COMPLETE
47092024-09-23T16:19:23.490Z[ recovery-image] Sep 23 16:19:22.272 INFO O| Sep 23 16:19:22.272 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-09-23T16:19:23.497Z[ recovery-image] Sep 23 16:19:22.281 INFO O| Sep 23 16:19:22.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47112024-09-23T16:19:23.497Z[ recovery-image] Sep 23 16:19:22.281 INFO O| Sep 23 16:19:22.281 INFO STEP 227 (remove_files) COMPLETE
47122024-09-23T16:19:23.499Z[ recovery-image] Sep 23 16:19:22.281 INFO O| Sep 23 16:19:22.281 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-09-23T16:19:23.506Z[ recovery-image] Sep 23 16:19:22.290 INFO O| Sep 23 16:19:22.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47142024-09-23T16:19:23.506Z[ recovery-image] Sep 23 16:19:22.290 INFO O| Sep 23 16:19:22.290 INFO STEP 228 (remove_files) COMPLETE
47152024-09-23T16:19:23.506Z[ recovery-image] Sep 23 16:19:22.290 INFO O| Sep 23 16:19:22.290 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-09-23T16:19:23.515Z[ recovery-image] Sep 23 16:19:22.299 INFO O| Sep 23 16:19:22.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47172024-09-23T16:19:23.518Z[ recovery-image] Sep 23 16:19:22.299 INFO O| Sep 23 16:19:22.299 INFO STEP 229 (remove_files) COMPLETE
47182024-09-23T16:19:23.518Z[ recovery-image] Sep 23 16:19:22.299 INFO O| Sep 23 16:19:22.299 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-09-23T16:19:23.525Z[ recovery-image] Sep 23 16:19:22.308 INFO O| Sep 23 16:19:22.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47202024-09-23T16:19:23.525Z[ recovery-image] Sep 23 16:19:22.308 INFO O| Sep 23 16:19:22.308 INFO STEP 230 (remove_files) COMPLETE
47212024-09-23T16:19:23.527Z[ recovery-image] Sep 23 16:19:22.309 INFO O| Sep 23 16:19:22.308 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-09-23T16:19:23.534Z[ recovery-image] Sep 23 16:19:22.318 INFO O| Sep 23 16:19:22.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47232024-09-23T16:19:23.534Z[ recovery-image] Sep 23 16:19:22.318 INFO O| Sep 23 16:19:22.318 INFO STEP 231 (remove_files) COMPLETE
47242024-09-23T16:19:23.534Z[ recovery-image] Sep 23 16:19:22.318 INFO O| Sep 23 16:19:22.318 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-09-23T16:19:23.543Z[ recovery-image] Sep 23 16:19:22.327 INFO O| Sep 23 16:19:22.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47262024-09-23T16:19:23.543Z[ recovery-image] Sep 23 16:19:22.327 INFO O| Sep 23 16:19:22.327 INFO STEP 232 (remove_files) COMPLETE
47272024-09-23T16:19:23.543Z[ recovery-image] Sep 23 16:19:22.327 INFO O| Sep 23 16:19:22.327 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-09-23T16:19:23.553Z[ recovery-image] Sep 23 16:19:22.336 INFO O| Sep 23 16:19:22.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47292024-09-23T16:19:23.553Z[ recovery-image] Sep 23 16:19:22.337 INFO O| Sep 23 16:19:22.336 INFO STEP 233 (remove_files) COMPLETE
47302024-09-23T16:19:23.555Z[ recovery-image] Sep 23 16:19:22.337 INFO O| Sep 23 16:19:22.337 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-09-23T16:19:23.562Z[ recovery-image] Sep 23 16:19:22.346 INFO O| Sep 23 16:19:22.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47322024-09-23T16:19:23.562Z[ recovery-image] Sep 23 16:19:22.346 INFO O| Sep 23 16:19:22.346 INFO STEP 234 (remove_files) COMPLETE
47332024-09-23T16:19:23.564Z[ recovery-image] Sep 23 16:19:22.346 INFO O| Sep 23 16:19:22.346 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-09-23T16:19:23.571Z[ recovery-image] Sep 23 16:19:22.355 INFO O| Sep 23 16:19:22.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47352024-09-23T16:19:23.571Z[ recovery-image] Sep 23 16:19:22.355 INFO O| Sep 23 16:19:22.355 INFO STEP 235 (remove_files) COMPLETE
47362024-09-23T16:19:23.572Z[ recovery-image] Sep 23 16:19:22.355 INFO O| Sep 23 16:19:22.355 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-09-23T16:19:23.581Z[ recovery-image] Sep 23 16:19:22.365 INFO O| Sep 23 16:19:22.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47382024-09-23T16:19:23.581Z[ recovery-image] Sep 23 16:19:22.365 INFO O| Sep 23 16:19:22.365 INFO STEP 236 (remove_files) COMPLETE
47392024-09-23T16:19:23.581Z[ recovery-image] Sep 23 16:19:22.365 INFO O| Sep 23 16:19:22.365 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-09-23T16:19:23.590Z[ recovery-image] Sep 23 16:19:22.374 INFO O| Sep 23 16:19:22.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47412024-09-23T16:19:23.590Z[ recovery-image] Sep 23 16:19:22.374 INFO O| Sep 23 16:19:22.374 INFO STEP 237 (remove_files) COMPLETE
47422024-09-23T16:19:23.593Z[ recovery-image] Sep 23 16:19:22.374 INFO O| Sep 23 16:19:22.374 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-09-23T16:19:23.600Z[ recovery-image] Sep 23 16:19:22.383 INFO O| Sep 23 16:19:22.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47442024-09-23T16:19:23.602Z[ recovery-image] Sep 23 16:19:22.383 INFO O| Sep 23 16:19:22.383 INFO STEP 238 (remove_files) COMPLETE
47452024-09-23T16:19:23.602Z[ recovery-image] Sep 23 16:19:22.383 INFO O| Sep 23 16:19:22.383 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-09-23T16:19:23.609Z[ recovery-image] Sep 23 16:19:22.393 INFO O| Sep 23 16:19:22.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47472024-09-23T16:19:23.609Z[ recovery-image] Sep 23 16:19:22.393 INFO O| Sep 23 16:19:22.393 INFO STEP 239 (remove_files) COMPLETE
47482024-09-23T16:19:23.609Z[ recovery-image] Sep 23 16:19:22.393 INFO O| Sep 23 16:19:22.393 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-09-23T16:19:23.618Z[ recovery-image] Sep 23 16:19:22.402 INFO O| Sep 23 16:19:22.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47502024-09-23T16:19:23.621Z[ recovery-image] Sep 23 16:19:22.402 INFO O| Sep 23 16:19:22.402 INFO STEP 240 (remove_files) COMPLETE
47512024-09-23T16:19:23.621Z[ recovery-image] Sep 23 16:19:22.402 INFO O| Sep 23 16:19:22.402 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-09-23T16:19:23.628Z[ recovery-image] Sep 23 16:19:22.411 INFO O| Sep 23 16:19:22.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47532024-09-23T16:19:23.628Z[ recovery-image] Sep 23 16:19:22.411 INFO O| Sep 23 16:19:22.411 INFO STEP 241 (remove_files) COMPLETE
47542024-09-23T16:19:23.630Z[ recovery-image] Sep 23 16:19:22.411 INFO O| Sep 23 16:19:22.411 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-09-23T16:19:23.637Z[ recovery-image] Sep 23 16:19:22.421 INFO O| Sep 23 16:19:22.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47562024-09-23T16:19:23.637Z[ recovery-image] Sep 23 16:19:22.421 INFO O| Sep 23 16:19:22.421 INFO STEP 242 (remove_files) COMPLETE
47572024-09-23T16:19:23.639Z[ recovery-image] Sep 23 16:19:22.421 INFO O| Sep 23 16:19:22.421 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-09-23T16:19:23.646Z[ recovery-image] Sep 23 16:19:22.430 INFO O| Sep 23 16:19:22.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47592024-09-23T16:19:23.647Z[ recovery-image] Sep 23 16:19:22.430 INFO O| Sep 23 16:19:22.430 INFO STEP 243 (remove_files) COMPLETE
47602024-09-23T16:19:23.649Z[ recovery-image] Sep 23 16:19:22.430 INFO O| Sep 23 16:19:22.430 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-09-23T16:19:23.656Z[ recovery-image] Sep 23 16:19:22.439 INFO O| Sep 23 16:19:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47622024-09-23T16:19:23.656Z[ recovery-image] Sep 23 16:19:22.439 INFO O| Sep 23 16:19:22.439 INFO STEP 244 (remove_files) COMPLETE
47632024-09-23T16:19:23.658Z[ recovery-image] Sep 23 16:19:22.439 INFO O| Sep 23 16:19:22.439 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-09-23T16:19:23.665Z[ recovery-image] Sep 23 16:19:22.449 INFO O| Sep 23 16:19:22.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47652024-09-23T16:19:23.665Z[ recovery-image] Sep 23 16:19:22.449 INFO O| Sep 23 16:19:22.449 INFO STEP 245 (remove_files) COMPLETE
47662024-09-23T16:19:23.668Z[ recovery-image] Sep 23 16:19:22.449 INFO O| Sep 23 16:19:22.449 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-09-23T16:19:23.674Z[ recovery-image] Sep 23 16:19:22.458 INFO O| Sep 23 16:19:22.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47682024-09-23T16:19:23.674Z[ recovery-image] Sep 23 16:19:22.458 INFO O| Sep 23 16:19:22.458 INFO STEP 246 (remove_files) COMPLETE
47692024-09-23T16:19:23.674Z[ recovery-image] Sep 23 16:19:22.458 INFO O| Sep 23 16:19:22.458 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-09-23T16:19:23.677Z[ host-image] Sep 23 16:19:22.459 INFO O| Sep 23 16:19:22.459 INFO O| Actions: 44285/49266 actions (Installing new actions)
47712024-09-23T16:19:23.684Z[ recovery-image] Sep 23 16:19:22.468 INFO O| Sep 23 16:19:22.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47722024-09-23T16:19:23.684Z[ recovery-image] Sep 23 16:19:22.468 INFO O| Sep 23 16:19:22.468 INFO STEP 247 (remove_files) COMPLETE
47732024-09-23T16:19:23.687Z[ recovery-image] Sep 23 16:19:22.468 INFO O| Sep 23 16:19:22.468 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-09-23T16:19:23.694Z[ recovery-image] Sep 23 16:19:22.477 INFO O| Sep 23 16:19:22.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47752024-09-23T16:19:23.696Z[ recovery-image] Sep 23 16:19:22.477 INFO O| Sep 23 16:19:22.477 INFO STEP 248 (remove_files) COMPLETE
47762024-09-23T16:19:23.696Z[ recovery-image] Sep 23 16:19:22.477 INFO O| Sep 23 16:19:22.477 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-09-23T16:19:23.704Z[ recovery-image] Sep 23 16:19:22.487 INFO O| Sep 23 16:19:22.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47782024-09-23T16:19:23.706Z[ recovery-image] Sep 23 16:19:22.487 INFO O| Sep 23 16:19:22.487 INFO STEP 249 (remove_files) COMPLETE
47792024-09-23T16:19:23.706Z[ recovery-image] Sep 23 16:19:22.487 INFO O| Sep 23 16:19:22.487 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-09-23T16:19:23.713Z[ recovery-image] Sep 23 16:19:22.496 INFO O| Sep 23 16:19:22.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47812024-09-23T16:19:23.715Z[ recovery-image] Sep 23 16:19:22.496 INFO O| Sep 23 16:19:22.496 INFO STEP 250 (remove_files) COMPLETE
47822024-09-23T16:19:23.716Z[ recovery-image] Sep 23 16:19:22.496 INFO O| Sep 23 16:19:22.496 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-09-23T16:19:23.722Z[ recovery-image] Sep 23 16:19:22.505 INFO O| Sep 23 16:19:22.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47842024-09-23T16:19:23.724Z[ recovery-image] Sep 23 16:19:22.505 INFO O| Sep 23 16:19:22.505 INFO STEP 251 (remove_files) COMPLETE
47852024-09-23T16:19:23.724Z[ recovery-image] Sep 23 16:19:22.505 INFO O| Sep 23 16:19:22.505 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-09-23T16:19:23.732Z[ recovery-image] Sep 23 16:19:22.515 INFO O| Sep 23 16:19:22.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47872024-09-23T16:19:23.735Z[ recovery-image] Sep 23 16:19:22.516 INFO O| Sep 23 16:19:22.515 INFO STEP 252 (remove_files) COMPLETE
47882024-09-23T16:19:23.735Z[ recovery-image] Sep 23 16:19:22.516 INFO O| Sep 23 16:19:22.516 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-09-23T16:19:23.741Z[ recovery-image] Sep 23 16:19:22.525 INFO O| Sep 23 16:19:22.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47902024-09-23T16:19:23.741Z[ recovery-image] Sep 23 16:19:22.525 INFO O| Sep 23 16:19:22.525 INFO STEP 253 (remove_files) COMPLETE
47912024-09-23T16:19:23.743Z[ recovery-image] Sep 23 16:19:22.525 INFO O| Sep 23 16:19:22.525 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-09-23T16:19:23.750Z[ recovery-image] Sep 23 16:19:22.534 INFO O| Sep 23 16:19:22.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47932024-09-23T16:19:23.750Z[ recovery-image] Sep 23 16:19:22.534 INFO O| Sep 23 16:19:22.534 INFO STEP 254 (remove_files) COMPLETE
47942024-09-23T16:19:23.752Z[ recovery-image] Sep 23 16:19:22.534 INFO O| Sep 23 16:19:22.534 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-09-23T16:19:23.759Z[ recovery-image] Sep 23 16:19:22.543 INFO O| Sep 23 16:19:22.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47962024-09-23T16:19:23.761Z[ recovery-image] Sep 23 16:19:22.543 INFO O| Sep 23 16:19:22.543 INFO STEP 255 (remove_files) COMPLETE
47972024-09-23T16:19:23.761Z[ recovery-image] Sep 23 16:19:22.543 INFO O| Sep 23 16:19:22.543 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-09-23T16:19:23.768Z[ recovery-image] Sep 23 16:19:22.552 INFO O| Sep 23 16:19:22.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47992024-09-23T16:19:23.768Z[ recovery-image] Sep 23 16:19:22.552 INFO O| Sep 23 16:19:22.552 INFO STEP 256 (remove_files) COMPLETE
48002024-09-23T16:19:23.771Z[ recovery-image] Sep 23 16:19:22.552 INFO O| Sep 23 16:19:22.552 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-09-23T16:19:23.777Z[ recovery-image] Sep 23 16:19:22.561 INFO O| Sep 23 16:19:22.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48022024-09-23T16:19:23.777Z[ recovery-image] Sep 23 16:19:22.561 INFO O| Sep 23 16:19:22.561 INFO STEP 257 (remove_files) COMPLETE
48032024-09-23T16:19:23.781Z[ recovery-image] Sep 23 16:19:22.561 INFO O| Sep 23 16:19:22.561 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-09-23T16:19:23.788Z[ recovery-image] Sep 23 16:19:22.571 INFO O| Sep 23 16:19:22.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48052024-09-23T16:19:23.790Z[ recovery-image] Sep 23 16:19:22.572 INFO O| Sep 23 16:19:22.572 INFO STEP 258 (remove_files) COMPLETE
48062024-09-23T16:19:23.790Z[ recovery-image] Sep 23 16:19:22.572 INFO O| Sep 23 16:19:22.572 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-09-23T16:19:23.797Z[ recovery-image] Sep 23 16:19:22.581 INFO O| Sep 23 16:19:22.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48082024-09-23T16:19:23.797Z[ recovery-image] Sep 23 16:19:22.581 INFO O| Sep 23 16:19:22.581 INFO STEP 259 (remove_files) COMPLETE
48092024-09-23T16:19:23.799Z[ recovery-image] Sep 23 16:19:22.581 INFO O| Sep 23 16:19:22.581 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-09-23T16:19:23.806Z[ recovery-image] Sep 23 16:19:22.590 INFO O| Sep 23 16:19:22.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48112024-09-23T16:19:23.808Z[ recovery-image] Sep 23 16:19:22.590 INFO O| Sep 23 16:19:22.590 INFO STEP 260 (remove_files) COMPLETE
48122024-09-23T16:19:23.808Z[ recovery-image] Sep 23 16:19:22.590 INFO O| Sep 23 16:19:22.590 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-09-23T16:19:23.815Z[ recovery-image] Sep 23 16:19:22.599 INFO O| Sep 23 16:19:22.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48142024-09-23T16:19:23.815Z[ recovery-image] Sep 23 16:19:22.599 INFO O| Sep 23 16:19:22.599 INFO STEP 261 (remove_files) COMPLETE
48152024-09-23T16:19:23.815Z[ recovery-image] Sep 23 16:19:22.599 INFO O| Sep 23 16:19:22.599 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-09-23T16:19:23.824Z[ recovery-image] Sep 23 16:19:22.608 INFO O| Sep 23 16:19:22.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48172024-09-23T16:19:23.824Z[ recovery-image] Sep 23 16:19:22.608 INFO O| Sep 23 16:19:22.608 INFO STEP 262 (remove_files) COMPLETE
48182024-09-23T16:19:23.825Z[ recovery-image] Sep 23 16:19:22.608 INFO O| Sep 23 16:19:22.608 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-09-23T16:19:23.834Z[ recovery-image] Sep 23 16:19:22.617 INFO O| Sep 23 16:19:22.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48202024-09-23T16:19:23.834Z[ recovery-image] Sep 23 16:19:22.617 INFO O| Sep 23 16:19:22.617 INFO STEP 263 (remove_files) COMPLETE
48212024-09-23T16:19:23.836Z[ recovery-image] Sep 23 16:19:22.617 INFO O| Sep 23 16:19:22.617 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-09-23T16:19:23.843Z[ recovery-image] Sep 23 16:19:22.627 INFO O| Sep 23 16:19:22.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48232024-09-23T16:19:23.843Z[ recovery-image] Sep 23 16:19:22.627 INFO O| Sep 23 16:19:22.627 INFO STEP 264 (remove_files) COMPLETE
48242024-09-23T16:19:23.843Z[ recovery-image] Sep 23 16:19:22.627 INFO O| Sep 23 16:19:22.627 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-09-23T16:19:23.853Z[ recovery-image] Sep 23 16:19:22.637 INFO O| Sep 23 16:19:22.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48262024-09-23T16:19:23.853Z[ recovery-image] Sep 23 16:19:22.637 INFO O| Sep 23 16:19:22.637 INFO STEP 265 (remove_files) COMPLETE
48272024-09-23T16:19:23.853Z[ recovery-image] Sep 23 16:19:22.637 INFO O| Sep 23 16:19:22.637 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-09-23T16:19:23.865Z[ recovery-image] Sep 23 16:19:22.648 INFO O| Sep 23 16:19:22.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48292024-09-23T16:19:23.865Z[ recovery-image] Sep 23 16:19:22.648 INFO O| Sep 23 16:19:22.648 INFO STEP 266 (remove_files) COMPLETE
48302024-09-23T16:19:23.865Z[ recovery-image] Sep 23 16:19:22.648 INFO O| Sep 23 16:19:22.648 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-09-23T16:19:23.874Z[ recovery-image] Sep 23 16:19:22.658 INFO O| Sep 23 16:19:22.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48322024-09-23T16:19:23.874Z[ recovery-image] Sep 23 16:19:22.658 INFO O| Sep 23 16:19:22.658 INFO STEP 267 (remove_files) COMPLETE
48332024-09-23T16:19:23.874Z[ recovery-image] Sep 23 16:19:22.658 INFO O| Sep 23 16:19:22.658 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-09-23T16:19:23.886Z[ recovery-image] Sep 23 16:19:22.670 INFO O| Sep 23 16:19:22.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48352024-09-23T16:19:23.886Z[ recovery-image] Sep 23 16:19:22.670 INFO O| Sep 23 16:19:22.670 INFO STEP 268 (remove_files) COMPLETE
48362024-09-23T16:19:23.886Z[ recovery-image] Sep 23 16:19:22.670 INFO O| Sep 23 16:19:22.670 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-09-23T16:19:23.896Z[ recovery-image] Sep 23 16:19:22.679 INFO O| Sep 23 16:19:22.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48382024-09-23T16:19:23.896Z[ recovery-image] Sep 23 16:19:22.680 INFO O| Sep 23 16:19:22.680 INFO STEP 269 (remove_files) COMPLETE
48392024-09-23T16:19:23.896Z[ recovery-image] Sep 23 16:19:22.680 INFO O| Sep 23 16:19:22.680 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-09-23T16:19:23.906Z[ recovery-image] Sep 23 16:19:22.689 INFO O| Sep 23 16:19:22.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48412024-09-23T16:19:23.906Z[ recovery-image] Sep 23 16:19:22.690 INFO O| Sep 23 16:19:22.689 INFO STEP 270 (remove_files) COMPLETE
48422024-09-23T16:19:23.906Z[ recovery-image] Sep 23 16:19:22.690 INFO O| Sep 23 16:19:22.690 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-09-23T16:19:23.919Z[ recovery-image] Sep 23 16:19:22.703 INFO O| Sep 23 16:19:22.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48442024-09-23T16:19:23.919Z[ recovery-image] Sep 23 16:19:22.703 INFO O| Sep 23 16:19:22.703 INFO STEP 271 (remove_files) COMPLETE
48452024-09-23T16:19:23.923Z[ recovery-image] Sep 23 16:19:22.703 INFO O| Sep 23 16:19:22.703 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-09-23T16:19:23.954Z[ recovery-image] Sep 23 16:19:22.738 INFO O| Sep 23 16:19:22.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48472024-09-23T16:19:23.955Z[ recovery-image] Sep 23 16:19:22.738 INFO O| Sep 23 16:19:22.738 INFO STEP 272 (remove_files) COMPLETE
48482024-09-23T16:19:23.955Z[ recovery-image] Sep 23 16:19:22.738 INFO O| Sep 23 16:19:22.738 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-09-23T16:19:23.974Z[ recovery-image] Sep 23 16:19:22.756 INFO O| Sep 23 16:19:22.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48502024-09-23T16:19:23.974Z[ recovery-image] Sep 23 16:19:22.756 INFO O| Sep 23 16:19:22.756 INFO STEP 273 (remove_files) COMPLETE
48512024-09-23T16:19:23.974Z[ recovery-image] Sep 23 16:19:22.757 INFO O| Sep 23 16:19:22.757 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-09-23T16:19:23.990Z[ recovery-image] Sep 23 16:19:22.773 INFO O| Sep 23 16:19:22.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48532024-09-23T16:19:23.993Z[ recovery-image] Sep 23 16:19:22.773 INFO O| Sep 23 16:19:22.773 INFO STEP 274 (remove_files) COMPLETE
48542024-09-23T16:19:23.993Z[ recovery-image] Sep 23 16:19:22.773 INFO O| Sep 23 16:19:22.773 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-09-23T16:19:24.004Z[ recovery-image] Sep 23 16:19:22.788 INFO O| Sep 23 16:19:22.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48562024-09-23T16:19:24.007Z[ recovery-image] Sep 23 16:19:22.789 INFO O| Sep 23 16:19:22.789 INFO STEP 275 (remove_files) COMPLETE
48572024-09-23T16:19:24.007Z[ recovery-image] Sep 23 16:19:22.789 INFO O| Sep 23 16:19:22.789 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-09-23T16:19:24.018Z[ recovery-image] Sep 23 16:19:22.801 INFO O| Sep 23 16:19:22.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48592024-09-23T16:19:24.018Z[ recovery-image] Sep 23 16:19:22.801 INFO O| Sep 23 16:19:22.801 INFO STEP 276 (remove_files) COMPLETE
48602024-09-23T16:19:24.021Z[ recovery-image] Sep 23 16:19:22.802 INFO O| Sep 23 16:19:22.801 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-09-23T16:19:24.030Z[ recovery-image] Sep 23 16:19:22.813 INFO O| Sep 23 16:19:22.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48622024-09-23T16:19:24.030Z[ recovery-image] Sep 23 16:19:22.813 INFO O| Sep 23 16:19:22.813 INFO STEP 277 (remove_files) COMPLETE
48632024-09-23T16:19:24.032Z[ recovery-image] Sep 23 16:19:22.813 INFO O| Sep 23 16:19:22.813 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-09-23T16:19:24.041Z[ recovery-image] Sep 23 16:19:22.825 INFO O| Sep 23 16:19:22.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48652024-09-23T16:19:24.041Z[ recovery-image] Sep 23 16:19:22.825 INFO O| Sep 23 16:19:22.825 INFO STEP 278 (remove_files) COMPLETE
48662024-09-23T16:19:24.041Z[ recovery-image] Sep 23 16:19:22.825 INFO O| Sep 23 16:19:22.825 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-09-23T16:19:24.053Z[ recovery-image] Sep 23 16:19:22.837 INFO O| Sep 23 16:19:22.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48682024-09-23T16:19:24.053Z[ recovery-image] Sep 23 16:19:22.837 INFO O| Sep 23 16:19:22.837 INFO STEP 279 (remove_files) COMPLETE
48692024-09-23T16:19:24.056Z[ recovery-image] Sep 23 16:19:22.837 INFO O| Sep 23 16:19:22.837 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-09-23T16:19:24.065Z[ recovery-image] Sep 23 16:19:22.849 INFO O| Sep 23 16:19:22.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48712024-09-23T16:19:24.065Z[ recovery-image] Sep 23 16:19:22.849 INFO O| Sep 23 16:19:22.849 INFO STEP 280 (remove_files) COMPLETE
48722024-09-23T16:19:24.067Z[ recovery-image] Sep 23 16:19:22.849 INFO O| Sep 23 16:19:22.849 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-09-23T16:19:24.075Z[ recovery-image] Sep 23 16:19:22.859 INFO O| Sep 23 16:19:22.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48742024-09-23T16:19:24.078Z[ recovery-image] Sep 23 16:19:22.859 INFO O| Sep 23 16:19:22.859 INFO STEP 281 (remove_files) COMPLETE
48752024-09-23T16:19:24.078Z[ recovery-image] Sep 23 16:19:22.860 INFO O| Sep 23 16:19:22.859 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-09-23T16:19:24.087Z[ recovery-image] Sep 23 16:19:22.870 INFO O| Sep 23 16:19:22.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48772024-09-23T16:19:24.087Z[ recovery-image] Sep 23 16:19:22.870 INFO O| Sep 23 16:19:22.870 INFO STEP 282 (remove_files) COMPLETE
48782024-09-23T16:19:24.089Z[ recovery-image] Sep 23 16:19:22.870 INFO O| Sep 23 16:19:22.870 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-09-23T16:19:24.098Z[ recovery-image] Sep 23 16:19:22.882 INFO O| Sep 23 16:19:22.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48802024-09-23T16:19:24.101Z[ recovery-image] Sep 23 16:19:22.883 INFO O| Sep 23 16:19:22.883 INFO STEP 283 (remove_files) COMPLETE
48812024-09-23T16:19:24.101Z[ recovery-image] Sep 23 16:19:22.883 INFO O| Sep 23 16:19:22.883 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-09-23T16:19:24.110Z[ recovery-image] Sep 23 16:19:22.894 INFO O| Sep 23 16:19:22.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48832024-09-23T16:19:24.110Z[ recovery-image] Sep 23 16:19:22.894 INFO O| Sep 23 16:19:22.894 INFO STEP 284 (remove_files) COMPLETE
48842024-09-23T16:19:24.112Z[ recovery-image] Sep 23 16:19:22.894 INFO O| Sep 23 16:19:22.894 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-09-23T16:19:24.120Z[ recovery-image] Sep 23 16:19:22.903 INFO O| Sep 23 16:19:22.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48862024-09-23T16:19:24.120Z[ recovery-image] Sep 23 16:19:22.904 INFO O| Sep 23 16:19:22.904 INFO STEP 285 (remove_files) COMPLETE
48872024-09-23T16:19:24.122Z[ recovery-image] Sep 23 16:19:22.904 INFO O| Sep 23 16:19:22.904 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-09-23T16:19:24.129Z[ recovery-image] Sep 23 16:19:22.913 INFO O| Sep 23 16:19:22.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48892024-09-23T16:19:24.131Z[ recovery-image] Sep 23 16:19:22.913 INFO O| Sep 23 16:19:22.913 INFO STEP 286 (remove_files) COMPLETE
48902024-09-23T16:19:24.131Z[ recovery-image] Sep 23 16:19:22.913 INFO O| Sep 23 16:19:22.913 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-09-23T16:19:24.139Z[ recovery-image] Sep 23 16:19:22.922 INFO O| Sep 23 16:19:22.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48922024-09-23T16:19:24.139Z[ recovery-image] Sep 23 16:19:22.922 INFO O| Sep 23 16:19:22.922 INFO STEP 287 (remove_files) COMPLETE
48932024-09-23T16:19:24.141Z[ recovery-image] Sep 23 16:19:22.922 INFO O| Sep 23 16:19:22.922 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-09-23T16:19:24.149Z[ recovery-image] Sep 23 16:19:22.932 INFO O| Sep 23 16:19:22.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48952024-09-23T16:19:24.149Z[ recovery-image] Sep 23 16:19:22.932 INFO O| Sep 23 16:19:22.932 INFO STEP 288 (remove_files) COMPLETE
48962024-09-23T16:19:24.149Z[ recovery-image] Sep 23 16:19:22.932 INFO O| Sep 23 16:19:22.932 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-09-23T16:19:24.157Z[ recovery-image] Sep 23 16:19:22.941 INFO O| Sep 23 16:19:22.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48982024-09-23T16:19:24.160Z[ recovery-image] Sep 23 16:19:22.941 INFO O| Sep 23 16:19:22.941 INFO STEP 289 (remove_files) COMPLETE
48992024-09-23T16:19:24.160Z[ recovery-image] Sep 23 16:19:22.941 INFO O| Sep 23 16:19:22.941 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-09-23T16:19:24.166Z[ recovery-image] Sep 23 16:19:22.950 INFO O| Sep 23 16:19:22.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49012024-09-23T16:19:24.167Z[ recovery-image] Sep 23 16:19:22.950 INFO O| Sep 23 16:19:22.950 INFO STEP 290 (remove_files) COMPLETE
49022024-09-23T16:19:24.167Z[ recovery-image] Sep 23 16:19:22.950 INFO O| Sep 23 16:19:22.950 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-09-23T16:19:24.176Z[ recovery-image] Sep 23 16:19:22.960 INFO O| Sep 23 16:19:22.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49042024-09-23T16:19:24.176Z[ recovery-image] Sep 23 16:19:22.960 INFO O| Sep 23 16:19:22.960 INFO STEP 291 (remove_files) COMPLETE
49052024-09-23T16:19:24.178Z[ recovery-image] Sep 23 16:19:22.960 INFO O| Sep 23 16:19:22.960 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-09-23T16:19:24.186Z[ recovery-image] Sep 23 16:19:22.970 INFO O| Sep 23 16:19:22.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49072024-09-23T16:19:24.186Z[ recovery-image] Sep 23 16:19:22.970 INFO O| Sep 23 16:19:22.970 INFO STEP 292 (remove_files) COMPLETE
49082024-09-23T16:19:24.189Z[ recovery-image] Sep 23 16:19:22.970 INFO O| Sep 23 16:19:22.970 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-09-23T16:19:24.196Z[ recovery-image] Sep 23 16:19:22.980 INFO O| Sep 23 16:19:22.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49102024-09-23T16:19:24.196Z[ recovery-image] Sep 23 16:19:22.980 INFO O| Sep 23 16:19:22.980 INFO STEP 293 (remove_files) COMPLETE
49112024-09-23T16:19:24.196Z[ recovery-image] Sep 23 16:19:22.980 INFO O| Sep 23 16:19:22.980 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-09-23T16:19:24.207Z[ recovery-image] Sep 23 16:19:22.989 INFO O| Sep 23 16:19:22.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49132024-09-23T16:19:24.207Z[ recovery-image] Sep 23 16:19:22.989 INFO O| Sep 23 16:19:22.989 INFO STEP 294 (remove_files) COMPLETE
49142024-09-23T16:19:24.209Z[ recovery-image] Sep 23 16:19:22.989 INFO O| Sep 23 16:19:22.989 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-09-23T16:19:24.215Z[ recovery-image] Sep 23 16:19:22.999 INFO O| Sep 23 16:19:22.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49162024-09-23T16:19:24.215Z[ recovery-image] Sep 23 16:19:22.999 INFO O| Sep 23 16:19:22.999 INFO STEP 295 (remove_files) COMPLETE
49172024-09-23T16:19:24.217Z[ recovery-image] Sep 23 16:19:22.999 INFO O| Sep 23 16:19:22.999 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-09-23T16:19:24.224Z[ recovery-image] Sep 23 16:19:23.008 INFO O| Sep 23 16:19:23.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49192024-09-23T16:19:24.224Z[ recovery-image] Sep 23 16:19:23.008 INFO O| Sep 23 16:19:23.008 INFO STEP 296 (remove_files) COMPLETE
49202024-09-23T16:19:24.227Z[ recovery-image] Sep 23 16:19:23.008 INFO O| Sep 23 16:19:23.008 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-09-23T16:19:24.234Z[ recovery-image] Sep 23 16:19:23.018 INFO O| Sep 23 16:19:23.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49222024-09-23T16:19:24.234Z[ recovery-image] Sep 23 16:19:23.018 INFO O| Sep 23 16:19:23.018 INFO STEP 297 (remove_files) COMPLETE
49232024-09-23T16:19:24.234Z[ recovery-image] Sep 23 16:19:23.018 INFO O| Sep 23 16:19:23.018 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-09-23T16:19:24.243Z[ recovery-image] Sep 23 16:19:23.027 INFO O| Sep 23 16:19:23.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49252024-09-23T16:19:24.246Z[ recovery-image] Sep 23 16:19:23.027 INFO O| Sep 23 16:19:23.027 INFO STEP 298 (remove_files) COMPLETE
49262024-09-23T16:19:24.246Z[ recovery-image] Sep 23 16:19:23.027 INFO O| Sep 23 16:19:23.027 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-09-23T16:19:24.253Z[ recovery-image] Sep 23 16:19:23.037 INFO O| Sep 23 16:19:23.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49282024-09-23T16:19:24.256Z[ recovery-image] Sep 23 16:19:23.037 INFO O| Sep 23 16:19:23.037 INFO STEP 299 (remove_files) COMPLETE
49292024-09-23T16:19:24.256Z[ recovery-image] Sep 23 16:19:23.037 INFO O| Sep 23 16:19:23.037 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-09-23T16:19:24.263Z[ recovery-image] Sep 23 16:19:23.047 INFO O| Sep 23 16:19:23.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49312024-09-23T16:19:24.263Z[ recovery-image] Sep 23 16:19:23.047 INFO O| Sep 23 16:19:23.047 INFO STEP 300 (remove_files) COMPLETE
49322024-09-23T16:19:24.263Z[ recovery-image] Sep 23 16:19:23.047 INFO O| Sep 23 16:19:23.047 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-09-23T16:19:24.272Z[ recovery-image] Sep 23 16:19:23.056 INFO O| Sep 23 16:19:23.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49342024-09-23T16:19:24.272Z[ recovery-image] Sep 23 16:19:23.056 INFO O| Sep 23 16:19:23.056 INFO STEP 301 (remove_files) COMPLETE
49352024-09-23T16:19:24.274Z[ recovery-image] Sep 23 16:19:23.056 INFO O| Sep 23 16:19:23.056 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-09-23T16:19:24.281Z[ recovery-image] Sep 23 16:19:23.065 INFO O| Sep 23 16:19:23.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49372024-09-23T16:19:24.282Z[ recovery-image] Sep 23 16:19:23.065 INFO O| Sep 23 16:19:23.065 INFO STEP 302 (remove_files) COMPLETE
49382024-09-23T16:19:24.284Z[ recovery-image] Sep 23 16:19:23.065 INFO O| Sep 23 16:19:23.065 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-09-23T16:19:24.291Z[ recovery-image] Sep 23 16:19:23.075 INFO O| Sep 23 16:19:23.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49402024-09-23T16:19:24.291Z[ recovery-image] Sep 23 16:19:23.075 INFO O| Sep 23 16:19:23.075 INFO STEP 303 (remove_files) COMPLETE
49412024-09-23T16:19:24.294Z[ recovery-image] Sep 23 16:19:23.075 INFO O| Sep 23 16:19:23.075 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-09-23T16:19:24.301Z[ recovery-image] Sep 23 16:19:23.085 INFO O| Sep 23 16:19:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49432024-09-23T16:19:24.301Z[ recovery-image] Sep 23 16:19:23.085 INFO O| Sep 23 16:19:23.085 INFO STEP 304 (remove_files) COMPLETE
49442024-09-23T16:19:24.304Z[ recovery-image] Sep 23 16:19:23.085 INFO O| Sep 23 16:19:23.085 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-09-23T16:19:24.311Z[ recovery-image] Sep 23 16:19:23.095 INFO O| Sep 23 16:19:23.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49462024-09-23T16:19:24.311Z[ recovery-image] Sep 23 16:19:23.095 INFO O| Sep 23 16:19:23.095 INFO STEP 305 (remove_files) COMPLETE
49472024-09-23T16:19:24.313Z[ recovery-image] Sep 23 16:19:23.095 INFO O| Sep 23 16:19:23.095 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-09-23T16:19:24.320Z[ recovery-image] Sep 23 16:19:23.104 INFO O| Sep 23 16:19:23.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49492024-09-23T16:19:24.322Z[ recovery-image] Sep 23 16:19:23.104 INFO O| Sep 23 16:19:23.104 INFO STEP 306 (remove_files) COMPLETE
49502024-09-23T16:19:24.322Z[ recovery-image] Sep 23 16:19:23.104 INFO O| Sep 23 16:19:23.104 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-09-23T16:19:24.329Z[ recovery-image] Sep 23 16:19:23.113 INFO O| Sep 23 16:19:23.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49522024-09-23T16:19:24.332Z[ recovery-image] Sep 23 16:19:23.113 INFO O| Sep 23 16:19:23.113 INFO STEP 307 (remove_files) COMPLETE
49532024-09-23T16:19:24.332Z[ recovery-image] Sep 23 16:19:23.113 INFO O| Sep 23 16:19:23.113 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-09-23T16:19:24.339Z[ recovery-image] Sep 23 16:19:23.123 INFO O| Sep 23 16:19:23.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49552024-09-23T16:19:24.342Z[ recovery-image] Sep 23 16:19:23.123 INFO O| Sep 23 16:19:23.123 INFO STEP 308 (remove_files) COMPLETE
49562024-09-23T16:19:24.342Z[ recovery-image] Sep 23 16:19:23.123 INFO O| Sep 23 16:19:23.123 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-09-23T16:19:24.348Z[ recovery-image] Sep 23 16:19:23.132 INFO O| Sep 23 16:19:23.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49582024-09-23T16:19:24.350Z[ recovery-image] Sep 23 16:19:23.132 INFO O| Sep 23 16:19:23.132 INFO STEP 309 (remove_files) COMPLETE
49592024-09-23T16:19:24.350Z[ recovery-image] Sep 23 16:19:23.132 INFO O| Sep 23 16:19:23.132 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-09-23T16:19:24.357Z[ recovery-image] Sep 23 16:19:23.141 INFO O| Sep 23 16:19:23.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49612024-09-23T16:19:24.360Z[ recovery-image] Sep 23 16:19:23.141 INFO O| Sep 23 16:19:23.141 INFO STEP 310 (remove_files) COMPLETE
49622024-09-23T16:19:24.360Z[ recovery-image] Sep 23 16:19:23.141 INFO O| Sep 23 16:19:23.141 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-09-23T16:19:24.367Z[ recovery-image] Sep 23 16:19:23.151 INFO O| Sep 23 16:19:23.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49642024-09-23T16:19:24.367Z[ recovery-image] Sep 23 16:19:23.151 INFO O| Sep 23 16:19:23.151 INFO STEP 311 (remove_files) COMPLETE
49652024-09-23T16:19:24.369Z[ recovery-image] Sep 23 16:19:23.151 INFO O| Sep 23 16:19:23.151 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-09-23T16:19:24.376Z[ recovery-image] Sep 23 16:19:23.160 INFO O| Sep 23 16:19:23.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49672024-09-23T16:19:24.376Z[ recovery-image] Sep 23 16:19:23.160 INFO O| Sep 23 16:19:23.160 INFO STEP 312 (remove_files) COMPLETE
49682024-09-23T16:19:24.378Z[ recovery-image] Sep 23 16:19:23.160 INFO O| Sep 23 16:19:23.160 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-09-23T16:19:24.386Z[ recovery-image] Sep 23 16:19:23.169 INFO O| Sep 23 16:19:23.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49702024-09-23T16:19:24.386Z[ recovery-image] Sep 23 16:19:23.169 INFO O| Sep 23 16:19:23.169 INFO STEP 313 (remove_files) COMPLETE
49712024-09-23T16:19:24.388Z[ recovery-image] Sep 23 16:19:23.169 INFO O| Sep 23 16:19:23.169 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-09-23T16:19:24.394Z[ recovery-image] Sep 23 16:19:23.178 INFO O| Sep 23 16:19:23.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49732024-09-23T16:19:24.395Z[ recovery-image] Sep 23 16:19:23.178 INFO O| Sep 23 16:19:23.178 INFO STEP 314 (remove_files) COMPLETE
49742024-09-23T16:19:24.397Z[ recovery-image] Sep 23 16:19:23.178 INFO O| Sep 23 16:19:23.178 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-09-23T16:19:24.404Z[ recovery-image] Sep 23 16:19:23.188 INFO O| Sep 23 16:19:23.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49762024-09-23T16:19:24.404Z[ recovery-image] Sep 23 16:19:23.188 INFO O| Sep 23 16:19:23.188 INFO STEP 315 (remove_files) COMPLETE
49772024-09-23T16:19:24.406Z[ recovery-image] Sep 23 16:19:23.188 INFO O| Sep 23 16:19:23.188 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-09-23T16:19:24.413Z[ recovery-image] Sep 23 16:19:23.197 INFO O| Sep 23 16:19:23.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49792024-09-23T16:19:24.415Z[ recovery-image] Sep 23 16:19:23.197 INFO O| Sep 23 16:19:23.197 INFO STEP 316 (remove_files) COMPLETE
49802024-09-23T16:19:24.415Z[ recovery-image] Sep 23 16:19:23.197 INFO O| Sep 23 16:19:23.197 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-09-23T16:19:24.422Z[ recovery-image] Sep 23 16:19:23.206 INFO O| Sep 23 16:19:23.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49822024-09-23T16:19:24.422Z[ recovery-image] Sep 23 16:19:23.206 INFO O| Sep 23 16:19:23.206 INFO STEP 317 (remove_files) COMPLETE
49832024-09-23T16:19:24.425Z[ recovery-image] Sep 23 16:19:23.206 INFO O| Sep 23 16:19:23.206 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-09-23T16:19:24.432Z[ recovery-image] Sep 23 16:19:23.216 INFO O| Sep 23 16:19:23.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49852024-09-23T16:19:24.432Z[ recovery-image] Sep 23 16:19:23.216 INFO O| Sep 23 16:19:23.216 INFO STEP 318 (remove_files) COMPLETE
49862024-09-23T16:19:24.434Z[ recovery-image] Sep 23 16:19:23.216 INFO O| Sep 23 16:19:23.216 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-09-23T16:19:24.441Z[ recovery-image] Sep 23 16:19:23.225 INFO O| Sep 23 16:19:23.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49882024-09-23T16:19:24.441Z[ recovery-image] Sep 23 16:19:23.225 INFO O| Sep 23 16:19:23.225 INFO STEP 319 (remove_files) COMPLETE
49892024-09-23T16:19:24.441Z[ recovery-image] Sep 23 16:19:23.225 INFO O| Sep 23 16:19:23.225 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-09-23T16:19:24.450Z[ recovery-image] Sep 23 16:19:23.234 INFO O| Sep 23 16:19:23.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49912024-09-23T16:19:24.452Z[ recovery-image] Sep 23 16:19:23.234 INFO O| Sep 23 16:19:23.234 INFO STEP 320 (remove_files) COMPLETE
49922024-09-23T16:19:24.453Z[ recovery-image] Sep 23 16:19:23.234 INFO O| Sep 23 16:19:23.234 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-09-23T16:19:24.460Z[ recovery-image] Sep 23 16:19:23.244 INFO O| Sep 23 16:19:23.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49942024-09-23T16:19:24.460Z[ recovery-image] Sep 23 16:19:23.244 INFO O| Sep 23 16:19:23.244 INFO STEP 321 (remove_files) COMPLETE
49952024-09-23T16:19:24.463Z[ recovery-image] Sep 23 16:19:23.244 INFO O| Sep 23 16:19:23.244 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-09-23T16:19:24.470Z[ recovery-image] Sep 23 16:19:23.254 INFO O| Sep 23 16:19:23.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49972024-09-23T16:19:24.472Z[ recovery-image] Sep 23 16:19:23.254 INFO O| Sep 23 16:19:23.254 INFO STEP 322 (remove_files) COMPLETE
49982024-09-23T16:19:24.472Z[ recovery-image] Sep 23 16:19:23.254 INFO O| Sep 23 16:19:23.254 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-09-23T16:19:24.479Z[ recovery-image] Sep 23 16:19:23.263 INFO O| Sep 23 16:19:23.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50002024-09-23T16:19:24.479Z[ recovery-image] Sep 23 16:19:23.263 INFO O| Sep 23 16:19:23.263 INFO STEP 323 (remove_files) COMPLETE
50012024-09-23T16:19:24.482Z[ recovery-image] Sep 23 16:19:23.263 INFO O| Sep 23 16:19:23.263 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-09-23T16:19:24.488Z[ recovery-image] Sep 23 16:19:23.272 INFO O| Sep 23 16:19:23.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50032024-09-23T16:19:24.489Z[ recovery-image] Sep 23 16:19:23.272 INFO O| Sep 23 16:19:23.272 INFO STEP 324 (remove_files) COMPLETE
50042024-09-23T16:19:24.491Z[ recovery-image] Sep 23 16:19:23.272 INFO O| Sep 23 16:19:23.272 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-09-23T16:19:24.498Z[ recovery-image] Sep 23 16:19:23.282 INFO O| Sep 23 16:19:23.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50062024-09-23T16:19:24.498Z[ recovery-image] Sep 23 16:19:23.282 INFO O| Sep 23 16:19:23.282 INFO STEP 325 (remove_files) COMPLETE
50072024-09-23T16:19:24.500Z[ recovery-image] Sep 23 16:19:23.282 INFO O| Sep 23 16:19:23.282 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-09-23T16:19:24.507Z[ recovery-image] Sep 23 16:19:23.291 INFO O| Sep 23 16:19:23.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50092024-09-23T16:19:24.507Z[ recovery-image] Sep 23 16:19:23.291 INFO O| Sep 23 16:19:23.291 INFO STEP 326 (remove_files) COMPLETE
50102024-09-23T16:19:24.510Z[ recovery-image] Sep 23 16:19:23.291 INFO O| Sep 23 16:19:23.291 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-09-23T16:19:24.516Z[ recovery-image] Sep 23 16:19:23.300 INFO O| Sep 23 16:19:23.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50122024-09-23T16:19:24.519Z[ recovery-image] Sep 23 16:19:23.300 INFO O| Sep 23 16:19:23.300 INFO STEP 327 (remove_files) COMPLETE
50132024-09-23T16:19:24.519Z[ recovery-image] Sep 23 16:19:23.300 INFO O| Sep 23 16:19:23.300 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-09-23T16:19:24.526Z[ recovery-image] Sep 23 16:19:23.310 INFO O| Sep 23 16:19:23.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50152024-09-23T16:19:24.526Z[ recovery-image] Sep 23 16:19:23.310 INFO O| Sep 23 16:19:23.310 INFO STEP 328 (remove_files) COMPLETE
50162024-09-23T16:19:24.526Z[ recovery-image] Sep 23 16:19:23.310 INFO O| Sep 23 16:19:23.310 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-09-23T16:19:24.536Z[ recovery-image] Sep 23 16:19:23.319 INFO O| Sep 23 16:19:23.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50182024-09-23T16:19:24.538Z[ recovery-image] Sep 23 16:19:23.319 INFO O| Sep 23 16:19:23.319 INFO STEP 329 (remove_files) COMPLETE
50192024-09-23T16:19:24.538Z[ recovery-image] Sep 23 16:19:23.319 INFO O| Sep 23 16:19:23.319 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-09-23T16:19:24.545Z[ recovery-image] Sep 23 16:19:23.329 INFO O| Sep 23 16:19:23.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50212024-09-23T16:19:24.545Z[ recovery-image] Sep 23 16:19:23.329 INFO O| Sep 23 16:19:23.329 INFO STEP 330 (remove_files) COMPLETE
50222024-09-23T16:19:24.547Z[ recovery-image] Sep 23 16:19:23.329 INFO O| Sep 23 16:19:23.329 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-09-23T16:19:24.554Z[ recovery-image] Sep 23 16:19:23.338 INFO O| Sep 23 16:19:23.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50242024-09-23T16:19:24.558Z[ recovery-image] Sep 23 16:19:23.338 INFO O| Sep 23 16:19:23.338 INFO STEP 331 (remove_files) COMPLETE
50252024-09-23T16:19:24.558Z[ recovery-image] Sep 23 16:19:23.338 INFO O| Sep 23 16:19:23.338 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-09-23T16:19:24.564Z[ recovery-image] Sep 23 16:19:23.347 INFO O| Sep 23 16:19:23.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50272024-09-23T16:19:24.564Z[ recovery-image] Sep 23 16:19:23.347 INFO O| Sep 23 16:19:23.347 INFO STEP 332 (remove_files) COMPLETE
50282024-09-23T16:19:24.566Z[ recovery-image] Sep 23 16:19:23.347 INFO O| Sep 23 16:19:23.347 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-09-23T16:19:24.573Z[ recovery-image] Sep 23 16:19:23.357 INFO O| Sep 23 16:19:23.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50302024-09-23T16:19:24.573Z[ recovery-image] Sep 23 16:19:23.357 INFO O| Sep 23 16:19:23.357 INFO STEP 333 (remove_files) COMPLETE
50312024-09-23T16:19:24.575Z[ recovery-image] Sep 23 16:19:23.357 INFO O| Sep 23 16:19:23.357 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-09-23T16:19:24.582Z[ recovery-image] Sep 23 16:19:23.366 INFO O| Sep 23 16:19:23.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50332024-09-23T16:19:24.582Z[ recovery-image] Sep 23 16:19:23.366 INFO O| Sep 23 16:19:23.366 INFO STEP 334 (remove_files) COMPLETE
50342024-09-23T16:19:24.582Z[ recovery-image] Sep 23 16:19:23.366 INFO O| Sep 23 16:19:23.366 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-09-23T16:19:24.591Z[ recovery-image] Sep 23 16:19:23.375 INFO O| Sep 23 16:19:23.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50362024-09-23T16:19:24.591Z[ recovery-image] Sep 23 16:19:23.375 INFO O| Sep 23 16:19:23.375 INFO STEP 335 (remove_files) COMPLETE
50372024-09-23T16:19:24.594Z[ recovery-image] Sep 23 16:19:23.375 INFO O| Sep 23 16:19:23.375 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-09-23T16:19:24.601Z[ recovery-image] Sep 23 16:19:23.385 INFO O| Sep 23 16:19:23.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50392024-09-23T16:19:24.601Z[ recovery-image] Sep 23 16:19:23.385 INFO O| Sep 23 16:19:23.385 INFO STEP 336 (remove_files) COMPLETE
50402024-09-23T16:19:24.603Z[ recovery-image] Sep 23 16:19:23.385 INFO O| Sep 23 16:19:23.385 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-09-23T16:19:24.610Z[ recovery-image] Sep 23 16:19:23.394 INFO O| Sep 23 16:19:23.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50422024-09-23T16:19:24.610Z[ recovery-image] Sep 23 16:19:23.394 INFO O| Sep 23 16:19:23.394 INFO STEP 337 (remove_files) COMPLETE
50432024-09-23T16:19:24.610Z[ recovery-image] Sep 23 16:19:23.394 INFO O| Sep 23 16:19:23.394 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-09-23T16:19:24.620Z[ recovery-image] Sep 23 16:19:23.403 INFO O| Sep 23 16:19:23.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50452024-09-23T16:19:24.620Z[ recovery-image] Sep 23 16:19:23.404 INFO O| Sep 23 16:19:23.403 INFO STEP 338 (remove_files) COMPLETE
50462024-09-23T16:19:24.622Z[ recovery-image] Sep 23 16:19:23.404 INFO O| Sep 23 16:19:23.404 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-09-23T16:19:24.629Z[ recovery-image] Sep 23 16:19:23.413 INFO O| Sep 23 16:19:23.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50482024-09-23T16:19:24.629Z[ recovery-image] Sep 23 16:19:23.413 INFO O| Sep 23 16:19:23.413 INFO STEP 339 (remove_files) COMPLETE
50492024-09-23T16:19:24.631Z[ recovery-image] Sep 23 16:19:23.413 INFO O| Sep 23 16:19:23.413 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-09-23T16:19:24.638Z[ recovery-image] Sep 23 16:19:23.422 INFO O| Sep 23 16:19:23.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50512024-09-23T16:19:24.638Z[ recovery-image] Sep 23 16:19:23.422 INFO O| Sep 23 16:19:23.422 INFO STEP 340 (remove_files) COMPLETE
50522024-09-23T16:19:24.638Z[ recovery-image] Sep 23 16:19:23.422 INFO O| Sep 23 16:19:23.422 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-09-23T16:19:24.649Z[ recovery-image] Sep 23 16:19:23.433 INFO O| Sep 23 16:19:23.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50542024-09-23T16:19:24.649Z[ recovery-image] Sep 23 16:19:23.433 INFO O| Sep 23 16:19:23.433 INFO STEP 341 (remove_files) COMPLETE
50552024-09-23T16:19:24.653Z[ recovery-image] Sep 23 16:19:23.433 INFO O| Sep 23 16:19:23.433 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-09-23T16:19:24.659Z[ recovery-image] Sep 23 16:19:23.443 INFO O| Sep 23 16:19:23.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50572024-09-23T16:19:24.661Z[ recovery-image] Sep 23 16:19:23.443 INFO O| Sep 23 16:19:23.443 INFO STEP 342 (remove_files) COMPLETE
50582024-09-23T16:19:24.661Z[ recovery-image] Sep 23 16:19:23.443 INFO O| Sep 23 16:19:23.443 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-09-23T16:19:24.668Z[ recovery-image] Sep 23 16:19:23.452 INFO O| Sep 23 16:19:23.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50602024-09-23T16:19:24.671Z[ recovery-image] Sep 23 16:19:23.452 INFO O| Sep 23 16:19:23.452 INFO STEP 343 (remove_files) COMPLETE
50612024-09-23T16:19:24.671Z[ recovery-image] Sep 23 16:19:23.452 INFO O| Sep 23 16:19:23.452 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-09-23T16:19:24.678Z[ recovery-image] Sep 23 16:19:23.462 INFO O| Sep 23 16:19:23.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50632024-09-23T16:19:24.678Z[ recovery-image] Sep 23 16:19:23.462 INFO O| Sep 23 16:19:23.462 INFO STEP 344 (remove_files) COMPLETE
50642024-09-23T16:19:24.680Z[ recovery-image] Sep 23 16:19:23.462 INFO O| Sep 23 16:19:23.462 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-09-23T16:19:24.688Z[ recovery-image] Sep 23 16:19:23.472 INFO O| Sep 23 16:19:23.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50662024-09-23T16:19:24.688Z[ recovery-image] Sep 23 16:19:23.472 INFO O| Sep 23 16:19:23.472 INFO STEP 345 (remove_files) COMPLETE
50672024-09-23T16:19:24.688Z[ recovery-image] Sep 23 16:19:23.472 INFO O| Sep 23 16:19:23.472 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-09-23T16:19:24.697Z[ recovery-image] Sep 23 16:19:23.481 INFO O| Sep 23 16:19:23.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50692024-09-23T16:19:24.697Z[ recovery-image] Sep 23 16:19:23.481 INFO O| Sep 23 16:19:23.481 INFO STEP 346 (remove_files) COMPLETE
50702024-09-23T16:19:24.698Z[ recovery-image] Sep 23 16:19:23.481 INFO O| Sep 23 16:19:23.481 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-09-23T16:19:24.707Z[ recovery-image] Sep 23 16:19:23.490 INFO O| Sep 23 16:19:23.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50722024-09-23T16:19:24.707Z[ recovery-image] Sep 23 16:19:23.490 INFO O| Sep 23 16:19:23.490 INFO STEP 347 (remove_files) COMPLETE
50732024-09-23T16:19:24.707Z[ recovery-image] Sep 23 16:19:23.491 INFO O| Sep 23 16:19:23.490 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-09-23T16:19:24.716Z[ recovery-image] Sep 23 16:19:23.500 INFO O| Sep 23 16:19:23.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50752024-09-23T16:19:24.716Z[ recovery-image] Sep 23 16:19:23.500 INFO O| Sep 23 16:19:23.500 INFO STEP 348 (remove_files) COMPLETE
50762024-09-23T16:19:24.716Z[ recovery-image] Sep 23 16:19:23.500 INFO O| Sep 23 16:19:23.500 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-09-23T16:19:24.725Z[ recovery-image] Sep 23 16:19:23.509 INFO O| Sep 23 16:19:23.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50782024-09-23T16:19:24.725Z[ recovery-image] Sep 23 16:19:23.509 INFO O| Sep 23 16:19:23.509 INFO STEP 349 (remove_files) COMPLETE
50792024-09-23T16:19:24.725Z[ recovery-image] Sep 23 16:19:23.509 INFO O| Sep 23 16:19:23.509 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-09-23T16:19:24.735Z[ recovery-image] Sep 23 16:19:23.518 INFO O| Sep 23 16:19:23.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50812024-09-23T16:19:24.737Z[ recovery-image] Sep 23 16:19:23.519 INFO O| Sep 23 16:19:23.519 INFO STEP 350 (remove_files) COMPLETE
50822024-09-23T16:19:24.737Z[ recovery-image] Sep 23 16:19:23.519 INFO O| Sep 23 16:19:23.519 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-09-23T16:19:24.744Z[ recovery-image] Sep 23 16:19:23.528 INFO O| Sep 23 16:19:23.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50842024-09-23T16:19:24.744Z[ recovery-image] Sep 23 16:19:23.528 INFO O| Sep 23 16:19:23.528 INFO STEP 351 (remove_files) COMPLETE
50852024-09-23T16:19:24.744Z[ recovery-image] Sep 23 16:19:23.528 INFO O| Sep 23 16:19:23.528 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-09-23T16:19:24.754Z[ recovery-image] Sep 23 16:19:23.537 INFO O| Sep 23 16:19:23.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50872024-09-23T16:19:24.754Z[ recovery-image] Sep 23 16:19:23.537 INFO O| Sep 23 16:19:23.537 INFO STEP 352 (remove_files) COMPLETE
50882024-09-23T16:19:24.757Z[ recovery-image] Sep 23 16:19:23.537 INFO O| Sep 23 16:19:23.537 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-09-23T16:19:24.763Z[ recovery-image] Sep 23 16:19:23.546 INFO O| Sep 23 16:19:23.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50902024-09-23T16:19:24.766Z[ recovery-image] Sep 23 16:19:23.546 INFO O| Sep 23 16:19:23.546 INFO STEP 353 (remove_files) COMPLETE
50912024-09-23T16:19:24.766Z[ recovery-image] Sep 23 16:19:23.547 INFO O| Sep 23 16:19:23.546 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-09-23T16:19:24.774Z[ recovery-image] Sep 23 16:19:23.557 INFO O| Sep 23 16:19:23.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50932024-09-23T16:19:24.774Z[ recovery-image] Sep 23 16:19:23.557 INFO O| Sep 23 16:19:23.557 INFO STEP 354 (remove_files) COMPLETE
50942024-09-23T16:19:24.774Z[ recovery-image] Sep 23 16:19:23.557 INFO O| Sep 23 16:19:23.557 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-09-23T16:19:24.782Z[ recovery-image] Sep 23 16:19:23.566 INFO O| Sep 23 16:19:23.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50962024-09-23T16:19:24.782Z[ recovery-image] Sep 23 16:19:23.566 INFO O| Sep 23 16:19:23.566 INFO STEP 355 (remove_files) COMPLETE
50972024-09-23T16:19:24.785Z[ recovery-image] Sep 23 16:19:23.566 INFO O| Sep 23 16:19:23.566 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-09-23T16:19:24.791Z[ recovery-image] Sep 23 16:19:23.575 INFO O| Sep 23 16:19:23.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50992024-09-23T16:19:24.792Z[ recovery-image] Sep 23 16:19:23.575 INFO O| Sep 23 16:19:23.575 INFO STEP 356 (remove_files) COMPLETE
51002024-09-23T16:19:24.792Z[ recovery-image] Sep 23 16:19:23.575 INFO O| Sep 23 16:19:23.575 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-09-23T16:19:24.801Z[ recovery-image] Sep 23 16:19:23.584 INFO O| Sep 23 16:19:23.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51022024-09-23T16:19:24.801Z[ recovery-image] Sep 23 16:19:23.585 INFO O| Sep 23 16:19:23.584 INFO STEP 357 (remove_files) COMPLETE
51032024-09-23T16:19:24.805Z[ recovery-image] Sep 23 16:19:23.585 INFO O| Sep 23 16:19:23.585 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-09-23T16:19:24.811Z[ recovery-image] Sep 23 16:19:23.594 INFO O| Sep 23 16:19:23.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51052024-09-23T16:19:24.818Z[ recovery-image] Sep 23 16:19:23.594 INFO O| Sep 23 16:19:23.594 INFO STEP 358 (remove_files) COMPLETE
51062024-09-23T16:19:24.818Z[ recovery-image] Sep 23 16:19:23.594 INFO O| Sep 23 16:19:23.594 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-09-23T16:19:24.820Z[ recovery-image] Sep 23 16:19:23.603 INFO O| Sep 23 16:19:23.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51082024-09-23T16:19:24.820Z[ recovery-image] Sep 23 16:19:23.603 INFO O| Sep 23 16:19:23.603 INFO STEP 359 (remove_files) COMPLETE
51092024-09-23T16:19:24.821Z[ recovery-image] Sep 23 16:19:23.603 INFO O| Sep 23 16:19:23.603 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-09-23T16:19:24.829Z[ recovery-image] Sep 23 16:19:23.612 INFO O| Sep 23 16:19:23.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51112024-09-23T16:19:24.829Z[ recovery-image] Sep 23 16:19:23.613 INFO O| Sep 23 16:19:23.613 INFO STEP 360 (remove_files) COMPLETE
51122024-09-23T16:19:24.829Z[ recovery-image] Sep 23 16:19:23.613 INFO O| Sep 23 16:19:23.613 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-09-23T16:19:24.838Z[ recovery-image] Sep 23 16:19:23.622 INFO O| Sep 23 16:19:23.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51142024-09-23T16:19:24.838Z[ recovery-image] Sep 23 16:19:23.622 INFO O| Sep 23 16:19:23.622 INFO STEP 361 (remove_files) COMPLETE
51152024-09-23T16:19:24.838Z[ recovery-image] Sep 23 16:19:23.622 INFO O| Sep 23 16:19:23.622 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-09-23T16:19:24.847Z[ recovery-image] Sep 23 16:19:23.631 INFO O| Sep 23 16:19:23.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51172024-09-23T16:19:24.847Z[ recovery-image] Sep 23 16:19:23.631 INFO O| Sep 23 16:19:23.631 INFO STEP 362 (remove_files) COMPLETE
51182024-09-23T16:19:24.850Z[ recovery-image] Sep 23 16:19:23.631 INFO O| Sep 23 16:19:23.631 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-09-23T16:19:24.857Z[ recovery-image] Sep 23 16:19:23.640 INFO O| Sep 23 16:19:23.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51202024-09-23T16:19:24.857Z[ recovery-image] Sep 23 16:19:23.641 INFO O| Sep 23 16:19:23.640 INFO STEP 363 (remove_files) COMPLETE
51212024-09-23T16:19:24.857Z[ recovery-image] Sep 23 16:19:23.641 INFO O| Sep 23 16:19:23.641 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-09-23T16:19:24.866Z[ recovery-image] Sep 23 16:19:23.650 INFO O| Sep 23 16:19:23.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51232024-09-23T16:19:24.866Z[ recovery-image] Sep 23 16:19:23.650 INFO O| Sep 23 16:19:23.650 INFO STEP 364 (remove_files) COMPLETE
51242024-09-23T16:19:24.868Z[ recovery-image] Sep 23 16:19:23.650 INFO O| Sep 23 16:19:23.650 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-09-23T16:19:24.877Z[ recovery-image] Sep 23 16:19:23.661 INFO O| Sep 23 16:19:23.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51262024-09-23T16:19:24.880Z[ recovery-image] Sep 23 16:19:23.661 INFO O| Sep 23 16:19:23.661 INFO STEP 365 (remove_files) COMPLETE
51272024-09-23T16:19:24.880Z[ recovery-image] Sep 23 16:19:23.661 INFO O| Sep 23 16:19:23.661 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-09-23T16:19:24.887Z[ recovery-image] Sep 23 16:19:23.671 INFO O| Sep 23 16:19:23.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51292024-09-23T16:19:24.887Z[ recovery-image] Sep 23 16:19:23.671 INFO O| Sep 23 16:19:23.671 INFO STEP 366 (remove_files) COMPLETE
51302024-09-23T16:19:24.889Z[ recovery-image] Sep 23 16:19:23.671 INFO O| Sep 23 16:19:23.671 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-09-23T16:19:24.897Z[ recovery-image] Sep 23 16:19:23.680 INFO O| Sep 23 16:19:23.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51322024-09-23T16:19:24.897Z[ recovery-image] Sep 23 16:19:23.681 INFO O| Sep 23 16:19:23.680 INFO STEP 367 (remove_files) COMPLETE
51332024-09-23T16:19:24.899Z[ recovery-image] Sep 23 16:19:23.681 INFO O| Sep 23 16:19:23.681 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-09-23T16:19:24.906Z[ recovery-image] Sep 23 16:19:23.690 INFO O| Sep 23 16:19:23.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51352024-09-23T16:19:24.906Z[ recovery-image] Sep 23 16:19:23.690 INFO O| Sep 23 16:19:23.690 INFO STEP 368 (remove_files) COMPLETE
51362024-09-23T16:19:24.909Z[ recovery-image] Sep 23 16:19:23.690 INFO O| Sep 23 16:19:23.690 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-09-23T16:19:24.915Z[ recovery-image] Sep 23 16:19:23.699 INFO O| Sep 23 16:19:23.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51382024-09-23T16:19:24.915Z[ recovery-image] Sep 23 16:19:23.699 INFO O| Sep 23 16:19:23.699 INFO STEP 369 (remove_files) COMPLETE
51392024-09-23T16:19:24.918Z[ recovery-image] Sep 23 16:19:23.699 INFO O| Sep 23 16:19:23.699 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-09-23T16:19:24.925Z[ recovery-image] Sep 23 16:19:23.709 INFO O| Sep 23 16:19:23.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51412024-09-23T16:19:24.927Z[ recovery-image] Sep 23 16:19:23.709 INFO O| Sep 23 16:19:23.709 INFO STEP 370 (remove_files) COMPLETE
51422024-09-23T16:19:24.927Z[ recovery-image] Sep 23 16:19:23.709 INFO O| Sep 23 16:19:23.709 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-09-23T16:19:24.934Z[ recovery-image] Sep 23 16:19:23.718 INFO O| Sep 23 16:19:23.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51442024-09-23T16:19:24.936Z[ recovery-image] Sep 23 16:19:23.718 INFO O| Sep 23 16:19:23.718 INFO STEP 371 (remove_files) COMPLETE
51452024-09-23T16:19:24.936Z[ recovery-image] Sep 23 16:19:23.718 INFO O| Sep 23 16:19:23.718 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-09-23T16:19:24.944Z[ recovery-image] Sep 23 16:19:23.728 INFO O| Sep 23 16:19:23.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51472024-09-23T16:19:24.945Z[ recovery-image] Sep 23 16:19:23.728 INFO O| Sep 23 16:19:23.728 INFO STEP 372 (remove_files) COMPLETE
51482024-09-23T16:19:24.947Z[ recovery-image] Sep 23 16:19:23.728 INFO O| Sep 23 16:19:23.728 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-09-23T16:19:24.954Z[ recovery-image] Sep 23 16:19:23.738 INFO O| Sep 23 16:19:23.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51502024-09-23T16:19:24.957Z[ recovery-image] Sep 23 16:19:23.738 INFO O| Sep 23 16:19:23.738 INFO STEP 373 (remove_files) COMPLETE
51512024-09-23T16:19:24.957Z[ recovery-image] Sep 23 16:19:23.738 INFO O| Sep 23 16:19:23.738 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-09-23T16:19:24.964Z[ recovery-image] Sep 23 16:19:23.748 INFO O| Sep 23 16:19:23.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51532024-09-23T16:19:24.968Z[ recovery-image] Sep 23 16:19:23.748 INFO O| Sep 23 16:19:23.748 INFO STEP 374 (remove_files) COMPLETE
51542024-09-23T16:19:24.968Z[ recovery-image] Sep 23 16:19:23.748 INFO O| Sep 23 16:19:23.748 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-09-23T16:19:24.974Z[ recovery-image] Sep 23 16:19:23.758 INFO O| Sep 23 16:19:23.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51562024-09-23T16:19:24.974Z[ recovery-image] Sep 23 16:19:23.758 INFO O| Sep 23 16:19:23.758 INFO STEP 375 (remove_files) COMPLETE
51572024-09-23T16:19:24.976Z[ recovery-image] Sep 23 16:19:23.758 INFO O| Sep 23 16:19:23.758 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-09-23T16:19:24.983Z[ recovery-image] Sep 23 16:19:23.767 INFO O| Sep 23 16:19:23.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51592024-09-23T16:19:24.983Z[ recovery-image] Sep 23 16:19:23.767 INFO O| Sep 23 16:19:23.767 INFO STEP 376 (remove_files) COMPLETE
51602024-09-23T16:19:24.986Z[ recovery-image] Sep 23 16:19:23.767 INFO O| Sep 23 16:19:23.767 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-09-23T16:19:24.993Z[ recovery-image] Sep 23 16:19:23.777 INFO O| Sep 23 16:19:23.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51622024-09-23T16:19:24.995Z[ recovery-image] Sep 23 16:19:23.777 INFO O| Sep 23 16:19:23.777 INFO STEP 377 (remove_files) COMPLETE
51632024-09-23T16:19:24.995Z[ recovery-image] Sep 23 16:19:23.777 INFO O| Sep 23 16:19:23.777 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-09-23T16:19:25.002Z[ recovery-image] Sep 23 16:19:23.786 INFO O| Sep 23 16:19:23.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51652024-09-23T16:19:25.002Z[ recovery-image] Sep 23 16:19:23.786 INFO O| Sep 23 16:19:23.786 INFO STEP 378 (remove_files) COMPLETE
51662024-09-23T16:19:25.002Z[ recovery-image] Sep 23 16:19:23.786 INFO O| Sep 23 16:19:23.786 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-09-23T16:19:25.011Z[ recovery-image] Sep 23 16:19:23.795 INFO O| Sep 23 16:19:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51682024-09-23T16:19:25.011Z[ recovery-image] Sep 23 16:19:23.795 INFO O| Sep 23 16:19:23.795 INFO STEP 379 (remove_files) COMPLETE
51692024-09-23T16:19:25.011Z[ recovery-image] Sep 23 16:19:23.795 INFO O| Sep 23 16:19:23.795 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-09-23T16:19:25.021Z[ recovery-image] Sep 23 16:19:23.804 INFO O| Sep 23 16:19:23.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51712024-09-23T16:19:25.024Z[ recovery-image] Sep 23 16:19:23.805 INFO O| Sep 23 16:19:23.805 INFO STEP 380 (remove_files) COMPLETE
51722024-09-23T16:19:25.024Z[ recovery-image] Sep 23 16:19:23.805 INFO O| Sep 23 16:19:23.805 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-09-23T16:19:25.030Z[ recovery-image] Sep 23 16:19:23.814 INFO O| Sep 23 16:19:23.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51742024-09-23T16:19:25.030Z[ recovery-image] Sep 23 16:19:23.814 INFO O| Sep 23 16:19:23.814 INFO STEP 381 (remove_files) COMPLETE
51752024-09-23T16:19:25.032Z[ recovery-image] Sep 23 16:19:23.814 INFO O| Sep 23 16:19:23.814 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-09-23T16:19:25.039Z[ recovery-image] Sep 23 16:19:23.823 INFO O| Sep 23 16:19:23.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51772024-09-23T16:19:25.039Z[ recovery-image] Sep 23 16:19:23.823 INFO O| Sep 23 16:19:23.823 INFO STEP 382 (remove_files) COMPLETE
51782024-09-23T16:19:25.039Z[ recovery-image] Sep 23 16:19:23.823 INFO O| Sep 23 16:19:23.823 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-09-23T16:19:25.049Z[ recovery-image] Sep 23 16:19:23.833 INFO O| Sep 23 16:19:23.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51802024-09-23T16:19:25.049Z[ recovery-image] Sep 23 16:19:23.833 INFO O| Sep 23 16:19:23.833 INFO STEP 383 (remove_files) COMPLETE
51812024-09-23T16:19:25.049Z[ recovery-image] Sep 23 16:19:23.833 INFO O| Sep 23 16:19:23.833 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-09-23T16:19:25.058Z[ recovery-image] Sep 23 16:19:23.842 INFO O| Sep 23 16:19:23.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51832024-09-23T16:19:25.058Z[ recovery-image] Sep 23 16:19:23.842 INFO O| Sep 23 16:19:23.842 INFO STEP 384 (remove_files) COMPLETE
51842024-09-23T16:19:25.061Z[ recovery-image] Sep 23 16:19:23.842 INFO O| Sep 23 16:19:23.842 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-09-23T16:19:25.067Z[ recovery-image] Sep 23 16:19:23.851 INFO O| Sep 23 16:19:23.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51862024-09-23T16:19:25.067Z[ recovery-image] Sep 23 16:19:23.851 INFO O| Sep 23 16:19:23.851 INFO STEP 385 (remove_files) COMPLETE
51872024-09-23T16:19:25.067Z[ recovery-image] Sep 23 16:19:23.851 INFO O| Sep 23 16:19:23.851 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-09-23T16:19:25.077Z[ recovery-image] Sep 23 16:19:23.860 INFO O| Sep 23 16:19:23.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51892024-09-23T16:19:25.079Z[ recovery-image] Sep 23 16:19:23.861 INFO O| Sep 23 16:19:23.860 INFO STEP 386 (remove_files) COMPLETE
51902024-09-23T16:19:25.079Z[ recovery-image] Sep 23 16:19:23.861 INFO O| Sep 23 16:19:23.861 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-09-23T16:19:25.086Z[ recovery-image] Sep 23 16:19:23.870 INFO O| Sep 23 16:19:23.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51922024-09-23T16:19:25.088Z[ recovery-image] Sep 23 16:19:23.870 INFO O| Sep 23 16:19:23.870 INFO STEP 387 (remove_files) COMPLETE
51932024-09-23T16:19:25.088Z[ recovery-image] Sep 23 16:19:23.870 INFO O| Sep 23 16:19:23.870 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-09-23T16:19:25.095Z[ recovery-image] Sep 23 16:19:23.879 INFO O| Sep 23 16:19:23.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51952024-09-23T16:19:25.095Z[ recovery-image] Sep 23 16:19:23.879 INFO O| Sep 23 16:19:23.879 INFO STEP 388 (remove_files) COMPLETE
51962024-09-23T16:19:25.095Z[ recovery-image] Sep 23 16:19:23.879 INFO O| Sep 23 16:19:23.879 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-09-23T16:19:25.104Z[ recovery-image] Sep 23 16:19:23.888 INFO O| Sep 23 16:19:23.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51982024-09-23T16:19:25.104Z[ recovery-image] Sep 23 16:19:23.888 INFO O| Sep 23 16:19:23.888 INFO STEP 389 (remove_files) COMPLETE
51992024-09-23T16:19:25.105Z[ recovery-image] Sep 23 16:19:23.888 INFO O| Sep 23 16:19:23.888 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-09-23T16:19:25.114Z[ recovery-image] Sep 23 16:19:23.898 INFO O| Sep 23 16:19:23.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52012024-09-23T16:19:25.116Z[ recovery-image] Sep 23 16:19:23.898 INFO O| Sep 23 16:19:23.898 INFO STEP 390 (remove_files) COMPLETE
52022024-09-23T16:19:25.116Z[ recovery-image] Sep 23 16:19:23.898 INFO O| Sep 23 16:19:23.898 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-09-23T16:19:25.119Z[ host-image] Sep 23 16:19:23.902 INFO O| Sep 23 16:19:23.901 INFO O| Actions: Completed 49266 actions in 11.44 seconds.
52042024-09-23T16:19:25.123Z[ recovery-image] Sep 23 16:19:23.907 INFO O| Sep 23 16:19:23.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52052024-09-23T16:19:25.126Z[ recovery-image] Sep 23 16:19:23.907 INFO O| Sep 23 16:19:23.907 INFO STEP 391 (remove_files) COMPLETE
52062024-09-23T16:19:25.126Z[ recovery-image] Sep 23 16:19:23.907 INFO O| Sep 23 16:19:23.907 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-09-23T16:19:25.133Z[ recovery-image] Sep 23 16:19:23.916 INFO O| Sep 23 16:19:23.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52082024-09-23T16:19:25.133Z[ recovery-image] Sep 23 16:19:23.916 INFO O| Sep 23 16:19:23.916 INFO STEP 392 (remove_files) COMPLETE
52092024-09-23T16:19:25.135Z[ recovery-image] Sep 23 16:19:23.916 INFO O| Sep 23 16:19:23.916 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-09-23T16:19:25.142Z[ recovery-image] Sep 23 16:19:23.926 INFO O| Sep 23 16:19:23.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52112024-09-23T16:19:25.142Z[ recovery-image] Sep 23 16:19:23.926 INFO O| Sep 23 16:19:23.926 INFO STEP 393 (remove_files) COMPLETE
52122024-09-23T16:19:25.142Z[ recovery-image] Sep 23 16:19:23.926 INFO O| Sep 23 16:19:23.926 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-09-23T16:19:25.151Z[ recovery-image] Sep 23 16:19:23.935 INFO O| Sep 23 16:19:23.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52142024-09-23T16:19:25.151Z[ recovery-image] Sep 23 16:19:23.935 INFO O| Sep 23 16:19:23.935 INFO STEP 394 (remove_files) COMPLETE
52152024-09-23T16:19:25.154Z[ recovery-image] Sep 23 16:19:23.935 INFO O| Sep 23 16:19:23.935 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-09-23T16:19:25.161Z[ recovery-image] Sep 23 16:19:23.945 INFO O| Sep 23 16:19:23.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52172024-09-23T16:19:25.163Z[ recovery-image] Sep 23 16:19:23.945 INFO O| Sep 23 16:19:23.945 INFO STEP 395 (remove_files) COMPLETE
52182024-09-23T16:19:25.163Z[ recovery-image] Sep 23 16:19:23.945 INFO O| Sep 23 16:19:23.945 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-09-23T16:19:25.170Z[ recovery-image] Sep 23 16:19:23.954 INFO O| Sep 23 16:19:23.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52202024-09-23T16:19:25.170Z[ recovery-image] Sep 23 16:19:23.954 INFO O| Sep 23 16:19:23.954 INFO STEP 396 (remove_files) COMPLETE
52212024-09-23T16:19:25.170Z[ recovery-image] Sep 23 16:19:23.954 INFO O| Sep 23 16:19:23.954 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-09-23T16:19:25.180Z[ recovery-image] Sep 23 16:19:23.963 INFO O| Sep 23 16:19:23.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52232024-09-23T16:19:25.180Z[ recovery-image] Sep 23 16:19:23.964 INFO O| Sep 23 16:19:23.964 INFO STEP 397 (remove_files) COMPLETE
52242024-09-23T16:19:25.180Z[ recovery-image] Sep 23 16:19:23.964 INFO O| Sep 23 16:19:23.964 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-09-23T16:19:25.190Z[ recovery-image] Sep 23 16:19:23.974 INFO O| Sep 23 16:19:23.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52262024-09-23T16:19:25.190Z[ recovery-image] Sep 23 16:19:23.974 INFO O| Sep 23 16:19:23.974 INFO STEP 398 (remove_files) COMPLETE
52272024-09-23T16:19:25.193Z[ recovery-image] Sep 23 16:19:23.974 INFO O| Sep 23 16:19:23.974 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-09-23T16:19:25.201Z[ recovery-image] Sep 23 16:19:23.985 INFO O| Sep 23 16:19:23.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52292024-09-23T16:19:25.201Z[ recovery-image] Sep 23 16:19:23.985 INFO O| Sep 23 16:19:23.985 INFO STEP 399 (remove_files) COMPLETE
52302024-09-23T16:19:25.201Z[ recovery-image] Sep 23 16:19:23.985 INFO O| Sep 23 16:19:23.985 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-09-23T16:19:25.211Z[ recovery-image] Sep 23 16:19:23.995 INFO O| Sep 23 16:19:23.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52322024-09-23T16:19:25.213Z[ recovery-image] Sep 23 16:19:23.995 INFO O| Sep 23 16:19:23.995 INFO STEP 400 (remove_files) COMPLETE
52332024-09-23T16:19:25.213Z[ recovery-image] Sep 23 16:19:23.995 INFO O| Sep 23 16:19:23.995 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-09-23T16:19:25.222Z[ recovery-image] Sep 23 16:19:24.005 INFO O| Sep 23 16:19:24.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52352024-09-23T16:19:25.222Z[ recovery-image] Sep 23 16:19:24.005 INFO O| Sep 23 16:19:24.005 INFO STEP 401 (remove_files) COMPLETE
52362024-09-23T16:19:25.222Z[ recovery-image] Sep 23 16:19:24.006 INFO O| Sep 23 16:19:24.005 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-09-23T16:19:25.232Z[ recovery-image] Sep 23 16:19:24.015 INFO O| Sep 23 16:19:24.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52382024-09-23T16:19:25.232Z[ recovery-image] Sep 23 16:19:24.016 INFO O| Sep 23 16:19:24.015 INFO STEP 402 (remove_files) COMPLETE
52392024-09-23T16:19:25.234Z[ recovery-image] Sep 23 16:19:24.016 INFO O| Sep 23 16:19:24.016 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-09-23T16:19:25.242Z[ recovery-image] Sep 23 16:19:24.026 INFO O| Sep 23 16:19:24.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52412024-09-23T16:19:25.242Z[ recovery-image] Sep 23 16:19:24.026 INFO O| Sep 23 16:19:24.026 INFO STEP 403 (remove_files) COMPLETE
52422024-09-23T16:19:25.244Z[ recovery-image] Sep 23 16:19:24.026 INFO O| Sep 23 16:19:24.026 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-09-23T16:19:25.252Z[ recovery-image] Sep 23 16:19:24.036 INFO O| Sep 23 16:19:24.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52442024-09-23T16:19:25.254Z[ recovery-image] Sep 23 16:19:24.037 INFO O| Sep 23 16:19:24.037 INFO STEP 404 (remove_files) COMPLETE
52452024-09-23T16:19:25.254Z[ recovery-image] Sep 23 16:19:24.037 INFO O| Sep 23 16:19:24.037 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-09-23T16:19:25.263Z[ recovery-image] Sep 23 16:19:24.047 INFO O| Sep 23 16:19:24.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52472024-09-23T16:19:25.266Z[ recovery-image] Sep 23 16:19:24.048 INFO O| Sep 23 16:19:24.048 INFO STEP 405 (remove_files) COMPLETE
52482024-09-23T16:19:25.266Z[ recovery-image] Sep 23 16:19:24.048 INFO O| Sep 23 16:19:24.048 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-09-23T16:19:25.274Z[ recovery-image] Sep 23 16:19:24.058 INFO O| Sep 23 16:19:24.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52502024-09-23T16:19:25.274Z[ recovery-image] Sep 23 16:19:24.058 INFO O| Sep 23 16:19:24.058 INFO STEP 406 (remove_files) COMPLETE
52512024-09-23T16:19:25.274Z[ recovery-image] Sep 23 16:19:24.058 INFO O| Sep 23 16:19:24.058 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-09-23T16:19:25.286Z[ recovery-image] Sep 23 16:19:24.068 INFO O| Sep 23 16:19:24.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52532024-09-23T16:19:25.286Z[ recovery-image] Sep 23 16:19:24.068 INFO O| Sep 23 16:19:24.068 INFO STEP 407 (remove_files) COMPLETE
52542024-09-23T16:19:25.289Z[ recovery-image] Sep 23 16:19:24.068 INFO O| Sep 23 16:19:24.068 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-09-23T16:19:25.294Z[ recovery-image] Sep 23 16:19:24.078 INFO O| Sep 23 16:19:24.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52562024-09-23T16:19:25.296Z[ recovery-image] Sep 23 16:19:24.078 INFO O| Sep 23 16:19:24.078 INFO STEP 408 (remove_files) COMPLETE
52572024-09-23T16:19:25.296Z[ recovery-image] Sep 23 16:19:24.078 INFO O| Sep 23 16:19:24.078 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-09-23T16:19:25.304Z[ recovery-image] Sep 23 16:19:24.088 INFO O| Sep 23 16:19:24.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52592024-09-23T16:19:25.307Z[ recovery-image] Sep 23 16:19:24.088 INFO O| Sep 23 16:19:24.088 INFO STEP 409 (remove_files) COMPLETE
52602024-09-23T16:19:25.307Z[ recovery-image] Sep 23 16:19:24.088 INFO O| Sep 23 16:19:24.088 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-09-23T16:19:25.314Z[ recovery-image] Sep 23 16:19:24.098 INFO O| Sep 23 16:19:24.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52622024-09-23T16:19:25.314Z[ recovery-image] Sep 23 16:19:24.098 INFO O| Sep 23 16:19:24.098 INFO STEP 410 (remove_files) COMPLETE
52632024-09-23T16:19:25.314Z[ recovery-image] Sep 23 16:19:24.098 INFO O| Sep 23 16:19:24.098 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-09-23T16:19:25.323Z[ recovery-image] Sep 23 16:19:24.107 INFO O| Sep 23 16:19:24.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52652024-09-23T16:19:25.323Z[ recovery-image] Sep 23 16:19:24.107 INFO O| Sep 23 16:19:24.107 INFO STEP 411 (remove_files) COMPLETE
52662024-09-23T16:19:25.323Z[ recovery-image] Sep 23 16:19:24.107 INFO O| Sep 23 16:19:24.107 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-09-23T16:19:25.333Z[ recovery-image] Sep 23 16:19:24.117 INFO O| Sep 23 16:19:24.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52682024-09-23T16:19:25.333Z[ recovery-image] Sep 23 16:19:24.117 INFO O| Sep 23 16:19:24.117 INFO STEP 412 (remove_files) COMPLETE
52692024-09-23T16:19:25.333Z[ recovery-image] Sep 23 16:19:24.117 INFO O| Sep 23 16:19:24.117 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-09-23T16:19:25.342Z[ recovery-image] Sep 23 16:19:24.126 INFO O| Sep 23 16:19:24.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52712024-09-23T16:19:25.343Z[ recovery-image] Sep 23 16:19:24.126 INFO O| Sep 23 16:19:24.126 INFO STEP 413 (remove_files) COMPLETE
52722024-09-23T16:19:25.343Z[ recovery-image] Sep 23 16:19:24.126 INFO O| Sep 23 16:19:24.126 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-09-23T16:19:25.352Z[ recovery-image] Sep 23 16:19:24.136 INFO O| Sep 23 16:19:24.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52742024-09-23T16:19:25.352Z[ recovery-image] Sep 23 16:19:24.136 INFO O| Sep 23 16:19:24.136 INFO STEP 414 (remove_files) COMPLETE
52752024-09-23T16:19:25.352Z[ recovery-image] Sep 23 16:19:24.136 INFO O| Sep 23 16:19:24.136 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-09-23T16:19:25.362Z[ recovery-image] Sep 23 16:19:24.146 INFO O| Sep 23 16:19:24.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52772024-09-23T16:19:25.362Z[ recovery-image] Sep 23 16:19:24.146 INFO O| Sep 23 16:19:24.146 INFO STEP 415 (remove_files) COMPLETE
52782024-09-23T16:19:25.364Z[ recovery-image] Sep 23 16:19:24.146 INFO O| Sep 23 16:19:24.146 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-09-23T16:19:25.372Z[ recovery-image] Sep 23 16:19:24.156 INFO O| Sep 23 16:19:24.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52802024-09-23T16:19:25.374Z[ recovery-image] Sep 23 16:19:24.156 INFO O| Sep 23 16:19:24.156 INFO STEP 416 (remove_files) COMPLETE
52812024-09-23T16:19:25.374Z[ recovery-image] Sep 23 16:19:24.156 INFO O| Sep 23 16:19:24.156 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-09-23T16:19:25.381Z[ recovery-image] Sep 23 16:19:24.165 INFO O| Sep 23 16:19:24.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52832024-09-23T16:19:25.384Z[ recovery-image] Sep 23 16:19:24.166 INFO O| Sep 23 16:19:24.166 INFO STEP 417 (remove_files) COMPLETE
52842024-09-23T16:19:25.384Z[ recovery-image] Sep 23 16:19:24.166 INFO O| Sep 23 16:19:24.166 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-09-23T16:19:25.391Z[ recovery-image] Sep 23 16:19:24.175 INFO O| Sep 23 16:19:24.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52862024-09-23T16:19:25.393Z[ recovery-image] Sep 23 16:19:24.175 INFO O| Sep 23 16:19:24.175 INFO STEP 418 (remove_files) COMPLETE
52872024-09-23T16:19:25.393Z[ recovery-image] Sep 23 16:19:24.175 INFO O| Sep 23 16:19:24.175 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-09-23T16:19:25.396Z[ host-image] Sep 23 16:19:24.179 INFO O| Sep 23 16:19:24.179 INFO O| Done
52892024-09-23T16:19:25.396Z[ host-image] Sep 23 16:19:24.179 INFO O| Sep 23 16:19:24.179 INFO O| Done
52902024-09-23T16:19:25.401Z[ recovery-image] Sep 23 16:19:24.185 INFO O| Sep 23 16:19:24.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52912024-09-23T16:19:25.403Z[ recovery-image] Sep 23 16:19:24.185 INFO O| Sep 23 16:19:24.185 INFO STEP 419 (remove_files) COMPLETE
52922024-09-23T16:19:25.403Z[ recovery-image] Sep 23 16:19:24.185 INFO O| Sep 23 16:19:24.185 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-09-23T16:19:25.410Z[ recovery-image] Sep 23 16:19:24.194 INFO O| Sep 23 16:19:24.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52942024-09-23T16:19:25.417Z[ recovery-image] Sep 23 16:19:24.194 INFO O| Sep 23 16:19:24.194 INFO STEP 420 (remove_files) COMPLETE
52952024-09-23T16:19:25.417Z[ recovery-image] Sep 23 16:19:24.194 INFO O| Sep 23 16:19:24.194 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-09-23T16:19:25.420Z[ recovery-image] Sep 23 16:19:24.204 INFO O| Sep 23 16:19:24.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52972024-09-23T16:19:25.436Z[ recovery-image] Sep 23 16:19:24.204 INFO O| Sep 23 16:19:24.204 INFO STEP 421 (remove_files) COMPLETE
52982024-09-23T16:19:25.436Z[ recovery-image] Sep 23 16:19:24.204 INFO O| Sep 23 16:19:24.204 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-09-23T16:19:25.436Z[ recovery-image] Sep 23 16:19:24.213 INFO O| Sep 23 16:19:24.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53002024-09-23T16:19:25.436Z[ recovery-image] Sep 23 16:19:24.213 INFO O| Sep 23 16:19:24.213 INFO STEP 422 (remove_files) COMPLETE
53012024-09-23T16:19:25.436Z[ recovery-image] Sep 23 16:19:24.213 INFO O| Sep 23 16:19:24.213 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-09-23T16:19:25.448Z[ recovery-image] Sep 23 16:19:24.223 INFO O| Sep 23 16:19:24.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53032024-09-23T16:19:25.448Z[ recovery-image] Sep 23 16:19:24.223 INFO O| Sep 23 16:19:24.223 INFO STEP 423 (remove_files) COMPLETE
53042024-09-23T16:19:25.452Z[ recovery-image] Sep 23 16:19:24.223 INFO O| Sep 23 16:19:24.223 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-09-23T16:19:25.452Z[ recovery-image] Sep 23 16:19:24.232 INFO O| Sep 23 16:19:24.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53062024-09-23T16:19:25.452Z[ recovery-image] Sep 23 16:19:24.233 INFO O| Sep 23 16:19:24.233 INFO STEP 424 (remove_files) COMPLETE
53072024-09-23T16:19:25.452Z[ recovery-image] Sep 23 16:19:24.233 INFO O| Sep 23 16:19:24.233 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-09-23T16:19:25.459Z[ recovery-image] Sep 23 16:19:24.242 INFO O| Sep 23 16:19:24.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53092024-09-23T16:19:25.459Z[ recovery-image] Sep 23 16:19:24.242 INFO O| Sep 23 16:19:24.242 INFO STEP 425 (remove_files) COMPLETE
53102024-09-23T16:19:25.459Z[ recovery-image] Sep 23 16:19:24.242 INFO O| Sep 23 16:19:24.242 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-09-23T16:19:25.468Z[ recovery-image] Sep 23 16:19:24.251 INFO O| Sep 23 16:19:24.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53122024-09-23T16:19:25.468Z[ recovery-image] Sep 23 16:19:24.252 INFO O| Sep 23 16:19:24.252 INFO STEP 426 (remove_files) COMPLETE
53132024-09-23T16:19:25.471Z[ recovery-image] Sep 23 16:19:24.252 INFO O| Sep 23 16:19:24.252 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-09-23T16:19:25.477Z[ recovery-image] Sep 23 16:19:24.261 INFO O| Sep 23 16:19:24.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53152024-09-23T16:19:25.477Z[ recovery-image] Sep 23 16:19:24.261 INFO O| Sep 23 16:19:24.261 INFO STEP 427 (remove_files) COMPLETE
53162024-09-23T16:19:25.479Z[ recovery-image] Sep 23 16:19:24.261 INFO O| Sep 23 16:19:24.261 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-09-23T16:19:25.486Z[ recovery-image] Sep 23 16:19:24.270 INFO O| Sep 23 16:19:24.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53182024-09-23T16:19:25.486Z[ recovery-image] Sep 23 16:19:24.270 INFO O| Sep 23 16:19:24.270 INFO STEP 428 (remove_files) COMPLETE
53192024-09-23T16:19:25.486Z[ recovery-image] Sep 23 16:19:24.270 INFO O| Sep 23 16:19:24.270 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-09-23T16:19:25.495Z[ recovery-image] Sep 23 16:19:24.279 INFO O| Sep 23 16:19:24.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53212024-09-23T16:19:25.495Z[ recovery-image] Sep 23 16:19:24.279 INFO O| Sep 23 16:19:24.279 INFO STEP 429 (remove_files) COMPLETE
53222024-09-23T16:19:25.495Z[ recovery-image] Sep 23 16:19:24.279 INFO O| Sep 23 16:19:24.279 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-09-23T16:19:25.504Z[ recovery-image] Sep 23 16:19:24.288 INFO O| Sep 23 16:19:24.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53242024-09-23T16:19:25.504Z[ recovery-image] Sep 23 16:19:24.288 INFO O| Sep 23 16:19:24.288 INFO STEP 430 (remove_files) COMPLETE
53252024-09-23T16:19:25.504Z[ recovery-image] Sep 23 16:19:24.288 INFO O| Sep 23 16:19:24.288 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-09-23T16:19:25.513Z[ recovery-image] Sep 23 16:19:24.297 INFO O| Sep 23 16:19:24.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53272024-09-23T16:19:25.513Z[ recovery-image] Sep 23 16:19:24.297 INFO O| Sep 23 16:19:24.297 INFO STEP 431 (remove_files) COMPLETE
53282024-09-23T16:19:25.513Z[ recovery-image] Sep 23 16:19:24.297 INFO O| Sep 23 16:19:24.297 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-09-23T16:19:25.523Z[ recovery-image] Sep 23 16:19:24.306 INFO O| Sep 23 16:19:24.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53302024-09-23T16:19:25.523Z[ recovery-image] Sep 23 16:19:24.307 INFO O| Sep 23 16:19:24.306 INFO STEP 432 (remove_files) COMPLETE
53312024-09-23T16:19:25.525Z[ recovery-image] Sep 23 16:19:24.307 INFO O| Sep 23 16:19:24.307 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-09-23T16:19:25.532Z[ recovery-image] Sep 23 16:19:24.316 INFO O| Sep 23 16:19:24.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53332024-09-23T16:19:25.532Z[ recovery-image] Sep 23 16:19:24.316 INFO O| Sep 23 16:19:24.316 INFO STEP 433 (remove_files) COMPLETE
53342024-09-23T16:19:25.535Z[ recovery-image] Sep 23 16:19:24.316 INFO O| Sep 23 16:19:24.316 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-09-23T16:19:25.541Z[ recovery-image] Sep 23 16:19:24.325 INFO O| Sep 23 16:19:24.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53362024-09-23T16:19:25.541Z[ recovery-image] Sep 23 16:19:24.325 INFO O| Sep 23 16:19:24.325 INFO STEP 434 (remove_files) COMPLETE
53372024-09-23T16:19:25.544Z[ recovery-image] Sep 23 16:19:24.325 INFO O| Sep 23 16:19:24.325 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-09-23T16:19:25.550Z[ recovery-image] Sep 23 16:19:24.334 INFO O| Sep 23 16:19:24.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53392024-09-23T16:19:25.552Z[ recovery-image] Sep 23 16:19:24.334 INFO O| Sep 23 16:19:24.334 INFO STEP 435 (remove_files) COMPLETE
53402024-09-23T16:19:25.552Z[ recovery-image] Sep 23 16:19:24.334 INFO O| Sep 23 16:19:24.334 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-09-23T16:19:25.559Z[ recovery-image] Sep 23 16:19:24.343 INFO O| Sep 23 16:19:24.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53422024-09-23T16:19:25.559Z[ recovery-image] Sep 23 16:19:24.343 INFO O| Sep 23 16:19:24.343 INFO STEP 436 (remove_files) COMPLETE
53432024-09-23T16:19:25.559Z[ recovery-image] Sep 23 16:19:24.343 INFO O| Sep 23 16:19:24.343 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-09-23T16:19:25.568Z[ recovery-image] Sep 23 16:19:24.352 INFO O| Sep 23 16:19:24.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53452024-09-23T16:19:25.568Z[ recovery-image] Sep 23 16:19:24.352 INFO O| Sep 23 16:19:24.352 INFO STEP 437 (remove_files) COMPLETE
53462024-09-23T16:19:25.568Z[ recovery-image] Sep 23 16:19:24.352 INFO O| Sep 23 16:19:24.352 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-09-23T16:19:25.577Z[ recovery-image] Sep 23 16:19:24.361 INFO O| Sep 23 16:19:24.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53482024-09-23T16:19:25.577Z[ recovery-image] Sep 23 16:19:24.361 INFO O| Sep 23 16:19:24.361 INFO STEP 438 (remove_files) COMPLETE
53492024-09-23T16:19:25.580Z[ recovery-image] Sep 23 16:19:24.361 INFO O| Sep 23 16:19:24.361 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-09-23T16:19:25.587Z[ recovery-image] Sep 23 16:19:24.371 INFO O| Sep 23 16:19:24.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53512024-09-23T16:19:25.587Z[ recovery-image] Sep 23 16:19:24.371 INFO O| Sep 23 16:19:24.371 INFO STEP 439 (remove_files) COMPLETE
53522024-09-23T16:19:25.589Z[ recovery-image] Sep 23 16:19:24.371 INFO O| Sep 23 16:19:24.371 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-09-23T16:19:25.596Z[ recovery-image] Sep 23 16:19:24.380 INFO O| Sep 23 16:19:24.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53542024-09-23T16:19:25.596Z[ recovery-image] Sep 23 16:19:24.380 INFO O| Sep 23 16:19:24.380 INFO STEP 440 (remove_files) COMPLETE
53552024-09-23T16:19:25.598Z[ recovery-image] Sep 23 16:19:24.380 INFO O| Sep 23 16:19:24.380 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-09-23T16:19:25.605Z[ recovery-image] Sep 23 16:19:24.389 INFO O| Sep 23 16:19:24.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53572024-09-23T16:19:25.605Z[ recovery-image] Sep 23 16:19:24.389 INFO O| Sep 23 16:19:24.389 INFO STEP 441 (remove_files) COMPLETE
53582024-09-23T16:19:25.608Z[ recovery-image] Sep 23 16:19:24.389 INFO O| Sep 23 16:19:24.389 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-09-23T16:19:25.614Z[ recovery-image] Sep 23 16:19:24.398 INFO O| Sep 23 16:19:24.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53602024-09-23T16:19:25.617Z[ recovery-image] Sep 23 16:19:24.398 INFO O| Sep 23 16:19:24.398 INFO STEP 442 (remove_files) COMPLETE
53612024-09-23T16:19:25.617Z[ recovery-image] Sep 23 16:19:24.398 INFO O| Sep 23 16:19:24.398 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-09-23T16:19:25.623Z[ recovery-image] Sep 23 16:19:24.407 INFO O| Sep 23 16:19:24.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53632024-09-23T16:19:25.626Z[ recovery-image] Sep 23 16:19:24.408 INFO O| Sep 23 16:19:24.407 INFO STEP 443 (remove_files) COMPLETE
53642024-09-23T16:19:25.626Z[ recovery-image] Sep 23 16:19:24.408 INFO O| Sep 23 16:19:24.408 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-09-23T16:19:25.633Z[ recovery-image] Sep 23 16:19:24.417 INFO O| Sep 23 16:19:24.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53662024-09-23T16:19:25.635Z[ recovery-image] Sep 23 16:19:24.417 INFO O| Sep 23 16:19:24.417 INFO STEP 444 (remove_files) COMPLETE
53672024-09-23T16:19:25.635Z[ recovery-image] Sep 23 16:19:24.417 INFO O| Sep 23 16:19:24.417 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-09-23T16:19:25.642Z[ recovery-image] Sep 23 16:19:24.426 INFO O| Sep 23 16:19:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53692024-09-23T16:19:25.642Z[ recovery-image] Sep 23 16:19:24.426 INFO O| Sep 23 16:19:24.426 INFO STEP 445 (remove_files) COMPLETE
53702024-09-23T16:19:25.645Z[ recovery-image] Sep 23 16:19:24.426 INFO O| Sep 23 16:19:24.426 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-09-23T16:19:25.651Z[ recovery-image] Sep 23 16:19:24.435 INFO O| Sep 23 16:19:24.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53722024-09-23T16:19:25.651Z[ recovery-image] Sep 23 16:19:24.435 INFO O| Sep 23 16:19:24.435 INFO STEP 446 (remove_files) COMPLETE
53732024-09-23T16:19:25.654Z[ recovery-image] Sep 23 16:19:24.435 INFO O| Sep 23 16:19:24.435 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-09-23T16:19:25.660Z[ recovery-image] Sep 23 16:19:24.444 INFO O| Sep 23 16:19:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53752024-09-23T16:19:25.660Z[ recovery-image] Sep 23 16:19:24.444 INFO O| Sep 23 16:19:24.444 INFO STEP 447 (remove_files) COMPLETE
53762024-09-23T16:19:25.660Z[ recovery-image] Sep 23 16:19:24.444 INFO O| Sep 23 16:19:24.444 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-09-23T16:19:25.670Z[ recovery-image] Sep 23 16:19:24.454 INFO O| Sep 23 16:19:24.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53782024-09-23T16:19:25.670Z[ recovery-image] Sep 23 16:19:24.454 INFO O| Sep 23 16:19:24.454 INFO STEP 448 (remove_files) COMPLETE
53792024-09-23T16:19:25.672Z[ recovery-image] Sep 23 16:19:24.454 INFO O| Sep 23 16:19:24.454 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-09-23T16:19:25.679Z[ recovery-image] Sep 23 16:19:24.463 INFO O| Sep 23 16:19:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53812024-09-23T16:19:25.679Z[ recovery-image] Sep 23 16:19:24.463 INFO O| Sep 23 16:19:24.463 INFO STEP 449 (remove_files) COMPLETE
53822024-09-23T16:19:25.682Z[ recovery-image] Sep 23 16:19:24.463 INFO O| Sep 23 16:19:24.463 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-09-23T16:19:25.688Z[ recovery-image] Sep 23 16:19:24.472 INFO O| Sep 23 16:19:24.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53842024-09-23T16:19:25.688Z[ recovery-image] Sep 23 16:19:24.472 INFO O| Sep 23 16:19:24.472 INFO STEP 450 (remove_files) COMPLETE
53852024-09-23T16:19:25.691Z[ recovery-image] Sep 23 16:19:24.472 INFO O| Sep 23 16:19:24.472 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-09-23T16:19:25.697Z[ recovery-image] Sep 23 16:19:24.481 INFO O| Sep 23 16:19:24.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53872024-09-23T16:19:25.697Z[ recovery-image] Sep 23 16:19:24.481 INFO O| Sep 23 16:19:24.481 INFO STEP 451 (remove_files) COMPLETE
53882024-09-23T16:19:25.710Z[ recovery-image] Sep 23 16:19:24.481 INFO O| Sep 23 16:19:24.481 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-09-23T16:19:25.710Z[ recovery-image] Sep 23 16:19:24.490 INFO O| Sep 23 16:19:24.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53902024-09-23T16:19:25.710Z[ recovery-image] Sep 23 16:19:24.490 INFO O| Sep 23 16:19:24.490 INFO STEP 452 (remove_files) COMPLETE
53912024-09-23T16:19:25.710Z[ recovery-image] Sep 23 16:19:24.490 INFO O| Sep 23 16:19:24.490 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-09-23T16:19:25.716Z[ recovery-image] Sep 23 16:19:24.500 INFO O| Sep 23 16:19:24.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53932024-09-23T16:19:25.716Z[ recovery-image] Sep 23 16:19:24.500 INFO O| Sep 23 16:19:24.500 INFO STEP 453 (remove_files) COMPLETE
53942024-09-23T16:19:25.716Z[ recovery-image] Sep 23 16:19:24.500 INFO O| Sep 23 16:19:24.500 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-09-23T16:19:25.725Z[ recovery-image] Sep 23 16:19:24.509 INFO O| Sep 23 16:19:24.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53962024-09-23T16:19:25.725Z[ recovery-image] Sep 23 16:19:24.509 INFO O| Sep 23 16:19:24.509 INFO STEP 454 (remove_files) COMPLETE
53972024-09-23T16:19:25.725Z[ recovery-image] Sep 23 16:19:24.509 INFO O| Sep 23 16:19:24.509 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-09-23T16:19:25.734Z[ recovery-image] Sep 23 16:19:24.518 INFO O| Sep 23 16:19:24.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53992024-09-23T16:19:25.734Z[ recovery-image] Sep 23 16:19:24.518 INFO O| Sep 23 16:19:24.518 INFO STEP 455 (remove_files) COMPLETE
54002024-09-23T16:19:25.737Z[ recovery-image] Sep 23 16:19:24.518 INFO O| Sep 23 16:19:24.518 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-09-23T16:19:25.744Z[ recovery-image] Sep 23 16:19:24.527 INFO O| Sep 23 16:19:24.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54022024-09-23T16:19:25.744Z[ recovery-image] Sep 23 16:19:24.527 INFO O| Sep 23 16:19:24.527 INFO STEP 456 (remove_files) COMPLETE
54032024-09-23T16:19:25.746Z[ recovery-image] Sep 23 16:19:24.527 INFO O| Sep 23 16:19:24.527 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-09-23T16:19:25.753Z[ recovery-image] Sep 23 16:19:24.536 INFO O| Sep 23 16:19:24.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54052024-09-23T16:19:25.755Z[ recovery-image] Sep 23 16:19:24.536 INFO O| Sep 23 16:19:24.536 INFO STEP 457 (remove_files) COMPLETE
54062024-09-23T16:19:25.755Z[ recovery-image] Sep 23 16:19:24.537 INFO O| Sep 23 16:19:24.536 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-09-23T16:19:25.762Z[ recovery-image] Sep 23 16:19:24.546 INFO O| Sep 23 16:19:24.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54082024-09-23T16:19:25.762Z[ recovery-image] Sep 23 16:19:24.546 INFO O| Sep 23 16:19:24.546 INFO STEP 458 (remove_files) COMPLETE
54092024-09-23T16:19:25.765Z[ recovery-image] Sep 23 16:19:24.546 INFO O| Sep 23 16:19:24.546 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-09-23T16:19:25.771Z[ recovery-image] Sep 23 16:19:24.555 INFO O| Sep 23 16:19:24.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54112024-09-23T16:19:25.771Z[ recovery-image] Sep 23 16:19:24.555 INFO O| Sep 23 16:19:24.555 INFO STEP 459 (remove_files) COMPLETE
54122024-09-23T16:19:25.774Z[ recovery-image] Sep 23 16:19:24.555 INFO O| Sep 23 16:19:24.555 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-09-23T16:19:25.780Z[ recovery-image] Sep 23 16:19:24.564 INFO O| Sep 23 16:19:24.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54142024-09-23T16:19:25.780Z[ recovery-image] Sep 23 16:19:24.564 INFO O| Sep 23 16:19:24.564 INFO STEP 460 (remove_files) COMPLETE
54152024-09-23T16:19:25.783Z[ recovery-image] Sep 23 16:19:24.564 INFO O| Sep 23 16:19:24.564 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-09-23T16:19:25.789Z[ recovery-image] Sep 23 16:19:24.573 INFO O| Sep 23 16:19:24.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54172024-09-23T16:19:25.789Z[ recovery-image] Sep 23 16:19:24.573 INFO O| Sep 23 16:19:24.573 INFO STEP 461 (remove_files) COMPLETE
54182024-09-23T16:19:25.792Z[ recovery-image] Sep 23 16:19:24.573 INFO O| Sep 23 16:19:24.573 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-09-23T16:19:25.798Z[ recovery-image] Sep 23 16:19:24.582 INFO O| Sep 23 16:19:24.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54202024-09-23T16:19:25.801Z[ recovery-image] Sep 23 16:19:24.582 INFO O| Sep 23 16:19:24.582 INFO STEP 462 (remove_files) COMPLETE
54212024-09-23T16:19:25.801Z[ recovery-image] Sep 23 16:19:24.582 INFO O| Sep 23 16:19:24.582 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-09-23T16:19:25.808Z[ recovery-image] Sep 23 16:19:24.592 INFO O| Sep 23 16:19:24.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54232024-09-23T16:19:25.810Z[ recovery-image] Sep 23 16:19:24.592 INFO O| Sep 23 16:19:24.592 INFO STEP 463 (remove_files) COMPLETE
54242024-09-23T16:19:25.810Z[ recovery-image] Sep 23 16:19:24.592 INFO O| Sep 23 16:19:24.592 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-09-23T16:19:25.817Z[ recovery-image] Sep 23 16:19:24.601 INFO O| Sep 23 16:19:24.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54262024-09-23T16:19:25.817Z[ recovery-image] Sep 23 16:19:24.601 INFO O| Sep 23 16:19:24.601 INFO STEP 464 (remove_files) COMPLETE
54272024-09-23T16:19:25.820Z[ recovery-image] Sep 23 16:19:24.601 INFO O| Sep 23 16:19:24.601 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-09-23T16:19:25.826Z[ recovery-image] Sep 23 16:19:24.610 INFO O| Sep 23 16:19:24.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54292024-09-23T16:19:25.826Z[ recovery-image] Sep 23 16:19:24.610 INFO O| Sep 23 16:19:24.610 INFO STEP 465 (remove_files) COMPLETE
54302024-09-23T16:19:25.829Z[ recovery-image] Sep 23 16:19:24.610 INFO O| Sep 23 16:19:24.610 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-09-23T16:19:25.835Z[ recovery-image] Sep 23 16:19:24.619 INFO O| Sep 23 16:19:24.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54322024-09-23T16:19:25.835Z[ recovery-image] Sep 23 16:19:24.619 INFO O| Sep 23 16:19:24.619 INFO STEP 466 (remove_files) COMPLETE
54332024-09-23T16:19:25.838Z[ recovery-image] Sep 23 16:19:24.619 INFO O| Sep 23 16:19:24.619 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-09-23T16:19:25.844Z[ recovery-image] Sep 23 16:19:24.629 INFO O| Sep 23 16:19:24.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54352024-09-23T16:19:25.847Z[ recovery-image] Sep 23 16:19:24.629 INFO O| Sep 23 16:19:24.629 INFO STEP 467 (remove_files) COMPLETE
54362024-09-23T16:19:25.847Z[ recovery-image] Sep 23 16:19:24.629 INFO O| Sep 23 16:19:24.629 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-09-23T16:19:25.854Z[ recovery-image] Sep 23 16:19:24.638 INFO O| Sep 23 16:19:24.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54382024-09-23T16:19:25.856Z[ recovery-image] Sep 23 16:19:24.638 INFO O| Sep 23 16:19:24.638 INFO STEP 468 (remove_files) COMPLETE
54392024-09-23T16:19:25.856Z[ recovery-image] Sep 23 16:19:24.638 INFO O| Sep 23 16:19:24.638 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-09-23T16:19:25.863Z[ recovery-image] Sep 23 16:19:24.647 INFO O| Sep 23 16:19:24.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54412024-09-23T16:19:25.863Z[ recovery-image] Sep 23 16:19:24.647 INFO O| Sep 23 16:19:24.647 INFO STEP 469 (remove_files) COMPLETE
54422024-09-23T16:19:25.863Z[ recovery-image] Sep 23 16:19:24.647 INFO O| Sep 23 16:19:24.647 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-09-23T16:19:25.872Z[ recovery-image] Sep 23 16:19:24.656 INFO O| Sep 23 16:19:24.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54442024-09-23T16:19:25.872Z[ recovery-image] Sep 23 16:19:24.656 INFO O| Sep 23 16:19:24.656 INFO STEP 470 (remove_files) COMPLETE
54452024-09-23T16:19:25.872Z[ recovery-image] Sep 23 16:19:24.656 INFO O| Sep 23 16:19:24.656 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-09-23T16:19:25.882Z[ recovery-image] Sep 23 16:19:24.666 INFO O| Sep 23 16:19:24.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54472024-09-23T16:19:25.884Z[ recovery-image] Sep 23 16:19:24.666 INFO O| Sep 23 16:19:24.666 INFO STEP 471 (remove_files) COMPLETE
54482024-09-23T16:19:25.884Z[ recovery-image] Sep 23 16:19:24.666 INFO O| Sep 23 16:19:24.666 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-09-23T16:19:25.891Z[ recovery-image] Sep 23 16:19:24.675 INFO O| Sep 23 16:19:24.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54502024-09-23T16:19:25.893Z[ recovery-image] Sep 23 16:19:24.675 INFO O| Sep 23 16:19:24.675 INFO STEP 472 (remove_files) COMPLETE
54512024-09-23T16:19:25.893Z[ recovery-image] Sep 23 16:19:24.675 INFO O| Sep 23 16:19:24.675 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-09-23T16:19:25.900Z[ recovery-image] Sep 23 16:19:24.684 INFO O| Sep 23 16:19:24.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54532024-09-23T16:19:25.900Z[ recovery-image] Sep 23 16:19:24.684 INFO O| Sep 23 16:19:24.684 INFO STEP 473 (remove_files) COMPLETE
54542024-09-23T16:19:25.900Z[ recovery-image] Sep 23 16:19:24.684 INFO O| Sep 23 16:19:24.684 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-09-23T16:19:25.907Z[ host-image] Sep 23 16:19:24.691 INFO O| Sep 23 16:19:24.691 INFO O| Done
54562024-09-23T16:19:25.910Z[ recovery-image] Sep 23 16:19:24.693 INFO O| Sep 23 16:19:24.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54572024-09-23T16:19:25.910Z[ recovery-image] Sep 23 16:19:24.693 INFO O| Sep 23 16:19:24.693 INFO STEP 474 (remove_files) COMPLETE
54582024-09-23T16:19:25.910Z[ recovery-image] Sep 23 16:19:24.693 INFO O| Sep 23 16:19:24.693 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-09-23T16:19:25.919Z[ recovery-image] Sep 23 16:19:24.703 INFO O| Sep 23 16:19:24.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54602024-09-23T16:19:25.919Z[ recovery-image] Sep 23 16:19:24.703 INFO O| Sep 23 16:19:24.703 INFO STEP 475 (remove_files) COMPLETE
54612024-09-23T16:19:25.919Z[ recovery-image] Sep 23 16:19:24.703 INFO O| Sep 23 16:19:24.703 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-09-23T16:19:25.928Z[ recovery-image] Sep 23 16:19:24.712 INFO O| Sep 23 16:19:24.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54632024-09-23T16:19:25.928Z[ recovery-image] Sep 23 16:19:24.712 INFO O| Sep 23 16:19:24.712 INFO STEP 476 (remove_files) COMPLETE
54642024-09-23T16:19:25.931Z[ recovery-image] Sep 23 16:19:24.712 INFO O| Sep 23 16:19:24.712 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-09-23T16:19:25.938Z[ recovery-image] Sep 23 16:19:24.722 INFO O| Sep 23 16:19:24.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54662024-09-23T16:19:25.938Z[ recovery-image] Sep 23 16:19:24.722 INFO O| Sep 23 16:19:24.722 INFO STEP 477 (remove_files) COMPLETE
54672024-09-23T16:19:25.938Z[ recovery-image] Sep 23 16:19:24.722 INFO O| Sep 23 16:19:24.722 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-09-23T16:19:25.947Z[ recovery-image] Sep 23 16:19:24.731 INFO O| Sep 23 16:19:24.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54692024-09-23T16:19:25.947Z[ recovery-image] Sep 23 16:19:24.731 INFO O| Sep 23 16:19:24.731 INFO STEP 478 (remove_files) COMPLETE
54702024-09-23T16:19:25.951Z[ recovery-image] Sep 23 16:19:24.731 INFO O| Sep 23 16:19:24.731 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-09-23T16:19:25.957Z[ recovery-image] Sep 23 16:19:24.741 INFO O| Sep 23 16:19:24.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54722024-09-23T16:19:25.957Z[ recovery-image] Sep 23 16:19:24.741 INFO O| Sep 23 16:19:24.741 INFO STEP 479 (remove_files) COMPLETE
54732024-09-23T16:19:25.959Z[ recovery-image] Sep 23 16:19:24.741 INFO O| Sep 23 16:19:24.741 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-09-23T16:19:25.967Z[ recovery-image] Sep 23 16:19:24.751 INFO O| Sep 23 16:19:24.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54752024-09-23T16:19:25.967Z[ recovery-image] Sep 23 16:19:24.751 INFO O| Sep 23 16:19:24.751 INFO STEP 480 (remove_files) COMPLETE
54762024-09-23T16:19:25.967Z[ recovery-image] Sep 23 16:19:24.751 INFO O| Sep 23 16:19:24.751 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-09-23T16:19:25.976Z[ recovery-image] Sep 23 16:19:24.760 INFO O| Sep 23 16:19:24.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54782024-09-23T16:19:25.979Z[ recovery-image] Sep 23 16:19:24.760 INFO O| Sep 23 16:19:24.760 INFO STEP 481 (remove_files) COMPLETE
54792024-09-23T16:19:25.979Z[ recovery-image] Sep 23 16:19:24.760 INFO O| Sep 23 16:19:24.760 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-09-23T16:19:25.986Z[ recovery-image] Sep 23 16:19:24.770 INFO O| Sep 23 16:19:24.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54812024-09-23T16:19:25.988Z[ recovery-image] Sep 23 16:19:24.770 INFO O| Sep 23 16:19:24.770 INFO STEP 482 (remove_files) COMPLETE
54822024-09-23T16:19:25.988Z[ recovery-image] Sep 23 16:19:24.770 INFO O| Sep 23 16:19:24.770 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-09-23T16:19:25.995Z[ recovery-image] Sep 23 16:19:24.779 INFO O| Sep 23 16:19:24.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54842024-09-23T16:19:25.998Z[ recovery-image] Sep 23 16:19:24.779 INFO O| Sep 23 16:19:24.779 INFO STEP 483 (remove_files) COMPLETE
54852024-09-23T16:19:25.998Z[ recovery-image] Sep 23 16:19:24.779 INFO O| Sep 23 16:19:24.779 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-09-23T16:19:26.004Z[ recovery-image] Sep 23 16:19:24.788 INFO O| Sep 23 16:19:24.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54872024-09-23T16:19:26.004Z[ recovery-image] Sep 23 16:19:24.788 INFO O| Sep 23 16:19:24.788 INFO STEP 484 (remove_files) COMPLETE
54882024-09-23T16:19:26.007Z[ recovery-image] Sep 23 16:19:24.788 INFO O| Sep 23 16:19:24.788 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-09-23T16:19:26.014Z[ recovery-image] Sep 23 16:19:24.798 INFO O| Sep 23 16:19:24.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54902024-09-23T16:19:26.014Z[ recovery-image] Sep 23 16:19:24.798 INFO O| Sep 23 16:19:24.798 INFO STEP 485 (remove_files) COMPLETE
54912024-09-23T16:19:26.016Z[ recovery-image] Sep 23 16:19:24.798 INFO O| Sep 23 16:19:24.798 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-09-23T16:19:26.023Z[ recovery-image] Sep 23 16:19:24.807 INFO O| Sep 23 16:19:24.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54932024-09-23T16:19:26.025Z[ recovery-image] Sep 23 16:19:24.808 INFO O| Sep 23 16:19:24.808 INFO STEP 486 (remove_files) COMPLETE
54942024-09-23T16:19:26.025Z[ recovery-image] Sep 23 16:19:24.808 INFO O| Sep 23 16:19:24.808 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-09-23T16:19:26.033Z[ recovery-image] Sep 23 16:19:24.817 INFO O| Sep 23 16:19:24.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54962024-09-23T16:19:26.033Z[ recovery-image] Sep 23 16:19:24.817 INFO O| Sep 23 16:19:24.817 INFO STEP 487 (remove_files) COMPLETE
54972024-09-23T16:19:26.033Z[ recovery-image] Sep 23 16:19:24.817 INFO O| Sep 23 16:19:24.817 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-09-23T16:19:26.042Z[ recovery-image] Sep 23 16:19:24.826 INFO O| Sep 23 16:19:24.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54992024-09-23T16:19:26.042Z[ recovery-image] Sep 23 16:19:24.826 INFO O| Sep 23 16:19:24.826 INFO STEP 488 (remove_files) COMPLETE
55002024-09-23T16:19:26.046Z[ recovery-image] Sep 23 16:19:24.826 INFO O| Sep 23 16:19:24.826 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-09-23T16:19:26.052Z[ recovery-image] Sep 23 16:19:24.836 INFO O| Sep 23 16:19:24.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55022024-09-23T16:19:26.052Z[ recovery-image] Sep 23 16:19:24.836 INFO O| Sep 23 16:19:24.836 INFO STEP 489 (remove_files) COMPLETE
55032024-09-23T16:19:26.055Z[ recovery-image] Sep 23 16:19:24.836 INFO O| Sep 23 16:19:24.836 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-09-23T16:19:26.061Z[ recovery-image] Sep 23 16:19:24.845 INFO O| Sep 23 16:19:24.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55052024-09-23T16:19:26.064Z[ recovery-image] Sep 23 16:19:24.846 INFO O| Sep 23 16:19:24.846 INFO STEP 490 (remove_files) COMPLETE
55062024-09-23T16:19:26.064Z[ recovery-image] Sep 23 16:19:24.846 INFO O| Sep 23 16:19:24.846 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-09-23T16:19:26.071Z[ recovery-image] Sep 23 16:19:24.855 INFO O| Sep 23 16:19:24.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55082024-09-23T16:19:26.071Z[ recovery-image] Sep 23 16:19:24.855 INFO O| Sep 23 16:19:24.855 INFO STEP 491 (remove_files) COMPLETE
55092024-09-23T16:19:26.073Z[ recovery-image] Sep 23 16:19:24.855 INFO O| Sep 23 16:19:24.855 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-09-23T16:19:26.080Z[ recovery-image] Sep 23 16:19:24.864 INFO O| Sep 23 16:19:24.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55112024-09-23T16:19:26.082Z[ recovery-image] Sep 23 16:19:24.864 INFO O| Sep 23 16:19:24.864 INFO STEP 492 (remove_files) COMPLETE
55122024-09-23T16:19:26.082Z[ recovery-image] Sep 23 16:19:24.864 INFO O| Sep 23 16:19:24.864 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-09-23T16:19:26.090Z[ recovery-image] Sep 23 16:19:24.874 INFO O| Sep 23 16:19:24.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55142024-09-23T16:19:26.090Z[ recovery-image] Sep 23 16:19:24.874 INFO O| Sep 23 16:19:24.874 INFO STEP 493 (remove_files) COMPLETE
55152024-09-23T16:19:26.092Z[ recovery-image] Sep 23 16:19:24.874 INFO O| Sep 23 16:19:24.874 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-09-23T16:19:26.099Z[ recovery-image] Sep 23 16:19:24.883 INFO O| Sep 23 16:19:24.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55172024-09-23T16:19:26.101Z[ recovery-image] Sep 23 16:19:24.883 INFO O| Sep 23 16:19:24.883 INFO STEP 494 (remove_files) COMPLETE
55182024-09-23T16:19:26.101Z[ recovery-image] Sep 23 16:19:24.883 INFO O| Sep 23 16:19:24.883 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-09-23T16:19:26.108Z[ recovery-image] Sep 23 16:19:24.892 INFO O| Sep 23 16:19:24.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55202024-09-23T16:19:26.110Z[ recovery-image] Sep 23 16:19:24.893 INFO O| Sep 23 16:19:24.893 INFO STEP 495 (remove_files) COMPLETE
55212024-09-23T16:19:26.110Z[ recovery-image] Sep 23 16:19:24.893 INFO O| Sep 23 16:19:24.893 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-09-23T16:19:26.118Z[ recovery-image] Sep 23 16:19:24.902 INFO O| Sep 23 16:19:24.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55232024-09-23T16:19:26.119Z[ recovery-image] Sep 23 16:19:24.903 INFO O| Sep 23 16:19:24.903 INFO STEP 496 (remove_files) COMPLETE
55242024-09-23T16:19:26.119Z[ recovery-image] Sep 23 16:19:24.903 INFO O| Sep 23 16:19:24.903 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-09-23T16:19:26.128Z[ recovery-image] Sep 23 16:19:24.912 INFO O| Sep 23 16:19:24.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55262024-09-23T16:19:26.128Z[ recovery-image] Sep 23 16:19:24.912 INFO O| Sep 23 16:19:24.912 INFO STEP 497 (remove_files) COMPLETE
55272024-09-23T16:19:26.131Z[ recovery-image] Sep 23 16:19:24.912 INFO O| Sep 23 16:19:24.912 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-09-23T16:19:26.137Z[ recovery-image] Sep 23 16:19:24.921 INFO O| Sep 23 16:19:24.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55292024-09-23T16:19:26.137Z[ recovery-image] Sep 23 16:19:24.921 INFO O| Sep 23 16:19:24.921 INFO STEP 498 (remove_files) COMPLETE
55302024-09-23T16:19:26.139Z[ recovery-image] Sep 23 16:19:24.921 INFO O| Sep 23 16:19:24.921 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-09-23T16:19:26.147Z[ recovery-image] Sep 23 16:19:24.931 INFO O| Sep 23 16:19:24.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55322024-09-23T16:19:26.149Z[ recovery-image] Sep 23 16:19:24.931 INFO O| Sep 23 16:19:24.931 INFO STEP 499 (remove_files) COMPLETE
55332024-09-23T16:19:26.149Z[ recovery-image] Sep 23 16:19:24.931 INFO O| Sep 23 16:19:24.931 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-09-23T16:19:26.156Z[ recovery-image] Sep 23 16:19:24.940 INFO O| Sep 23 16:19:24.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55352024-09-23T16:19:26.156Z[ recovery-image] Sep 23 16:19:24.940 INFO O| Sep 23 16:19:24.940 INFO STEP 500 (remove_files) COMPLETE
55362024-09-23T16:19:26.158Z[ recovery-image] Sep 23 16:19:24.940 INFO O| Sep 23 16:19:24.940 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-09-23T16:19:26.165Z[ recovery-image] Sep 23 16:19:24.949 INFO O| Sep 23 16:19:24.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55382024-09-23T16:19:26.165Z[ recovery-image] Sep 23 16:19:24.949 INFO O| Sep 23 16:19:24.949 INFO STEP 501 (remove_files) COMPLETE
55392024-09-23T16:19:26.168Z[ recovery-image] Sep 23 16:19:24.949 INFO O| Sep 23 16:19:24.949 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-09-23T16:19:26.175Z[ recovery-image] Sep 23 16:19:24.959 INFO O| Sep 23 16:19:24.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55412024-09-23T16:19:26.175Z[ recovery-image] Sep 23 16:19:24.959 INFO O| Sep 23 16:19:24.959 INFO STEP 502 (remove_files) COMPLETE
55422024-09-23T16:19:26.177Z[ recovery-image] Sep 23 16:19:24.959 INFO O| Sep 23 16:19:24.959 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-09-23T16:19:26.186Z[ recovery-image] Sep 23 16:19:24.968 INFO O| Sep 23 16:19:24.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55442024-09-23T16:19:26.186Z[ recovery-image] Sep 23 16:19:24.969 INFO O| Sep 23 16:19:24.969 INFO STEP 503 (remove_files) COMPLETE
55452024-09-23T16:19:26.186Z[ recovery-image] Sep 23 16:19:24.969 INFO O| Sep 23 16:19:24.969 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-09-23T16:19:26.194Z[ recovery-image] Sep 23 16:19:24.978 INFO O| Sep 23 16:19:24.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55472024-09-23T16:19:26.196Z[ recovery-image] Sep 23 16:19:24.978 INFO O| Sep 23 16:19:24.978 INFO STEP 504 (remove_files) COMPLETE
55482024-09-23T16:19:26.196Z[ recovery-image] Sep 23 16:19:24.978 INFO O| Sep 23 16:19:24.978 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-09-23T16:19:26.204Z[ recovery-image] Sep 23 16:19:24.987 INFO O| Sep 23 16:19:24.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55502024-09-23T16:19:26.205Z[ recovery-image] Sep 23 16:19:24.988 INFO O| Sep 23 16:19:24.988 INFO STEP 505 (remove_files) COMPLETE
55512024-09-23T16:19:26.205Z[ recovery-image] Sep 23 16:19:24.988 INFO O| Sep 23 16:19:24.988 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-09-23T16:19:26.213Z[ recovery-image] Sep 23 16:19:24.997 INFO O| Sep 23 16:19:24.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55532024-09-23T16:19:26.215Z[ recovery-image] Sep 23 16:19:24.998 INFO O| Sep 23 16:19:24.998 INFO STEP 506 (remove_files) COMPLETE
55542024-09-23T16:19:26.215Z[ recovery-image] Sep 23 16:19:24.998 INFO O| Sep 23 16:19:24.998 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-09-23T16:19:26.224Z[ recovery-image] Sep 23 16:19:25.008 INFO O| Sep 23 16:19:25.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55562024-09-23T16:19:26.224Z[ recovery-image] Sep 23 16:19:25.008 INFO O| Sep 23 16:19:25.008 INFO STEP 507 (remove_files) COMPLETE
55572024-09-23T16:19:26.224Z[ recovery-image] Sep 23 16:19:25.008 INFO O| Sep 23 16:19:25.008 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-09-23T16:19:26.233Z[ recovery-image] Sep 23 16:19:25.017 INFO O| Sep 23 16:19:25.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55592024-09-23T16:19:26.233Z[ recovery-image] Sep 23 16:19:25.017 INFO O| Sep 23 16:19:25.017 INFO STEP 508 (remove_files) COMPLETE
55602024-09-23T16:19:26.233Z[ recovery-image] Sep 23 16:19:25.017 INFO O| Sep 23 16:19:25.017 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-09-23T16:19:26.242Z[ recovery-image] Sep 23 16:19:25.026 INFO O| Sep 23 16:19:25.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55622024-09-23T16:19:26.242Z[ recovery-image] Sep 23 16:19:25.027 INFO O| Sep 23 16:19:25.026 INFO STEP 509 (remove_files) COMPLETE
55632024-09-23T16:19:26.245Z[ recovery-image] Sep 23 16:19:25.027 INFO O| Sep 23 16:19:25.027 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-09-23T16:19:26.252Z[ recovery-image] Sep 23 16:19:25.036 INFO O| Sep 23 16:19:25.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55652024-09-23T16:19:26.252Z[ recovery-image] Sep 23 16:19:25.036 INFO O| Sep 23 16:19:25.036 INFO STEP 510 (remove_files) COMPLETE
55662024-09-23T16:19:26.254Z[ recovery-image] Sep 23 16:19:25.036 INFO O| Sep 23 16:19:25.036 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-09-23T16:19:26.261Z[ recovery-image] Sep 23 16:19:25.045 INFO O| Sep 23 16:19:25.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55682024-09-23T16:19:26.264Z[ recovery-image] Sep 23 16:19:25.045 INFO O| Sep 23 16:19:25.045 INFO STEP 511 (remove_files) COMPLETE
55692024-09-23T16:19:26.264Z[ recovery-image] Sep 23 16:19:25.045 INFO O| Sep 23 16:19:25.045 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-09-23T16:19:26.270Z[ recovery-image] Sep 23 16:19:25.054 INFO O| Sep 23 16:19:25.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55712024-09-23T16:19:26.270Z[ recovery-image] Sep 23 16:19:25.055 INFO O| Sep 23 16:19:25.055 INFO STEP 512 (remove_files) COMPLETE
55722024-09-23T16:19:26.273Z[ recovery-image] Sep 23 16:19:25.055 INFO O| Sep 23 16:19:25.055 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-09-23T16:19:26.280Z[ recovery-image] Sep 23 16:19:25.064 INFO O| Sep 23 16:19:25.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55742024-09-23T16:19:26.280Z[ recovery-image] Sep 23 16:19:25.064 INFO O| Sep 23 16:19:25.064 INFO STEP 513 (remove_files) COMPLETE
55752024-09-23T16:19:26.280Z[ recovery-image] Sep 23 16:19:25.064 INFO O| Sep 23 16:19:25.064 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-09-23T16:19:26.290Z[ recovery-image] Sep 23 16:19:25.074 INFO O| Sep 23 16:19:25.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55772024-09-23T16:19:26.293Z[ recovery-image] Sep 23 16:19:25.074 INFO O| Sep 23 16:19:25.074 INFO STEP 514 (remove_files) COMPLETE
55782024-09-23T16:19:26.293Z[ recovery-image] Sep 23 16:19:25.074 INFO O| Sep 23 16:19:25.074 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-09-23T16:19:26.300Z[ recovery-image] Sep 23 16:19:25.084 INFO O| Sep 23 16:19:25.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55802024-09-23T16:19:26.300Z[ recovery-image] Sep 23 16:19:25.084 INFO O| Sep 23 16:19:25.084 INFO STEP 515 (remove_files) COMPLETE
55812024-09-23T16:19:26.302Z[ recovery-image] Sep 23 16:19:25.084 INFO O| Sep 23 16:19:25.084 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-09-23T16:19:26.310Z[ recovery-image] Sep 23 16:19:25.094 INFO O| Sep 23 16:19:25.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55832024-09-23T16:19:26.310Z[ recovery-image] Sep 23 16:19:25.094 INFO O| Sep 23 16:19:25.094 INFO STEP 516 (remove_files) COMPLETE
55842024-09-23T16:19:26.310Z[ recovery-image] Sep 23 16:19:25.094 INFO O| Sep 23 16:19:25.094 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-09-23T16:19:26.320Z[ recovery-image] Sep 23 16:19:25.104 INFO O| Sep 23 16:19:25.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55862024-09-23T16:19:26.320Z[ recovery-image] Sep 23 16:19:25.104 INFO O| Sep 23 16:19:25.104 INFO STEP 517 (remove_files) COMPLETE
55872024-09-23T16:19:26.323Z[ recovery-image] Sep 23 16:19:25.104 INFO O| Sep 23 16:19:25.104 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-09-23T16:19:26.329Z[ recovery-image] Sep 23 16:19:25.113 INFO O| Sep 23 16:19:25.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55892024-09-23T16:19:26.329Z[ recovery-image] Sep 23 16:19:25.113 INFO O| Sep 23 16:19:25.113 INFO STEP 518 (remove_files) COMPLETE
55902024-09-23T16:19:26.332Z[ recovery-image] Sep 23 16:19:25.113 INFO O| Sep 23 16:19:25.113 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-09-23T16:19:26.338Z[ recovery-image] Sep 23 16:19:25.123 INFO O| Sep 23 16:19:25.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55922024-09-23T16:19:26.339Z[ recovery-image] Sep 23 16:19:25.123 INFO O| Sep 23 16:19:25.123 INFO STEP 519 (remove_files) COMPLETE
55932024-09-23T16:19:26.339Z[ recovery-image] Sep 23 16:19:25.123 INFO O| Sep 23 16:19:25.123 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-09-23T16:19:26.348Z[ recovery-image] Sep 23 16:19:25.132 INFO O| Sep 23 16:19:25.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55952024-09-23T16:19:26.348Z[ recovery-image] Sep 23 16:19:25.132 INFO O| Sep 23 16:19:25.132 INFO STEP 520 (remove_files) COMPLETE
55962024-09-23T16:19:26.348Z[ recovery-image] Sep 23 16:19:25.132 INFO O| Sep 23 16:19:25.132 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-09-23T16:19:26.357Z[ recovery-image] Sep 23 16:19:25.141 INFO O| Sep 23 16:19:25.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55982024-09-23T16:19:26.359Z[ recovery-image] Sep 23 16:19:25.141 INFO O| Sep 23 16:19:25.141 INFO STEP 521 (remove_files) COMPLETE
55992024-09-23T16:19:26.359Z[ recovery-image] Sep 23 16:19:25.141 INFO O| Sep 23 16:19:25.141 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-09-23T16:19:26.366Z[ recovery-image] Sep 23 16:19:25.151 INFO O| Sep 23 16:19:25.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56012024-09-23T16:19:26.366Z[ recovery-image] Sep 23 16:19:25.151 INFO O| Sep 23 16:19:25.151 INFO STEP 522 (remove_files) COMPLETE
56022024-09-23T16:19:26.369Z[ recovery-image] Sep 23 16:19:25.151 INFO O| Sep 23 16:19:25.151 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-09-23T16:19:26.376Z[ recovery-image] Sep 23 16:19:25.160 INFO O| Sep 23 16:19:25.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56042024-09-23T16:19:26.376Z[ recovery-image] Sep 23 16:19:25.160 INFO O| Sep 23 16:19:25.160 INFO STEP 523 (remove_files) COMPLETE
56052024-09-23T16:19:26.378Z[ recovery-image] Sep 23 16:19:25.160 INFO O| Sep 23 16:19:25.160 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-09-23T16:19:26.385Z[ recovery-image] Sep 23 16:19:25.169 INFO O| Sep 23 16:19:25.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56072024-09-23T16:19:26.388Z[ recovery-image] Sep 23 16:19:25.169 INFO O| Sep 23 16:19:25.169 INFO STEP 524 (remove_files) COMPLETE
56082024-09-23T16:19:26.389Z[ recovery-image] Sep 23 16:19:25.169 INFO O| Sep 23 16:19:25.169 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-09-23T16:19:26.394Z[ recovery-image] Sep 23 16:19:25.179 INFO O| Sep 23 16:19:25.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56102024-09-23T16:19:26.394Z[ recovery-image] Sep 23 16:19:25.179 INFO O| Sep 23 16:19:25.179 INFO STEP 525 (remove_files) COMPLETE
56112024-09-23T16:19:26.397Z[ recovery-image] Sep 23 16:19:25.179 INFO O| Sep 23 16:19:25.179 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-09-23T16:19:26.404Z[ recovery-image] Sep 23 16:19:25.188 INFO O| Sep 23 16:19:25.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56132024-09-23T16:19:26.406Z[ recovery-image] Sep 23 16:19:25.188 INFO O| Sep 23 16:19:25.188 INFO STEP 526 (remove_files) COMPLETE
56142024-09-23T16:19:26.406Z[ recovery-image] Sep 23 16:19:25.188 INFO O| Sep 23 16:19:25.188 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-09-23T16:19:26.413Z[ recovery-image] Sep 23 16:19:25.197 INFO O| Sep 23 16:19:25.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56162024-09-23T16:19:26.413Z[ recovery-image] Sep 23 16:19:25.197 INFO O| Sep 23 16:19:25.197 INFO STEP 527 (remove_files) COMPLETE
56172024-09-23T16:19:26.416Z[ recovery-image] Sep 23 16:19:25.197 INFO O| Sep 23 16:19:25.197 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-09-23T16:19:26.423Z[ recovery-image] Sep 23 16:19:25.206 INFO O| Sep 23 16:19:25.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56192024-09-23T16:19:26.423Z[ recovery-image] Sep 23 16:19:25.206 INFO O| Sep 23 16:19:25.206 INFO STEP 528 (remove_files) COMPLETE
56202024-09-23T16:19:26.425Z[ recovery-image] Sep 23 16:19:25.207 INFO O| Sep 23 16:19:25.206 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-09-23T16:19:26.432Z[ recovery-image] Sep 23 16:19:25.216 INFO O| Sep 23 16:19:25.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56222024-09-23T16:19:26.434Z[ recovery-image] Sep 23 16:19:25.216 INFO O| Sep 23 16:19:25.216 INFO STEP 529 (remove_files) COMPLETE
56232024-09-23T16:19:26.434Z[ recovery-image] Sep 23 16:19:25.216 INFO O| Sep 23 16:19:25.216 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-09-23T16:19:26.441Z[ recovery-image] Sep 23 16:19:25.225 INFO O| Sep 23 16:19:25.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56252024-09-23T16:19:26.444Z[ recovery-image] Sep 23 16:19:25.226 INFO O| Sep 23 16:19:25.226 INFO STEP 530 (remove_files) COMPLETE
56262024-09-23T16:19:26.444Z[ recovery-image] Sep 23 16:19:25.226 INFO O| Sep 23 16:19:25.226 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-09-23T16:19:26.451Z[ recovery-image] Sep 23 16:19:25.235 INFO O| Sep 23 16:19:25.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56282024-09-23T16:19:26.451Z[ recovery-image] Sep 23 16:19:25.235 INFO O| Sep 23 16:19:25.235 INFO STEP 531 (remove_files) COMPLETE
56292024-09-23T16:19:26.453Z[ recovery-image] Sep 23 16:19:25.235 INFO O| Sep 23 16:19:25.235 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-09-23T16:19:26.460Z[ recovery-image] Sep 23 16:19:25.244 INFO O| Sep 23 16:19:25.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56312024-09-23T16:19:26.463Z[ recovery-image] Sep 23 16:19:25.244 INFO O| Sep 23 16:19:25.244 INFO STEP 532 (remove_files) COMPLETE
56322024-09-23T16:19:26.463Z[ recovery-image] Sep 23 16:19:25.244 INFO O| Sep 23 16:19:25.244 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-09-23T16:19:26.470Z[ recovery-image] Sep 23 16:19:25.254 INFO O| Sep 23 16:19:25.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56342024-09-23T16:19:26.472Z[ recovery-image] Sep 23 16:19:25.254 INFO O| Sep 23 16:19:25.254 INFO STEP 533 (remove_files) COMPLETE
56352024-09-23T16:19:26.472Z[ recovery-image] Sep 23 16:19:25.254 INFO O| Sep 23 16:19:25.254 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-09-23T16:19:26.479Z[ recovery-image] Sep 23 16:19:25.263 INFO O| Sep 23 16:19:25.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56372024-09-23T16:19:26.482Z[ recovery-image] Sep 23 16:19:25.263 INFO O| Sep 23 16:19:25.263 INFO STEP 534 (remove_files) COMPLETE
56382024-09-23T16:19:26.482Z[ recovery-image] Sep 23 16:19:25.263 INFO O| Sep 23 16:19:25.263 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-09-23T16:19:26.489Z[ recovery-image] Sep 23 16:19:25.273 INFO O| Sep 23 16:19:25.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56402024-09-23T16:19:26.491Z[ recovery-image] Sep 23 16:19:25.273 INFO O| Sep 23 16:19:25.273 INFO STEP 535 (remove_files) COMPLETE
56412024-09-23T16:19:26.491Z[ recovery-image] Sep 23 16:19:25.273 INFO O| Sep 23 16:19:25.273 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-09-23T16:19:26.500Z[ recovery-image] Sep 23 16:19:25.282 INFO O| Sep 23 16:19:25.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56432024-09-23T16:19:26.502Z[ recovery-image] Sep 23 16:19:25.283 INFO O| Sep 23 16:19:25.283 INFO STEP 536 (remove_files) COMPLETE
56442024-09-23T16:19:26.502Z[ recovery-image] Sep 23 16:19:25.283 INFO O| Sep 23 16:19:25.283 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-09-23T16:19:26.508Z[ recovery-image] Sep 23 16:19:25.292 INFO O| Sep 23 16:19:25.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56462024-09-23T16:19:26.508Z[ recovery-image] Sep 23 16:19:25.292 INFO O| Sep 23 16:19:25.292 INFO STEP 537 (remove_files) COMPLETE
56472024-09-23T16:19:26.511Z[ recovery-image] Sep 23 16:19:25.292 INFO O| Sep 23 16:19:25.292 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-09-23T16:19:26.518Z[ recovery-image] Sep 23 16:19:25.302 INFO O| Sep 23 16:19:25.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56492024-09-23T16:19:26.518Z[ recovery-image] Sep 23 16:19:25.302 INFO O| Sep 23 16:19:25.302 INFO STEP 538 (remove_files) COMPLETE
56502024-09-23T16:19:26.521Z[ recovery-image] Sep 23 16:19:25.302 INFO O| Sep 23 16:19:25.302 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-09-23T16:19:26.527Z[ recovery-image] Sep 23 16:19:25.311 INFO O| Sep 23 16:19:25.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56522024-09-23T16:19:26.527Z[ recovery-image] Sep 23 16:19:25.311 INFO O| Sep 23 16:19:25.311 INFO STEP 539 (remove_files) COMPLETE
56532024-09-23T16:19:26.527Z[ recovery-image] Sep 23 16:19:25.311 INFO O| Sep 23 16:19:25.311 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-09-23T16:19:26.536Z[ recovery-image] Sep 23 16:19:25.320 INFO O| Sep 23 16:19:25.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56552024-09-23T16:19:26.536Z[ recovery-image] Sep 23 16:19:25.320 INFO O| Sep 23 16:19:25.320 INFO STEP 540 (remove_files) COMPLETE
56562024-09-23T16:19:26.536Z[ recovery-image] Sep 23 16:19:25.320 INFO O| Sep 23 16:19:25.320 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-09-23T16:19:26.546Z[ recovery-image] Sep 23 16:19:25.330 INFO O| Sep 23 16:19:25.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56582024-09-23T16:19:26.546Z[ recovery-image] Sep 23 16:19:25.330 INFO O| Sep 23 16:19:25.330 INFO STEP 541 (remove_files) COMPLETE
56592024-09-23T16:19:26.550Z[ recovery-image] Sep 23 16:19:25.330 INFO O| Sep 23 16:19:25.330 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-09-23T16:19:26.563Z[ recovery-image] Sep 23 16:19:25.339 INFO O| Sep 23 16:19:25.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56612024-09-23T16:19:26.563Z[ recovery-image] Sep 23 16:19:25.340 INFO O| Sep 23 16:19:25.339 INFO STEP 542 (remove_files) COMPLETE
56622024-09-23T16:19:26.566Z[ recovery-image] Sep 23 16:19:25.340 INFO O| Sep 23 16:19:25.340 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-09-23T16:19:26.567Z[ recovery-image] Sep 23 16:19:25.350 INFO O| Sep 23 16:19:25.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56642024-09-23T16:19:26.567Z[ recovery-image] Sep 23 16:19:25.350 INFO O| Sep 23 16:19:25.350 INFO STEP 543 (remove_files) COMPLETE
56652024-09-23T16:19:26.567Z[ recovery-image] Sep 23 16:19:25.350 INFO O| Sep 23 16:19:25.350 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-09-23T16:19:26.575Z[ recovery-image] Sep 23 16:19:25.359 INFO O| Sep 23 16:19:25.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56672024-09-23T16:19:26.575Z[ recovery-image] Sep 23 16:19:25.359 INFO O| Sep 23 16:19:25.359 INFO STEP 544 (remove_files) COMPLETE
56682024-09-23T16:19:26.578Z[ recovery-image] Sep 23 16:19:25.359 INFO O| Sep 23 16:19:25.359 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-09-23T16:19:26.585Z[ recovery-image] Sep 23 16:19:25.369 INFO O| Sep 23 16:19:25.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56702024-09-23T16:19:26.585Z[ recovery-image] Sep 23 16:19:25.369 INFO O| Sep 23 16:19:25.369 INFO STEP 545 (remove_files) COMPLETE
56712024-09-23T16:19:26.588Z[ recovery-image] Sep 23 16:19:25.369 INFO O| Sep 23 16:19:25.369 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-09-23T16:19:26.594Z[ recovery-image] Sep 23 16:19:25.378 INFO O| Sep 23 16:19:25.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56732024-09-23T16:19:26.594Z[ recovery-image] Sep 23 16:19:25.378 INFO O| Sep 23 16:19:25.378 INFO STEP 546 (remove_files) COMPLETE
56742024-09-23T16:19:26.598Z[ recovery-image] Sep 23 16:19:25.378 INFO O| Sep 23 16:19:25.378 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-09-23T16:19:26.604Z[ recovery-image] Sep 23 16:19:25.388 INFO O| Sep 23 16:19:25.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56762024-09-23T16:19:26.606Z[ recovery-image] Sep 23 16:19:25.388 INFO O| Sep 23 16:19:25.388 INFO STEP 547 (remove_files) COMPLETE
56772024-09-23T16:19:26.606Z[ recovery-image] Sep 23 16:19:25.388 INFO O| Sep 23 16:19:25.388 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-09-23T16:19:26.613Z[ recovery-image] Sep 23 16:19:25.397 INFO O| Sep 23 16:19:25.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56792024-09-23T16:19:26.613Z[ recovery-image] Sep 23 16:19:25.397 INFO O| Sep 23 16:19:25.397 INFO STEP 548 (remove_files) COMPLETE
56802024-09-23T16:19:26.613Z[ recovery-image] Sep 23 16:19:25.397 INFO O| Sep 23 16:19:25.397 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-09-23T16:19:26.623Z[ recovery-image] Sep 23 16:19:25.406 INFO O| Sep 23 16:19:25.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56822024-09-23T16:19:26.623Z[ recovery-image] Sep 23 16:19:25.407 INFO O| Sep 23 16:19:25.407 INFO STEP 549 (remove_files) COMPLETE
56832024-09-23T16:19:26.623Z[ recovery-image] Sep 23 16:19:25.407 INFO O| Sep 23 16:19:25.407 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-09-23T16:19:26.632Z[ recovery-image] Sep 23 16:19:25.416 INFO O| Sep 23 16:19:25.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56852024-09-23T16:19:26.632Z[ recovery-image] Sep 23 16:19:25.416 INFO O| Sep 23 16:19:25.416 INFO STEP 550 (remove_files) COMPLETE
56862024-09-23T16:19:26.634Z[ recovery-image] Sep 23 16:19:25.416 INFO O| Sep 23 16:19:25.416 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-09-23T16:19:26.641Z[ recovery-image] Sep 23 16:19:25.425 INFO O| Sep 23 16:19:25.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56882024-09-23T16:19:26.644Z[ recovery-image] Sep 23 16:19:25.425 INFO O| Sep 23 16:19:25.425 INFO STEP 551 (remove_files) COMPLETE
56892024-09-23T16:19:26.644Z[ recovery-image] Sep 23 16:19:25.425 INFO O| Sep 23 16:19:25.425 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-09-23T16:19:26.650Z[ recovery-image] Sep 23 16:19:25.434 INFO O| Sep 23 16:19:25.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56912024-09-23T16:19:26.651Z[ recovery-image] Sep 23 16:19:25.435 INFO O| Sep 23 16:19:25.435 INFO STEP 552 (remove_files) COMPLETE
56922024-09-23T16:19:26.651Z[ recovery-image] Sep 23 16:19:25.435 INFO O| Sep 23 16:19:25.435 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-09-23T16:19:26.660Z[ recovery-image] Sep 23 16:19:25.444 INFO O| Sep 23 16:19:25.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56942024-09-23T16:19:26.660Z[ recovery-image] Sep 23 16:19:25.444 INFO O| Sep 23 16:19:25.444 INFO STEP 553 (remove_files) COMPLETE
56952024-09-23T16:19:26.663Z[ recovery-image] Sep 23 16:19:25.444 INFO O| Sep 23 16:19:25.444 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-09-23T16:19:26.669Z[ recovery-image] Sep 23 16:19:25.453 INFO O| Sep 23 16:19:25.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56972024-09-23T16:19:26.671Z[ recovery-image] Sep 23 16:19:25.453 INFO O| Sep 23 16:19:25.453 INFO STEP 554 (remove_files) COMPLETE
56982024-09-23T16:19:26.671Z[ recovery-image] Sep 23 16:19:25.453 INFO O| Sep 23 16:19:25.453 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-09-23T16:19:26.679Z[ recovery-image] Sep 23 16:19:25.463 INFO O| Sep 23 16:19:25.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57002024-09-23T16:19:26.682Z[ recovery-image] Sep 23 16:19:25.463 INFO O| Sep 23 16:19:25.463 INFO STEP 555 (remove_files) COMPLETE
57012024-09-23T16:19:26.682Z[ recovery-image] Sep 23 16:19:25.463 INFO O| Sep 23 16:19:25.463 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-09-23T16:19:26.689Z[ recovery-image] Sep 23 16:19:25.473 INFO O| Sep 23 16:19:25.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57032024-09-23T16:19:26.689Z[ recovery-image] Sep 23 16:19:25.473 INFO O| Sep 23 16:19:25.473 INFO STEP 556 (remove_files) COMPLETE
57042024-09-23T16:19:26.691Z[ recovery-image] Sep 23 16:19:25.473 INFO O| Sep 23 16:19:25.473 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-09-23T16:19:26.698Z[ recovery-image] Sep 23 16:19:25.482 INFO O| Sep 23 16:19:25.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57062024-09-23T16:19:26.698Z[ recovery-image] Sep 23 16:19:25.482 INFO O| Sep 23 16:19:25.482 INFO STEP 557 (remove_files) COMPLETE
57072024-09-23T16:19:26.700Z[ recovery-image] Sep 23 16:19:25.482 INFO O| Sep 23 16:19:25.482 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-09-23T16:19:26.707Z[ recovery-image] Sep 23 16:19:25.491 INFO O| Sep 23 16:19:25.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57092024-09-23T16:19:26.707Z[ recovery-image] Sep 23 16:19:25.491 INFO O| Sep 23 16:19:25.491 INFO STEP 558 (remove_files) COMPLETE
57102024-09-23T16:19:26.710Z[ recovery-image] Sep 23 16:19:25.491 INFO O| Sep 23 16:19:25.491 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-09-23T16:19:26.716Z[ recovery-image] Sep 23 16:19:25.501 INFO O| Sep 23 16:19:25.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57122024-09-23T16:19:26.720Z[ recovery-image] Sep 23 16:19:25.501 INFO O| Sep 23 16:19:25.501 INFO STEP 559 (remove_files) COMPLETE
57132024-09-23T16:19:26.720Z[ recovery-image] Sep 23 16:19:25.501 INFO O| Sep 23 16:19:25.501 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-09-23T16:19:26.726Z[ recovery-image] Sep 23 16:19:25.510 INFO O| Sep 23 16:19:25.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57152024-09-23T16:19:26.726Z[ recovery-image] Sep 23 16:19:25.510 INFO O| Sep 23 16:19:25.510 INFO STEP 560 (remove_files) COMPLETE
57162024-09-23T16:19:26.726Z[ recovery-image] Sep 23 16:19:25.510 INFO O| Sep 23 16:19:25.510 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-09-23T16:19:26.735Z[ recovery-image] Sep 23 16:19:25.519 INFO O| Sep 23 16:19:25.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57182024-09-23T16:19:26.735Z[ recovery-image] Sep 23 16:19:25.519 INFO O| Sep 23 16:19:25.519 INFO STEP 561 (remove_files) COMPLETE
57192024-09-23T16:19:26.738Z[ recovery-image] Sep 23 16:19:25.519 INFO O| Sep 23 16:19:25.519 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-09-23T16:19:26.744Z[ recovery-image] Sep 23 16:19:25.528 INFO O| Sep 23 16:19:25.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57212024-09-23T16:19:26.744Z[ recovery-image] Sep 23 16:19:25.528 INFO O| Sep 23 16:19:25.528 INFO STEP 562 (remove_files) COMPLETE
57222024-09-23T16:19:26.744Z[ recovery-image] Sep 23 16:19:25.528 INFO O| Sep 23 16:19:25.528 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-09-23T16:19:26.754Z[ recovery-image] Sep 23 16:19:25.538 INFO O| Sep 23 16:19:25.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57242024-09-23T16:19:26.754Z[ recovery-image] Sep 23 16:19:25.538 INFO O| Sep 23 16:19:25.538 INFO STEP 563 (remove_files) COMPLETE
57252024-09-23T16:19:26.754Z[ recovery-image] Sep 23 16:19:25.538 INFO O| Sep 23 16:19:25.538 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-09-23T16:19:26.763Z[ recovery-image] Sep 23 16:19:25.547 INFO O| Sep 23 16:19:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57272024-09-23T16:19:26.766Z[ recovery-image] Sep 23 16:19:25.548 INFO O| Sep 23 16:19:25.548 INFO STEP 564 (remove_files) COMPLETE
57282024-09-23T16:19:26.766Z[ recovery-image] Sep 23 16:19:25.548 INFO O| Sep 23 16:19:25.548 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-09-23T16:19:26.773Z[ recovery-image] Sep 23 16:19:25.557 INFO O| Sep 23 16:19:25.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57302024-09-23T16:19:26.773Z[ recovery-image] Sep 23 16:19:25.557 INFO O| Sep 23 16:19:25.557 INFO STEP 565 (remove_files) COMPLETE
57312024-09-23T16:19:26.773Z[ recovery-image] Sep 23 16:19:25.557 INFO O| Sep 23 16:19:25.557 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-09-23T16:19:26.782Z[ recovery-image] Sep 23 16:19:25.566 INFO O| Sep 23 16:19:25.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57332024-09-23T16:19:26.782Z[ recovery-image] Sep 23 16:19:25.566 INFO O| Sep 23 16:19:25.566 INFO STEP 566 (remove_files) COMPLETE
57342024-09-23T16:19:26.782Z[ recovery-image] Sep 23 16:19:25.566 INFO O| Sep 23 16:19:25.566 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-09-23T16:19:26.791Z[ recovery-image] Sep 23 16:19:25.575 INFO O| Sep 23 16:19:25.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57362024-09-23T16:19:26.794Z[ recovery-image] Sep 23 16:19:25.575 INFO O| Sep 23 16:19:25.575 INFO STEP 567 (remove_files) COMPLETE
57372024-09-23T16:19:26.794Z[ recovery-image] Sep 23 16:19:25.576 INFO O| Sep 23 16:19:25.575 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-09-23T16:19:26.800Z[ recovery-image] Sep 23 16:19:25.585 INFO O| Sep 23 16:19:25.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57392024-09-23T16:19:26.803Z[ recovery-image] Sep 23 16:19:25.585 INFO O| Sep 23 16:19:25.585 INFO STEP 568 (remove_files) COMPLETE
57402024-09-23T16:19:26.803Z[ recovery-image] Sep 23 16:19:25.585 INFO O| Sep 23 16:19:25.585 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-09-23T16:19:26.810Z[ recovery-image] Sep 23 16:19:25.594 INFO O| Sep 23 16:19:25.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57422024-09-23T16:19:26.810Z[ recovery-image] Sep 23 16:19:25.594 INFO O| Sep 23 16:19:25.594 INFO STEP 569 (remove_files) COMPLETE
57432024-09-23T16:19:26.813Z[ recovery-image] Sep 23 16:19:25.594 INFO O| Sep 23 16:19:25.594 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-09-23T16:19:26.819Z[ recovery-image] Sep 23 16:19:25.603 INFO O| Sep 23 16:19:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57452024-09-23T16:19:26.819Z[ recovery-image] Sep 23 16:19:25.603 INFO O| Sep 23 16:19:25.603 INFO STEP 570 (remove_files) COMPLETE
57462024-09-23T16:19:26.822Z[ recovery-image] Sep 23 16:19:25.603 INFO O| Sep 23 16:19:25.603 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-09-23T16:19:26.828Z[ recovery-image] Sep 23 16:19:25.613 INFO O| Sep 23 16:19:25.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57482024-09-23T16:19:26.828Z[ recovery-image] Sep 23 16:19:25.613 INFO O| Sep 23 16:19:25.613 INFO STEP 571 (remove_files) COMPLETE
57492024-09-23T16:19:26.828Z[ recovery-image] Sep 23 16:19:25.613 INFO O| Sep 23 16:19:25.613 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-09-23T16:19:26.838Z[ recovery-image] Sep 23 16:19:25.622 INFO O| Sep 23 16:19:25.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57512024-09-23T16:19:26.838Z[ recovery-image] Sep 23 16:19:25.622 INFO O| Sep 23 16:19:25.622 INFO STEP 572 (remove_files) COMPLETE
57522024-09-23T16:19:26.838Z[ recovery-image] Sep 23 16:19:25.622 INFO O| Sep 23 16:19:25.622 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-09-23T16:19:26.847Z[ recovery-image] Sep 23 16:19:25.631 INFO O| Sep 23 16:19:25.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57542024-09-23T16:19:26.847Z[ recovery-image] Sep 23 16:19:25.631 INFO O| Sep 23 16:19:25.631 INFO STEP 573 (remove_files) COMPLETE
57552024-09-23T16:19:26.849Z[ recovery-image] Sep 23 16:19:25.631 INFO O| Sep 23 16:19:25.631 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-09-23T16:19:26.857Z[ recovery-image] Sep 23 16:19:25.641 INFO O| Sep 23 16:19:25.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57572024-09-23T16:19:26.857Z[ recovery-image] Sep 23 16:19:25.641 INFO O| Sep 23 16:19:25.641 INFO STEP 574 (remove_files) COMPLETE
57582024-09-23T16:19:26.857Z[ recovery-image] Sep 23 16:19:25.641 INFO O| Sep 23 16:19:25.641 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-09-23T16:19:26.866Z[ recovery-image] Sep 23 16:19:25.650 INFO O| Sep 23 16:19:25.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57602024-09-23T16:19:26.866Z[ recovery-image] Sep 23 16:19:25.650 INFO O| Sep 23 16:19:25.650 INFO STEP 575 (remove_files) COMPLETE
57612024-09-23T16:19:26.867Z[ recovery-image] Sep 23 16:19:25.650 INFO O| Sep 23 16:19:25.650 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-09-23T16:19:26.876Z[ recovery-image] Sep 23 16:19:25.660 INFO O| Sep 23 16:19:25.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57632024-09-23T16:19:26.878Z[ recovery-image] Sep 23 16:19:25.660 INFO O| Sep 23 16:19:25.660 INFO STEP 576 (remove_files) COMPLETE
57642024-09-23T16:19:26.878Z[ recovery-image] Sep 23 16:19:25.660 INFO O| Sep 23 16:19:25.660 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-09-23T16:19:26.885Z[ recovery-image] Sep 23 16:19:25.669 INFO O| Sep 23 16:19:25.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57662024-09-23T16:19:26.885Z[ recovery-image] Sep 23 16:19:25.669 INFO O| Sep 23 16:19:25.669 INFO STEP 577 (remove_files) COMPLETE
57672024-09-23T16:19:26.887Z[ recovery-image] Sep 23 16:19:25.669 INFO O| Sep 23 16:19:25.669 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-09-23T16:19:26.894Z[ recovery-image] Sep 23 16:19:25.678 INFO O| Sep 23 16:19:25.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57692024-09-23T16:19:26.894Z[ recovery-image] Sep 23 16:19:25.678 INFO O| Sep 23 16:19:25.678 INFO STEP 578 (remove_files) COMPLETE
57702024-09-23T16:19:26.894Z[ recovery-image] Sep 23 16:19:25.678 INFO O| Sep 23 16:19:25.678 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-09-23T16:19:26.903Z[ recovery-image] Sep 23 16:19:25.687 INFO O| Sep 23 16:19:25.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57722024-09-23T16:19:26.903Z[ recovery-image] Sep 23 16:19:25.687 INFO O| Sep 23 16:19:25.687 INFO STEP 579 (remove_files) COMPLETE
57732024-09-23T16:19:26.903Z[ recovery-image] Sep 23 16:19:25.687 INFO O| Sep 23 16:19:25.687 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-09-23T16:19:26.912Z[ recovery-image] Sep 23 16:19:25.696 INFO O| Sep 23 16:19:25.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57752024-09-23T16:19:26.912Z[ recovery-image] Sep 23 16:19:25.696 INFO O| Sep 23 16:19:25.696 INFO STEP 580 (remove_files) COMPLETE
57762024-09-23T16:19:26.912Z[ recovery-image] Sep 23 16:19:25.696 INFO O| Sep 23 16:19:25.696 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-09-23T16:19:26.921Z[ recovery-image] Sep 23 16:19:25.706 INFO O| Sep 23 16:19:25.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57782024-09-23T16:19:26.924Z[ recovery-image] Sep 23 16:19:25.706 INFO O| Sep 23 16:19:25.706 INFO STEP 581 (remove_files) COMPLETE
57792024-09-23T16:19:26.924Z[ recovery-image] Sep 23 16:19:25.706 INFO O| Sep 23 16:19:25.706 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-09-23T16:19:26.930Z[ recovery-image] Sep 23 16:19:25.715 INFO O| Sep 23 16:19:25.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57812024-09-23T16:19:26.933Z[ recovery-image] Sep 23 16:19:25.715 INFO O| Sep 23 16:19:25.715 INFO STEP 582 (remove_files) COMPLETE
57822024-09-23T16:19:26.933Z[ recovery-image] Sep 23 16:19:25.715 INFO O| Sep 23 16:19:25.715 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-09-23T16:19:26.940Z[ recovery-image] Sep 23 16:19:25.724 INFO O| Sep 23 16:19:25.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57842024-09-23T16:19:26.940Z[ recovery-image] Sep 23 16:19:25.725 INFO O| Sep 23 16:19:25.725 INFO STEP 583 (remove_files) COMPLETE
57852024-09-23T16:19:26.942Z[ recovery-image] Sep 23 16:19:25.725 INFO O| Sep 23 16:19:25.725 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-09-23T16:19:26.950Z[ recovery-image] Sep 23 16:19:25.734 INFO O| Sep 23 16:19:25.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57872024-09-23T16:19:26.950Z[ recovery-image] Sep 23 16:19:25.734 INFO O| Sep 23 16:19:25.734 INFO STEP 584 (remove_files) COMPLETE
57882024-09-23T16:19:26.952Z[ recovery-image] Sep 23 16:19:25.734 INFO O| Sep 23 16:19:25.734 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-09-23T16:19:26.959Z[ recovery-image] Sep 23 16:19:25.743 INFO O| Sep 23 16:19:25.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57902024-09-23T16:19:26.961Z[ recovery-image] Sep 23 16:19:25.743 INFO O| Sep 23 16:19:25.743 INFO STEP 585 (remove_files) COMPLETE
57912024-09-23T16:19:26.961Z[ recovery-image] Sep 23 16:19:25.743 INFO O| Sep 23 16:19:25.743 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-09-23T16:19:26.968Z[ recovery-image] Sep 23 16:19:25.752 INFO O| Sep 23 16:19:25.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57932024-09-23T16:19:26.968Z[ recovery-image] Sep 23 16:19:25.753 INFO O| Sep 23 16:19:25.752 INFO STEP 586 (remove_files) COMPLETE
57942024-09-23T16:19:26.969Z[ recovery-image] Sep 23 16:19:25.753 INFO O| Sep 23 16:19:25.753 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-09-23T16:19:26.978Z[ recovery-image] Sep 23 16:19:25.762 INFO O| Sep 23 16:19:25.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57962024-09-23T16:19:26.978Z[ recovery-image] Sep 23 16:19:25.762 INFO O| Sep 23 16:19:25.762 INFO STEP 587 (remove_files) COMPLETE
57972024-09-23T16:19:26.981Z[ recovery-image] Sep 23 16:19:25.762 INFO O| Sep 23 16:19:25.762 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-09-23T16:19:26.988Z[ recovery-image] Sep 23 16:19:25.772 INFO O| Sep 23 16:19:25.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57992024-09-23T16:19:26.991Z[ recovery-image] Sep 23 16:19:25.772 INFO O| Sep 23 16:19:25.772 INFO STEP 588 (remove_files) COMPLETE
58002024-09-23T16:19:26.991Z[ recovery-image] Sep 23 16:19:25.772 INFO O| Sep 23 16:19:25.772 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-09-23T16:19:26.998Z[ recovery-image] Sep 23 16:19:25.782 INFO O| Sep 23 16:19:25.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58022024-09-23T16:19:26.998Z[ recovery-image] Sep 23 16:19:25.782 INFO O| Sep 23 16:19:25.782 INFO STEP 589 (remove_files) COMPLETE
58032024-09-23T16:19:27.001Z[ recovery-image] Sep 23 16:19:25.782 INFO O| Sep 23 16:19:25.782 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-09-23T16:19:27.008Z[ recovery-image] Sep 23 16:19:25.792 INFO O| Sep 23 16:19:25.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58052024-09-23T16:19:27.008Z[ recovery-image] Sep 23 16:19:25.792 INFO O| Sep 23 16:19:25.792 INFO STEP 590 (remove_files) COMPLETE
58062024-09-23T16:19:27.008Z[ recovery-image] Sep 23 16:19:25.792 INFO O| Sep 23 16:19:25.792 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-09-23T16:19:27.018Z[ recovery-image] Sep 23 16:19:25.802 INFO O| Sep 23 16:19:25.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58082024-09-23T16:19:27.020Z[ recovery-image] Sep 23 16:19:25.802 INFO O| Sep 23 16:19:25.802 INFO STEP 591 (remove_files) COMPLETE
58092024-09-23T16:19:27.020Z[ recovery-image] Sep 23 16:19:25.802 INFO O| Sep 23 16:19:25.802 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-09-23T16:19:27.027Z[ recovery-image] Sep 23 16:19:25.811 INFO O| Sep 23 16:19:25.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58112024-09-23T16:19:27.027Z[ recovery-image] Sep 23 16:19:25.811 INFO O| Sep 23 16:19:25.811 INFO STEP 592 (remove_files) COMPLETE
58122024-09-23T16:19:27.029Z[ recovery-image] Sep 23 16:19:25.811 INFO O| Sep 23 16:19:25.811 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-09-23T16:19:27.036Z[ recovery-image] Sep 23 16:19:25.820 INFO O| Sep 23 16:19:25.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58142024-09-23T16:19:27.039Z[ recovery-image] Sep 23 16:19:25.820 INFO O| Sep 23 16:19:25.820 INFO STEP 593 (remove_files) COMPLETE
58152024-09-23T16:19:27.039Z[ recovery-image] Sep 23 16:19:25.820 INFO O| Sep 23 16:19:25.820 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-09-23T16:19:27.045Z[ recovery-image] Sep 23 16:19:25.829 INFO O| Sep 23 16:19:25.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58172024-09-23T16:19:27.045Z[ recovery-image] Sep 23 16:19:25.829 INFO O| Sep 23 16:19:25.829 INFO STEP 594 (remove_files) COMPLETE
58182024-09-23T16:19:27.047Z[ recovery-image] Sep 23 16:19:25.829 INFO O| Sep 23 16:19:25.829 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-09-23T16:19:27.055Z[ recovery-image] Sep 23 16:19:25.839 INFO O| Sep 23 16:19:25.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58202024-09-23T16:19:27.055Z[ recovery-image] Sep 23 16:19:25.839 INFO O| Sep 23 16:19:25.839 INFO STEP 595 (remove_files) COMPLETE
58212024-09-23T16:19:27.057Z[ recovery-image] Sep 23 16:19:25.839 INFO O| Sep 23 16:19:25.839 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-09-23T16:19:27.064Z[ recovery-image] Sep 23 16:19:25.848 INFO O| Sep 23 16:19:25.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58232024-09-23T16:19:27.064Z[ recovery-image] Sep 23 16:19:25.848 INFO O| Sep 23 16:19:25.848 INFO STEP 596 (remove_files) COMPLETE
58242024-09-23T16:19:27.066Z[ recovery-image] Sep 23 16:19:25.848 INFO O| Sep 23 16:19:25.848 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-09-23T16:19:27.073Z[ recovery-image] Sep 23 16:19:25.857 INFO O| Sep 23 16:19:25.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58262024-09-23T16:19:27.075Z[ recovery-image] Sep 23 16:19:25.857 INFO O| Sep 23 16:19:25.857 INFO STEP 597 (remove_files) COMPLETE
58272024-09-23T16:19:27.075Z[ recovery-image] Sep 23 16:19:25.857 INFO O| Sep 23 16:19:25.857 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-09-23T16:19:27.082Z[ recovery-image] Sep 23 16:19:25.866 INFO O| Sep 23 16:19:25.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58292024-09-23T16:19:27.086Z[ recovery-image] Sep 23 16:19:25.866 INFO O| Sep 23 16:19:25.866 INFO STEP 598 (remove_files) COMPLETE
58302024-09-23T16:19:27.086Z[ recovery-image] Sep 23 16:19:25.866 INFO O| Sep 23 16:19:25.866 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-09-23T16:19:27.086Z[ host-image] Sep 23 16:19:25.869 INFO O| Sep 23 16:19:25.869 INFO O| Done
58322024-09-23T16:19:27.092Z[ recovery-image] Sep 23 16:19:25.876 INFO O| Sep 23 16:19:25.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58332024-09-23T16:19:27.092Z[ recovery-image] Sep 23 16:19:25.876 INFO O| Sep 23 16:19:25.876 INFO STEP 599 (remove_files) COMPLETE
58342024-09-23T16:19:27.094Z[ recovery-image] Sep 23 16:19:25.876 INFO O| Sep 23 16:19:25.876 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-09-23T16:19:27.101Z[ recovery-image] Sep 23 16:19:25.885 INFO O| Sep 23 16:19:25.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58362024-09-23T16:19:27.101Z[ recovery-image] Sep 23 16:19:25.885 INFO O| Sep 23 16:19:25.885 INFO STEP 600 (remove_files) COMPLETE
58372024-09-23T16:19:27.104Z[ recovery-image] Sep 23 16:19:25.885 INFO O| Sep 23 16:19:25.885 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-09-23T16:19:27.107Z[ host-image] Sep 23 16:19:25.891 INFO O| Sep 23 16:19:25.891 INFO O| Done
58392024-09-23T16:19:27.110Z[ recovery-image] Sep 23 16:19:25.894 INFO O| Sep 23 16:19:25.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58402024-09-23T16:19:27.113Z[ recovery-image] Sep 23 16:19:25.895 INFO O| Sep 23 16:19:25.895 INFO STEP 601 (remove_files) COMPLETE
58412024-09-23T16:19:27.113Z[ recovery-image] Sep 23 16:19:25.895 INFO O| Sep 23 16:19:25.895 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-09-23T16:19:27.120Z[ recovery-image] Sep 23 16:19:25.904 INFO O| Sep 23 16:19:25.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58432024-09-23T16:19:27.120Z[ recovery-image] Sep 23 16:19:25.904 INFO O| Sep 23 16:19:25.904 INFO STEP 602 (remove_files) COMPLETE
58442024-09-23T16:19:27.122Z[ recovery-image] Sep 23 16:19:25.904 INFO O| Sep 23 16:19:25.904 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-09-23T16:19:27.129Z[ recovery-image] Sep 23 16:19:25.913 INFO O| Sep 23 16:19:25.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58462024-09-23T16:19:27.129Z[ recovery-image] Sep 23 16:19:25.913 INFO O| Sep 23 16:19:25.913 INFO STEP 603 (remove_files) COMPLETE
58472024-09-23T16:19:27.132Z[ recovery-image] Sep 23 16:19:25.913 INFO O| Sep 23 16:19:25.913 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-09-23T16:19:27.138Z[ recovery-image] Sep 23 16:19:25.922 INFO O| Sep 23 16:19:25.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58492024-09-23T16:19:27.138Z[ recovery-image] Sep 23 16:19:25.922 INFO O| Sep 23 16:19:25.922 INFO STEP 604 (remove_files) COMPLETE
58502024-09-23T16:19:27.140Z[ recovery-image] Sep 23 16:19:25.922 INFO O| Sep 23 16:19:25.922 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-09-23T16:19:27.147Z[ recovery-image] Sep 23 16:19:25.931 INFO O| Sep 23 16:19:25.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58522024-09-23T16:19:27.148Z[ recovery-image] Sep 23 16:19:25.932 INFO O| Sep 23 16:19:25.932 INFO STEP 605 (remove_files) COMPLETE
58532024-09-23T16:19:27.150Z[ recovery-image] Sep 23 16:19:25.932 INFO O| Sep 23 16:19:25.932 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-09-23T16:19:27.157Z[ recovery-image] Sep 23 16:19:25.941 INFO O| Sep 23 16:19:25.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58552024-09-23T16:19:27.157Z[ recovery-image] Sep 23 16:19:25.941 INFO O| Sep 23 16:19:25.941 INFO STEP 606 (remove_files) COMPLETE
58562024-09-23T16:19:27.157Z[ recovery-image] Sep 23 16:19:25.941 INFO O| Sep 23 16:19:25.941 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-09-23T16:19:27.166Z[ recovery-image] Sep 23 16:19:25.950 INFO O| Sep 23 16:19:25.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58582024-09-23T16:19:27.168Z[ recovery-image] Sep 23 16:19:25.950 INFO O| Sep 23 16:19:25.950 INFO STEP 607 (remove_files) COMPLETE
58592024-09-23T16:19:27.168Z[ recovery-image] Sep 23 16:19:25.950 INFO O| Sep 23 16:19:25.950 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-09-23T16:19:27.176Z[ recovery-image] Sep 23 16:19:25.960 INFO O| Sep 23 16:19:25.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58612024-09-23T16:19:27.176Z[ recovery-image] Sep 23 16:19:25.961 INFO O| Sep 23 16:19:25.961 INFO STEP 608 (remove_files) COMPLETE
58622024-09-23T16:19:27.179Z[ recovery-image] Sep 23 16:19:25.961 INFO O| Sep 23 16:19:25.961 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-09-23T16:19:27.186Z[ recovery-image] Sep 23 16:19:25.970 INFO O| Sep 23 16:19:25.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58642024-09-23T16:19:27.188Z[ recovery-image] Sep 23 16:19:25.970 INFO O| Sep 23 16:19:25.970 INFO STEP 609 (remove_files) COMPLETE
58652024-09-23T16:19:27.188Z[ recovery-image] Sep 23 16:19:25.970 INFO O| Sep 23 16:19:25.970 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-09-23T16:19:27.195Z[ recovery-image] Sep 23 16:19:25.979 INFO O| Sep 23 16:19:25.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58672024-09-23T16:19:27.195Z[ recovery-image] Sep 23 16:19:25.979 INFO O| Sep 23 16:19:25.979 INFO STEP 610 (remove_files) COMPLETE
58682024-09-23T16:19:27.195Z[ recovery-image] Sep 23 16:19:25.979 INFO O| Sep 23 16:19:25.979 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-09-23T16:19:27.204Z[ recovery-image] Sep 23 16:19:25.988 INFO O| Sep 23 16:19:25.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58702024-09-23T16:19:27.204Z[ recovery-image] Sep 23 16:19:25.988 INFO O| Sep 23 16:19:25.988 INFO STEP 611 (remove_files) COMPLETE
58712024-09-23T16:19:27.206Z[ recovery-image] Sep 23 16:19:25.988 INFO O| Sep 23 16:19:25.988 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-09-23T16:19:27.213Z[ recovery-image] Sep 23 16:19:25.997 INFO O| Sep 23 16:19:25.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58732024-09-23T16:19:27.215Z[ recovery-image] Sep 23 16:19:25.997 INFO O| Sep 23 16:19:25.997 INFO STEP 612 (remove_files) COMPLETE
58742024-09-23T16:19:27.215Z[ recovery-image] Sep 23 16:19:25.997 INFO O| Sep 23 16:19:25.997 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-09-23T16:19:27.222Z[ recovery-image] Sep 23 16:19:26.006 INFO O| Sep 23 16:19:26.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58762024-09-23T16:19:27.222Z[ recovery-image] Sep 23 16:19:26.006 INFO O| Sep 23 16:19:26.006 INFO STEP 613 (remove_files) COMPLETE
58772024-09-23T16:19:27.225Z[ recovery-image] Sep 23 16:19:26.006 INFO O| Sep 23 16:19:26.006 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-09-23T16:19:27.231Z[ recovery-image] Sep 23 16:19:26.016 INFO O| Sep 23 16:19:26.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58792024-09-23T16:19:27.234Z[ recovery-image] Sep 23 16:19:26.016 INFO O| Sep 23 16:19:26.016 INFO STEP 614 (remove_files) COMPLETE
58802024-09-23T16:19:27.234Z[ recovery-image] Sep 23 16:19:26.016 INFO O| Sep 23 16:19:26.016 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-09-23T16:19:27.241Z[ recovery-image] Sep 23 16:19:26.025 INFO O| Sep 23 16:19:26.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58822024-09-23T16:19:27.243Z[ recovery-image] Sep 23 16:19:26.025 INFO O| Sep 23 16:19:26.025 INFO STEP 615 (remove_files) COMPLETE
58832024-09-23T16:19:27.243Z[ recovery-image] Sep 23 16:19:26.025 INFO O| Sep 23 16:19:26.025 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-09-23T16:19:27.251Z[ recovery-image] Sep 23 16:19:26.035 INFO O| Sep 23 16:19:26.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58852024-09-23T16:19:27.251Z[ recovery-image] Sep 23 16:19:26.035 INFO O| Sep 23 16:19:26.035 INFO STEP 616 (remove_files) COMPLETE
58862024-09-23T16:19:27.253Z[ recovery-image] Sep 23 16:19:26.035 INFO O| Sep 23 16:19:26.035 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-09-23T16:19:27.260Z[ recovery-image] Sep 23 16:19:26.044 INFO O| Sep 23 16:19:26.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58882024-09-23T16:19:27.262Z[ recovery-image] Sep 23 16:19:26.044 INFO O| Sep 23 16:19:26.044 INFO STEP 617 (remove_files) COMPLETE
58892024-09-23T16:19:27.262Z[ recovery-image] Sep 23 16:19:26.044 INFO O| Sep 23 16:19:26.044 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-09-23T16:19:27.269Z[ recovery-image] Sep 23 16:19:26.054 INFO O| Sep 23 16:19:26.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58912024-09-23T16:19:27.272Z[ recovery-image] Sep 23 16:19:26.054 INFO O| Sep 23 16:19:26.054 INFO STEP 618 (remove_files) COMPLETE
58922024-09-23T16:19:27.272Z[ recovery-image] Sep 23 16:19:26.054 INFO O| Sep 23 16:19:26.054 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-09-23T16:19:27.279Z[ recovery-image] Sep 23 16:19:26.063 INFO O| Sep 23 16:19:26.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58942024-09-23T16:19:27.282Z[ recovery-image] Sep 23 16:19:26.063 INFO O| Sep 23 16:19:26.063 INFO STEP 619 (remove_files) COMPLETE
58952024-09-23T16:19:27.282Z[ recovery-image] Sep 23 16:19:26.063 INFO O| Sep 23 16:19:26.063 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-09-23T16:19:27.288Z[ recovery-image] Sep 23 16:19:26.073 INFO O| Sep 23 16:19:26.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58972024-09-23T16:19:27.288Z[ recovery-image] Sep 23 16:19:26.073 INFO O| Sep 23 16:19:26.073 INFO STEP 620 (remove_files) COMPLETE
58982024-09-23T16:19:27.288Z[ recovery-image] Sep 23 16:19:26.073 INFO O| Sep 23 16:19:26.073 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-09-23T16:19:27.298Z[ recovery-image] Sep 23 16:19:26.082 INFO O| Sep 23 16:19:26.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59002024-09-23T16:19:27.300Z[ recovery-image] Sep 23 16:19:26.082 INFO O| Sep 23 16:19:26.082 INFO STEP 621 (remove_files) COMPLETE
59012024-09-23T16:19:27.300Z[ recovery-image] Sep 23 16:19:26.082 INFO O| Sep 23 16:19:26.082 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-09-23T16:19:27.307Z[ recovery-image] Sep 23 16:19:26.091 INFO O| Sep 23 16:19:26.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59032024-09-23T16:19:27.310Z[ recovery-image] Sep 23 16:19:26.091 INFO O| Sep 23 16:19:26.091 INFO STEP 622 (remove_files) COMPLETE
59042024-09-23T16:19:27.310Z[ recovery-image] Sep 23 16:19:26.091 INFO O| Sep 23 16:19:26.091 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-09-23T16:19:27.316Z[ recovery-image] Sep 23 16:19:26.100 INFO O| Sep 23 16:19:26.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59062024-09-23T16:19:27.316Z[ recovery-image] Sep 23 16:19:26.100 INFO O| Sep 23 16:19:26.100 INFO STEP 623 (remove_files) COMPLETE
59072024-09-23T16:19:27.319Z[ recovery-image] Sep 23 16:19:26.100 INFO O| Sep 23 16:19:26.100 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-09-23T16:19:27.325Z[ recovery-image] Sep 23 16:19:26.109 INFO O| Sep 23 16:19:26.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59092024-09-23T16:19:27.328Z[ recovery-image] Sep 23 16:19:26.110 INFO O| Sep 23 16:19:26.109 INFO STEP 624 (remove_files) COMPLETE
59102024-09-23T16:19:27.328Z[ recovery-image] Sep 23 16:19:26.110 INFO O| Sep 23 16:19:26.110 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-09-23T16:19:27.335Z[ recovery-image] Sep 23 16:19:26.119 INFO O| Sep 23 16:19:26.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59122024-09-23T16:19:27.338Z[ recovery-image] Sep 23 16:19:26.119 INFO O| Sep 23 16:19:26.119 INFO STEP 625 (remove_files) COMPLETE
59132024-09-23T16:19:27.338Z[ recovery-image] Sep 23 16:19:26.119 INFO O| Sep 23 16:19:26.119 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-09-23T16:19:27.347Z[ recovery-image] Sep 23 16:19:26.131 INFO O| Sep 23 16:19:26.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59152024-09-23T16:19:27.347Z[ recovery-image] Sep 23 16:19:26.131 INFO O| Sep 23 16:19:26.131 INFO STEP 626 (remove_files) COMPLETE
59162024-09-23T16:19:27.349Z[ recovery-image] Sep 23 16:19:26.131 INFO O| Sep 23 16:19:26.131 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-09-23T16:19:27.358Z[ recovery-image] Sep 23 16:19:26.142 INFO O| Sep 23 16:19:26.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59182024-09-23T16:19:27.360Z[ recovery-image] Sep 23 16:19:26.142 INFO O| Sep 23 16:19:26.142 INFO STEP 627 (remove_files) COMPLETE
59192024-09-23T16:19:27.360Z[ recovery-image] Sep 23 16:19:26.142 INFO O| Sep 23 16:19:26.142 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-09-23T16:19:27.367Z[ recovery-image] Sep 23 16:19:26.151 INFO O| Sep 23 16:19:26.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59212024-09-23T16:19:27.367Z[ recovery-image] Sep 23 16:19:26.151 INFO O| Sep 23 16:19:26.151 INFO STEP 628 (remove_files) COMPLETE
59222024-09-23T16:19:27.370Z[ recovery-image] Sep 23 16:19:26.151 INFO O| Sep 23 16:19:26.151 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-09-23T16:19:27.377Z[ recovery-image] Sep 23 16:19:26.161 INFO O| Sep 23 16:19:26.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59242024-09-23T16:19:27.377Z[ recovery-image] Sep 23 16:19:26.161 INFO O| Sep 23 16:19:26.161 INFO STEP 629 (remove_files) COMPLETE
59252024-09-23T16:19:27.377Z[ recovery-image] Sep 23 16:19:26.161 INFO O| Sep 23 16:19:26.161 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-09-23T16:19:27.387Z[ recovery-image] Sep 23 16:19:26.171 INFO O| Sep 23 16:19:26.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59272024-09-23T16:19:27.387Z[ recovery-image] Sep 23 16:19:26.171 INFO O| Sep 23 16:19:26.171 INFO STEP 630 (remove_files) COMPLETE
59282024-09-23T16:19:27.387Z[ recovery-image] Sep 23 16:19:26.171 INFO O| Sep 23 16:19:26.171 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-09-23T16:19:27.397Z[ recovery-image] Sep 23 16:19:26.181 INFO O| Sep 23 16:19:26.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59302024-09-23T16:19:27.403Z[ recovery-image] Sep 23 16:19:26.181 INFO O| Sep 23 16:19:26.181 INFO STEP 631 (remove_files) COMPLETE
59312024-09-23T16:19:27.403Z[ recovery-image] Sep 23 16:19:26.181 INFO O| Sep 23 16:19:26.181 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-09-23T16:19:27.407Z[ recovery-image] Sep 23 16:19:26.190 INFO O| Sep 23 16:19:26.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59332024-09-23T16:19:27.410Z[ recovery-image] Sep 23 16:19:26.191 INFO O| Sep 23 16:19:26.191 INFO STEP 632 (remove_files) COMPLETE
59342024-09-23T16:19:27.410Z[ recovery-image] Sep 23 16:19:26.191 INFO O| Sep 23 16:19:26.191 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-09-23T16:19:27.416Z[ recovery-image] Sep 23 16:19:26.200 INFO O| Sep 23 16:19:26.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59362024-09-23T16:19:27.429Z[ recovery-image] Sep 23 16:19:26.201 INFO O| Sep 23 16:19:26.201 INFO STEP 633 (remove_files) COMPLETE
59372024-09-23T16:19:27.429Z[ recovery-image] Sep 23 16:19:26.201 INFO O| Sep 23 16:19:26.201 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-09-23T16:19:27.432Z[ recovery-image] Sep 23 16:19:26.210 INFO O| Sep 23 16:19:26.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59392024-09-23T16:19:27.432Z[ recovery-image] Sep 23 16:19:26.210 INFO O| Sep 23 16:19:26.210 INFO STEP 634 (remove_files) COMPLETE
59402024-09-23T16:19:27.432Z[ recovery-image] Sep 23 16:19:26.210 INFO O| Sep 23 16:19:26.210 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-09-23T16:19:27.435Z[ recovery-image] Sep 23 16:19:26.219 INFO O| Sep 23 16:19:26.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59422024-09-23T16:19:27.436Z[ recovery-image] Sep 23 16:19:26.219 INFO O| Sep 23 16:19:26.219 INFO STEP 635 (remove_files) COMPLETE
59432024-09-23T16:19:27.436Z[ recovery-image] Sep 23 16:19:26.219 INFO O| Sep 23 16:19:26.219 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-09-23T16:19:27.445Z[ recovery-image] Sep 23 16:19:26.229 INFO O| Sep 23 16:19:26.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59452024-09-23T16:19:27.447Z[ recovery-image] Sep 23 16:19:26.229 INFO O| Sep 23 16:19:26.229 INFO STEP 636 (remove_files) COMPLETE
59462024-09-23T16:19:27.447Z[ recovery-image] Sep 23 16:19:26.229 INFO O| Sep 23 16:19:26.229 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-09-23T16:19:27.455Z[ recovery-image] Sep 23 16:19:26.239 INFO O| Sep 23 16:19:26.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59482024-09-23T16:19:27.455Z[ recovery-image] Sep 23 16:19:26.239 INFO O| Sep 23 16:19:26.239 INFO STEP 637 (remove_files) COMPLETE
59492024-09-23T16:19:27.457Z[ recovery-image] Sep 23 16:19:26.239 INFO O| Sep 23 16:19:26.239 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-09-23T16:19:27.464Z[ recovery-image] Sep 23 16:19:26.248 INFO O| Sep 23 16:19:26.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59512024-09-23T16:19:27.466Z[ recovery-image] Sep 23 16:19:26.248 INFO O| Sep 23 16:19:26.248 INFO STEP 638 (remove_files) COMPLETE
59522024-09-23T16:19:27.466Z[ recovery-image] Sep 23 16:19:26.248 INFO O| Sep 23 16:19:26.248 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-09-23T16:19:27.478Z[ recovery-image] Sep 23 16:19:26.260 INFO O| Sep 23 16:19:26.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59542024-09-23T16:19:27.478Z[ recovery-image] Sep 23 16:19:26.260 INFO O| Sep 23 16:19:26.260 INFO STEP 639 (remove_files) COMPLETE
59552024-09-23T16:19:27.480Z[ recovery-image] Sep 23 16:19:26.260 INFO O| Sep 23 16:19:26.260 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-09-23T16:19:27.485Z[ recovery-image] Sep 23 16:19:26.269 INFO O| Sep 23 16:19:26.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59572024-09-23T16:19:27.485Z[ recovery-image] Sep 23 16:19:26.269 INFO O| Sep 23 16:19:26.269 INFO STEP 640 (remove_files) COMPLETE
59582024-09-23T16:19:27.487Z[ recovery-image] Sep 23 16:19:26.270 INFO O| Sep 23 16:19:26.269 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-09-23T16:19:27.497Z[ recovery-image] Sep 23 16:19:26.281 INFO O| Sep 23 16:19:26.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59602024-09-23T16:19:27.497Z[ recovery-image] Sep 23 16:19:26.281 INFO O| Sep 23 16:19:26.281 INFO STEP 641 (remove_files) COMPLETE
59612024-09-23T16:19:27.497Z[ recovery-image] Sep 23 16:19:26.281 INFO O| Sep 23 16:19:26.281 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-09-23T16:19:27.506Z[ recovery-image] Sep 23 16:19:26.290 INFO O| Sep 23 16:19:26.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59632024-09-23T16:19:27.506Z[ recovery-image] Sep 23 16:19:26.290 INFO O| Sep 23 16:19:26.290 INFO STEP 642 (remove_files) COMPLETE
59642024-09-23T16:19:27.506Z[ recovery-image] Sep 23 16:19:26.290 INFO O| Sep 23 16:19:26.290 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-09-23T16:19:27.517Z[ recovery-image] Sep 23 16:19:26.302 INFO O| Sep 23 16:19:26.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59662024-09-23T16:19:27.520Z[ recovery-image] Sep 23 16:19:26.302 INFO O| Sep 23 16:19:26.302 INFO STEP 643 (remove_files) COMPLETE
59672024-09-23T16:19:27.520Z[ recovery-image] Sep 23 16:19:26.302 INFO O| Sep 23 16:19:26.302 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-09-23T16:19:27.527Z[ recovery-image] Sep 23 16:19:26.311 INFO O| Sep 23 16:19:26.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59692024-09-23T16:19:27.529Z[ recovery-image] Sep 23 16:19:26.311 INFO O| Sep 23 16:19:26.311 INFO STEP 644 (remove_files) COMPLETE
59702024-09-23T16:19:27.529Z[ recovery-image] Sep 23 16:19:26.311 INFO O| Sep 23 16:19:26.311 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-09-23T16:19:27.537Z[ recovery-image] Sep 23 16:19:26.321 INFO O| Sep 23 16:19:26.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59722024-09-23T16:19:27.537Z[ recovery-image] Sep 23 16:19:26.321 INFO O| Sep 23 16:19:26.321 INFO STEP 645 (remove_files) COMPLETE
59732024-09-23T16:19:27.539Z[ recovery-image] Sep 23 16:19:26.321 INFO O| Sep 23 16:19:26.321 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-09-23T16:19:27.546Z[ recovery-image] Sep 23 16:19:26.330 INFO O| Sep 23 16:19:26.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59752024-09-23T16:19:27.546Z[ recovery-image] Sep 23 16:19:26.330 INFO O| Sep 23 16:19:26.330 INFO STEP 646 (remove_files) COMPLETE
59762024-09-23T16:19:27.546Z[ recovery-image] Sep 23 16:19:26.330 INFO O| Sep 23 16:19:26.330 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-09-23T16:19:27.555Z[ recovery-image] Sep 23 16:19:26.340 INFO O| Sep 23 16:19:26.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59782024-09-23T16:19:27.558Z[ recovery-image] Sep 23 16:19:26.340 INFO O| Sep 23 16:19:26.340 INFO STEP 647 (remove_files) COMPLETE
59792024-09-23T16:19:27.558Z[ recovery-image] Sep 23 16:19:26.340 INFO O| Sep 23 16:19:26.340 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-09-23T16:19:27.566Z[ recovery-image] Sep 23 16:19:26.349 INFO O| Sep 23 16:19:26.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59812024-09-23T16:19:27.566Z[ recovery-image] Sep 23 16:19:26.349 INFO O| Sep 23 16:19:26.349 INFO STEP 648 (remove_files) COMPLETE
59822024-09-23T16:19:27.566Z[ recovery-image] Sep 23 16:19:26.349 INFO O| Sep 23 16:19:26.349 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-09-23T16:19:27.574Z[ recovery-image] Sep 23 16:19:26.358 INFO O| Sep 23 16:19:26.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59842024-09-23T16:19:27.574Z[ recovery-image] Sep 23 16:19:26.358 INFO O| Sep 23 16:19:26.358 INFO STEP 649 (remove_files) COMPLETE
59852024-09-23T16:19:27.577Z[ recovery-image] Sep 23 16:19:26.358 INFO O| Sep 23 16:19:26.358 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-09-23T16:19:27.583Z[ recovery-image] Sep 23 16:19:26.368 INFO O| Sep 23 16:19:26.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59872024-09-23T16:19:27.584Z[ recovery-image] Sep 23 16:19:26.368 INFO O| Sep 23 16:19:26.368 INFO STEP 650 (remove_files) COMPLETE
59882024-09-23T16:19:27.584Z[ recovery-image] Sep 23 16:19:26.368 INFO O| Sep 23 16:19:26.368 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-09-23T16:19:27.593Z[ recovery-image] Sep 23 16:19:26.377 INFO O| Sep 23 16:19:26.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59902024-09-23T16:19:27.593Z[ recovery-image] Sep 23 16:19:26.377 INFO O| Sep 23 16:19:26.377 INFO STEP 651 (remove_files) COMPLETE
59912024-09-23T16:19:27.595Z[ recovery-image] Sep 23 16:19:26.377 INFO O| Sep 23 16:19:26.377 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-09-23T16:19:27.602Z[ recovery-image] Sep 23 16:19:26.386 INFO O| Sep 23 16:19:26.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59932024-09-23T16:19:27.605Z[ recovery-image] Sep 23 16:19:26.386 INFO O| Sep 23 16:19:26.386 INFO STEP 652 (remove_files) COMPLETE
59942024-09-23T16:19:27.605Z[ recovery-image] Sep 23 16:19:26.386 INFO O| Sep 23 16:19:26.386 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-09-23T16:19:27.611Z[ recovery-image] Sep 23 16:19:26.395 INFO O| Sep 23 16:19:26.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59962024-09-23T16:19:27.611Z[ recovery-image] Sep 23 16:19:26.395 INFO O| Sep 23 16:19:26.395 INFO STEP 653 (remove_files) COMPLETE
59972024-09-23T16:19:27.614Z[ recovery-image] Sep 23 16:19:26.396 INFO O| Sep 23 16:19:26.395 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-09-23T16:19:27.621Z[ recovery-image] Sep 23 16:19:26.405 INFO O| Sep 23 16:19:26.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59992024-09-23T16:19:27.621Z[ recovery-image] Sep 23 16:19:26.405 INFO O| Sep 23 16:19:26.405 INFO STEP 654 (remove_files) COMPLETE
60002024-09-23T16:19:27.623Z[ recovery-image] Sep 23 16:19:26.405 INFO O| Sep 23 16:19:26.405 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-09-23T16:19:27.630Z[ recovery-image] Sep 23 16:19:26.414 INFO O| Sep 23 16:19:26.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60022024-09-23T16:19:27.630Z[ recovery-image] Sep 23 16:19:26.414 INFO O| Sep 23 16:19:26.414 INFO STEP 655 (remove_files) COMPLETE
60032024-09-23T16:19:27.632Z[ recovery-image] Sep 23 16:19:26.414 INFO O| Sep 23 16:19:26.414 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-09-23T16:19:27.639Z[ recovery-image] Sep 23 16:19:26.423 INFO O| Sep 23 16:19:26.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60052024-09-23T16:19:27.639Z[ recovery-image] Sep 23 16:19:26.424 INFO O| Sep 23 16:19:26.424 INFO STEP 656 (remove_files) COMPLETE
60062024-09-23T16:19:27.641Z[ recovery-image] Sep 23 16:19:26.424 INFO O| Sep 23 16:19:26.424 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-09-23T16:19:27.649Z[ recovery-image] Sep 23 16:19:26.433 INFO O| Sep 23 16:19:26.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60082024-09-23T16:19:27.651Z[ recovery-image] Sep 23 16:19:26.434 INFO O| Sep 23 16:19:26.433 INFO STEP 657 (remove_files) COMPLETE
60092024-09-23T16:19:27.651Z[ recovery-image] Sep 23 16:19:26.434 INFO O| Sep 23 16:19:26.434 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-09-23T16:19:27.659Z[ recovery-image] Sep 23 16:19:26.443 INFO O| Sep 23 16:19:26.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60112024-09-23T16:19:27.661Z[ recovery-image] Sep 23 16:19:26.443 INFO O| Sep 23 16:19:26.443 INFO STEP 658 (remove_files) COMPLETE
60122024-09-23T16:19:27.661Z[ recovery-image] Sep 23 16:19:26.443 INFO O| Sep 23 16:19:26.443 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-09-23T16:19:27.668Z[ recovery-image] Sep 23 16:19:26.452 INFO O| Sep 23 16:19:26.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60142024-09-23T16:19:27.668Z[ recovery-image] Sep 23 16:19:26.452 INFO O| Sep 23 16:19:26.452 INFO STEP 659 (remove_files) COMPLETE
60152024-09-23T16:19:27.671Z[ recovery-image] Sep 23 16:19:26.452 INFO O| Sep 23 16:19:26.452 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-09-23T16:19:27.677Z[ recovery-image] Sep 23 16:19:26.462 INFO O| Sep 23 16:19:26.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60172024-09-23T16:19:27.677Z[ recovery-image] Sep 23 16:19:26.462 INFO O| Sep 23 16:19:26.462 INFO STEP 660 (remove_files) COMPLETE
60182024-09-23T16:19:27.677Z[ recovery-image] Sep 23 16:19:26.462 INFO O| Sep 23 16:19:26.462 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-09-23T16:19:27.687Z[ recovery-image] Sep 23 16:19:26.471 INFO O| Sep 23 16:19:26.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60202024-09-23T16:19:27.687Z[ recovery-image] Sep 23 16:19:26.471 INFO O| Sep 23 16:19:26.471 INFO STEP 661 (remove_files) COMPLETE
60212024-09-23T16:19:27.687Z[ recovery-image] Sep 23 16:19:26.471 INFO O| Sep 23 16:19:26.471 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-09-23T16:19:27.696Z[ recovery-image] Sep 23 16:19:26.480 INFO O| Sep 23 16:19:26.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60232024-09-23T16:19:27.696Z[ recovery-image] Sep 23 16:19:26.480 INFO O| Sep 23 16:19:26.480 INFO STEP 662 (remove_files) COMPLETE
60242024-09-23T16:19:27.696Z[ recovery-image] Sep 23 16:19:26.480 INFO O| Sep 23 16:19:26.480 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-09-23T16:19:27.705Z[ recovery-image] Sep 23 16:19:26.489 INFO O| Sep 23 16:19:26.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60262024-09-23T16:19:27.705Z[ recovery-image] Sep 23 16:19:26.489 INFO O| Sep 23 16:19:26.489 INFO STEP 663 (remove_files) COMPLETE
60272024-09-23T16:19:27.708Z[ recovery-image] Sep 23 16:19:26.490 INFO O| Sep 23 16:19:26.489 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-09-23T16:19:27.715Z[ recovery-image] Sep 23 16:19:26.499 INFO O| Sep 23 16:19:26.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60292024-09-23T16:19:27.715Z[ recovery-image] Sep 23 16:19:26.499 INFO O| Sep 23 16:19:26.499 INFO STEP 664 (remove_files) COMPLETE
60302024-09-23T16:19:27.715Z[ recovery-image] Sep 23 16:19:26.499 INFO O| Sep 23 16:19:26.499 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-09-23T16:19:27.725Z[ recovery-image] Sep 23 16:19:26.509 INFO O| Sep 23 16:19:26.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60322024-09-23T16:19:27.725Z[ recovery-image] Sep 23 16:19:26.509 INFO O| Sep 23 16:19:26.509 INFO STEP 665 (remove_files) COMPLETE
60332024-09-23T16:19:27.725Z[ recovery-image] Sep 23 16:19:26.509 INFO O| Sep 23 16:19:26.509 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-09-23T16:19:27.735Z[ recovery-image] Sep 23 16:19:26.519 INFO O| Sep 23 16:19:26.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60352024-09-23T16:19:27.735Z[ recovery-image] Sep 23 16:19:26.519 INFO O| Sep 23 16:19:26.519 INFO STEP 666 (remove_files) COMPLETE
60362024-09-23T16:19:27.738Z[ recovery-image] Sep 23 16:19:26.519 INFO O| Sep 23 16:19:26.519 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-09-23T16:19:27.744Z[ recovery-image] Sep 23 16:19:26.528 INFO O| Sep 23 16:19:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60382024-09-23T16:19:27.747Z[ recovery-image] Sep 23 16:19:26.528 INFO O| Sep 23 16:19:26.528 INFO STEP 667 (remove_files) COMPLETE
60392024-09-23T16:19:27.747Z[ recovery-image] Sep 23 16:19:26.528 INFO O| Sep 23 16:19:26.528 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-09-23T16:19:27.753Z[ recovery-image] Sep 23 16:19:26.537 INFO O| Sep 23 16:19:26.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60412024-09-23T16:19:27.753Z[ recovery-image] Sep 23 16:19:26.538 INFO O| Sep 23 16:19:26.537 INFO STEP 668 (remove_files) COMPLETE
60422024-09-23T16:19:27.755Z[ recovery-image] Sep 23 16:19:26.538 INFO O| Sep 23 16:19:26.537 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-09-23T16:19:27.763Z[ recovery-image] Sep 23 16:19:26.547 INFO O| Sep 23 16:19:26.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60442024-09-23T16:19:27.763Z[ recovery-image] Sep 23 16:19:26.547 INFO O| Sep 23 16:19:26.547 INFO STEP 669 (remove_files) COMPLETE
60452024-09-23T16:19:27.765Z[ recovery-image] Sep 23 16:19:26.547 INFO O| Sep 23 16:19:26.547 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-09-23T16:19:27.772Z[ recovery-image] Sep 23 16:19:26.556 INFO O| Sep 23 16:19:26.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60472024-09-23T16:19:27.772Z[ recovery-image] Sep 23 16:19:26.556 INFO O| Sep 23 16:19:26.556 INFO STEP 670 (remove_files) COMPLETE
60482024-09-23T16:19:27.774Z[ recovery-image] Sep 23 16:19:26.556 INFO O| Sep 23 16:19:26.556 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-09-23T16:19:27.782Z[ recovery-image] Sep 23 16:19:26.566 INFO O| Sep 23 16:19:26.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60502024-09-23T16:19:27.782Z[ recovery-image] Sep 23 16:19:26.566 INFO O| Sep 23 16:19:26.566 INFO STEP 671 (remove_files) COMPLETE
60512024-09-23T16:19:27.782Z[ recovery-image] Sep 23 16:19:26.566 INFO O| Sep 23 16:19:26.566 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-09-23T16:19:27.791Z[ recovery-image] Sep 23 16:19:26.575 INFO O| Sep 23 16:19:26.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60532024-09-23T16:19:27.793Z[ recovery-image] Sep 23 16:19:26.575 INFO O| Sep 23 16:19:26.575 INFO STEP 672 (remove_files) COMPLETE
60542024-09-23T16:19:27.793Z[ recovery-image] Sep 23 16:19:26.575 INFO O| Sep 23 16:19:26.575 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-09-23T16:19:27.800Z[ recovery-image] Sep 23 16:19:26.584 INFO O| Sep 23 16:19:26.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60562024-09-23T16:19:27.800Z[ recovery-image] Sep 23 16:19:26.584 INFO O| Sep 23 16:19:26.584 INFO STEP 673 (remove_files) COMPLETE
60572024-09-23T16:19:27.802Z[ recovery-image] Sep 23 16:19:26.584 INFO O| Sep 23 16:19:26.584 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-09-23T16:19:27.809Z[ recovery-image] Sep 23 16:19:26.593 INFO O| Sep 23 16:19:26.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60592024-09-23T16:19:27.809Z[ recovery-image] Sep 23 16:19:26.594 INFO O| Sep 23 16:19:26.594 INFO STEP 674 (remove_files) COMPLETE
60602024-09-23T16:19:27.809Z[ recovery-image] Sep 23 16:19:26.594 INFO O| Sep 23 16:19:26.594 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-09-23T16:19:27.819Z[ recovery-image] Sep 23 16:19:26.603 INFO O| Sep 23 16:19:26.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60622024-09-23T16:19:27.819Z[ recovery-image] Sep 23 16:19:26.603 INFO O| Sep 23 16:19:26.603 INFO STEP 675 (remove_files) COMPLETE
60632024-09-23T16:19:27.821Z[ recovery-image] Sep 23 16:19:26.603 INFO O| Sep 23 16:19:26.603 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-09-23T16:19:27.828Z[ recovery-image] Sep 23 16:19:26.612 INFO O| Sep 23 16:19:26.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60652024-09-23T16:19:27.831Z[ recovery-image] Sep 23 16:19:26.612 INFO O| Sep 23 16:19:26.612 INFO STEP 676 (remove_files) COMPLETE
60662024-09-23T16:19:27.831Z[ recovery-image] Sep 23 16:19:26.612 INFO O| Sep 23 16:19:26.612 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-09-23T16:19:27.837Z[ recovery-image] Sep 23 16:19:26.621 INFO O| Sep 23 16:19:26.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60682024-09-23T16:19:27.837Z[ recovery-image] Sep 23 16:19:26.621 INFO O| Sep 23 16:19:26.621 INFO STEP 677 (remove_files) COMPLETE
60692024-09-23T16:19:27.840Z[ recovery-image] Sep 23 16:19:26.621 INFO O| Sep 23 16:19:26.621 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-09-23T16:19:27.846Z[ recovery-image] Sep 23 16:19:26.631 INFO O| Sep 23 16:19:26.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60712024-09-23T16:19:27.846Z[ recovery-image] Sep 23 16:19:26.631 INFO O| Sep 23 16:19:26.631 INFO STEP 678 (remove_files) COMPLETE
60722024-09-23T16:19:27.846Z[ recovery-image] Sep 23 16:19:26.631 INFO O| Sep 23 16:19:26.631 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-09-23T16:19:27.855Z[ recovery-image] Sep 23 16:19:26.640 INFO O| Sep 23 16:19:26.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60742024-09-23T16:19:27.855Z[ recovery-image] Sep 23 16:19:26.640 INFO O| Sep 23 16:19:26.640 INFO STEP 679 (remove_files) COMPLETE
60752024-09-23T16:19:27.858Z[ recovery-image] Sep 23 16:19:26.640 INFO O| Sep 23 16:19:26.640 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-09-23T16:19:27.865Z[ recovery-image] Sep 23 16:19:26.649 INFO O| Sep 23 16:19:26.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60772024-09-23T16:19:27.867Z[ recovery-image] Sep 23 16:19:26.649 INFO O| Sep 23 16:19:26.649 INFO STEP 680 (remove_files) COMPLETE
60782024-09-23T16:19:27.867Z[ recovery-image] Sep 23 16:19:26.649 INFO O| Sep 23 16:19:26.649 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-09-23T16:19:27.874Z[ recovery-image] Sep 23 16:19:26.658 INFO O| Sep 23 16:19:26.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60802024-09-23T16:19:27.876Z[ recovery-image] Sep 23 16:19:26.658 INFO O| Sep 23 16:19:26.658 INFO STEP 681 (remove_files) COMPLETE
60812024-09-23T16:19:27.876Z[ recovery-image] Sep 23 16:19:26.658 INFO O| Sep 23 16:19:26.658 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-09-23T16:19:27.883Z[ recovery-image] Sep 23 16:19:26.667 INFO O| Sep 23 16:19:26.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60832024-09-23T16:19:27.883Z[ recovery-image] Sep 23 16:19:26.667 INFO O| Sep 23 16:19:26.667 INFO STEP 682 (remove_files) COMPLETE
60842024-09-23T16:19:27.883Z[ recovery-image] Sep 23 16:19:26.667 INFO O| Sep 23 16:19:26.667 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-09-23T16:19:27.892Z[ recovery-image] Sep 23 16:19:26.676 INFO O| Sep 23 16:19:26.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60862024-09-23T16:19:27.892Z[ recovery-image] Sep 23 16:19:26.677 INFO O| Sep 23 16:19:26.677 INFO STEP 683 (remove_files) COMPLETE
60872024-09-23T16:19:27.895Z[ recovery-image] Sep 23 16:19:26.677 INFO O| Sep 23 16:19:26.677 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-09-23T16:19:27.901Z[ recovery-image] Sep 23 16:19:26.686 INFO O| Sep 23 16:19:26.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60892024-09-23T16:19:27.901Z[ recovery-image] Sep 23 16:19:26.686 INFO O| Sep 23 16:19:26.686 INFO STEP 684 (remove_files) COMPLETE
60902024-09-23T16:19:27.903Z[ recovery-image] Sep 23 16:19:26.686 INFO O| Sep 23 16:19:26.686 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-09-23T16:19:27.911Z[ recovery-image] Sep 23 16:19:26.695 INFO O| Sep 23 16:19:26.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60922024-09-23T16:19:27.913Z[ recovery-image] Sep 23 16:19:26.695 INFO O| Sep 23 16:19:26.695 INFO STEP 685 (remove_files) COMPLETE
60932024-09-23T16:19:27.913Z[ recovery-image] Sep 23 16:19:26.695 INFO O| Sep 23 16:19:26.695 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-09-23T16:19:27.920Z[ recovery-image] Sep 23 16:19:26.704 INFO O| Sep 23 16:19:26.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60952024-09-23T16:19:27.920Z[ recovery-image] Sep 23 16:19:26.704 INFO O| Sep 23 16:19:26.704 INFO STEP 686 (remove_files) COMPLETE
60962024-09-23T16:19:27.920Z[ recovery-image] Sep 23 16:19:26.704 INFO O| Sep 23 16:19:26.704 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-09-23T16:19:27.929Z[ recovery-image] Sep 23 16:19:26.713 INFO O| Sep 23 16:19:26.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60982024-09-23T16:19:27.932Z[ recovery-image] Sep 23 16:19:26.713 INFO O| Sep 23 16:19:26.713 INFO STEP 687 (remove_files) COMPLETE
60992024-09-23T16:19:27.932Z[ recovery-image] Sep 23 16:19:26.713 INFO O| Sep 23 16:19:26.713 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-09-23T16:19:27.938Z[ recovery-image] Sep 23 16:19:26.723 INFO O| Sep 23 16:19:26.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61012024-09-23T16:19:27.938Z[ recovery-image] Sep 23 16:19:26.723 INFO O| Sep 23 16:19:26.723 INFO STEP 688 (remove_files) COMPLETE
61022024-09-23T16:19:27.938Z[ recovery-image] Sep 23 16:19:26.723 INFO O| Sep 23 16:19:26.723 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-09-23T16:19:27.948Z[ recovery-image] Sep 23 16:19:26.732 INFO O| Sep 23 16:19:26.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61042024-09-23T16:19:27.948Z[ recovery-image] Sep 23 16:19:26.732 INFO O| Sep 23 16:19:26.732 INFO STEP 689 (remove_files) COMPLETE
61052024-09-23T16:19:27.951Z[ recovery-image] Sep 23 16:19:26.732 INFO O| Sep 23 16:19:26.732 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-09-23T16:19:27.958Z[ recovery-image] Sep 23 16:19:26.742 INFO O| Sep 23 16:19:26.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61072024-09-23T16:19:27.958Z[ recovery-image] Sep 23 16:19:26.742 INFO O| Sep 23 16:19:26.742 INFO STEP 690 (remove_files) COMPLETE
61082024-09-23T16:19:27.960Z[ recovery-image] Sep 23 16:19:26.742 INFO O| Sep 23 16:19:26.742 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-09-23T16:19:27.967Z[ recovery-image] Sep 23 16:19:26.751 INFO O| Sep 23 16:19:26.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61102024-09-23T16:19:27.969Z[ recovery-image] Sep 23 16:19:26.751 INFO O| Sep 23 16:19:26.751 INFO STEP 691 (remove_files) COMPLETE
61112024-09-23T16:19:27.969Z[ recovery-image] Sep 23 16:19:26.751 INFO O| Sep 23 16:19:26.751 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-09-23T16:19:27.977Z[ recovery-image] Sep 23 16:19:26.761 INFO O| Sep 23 16:19:26.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61132024-09-23T16:19:27.977Z[ recovery-image] Sep 23 16:19:26.761 INFO O| Sep 23 16:19:26.761 INFO STEP 692 (remove_files) COMPLETE
61142024-09-23T16:19:27.979Z[ recovery-image] Sep 23 16:19:26.761 INFO O| Sep 23 16:19:26.761 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-09-23T16:19:27.986Z[ recovery-image] Sep 23 16:19:26.770 INFO O| Sep 23 16:19:26.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61162024-09-23T16:19:27.986Z[ recovery-image] Sep 23 16:19:26.770 INFO O| Sep 23 16:19:26.770 INFO STEP 693 (remove_files) COMPLETE
61172024-09-23T16:19:27.986Z[ recovery-image] Sep 23 16:19:26.770 INFO O| Sep 23 16:19:26.770 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-09-23T16:19:27.995Z[ recovery-image] Sep 23 16:19:26.779 INFO O| Sep 23 16:19:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61192024-09-23T16:19:27.995Z[ recovery-image] Sep 23 16:19:26.779 INFO O| Sep 23 16:19:26.779 INFO STEP 694 (remove_files) COMPLETE
61202024-09-23T16:19:27.998Z[ recovery-image] Sep 23 16:19:26.779 INFO O| Sep 23 16:19:26.779 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-09-23T16:19:28.004Z[ recovery-image] Sep 23 16:19:26.789 INFO O| Sep 23 16:19:26.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61222024-09-23T16:19:28.007Z[ recovery-image] Sep 23 16:19:26.789 INFO O| Sep 23 16:19:26.789 INFO STEP 695 (remove_files) COMPLETE
61232024-09-23T16:19:28.007Z[ recovery-image] Sep 23 16:19:26.789 INFO O| Sep 23 16:19:26.789 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-09-23T16:19:28.014Z[ recovery-image] Sep 23 16:19:26.798 INFO O| Sep 23 16:19:26.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61252024-09-23T16:19:28.016Z[ recovery-image] Sep 23 16:19:26.799 INFO O| Sep 23 16:19:26.799 INFO STEP 696 (remove_files) COMPLETE
61262024-09-23T16:19:28.016Z[ recovery-image] Sep 23 16:19:26.799 INFO O| Sep 23 16:19:26.799 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-09-23T16:19:28.024Z[ recovery-image] Sep 23 16:19:26.808 INFO O| Sep 23 16:19:26.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61282024-09-23T16:19:28.024Z[ recovery-image] Sep 23 16:19:26.808 INFO O| Sep 23 16:19:26.808 INFO STEP 697 (remove_files) COMPLETE
61292024-09-23T16:19:28.026Z[ recovery-image] Sep 23 16:19:26.808 INFO O| Sep 23 16:19:26.808 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-09-23T16:19:28.033Z[ recovery-image] Sep 23 16:19:26.818 INFO O| Sep 23 16:19:26.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61312024-09-23T16:19:28.034Z[ recovery-image] Sep 23 16:19:26.818 INFO O| Sep 23 16:19:26.818 INFO STEP 698 (remove_files) COMPLETE
61322024-09-23T16:19:28.036Z[ recovery-image] Sep 23 16:19:26.818 INFO O| Sep 23 16:19:26.818 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-09-23T16:19:28.043Z[ recovery-image] Sep 23 16:19:26.827 INFO O| Sep 23 16:19:26.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61342024-09-23T16:19:28.045Z[ recovery-image] Sep 23 16:19:26.828 INFO O| Sep 23 16:19:26.828 INFO STEP 699 (remove_files) COMPLETE
61352024-09-23T16:19:28.046Z[ recovery-image] Sep 23 16:19:26.828 INFO O| Sep 23 16:19:26.828 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-09-23T16:19:28.053Z[ recovery-image] Sep 23 16:19:26.838 INFO O| Sep 23 16:19:26.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61372024-09-23T16:19:28.053Z[ recovery-image] Sep 23 16:19:26.838 INFO O| Sep 23 16:19:26.838 INFO STEP 700 (remove_files) COMPLETE
61382024-09-23T16:19:28.056Z[ recovery-image] Sep 23 16:19:26.838 INFO O| Sep 23 16:19:26.838 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-09-23T16:19:28.063Z[ recovery-image] Sep 23 16:19:26.847 INFO O| Sep 23 16:19:26.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61402024-09-23T16:19:28.063Z[ recovery-image] Sep 23 16:19:26.847 INFO O| Sep 23 16:19:26.847 INFO STEP 701 (remove_files) COMPLETE
61412024-09-23T16:19:28.065Z[ recovery-image] Sep 23 16:19:26.847 INFO O| Sep 23 16:19:26.847 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-09-23T16:19:28.072Z[ recovery-image] Sep 23 16:19:26.856 INFO O| Sep 23 16:19:26.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61432024-09-23T16:19:28.074Z[ recovery-image] Sep 23 16:19:26.856 INFO O| Sep 23 16:19:26.856 INFO STEP 702 (remove_files) COMPLETE
61442024-09-23T16:19:28.074Z[ recovery-image] Sep 23 16:19:26.856 INFO O| Sep 23 16:19:26.856 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-09-23T16:19:28.081Z[ recovery-image] Sep 23 16:19:26.866 INFO O| Sep 23 16:19:26.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61462024-09-23T16:19:28.082Z[ recovery-image] Sep 23 16:19:26.866 INFO O| Sep 23 16:19:26.866 INFO STEP 703 (remove_files) COMPLETE
61472024-09-23T16:19:28.084Z[ recovery-image] Sep 23 16:19:26.866 INFO O| Sep 23 16:19:26.866 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-09-23T16:19:28.091Z[ recovery-image] Sep 23 16:19:26.875 INFO O| Sep 23 16:19:26.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61492024-09-23T16:19:28.093Z[ recovery-image] Sep 23 16:19:26.875 INFO O| Sep 23 16:19:26.875 INFO STEP 704 (remove_files) COMPLETE
61502024-09-23T16:19:28.093Z[ recovery-image] Sep 23 16:19:26.875 INFO O| Sep 23 16:19:26.875 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-09-23T16:19:28.100Z[ recovery-image] Sep 23 16:19:26.884 INFO O| Sep 23 16:19:26.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61522024-09-23T16:19:28.102Z[ recovery-image] Sep 23 16:19:26.884 INFO O| Sep 23 16:19:26.884 INFO STEP 705 (remove_files) COMPLETE
61532024-09-23T16:19:28.102Z[ recovery-image] Sep 23 16:19:26.884 INFO O| Sep 23 16:19:26.884 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-09-23T16:19:28.109Z[ recovery-image] Sep 23 16:19:26.894 INFO O| Sep 23 16:19:26.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61552024-09-23T16:19:28.112Z[ recovery-image] Sep 23 16:19:26.894 INFO O| Sep 23 16:19:26.894 INFO STEP 706 (remove_files) COMPLETE
61562024-09-23T16:19:28.112Z[ recovery-image] Sep 23 16:19:26.894 INFO O| Sep 23 16:19:26.894 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-09-23T16:19:28.119Z[ recovery-image] Sep 23 16:19:26.903 INFO O| Sep 23 16:19:26.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61582024-09-23T16:19:28.119Z[ recovery-image] Sep 23 16:19:26.903 INFO O| Sep 23 16:19:26.903 INFO STEP 707 (remove_files) COMPLETE
61592024-09-23T16:19:28.119Z[ recovery-image] Sep 23 16:19:26.903 INFO O| Sep 23 16:19:26.903 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-09-23T16:19:28.128Z[ recovery-image] Sep 23 16:19:26.913 INFO O| Sep 23 16:19:26.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61612024-09-23T16:19:28.131Z[ recovery-image] Sep 23 16:19:26.913 INFO O| Sep 23 16:19:26.913 INFO STEP 708 (remove_files) COMPLETE
61622024-09-23T16:19:28.131Z[ recovery-image] Sep 23 16:19:26.913 INFO O| Sep 23 16:19:26.913 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-09-23T16:19:28.138Z[ recovery-image] Sep 23 16:19:26.922 INFO O| Sep 23 16:19:26.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61642024-09-23T16:19:28.138Z[ recovery-image] Sep 23 16:19:26.922 INFO O| Sep 23 16:19:26.922 INFO STEP 709 (remove_files) COMPLETE
61652024-09-23T16:19:28.140Z[ recovery-image] Sep 23 16:19:26.922 INFO O| Sep 23 16:19:26.922 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-09-23T16:19:28.147Z[ recovery-image] Sep 23 16:19:26.931 INFO O| Sep 23 16:19:26.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61672024-09-23T16:19:28.147Z[ recovery-image] Sep 23 16:19:26.931 INFO O| Sep 23 16:19:26.931 INFO STEP 710 (remove_files) COMPLETE
61682024-09-23T16:19:28.147Z[ recovery-image] Sep 23 16:19:26.931 INFO O| Sep 23 16:19:26.931 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-09-23T16:19:28.156Z[ recovery-image] Sep 23 16:19:26.940 INFO O| Sep 23 16:19:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61702024-09-23T16:19:28.159Z[ recovery-image] Sep 23 16:19:26.941 INFO O| Sep 23 16:19:26.941 INFO STEP 711 (remove_files) COMPLETE
61712024-09-23T16:19:28.159Z[ recovery-image] Sep 23 16:19:26.941 INFO O| Sep 23 16:19:26.941 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-09-23T16:19:28.165Z[ recovery-image] Sep 23 16:19:26.950 INFO O| Sep 23 16:19:26.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61732024-09-23T16:19:28.165Z[ recovery-image] Sep 23 16:19:26.950 INFO O| Sep 23 16:19:26.950 INFO STEP 712 (remove_files) COMPLETE
61742024-09-23T16:19:28.168Z[ recovery-image] Sep 23 16:19:26.950 INFO O| Sep 23 16:19:26.950 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-09-23T16:19:28.175Z[ recovery-image] Sep 23 16:19:26.959 INFO O| Sep 23 16:19:26.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61762024-09-23T16:19:28.175Z[ recovery-image] Sep 23 16:19:26.959 INFO O| Sep 23 16:19:26.959 INFO STEP 713 (remove_files) COMPLETE
61772024-09-23T16:19:28.177Z[ recovery-image] Sep 23 16:19:26.959 INFO O| Sep 23 16:19:26.959 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-09-23T16:19:28.184Z[ recovery-image] Sep 23 16:19:26.968 INFO O| Sep 23 16:19:26.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61792024-09-23T16:19:28.184Z[ recovery-image] Sep 23 16:19:26.968 INFO O| Sep 23 16:19:26.968 INFO STEP 714 (remove_files) COMPLETE
61802024-09-23T16:19:28.184Z[ recovery-image] Sep 23 16:19:26.968 INFO O| Sep 23 16:19:26.968 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-09-23T16:19:28.193Z[ recovery-image] Sep 23 16:19:26.977 INFO O| Sep 23 16:19:26.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61822024-09-23T16:19:28.193Z[ recovery-image] Sep 23 16:19:26.977 INFO O| Sep 23 16:19:26.977 INFO STEP 715 (remove_files) COMPLETE
61832024-09-23T16:19:28.195Z[ recovery-image] Sep 23 16:19:26.977 INFO O| Sep 23 16:19:26.977 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-09-23T16:19:28.203Z[ recovery-image] Sep 23 16:19:26.987 INFO O| Sep 23 16:19:26.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61852024-09-23T16:19:28.203Z[ recovery-image] Sep 23 16:19:26.987 INFO O| Sep 23 16:19:26.987 INFO STEP 716 (remove_files) COMPLETE
61862024-09-23T16:19:28.203Z[ recovery-image] Sep 23 16:19:26.987 INFO O| Sep 23 16:19:26.987 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-09-23T16:19:28.212Z[ recovery-image] Sep 23 16:19:26.996 INFO O| Sep 23 16:19:26.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61882024-09-23T16:19:28.212Z[ recovery-image] Sep 23 16:19:26.996 INFO O| Sep 23 16:19:26.996 INFO STEP 717 (remove_files) COMPLETE
61892024-09-23T16:19:28.212Z[ recovery-image] Sep 23 16:19:26.996 INFO O| Sep 23 16:19:26.996 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-09-23T16:19:28.222Z[ recovery-image] Sep 23 16:19:27.006 INFO O| Sep 23 16:19:27.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61912024-09-23T16:19:28.222Z[ recovery-image] Sep 23 16:19:27.006 INFO O| Sep 23 16:19:27.006 INFO STEP 718 (remove_files) COMPLETE
61922024-09-23T16:19:28.222Z[ recovery-image] Sep 23 16:19:27.006 INFO O| Sep 23 16:19:27.006 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-09-23T16:19:28.232Z[ recovery-image] Sep 23 16:19:27.016 INFO O| Sep 23 16:19:27.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61942024-09-23T16:19:28.232Z[ recovery-image] Sep 23 16:19:27.016 INFO O| Sep 23 16:19:27.016 INFO STEP 719 (remove_files) COMPLETE
61952024-09-23T16:19:28.234Z[ recovery-image] Sep 23 16:19:27.016 INFO O| Sep 23 16:19:27.016 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-09-23T16:19:28.241Z[ recovery-image] Sep 23 16:19:27.025 INFO O| Sep 23 16:19:27.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61972024-09-23T16:19:28.241Z[ recovery-image] Sep 23 16:19:27.025 INFO O| Sep 23 16:19:27.025 INFO STEP 720 (remove_files) COMPLETE
61982024-09-23T16:19:28.241Z[ recovery-image] Sep 23 16:19:27.025 INFO O| Sep 23 16:19:27.025 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-09-23T16:19:28.251Z[ recovery-image] Sep 23 16:19:27.035 INFO O| Sep 23 16:19:27.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62002024-09-23T16:19:28.253Z[ recovery-image] Sep 23 16:19:27.035 INFO O| Sep 23 16:19:27.035 INFO STEP 721 (remove_files) COMPLETE
62012024-09-23T16:19:28.253Z[ recovery-image] Sep 23 16:19:27.035 INFO O| Sep 23 16:19:27.035 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-09-23T16:19:28.262Z[ recovery-image] Sep 23 16:19:27.046 INFO O| Sep 23 16:19:27.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62032024-09-23T16:19:28.262Z[ recovery-image] Sep 23 16:19:27.046 INFO O| Sep 23 16:19:27.046 INFO STEP 722 (remove_files) COMPLETE
62042024-09-23T16:19:28.264Z[ recovery-image] Sep 23 16:19:27.046 INFO O| Sep 23 16:19:27.046 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-09-23T16:19:28.273Z[ recovery-image] Sep 23 16:19:27.057 INFO O| Sep 23 16:19:27.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62062024-09-23T16:19:28.273Z[ recovery-image] Sep 23 16:19:27.057 INFO O| Sep 23 16:19:27.057 INFO STEP 723 (remove_files) COMPLETE
62072024-09-23T16:19:28.276Z[ recovery-image] Sep 23 16:19:27.057 INFO O| Sep 23 16:19:27.057 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-09-23T16:19:28.282Z[ recovery-image] Sep 23 16:19:27.067 INFO O| Sep 23 16:19:27.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62092024-09-23T16:19:28.282Z[ recovery-image] Sep 23 16:19:27.067 INFO O| Sep 23 16:19:27.067 INFO STEP 724 (remove_files) COMPLETE
62102024-09-23T16:19:28.285Z[ recovery-image] Sep 23 16:19:27.067 INFO O| Sep 23 16:19:27.067 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-09-23T16:19:28.294Z[ recovery-image] Sep 23 16:19:27.078 INFO O| Sep 23 16:19:27.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62122024-09-23T16:19:28.294Z[ recovery-image] Sep 23 16:19:27.078 INFO O| Sep 23 16:19:27.078 INFO STEP 725 (remove_files) COMPLETE
62132024-09-23T16:19:28.296Z[ recovery-image] Sep 23 16:19:27.078 INFO O| Sep 23 16:19:27.078 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-09-23T16:19:28.304Z[ recovery-image] Sep 23 16:19:27.088 INFO O| Sep 23 16:19:27.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62152024-09-23T16:19:28.304Z[ recovery-image] Sep 23 16:19:27.088 INFO O| Sep 23 16:19:27.088 INFO STEP 726 (remove_files) COMPLETE
62162024-09-23T16:19:28.306Z[ recovery-image] Sep 23 16:19:27.088 INFO O| Sep 23 16:19:27.088 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-09-23T16:19:28.313Z[ recovery-image] Sep 23 16:19:27.097 INFO O| Sep 23 16:19:27.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62182024-09-23T16:19:28.313Z[ recovery-image] Sep 23 16:19:27.097 INFO O| Sep 23 16:19:27.097 INFO STEP 727 (remove_files) COMPLETE
62192024-09-23T16:19:28.316Z[ recovery-image] Sep 23 16:19:27.097 INFO O| Sep 23 16:19:27.097 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-09-23T16:19:28.323Z[ recovery-image] Sep 23 16:19:27.107 INFO O| Sep 23 16:19:27.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62212024-09-23T16:19:28.323Z[ recovery-image] Sep 23 16:19:27.107 INFO O| Sep 23 16:19:27.107 INFO STEP 728 (remove_files) COMPLETE
62222024-09-23T16:19:28.323Z[ recovery-image] Sep 23 16:19:27.107 INFO O| Sep 23 16:19:27.107 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-09-23T16:19:28.333Z[ recovery-image] Sep 23 16:19:27.117 INFO O| Sep 23 16:19:27.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62242024-09-23T16:19:28.333Z[ recovery-image] Sep 23 16:19:27.117 INFO O| Sep 23 16:19:27.117 INFO STEP 729 (remove_files) COMPLETE
62252024-09-23T16:19:28.333Z[ recovery-image] Sep 23 16:19:27.117 INFO O| Sep 23 16:19:27.117 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-09-23T16:19:28.342Z[ recovery-image] Sep 23 16:19:27.127 INFO O| Sep 23 16:19:27.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62272024-09-23T16:19:28.342Z[ recovery-image] Sep 23 16:19:27.127 INFO O| Sep 23 16:19:27.127 INFO STEP 730 (remove_files) COMPLETE
62282024-09-23T16:19:28.343Z[ recovery-image] Sep 23 16:19:27.127 INFO O| Sep 23 16:19:27.127 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-09-23T16:19:28.352Z[ recovery-image] Sep 23 16:19:27.136 INFO O| Sep 23 16:19:27.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62302024-09-23T16:19:28.352Z[ recovery-image] Sep 23 16:19:27.136 INFO O| Sep 23 16:19:27.136 INFO STEP 731 (remove_files) COMPLETE
62312024-09-23T16:19:28.352Z[ recovery-image] Sep 23 16:19:27.136 INFO O| Sep 23 16:19:27.136 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-09-23T16:19:28.361Z[ recovery-image] Sep 23 16:19:27.145 INFO O| Sep 23 16:19:27.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62332024-09-23T16:19:28.363Z[ recovery-image] Sep 23 16:19:27.145 INFO O| Sep 23 16:19:27.145 INFO STEP 732 (remove_files) COMPLETE
62342024-09-23T16:19:28.363Z[ recovery-image] Sep 23 16:19:27.145 INFO O| Sep 23 16:19:27.145 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-09-23T16:19:28.370Z[ recovery-image] Sep 23 16:19:27.154 INFO O| Sep 23 16:19:27.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62362024-09-23T16:19:28.370Z[ recovery-image] Sep 23 16:19:27.154 INFO O| Sep 23 16:19:27.154 INFO STEP 733 (remove_files) COMPLETE
62372024-09-23T16:19:28.370Z[ recovery-image] Sep 23 16:19:27.154 INFO O| Sep 23 16:19:27.154 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-09-23T16:19:28.379Z[ recovery-image] Sep 23 16:19:27.163 INFO O| Sep 23 16:19:27.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62392024-09-23T16:19:28.379Z[ recovery-image] Sep 23 16:19:27.163 INFO O| Sep 23 16:19:27.163 INFO STEP 734 (remove_files) COMPLETE
62402024-09-23T16:19:28.379Z[ recovery-image] Sep 23 16:19:27.163 INFO O| Sep 23 16:19:27.163 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-09-23T16:19:28.388Z[ recovery-image] Sep 23 16:19:27.172 INFO O| Sep 23 16:19:27.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62422024-09-23T16:19:28.391Z[ recovery-image] Sep 23 16:19:27.173 INFO O| Sep 23 16:19:27.173 INFO STEP 735 (remove_files) COMPLETE
62432024-09-23T16:19:28.391Z[ recovery-image] Sep 23 16:19:27.173 INFO O| Sep 23 16:19:27.173 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-09-23T16:19:28.398Z[ recovery-image] Sep 23 16:19:27.182 INFO O| Sep 23 16:19:27.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62452024-09-23T16:19:28.398Z[ recovery-image] Sep 23 16:19:27.182 INFO O| Sep 23 16:19:27.182 INFO STEP 736 (remove_files) COMPLETE
62462024-09-23T16:19:28.400Z[ recovery-image] Sep 23 16:19:27.182 INFO O| Sep 23 16:19:27.182 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-09-23T16:19:28.407Z[ recovery-image] Sep 23 16:19:27.191 INFO O| Sep 23 16:19:27.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62482024-09-23T16:19:28.407Z[ recovery-image] Sep 23 16:19:27.191 INFO O| Sep 23 16:19:27.191 INFO STEP 737 (remove_files) COMPLETE
62492024-09-23T16:19:28.410Z[ recovery-image] Sep 23 16:19:27.191 INFO O| Sep 23 16:19:27.191 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-09-23T16:19:28.416Z[ recovery-image] Sep 23 16:19:27.200 INFO O| Sep 23 16:19:27.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62512024-09-23T16:19:28.416Z[ recovery-image] Sep 23 16:19:27.201 INFO O| Sep 23 16:19:27.201 INFO STEP 738 (remove_files) COMPLETE
62522024-09-23T16:19:28.419Z[ recovery-image] Sep 23 16:19:27.201 INFO O| Sep 23 16:19:27.201 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-09-23T16:19:28.425Z[ recovery-image] Sep 23 16:19:27.210 INFO O| Sep 23 16:19:27.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62542024-09-23T16:19:28.425Z[ recovery-image] Sep 23 16:19:27.210 INFO O| Sep 23 16:19:27.210 INFO STEP 739 (remove_files) COMPLETE
62552024-09-23T16:19:28.425Z[ recovery-image] Sep 23 16:19:27.210 INFO O| Sep 23 16:19:27.210 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-09-23T16:19:28.435Z[ recovery-image] Sep 23 16:19:27.219 INFO O| Sep 23 16:19:27.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62572024-09-23T16:19:28.437Z[ recovery-image] Sep 23 16:19:27.219 INFO O| Sep 23 16:19:27.219 INFO STEP 740 (remove_files) COMPLETE
62582024-09-23T16:19:28.437Z[ recovery-image] Sep 23 16:19:27.219 INFO O| Sep 23 16:19:27.219 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-09-23T16:19:28.444Z[ recovery-image] Sep 23 16:19:27.228 INFO O| Sep 23 16:19:27.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62602024-09-23T16:19:28.444Z[ recovery-image] Sep 23 16:19:27.228 INFO O| Sep 23 16:19:27.228 INFO STEP 741 (remove_files) COMPLETE
62612024-09-23T16:19:28.444Z[ recovery-image] Sep 23 16:19:27.228 INFO O| Sep 23 16:19:27.228 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-09-23T16:19:28.453Z[ recovery-image] Sep 23 16:19:27.237 INFO O| Sep 23 16:19:27.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62632024-09-23T16:19:28.453Z[ recovery-image] Sep 23 16:19:27.237 INFO O| Sep 23 16:19:27.237 INFO STEP 742 (remove_files) COMPLETE
62642024-09-23T16:19:28.455Z[ recovery-image] Sep 23 16:19:27.237 INFO O| Sep 23 16:19:27.237 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-09-23T16:19:28.463Z[ recovery-image] Sep 23 16:19:27.247 INFO O| Sep 23 16:19:27.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62662024-09-23T16:19:28.465Z[ recovery-image] Sep 23 16:19:27.247 INFO O| Sep 23 16:19:27.247 INFO STEP 743 (remove_files) COMPLETE
62672024-09-23T16:19:28.465Z[ recovery-image] Sep 23 16:19:27.247 INFO O| Sep 23 16:19:27.247 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-09-23T16:19:28.473Z[ recovery-image] Sep 23 16:19:27.257 INFO O| Sep 23 16:19:27.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62692024-09-23T16:19:28.473Z[ recovery-image] Sep 23 16:19:27.257 INFO O| Sep 23 16:19:27.257 INFO STEP 744 (remove_files) COMPLETE
62702024-09-23T16:19:28.475Z[ recovery-image] Sep 23 16:19:27.257 INFO O| Sep 23 16:19:27.257 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-09-23T16:19:28.483Z[ recovery-image] Sep 23 16:19:27.267 INFO O| Sep 23 16:19:27.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62722024-09-23T16:19:28.483Z[ recovery-image] Sep 23 16:19:27.267 INFO O| Sep 23 16:19:27.267 INFO STEP 745 (remove_files) COMPLETE
62732024-09-23T16:19:28.485Z[ recovery-image] Sep 23 16:19:27.267 INFO O| Sep 23 16:19:27.267 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-09-23T16:19:28.494Z[ recovery-image] Sep 23 16:19:27.278 INFO O| Sep 23 16:19:27.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62752024-09-23T16:19:28.494Z[ recovery-image] Sep 23 16:19:27.278 INFO O| Sep 23 16:19:27.278 INFO STEP 746 (remove_files) COMPLETE
62762024-09-23T16:19:28.496Z[ recovery-image] Sep 23 16:19:27.278 INFO O| Sep 23 16:19:27.278 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-09-23T16:19:28.518Z[ recovery-image] Sep 23 16:19:27.288 INFO O| Sep 23 16:19:27.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62782024-09-23T16:19:28.518Z[ recovery-image] Sep 23 16:19:27.288 INFO O| Sep 23 16:19:27.288 INFO STEP 747 (remove_files) COMPLETE
62792024-09-23T16:19:28.518Z[ recovery-image] Sep 23 16:19:27.288 INFO O| Sep 23 16:19:27.288 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-09-23T16:19:28.522Z[ recovery-image] Sep 23 16:19:27.298 INFO O| Sep 23 16:19:27.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62812024-09-23T16:19:28.522Z[ recovery-image] Sep 23 16:19:27.299 INFO O| Sep 23 16:19:27.298 INFO STEP 748 (remove_files) COMPLETE
62822024-09-23T16:19:28.522Z[ recovery-image] Sep 23 16:19:27.299 INFO O| Sep 23 16:19:27.299 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-09-23T16:19:28.525Z[ recovery-image] Sep 23 16:19:27.308 INFO O| Sep 23 16:19:27.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62842024-09-23T16:19:28.525Z[ recovery-image] Sep 23 16:19:27.308 INFO O| Sep 23 16:19:27.308 INFO STEP 749 (remove_files) COMPLETE
62852024-09-23T16:19:28.525Z[ recovery-image] Sep 23 16:19:27.308 INFO O| Sep 23 16:19:27.308 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-09-23T16:19:28.537Z[ recovery-image] Sep 23 16:19:27.317 INFO O| Sep 23 16:19:27.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62872024-09-23T16:19:28.541Z[ recovery-image] Sep 23 16:19:27.317 INFO O| Sep 23 16:19:27.317 INFO STEP 750 (remove_files) COMPLETE
62882024-09-23T16:19:28.541Z[ recovery-image] Sep 23 16:19:27.317 INFO O| Sep 23 16:19:27.317 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-09-23T16:19:28.544Z[ recovery-image] Sep 23 16:19:27.327 INFO O| Sep 23 16:19:27.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62902024-09-23T16:19:28.544Z[ recovery-image] Sep 23 16:19:27.327 INFO O| Sep 23 16:19:27.327 INFO STEP 751 (remove_files) COMPLETE
62912024-09-23T16:19:28.544Z[ recovery-image] Sep 23 16:19:27.327 INFO O| Sep 23 16:19:27.327 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-09-23T16:19:28.552Z[ recovery-image] Sep 23 16:19:27.336 INFO O| Sep 23 16:19:27.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62932024-09-23T16:19:28.552Z[ recovery-image] Sep 23 16:19:27.336 INFO O| Sep 23 16:19:27.336 INFO STEP 752 (remove_files) COMPLETE
62942024-09-23T16:19:28.552Z[ recovery-image] Sep 23 16:19:27.336 INFO O| Sep 23 16:19:27.336 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-09-23T16:19:28.561Z[ recovery-image] Sep 23 16:19:27.345 INFO O| Sep 23 16:19:27.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62962024-09-23T16:19:28.564Z[ recovery-image] Sep 23 16:19:27.346 INFO O| Sep 23 16:19:27.346 INFO STEP 753 (remove_files) COMPLETE
62972024-09-23T16:19:28.564Z[ recovery-image] Sep 23 16:19:27.346 INFO O| Sep 23 16:19:27.346 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-09-23T16:19:28.571Z[ recovery-image] Sep 23 16:19:27.355 INFO O| Sep 23 16:19:27.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62992024-09-23T16:19:28.571Z[ recovery-image] Sep 23 16:19:27.355 INFO O| Sep 23 16:19:27.355 INFO STEP 754 (remove_files) COMPLETE
63002024-09-23T16:19:28.573Z[ recovery-image] Sep 23 16:19:27.355 INFO O| Sep 23 16:19:27.355 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-09-23T16:19:28.581Z[ recovery-image] Sep 23 16:19:27.365 INFO O| Sep 23 16:19:27.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63022024-09-23T16:19:28.581Z[ recovery-image] Sep 23 16:19:27.365 INFO O| Sep 23 16:19:27.365 INFO STEP 755 (remove_files) COMPLETE
63032024-09-23T16:19:28.583Z[ recovery-image] Sep 23 16:19:27.365 INFO O| Sep 23 16:19:27.365 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-09-23T16:19:28.591Z[ recovery-image] Sep 23 16:19:27.375 INFO O| Sep 23 16:19:27.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63052024-09-23T16:19:28.593Z[ recovery-image] Sep 23 16:19:27.375 INFO O| Sep 23 16:19:27.375 INFO STEP 756 (remove_files) COMPLETE
63062024-09-23T16:19:28.593Z[ recovery-image] Sep 23 16:19:27.375 INFO O| Sep 23 16:19:27.375 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-09-23T16:19:28.600Z[ recovery-image] Sep 23 16:19:27.385 INFO O| Sep 23 16:19:27.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63082024-09-23T16:19:28.600Z[ recovery-image] Sep 23 16:19:27.385 INFO O| Sep 23 16:19:27.385 INFO STEP 757 (remove_files) COMPLETE
63092024-09-23T16:19:28.607Z[ recovery-image] Sep 23 16:19:27.385 INFO O| Sep 23 16:19:27.385 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-09-23T16:19:28.613Z[ recovery-image] Sep 23 16:19:27.394 INFO O| Sep 23 16:19:27.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63112024-09-23T16:19:28.614Z[ recovery-image] Sep 23 16:19:27.394 INFO O| Sep 23 16:19:27.394 INFO STEP 758 (remove_files) COMPLETE
63122024-09-23T16:19:28.614Z[ recovery-image] Sep 23 16:19:27.394 INFO O| Sep 23 16:19:27.394 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-09-23T16:19:28.620Z[ recovery-image] Sep 23 16:19:27.403 INFO O| Sep 23 16:19:27.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63142024-09-23T16:19:28.620Z[ recovery-image] Sep 23 16:19:27.404 INFO O| Sep 23 16:19:27.404 INFO STEP 759 (remove_files) COMPLETE
63152024-09-23T16:19:28.620Z[ recovery-image] Sep 23 16:19:27.404 INFO O| Sep 23 16:19:27.404 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-09-23T16:19:28.630Z[ recovery-image] Sep 23 16:19:27.413 INFO O| Sep 23 16:19:27.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63172024-09-23T16:19:28.630Z[ recovery-image] Sep 23 16:19:27.413 INFO O| Sep 23 16:19:27.413 INFO STEP 760 (remove_files) COMPLETE
63182024-09-23T16:19:28.630Z[ recovery-image] Sep 23 16:19:27.413 INFO O| Sep 23 16:19:27.413 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-09-23T16:19:28.642Z[ recovery-image] Sep 23 16:19:27.422 INFO O| Sep 23 16:19:27.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63202024-09-23T16:19:28.642Z[ recovery-image] Sep 23 16:19:27.423 INFO O| Sep 23 16:19:27.423 INFO STEP 761 (remove_files) COMPLETE
63212024-09-23T16:19:28.642Z[ recovery-image] Sep 23 16:19:27.423 INFO O| Sep 23 16:19:27.423 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-09-23T16:19:28.650Z[ recovery-image] Sep 23 16:19:27.432 INFO O| Sep 23 16:19:27.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63232024-09-23T16:19:28.650Z[ recovery-image] Sep 23 16:19:27.432 INFO O| Sep 23 16:19:27.432 INFO STEP 762 (remove_files) COMPLETE
63242024-09-23T16:19:28.650Z[ recovery-image] Sep 23 16:19:27.432 INFO O| Sep 23 16:19:27.432 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-09-23T16:19:28.657Z[ recovery-image] Sep 23 16:19:27.441 INFO O| Sep 23 16:19:27.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63262024-09-23T16:19:28.657Z[ recovery-image] Sep 23 16:19:27.442 INFO O| Sep 23 16:19:27.441 INFO STEP 763 (remove_files) COMPLETE
63272024-09-23T16:19:28.660Z[ recovery-image] Sep 23 16:19:27.442 INFO O| Sep 23 16:19:27.442 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-09-23T16:19:28.668Z[ recovery-image] Sep 23 16:19:27.452 INFO O| Sep 23 16:19:27.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63292024-09-23T16:19:28.668Z[ recovery-image] Sep 23 16:19:27.452 INFO O| Sep 23 16:19:27.452 INFO STEP 764 (remove_files) COMPLETE
63302024-09-23T16:19:28.673Z[ recovery-image] Sep 23 16:19:27.452 INFO O| Sep 23 16:19:27.452 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-09-23T16:19:28.681Z[ recovery-image] Sep 23 16:19:27.461 INFO O| Sep 23 16:19:27.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63322024-09-23T16:19:28.681Z[ recovery-image] Sep 23 16:19:27.462 INFO O| Sep 23 16:19:27.461 INFO STEP 765 (remove_files) COMPLETE
63332024-09-23T16:19:28.681Z[ recovery-image] Sep 23 16:19:27.462 INFO O| Sep 23 16:19:27.462 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-09-23T16:19:28.687Z[ recovery-image] Sep 23 16:19:27.471 INFO O| Sep 23 16:19:27.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63352024-09-23T16:19:28.687Z[ recovery-image] Sep 23 16:19:27.471 INFO O| Sep 23 16:19:27.471 INFO STEP 766 (remove_files) COMPLETE
63362024-09-23T16:19:28.690Z[ recovery-image] Sep 23 16:19:27.471 INFO O| Sep 23 16:19:27.471 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-09-23T16:19:28.697Z[ recovery-image] Sep 23 16:19:27.480 INFO O| Sep 23 16:19:27.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63382024-09-23T16:19:28.697Z[ recovery-image] Sep 23 16:19:27.480 INFO O| Sep 23 16:19:27.480 INFO STEP 767 (remove_files) COMPLETE
63392024-09-23T16:19:28.699Z[ recovery-image] Sep 23 16:19:27.481 INFO O| Sep 23 16:19:27.480 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-09-23T16:19:28.706Z[ recovery-image] Sep 23 16:19:27.490 INFO O| Sep 23 16:19:27.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63412024-09-23T16:19:28.708Z[ recovery-image] Sep 23 16:19:27.490 INFO O| Sep 23 16:19:27.490 INFO STEP 768 (remove_files) COMPLETE
63422024-09-23T16:19:28.708Z[ recovery-image] Sep 23 16:19:27.490 INFO O| Sep 23 16:19:27.490 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-09-23T16:19:28.715Z[ recovery-image] Sep 23 16:19:27.499 INFO O| Sep 23 16:19:27.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63442024-09-23T16:19:28.715Z[ recovery-image] Sep 23 16:19:27.499 INFO O| Sep 23 16:19:27.499 INFO STEP 769 (remove_files) COMPLETE
63452024-09-23T16:19:28.717Z[ recovery-image] Sep 23 16:19:27.499 INFO O| Sep 23 16:19:27.499 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-09-23T16:19:28.724Z[ recovery-image] Sep 23 16:19:27.509 INFO O| Sep 23 16:19:27.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63472024-09-23T16:19:28.724Z[ recovery-image] Sep 23 16:19:27.509 INFO O| Sep 23 16:19:27.509 INFO STEP 770 (remove_files) COMPLETE
63482024-09-23T16:19:28.727Z[ recovery-image] Sep 23 16:19:27.509 INFO O| Sep 23 16:19:27.509 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-09-23T16:19:28.734Z[ recovery-image] Sep 23 16:19:27.518 INFO O| Sep 23 16:19:27.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63502024-09-23T16:19:28.740Z[ recovery-image] Sep 23 16:19:27.518 INFO O| Sep 23 16:19:27.518 INFO STEP 771 (remove_files) COMPLETE
63512024-09-23T16:19:28.740Z[ recovery-image] Sep 23 16:19:27.518 INFO O| Sep 23 16:19:27.518 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-09-23T16:19:28.746Z[ recovery-image] Sep 23 16:19:27.527 INFO O| Sep 23 16:19:27.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63532024-09-23T16:19:28.746Z[ recovery-image] Sep 23 16:19:27.527 INFO O| Sep 23 16:19:27.527 INFO STEP 772 (remove_files) COMPLETE
63542024-09-23T16:19:28.746Z[ recovery-image] Sep 23 16:19:27.527 INFO O| Sep 23 16:19:27.527 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-09-23T16:19:28.753Z[ recovery-image] Sep 23 16:19:27.536 INFO O| Sep 23 16:19:27.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63562024-09-23T16:19:28.753Z[ recovery-image] Sep 23 16:19:27.536 INFO O| Sep 23 16:19:27.536 INFO STEP 773 (remove_files) COMPLETE
63572024-09-23T16:19:28.753Z[ recovery-image] Sep 23 16:19:27.536 INFO O| Sep 23 16:19:27.536 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-09-23T16:19:28.761Z[ recovery-image] Sep 23 16:19:27.546 INFO O| Sep 23 16:19:27.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63592024-09-23T16:19:28.762Z[ recovery-image] Sep 23 16:19:27.546 INFO O| Sep 23 16:19:27.546 INFO STEP 774 (remove_files) COMPLETE
63602024-09-23T16:19:28.769Z[ recovery-image] Sep 23 16:19:27.546 INFO O| Sep 23 16:19:27.546 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-09-23T16:19:28.776Z[ recovery-image] Sep 23 16:19:27.555 INFO O| Sep 23 16:19:27.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63622024-09-23T16:19:28.776Z[ recovery-image] Sep 23 16:19:27.555 INFO O| Sep 23 16:19:27.555 INFO STEP 775 (remove_files) COMPLETE
63632024-09-23T16:19:28.776Z[ recovery-image] Sep 23 16:19:27.555 INFO O| Sep 23 16:19:27.555 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-09-23T16:19:28.784Z[ recovery-image] Sep 23 16:19:27.564 INFO O| Sep 23 16:19:27.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63652024-09-23T16:19:28.784Z[ recovery-image] Sep 23 16:19:27.564 INFO O| Sep 23 16:19:27.564 INFO STEP 776 (remove_files) COMPLETE
63662024-09-23T16:19:28.784Z[ recovery-image] Sep 23 16:19:27.564 INFO O| Sep 23 16:19:27.564 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-09-23T16:19:28.789Z[ recovery-image] Sep 23 16:19:27.573 INFO O| Sep 23 16:19:27.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63682024-09-23T16:19:28.796Z[ recovery-image] Sep 23 16:19:27.573 INFO O| Sep 23 16:19:27.573 INFO STEP 777 (remove_files) COMPLETE
63692024-09-23T16:19:28.796Z[ recovery-image] Sep 23 16:19:27.573 INFO O| Sep 23 16:19:27.573 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-09-23T16:19:28.799Z[ recovery-image] Sep 23 16:19:27.582 INFO O| Sep 23 16:19:27.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63712024-09-23T16:19:28.799Z[ recovery-image] Sep 23 16:19:27.583 INFO O| Sep 23 16:19:27.582 INFO STEP 778 (remove_files) COMPLETE
63722024-09-23T16:19:28.799Z[ recovery-image] Sep 23 16:19:27.583 INFO O| Sep 23 16:19:27.583 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-09-23T16:19:28.811Z[ recovery-image] Sep 23 16:19:27.592 INFO O| Sep 23 16:19:27.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63742024-09-23T16:19:28.812Z[ recovery-image] Sep 23 16:19:27.592 INFO O| Sep 23 16:19:27.592 INFO STEP 779 (remove_files) COMPLETE
63752024-09-23T16:19:28.812Z[ recovery-image] Sep 23 16:19:27.592 INFO O| Sep 23 16:19:27.592 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-09-23T16:19:28.817Z[ recovery-image] Sep 23 16:19:27.601 INFO O| Sep 23 16:19:27.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63772024-09-23T16:19:28.817Z[ recovery-image] Sep 23 16:19:27.601 INFO O| Sep 23 16:19:27.601 INFO STEP 780 (remove_files) COMPLETE
63782024-09-23T16:19:28.820Z[ recovery-image] Sep 23 16:19:27.601 INFO O| Sep 23 16:19:27.601 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-09-23T16:19:28.827Z[ recovery-image] Sep 23 16:19:27.611 INFO O| Sep 23 16:19:27.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63802024-09-23T16:19:28.827Z[ recovery-image] Sep 23 16:19:27.611 INFO O| Sep 23 16:19:27.611 INFO STEP 781 (remove_files) COMPLETE
63812024-09-23T16:19:28.831Z[ recovery-image] Sep 23 16:19:27.611 INFO O| Sep 23 16:19:27.611 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-09-23T16:19:28.836Z[ recovery-image] Sep 23 16:19:27.620 INFO O| Sep 23 16:19:27.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63832024-09-23T16:19:28.836Z[ recovery-image] Sep 23 16:19:27.620 INFO O| Sep 23 16:19:27.620 INFO STEP 782 (remove_files) COMPLETE
63842024-09-23T16:19:28.836Z[ recovery-image] Sep 23 16:19:27.620 INFO O| Sep 23 16:19:27.620 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-09-23T16:19:28.845Z[ recovery-image] Sep 23 16:19:27.629 INFO O| Sep 23 16:19:27.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63862024-09-23T16:19:28.845Z[ recovery-image] Sep 23 16:19:27.629 INFO O| Sep 23 16:19:27.629 INFO STEP 783 (remove_files) COMPLETE
63872024-09-23T16:19:28.848Z[ recovery-image] Sep 23 16:19:27.630 INFO O| Sep 23 16:19:27.629 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-09-23T16:19:28.855Z[ recovery-image] Sep 23 16:19:27.639 INFO O| Sep 23 16:19:27.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63892024-09-23T16:19:28.855Z[ recovery-image] Sep 23 16:19:27.639 INFO O| Sep 23 16:19:27.639 INFO STEP 784 (remove_files) COMPLETE
63902024-09-23T16:19:28.857Z[ recovery-image] Sep 23 16:19:27.639 INFO O| Sep 23 16:19:27.639 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-09-23T16:19:28.864Z[ recovery-image] Sep 23 16:19:27.648 INFO O| Sep 23 16:19:27.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63922024-09-23T16:19:28.864Z[ recovery-image] Sep 23 16:19:27.648 INFO O| Sep 23 16:19:27.648 INFO STEP 785 (remove_files) COMPLETE
63932024-09-23T16:19:28.866Z[ recovery-image] Sep 23 16:19:27.648 INFO O| Sep 23 16:19:27.648 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-09-23T16:19:28.873Z[ recovery-image] Sep 23 16:19:27.657 INFO O| Sep 23 16:19:27.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63952024-09-23T16:19:28.873Z[ recovery-image] Sep 23 16:19:27.658 INFO O| Sep 23 16:19:27.658 INFO STEP 786 (remove_files) COMPLETE
63962024-09-23T16:19:28.873Z[ recovery-image] Sep 23 16:19:27.658 INFO O| Sep 23 16:19:27.658 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-09-23T16:19:28.883Z[ recovery-image] Sep 23 16:19:27.667 INFO O| Sep 23 16:19:27.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63982024-09-23T16:19:28.883Z[ recovery-image] Sep 23 16:19:27.667 INFO O| Sep 23 16:19:27.667 INFO STEP 787 (remove_files) COMPLETE
63992024-09-23T16:19:28.883Z[ recovery-image] Sep 23 16:19:27.667 INFO O| Sep 23 16:19:27.667 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-09-23T16:19:28.892Z[ recovery-image] Sep 23 16:19:27.676 INFO O| Sep 23 16:19:27.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64012024-09-23T16:19:28.894Z[ recovery-image] Sep 23 16:19:27.676 INFO O| Sep 23 16:19:27.676 INFO STEP 788 (remove_files) COMPLETE
64022024-09-23T16:19:28.894Z[ recovery-image] Sep 23 16:19:27.676 INFO O| Sep 23 16:19:27.676 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-09-23T16:19:28.901Z[ recovery-image] Sep 23 16:19:27.686 INFO O| Sep 23 16:19:27.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64042024-09-23T16:19:28.901Z[ recovery-image] Sep 23 16:19:27.686 INFO O| Sep 23 16:19:27.686 INFO STEP 789 (remove_files) COMPLETE
64052024-09-23T16:19:28.901Z[ recovery-image] Sep 23 16:19:27.686 INFO O| Sep 23 16:19:27.686 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-09-23T16:19:28.914Z[ recovery-image] Sep 23 16:19:27.696 INFO O| Sep 23 16:19:27.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64072024-09-23T16:19:28.917Z[ recovery-image] Sep 23 16:19:27.697 INFO O| Sep 23 16:19:27.697 INFO STEP 790 (remove_files) COMPLETE
64082024-09-23T16:19:28.917Z[ recovery-image] Sep 23 16:19:27.697 INFO O| Sep 23 16:19:27.697 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-09-23T16:19:28.932Z[ recovery-image] Sep 23 16:19:27.716 INFO O| Sep 23 16:19:27.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64102024-09-23T16:19:28.936Z[ recovery-image] Sep 23 16:19:27.716 INFO O| Sep 23 16:19:27.715 INFO STEP 791 (remove_files) COMPLETE
64112024-09-23T16:19:28.936Z[ recovery-image] Sep 23 16:19:27.716 INFO O| Sep 23 16:19:27.715 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-09-23T16:19:28.943Z[ recovery-image] Sep 23 16:19:27.727 INFO O| Sep 23 16:19:27.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64132024-09-23T16:19:28.943Z[ recovery-image] Sep 23 16:19:27.727 INFO O| Sep 23 16:19:27.727 INFO STEP 792 (remove_files) COMPLETE
64142024-09-23T16:19:28.945Z[ recovery-image] Sep 23 16:19:27.727 INFO O| Sep 23 16:19:27.727 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-09-23T16:19:28.953Z[ recovery-image] Sep 23 16:19:27.737 INFO O| Sep 23 16:19:27.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64162024-09-23T16:19:28.956Z[ recovery-image] Sep 23 16:19:27.737 INFO O| Sep 23 16:19:27.737 INFO STEP 793 (remove_files) COMPLETE
64172024-09-23T16:19:28.956Z[ recovery-image] Sep 23 16:19:27.737 INFO O| Sep 23 16:19:27.737 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-09-23T16:19:28.965Z[ recovery-image] Sep 23 16:19:27.749 INFO O| Sep 23 16:19:27.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64192024-09-23T16:19:28.965Z[ recovery-image] Sep 23 16:19:27.749 INFO O| Sep 23 16:19:27.749 INFO STEP 794 (remove_files) COMPLETE
64202024-09-23T16:19:28.965Z[ recovery-image] Sep 23 16:19:27.749 INFO O| Sep 23 16:19:27.749 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-09-23T16:19:28.977Z[ recovery-image] Sep 23 16:19:27.761 INFO O| Sep 23 16:19:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64222024-09-23T16:19:28.977Z[ recovery-image] Sep 23 16:19:27.761 INFO O| Sep 23 16:19:27.761 INFO STEP 795 (remove_files) COMPLETE
64232024-09-23T16:19:28.979Z[ recovery-image] Sep 23 16:19:27.761 INFO O| Sep 23 16:19:27.761 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-09-23T16:19:28.986Z[ recovery-image] Sep 23 16:19:27.770 INFO O| Sep 23 16:19:27.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64252024-09-23T16:19:28.988Z[ recovery-image] Sep 23 16:19:27.771 INFO O| Sep 23 16:19:27.771 INFO STEP 796 (remove_files) COMPLETE
64262024-09-23T16:19:28.988Z[ recovery-image] Sep 23 16:19:27.771 INFO O| Sep 23 16:19:27.771 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-09-23T16:19:28.997Z[ recovery-image] Sep 23 16:19:27.781 INFO O| Sep 23 16:19:27.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64282024-09-23T16:19:28.997Z[ recovery-image] Sep 23 16:19:27.781 INFO O| Sep 23 16:19:27.781 INFO STEP 797 (remove_files) COMPLETE
64292024-09-23T16:19:28.999Z[ recovery-image] Sep 23 16:19:27.782 INFO O| Sep 23 16:19:27.782 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-09-23T16:19:29.007Z[ recovery-image] Sep 23 16:19:27.792 INFO O| Sep 23 16:19:27.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64312024-09-23T16:19:29.010Z[ recovery-image] Sep 23 16:19:27.792 INFO O| Sep 23 16:19:27.792 INFO STEP 798 (remove_files) COMPLETE
64322024-09-23T16:19:29.010Z[ recovery-image] Sep 23 16:19:27.792 INFO O| Sep 23 16:19:27.792 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-09-23T16:19:29.018Z[ recovery-image] Sep 23 16:19:27.802 INFO O| Sep 23 16:19:27.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64342024-09-23T16:19:29.018Z[ recovery-image] Sep 23 16:19:27.802 INFO O| Sep 23 16:19:27.802 INFO STEP 799 (remove_files) COMPLETE
64352024-09-23T16:19:29.020Z[ recovery-image] Sep 23 16:19:27.802 INFO O| Sep 23 16:19:27.802 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-09-23T16:19:29.028Z[ recovery-image] Sep 23 16:19:27.812 INFO O| Sep 23 16:19:27.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64372024-09-23T16:19:29.028Z[ recovery-image] Sep 23 16:19:27.812 INFO O| Sep 23 16:19:27.812 INFO STEP 800 (remove_files) COMPLETE
64382024-09-23T16:19:29.031Z[ recovery-image] Sep 23 16:19:27.812 INFO O| Sep 23 16:19:27.812 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-09-23T16:19:29.037Z[ recovery-image] Sep 23 16:19:27.822 INFO O| Sep 23 16:19:27.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64402024-09-23T16:19:29.037Z[ recovery-image] Sep 23 16:19:27.822 INFO O| Sep 23 16:19:27.822 INFO STEP 801 (remove_files) COMPLETE
64412024-09-23T16:19:29.040Z[ recovery-image] Sep 23 16:19:27.822 INFO O| Sep 23 16:19:27.822 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-09-23T16:19:29.047Z[ recovery-image] Sep 23 16:19:27.831 INFO O| Sep 23 16:19:27.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64432024-09-23T16:19:29.049Z[ recovery-image] Sep 23 16:19:27.831 INFO O| Sep 23 16:19:27.831 INFO STEP 802 (remove_files) COMPLETE
64442024-09-23T16:19:29.050Z[ recovery-image] Sep 23 16:19:27.831 INFO O| Sep 23 16:19:27.831 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-09-23T16:19:29.057Z[ recovery-image] Sep 23 16:19:27.841 INFO O| Sep 23 16:19:27.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64462024-09-23T16:19:29.057Z[ recovery-image] Sep 23 16:19:27.841 INFO O| Sep 23 16:19:27.841 INFO STEP 803 (remove_files) COMPLETE
64472024-09-23T16:19:29.061Z[ recovery-image] Sep 23 16:19:27.841 INFO O| Sep 23 16:19:27.841 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-09-23T16:19:29.067Z[ recovery-image] Sep 23 16:19:27.851 INFO O| Sep 23 16:19:27.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64492024-09-23T16:19:29.067Z[ recovery-image] Sep 23 16:19:27.851 INFO O| Sep 23 16:19:27.851 INFO STEP 804 (remove_files) COMPLETE
64502024-09-23T16:19:29.067Z[ recovery-image] Sep 23 16:19:27.851 INFO O| Sep 23 16:19:27.851 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-09-23T16:19:29.077Z[ recovery-image] Sep 23 16:19:27.861 INFO O| Sep 23 16:19:27.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64522024-09-23T16:19:29.077Z[ recovery-image] Sep 23 16:19:27.861 INFO O| Sep 23 16:19:27.861 INFO STEP 805 (remove_files) COMPLETE
64532024-09-23T16:19:29.081Z[ recovery-image] Sep 23 16:19:27.861 INFO O| Sep 23 16:19:27.861 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-09-23T16:19:29.087Z[ recovery-image] Sep 23 16:19:27.871 INFO O| Sep 23 16:19:27.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64552024-09-23T16:19:29.087Z[ recovery-image] Sep 23 16:19:27.871 INFO O| Sep 23 16:19:27.871 INFO STEP 806 (remove_files) COMPLETE
64562024-09-23T16:19:29.087Z[ recovery-image] Sep 23 16:19:27.871 INFO O| Sep 23 16:19:27.871 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-09-23T16:19:29.096Z[ recovery-image] Sep 23 16:19:27.880 INFO O| Sep 23 16:19:27.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64582024-09-23T16:19:29.099Z[ recovery-image] Sep 23 16:19:27.880 INFO O| Sep 23 16:19:27.880 INFO STEP 807 (remove_files) COMPLETE
64592024-09-23T16:19:29.099Z[ recovery-image] Sep 23 16:19:27.880 INFO O| Sep 23 16:19:27.880 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-09-23T16:19:29.106Z[ recovery-image] Sep 23 16:19:27.890 INFO O| Sep 23 16:19:27.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64612024-09-23T16:19:29.108Z[ recovery-image] Sep 23 16:19:27.890 INFO O| Sep 23 16:19:27.890 INFO STEP 808 (remove_files) COMPLETE
64622024-09-23T16:19:29.108Z[ recovery-image] Sep 23 16:19:27.890 INFO O| Sep 23 16:19:27.890 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-09-23T16:19:29.116Z[ recovery-image] Sep 23 16:19:27.900 INFO O| Sep 23 16:19:27.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64642024-09-23T16:19:29.116Z[ recovery-image] Sep 23 16:19:27.900 INFO O| Sep 23 16:19:27.900 INFO STEP 809 (remove_files) COMPLETE
64652024-09-23T16:19:29.118Z[ recovery-image] Sep 23 16:19:27.900 INFO O| Sep 23 16:19:27.900 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-09-23T16:19:29.125Z[ recovery-image] Sep 23 16:19:27.910 INFO O| Sep 23 16:19:27.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64672024-09-23T16:19:29.128Z[ recovery-image] Sep 23 16:19:27.910 INFO O| Sep 23 16:19:27.910 INFO STEP 810 (remove_files) COMPLETE
64682024-09-23T16:19:29.128Z[ recovery-image] Sep 23 16:19:27.910 INFO O| Sep 23 16:19:27.910 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-09-23T16:19:29.135Z[ recovery-image] Sep 23 16:19:27.919 INFO O| Sep 23 16:19:27.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64702024-09-23T16:19:29.135Z[ recovery-image] Sep 23 16:19:27.919 INFO O| Sep 23 16:19:27.919 INFO STEP 811 (remove_files) COMPLETE
64712024-09-23T16:19:29.139Z[ recovery-image] Sep 23 16:19:27.919 INFO O| Sep 23 16:19:27.919 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-09-23T16:19:29.145Z[ recovery-image] Sep 23 16:19:27.929 INFO O| Sep 23 16:19:27.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64732024-09-23T16:19:29.145Z[ recovery-image] Sep 23 16:19:27.930 INFO O| Sep 23 16:19:27.929 INFO STEP 812 (remove_files) COMPLETE
64742024-09-23T16:19:29.145Z[ recovery-image] Sep 23 16:19:27.930 INFO O| Sep 23 16:19:27.929 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-09-23T16:19:29.155Z[ recovery-image] Sep 23 16:19:27.939 INFO O| Sep 23 16:19:27.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64762024-09-23T16:19:29.158Z[ recovery-image] Sep 23 16:19:27.939 INFO O| Sep 23 16:19:27.939 INFO STEP 813 (remove_files) COMPLETE
64772024-09-23T16:19:29.158Z[ recovery-image] Sep 23 16:19:27.939 INFO O| Sep 23 16:19:27.939 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-09-23T16:19:29.165Z[ recovery-image] Sep 23 16:19:27.949 INFO O| Sep 23 16:19:27.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64792024-09-23T16:19:29.167Z[ recovery-image] Sep 23 16:19:27.949 INFO O| Sep 23 16:19:27.949 INFO STEP 814 (remove_files) COMPLETE
64802024-09-23T16:19:29.167Z[ recovery-image] Sep 23 16:19:27.949 INFO O| Sep 23 16:19:27.949 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-09-23T16:19:29.175Z[ recovery-image] Sep 23 16:19:27.959 INFO O| Sep 23 16:19:27.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64822024-09-23T16:19:29.175Z[ recovery-image] Sep 23 16:19:27.959 INFO O| Sep 23 16:19:27.959 INFO STEP 815 (remove_files) COMPLETE
64832024-09-23T16:19:29.177Z[ recovery-image] Sep 23 16:19:27.959 INFO O| Sep 23 16:19:27.959 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-09-23T16:19:29.184Z[ recovery-image] Sep 23 16:19:27.969 INFO O| Sep 23 16:19:27.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64852024-09-23T16:19:29.184Z[ recovery-image] Sep 23 16:19:27.969 INFO O| Sep 23 16:19:27.969 INFO STEP 816 (remove_files) COMPLETE
64862024-09-23T16:19:29.184Z[ recovery-image] Sep 23 16:19:27.969 INFO O| Sep 23 16:19:27.969 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-09-23T16:19:29.194Z[ recovery-image] Sep 23 16:19:27.978 INFO O| Sep 23 16:19:27.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64882024-09-23T16:19:29.194Z[ recovery-image] Sep 23 16:19:27.978 INFO O| Sep 23 16:19:27.978 INFO STEP 817 (remove_files) COMPLETE
64892024-09-23T16:19:29.197Z[ recovery-image] Sep 23 16:19:27.978 INFO O| Sep 23 16:19:27.978 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-09-23T16:19:29.204Z[ recovery-image] Sep 23 16:19:27.988 INFO O| Sep 23 16:19:27.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64912024-09-23T16:19:29.204Z[ recovery-image] Sep 23 16:19:27.988 INFO O| Sep 23 16:19:27.988 INFO STEP 818 (remove_files) COMPLETE
64922024-09-23T16:19:29.206Z[ recovery-image] Sep 23 16:19:27.988 INFO O| Sep 23 16:19:27.988 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-09-23T16:19:29.213Z[ recovery-image] Sep 23 16:19:27.998 INFO O| Sep 23 16:19:27.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64942024-09-23T16:19:29.213Z[ recovery-image] Sep 23 16:19:27.998 INFO O| Sep 23 16:19:27.998 INFO STEP 819 (remove_files) COMPLETE
64952024-09-23T16:19:29.216Z[ recovery-image] Sep 23 16:19:27.998 INFO O| Sep 23 16:19:27.998 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-09-23T16:19:29.226Z[ recovery-image] Sep 23 16:19:28.010 INFO O| Sep 23 16:19:28.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64972024-09-23T16:19:29.226Z[ recovery-image] Sep 23 16:19:28.010 INFO O| Sep 23 16:19:28.010 INFO STEP 820 (remove_files) COMPLETE
64982024-09-23T16:19:29.226Z[ recovery-image] Sep 23 16:19:28.010 INFO O| Sep 23 16:19:28.010 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-09-23T16:19:29.235Z[ recovery-image] Sep 23 16:19:28.020 INFO O| Sep 23 16:19:28.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65002024-09-23T16:19:29.235Z[ recovery-image] Sep 23 16:19:28.020 INFO O| Sep 23 16:19:28.020 INFO STEP 821 (remove_files) COMPLETE
65012024-09-23T16:19:29.237Z[ recovery-image] Sep 23 16:19:28.020 INFO O| Sep 23 16:19:28.020 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-09-23T16:19:29.246Z[ recovery-image] Sep 23 16:19:28.029 INFO O| Sep 23 16:19:28.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65032024-09-23T16:19:29.247Z[ recovery-image] Sep 23 16:19:28.029 INFO O| Sep 23 16:19:28.029 INFO STEP 822 (remove_files) COMPLETE
65042024-09-23T16:19:29.249Z[ recovery-image] Sep 23 16:19:28.029 INFO O| Sep 23 16:19:28.029 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-09-23T16:19:29.257Z[ recovery-image] Sep 23 16:19:28.041 INFO O| Sep 23 16:19:28.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65062024-09-23T16:19:29.257Z[ recovery-image] Sep 23 16:19:28.041 INFO O| Sep 23 16:19:28.041 INFO STEP 823 (remove_files) COMPLETE
65072024-09-23T16:19:29.259Z[ recovery-image] Sep 23 16:19:28.041 INFO O| Sep 23 16:19:28.041 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-09-23T16:19:29.266Z[ recovery-image] Sep 23 16:19:28.050 INFO O| Sep 23 16:19:28.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65092024-09-23T16:19:29.266Z[ recovery-image] Sep 23 16:19:28.051 INFO O| Sep 23 16:19:28.051 INFO STEP 824 (remove_files) COMPLETE
65102024-09-23T16:19:29.266Z[ recovery-image] Sep 23 16:19:28.051 INFO O| Sep 23 16:19:28.051 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-09-23T16:19:29.276Z[ recovery-image] Sep 23 16:19:28.060 INFO O| Sep 23 16:19:28.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65122024-09-23T16:19:29.276Z[ recovery-image] Sep 23 16:19:28.060 INFO O| Sep 23 16:19:28.060 INFO STEP 825 (remove_files) COMPLETE
65132024-09-23T16:19:29.278Z[ recovery-image] Sep 23 16:19:28.060 INFO O| Sep 23 16:19:28.060 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-09-23T16:19:29.285Z[ recovery-image] Sep 23 16:19:28.070 INFO O| Sep 23 16:19:28.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65152024-09-23T16:19:29.288Z[ recovery-image] Sep 23 16:19:28.070 INFO O| Sep 23 16:19:28.070 INFO STEP 826 (remove_files) COMPLETE
65162024-09-23T16:19:29.288Z[ recovery-image] Sep 23 16:19:28.070 INFO O| Sep 23 16:19:28.070 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-09-23T16:19:29.295Z[ recovery-image] Sep 23 16:19:28.079 INFO O| Sep 23 16:19:28.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65182024-09-23T16:19:29.297Z[ recovery-image] Sep 23 16:19:28.079 INFO O| Sep 23 16:19:28.079 INFO STEP 827 (remove_files) COMPLETE
65192024-09-23T16:19:29.297Z[ recovery-image] Sep 23 16:19:28.079 INFO O| Sep 23 16:19:28.079 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-09-23T16:19:29.308Z[ recovery-image] Sep 23 16:19:28.088 INFO O| Sep 23 16:19:28.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65212024-09-23T16:19:29.308Z[ recovery-image] Sep 23 16:19:28.088 INFO O| Sep 23 16:19:28.088 INFO STEP 828 (remove_files) COMPLETE
65222024-09-23T16:19:29.308Z[ recovery-image] Sep 23 16:19:28.088 INFO O| Sep 23 16:19:28.088 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-09-23T16:19:29.313Z[ recovery-image] Sep 23 16:19:28.098 INFO O| Sep 23 16:19:28.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65242024-09-23T16:19:29.313Z[ recovery-image] Sep 23 16:19:28.098 INFO O| Sep 23 16:19:28.098 INFO STEP 829 (remove_files) COMPLETE
65252024-09-23T16:19:29.315Z[ recovery-image] Sep 23 16:19:28.098 INFO O| Sep 23 16:19:28.098 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-09-23T16:19:29.323Z[ recovery-image] Sep 23 16:19:28.107 INFO O| Sep 23 16:19:28.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65272024-09-23T16:19:29.323Z[ recovery-image] Sep 23 16:19:28.107 INFO O| Sep 23 16:19:28.107 INFO STEP 830 (remove_files) COMPLETE
65282024-09-23T16:19:29.323Z[ recovery-image] Sep 23 16:19:28.107 INFO O| Sep 23 16:19:28.107 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-09-23T16:19:29.332Z[ recovery-image] Sep 23 16:19:28.116 INFO O| Sep 23 16:19:28.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65302024-09-23T16:19:29.332Z[ recovery-image] Sep 23 16:19:28.116 INFO O| Sep 23 16:19:28.116 INFO STEP 831 (remove_files) COMPLETE
65312024-09-23T16:19:29.335Z[ recovery-image] Sep 23 16:19:28.116 INFO O| Sep 23 16:19:28.116 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-09-23T16:19:29.341Z[ recovery-image] Sep 23 16:19:28.126 INFO O| Sep 23 16:19:28.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65332024-09-23T16:19:29.341Z[ recovery-image] Sep 23 16:19:28.126 INFO O| Sep 23 16:19:28.126 INFO STEP 832 (remove_files) COMPLETE
65342024-09-23T16:19:29.344Z[ recovery-image] Sep 23 16:19:28.126 INFO O| Sep 23 16:19:28.126 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-09-23T16:19:29.351Z[ recovery-image] Sep 23 16:19:28.135 INFO O| Sep 23 16:19:28.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65362024-09-23T16:19:29.351Z[ recovery-image] Sep 23 16:19:28.135 INFO O| Sep 23 16:19:28.135 INFO STEP 833 (remove_files) COMPLETE
65372024-09-23T16:19:29.353Z[ recovery-image] Sep 23 16:19:28.135 INFO O| Sep 23 16:19:28.135 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-09-23T16:19:29.360Z[ recovery-image] Sep 23 16:19:28.144 INFO O| Sep 23 16:19:28.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65392024-09-23T16:19:29.360Z[ recovery-image] Sep 23 16:19:28.144 INFO O| Sep 23 16:19:28.144 INFO STEP 834 (remove_files) COMPLETE
65402024-09-23T16:19:29.363Z[ recovery-image] Sep 23 16:19:28.144 INFO O| Sep 23 16:19:28.144 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-09-23T16:19:29.369Z[ recovery-image] Sep 23 16:19:28.153 INFO O| Sep 23 16:19:28.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65422024-09-23T16:19:29.369Z[ recovery-image] Sep 23 16:19:28.153 INFO O| Sep 23 16:19:28.153 INFO STEP 835 (remove_files) COMPLETE
65432024-09-23T16:19:29.371Z[ recovery-image] Sep 23 16:19:28.153 INFO O| Sep 23 16:19:28.153 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-09-23T16:19:29.378Z[ recovery-image] Sep 23 16:19:28.163 INFO O| Sep 23 16:19:28.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65452024-09-23T16:19:29.378Z[ recovery-image] Sep 23 16:19:28.163 INFO O| Sep 23 16:19:28.163 INFO STEP 836 (remove_files) COMPLETE
65462024-09-23T16:19:29.381Z[ recovery-image] Sep 23 16:19:28.163 INFO O| Sep 23 16:19:28.163 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-09-23T16:19:29.388Z[ recovery-image] Sep 23 16:19:28.172 INFO O| Sep 23 16:19:28.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65482024-09-23T16:19:29.388Z[ recovery-image] Sep 23 16:19:28.172 INFO O| Sep 23 16:19:28.172 INFO STEP 837 (remove_files) COMPLETE
65492024-09-23T16:19:29.390Z[ recovery-image] Sep 23 16:19:28.172 INFO O| Sep 23 16:19:28.172 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-09-23T16:19:29.397Z[ recovery-image] Sep 23 16:19:28.181 INFO O| Sep 23 16:19:28.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65512024-09-23T16:19:29.399Z[ recovery-image] Sep 23 16:19:28.181 INFO O| Sep 23 16:19:28.181 INFO STEP 838 (remove_files) COMPLETE
65522024-09-23T16:19:29.399Z[ recovery-image] Sep 23 16:19:28.181 INFO O| Sep 23 16:19:28.181 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-09-23T16:19:29.406Z[ recovery-image] Sep 23 16:19:28.190 INFO O| Sep 23 16:19:28.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65542024-09-23T16:19:29.406Z[ recovery-image] Sep 23 16:19:28.190 INFO O| Sep 23 16:19:28.190 INFO STEP 839 (remove_files) COMPLETE
65552024-09-23T16:19:29.406Z[ recovery-image] Sep 23 16:19:28.190 INFO O| Sep 23 16:19:28.190 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-09-23T16:19:29.415Z[ recovery-image] Sep 23 16:19:28.199 INFO O| Sep 23 16:19:28.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65572024-09-23T16:19:29.415Z[ recovery-image] Sep 23 16:19:28.200 INFO O| Sep 23 16:19:28.200 INFO STEP 840 (remove_files) COMPLETE
65582024-09-23T16:19:29.415Z[ recovery-image] Sep 23 16:19:28.200 INFO O| Sep 23 16:19:28.200 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-09-23T16:19:29.425Z[ recovery-image] Sep 23 16:19:28.209 INFO O| Sep 23 16:19:28.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65602024-09-23T16:19:29.427Z[ recovery-image] Sep 23 16:19:28.209 INFO O| Sep 23 16:19:28.209 INFO STEP 841 (remove_files) COMPLETE
65612024-09-23T16:19:29.427Z[ recovery-image] Sep 23 16:19:28.209 INFO O| Sep 23 16:19:28.209 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-09-23T16:19:29.436Z[ recovery-image] Sep 23 16:19:28.218 INFO O| Sep 23 16:19:28.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65632024-09-23T16:19:29.436Z[ recovery-image] Sep 23 16:19:28.218 INFO O| Sep 23 16:19:28.218 INFO STEP 842 (remove_files) COMPLETE
65642024-09-23T16:19:29.437Z[ recovery-image] Sep 23 16:19:28.218 INFO O| Sep 23 16:19:28.218 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-09-23T16:19:29.443Z[ recovery-image] Sep 23 16:19:28.227 INFO O| Sep 23 16:19:28.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65662024-09-23T16:19:29.443Z[ recovery-image] Sep 23 16:19:28.227 INFO O| Sep 23 16:19:28.227 INFO STEP 843 (remove_files) COMPLETE
65672024-09-23T16:19:29.443Z[ recovery-image] Sep 23 16:19:28.227 INFO O| Sep 23 16:19:28.227 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-09-23T16:19:29.453Z[ recovery-image] Sep 23 16:19:28.237 INFO O| Sep 23 16:19:28.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65692024-09-23T16:19:29.456Z[ recovery-image] Sep 23 16:19:28.237 INFO O| Sep 23 16:19:28.237 INFO STEP 844 (remove_files) COMPLETE
65702024-09-23T16:19:29.456Z[ recovery-image] Sep 23 16:19:28.237 INFO O| Sep 23 16:19:28.237 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-09-23T16:19:29.461Z[ recovery-image] Sep 23 16:19:28.246 INFO O| Sep 23 16:19:28.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65722024-09-23T16:19:29.464Z[ recovery-image] Sep 23 16:19:28.246 INFO O| Sep 23 16:19:28.246 INFO STEP 845 (remove_files) COMPLETE
65732024-09-23T16:19:29.464Z[ recovery-image] Sep 23 16:19:28.246 INFO O| Sep 23 16:19:28.246 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-09-23T16:19:29.471Z[ recovery-image] Sep 23 16:19:28.255 INFO O| Sep 23 16:19:28.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65752024-09-23T16:19:29.471Z[ recovery-image] Sep 23 16:19:28.255 INFO O| Sep 23 16:19:28.255 INFO STEP 846 (remove_files) COMPLETE
65762024-09-23T16:19:29.473Z[ recovery-image] Sep 23 16:19:28.255 INFO O| Sep 23 16:19:28.255 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-09-23T16:19:29.480Z[ recovery-image] Sep 23 16:19:28.264 INFO O| Sep 23 16:19:28.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65782024-09-23T16:19:29.483Z[ recovery-image] Sep 23 16:19:28.264 INFO O| Sep 23 16:19:28.264 INFO STEP 847 (remove_files) COMPLETE
65792024-09-23T16:19:29.483Z[ recovery-image] Sep 23 16:19:28.264 INFO O| Sep 23 16:19:28.264 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-09-23T16:19:29.489Z[ recovery-image] Sep 23 16:19:28.274 INFO O| Sep 23 16:19:28.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65812024-09-23T16:19:29.489Z[ recovery-image] Sep 23 16:19:28.274 INFO O| Sep 23 16:19:28.274 INFO STEP 848 (remove_files) COMPLETE
65822024-09-23T16:19:29.492Z[ recovery-image] Sep 23 16:19:28.274 INFO O| Sep 23 16:19:28.274 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-09-23T16:19:29.499Z[ recovery-image] Sep 23 16:19:28.283 INFO O| Sep 23 16:19:28.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65842024-09-23T16:19:29.499Z[ recovery-image] Sep 23 16:19:28.283 INFO O| Sep 23 16:19:28.283 INFO STEP 849 (remove_files) COMPLETE
65852024-09-23T16:19:29.499Z[ recovery-image] Sep 23 16:19:28.283 INFO O| Sep 23 16:19:28.283 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-09-23T16:19:29.508Z[ recovery-image] Sep 23 16:19:28.292 INFO O| Sep 23 16:19:28.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65872024-09-23T16:19:29.510Z[ recovery-image] Sep 23 16:19:28.292 INFO O| Sep 23 16:19:28.292 INFO STEP 850 (remove_files) COMPLETE
65882024-09-23T16:19:29.510Z[ recovery-image] Sep 23 16:19:28.292 INFO O| Sep 23 16:19:28.292 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-09-23T16:19:29.517Z[ recovery-image] Sep 23 16:19:28.302 INFO O| Sep 23 16:19:28.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65902024-09-23T16:19:29.517Z[ recovery-image] Sep 23 16:19:28.302 INFO O| Sep 23 16:19:28.302 INFO STEP 851 (remove_files) COMPLETE
65912024-09-23T16:19:29.517Z[ recovery-image] Sep 23 16:19:28.302 INFO O| Sep 23 16:19:28.302 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-09-23T16:19:29.527Z[ recovery-image] Sep 23 16:19:28.311 INFO O| Sep 23 16:19:28.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65932024-09-23T16:19:29.527Z[ recovery-image] Sep 23 16:19:28.311 INFO O| Sep 23 16:19:28.311 INFO STEP 852 (remove_files) COMPLETE
65942024-09-23T16:19:29.529Z[ recovery-image] Sep 23 16:19:28.311 INFO O| Sep 23 16:19:28.311 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-09-23T16:19:29.536Z[ recovery-image] Sep 23 16:19:28.320 INFO O| Sep 23 16:19:28.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65962024-09-23T16:19:29.536Z[ recovery-image] Sep 23 16:19:28.320 INFO O| Sep 23 16:19:28.320 INFO STEP 853 (remove_files) COMPLETE
65972024-09-23T16:19:29.538Z[ recovery-image] Sep 23 16:19:28.320 INFO O| Sep 23 16:19:28.320 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-09-23T16:19:29.545Z[ recovery-image] Sep 23 16:19:28.330 INFO O| Sep 23 16:19:28.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65992024-09-23T16:19:29.545Z[ recovery-image] Sep 23 16:19:28.330 INFO O| Sep 23 16:19:28.330 INFO STEP 854 (remove_files) COMPLETE
66002024-09-23T16:19:29.547Z[ recovery-image] Sep 23 16:19:28.330 INFO O| Sep 23 16:19:28.330 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-09-23T16:19:29.554Z[ recovery-image] Sep 23 16:19:28.339 INFO O| Sep 23 16:19:28.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66022024-09-23T16:19:29.555Z[ recovery-image] Sep 23 16:19:28.339 INFO O| Sep 23 16:19:28.339 INFO STEP 855 (remove_files) COMPLETE
66032024-09-23T16:19:29.555Z[ recovery-image] Sep 23 16:19:28.339 INFO O| Sep 23 16:19:28.339 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-09-23T16:19:29.564Z[ recovery-image] Sep 23 16:19:28.348 INFO O| Sep 23 16:19:28.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66052024-09-23T16:19:29.564Z[ recovery-image] Sep 23 16:19:28.348 INFO O| Sep 23 16:19:28.348 INFO STEP 856 (remove_files) COMPLETE
66062024-09-23T16:19:29.566Z[ recovery-image] Sep 23 16:19:28.348 INFO O| Sep 23 16:19:28.348 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-09-23T16:19:29.573Z[ recovery-image] Sep 23 16:19:28.357 INFO O| Sep 23 16:19:28.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66082024-09-23T16:19:29.576Z[ recovery-image] Sep 23 16:19:28.357 INFO O| Sep 23 16:19:28.357 INFO STEP 857 (remove_files) COMPLETE
66092024-09-23T16:19:29.576Z[ recovery-image] Sep 23 16:19:28.357 INFO O| Sep 23 16:19:28.357 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-09-23T16:19:29.582Z[ recovery-image] Sep 23 16:19:28.367 INFO O| Sep 23 16:19:28.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66112024-09-23T16:19:29.582Z[ recovery-image] Sep 23 16:19:28.367 INFO O| Sep 23 16:19:28.367 INFO STEP 858 (remove_files) COMPLETE
66122024-09-23T16:19:29.585Z[ recovery-image] Sep 23 16:19:28.367 INFO O| Sep 23 16:19:28.367 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-09-23T16:19:29.592Z[ recovery-image] Sep 23 16:19:28.376 INFO O| Sep 23 16:19:28.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66142024-09-23T16:19:29.592Z[ recovery-image] Sep 23 16:19:28.376 INFO O| Sep 23 16:19:28.376 INFO STEP 859 (remove_files) COMPLETE
66152024-09-23T16:19:29.594Z[ recovery-image] Sep 23 16:19:28.376 INFO O| Sep 23 16:19:28.376 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-09-23T16:19:29.601Z[ recovery-image] Sep 23 16:19:28.385 INFO O| Sep 23 16:19:28.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66172024-09-23T16:19:29.603Z[ recovery-image] Sep 23 16:19:28.385 INFO O| Sep 23 16:19:28.385 INFO STEP 860 (remove_files) COMPLETE
66182024-09-23T16:19:29.603Z[ recovery-image] Sep 23 16:19:28.385 INFO O| Sep 23 16:19:28.385 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-09-23T16:19:29.610Z[ recovery-image] Sep 23 16:19:28.395 INFO O| Sep 23 16:19:28.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66202024-09-23T16:19:29.613Z[ recovery-image] Sep 23 16:19:28.395 INFO O| Sep 23 16:19:28.395 INFO STEP 861 (remove_files) COMPLETE
66212024-09-23T16:19:29.613Z[ recovery-image] Sep 23 16:19:28.395 INFO O| Sep 23 16:19:28.395 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-09-23T16:19:29.620Z[ recovery-image] Sep 23 16:19:28.404 INFO O| Sep 23 16:19:28.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66232024-09-23T16:19:29.620Z[ recovery-image] Sep 23 16:19:28.404 INFO O| Sep 23 16:19:28.404 INFO STEP 862 (remove_files) COMPLETE
66242024-09-23T16:19:29.620Z[ recovery-image] Sep 23 16:19:28.404 INFO O| Sep 23 16:19:28.404 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-09-23T16:19:29.629Z[ recovery-image] Sep 23 16:19:28.413 INFO O| Sep 23 16:19:28.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66262024-09-23T16:19:29.629Z[ recovery-image] Sep 23 16:19:28.413 INFO O| Sep 23 16:19:28.413 INFO STEP 863 (remove_files) COMPLETE
66272024-09-23T16:19:29.631Z[ recovery-image] Sep 23 16:19:28.413 INFO O| Sep 23 16:19:28.413 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-23T16:19:29.638Z[ recovery-image] Sep 23 16:19:28.422 INFO O| Sep 23 16:19:28.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66292024-09-23T16:19:29.638Z[ recovery-image] Sep 23 16:19:28.422 INFO O| Sep 23 16:19:28.422 INFO STEP 864 (remove_files) COMPLETE
66302024-09-23T16:19:29.638Z[ recovery-image] Sep 23 16:19:28.422 INFO O| Sep 23 16:19:28.422 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-23T16:19:29.647Z[ recovery-image] Sep 23 16:19:28.431 INFO O| Sep 23 16:19:28.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66322024-09-23T16:19:29.650Z[ recovery-image] Sep 23 16:19:28.431 INFO O| Sep 23 16:19:28.431 INFO STEP 865 (remove_files) COMPLETE
66332024-09-23T16:19:29.650Z[ recovery-image] Sep 23 16:19:28.431 INFO O| Sep 23 16:19:28.431 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-09-23T16:19:29.656Z[ recovery-image] Sep 23 16:19:28.441 INFO O| Sep 23 16:19:28.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66352024-09-23T16:19:29.659Z[ recovery-image] Sep 23 16:19:28.441 INFO O| Sep 23 16:19:28.441 INFO STEP 866 (remove_files) COMPLETE
66362024-09-23T16:19:29.659Z[ recovery-image] Sep 23 16:19:28.441 INFO O| Sep 23 16:19:28.441 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-09-23T16:19:29.666Z[ recovery-image] Sep 23 16:19:28.450 INFO O| Sep 23 16:19:28.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66382024-09-23T16:19:29.668Z[ recovery-image] Sep 23 16:19:28.450 INFO O| Sep 23 16:19:28.450 INFO STEP 867 (remove_files) COMPLETE
66392024-09-23T16:19:29.668Z[ recovery-image] Sep 23 16:19:28.450 INFO O| Sep 23 16:19:28.450 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-09-23T16:19:29.677Z[ recovery-image] Sep 23 16:19:28.462 INFO O| Sep 23 16:19:28.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66412024-09-23T16:19:29.678Z[ recovery-image] Sep 23 16:19:28.462 INFO O| Sep 23 16:19:28.462 INFO STEP 868 (remove_files) COMPLETE
66422024-09-23T16:19:29.680Z[ recovery-image] Sep 23 16:19:28.462 INFO O| Sep 23 16:19:28.462 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-09-23T16:19:29.687Z[ recovery-image] Sep 23 16:19:28.471 INFO O| Sep 23 16:19:28.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66442024-09-23T16:19:29.687Z[ recovery-image] Sep 23 16:19:28.471 INFO O| Sep 23 16:19:28.471 INFO STEP 869 (remove_files) COMPLETE
66452024-09-23T16:19:29.690Z[ recovery-image] Sep 23 16:19:28.471 INFO O| Sep 23 16:19:28.471 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-09-23T16:19:29.699Z[ recovery-image] Sep 23 16:19:28.483 INFO O| Sep 23 16:19:28.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66472024-09-23T16:19:29.699Z[ recovery-image] Sep 23 16:19:28.483 INFO O| Sep 23 16:19:28.483 INFO STEP 870 (remove_files) COMPLETE
66482024-09-23T16:19:29.701Z[ recovery-image] Sep 23 16:19:28.483 INFO O| Sep 23 16:19:28.483 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-09-23T16:19:29.708Z[ recovery-image] Sep 23 16:19:28.492 INFO O| Sep 23 16:19:28.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66502024-09-23T16:19:29.708Z[ recovery-image] Sep 23 16:19:28.492 INFO O| Sep 23 16:19:28.492 INFO STEP 871 (remove_files) COMPLETE
66512024-09-23T16:19:29.708Z[ recovery-image] Sep 23 16:19:28.492 INFO O| Sep 23 16:19:28.492 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-09-23T16:19:29.717Z[ recovery-image] Sep 23 16:19:28.502 INFO O| Sep 23 16:19:28.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66532024-09-23T16:19:29.720Z[ recovery-image] Sep 23 16:19:28.502 INFO O| Sep 23 16:19:28.502 INFO STEP 872 (remove_files) COMPLETE
66542024-09-23T16:19:29.720Z[ recovery-image] Sep 23 16:19:28.502 INFO O| Sep 23 16:19:28.502 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-09-23T16:19:29.727Z[ recovery-image] Sep 23 16:19:28.511 INFO O| Sep 23 16:19:28.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66562024-09-23T16:19:29.727Z[ recovery-image] Sep 23 16:19:28.511 INFO O| Sep 23 16:19:28.511 INFO STEP 873 (remove_files) COMPLETE
66572024-09-23T16:19:29.729Z[ recovery-image] Sep 23 16:19:28.511 INFO O| Sep 23 16:19:28.511 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-09-23T16:19:29.736Z[ recovery-image] Sep 23 16:19:28.521 INFO O| Sep 23 16:19:28.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66592024-09-23T16:19:29.737Z[ recovery-image] Sep 23 16:19:28.521 INFO O| Sep 23 16:19:28.521 INFO STEP 874 (remove_files) COMPLETE
66602024-09-23T16:19:29.738Z[ recovery-image] Sep 23 16:19:28.521 INFO O| Sep 23 16:19:28.521 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-09-23T16:19:29.746Z[ recovery-image] Sep 23 16:19:28.530 INFO O| Sep 23 16:19:28.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66622024-09-23T16:19:29.746Z[ recovery-image] Sep 23 16:19:28.530 INFO O| Sep 23 16:19:28.530 INFO STEP 875 (remove_files) COMPLETE
66632024-09-23T16:19:29.746Z[ recovery-image] Sep 23 16:19:28.530 INFO O| Sep 23 16:19:28.530 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-09-23T16:19:29.755Z[ recovery-image] Sep 23 16:19:28.539 INFO O| Sep 23 16:19:28.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66652024-09-23T16:19:29.755Z[ recovery-image] Sep 23 16:19:28.539 INFO O| Sep 23 16:19:28.539 INFO STEP 876 (remove_files) COMPLETE
66662024-09-23T16:19:29.757Z[ recovery-image] Sep 23 16:19:28.539 INFO O| Sep 23 16:19:28.539 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-09-23T16:19:29.765Z[ recovery-image] Sep 23 16:19:28.549 INFO O| Sep 23 16:19:28.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66682024-09-23T16:19:29.765Z[ recovery-image] Sep 23 16:19:28.549 INFO O| Sep 23 16:19:28.549 INFO STEP 877 (remove_files) COMPLETE
66692024-09-23T16:19:29.767Z[ recovery-image] Sep 23 16:19:28.549 INFO O| Sep 23 16:19:28.549 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-09-23T16:19:29.774Z[ recovery-image] Sep 23 16:19:28.558 INFO O| Sep 23 16:19:28.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66712024-09-23T16:19:29.774Z[ recovery-image] Sep 23 16:19:28.559 INFO O| Sep 23 16:19:28.559 INFO STEP 878 (remove_files) COMPLETE
66722024-09-23T16:19:29.777Z[ recovery-image] Sep 23 16:19:28.559 INFO O| Sep 23 16:19:28.559 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-09-23T16:19:29.783Z[ recovery-image] Sep 23 16:19:28.568 INFO O| Sep 23 16:19:28.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66742024-09-23T16:19:29.786Z[ recovery-image] Sep 23 16:19:28.568 INFO O| Sep 23 16:19:28.568 INFO STEP 879 (remove_files) COMPLETE
66752024-09-23T16:19:29.786Z[ recovery-image] Sep 23 16:19:28.568 INFO O| Sep 23 16:19:28.568 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-09-23T16:19:29.793Z[ recovery-image] Sep 23 16:19:28.577 INFO O| Sep 23 16:19:28.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66772024-09-23T16:19:29.795Z[ recovery-image] Sep 23 16:19:28.577 INFO O| Sep 23 16:19:28.577 INFO STEP 880 (remove_files) COMPLETE
66782024-09-23T16:19:29.795Z[ recovery-image] Sep 23 16:19:28.577 INFO O| Sep 23 16:19:28.577 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-09-23T16:19:29.802Z[ recovery-image] Sep 23 16:19:28.586 INFO O| Sep 23 16:19:28.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66802024-09-23T16:19:29.802Z[ recovery-image] Sep 23 16:19:28.586 INFO O| Sep 23 16:19:28.586 INFO STEP 881 (remove_files) COMPLETE
66812024-09-23T16:19:29.802Z[ recovery-image] Sep 23 16:19:28.586 INFO O| Sep 23 16:19:28.586 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-09-23T16:19:29.811Z[ recovery-image] Sep 23 16:19:28.595 INFO O| Sep 23 16:19:28.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66832024-09-23T16:19:29.811Z[ recovery-image] Sep 23 16:19:28.595 INFO O| Sep 23 16:19:28.595 INFO STEP 882 (remove_files) COMPLETE
66842024-09-23T16:19:29.814Z[ recovery-image] Sep 23 16:19:28.596 INFO O| Sep 23 16:19:28.595 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-09-23T16:19:29.820Z[ recovery-image] Sep 23 16:19:28.605 INFO O| Sep 23 16:19:28.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66862024-09-23T16:19:29.823Z[ recovery-image] Sep 23 16:19:28.605 INFO O| Sep 23 16:19:28.605 INFO STEP 883 (remove_files) COMPLETE
66872024-09-23T16:19:29.823Z[ recovery-image] Sep 23 16:19:28.605 INFO O| Sep 23 16:19:28.605 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-09-23T16:19:29.830Z[ recovery-image] Sep 23 16:19:28.614 INFO O| Sep 23 16:19:28.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66892024-09-23T16:19:29.830Z[ recovery-image] Sep 23 16:19:28.614 INFO O| Sep 23 16:19:28.614 INFO STEP 884 (remove_files) COMPLETE
66902024-09-23T16:19:29.832Z[ recovery-image] Sep 23 16:19:28.614 INFO O| Sep 23 16:19:28.614 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-09-23T16:19:29.839Z[ recovery-image] Sep 23 16:19:28.623 INFO O| Sep 23 16:19:28.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66922024-09-23T16:19:29.841Z[ recovery-image] Sep 23 16:19:28.623 INFO O| Sep 23 16:19:28.623 INFO STEP 885 (remove_files) COMPLETE
66932024-09-23T16:19:29.841Z[ recovery-image] Sep 23 16:19:28.623 INFO O| Sep 23 16:19:28.623 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-09-23T16:19:29.848Z[ recovery-image] Sep 23 16:19:28.633 INFO O| Sep 23 16:19:28.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66952024-09-23T16:19:29.848Z[ recovery-image] Sep 23 16:19:28.633 INFO O| Sep 23 16:19:28.633 INFO STEP 886 (remove_files) COMPLETE
66962024-09-23T16:19:29.851Z[ recovery-image] Sep 23 16:19:28.633 INFO O| Sep 23 16:19:28.633 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-09-23T16:19:29.858Z[ recovery-image] Sep 23 16:19:28.642 INFO O| Sep 23 16:19:28.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66982024-09-23T16:19:29.858Z[ recovery-image] Sep 23 16:19:28.642 INFO O| Sep 23 16:19:28.642 INFO STEP 887 (remove_files) COMPLETE
66992024-09-23T16:19:29.860Z[ recovery-image] Sep 23 16:19:28.642 INFO O| Sep 23 16:19:28.642 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-09-23T16:19:29.867Z[ recovery-image] Sep 23 16:19:28.651 INFO O| Sep 23 16:19:28.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67012024-09-23T16:19:29.869Z[ recovery-image] Sep 23 16:19:28.652 INFO O| Sep 23 16:19:28.652 INFO STEP 888 (remove_files) COMPLETE
67022024-09-23T16:19:29.869Z[ recovery-image] Sep 23 16:19:28.652 INFO O| Sep 23 16:19:28.652 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-09-23T16:19:29.877Z[ recovery-image] Sep 23 16:19:28.661 INFO O| Sep 23 16:19:28.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67042024-09-23T16:19:29.877Z[ recovery-image] Sep 23 16:19:28.661 INFO O| Sep 23 16:19:28.661 INFO STEP 889 (remove_files) COMPLETE
67052024-09-23T16:19:29.880Z[ recovery-image] Sep 23 16:19:28.661 INFO O| Sep 23 16:19:28.661 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-09-23T16:19:29.886Z[ recovery-image] Sep 23 16:19:28.670 INFO O| Sep 23 16:19:28.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67072024-09-23T16:19:29.886Z[ recovery-image] Sep 23 16:19:28.670 INFO O| Sep 23 16:19:28.670 INFO STEP 890 (remove_files) COMPLETE
67082024-09-23T16:19:29.886Z[ recovery-image] Sep 23 16:19:28.670 INFO O| Sep 23 16:19:28.670 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-09-23T16:19:29.895Z[ recovery-image] Sep 23 16:19:28.680 INFO O| Sep 23 16:19:28.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67102024-09-23T16:19:29.895Z[ recovery-image] Sep 23 16:19:28.680 INFO O| Sep 23 16:19:28.680 INFO STEP 891 (remove_files) COMPLETE
67112024-09-23T16:19:29.898Z[ recovery-image] Sep 23 16:19:28.680 INFO O| Sep 23 16:19:28.680 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-09-23T16:19:29.907Z[ recovery-image] Sep 23 16:19:28.691 INFO O| Sep 23 16:19:28.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67132024-09-23T16:19:29.907Z[ recovery-image] Sep 23 16:19:28.692 INFO O| Sep 23 16:19:28.691 INFO STEP 892 (remove_files) COMPLETE
67142024-09-23T16:19:29.907Z[ recovery-image] Sep 23 16:19:28.692 INFO O| Sep 23 16:19:28.691 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-09-23T16:19:29.919Z[ recovery-image] Sep 23 16:19:28.703 INFO O| Sep 23 16:19:28.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67162024-09-23T16:19:29.919Z[ recovery-image] Sep 23 16:19:28.703 INFO O| Sep 23 16:19:28.703 INFO STEP 893 (remove_files) COMPLETE
67172024-09-23T16:19:29.919Z[ recovery-image] Sep 23 16:19:28.703 INFO O| Sep 23 16:19:28.703 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-09-23T16:19:29.930Z[ recovery-image] Sep 23 16:19:28.714 INFO O| Sep 23 16:19:28.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67192024-09-23T16:19:29.933Z[ recovery-image] Sep 23 16:19:28.714 INFO O| Sep 23 16:19:28.714 INFO STEP 894 (remove_files) COMPLETE
67202024-09-23T16:19:29.933Z[ recovery-image] Sep 23 16:19:28.714 INFO O| Sep 23 16:19:28.714 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-09-23T16:19:29.939Z[ recovery-image] Sep 23 16:19:28.724 INFO O| Sep 23 16:19:28.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67222024-09-23T16:19:29.939Z[ recovery-image] Sep 23 16:19:28.724 INFO O| Sep 23 16:19:28.724 INFO STEP 895 (remove_files) COMPLETE
67232024-09-23T16:19:29.943Z[ recovery-image] Sep 23 16:19:28.724 INFO O| Sep 23 16:19:28.724 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-09-23T16:19:29.951Z[ recovery-image] Sep 23 16:19:28.735 INFO O| Sep 23 16:19:28.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67252024-09-23T16:19:29.951Z[ recovery-image] Sep 23 16:19:28.735 INFO O| Sep 23 16:19:28.735 INFO STEP 896 (remove_files) COMPLETE
67262024-09-23T16:19:29.953Z[ recovery-image] Sep 23 16:19:28.735 INFO O| Sep 23 16:19:28.735 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-09-23T16:19:29.960Z[ recovery-image] Sep 23 16:19:28.744 INFO O| Sep 23 16:19:28.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67282024-09-23T16:19:29.960Z[ recovery-image] Sep 23 16:19:28.744 INFO O| Sep 23 16:19:28.744 INFO STEP 897 (remove_files) COMPLETE
67292024-09-23T16:19:29.962Z[ recovery-image] Sep 23 16:19:28.744 INFO O| Sep 23 16:19:28.744 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-09-23T16:19:29.969Z[ recovery-image] Sep 23 16:19:28.753 INFO O| Sep 23 16:19:28.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67312024-09-23T16:19:29.972Z[ recovery-image] Sep 23 16:19:28.753 INFO O| Sep 23 16:19:28.753 INFO STEP 898 (remove_files) COMPLETE
67322024-09-23T16:19:29.972Z[ recovery-image] Sep 23 16:19:28.754 INFO O| Sep 23 16:19:28.753 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-09-23T16:19:29.981Z[ recovery-image] Sep 23 16:19:28.765 INFO O| Sep 23 16:19:28.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67342024-09-23T16:19:29.983Z[ recovery-image] Sep 23 16:19:28.765 INFO O| Sep 23 16:19:28.765 INFO STEP 899 (remove_files) COMPLETE
67352024-09-23T16:19:29.983Z[ recovery-image] Sep 23 16:19:28.765 INFO O| Sep 23 16:19:28.765 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-09-23T16:19:29.990Z[ recovery-image] Sep 23 16:19:28.774 INFO O| Sep 23 16:19:28.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67372024-09-23T16:19:29.990Z[ recovery-image] Sep 23 16:19:28.774 INFO O| Sep 23 16:19:28.774 INFO STEP 900 (remove_files) COMPLETE
67382024-09-23T16:19:29.992Z[ recovery-image] Sep 23 16:19:28.774 INFO O| Sep 23 16:19:28.774 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-09-23T16:19:30.001Z[ recovery-image] Sep 23 16:19:28.786 INFO O| Sep 23 16:19:28.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67402024-09-23T16:19:30.004Z[ recovery-image] Sep 23 16:19:28.786 INFO O| Sep 23 16:19:28.786 INFO STEP 901 (remove_files) COMPLETE
67412024-09-23T16:19:30.004Z[ recovery-image] Sep 23 16:19:28.786 INFO O| Sep 23 16:19:28.786 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-09-23T16:19:30.011Z[ recovery-image] Sep 23 16:19:28.795 INFO O| Sep 23 16:19:28.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67432024-09-23T16:19:30.013Z[ recovery-image] Sep 23 16:19:28.796 INFO O| Sep 23 16:19:28.796 INFO STEP 902 (remove_files) COMPLETE
67442024-09-23T16:19:30.013Z[ recovery-image] Sep 23 16:19:28.796 INFO O| Sep 23 16:19:28.796 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-09-23T16:19:30.023Z[ recovery-image] Sep 23 16:19:28.807 INFO O| Sep 23 16:19:28.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67462024-09-23T16:19:30.023Z[ recovery-image] Sep 23 16:19:28.807 INFO O| Sep 23 16:19:28.807 INFO STEP 903 (remove_files) COMPLETE
67472024-09-23T16:19:30.023Z[ recovery-image] Sep 23 16:19:28.807 INFO O| Sep 23 16:19:28.807 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-09-23T16:19:30.032Z[ recovery-image] Sep 23 16:19:28.816 INFO O| Sep 23 16:19:28.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67492024-09-23T16:19:30.032Z[ recovery-image] Sep 23 16:19:28.816 INFO O| Sep 23 16:19:28.816 INFO STEP 904 (remove_files) COMPLETE
67502024-09-23T16:19:30.032Z[ recovery-image] Sep 23 16:19:28.816 INFO O| Sep 23 16:19:28.816 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-09-23T16:19:30.042Z[ recovery-image] Sep 23 16:19:28.826 INFO O| Sep 23 16:19:28.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67522024-09-23T16:19:30.044Z[ recovery-image] Sep 23 16:19:28.826 INFO O| Sep 23 16:19:28.826 INFO STEP 905 (remove_files) COMPLETE
67532024-09-23T16:19:30.044Z[ recovery-image] Sep 23 16:19:28.826 INFO O| Sep 23 16:19:28.826 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-09-23T16:19:30.052Z[ recovery-image] Sep 23 16:19:28.836 INFO O| Sep 23 16:19:28.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67552024-09-23T16:19:30.055Z[ recovery-image] Sep 23 16:19:28.836 INFO O| Sep 23 16:19:28.836 INFO STEP 906 (remove_files) COMPLETE
67562024-09-23T16:19:30.055Z[ recovery-image] Sep 23 16:19:28.836 INFO O| Sep 23 16:19:28.836 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-09-23T16:19:30.061Z[ recovery-image] Sep 23 16:19:28.845 INFO O| Sep 23 16:19:28.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67582024-09-23T16:19:30.061Z[ recovery-image] Sep 23 16:19:28.845 INFO O| Sep 23 16:19:28.845 INFO STEP 907 (remove_files) COMPLETE
67592024-09-23T16:19:30.063Z[ recovery-image] Sep 23 16:19:28.845 INFO O| Sep 23 16:19:28.845 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-09-23T16:19:30.070Z[ recovery-image] Sep 23 16:19:28.855 INFO O| Sep 23 16:19:28.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67612024-09-23T16:19:30.070Z[ recovery-image] Sep 23 16:19:28.855 INFO O| Sep 23 16:19:28.855 INFO STEP 908 (remove_files) COMPLETE
67622024-09-23T16:19:30.071Z[ recovery-image] Sep 23 16:19:28.855 INFO O| Sep 23 16:19:28.855 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-09-23T16:19:30.080Z[ recovery-image] Sep 23 16:19:28.864 INFO O| Sep 23 16:19:28.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67642024-09-23T16:19:30.080Z[ recovery-image] Sep 23 16:19:28.864 INFO O| Sep 23 16:19:28.864 INFO STEP 909 (remove_files) COMPLETE
67652024-09-23T16:19:30.082Z[ recovery-image] Sep 23 16:19:28.864 INFO O| Sep 23 16:19:28.864 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-09-23T16:19:30.089Z[ recovery-image] Sep 23 16:19:28.873 INFO O| Sep 23 16:19:28.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67672024-09-23T16:19:30.089Z[ recovery-image] Sep 23 16:19:28.873 INFO O| Sep 23 16:19:28.873 INFO STEP 910 (remove_files) COMPLETE
67682024-09-23T16:19:30.093Z[ recovery-image] Sep 23 16:19:28.873 INFO O| Sep 23 16:19:28.873 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-09-23T16:19:30.098Z[ recovery-image] Sep 23 16:19:28.883 INFO O| Sep 23 16:19:28.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67702024-09-23T16:19:30.098Z[ recovery-image] Sep 23 16:19:28.883 INFO O| Sep 23 16:19:28.883 INFO STEP 911 (remove_files) COMPLETE
67712024-09-23T16:19:30.100Z[ recovery-image] Sep 23 16:19:28.883 INFO O| Sep 23 16:19:28.883 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-09-23T16:19:30.108Z[ recovery-image] Sep 23 16:19:28.892 INFO O| Sep 23 16:19:28.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67732024-09-23T16:19:30.108Z[ recovery-image] Sep 23 16:19:28.892 INFO O| Sep 23 16:19:28.892 INFO STEP 912 (remove_files) COMPLETE
67742024-09-23T16:19:30.110Z[ recovery-image] Sep 23 16:19:28.892 INFO O| Sep 23 16:19:28.892 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-09-23T16:19:30.117Z[ recovery-image] Sep 23 16:19:28.901 INFO O| Sep 23 16:19:28.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67762024-09-23T16:19:30.117Z[ recovery-image] Sep 23 16:19:28.901 INFO O| Sep 23 16:19:28.901 INFO STEP 913 (remove_files) COMPLETE
67772024-09-23T16:19:30.119Z[ recovery-image] Sep 23 16:19:28.901 INFO O| Sep 23 16:19:28.901 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-09-23T16:19:30.126Z[ recovery-image] Sep 23 16:19:28.911 INFO O| Sep 23 16:19:28.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67792024-09-23T16:19:30.128Z[ recovery-image] Sep 23 16:19:28.911 INFO O| Sep 23 16:19:28.911 INFO STEP 914 (remove_files) COMPLETE
67802024-09-23T16:19:30.129Z[ recovery-image] Sep 23 16:19:28.911 INFO O| Sep 23 16:19:28.911 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-09-23T16:19:30.136Z[ recovery-image] Sep 23 16:19:28.920 INFO O| Sep 23 16:19:28.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67822024-09-23T16:19:30.136Z[ recovery-image] Sep 23 16:19:28.920 INFO O| Sep 23 16:19:28.920 INFO STEP 915 (remove_files) COMPLETE
67832024-09-23T16:19:30.138Z[ recovery-image] Sep 23 16:19:28.920 INFO O| Sep 23 16:19:28.920 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-09-23T16:19:30.145Z[ recovery-image] Sep 23 16:19:28.929 INFO O| Sep 23 16:19:28.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67852024-09-23T16:19:30.145Z[ recovery-image] Sep 23 16:19:28.929 INFO O| Sep 23 16:19:28.929 INFO STEP 916 (remove_files) COMPLETE
67862024-09-23T16:19:30.147Z[ recovery-image] Sep 23 16:19:28.929 INFO O| Sep 23 16:19:28.929 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-09-23T16:19:30.154Z[ recovery-image] Sep 23 16:19:28.938 INFO O| Sep 23 16:19:28.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67882024-09-23T16:19:30.154Z[ recovery-image] Sep 23 16:19:28.938 INFO O| Sep 23 16:19:28.938 INFO STEP 917 (remove_files) COMPLETE
67892024-09-23T16:19:30.156Z[ recovery-image] Sep 23 16:19:28.938 INFO O| Sep 23 16:19:28.938 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-09-23T16:19:30.163Z[ recovery-image] Sep 23 16:19:28.948 INFO O| Sep 23 16:19:28.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67912024-09-23T16:19:30.163Z[ recovery-image] Sep 23 16:19:28.948 INFO O| Sep 23 16:19:28.948 INFO STEP 918 (remove_files) COMPLETE
67922024-09-23T16:19:30.163Z[ recovery-image] Sep 23 16:19:28.948 INFO O| Sep 23 16:19:28.948 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-09-23T16:19:30.173Z[ recovery-image] Sep 23 16:19:28.957 INFO O| Sep 23 16:19:28.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67942024-09-23T16:19:30.173Z[ recovery-image] Sep 23 16:19:28.957 INFO O| Sep 23 16:19:28.957 INFO STEP 919 (remove_files) COMPLETE
67952024-09-23T16:19:30.175Z[ recovery-image] Sep 23 16:19:28.957 INFO O| Sep 23 16:19:28.957 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-09-23T16:19:30.182Z[ recovery-image] Sep 23 16:19:28.966 INFO O| Sep 23 16:19:28.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67972024-09-23T16:19:30.182Z[ recovery-image] Sep 23 16:19:28.966 INFO O| Sep 23 16:19:28.966 INFO STEP 920 (remove_files) COMPLETE
67982024-09-23T16:19:30.182Z[ recovery-image] Sep 23 16:19:28.966 INFO O| Sep 23 16:19:28.966 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-09-23T16:19:30.191Z[ recovery-image] Sep 23 16:19:28.975 INFO O| Sep 23 16:19:28.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68002024-09-23T16:19:30.191Z[ recovery-image] Sep 23 16:19:28.975 INFO O| Sep 23 16:19:28.975 INFO STEP 921 (remove_files) COMPLETE
68012024-09-23T16:19:30.196Z[ recovery-image] Sep 23 16:19:28.975 INFO O| Sep 23 16:19:28.975 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-09-23T16:19:30.200Z[ recovery-image] Sep 23 16:19:28.985 INFO O| Sep 23 16:19:28.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68032024-09-23T16:19:30.200Z[ recovery-image] Sep 23 16:19:28.985 INFO O| Sep 23 16:19:28.985 INFO STEP 922 (remove_files) COMPLETE
68042024-09-23T16:19:30.203Z[ recovery-image] Sep 23 16:19:28.985 INFO O| Sep 23 16:19:28.985 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-09-23T16:19:30.210Z[ recovery-image] Sep 23 16:19:28.994 INFO O| Sep 23 16:19:28.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68062024-09-23T16:19:30.210Z[ recovery-image] Sep 23 16:19:28.994 INFO O| Sep 23 16:19:28.994 INFO STEP 923 (remove_files) COMPLETE
68072024-09-23T16:19:30.210Z[ recovery-image] Sep 23 16:19:28.994 INFO O| Sep 23 16:19:28.994 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-09-23T16:19:30.219Z[ recovery-image] Sep 23 16:19:29.003 INFO O| Sep 23 16:19:29.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68092024-09-23T16:19:30.219Z[ recovery-image] Sep 23 16:19:29.003 INFO O| Sep 23 16:19:29.003 INFO STEP 924 (remove_files) COMPLETE
68102024-09-23T16:19:30.219Z[ recovery-image] Sep 23 16:19:29.003 INFO O| Sep 23 16:19:29.003 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-09-23T16:19:30.229Z[ recovery-image] Sep 23 16:19:29.013 INFO O| Sep 23 16:19:29.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68122024-09-23T16:19:30.229Z[ recovery-image] Sep 23 16:19:29.013 INFO O| Sep 23 16:19:29.013 INFO STEP 925 (remove_files) COMPLETE
68132024-09-23T16:19:30.231Z[ recovery-image] Sep 23 16:19:29.013 INFO O| Sep 23 16:19:29.013 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-09-23T16:19:30.238Z[ recovery-image] Sep 23 16:19:29.022 INFO O| Sep 23 16:19:29.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68152024-09-23T16:19:30.238Z[ recovery-image] Sep 23 16:19:29.022 INFO O| Sep 23 16:19:29.022 INFO STEP 926 (remove_files) COMPLETE
68162024-09-23T16:19:30.241Z[ recovery-image] Sep 23 16:19:29.022 INFO O| Sep 23 16:19:29.022 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-09-23T16:19:30.247Z[ recovery-image] Sep 23 16:19:29.032 INFO O| Sep 23 16:19:29.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68182024-09-23T16:19:30.247Z[ recovery-image] Sep 23 16:19:29.032 INFO O| Sep 23 16:19:29.032 INFO STEP 927 (remove_files) COMPLETE
68192024-09-23T16:19:30.250Z[ recovery-image] Sep 23 16:19:29.032 INFO O| Sep 23 16:19:29.032 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-09-23T16:19:30.257Z[ recovery-image] Sep 23 16:19:29.041 INFO O| Sep 23 16:19:29.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68212024-09-23T16:19:30.257Z[ recovery-image] Sep 23 16:19:29.041 INFO O| Sep 23 16:19:29.041 INFO STEP 928 (remove_files) COMPLETE
68222024-09-23T16:19:30.260Z[ recovery-image] Sep 23 16:19:29.041 INFO O| Sep 23 16:19:29.041 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-09-23T16:19:30.266Z[ recovery-image] Sep 23 16:19:29.051 INFO O| Sep 23 16:19:29.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68242024-09-23T16:19:30.269Z[ recovery-image] Sep 23 16:19:29.051 INFO O| Sep 23 16:19:29.051 INFO STEP 929 (remove_files) COMPLETE
68252024-09-23T16:19:30.269Z[ recovery-image] Sep 23 16:19:29.051 INFO O| Sep 23 16:19:29.051 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-09-23T16:19:30.276Z[ recovery-image] Sep 23 16:19:29.060 INFO O| Sep 23 16:19:29.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68272024-09-23T16:19:30.276Z[ recovery-image] Sep 23 16:19:29.060 INFO O| Sep 23 16:19:29.060 INFO STEP 930 (remove_files) COMPLETE
68282024-09-23T16:19:30.276Z[ recovery-image] Sep 23 16:19:29.060 INFO O| Sep 23 16:19:29.060 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-09-23T16:19:30.285Z[ recovery-image] Sep 23 16:19:29.069 INFO O| Sep 23 16:19:29.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68302024-09-23T16:19:30.285Z[ recovery-image] Sep 23 16:19:29.069 INFO O| Sep 23 16:19:29.069 INFO STEP 931 (remove_files) COMPLETE
68312024-09-23T16:19:30.288Z[ recovery-image] Sep 23 16:19:29.069 INFO O| Sep 23 16:19:29.069 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-09-23T16:19:30.294Z[ recovery-image] Sep 23 16:19:29.078 INFO O| Sep 23 16:19:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68332024-09-23T16:19:30.296Z[ recovery-image] Sep 23 16:19:29.078 INFO O| Sep 23 16:19:29.078 INFO STEP 932 (remove_files) COMPLETE
68342024-09-23T16:19:30.297Z[ recovery-image] Sep 23 16:19:29.078 INFO O| Sep 23 16:19:29.078 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-09-23T16:19:30.303Z[ recovery-image] Sep 23 16:19:29.087 INFO O| Sep 23 16:19:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68362024-09-23T16:19:30.303Z[ recovery-image] Sep 23 16:19:29.087 INFO O| Sep 23 16:19:29.087 INFO STEP 933 (remove_files) COMPLETE
68372024-09-23T16:19:30.305Z[ recovery-image] Sep 23 16:19:29.087 INFO O| Sep 23 16:19:29.087 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-09-23T16:19:30.312Z[ recovery-image] Sep 23 16:19:29.096 INFO O| Sep 23 16:19:29.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68392024-09-23T16:19:30.312Z[ recovery-image] Sep 23 16:19:29.097 INFO O| Sep 23 16:19:29.096 INFO STEP 934 (remove_files) COMPLETE
68402024-09-23T16:19:30.312Z[ recovery-image] Sep 23 16:19:29.097 INFO O| Sep 23 16:19:29.097 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-09-23T16:19:30.321Z[ recovery-image] Sep 23 16:19:29.105 INFO O| Sep 23 16:19:29.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68422024-09-23T16:19:30.321Z[ recovery-image] Sep 23 16:19:29.106 INFO O| Sep 23 16:19:29.106 INFO STEP 935 (remove_files) COMPLETE
68432024-09-23T16:19:30.324Z[ recovery-image] Sep 23 16:19:29.106 INFO O| Sep 23 16:19:29.106 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-09-23T16:19:30.330Z[ recovery-image] Sep 23 16:19:29.115 INFO O| Sep 23 16:19:29.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68452024-09-23T16:19:30.330Z[ recovery-image] Sep 23 16:19:29.115 INFO O| Sep 23 16:19:29.115 INFO STEP 936 (remove_files) COMPLETE
68462024-09-23T16:19:30.330Z[ recovery-image] Sep 23 16:19:29.115 INFO O| Sep 23 16:19:29.115 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-09-23T16:19:30.339Z[ recovery-image] Sep 23 16:19:29.124 INFO O| Sep 23 16:19:29.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68482024-09-23T16:19:30.339Z[ recovery-image] Sep 23 16:19:29.124 INFO O| Sep 23 16:19:29.124 INFO STEP 937 (remove_files) COMPLETE
68492024-09-23T16:19:30.342Z[ recovery-image] Sep 23 16:19:29.124 INFO O| Sep 23 16:19:29.124 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-09-23T16:19:30.350Z[ recovery-image] Sep 23 16:19:29.133 INFO O| Sep 23 16:19:29.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68512024-09-23T16:19:30.350Z[ recovery-image] Sep 23 16:19:29.133 INFO O| Sep 23 16:19:29.133 INFO STEP 938 (remove_files) COMPLETE
68522024-09-23T16:19:30.352Z[ recovery-image] Sep 23 16:19:29.133 INFO O| Sep 23 16:19:29.133 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-09-23T16:19:30.357Z[ recovery-image] Sep 23 16:19:29.142 INFO O| Sep 23 16:19:29.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68542024-09-23T16:19:30.357Z[ recovery-image] Sep 23 16:19:29.142 INFO O| Sep 23 16:19:29.142 INFO STEP 939 (remove_files) COMPLETE
68552024-09-23T16:19:30.360Z[ recovery-image] Sep 23 16:19:29.142 INFO O| Sep 23 16:19:29.142 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-09-23T16:19:30.366Z[ recovery-image] Sep 23 16:19:29.151 INFO O| Sep 23 16:19:29.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68572024-09-23T16:19:30.367Z[ recovery-image] Sep 23 16:19:29.151 INFO O| Sep 23 16:19:29.151 INFO STEP 940 (remove_files) COMPLETE
68582024-09-23T16:19:30.370Z[ recovery-image] Sep 23 16:19:29.151 INFO O| Sep 23 16:19:29.151 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-09-23T16:19:30.376Z[ recovery-image] Sep 23 16:19:29.160 INFO O| Sep 23 16:19:29.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68602024-09-23T16:19:30.376Z[ recovery-image] Sep 23 16:19:29.160 INFO O| Sep 23 16:19:29.160 INFO STEP 941 (remove_files) COMPLETE
68612024-09-23T16:19:30.378Z[ recovery-image] Sep 23 16:19:29.160 INFO O| Sep 23 16:19:29.160 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-09-23T16:19:30.385Z[ recovery-image] Sep 23 16:19:29.170 INFO O| Sep 23 16:19:29.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68632024-09-23T16:19:30.385Z[ recovery-image] Sep 23 16:19:29.170 INFO O| Sep 23 16:19:29.170 INFO STEP 942 (remove_files) COMPLETE
68642024-09-23T16:19:30.385Z[ recovery-image] Sep 23 16:19:29.170 INFO O| Sep 23 16:19:29.170 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-09-23T16:19:30.395Z[ recovery-image] Sep 23 16:19:29.179 INFO O| Sep 23 16:19:29.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68662024-09-23T16:19:30.395Z[ recovery-image] Sep 23 16:19:29.179 INFO O| Sep 23 16:19:29.179 INFO STEP 943 (remove_files) COMPLETE
68672024-09-23T16:19:30.397Z[ recovery-image] Sep 23 16:19:29.179 INFO O| Sep 23 16:19:29.179 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-09-23T16:19:30.404Z[ recovery-image] Sep 23 16:19:29.188 INFO O| Sep 23 16:19:29.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68692024-09-23T16:19:30.404Z[ recovery-image] Sep 23 16:19:29.188 INFO O| Sep 23 16:19:29.188 INFO STEP 944 (remove_files) COMPLETE
68702024-09-23T16:19:30.404Z[ recovery-image] Sep 23 16:19:29.188 INFO O| Sep 23 16:19:29.188 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-09-23T16:19:30.413Z[ recovery-image] Sep 23 16:19:29.197 INFO O| Sep 23 16:19:29.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68722024-09-23T16:19:30.413Z[ recovery-image] Sep 23 16:19:29.197 INFO O| Sep 23 16:19:29.197 INFO STEP 945 (remove_files) COMPLETE
68732024-09-23T16:19:30.413Z[ recovery-image] Sep 23 16:19:29.197 INFO O| Sep 23 16:19:29.197 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-09-23T16:19:30.422Z[ recovery-image] Sep 23 16:19:29.206 INFO O| Sep 23 16:19:29.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68752024-09-23T16:19:30.422Z[ recovery-image] Sep 23 16:19:29.206 INFO O| Sep 23 16:19:29.206 INFO STEP 946 (remove_files) COMPLETE
68762024-09-23T16:19:30.424Z[ recovery-image] Sep 23 16:19:29.206 INFO O| Sep 23 16:19:29.206 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-09-23T16:19:30.431Z[ recovery-image] Sep 23 16:19:29.215 INFO O| Sep 23 16:19:29.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68782024-09-23T16:19:30.431Z[ recovery-image] Sep 23 16:19:29.215 INFO O| Sep 23 16:19:29.215 INFO STEP 947 (remove_files) COMPLETE
68792024-09-23T16:19:30.431Z[ recovery-image] Sep 23 16:19:29.215 INFO O| Sep 23 16:19:29.215 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-09-23T16:19:30.440Z[ recovery-image] Sep 23 16:19:29.224 INFO O| Sep 23 16:19:29.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68812024-09-23T16:19:30.440Z[ recovery-image] Sep 23 16:19:29.224 INFO O| Sep 23 16:19:29.224 INFO STEP 948 (remove_files) COMPLETE
68822024-09-23T16:19:30.443Z[ recovery-image] Sep 23 16:19:29.224 INFO O| Sep 23 16:19:29.224 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-09-23T16:19:30.449Z[ recovery-image] Sep 23 16:19:29.233 INFO O| Sep 23 16:19:29.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68842024-09-23T16:19:30.449Z[ recovery-image] Sep 23 16:19:29.233 INFO O| Sep 23 16:19:29.233 INFO STEP 949 (remove_files) COMPLETE
68852024-09-23T16:19:30.449Z[ recovery-image] Sep 23 16:19:29.233 INFO O| Sep 23 16:19:29.233 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-09-23T16:19:30.459Z[ recovery-image] Sep 23 16:19:29.242 INFO O| Sep 23 16:19:29.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68872024-09-23T16:19:30.459Z[ recovery-image] Sep 23 16:19:29.242 INFO O| Sep 23 16:19:29.242 INFO STEP 950 (remove_files) COMPLETE
68882024-09-23T16:19:30.459Z[ recovery-image] Sep 23 16:19:29.242 INFO O| Sep 23 16:19:29.242 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-09-23T16:19:30.467Z[ recovery-image] Sep 23 16:19:29.251 INFO O| Sep 23 16:19:29.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68902024-09-23T16:19:30.467Z[ recovery-image] Sep 23 16:19:29.252 INFO O| Sep 23 16:19:29.251 INFO STEP 951 (remove_files) COMPLETE
68912024-09-23T16:19:30.470Z[ recovery-image] Sep 23 16:19:29.252 INFO O| Sep 23 16:19:29.252 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-09-23T16:19:30.476Z[ recovery-image] Sep 23 16:19:29.261 INFO O| Sep 23 16:19:29.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68932024-09-23T16:19:30.476Z[ recovery-image] Sep 23 16:19:29.261 INFO O| Sep 23 16:19:29.261 INFO STEP 952 (remove_files) COMPLETE
68942024-09-23T16:19:30.476Z[ recovery-image] Sep 23 16:19:29.261 INFO O| Sep 23 16:19:29.261 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-09-23T16:19:30.485Z[ recovery-image] Sep 23 16:19:29.270 INFO O| Sep 23 16:19:29.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68962024-09-23T16:19:30.487Z[ recovery-image] Sep 23 16:19:29.270 INFO O| Sep 23 16:19:29.270 INFO STEP 953 (remove_files) COMPLETE
68972024-09-23T16:19:30.488Z[ recovery-image] Sep 23 16:19:29.270 INFO O| Sep 23 16:19:29.270 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-09-23T16:19:30.494Z[ recovery-image] Sep 23 16:19:29.279 INFO O| Sep 23 16:19:29.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68992024-09-23T16:19:30.494Z[ recovery-image] Sep 23 16:19:29.279 INFO O| Sep 23 16:19:29.279 INFO STEP 954 (remove_files) COMPLETE
69002024-09-23T16:19:30.497Z[ recovery-image] Sep 23 16:19:29.279 INFO O| Sep 23 16:19:29.279 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-09-23T16:19:30.503Z[ recovery-image] Sep 23 16:19:29.288 INFO O| Sep 23 16:19:29.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69022024-09-23T16:19:30.506Z[ recovery-image] Sep 23 16:19:29.288 INFO O| Sep 23 16:19:29.288 INFO STEP 955 (remove_files) COMPLETE
69032024-09-23T16:19:30.506Z[ recovery-image] Sep 23 16:19:29.288 INFO O| Sep 23 16:19:29.288 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-09-23T16:19:30.513Z[ recovery-image] Sep 23 16:19:29.297 INFO O| Sep 23 16:19:29.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69052024-09-23T16:19:30.513Z[ recovery-image] Sep 23 16:19:29.297 INFO O| Sep 23 16:19:29.297 INFO STEP 956 (remove_files) COMPLETE
69062024-09-23T16:19:30.515Z[ recovery-image] Sep 23 16:19:29.297 INFO O| Sep 23 16:19:29.297 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-09-23T16:19:30.522Z[ recovery-image] Sep 23 16:19:29.306 INFO O| Sep 23 16:19:29.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69082024-09-23T16:19:30.522Z[ recovery-image] Sep 23 16:19:29.306 INFO O| Sep 23 16:19:29.306 INFO STEP 957 (remove_files) COMPLETE
69092024-09-23T16:19:30.522Z[ recovery-image] Sep 23 16:19:29.306 INFO O| Sep 23 16:19:29.306 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-09-23T16:19:30.531Z[ recovery-image] Sep 23 16:19:29.315 INFO O| Sep 23 16:19:29.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69112024-09-23T16:19:30.531Z[ recovery-image] Sep 23 16:19:29.315 INFO O| Sep 23 16:19:29.315 INFO STEP 958 (remove_files) COMPLETE
69122024-09-23T16:19:30.533Z[ recovery-image] Sep 23 16:19:29.315 INFO O| Sep 23 16:19:29.315 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-09-23T16:19:30.540Z[ recovery-image] Sep 23 16:19:29.325 INFO O| Sep 23 16:19:29.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69142024-09-23T16:19:30.541Z[ recovery-image] Sep 23 16:19:29.325 INFO O| Sep 23 16:19:29.325 INFO STEP 959 (remove_files) COMPLETE
69152024-09-23T16:19:30.541Z[ recovery-image] Sep 23 16:19:29.325 INFO O| Sep 23 16:19:29.325 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-09-23T16:19:30.550Z[ recovery-image] Sep 23 16:19:29.334 INFO O| Sep 23 16:19:29.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69172024-09-23T16:19:30.552Z[ recovery-image] Sep 23 16:19:29.334 INFO O| Sep 23 16:19:29.334 INFO STEP 960 (remove_files) COMPLETE
69182024-09-23T16:19:30.552Z[ recovery-image] Sep 23 16:19:29.334 INFO O| Sep 23 16:19:29.334 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-09-23T16:19:30.559Z[ recovery-image] Sep 23 16:19:29.343 INFO O| Sep 23 16:19:29.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69202024-09-23T16:19:30.559Z[ recovery-image] Sep 23 16:19:29.344 INFO O| Sep 23 16:19:29.344 INFO STEP 961 (remove_files) COMPLETE
69212024-09-23T16:19:30.559Z[ recovery-image] Sep 23 16:19:29.344 INFO O| Sep 23 16:19:29.344 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-09-23T16:19:30.569Z[ recovery-image] Sep 23 16:19:29.353 INFO O| Sep 23 16:19:29.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69232024-09-23T16:19:30.569Z[ recovery-image] Sep 23 16:19:29.353 INFO O| Sep 23 16:19:29.353 INFO STEP 962 (remove_files) COMPLETE
69242024-09-23T16:19:30.571Z[ recovery-image] Sep 23 16:19:29.353 INFO O| Sep 23 16:19:29.353 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-09-23T16:19:30.579Z[ recovery-image] Sep 23 16:19:29.362 INFO O| Sep 23 16:19:29.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69262024-09-23T16:19:30.579Z[ recovery-image] Sep 23 16:19:29.362 INFO O| Sep 23 16:19:29.362 INFO STEP 963 (remove_files) COMPLETE
69272024-09-23T16:19:30.581Z[ recovery-image] Sep 23 16:19:29.362 INFO O| Sep 23 16:19:29.362 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-09-23T16:19:30.587Z[ recovery-image] Sep 23 16:19:29.371 INFO O| Sep 23 16:19:29.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69292024-09-23T16:19:30.590Z[ recovery-image] Sep 23 16:19:29.372 INFO O| Sep 23 16:19:29.372 INFO STEP 964 (remove_files) COMPLETE
69302024-09-23T16:19:30.590Z[ recovery-image] Sep 23 16:19:29.372 INFO O| Sep 23 16:19:29.372 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-09-23T16:19:30.597Z[ recovery-image] Sep 23 16:19:29.381 INFO O| Sep 23 16:19:29.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69322024-09-23T16:19:30.599Z[ recovery-image] Sep 23 16:19:29.381 INFO O| Sep 23 16:19:29.381 INFO STEP 965 (remove_files) COMPLETE
69332024-09-23T16:19:30.599Z[ recovery-image] Sep 23 16:19:29.381 INFO O| Sep 23 16:19:29.381 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-09-23T16:19:30.606Z[ recovery-image] Sep 23 16:19:29.390 INFO O| Sep 23 16:19:29.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69352024-09-23T16:19:30.606Z[ recovery-image] Sep 23 16:19:29.390 INFO O| Sep 23 16:19:29.390 INFO STEP 966 (remove_files) COMPLETE
69362024-09-23T16:19:30.608Z[ recovery-image] Sep 23 16:19:29.390 INFO O| Sep 23 16:19:29.390 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-09-23T16:19:30.615Z[ recovery-image] Sep 23 16:19:29.400 INFO O| Sep 23 16:19:29.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69382024-09-23T16:19:30.615Z[ recovery-image] Sep 23 16:19:29.400 INFO O| Sep 23 16:19:29.400 INFO STEP 967 (remove_files) COMPLETE
69392024-09-23T16:19:30.618Z[ recovery-image] Sep 23 16:19:29.400 INFO O| Sep 23 16:19:29.400 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-09-23T16:19:30.625Z[ recovery-image] Sep 23 16:19:29.409 INFO O| Sep 23 16:19:29.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69412024-09-23T16:19:30.625Z[ recovery-image] Sep 23 16:19:29.409 INFO O| Sep 23 16:19:29.409 INFO STEP 968 (remove_files) COMPLETE
69422024-09-23T16:19:30.628Z[ recovery-image] Sep 23 16:19:29.409 INFO O| Sep 23 16:19:29.409 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-09-23T16:19:30.634Z[ recovery-image] Sep 23 16:19:29.418 INFO O| Sep 23 16:19:29.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69442024-09-23T16:19:30.634Z[ recovery-image] Sep 23 16:19:29.418 INFO O| Sep 23 16:19:29.418 INFO STEP 969 (remove_files) COMPLETE
69452024-09-23T16:19:30.634Z[ recovery-image] Sep 23 16:19:29.418 INFO O| Sep 23 16:19:29.418 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-09-23T16:19:30.643Z[ recovery-image] Sep 23 16:19:29.427 INFO O| Sep 23 16:19:29.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69472024-09-23T16:19:30.646Z[ recovery-image] Sep 23 16:19:29.428 INFO O| Sep 23 16:19:29.428 INFO STEP 970 (remove_files) COMPLETE
69482024-09-23T16:19:30.646Z[ recovery-image] Sep 23 16:19:29.428 INFO O| Sep 23 16:19:29.428 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-09-23T16:19:30.652Z[ recovery-image] Sep 23 16:19:29.437 INFO O| Sep 23 16:19:29.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69502024-09-23T16:19:30.655Z[ recovery-image] Sep 23 16:19:29.437 INFO O| Sep 23 16:19:29.437 INFO STEP 971 (remove_files) COMPLETE
69512024-09-23T16:19:30.655Z[ recovery-image] Sep 23 16:19:29.437 INFO O| Sep 23 16:19:29.437 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-09-23T16:19:30.662Z[ recovery-image] Sep 23 16:19:29.446 INFO O| Sep 23 16:19:29.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69532024-09-23T16:19:30.664Z[ recovery-image] Sep 23 16:19:29.446 INFO O| Sep 23 16:19:29.446 INFO STEP 972 (remove_files) COMPLETE
69542024-09-23T16:19:30.664Z[ recovery-image] Sep 23 16:19:29.446 INFO O| Sep 23 16:19:29.446 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-09-23T16:19:30.671Z[ recovery-image] Sep 23 16:19:29.455 INFO O| Sep 23 16:19:29.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69562024-09-23T16:19:30.674Z[ recovery-image] Sep 23 16:19:29.456 INFO O| Sep 23 16:19:29.456 INFO STEP 973 (remove_files) COMPLETE
69572024-09-23T16:19:30.674Z[ recovery-image] Sep 23 16:19:29.456 INFO O| Sep 23 16:19:29.456 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-09-23T16:19:30.676Z[ host-image] Sep 23 16:19:29.460 INFO O| Sep 23 16:19:29.460 INFO O| Done
69592024-09-23T16:19:30.680Z[ recovery-image] Sep 23 16:19:29.465 INFO O| Sep 23 16:19:29.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69602024-09-23T16:19:30.681Z[ recovery-image] Sep 23 16:19:29.465 INFO O| Sep 23 16:19:29.465 INFO STEP 974 (remove_files) COMPLETE
69612024-09-23T16:19:30.683Z[ recovery-image] Sep 23 16:19:29.465 INFO O| Sep 23 16:19:29.465 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-09-23T16:19:30.690Z[ recovery-image] Sep 23 16:19:29.474 INFO O| Sep 23 16:19:29.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69632024-09-23T16:19:30.690Z[ recovery-image] Sep 23 16:19:29.474 INFO O| Sep 23 16:19:29.474 INFO STEP 975 (remove_files) COMPLETE
69642024-09-23T16:19:30.692Z[ recovery-image] Sep 23 16:19:29.474 INFO O| Sep 23 16:19:29.474 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-09-23T16:19:30.699Z[ recovery-image] Sep 23 16:19:29.484 INFO O| Sep 23 16:19:29.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69662024-09-23T16:19:30.702Z[ recovery-image] Sep 23 16:19:29.484 INFO O| Sep 23 16:19:29.484 INFO STEP 976 (remove_files) COMPLETE
69672024-09-23T16:19:30.702Z[ recovery-image] Sep 23 16:19:29.484 INFO O| Sep 23 16:19:29.484 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-09-23T16:19:30.709Z[ recovery-image] Sep 23 16:19:29.493 INFO O| Sep 23 16:19:29.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69692024-09-23T16:19:30.712Z[ recovery-image] Sep 23 16:19:29.494 INFO O| Sep 23 16:19:29.494 INFO STEP 977 (remove_files) COMPLETE
69702024-09-23T16:19:30.712Z[ recovery-image] Sep 23 16:19:29.494 INFO O| Sep 23 16:19:29.494 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-09-23T16:19:30.719Z[ recovery-image] Sep 23 16:19:29.503 INFO O| Sep 23 16:19:29.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69722024-09-23T16:19:30.722Z[ recovery-image] Sep 23 16:19:29.503 INFO O| Sep 23 16:19:29.503 INFO STEP 978 (remove_files) COMPLETE
69732024-09-23T16:19:30.722Z[ recovery-image] Sep 23 16:19:29.503 INFO O| Sep 23 16:19:29.503 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-09-23T16:19:30.729Z[ recovery-image] Sep 23 16:19:29.513 INFO O| Sep 23 16:19:29.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69752024-09-23T16:19:30.729Z[ recovery-image] Sep 23 16:19:29.513 INFO O| Sep 23 16:19:29.513 INFO STEP 979 (remove_files) COMPLETE
69762024-09-23T16:19:30.729Z[ recovery-image] Sep 23 16:19:29.513 INFO O| Sep 23 16:19:29.513 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-09-23T16:19:30.738Z[ recovery-image] Sep 23 16:19:29.522 INFO O| Sep 23 16:19:29.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69782024-09-23T16:19:30.738Z[ recovery-image] Sep 23 16:19:29.522 INFO O| Sep 23 16:19:29.522 INFO STEP 980 (remove_files) COMPLETE
69792024-09-23T16:19:30.740Z[ recovery-image] Sep 23 16:19:29.522 INFO O| Sep 23 16:19:29.522 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-09-23T16:19:30.747Z[ recovery-image] Sep 23 16:19:29.531 INFO O| Sep 23 16:19:29.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69812024-09-23T16:19:30.750Z[ recovery-image] Sep 23 16:19:29.532 INFO O| Sep 23 16:19:29.531 INFO STEP 981 (remove_files) COMPLETE
69822024-09-23T16:19:30.750Z[ recovery-image] Sep 23 16:19:29.532 INFO O| Sep 23 16:19:29.532 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-09-23T16:19:30.756Z[ recovery-image] Sep 23 16:19:29.541 INFO O| Sep 23 16:19:29.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
69842024-09-23T16:19:30.757Z[ recovery-image] Sep 23 16:19:29.541 INFO O| Sep 23 16:19:29.541 INFO STEP 982 (remove_files) COMPLETE
69852024-09-23T16:19:30.759Z[ recovery-image] Sep 23 16:19:29.541 INFO O| Sep 23 16:19:29.541 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-09-23T16:19:30.766Z[ recovery-image] Sep 23 16:19:29.550 INFO O| Sep 23 16:19:29.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
69872024-09-23T16:19:30.766Z[ recovery-image] Sep 23 16:19:29.550 INFO O| Sep 23 16:19:29.550 INFO STEP 983 (remove_files) COMPLETE
69882024-09-23T16:19:30.769Z[ recovery-image] Sep 23 16:19:29.550 INFO O| Sep 23 16:19:29.550 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-09-23T16:19:30.775Z[ recovery-image] Sep 23 16:19:29.559 INFO O| Sep 23 16:19:29.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69902024-09-23T16:19:30.775Z[ recovery-image] Sep 23 16:19:29.559 INFO O| Sep 23 16:19:29.559 INFO STEP 984 (remove_files) COMPLETE
69912024-09-23T16:19:30.777Z[ recovery-image] Sep 23 16:19:29.559 INFO O| Sep 23 16:19:29.559 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-09-23T16:19:30.784Z[ recovery-image] Sep 23 16:19:29.569 INFO O| Sep 23 16:19:29.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69932024-09-23T16:19:30.787Z[ recovery-image] Sep 23 16:19:29.569 INFO O| Sep 23 16:19:29.569 INFO STEP 985 (remove_files) COMPLETE
69942024-09-23T16:19:30.787Z[ recovery-image] Sep 23 16:19:29.569 INFO O| Sep 23 16:19:29.569 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-09-23T16:19:30.794Z[ recovery-image] Sep 23 16:19:29.578 INFO O| Sep 23 16:19:29.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
69962024-09-23T16:19:30.794Z[ recovery-image] Sep 23 16:19:29.578 INFO O| Sep 23 16:19:29.578 INFO STEP 986 (remove_files) COMPLETE
69972024-09-23T16:19:30.794Z[ recovery-image] Sep 23 16:19:29.578 INFO O| Sep 23 16:19:29.578 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-09-23T16:19:30.803Z[ recovery-image] Sep 23 16:19:29.587 INFO O| Sep 23 16:19:29.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69992024-09-23T16:19:30.803Z[ recovery-image] Sep 23 16:19:29.587 INFO O| Sep 23 16:19:29.587 INFO STEP 987 (remove_files) COMPLETE
70002024-09-23T16:19:30.805Z[ recovery-image] Sep 23 16:19:29.587 INFO O| Sep 23 16:19:29.587 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-09-23T16:19:30.812Z[ recovery-image] Sep 23 16:19:29.597 INFO O| Sep 23 16:19:29.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70022024-09-23T16:19:30.812Z[ recovery-image] Sep 23 16:19:29.597 INFO O| Sep 23 16:19:29.597 INFO STEP 988 (remove_files) COMPLETE
70032024-09-23T16:19:30.814Z[ recovery-image] Sep 23 16:19:29.597 INFO O| Sep 23 16:19:29.597 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-09-23T16:19:30.822Z[ recovery-image] Sep 23 16:19:29.606 INFO O| Sep 23 16:19:29.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70052024-09-23T16:19:30.824Z[ recovery-image] Sep 23 16:19:29.606 INFO O| Sep 23 16:19:29.606 INFO STEP 989 (remove_files) COMPLETE
70062024-09-23T16:19:30.824Z[ recovery-image] Sep 23 16:19:29.606 INFO O| Sep 23 16:19:29.606 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-09-23T16:19:30.831Z[ recovery-image] Sep 23 16:19:29.615 INFO O| Sep 23 16:19:29.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70082024-09-23T16:19:30.831Z[ recovery-image] Sep 23 16:19:29.615 INFO O| Sep 23 16:19:29.615 INFO STEP 990 (remove_files) COMPLETE
70092024-09-23T16:19:30.831Z[ recovery-image] Sep 23 16:19:29.615 INFO O| Sep 23 16:19:29.615 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-09-23T16:19:30.840Z[ recovery-image] Sep 23 16:19:29.624 INFO O| Sep 23 16:19:29.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70112024-09-23T16:19:30.840Z[ recovery-image] Sep 23 16:19:29.624 INFO O| Sep 23 16:19:29.624 INFO STEP 991 (remove_files) COMPLETE
70122024-09-23T16:19:30.843Z[ recovery-image] Sep 23 16:19:29.624 INFO O| Sep 23 16:19:29.624 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-09-23T16:19:30.849Z[ recovery-image] Sep 23 16:19:29.634 INFO O| Sep 23 16:19:29.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70142024-09-23T16:19:30.850Z[ recovery-image] Sep 23 16:19:29.634 INFO O| Sep 23 16:19:29.634 INFO STEP 992 (remove_files) COMPLETE
70152024-09-23T16:19:30.850Z[ recovery-image] Sep 23 16:19:29.634 INFO O| Sep 23 16:19:29.634 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-09-23T16:19:30.859Z[ recovery-image] Sep 23 16:19:29.643 INFO O| Sep 23 16:19:29.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70172024-09-23T16:19:30.861Z[ recovery-image] Sep 23 16:19:29.643 INFO O| Sep 23 16:19:29.643 INFO STEP 993 (remove_files) COMPLETE
70182024-09-23T16:19:30.861Z[ recovery-image] Sep 23 16:19:29.643 INFO O| Sep 23 16:19:29.643 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-09-23T16:19:30.868Z[ recovery-image] Sep 23 16:19:29.652 INFO O| Sep 23 16:19:29.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70202024-09-23T16:19:30.868Z[ recovery-image] Sep 23 16:19:29.652 INFO O| Sep 23 16:19:29.652 INFO STEP 994 (remove_files) COMPLETE
70212024-09-23T16:19:30.868Z[ recovery-image] Sep 23 16:19:29.652 INFO O| Sep 23 16:19:29.652 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-09-23T16:19:30.877Z[ recovery-image] Sep 23 16:19:29.661 INFO O| Sep 23 16:19:29.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70232024-09-23T16:19:30.877Z[ recovery-image] Sep 23 16:19:29.661 INFO O| Sep 23 16:19:29.661 INFO STEP 995 (remove_files) COMPLETE
70242024-09-23T16:19:30.879Z[ recovery-image] Sep 23 16:19:29.662 INFO O| Sep 23 16:19:29.661 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-09-23T16:19:30.886Z[ recovery-image] Sep 23 16:19:29.671 INFO O| Sep 23 16:19:29.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70262024-09-23T16:19:30.886Z[ recovery-image] Sep 23 16:19:29.671 INFO O| Sep 23 16:19:29.671 INFO STEP 996 (remove_files) COMPLETE
70272024-09-23T16:19:30.888Z[ recovery-image] Sep 23 16:19:29.671 INFO O| Sep 23 16:19:29.671 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-09-23T16:19:30.896Z[ recovery-image] Sep 23 16:19:29.680 INFO O| Sep 23 16:19:29.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70292024-09-23T16:19:30.896Z[ recovery-image] Sep 23 16:19:29.680 INFO O| Sep 23 16:19:29.680 INFO STEP 997 (remove_files) COMPLETE
70302024-09-23T16:19:30.896Z[ recovery-image] Sep 23 16:19:29.680 INFO O| Sep 23 16:19:29.680 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-09-23T16:19:30.905Z[ recovery-image] Sep 23 16:19:29.689 INFO O| Sep 23 16:19:29.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70322024-09-23T16:19:30.907Z[ recovery-image] Sep 23 16:19:29.689 INFO O| Sep 23 16:19:29.689 INFO STEP 998 (remove_files) COMPLETE
70332024-09-23T16:19:30.907Z[ recovery-image] Sep 23 16:19:29.689 INFO O| Sep 23 16:19:29.689 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-09-23T16:19:30.914Z[ recovery-image] Sep 23 16:19:29.699 INFO O| Sep 23 16:19:29.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70352024-09-23T16:19:30.914Z[ recovery-image] Sep 23 16:19:29.699 INFO O| Sep 23 16:19:29.699 INFO STEP 999 (remove_files) COMPLETE
70362024-09-23T16:19:30.917Z[ recovery-image] Sep 23 16:19:29.699 INFO O| Sep 23 16:19:29.699 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-09-23T16:19:30.924Z[ recovery-image] Sep 23 16:19:29.708 INFO O| Sep 23 16:19:29.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70382024-09-23T16:19:30.924Z[ recovery-image] Sep 23 16:19:29.708 INFO O| Sep 23 16:19:29.708 INFO STEP 1000 (remove_files) COMPLETE
70392024-09-23T16:19:30.924Z[ recovery-image] Sep 23 16:19:29.708 INFO O| Sep 23 16:19:29.708 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-09-23T16:19:30.933Z[ recovery-image] Sep 23 16:19:29.718 INFO O| Sep 23 16:19:29.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70412024-09-23T16:19:30.933Z[ recovery-image] Sep 23 16:19:29.718 INFO O| Sep 23 16:19:29.718 INFO STEP 1001 (remove_files) COMPLETE
70422024-09-23T16:19:30.936Z[ recovery-image] Sep 23 16:19:29.718 INFO O| Sep 23 16:19:29.718 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-09-23T16:19:30.942Z[ recovery-image] Sep 23 16:19:29.727 INFO O| Sep 23 16:19:29.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70442024-09-23T16:19:30.942Z[ recovery-image] Sep 23 16:19:29.727 INFO O| Sep 23 16:19:29.727 INFO STEP 1002 (remove_files) COMPLETE
70452024-09-23T16:19:30.943Z[ recovery-image] Sep 23 16:19:29.727 INFO O| Sep 23 16:19:29.727 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-09-23T16:19:30.952Z[ recovery-image] Sep 23 16:19:29.737 INFO O| Sep 23 16:19:29.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70472024-09-23T16:19:30.952Z[ recovery-image] Sep 23 16:19:29.737 INFO O| Sep 23 16:19:29.737 INFO STEP 1003 (remove_files) COMPLETE
70482024-09-23T16:19:30.955Z[ recovery-image] Sep 23 16:19:29.737 INFO O| Sep 23 16:19:29.737 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-09-23T16:19:30.962Z[ recovery-image] Sep 23 16:19:29.746 INFO O| Sep 23 16:19:29.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70502024-09-23T16:19:30.962Z[ recovery-image] Sep 23 16:19:29.746 INFO O| Sep 23 16:19:29.746 INFO STEP 1004 (remove_files) COMPLETE
70512024-09-23T16:19:30.964Z[ recovery-image] Sep 23 16:19:29.746 INFO O| Sep 23 16:19:29.746 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-09-23T16:19:30.971Z[ recovery-image] Sep 23 16:19:29.756 INFO O| Sep 23 16:19:29.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70532024-09-23T16:19:30.971Z[ recovery-image] Sep 23 16:19:29.756 INFO O| Sep 23 16:19:29.756 INFO STEP 1005 (remove_files) COMPLETE
70542024-09-23T16:19:30.974Z[ recovery-image] Sep 23 16:19:29.756 INFO O| Sep 23 16:19:29.756 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-09-23T16:19:30.981Z[ recovery-image] Sep 23 16:19:29.765 INFO O| Sep 23 16:19:29.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70562024-09-23T16:19:30.981Z[ recovery-image] Sep 23 16:19:29.765 INFO O| Sep 23 16:19:29.765 INFO STEP 1006 (remove_files) COMPLETE
70572024-09-23T16:19:30.983Z[ recovery-image] Sep 23 16:19:29.765 INFO O| Sep 23 16:19:29.765 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-09-23T16:19:30.990Z[ recovery-image] Sep 23 16:19:29.774 INFO O| Sep 23 16:19:29.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70592024-09-23T16:19:30.990Z[ recovery-image] Sep 23 16:19:29.774 INFO O| Sep 23 16:19:29.774 INFO STEP 1007 (remove_files) COMPLETE
70602024-09-23T16:19:30.992Z[ recovery-image] Sep 23 16:19:29.774 INFO O| Sep 23 16:19:29.774 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-09-23T16:19:30.999Z[ recovery-image] Sep 23 16:19:29.784 INFO O| Sep 23 16:19:29.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70622024-09-23T16:19:30.999Z[ recovery-image] Sep 23 16:19:29.784 INFO O| Sep 23 16:19:29.784 INFO STEP 1008 (remove_files) COMPLETE
70632024-09-23T16:19:30.999Z[ recovery-image] Sep 23 16:19:29.784 INFO O| Sep 23 16:19:29.784 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-09-23T16:19:31.009Z[ recovery-image] Sep 23 16:19:29.793 INFO O| Sep 23 16:19:29.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70652024-09-23T16:19:31.009Z[ recovery-image] Sep 23 16:19:29.793 INFO O| Sep 23 16:19:29.793 INFO STEP 1009 (remove_files) COMPLETE
70662024-09-23T16:19:31.011Z[ recovery-image] Sep 23 16:19:29.793 INFO O| Sep 23 16:19:29.793 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-09-23T16:19:31.018Z[ recovery-image] Sep 23 16:19:29.802 INFO O| Sep 23 16:19:29.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70682024-09-23T16:19:31.018Z[ recovery-image] Sep 23 16:19:29.802 INFO O| Sep 23 16:19:29.802 INFO STEP 1010 (remove_files) COMPLETE
70692024-09-23T16:19:31.018Z[ recovery-image] Sep 23 16:19:29.802 INFO O| Sep 23 16:19:29.802 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-09-23T16:19:31.027Z[ recovery-image] Sep 23 16:19:29.812 INFO O| Sep 23 16:19:29.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70712024-09-23T16:19:31.030Z[ recovery-image] Sep 23 16:19:29.812 INFO O| Sep 23 16:19:29.812 INFO STEP 1011 (remove_files) COMPLETE
70722024-09-23T16:19:31.030Z[ recovery-image] Sep 23 16:19:29.812 INFO O| Sep 23 16:19:29.812 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-09-23T16:19:31.037Z[ recovery-image] Sep 23 16:19:29.821 INFO O| Sep 23 16:19:29.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70742024-09-23T16:19:31.037Z[ recovery-image] Sep 23 16:19:29.821 INFO O| Sep 23 16:19:29.821 INFO STEP 1012 (remove_files) COMPLETE
70752024-09-23T16:19:31.037Z[ recovery-image] Sep 23 16:19:29.821 INFO O| Sep 23 16:19:29.821 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-09-23T16:19:31.046Z[ recovery-image] Sep 23 16:19:29.830 INFO O| Sep 23 16:19:29.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70772024-09-23T16:19:31.048Z[ recovery-image] Sep 23 16:19:29.831 INFO O| Sep 23 16:19:29.831 INFO STEP 1013 (remove_files) COMPLETE
70782024-09-23T16:19:31.048Z[ recovery-image] Sep 23 16:19:29.831 INFO O| Sep 23 16:19:29.831 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-09-23T16:19:31.055Z[ recovery-image] Sep 23 16:19:29.840 INFO O| Sep 23 16:19:29.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70802024-09-23T16:19:31.056Z[ recovery-image] Sep 23 16:19:29.840 INFO O| Sep 23 16:19:29.840 INFO STEP 1014 (remove_files) COMPLETE
70812024-09-23T16:19:31.056Z[ recovery-image] Sep 23 16:19:29.840 INFO O| Sep 23 16:19:29.840 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-09-23T16:19:31.065Z[ recovery-image] Sep 23 16:19:29.849 INFO O| Sep 23 16:19:29.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
70832024-09-23T16:19:31.067Z[ recovery-image] Sep 23 16:19:29.849 INFO O| Sep 23 16:19:29.849 INFO STEP 1015 (remove_files) COMPLETE
70842024-09-23T16:19:31.067Z[ recovery-image] Sep 23 16:19:29.849 INFO O| Sep 23 16:19:29.849 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-09-23T16:19:31.074Z[ recovery-image] Sep 23 16:19:29.859 INFO O| Sep 23 16:19:29.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
70862024-09-23T16:19:31.074Z[ recovery-image] Sep 23 16:19:29.859 INFO O| Sep 23 16:19:29.859 INFO STEP 1016 (remove_files) COMPLETE
70872024-09-23T16:19:31.077Z[ recovery-image] Sep 23 16:19:29.859 INFO O| Sep 23 16:19:29.859 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-09-23T16:19:31.084Z[ recovery-image] Sep 23 16:19:29.868 INFO O| Sep 23 16:19:29.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
70892024-09-23T16:19:31.084Z[ recovery-image] Sep 23 16:19:29.868 INFO O| Sep 23 16:19:29.868 INFO STEP 1017 (remove_files) COMPLETE
70902024-09-23T16:19:31.086Z[ recovery-image] Sep 23 16:19:29.868 INFO O| Sep 23 16:19:29.868 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-09-23T16:19:31.093Z[ recovery-image] Sep 23 16:19:29.877 INFO O| Sep 23 16:19:29.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70922024-09-23T16:19:31.095Z[ recovery-image] Sep 23 16:19:29.877 INFO O| Sep 23 16:19:29.877 INFO STEP 1018 (remove_files) COMPLETE
70932024-09-23T16:19:31.095Z[ recovery-image] Sep 23 16:19:29.877 INFO O| Sep 23 16:19:29.877 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-09-23T16:19:31.104Z[ recovery-image] Sep 23 16:19:29.886 INFO O| Sep 23 16:19:29.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
70952024-09-23T16:19:31.104Z[ recovery-image] Sep 23 16:19:29.887 INFO O| Sep 23 16:19:29.887 INFO STEP 1019 (remove_files) COMPLETE
70962024-09-23T16:19:31.104Z[ recovery-image] Sep 23 16:19:29.887 INFO O| Sep 23 16:19:29.887 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-09-23T16:19:31.112Z[ recovery-image] Sep 23 16:19:29.896 INFO O| Sep 23 16:19:29.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70982024-09-23T16:19:31.115Z[ recovery-image] Sep 23 16:19:29.896 INFO O| Sep 23 16:19:29.896 INFO STEP 1020 (remove_files) COMPLETE
70992024-09-23T16:19:31.115Z[ recovery-image] Sep 23 16:19:29.896 INFO O| Sep 23 16:19:29.896 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-09-23T16:19:31.118Z[ host-image] Sep 23 16:19:29.902 INFO O| Sep 23 16:19:29.902 INFO O| Done
71012024-09-23T16:19:31.122Z[ recovery-image] Sep 23 16:19:29.906 INFO O| Sep 23 16:19:29.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71022024-09-23T16:19:31.122Z[ recovery-image] Sep 23 16:19:29.906 INFO O| Sep 23 16:19:29.906 INFO STEP 1021 (remove_files) COMPLETE
71032024-09-23T16:19:31.122Z[ recovery-image] Sep 23 16:19:29.906 INFO O| Sep 23 16:19:29.906 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-09-23T16:19:31.131Z[ recovery-image] Sep 23 16:19:29.916 INFO O| Sep 23 16:19:29.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71052024-09-23T16:19:31.131Z[ recovery-image] Sep 23 16:19:29.916 INFO O| Sep 23 16:19:29.916 INFO STEP 1022 (remove_files) COMPLETE
71062024-09-23T16:19:31.131Z[ recovery-image] Sep 23 16:19:29.916 INFO O| Sep 23 16:19:29.916 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-09-23T16:19:31.142Z[ recovery-image] Sep 23 16:19:29.926 INFO O| Sep 23 16:19:29.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71082024-09-23T16:19:31.142Z[ recovery-image] Sep 23 16:19:29.926 INFO O| Sep 23 16:19:29.926 INFO STEP 1023 (remove_files) COMPLETE
71092024-09-23T16:19:31.144Z[ recovery-image] Sep 23 16:19:29.926 INFO O| Sep 23 16:19:29.926 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-09-23T16:19:31.152Z[ recovery-image] Sep 23 16:19:29.936 INFO O| Sep 23 16:19:29.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71112024-09-23T16:19:31.152Z[ recovery-image] Sep 23 16:19:29.936 INFO O| Sep 23 16:19:29.936 INFO STEP 1024 (remove_files) COMPLETE
71122024-09-23T16:19:31.155Z[ recovery-image] Sep 23 16:19:29.936 INFO O| Sep 23 16:19:29.936 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-09-23T16:19:31.162Z[ recovery-image] Sep 23 16:19:29.946 INFO O| Sep 23 16:19:29.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71142024-09-23T16:19:31.162Z[ recovery-image] Sep 23 16:19:29.946 INFO O| Sep 23 16:19:29.946 INFO STEP 1025 (remove_files) COMPLETE
71152024-09-23T16:19:31.164Z[ recovery-image] Sep 23 16:19:29.946 INFO O| Sep 23 16:19:29.946 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-09-23T16:19:31.172Z[ recovery-image] Sep 23 16:19:29.956 INFO O| Sep 23 16:19:29.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71172024-09-23T16:19:31.174Z[ recovery-image] Sep 23 16:19:29.957 INFO O| Sep 23 16:19:29.957 INFO STEP 1026 (remove_files) COMPLETE
71182024-09-23T16:19:31.174Z[ recovery-image] Sep 23 16:19:29.957 INFO O| Sep 23 16:19:29.957 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-09-23T16:19:31.182Z[ recovery-image] Sep 23 16:19:29.967 INFO O| Sep 23 16:19:29.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71202024-09-23T16:19:31.182Z[ recovery-image] Sep 23 16:19:29.967 INFO O| Sep 23 16:19:29.967 INFO STEP 1027 (remove_files) COMPLETE
71212024-09-23T16:19:31.182Z[ recovery-image] Sep 23 16:19:29.967 INFO O| Sep 23 16:19:29.967 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-09-23T16:19:31.192Z[ recovery-image] Sep 23 16:19:29.976 INFO O| Sep 23 16:19:29.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71232024-09-23T16:19:31.192Z[ recovery-image] Sep 23 16:19:29.976 INFO O| Sep 23 16:19:29.976 INFO STEP 1028 (remove_files) COMPLETE
71242024-09-23T16:19:31.192Z[ recovery-image] Sep 23 16:19:29.976 INFO O| Sep 23 16:19:29.976 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-09-23T16:19:31.201Z[ recovery-image] Sep 23 16:19:29.985 INFO O| Sep 23 16:19:29.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71262024-09-23T16:19:31.201Z[ recovery-image] Sep 23 16:19:29.985 INFO O| Sep 23 16:19:29.985 INFO STEP 1029 (remove_files) COMPLETE
71272024-09-23T16:19:31.203Z[ recovery-image] Sep 23 16:19:29.985 INFO O| Sep 23 16:19:29.985 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-09-23T16:19:31.210Z[ recovery-image] Sep 23 16:19:29.995 INFO O| Sep 23 16:19:29.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71292024-09-23T16:19:31.210Z[ recovery-image] Sep 23 16:19:29.995 INFO O| Sep 23 16:19:29.995 INFO STEP 1030 (remove_files) COMPLETE
71302024-09-23T16:19:31.211Z[ recovery-image] Sep 23 16:19:29.995 INFO O| Sep 23 16:19:29.995 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-09-23T16:19:31.221Z[ recovery-image] Sep 23 16:19:30.005 INFO O| Sep 23 16:19:30.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71322024-09-23T16:19:31.221Z[ recovery-image] Sep 23 16:19:30.006 INFO O| Sep 23 16:19:30.005 INFO STEP 1031 (remove_files) COMPLETE
71332024-09-23T16:19:31.221Z[ recovery-image] Sep 23 16:19:30.006 INFO O| Sep 23 16:19:30.006 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-09-23T16:19:31.231Z[ recovery-image] Sep 23 16:19:30.015 INFO O| Sep 23 16:19:30.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71352024-09-23T16:19:31.231Z[ recovery-image] Sep 23 16:19:30.015 INFO O| Sep 23 16:19:30.015 INFO STEP 1032 (remove_files) COMPLETE
71362024-09-23T16:19:31.231Z[ recovery-image] Sep 23 16:19:30.015 INFO O| Sep 23 16:19:30.015 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-09-23T16:19:31.240Z[ recovery-image] Sep 23 16:19:30.025 INFO O| Sep 23 16:19:30.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71382024-09-23T16:19:31.240Z[ recovery-image] Sep 23 16:19:30.025 INFO O| Sep 23 16:19:30.025 INFO STEP 1033 (remove_files) COMPLETE
71392024-09-23T16:19:31.243Z[ recovery-image] Sep 23 16:19:30.025 INFO O| Sep 23 16:19:30.025 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-09-23T16:19:31.250Z[ recovery-image] Sep 23 16:19:30.034 INFO O| Sep 23 16:19:30.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71412024-09-23T16:19:31.250Z[ recovery-image] Sep 23 16:19:30.034 INFO O| Sep 23 16:19:30.034 INFO STEP 1034 (remove_files) COMPLETE
71422024-09-23T16:19:31.252Z[ recovery-image] Sep 23 16:19:30.034 INFO O| Sep 23 16:19:30.034 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-09-23T16:19:31.259Z[ recovery-image] Sep 23 16:19:30.044 INFO O| Sep 23 16:19:30.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71442024-09-23T16:19:31.259Z[ recovery-image] Sep 23 16:19:30.044 INFO O| Sep 23 16:19:30.044 INFO STEP 1035 (remove_files) COMPLETE
71452024-09-23T16:19:31.259Z[ recovery-image] Sep 23 16:19:30.044 INFO O| Sep 23 16:19:30.044 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-09-23T16:19:31.269Z[ recovery-image] Sep 23 16:19:30.053 INFO O| Sep 23 16:19:30.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71472024-09-23T16:19:31.269Z[ recovery-image] Sep 23 16:19:30.053 INFO O| Sep 23 16:19:30.053 INFO STEP 1036 (remove_files) COMPLETE
71482024-09-23T16:19:31.269Z[ recovery-image] Sep 23 16:19:30.053 INFO O| Sep 23 16:19:30.053 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-09-23T16:19:31.279Z[ recovery-image] Sep 23 16:19:30.063 INFO O| Sep 23 16:19:30.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71502024-09-23T16:19:31.281Z[ recovery-image] Sep 23 16:19:30.063 INFO O| Sep 23 16:19:30.063 INFO STEP 1037 (remove_files) COMPLETE
71512024-09-23T16:19:31.281Z[ recovery-image] Sep 23 16:19:30.063 INFO O| Sep 23 16:19:30.063 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-09-23T16:19:31.288Z[ recovery-image] Sep 23 16:19:30.073 INFO O| Sep 23 16:19:30.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71532024-09-23T16:19:31.288Z[ recovery-image] Sep 23 16:19:30.073 INFO O| Sep 23 16:19:30.073 INFO STEP 1038 (remove_files) COMPLETE
71542024-09-23T16:19:31.291Z[ recovery-image] Sep 23 16:19:30.073 INFO O| Sep 23 16:19:30.073 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-09-23T16:19:31.298Z[ recovery-image] Sep 23 16:19:30.082 INFO O| Sep 23 16:19:30.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71562024-09-23T16:19:31.301Z[ recovery-image] Sep 23 16:19:30.083 INFO O| Sep 23 16:19:30.082 INFO STEP 1039 (remove_files) COMPLETE
71572024-09-23T16:19:31.301Z[ recovery-image] Sep 23 16:19:30.083 INFO O| Sep 23 16:19:30.083 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-09-23T16:19:31.309Z[ recovery-image] Sep 23 16:19:30.093 INFO O| Sep 23 16:19:30.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71592024-09-23T16:19:31.309Z[ recovery-image] Sep 23 16:19:30.094 INFO O| Sep 23 16:19:30.093 INFO STEP 1040 (remove_files) COMPLETE
71602024-09-23T16:19:31.311Z[ recovery-image] Sep 23 16:19:30.094 INFO O| Sep 23 16:19:30.094 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-09-23T16:19:31.320Z[ recovery-image] Sep 23 16:19:30.104 INFO O| Sep 23 16:19:30.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71622024-09-23T16:19:31.322Z[ recovery-image] Sep 23 16:19:30.104 INFO O| Sep 23 16:19:30.104 INFO STEP 1041 (remove_files) COMPLETE
71632024-09-23T16:19:31.322Z[ recovery-image] Sep 23 16:19:30.104 INFO O| Sep 23 16:19:30.104 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-09-23T16:19:31.330Z[ recovery-image] Sep 23 16:19:30.114 INFO O| Sep 23 16:19:30.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71652024-09-23T16:19:31.330Z[ recovery-image] Sep 23 16:19:30.114 INFO O| Sep 23 16:19:30.114 INFO STEP 1042 (remove_files) COMPLETE
71662024-09-23T16:19:31.332Z[ recovery-image] Sep 23 16:19:30.114 INFO O| Sep 23 16:19:30.114 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-09-23T16:19:31.332Z[ host-image] Sep 23 16:19:30.116 INFO O| Sep 23 16:19:30.116 INFO STEP 11 (pkg_install) COMPLETE
71682024-09-23T16:19:31.332Z[ host-image] Sep 23 16:19:30.116 INFO O| Sep 23 16:19:30.116 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71692024-09-23T16:19:31.340Z[ recovery-image] Sep 23 16:19:30.124 INFO O| Sep 23 16:19:30.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71702024-09-23T16:19:31.342Z[ recovery-image] Sep 23 16:19:30.125 INFO O| Sep 23 16:19:30.124 INFO STEP 1043 (remove_files) COMPLETE
71712024-09-23T16:19:31.342Z[ recovery-image] Sep 23 16:19:30.125 INFO O| Sep 23 16:19:30.125 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-09-23T16:19:31.342Z[ host-image] Sep 23 16:19:30.127 INFO O| Sep 23 16:19:30.127 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
71732024-09-23T16:19:31.350Z[ recovery-image] Sep 23 16:19:30.134 INFO O| Sep 23 16:19:30.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71742024-09-23T16:19:31.350Z[ recovery-image] Sep 23 16:19:30.134 INFO O| Sep 23 16:19:30.134 INFO STEP 1044 (remove_files) COMPLETE
71752024-09-23T16:19:31.352Z[ recovery-image] Sep 23 16:19:30.134 INFO O| Sep 23 16:19:30.134 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-09-23T16:19:31.359Z[ recovery-image] Sep 23 16:19:30.143 INFO O| Sep 23 16:19:30.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71772024-09-23T16:19:31.359Z[ recovery-image] Sep 23 16:19:30.143 INFO O| Sep 23 16:19:30.143 INFO STEP 1045 (remove_files) COMPLETE
71782024-09-23T16:19:31.361Z[ recovery-image] Sep 23 16:19:30.143 INFO O| Sep 23 16:19:30.143 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-09-23T16:19:31.369Z[ recovery-image] Sep 23 16:19:30.153 INFO O| Sep 23 16:19:30.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71802024-09-23T16:19:31.369Z[ recovery-image] Sep 23 16:19:30.153 INFO O| Sep 23 16:19:30.153 INFO STEP 1046 (remove_files) COMPLETE
71812024-09-23T16:19:31.371Z[ recovery-image] Sep 23 16:19:30.153 INFO O| Sep 23 16:19:30.153 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-09-23T16:19:31.378Z[ recovery-image] Sep 23 16:19:30.162 INFO O| Sep 23 16:19:30.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71832024-09-23T16:19:31.378Z[ recovery-image] Sep 23 16:19:30.162 INFO O| Sep 23 16:19:30.162 INFO STEP 1047 (remove_files) COMPLETE
71842024-09-23T16:19:31.378Z[ recovery-image] Sep 23 16:19:30.162 INFO O| Sep 23 16:19:30.162 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-09-23T16:19:31.387Z[ recovery-image] Sep 23 16:19:30.171 INFO O| Sep 23 16:19:30.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71862024-09-23T16:19:31.389Z[ recovery-image] Sep 23 16:19:30.171 INFO O| Sep 23 16:19:30.171 INFO STEP 1048 (remove_files) COMPLETE
71872024-09-23T16:19:31.389Z[ recovery-image] Sep 23 16:19:30.171 INFO O| Sep 23 16:19:30.171 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-09-23T16:19:31.396Z[ recovery-image] Sep 23 16:19:30.181 INFO O| Sep 23 16:19:30.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
71892024-09-23T16:19:31.396Z[ recovery-image] Sep 23 16:19:30.181 INFO O| Sep 23 16:19:30.181 INFO STEP 1049 (remove_files) COMPLETE
71902024-09-23T16:19:31.399Z[ recovery-image] Sep 23 16:19:30.181 INFO O| Sep 23 16:19:30.181 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-09-23T16:19:31.406Z[ recovery-image] Sep 23 16:19:30.190 INFO O| Sep 23 16:19:30.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71922024-09-23T16:19:31.406Z[ recovery-image] Sep 23 16:19:30.190 INFO O| Sep 23 16:19:30.190 INFO STEP 1050 (remove_files) COMPLETE
71932024-09-23T16:19:31.406Z[ recovery-image] Sep 23 16:19:30.190 INFO O| Sep 23 16:19:30.190 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-09-23T16:19:31.415Z[ recovery-image] Sep 23 16:19:30.199 INFO O| Sep 23 16:19:30.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71952024-09-23T16:19:31.417Z[ recovery-image] Sep 23 16:19:30.199 INFO O| Sep 23 16:19:30.199 INFO STEP 1051 (remove_files) COMPLETE
71962024-09-23T16:19:31.417Z[ recovery-image] Sep 23 16:19:30.199 INFO O| Sep 23 16:19:30.199 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-09-23T16:19:31.424Z[ recovery-image] Sep 23 16:19:30.208 INFO O| Sep 23 16:19:30.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
71982024-09-23T16:19:31.424Z[ recovery-image] Sep 23 16:19:30.208 INFO O| Sep 23 16:19:30.208 INFO STEP 1052 (remove_files) COMPLETE
71992024-09-23T16:19:31.424Z[ recovery-image] Sep 23 16:19:30.208 INFO O| Sep 23 16:19:30.208 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-09-23T16:19:31.433Z[ recovery-image] Sep 23 16:19:30.217 INFO O| Sep 23 16:19:30.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72012024-09-23T16:19:31.433Z[ recovery-image] Sep 23 16:19:30.218 INFO O| Sep 23 16:19:30.217 INFO STEP 1053 (remove_files) COMPLETE
72022024-09-23T16:19:31.436Z[ recovery-image] Sep 23 16:19:30.218 INFO O| Sep 23 16:19:30.218 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-09-23T16:19:31.444Z[ recovery-image] Sep 23 16:19:30.227 INFO O| Sep 23 16:19:30.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72042024-09-23T16:19:31.446Z[ recovery-image] Sep 23 16:19:30.227 INFO O| Sep 23 16:19:30.227 INFO STEP 1054 (remove_files) COMPLETE
72052024-09-23T16:19:31.446Z[ recovery-image] Sep 23 16:19:30.227 INFO O| Sep 23 16:19:30.227 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-09-23T16:19:31.452Z[ recovery-image] Sep 23 16:19:30.236 INFO O| Sep 23 16:19:30.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72072024-09-23T16:19:31.452Z[ recovery-image] Sep 23 16:19:30.236 INFO O| Sep 23 16:19:30.236 INFO STEP 1055 (remove_files) COMPLETE
72082024-09-23T16:19:31.454Z[ recovery-image] Sep 23 16:19:30.236 INFO O| Sep 23 16:19:30.236 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-09-23T16:19:31.462Z[ recovery-image] Sep 23 16:19:30.245 INFO O| Sep 23 16:19:30.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72102024-09-23T16:19:31.462Z[ recovery-image] Sep 23 16:19:30.245 INFO O| Sep 23 16:19:30.245 INFO STEP 1056 (remove_files) COMPLETE
72112024-09-23T16:19:31.464Z[ recovery-image] Sep 23 16:19:30.245 INFO O| Sep 23 16:19:30.245 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-09-23T16:19:31.470Z[ recovery-image] Sep 23 16:19:30.255 INFO O| Sep 23 16:19:30.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72132024-09-23T16:19:31.470Z[ recovery-image] Sep 23 16:19:30.255 INFO O| Sep 23 16:19:30.255 INFO STEP 1057 (remove_files) COMPLETE
72142024-09-23T16:19:31.473Z[ recovery-image] Sep 23 16:19:30.255 INFO O| Sep 23 16:19:30.255 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-09-23T16:19:31.479Z[ recovery-image] Sep 23 16:19:30.264 INFO O| Sep 23 16:19:30.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72162024-09-23T16:19:31.479Z[ recovery-image] Sep 23 16:19:30.264 INFO O| Sep 23 16:19:30.264 INFO STEP 1058 (remove_files) COMPLETE
72172024-09-23T16:19:31.480Z[ recovery-image] Sep 23 16:19:30.264 INFO O| Sep 23 16:19:30.264 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-09-23T16:19:31.489Z[ recovery-image] Sep 23 16:19:30.273 INFO O| Sep 23 16:19:30.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72192024-09-23T16:19:31.489Z[ recovery-image] Sep 23 16:19:30.273 INFO O| Sep 23 16:19:30.273 INFO STEP 1059 (remove_files) COMPLETE
72202024-09-23T16:19:31.491Z[ recovery-image] Sep 23 16:19:30.273 INFO O| Sep 23 16:19:30.273 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-09-23T16:19:31.498Z[ recovery-image] Sep 23 16:19:30.282 INFO O| Sep 23 16:19:30.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72222024-09-23T16:19:31.498Z[ recovery-image] Sep 23 16:19:30.282 INFO O| Sep 23 16:19:30.282 INFO STEP 1060 (remove_files) COMPLETE
72232024-09-23T16:19:31.498Z[ recovery-image] Sep 23 16:19:30.282 INFO O| Sep 23 16:19:30.282 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-09-23T16:19:31.507Z[ recovery-image] Sep 23 16:19:30.291 INFO O| Sep 23 16:19:30.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72252024-09-23T16:19:31.507Z[ recovery-image] Sep 23 16:19:30.292 INFO O| Sep 23 16:19:30.291 INFO STEP 1061 (remove_files) COMPLETE
72262024-09-23T16:19:31.507Z[ recovery-image] Sep 23 16:19:30.292 INFO O| Sep 23 16:19:30.292 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-09-23T16:19:31.516Z[ recovery-image] Sep 23 16:19:30.301 INFO O| Sep 23 16:19:30.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72282024-09-23T16:19:31.516Z[ recovery-image] Sep 23 16:19:30.301 INFO O| Sep 23 16:19:30.301 INFO STEP 1062 (remove_files) COMPLETE
72292024-09-23T16:19:31.516Z[ recovery-image] Sep 23 16:19:30.301 INFO O| Sep 23 16:19:30.301 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-09-23T16:19:31.526Z[ recovery-image] Sep 23 16:19:30.310 INFO O| Sep 23 16:19:30.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72312024-09-23T16:19:31.526Z[ recovery-image] Sep 23 16:19:30.310 INFO O| Sep 23 16:19:30.310 INFO STEP 1063 (remove_files) COMPLETE
72322024-09-23T16:19:31.526Z[ recovery-image] Sep 23 16:19:30.310 INFO O| Sep 23 16:19:30.310 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-09-23T16:19:31.535Z[ recovery-image] Sep 23 16:19:30.319 INFO O| Sep 23 16:19:30.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72342024-09-23T16:19:31.535Z[ recovery-image] Sep 23 16:19:30.319 INFO O| Sep 23 16:19:30.319 INFO STEP 1064 (remove_files) COMPLETE
72352024-09-23T16:19:31.537Z[ recovery-image] Sep 23 16:19:30.319 INFO O| Sep 23 16:19:30.319 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-09-23T16:19:31.544Z[ recovery-image] Sep 23 16:19:30.328 INFO O| Sep 23 16:19:30.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72372024-09-23T16:19:31.544Z[ recovery-image] Sep 23 16:19:30.328 INFO O| Sep 23 16:19:30.328 INFO STEP 1065 (remove_files) COMPLETE
72382024-09-23T16:19:31.546Z[ recovery-image] Sep 23 16:19:30.328 INFO O| Sep 23 16:19:30.328 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-09-23T16:19:31.553Z[ recovery-image] Sep 23 16:19:30.337 INFO O| Sep 23 16:19:30.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72402024-09-23T16:19:31.553Z[ recovery-image] Sep 23 16:19:30.337 INFO O| Sep 23 16:19:30.337 INFO STEP 1066 (remove_files) COMPLETE
72412024-09-23T16:19:31.553Z[ recovery-image] Sep 23 16:19:30.338 INFO O| Sep 23 16:19:30.337 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-09-23T16:19:31.562Z[ recovery-image] Sep 23 16:19:30.347 INFO O| Sep 23 16:19:30.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72432024-09-23T16:19:31.562Z[ recovery-image] Sep 23 16:19:30.347 INFO O| Sep 23 16:19:30.347 INFO STEP 1067 (remove_files) COMPLETE
72442024-09-23T16:19:31.565Z[ recovery-image] Sep 23 16:19:30.347 INFO O| Sep 23 16:19:30.347 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-09-23T16:19:31.573Z[ recovery-image] Sep 23 16:19:30.356 INFO O| Sep 23 16:19:30.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72462024-09-23T16:19:31.573Z[ recovery-image] Sep 23 16:19:30.356 INFO O| Sep 23 16:19:30.356 INFO STEP 1068 (remove_files) COMPLETE
72472024-09-23T16:19:31.573Z[ recovery-image] Sep 23 16:19:30.356 INFO O| Sep 23 16:19:30.356 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-09-23T16:19:31.593Z[ recovery-image] Sep 23 16:19:30.365 INFO O| Sep 23 16:19:30.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72492024-09-23T16:19:31.597Z[ recovery-image] Sep 23 16:19:30.365 INFO O| Sep 23 16:19:30.365 INFO STEP 1069 (remove_files) COMPLETE
72502024-09-23T16:19:31.597Z[ recovery-image] Sep 23 16:19:30.365 INFO O| Sep 23 16:19:30.365 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-09-23T16:19:31.597Z[ recovery-image] Sep 23 16:19:30.374 INFO O| Sep 23 16:19:30.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72522024-09-23T16:19:31.597Z[ recovery-image] Sep 23 16:19:30.374 INFO O| Sep 23 16:19:30.374 INFO STEP 1070 (remove_files) COMPLETE
72532024-09-23T16:19:31.597Z[ recovery-image] Sep 23 16:19:30.374 INFO O| Sep 23 16:19:30.374 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-09-23T16:19:31.600Z[ recovery-image] Sep 23 16:19:30.383 INFO O| Sep 23 16:19:30.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72552024-09-23T16:19:31.600Z[ recovery-image] Sep 23 16:19:30.383 INFO O| Sep 23 16:19:30.383 INFO STEP 1071 (remove_files) COMPLETE
72562024-09-23T16:19:31.600Z[ recovery-image] Sep 23 16:19:30.383 INFO O| Sep 23 16:19:30.383 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-09-23T16:19:31.609Z[ recovery-image] Sep 23 16:19:30.393 INFO O| Sep 23 16:19:30.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72582024-09-23T16:19:31.609Z[ recovery-image] Sep 23 16:19:30.393 INFO O| Sep 23 16:19:30.393 INFO STEP 1072 (remove_files) COMPLETE
72592024-09-23T16:19:31.612Z[ recovery-image] Sep 23 16:19:30.393 INFO O| Sep 23 16:19:30.393 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-09-23T16:19:31.618Z[ recovery-image] Sep 23 16:19:30.402 INFO O| Sep 23 16:19:30.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72612024-09-23T16:19:31.618Z[ recovery-image] Sep 23 16:19:30.402 INFO O| Sep 23 16:19:30.402 INFO STEP 1073 (remove_files) COMPLETE
72622024-09-23T16:19:31.618Z[ recovery-image] Sep 23 16:19:30.402 INFO O| Sep 23 16:19:30.402 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-09-23T16:19:31.627Z[ recovery-image] Sep 23 16:19:30.411 INFO O| Sep 23 16:19:30.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72642024-09-23T16:19:31.627Z[ recovery-image] Sep 23 16:19:30.411 INFO O| Sep 23 16:19:30.411 INFO STEP 1074 (remove_files) COMPLETE
72652024-09-23T16:19:31.629Z[ recovery-image] Sep 23 16:19:30.411 INFO O| Sep 23 16:19:30.411 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-09-23T16:19:31.636Z[ recovery-image] Sep 23 16:19:30.421 INFO O| Sep 23 16:19:30.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72672024-09-23T16:19:31.636Z[ recovery-image] Sep 23 16:19:30.421 INFO O| Sep 23 16:19:30.421 INFO STEP 1075 (remove_files) COMPLETE
72682024-09-23T16:19:31.636Z[ recovery-image] Sep 23 16:19:30.421 INFO O| Sep 23 16:19:30.421 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-09-23T16:19:31.646Z[ recovery-image] Sep 23 16:19:30.430 INFO O| Sep 23 16:19:30.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72702024-09-23T16:19:31.646Z[ recovery-image] Sep 23 16:19:30.430 INFO O| Sep 23 16:19:30.430 INFO STEP 1076 (remove_files) COMPLETE
72712024-09-23T16:19:31.648Z[ recovery-image] Sep 23 16:19:30.430 INFO O| Sep 23 16:19:30.430 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-09-23T16:19:31.655Z[ recovery-image] Sep 23 16:19:30.439 INFO O| Sep 23 16:19:30.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72732024-09-23T16:19:31.655Z[ recovery-image] Sep 23 16:19:30.439 INFO O| Sep 23 16:19:30.439 INFO STEP 1077 (remove_files) COMPLETE
72742024-09-23T16:19:31.655Z[ recovery-image] Sep 23 16:19:30.439 INFO O| Sep 23 16:19:30.439 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-09-23T16:19:31.665Z[ recovery-image] Sep 23 16:19:30.449 INFO O| Sep 23 16:19:30.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72762024-09-23T16:19:31.665Z[ recovery-image] Sep 23 16:19:30.449 INFO O| Sep 23 16:19:30.449 INFO STEP 1078 (remove_files) COMPLETE
72772024-09-23T16:19:31.667Z[ recovery-image] Sep 23 16:19:30.449 INFO O| Sep 23 16:19:30.449 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-09-23T16:19:31.674Z[ recovery-image] Sep 23 16:19:30.459 INFO O| Sep 23 16:19:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72792024-09-23T16:19:31.677Z[ recovery-image] Sep 23 16:19:30.459 INFO O| Sep 23 16:19:30.459 INFO STEP 1079 (remove_files) COMPLETE
72802024-09-23T16:19:31.677Z[ recovery-image] Sep 23 16:19:30.459 INFO O| Sep 23 16:19:30.459 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-09-23T16:19:31.683Z[ recovery-image] Sep 23 16:19:30.468 INFO O| Sep 23 16:19:30.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72822024-09-23T16:19:31.683Z[ recovery-image] Sep 23 16:19:30.468 INFO O| Sep 23 16:19:30.468 INFO STEP 1080 (remove_files) COMPLETE
72832024-09-23T16:19:31.686Z[ recovery-image] Sep 23 16:19:30.468 INFO O| Sep 23 16:19:30.468 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-09-23T16:19:31.693Z[ recovery-image] Sep 23 16:19:30.477 INFO O| Sep 23 16:19:30.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
72852024-09-23T16:19:31.693Z[ recovery-image] Sep 23 16:19:30.477 INFO O| Sep 23 16:19:30.477 INFO STEP 1081 (remove_files) COMPLETE
72862024-09-23T16:19:31.695Z[ recovery-image] Sep 23 16:19:30.477 INFO O| Sep 23 16:19:30.477 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-09-23T16:19:31.702Z[ recovery-image] Sep 23 16:19:30.486 INFO O| Sep 23 16:19:30.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
72882024-09-23T16:19:31.702Z[ recovery-image] Sep 23 16:19:30.486 INFO O| Sep 23 16:19:30.486 INFO STEP 1082 (remove_files) COMPLETE
72892024-09-23T16:19:31.702Z[ recovery-image] Sep 23 16:19:30.486 INFO O| Sep 23 16:19:30.486 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-09-23T16:19:31.711Z[ recovery-image] Sep 23 16:19:30.495 INFO O| Sep 23 16:19:30.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
72912024-09-23T16:19:31.711Z[ recovery-image] Sep 23 16:19:30.495 INFO O| Sep 23 16:19:30.495 INFO STEP 1083 (remove_files) COMPLETE
72922024-09-23T16:19:31.713Z[ recovery-image] Sep 23 16:19:30.495 INFO O| Sep 23 16:19:30.495 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-09-23T16:19:31.720Z[ recovery-image] Sep 23 16:19:30.504 INFO O| Sep 23 16:19:30.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
72942024-09-23T16:19:31.720Z[ recovery-image] Sep 23 16:19:30.504 INFO O| Sep 23 16:19:30.504 INFO STEP 1084 (remove_files) COMPLETE
72952024-09-23T16:19:31.722Z[ recovery-image] Sep 23 16:19:30.504 INFO O| Sep 23 16:19:30.504 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-09-23T16:19:31.729Z[ recovery-image] Sep 23 16:19:30.514 INFO O| Sep 23 16:19:30.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
72972024-09-23T16:19:31.730Z[ recovery-image] Sep 23 16:19:30.514 INFO O| Sep 23 16:19:30.514 INFO STEP 1085 (remove_files) COMPLETE
72982024-09-23T16:19:31.733Z[ recovery-image] Sep 23 16:19:30.514 INFO O| Sep 23 16:19:30.514 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-09-23T16:19:31.739Z[ recovery-image] Sep 23 16:19:30.523 INFO O| Sep 23 16:19:30.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73002024-09-23T16:19:31.742Z[ recovery-image] Sep 23 16:19:30.524 INFO O| Sep 23 16:19:30.524 INFO STEP 1086 (remove_files) COMPLETE
73012024-09-23T16:19:31.742Z[ recovery-image] Sep 23 16:19:30.524 INFO O| Sep 23 16:19:30.524 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-09-23T16:19:31.749Z[ recovery-image] Sep 23 16:19:30.533 INFO O| Sep 23 16:19:30.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73032024-09-23T16:19:31.749Z[ recovery-image] Sep 23 16:19:30.533 INFO O| Sep 23 16:19:30.533 INFO STEP 1087 (remove_files) COMPLETE
73042024-09-23T16:19:31.749Z[ recovery-image] Sep 23 16:19:30.533 INFO O| Sep 23 16:19:30.533 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-09-23T16:19:31.758Z[ recovery-image] Sep 23 16:19:30.543 INFO O| Sep 23 16:19:30.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73062024-09-23T16:19:31.758Z[ recovery-image] Sep 23 16:19:30.543 INFO O| Sep 23 16:19:30.543 INFO STEP 1088 (remove_files) COMPLETE
73072024-09-23T16:19:31.758Z[ recovery-image] Sep 23 16:19:30.543 INFO O| Sep 23 16:19:30.543 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-09-23T16:19:31.767Z[ recovery-image] Sep 23 16:19:30.552 INFO O| Sep 23 16:19:30.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73092024-09-23T16:19:31.768Z[ recovery-image] Sep 23 16:19:30.552 INFO O| Sep 23 16:19:30.552 INFO STEP 1089 (remove_files) COMPLETE
73102024-09-23T16:19:31.768Z[ recovery-image] Sep 23 16:19:30.552 INFO O| Sep 23 16:19:30.552 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-09-23T16:19:31.777Z[ recovery-image] Sep 23 16:19:30.561 INFO O| Sep 23 16:19:30.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73122024-09-23T16:19:31.777Z[ recovery-image] Sep 23 16:19:30.561 INFO O| Sep 23 16:19:30.561 INFO STEP 1090 (remove_files) COMPLETE
73132024-09-23T16:19:31.780Z[ recovery-image] Sep 23 16:19:30.561 INFO O| Sep 23 16:19:30.561 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-09-23T16:19:31.786Z[ recovery-image] Sep 23 16:19:30.570 INFO O| Sep 23 16:19:30.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73152024-09-23T16:19:31.788Z[ recovery-image] Sep 23 16:19:30.570 INFO O| Sep 23 16:19:30.570 INFO STEP 1091 (remove_files) COMPLETE
73162024-09-23T16:19:31.789Z[ recovery-image] Sep 23 16:19:30.570 INFO O| Sep 23 16:19:30.570 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-09-23T16:19:31.795Z[ recovery-image] Sep 23 16:19:30.580 INFO O| Sep 23 16:19:30.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73182024-09-23T16:19:31.795Z[ recovery-image] Sep 23 16:19:30.580 INFO O| Sep 23 16:19:30.580 INFO STEP 1092 (remove_files) COMPLETE
73192024-09-23T16:19:31.798Z[ recovery-image] Sep 23 16:19:30.580 INFO O| Sep 23 16:19:30.580 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-09-23T16:19:31.805Z[ recovery-image] Sep 23 16:19:30.589 INFO O| Sep 23 16:19:30.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73212024-09-23T16:19:31.805Z[ recovery-image] Sep 23 16:19:30.589 INFO O| Sep 23 16:19:30.589 INFO STEP 1093 (remove_files) COMPLETE
73222024-09-23T16:19:31.805Z[ recovery-image] Sep 23 16:19:30.589 INFO O| Sep 23 16:19:30.589 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-09-23T16:19:31.814Z[ recovery-image] Sep 23 16:19:30.598 INFO O| Sep 23 16:19:30.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73242024-09-23T16:19:31.814Z[ recovery-image] Sep 23 16:19:30.598 INFO O| Sep 23 16:19:30.598 INFO STEP 1094 (remove_files) COMPLETE
73252024-09-23T16:19:31.817Z[ recovery-image] Sep 23 16:19:30.598 INFO O| Sep 23 16:19:30.598 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-09-23T16:19:31.817Z[ host-image] Sep 23 16:19:30.601 INFO O| Sep 23 16:19:30.601 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
73272024-09-23T16:19:31.825Z[ recovery-image] Sep 23 16:19:30.609 INFO O| Sep 23 16:19:30.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73282024-09-23T16:19:31.827Z[ recovery-image] Sep 23 16:19:30.609 INFO O| Sep 23 16:19:30.609 INFO STEP 1095 (remove_files) COMPLETE
73292024-09-23T16:19:31.827Z[ recovery-image] Sep 23 16:19:30.610 INFO O| Sep 23 16:19:30.609 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-09-23T16:19:31.837Z[ recovery-image] Sep 23 16:19:30.622 INFO O| Sep 23 16:19:30.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73312024-09-23T16:19:31.840Z[ recovery-image] Sep 23 16:19:30.622 INFO O| Sep 23 16:19:30.622 INFO STEP 1096 (remove_files) COMPLETE
73322024-09-23T16:19:31.840Z[ recovery-image] Sep 23 16:19:30.622 INFO O| Sep 23 16:19:30.622 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-09-23T16:19:31.847Z[ recovery-image] Sep 23 16:19:30.631 INFO O| Sep 23 16:19:30.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73342024-09-23T16:19:31.847Z[ recovery-image] Sep 23 16:19:30.632 INFO O| Sep 23 16:19:30.632 INFO STEP 1097 (remove_files) COMPLETE
73352024-09-23T16:19:31.850Z[ recovery-image] Sep 23 16:19:30.632 INFO O| Sep 23 16:19:30.632 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-09-23T16:19:31.857Z[ recovery-image] Sep 23 16:19:30.641 INFO O| Sep 23 16:19:30.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73372024-09-23T16:19:31.860Z[ recovery-image] Sep 23 16:19:30.641 INFO O| Sep 23 16:19:30.641 INFO STEP 1098 (remove_files) COMPLETE
73382024-09-23T16:19:31.860Z[ recovery-image] Sep 23 16:19:30.641 INFO O| Sep 23 16:19:30.641 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-09-23T16:19:31.867Z[ recovery-image] Sep 23 16:19:30.651 INFO O| Sep 23 16:19:30.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73402024-09-23T16:19:31.867Z[ recovery-image] Sep 23 16:19:30.651 INFO O| Sep 23 16:19:30.651 INFO STEP 1099 (remove_files) COMPLETE
73412024-09-23T16:19:31.869Z[ recovery-image] Sep 23 16:19:30.651 INFO O| Sep 23 16:19:30.651 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-09-23T16:19:31.876Z[ recovery-image] Sep 23 16:19:30.660 INFO O| Sep 23 16:19:30.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73432024-09-23T16:19:31.876Z[ recovery-image] Sep 23 16:19:30.660 INFO O| Sep 23 16:19:30.660 INFO STEP 1100 (remove_files) COMPLETE
73442024-09-23T16:19:31.876Z[ recovery-image] Sep 23 16:19:30.660 INFO O| Sep 23 16:19:30.660 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-09-23T16:19:31.886Z[ recovery-image] Sep 23 16:19:30.670 INFO O| Sep 23 16:19:30.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73462024-09-23T16:19:31.886Z[ recovery-image] Sep 23 16:19:30.670 INFO O| Sep 23 16:19:30.670 INFO STEP 1101 (remove_files) COMPLETE
73472024-09-23T16:19:31.888Z[ recovery-image] Sep 23 16:19:30.670 INFO O| Sep 23 16:19:30.670 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-09-23T16:19:31.895Z[ recovery-image] Sep 23 16:19:30.679 INFO O| Sep 23 16:19:30.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73492024-09-23T16:19:31.897Z[ recovery-image] Sep 23 16:19:30.680 INFO O| Sep 23 16:19:30.680 INFO STEP 1102 (remove_files) COMPLETE
73502024-09-23T16:19:31.897Z[ recovery-image] Sep 23 16:19:30.680 INFO O| Sep 23 16:19:30.680 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-09-23T16:19:31.905Z[ recovery-image] Sep 23 16:19:30.689 INFO O| Sep 23 16:19:30.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73522024-09-23T16:19:31.905Z[ recovery-image] Sep 23 16:19:30.689 INFO O| Sep 23 16:19:30.689 INFO STEP 1103 (remove_files) COMPLETE
73532024-09-23T16:19:31.907Z[ recovery-image] Sep 23 16:19:30.689 INFO O| Sep 23 16:19:30.689 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-09-23T16:19:31.915Z[ recovery-image] Sep 23 16:19:30.699 INFO O| Sep 23 16:19:30.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73552024-09-23T16:19:31.915Z[ recovery-image] Sep 23 16:19:30.699 INFO O| Sep 23 16:19:30.699 INFO STEP 1104 (remove_files) COMPLETE
73562024-09-23T16:19:31.919Z[ recovery-image] Sep 23 16:19:30.699 INFO O| Sep 23 16:19:30.699 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-09-23T16:19:31.925Z[ recovery-image] Sep 23 16:19:30.709 INFO O| Sep 23 16:19:30.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73582024-09-23T16:19:31.925Z[ recovery-image] Sep 23 16:19:30.709 INFO O| Sep 23 16:19:30.709 INFO STEP 1105 (remove_files) COMPLETE
73592024-09-23T16:19:31.928Z[ recovery-image] Sep 23 16:19:30.709 INFO O| Sep 23 16:19:30.709 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-09-23T16:19:31.934Z[ recovery-image] Sep 23 16:19:30.719 INFO O| Sep 23 16:19:30.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73612024-09-23T16:19:31.934Z[ recovery-image] Sep 23 16:19:30.719 INFO O| Sep 23 16:19:30.719 INFO STEP 1106 (remove_files) COMPLETE
73622024-09-23T16:19:31.934Z[ recovery-image] Sep 23 16:19:30.719 INFO O| Sep 23 16:19:30.719 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-09-23T16:19:31.944Z[ recovery-image] Sep 23 16:19:30.728 INFO O| Sep 23 16:19:30.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73642024-09-23T16:19:31.944Z[ recovery-image] Sep 23 16:19:30.728 INFO O| Sep 23 16:19:30.728 INFO STEP 1107 (remove_files) COMPLETE
73652024-09-23T16:19:31.944Z[ recovery-image] Sep 23 16:19:30.728 INFO O| Sep 23 16:19:30.728 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-09-23T16:19:31.953Z[ recovery-image] Sep 23 16:19:30.737 INFO O| Sep 23 16:19:30.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73672024-09-23T16:19:31.953Z[ recovery-image] Sep 23 16:19:30.738 INFO O| Sep 23 16:19:30.738 INFO STEP 1108 (remove_files) COMPLETE
73682024-09-23T16:19:31.953Z[ recovery-image] Sep 23 16:19:30.738 INFO O| Sep 23 16:19:30.738 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-09-23T16:19:31.962Z[ recovery-image] Sep 23 16:19:30.747 INFO O| Sep 23 16:19:30.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73702024-09-23T16:19:31.963Z[ recovery-image] Sep 23 16:19:30.747 INFO O| Sep 23 16:19:30.747 INFO STEP 1109 (remove_files) COMPLETE
73712024-09-23T16:19:31.963Z[ recovery-image] Sep 23 16:19:30.747 INFO O| Sep 23 16:19:30.747 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-09-23T16:19:31.972Z[ recovery-image] Sep 23 16:19:30.756 INFO O| Sep 23 16:19:30.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73732024-09-23T16:19:31.972Z[ recovery-image] Sep 23 16:19:30.756 INFO O| Sep 23 16:19:30.756 INFO STEP 1110 (remove_files) COMPLETE
73742024-09-23T16:19:31.974Z[ recovery-image] Sep 23 16:19:30.756 INFO O| Sep 23 16:19:30.756 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-09-23T16:19:31.981Z[ recovery-image] Sep 23 16:19:30.766 INFO O| Sep 23 16:19:30.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73762024-09-23T16:19:31.981Z[ recovery-image] Sep 23 16:19:30.766 INFO O| Sep 23 16:19:30.766 INFO STEP 1111 (remove_files) COMPLETE
73772024-09-23T16:19:31.984Z[ recovery-image] Sep 23 16:19:30.766 INFO O| Sep 23 16:19:30.766 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-09-23T16:19:31.991Z[ recovery-image] Sep 23 16:19:30.776 INFO O| Sep 23 16:19:30.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73792024-09-23T16:19:31.991Z[ recovery-image] Sep 23 16:19:30.776 INFO O| Sep 23 16:19:30.776 INFO STEP 1112 (remove_files) COMPLETE
73802024-09-23T16:19:31.994Z[ recovery-image] Sep 23 16:19:30.776 INFO O| Sep 23 16:19:30.776 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-09-23T16:19:32.001Z[ recovery-image] Sep 23 16:19:30.785 INFO O| Sep 23 16:19:30.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73822024-09-23T16:19:32.001Z[ recovery-image] Sep 23 16:19:30.785 INFO O| Sep 23 16:19:30.785 INFO STEP 1113 (remove_files) COMPLETE
73832024-09-23T16:19:32.004Z[ recovery-image] Sep 23 16:19:30.785 INFO O| Sep 23 16:19:30.785 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-09-23T16:19:32.011Z[ recovery-image] Sep 23 16:19:30.795 INFO O| Sep 23 16:19:30.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
73852024-09-23T16:19:32.011Z[ recovery-image] Sep 23 16:19:30.795 INFO O| Sep 23 16:19:30.795 INFO STEP 1114 (remove_files) COMPLETE
73862024-09-23T16:19:32.011Z[ recovery-image] Sep 23 16:19:30.795 INFO O| Sep 23 16:19:30.795 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-09-23T16:19:32.020Z[ recovery-image] Sep 23 16:19:30.804 INFO O| Sep 23 16:19:30.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
73882024-09-23T16:19:32.023Z[ recovery-image] Sep 23 16:19:30.804 INFO O| Sep 23 16:19:30.804 INFO STEP 1115 (remove_files) COMPLETE
73892024-09-23T16:19:32.023Z[ recovery-image] Sep 23 16:19:30.805 INFO O| Sep 23 16:19:30.804 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-09-23T16:19:32.030Z[ recovery-image] Sep 23 16:19:30.814 INFO O| Sep 23 16:19:30.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
73912024-09-23T16:19:32.030Z[ recovery-image] Sep 23 16:19:30.814 INFO O| Sep 23 16:19:30.814 INFO STEP 1116 (remove_files) COMPLETE
73922024-09-23T16:19:32.030Z[ recovery-image] Sep 23 16:19:30.814 INFO O| Sep 23 16:19:30.814 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-09-23T16:19:32.039Z[ recovery-image] Sep 23 16:19:30.823 INFO O| Sep 23 16:19:30.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
73942024-09-23T16:19:32.041Z[ recovery-image] Sep 23 16:19:30.823 INFO O| Sep 23 16:19:30.823 INFO STEP 1117 (remove_files) COMPLETE
73952024-09-23T16:19:32.041Z[ recovery-image] Sep 23 16:19:30.823 INFO O| Sep 23 16:19:30.823 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-09-23T16:19:32.048Z[ recovery-image] Sep 23 16:19:30.833 INFO O| Sep 23 16:19:30.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
73972024-09-23T16:19:32.048Z[ recovery-image] Sep 23 16:19:30.833 INFO O| Sep 23 16:19:30.833 INFO STEP 1118 (remove_files) COMPLETE
73982024-09-23T16:19:32.051Z[ recovery-image] Sep 23 16:19:30.833 INFO O| Sep 23 16:19:30.833 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-09-23T16:19:32.058Z[ recovery-image] Sep 23 16:19:30.842 INFO O| Sep 23 16:19:30.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74002024-09-23T16:19:32.060Z[ recovery-image] Sep 23 16:19:30.842 INFO O| Sep 23 16:19:30.842 INFO STEP 1119 (remove_files) COMPLETE
74012024-09-23T16:19:32.060Z[ recovery-image] Sep 23 16:19:30.842 INFO O| Sep 23 16:19:30.842 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-09-23T16:19:32.067Z[ recovery-image] Sep 23 16:19:30.852 INFO O| Sep 23 16:19:30.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74032024-09-23T16:19:32.067Z[ recovery-image] Sep 23 16:19:30.852 INFO O| Sep 23 16:19:30.852 INFO STEP 1120 (remove_files) COMPLETE
74042024-09-23T16:19:32.070Z[ recovery-image] Sep 23 16:19:30.852 INFO O| Sep 23 16:19:30.852 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-09-23T16:19:32.077Z[ recovery-image] Sep 23 16:19:30.861 INFO O| Sep 23 16:19:30.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74062024-09-23T16:19:32.077Z[ recovery-image] Sep 23 16:19:30.861 INFO O| Sep 23 16:19:30.861 INFO STEP 1121 (remove_files) COMPLETE
74072024-09-23T16:19:32.079Z[ recovery-image] Sep 23 16:19:30.861 INFO O| Sep 23 16:19:30.861 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-09-23T16:19:32.086Z[ recovery-image] Sep 23 16:19:30.871 INFO O| Sep 23 16:19:30.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74092024-09-23T16:19:32.086Z[ recovery-image] Sep 23 16:19:30.871 INFO O| Sep 23 16:19:30.871 INFO STEP 1122 (remove_files) COMPLETE
74102024-09-23T16:19:32.089Z[ recovery-image] Sep 23 16:19:30.871 INFO O| Sep 23 16:19:30.871 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-09-23T16:19:32.096Z[ recovery-image] Sep 23 16:19:30.880 INFO O| Sep 23 16:19:30.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74122024-09-23T16:19:32.096Z[ recovery-image] Sep 23 16:19:30.880 INFO O| Sep 23 16:19:30.880 INFO STEP 1123 (remove_files) COMPLETE
74132024-09-23T16:19:32.098Z[ recovery-image] Sep 23 16:19:30.880 INFO O| Sep 23 16:19:30.880 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-09-23T16:19:32.106Z[ recovery-image] Sep 23 16:19:30.889 INFO O| Sep 23 16:19:30.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74152024-09-23T16:19:32.106Z[ recovery-image] Sep 23 16:19:30.889 INFO O| Sep 23 16:19:30.889 INFO STEP 1124 (remove_files) COMPLETE
74162024-09-23T16:19:32.106Z[ recovery-image] Sep 23 16:19:30.890 INFO O| Sep 23 16:19:30.889 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-09-23T16:19:32.115Z[ recovery-image] Sep 23 16:19:30.899 INFO O| Sep 23 16:19:30.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74182024-09-23T16:19:32.117Z[ recovery-image] Sep 23 16:19:30.899 INFO O| Sep 23 16:19:30.899 INFO STEP 1125 (remove_files) COMPLETE
74192024-09-23T16:19:32.117Z[ recovery-image] Sep 23 16:19:30.899 INFO O| Sep 23 16:19:30.899 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-09-23T16:19:32.124Z[ recovery-image] Sep 23 16:19:30.908 INFO O| Sep 23 16:19:30.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74212024-09-23T16:19:32.124Z[ recovery-image] Sep 23 16:19:30.908 INFO O| Sep 23 16:19:30.908 INFO STEP 1126 (remove_files) COMPLETE
74222024-09-23T16:19:32.124Z[ recovery-image] Sep 23 16:19:30.908 INFO O| Sep 23 16:19:30.908 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-09-23T16:19:32.134Z[ recovery-image] Sep 23 16:19:30.918 INFO O| Sep 23 16:19:30.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74242024-09-23T16:19:32.134Z[ recovery-image] Sep 23 16:19:30.918 INFO O| Sep 23 16:19:30.918 INFO STEP 1127 (remove_files) COMPLETE
74252024-09-23T16:19:32.136Z[ recovery-image] Sep 23 16:19:30.918 INFO O| Sep 23 16:19:30.918 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-09-23T16:19:32.143Z[ recovery-image] Sep 23 16:19:30.927 INFO O| Sep 23 16:19:30.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74272024-09-23T16:19:32.145Z[ recovery-image] Sep 23 16:19:30.927 INFO O| Sep 23 16:19:30.927 INFO STEP 1128 (remove_files) COMPLETE
74282024-09-23T16:19:32.145Z[ recovery-image] Sep 23 16:19:30.927 INFO O| Sep 23 16:19:30.927 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-09-23T16:19:32.152Z[ recovery-image] Sep 23 16:19:30.937 INFO O| Sep 23 16:19:30.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74302024-09-23T16:19:32.152Z[ recovery-image] Sep 23 16:19:30.937 INFO O| Sep 23 16:19:30.937 INFO STEP 1129 (remove_files) COMPLETE
74312024-09-23T16:19:32.155Z[ recovery-image] Sep 23 16:19:30.937 INFO O| Sep 23 16:19:30.937 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-09-23T16:19:32.162Z[ recovery-image] Sep 23 16:19:30.947 INFO O| Sep 23 16:19:30.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74332024-09-23T16:19:32.163Z[ recovery-image] Sep 23 16:19:30.947 INFO O| Sep 23 16:19:30.947 INFO STEP 1130 (remove_files) COMPLETE
74342024-09-23T16:19:32.163Z[ recovery-image] Sep 23 16:19:30.947 INFO O| Sep 23 16:19:30.947 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-09-23T16:19:32.172Z[ recovery-image] Sep 23 16:19:30.957 INFO O| Sep 23 16:19:30.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74362024-09-23T16:19:32.175Z[ recovery-image] Sep 23 16:19:30.957 INFO O| Sep 23 16:19:30.957 INFO STEP 1131 (remove_files) COMPLETE
74372024-09-23T16:19:32.175Z[ recovery-image] Sep 23 16:19:30.957 INFO O| Sep 23 16:19:30.957 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-09-23T16:19:32.182Z[ recovery-image] Sep 23 16:19:30.966 INFO O| Sep 23 16:19:30.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74392024-09-23T16:19:32.182Z[ recovery-image] Sep 23 16:19:30.966 INFO O| Sep 23 16:19:30.966 INFO STEP 1132 (remove_files) COMPLETE
74402024-09-23T16:19:32.184Z[ recovery-image] Sep 23 16:19:30.966 INFO O| Sep 23 16:19:30.966 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-09-23T16:19:32.191Z[ recovery-image] Sep 23 16:19:30.976 INFO O| Sep 23 16:19:30.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74422024-09-23T16:19:32.192Z[ recovery-image] Sep 23 16:19:30.976 INFO O| Sep 23 16:19:30.976 INFO STEP 1133 (remove_files) COMPLETE
74432024-09-23T16:19:32.192Z[ recovery-image] Sep 23 16:19:30.976 INFO O| Sep 23 16:19:30.976 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-09-23T16:19:32.204Z[ recovery-image] Sep 23 16:19:30.988 INFO O| Sep 23 16:19:30.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74452024-09-23T16:19:32.204Z[ recovery-image] Sep 23 16:19:30.988 INFO O| Sep 23 16:19:30.988 INFO STEP 1134 (remove_files) COMPLETE
74462024-09-23T16:19:32.207Z[ recovery-image] Sep 23 16:19:30.988 INFO O| Sep 23 16:19:30.988 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-09-23T16:19:32.214Z[ recovery-image] Sep 23 16:19:30.999 INFO O| Sep 23 16:19:30.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74482024-09-23T16:19:32.217Z[ recovery-image] Sep 23 16:19:30.999 INFO O| Sep 23 16:19:30.999 INFO STEP 1135 (remove_files) COMPLETE
74492024-09-23T16:19:32.217Z[ recovery-image] Sep 23 16:19:30.999 INFO O| Sep 23 16:19:30.999 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-09-23T16:19:32.226Z[ recovery-image] Sep 23 16:19:31.010 INFO O| Sep 23 16:19:31.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74512024-09-23T16:19:32.228Z[ recovery-image] Sep 23 16:19:31.010 INFO O| Sep 23 16:19:31.010 INFO STEP 1136 (remove_files) COMPLETE
74522024-09-23T16:19:32.228Z[ recovery-image] Sep 23 16:19:31.010 INFO O| Sep 23 16:19:31.010 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-09-23T16:19:32.236Z[ recovery-image] Sep 23 16:19:31.020 INFO O| Sep 23 16:19:31.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74542024-09-23T16:19:32.236Z[ recovery-image] Sep 23 16:19:31.020 INFO O| Sep 23 16:19:31.020 INFO STEP 1137 (remove_files) COMPLETE
74552024-09-23T16:19:32.238Z[ recovery-image] Sep 23 16:19:31.020 INFO O| Sep 23 16:19:31.020 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-09-23T16:19:32.246Z[ recovery-image] Sep 23 16:19:31.030 INFO O| Sep 23 16:19:31.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74572024-09-23T16:19:32.246Z[ recovery-image] Sep 23 16:19:31.030 INFO O| Sep 23 16:19:31.030 INFO STEP 1138 (remove_files) COMPLETE
74582024-09-23T16:19:32.246Z[ recovery-image] Sep 23 16:19:31.030 INFO O| Sep 23 16:19:31.030 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-09-23T16:19:32.256Z[ recovery-image] Sep 23 16:19:31.040 INFO O| Sep 23 16:19:31.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74602024-09-23T16:19:32.259Z[ recovery-image] Sep 23 16:19:31.040 INFO O| Sep 23 16:19:31.040 INFO STEP 1139 (remove_files) COMPLETE
74612024-09-23T16:19:32.259Z[ recovery-image] Sep 23 16:19:31.040 INFO O| Sep 23 16:19:31.040 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-09-23T16:19:32.266Z[ recovery-image] Sep 23 16:19:31.050 INFO O| Sep 23 16:19:31.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74632024-09-23T16:19:32.266Z[ recovery-image] Sep 23 16:19:31.050 INFO O| Sep 23 16:19:31.050 INFO STEP 1140 (remove_files) COMPLETE
74642024-09-23T16:19:32.266Z[ recovery-image] Sep 23 16:19:31.050 INFO O| Sep 23 16:19:31.050 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-09-23T16:19:32.275Z[ recovery-image] Sep 23 16:19:31.060 INFO O| Sep 23 16:19:31.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74662024-09-23T16:19:32.275Z[ recovery-image] Sep 23 16:19:31.060 INFO O| Sep 23 16:19:31.060 INFO STEP 1141 (remove_files) COMPLETE
74672024-09-23T16:19:32.278Z[ recovery-image] Sep 23 16:19:31.060 INFO O| Sep 23 16:19:31.060 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-09-23T16:19:32.285Z[ recovery-image] Sep 23 16:19:31.070 INFO O| Sep 23 16:19:31.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74692024-09-23T16:19:32.288Z[ recovery-image] Sep 23 16:19:31.070 INFO O| Sep 23 16:19:31.070 INFO STEP 1142 (remove_files) COMPLETE
74702024-09-23T16:19:32.288Z[ recovery-image] Sep 23 16:19:31.070 INFO O| Sep 23 16:19:31.070 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-09-23T16:19:32.301Z[ recovery-image] Sep 23 16:19:31.080 INFO O| Sep 23 16:19:31.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74722024-09-23T16:19:32.301Z[ recovery-image] Sep 23 16:19:31.080 INFO O| Sep 23 16:19:31.080 INFO STEP 1143 (remove_files) COMPLETE
74732024-09-23T16:19:32.301Z[ recovery-image] Sep 23 16:19:31.080 INFO O| Sep 23 16:19:31.080 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-09-23T16:19:32.305Z[ recovery-image] Sep 23 16:19:31.089 INFO O| Sep 23 16:19:31.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74752024-09-23T16:19:32.305Z[ recovery-image] Sep 23 16:19:31.089 INFO O| Sep 23 16:19:31.089 INFO STEP 1144 (remove_files) COMPLETE
74762024-09-23T16:19:32.305Z[ recovery-image] Sep 23 16:19:31.089 INFO O| Sep 23 16:19:31.089 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-09-23T16:19:32.314Z[ recovery-image] Sep 23 16:19:31.099 INFO O| Sep 23 16:19:31.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74782024-09-23T16:19:32.314Z[ recovery-image] Sep 23 16:19:31.099 INFO O| Sep 23 16:19:31.099 INFO STEP 1145 (remove_files) COMPLETE
74792024-09-23T16:19:32.317Z[ recovery-image] Sep 23 16:19:31.099 INFO O| Sep 23 16:19:31.099 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-09-23T16:19:32.324Z[ recovery-image] Sep 23 16:19:31.108 INFO O| Sep 23 16:19:31.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74812024-09-23T16:19:32.326Z[ recovery-image] Sep 23 16:19:31.108 INFO O| Sep 23 16:19:31.108 INFO STEP 1146 (remove_files) COMPLETE
74822024-09-23T16:19:32.326Z[ recovery-image] Sep 23 16:19:31.108 INFO O| Sep 23 16:19:31.108 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-09-23T16:19:32.333Z[ recovery-image] Sep 23 16:19:31.117 INFO O| Sep 23 16:19:31.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74842024-09-23T16:19:32.335Z[ recovery-image] Sep 23 16:19:31.117 INFO O| Sep 23 16:19:31.117 INFO STEP 1147 (remove_files) COMPLETE
74852024-09-23T16:19:32.335Z[ recovery-image] Sep 23 16:19:31.117 INFO O| Sep 23 16:19:31.117 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-09-23T16:19:32.342Z[ recovery-image] Sep 23 16:19:31.126 INFO O| Sep 23 16:19:31.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
74872024-09-23T16:19:32.342Z[ recovery-image] Sep 23 16:19:31.127 INFO O| Sep 23 16:19:31.127 INFO STEP 1148 (remove_files) COMPLETE
74882024-09-23T16:19:32.345Z[ recovery-image] Sep 23 16:19:31.127 INFO O| Sep 23 16:19:31.127 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-09-23T16:19:32.351Z[ recovery-image] Sep 23 16:19:31.136 INFO O| Sep 23 16:19:31.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
74902024-09-23T16:19:32.354Z[ recovery-image] Sep 23 16:19:31.136 INFO O| Sep 23 16:19:31.136 INFO STEP 1149 (remove_files) COMPLETE
74912024-09-23T16:19:32.354Z[ recovery-image] Sep 23 16:19:31.136 INFO O| Sep 23 16:19:31.136 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-09-23T16:19:32.361Z[ recovery-image] Sep 23 16:19:31.145 INFO O| Sep 23 16:19:31.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
74932024-09-23T16:19:32.361Z[ recovery-image] Sep 23 16:19:31.145 INFO O| Sep 23 16:19:31.145 INFO STEP 1150 (remove_files) COMPLETE
74942024-09-23T16:19:32.363Z[ recovery-image] Sep 23 16:19:31.145 INFO O| Sep 23 16:19:31.145 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-09-23T16:19:32.370Z[ recovery-image] Sep 23 16:19:31.154 INFO O| Sep 23 16:19:31.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
74962024-09-23T16:19:32.370Z[ recovery-image] Sep 23 16:19:31.154 INFO O| Sep 23 16:19:31.154 INFO STEP 1151 (remove_files) COMPLETE
74972024-09-23T16:19:32.372Z[ recovery-image] Sep 23 16:19:31.154 INFO O| Sep 23 16:19:31.154 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-09-23T16:19:32.380Z[ recovery-image] Sep 23 16:19:31.164 INFO O| Sep 23 16:19:31.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
74992024-09-23T16:19:32.380Z[ recovery-image] Sep 23 16:19:31.164 INFO O| Sep 23 16:19:31.164 INFO STEP 1152 (remove_files) COMPLETE
75002024-09-23T16:19:32.383Z[ recovery-image] Sep 23 16:19:31.164 INFO O| Sep 23 16:19:31.164 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-09-23T16:19:32.390Z[ recovery-image] Sep 23 16:19:31.174 INFO O| Sep 23 16:19:31.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75022024-09-23T16:19:32.390Z[ recovery-image] Sep 23 16:19:31.174 INFO O| Sep 23 16:19:31.174 INFO STEP 1153 (remove_files) COMPLETE
75032024-09-23T16:19:32.392Z[ recovery-image] Sep 23 16:19:31.174 INFO O| Sep 23 16:19:31.174 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-09-23T16:19:32.400Z[ recovery-image] Sep 23 16:19:31.184 INFO O| Sep 23 16:19:31.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75052024-09-23T16:19:32.400Z[ recovery-image] Sep 23 16:19:31.184 INFO O| Sep 23 16:19:31.184 INFO STEP 1154 (remove_files) COMPLETE
75062024-09-23T16:19:32.403Z[ recovery-image] Sep 23 16:19:31.184 INFO O| Sep 23 16:19:31.184 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-09-23T16:19:32.411Z[ recovery-image] Sep 23 16:19:31.195 INFO O| Sep 23 16:19:31.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75082024-09-23T16:19:32.411Z[ recovery-image] Sep 23 16:19:31.195 INFO O| Sep 23 16:19:31.195 INFO STEP 1155 (remove_files) COMPLETE
75092024-09-23T16:19:32.414Z[ recovery-image] Sep 23 16:19:31.195 INFO O| Sep 23 16:19:31.195 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-09-23T16:19:32.421Z[ recovery-image] Sep 23 16:19:31.206 INFO O| Sep 23 16:19:31.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75112024-09-23T16:19:32.424Z[ recovery-image] Sep 23 16:19:31.206 INFO O| Sep 23 16:19:31.206 INFO STEP 1156 (remove_files) COMPLETE
75122024-09-23T16:19:32.424Z[ recovery-image] Sep 23 16:19:31.206 INFO O| Sep 23 16:19:31.206 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-09-23T16:19:32.431Z[ recovery-image] Sep 23 16:19:31.216 INFO O| Sep 23 16:19:31.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75142024-09-23T16:19:32.431Z[ recovery-image] Sep 23 16:19:31.216 INFO O| Sep 23 16:19:31.216 INFO STEP 1157 (remove_files) COMPLETE
75152024-09-23T16:19:32.431Z[ recovery-image] Sep 23 16:19:31.216 INFO O| Sep 23 16:19:31.216 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-09-23T16:19:32.442Z[ recovery-image] Sep 23 16:19:31.226 INFO O| Sep 23 16:19:31.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75172024-09-23T16:19:32.442Z[ recovery-image] Sep 23 16:19:31.226 INFO O| Sep 23 16:19:31.226 INFO STEP 1158 (remove_files) COMPLETE
75182024-09-23T16:19:32.444Z[ recovery-image] Sep 23 16:19:31.226 INFO O| Sep 23 16:19:31.226 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-09-23T16:19:32.454Z[ recovery-image] Sep 23 16:19:31.238 INFO O| Sep 23 16:19:31.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75202024-09-23T16:19:32.457Z[ recovery-image] Sep 23 16:19:31.238 INFO O| Sep 23 16:19:31.238 INFO STEP 1159 (remove_files) COMPLETE
75212024-09-23T16:19:32.457Z[ recovery-image] Sep 23 16:19:31.238 INFO O| Sep 23 16:19:31.238 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-09-23T16:19:32.463Z[ recovery-image] Sep 23 16:19:31.248 INFO O| Sep 23 16:19:31.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75232024-09-23T16:19:32.463Z[ recovery-image] Sep 23 16:19:31.248 INFO O| Sep 23 16:19:31.248 INFO STEP 1160 (remove_files) COMPLETE
75242024-09-23T16:19:32.466Z[ recovery-image] Sep 23 16:19:31.248 INFO O| Sep 23 16:19:31.248 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-09-23T16:19:32.473Z[ recovery-image] Sep 23 16:19:31.257 INFO O| Sep 23 16:19:31.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75262024-09-23T16:19:32.473Z[ recovery-image] Sep 23 16:19:31.257 INFO O| Sep 23 16:19:31.257 INFO STEP 1161 (remove_files) COMPLETE
75272024-09-23T16:19:32.475Z[ recovery-image] Sep 23 16:19:31.257 INFO O| Sep 23 16:19:31.257 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-09-23T16:19:32.484Z[ recovery-image] Sep 23 16:19:31.268 INFO O| Sep 23 16:19:31.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75292024-09-23T16:19:32.484Z[ recovery-image] Sep 23 16:19:31.269 INFO O| Sep 23 16:19:31.268 INFO STEP 1162 (remove_files) COMPLETE
75302024-09-23T16:19:32.487Z[ recovery-image] Sep 23 16:19:31.269 INFO O| Sep 23 16:19:31.269 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-09-23T16:19:32.495Z[ recovery-image] Sep 23 16:19:31.280 INFO O| Sep 23 16:19:31.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75322024-09-23T16:19:32.495Z[ recovery-image] Sep 23 16:19:31.280 INFO O| Sep 23 16:19:31.280 INFO STEP 1163 (remove_files) COMPLETE
75332024-09-23T16:19:32.498Z[ recovery-image] Sep 23 16:19:31.280 INFO O| Sep 23 16:19:31.280 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-09-23T16:19:32.505Z[ recovery-image] Sep 23 16:19:31.290 INFO O| Sep 23 16:19:31.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75352024-09-23T16:19:32.505Z[ recovery-image] Sep 23 16:19:31.290 INFO O| Sep 23 16:19:31.290 INFO STEP 1164 (remove_files) COMPLETE
75362024-09-23T16:19:32.505Z[ recovery-image] Sep 23 16:19:31.290 INFO O| Sep 23 16:19:31.290 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-09-23T16:19:32.515Z[ recovery-image] Sep 23 16:19:31.299 INFO O| Sep 23 16:19:31.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75382024-09-23T16:19:32.515Z[ recovery-image] Sep 23 16:19:31.299 INFO O| Sep 23 16:19:31.299 INFO STEP 1165 (remove_files) COMPLETE
75392024-09-23T16:19:32.517Z[ recovery-image] Sep 23 16:19:31.299 INFO O| Sep 23 16:19:31.299 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-09-23T16:19:32.524Z[ recovery-image] Sep 23 16:19:31.309 INFO O| Sep 23 16:19:31.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75412024-09-23T16:19:32.524Z[ recovery-image] Sep 23 16:19:31.309 INFO O| Sep 23 16:19:31.309 INFO STEP 1166 (remove_files) COMPLETE
75422024-09-23T16:19:32.524Z[ recovery-image] Sep 23 16:19:31.309 INFO O| Sep 23 16:19:31.309 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-09-23T16:19:32.536Z[ recovery-image] Sep 23 16:19:31.320 INFO O| Sep 23 16:19:31.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75442024-09-23T16:19:32.536Z[ recovery-image] Sep 23 16:19:31.320 INFO O| Sep 23 16:19:31.320 INFO STEP 1167 (remove_files) COMPLETE
75452024-09-23T16:19:32.536Z[ recovery-image] Sep 23 16:19:31.320 INFO O| Sep 23 16:19:31.320 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-09-23T16:19:32.545Z[ recovery-image] Sep 23 16:19:31.330 INFO O| Sep 23 16:19:31.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75472024-09-23T16:19:32.548Z[ recovery-image] Sep 23 16:19:31.330 INFO O| Sep 23 16:19:31.330 INFO STEP 1168 (remove_files) COMPLETE
75482024-09-23T16:19:32.548Z[ recovery-image] Sep 23 16:19:31.330 INFO O| Sep 23 16:19:31.330 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-09-23T16:19:32.557Z[ recovery-image] Sep 23 16:19:31.341 INFO O| Sep 23 16:19:31.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75502024-09-23T16:19:32.559Z[ recovery-image] Sep 23 16:19:31.341 INFO O| Sep 23 16:19:31.341 INFO STEP 1169 (remove_files) COMPLETE
75512024-09-23T16:19:32.559Z[ recovery-image] Sep 23 16:19:31.341 INFO O| Sep 23 16:19:31.341 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-09-23T16:19:32.568Z[ recovery-image] Sep 23 16:19:31.352 INFO O| Sep 23 16:19:31.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75532024-09-23T16:19:32.571Z[ recovery-image] Sep 23 16:19:31.352 INFO O| Sep 23 16:19:31.352 INFO STEP 1170 (remove_files) COMPLETE
75542024-09-23T16:19:32.571Z[ recovery-image] Sep 23 16:19:31.352 INFO O| Sep 23 16:19:31.352 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-09-23T16:19:32.577Z[ recovery-image] Sep 23 16:19:31.362 INFO O| Sep 23 16:19:31.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75562024-09-23T16:19:32.581Z[ recovery-image] Sep 23 16:19:31.362 INFO O| Sep 23 16:19:31.362 INFO STEP 1171 (remove_files) COMPLETE
75572024-09-23T16:19:32.581Z[ recovery-image] Sep 23 16:19:31.362 INFO O| Sep 23 16:19:31.362 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-09-23T16:19:32.587Z[ recovery-image] Sep 23 16:19:31.372 INFO O| Sep 23 16:19:31.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75592024-09-23T16:19:32.587Z[ recovery-image] Sep 23 16:19:31.372 INFO O| Sep 23 16:19:31.372 INFO STEP 1172 (remove_files) COMPLETE
75602024-09-23T16:19:32.590Z[ recovery-image] Sep 23 16:19:31.372 INFO O| Sep 23 16:19:31.372 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-09-23T16:19:32.597Z[ recovery-image] Sep 23 16:19:31.381 INFO O| Sep 23 16:19:31.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75622024-09-23T16:19:32.597Z[ recovery-image] Sep 23 16:19:31.381 INFO O| Sep 23 16:19:31.381 INFO STEP 1173 (remove_files) COMPLETE
75632024-09-23T16:19:32.597Z[ recovery-image] Sep 23 16:19:31.381 INFO O| Sep 23 16:19:31.381 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-09-23T16:19:32.606Z[ recovery-image] Sep 23 16:19:31.390 INFO O| Sep 23 16:19:31.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75652024-09-23T16:19:32.606Z[ recovery-image] Sep 23 16:19:31.390 INFO O| Sep 23 16:19:31.390 INFO STEP 1174 (remove_files) COMPLETE
75662024-09-23T16:19:32.606Z[ recovery-image] Sep 23 16:19:31.390 INFO O| Sep 23 16:19:31.390 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-09-23T16:19:32.615Z[ recovery-image] Sep 23 16:19:31.400 INFO O| Sep 23 16:19:31.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75682024-09-23T16:19:32.618Z[ recovery-image] Sep 23 16:19:31.400 INFO O| Sep 23 16:19:31.400 INFO STEP 1175 (remove_files) COMPLETE
75692024-09-23T16:19:32.618Z[ recovery-image] Sep 23 16:19:31.400 INFO O| Sep 23 16:19:31.400 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-09-23T16:19:32.625Z[ recovery-image] Sep 23 16:19:31.409 INFO O| Sep 23 16:19:31.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75712024-09-23T16:19:32.627Z[ recovery-image] Sep 23 16:19:31.409 INFO O| Sep 23 16:19:31.409 INFO STEP 1176 (remove_files) COMPLETE
75722024-09-23T16:19:32.627Z[ recovery-image] Sep 23 16:19:31.409 INFO O| Sep 23 16:19:31.409 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-09-23T16:19:32.634Z[ recovery-image] Sep 23 16:19:31.418 INFO O| Sep 23 16:19:31.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75742024-09-23T16:19:32.634Z[ recovery-image] Sep 23 16:19:31.418 INFO O| Sep 23 16:19:31.418 INFO STEP 1177 (remove_files) COMPLETE
75752024-09-23T16:19:32.634Z[ recovery-image] Sep 23 16:19:31.418 INFO O| Sep 23 16:19:31.418 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-09-23T16:19:32.643Z[ recovery-image] Sep 23 16:19:31.428 INFO O| Sep 23 16:19:31.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75772024-09-23T16:19:32.643Z[ recovery-image] Sep 23 16:19:31.428 INFO O| Sep 23 16:19:31.428 INFO STEP 1178 (remove_files) COMPLETE
75782024-09-23T16:19:32.643Z[ recovery-image] Sep 23 16:19:31.428 INFO O| Sep 23 16:19:31.428 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-09-23T16:19:32.653Z[ recovery-image] Sep 23 16:19:31.437 INFO O| Sep 23 16:19:31.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75802024-09-23T16:19:32.653Z[ recovery-image] Sep 23 16:19:31.437 INFO O| Sep 23 16:19:31.437 INFO STEP 1179 (remove_files) COMPLETE
75812024-09-23T16:19:32.656Z[ recovery-image] Sep 23 16:19:31.438 INFO O| Sep 23 16:19:31.437 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-09-23T16:19:32.662Z[ recovery-image] Sep 23 16:19:31.447 INFO O| Sep 23 16:19:31.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75832024-09-23T16:19:32.665Z[ recovery-image] Sep 23 16:19:31.447 INFO O| Sep 23 16:19:31.447 INFO STEP 1180 (remove_files) COMPLETE
75842024-09-23T16:19:32.665Z[ recovery-image] Sep 23 16:19:31.447 INFO O| Sep 23 16:19:31.447 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-09-23T16:19:32.672Z[ recovery-image] Sep 23 16:19:31.456 INFO O| Sep 23 16:19:31.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
75862024-09-23T16:19:32.672Z[ recovery-image] Sep 23 16:19:31.456 INFO O| Sep 23 16:19:31.456 INFO STEP 1181 (remove_files) COMPLETE
75872024-09-23T16:19:32.672Z[ recovery-image] Sep 23 16:19:31.456 INFO O| Sep 23 16:19:31.456 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-09-23T16:19:32.682Z[ recovery-image] Sep 23 16:19:31.466 INFO O| Sep 23 16:19:31.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
75892024-09-23T16:19:32.682Z[ recovery-image] Sep 23 16:19:31.467 INFO O| Sep 23 16:19:31.466 INFO STEP 1182 (remove_files) COMPLETE
75902024-09-23T16:19:32.682Z[ recovery-image] Sep 23 16:19:31.467 INFO O| Sep 23 16:19:31.466 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-09-23T16:19:32.692Z[ recovery-image] Sep 23 16:19:31.476 INFO O| Sep 23 16:19:31.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
75922024-09-23T16:19:32.694Z[ recovery-image] Sep 23 16:19:31.476 INFO O| Sep 23 16:19:31.476 INFO STEP 1183 (remove_files) COMPLETE
75932024-09-23T16:19:32.694Z[ recovery-image] Sep 23 16:19:31.476 INFO O| Sep 23 16:19:31.476 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-09-23T16:19:32.702Z[ recovery-image] Sep 23 16:19:31.487 INFO O| Sep 23 16:19:31.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
75952024-09-23T16:19:32.702Z[ recovery-image] Sep 23 16:19:31.487 INFO O| Sep 23 16:19:31.487 INFO STEP 1184 (remove_files) COMPLETE
75962024-09-23T16:19:32.705Z[ recovery-image] Sep 23 16:19:31.487 INFO O| Sep 23 16:19:31.487 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-09-23T16:19:32.713Z[ recovery-image] Sep 23 16:19:31.497 INFO O| Sep 23 16:19:31.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
75982024-09-23T16:19:32.713Z[ recovery-image] Sep 23 16:19:31.497 INFO O| Sep 23 16:19:31.497 INFO STEP 1185 (remove_files) COMPLETE
75992024-09-23T16:19:32.715Z[ recovery-image] Sep 23 16:19:31.497 INFO O| Sep 23 16:19:31.497 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-09-23T16:19:32.723Z[ recovery-image] Sep 23 16:19:31.507 INFO O| Sep 23 16:19:31.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76012024-09-23T16:19:32.726Z[ recovery-image] Sep 23 16:19:31.507 INFO O| Sep 23 16:19:31.507 INFO STEP 1186 (remove_files) COMPLETE
76022024-09-23T16:19:32.726Z[ recovery-image] Sep 23 16:19:31.507 INFO O| Sep 23 16:19:31.507 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-09-23T16:19:32.733Z[ recovery-image] Sep 23 16:19:31.517 INFO O| Sep 23 16:19:31.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76042024-09-23T16:19:32.736Z[ recovery-image] Sep 23 16:19:31.518 INFO O| Sep 23 16:19:31.518 INFO STEP 1187 (remove_files) COMPLETE
76052024-09-23T16:19:32.736Z[ recovery-image] Sep 23 16:19:31.518 INFO O| Sep 23 16:19:31.518 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-09-23T16:19:32.743Z[ recovery-image] Sep 23 16:19:31.528 INFO O| Sep 23 16:19:31.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76072024-09-23T16:19:32.743Z[ recovery-image] Sep 23 16:19:31.528 INFO O| Sep 23 16:19:31.528 INFO STEP 1188 (remove_files) COMPLETE
76082024-09-23T16:19:32.746Z[ recovery-image] Sep 23 16:19:31.528 INFO O| Sep 23 16:19:31.528 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-09-23T16:19:32.753Z[ recovery-image] Sep 23 16:19:31.538 INFO O| Sep 23 16:19:31.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76102024-09-23T16:19:32.756Z[ recovery-image] Sep 23 16:19:31.538 INFO O| Sep 23 16:19:31.538 INFO STEP 1189 (remove_files) COMPLETE
76112024-09-23T16:19:32.756Z[ recovery-image] Sep 23 16:19:31.538 INFO O| Sep 23 16:19:31.538 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-09-23T16:19:32.763Z[ recovery-image] Sep 23 16:19:31.547 INFO O| Sep 23 16:19:31.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76132024-09-23T16:19:32.766Z[ recovery-image] Sep 23 16:19:31.548 INFO O| Sep 23 16:19:31.547 INFO STEP 1190 (remove_files) COMPLETE
76142024-09-23T16:19:32.766Z[ recovery-image] Sep 23 16:19:31.548 INFO O| Sep 23 16:19:31.547 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-09-23T16:19:32.773Z[ recovery-image] Sep 23 16:19:31.557 INFO O| Sep 23 16:19:31.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76162024-09-23T16:19:32.776Z[ recovery-image] Sep 23 16:19:31.557 INFO O| Sep 23 16:19:31.557 INFO STEP 1191 (remove_files) COMPLETE
76172024-09-23T16:19:32.776Z[ recovery-image] Sep 23 16:19:31.557 INFO O| Sep 23 16:19:31.557 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-09-23T16:19:32.782Z[ recovery-image] Sep 23 16:19:31.566 INFO O| Sep 23 16:19:31.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76192024-09-23T16:19:32.782Z[ recovery-image] Sep 23 16:19:31.567 INFO O| Sep 23 16:19:31.567 INFO STEP 1192 (remove_files) COMPLETE
76202024-09-23T16:19:32.785Z[ recovery-image] Sep 23 16:19:31.567 INFO O| Sep 23 16:19:31.567 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-09-23T16:19:32.792Z[ recovery-image] Sep 23 16:19:31.576 INFO O| Sep 23 16:19:31.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76222024-09-23T16:19:32.792Z[ recovery-image] Sep 23 16:19:31.576 INFO O| Sep 23 16:19:31.576 INFO STEP 1193 (remove_files) COMPLETE
76232024-09-23T16:19:32.792Z[ recovery-image] Sep 23 16:19:31.576 INFO O| Sep 23 16:19:31.576 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-09-23T16:19:32.801Z[ recovery-image] Sep 23 16:19:31.586 INFO O| Sep 23 16:19:31.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76252024-09-23T16:19:32.801Z[ recovery-image] Sep 23 16:19:31.586 INFO O| Sep 23 16:19:31.586 INFO STEP 1194 (remove_files) COMPLETE
76262024-09-23T16:19:32.804Z[ recovery-image] Sep 23 16:19:31.586 INFO O| Sep 23 16:19:31.586 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-09-23T16:19:32.811Z[ recovery-image] Sep 23 16:19:31.595 INFO O| Sep 23 16:19:31.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76282024-09-23T16:19:32.814Z[ recovery-image] Sep 23 16:19:31.595 INFO O| Sep 23 16:19:31.595 INFO STEP 1195 (remove_files) COMPLETE
76292024-09-23T16:19:32.814Z[ recovery-image] Sep 23 16:19:31.595 INFO O| Sep 23 16:19:31.595 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-09-23T16:19:32.820Z[ recovery-image] Sep 23 16:19:31.605 INFO O| Sep 23 16:19:31.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76312024-09-23T16:19:32.820Z[ recovery-image] Sep 23 16:19:31.605 INFO O| Sep 23 16:19:31.605 INFO STEP 1196 (remove_files) COMPLETE
76322024-09-23T16:19:32.820Z[ recovery-image] Sep 23 16:19:31.605 INFO O| Sep 23 16:19:31.605 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-09-23T16:19:32.830Z[ recovery-image] Sep 23 16:19:31.614 INFO O| Sep 23 16:19:31.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76342024-09-23T16:19:32.830Z[ recovery-image] Sep 23 16:19:31.614 INFO O| Sep 23 16:19:31.614 INFO STEP 1197 (remove_files) COMPLETE
76352024-09-23T16:19:32.830Z[ recovery-image] Sep 23 16:19:31.614 INFO O| Sep 23 16:19:31.614 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-09-23T16:19:32.839Z[ recovery-image] Sep 23 16:19:31.624 INFO O| Sep 23 16:19:31.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76372024-09-23T16:19:32.839Z[ recovery-image] Sep 23 16:19:31.624 INFO O| Sep 23 16:19:31.624 INFO STEP 1198 (remove_files) COMPLETE
76382024-09-23T16:19:32.842Z[ recovery-image] Sep 23 16:19:31.624 INFO O| Sep 23 16:19:31.624 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-09-23T16:19:32.851Z[ recovery-image] Sep 23 16:19:31.635 INFO O| Sep 23 16:19:31.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76402024-09-23T16:19:32.851Z[ recovery-image] Sep 23 16:19:31.635 INFO O| Sep 23 16:19:31.635 INFO STEP 1199 (remove_files) COMPLETE
76412024-09-23T16:19:32.851Z[ recovery-image] Sep 23 16:19:31.635 INFO O| Sep 23 16:19:31.635 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-09-23T16:19:32.862Z[ recovery-image] Sep 23 16:19:31.646 INFO O| Sep 23 16:19:31.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76432024-09-23T16:19:32.865Z[ recovery-image] Sep 23 16:19:31.646 INFO O| Sep 23 16:19:31.646 INFO STEP 1200 (remove_files) COMPLETE
76442024-09-23T16:19:32.865Z[ recovery-image] Sep 23 16:19:31.646 INFO O| Sep 23 16:19:31.646 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-09-23T16:19:32.872Z[ recovery-image] Sep 23 16:19:31.656 INFO O| Sep 23 16:19:31.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76462024-09-23T16:19:32.872Z[ recovery-image] Sep 23 16:19:31.656 INFO O| Sep 23 16:19:31.656 INFO STEP 1201 (remove_files) COMPLETE
76472024-09-23T16:19:32.875Z[ recovery-image] Sep 23 16:19:31.656 INFO O| Sep 23 16:19:31.656 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-09-23T16:19:32.881Z[ recovery-image] Sep 23 16:19:31.666 INFO O| Sep 23 16:19:31.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76492024-09-23T16:19:32.881Z[ recovery-image] Sep 23 16:19:31.666 INFO O| Sep 23 16:19:31.666 INFO STEP 1202 (remove_files) COMPLETE
76502024-09-23T16:19:32.884Z[ recovery-image] Sep 23 16:19:31.666 INFO O| Sep 23 16:19:31.666 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-09-23T16:19:32.892Z[ recovery-image] Sep 23 16:19:31.677 INFO O| Sep 23 16:19:31.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76522024-09-23T16:19:32.893Z[ recovery-image] Sep 23 16:19:31.677 INFO O| Sep 23 16:19:31.677 INFO STEP 1203 (remove_files) COMPLETE
76532024-09-23T16:19:32.901Z[ recovery-image] Sep 23 16:19:31.677 INFO O| Sep 23 16:19:31.677 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-09-23T16:19:32.904Z[ recovery-image] Sep 23 16:19:31.686 INFO O| Sep 23 16:19:31.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76552024-09-23T16:19:32.904Z[ recovery-image] Sep 23 16:19:31.686 INFO O| Sep 23 16:19:31.686 INFO STEP 1204 (remove_files) COMPLETE
76562024-09-23T16:19:32.904Z[ recovery-image] Sep 23 16:19:31.686 INFO O| Sep 23 16:19:31.686 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-09-23T16:19:32.913Z[ recovery-image] Sep 23 16:19:31.698 INFO O| Sep 23 16:19:31.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76582024-09-23T16:19:32.916Z[ recovery-image] Sep 23 16:19:31.698 INFO O| Sep 23 16:19:31.698 INFO STEP 1205 (remove_files) COMPLETE
76592024-09-23T16:19:32.916Z[ recovery-image] Sep 23 16:19:31.698 INFO O| Sep 23 16:19:31.698 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76602024-09-23T16:19:32.928Z[ recovery-image] Sep 23 16:19:31.712 INFO O| Sep 23 16:19:31.712 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76612024-09-23T16:19:32.928Z[ recovery-image] Sep 23 16:19:31.712 INFO O| Sep 23 16:19:31.712 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76622024-09-23T16:19:33.593Z[ host-image] Sep 23 16:19:32.376 INFO O| Sep 23 16:19:32.376 INFO O| Planning: Solver setup ... Done
76632024-09-23T16:19:33.595Z[ host-image] Sep 23 16:19:32.380 INFO O| Sep 23 16:19:32.380 INFO O| Planning: Running solver ... Done
76642024-09-23T16:19:33.639Z[ host-image] Sep 23 16:19:32.423 INFO O| Sep 23 16:19:32.423 INFO O| Planning: Finding local manifests ... Done
76652024-09-23T16:19:33.641Z[ host-image] Sep 23 16:19:32.424 INFO O| Sep 23 16:19:32.424 INFO O| Planning: Fetching manifests: 0/4 0% complete
76662024-09-23T16:19:33.686Z[ recovery-image] Sep 23 16:19:32.470 INFO O| Sep 23 16:19:32.470 INFO STEP 1206 (pack_tar) COMPLETE
76672024-09-23T16:19:33.686Z[ recovery-image] Sep 23 16:19:32.470 INFO O| Sep 23 16:19:32.470 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76682024-09-23T16:19:33.686Z[ recovery-image] Sep 23 16:19:32.470 INFO O| Sep 23 16:19:32.470 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76692024-09-23T16:19:33.806Z[ host-image] Sep 23 16:19:32.590 INFO O| Sep 23 16:19:32.590 INFO O| Planning: Fetching manifests: 4/4 100% complete
76702024-09-23T16:19:33.834Z[ host-image] Sep 23 16:19:32.618 INFO O| Sep 23 16:19:32.618 INFO O| Planning: Package planning ... Done
76712024-09-23T16:19:33.836Z[ host-image] Sep 23 16:19:32.621 INFO O| Sep 23 16:19:32.621 INFO O| Planning: Merging actions ... Done
76722024-09-23T16:19:33.919Z[ host-image] Sep 23 16:19:32.704 INFO O| Sep 23 16:19:32.704 INFO O| Planning: Checking for conflicting actions ... Done
76732024-09-23T16:19:33.922Z[ host-image] Sep 23 16:19:32.705 INFO O| Sep 23 16:19:32.705 INFO O| Planning: Consolidating action changes ... Done
76742024-09-23T16:19:33.965Z[ recovery-image] Sep 23 16:19:32.749 INFO O| Sep 23 16:19:32.749 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76752024-09-23T16:19:34.099Z[ host-image] Sep 23 16:19:32.883 INFO O| Sep 23 16:19:32.883 INFO O| Planning: Evaluating mediators ... Done
76762024-09-23T16:19:34.101Z[ host-image] Sep 23 16:19:32.884 INFO O| Sep 23 16:19:32.884 INFO O| Planning: Planning completed in 2.28 seconds
76772024-09-23T16:19:34.101Z[ host-image] Sep 23 16:19:32.886 INFO O| Sep 23 16:19:32.886 INFO O| Packages to install: 4
76782024-09-23T16:19:34.101Z[ host-image] Sep 23 16:19:32.886 INFO O| Sep 23 16:19:32.886 INFO O| Services to change: 2
76792024-09-23T16:19:34.106Z[ recovery-image] Sep 23 16:19:32.891 INFO O| Sep 23 16:19:32.891 INFO completed processing gimlet/ramdisk-03-recovery-trim
76802024-09-23T16:19:34.113Z[ host-image] Sep 23 16:19:32.897 INFO O| Sep 23 16:19:32.897 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
76812024-09-23T16:19:34.115Z[ recovery-image] Sep 23 16:19:32.897 INFO image builder template: zfs-recovery...
76822024-09-23T16:19:34.115Z[ recovery-image] Sep 23 16:19:32.898 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpUHZlYQ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
76832024-09-23T16:19:34.149Z[ recovery-image] Sep 23 16:19:32.933 INFO O| Sep 23 16:19:32.933 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76842024-09-23T16:19:34.152Z[ recovery-image] Sep 23 16:19:32.937 INFO O| Sep 23 16:19:32.937 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76852024-09-23T16:19:34.236Z[ recovery-image] Sep 23 16:19:33.020 INFO O| Sep 23 16:19:33.020 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76862024-09-23T16:19:34.347Z[ recovery-image] Sep 23 16:19:33.131 INFO O| Sep 23 16:19:33.131 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76872024-09-23T16:19:34.347Z[ recovery-image] Sep 23 16:19:33.131 INFO O| Sep 23 16:19:33.131 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76882024-09-23T16:19:34.351Z[ recovery-image] Sep 23 16:19:33.135 INFO O| Sep 23 16:19:33.135 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76892024-09-23T16:19:34.431Z[ recovery-image] Sep 23 16:19:33.216 INFO O| Sep 23 16:19:33.216 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76902024-09-23T16:19:34.482Z[ recovery-image] Sep 23 16:19:33.267 INFO O| Sep 23 16:19:33.267 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76912024-09-23T16:19:34.491Z[ recovery-image] Sep 23 16:19:33.276 INFO O| Sep 23 16:19:33.276 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76922024-09-23T16:19:34.496Z[ recovery-image] Sep 23 16:19:33.280 INFO O| Sep 23 16:19:33.280 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76932024-09-23T16:19:34.498Z[ recovery-image] Sep 23 16:19:33.282 INFO O| Sep 23 16:19:33.282 INFO no lofi found
76942024-09-23T16:19:34.499Z[ recovery-image] Sep 23 16:19:33.282 INFO O| Sep 23 16:19:33.282 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76952024-09-23T16:19:34.499Z[ recovery-image] Sep 23 16:19:33.282 INFO O| Sep 23 16:19:33.282 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76962024-09-23T16:19:36.225Z[ recovery-image] Sep 23 16:19:35.009 INFO O| Sep 23 16:19:35.009 INFO lofi device = /dev/dsk/c2t1d0p0
76972024-09-23T16:19:36.225Z[ recovery-image] Sep 23 16:19:35.009 INFO O| Sep 23 16:19:35.009 INFO pool device = /dev/dsk/c2t1d0p0
76982024-09-23T16:19:36.227Z[ recovery-image] Sep 23 16:19:35.009 INFO O| Sep 23 16:19:35.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
76992024-09-23T16:19:36.291Z[ recovery-image] Sep 23 16:19:35.076 INFO O| Sep 23 16:19:35.076 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77002024-09-23T16:19:36.292Z[ recovery-image] Sep 23 16:19:35.076 INFO O| Sep 23 16:19:35.076 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77012024-09-23T16:19:36.308Z[ recovery-image] Sep 23 16:19:35.092 INFO O| Sep 23 16:19:35.092 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77022024-09-23T16:19:36.366Z[ recovery-image] Sep 23 16:19:35.151 INFO O| Sep 23 16:19:35.151 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77032024-09-23T16:19:36.401Z[ recovery-image] Sep 23 16:19:35.185 INFO O| Sep 23 16:19:35.185 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77042024-09-23T16:19:36.413Z[ recovery-image] Sep 23 16:19:35.197 INFO O| Sep 23 16:19:35.197 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77052024-09-23T16:19:36.421Z[ recovery-image] Sep 23 16:19:35.206 INFO O| Sep 23 16:19:35.206 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77062024-09-23T16:19:36.466Z[ recovery-image] Sep 23 16:19:35.249 INFO O| Sep 23 16:19:35.249 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77072024-09-23T16:19:36.468Z[ recovery-image] Sep 23 16:19:35.249 INFO O| Sep 23 16:19:35.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77082024-09-23T16:19:36.468Z[ recovery-image] Sep 23 16:19:35.249 INFO O| Sep 23 16:19:35.249 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77092024-09-23T16:19:36.471Z[ recovery-image] Sep 23 16:19:35.256 INFO O| Sep 23 16:19:35.256 INFO boot environment UUID: 850b6f24-a449-4635-aab6-7cb3efb186a4
77102024-09-23T16:19:36.471Z[ recovery-image] Sep 23 16:19:35.256 INFO O| Sep 23 16:19:35.256 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 850b6f24-a449-4635-aab6-7cb3efb186a4
77112024-09-23T16:19:36.481Z[ recovery-image] Sep 23 16:19:35.264 INFO O| Sep 23 16:19:35.264 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77122024-09-23T16:19:36.488Z[ recovery-image] Sep 23 16:19:35.273 INFO O| Sep 23 16:19:35.273 INFO STEP 0 (create_be) COMPLETE
77132024-09-23T16:19:36.488Z[ recovery-image] Sep 23 16:19:35.273 INFO O| Sep 23 16:19:35.273 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77142024-09-23T16:19:36.502Z[ recovery-image] Sep 23 16:19:35.287 INFO O| Sep 23 16:19:35.287 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77152024-09-23T16:19:37.706Z[ recovery-image] Sep 23 16:19:36.491 INFO O| Sep 23 16:19:36.490 INFO STEP 1 (unpack_tar) COMPLETE
77162024-09-23T16:19:37.706Z[ recovery-image] Sep 23 16:19:36.491 INFO O| Sep 23 16:19:36.491 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77172024-09-23T16:19:37.717Z[ recovery-image] Sep 23 16:19:36.501 INFO O| Sep 23 16:19:36.501 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77182024-09-23T16:19:37.904Z[ recovery-image] Sep 23 16:19:36.688 INFO O| Sep 23 16:19:36.688 INFO STEP 2 (devfsadm) COMPLETE
77192024-09-23T16:19:37.904Z[ recovery-image] Sep 23 16:19:36.688 INFO O| Sep 23 16:19:36.688 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77202024-09-23T16:19:37.915Z[ recovery-image] Sep 23 16:19:36.700 INFO O| Sep 23 16:19:36.700 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77212024-09-23T16:19:37.915Z[ recovery-image] Sep 23 16:19:36.700 INFO O| Sep 23 16:19:36.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77222024-09-23T16:19:37.918Z[ recovery-image] Sep 23 16:19:36.700 INFO O| Sep 23 16:19:36.700 INFO STEP 3 (ensure_dir) COMPLETE
77232024-09-23T16:19:37.918Z[ recovery-image] Sep 23 16:19:36.700 INFO O| Sep 23 16:19:36.700 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77242024-09-23T16:19:37.925Z[ recovery-image] Sep 23 16:19:36.710 INFO O| Sep 23 16:19:36.710 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77252024-09-23T16:19:37.925Z[ recovery-image] Sep 23 16:19:36.710 INFO O| Sep 23 16:19:36.710 INFO STEP 4 (ensure_dir) COMPLETE
77262024-09-23T16:19:37.927Z[ recovery-image] Sep 23 16:19:36.710 INFO O| Sep 23 16:19:36.710 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77272024-09-23T16:19:37.934Z[ recovery-image] Sep 23 16:19:36.719 INFO O| Sep 23 16:19:36.719 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77282024-09-23T16:19:37.937Z[ recovery-image] Sep 23 16:19:36.719 INFO O| Sep 23 16:19:36.719 INFO STEP 5 (ensure_dir) COMPLETE
77292024-09-23T16:19:37.937Z[ recovery-image] Sep 23 16:19:36.719 INFO O| Sep 23 16:19:36.719 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77302024-09-23T16:19:37.944Z[ recovery-image] Sep 23 16:19:36.728 INFO O| Sep 23 16:19:36.728 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77312024-09-23T16:19:37.944Z[ recovery-image] Sep 23 16:19:36.728 INFO O| Sep 23 16:19:36.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77322024-09-23T16:19:37.944Z[ recovery-image] Sep 23 16:19:36.728 INFO O| Sep 23 16:19:36.728 INFO STEP 6 (ensure_dir) COMPLETE
77332024-09-23T16:19:37.946Z[ recovery-image] Sep 23 16:19:36.728 INFO O| Sep 23 16:19:36.728 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77342024-09-23T16:19:37.953Z[ recovery-image] Sep 23 16:19:36.738 INFO O| Sep 23 16:19:36.738 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77352024-09-23T16:19:37.953Z[ recovery-image] Sep 23 16:19:36.738 INFO O| Sep 23 16:19:36.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77362024-09-23T16:19:37.956Z[ recovery-image] Sep 23 16:19:36.738 INFO O| Sep 23 16:19:36.738 INFO STEP 7 (ensure_dir) COMPLETE
77372024-09-23T16:19:37.956Z[ recovery-image] Sep 23 16:19:36.738 INFO O| Sep 23 16:19:36.738 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77382024-09-23T16:19:37.962Z[ recovery-image] Sep 23 16:19:36.747 INFO O| Sep 23 16:19:36.747 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77392024-09-23T16:19:37.965Z[ recovery-image] Sep 23 16:19:36.747 INFO O| Sep 23 16:19:36.747 INFO STEP 8 (remove_files) COMPLETE
77402024-09-23T16:19:37.965Z[ recovery-image] Sep 23 16:19:36.747 INFO O| Sep 23 16:19:36.747 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77412024-09-23T16:19:37.972Z[ recovery-image] Sep 23 16:19:36.757 INFO O| Sep 23 16:19:36.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77422024-09-23T16:19:37.974Z[ recovery-image] Sep 23 16:19:36.757 INFO O| Sep 23 16:19:36.757 INFO STEP 9 (remove_files) COMPLETE
77432024-09-23T16:19:37.975Z[ recovery-image] Sep 23 16:19:36.757 INFO O| Sep 23 16:19:36.757 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77442024-09-23T16:19:37.982Z[ recovery-image] Sep 23 16:19:36.767 INFO O| Sep 23 16:19:36.767 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77452024-09-23T16:19:37.984Z[ recovery-image] Sep 23 16:19:36.767 INFO O| Sep 23 16:19:36.767 INFO STEP 10 (remove_files) COMPLETE
77462024-09-23T16:19:37.984Z[ recovery-image] Sep 23 16:19:36.767 INFO O| Sep 23 16:19:36.767 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77472024-09-23T16:19:37.992Z[ recovery-image] Sep 23 16:19:36.777 INFO O| Sep 23 16:19:36.777 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77482024-09-23T16:19:37.994Z[ recovery-image] Sep 23 16:19:36.777 INFO O| Sep 23 16:19:36.777 INFO STEP 11 (remove_files) COMPLETE
77492024-09-23T16:19:37.994Z[ recovery-image] Sep 23 16:19:36.777 INFO O| Sep 23 16:19:36.777 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77502024-09-23T16:19:37.997Z[ host-image] Sep 23 16:19:36.779 INFO O| Sep 23 16:19:36.779 INFO O| Download: Completed 1.39 MB in 3.88 seconds (366k/s)
77512024-09-23T16:19:38.001Z[ recovery-image] Sep 23 16:19:36.786 INFO O| Sep 23 16:19:36.786 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77522024-09-23T16:19:38.004Z[ recovery-image] Sep 23 16:19:36.786 INFO O| Sep 23 16:19:36.786 INFO STEP 12 (remove_files) COMPLETE
77532024-09-23T16:19:38.004Z[ recovery-image] Sep 23 16:19:36.786 INFO O| Sep 23 16:19:36.786 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77542024-09-23T16:19:38.011Z[ recovery-image] Sep 23 16:19:36.796 INFO O| Sep 23 16:19:36.796 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77552024-09-23T16:19:38.011Z[ recovery-image] Sep 23 16:19:36.796 INFO O| Sep 23 16:19:36.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77562024-09-23T16:19:38.013Z[ recovery-image] Sep 23 16:19:36.796 INFO O| Sep 23 16:19:36.796 INFO STEP 13 (ensure_dir) COMPLETE
77572024-09-23T16:19:38.013Z[ recovery-image] Sep 23 16:19:36.796 INFO O| Sep 23 16:19:36.796 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77582024-09-23T16:19:38.021Z[ recovery-image] Sep 23 16:19:36.806 INFO O| Sep 23 16:19:36.806 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77592024-09-23T16:19:38.024Z[ recovery-image] Sep 23 16:19:36.806 INFO O| Sep 23 16:19:36.806 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77602024-09-23T16:19:38.024Z[ recovery-image] Sep 23 16:19:36.806 INFO O| Sep 23 16:19:36.806 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77612024-09-23T16:19:38.024Z[ recovery-image] Sep 23 16:19:36.806 INFO O| Sep 23 16:19:36.806 INFO STEP 14 (ensure_dir) COMPLETE
77622024-09-23T16:19:38.024Z[ recovery-image] Sep 23 16:19:36.806 INFO O| Sep 23 16:19:36.806 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77632024-09-23T16:19:38.027Z[ host-image] Sep 23 16:19:36.812 INFO O| Sep 23 16:19:36.811 INFO O| Actions: 1/238 actions (Installing new actions)
77642024-09-23T16:19:38.033Z[ recovery-image] Sep 23 16:19:36.818 INFO O| Sep 23 16:19:36.818 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77652024-09-23T16:19:38.033Z[ recovery-image] Sep 23 16:19:36.818 INFO O| Sep 23 16:19:36.818 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77662024-09-23T16:19:38.036Z[ recovery-image] Sep 23 16:19:36.818 INFO O| Sep 23 16:19:36.818 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77672024-09-23T16:19:38.036Z[ recovery-image] Sep 23 16:19:36.818 INFO O| Sep 23 16:19:36.818 INFO STEP 15 (ensure_dir) COMPLETE
77682024-09-23T16:19:38.036Z[ recovery-image] Sep 23 16:19:36.818 INFO O| Sep 23 16:19:36.818 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77692024-09-23T16:19:38.043Z[ recovery-image] Sep 23 16:19:36.828 INFO O| Sep 23 16:19:36.828 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77702024-09-23T16:19:38.043Z[ recovery-image] Sep 23 16:19:36.828 INFO O| Sep 23 16:19:36.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77712024-09-23T16:19:38.043Z[ recovery-image] Sep 23 16:19:36.828 INFO O| Sep 23 16:19:36.828 INFO STEP 16 (ensure_dir) COMPLETE
77722024-09-23T16:19:38.046Z[ recovery-image] Sep 23 16:19:36.828 INFO O| Sep 23 16:19:36.828 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77732024-09-23T16:19:38.053Z[ recovery-image] Sep 23 16:19:36.837 INFO O| Sep 23 16:19:36.837 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77742024-09-23T16:19:38.055Z[ recovery-image] Sep 23 16:19:36.837 INFO O| Sep 23 16:19:36.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77752024-09-23T16:19:38.055Z[ recovery-image] Sep 23 16:19:36.837 INFO O| Sep 23 16:19:36.837 INFO STEP 17 (ensure_dir) COMPLETE
77762024-09-23T16:19:38.055Z[ recovery-image] Sep 23 16:19:36.837 INFO O| Sep 23 16:19:36.837 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77772024-09-23T16:19:38.063Z[ recovery-image] Sep 23 16:19:36.847 INFO O| Sep 23 16:19:36.847 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77782024-09-23T16:19:38.063Z[ recovery-image] Sep 23 16:19:36.847 INFO O| Sep 23 16:19:36.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77792024-09-23T16:19:38.063Z[ recovery-image] Sep 23 16:19:36.847 INFO O| Sep 23 16:19:36.847 INFO ok!
77802024-09-23T16:19:38.065Z[ recovery-image] Sep 23 16:19:36.847 INFO O| Sep 23 16:19:36.847 INFO STEP 18 (ensure_symlink) COMPLETE
77812024-09-23T16:19:38.065Z[ recovery-image] Sep 23 16:19:36.847 INFO O| Sep 23 16:19:36.847 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77822024-09-23T16:19:38.074Z[ recovery-image] Sep 23 16:19:36.859 INFO O| Sep 23 16:19:36.859 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77832024-09-23T16:19:38.074Z[ recovery-image] Sep 23 16:19:36.859 INFO O| Sep 23 16:19:36.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77842024-09-23T16:19:38.076Z[ recovery-image] Sep 23 16:19:36.859 INFO O| Sep 23 16:19:36.859 INFO ok!
77852024-09-23T16:19:38.077Z[ recovery-image] Sep 23 16:19:36.859 INFO O| Sep 23 16:19:36.859 INFO STEP 19 (ensure_file) COMPLETE
77862024-09-23T16:19:38.077Z[ recovery-image] Sep 23 16:19:36.859 INFO O| Sep 23 16:19:36.859 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77872024-09-23T16:19:38.085Z[ recovery-image] Sep 23 16:19:36.870 INFO O| Sep 23 16:19:36.870 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77882024-09-23T16:19:38.085Z[ recovery-image] Sep 23 16:19:36.870 INFO O| Sep 23 16:19:36.870 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77892024-09-23T16:19:38.088Z[ recovery-image] Sep 23 16:19:36.870 INFO O| Sep 23 16:19:36.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77902024-09-23T16:19:38.088Z[ recovery-image] Sep 23 16:19:36.870 INFO O| Sep 23 16:19:36.870 INFO ok!
77912024-09-23T16:19:38.088Z[ recovery-image] Sep 23 16:19:36.870 INFO O| Sep 23 16:19:36.870 INFO STEP 20 (ensure_symlink) COMPLETE
77922024-09-23T16:19:38.088Z[ recovery-image] Sep 23 16:19:36.870 INFO O| Sep 23 16:19:36.870 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77932024-09-23T16:19:38.095Z[ recovery-image] Sep 23 16:19:36.880 INFO O| Sep 23 16:19:36.880 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77942024-09-23T16:19:38.095Z[ recovery-image] Sep 23 16:19:36.880 INFO O| Sep 23 16:19:36.880 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77952024-09-23T16:19:38.098Z[ recovery-image] Sep 23 16:19:36.880 INFO O| Sep 23 16:19:36.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77962024-09-23T16:19:38.098Z[ recovery-image] Sep 23 16:19:36.880 INFO O| Sep 23 16:19:36.880 INFO ok!
77972024-09-23T16:19:38.098Z[ recovery-image] Sep 23 16:19:36.880 INFO O| Sep 23 16:19:36.880 INFO STEP 21 (ensure_symlink) COMPLETE
77982024-09-23T16:19:38.098Z[ recovery-image] Sep 23 16:19:36.880 INFO O| Sep 23 16:19:36.880 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77992024-09-23T16:19:38.107Z[ recovery-image] Sep 23 16:19:36.891 INFO O| Sep 23 16:19:36.891 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78002024-09-23T16:19:38.109Z[ recovery-image] Sep 23 16:19:36.891 INFO O| Sep 23 16:19:36.891 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78012024-09-23T16:19:38.109Z[ recovery-image] Sep 23 16:19:36.891 INFO O| Sep 23 16:19:36.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78022024-09-23T16:19:38.109Z[ recovery-image] Sep 23 16:19:36.891 INFO O| Sep 23 16:19:36.891 INFO ok!
78032024-09-23T16:19:38.109Z[ recovery-image] Sep 23 16:19:36.891 INFO O| Sep 23 16:19:36.891 INFO STEP 22 (ensure_symlink) COMPLETE
78042024-09-23T16:19:38.109Z[ recovery-image] Sep 23 16:19:36.891 INFO O| Sep 23 16:19:36.891 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78052024-09-23T16:19:38.117Z[ recovery-image] Sep 23 16:19:36.902 INFO O| Sep 23 16:19:36.901 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78062024-09-23T16:19:38.117Z[ recovery-image] Sep 23 16:19:36.902 INFO O| Sep 23 16:19:36.902 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78072024-09-23T16:19:38.119Z[ recovery-image] Sep 23 16:19:36.902 INFO O| Sep 23 16:19:36.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78082024-09-23T16:19:38.119Z[ recovery-image] Sep 23 16:19:36.902 INFO O| Sep 23 16:19:36.902 INFO ok!
78092024-09-23T16:19:38.119Z[ recovery-image] Sep 23 16:19:36.902 INFO O| Sep 23 16:19:36.902 INFO STEP 23 (ensure_symlink) COMPLETE
78102024-09-23T16:19:38.119Z[ recovery-image] Sep 23 16:19:36.902 INFO O| Sep 23 16:19:36.902 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78112024-09-23T16:19:38.128Z[ recovery-image] Sep 23 16:19:36.913 INFO O| Sep 23 16:19:36.913 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78122024-09-23T16:19:38.128Z[ recovery-image] Sep 23 16:19:36.913 INFO O| Sep 23 16:19:36.913 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
78132024-09-23T16:19:38.131Z[ recovery-image] Sep 23 16:19:36.913 INFO O| Sep 23 16:19:36.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78142024-09-23T16:19:38.131Z[ recovery-image] Sep 23 16:19:36.913 INFO O| Sep 23 16:19:36.913 INFO ok!
78152024-09-23T16:19:38.131Z[ recovery-image] Sep 23 16:19:36.913 INFO O| Sep 23 16:19:36.913 INFO STEP 24 (ensure_file) COMPLETE
78162024-09-23T16:19:38.131Z[ recovery-image] Sep 23 16:19:36.913 INFO O| Sep 23 16:19:36.913 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78172024-09-23T16:19:38.138Z[ recovery-image] Sep 23 16:19:36.923 INFO O| Sep 23 16:19:36.923 INFO updating shadow file
78182024-09-23T16:19:38.141Z[ recovery-image] Sep 23 16:19:36.923 INFO O| Sep 23 16:19:36.923 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78192024-09-23T16:19:38.141Z[ recovery-image] Sep 23 16:19:36.923 INFO O| Sep 23 16:19:36.923 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78202024-09-23T16:19:38.141Z[ recovery-image] Sep 23 16:19:36.923 INFO O| Sep 23 16:19:36.923 INFO STEP 25 (shadow) COMPLETE
78212024-09-23T16:19:38.141Z[ recovery-image] Sep 23 16:19:36.923 INFO O| Sep 23 16:19:36.923 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78222024-09-23T16:19:38.141Z[ host-image] Sep 23 16:19:36.926 INFO O| Sep 23 16:19:36.925 INFO O| Actions: Completed 238 actions in 0.11 seconds.
78232024-09-23T16:19:38.148Z[ recovery-image] Sep 23 16:19:36.933 INFO O| Sep 23 16:19:36.933 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78242024-09-23T16:19:38.148Z[ recovery-image] Sep 23 16:19:36.933 INFO O| Sep 23 16:19:36.933 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78252024-09-23T16:19:38.151Z[ recovery-image] Sep 23 16:19:36.933 INFO O| Sep 23 16:19:36.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78262024-09-23T16:19:38.151Z[ recovery-image] Sep 23 16:19:36.933 INFO O| Sep 23 16:19:36.933 INFO ok!
78272024-09-23T16:19:38.151Z[ recovery-image] Sep 23 16:19:36.933 INFO O| Sep 23 16:19:36.933 INFO STEP 26 (ensure_file) COMPLETE
78282024-09-23T16:19:38.151Z[ recovery-image] Sep 23 16:19:36.933 INFO O| Sep 23 16:19:36.933 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78292024-09-23T16:19:38.158Z[ recovery-image] Sep 23 16:19:36.943 INFO O| Sep 23 16:19:36.943 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78302024-09-23T16:19:38.158Z[ recovery-image] Sep 23 16:19:36.943 INFO O| Sep 23 16:19:36.943 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78312024-09-23T16:19:38.158Z[ recovery-image] Sep 23 16:19:36.943 INFO O| Sep 23 16:19:36.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78322024-09-23T16:19:38.161Z[ recovery-image] Sep 23 16:19:36.943 INFO O| Sep 23 16:19:36.943 INFO ok!
78332024-09-23T16:19:38.161Z[ recovery-image] Sep 23 16:19:36.943 INFO O| Sep 23 16:19:36.943 INFO STEP 27 (ensure_file) COMPLETE
78342024-09-23T16:19:38.161Z[ recovery-image] Sep 23 16:19:36.943 INFO O| Sep 23 16:19:36.943 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78352024-09-23T16:19:38.168Z[ recovery-image] Sep 23 16:19:36.953 INFO O| Sep 23 16:19:36.953 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78362024-09-23T16:19:38.168Z[ recovery-image] Sep 23 16:19:36.953 INFO O| Sep 23 16:19:36.953 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78372024-09-23T16:19:38.171Z[ recovery-image] Sep 23 16:19:36.953 INFO O| Sep 23 16:19:36.953 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78382024-09-23T16:19:38.171Z[ recovery-image] Sep 23 16:19:36.953 INFO O| Sep 23 16:19:36.953 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78392024-09-23T16:19:38.171Z[ recovery-image] Sep 23 16:19:36.953 INFO O| Sep 23 16:19:36.953 INFO ok!
78402024-09-23T16:19:38.171Z[ recovery-image] Sep 23 16:19:36.953 INFO O| Sep 23 16:19:36.953 INFO STEP 28 (ensure_file) COMPLETE
78412024-09-23T16:19:38.171Z[ recovery-image] Sep 23 16:19:36.953 INFO O| Sep 23 16:19:36.953 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78422024-09-23T16:19:38.178Z[ recovery-image] Sep 23 16:19:36.963 INFO O| Sep 23 16:19:36.963 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78432024-09-23T16:19:38.178Z[ recovery-image] Sep 23 16:19:36.963 INFO O| Sep 23 16:19:36.963 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78442024-09-23T16:19:38.181Z[ recovery-image] Sep 23 16:19:36.963 INFO O| Sep 23 16:19:36.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78452024-09-23T16:19:38.181Z[ recovery-image] Sep 23 16:19:36.963 INFO O| Sep 23 16:19:36.963 INFO ok!
78462024-09-23T16:19:38.181Z[ recovery-image] Sep 23 16:19:36.963 INFO O| Sep 23 16:19:36.963 INFO STEP 29 (ensure_file) COMPLETE
78472024-09-23T16:19:38.181Z[ recovery-image] Sep 23 16:19:36.963 INFO O| Sep 23 16:19:36.963 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78482024-09-23T16:19:38.188Z[ recovery-image] Sep 23 16:19:36.973 INFO O| Sep 23 16:19:36.973 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78492024-09-23T16:19:38.188Z[ recovery-image] Sep 23 16:19:36.973 INFO O| Sep 23 16:19:36.973 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78502024-09-23T16:19:38.188Z[ recovery-image] Sep 23 16:19:36.973 INFO O| Sep 23 16:19:36.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78512024-09-23T16:19:38.191Z[ recovery-image] Sep 23 16:19:36.973 INFO O| Sep 23 16:19:36.973 INFO ok!
78522024-09-23T16:19:38.191Z[ recovery-image] Sep 23 16:19:36.973 INFO O| Sep 23 16:19:36.973 INFO STEP 30 (ensure_file) COMPLETE
78532024-09-23T16:19:38.191Z[ recovery-image] Sep 23 16:19:36.973 INFO O| Sep 23 16:19:36.973 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78542024-09-23T16:19:38.200Z[ recovery-image] Sep 23 16:19:36.984 INFO O| Sep 23 16:19:36.984 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78552024-09-23T16:19:38.200Z[ recovery-image] Sep 23 16:19:36.984 INFO O| Sep 23 16:19:36.984 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78562024-09-23T16:19:38.202Z[ recovery-image] Sep 23 16:19:36.984 INFO O| Sep 23 16:19:36.984 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78572024-09-23T16:19:38.202Z[ recovery-image] Sep 23 16:19:36.984 INFO O| Sep 23 16:19:36.984 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78582024-09-23T16:19:38.202Z[ recovery-image] Sep 23 16:19:36.984 INFO O| Sep 23 16:19:36.984 INFO ok!
78592024-09-23T16:19:38.202Z[ recovery-image] Sep 23 16:19:36.984 INFO O| Sep 23 16:19:36.984 INFO STEP 31 (ensure_file) COMPLETE
78602024-09-23T16:19:38.202Z[ recovery-image] Sep 23 16:19:36.984 INFO O| Sep 23 16:19:36.984 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78612024-09-23T16:19:38.212Z[ recovery-image] Sep 23 16:19:36.997 INFO O| Sep 23 16:19:36.997 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78622024-09-23T16:19:38.212Z[ recovery-image] Sep 23 16:19:36.997 INFO O| Sep 23 16:19:36.997 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78632024-09-23T16:19:38.214Z[ recovery-image] Sep 23 16:19:36.997 INFO O| Sep 23 16:19:36.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78642024-09-23T16:19:38.214Z[ recovery-image] Sep 23 16:19:36.997 INFO O| Sep 23 16:19:36.997 INFO ok!
78652024-09-23T16:19:38.214Z[ recovery-image] Sep 23 16:19:36.997 INFO O| Sep 23 16:19:36.997 INFO STEP 32 (ensure_file) COMPLETE
78662024-09-23T16:19:38.214Z[ recovery-image] Sep 23 16:19:36.997 INFO O| Sep 23 16:19:36.997 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78672024-09-23T16:19:38.224Z[ recovery-image] Sep 23 16:19:37.008 INFO O| Sep 23 16:19:37.008 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78682024-09-23T16:19:38.224Z[ recovery-image] Sep 23 16:19:37.008 INFO O| Sep 23 16:19:37.008 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78692024-09-23T16:19:38.226Z[ recovery-image] Sep 23 16:19:37.008 INFO O| Sep 23 16:19:37.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78702024-09-23T16:19:38.226Z[ recovery-image] Sep 23 16:19:37.008 INFO O| Sep 23 16:19:37.008 INFO ok!
78712024-09-23T16:19:38.226Z[ recovery-image] Sep 23 16:19:37.008 INFO O| Sep 23 16:19:37.008 INFO STEP 33 (ensure_file) COMPLETE
78722024-09-23T16:19:38.226Z[ recovery-image] Sep 23 16:19:37.008 INFO O| Sep 23 16:19:37.008 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78732024-09-23T16:19:38.234Z[ recovery-image] Sep 23 16:19:37.018 INFO O| Sep 23 16:19:37.018 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78742024-09-23T16:19:38.234Z[ recovery-image] Sep 23 16:19:37.019 INFO O| Sep 23 16:19:37.018 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78752024-09-23T16:19:38.237Z[ recovery-image] Sep 23 16:19:37.019 INFO O| Sep 23 16:19:37.019 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78762024-09-23T16:19:38.237Z[ recovery-image] Sep 23 16:19:37.019 INFO O| Sep 23 16:19:37.019 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78772024-09-23T16:19:38.237Z[ recovery-image] Sep 23 16:19:37.019 INFO O| Sep 23 16:19:37.019 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78782024-09-23T16:19:38.238Z[ recovery-image] Sep 23 16:19:37.019 INFO O| Sep 23 16:19:37.019 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78792024-09-23T16:19:38.238Z[ recovery-image] Sep 23 16:19:37.019 INFO O| Sep 23 16:19:37.019 INFO ok!
78802024-09-23T16:19:38.238Z[ recovery-image] Sep 23 16:19:37.019 INFO O| Sep 23 16:19:37.019 INFO STEP 34 (ensure_file) COMPLETE
78812024-09-23T16:19:38.238Z[ recovery-image] Sep 23 16:19:37.019 INFO O| Sep 23 16:19:37.019 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78822024-09-23T16:19:38.244Z[ recovery-image] Sep 23 16:19:37.029 INFO O| Sep 23 16:19:37.029 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78832024-09-23T16:19:38.246Z[ recovery-image] Sep 23 16:19:37.029 INFO O| Sep 23 16:19:37.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78842024-09-23T16:19:38.247Z[ recovery-image] Sep 23 16:19:37.029 INFO O| Sep 23 16:19:37.029 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78852024-09-23T16:19:38.247Z[ recovery-image] Sep 23 16:19:37.029 INFO O| Sep 23 16:19:37.029 INFO STEP 35 (ensure_dir) COMPLETE
78862024-09-23T16:19:38.247Z[ recovery-image] Sep 23 16:19:37.029 INFO O| Sep 23 16:19:37.029 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78872024-09-23T16:19:38.256Z[ recovery-image] Sep 23 16:19:37.040 INFO O| Sep 23 16:19:37.040 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
78882024-09-23T16:19:38.256Z[ recovery-image] Sep 23 16:19:37.040 INFO O| Sep 23 16:19:37.040 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
78892024-09-23T16:19:38.258Z[ recovery-image] Sep 23 16:19:37.040 INFO O| Sep 23 16:19:37.040 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
78902024-09-23T16:19:38.258Z[ recovery-image] Sep 23 16:19:37.040 INFO O| Sep 23 16:19:37.040 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
78912024-09-23T16:19:38.258Z[ recovery-image] Sep 23 16:19:37.040 INFO O| Sep 23 16:19:37.040 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
78922024-09-23T16:19:38.258Z[ recovery-image] Sep 23 16:19:37.040 INFO O| Sep 23 16:19:37.040 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
78932024-09-23T16:19:38.258Z[ recovery-image] Sep 23 16:19:37.040 INFO O| Sep 23 16:19:37.040 INFO ok!
78942024-09-23T16:19:38.258Z[ recovery-image] Sep 23 16:19:37.040 INFO O| Sep 23 16:19:37.040 INFO STEP 36 (ensure_file) COMPLETE
78952024-09-23T16:19:38.258Z[ recovery-image] Sep 23 16:19:37.040 INFO O| Sep 23 16:19:37.040 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78962024-09-23T16:19:38.267Z[ recovery-image] Sep 23 16:19:37.051 INFO O| Sep 23 16:19:37.051 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78972024-09-23T16:19:38.267Z[ recovery-image] Sep 23 16:19:37.051 INFO O| Sep 23 16:19:37.051 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
78982024-09-23T16:19:38.269Z[ recovery-image] Sep 23 16:19:37.051 INFO O| Sep 23 16:19:37.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78992024-09-23T16:19:38.269Z[ recovery-image] Sep 23 16:19:37.051 INFO O| Sep 23 16:19:37.051 INFO ok!
79002024-09-23T16:19:38.269Z[ recovery-image] Sep 23 16:19:37.051 INFO O| Sep 23 16:19:37.051 INFO STEP 37 (ensure_symlink) COMPLETE
79012024-09-23T16:19:38.269Z[ recovery-image] Sep 23 16:19:37.051 INFO O| Sep 23 16:19:37.051 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79022024-09-23T16:19:38.278Z[ recovery-image] Sep 23 16:19:37.062 INFO O| Sep 23 16:19:37.062 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79032024-09-23T16:19:38.278Z[ recovery-image] Sep 23 16:19:37.062 INFO O| Sep 23 16:19:37.062 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79042024-09-23T16:19:38.281Z[ recovery-image] Sep 23 16:19:37.062 INFO O| Sep 23 16:19:37.062 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79052024-09-23T16:19:38.281Z[ recovery-image] Sep 23 16:19:37.062 INFO O| Sep 23 16:19:37.062 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79062024-09-23T16:19:38.281Z[ recovery-image] Sep 23 16:19:37.062 INFO O| Sep 23 16:19:37.062 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79072024-09-23T16:19:38.281Z[ recovery-image] Sep 23 16:19:37.062 INFO O| Sep 23 16:19:37.062 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79082024-09-23T16:19:38.281Z[ recovery-image] Sep 23 16:19:37.062 INFO O| Sep 23 16:19:37.062 INFO ok!
79092024-09-23T16:19:38.281Z[ recovery-image] Sep 23 16:19:37.062 INFO O| Sep 23 16:19:37.062 INFO STEP 38 (ensure_file) COMPLETE
79102024-09-23T16:19:38.281Z[ recovery-image] Sep 23 16:19:37.062 INFO O| Sep 23 16:19:37.062 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79112024-09-23T16:19:38.288Z[ recovery-image] Sep 23 16:19:37.072 INFO O| Sep 23 16:19:37.072 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79122024-09-23T16:19:38.288Z[ recovery-image] Sep 23 16:19:37.072 INFO O| Sep 23 16:19:37.072 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
79132024-09-23T16:19:38.288Z[ recovery-image] Sep 23 16:19:37.072 INFO O| Sep 23 16:19:37.072 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79142024-09-23T16:19:38.291Z[ recovery-image] Sep 23 16:19:37.072 INFO O| Sep 23 16:19:37.072 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79152024-09-23T16:19:38.291Z[ recovery-image] Sep 23 16:19:37.072 INFO O| Sep 23 16:19:37.072 INFO ok!
79162024-09-23T16:19:38.291Z[ recovery-image] Sep 23 16:19:37.072 INFO O| Sep 23 16:19:37.072 INFO STEP 39 (ensure_file) COMPLETE
79172024-09-23T16:19:38.291Z[ recovery-image] Sep 23 16:19:37.072 INFO O| Sep 23 16:19:37.072 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79182024-09-23T16:19:38.298Z[ recovery-image] Sep 23 16:19:37.083 INFO O| Sep 23 16:19:37.083 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79192024-09-23T16:19:38.298Z[ recovery-image] Sep 23 16:19:37.083 INFO O| Sep 23 16:19:37.083 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79202024-09-23T16:19:38.301Z[ recovery-image] Sep 23 16:19:37.083 INFO O| Sep 23 16:19:37.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79212024-09-23T16:19:38.301Z[ recovery-image] Sep 23 16:19:37.083 INFO O| Sep 23 16:19:37.083 INFO ok!
79222024-09-23T16:19:38.301Z[ recovery-image] Sep 23 16:19:37.083 INFO O| Sep 23 16:19:37.083 INFO STEP 40 (ensure_file) COMPLETE
79232024-09-23T16:19:38.301Z[ recovery-image] Sep 23 16:19:37.083 INFO O| Sep 23 16:19:37.083 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79242024-09-23T16:19:38.309Z[ recovery-image] Sep 23 16:19:37.093 INFO O| Sep 23 16:19:37.093 INFO updating shadow file
79252024-09-23T16:19:38.311Z[ recovery-image] Sep 23 16:19:37.093 INFO O| Sep 23 16:19:37.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79262024-09-23T16:19:38.311Z[ recovery-image] Sep 23 16:19:37.093 INFO O| Sep 23 16:19:37.093 INFO STEP 41 (shadow) COMPLETE
79272024-09-23T16:19:38.311Z[ recovery-image] Sep 23 16:19:37.093 INFO O| Sep 23 16:19:37.093 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79282024-09-23T16:19:38.319Z[ recovery-image] Sep 23 16:19:37.104 INFO O| Sep 23 16:19:37.104 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79292024-09-23T16:19:38.319Z[ recovery-image] Sep 23 16:19:37.104 INFO O| Sep 23 16:19:37.104 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79302024-09-23T16:19:38.322Z[ recovery-image] Sep 23 16:19:37.104 INFO O| Sep 23 16:19:37.104 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79312024-09-23T16:19:38.323Z[ recovery-image] Sep 23 16:19:37.104 INFO O| Sep 23 16:19:37.104 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79322024-09-23T16:19:38.323Z[ recovery-image] Sep 23 16:19:37.104 INFO O| Sep 23 16:19:37.104 INFO ok!
79332024-09-23T16:19:38.323Z[ recovery-image] Sep 23 16:19:37.104 INFO O| Sep 23 16:19:37.104 INFO STEP 42 (ensure_file) COMPLETE
79342024-09-23T16:19:38.323Z[ recovery-image] Sep 23 16:19:37.104 INFO O| Sep 23 16:19:37.104 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79352024-09-23T16:19:38.331Z[ recovery-image] Sep 23 16:19:37.115 INFO O| Sep 23 16:19:37.115 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79362024-09-23T16:19:38.331Z[ recovery-image] Sep 23 16:19:37.115 INFO O| Sep 23 16:19:37.115 INFO STEP 43 (ensure_dir) COMPLETE
79372024-09-23T16:19:38.334Z[ recovery-image] Sep 23 16:19:37.115 INFO O| Sep 23 16:19:37.115 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79382024-09-23T16:19:38.342Z[ recovery-image] Sep 23 16:19:37.125 INFO O| Sep 23 16:19:37.125 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79392024-09-23T16:19:38.342Z[ recovery-image] Sep 23 16:19:37.125 INFO O| Sep 23 16:19:37.125 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79402024-09-23T16:19:38.342Z[ recovery-image] Sep 23 16:19:37.125 INFO O| Sep 23 16:19:37.125 INFO STEP 44 (ensure_dir) COMPLETE
79412024-09-23T16:19:38.345Z[ recovery-image] Sep 23 16:19:37.125 INFO O| Sep 23 16:19:37.125 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79422024-09-23T16:19:38.351Z[ recovery-image] Sep 23 16:19:37.135 INFO O| Sep 23 16:19:37.135 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79432024-09-23T16:19:38.354Z[ recovery-image] Sep 23 16:19:37.135 INFO O| Sep 23 16:19:37.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79442024-09-23T16:19:38.354Z[ recovery-image] Sep 23 16:19:37.135 INFO O| Sep 23 16:19:37.135 INFO STEP 45 (ensure_dir) COMPLETE
79452024-09-23T16:19:38.354Z[ recovery-image] Sep 23 16:19:37.135 INFO O| Sep 23 16:19:37.135 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79462024-09-23T16:19:38.360Z[ recovery-image] Sep 23 16:19:37.145 INFO O| Sep 23 16:19:37.145 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79472024-09-23T16:19:38.360Z[ recovery-image] Sep 23 16:19:37.145 INFO O| Sep 23 16:19:37.145 INFO copying /tmp/.tmpUHZlYQ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79482024-09-23T16:19:38.388Z[ recovery-image] Sep 23 16:19:37.172 INFO O| Sep 23 16:19:37.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79492024-09-23T16:19:38.388Z[ recovery-image] Sep 23 16:19:37.172 INFO O| Sep 23 16:19:37.172 INFO ok!
79502024-09-23T16:19:38.388Z[ recovery-image] Sep 23 16:19:37.172 INFO O| Sep 23 16:19:37.172 INFO STEP 46 (ensure_file) COMPLETE
79512024-09-23T16:19:38.390Z[ recovery-image] Sep 23 16:19:37.172 INFO O| Sep 23 16:19:37.172 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79522024-09-23T16:19:38.398Z[ recovery-image] Sep 23 16:19:37.183 INFO O| Sep 23 16:19:37.183 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79532024-09-23T16:19:38.399Z[ recovery-image] Sep 23 16:19:37.183 INFO O| Sep 23 16:19:37.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79542024-09-23T16:19:38.401Z[ recovery-image] Sep 23 16:19:37.183 INFO O| Sep 23 16:19:37.183 INFO STEP 47 (ensure_dir) COMPLETE
79552024-09-23T16:19:38.401Z[ recovery-image] Sep 23 16:19:37.183 INFO O| Sep 23 16:19:37.183 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79562024-09-23T16:19:38.401Z[ host-image] Sep 23 16:19:37.184 INFO O| Sep 23 16:19:37.184 INFO O| Done
79572024-09-23T16:19:38.401Z[ host-image] Sep 23 16:19:37.184 INFO O| Sep 23 16:19:37.184 INFO O| Done
79582024-09-23T16:19:38.409Z[ recovery-image] Sep 23 16:19:37.194 INFO O| Sep 23 16:19:37.194 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79592024-09-23T16:19:38.409Z[ recovery-image] Sep 23 16:19:37.194 INFO O| Sep 23 16:19:37.194 INFO copying /tmp/.tmpUHZlYQ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79602024-09-23T16:19:38.412Z[ recovery-image] Sep 23 16:19:37.194 INFO O| Sep 23 16:19:37.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79612024-09-23T16:19:38.412Z[ recovery-image] Sep 23 16:19:37.194 INFO O| Sep 23 16:19:37.194 INFO ok!
79622024-09-23T16:19:38.412Z[ recovery-image] Sep 23 16:19:37.194 INFO O| Sep 23 16:19:37.194 INFO STEP 48 (ensure_file) COMPLETE
79632024-09-23T16:19:38.412Z[ recovery-image] Sep 23 16:19:37.194 INFO O| Sep 23 16:19:37.194 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79642024-09-23T16:19:38.419Z[ recovery-image] Sep 23 16:19:37.204 INFO O| Sep 23 16:19:37.204 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79652024-09-23T16:19:38.422Z[ recovery-image] Sep 23 16:19:37.204 INFO O| Sep 23 16:19:37.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79662024-09-23T16:19:38.422Z[ recovery-image] Sep 23 16:19:37.204 INFO O| Sep 23 16:19:37.204 INFO STEP 49 (ensure_dir) COMPLETE
79672024-09-23T16:19:38.422Z[ recovery-image] Sep 23 16:19:37.204 INFO O| Sep 23 16:19:37.204 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79682024-09-23T16:19:38.430Z[ recovery-image] Sep 23 16:19:37.214 INFO O| Sep 23 16:19:37.214 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79692024-09-23T16:19:38.430Z[ recovery-image] Sep 23 16:19:37.214 INFO O| Sep 23 16:19:37.214 INFO copying /tmp/.tmpUHZlYQ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79702024-09-23T16:19:38.445Z[ recovery-image] Sep 23 16:19:37.229 INFO O| Sep 23 16:19:37.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79712024-09-23T16:19:38.445Z[ recovery-image] Sep 23 16:19:37.229 INFO O| Sep 23 16:19:37.229 INFO ok!
79722024-09-23T16:19:38.448Z[ recovery-image] Sep 23 16:19:37.229 INFO O| Sep 23 16:19:37.229 INFO STEP 50 (ensure_file) COMPLETE
79732024-09-23T16:19:38.448Z[ recovery-image] Sep 23 16:19:37.229 INFO O| Sep 23 16:19:37.229 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79742024-09-23T16:19:38.456Z[ recovery-image] Sep 23 16:19:37.241 INFO O| Sep 23 16:19:37.241 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79752024-09-23T16:19:38.456Z[ recovery-image] Sep 23 16:19:37.241 INFO O| Sep 23 16:19:37.241 INFO copying /tmp/.tmpUHZlYQ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79762024-09-23T16:19:38.722Z[ recovery-image] Sep 23 16:19:37.507 INFO O| Sep 23 16:19:37.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79772024-09-23T16:19:38.722Z[ recovery-image] Sep 23 16:19:37.507 INFO O| Sep 23 16:19:37.507 INFO ok!
79782024-09-23T16:19:38.725Z[ recovery-image] Sep 23 16:19:37.507 INFO O| Sep 23 16:19:37.507 INFO STEP 51 (ensure_file) COMPLETE
79792024-09-23T16:19:38.725Z[ recovery-image] Sep 23 16:19:37.507 INFO O| Sep 23 16:19:37.507 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79802024-09-23T16:19:38.733Z[ recovery-image] Sep 23 16:19:37.518 INFO O| Sep 23 16:19:37.518 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79812024-09-23T16:19:38.734Z[ recovery-image] Sep 23 16:19:37.518 INFO O| Sep 23 16:19:37.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79822024-09-23T16:19:38.734Z[ recovery-image] Sep 23 16:19:37.518 INFO O| Sep 23 16:19:37.518 INFO STEP 52 (ensure_dir) COMPLETE
79832024-09-23T16:19:38.736Z[ recovery-image] Sep 23 16:19:37.518 INFO O| Sep 23 16:19:37.518 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79842024-09-23T16:19:38.743Z[ recovery-image] Sep 23 16:19:37.528 INFO O| Sep 23 16:19:37.528 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79852024-09-23T16:19:38.743Z[ recovery-image] Sep 23 16:19:37.528 INFO O| Sep 23 16:19:37.528 INFO copying /tmp/.tmpUHZlYQ/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
79862024-09-23T16:19:38.746Z[ recovery-image] Sep 23 16:19:37.528 INFO O| Sep 23 16:19:37.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
79872024-09-23T16:19:38.746Z[ recovery-image] Sep 23 16:19:37.528 INFO O| Sep 23 16:19:37.528 INFO ok!
79882024-09-23T16:19:38.746Z[ recovery-image] Sep 23 16:19:37.528 INFO O| Sep 23 16:19:37.528 INFO STEP 53 (ensure_file) COMPLETE
79892024-09-23T16:19:38.746Z[ recovery-image] Sep 23 16:19:37.528 INFO O| Sep 23 16:19:37.528 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79902024-09-23T16:19:38.753Z[ recovery-image] Sep 23 16:19:37.538 INFO O| Sep 23 16:19:37.538 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79912024-09-23T16:19:38.756Z[ recovery-image] Sep 23 16:19:37.538 INFO O| Sep 23 16:19:37.538 INFO copying /tmp/.tmpUHZlYQ/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
79922024-09-23T16:19:38.756Z[ recovery-image] Sep 23 16:19:37.538 INFO O| Sep 23 16:19:37.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
79932024-09-23T16:19:38.756Z[ recovery-image] Sep 23 16:19:37.538 INFO O| Sep 23 16:19:37.538 INFO ok!
79942024-09-23T16:19:38.756Z[ recovery-image] Sep 23 16:19:37.538 INFO O| Sep 23 16:19:37.538 INFO STEP 54 (ensure_file) COMPLETE
79952024-09-23T16:19:38.756Z[ recovery-image] Sep 23 16:19:37.538 INFO O| Sep 23 16:19:37.538 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79962024-09-23T16:19:38.763Z[ recovery-image] Sep 23 16:19:37.547 INFO O| Sep 23 16:19:37.547 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79972024-09-23T16:19:38.763Z[ recovery-image] Sep 23 16:19:37.547 INFO O| Sep 23 16:19:37.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79982024-09-23T16:19:38.763Z[ recovery-image] Sep 23 16:19:37.547 INFO O| Sep 23 16:19:37.547 INFO STEP 55 (ensure_dir) COMPLETE
79992024-09-23T16:19:38.765Z[ recovery-image] Sep 23 16:19:37.547 INFO O| Sep 23 16:19:37.547 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80002024-09-23T16:19:38.772Z[ recovery-image] Sep 23 16:19:37.557 INFO O| Sep 23 16:19:37.557 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80012024-09-23T16:19:38.772Z[ recovery-image] Sep 23 16:19:37.557 INFO O| Sep 23 16:19:37.557 INFO copying /tmp/.tmpUHZlYQ/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
80022024-09-23T16:19:38.772Z[ recovery-image] Sep 23 16:19:37.557 INFO O| Sep 23 16:19:37.557 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80032024-09-23T16:19:38.775Z[ recovery-image] Sep 23 16:19:37.557 INFO O| Sep 23 16:19:37.557 INFO ok!
80042024-09-23T16:19:38.775Z[ recovery-image] Sep 23 16:19:37.557 INFO O| Sep 23 16:19:37.557 INFO STEP 56 (ensure_file) COMPLETE
80052024-09-23T16:19:38.775Z[ recovery-image] Sep 23 16:19:37.557 INFO O| Sep 23 16:19:37.557 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80062024-09-23T16:19:38.782Z[ recovery-image] Sep 23 16:19:37.567 INFO O| Sep 23 16:19:37.567 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80072024-09-23T16:19:38.782Z[ recovery-image] Sep 23 16:19:37.567 INFO O| Sep 23 16:19:37.567 INFO copying /tmp/.tmpUHZlYQ/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
80082024-09-23T16:19:38.785Z[ recovery-image] Sep 23 16:19:37.567 INFO O| Sep 23 16:19:37.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
80092024-09-23T16:19:38.785Z[ recovery-image] Sep 23 16:19:37.567 INFO O| Sep 23 16:19:37.567 INFO ok!
80102024-09-23T16:19:38.785Z[ recovery-image] Sep 23 16:19:37.567 INFO O| Sep 23 16:19:37.567 INFO STEP 57 (ensure_file) COMPLETE
80112024-09-23T16:19:38.785Z[ recovery-image] Sep 23 16:19:37.567 INFO O| Sep 23 16:19:37.567 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80122024-09-23T16:19:38.792Z[ recovery-image] Sep 23 16:19:37.577 INFO O| Sep 23 16:19:37.577 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80132024-09-23T16:19:38.792Z[ recovery-image] Sep 23 16:19:37.577 INFO O| Sep 23 16:19:37.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80142024-09-23T16:19:38.792Z[ recovery-image] Sep 23 16:19:37.577 INFO O| Sep 23 16:19:37.577 INFO STEP 58 (ensure_dir) COMPLETE
80152024-09-23T16:19:38.794Z[ recovery-image] Sep 23 16:19:37.577 INFO O| Sep 23 16:19:37.577 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80162024-09-23T16:19:38.802Z[ recovery-image] Sep 23 16:19:37.587 INFO O| Sep 23 16:19:37.587 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80172024-09-23T16:19:38.802Z[ recovery-image] Sep 23 16:19:37.587 INFO O| Sep 23 16:19:37.587 INFO copying /tmp/.tmpUHZlYQ/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
80182024-09-23T16:19:38.804Z[ recovery-image] Sep 23 16:19:37.587 INFO O| Sep 23 16:19:37.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80192024-09-23T16:19:38.804Z[ recovery-image] Sep 23 16:19:37.587 INFO O| Sep 23 16:19:37.587 INFO ok!
80202024-09-23T16:19:38.804Z[ recovery-image] Sep 23 16:19:37.587 INFO O| Sep 23 16:19:37.587 INFO STEP 59 (ensure_file) COMPLETE
80212024-09-23T16:19:38.804Z[ recovery-image] Sep 23 16:19:37.587 INFO O| Sep 23 16:19:37.587 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80222024-09-23T16:19:38.812Z[ recovery-image] Sep 23 16:19:37.597 INFO O| Sep 23 16:19:37.597 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80232024-09-23T16:19:38.812Z[ recovery-image] Sep 23 16:19:37.597 INFO O| Sep 23 16:19:37.597 INFO copying /tmp/.tmpUHZlYQ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80242024-09-23T16:19:38.814Z[ recovery-image] Sep 23 16:19:37.597 INFO O| Sep 23 16:19:37.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80252024-09-23T16:19:38.814Z[ recovery-image] Sep 23 16:19:37.597 INFO O| Sep 23 16:19:37.597 INFO ok!
80262024-09-23T16:19:38.814Z[ recovery-image] Sep 23 16:19:37.597 INFO O| Sep 23 16:19:37.597 INFO STEP 60 (ensure_file) COMPLETE
80272024-09-23T16:19:38.814Z[ recovery-image] Sep 23 16:19:37.597 INFO O| Sep 23 16:19:37.597 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80282024-09-23T16:19:38.822Z[ recovery-image] Sep 23 16:19:37.606 INFO O| Sep 23 16:19:37.606 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80292024-09-23T16:19:38.824Z[ recovery-image] Sep 23 16:19:37.606 INFO O| Sep 23 16:19:37.606 INFO STEP 61 (ensure_dir) COMPLETE
80302024-09-23T16:19:38.824Z[ recovery-image] Sep 23 16:19:37.606 INFO O| Sep 23 16:19:37.606 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80312024-09-23T16:19:38.834Z[ recovery-image] Sep 23 16:19:37.616 INFO O| Sep 23 16:19:37.616 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80322024-09-23T16:19:38.834Z[ recovery-image] Sep 23 16:19:37.616 INFO O| Sep 23 16:19:37.616 INFO STEP 62 (ensure_dir) COMPLETE
80332024-09-23T16:19:38.836Z[ recovery-image] Sep 23 16:19:37.616 INFO O| Sep 23 16:19:37.616 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80342024-09-23T16:19:38.841Z[ recovery-image] Sep 23 16:19:37.625 INFO O| Sep 23 16:19:37.625 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80352024-09-23T16:19:38.843Z[ recovery-image] Sep 23 16:19:37.625 INFO O| Sep 23 16:19:37.625 INFO STEP 63 (ensure_dir) COMPLETE
80362024-09-23T16:19:38.843Z[ recovery-image] Sep 23 16:19:37.625 INFO O| Sep 23 16:19:37.625 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80372024-09-23T16:19:38.850Z[ recovery-image] Sep 23 16:19:37.635 INFO O| Sep 23 16:19:37.635 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80382024-09-23T16:19:38.850Z[ recovery-image] Sep 23 16:19:37.635 INFO O| Sep 23 16:19:37.635 INFO STEP 64 (ensure_dir) COMPLETE
80392024-09-23T16:19:38.853Z[ recovery-image] Sep 23 16:19:37.635 INFO O| Sep 23 16:19:37.635 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80402024-09-23T16:19:38.860Z[ recovery-image] Sep 23 16:19:37.645 INFO O| Sep 23 16:19:37.644 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80412024-09-23T16:19:38.860Z[ recovery-image] Sep 23 16:19:37.645 INFO O| Sep 23 16:19:37.645 INFO copying /tmp/.tmpUHZlYQ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80422024-09-23T16:19:38.860Z[ recovery-image] Sep 23 16:19:37.645 INFO O| Sep 23 16:19:37.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80432024-09-23T16:19:38.860Z[ recovery-image] Sep 23 16:19:37.645 INFO O| Sep 23 16:19:37.645 INFO ok!
80442024-09-23T16:19:38.864Z[ recovery-image] Sep 23 16:19:37.645 INFO O| Sep 23 16:19:37.645 INFO STEP 65 (ensure_file) COMPLETE
80452024-09-23T16:19:38.864Z[ recovery-image] Sep 23 16:19:37.645 INFO O| Sep 23 16:19:37.645 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80462024-09-23T16:19:38.869Z[ recovery-image] Sep 23 16:19:37.654 INFO O| Sep 23 16:19:37.654 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80472024-09-23T16:19:38.872Z[ recovery-image] Sep 23 16:19:37.654 INFO O| Sep 23 16:19:37.654 INFO STEP 66 (remove_files) COMPLETE
80482024-09-23T16:19:38.872Z[ recovery-image] Sep 23 16:19:37.654 INFO O| Sep 23 16:19:37.654 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80492024-09-23T16:19:38.879Z[ recovery-image] Sep 23 16:19:37.664 INFO O| Sep 23 16:19:37.664 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80502024-09-23T16:19:38.882Z[ recovery-image] Sep 23 16:19:37.664 INFO O| Sep 23 16:19:37.664 INFO STEP 67 (remove_files) COMPLETE
80512024-09-23T16:19:38.882Z[ recovery-image] Sep 23 16:19:37.664 INFO O| Sep 23 16:19:37.664 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80522024-09-23T16:19:38.889Z[ recovery-image] Sep 23 16:19:37.673 INFO O| Sep 23 16:19:37.673 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80532024-09-23T16:19:38.891Z[ recovery-image] Sep 23 16:19:37.674 INFO O| Sep 23 16:19:37.674 INFO STEP 68 (remove_files) COMPLETE
80542024-09-23T16:19:38.891Z[ recovery-image] Sep 23 16:19:37.674 INFO O| Sep 23 16:19:37.674 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80552024-09-23T16:19:38.899Z[ recovery-image] Sep 23 16:19:37.684 INFO O| Sep 23 16:19:37.684 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80562024-09-23T16:19:38.901Z[ recovery-image] Sep 23 16:19:37.684 INFO O| Sep 23 16:19:37.684 INFO STEP 69 (remove_files) COMPLETE
80572024-09-23T16:19:38.901Z[ recovery-image] Sep 23 16:19:37.684 INFO O| Sep 23 16:19:37.684 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80582024-09-23T16:19:38.909Z[ recovery-image] Sep 23 16:19:37.693 INFO O| Sep 23 16:19:37.693 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80592024-09-23T16:19:38.911Z[ recovery-image] Sep 23 16:19:37.694 INFO O| Sep 23 16:19:37.694 INFO STEP 70 (remove_files) COMPLETE
80602024-09-23T16:19:38.911Z[ recovery-image] Sep 23 16:19:37.694 INFO O| Sep 23 16:19:37.694 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80612024-09-23T16:19:38.918Z[ recovery-image] Sep 23 16:19:37.703 INFO O| Sep 23 16:19:37.703 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80622024-09-23T16:19:38.921Z[ recovery-image] Sep 23 16:19:37.703 INFO O| Sep 23 16:19:37.703 INFO STEP 71 (remove_files) COMPLETE
80632024-09-23T16:19:38.921Z[ recovery-image] Sep 23 16:19:37.703 INFO O| Sep 23 16:19:37.703 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80642024-09-23T16:19:38.928Z[ recovery-image] Sep 23 16:19:37.713 INFO O| Sep 23 16:19:37.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80652024-09-23T16:19:38.928Z[ recovery-image] Sep 23 16:19:37.713 INFO O| Sep 23 16:19:37.713 INFO STEP 72 (remove_files) COMPLETE
80662024-09-23T16:19:38.930Z[ recovery-image] Sep 23 16:19:37.713 INFO O| Sep 23 16:19:37.713 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80672024-09-23T16:19:38.937Z[ recovery-image] Sep 23 16:19:37.722 INFO O| Sep 23 16:19:37.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80682024-09-23T16:19:38.937Z[ recovery-image] Sep 23 16:19:37.722 INFO O| Sep 23 16:19:37.722 INFO STEP 73 (remove_files) COMPLETE
80692024-09-23T16:19:38.940Z[ recovery-image] Sep 23 16:19:37.722 INFO O| Sep 23 16:19:37.722 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80702024-09-23T16:19:38.947Z[ recovery-image] Sep 23 16:19:37.731 INFO O| Sep 23 16:19:37.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80712024-09-23T16:19:38.947Z[ recovery-image] Sep 23 16:19:37.732 INFO O| Sep 23 16:19:37.731 INFO STEP 74 (remove_files) COMPLETE
80722024-09-23T16:19:38.950Z[ recovery-image] Sep 23 16:19:37.732 INFO O| Sep 23 16:19:37.731 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80732024-09-23T16:19:38.952Z[ host-image] Sep 23 16:19:37.736 INFO O| Sep 23 16:19:37.736 INFO O| Done
80742024-09-23T16:19:38.956Z[ recovery-image] Sep 23 16:19:37.741 INFO O| Sep 23 16:19:37.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80752024-09-23T16:19:38.959Z[ recovery-image] Sep 23 16:19:37.741 INFO O| Sep 23 16:19:37.741 INFO STEP 75 (remove_files) COMPLETE
80762024-09-23T16:19:38.959Z[ recovery-image] Sep 23 16:19:37.741 INFO O| Sep 23 16:19:37.741 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80772024-09-23T16:19:38.966Z[ recovery-image] Sep 23 16:19:37.751 INFO O| Sep 23 16:19:37.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80782024-09-23T16:19:38.969Z[ recovery-image] Sep 23 16:19:37.751 INFO O| Sep 23 16:19:37.751 INFO STEP 76 (remove_files) COMPLETE
80792024-09-23T16:19:38.969Z[ recovery-image] Sep 23 16:19:37.751 INFO O| Sep 23 16:19:37.751 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80802024-09-23T16:19:38.976Z[ recovery-image] Sep 23 16:19:37.761 INFO O| Sep 23 16:19:37.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80812024-09-23T16:19:38.976Z[ recovery-image] Sep 23 16:19:37.761 INFO O| Sep 23 16:19:37.761 INFO STEP 77 (remove_files) COMPLETE
80822024-09-23T16:19:38.978Z[ recovery-image] Sep 23 16:19:37.761 INFO O| Sep 23 16:19:37.761 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80832024-09-23T16:19:38.986Z[ recovery-image] Sep 23 16:19:37.770 INFO O| Sep 23 16:19:37.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80842024-09-23T16:19:38.986Z[ recovery-image] Sep 23 16:19:37.771 INFO O| Sep 23 16:19:37.771 INFO STEP 78 (remove_files) COMPLETE
80852024-09-23T16:19:38.986Z[ recovery-image] Sep 23 16:19:37.771 INFO O| Sep 23 16:19:37.771 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80862024-09-23T16:19:38.996Z[ recovery-image] Sep 23 16:19:37.780 INFO O| Sep 23 16:19:37.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80872024-09-23T16:19:39.008Z[ recovery-image] Sep 23 16:19:37.781 INFO O| Sep 23 16:19:37.780 INFO STEP 79 (remove_files) COMPLETE
80882024-09-23T16:19:39.008Z[ recovery-image] Sep 23 16:19:37.781 INFO O| Sep 23 16:19:37.781 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80892024-09-23T16:19:39.008Z[ recovery-image] Sep 23 16:19:37.792 INFO O| Sep 23 16:19:37.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80902024-09-23T16:19:39.008Z[ recovery-image] Sep 23 16:19:37.792 INFO O| Sep 23 16:19:37.792 INFO STEP 80 (remove_files) COMPLETE
80912024-09-23T16:19:39.008Z[ recovery-image] Sep 23 16:19:37.792 INFO O| Sep 23 16:19:37.792 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80922024-09-23T16:19:39.017Z[ recovery-image] Sep 23 16:19:37.802 INFO O| Sep 23 16:19:37.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80932024-09-23T16:19:39.017Z[ recovery-image] Sep 23 16:19:37.802 INFO O| Sep 23 16:19:37.802 INFO STEP 81 (remove_files) COMPLETE
80942024-09-23T16:19:39.020Z[ recovery-image] Sep 23 16:19:37.802 INFO O| Sep 23 16:19:37.802 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80952024-09-23T16:19:39.027Z[ recovery-image] Sep 23 16:19:37.811 INFO O| Sep 23 16:19:37.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80962024-09-23T16:19:39.027Z[ recovery-image] Sep 23 16:19:37.811 INFO O| Sep 23 16:19:37.811 INFO STEP 82 (remove_files) COMPLETE
80972024-09-23T16:19:39.030Z[ recovery-image] Sep 23 16:19:37.811 INFO O| Sep 23 16:19:37.811 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80982024-09-23T16:19:39.036Z[ recovery-image] Sep 23 16:19:37.821 INFO O| Sep 23 16:19:37.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80992024-09-23T16:19:39.036Z[ recovery-image] Sep 23 16:19:37.821 INFO O| Sep 23 16:19:37.821 INFO STEP 83 (remove_files) COMPLETE
81002024-09-23T16:19:39.036Z[ recovery-image] Sep 23 16:19:37.821 INFO O| Sep 23 16:19:37.821 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81012024-09-23T16:19:39.047Z[ recovery-image] Sep 23 16:19:37.831 INFO O| Sep 23 16:19:37.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81022024-09-23T16:19:39.047Z[ recovery-image] Sep 23 16:19:37.831 INFO O| Sep 23 16:19:37.831 INFO STEP 84 (remove_files) COMPLETE
81032024-09-23T16:19:39.047Z[ recovery-image] Sep 23 16:19:37.831 INFO O| Sep 23 16:19:37.831 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81042024-09-23T16:19:39.057Z[ recovery-image] Sep 23 16:19:37.841 INFO O| Sep 23 16:19:37.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81052024-09-23T16:19:39.057Z[ recovery-image] Sep 23 16:19:37.841 INFO O| Sep 23 16:19:37.841 INFO STEP 85 (remove_files) COMPLETE
81062024-09-23T16:19:39.060Z[ recovery-image] Sep 23 16:19:37.841 INFO O| Sep 23 16:19:37.841 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81072024-09-23T16:19:39.066Z[ recovery-image] Sep 23 16:19:37.851 INFO O| Sep 23 16:19:37.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81082024-09-23T16:19:39.066Z[ recovery-image] Sep 23 16:19:37.851 INFO O| Sep 23 16:19:37.851 INFO STEP 86 (remove_files) COMPLETE
81092024-09-23T16:19:39.069Z[ recovery-image] Sep 23 16:19:37.851 INFO O| Sep 23 16:19:37.851 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81102024-09-23T16:19:39.076Z[ recovery-image] Sep 23 16:19:37.861 INFO O| Sep 23 16:19:37.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81112024-09-23T16:19:39.079Z[ recovery-image] Sep 23 16:19:37.861 INFO O| Sep 23 16:19:37.861 INFO STEP 87 (remove_files) COMPLETE
81122024-09-23T16:19:39.079Z[ recovery-image] Sep 23 16:19:37.861 INFO O| Sep 23 16:19:37.861 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81132024-09-23T16:19:39.086Z[ recovery-image] Sep 23 16:19:37.871 INFO O| Sep 23 16:19:37.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81142024-09-23T16:19:39.089Z[ recovery-image] Sep 23 16:19:37.871 INFO O| Sep 23 16:19:37.871 INFO STEP 88 (remove_files) COMPLETE
81152024-09-23T16:19:39.089Z[ recovery-image] Sep 23 16:19:37.871 INFO O| Sep 23 16:19:37.871 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81162024-09-23T16:19:39.096Z[ recovery-image] Sep 23 16:19:37.881 INFO O| Sep 23 16:19:37.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81172024-09-23T16:19:39.096Z[ recovery-image] Sep 23 16:19:37.881 INFO O| Sep 23 16:19:37.881 INFO STEP 89 (remove_files) COMPLETE
81182024-09-23T16:19:39.099Z[ recovery-image] Sep 23 16:19:37.881 INFO O| Sep 23 16:19:37.881 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81192024-09-23T16:19:39.106Z[ recovery-image] Sep 23 16:19:37.891 INFO O| Sep 23 16:19:37.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81202024-09-23T16:19:39.106Z[ recovery-image] Sep 23 16:19:37.891 INFO O| Sep 23 16:19:37.891 INFO STEP 90 (remove_files) COMPLETE
81212024-09-23T16:19:39.109Z[ recovery-image] Sep 23 16:19:37.891 INFO O| Sep 23 16:19:37.891 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81222024-09-23T16:19:39.116Z[ recovery-image] Sep 23 16:19:37.900 INFO O| Sep 23 16:19:37.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81232024-09-23T16:19:39.118Z[ recovery-image] Sep 23 16:19:37.901 INFO O| Sep 23 16:19:37.900 INFO STEP 91 (remove_files) COMPLETE
81242024-09-23T16:19:39.118Z[ recovery-image] Sep 23 16:19:37.901 INFO O| Sep 23 16:19:37.901 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81252024-09-23T16:19:39.126Z[ recovery-image] Sep 23 16:19:37.910 INFO O| Sep 23 16:19:37.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81262024-09-23T16:19:39.126Z[ recovery-image] Sep 23 16:19:37.910 INFO O| Sep 23 16:19:37.910 INFO STEP 92 (remove_files) COMPLETE
81272024-09-23T16:19:39.128Z[ recovery-image] Sep 23 16:19:37.910 INFO O| Sep 23 16:19:37.910 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81282024-09-23T16:19:39.136Z[ recovery-image] Sep 23 16:19:37.920 INFO O| Sep 23 16:19:37.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81292024-09-23T16:19:39.136Z[ recovery-image] Sep 23 16:19:37.920 INFO O| Sep 23 16:19:37.920 INFO STEP 93 (remove_files) COMPLETE
81302024-09-23T16:19:39.136Z[ recovery-image] Sep 23 16:19:37.920 INFO O| Sep 23 16:19:37.920 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81312024-09-23T16:19:39.146Z[ recovery-image] Sep 23 16:19:37.931 INFO O| Sep 23 16:19:37.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81322024-09-23T16:19:39.146Z[ recovery-image] Sep 23 16:19:37.931 INFO O| Sep 23 16:19:37.931 INFO STEP 94 (remove_files) COMPLETE
81332024-09-23T16:19:39.146Z[ recovery-image] Sep 23 16:19:37.931 INFO O| Sep 23 16:19:37.931 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81342024-09-23T16:19:39.160Z[ recovery-image] Sep 23 16:19:37.945 INFO O| Sep 23 16:19:37.945 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81352024-09-23T16:19:39.163Z[ recovery-image] Sep 23 16:19:37.945 INFO O| Sep 23 16:19:37.945 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81362024-09-23T16:19:40.088Z[ host-image] Sep 23 16:19:38.872 INFO O| Sep 23 16:19:38.872 INFO O| Done
81372024-09-23T16:19:40.110Z[ host-image] Sep 23 16:19:38.895 INFO O| Sep 23 16:19:38.895 INFO O| Done
81382024-09-23T16:19:40.113Z[ host-image] Sep 23 16:19:38.895 INFO O| Sep 23 16:19:38.895 INFO O| Done
81392024-09-23T16:19:40.123Z[ host-image] Sep 23 16:19:38.908 INFO O| Sep 23 16:19:38.908 INFO O| Done
81402024-09-23T16:19:40.215Z[ host-image] Sep 23 16:19:39.000 INFO O| Sep 23 16:19:38.999 INFO STEP 12 (pkg_install) COMPLETE
81412024-09-23T16:19:40.215Z[ host-image] Sep 23 16:19:39.000 INFO O| Sep 23 16:19:39.000 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81422024-09-23T16:19:40.227Z[ host-image] Sep 23 16:19:39.012 INFO O| Sep 23 16:19:39.012 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
81432024-09-23T16:19:40.675Z[ host-image] Sep 23 16:19:39.460 INFO O| Sep 23 16:19:39.460 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
81442024-09-23T16:19:42.238Z[ host-image] Sep 23 16:19:41.022 INFO O| Sep 23 16:19:41.022 INFO O| Planning: Solver setup ... Done
81452024-09-23T16:19:42.242Z[ host-image] Sep 23 16:19:41.027 INFO O| Sep 23 16:19:41.027 INFO O| Planning: Running solver ... Done
81462024-09-23T16:19:42.284Z[ host-image] Sep 23 16:19:41.069 INFO O| Sep 23 16:19:41.068 INFO O| Planning: Finding local manifests ... Done
81472024-09-23T16:19:42.286Z[ host-image] Sep 23 16:19:41.070 INFO O| Sep 23 16:19:41.070 INFO O| Planning: Fetching manifests: 0/6 0% complete
81482024-09-23T16:19:42.452Z[ host-image] Sep 23 16:19:41.237 INFO O| Sep 23 16:19:41.237 INFO O| Planning: Fetching manifests: 6/6 100% complete
81492024-09-23T16:19:42.484Z[ host-image] Sep 23 16:19:41.269 INFO O| Sep 23 16:19:41.268 INFO O| Planning: Package planning ... Done
81502024-09-23T16:19:42.502Z[ host-image] Sep 23 16:19:41.287 INFO O| Sep 23 16:19:41.287 INFO O| Planning: Merging actions ... Done
81512024-09-23T16:19:42.573Z[ host-image] Sep 23 16:19:41.358 INFO O| Sep 23 16:19:41.358 INFO O| Planning: Checking for conflicting actions ... Done
81522024-09-23T16:19:42.577Z[ host-image] Sep 23 16:19:41.362 INFO O| Sep 23 16:19:41.362 INFO O| Planning: Consolidating action changes ... Done
81532024-09-23T16:19:42.752Z[ host-image] Sep 23 16:19:41.537 INFO O| Sep 23 16:19:41.537 INFO O| Planning: Evaluating mediators ... Done
81542024-09-23T16:19:42.755Z[ host-image] Sep 23 16:19:41.540 INFO O| Sep 23 16:19:41.540 INFO O| Planning: Planning completed in 2.08 seconds
81552024-09-23T16:19:42.758Z[ host-image] Sep 23 16:19:41.542 INFO O| Sep 23 16:19:41.542 INFO O| Packages to install: 6
81562024-09-23T16:19:42.758Z[ host-image] Sep 23 16:19:41.542 INFO O| Sep 23 16:19:41.542 INFO O| Mediators to change: 1
81572024-09-23T16:19:42.758Z[ host-image] Sep 23 16:19:41.542 INFO O| Sep 23 16:19:41.542 INFO O| Services to change: 1
81582024-09-23T16:19:42.769Z[ host-image] Sep 23 16:19:41.554 INFO O| Sep 23 16:19:41.554 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
81592024-09-23T16:19:47.852Z[ host-image] Sep 23 16:19:46.637 INFO O| Sep 23 16:19:46.637 INFO O| Download: 1117/1140 items 6.6/8.4MB 78% complete (1.4M/s)
81602024-09-23T16:19:49.068Z[ recovery-image] Sep 23 16:19:47.853 INFO O| Sep 23 16:19:47.853 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
81612024-09-23T16:19:49.068Z[ recovery-image] Sep 23 16:19:47.853 INFO O| Sep 23 16:19:47.853 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81622024-09-23T16:19:49.083Z[ recovery-image] Sep 23 16:19:47.868 INFO O| Sep 23 16:19:47.868 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81632024-09-23T16:19:49.155Z[ recovery-image] Sep 23 16:19:47.941 INFO O| Sep 23 16:19:47.940 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81642024-09-23T16:19:49.155Z[ recovery-image] Sep 23 16:19:47.941 INFO O| Sep 23 16:19:47.941 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
81652024-09-23T16:19:49.159Z[ recovery-image] Sep 23 16:19:47.942 INFO O| Sep 23 16:19:47.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81662024-09-23T16:19:49.159Z[ recovery-image] Sep 23 16:19:47.942 INFO O| Sep 23 16:19:47.942 INFO ok!
81672024-09-23T16:19:49.159Z[ recovery-image] Sep 23 16:19:47.942 INFO O| Sep 23 16:19:47.942 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81682024-09-23T16:19:49.159Z[ recovery-image] Sep 23 16:19:47.942 INFO O| Sep 23 16:19:47.942 INFO STEP 95 (seed_smf) COMPLETE
81692024-09-23T16:19:49.159Z[ recovery-image] Sep 23 16:19:47.942 INFO O| Sep 23 16:19:47.942 INFO steps complete; finalising image!
81702024-09-23T16:19:49.159Z[ recovery-image] Sep 23 16:19:47.942 INFO O| Sep 23 16:19:47.942 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81712024-09-23T16:19:49.184Z[ recovery-image] Sep 23 16:19:47.969 INFO O| Sep 23 16:19:47.969 INFO trim TEMPORARY-gimlet-zfs-recovery: (7% trimmed, started at Mon Sep 23 16:19:47 2024)
81722024-09-23T16:19:49.383Z[ host-image] Sep 23 16:19:48.168 INFO O| Sep 23 16:19:48.168 INFO O| Download: Completed 8.42 MB in 6.61 seconds (1.3M/s)
81732024-09-23T16:19:49.392Z[ recovery-image] Sep 23 16:19:48.177 INFO O| Sep 23 16:19:48.177 INFO trim TEMPORARY-gimlet-zfs-recovery: (93% trimmed, started at Mon Sep 23 16:19:47 2024)
81742024-09-23T16:19:49.446Z[ host-image] Sep 23 16:19:48.231 INFO O| Sep 23 16:19:48.231 INFO O| Actions: 1/1361 actions (Installing new actions)
81752024-09-23T16:19:49.612Z[ recovery-image] Sep 23 16:19:48.397 INFO O| Sep 23 16:19:48.397 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
81762024-09-23T16:19:49.612Z[ recovery-image] Sep 23 16:19:48.397 INFO O| Sep 23 16:19:48.397 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81772024-09-23T16:19:49.831Z[ recovery-image] Sep 23 16:19:48.617 INFO O| Sep 23 16:19:48.617 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81782024-09-23T16:19:49.831Z[ recovery-image] Sep 23 16:19:48.617 INFO O| Sep 23 16:19:48.617 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81792024-09-23T16:19:49.863Z[ host-image] Sep 23 16:19:48.648 INFO O| Sep 23 16:19:48.648 INFO O| Actions: Completed 1361 actions in 0.42 seconds.
81802024-09-23T16:19:50.109Z[ host-image] Sep 23 16:19:48.894 INFO O| Sep 23 16:19:48.894 INFO O| Done
81812024-09-23T16:19:50.109Z[ host-image] Sep 23 16:19:48.894 INFO O| Sep 23 16:19:48.894 INFO O| Done
81822024-09-23T16:19:50.498Z[ host-image] Sep 23 16:19:49.283 INFO O| Sep 23 16:19:49.283 INFO O| Done
81832024-09-23T16:19:51.765Z[ host-image] Sep 23 16:19:50.550 INFO O| Sep 23 16:19:50.550 INFO O| Done
81842024-09-23T16:19:51.793Z[ host-image] Sep 23 16:19:50.572 INFO O| Sep 23 16:19:50.572 INFO O| Done
81852024-09-23T16:19:51.793Z[ host-image] Sep 23 16:19:50.573 INFO O| Sep 23 16:19:50.573 INFO O| Done
81862024-09-23T16:19:51.827Z[ host-image] Sep 23 16:19:50.613 INFO O| Sep 23 16:19:50.613 INFO O| Done
81872024-09-23T16:19:51.923Z[ host-image] Sep 23 16:19:50.708 INFO O| Sep 23 16:19:50.708 INFO STEP 13 (pkg_install) COMPLETE
81882024-09-23T16:19:51.923Z[ host-image] Sep 23 16:19:50.709 INFO O| Sep 23 16:19:50.708 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81892024-09-23T16:19:51.934Z[ host-image] Sep 23 16:19:50.719 INFO O| Sep 23 16:19:50.719 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
81902024-09-23T16:19:52.406Z[ host-image] Sep 23 16:19:51.191 INFO O| Sep 23 16:19:51.191 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
81912024-09-23T16:19:52.754Z[ recovery-image] Sep 23 16:19:51.540 INFO O| Sep 23 16:19:51.539 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81922024-09-23T16:19:52.754Z[ recovery-image] Sep 23 16:19:51.540 INFO O| Sep 23 16:19:51.540 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81932024-09-23T16:19:52.758Z[ recovery-image] Sep 23 16:19:51.540 INFO O| Sep 23 16:19:51.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81942024-09-23T16:19:52.758Z[ recovery-image] Sep 23 16:19:51.540 INFO O| Sep 23 16:19:51.540 INFO completed processing gimlet/zfs-recovery
81952024-09-23T16:19:52.758Z[ recovery-image] Sep 23 16:19:51.540 INFO O| Sep 23 16:19:51.540 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81962024-09-23T16:19:53.265Z[ recovery-image] Sep 23 16:19:52.050 INFO O| Sep 23 16:19:52.050 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81972024-09-23T16:19:53.411Z[ recovery-image] Sep 23 16:19:52.197 INFO BUILD STRING "heads/stlouis-0-g473b048bcc\n"
81982024-09-23T16:19:53.414Z[ recovery-image] Sep 23 16:19:52.197 INFO expanded image name: "recovery 64033be/${os_short_commit} 2024-09-23 15:52" -> "recovery 64033be/473b048 2024-09-23 15:52"
81992024-09-23T16:19:53.414Z[ recovery-image] Sep 23 16:19:52.197 INFO output artefacts stored in: "/work/os-recovery"
82002024-09-23T16:19:53.414Z[ recovery-image] Sep 23 16:19:52.198 INFO collecting git info from project "chelsio-t6-roms"...
82012024-09-23T16:19:53.437Z[ recovery-image] Sep 23 16:19:52.222 INFO collecting git info from project "pilot"...
82022024-09-23T16:19:53.447Z[ recovery-image] Sep 23 16:19:52.233 INFO collecting git info from project "phbl"...
82032024-09-23T16:19:53.454Z[ recovery-image] Sep 23 16:19:52.239 INFO collecting git info from project "bootserver"...
82042024-09-23T16:19:53.458Z[ recovery-image] Sep 23 16:19:52.244 INFO collecting git info from project "pinprick"...
82052024-09-23T16:19:53.463Z[ recovery-image] Sep 23 16:19:52.248 INFO collecting git info from project "amd-firmware"...
82062024-09-23T16:19:53.681Z[ recovery-image] Sep 23 16:19:52.466 INFO collecting git info from project "image-builder"...
82072024-09-23T16:19:53.687Z[ recovery-image] Sep 23 16:19:52.472 INFO collecting git info from project "amd-host-image-builder"...
82082024-09-23T16:19:53.920Z[ recovery-image] Sep 23 16:19:52.706 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82092024-09-23T16:19:53.934Z[ host-image] Sep 23 16:19:52.719 INFO O| Sep 23 16:19:52.719 INFO O| Planning: Solver setup ... Done
82102024-09-23T16:19:53.937Z[ host-image] Sep 23 16:19:52.723 INFO O| Sep 23 16:19:52.723 INFO O| Planning: Running solver ... Done
82112024-09-23T16:19:53.980Z[ host-image] Sep 23 16:19:52.764 INFO O| Sep 23 16:19:52.764 INFO O| Planning: Finding local manifests ... Done
82122024-09-23T16:19:53.982Z[ host-image] Sep 23 16:19:52.765 INFO O| Sep 23 16:19:52.765 INFO O| Planning: Fetching manifests: 0/1 0% complete
82132024-09-23T16:19:54.046Z[ host-image] Sep 23 16:19:52.832 INFO O| Sep 23 16:19:52.832 INFO O| Planning: Fetching manifests: 1/1 100% complete
82142024-09-23T16:19:54.064Z[ host-image] Sep 23 16:19:52.849 INFO O| Sep 23 16:19:52.849 INFO O| Planning: Package planning ... Done
82152024-09-23T16:19:54.066Z[ host-image] Sep 23 16:19:52.850 INFO O| Sep 23 16:19:52.850 INFO O| Planning: Merging actions ... Done
82162024-09-23T16:19:54.123Z[ host-image] Sep 23 16:19:52.908 INFO O| Sep 23 16:19:52.908 INFO O| Planning: Checking for conflicting actions ... Done
82172024-09-23T16:19:54.125Z[ host-image] Sep 23 16:19:52.908 INFO O| Sep 23 16:19:52.908 INFO O| Planning: Consolidating action changes ... Done
82182024-09-23T16:19:54.263Z[ recovery-image] Sep 23 16:19:53.048 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82192024-09-23T16:19:54.298Z[ host-image] Sep 23 16:19:53.084 INFO O| Sep 23 16:19:53.084 INFO O| Planning: Evaluating mediators ... Done
82202024-09-23T16:19:54.301Z[ host-image] Sep 23 16:19:53.084 INFO O| Sep 23 16:19:53.084 INFO O| Planning: Planning completed in 1.89 seconds
82212024-09-23T16:19:54.301Z[ host-image] Sep 23 16:19:53.086 INFO O| Sep 23 16:19:53.085 INFO O| Packages to install: 1
82222024-09-23T16:19:54.310Z[ host-image] Sep 23 16:19:53.096 INFO O| Sep 23 16:19:53.096 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
82232024-09-23T16:19:54.657Z[ recovery-image] Sep 23 16:19:53.442 INFO creating Oxide boot image...
82242024-09-23T16:19:54.659Z[ recovery-image] Sep 23 16:19:53.442 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 64033be/473b048 2024-09-23 15:52", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82252024-09-23T16:19:54.673Z[ host-image] Sep 23 16:19:53.458 INFO O| Sep 23 16:19:53.458 INFO O| Download: Completed 20.80 MB in 0.36 seconds (57.5M/s)
82262024-09-23T16:19:54.697Z[ host-image] Sep 23 16:19:53.482 INFO O| Sep 23 16:19:53.482 INFO O| Actions: 1/22 actions (Installing new actions)
82272024-09-23T16:19:55.186Z[ host-image] Sep 23 16:19:53.971 INFO O| Sep 23 16:19:53.971 INFO O| Actions: Completed 22 actions in 0.49 seconds.
82282024-09-23T16:19:55.417Z[ host-image] Sep 23 16:19:54.202 INFO O| Sep 23 16:19:54.202 INFO O| Done
82292024-09-23T16:19:55.417Z[ host-image] Sep 23 16:19:54.202 INFO O| Sep 23 16:19:54.202 INFO O| Done
82302024-09-23T16:19:55.803Z[ host-image] Sep 23 16:19:54.588 INFO O| Sep 23 16:19:54.588 INFO O| Done
82312024-09-23T16:19:56.917Z[ host-image] Sep 23 16:19:55.702 INFO O| Sep 23 16:19:55.702 INFO O| Done
82322024-09-23T16:19:56.941Z[ host-image] Sep 23 16:19:55.727 INFO O| Sep 23 16:19:55.727 INFO O| Done
82332024-09-23T16:19:56.944Z[ host-image] Sep 23 16:19:55.727 INFO O| Sep 23 16:19:55.727 INFO O| Done
82342024-09-23T16:19:56.951Z[ host-image] Sep 23 16:19:55.737 INFO O| Sep 23 16:19:55.737 INFO O| Done
82352024-09-23T16:19:57.045Z[ host-image] Sep 23 16:19:55.830 INFO O| Sep 23 16:19:55.830 INFO STEP 14 (pkg_install) COMPLETE
82362024-09-23T16:19:57.045Z[ host-image] Sep 23 16:19:55.830 INFO O| Sep 23 16:19:55.830 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82372024-09-23T16:19:57.047Z[ host-image] Sep 23 16:19:55.830 INFO O| Sep 23 16:19:55.830 INFO skip step because feature "mfg" is not enabled
82382024-09-23T16:19:57.047Z[ host-image] Sep 23 16:19:55.830 INFO O| Sep 23 16:19:55.830 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82392024-09-23T16:19:57.047Z[ host-image] Sep 23 16:19:55.830 INFO O| Sep 23 16:19:55.830 INFO skip step because feature "compliance" is not enabled
82402024-09-23T16:19:57.047Z[ host-image] Sep 23 16:19:55.830 INFO O| Sep 23 16:19:55.830 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82412024-09-23T16:19:57.047Z[ host-image] Sep 23 16:19:55.830 INFO O| Sep 23 16:19:55.830 INFO skip step because feature "stress" is not enabled
82422024-09-23T16:19:57.048Z[ host-image] Sep 23 16:19:55.830 INFO O| Sep 23 16:19:55.830 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82432024-09-23T16:19:57.048Z[ host-image] Sep 23 16:19:55.830 INFO O| Sep 23 16:19:55.830 INFO skip step because feature "nfs" is not enabled
82442024-09-23T16:19:57.048Z[ host-image] Sep 23 16:19:55.830 INFO O| Sep 23 16:19:55.830 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82452024-09-23T16:19:57.048Z[ host-image] Sep 23 16:19:55.830 INFO O| Sep 23 16:19:55.830 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82462024-09-23T16:19:57.127Z[ host-image] Sep 23 16:19:55.913 INFO O| Sep 23 16:19:55.913 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
82472024-09-23T16:19:57.207Z[ host-image] Sep 23 16:19:55.993 INFO O| Sep 23 16:19:55.993 INFO completed processing gimlet/ramdisk-01-os
82482024-09-23T16:19:57.210Z[ host-image] Sep 23 16:19:55.995 INFO omicron1 baseline generation...
82492024-09-23T16:19:57.210Z[ host-image] Sep 23 16:19:55.995 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
82502024-09-23T16:19:57.590Z[ host-image] Sep 23 16:19:56.376 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22908:20240923T144000Z
82512024-09-23T16:20:42.907Z[ host-image] Sep 23 16:20:41.695 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22908:20240923T144036Z
82522024-09-23T16:20:42.907Z[ host-image] Sep 23 16:20:41.696 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22908:20240923T144036Z
82532024-09-23T16:20:42.910Z[ host-image] Sep 23 16:20:41.696 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82542024-09-23T16:20:42.910Z[ host-image] Sep 23 16:20:41.696 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82552024-09-23T16:20:42.910Z[ host-image] Sep 23 16:20:41.696 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82562024-09-23T16:20:42.910Z[ host-image] Sep 23 16:20:41.696 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82572024-09-23T16:20:42.910Z[ host-image] Sep 23 16:20:41.697 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82582024-09-23T16:20:42.910Z[ host-image] Sep 23 16:20:41.697 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82592024-09-23T16:20:42.910Z[ host-image] Sep 23 16:20:41.697 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82602024-09-23T16:20:42.910Z[ host-image] Sep 23 16:20:41.697 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82612024-09-23T16:20:42.910Z[ host-image] Sep 23 16:20:41.697 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22908:20240923T144037Z
82622024-09-23T16:20:42.914Z[ host-image] Sep 23 16:20:41.699 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22908:20240923T144038Z
82632024-09-23T16:20:42.914Z[ host-image] Sep 23 16:20:41.700 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22908:20240923T144038Z
82642024-09-23T16:20:42.914Z[ host-image] Sep 23 16:20:41.700 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22908:20240923T144038Z
82652024-09-23T16:20:42.914Z[ host-image] Sep 23 16:20:41.700 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82662024-09-23T16:20:42.914Z[ host-image] Sep 23 16:20:41.701 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22908:20240923T144038Z
82672024-09-23T16:20:42.914Z[ host-image] Sep 23 16:20:41.702 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22908:20240923T144038Z
82682024-09-23T16:20:42.914Z[ host-image] Sep 23 16:20:41.702 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22908:20240923T144038Z
82692024-09-23T16:20:42.914Z[ host-image] Sep 23 16:20:41.702 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22908:20240923T144038Z
82702024-09-23T16:20:42.914Z[ host-image] Sep 23 16:20:41.702 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22908:20240923T144039Z
82712024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.702 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22908:20240923T144040Z
82722024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.702 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22908:20240923T144040Z
82732024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.702 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22908:20240923T144040Z
82742024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.703 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22908:20240923T144041Z
82752024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.703 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22908:20240923T144042Z
82762024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.703 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22908:20240923T144043Z
82772024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.703 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22908:20240923T144044Z
82782024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.703 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22908:20240923T144045Z
82792024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.703 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82802024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.703 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22908:20240923T144046Z
82812024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.703 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22908:20240923T144048Z
82822024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.703 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22908:20240923T144049Z
82832024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.704 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22908:20240923T144050Z
82842024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.705 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22908:20240923T144051Z
82852024-09-23T16:20:42.917Z[ host-image] Sep 23 16:20:41.705 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22908:20240923T144052Z
82862024-09-23T16:20:42.925Z[ host-image] Sep 23 16:20:41.714 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82872024-09-23T16:20:42.928Z[ host-image] Sep 23 16:20:41.714 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22908:20240923T144052Z
82882024-09-23T16:20:42.928Z[ host-image] Sep 23 16:20:41.714 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82892024-09-23T16:20:42.928Z[ host-image] Sep 23 16:20:41.714 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82902024-09-23T16:20:42.928Z[ host-image] Sep 23 16:20:41.715 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82912024-09-23T16:20:42.928Z[ host-image] Sep 23 16:20:41.715 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22908:20240923T144052Z
82922024-09-23T16:20:42.928Z[ host-image] Sep 23 16:20:41.715 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82932024-09-23T16:20:42.928Z[ host-image] Sep 23 16:20:41.716 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82942024-09-23T16:20:42.931Z[ host-image] Sep 23 16:20:41.717 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82952024-09-23T16:20:42.931Z[ host-image] Sep 23 16:20:41.717 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82962024-09-23T16:20:42.940Z[ host-image] Sep 23 16:20:41.729 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82972024-09-23T16:20:42.943Z[ host-image] Sep 23 16:20:41.729 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82982024-09-23T16:20:42.943Z[ host-image] Sep 23 16:20:41.729 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82992024-09-23T16:20:42.943Z[ host-image] Sep 23 16:20:41.730 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83002024-09-23T16:20:42.943Z[ host-image] Sep 23 16:20:41.730 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83012024-09-23T16:20:42.943Z[ host-image] Sep 23 16:20:41.731 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83022024-09-23T16:20:42.977Z[ host-image] Sep 23 16:20:41.766 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83032024-09-23T16:20:42.980Z[ host-image] Sep 23 16:20:41.766 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83042024-09-23T16:20:42.980Z[ host-image] Sep 23 16:20:41.767 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83052024-09-23T16:20:42.980Z[ host-image] Sep 23 16:20:41.767 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22908:20240923T144054Z
83062024-09-23T16:20:42.980Z[ host-image] Sep 23 16:20:41.767 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22908:20240923T144100Z
83072024-09-23T16:20:42.980Z[ host-image] Sep 23 16:20:41.768 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83082024-09-23T16:20:42.980Z[ host-image] Sep 23 16:20:41.768 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22908:20240923T144101Z
83092024-09-23T16:20:42.980Z[ host-image] Sep 23 16:20:41.768 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83102024-09-23T16:20:42.980Z[ host-image] Sep 23 16:20:41.768 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83112024-09-23T16:20:42.980Z[ host-image] Sep 23 16:20:41.768 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83122024-09-23T16:20:42.980Z[ host-image] Sep 23 16:20:41.768 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22908:20240923T144101Z
83132024-09-23T16:20:42.983Z[ host-image] Sep 23 16:20:41.768 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83142024-09-23T16:20:42.985Z[ host-image] Sep 23 16:20:41.773 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83152024-09-23T16:20:42.985Z[ host-image] Sep 23 16:20:41.773 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83162024-09-23T16:20:42.985Z[ host-image] Sep 23 16:20:41.773 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83172024-09-23T16:20:42.985Z[ host-image] Sep 23 16:20:41.774 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22908:20240923T144101Z
83182024-09-23T16:20:42.985Z[ host-image] Sep 23 16:20:41.774 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83192024-09-23T16:20:43.000Z[ host-image] Sep 23 16:20:41.788 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83202024-09-23T16:20:43.003Z[ host-image] Sep 23 16:20:41.788 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22908:20240923T144102Z
83212024-09-23T16:20:43.003Z[ host-image] Sep 23 16:20:41.790 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22908:20240923T144102Z
83222024-09-23T16:20:43.003Z[ host-image] Sep 23 16:20:41.791 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22908:20240923T144102Z
83232024-09-23T16:20:43.003Z[ host-image] Sep 23 16:20:41.791 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83242024-09-23T16:20:43.003Z[ host-image] Sep 23 16:20:41.791 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22908:20240923T144104Z
83252024-09-23T16:20:43.005Z[ host-image] Sep 23 16:20:41.792 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22908:20240923T144104Z
83262024-09-23T16:20:43.005Z[ host-image] Sep 23 16:20:41.792 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22908:20240923T144104Z
83272024-09-23T16:20:43.005Z[ host-image] Sep 23 16:20:41.792 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22908:20240923T144104Z
83282024-09-23T16:20:43.008Z[ host-image] Sep 23 16:20:41.796 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83292024-09-23T16:20:43.008Z[ host-image] Sep 23 16:20:41.797 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22908:20240923T144105Z
83302024-09-23T16:20:43.011Z[ host-image] Sep 23 16:20:41.797 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22908:20240923T144106Z
83312024-09-23T16:20:43.011Z[ host-image] Sep 23 16:20:41.797 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83322024-09-23T16:20:43.011Z[ host-image] Sep 23 16:20:41.798 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22908:20240923T144106Z
83332024-09-23T16:20:43.011Z[ host-image] Sep 23 16:20:41.798 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22908:20240923T144106Z
83342024-09-23T16:20:43.011Z[ host-image] Sep 23 16:20:41.798 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22908:20240923T144107Z
83352024-09-23T16:20:43.011Z[ host-image] Sep 23 16:20:41.798 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22908:20240923T144107Z
83362024-09-23T16:20:43.018Z[ host-image] Sep 23 16:20:41.807 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22908:20240923T144107Z
83372024-09-23T16:20:43.018Z[ host-image] Sep 23 16:20:41.807 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
83382024-09-23T16:20:43.021Z[ host-image] Sep 23 16:20:41.809 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22908:20240923T144107Z
83392024-09-23T16:20:43.023Z[ host-image] Sep 23 16:20:41.810 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22908:20240923T144107Z
83402024-09-23T16:20:43.023Z[ host-image] Sep 23 16:20:41.810 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22908:20240923T144107Z
83412024-09-23T16:20:43.023Z[ host-image] Sep 23 16:20:41.811 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22908:20240923T144107Z
83422024-09-23T16:20:43.023Z[ host-image] Sep 23 16:20:41.811 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22908:20240923T144108Z
83432024-09-23T16:20:43.023Z[ host-image] Sep 23 16:20:41.811 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22908:20240923T144108Z
83442024-09-23T16:20:43.033Z[ host-image] Sep 23 16:20:41.821 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22908:20240923T144109Z
83452024-09-23T16:20:43.035Z[ host-image] Sep 23 16:20:41.821 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22908:20240923T144109Z
83462024-09-23T16:20:43.035Z[ host-image] Sep 23 16:20:41.822 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22908:20240923T144109Z
83472024-09-23T16:20:43.035Z[ host-image] Sep 23 16:20:41.823 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22908:20240923T144109Z
83482024-09-23T16:20:43.035Z[ host-image] Sep 23 16:20:41.823 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22908:20240923T144109Z
83492024-09-23T16:20:43.056Z[ host-image] Sep 23 16:20:41.844 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22908:20240923T144113Z
83502024-09-23T16:20:43.056Z[ host-image] Sep 23 16:20:41.844 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22908:20240923T144110Z
83512024-09-23T16:20:43.056Z[ host-image] Sep 23 16:20:41.844 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22908:20240923T144110Z
83522024-09-23T16:20:43.059Z[ host-image] Sep 23 16:20:41.845 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83532024-09-23T16:20:43.059Z[ host-image] Sep 23 16:20:41.845 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83542024-09-23T16:20:43.085Z[ host-image] Sep 23 16:20:41.874 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22908:20240923T144110Z
83552024-09-23T16:20:43.088Z[ host-image] Sep 23 16:20:41.874 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83562024-09-23T16:20:43.088Z[ host-image] Sep 23 16:20:41.874 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22908:20240923T144110Z
83572024-09-23T16:20:43.088Z[ host-image] Sep 23 16:20:41.874 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22908:20240923T144110Z
83582024-09-23T16:20:43.088Z[ host-image] Sep 23 16:20:41.875 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22908:20240923T144111Z
83592024-09-23T16:20:43.088Z[ host-image] Sep 23 16:20:41.876 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83602024-09-23T16:20:43.088Z[ host-image] Sep 23 16:20:41.876 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83612024-09-23T16:20:43.090Z[ host-image] Sep 23 16:20:41.877 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22908:20240923T144112Z
83622024-09-23T16:20:43.090Z[ host-image] Sep 23 16:20:41.877 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22908:20240923T144111Z
83632024-09-23T16:20:43.090Z[ host-image] Sep 23 16:20:41.877 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22908:20240923T144112Z
83642024-09-23T16:20:43.090Z[ host-image] Sep 23 16:20:41.877 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22908:20240923T144112Z
83652024-09-23T16:20:43.090Z[ host-image] Sep 23 16:20:41.877 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22908:20240923T144112Z
83662024-09-23T16:20:43.090Z[ host-image] Sep 23 16:20:41.878 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22908:20240923T144113Z
83672024-09-23T16:20:43.093Z[ host-image] Sep 23 16:20:41.880 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83682024-09-23T16:20:43.093Z[ host-image] Sep 23 16:20:41.881 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22908:20240923T144113Z
83692024-09-23T16:20:43.095Z[ host-image] Sep 23 16:20:41.882 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22908:20240923T144113Z
83702024-09-23T16:20:43.095Z[ host-image] Sep 23 16:20:41.882 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22908:20240923T144113Z
83712024-09-23T16:20:43.095Z[ host-image] Sep 23 16:20:41.883 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22908:20240923T144115Z
83722024-09-23T16:20:43.095Z[ host-image] Sep 23 16:20:41.883 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22908:20240923T144114Z
83732024-09-23T16:20:43.095Z[ host-image] Sep 23 16:20:41.883 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22908:20240923T144114Z
83742024-09-23T16:20:43.095Z[ host-image] Sep 23 16:20:41.883 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83752024-09-23T16:20:43.095Z[ host-image] Sep 23 16:20:41.883 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83762024-09-23T16:20:43.097Z[ host-image] Sep 23 16:20:41.884 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22908:20240923T144116Z
83772024-09-23T16:20:43.097Z[ host-image] Sep 23 16:20:41.884 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22908:20240923T144117Z
83782024-09-23T16:20:43.097Z[ host-image] Sep 23 16:20:41.884 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83792024-09-23T16:20:43.097Z[ host-image] Sep 23 16:20:41.884 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83802024-09-23T16:20:43.097Z[ host-image] Sep 23 16:20:41.884 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83812024-09-23T16:20:43.098Z[ host-image] Sep 23 16:20:41.884 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83822024-09-23T16:20:43.098Z[ host-image] Sep 23 16:20:41.884 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83832024-09-23T16:20:43.098Z[ host-image] Sep 23 16:20:41.885 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83842024-09-23T16:20:43.100Z[ host-image] Sep 23 16:20:41.886 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83852024-09-23T16:20:43.100Z[ host-image] Sep 23 16:20:41.887 INFO O| tempdir @ "/tmp/.tmpjQihby/tmp"
83862024-09-23T16:20:43.100Z[ host-image] Sep 23 16:20:41.887 INFO O| image root @ "/tmp/.tmpjQihby/tmp/root"
83872024-09-23T16:20:43.100Z[ host-image] Sep 23 16:20:41.887 INFO O| creating image...
83882024-09-23T16:20:43.585Z[ host-image] Sep 23 16:20:42.373 INFO O| copying publishers...
83892024-09-23T16:20:48.744Z[ recovery-image] Sep 23 16:20:47.533 INFO O| ok, image written!
83902024-09-23T16:20:48.747Z[ recovery-image] Sep 23 16:20:47.533 INFO O| ok, boot_image_csum file written!
83912024-09-23T16:20:48.750Z[ recovery-image] Sep 23 16:20:47.538 INFO creating boot archive (CPIO)...
83922024-09-23T16:20:48.750Z[ recovery-image] Sep 23 16:20:47.538 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
83932024-09-23T16:20:48.757Z[ recovery-image] Sep 23 16:20:47.545 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83942024-09-23T16:20:48.757Z[ recovery-image] Sep 23 16:20:47.545 INFO E| + outfile=/work/os-recovery/cpio
83952024-09-23T16:20:48.760Z[ recovery-image] Sep 23 16:20:47.545 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83962024-09-23T16:20:48.760Z[ recovery-image] Sep 23 16:20:47.548 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83972024-09-23T16:20:48.760Z[ recovery-image] Sep 23 16:20:47.548 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83982024-09-23T16:20:48.790Z[ recovery-image] Sep 23 16:20:47.578 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83992024-09-23T16:20:48.790Z[ recovery-image] Sep 23 16:20:47.579 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84002024-09-23T16:20:48.796Z[ recovery-image] Sep 23 16:20:47.585 INFO creating compressed cpio/unix for nanobl-rs...
84012024-09-23T16:20:48.800Z[ recovery-image] Sep 23 16:20:47.586 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
84022024-09-23T16:20:49.080Z[ recovery-image] Sep 23 16:20:47.869 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84032024-09-23T16:20:50.636Z[ host-image] Sep 23 16:20:49.424 INFO O| adding properties...
84042024-09-23T16:20:51.624Z[ host-image] Sep 23 16:20:50.413 INFO O| installing packages...
84052024-09-23T16:20:53.431Z[ recovery-image] Sep 23 16:20:52.220 INFO creating reset image...
84062024-09-23T16:20:53.434Z[ recovery-image] Sep 23 16:20:52.220 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84072024-09-23T16:20:53.647Z[ recovery-image] Sep 23 16:20:52.434 INFO E| Updating crates.io index
84082024-09-23T16:20:53.741Z[ recovery-image] Sep 23 16:20:52.530 INFO E| Downloading crates ...
84092024-09-23T16:20:53.817Z[ recovery-image] Sep 23 16:20:52.606 INFO E| Downloaded colorchoice v1.0.2
84102024-09-23T16:20:53.819Z[ recovery-image] Sep 23 16:20:52.608 INFO E| Downloaded anstream v0.6.15
84112024-09-23T16:20:53.823Z[ recovery-image] Sep 23 16:20:52.612 INFO E| Downloaded quote v1.0.37
84122024-09-23T16:20:53.825Z[ recovery-image] Sep 23 16:20:52.615 INFO E| Downloaded is_terminal_polyfill v1.70.1
84132024-09-23T16:20:53.831Z[ recovery-image] Sep 23 16:20:52.620 INFO E| Downloaded utf8parse v0.2.2
84142024-09-23T16:20:53.835Z[ recovery-image] Sep 23 16:20:52.621 INFO E| Downloaded anstyle-parse v0.2.5
84152024-09-23T16:20:53.835Z[ recovery-image] Sep 23 16:20:52.623 INFO E| Downloaded anstyle-query v1.1.1
84162024-09-23T16:20:53.838Z[ recovery-image] Sep 23 16:20:52.625 INFO E| Downloaded shared_child v1.0.1
84172024-09-23T16:20:53.838Z[ recovery-image] Sep 23 16:20:52.626 INFO E| Downloaded os_pipe v1.2.1
84182024-09-23T16:20:53.840Z[ recovery-image] Sep 23 16:20:52.627 INFO E| Downloaded duct v0.13.7
84192024-09-23T16:20:53.840Z[ recovery-image] Sep 23 16:20:52.629 INFO E| Downloaded clap_lex v0.7.2
84202024-09-23T16:20:53.843Z[ recovery-image] Sep 23 16:20:52.631 INFO E| Downloaded clap v4.5.17
84212024-09-23T16:20:53.852Z[ recovery-image] Sep 23 16:20:52.641 INFO E| Downloaded clap_builder v4.5.17
84222024-09-23T16:20:53.858Z[ recovery-image] Sep 23 16:20:52.647 INFO E| Downloaded syn v2.0.77
84232024-09-23T16:20:53.913Z[ recovery-image] Sep 23 16:20:52.702 INFO E| Compiling proc-macro2 v1.0.86
84242024-09-23T16:20:53.913Z[ recovery-image] Sep 23 16:20:52.702 INFO E| Compiling libc v0.2.158
84252024-09-23T16:20:53.917Z[ recovery-image] Sep 23 16:20:52.702 INFO E| Compiling unicode-ident v1.0.12
84262024-09-23T16:20:53.917Z[ recovery-image] Sep 23 16:20:52.703 INFO E| Compiling utf8parse v0.2.2
84272024-09-23T16:20:53.917Z[ recovery-image] Sep 23 16:20:52.703 INFO E| Compiling colorchoice v1.0.2
84282024-09-23T16:20:53.917Z[ recovery-image] Sep 23 16:20:52.703 INFO E| Compiling is_terminal_polyfill v1.70.1
84292024-09-23T16:20:53.917Z[ recovery-image] Sep 23 16:20:52.703 INFO E| Compiling anstyle-query v1.1.1
84302024-09-23T16:20:53.917Z[ recovery-image] Sep 23 16:20:52.703 INFO E| Compiling anstyle v1.0.8
84312024-09-23T16:20:54.119Z[ recovery-image] Sep 23 16:20:52.908 INFO E| Compiling anstyle-parse v0.2.5
84322024-09-23T16:20:54.126Z[ recovery-image] Sep 23 16:20:52.915 INFO E| Compiling strsim v0.11.1
84332024-09-23T16:20:54.126Z[ recovery-image] Sep 23 16:20:52.915 INFO E| Compiling clap_lex v0.7.2
84342024-09-23T16:20:54.129Z[ recovery-image] Sep 23 16:20:52.915 INFO E| Compiling heck v0.5.0
84352024-09-23T16:20:54.244Z[ recovery-image] Sep 23 16:20:53.033 INFO E| Compiling once_cell v1.19.0
84362024-09-23T16:20:54.385Z[ recovery-image] Sep 23 16:20:53.174 INFO E| Compiling anstream v0.6.15
84372024-09-23T16:20:54.744Z[ recovery-image] Sep 23 16:20:53.531 INFO E| Compiling clap_builder v4.5.17
84382024-09-23T16:20:55.128Z[ recovery-image] Sep 23 16:20:53.917 INFO E| Compiling shared_child v1.0.1
84392024-09-23T16:20:55.128Z[ recovery-image] Sep 23 16:20:53.917 INFO E| Compiling os_pipe v1.2.1
84402024-09-23T16:20:55.244Z[ recovery-image] Sep 23 16:20:54.033 INFO E| Compiling duct v0.13.7
84412024-09-23T16:20:55.296Z[ recovery-image] Sep 23 16:20:54.085 INFO E| Compiling quote v1.0.37
84422024-09-23T16:20:55.580Z[ recovery-image] Sep 23 16:20:54.369 INFO E| Compiling syn v2.0.77
84432024-09-23T16:20:59.307Z[ recovery-image] Sep 23 16:20:58.097 INFO E| Compiling clap_derive v4.5.13
84442024-09-23T16:21:01.052Z[ recovery-image] Sep 23 16:20:59.842 INFO E| Compiling clap v4.5.17
84452024-09-23T16:21:01.103Z[ recovery-image] Sep 23 16:20:59.891 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
84462024-09-23T16:21:02.048Z[ recovery-image] Sep 23 16:21:00.838 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.56s
84472024-09-23T16:21:02.059Z[ recovery-image] Sep 23 16:21:00.849 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
84482024-09-23T16:21:02.183Z[ recovery-image] Sep 23 16:21:00.972 INFO E| Updating crates.io index
84492024-09-23T16:21:02.247Z[ recovery-image] Sep 23 16:21:01.037 INFO E| Downloading crates ...
84502024-09-23T16:21:02.310Z[ recovery-image] Sep 23 16:21:01.099 INFO E| Downloaded seq-macro v0.3.5
84512024-09-23T16:21:02.318Z[ recovery-image] Sep 23 16:21:01.108 INFO E| Downloaded cpio_reader v0.1.1
84522024-09-23T16:21:02.320Z[ recovery-image] Sep 23 16:21:01.109 INFO E| Downloaded bit_field v0.10.2
84532024-09-23T16:21:02.328Z[ recovery-image] Sep 23 16:21:01.118 INFO E| Downloaded miniz_oxide v0.7.4
84542024-09-23T16:21:02.333Z[ recovery-image] Sep 23 16:21:01.123 INFO E| Downloaded raw-cpuid v10.7.0
84552024-09-23T16:21:02.454Z[ recovery-image] Sep 23 16:21:01.243 INFO E| Downloaded x86 v0.52.0
84562024-09-23T16:21:02.512Z[ recovery-image] Sep 23 16:21:01.301 INFO E| Updating crates.io index
84572024-09-23T16:21:02.572Z[ recovery-image] Sep 23 16:21:01.361 INFO E| Downloading crates ...
84582024-09-23T16:21:02.633Z[ recovery-image] Sep 23 16:21:01.423 INFO E| Downloaded compiler_builtins v0.1.123
84592024-09-23T16:21:02.702Z[ recovery-image] Sep 23 16:21:01.492 INFO E| Compiling compiler_builtins v0.1.123
84602024-09-23T16:21:02.702Z[ recovery-image] Sep 23 16:21:01.492 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
84612024-09-23T16:21:02.705Z[ recovery-image] Sep 23 16:21:01.492 INFO E| Compiling proc-macro2 v1.0.86
84622024-09-23T16:21:02.705Z[ recovery-image] Sep 23 16:21:01.492 INFO E| Compiling unicode-ident v1.0.12
84632024-09-23T16:21:02.705Z[ recovery-image] Sep 23 16:21:01.492 INFO E| Compiling syn v1.0.109
84642024-09-23T16:21:02.705Z[ recovery-image] Sep 23 16:21:01.492 INFO E| Compiling x86 v0.52.0
84652024-09-23T16:21:02.705Z[ recovery-image] Sep 23 16:21:01.492 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84662024-09-23T16:21:02.708Z[ recovery-image] Sep 23 16:21:01.497 INFO E| Compiling seq-macro v0.3.5
84672024-09-23T16:21:03.780Z[ recovery-image] Sep 23 16:21:02.570 INFO E| Compiling quote v1.0.37
84682024-09-23T16:21:04.012Z[ recovery-image] Sep 23 16:21:02.801 INFO E| Compiling syn v2.0.77
84692024-09-23T16:21:06.284Z[ recovery-image] Sep 23 16:21:05.074 INFO E| Compiling scroll_derive v0.12.0
84702024-09-23T16:21:08.288Z[ recovery-image] Sep 23 16:21:07.078 INFO E| Compiling bitstruct_derive v0.1.0
84712024-09-23T16:21:14.318Z[ host-image] Sep 23 16:21:13.108 INFO O| seeding SMF database...
84722024-09-23T16:21:19.722Z[ recovery-image] Sep 23 16:21:18.512 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
84732024-09-23T16:21:21.314Z[ recovery-image] Sep 23 16:21:20.104 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
84742024-09-23T16:21:22.682Z[ host-image] Sep 23 16:21:21.472 INFO O| configuring SMF profile...
84752024-09-23T16:21:22.685Z[ host-image] Sep 23 16:21:21.472 INFO O| modifying shadow(5)...
84762024-09-23T16:21:22.685Z[ host-image] Sep 23 16:21:21.472 INFO O| loading user and group database...
84772024-09-23T16:21:22.685Z[ host-image] Sep 23 16:21:21.472 INFO O| assessing packaged files...
84782024-09-23T16:21:24.426Z[ recovery-image] Sep 23 16:21:23.209 INFO E| Compiling bitflags v1.3.2
84792024-09-23T16:21:24.426Z[ recovery-image] Sep 23 16:21:23.209 INFO E| Compiling log v0.4.22
84802024-09-23T16:21:24.428Z[ recovery-image] Sep 23 16:21:23.209 INFO E| Compiling bit_field v0.10.2
84812024-09-23T16:21:24.428Z[ recovery-image] Sep 23 16:21:23.209 INFO E| Compiling scroll v0.12.0
84822024-09-23T16:21:24.428Z[ recovery-image] Sep 23 16:21:23.209 INFO E| Compiling adler v1.0.2
84832024-09-23T16:21:24.428Z[ recovery-image] Sep 23 16:21:23.209 INFO E| Compiling plain v0.2.3
84842024-09-23T16:21:24.428Z[ recovery-image] Sep 23 16:21:23.209 INFO E| Compiling bitstruct v0.1.1
84852024-09-23T16:21:24.508Z[ recovery-image] Sep 23 16:21:23.298 INFO E| Compiling raw-cpuid v10.7.0
84862024-09-23T16:21:24.528Z[ recovery-image] Sep 23 16:21:23.318 INFO E| Compiling cpio_reader v0.1.1
84872024-09-23T16:21:24.568Z[ recovery-image] Sep 23 16:21:23.357 INFO E| Compiling miniz_oxide v0.7.4
84882024-09-23T16:21:24.692Z[ recovery-image] Sep 23 16:21:23.483 INFO E| Compiling static_assertions v1.1.0
84892024-09-23T16:21:24.847Z[ recovery-image] Sep 23 16:21:23.636 INFO E| Compiling goblin v0.8.2
84902024-09-23T16:21:25.205Z[ host-image] Sep 23 16:21:23.996 INFO O| creating archive...
84912024-09-23T16:21:25.241Z[ host-image] Sep 23 16:21:24.031 INFO O| missing from packaging:
84922024-09-23T16:21:25.241Z[ host-image] Sep 23 16:21:24.031 INFO O| "etc/.pwd.lock"
84932024-09-23T16:21:25.241Z[ host-image] Sep 23 16:21:24.031 INFO O| "etc/bash"
84942024-09-23T16:21:25.249Z[ host-image] Sep 23 16:21:24.040 INFO O| "etc/svc/profile/generic.xml"
84952024-09-23T16:21:25.249Z[ host-image] Sep 23 16:21:24.040 INFO O| "etc/svc/profile/inetd_services.xml"
84962024-09-23T16:21:25.249Z[ host-image] Sep 23 16:21:24.040 INFO O| "etc/svc/profile/name_service.xml"
84972024-09-23T16:21:25.252Z[ host-image] Sep 23 16:21:24.040 INFO O| "etc/svc/profile/platform.xml"
84982024-09-23T16:21:25.252Z[ host-image] Sep 23 16:21:24.040 INFO O| "etc/svc/profile/platform_omicron1.xml"
84992024-09-23T16:21:25.252Z[ host-image] Sep 23 16:21:24.040 INFO O| "etc/svc/repository.db"
85002024-09-23T16:21:25.258Z[ host-image] Sep 23 16:21:24.049 INFO O| "opt/ooce/share"
85012024-09-23T16:21:25.258Z[ host-image] Sep 23 16:21:24.049 INFO O| "opt/ooce/share/man"
85022024-09-23T16:21:25.261Z[ host-image] Sep 23 16:21:24.049 INFO O| "opt/ooce/share/man/man1"
85032024-09-23T16:21:25.273Z[ host-image] Sep 23 16:21:24.064 INFO O| finishing archive...
85042024-09-23T16:21:28.395Z[ host-image] Sep 23 16:21:27.186 INFO O| creating gzonly manifest...
85052024-09-23T16:21:28.422Z[ host-image] Sep 23 16:21:27.212 INFO O| ok
85062024-09-23T16:21:28.522Z[ host-image] Sep 23 16:21:27.313 INFO image builder template: ramdisk-02-trim...
85072024-09-23T16:21:28.522Z[ host-image] Sep 23 16:21:27.313 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpUHZlYQ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
85082024-09-23T16:21:28.546Z[ host-image] Sep 23 16:21:27.337 INFO O| Sep 23 16:21:27.336 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85092024-09-23T16:21:28.556Z[ host-image] Sep 23 16:21:27.342 INFO O| Sep 23 16:21:27.342 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85102024-09-23T16:21:28.639Z[ host-image] Sep 23 16:21:27.430 INFO O| Sep 23 16:21:27.430 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85112024-09-23T16:21:28.701Z[ host-image] Sep 23 16:21:27.492 INFO O| Sep 23 16:21:27.492 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85122024-09-23T16:21:28.701Z[ host-image] Sep 23 16:21:27.492 INFO O| Sep 23 16:21:27.492 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85132024-09-23T16:21:28.709Z[ host-image] Sep 23 16:21:27.497 INFO O| Sep 23 16:21:27.497 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85142024-09-23T16:21:28.715Z[ host-image] Sep 23 16:21:27.501 INFO O| Sep 23 16:21:27.501 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85152024-09-23T16:21:28.715Z[ host-image] Sep 23 16:21:27.506 INFO O| Sep 23 16:21:27.506 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85162024-09-23T16:21:28.922Z[ host-image] Sep 23 16:21:27.713 INFO O| Sep 23 16:21:27.713 INFO rolled back to input snapshot; work may begin
85172024-09-23T16:21:28.923Z[ host-image] Sep 23 16:21:27.713 INFO O| Sep 23 16:21:27.713 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85182024-09-23T16:21:28.930Z[ host-image] Sep 23 16:21:27.718 INFO O| Sep 23 16:21:27.718 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-09-23T16:21:28.945Z[ host-image] Sep 23 16:21:27.727 INFO O| Sep 23 16:21:27.727 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85202024-09-23T16:21:28.992Z[ host-image] Sep 23 16:21:27.781 INFO O| Sep 23 16:21:27.781 INFO STEP 0 (remove_files) COMPLETE
85212024-09-23T16:21:28.992Z[ host-image] Sep 23 16:21:27.781 INFO O| Sep 23 16:21:27.781 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-09-23T16:21:29.001Z[ host-image] Sep 23 16:21:27.791 INFO O| Sep 23 16:21:27.791 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85232024-09-23T16:21:29.014Z[ host-image] Sep 23 16:21:27.793 INFO O| Sep 23 16:21:27.793 INFO STEP 1 (remove_files) COMPLETE
85242024-09-23T16:21:29.014Z[ host-image] Sep 23 16:21:27.793 INFO O| Sep 23 16:21:27.793 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-09-23T16:21:29.021Z[ host-image] Sep 23 16:21:27.803 INFO O| Sep 23 16:21:27.802 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85262024-09-23T16:21:29.028Z[ host-image] Sep 23 16:21:27.818 INFO O| Sep 23 16:21:27.818 INFO STEP 2 (remove_files) COMPLETE
85272024-09-23T16:21:29.028Z[ host-image] Sep 23 16:21:27.818 INFO O| Sep 23 16:21:27.818 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85282024-09-23T16:21:29.037Z[ host-image] Sep 23 16:21:27.828 INFO O| Sep 23 16:21:27.828 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85292024-09-23T16:21:29.045Z[ host-image] Sep 23 16:21:27.830 INFO O| Sep 23 16:21:27.830 INFO STEP 3 (remove_files) COMPLETE
85302024-09-23T16:21:29.045Z[ host-image] Sep 23 16:21:27.830 INFO O| Sep 23 16:21:27.830 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-09-23T16:21:29.053Z[ host-image] Sep 23 16:21:27.839 INFO O| Sep 23 16:21:27.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85322024-09-23T16:21:29.053Z[ host-image] Sep 23 16:21:27.843 INFO O| Sep 23 16:21:27.843 INFO STEP 4 (remove_files) COMPLETE
85332024-09-23T16:21:29.053Z[ host-image] Sep 23 16:21:27.843 INFO O| Sep 23 16:21:27.843 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-09-23T16:21:29.062Z[ host-image] Sep 23 16:21:27.853 INFO O| Sep 23 16:21:27.853 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85352024-09-23T16:21:29.071Z[ host-image] Sep 23 16:21:27.857 INFO O| Sep 23 16:21:27.857 INFO STEP 5 (remove_files) COMPLETE
85362024-09-23T16:21:29.071Z[ host-image] Sep 23 16:21:27.858 INFO O| Sep 23 16:21:27.857 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85372024-09-23T16:21:29.084Z[ host-image] Sep 23 16:21:27.872 INFO O| Sep 23 16:21:27.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85382024-09-23T16:21:29.092Z[ host-image] Sep 23 16:21:27.883 INFO O| Sep 23 16:21:27.883 INFO STEP 6 (remove_files) COMPLETE
85392024-09-23T16:21:29.092Z[ host-image] Sep 23 16:21:27.883 INFO O| Sep 23 16:21:27.883 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85402024-09-23T16:21:29.107Z[ host-image] Sep 23 16:21:27.894 INFO O| Sep 23 16:21:27.894 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85412024-09-23T16:21:29.119Z[ host-image] Sep 23 16:21:27.910 INFO O| Sep 23 16:21:27.910 INFO STEP 7 (remove_files) COMPLETE
85422024-09-23T16:21:29.119Z[ host-image] Sep 23 16:21:27.910 INFO O| Sep 23 16:21:27.910 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-09-23T16:21:29.133Z[ host-image] Sep 23 16:21:27.924 INFO O| Sep 23 16:21:27.924 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85442024-09-23T16:21:29.233Z[ host-image] Sep 23 16:21:28.024 INFO O| Sep 23 16:21:28.024 INFO STEP 8 (remove_files) COMPLETE
85452024-09-23T16:21:29.233Z[ host-image] Sep 23 16:21:28.024 INFO O| Sep 23 16:21:28.024 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-09-23T16:21:29.243Z[ host-image] Sep 23 16:21:28.035 INFO O| Sep 23 16:21:28.034 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85472024-09-23T16:21:29.331Z[ host-image] Sep 23 16:21:28.122 INFO O| Sep 23 16:21:28.121 INFO STEP 9 (remove_files) COMPLETE
85482024-09-23T16:21:29.331Z[ host-image] Sep 23 16:21:28.122 INFO O| Sep 23 16:21:28.122 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85492024-09-23T16:21:29.341Z[ host-image] Sep 23 16:21:28.132 INFO O| Sep 23 16:21:28.132 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85502024-09-23T16:21:29.349Z[ host-image] Sep 23 16:21:28.135 INFO O| Sep 23 16:21:28.135 INFO STEP 10 (remove_files) COMPLETE
85512024-09-23T16:21:29.349Z[ host-image] Sep 23 16:21:28.135 INFO O| Sep 23 16:21:28.135 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85522024-09-23T16:21:29.358Z[ host-image] Sep 23 16:21:28.144 INFO O| Sep 23 16:21:28.144 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85532024-09-23T16:21:29.358Z[ host-image] Sep 23 16:21:28.145 INFO O| Sep 23 16:21:28.145 INFO STEP 11 (remove_files) COMPLETE
85542024-09-23T16:21:29.358Z[ host-image] Sep 23 16:21:28.145 INFO O| Sep 23 16:21:28.145 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85552024-09-23T16:21:29.367Z[ host-image] Sep 23 16:21:28.154 INFO O| Sep 23 16:21:28.154 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
85562024-09-23T16:21:29.367Z[ host-image] Sep 23 16:21:28.156 INFO O| Sep 23 16:21:28.156 INFO STEP 12 (remove_files) COMPLETE
85572024-09-23T16:21:29.367Z[ host-image] Sep 23 16:21:28.156 INFO O| Sep 23 16:21:28.156 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85582024-09-23T16:21:29.386Z[ host-image] Sep 23 16:21:28.177 INFO O| Sep 23 16:21:28.177 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
85592024-09-23T16:21:29.408Z[ host-image] Sep 23 16:21:28.177 INFO O| Sep 23 16:21:28.177 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
85602024-09-23T16:21:29.408Z[ host-image] Sep 23 16:21:28.178 INFO O| Sep 23 16:21:28.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
85612024-09-23T16:21:29.408Z[ host-image] Sep 23 16:21:28.178 INFO O| Sep 23 16:21:28.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
85622024-09-23T16:21:29.408Z[ host-image] Sep 23 16:21:28.178 INFO O| Sep 23 16:21:28.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
85632024-09-23T16:21:29.408Z[ host-image] Sep 23 16:21:28.178 INFO O| Sep 23 16:21:28.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
85642024-09-23T16:21:29.408Z[ host-image] Sep 23 16:21:28.178 INFO O| Sep 23 16:21:28.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
85652024-09-23T16:21:29.408Z[ host-image] Sep 23 16:21:28.179 INFO O| Sep 23 16:21:28.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
85662024-09-23T16:21:29.408Z[ host-image] Sep 23 16:21:28.179 INFO O| Sep 23 16:21:28.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
85672024-09-23T16:21:29.408Z[ host-image] Sep 23 16:21:28.179 INFO O| Sep 23 16:21:28.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
85682024-09-23T16:21:29.408Z[ host-image] Sep 23 16:21:28.179 INFO O| Sep 23 16:21:28.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
85692024-09-23T16:21:29.409Z[ host-image] Sep 23 16:21:28.179 INFO O| Sep 23 16:21:28.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
85702024-09-23T16:21:29.409Z[ host-image] Sep 23 16:21:28.179 INFO O| Sep 23 16:21:28.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
85712024-09-23T16:21:29.409Z[ host-image] Sep 23 16:21:28.179 INFO O| Sep 23 16:21:28.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
85722024-09-23T16:21:29.409Z[ host-image] Sep 23 16:21:28.179 INFO O| Sep 23 16:21:28.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
85732024-09-23T16:21:29.409Z[ host-image] Sep 23 16:21:28.180 INFO O| Sep 23 16:21:28.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
85742024-09-23T16:21:29.409Z[ host-image] Sep 23 16:21:28.180 INFO O| Sep 23 16:21:28.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
85752024-09-23T16:21:29.724Z[ host-image] Sep 23 16:21:28.514 INFO O| Sep 23 16:21:28.514 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
85762024-09-23T16:21:33.739Z[ host-image] Sep 23 16:21:28.563 INFO O| Sep 23 16:21:28.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
85772024-09-23T16:21:33.739Z[ host-image] Sep 23 16:21:28.565 INFO O| Sep 23 16:21:28.565 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
85782024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.567 INFO O| Sep 23 16:21:28.567 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
85792024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.586 INFO O| Sep 23 16:21:28.586 INFO STEP 13 (remove_files) COMPLETE
85802024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.586 INFO O| Sep 23 16:21:28.586 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.597 INFO O| Sep 23 16:21:28.597 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
85822024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.598 INFO O| Sep 23 16:21:28.598 INFO STEP 14 (remove_files) COMPLETE
85832024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.598 INFO O| Sep 23 16:21:28.598 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.607 INFO O| Sep 23 16:21:28.607 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
85852024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.613 INFO O| Sep 23 16:21:28.613 INFO STEP 15 (remove_files) COMPLETE
85862024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.613 INFO O| Sep 23 16:21:28.613 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.622 INFO O| Sep 23 16:21:28.622 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85882024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.623 INFO O| Sep 23 16:21:28.623 INFO STEP 16 (remove_files) COMPLETE
85892024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.623 INFO O| Sep 23 16:21:28.623 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.632 INFO O| Sep 23 16:21:28.632 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85912024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.633 INFO O| Sep 23 16:21:28.633 INFO STEP 17 (remove_files) COMPLETE
85922024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.633 INFO O| Sep 23 16:21:28.633 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.642 INFO O| Sep 23 16:21:28.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85942024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.642 INFO O| Sep 23 16:21:28.642 INFO STEP 18 (remove_files) COMPLETE
85952024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.642 INFO O| Sep 23 16:21:28.642 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.652 INFO O| Sep 23 16:21:28.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85972024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.652 INFO O| Sep 23 16:21:28.652 INFO STEP 19 (remove_files) COMPLETE
85982024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.652 INFO O| Sep 23 16:21:28.652 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.661 INFO O| Sep 23 16:21:28.661 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86002024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.661 INFO O| Sep 23 16:21:28.661 INFO STEP 20 (remove_files) COMPLETE
86012024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.661 INFO O| Sep 23 16:21:28.661 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.671 INFO O| Sep 23 16:21:28.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86032024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.671 INFO O| Sep 23 16:21:28.671 INFO STEP 21 (remove_files) COMPLETE
86042024-09-23T16:21:33.740Z[ host-image] Sep 23 16:21:28.671 INFO O| Sep 23 16:21:28.671 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86052024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.680 INFO O| Sep 23 16:21:28.680 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86062024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.681 INFO O| Sep 23 16:21:28.680 INFO STEP 22 (remove_files) COMPLETE
86072024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.681 INFO O| Sep 23 16:21:28.681 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.692 INFO O| Sep 23 16:21:28.692 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86092024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.692 INFO O| Sep 23 16:21:28.692 INFO STEP 23 (remove_files) COMPLETE
86102024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.692 INFO O| Sep 23 16:21:28.692 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86112024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.701 INFO O| Sep 23 16:21:28.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86122024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.701 INFO O| Sep 23 16:21:28.701 INFO STEP 24 (remove_files) COMPLETE
86132024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.701 INFO O| Sep 23 16:21:28.701 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86142024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.710 INFO O| Sep 23 16:21:28.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86152024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.710 INFO O| Sep 23 16:21:28.710 INFO STEP 25 (remove_files) COMPLETE
86162024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.710 INFO O| Sep 23 16:21:28.710 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86172024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.721 INFO O| Sep 23 16:21:28.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86182024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.721 INFO O| Sep 23 16:21:28.721 INFO STEP 26 (remove_files) COMPLETE
86192024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.721 INFO O| Sep 23 16:21:28.721 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86202024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.730 INFO O| Sep 23 16:21:28.730 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86212024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.731 INFO O| Sep 23 16:21:28.731 INFO STEP 27 (remove_files) COMPLETE
86222024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.731 INFO O| Sep 23 16:21:28.731 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86232024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.740 INFO O| Sep 23 16:21:28.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86242024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.740 INFO O| Sep 23 16:21:28.740 INFO STEP 28 (remove_files) COMPLETE
86252024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.740 INFO O| Sep 23 16:21:28.740 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86262024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.749 INFO O| Sep 23 16:21:28.749 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86272024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.749 INFO O| Sep 23 16:21:28.749 INFO STEP 29 (remove_files) COMPLETE
86282024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.749 INFO O| Sep 23 16:21:28.749 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86292024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.758 INFO O| Sep 23 16:21:28.758 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86302024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.758 INFO O| Sep 23 16:21:28.758 INFO STEP 30 (remove_files) COMPLETE
86312024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.758 INFO O| Sep 23 16:21:28.758 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86322024-09-23T16:21:33.741Z[ host-image] Sep 23 16:21:28.767 INFO O| Sep 23 16:21:28.767 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86332024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.767 INFO O| Sep 23 16:21:28.767 INFO STEP 31 (remove_files) COMPLETE
86342024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.768 INFO O| Sep 23 16:21:28.767 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86352024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.777 INFO O| Sep 23 16:21:28.776 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86362024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.777 INFO O| Sep 23 16:21:28.777 INFO STEP 32 (remove_files) COMPLETE
86372024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.777 INFO O| Sep 23 16:21:28.777 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.786 INFO O| Sep 23 16:21:28.786 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86392024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.786 INFO O| Sep 23 16:21:28.786 INFO STEP 33 (remove_files) COMPLETE
86402024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.786 INFO O| Sep 23 16:21:28.786 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.795 INFO O| Sep 23 16:21:28.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86422024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.795 INFO O| Sep 23 16:21:28.795 INFO STEP 34 (remove_files) COMPLETE
86432024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.795 INFO O| Sep 23 16:21:28.795 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.804 INFO O| Sep 23 16:21:28.804 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86452024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.804 INFO O| Sep 23 16:21:28.804 INFO STEP 35 (remove_files) COMPLETE
86462024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.804 INFO O| Sep 23 16:21:28.804 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.813 INFO O| Sep 23 16:21:28.813 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86482024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.813 INFO O| Sep 23 16:21:28.813 INFO STEP 36 (remove_files) COMPLETE
86492024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.813 INFO O| Sep 23 16:21:28.813 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.822 INFO O| Sep 23 16:21:28.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
86512024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.822 INFO O| Sep 23 16:21:28.822 INFO STEP 37 (remove_files) COMPLETE
86522024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.822 INFO O| Sep 23 16:21:28.822 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.832 INFO O| Sep 23 16:21:28.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
86542024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.832 INFO O| Sep 23 16:21:28.832 INFO STEP 38 (remove_files) COMPLETE
86552024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.832 INFO O| Sep 23 16:21:28.832 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.841 INFO O| Sep 23 16:21:28.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
86572024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.841 INFO O| Sep 23 16:21:28.841 INFO STEP 39 (remove_files) COMPLETE
86582024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.841 INFO O| Sep 23 16:21:28.841 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.850 INFO O| Sep 23 16:21:28.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
86602024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.850 INFO O| Sep 23 16:21:28.850 INFO STEP 40 (remove_files) COMPLETE
86612024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.850 INFO O| Sep 23 16:21:28.850 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-09-23T16:21:33.742Z[ host-image] Sep 23 16:21:28.860 INFO O| Sep 23 16:21:28.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
86632024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.860 INFO O| Sep 23 16:21:28.860 INFO STEP 41 (remove_files) COMPLETE
86642024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.860 INFO O| Sep 23 16:21:28.860 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.869 INFO O| Sep 23 16:21:28.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
86662024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.869 INFO O| Sep 23 16:21:28.869 INFO STEP 42 (remove_files) COMPLETE
86672024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.869 INFO O| Sep 23 16:21:28.869 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.878 INFO O| Sep 23 16:21:28.878 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
86692024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.878 INFO O| Sep 23 16:21:28.878 INFO STEP 43 (remove_files) COMPLETE
86702024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.878 INFO O| Sep 23 16:21:28.878 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.887 INFO O| Sep 23 16:21:28.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
86722024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.887 INFO O| Sep 23 16:21:28.887 INFO STEP 44 (remove_files) COMPLETE
86732024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.887 INFO O| Sep 23 16:21:28.887 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.896 INFO O| Sep 23 16:21:28.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
86752024-09-23T16:21:33.743Z[ host-image] Sep 23 16:21:28.896 INFO O| Sep 23 16:21:28.896 INFO STEP 45 (remove_files) COMPLETE
86762024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.896 INFO O| Sep 23 16:21:28.896 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.905 INFO O| Sep 23 16:21:28.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
86782024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.905 INFO O| Sep 23 16:21:28.905 INFO STEP 46 (remove_files) COMPLETE
86792024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.905 INFO O| Sep 23 16:21:28.905 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.914 INFO O| Sep 23 16:21:28.914 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
86812024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.914 INFO O| Sep 23 16:21:28.914 INFO STEP 47 (remove_files) COMPLETE
86822024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.914 INFO O| Sep 23 16:21:28.914 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.922 INFO O| Sep 23 16:21:28.922 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
86842024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.923 INFO O| Sep 23 16:21:28.923 INFO STEP 48 (remove_files) COMPLETE
86852024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.923 INFO O| Sep 23 16:21:28.923 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.931 INFO O| Sep 23 16:21:28.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
86872024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.932 INFO O| Sep 23 16:21:28.932 INFO STEP 49 (remove_files) COMPLETE
86882024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.932 INFO O| Sep 23 16:21:28.932 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.941 INFO O| Sep 23 16:21:28.940 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86902024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.941 INFO O| Sep 23 16:21:28.941 INFO STEP 50 (remove_files) COMPLETE
86912024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.941 INFO O| Sep 23 16:21:28.941 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.950 INFO O| Sep 23 16:21:28.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86932024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.950 INFO O| Sep 23 16:21:28.950 INFO STEP 51 (remove_files) COMPLETE
86942024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.950 INFO O| Sep 23 16:21:28.950 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.958 INFO O| Sep 23 16:21:28.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86962024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.959 INFO O| Sep 23 16:21:28.959 INFO STEP 52 (remove_files) COMPLETE
86972024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.959 INFO O| Sep 23 16:21:28.959 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.968 INFO O| Sep 23 16:21:28.967 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86992024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.968 INFO O| Sep 23 16:21:28.968 INFO STEP 53 (remove_files) COMPLETE
87002024-09-23T16:21:34.042Z[ host-image] Sep 23 16:21:28.968 INFO O| Sep 23 16:21:28.968 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:28.977 INFO O| Sep 23 16:21:28.976 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87022024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:28.977 INFO O| Sep 23 16:21:28.977 INFO STEP 54 (remove_files) COMPLETE
87032024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:28.977 INFO O| Sep 23 16:21:28.977 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:28.986 INFO O| Sep 23 16:21:28.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87052024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:28.986 INFO O| Sep 23 16:21:28.986 INFO STEP 55 (remove_files) COMPLETE
87062024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:28.986 INFO O| Sep 23 16:21:28.986 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:28.994 INFO O| Sep 23 16:21:28.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87082024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:28.995 INFO O| Sep 23 16:21:28.994 INFO STEP 56 (remove_files) COMPLETE
87092024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:28.995 INFO O| Sep 23 16:21:28.994 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:29.004 INFO O| Sep 23 16:21:29.004 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87112024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:29.004 INFO O| Sep 23 16:21:29.004 INFO STEP 57 (remove_files) COMPLETE
87122024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:29.004 INFO O| Sep 23 16:21:29.004 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:29.014 INFO O| Sep 23 16:21:29.014 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87142024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:29.014 INFO O| Sep 23 16:21:29.014 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87152024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:29.014 INFO O| Sep 23 16:21:29.014 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87162024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:29.014 INFO O| Sep 23 16:21:29.014 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87172024-09-23T16:21:34.043Z[ host-image] Sep 23 16:21:29.014 INFO O| Sep 23 16:21:29.014 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87182024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.014 INFO O| Sep 23 16:21:29.014 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87192024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.014 INFO O| Sep 23 16:21:29.014 INFO ok!
87202024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.014 INFO O| Sep 23 16:21:29.014 INFO STEP 58 (ensure_file) COMPLETE
87212024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.014 INFO O| Sep 23 16:21:29.014 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.023 INFO O| Sep 23 16:21:29.023 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87232024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.023 INFO O| Sep 23 16:21:29.023 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87242024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.024 INFO O| Sep 23 16:21:29.024 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87252024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.024 INFO O| Sep 23 16:21:29.024 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87262024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.024 INFO O| Sep 23 16:21:29.024 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87272024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.024 INFO O| Sep 23 16:21:29.024 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87282024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.024 INFO O| Sep 23 16:21:29.024 INFO ok!
87292024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.024 INFO O| Sep 23 16:21:29.024 INFO STEP 59 (ensure_file) COMPLETE
87302024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.024 INFO O| Sep 23 16:21:29.024 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.033 INFO O| Sep 23 16:21:29.033 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87322024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.033 INFO O| Sep 23 16:21:29.033 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87332024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.034 INFO O| Sep 23 16:21:29.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87342024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.034 INFO O| Sep 23 16:21:29.034 INFO ok!
87352024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.034 INFO O| Sep 23 16:21:29.034 INFO STEP 60 (ensure_file) COMPLETE
87362024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.034 INFO O| Sep 23 16:21:29.034 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.043 INFO O| Sep 23 16:21:29.042 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87382024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.043 INFO O| Sep 23 16:21:29.043 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87392024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.043 INFO O| Sep 23 16:21:29.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87402024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.043 INFO O| Sep 23 16:21:29.043 INFO ok!
87412024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.043 INFO O| Sep 23 16:21:29.043 INFO STEP 61 (ensure_file) COMPLETE
87422024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.043 INFO O| Sep 23 16:21:29.043 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.052 INFO O| Sep 23 16:21:29.052 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87442024-09-23T16:21:34.044Z[ host-image] Sep 23 16:21:29.052 INFO O| Sep 23 16:21:29.052 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87452024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.052 INFO O| Sep 23 16:21:29.052 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87462024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.052 INFO O| Sep 23 16:21:29.052 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87472024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.052 INFO O| Sep 23 16:21:29.052 INFO ok!
87482024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.052 INFO O| Sep 23 16:21:29.052 INFO STEP 62 (ensure_file) COMPLETE
87492024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.052 INFO O| Sep 23 16:21:29.052 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.061 INFO O| Sep 23 16:21:29.061 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
87512024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.061 INFO O| Sep 23 16:21:29.061 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
87522024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.061 INFO O| Sep 23 16:21:29.061 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87532024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.061 INFO O| Sep 23 16:21:29.061 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87542024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.061 INFO O| Sep 23 16:21:29.061 INFO ok!
87552024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.061 INFO O| Sep 23 16:21:29.061 INFO STEP 63 (ensure_file) COMPLETE
87562024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.061 INFO O| Sep 23 16:21:29.061 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.070 INFO O| Sep 23 16:21:29.070 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
87582024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.070 INFO O| Sep 23 16:21:29.070 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
87592024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.070 INFO O| Sep 23 16:21:29.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
87602024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.070 INFO O| Sep 23 16:21:29.070 INFO ok!
87612024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.070 INFO O| Sep 23 16:21:29.070 INFO STEP 64 (assemble_files) COMPLETE
87622024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.070 INFO O| Sep 23 16:21:29.070 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.079 INFO O| Sep 23 16:21:29.079 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
87642024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.079 INFO O| Sep 23 16:21:29.079 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
87652024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.080 INFO O| Sep 23 16:21:29.080 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87662024-09-23T16:21:34.045Z[ host-image] Sep 23 16:21:29.080 INFO O| Sep 23 16:21:29.080 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87672024-09-23T16:21:34.046Z[ host-image] Sep 23 16:21:29.080 INFO O| Sep 23 16:21:29.080 INFO ok!
87682024-09-23T16:21:34.046Z[ host-image] Sep 23 16:21:29.080 INFO O| Sep 23 16:21:29.080 INFO STEP 65 (ensure_file) COMPLETE
87692024-09-23T16:21:34.046Z[ host-image] Sep 23 16:21:29.080 INFO O| Sep 23 16:21:29.080 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-09-23T16:21:34.046Z[ host-image] Sep 23 16:21:29.088 INFO O| Sep 23 16:21:29.088 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87712024-09-23T16:21:34.046Z[ host-image] Sep 23 16:21:29.089 INFO O| Sep 23 16:21:29.089 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87722024-09-23T16:21:34.046Z[ host-image] Sep 23 16:21:29.089 INFO O| Sep 23 16:21:29.089 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87732024-09-23T16:21:34.046Z[ host-image] Sep 23 16:21:29.089 INFO O| Sep 23 16:21:29.089 INFO STEP 66 (ensure_dir) COMPLETE
87742024-09-23T16:21:34.046Z[ host-image] Sep 23 16:21:29.089 INFO O| Sep 23 16:21:29.089 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-09-23T16:21:34.046Z[ host-image] Sep 23 16:21:29.098 INFO O| Sep 23 16:21:29.098 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
87762024-09-23T16:21:34.081Z[ host-image] Sep 23 16:21:29.098 INFO O| Sep 23 16:21:29.098 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
87772024-09-23T16:21:34.081Z[ host-image] Sep 23 16:21:29.104 INFO O| Sep 23 16:21:29.104 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87782024-09-23T16:21:34.081Z[ host-image] Sep 23 16:21:29.105 INFO O| Sep 23 16:21:29.104 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87792024-09-23T16:21:34.093Z[ host-image] Sep 23 16:21:29.105 INFO O| Sep 23 16:21:29.104 INFO ok!
87802024-09-23T16:21:34.093Z[ host-image] Sep 23 16:21:29.105 INFO O| Sep 23 16:21:29.104 INFO STEP 67 (ensure_file) COMPLETE
87812024-09-23T16:21:34.093Z[ host-image] Sep 23 16:21:29.105 INFO O| Sep 23 16:21:29.104 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822024-09-23T16:21:34.093Z[ host-image] Sep 23 16:21:29.114 INFO O| Sep 23 16:21:29.114 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
87832024-09-23T16:21:34.093Z[ host-image] Sep 23 16:21:29.114 INFO O| Sep 23 16:21:29.114 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
87842024-09-23T16:21:34.094Z[ host-image] Sep 23 16:21:29.114 INFO O| Sep 23 16:21:29.114 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87852024-09-23T16:21:34.094Z[ host-image] Sep 23 16:21:29.114 INFO O| Sep 23 16:21:29.114 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87862024-09-23T16:21:34.094Z[ host-image] Sep 23 16:21:29.114 INFO O| Sep 23 16:21:29.114 INFO ok!
87872024-09-23T16:21:34.094Z[ host-image] Sep 23 16:21:29.114 INFO O| Sep 23 16:21:29.114 INFO STEP 68 (ensure_file) COMPLETE
87882024-09-23T16:21:34.094Z[ host-image] Sep 23 16:21:29.114 INFO O| Sep 23 16:21:29.114 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892024-09-23T16:21:34.094Z[ host-image] Sep 23 16:21:29.127 INFO O| Sep 23 16:21:29.127 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87902024-09-23T16:21:34.094Z[ host-image] Sep 23 16:21:29.127 INFO O| Sep 23 16:21:29.127 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87912024-09-23T16:21:34.094Z[ recovery-image] Sep 23 16:21:29.309 INFO E| Finished `release` profile [optimized] target(s) in 28.44s
87922024-09-23T16:21:34.094Z[ recovery-image] Sep 23 16:21:29.331 INFO building host image...
87932024-09-23T16:21:34.094Z[ recovery-image] Sep 23 16:21:29.332 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
87942024-09-23T16:21:34.094Z[ recovery-image] Sep 23 16:21:29.779 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87952024-09-23T16:21:34.094Z[ host-image] Sep 23 16:21:31.151 INFO O| Sep 23 16:21:31.150 INFO STEP 69 (pack_tar) COMPLETE
87962024-09-23T16:21:34.094Z[ host-image] Sep 23 16:21:31.151 INFO O| Sep 23 16:21:31.150 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87972024-09-23T16:21:34.094Z[ host-image] Sep 23 16:21:31.151 INFO O| Sep 23 16:21:31.151 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87982024-09-23T16:21:34.094Z[ recovery-image] Sep 23 16:21:31.301 INFO image complete! materials are in "/work/os-recovery"
87992024-09-23T16:21:34.094Z[ recovery-image]
88002024-09-23T16:21:34.094Z[ recovery-image] real 7:35.403794181
88012024-09-23T16:21:34.094Z[ recovery-image] user 4:38.518596180
88022024-09-23T16:21:34.094Z[ recovery-image] sys 47.191114264
88032024-09-23T16:21:34.094Z[ recovery-image] trap 0.148879777
88042024-09-23T16:21:34.094Z[ recovery-image] tflt 0.280692420
88052024-09-23T16:21:34.094Z[ recovery-image] dflt 0.829054300
88062024-09-23T16:21:34.094Z[ recovery-image] kflt 0.000707625
88072024-09-23T16:21:34.094Z[ recovery-image] lock 8:48.302934154
88082024-09-23T16:21:34.094Z[ recovery-image] slp 46:45.157094448
88092024-09-23T16:21:34.094Z[ recovery-image] lat 1:01.432981123
88102024-09-23T16:21:34.094Z[ recovery-image] stop 3.317419945
88112024-09-23T16:21:34.095ZSep 23 16:21:31.304 INFO [recovery-image] process exited with exit status: 0 (455.438730256s)
88122024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.335 INFO O| Sep 23 16:21:31.335 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88132024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.464 INFO O| Sep 23 16:21:31.464 INFO completed processing gimlet/ramdisk-02-trim
88142024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.466 INFO image builder template: zfs...
88152024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.466 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpUHZlYQ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
88162024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.480 INFO O| Sep 23 16:21:31.479 INFO skip include "stress" because feature "stress" is not enabled
88172024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.510 INFO O| Sep 23 16:21:31.510 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88182024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.514 INFO O| Sep 23 16:21:31.514 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88192024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.574 INFO O| Sep 23 16:21:31.574 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88202024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.640 INFO O| Sep 23 16:21:31.640 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88212024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.640 INFO O| Sep 23 16:21:31.640 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88222024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.644 INFO O| Sep 23 16:21:31.644 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88232024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.718 INFO O| Sep 23 16:21:31.718 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88242024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.773 INFO O| Sep 23 16:21:31.773 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88252024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.781 INFO O| Sep 23 16:21:31.781 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88262024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.785 INFO O| Sep 23 16:21:31.785 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88272024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.785 INFO O| Sep 23 16:21:31.785 INFO no lofi found
88282024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.785 INFO O| Sep 23 16:21:31.785 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88292024-09-23T16:21:34.095Z[ host-image] Sep 23 16:21:31.785 INFO O| Sep 23 16:21:31.785 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88302024-09-23T16:21:35.217Z[ host-image] Sep 23 16:21:34.009 INFO O| Sep 23 16:21:34.009 INFO lofi device = /dev/dsk/c2t1d0p0
88312024-09-23T16:21:35.217Z[ host-image] Sep 23 16:21:34.009 INFO O| Sep 23 16:21:34.009 INFO pool device = /dev/dsk/c2t1d0p0
88322024-09-23T16:21:35.220Z[ host-image] Sep 23 16:21:34.009 INFO O| Sep 23 16:21:34.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88332024-09-23T16:21:35.280Z[ host-image] Sep 23 16:21:34.072 INFO O| Sep 23 16:21:34.072 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88342024-09-23T16:21:35.281Z[ host-image] Sep 23 16:21:34.072 INFO O| Sep 23 16:21:34.072 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88352024-09-23T16:21:35.298Z[ host-image] Sep 23 16:21:34.090 INFO O| Sep 23 16:21:34.090 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88362024-09-23T16:21:35.353Z[ host-image] Sep 23 16:21:34.143 INFO O| Sep 23 16:21:34.143 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88372024-09-23T16:21:35.387Z[ host-image] Sep 23 16:21:34.178 INFO O| Sep 23 16:21:34.178 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88382024-09-23T16:21:35.398Z[ host-image] Sep 23 16:21:34.189 INFO O| Sep 23 16:21:34.189 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88392024-09-23T16:21:35.407Z[ host-image] Sep 23 16:21:34.198 INFO O| Sep 23 16:21:34.198 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88402024-09-23T16:21:35.449Z[ host-image] Sep 23 16:21:34.240 INFO O| Sep 23 16:21:34.240 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88412024-09-23T16:21:35.451Z[ host-image] Sep 23 16:21:34.240 INFO O| Sep 23 16:21:34.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88422024-09-23T16:21:35.451Z[ host-image] Sep 23 16:21:34.240 INFO O| Sep 23 16:21:34.240 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88432024-09-23T16:21:35.459Z[ host-image] Sep 23 16:21:34.251 INFO O| Sep 23 16:21:34.251 INFO boot environment UUID: 8144d72e-642f-4712-8e8f-bfa83342bc02
88442024-09-23T16:21:35.459Z[ host-image] Sep 23 16:21:34.251 INFO O| Sep 23 16:21:34.251 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8144d72e-642f-4712-8e8f-bfa83342bc02
88452024-09-23T16:21:35.468Z[ host-image] Sep 23 16:21:34.260 INFO O| Sep 23 16:21:34.260 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88462024-09-23T16:21:35.477Z[ host-image] Sep 23 16:21:34.268 INFO O| Sep 23 16:21:34.268 INFO STEP 0 (create_be) COMPLETE
88472024-09-23T16:21:35.477Z[ host-image] Sep 23 16:21:34.269 INFO O| Sep 23 16:21:34.268 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88482024-09-23T16:21:35.490Z[ host-image] Sep 23 16:21:34.282 INFO O| Sep 23 16:21:34.282 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88492024-09-23T16:21:54.727Z[ host-image] Sep 23 16:21:53.519 INFO O| Sep 23 16:21:53.518 INFO STEP 1 (unpack_tar) COMPLETE
88502024-09-23T16:21:54.727Z[ host-image] Sep 23 16:21:53.519 INFO O| Sep 23 16:21:53.518 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88512024-09-23T16:21:54.737Z[ host-image] Sep 23 16:21:53.529 INFO O| Sep 23 16:21:53.529 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88522024-09-23T16:21:54.839Z[ host-image] Sep 23 16:21:53.631 INFO O| Sep 23 16:21:53.631 INFO STEP 2 (devfsadm) COMPLETE
88532024-09-23T16:21:54.839Z[ host-image] Sep 23 16:21:53.631 INFO O| Sep 23 16:21:53.631 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88542024-09-23T16:21:54.850Z[ host-image] Sep 23 16:21:53.641 INFO O| Sep 23 16:21:53.640 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88552024-09-23T16:21:54.850Z[ host-image] Sep 23 16:21:53.641 INFO O| Sep 23 16:21:53.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88562024-09-23T16:21:54.853Z[ host-image] Sep 23 16:21:53.641 INFO O| Sep 23 16:21:53.641 INFO STEP 3 (ensure_dir) COMPLETE
88572024-09-23T16:21:54.853Z[ host-image] Sep 23 16:21:53.641 INFO O| Sep 23 16:21:53.641 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88582024-09-23T16:21:54.857Z[ host-image] Sep 23 16:21:53.650 INFO O| Sep 23 16:21:53.650 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88592024-09-23T16:21:54.860Z[ host-image] Sep 23 16:21:53.650 INFO O| Sep 23 16:21:53.650 INFO STEP 4 (ensure_dir) COMPLETE
88602024-09-23T16:21:54.860Z[ host-image] Sep 23 16:21:53.650 INFO O| Sep 23 16:21:53.650 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88612024-09-23T16:21:54.866Z[ host-image] Sep 23 16:21:53.659 INFO O| Sep 23 16:21:53.658 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88622024-09-23T16:21:54.869Z[ host-image] Sep 23 16:21:53.659 INFO O| Sep 23 16:21:53.659 INFO STEP 5 (ensure_dir) COMPLETE
88632024-09-23T16:21:54.869Z[ host-image] Sep 23 16:21:53.659 INFO O| Sep 23 16:21:53.659 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88642024-09-23T16:21:54.875Z[ host-image] Sep 23 16:21:53.667 INFO O| Sep 23 16:21:53.667 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88652024-09-23T16:21:54.875Z[ host-image] Sep 23 16:21:53.667 INFO O| Sep 23 16:21:53.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88662024-09-23T16:21:54.878Z[ host-image] Sep 23 16:21:53.667 INFO O| Sep 23 16:21:53.667 INFO STEP 6 (ensure_dir) COMPLETE
88672024-09-23T16:21:54.878Z[ host-image] Sep 23 16:21:53.667 INFO O| Sep 23 16:21:53.667 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88682024-09-23T16:21:54.884Z[ host-image] Sep 23 16:21:53.676 INFO O| Sep 23 16:21:53.676 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88692024-09-23T16:21:54.887Z[ host-image] Sep 23 16:21:53.676 INFO O| Sep 23 16:21:53.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88702024-09-23T16:21:54.887Z[ host-image] Sep 23 16:21:53.676 INFO O| Sep 23 16:21:53.676 INFO STEP 7 (ensure_dir) COMPLETE
88712024-09-23T16:21:54.888Z[ host-image] Sep 23 16:21:53.676 INFO O| Sep 23 16:21:53.676 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88722024-09-23T16:21:54.893Z[ host-image] Sep 23 16:21:53.685 INFO O| Sep 23 16:21:53.685 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88732024-09-23T16:21:54.896Z[ host-image] Sep 23 16:21:53.685 INFO O| Sep 23 16:21:53.685 INFO STEP 8 (remove_files) COMPLETE
88742024-09-23T16:21:54.896Z[ host-image] Sep 23 16:21:53.686 INFO O| Sep 23 16:21:53.685 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88752024-09-23T16:21:54.902Z[ host-image] Sep 23 16:21:53.694 INFO O| Sep 23 16:21:53.694 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88762024-09-23T16:21:54.905Z[ host-image] Sep 23 16:21:53.695 INFO O| Sep 23 16:21:53.695 INFO STEP 9 (remove_files) COMPLETE
88772024-09-23T16:21:54.905Z[ host-image] Sep 23 16:21:53.695 INFO O| Sep 23 16:21:53.695 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88782024-09-23T16:21:54.911Z[ host-image] Sep 23 16:21:53.704 INFO O| Sep 23 16:21:53.704 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88792024-09-23T16:21:54.914Z[ host-image] Sep 23 16:21:53.705 INFO O| Sep 23 16:21:53.704 INFO STEP 10 (remove_files) COMPLETE
88802024-09-23T16:21:54.915Z[ host-image] Sep 23 16:21:53.705 INFO O| Sep 23 16:21:53.705 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88812024-09-23T16:21:54.921Z[ host-image] Sep 23 16:21:53.713 INFO O| Sep 23 16:21:53.713 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88822024-09-23T16:21:54.921Z[ host-image] Sep 23 16:21:53.713 INFO O| Sep 23 16:21:53.713 INFO STEP 11 (remove_files) COMPLETE
88832024-09-23T16:21:54.924Z[ host-image] Sep 23 16:21:53.713 INFO O| Sep 23 16:21:53.713 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88842024-09-23T16:21:54.930Z[ host-image] Sep 23 16:21:53.722 INFO O| Sep 23 16:21:53.722 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88852024-09-23T16:21:54.933Z[ host-image] Sep 23 16:21:53.722 INFO O| Sep 23 16:21:53.722 INFO STEP 12 (remove_files) COMPLETE
88862024-09-23T16:21:54.933Z[ host-image] Sep 23 16:21:53.722 INFO O| Sep 23 16:21:53.722 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88872024-09-23T16:21:54.939Z[ host-image] Sep 23 16:21:53.731 INFO O| Sep 23 16:21:53.731 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88882024-09-23T16:21:54.939Z[ host-image] Sep 23 16:21:53.731 INFO O| Sep 23 16:21:53.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88892024-09-23T16:21:54.942Z[ host-image] Sep 23 16:21:53.731 INFO O| Sep 23 16:21:53.731 INFO STEP 13 (ensure_dir) COMPLETE
88902024-09-23T16:21:54.942Z[ host-image] Sep 23 16:21:53.731 INFO O| Sep 23 16:21:53.731 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88912024-09-23T16:21:54.947Z[ host-image] Sep 23 16:21:53.740 INFO O| Sep 23 16:21:53.740 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88922024-09-23T16:21:54.950Z[ host-image] Sep 23 16:21:53.740 INFO O| Sep 23 16:21:53.740 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88932024-09-23T16:21:54.950Z[ host-image] Sep 23 16:21:53.740 INFO O| Sep 23 16:21:53.740 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88942024-09-23T16:21:54.950Z[ host-image] Sep 23 16:21:53.740 INFO O| Sep 23 16:21:53.740 INFO STEP 14 (ensure_dir) COMPLETE
88952024-09-23T16:21:54.951Z[ host-image] Sep 23 16:21:53.740 INFO O| Sep 23 16:21:53.740 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88962024-09-23T16:21:54.957Z[ host-image] Sep 23 16:21:53.749 INFO O| Sep 23 16:21:53.749 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88972024-09-23T16:21:54.960Z[ host-image] Sep 23 16:21:53.749 INFO O| Sep 23 16:21:53.749 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88982024-09-23T16:21:54.960Z[ host-image] Sep 23 16:21:53.749 INFO O| Sep 23 16:21:53.749 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88992024-09-23T16:21:54.960Z[ host-image] Sep 23 16:21:53.749 INFO O| Sep 23 16:21:53.749 INFO STEP 15 (ensure_dir) COMPLETE
89002024-09-23T16:21:54.960Z[ host-image] Sep 23 16:21:53.749 INFO O| Sep 23 16:21:53.749 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89012024-09-23T16:21:54.966Z[ host-image] Sep 23 16:21:53.758 INFO O| Sep 23 16:21:53.758 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89022024-09-23T16:21:54.969Z[ host-image] Sep 23 16:21:53.759 INFO O| Sep 23 16:21:53.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89032024-09-23T16:21:54.969Z[ host-image] Sep 23 16:21:53.759 INFO O| Sep 23 16:21:53.759 INFO STEP 16 (ensure_dir) COMPLETE
89042024-09-23T16:21:54.969Z[ host-image] Sep 23 16:21:53.759 INFO O| Sep 23 16:21:53.759 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89052024-09-23T16:21:54.975Z[ host-image] Sep 23 16:21:53.767 INFO O| Sep 23 16:21:53.767 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89062024-09-23T16:21:54.978Z[ host-image] Sep 23 16:21:53.768 INFO O| Sep 23 16:21:53.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89072024-09-23T16:21:54.978Z[ host-image] Sep 23 16:21:53.768 INFO O| Sep 23 16:21:53.768 INFO STEP 17 (ensure_dir) COMPLETE
89082024-09-23T16:21:54.978Z[ host-image] Sep 23 16:21:53.768 INFO O| Sep 23 16:21:53.768 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89092024-09-23T16:21:54.984Z[ host-image] Sep 23 16:21:53.777 INFO O| Sep 23 16:21:53.777 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89102024-09-23T16:21:54.984Z[ host-image] Sep 23 16:21:53.777 INFO O| Sep 23 16:21:53.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89112024-09-23T16:21:54.987Z[ host-image] Sep 23 16:21:53.777 INFO O| Sep 23 16:21:53.777 INFO ok!
89122024-09-23T16:21:54.987Z[ host-image] Sep 23 16:21:53.777 INFO O| Sep 23 16:21:53.777 INFO STEP 18 (ensure_symlink) COMPLETE
89132024-09-23T16:21:54.987Z[ host-image] Sep 23 16:21:53.777 INFO O| Sep 23 16:21:53.777 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89142024-09-23T16:21:54.993Z[ host-image] Sep 23 16:21:53.786 INFO O| Sep 23 16:21:53.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89152024-09-23T16:21:54.996Z[ host-image] Sep 23 16:21:53.786 INFO O| Sep 23 16:21:53.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89162024-09-23T16:21:54.996Z[ host-image] Sep 23 16:21:53.786 INFO O| Sep 23 16:21:53.786 INFO ok!
89172024-09-23T16:21:54.996Z[ host-image] Sep 23 16:21:53.786 INFO O| Sep 23 16:21:53.786 INFO STEP 19 (ensure_file) COMPLETE
89182024-09-23T16:21:54.996Z[ host-image] Sep 23 16:21:53.786 INFO O| Sep 23 16:21:53.786 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89192024-09-23T16:21:55.003Z[ host-image] Sep 23 16:21:53.795 INFO O| Sep 23 16:21:53.795 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89202024-09-23T16:21:55.003Z[ host-image] Sep 23 16:21:53.795 INFO O| Sep 23 16:21:53.795 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89212024-09-23T16:21:55.006Z[ host-image] Sep 23 16:21:53.795 INFO O| Sep 23 16:21:53.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89222024-09-23T16:21:55.006Z[ host-image] Sep 23 16:21:53.795 INFO O| Sep 23 16:21:53.795 INFO ok!
89232024-09-23T16:21:55.006Z[ host-image] Sep 23 16:21:53.795 INFO O| Sep 23 16:21:53.795 INFO STEP 20 (ensure_symlink) COMPLETE
89242024-09-23T16:21:55.006Z[ host-image] Sep 23 16:21:53.795 INFO O| Sep 23 16:21:53.795 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89252024-09-23T16:21:55.012Z[ host-image] Sep 23 16:21:53.804 INFO O| Sep 23 16:21:53.804 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89262024-09-23T16:21:55.012Z[ host-image] Sep 23 16:21:53.804 INFO O| Sep 23 16:21:53.804 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89272024-09-23T16:21:55.012Z[ host-image] Sep 23 16:21:53.804 INFO O| Sep 23 16:21:53.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89282024-09-23T16:21:55.016Z[ host-image] Sep 23 16:21:53.804 INFO O| Sep 23 16:21:53.804 INFO ok!
89292024-09-23T16:21:55.016Z[ host-image] Sep 23 16:21:53.804 INFO O| Sep 23 16:21:53.804 INFO STEP 21 (ensure_symlink) COMPLETE
89302024-09-23T16:21:55.016Z[ host-image] Sep 23 16:21:53.804 INFO O| Sep 23 16:21:53.804 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89312024-09-23T16:21:55.021Z[ host-image] Sep 23 16:21:53.813 INFO O| Sep 23 16:21:53.813 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89322024-09-23T16:21:55.021Z[ host-image] Sep 23 16:21:53.813 INFO O| Sep 23 16:21:53.813 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89332024-09-23T16:21:55.024Z[ host-image] Sep 23 16:21:53.813 INFO O| Sep 23 16:21:53.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89342024-09-23T16:21:55.024Z[ host-image] Sep 23 16:21:53.813 INFO O| Sep 23 16:21:53.813 INFO ok!
89352024-09-23T16:21:55.024Z[ host-image] Sep 23 16:21:53.813 INFO O| Sep 23 16:21:53.813 INFO STEP 22 (ensure_symlink) COMPLETE
89362024-09-23T16:21:55.024Z[ host-image] Sep 23 16:21:53.813 INFO O| Sep 23 16:21:53.813 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89372024-09-23T16:21:55.030Z[ host-image] Sep 23 16:21:53.823 INFO O| Sep 23 16:21:53.823 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89382024-09-23T16:21:55.030Z[ host-image] Sep 23 16:21:53.823 INFO O| Sep 23 16:21:53.823 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89392024-09-23T16:21:55.033Z[ host-image] Sep 23 16:21:53.823 INFO O| Sep 23 16:21:53.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89402024-09-23T16:21:55.033Z[ host-image] Sep 23 16:21:53.823 INFO O| Sep 23 16:21:53.823 INFO ok!
89412024-09-23T16:21:55.033Z[ host-image] Sep 23 16:21:53.823 INFO O| Sep 23 16:21:53.823 INFO STEP 23 (ensure_symlink) COMPLETE
89422024-09-23T16:21:55.033Z[ host-image] Sep 23 16:21:53.823 INFO O| Sep 23 16:21:53.823 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89432024-09-23T16:21:55.040Z[ host-image] Sep 23 16:21:53.832 INFO O| Sep 23 16:21:53.832 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89442024-09-23T16:21:55.043Z[ host-image] Sep 23 16:21:53.832 INFO O| Sep 23 16:21:53.832 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89452024-09-23T16:21:55.043Z[ host-image] Sep 23 16:21:53.832 INFO O| Sep 23 16:21:53.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89462024-09-23T16:21:55.043Z[ host-image] Sep 23 16:21:53.832 INFO O| Sep 23 16:21:53.832 INFO ok!
89472024-09-23T16:21:55.043Z[ host-image] Sep 23 16:21:53.832 INFO O| Sep 23 16:21:53.832 INFO STEP 24 (ensure_file) COMPLETE
89482024-09-23T16:21:55.043Z[ host-image] Sep 23 16:21:53.832 INFO O| Sep 23 16:21:53.832 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89492024-09-23T16:21:55.049Z[ host-image] Sep 23 16:21:53.842 INFO O| Sep 23 16:21:53.841 INFO updating shadow file
89502024-09-23T16:21:55.052Z[ host-image] Sep 23 16:21:53.842 INFO O| Sep 23 16:21:53.842 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89512024-09-23T16:21:55.052Z[ host-image] Sep 23 16:21:53.842 INFO O| Sep 23 16:21:53.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89522024-09-23T16:21:55.052Z[ host-image] Sep 23 16:21:53.842 INFO O| Sep 23 16:21:53.842 INFO STEP 25 (shadow) COMPLETE
89532024-09-23T16:21:55.053Z[ host-image] Sep 23 16:21:53.842 INFO O| Sep 23 16:21:53.842 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89542024-09-23T16:21:55.058Z[ host-image] Sep 23 16:21:53.851 INFO O| Sep 23 16:21:53.851 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89552024-09-23T16:21:55.058Z[ host-image] Sep 23 16:21:53.851 INFO O| Sep 23 16:21:53.851 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89562024-09-23T16:21:55.058Z[ host-image] Sep 23 16:21:53.851 INFO O| Sep 23 16:21:53.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89572024-09-23T16:21:55.061Z[ host-image] Sep 23 16:21:53.851 INFO O| Sep 23 16:21:53.851 INFO ok!
89582024-09-23T16:21:55.062Z[ host-image] Sep 23 16:21:53.851 INFO O| Sep 23 16:21:53.851 INFO STEP 26 (ensure_file) COMPLETE
89592024-09-23T16:21:55.062Z[ host-image] Sep 23 16:21:53.851 INFO O| Sep 23 16:21:53.851 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89602024-09-23T16:21:55.067Z[ host-image] Sep 23 16:21:53.860 INFO O| Sep 23 16:21:53.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89612024-09-23T16:21:55.067Z[ host-image] Sep 23 16:21:53.860 INFO O| Sep 23 16:21:53.860 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89622024-09-23T16:21:55.070Z[ host-image] Sep 23 16:21:53.860 INFO O| Sep 23 16:21:53.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89632024-09-23T16:21:55.070Z[ host-image] Sep 23 16:21:53.860 INFO O| Sep 23 16:21:53.860 INFO ok!
89642024-09-23T16:21:55.070Z[ host-image] Sep 23 16:21:53.860 INFO O| Sep 23 16:21:53.860 INFO STEP 27 (ensure_file) COMPLETE
89652024-09-23T16:21:55.070Z[ host-image] Sep 23 16:21:53.860 INFO O| Sep 23 16:21:53.860 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89662024-09-23T16:21:55.077Z[ host-image] Sep 23 16:21:53.869 INFO O| Sep 23 16:21:53.869 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89672024-09-23T16:21:55.077Z[ host-image] Sep 23 16:21:53.869 INFO O| Sep 23 16:21:53.869 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89682024-09-23T16:21:55.077Z[ host-image] Sep 23 16:21:53.869 INFO O| Sep 23 16:21:53.869 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89692024-09-23T16:21:55.077Z[ host-image] Sep 23 16:21:53.869 INFO O| Sep 23 16:21:53.869 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89702024-09-23T16:21:55.080Z[ host-image] Sep 23 16:21:53.869 INFO O| Sep 23 16:21:53.869 INFO ok!
89712024-09-23T16:21:55.080Z[ host-image] Sep 23 16:21:53.869 INFO O| Sep 23 16:21:53.869 INFO STEP 28 (ensure_file) COMPLETE
89722024-09-23T16:21:55.080Z[ host-image] Sep 23 16:21:53.869 INFO O| Sep 23 16:21:53.869 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89732024-09-23T16:21:55.086Z[ host-image] Sep 23 16:21:53.878 INFO O| Sep 23 16:21:53.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89742024-09-23T16:21:55.086Z[ host-image] Sep 23 16:21:53.878 INFO O| Sep 23 16:21:53.878 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89752024-09-23T16:21:55.090Z[ host-image] Sep 23 16:21:53.878 INFO O| Sep 23 16:21:53.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89762024-09-23T16:21:55.090Z[ host-image] Sep 23 16:21:53.878 INFO O| Sep 23 16:21:53.878 INFO ok!
89772024-09-23T16:21:55.090Z[ host-image] Sep 23 16:21:53.878 INFO O| Sep 23 16:21:53.878 INFO STEP 29 (ensure_file) COMPLETE
89782024-09-23T16:21:55.090Z[ host-image] Sep 23 16:21:53.878 INFO O| Sep 23 16:21:53.878 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89792024-09-23T16:21:55.094Z[ host-image] Sep 23 16:21:53.887 INFO O| Sep 23 16:21:53.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89802024-09-23T16:21:55.094Z[ host-image] Sep 23 16:21:53.887 INFO O| Sep 23 16:21:53.887 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89812024-09-23T16:21:55.097Z[ host-image] Sep 23 16:21:53.887 INFO O| Sep 23 16:21:53.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89822024-09-23T16:21:55.097Z[ host-image] Sep 23 16:21:53.887 INFO O| Sep 23 16:21:53.887 INFO ok!
89832024-09-23T16:21:55.097Z[ host-image] Sep 23 16:21:53.887 INFO O| Sep 23 16:21:53.887 INFO STEP 30 (ensure_file) COMPLETE
89842024-09-23T16:21:55.097Z[ host-image] Sep 23 16:21:53.887 INFO O| Sep 23 16:21:53.887 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89852024-09-23T16:21:55.104Z[ host-image] Sep 23 16:21:53.897 INFO O| Sep 23 16:21:53.896 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89862024-09-23T16:21:55.104Z[ host-image] Sep 23 16:21:53.897 INFO O| Sep 23 16:21:53.897 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89872024-09-23T16:21:55.107Z[ host-image] Sep 23 16:21:53.897 INFO O| Sep 23 16:21:53.897 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89882024-09-23T16:21:55.107Z[ host-image] Sep 23 16:21:53.897 INFO O| Sep 23 16:21:53.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89892024-09-23T16:21:55.107Z[ host-image] Sep 23 16:21:53.897 INFO O| Sep 23 16:21:53.897 INFO ok!
89902024-09-23T16:21:55.107Z[ host-image] Sep 23 16:21:53.897 INFO O| Sep 23 16:21:53.897 INFO STEP 31 (ensure_file) COMPLETE
89912024-09-23T16:21:55.107Z[ host-image] Sep 23 16:21:53.897 INFO O| Sep 23 16:21:53.897 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89922024-09-23T16:21:55.114Z[ host-image] Sep 23 16:21:53.906 INFO O| Sep 23 16:21:53.906 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89932024-09-23T16:21:55.114Z[ host-image] Sep 23 16:21:53.906 INFO O| Sep 23 16:21:53.906 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89942024-09-23T16:21:55.117Z[ host-image] Sep 23 16:21:53.906 INFO O| Sep 23 16:21:53.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89952024-09-23T16:21:55.117Z[ host-image] Sep 23 16:21:53.906 INFO O| Sep 23 16:21:53.906 INFO ok!
89962024-09-23T16:21:55.118Z[ host-image] Sep 23 16:21:53.906 INFO O| Sep 23 16:21:53.906 INFO STEP 32 (ensure_file) COMPLETE
89972024-09-23T16:21:55.118Z[ host-image] Sep 23 16:21:53.906 INFO O| Sep 23 16:21:53.906 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89982024-09-23T16:21:55.122Z[ host-image] Sep 23 16:21:53.915 INFO O| Sep 23 16:21:53.915 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89992024-09-23T16:21:55.122Z[ host-image] Sep 23 16:21:53.915 INFO O| Sep 23 16:21:53.915 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90002024-09-23T16:21:55.125Z[ host-image] Sep 23 16:21:53.915 INFO O| Sep 23 16:21:53.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90012024-09-23T16:21:55.125Z[ host-image] Sep 23 16:21:53.915 INFO O| Sep 23 16:21:53.915 INFO ok!
90022024-09-23T16:21:55.125Z[ host-image] Sep 23 16:21:53.915 INFO O| Sep 23 16:21:53.915 INFO STEP 33 (ensure_file) COMPLETE
90032024-09-23T16:21:55.125Z[ host-image] Sep 23 16:21:53.915 INFO O| Sep 23 16:21:53.915 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90042024-09-23T16:21:55.131Z[ host-image] Sep 23 16:21:53.924 INFO O| Sep 23 16:21:53.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90052024-09-23T16:21:55.136Z[ host-image] Sep 23 16:21:53.924 INFO O| Sep 23 16:21:53.924 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90062024-09-23T16:21:55.136Z[ host-image] Sep 23 16:21:53.924 INFO O| Sep 23 16:21:53.924 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90072024-09-23T16:21:55.136Z[ host-image] Sep 23 16:21:53.924 INFO O| Sep 23 16:21:53.924 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90082024-09-23T16:21:55.136Z[ host-image] Sep 23 16:21:53.924 INFO O| Sep 23 16:21:53.924 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90092024-09-23T16:21:55.136Z[ host-image] Sep 23 16:21:53.924 INFO O| Sep 23 16:21:53.924 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90102024-09-23T16:21:55.136Z[ host-image] Sep 23 16:21:53.924 INFO O| Sep 23 16:21:53.924 INFO ok!
90112024-09-23T16:21:55.136Z[ host-image] Sep 23 16:21:53.924 INFO O| Sep 23 16:21:53.924 INFO STEP 34 (ensure_file) COMPLETE
90122024-09-23T16:21:55.137Z[ host-image] Sep 23 16:21:53.924 INFO O| Sep 23 16:21:53.924 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90132024-09-23T16:21:55.141Z[ host-image] Sep 23 16:21:53.934 INFO O| Sep 23 16:21:53.934 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90142024-09-23T16:21:55.143Z[ host-image] Sep 23 16:21:53.934 INFO O| Sep 23 16:21:53.934 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90152024-09-23T16:21:55.143Z[ host-image] Sep 23 16:21:53.934 INFO O| Sep 23 16:21:53.934 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90162024-09-23T16:21:55.143Z[ host-image] Sep 23 16:21:53.934 INFO O| Sep 23 16:21:53.934 INFO STEP 35 (ensure_dir) COMPLETE
90172024-09-23T16:21:55.143Z[ host-image] Sep 23 16:21:53.934 INFO O| Sep 23 16:21:53.934 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90182024-09-23T16:21:55.150Z[ host-image] Sep 23 16:21:53.943 INFO O| Sep 23 16:21:53.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
90192024-09-23T16:21:55.150Z[ host-image] Sep 23 16:21:53.943 INFO O| Sep 23 16:21:53.943 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
90202024-09-23T16:21:55.152Z[ host-image] Sep 23 16:21:53.943 INFO O| Sep 23 16:21:53.943 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90212024-09-23T16:21:55.152Z[ host-image] Sep 23 16:21:53.943 INFO O| Sep 23 16:21:53.943 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90222024-09-23T16:21:55.153Z[ host-image] Sep 23 16:21:53.943 INFO O| Sep 23 16:21:53.943 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90232024-09-23T16:21:55.153Z[ host-image] Sep 23 16:21:53.943 INFO O| Sep 23 16:21:53.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90242024-09-23T16:21:55.153Z[ host-image] Sep 23 16:21:53.943 INFO O| Sep 23 16:21:53.943 INFO ok!
90252024-09-23T16:21:55.153Z[ host-image] Sep 23 16:21:53.943 INFO O| Sep 23 16:21:53.943 INFO STEP 36 (ensure_file) COMPLETE
90262024-09-23T16:21:55.153Z[ host-image] Sep 23 16:21:53.943 INFO O| Sep 23 16:21:53.943 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90272024-09-23T16:21:55.160Z[ host-image] Sep 23 16:21:53.952 INFO O| Sep 23 16:21:53.952 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90282024-09-23T16:21:55.160Z[ host-image] Sep 23 16:21:53.952 INFO O| Sep 23 16:21:53.952 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
90292024-09-23T16:21:55.163Z[ host-image] Sep 23 16:21:53.952 INFO O| Sep 23 16:21:53.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90302024-09-23T16:21:55.163Z[ host-image] Sep 23 16:21:53.952 INFO O| Sep 23 16:21:53.952 INFO ok!
90312024-09-23T16:21:55.163Z[ host-image] Sep 23 16:21:53.952 INFO O| Sep 23 16:21:53.952 INFO STEP 37 (ensure_symlink) COMPLETE
90322024-09-23T16:21:55.163Z[ host-image] Sep 23 16:21:53.952 INFO O| Sep 23 16:21:53.952 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90332024-09-23T16:21:55.169Z[ host-image] Sep 23 16:21:53.961 INFO O| Sep 23 16:21:53.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90342024-09-23T16:21:55.169Z[ host-image] Sep 23 16:21:53.961 INFO O| Sep 23 16:21:53.961 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90352024-09-23T16:21:55.171Z[ host-image] Sep 23 16:21:53.962 INFO O| Sep 23 16:21:53.962 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90362024-09-23T16:21:55.171Z[ host-image] Sep 23 16:21:53.962 INFO O| Sep 23 16:21:53.962 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90372024-09-23T16:21:55.171Z[ host-image] Sep 23 16:21:53.962 INFO O| Sep 23 16:21:53.962 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90382024-09-23T16:21:55.171Z[ host-image] Sep 23 16:21:53.962 INFO O| Sep 23 16:21:53.962 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90392024-09-23T16:21:55.171Z[ host-image] Sep 23 16:21:53.962 INFO O| Sep 23 16:21:53.962 INFO ok!
90402024-09-23T16:21:55.171Z[ host-image] Sep 23 16:21:53.962 INFO O| Sep 23 16:21:53.962 INFO STEP 38 (ensure_file) COMPLETE
90412024-09-23T16:21:55.171Z[ host-image] Sep 23 16:21:53.962 INFO O| Sep 23 16:21:53.962 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90422024-09-23T16:21:55.178Z[ host-image] Sep 23 16:21:53.971 INFO O| Sep 23 16:21:53.971 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90432024-09-23T16:21:55.178Z[ host-image] Sep 23 16:21:53.971 INFO O| Sep 23 16:21:53.971 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
90442024-09-23T16:21:55.181Z[ host-image] Sep 23 16:21:53.971 INFO O| Sep 23 16:21:53.971 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90452024-09-23T16:21:55.181Z[ host-image] Sep 23 16:21:53.971 INFO O| Sep 23 16:21:53.971 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90462024-09-23T16:21:55.181Z[ host-image] Sep 23 16:21:53.971 INFO O| Sep 23 16:21:53.971 INFO ok!
90472024-09-23T16:21:55.181Z[ host-image] Sep 23 16:21:53.971 INFO O| Sep 23 16:21:53.971 INFO STEP 39 (ensure_file) COMPLETE
90482024-09-23T16:21:55.181Z[ host-image] Sep 23 16:21:53.971 INFO O| Sep 23 16:21:53.971 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90492024-09-23T16:21:55.187Z[ host-image] Sep 23 16:21:53.980 INFO O| Sep 23 16:21:53.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90502024-09-23T16:21:55.190Z[ host-image] Sep 23 16:21:53.980 INFO O| Sep 23 16:21:53.980 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90512024-09-23T16:21:55.190Z[ host-image] Sep 23 16:21:53.980 INFO O| Sep 23 16:21:53.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90522024-09-23T16:21:55.190Z[ host-image] Sep 23 16:21:53.980 INFO O| Sep 23 16:21:53.980 INFO ok!
90532024-09-23T16:21:55.190Z[ host-image] Sep 23 16:21:53.980 INFO O| Sep 23 16:21:53.980 INFO STEP 40 (ensure_file) COMPLETE
90542024-09-23T16:21:55.190Z[ host-image] Sep 23 16:21:53.980 INFO O| Sep 23 16:21:53.980 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90552024-09-23T16:21:55.197Z[ host-image] Sep 23 16:21:53.989 INFO O| Sep 23 16:21:53.989 INFO updating shadow file
90562024-09-23T16:21:55.199Z[ host-image] Sep 23 16:21:53.990 INFO O| Sep 23 16:21:53.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90572024-09-23T16:21:55.199Z[ host-image] Sep 23 16:21:53.990 INFO O| Sep 23 16:21:53.990 INFO STEP 41 (shadow) COMPLETE
90582024-09-23T16:21:55.199Z[ host-image] Sep 23 16:21:53.990 INFO O| Sep 23 16:21:53.990 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90592024-09-23T16:21:55.206Z[ host-image] Sep 23 16:21:53.999 INFO O| Sep 23 16:21:53.999 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90602024-09-23T16:21:55.206Z[ host-image] Sep 23 16:21:53.999 INFO O| Sep 23 16:21:53.999 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90612024-09-23T16:21:55.208Z[ host-image] Sep 23 16:21:53.999 INFO O| Sep 23 16:21:53.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90622024-09-23T16:21:55.208Z[ host-image] Sep 23 16:21:53.999 INFO O| Sep 23 16:21:53.999 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90632024-09-23T16:21:55.208Z[ host-image] Sep 23 16:21:53.999 INFO O| Sep 23 16:21:53.999 INFO ok!
90642024-09-23T16:21:55.208Z[ host-image] Sep 23 16:21:53.999 INFO O| Sep 23 16:21:53.999 INFO STEP 42 (ensure_file) COMPLETE
90652024-09-23T16:21:55.208Z[ host-image] Sep 23 16:21:53.999 INFO O| Sep 23 16:21:53.999 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90662024-09-23T16:21:55.208Z[ host-image] Sep 23 16:21:53.999 INFO O| Sep 23 16:21:53.999 INFO skip step because feature "mfg" is not enabled
90672024-09-23T16:21:55.208Z[ host-image] Sep 23 16:21:53.999 INFO O| Sep 23 16:21:53.999 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90682024-09-23T16:21:55.209Z[ host-image] Sep 23 16:21:53.999 INFO O| Sep 23 16:21:53.999 INFO skip step because feature "mfg" is not enabled
90692024-09-23T16:21:55.209Z[ host-image] Sep 23 16:21:53.999 INFO O| Sep 23 16:21:53.999 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90702024-09-23T16:21:55.217Z[ host-image] Sep 23 16:21:54.009 INFO O| Sep 23 16:21:54.009 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90712024-09-23T16:21:55.217Z[ host-image] Sep 23 16:21:54.009 INFO O| Sep 23 16:21:54.009 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90722024-09-23T16:21:55.845Z[ host-image] Sep 23 16:21:54.638 INFO O| Sep 23 16:21:54.638 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90732024-09-23T16:21:55.845Z[ host-image] Sep 23 16:21:54.638 INFO O| Sep 23 16:21:54.638 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90742024-09-23T16:21:55.845Z[ host-image] Sep 23 16:21:54.638 INFO O| Sep 23 16:21:54.638 INFO ok!
90752024-09-23T16:21:55.848Z[ host-image] Sep 23 16:21:54.638 INFO O| Sep 23 16:21:54.638 INFO STEP 45 (ensure_file) COMPLETE
90762024-09-23T16:21:55.848Z[ host-image] Sep 23 16:21:54.638 INFO O| Sep 23 16:21:54.638 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90772024-09-23T16:21:55.857Z[ host-image] Sep 23 16:21:54.649 INFO O| Sep 23 16:21:54.649 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90782024-09-23T16:21:55.857Z[ host-image] Sep 23 16:21:54.649 INFO O| Sep 23 16:21:54.649 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90792024-09-23T16:21:55.857Z[ host-image] Sep 23 16:21:54.649 INFO O| Sep 23 16:21:54.649 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90802024-09-23T16:21:55.860Z[ host-image] Sep 23 16:21:54.649 INFO O| Sep 23 16:21:54.649 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90812024-09-23T16:21:55.860Z[ host-image] Sep 23 16:21:54.649 INFO O| Sep 23 16:21:54.649 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90822024-09-23T16:21:55.860Z[ host-image] Sep 23 16:21:54.649 INFO O| Sep 23 16:21:54.649 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90832024-09-23T16:21:55.860Z[ host-image] Sep 23 16:21:54.649 INFO O| Sep 23 16:21:54.649 INFO ok!
90842024-09-23T16:21:55.860Z[ host-image] Sep 23 16:21:54.649 INFO O| Sep 23 16:21:54.649 INFO STEP 46 (ensure_file) COMPLETE
90852024-09-23T16:21:55.860Z[ host-image] Sep 23 16:21:54.649 INFO O| Sep 23 16:21:54.649 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90862024-09-23T16:21:55.866Z[ host-image] Sep 23 16:21:54.659 INFO O| Sep 23 16:21:54.658 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90872024-09-23T16:21:55.866Z[ host-image] Sep 23 16:21:54.659 INFO O| Sep 23 16:21:54.659 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
90882024-09-23T16:21:55.869Z[ host-image] Sep 23 16:21:54.659 INFO O| Sep 23 16:21:54.659 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90892024-09-23T16:21:55.869Z[ host-image] Sep 23 16:21:54.659 INFO O| Sep 23 16:21:54.659 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90902024-09-23T16:21:55.869Z[ host-image] Sep 23 16:21:54.659 INFO O| Sep 23 16:21:54.659 INFO ok!
90912024-09-23T16:21:55.869Z[ host-image] Sep 23 16:21:54.659 INFO O| Sep 23 16:21:54.659 INFO STEP 47 (ensure_file) COMPLETE
90922024-09-23T16:21:55.869Z[ host-image] Sep 23 16:21:54.659 INFO O| Sep 23 16:21:54.659 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90932024-09-23T16:21:55.875Z[ host-image] Sep 23 16:21:54.668 INFO O| Sep 23 16:21:54.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90942024-09-23T16:21:55.878Z[ host-image] Sep 23 16:21:54.668 INFO O| Sep 23 16:21:54.668 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90952024-09-23T16:21:55.878Z[ host-image] Sep 23 16:21:54.668 INFO O| Sep 23 16:21:54.668 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90962024-09-23T16:21:55.878Z[ host-image] Sep 23 16:21:54.668 INFO O| Sep 23 16:21:54.668 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90972024-09-23T16:21:55.878Z[ host-image] Sep 23 16:21:54.668 INFO O| Sep 23 16:21:54.668 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90982024-09-23T16:21:55.878Z[ host-image] Sep 23 16:21:54.668 INFO O| Sep 23 16:21:54.668 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90992024-09-23T16:21:55.878Z[ host-image] Sep 23 16:21:54.668 INFO O| Sep 23 16:21:54.668 INFO ok!
91002024-09-23T16:21:55.878Z[ host-image] Sep 23 16:21:54.668 INFO O| Sep 23 16:21:54.668 INFO STEP 48 (ensure_file) COMPLETE
91012024-09-23T16:21:55.878Z[ host-image] Sep 23 16:21:54.668 INFO O| Sep 23 16:21:54.668 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91022024-09-23T16:21:55.885Z[ host-image] Sep 23 16:21:54.678 INFO O| Sep 23 16:21:54.678 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91032024-09-23T16:21:55.885Z[ host-image] Sep 23 16:21:54.678 INFO O| Sep 23 16:21:54.678 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
91042024-09-23T16:21:55.887Z[ host-image] Sep 23 16:21:54.678 INFO O| Sep 23 16:21:54.678 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91052024-09-23T16:21:55.887Z[ host-image] Sep 23 16:21:54.678 INFO O| Sep 23 16:21:54.678 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91062024-09-23T16:21:55.887Z[ host-image] Sep 23 16:21:54.678 INFO O| Sep 23 16:21:54.678 INFO ok!
91072024-09-23T16:21:55.887Z[ host-image] Sep 23 16:21:54.678 INFO O| Sep 23 16:21:54.678 INFO STEP 49 (ensure_file) COMPLETE
91082024-09-23T16:21:55.887Z[ host-image] Sep 23 16:21:54.678 INFO O| Sep 23 16:21:54.678 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91092024-09-23T16:21:55.894Z[ host-image] Sep 23 16:21:54.687 INFO O| Sep 23 16:21:54.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91102024-09-23T16:21:55.894Z[ host-image] Sep 23 16:21:54.687 INFO O| Sep 23 16:21:54.687 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91112024-09-23T16:21:55.897Z[ host-image] Sep 23 16:21:54.687 INFO O| Sep 23 16:21:54.687 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91122024-09-23T16:21:55.897Z[ host-image] Sep 23 16:21:54.687 INFO O| Sep 23 16:21:54.687 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91132024-09-23T16:21:55.897Z[ host-image] Sep 23 16:21:54.687 INFO O| Sep 23 16:21:54.687 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91142024-09-23T16:21:55.897Z[ host-image] Sep 23 16:21:54.687 INFO O| Sep 23 16:21:54.687 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91152024-09-23T16:21:55.897Z[ host-image] Sep 23 16:21:54.687 INFO O| Sep 23 16:21:54.687 INFO ok!
91162024-09-23T16:21:55.897Z[ host-image] Sep 23 16:21:54.687 INFO O| Sep 23 16:21:54.687 INFO STEP 50 (ensure_file) COMPLETE
91172024-09-23T16:21:55.897Z[ host-image] Sep 23 16:21:54.687 INFO O| Sep 23 16:21:54.687 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91182024-09-23T16:21:55.906Z[ host-image] Sep 23 16:21:54.696 INFO O| Sep 23 16:21:54.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91192024-09-23T16:21:55.906Z[ host-image] Sep 23 16:21:54.696 INFO O| Sep 23 16:21:54.696 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
91202024-09-23T16:21:55.909Z[ host-image] Sep 23 16:21:54.696 INFO O| Sep 23 16:21:54.696 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91212024-09-23T16:21:55.909Z[ host-image] Sep 23 16:21:54.696 INFO O| Sep 23 16:21:54.696 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91222024-09-23T16:21:55.909Z[ host-image] Sep 23 16:21:54.697 INFO O| Sep 23 16:21:54.696 INFO ok!
91232024-09-23T16:21:55.909Z[ host-image] Sep 23 16:21:54.697 INFO O| Sep 23 16:21:54.696 INFO STEP 51 (ensure_file) COMPLETE
91242024-09-23T16:21:55.909Z[ host-image] Sep 23 16:21:54.697 INFO O| Sep 23 16:21:54.696 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91252024-09-23T16:21:55.913Z[ host-image] Sep 23 16:21:54.706 INFO O| Sep 23 16:21:54.706 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91262024-09-23T16:21:55.913Z[ host-image] Sep 23 16:21:54.706 INFO O| Sep 23 16:21:54.706 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
91272024-09-23T16:21:55.916Z[ host-image] Sep 23 16:21:54.706 INFO O| Sep 23 16:21:54.706 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91282024-09-23T16:21:55.916Z[ host-image] Sep 23 16:21:54.706 INFO O| Sep 23 16:21:54.706 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91292024-09-23T16:21:55.916Z[ host-image] Sep 23 16:21:54.706 INFO O| Sep 23 16:21:54.706 INFO ok!
91302024-09-23T16:21:55.916Z[ host-image] Sep 23 16:21:54.706 INFO O| Sep 23 16:21:54.706 INFO STEP 52 (ensure_file) COMPLETE
91312024-09-23T16:21:55.916Z[ host-image] Sep 23 16:21:54.706 INFO O| Sep 23 16:21:54.706 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91322024-09-23T16:21:55.922Z[ host-image] Sep 23 16:21:54.715 INFO O| Sep 23 16:21:54.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91332024-09-23T16:21:55.922Z[ host-image] Sep 23 16:21:54.715 INFO O| Sep 23 16:21:54.715 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
91342024-09-23T16:21:55.925Z[ host-image] Sep 23 16:21:54.715 INFO O| Sep 23 16:21:54.715 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91352024-09-23T16:21:55.925Z[ host-image] Sep 23 16:21:54.715 INFO O| Sep 23 16:21:54.715 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91362024-09-23T16:21:55.925Z[ host-image] Sep 23 16:21:54.715 INFO O| Sep 23 16:21:54.715 INFO ok!
91372024-09-23T16:21:55.925Z[ host-image] Sep 23 16:21:54.715 INFO O| Sep 23 16:21:54.715 INFO STEP 53 (ensure_file) COMPLETE
91382024-09-23T16:21:55.925Z[ host-image] Sep 23 16:21:54.715 INFO O| Sep 23 16:21:54.715 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-09-23T16:21:55.931Z[ host-image] Sep 23 16:21:54.724 INFO O| Sep 23 16:21:54.724 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91402024-09-23T16:21:55.931Z[ host-image] Sep 23 16:21:54.724 INFO O| Sep 23 16:21:54.724 INFO STEP 54 (ensure_dir) COMPLETE
91412024-09-23T16:21:55.934Z[ host-image] Sep 23 16:21:54.724 INFO O| Sep 23 16:21:54.724 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91422024-09-23T16:21:55.940Z[ host-image] Sep 23 16:21:54.733 INFO O| Sep 23 16:21:54.733 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91432024-09-23T16:21:55.940Z[ host-image] Sep 23 16:21:54.733 INFO O| Sep 23 16:21:54.733 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91442024-09-23T16:21:55.942Z[ host-image] Sep 23 16:21:54.733 INFO O| Sep 23 16:21:54.733 INFO STEP 55 (ensure_dir) COMPLETE
91452024-09-23T16:21:55.943Z[ host-image] Sep 23 16:21:54.733 INFO O| Sep 23 16:21:54.733 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91462024-09-23T16:21:55.949Z[ host-image] Sep 23 16:21:54.742 INFO O| Sep 23 16:21:54.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91472024-09-23T16:21:55.949Z[ host-image] Sep 23 16:21:54.742 INFO O| Sep 23 16:21:54.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91482024-09-23T16:21:55.952Z[ host-image] Sep 23 16:21:54.742 INFO O| Sep 23 16:21:54.742 INFO STEP 56 (ensure_dir) COMPLETE
91492024-09-23T16:21:55.952Z[ host-image] Sep 23 16:21:54.742 INFO O| Sep 23 16:21:54.742 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91502024-09-23T16:21:55.959Z[ host-image] Sep 23 16:21:54.751 INFO O| Sep 23 16:21:54.751 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91512024-09-23T16:21:55.959Z[ host-image] Sep 23 16:21:54.751 INFO O| Sep 23 16:21:54.751 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91522024-09-23T16:21:55.972Z[ host-image] Sep 23 16:21:54.765 INFO O| Sep 23 16:21:54.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
91532024-09-23T16:21:55.972Z[ host-image] Sep 23 16:21:54.765 INFO O| Sep 23 16:21:54.765 INFO ok!
91542024-09-23T16:21:55.975Z[ host-image] Sep 23 16:21:54.765 INFO O| Sep 23 16:21:54.765 INFO STEP 57 (ensure_file) COMPLETE
91552024-09-23T16:21:55.975Z[ host-image] Sep 23 16:21:54.765 INFO O| Sep 23 16:21:54.765 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91562024-09-23T16:21:55.983Z[ host-image] Sep 23 16:21:54.775 INFO O| Sep 23 16:21:54.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91572024-09-23T16:21:55.983Z[ host-image] Sep 23 16:21:54.775 INFO O| Sep 23 16:21:54.775 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91582024-09-23T16:21:57.050Z[ host-image] Sep 23 16:21:55.842 INFO O| Sep 23 16:21:55.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91592024-09-23T16:21:57.051Z[ host-image] Sep 23 16:21:55.842 INFO O| Sep 23 16:21:55.842 INFO ok!
91602024-09-23T16:21:57.051Z[ host-image] Sep 23 16:21:55.842 INFO O| Sep 23 16:21:55.842 INFO STEP 58 (ensure_file) COMPLETE
91612024-09-23T16:21:57.058Z[ host-image] Sep 23 16:21:55.842 INFO O| Sep 23 16:21:55.842 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91622024-09-23T16:21:57.062Z[ host-image] Sep 23 16:21:55.853 INFO O| Sep 23 16:21:55.853 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91632024-09-23T16:21:57.062Z[ host-image] Sep 23 16:21:55.853 INFO O| Sep 23 16:21:55.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91642024-09-23T16:21:57.062Z[ host-image] Sep 23 16:21:55.853 INFO O| Sep 23 16:21:55.853 INFO STEP 59 (ensure_dir) COMPLETE
91652024-09-23T16:21:57.062Z[ host-image] Sep 23 16:21:55.853 INFO O| Sep 23 16:21:55.853 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91662024-09-23T16:21:57.070Z[ host-image] Sep 23 16:21:55.862 INFO O| Sep 23 16:21:55.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91672024-09-23T16:21:57.070Z[ host-image] Sep 23 16:21:55.862 INFO O| Sep 23 16:21:55.862 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
91682024-09-23T16:21:57.073Z[ host-image] Sep 23 16:21:55.862 INFO O| Sep 23 16:21:55.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91692024-09-23T16:21:57.073Z[ host-image] Sep 23 16:21:55.862 INFO O| Sep 23 16:21:55.862 INFO ok!
91702024-09-23T16:21:57.073Z[ host-image] Sep 23 16:21:55.862 INFO O| Sep 23 16:21:55.862 INFO STEP 60 (ensure_file) COMPLETE
91712024-09-23T16:21:57.073Z[ host-image] Sep 23 16:21:55.862 INFO O| Sep 23 16:21:55.862 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91722024-09-23T16:21:57.079Z[ host-image] Sep 23 16:21:55.871 INFO O| Sep 23 16:21:55.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91732024-09-23T16:21:57.079Z[ host-image] Sep 23 16:21:55.872 INFO O| Sep 23 16:21:55.871 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
91742024-09-23T16:21:57.082Z[ host-image] Sep 23 16:21:55.872 INFO O| Sep 23 16:21:55.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91752024-09-23T16:21:57.082Z[ host-image] Sep 23 16:21:55.872 INFO O| Sep 23 16:21:55.872 INFO ok!
91762024-09-23T16:21:57.082Z[ host-image] Sep 23 16:21:55.872 INFO O| Sep 23 16:21:55.872 INFO STEP 61 (ensure_file) COMPLETE
91772024-09-23T16:21:57.082Z[ host-image] Sep 23 16:21:55.872 INFO O| Sep 23 16:21:55.872 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91782024-09-23T16:21:57.088Z[ host-image] Sep 23 16:21:55.881 INFO O| Sep 23 16:21:55.881 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91792024-09-23T16:21:57.091Z[ host-image] Sep 23 16:21:55.881 INFO O| Sep 23 16:21:55.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91802024-09-23T16:21:57.091Z[ host-image] Sep 23 16:21:55.881 INFO O| Sep 23 16:21:55.881 INFO STEP 62 (ensure_dir) COMPLETE
91812024-09-23T16:21:57.091Z[ host-image] Sep 23 16:21:55.881 INFO O| Sep 23 16:21:55.881 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91822024-09-23T16:21:57.097Z[ host-image] Sep 23 16:21:55.890 INFO O| Sep 23 16:21:55.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91832024-09-23T16:21:57.101Z[ host-image] Sep 23 16:21:55.890 INFO O| Sep 23 16:21:55.890 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
91842024-09-23T16:21:57.101Z[ host-image] Sep 23 16:21:55.890 INFO O| Sep 23 16:21:55.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91852024-09-23T16:21:57.101Z[ host-image] Sep 23 16:21:55.890 INFO O| Sep 23 16:21:55.890 INFO ok!
91862024-09-23T16:21:57.101Z[ host-image] Sep 23 16:21:55.890 INFO O| Sep 23 16:21:55.890 INFO STEP 63 (ensure_file) COMPLETE
91872024-09-23T16:21:57.101Z[ host-image] Sep 23 16:21:55.890 INFO O| Sep 23 16:21:55.890 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91882024-09-23T16:21:57.106Z[ host-image] Sep 23 16:21:55.899 INFO O| Sep 23 16:21:55.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91892024-09-23T16:21:57.107Z[ host-image] Sep 23 16:21:55.899 INFO O| Sep 23 16:21:55.899 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
91902024-09-23T16:21:57.110Z[ host-image] Sep 23 16:21:55.899 INFO O| Sep 23 16:21:55.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91912024-09-23T16:21:57.110Z[ host-image] Sep 23 16:21:55.899 INFO O| Sep 23 16:21:55.899 INFO ok!
91922024-09-23T16:21:57.111Z[ host-image] Sep 23 16:21:55.899 INFO O| Sep 23 16:21:55.899 INFO STEP 64 (ensure_file) COMPLETE
91932024-09-23T16:21:57.111Z[ host-image] Sep 23 16:21:55.899 INFO O| Sep 23 16:21:55.899 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91942024-09-23T16:21:57.116Z[ host-image] Sep 23 16:21:55.908 INFO O| Sep 23 16:21:55.908 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91952024-09-23T16:21:57.116Z[ host-image] Sep 23 16:21:55.909 INFO O| Sep 23 16:21:55.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91962024-09-23T16:21:57.116Z[ host-image] Sep 23 16:21:55.909 INFO O| Sep 23 16:21:55.908 INFO STEP 65 (ensure_dir) COMPLETE
91972024-09-23T16:21:57.118Z[ host-image] Sep 23 16:21:55.909 INFO O| Sep 23 16:21:55.909 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91982024-09-23T16:21:57.125Z[ host-image] Sep 23 16:21:55.918 INFO O| Sep 23 16:21:55.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91992024-09-23T16:21:57.125Z[ host-image] Sep 23 16:21:55.918 INFO O| Sep 23 16:21:55.918 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
92002024-09-23T16:21:57.128Z[ host-image] Sep 23 16:21:55.918 INFO O| Sep 23 16:21:55.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92012024-09-23T16:21:57.128Z[ host-image] Sep 23 16:21:55.918 INFO O| Sep 23 16:21:55.918 INFO ok!
92022024-09-23T16:21:57.128Z[ host-image] Sep 23 16:21:55.918 INFO O| Sep 23 16:21:55.918 INFO STEP 66 (ensure_file) COMPLETE
92032024-09-23T16:21:57.128Z[ host-image] Sep 23 16:21:55.918 INFO O| Sep 23 16:21:55.918 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92042024-09-23T16:21:57.135Z[ host-image] Sep 23 16:21:55.927 INFO O| Sep 23 16:21:55.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92052024-09-23T16:21:57.135Z[ host-image] Sep 23 16:21:55.927 INFO O| Sep 23 16:21:55.927 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92062024-09-23T16:21:57.135Z[ host-image] Sep 23 16:21:55.927 INFO O| Sep 23 16:21:55.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92072024-09-23T16:21:57.138Z[ host-image] Sep 23 16:21:55.927 INFO O| Sep 23 16:21:55.927 INFO ok!
92082024-09-23T16:21:57.139Z[ host-image] Sep 23 16:21:55.927 INFO O| Sep 23 16:21:55.927 INFO STEP 67 (ensure_file) COMPLETE
92092024-09-23T16:21:57.139Z[ host-image] Sep 23 16:21:55.927 INFO O| Sep 23 16:21:55.927 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92102024-09-23T16:21:57.143Z[ host-image] Sep 23 16:21:55.936 INFO O| Sep 23 16:21:55.936 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92112024-09-23T16:21:57.146Z[ host-image] Sep 23 16:21:55.936 INFO O| Sep 23 16:21:55.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92122024-09-23T16:21:57.146Z[ host-image] Sep 23 16:21:55.936 INFO O| Sep 23 16:21:55.936 INFO STEP 68 (ensure_dir) COMPLETE
92132024-09-23T16:21:57.146Z[ host-image] Sep 23 16:21:55.936 INFO O| Sep 23 16:21:55.936 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-09-23T16:21:57.153Z[ host-image] Sep 23 16:21:55.945 INFO O| Sep 23 16:21:55.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92152024-09-23T16:21:57.153Z[ host-image] Sep 23 16:21:55.945 INFO O| Sep 23 16:21:55.945 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92162024-09-23T16:21:57.709Z[ host-image] Sep 23 16:21:56.502 INFO O| Sep 23 16:21:56.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92172024-09-23T16:21:57.709Z[ host-image] Sep 23 16:21:56.502 INFO O| Sep 23 16:21:56.502 INFO ok!
92182024-09-23T16:21:57.709Z[ host-image] Sep 23 16:21:56.502 INFO O| Sep 23 16:21:56.502 INFO STEP 69 (ensure_file) COMPLETE
92192024-09-23T16:21:57.712Z[ host-image] Sep 23 16:21:56.502 INFO O| Sep 23 16:21:56.502 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-09-23T16:21:57.721Z[ host-image] Sep 23 16:21:56.512 INFO O| Sep 23 16:21:56.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92212024-09-23T16:21:57.721Z[ host-image] Sep 23 16:21:56.512 INFO O| Sep 23 16:21:56.512 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92222024-09-23T16:21:59.630Z[ host-image] Sep 23 16:21:58.423 INFO O| Sep 23 16:21:58.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92232024-09-23T16:21:59.630Z[ host-image] Sep 23 16:21:58.423 INFO O| Sep 23 16:21:58.423 INFO ok!
92242024-09-23T16:21:59.633Z[ host-image] Sep 23 16:21:58.423 INFO O| Sep 23 16:21:58.423 INFO STEP 70 (ensure_file) COMPLETE
92252024-09-23T16:21:59.633Z[ host-image] Sep 23 16:21:58.423 INFO O| Sep 23 16:21:58.423 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-09-23T16:21:59.643Z[ host-image] Sep 23 16:21:58.435 INFO O| Sep 23 16:21:58.434 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92272024-09-23T16:21:59.643Z[ host-image] Sep 23 16:21:58.435 INFO O| Sep 23 16:21:58.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92282024-09-23T16:21:59.645Z[ host-image] Sep 23 16:21:58.435 INFO O| Sep 23 16:21:58.435 INFO STEP 71 (ensure_dir) COMPLETE
92292024-09-23T16:21:59.645Z[ host-image] Sep 23 16:21:58.435 INFO O| Sep 23 16:21:58.435 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-09-23T16:21:59.651Z[ host-image] Sep 23 16:21:58.444 INFO O| Sep 23 16:21:58.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92312024-09-23T16:21:59.651Z[ host-image] Sep 23 16:21:58.444 INFO O| Sep 23 16:21:58.444 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
92322024-09-23T16:21:59.654Z[ host-image] Sep 23 16:21:58.444 INFO O| Sep 23 16:21:58.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92332024-09-23T16:21:59.654Z[ host-image] Sep 23 16:21:58.444 INFO O| Sep 23 16:21:58.444 INFO ok!
92342024-09-23T16:21:59.654Z[ host-image] Sep 23 16:21:58.444 INFO O| Sep 23 16:21:58.444 INFO STEP 72 (ensure_file) COMPLETE
92352024-09-23T16:21:59.654Z[ host-image] Sep 23 16:21:58.444 INFO O| Sep 23 16:21:58.444 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-09-23T16:21:59.661Z[ host-image] Sep 23 16:21:58.454 INFO O| Sep 23 16:21:58.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92372024-09-23T16:21:59.661Z[ host-image] Sep 23 16:21:58.454 INFO O| Sep 23 16:21:58.454 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
92382024-09-23T16:21:59.661Z[ host-image] Sep 23 16:21:58.454 INFO O| Sep 23 16:21:58.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92392024-09-23T16:21:59.663Z[ host-image] Sep 23 16:21:58.454 INFO O| Sep 23 16:21:58.454 INFO ok!
92402024-09-23T16:21:59.663Z[ host-image] Sep 23 16:21:58.454 INFO O| Sep 23 16:21:58.454 INFO STEP 73 (ensure_file) COMPLETE
92412024-09-23T16:21:59.663Z[ host-image] Sep 23 16:21:58.454 INFO O| Sep 23 16:21:58.454 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-09-23T16:21:59.670Z[ host-image] Sep 23 16:21:58.463 INFO O| Sep 23 16:21:58.463 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92432024-09-23T16:21:59.670Z[ host-image] Sep 23 16:21:58.463 INFO O| Sep 23 16:21:58.463 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92442024-09-23T16:21:59.670Z[ host-image] Sep 23 16:21:58.463 INFO O| Sep 23 16:21:58.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92452024-09-23T16:21:59.673Z[ host-image] Sep 23 16:21:58.463 INFO O| Sep 23 16:21:58.463 INFO ok!
92462024-09-23T16:21:59.673Z[ host-image] Sep 23 16:21:58.463 INFO O| Sep 23 16:21:58.463 INFO STEP 74 (ensure_file) COMPLETE
92472024-09-23T16:21:59.673Z[ host-image] Sep 23 16:21:58.463 INFO O| Sep 23 16:21:58.463 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-09-23T16:21:59.679Z[ host-image] Sep 23 16:21:58.472 INFO O| Sep 23 16:21:58.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
92492024-09-23T16:21:59.679Z[ host-image] Sep 23 16:21:58.472 INFO O| Sep 23 16:21:58.472 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
92502024-09-23T16:21:59.682Z[ host-image] Sep 23 16:21:58.472 INFO O| Sep 23 16:21:58.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
92512024-09-23T16:21:59.682Z[ host-image] Sep 23 16:21:58.472 INFO O| Sep 23 16:21:58.472 INFO ok!
92522024-09-23T16:21:59.682Z[ host-image] Sep 23 16:21:58.472 INFO O| Sep 23 16:21:58.472 INFO STEP 75 (ensure_file) COMPLETE
92532024-09-23T16:21:59.682Z[ host-image] Sep 23 16:21:58.472 INFO O| Sep 23 16:21:58.472 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-09-23T16:21:59.688Z[ host-image] Sep 23 16:21:58.481 INFO O| Sep 23 16:21:58.481 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92552024-09-23T16:21:59.688Z[ host-image] Sep 23 16:21:58.481 INFO O| Sep 23 16:21:58.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92562024-09-23T16:21:59.689Z[ host-image] Sep 23 16:21:58.481 INFO O| Sep 23 16:21:58.481 INFO STEP 76 (ensure_dir) COMPLETE
92572024-09-23T16:21:59.689Z[ host-image] Sep 23 16:21:58.481 INFO O| Sep 23 16:21:58.481 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-09-23T16:21:59.698Z[ host-image] Sep 23 16:21:58.491 INFO O| Sep 23 16:21:58.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92592024-09-23T16:21:59.698Z[ host-image] Sep 23 16:21:58.491 INFO O| Sep 23 16:21:58.491 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92602024-09-23T16:21:59.701Z[ host-image] Sep 23 16:21:58.493 INFO O| Sep 23 16:21:58.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92612024-09-23T16:21:59.701Z[ host-image] Sep 23 16:21:58.493 INFO O| Sep 23 16:21:58.493 INFO ok!
92622024-09-23T16:21:59.701Z[ host-image] Sep 23 16:21:58.493 INFO O| Sep 23 16:21:58.493 INFO STEP 77 (ensure_file) COMPLETE
92632024-09-23T16:21:59.701Z[ host-image] Sep 23 16:21:58.493 INFO O| Sep 23 16:21:58.493 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-09-23T16:21:59.711Z[ host-image] Sep 23 16:21:58.502 INFO O| Sep 23 16:21:58.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92652024-09-23T16:21:59.711Z[ host-image] Sep 23 16:21:58.502 INFO O| Sep 23 16:21:58.502 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92662024-09-23T16:21:59.713Z[ host-image] Sep 23 16:21:58.502 INFO O| Sep 23 16:21:58.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92672024-09-23T16:21:59.713Z[ host-image] Sep 23 16:21:58.502 INFO O| Sep 23 16:21:58.502 INFO ok!
92682024-09-23T16:21:59.714Z[ host-image] Sep 23 16:21:58.502 INFO O| Sep 23 16:21:58.502 INFO STEP 78 (ensure_file) COMPLETE
92692024-09-23T16:21:59.714Z[ host-image] Sep 23 16:21:58.502 INFO O| Sep 23 16:21:58.502 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-09-23T16:21:59.718Z[ host-image] Sep 23 16:21:58.511 INFO O| Sep 23 16:21:58.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92712024-09-23T16:21:59.718Z[ host-image] Sep 23 16:21:58.511 INFO O| Sep 23 16:21:58.511 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92722024-09-23T16:22:00.319Z[ host-image] Sep 23 16:21:59.112 INFO O| Sep 23 16:21:59.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92732024-09-23T16:22:00.319Z[ host-image] Sep 23 16:21:59.112 INFO O| Sep 23 16:21:59.112 INFO ok!
92742024-09-23T16:22:00.319Z[ host-image] Sep 23 16:21:59.112 INFO O| Sep 23 16:21:59.112 INFO STEP 79 (ensure_file) COMPLETE
92752024-09-23T16:22:00.322Z[ host-image] Sep 23 16:21:59.112 INFO O| Sep 23 16:21:59.112 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92762024-09-23T16:22:00.330Z[ host-image] Sep 23 16:21:59.123 INFO O| Sep 23 16:21:59.123 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92772024-09-23T16:22:00.330Z[ host-image] Sep 23 16:21:59.123 INFO O| Sep 23 16:21:59.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92782024-09-23T16:22:00.333Z[ host-image] Sep 23 16:21:59.123 INFO O| Sep 23 16:21:59.123 INFO STEP 80 (ensure_dir) COMPLETE
92792024-09-23T16:22:00.333Z[ host-image] Sep 23 16:21:59.123 INFO O| Sep 23 16:21:59.123 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92802024-09-23T16:22:00.339Z[ host-image] Sep 23 16:21:59.132 INFO O| Sep 23 16:21:59.132 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92812024-09-23T16:22:00.342Z[ host-image] Sep 23 16:21:59.132 INFO O| Sep 23 16:21:59.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92822024-09-23T16:22:00.342Z[ host-image] Sep 23 16:21:59.132 INFO O| Sep 23 16:21:59.132 INFO STEP 81 (ensure_dir) COMPLETE
92832024-09-23T16:22:00.342Z[ host-image] Sep 23 16:21:59.132 INFO O| Sep 23 16:21:59.132 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-09-23T16:22:00.348Z[ host-image] Sep 23 16:21:59.141 INFO O| Sep 23 16:21:59.141 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92852024-09-23T16:22:00.351Z[ host-image] Sep 23 16:21:59.142 INFO O| Sep 23 16:21:59.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92862024-09-23T16:22:00.351Z[ host-image] Sep 23 16:21:59.142 INFO O| Sep 23 16:21:59.142 INFO STEP 82 (ensure_dir) COMPLETE
92872024-09-23T16:22:00.351Z[ host-image] Sep 23 16:21:59.142 INFO O| Sep 23 16:21:59.142 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92882024-09-23T16:22:00.357Z[ host-image] Sep 23 16:21:59.151 INFO O| Sep 23 16:21:59.151 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92892024-09-23T16:22:00.360Z[ host-image] Sep 23 16:21:59.151 INFO O| Sep 23 16:21:59.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92902024-09-23T16:22:00.360Z[ host-image] Sep 23 16:21:59.151 INFO O| Sep 23 16:21:59.151 INFO STEP 83 (ensure_dir) COMPLETE
92912024-09-23T16:22:00.360Z[ host-image] Sep 23 16:21:59.151 INFO O| Sep 23 16:21:59.151 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92922024-09-23T16:22:00.367Z[ host-image] Sep 23 16:21:59.160 INFO O| Sep 23 16:21:59.160 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92932024-09-23T16:22:00.367Z[ host-image] Sep 23 16:21:59.160 INFO O| Sep 23 16:21:59.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92942024-09-23T16:22:00.369Z[ host-image] Sep 23 16:21:59.160 INFO O| Sep 23 16:21:59.160 INFO STEP 84 (ensure_dir) COMPLETE
92952024-09-23T16:22:00.369Z[ host-image] Sep 23 16:21:59.160 INFO O| Sep 23 16:21:59.160 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-09-23T16:22:00.376Z[ host-image] Sep 23 16:21:59.169 INFO O| Sep 23 16:21:59.169 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92972024-09-23T16:22:00.376Z[ host-image] Sep 23 16:21:59.169 INFO O| Sep 23 16:21:59.169 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
92982024-09-23T16:22:00.378Z[ host-image] Sep 23 16:21:59.169 INFO O| Sep 23 16:21:59.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92992024-09-23T16:22:00.378Z[ host-image] Sep 23 16:21:59.169 INFO O| Sep 23 16:21:59.169 INFO ok!
93002024-09-23T16:22:00.378Z[ host-image] Sep 23 16:21:59.169 INFO O| Sep 23 16:21:59.169 INFO STEP 85 (ensure_file) COMPLETE
93012024-09-23T16:22:00.378Z[ host-image] Sep 23 16:21:59.169 INFO O| Sep 23 16:21:59.169 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022024-09-23T16:22:00.385Z[ host-image] Sep 23 16:21:59.178 INFO O| Sep 23 16:21:59.178 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93032024-09-23T16:22:00.385Z[ host-image] Sep 23 16:21:59.179 INFO O| Sep 23 16:21:59.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93042024-09-23T16:22:00.388Z[ host-image] Sep 23 16:21:59.179 INFO O| Sep 23 16:21:59.178 INFO STEP 86 (ensure_dir) COMPLETE
93052024-09-23T16:22:00.388Z[ host-image] Sep 23 16:21:59.179 INFO O| Sep 23 16:21:59.179 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93062024-09-23T16:22:00.394Z[ host-image] Sep 23 16:21:59.188 INFO O| Sep 23 16:21:59.188 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93072024-09-23T16:22:00.395Z[ host-image] Sep 23 16:21:59.188 INFO O| Sep 23 16:21:59.188 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93082024-09-23T16:22:00.397Z[ host-image] Sep 23 16:21:59.188 INFO O| Sep 23 16:21:59.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93092024-09-23T16:22:00.397Z[ host-image] Sep 23 16:21:59.188 INFO O| Sep 23 16:21:59.188 INFO ok!
93102024-09-23T16:22:00.397Z[ host-image] Sep 23 16:21:59.188 INFO O| Sep 23 16:21:59.188 INFO STEP 87 (ensure_file) COMPLETE
93112024-09-23T16:22:00.397Z[ host-image] Sep 23 16:21:59.188 INFO O| Sep 23 16:21:59.188 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122024-09-23T16:22:00.404Z[ host-image] Sep 23 16:21:59.197 INFO O| Sep 23 16:21:59.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93132024-09-23T16:22:00.404Z[ host-image] Sep 23 16:21:59.197 INFO O| Sep 23 16:21:59.197 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93142024-09-23T16:22:00.415Z[ host-image] Sep 23 16:21:59.208 INFO O| Sep 23 16:21:59.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93152024-09-23T16:22:00.415Z[ host-image] Sep 23 16:21:59.208 INFO O| Sep 23 16:21:59.208 INFO ok!
93162024-09-23T16:22:00.417Z[ host-image] Sep 23 16:21:59.208 INFO O| Sep 23 16:21:59.208 INFO STEP 88 (ensure_file) COMPLETE
93172024-09-23T16:22:00.417Z[ host-image] Sep 23 16:21:59.208 INFO O| Sep 23 16:21:59.208 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93182024-09-23T16:22:00.424Z[ host-image] Sep 23 16:21:59.217 INFO O| Sep 23 16:21:59.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93192024-09-23T16:22:00.426Z[ host-image] Sep 23 16:21:59.217 INFO O| Sep 23 16:21:59.217 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93202024-09-23T16:22:00.863Z[ host-image] Sep 23 16:21:59.655 INFO O| Sep 23 16:21:59.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93212024-09-23T16:22:00.863Z[ host-image] Sep 23 16:21:59.655 INFO O| Sep 23 16:21:59.655 INFO ok!
93222024-09-23T16:22:00.864Z[ host-image] Sep 23 16:21:59.655 INFO O| Sep 23 16:21:59.655 INFO STEP 89 (ensure_file) COMPLETE
93232024-09-23T16:22:00.864Z[ host-image] Sep 23 16:21:59.655 INFO O| Sep 23 16:21:59.655 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93242024-09-23T16:22:00.873Z[ host-image] Sep 23 16:21:59.666 INFO O| Sep 23 16:21:59.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93252024-09-23T16:22:00.876Z[ host-image] Sep 23 16:21:59.666 INFO O| Sep 23 16:21:59.666 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93262024-09-23T16:22:00.876Z[ host-image] Sep 23 16:21:59.666 INFO O| Sep 23 16:21:59.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93272024-09-23T16:22:00.876Z[ host-image] Sep 23 16:21:59.666 INFO O| Sep 23 16:21:59.666 INFO ok!
93282024-09-23T16:22:00.876Z[ host-image] Sep 23 16:21:59.666 INFO O| Sep 23 16:21:59.666 INFO STEP 90 (ensure_file) COMPLETE
93292024-09-23T16:22:00.876Z[ host-image] Sep 23 16:21:59.666 INFO O| Sep 23 16:21:59.666 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93302024-09-23T16:22:00.883Z[ host-image] Sep 23 16:21:59.676 INFO O| Sep 23 16:21:59.676 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93312024-09-23T16:22:00.883Z[ host-image] Sep 23 16:21:59.676 INFO O| Sep 23 16:21:59.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93322024-09-23T16:22:00.886Z[ host-image] Sep 23 16:21:59.676 INFO O| Sep 23 16:21:59.676 INFO STEP 91 (ensure_dir) COMPLETE
93332024-09-23T16:22:00.886Z[ host-image] Sep 23 16:21:59.676 INFO O| Sep 23 16:21:59.676 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-09-23T16:22:00.895Z[ host-image] Sep 23 16:21:59.685 INFO O| Sep 23 16:21:59.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93352024-09-23T16:22:00.895Z[ host-image] Sep 23 16:21:59.685 INFO O| Sep 23 16:21:59.685 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
93362024-09-23T16:22:00.895Z[ host-image] Sep 23 16:21:59.685 INFO O| Sep 23 16:21:59.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93372024-09-23T16:22:00.898Z[ host-image] Sep 23 16:21:59.685 INFO O| Sep 23 16:21:59.685 INFO ok!
93382024-09-23T16:22:00.898Z[ host-image] Sep 23 16:21:59.685 INFO O| Sep 23 16:21:59.685 INFO STEP 92 (ensure_file) COMPLETE
93392024-09-23T16:22:00.898Z[ host-image] Sep 23 16:21:59.685 INFO O| Sep 23 16:21:59.685 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-09-23T16:22:00.901Z[ host-image] Sep 23 16:21:59.694 INFO O| Sep 23 16:21:59.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93412024-09-23T16:22:00.901Z[ host-image] Sep 23 16:21:59.694 INFO O| Sep 23 16:21:59.694 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
93422024-09-23T16:22:00.901Z[ host-image] Sep 23 16:21:59.694 INFO O| Sep 23 16:21:59.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93432024-09-23T16:22:00.901Z[ host-image] Sep 23 16:21:59.694 INFO O| Sep 23 16:21:59.694 INFO ok!
93442024-09-23T16:22:00.904Z[ host-image] Sep 23 16:21:59.694 INFO O| Sep 23 16:21:59.694 INFO STEP 93 (ensure_file) COMPLETE
93452024-09-23T16:22:00.904Z[ host-image] Sep 23 16:21:59.694 INFO O| Sep 23 16:21:59.694 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462024-09-23T16:22:00.910Z[ host-image] Sep 23 16:21:59.703 INFO O| Sep 23 16:21:59.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
93472024-09-23T16:22:00.910Z[ host-image] Sep 23 16:21:59.703 INFO O| Sep 23 16:21:59.703 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
93482024-09-23T16:22:00.913Z[ host-image] Sep 23 16:21:59.703 INFO O| Sep 23 16:21:59.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
93492024-09-23T16:22:00.913Z[ host-image] Sep 23 16:21:59.703 INFO O| Sep 23 16:21:59.703 INFO ok!
93502024-09-23T16:22:00.913Z[ host-image] Sep 23 16:21:59.703 INFO O| Sep 23 16:21:59.703 INFO STEP 94 (ensure_file) COMPLETE
93512024-09-23T16:22:00.913Z[ host-image] Sep 23 16:21:59.703 INFO O| Sep 23 16:21:59.703 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-09-23T16:22:00.921Z[ host-image] Sep 23 16:21:59.713 INFO O| Sep 23 16:21:59.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
93532024-09-23T16:22:00.921Z[ host-image] Sep 23 16:21:59.713 INFO O| Sep 23 16:21:59.712 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
93542024-09-23T16:22:00.926Z[ host-image] Sep 23 16:21:59.713 INFO O| Sep 23 16:21:59.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
93552024-09-23T16:22:00.926Z[ host-image] Sep 23 16:21:59.713 INFO O| Sep 23 16:21:59.713 INFO ok!
93562024-09-23T16:22:00.926Z[ host-image] Sep 23 16:21:59.713 INFO O| Sep 23 16:21:59.713 INFO STEP 95 (ensure_file) COMPLETE
93572024-09-23T16:22:00.926Z[ host-image] Sep 23 16:21:59.713 INFO O| Sep 23 16:21:59.713 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582024-09-23T16:22:00.929Z[ host-image] Sep 23 16:21:59.722 INFO O| Sep 23 16:21:59.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
93592024-09-23T16:22:00.933Z[ host-image] Sep 23 16:21:59.722 INFO O| Sep 23 16:21:59.722 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
93602024-09-23T16:22:00.933Z[ host-image] Sep 23 16:21:59.722 INFO O| Sep 23 16:21:59.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
93612024-09-23T16:22:00.933Z[ host-image] Sep 23 16:21:59.722 INFO O| Sep 23 16:21:59.722 INFO ok!
93622024-09-23T16:22:00.933Z[ host-image] Sep 23 16:21:59.722 INFO O| Sep 23 16:21:59.722 INFO STEP 96 (ensure_file) COMPLETE
93632024-09-23T16:22:00.933Z[ host-image] Sep 23 16:21:59.722 INFO O| Sep 23 16:21:59.722 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642024-09-23T16:22:00.938Z[ host-image] Sep 23 16:21:59.731 INFO O| Sep 23 16:21:59.731 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93652024-09-23T16:22:00.938Z[ host-image] Sep 23 16:21:59.731 INFO O| Sep 23 16:21:59.731 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93662024-09-23T16:22:00.938Z[ host-image] Sep 23 16:21:59.731 INFO O| Sep 23 16:21:59.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93672024-09-23T16:22:00.938Z[ host-image] Sep 23 16:21:59.731 INFO O| Sep 23 16:21:59.731 INFO ok!
93682024-09-23T16:22:00.938Z[ host-image] Sep 23 16:21:59.731 INFO O| Sep 23 16:21:59.731 INFO STEP 97 (ensure_file) COMPLETE
93692024-09-23T16:22:00.942Z[ host-image] Sep 23 16:21:59.731 INFO O| Sep 23 16:21:59.731 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-09-23T16:22:00.948Z[ host-image] Sep 23 16:21:59.741 INFO O| Sep 23 16:21:59.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93712024-09-23T16:22:00.948Z[ host-image] Sep 23 16:21:59.741 INFO O| Sep 23 16:21:59.740 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
93722024-09-23T16:22:00.950Z[ host-image] Sep 23 16:21:59.741 INFO O| Sep 23 16:21:59.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93732024-09-23T16:22:00.950Z[ host-image] Sep 23 16:21:59.741 INFO O| Sep 23 16:21:59.741 INFO ok!
93742024-09-23T16:22:00.951Z[ host-image] Sep 23 16:21:59.741 INFO O| Sep 23 16:21:59.741 INFO STEP 98 (ensure_file) COMPLETE
93752024-09-23T16:22:00.951Z[ host-image] Sep 23 16:21:59.741 INFO O| Sep 23 16:21:59.741 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.750 INFO O| Sep 23 16:21:59.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93772024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.750 INFO O| Sep 23 16:21:59.750 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
93782024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.750 INFO O| Sep 23 16:21:59.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93792024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.750 INFO O| Sep 23 16:21:59.750 INFO ok!
93802024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.750 INFO O| Sep 23 16:21:59.750 INFO STEP 99 (ensure_file) COMPLETE
93812024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.750 INFO O| Sep 23 16:21:59.750 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.759 INFO O| Sep 23 16:21:59.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93832024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.759 INFO O| Sep 23 16:21:59.759 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
93842024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.759 INFO O| Sep 23 16:21:59.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93852024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.760 INFO O| Sep 23 16:21:59.759 INFO ok!
93862024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.760 INFO O| Sep 23 16:21:59.759 INFO STEP 100 (ensure_file) COMPLETE
93872024-09-23T16:22:00.969Z[ host-image] Sep 23 16:21:59.760 INFO O| Sep 23 16:21:59.759 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93882024-09-23T16:22:00.976Z[ host-image] Sep 23 16:21:59.769 INFO O| Sep 23 16:21:59.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93892024-09-23T16:22:00.979Z[ host-image] Sep 23 16:21:59.769 INFO O| Sep 23 16:21:59.769 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93902024-09-23T16:22:00.979Z[ host-image] Sep 23 16:21:59.769 INFO O| Sep 23 16:21:59.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93912024-09-23T16:22:00.979Z[ host-image] Sep 23 16:21:59.769 INFO O| Sep 23 16:21:59.769 INFO ok!
93922024-09-23T16:22:00.979Z[ host-image] Sep 23 16:21:59.769 INFO O| Sep 23 16:21:59.769 INFO STEP 101 (ensure_file) COMPLETE
93932024-09-23T16:22:00.979Z[ host-image] Sep 23 16:21:59.769 INFO O| Sep 23 16:21:59.769 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-09-23T16:22:00.991Z[ host-image] Sep 23 16:21:59.778 INFO O| Sep 23 16:21:59.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93952024-09-23T16:22:00.991Z[ host-image] Sep 23 16:21:59.778 INFO O| Sep 23 16:21:59.778 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
93962024-09-23T16:22:00.992Z[ host-image] Sep 23 16:21:59.778 INFO O| Sep 23 16:21:59.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93972024-09-23T16:22:00.992Z[ host-image] Sep 23 16:21:59.778 INFO O| Sep 23 16:21:59.778 INFO ok!
93982024-09-23T16:22:00.992Z[ host-image] Sep 23 16:21:59.778 INFO O| Sep 23 16:21:59.778 INFO STEP 102 (ensure_file) COMPLETE
93992024-09-23T16:22:00.992Z[ host-image] Sep 23 16:21:59.778 INFO O| Sep 23 16:21:59.778 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-09-23T16:22:00.996Z[ host-image] Sep 23 16:21:59.787 INFO O| Sep 23 16:21:59.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94012024-09-23T16:22:00.996Z[ host-image] Sep 23 16:21:59.787 INFO O| Sep 23 16:21:59.787 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
94022024-09-23T16:22:00.996Z[ host-image] Sep 23 16:21:59.787 INFO O| Sep 23 16:21:59.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94032024-09-23T16:22:00.996Z[ host-image] Sep 23 16:21:59.787 INFO O| Sep 23 16:21:59.787 INFO ok!
94042024-09-23T16:22:00.997Z[ host-image] Sep 23 16:21:59.787 INFO O| Sep 23 16:21:59.787 INFO STEP 103 (ensure_file) COMPLETE
94052024-09-23T16:22:00.997Z[ host-image] Sep 23 16:21:59.787 INFO O| Sep 23 16:21:59.787 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-09-23T16:22:01.004Z[ host-image] Sep 23 16:21:59.796 INFO O| Sep 23 16:21:59.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94072024-09-23T16:22:01.004Z[ host-image] Sep 23 16:21:59.796 INFO O| Sep 23 16:21:59.796 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
94082024-09-23T16:22:01.004Z[ host-image] Sep 23 16:21:59.796 INFO O| Sep 23 16:21:59.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94092024-09-23T16:22:01.007Z[ host-image] Sep 23 16:21:59.796 INFO O| Sep 23 16:21:59.796 INFO ok!
94102024-09-23T16:22:01.007Z[ host-image] Sep 23 16:21:59.796 INFO O| Sep 23 16:21:59.796 INFO STEP 104 (ensure_file) COMPLETE
94112024-09-23T16:22:01.007Z[ host-image] Sep 23 16:21:59.796 INFO O| Sep 23 16:21:59.796 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-09-23T16:22:01.013Z[ host-image] Sep 23 16:21:59.805 INFO O| Sep 23 16:21:59.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94132024-09-23T16:22:01.013Z[ host-image] Sep 23 16:21:59.805 INFO O| Sep 23 16:21:59.805 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
94142024-09-23T16:22:01.017Z[ host-image] Sep 23 16:21:59.805 INFO O| Sep 23 16:21:59.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94152024-09-23T16:22:01.017Z[ host-image] Sep 23 16:21:59.805 INFO O| Sep 23 16:21:59.805 INFO ok!
94162024-09-23T16:22:01.017Z[ host-image] Sep 23 16:21:59.805 INFO O| Sep 23 16:21:59.805 INFO STEP 105 (ensure_file) COMPLETE
94172024-09-23T16:22:01.017Z[ host-image] Sep 23 16:21:59.805 INFO O| Sep 23 16:21:59.805 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-09-23T16:22:01.027Z[ host-image] Sep 23 16:21:59.814 INFO O| Sep 23 16:21:59.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94192024-09-23T16:22:01.027Z[ host-image] Sep 23 16:21:59.815 INFO O| Sep 23 16:21:59.814 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
94202024-09-23T16:22:01.036Z[ host-image] Sep 23 16:21:59.815 INFO O| Sep 23 16:21:59.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94212024-09-23T16:22:01.036Z[ host-image] Sep 23 16:21:59.815 INFO O| Sep 23 16:21:59.815 INFO ok!
94222024-09-23T16:22:01.036Z[ host-image] Sep 23 16:21:59.815 INFO O| Sep 23 16:21:59.815 INFO STEP 106 (ensure_file) COMPLETE
94232024-09-23T16:22:01.036Z[ host-image] Sep 23 16:21:59.815 INFO O| Sep 23 16:21:59.815 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-09-23T16:22:01.036Z[ host-image] Sep 23 16:21:59.824 INFO O| Sep 23 16:21:59.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94252024-09-23T16:22:01.036Z[ host-image] Sep 23 16:21:59.824 INFO O| Sep 23 16:21:59.824 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
94262024-09-23T16:22:01.036Z[ host-image] Sep 23 16:21:59.824 INFO O| Sep 23 16:21:59.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94272024-09-23T16:22:01.036Z[ host-image] Sep 23 16:21:59.824 INFO O| Sep 23 16:21:59.824 INFO ok!
94282024-09-23T16:22:01.036Z[ host-image] Sep 23 16:21:59.824 INFO O| Sep 23 16:21:59.824 INFO STEP 107 (ensure_file) COMPLETE
94292024-09-23T16:22:01.036Z[ host-image] Sep 23 16:21:59.824 INFO O| Sep 23 16:21:59.824 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-09-23T16:22:01.040Z[ host-image] Sep 23 16:21:59.833 INFO O| Sep 23 16:21:59.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94312024-09-23T16:22:01.040Z[ host-image] Sep 23 16:21:59.833 INFO O| Sep 23 16:21:59.833 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
94322024-09-23T16:22:01.043Z[ host-image] Sep 23 16:21:59.833 INFO O| Sep 23 16:21:59.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94332024-09-23T16:22:01.043Z[ host-image] Sep 23 16:21:59.833 INFO O| Sep 23 16:21:59.833 INFO ok!
94342024-09-23T16:22:01.043Z[ host-image] Sep 23 16:21:59.833 INFO O| Sep 23 16:21:59.833 INFO STEP 108 (ensure_file) COMPLETE
94352024-09-23T16:22:01.043Z[ host-image] Sep 23 16:21:59.833 INFO O| Sep 23 16:21:59.833 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-09-23T16:22:01.052Z[ host-image] Sep 23 16:21:59.842 INFO O| Sep 23 16:21:59.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
94372024-09-23T16:22:01.052Z[ host-image] Sep 23 16:21:59.842 INFO O| Sep 23 16:21:59.842 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
94382024-09-23T16:22:01.059Z[ host-image] Sep 23 16:21:59.842 INFO O| Sep 23 16:21:59.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
94392024-09-23T16:22:01.059Z[ host-image] Sep 23 16:21:59.842 INFO O| Sep 23 16:21:59.842 INFO ok!
94402024-09-23T16:22:01.059Z[ host-image] Sep 23 16:21:59.842 INFO O| Sep 23 16:21:59.842 INFO STEP 109 (ensure_file) COMPLETE
94412024-09-23T16:22:01.059Z[ host-image] Sep 23 16:21:59.842 INFO O| Sep 23 16:21:59.842 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-09-23T16:22:01.063Z[ host-image] Sep 23 16:21:59.851 INFO O| Sep 23 16:21:59.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
94432024-09-23T16:22:01.063Z[ host-image] Sep 23 16:21:59.851 INFO O| Sep 23 16:21:59.851 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
94442024-09-23T16:22:01.063Z[ host-image] Sep 23 16:21:59.851 INFO O| Sep 23 16:21:59.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
94452024-09-23T16:22:01.063Z[ host-image] Sep 23 16:21:59.851 INFO O| Sep 23 16:21:59.851 INFO ok!
94462024-09-23T16:22:01.063Z[ host-image] Sep 23 16:21:59.851 INFO O| Sep 23 16:21:59.851 INFO STEP 110 (ensure_file) COMPLETE
94472024-09-23T16:22:01.064Z[ host-image] Sep 23 16:21:59.851 INFO O| Sep 23 16:21:59.851 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-09-23T16:22:01.069Z[ host-image] Sep 23 16:21:59.860 INFO O| Sep 23 16:21:59.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
94492024-09-23T16:22:01.069Z[ host-image] Sep 23 16:21:59.861 INFO O| Sep 23 16:21:59.860 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
94502024-09-23T16:22:01.069Z[ host-image] Sep 23 16:21:59.861 INFO O| Sep 23 16:21:59.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
94512024-09-23T16:22:01.072Z[ host-image] Sep 23 16:21:59.861 INFO O| Sep 23 16:21:59.861 INFO ok!
94522024-09-23T16:22:01.072Z[ host-image] Sep 23 16:21:59.861 INFO O| Sep 23 16:21:59.861 INFO STEP 111 (ensure_file) COMPLETE
94532024-09-23T16:22:01.072Z[ host-image] Sep 23 16:21:59.861 INFO O| Sep 23 16:21:59.861 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-09-23T16:22:01.093Z[ host-image] Sep 23 16:21:59.870 INFO O| Sep 23 16:21:59.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
94552024-09-23T16:22:01.093Z[ host-image] Sep 23 16:21:59.870 INFO O| Sep 23 16:21:59.870 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
94562024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.870 INFO O| Sep 23 16:21:59.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
94572024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.870 INFO O| Sep 23 16:21:59.870 INFO ok!
94582024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.870 INFO O| Sep 23 16:21:59.870 INFO STEP 112 (ensure_file) COMPLETE
94592024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.870 INFO O| Sep 23 16:21:59.870 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.879 INFO O| Sep 23 16:21:59.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
94612024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.879 INFO O| Sep 23 16:21:59.879 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
94622024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.879 INFO O| Sep 23 16:21:59.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94632024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.879 INFO O| Sep 23 16:21:59.879 INFO ok!
94642024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.879 INFO O| Sep 23 16:21:59.879 INFO STEP 113 (ensure_file) COMPLETE
94652024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.879 INFO O| Sep 23 16:21:59.879 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.888 INFO O| Sep 23 16:21:59.888 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94672024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.888 INFO O| Sep 23 16:21:59.888 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
94682024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.888 INFO O| Sep 23 16:21:59.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94692024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.888 INFO O| Sep 23 16:21:59.888 INFO ok!
94702024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.888 INFO O| Sep 23 16:21:59.888 INFO STEP 114 (ensure_file) COMPLETE
94712024-09-23T16:22:01.097Z[ host-image] Sep 23 16:21:59.888 INFO O| Sep 23 16:21:59.888 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-09-23T16:22:01.104Z[ host-image] Sep 23 16:21:59.897 INFO O| Sep 23 16:21:59.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94732024-09-23T16:22:01.105Z[ host-image] Sep 23 16:21:59.897 INFO O| Sep 23 16:21:59.897 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
94742024-09-23T16:22:01.113Z[ host-image] Sep 23 16:21:59.897 INFO O| Sep 23 16:21:59.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94752024-09-23T16:22:01.113Z[ host-image] Sep 23 16:21:59.897 INFO O| Sep 23 16:21:59.897 INFO ok!
94762024-09-23T16:22:01.113Z[ host-image] Sep 23 16:21:59.897 INFO O| Sep 23 16:21:59.897 INFO STEP 115 (ensure_file) COMPLETE
94772024-09-23T16:22:01.113Z[ host-image] Sep 23 16:21:59.897 INFO O| Sep 23 16:21:59.897 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-09-23T16:22:01.116Z[ host-image] Sep 23 16:21:59.906 INFO O| Sep 23 16:21:59.906 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94792024-09-23T16:22:01.116Z[ host-image] Sep 23 16:21:59.906 INFO O| Sep 23 16:21:59.906 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94802024-09-23T16:22:01.116Z[ host-image] Sep 23 16:21:59.907 INFO O| Sep 23 16:21:59.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94812024-09-23T16:22:01.116Z[ host-image] Sep 23 16:21:59.907 INFO O| Sep 23 16:21:59.907 INFO ok!
94822024-09-23T16:22:01.116Z[ host-image] Sep 23 16:21:59.907 INFO O| Sep 23 16:21:59.907 INFO STEP 116 (ensure_file) COMPLETE
94832024-09-23T16:22:01.116Z[ host-image] Sep 23 16:21:59.907 INFO O| Sep 23 16:21:59.907 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842024-09-23T16:22:01.128Z[ host-image] Sep 23 16:21:59.916 INFO O| Sep 23 16:21:59.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94852024-09-23T16:22:01.129Z[ host-image] Sep 23 16:21:59.916 INFO O| Sep 23 16:21:59.916 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
94862024-09-23T16:22:01.129Z[ host-image] Sep 23 16:21:59.916 INFO O| Sep 23 16:21:59.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94872024-09-23T16:22:01.129Z[ host-image] Sep 23 16:21:59.916 INFO O| Sep 23 16:21:59.916 INFO ok!
94882024-09-23T16:22:01.129Z[ host-image] Sep 23 16:21:59.916 INFO O| Sep 23 16:21:59.916 INFO STEP 117 (ensure_file) COMPLETE
94892024-09-23T16:22:01.129Z[ host-image] Sep 23 16:21:59.916 INFO O| Sep 23 16:21:59.916 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902024-09-23T16:22:01.132Z[ host-image] Sep 23 16:21:59.925 INFO O| Sep 23 16:21:59.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94912024-09-23T16:22:01.132Z[ host-image] Sep 23 16:21:59.925 INFO O| Sep 23 16:21:59.925 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94922024-09-23T16:22:01.132Z[ host-image] Sep 23 16:21:59.925 INFO O| Sep 23 16:21:59.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94932024-09-23T16:22:01.136Z[ host-image] Sep 23 16:21:59.925 INFO O| Sep 23 16:21:59.925 INFO ok!
94942024-09-23T16:22:01.136Z[ host-image] Sep 23 16:21:59.925 INFO O| Sep 23 16:21:59.925 INFO STEP 118 (ensure_file) COMPLETE
94952024-09-23T16:22:01.136Z[ host-image] Sep 23 16:21:59.925 INFO O| Sep 23 16:21:59.925 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-09-23T16:22:01.141Z[ host-image] Sep 23 16:21:59.934 INFO O| Sep 23 16:21:59.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94972024-09-23T16:22:01.144Z[ host-image] Sep 23 16:21:59.934 INFO O| Sep 23 16:21:59.934 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94982024-09-23T16:22:04.446Z[ host-image] Sep 23 16:22:03.239 INFO O| Sep 23 16:22:03.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94992024-09-23T16:22:04.446Z[ host-image] Sep 23 16:22:03.239 INFO O| Sep 23 16:22:03.239 INFO ok!
95002024-09-23T16:22:04.451Z[ host-image] Sep 23 16:22:03.239 INFO O| Sep 23 16:22:03.239 INFO STEP 119 (ensure_file) COMPLETE
95012024-09-23T16:22:04.451Z[ host-image] Sep 23 16:22:03.239 INFO O| Sep 23 16:22:03.239 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-09-23T16:22:04.458Z[ host-image] Sep 23 16:22:03.250 INFO O| Sep 23 16:22:03.250 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95032024-09-23T16:22:04.458Z[ host-image] Sep 23 16:22:03.250 INFO O| Sep 23 16:22:03.250 INFO STEP 120 (ensure_dir) COMPLETE
95042024-09-23T16:22:04.462Z[ host-image] Sep 23 16:22:03.250 INFO O| Sep 23 16:22:03.250 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-09-23T16:22:04.467Z[ host-image] Sep 23 16:22:03.260 INFO O| Sep 23 16:22:03.260 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95062024-09-23T16:22:04.467Z[ host-image] Sep 23 16:22:03.260 INFO O| Sep 23 16:22:03.260 INFO STEP 121 (ensure_dir) COMPLETE
95072024-09-23T16:22:04.471Z[ host-image] Sep 23 16:22:03.260 INFO O| Sep 23 16:22:03.260 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-09-23T16:22:04.478Z[ host-image] Sep 23 16:22:03.269 INFO O| Sep 23 16:22:03.269 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95092024-09-23T16:22:04.483Z[ host-image] Sep 23 16:22:03.269 INFO O| Sep 23 16:22:03.269 INFO STEP 122 (ensure_dir) COMPLETE
95102024-09-23T16:22:04.483Z[ host-image] Sep 23 16:22:03.269 INFO O| Sep 23 16:22:03.269 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-09-23T16:22:04.487Z[ host-image] Sep 23 16:22:03.279 INFO O| Sep 23 16:22:03.279 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95122024-09-23T16:22:04.487Z[ host-image] Sep 23 16:22:03.279 INFO O| Sep 23 16:22:03.279 INFO STEP 123 (ensure_dir) COMPLETE
95132024-09-23T16:22:04.490Z[ host-image] Sep 23 16:22:03.279 INFO O| Sep 23 16:22:03.279 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-09-23T16:22:04.497Z[ host-image] Sep 23 16:22:03.288 INFO O| Sep 23 16:22:03.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95152024-09-23T16:22:04.500Z[ host-image] Sep 23 16:22:03.288 INFO O| Sep 23 16:22:03.288 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
95162024-09-23T16:22:04.500Z[ host-image] Sep 23 16:22:03.289 INFO O| Sep 23 16:22:03.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95172024-09-23T16:22:04.501Z[ host-image] Sep 23 16:22:03.289 INFO O| Sep 23 16:22:03.289 INFO ok!
95182024-09-23T16:22:04.501Z[ host-image] Sep 23 16:22:03.289 INFO O| Sep 23 16:22:03.289 INFO STEP 124 (ensure_file) COMPLETE
95192024-09-23T16:22:04.501Z[ host-image] Sep 23 16:22:03.289 INFO O| Sep 23 16:22:03.289 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-09-23T16:22:04.506Z[ host-image] Sep 23 16:22:03.298 INFO O| Sep 23 16:22:03.298 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95212024-09-23T16:22:04.506Z[ host-image] Sep 23 16:22:03.298 INFO O| Sep 23 16:22:03.298 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95222024-09-23T16:22:04.511Z[ host-image] Sep 23 16:22:03.298 INFO O| Sep 23 16:22:03.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95232024-09-23T16:22:04.511Z[ host-image] Sep 23 16:22:03.298 INFO O| Sep 23 16:22:03.298 INFO STEP 125 (ensure_dir) COMPLETE
95242024-09-23T16:22:04.511Z[ host-image] Sep 23 16:22:03.298 INFO O| Sep 23 16:22:03.298 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95252024-09-23T16:22:04.515Z[ host-image] Sep 23 16:22:03.308 INFO O| Sep 23 16:22:03.308 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95262024-09-23T16:22:04.515Z[ host-image] Sep 23 16:22:03.308 INFO O| Sep 23 16:22:03.308 INFO copying /tmp/.tmpUHZlYQ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95272024-09-23T16:22:04.516Z[ host-image] Sep 23 16:22:03.308 INFO O| Sep 23 16:22:03.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95282024-09-23T16:22:04.516Z[ host-image] Sep 23 16:22:03.308 INFO O| Sep 23 16:22:03.308 INFO ok!
95292024-09-23T16:22:04.516Z[ host-image] Sep 23 16:22:03.308 INFO O| Sep 23 16:22:03.308 INFO STEP 126 (ensure_file) COMPLETE
95302024-09-23T16:22:04.520Z[ host-image] Sep 23 16:22:03.308 INFO O| Sep 23 16:22:03.308 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95312024-09-23T16:22:04.526Z[ host-image] Sep 23 16:22:03.317 INFO O| Sep 23 16:22:03.317 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95322024-09-23T16:22:04.526Z[ host-image] Sep 23 16:22:03.317 INFO O| Sep 23 16:22:03.317 INFO STEP 127 (remove_files) COMPLETE
95332024-09-23T16:22:04.526Z[ host-image] Sep 23 16:22:03.317 INFO O| Sep 23 16:22:03.317 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95342024-09-23T16:22:04.534Z[ host-image] Sep 23 16:22:03.327 INFO O| Sep 23 16:22:03.326 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95352024-09-23T16:22:04.537Z[ host-image] Sep 23 16:22:03.327 INFO O| Sep 23 16:22:03.327 INFO STEP 128 (remove_files) COMPLETE
95362024-09-23T16:22:04.537Z[ host-image] Sep 23 16:22:03.327 INFO O| Sep 23 16:22:03.327 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95372024-09-23T16:22:04.543Z[ host-image] Sep 23 16:22:03.336 INFO O| Sep 23 16:22:03.336 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
95382024-09-23T16:22:04.546Z[ host-image] Sep 23 16:22:03.337 INFO O| Sep 23 16:22:03.337 INFO STEP 129 (remove_files) COMPLETE
95392024-09-23T16:22:04.546Z[ host-image] Sep 23 16:22:03.337 INFO O| Sep 23 16:22:03.337 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95402024-09-23T16:22:04.553Z[ host-image] Sep 23 16:22:03.346 INFO O| Sep 23 16:22:03.346 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
95412024-09-23T16:22:04.555Z[ host-image] Sep 23 16:22:03.346 INFO O| Sep 23 16:22:03.346 INFO STEP 130 (remove_files) COMPLETE
95422024-09-23T16:22:04.556Z[ host-image] Sep 23 16:22:03.346 INFO O| Sep 23 16:22:03.346 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95432024-09-23T16:22:04.562Z[ host-image] Sep 23 16:22:03.355 INFO O| Sep 23 16:22:03.355 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
95442024-09-23T16:22:04.565Z[ host-image] Sep 23 16:22:03.355 INFO O| Sep 23 16:22:03.355 INFO STEP 131 (remove_files) COMPLETE
95452024-09-23T16:22:04.565Z[ host-image] Sep 23 16:22:03.356 INFO O| Sep 23 16:22:03.355 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95462024-09-23T16:22:04.571Z[ host-image] Sep 23 16:22:03.365 INFO O| Sep 23 16:22:03.365 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
95472024-09-23T16:22:04.576Z[ host-image] Sep 23 16:22:03.365 INFO O| Sep 23 16:22:03.365 INFO STEP 132 (remove_files) COMPLETE
95482024-09-23T16:22:04.576Z[ host-image] Sep 23 16:22:03.365 INFO O| Sep 23 16:22:03.365 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95492024-09-23T16:22:04.581Z[ host-image] Sep 23 16:22:03.374 INFO O| Sep 23 16:22:03.374 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
95502024-09-23T16:22:04.581Z[ host-image] Sep 23 16:22:03.374 INFO O| Sep 23 16:22:03.374 INFO STEP 133 (remove_files) COMPLETE
95512024-09-23T16:22:04.584Z[ host-image] Sep 23 16:22:03.374 INFO O| Sep 23 16:22:03.374 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95522024-09-23T16:22:04.591Z[ host-image] Sep 23 16:22:03.384 INFO O| Sep 23 16:22:03.384 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
95532024-09-23T16:22:04.591Z[ host-image] Sep 23 16:22:03.384 INFO O| Sep 23 16:22:03.384 INFO STEP 134 (remove_files) COMPLETE
95542024-09-23T16:22:04.593Z[ host-image] Sep 23 16:22:03.384 INFO O| Sep 23 16:22:03.384 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95552024-09-23T16:22:04.600Z[ host-image] Sep 23 16:22:03.393 INFO O| Sep 23 16:22:03.393 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
95562024-09-23T16:22:04.603Z[ host-image] Sep 23 16:22:03.393 INFO O| Sep 23 16:22:03.393 INFO STEP 135 (remove_files) COMPLETE
95572024-09-23T16:22:04.603Z[ host-image] Sep 23 16:22:03.393 INFO O| Sep 23 16:22:03.393 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95582024-09-23T16:22:04.610Z[ host-image] Sep 23 16:22:03.403 INFO O| Sep 23 16:22:03.403 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
95592024-09-23T16:22:04.610Z[ host-image] Sep 23 16:22:03.403 INFO O| Sep 23 16:22:03.403 INFO STEP 136 (remove_files) COMPLETE
95602024-09-23T16:22:04.611Z[ host-image] Sep 23 16:22:03.403 INFO O| Sep 23 16:22:03.403 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95612024-09-23T16:22:04.619Z[ host-image] Sep 23 16:22:03.412 INFO O| Sep 23 16:22:03.412 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
95622024-09-23T16:22:04.622Z[ host-image] Sep 23 16:22:03.412 INFO O| Sep 23 16:22:03.412 INFO STEP 137 (remove_files) COMPLETE
95632024-09-23T16:22:04.622Z[ host-image] Sep 23 16:22:03.412 INFO O| Sep 23 16:22:03.412 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95642024-09-23T16:22:04.629Z[ host-image] Sep 23 16:22:03.422 INFO O| Sep 23 16:22:03.422 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95652024-09-23T16:22:04.629Z[ host-image] Sep 23 16:22:03.422 INFO O| Sep 23 16:22:03.422 INFO STEP 138 (remove_files) COMPLETE
95662024-09-23T16:22:04.629Z[ host-image] Sep 23 16:22:03.422 INFO O| Sep 23 16:22:03.422 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95672024-09-23T16:22:04.638Z[ host-image] Sep 23 16:22:03.432 INFO O| Sep 23 16:22:03.431 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95682024-09-23T16:22:04.638Z[ host-image] Sep 23 16:22:03.432 INFO O| Sep 23 16:22:03.432 INFO STEP 139 (remove_files) COMPLETE
95692024-09-23T16:22:04.641Z[ host-image] Sep 23 16:22:03.432 INFO O| Sep 23 16:22:03.432 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95702024-09-23T16:22:04.648Z[ host-image] Sep 23 16:22:03.441 INFO O| Sep 23 16:22:03.441 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95712024-09-23T16:22:04.648Z[ host-image] Sep 23 16:22:03.441 INFO O| Sep 23 16:22:03.441 INFO STEP 140 (remove_files) COMPLETE
95722024-09-23T16:22:04.650Z[ host-image] Sep 23 16:22:03.441 INFO O| Sep 23 16:22:03.441 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95732024-09-23T16:22:04.657Z[ host-image] Sep 23 16:22:03.450 INFO O| Sep 23 16:22:03.450 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95742024-09-23T16:22:04.659Z[ host-image] Sep 23 16:22:03.450 INFO O| Sep 23 16:22:03.450 INFO STEP 141 (remove_files) COMPLETE
95752024-09-23T16:22:04.659Z[ host-image] Sep 23 16:22:03.450 INFO O| Sep 23 16:22:03.450 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95762024-09-23T16:22:04.666Z[ host-image] Sep 23 16:22:03.459 INFO O| Sep 23 16:22:03.459 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95772024-09-23T16:22:04.666Z[ host-image] Sep 23 16:22:03.459 INFO O| Sep 23 16:22:03.459 INFO STEP 142 (remove_files) COMPLETE
95782024-09-23T16:22:04.669Z[ host-image] Sep 23 16:22:03.459 INFO O| Sep 23 16:22:03.459 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95792024-09-23T16:22:04.675Z[ host-image] Sep 23 16:22:03.468 INFO O| Sep 23 16:22:03.468 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95802024-09-23T16:22:04.675Z[ host-image] Sep 23 16:22:03.468 INFO O| Sep 23 16:22:03.468 INFO STEP 143 (remove_files) COMPLETE
95812024-09-23T16:22:04.675Z[ host-image] Sep 23 16:22:03.468 INFO O| Sep 23 16:22:03.468 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95822024-09-23T16:22:04.685Z[ host-image] Sep 23 16:22:03.478 INFO O| Sep 23 16:22:03.478 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95832024-09-23T16:22:04.685Z[ host-image] Sep 23 16:22:03.478 INFO O| Sep 23 16:22:03.478 INFO STEP 144 (remove_files) COMPLETE
95842024-09-23T16:22:04.687Z[ host-image] Sep 23 16:22:03.478 INFO O| Sep 23 16:22:03.478 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95852024-09-23T16:22:04.694Z[ host-image] Sep 23 16:22:03.487 INFO O| Sep 23 16:22:03.487 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95862024-09-23T16:22:04.694Z[ host-image] Sep 23 16:22:03.487 INFO O| Sep 23 16:22:03.487 INFO STEP 145 (remove_files) COMPLETE
95872024-09-23T16:22:04.698Z[ host-image] Sep 23 16:22:03.487 INFO O| Sep 23 16:22:03.487 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95882024-09-23T16:22:04.703Z[ host-image] Sep 23 16:22:03.496 INFO O| Sep 23 16:22:03.496 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95892024-09-23T16:22:04.703Z[ host-image] Sep 23 16:22:03.496 INFO O| Sep 23 16:22:03.496 INFO STEP 146 (remove_files) COMPLETE
95902024-09-23T16:22:04.707Z[ host-image] Sep 23 16:22:03.496 INFO O| Sep 23 16:22:03.496 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95912024-09-23T16:22:04.712Z[ host-image] Sep 23 16:22:03.505 INFO O| Sep 23 16:22:03.505 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95922024-09-23T16:22:04.712Z[ host-image] Sep 23 16:22:03.505 INFO O| Sep 23 16:22:03.505 INFO STEP 147 (remove_files) COMPLETE
95932024-09-23T16:22:04.715Z[ host-image] Sep 23 16:22:03.505 INFO O| Sep 23 16:22:03.505 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95942024-09-23T16:22:04.721Z[ host-image] Sep 23 16:22:03.514 INFO O| Sep 23 16:22:03.514 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95952024-09-23T16:22:04.721Z[ host-image] Sep 23 16:22:03.514 INFO O| Sep 23 16:22:03.514 INFO STEP 148 (remove_files) COMPLETE
95962024-09-23T16:22:04.724Z[ host-image] Sep 23 16:22:03.514 INFO O| Sep 23 16:22:03.514 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95972024-09-23T16:22:04.730Z[ host-image] Sep 23 16:22:03.523 INFO O| Sep 23 16:22:03.523 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95982024-09-23T16:22:04.733Z[ host-image] Sep 23 16:22:03.523 INFO O| Sep 23 16:22:03.523 INFO STEP 149 (remove_files) COMPLETE
95992024-09-23T16:22:04.733Z[ host-image] Sep 23 16:22:03.523 INFO O| Sep 23 16:22:03.523 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96002024-09-23T16:22:04.740Z[ host-image] Sep 23 16:22:03.532 INFO O| Sep 23 16:22:03.532 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96012024-09-23T16:22:04.743Z[ host-image] Sep 23 16:22:03.533 INFO O| Sep 23 16:22:03.533 INFO STEP 150 (remove_files) COMPLETE
96022024-09-23T16:22:04.743Z[ host-image] Sep 23 16:22:03.533 INFO O| Sep 23 16:22:03.533 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96032024-09-23T16:22:04.749Z[ host-image] Sep 23 16:22:03.542 INFO O| Sep 23 16:22:03.542 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96042024-09-23T16:22:04.752Z[ host-image] Sep 23 16:22:03.542 INFO O| Sep 23 16:22:03.542 INFO STEP 151 (remove_files) COMPLETE
96052024-09-23T16:22:04.752Z[ host-image] Sep 23 16:22:03.542 INFO O| Sep 23 16:22:03.542 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96062024-09-23T16:22:04.758Z[ host-image] Sep 23 16:22:03.551 INFO O| Sep 23 16:22:03.551 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96072024-09-23T16:22:04.758Z[ host-image] Sep 23 16:22:03.551 INFO O| Sep 23 16:22:03.551 INFO STEP 152 (remove_files) COMPLETE
96082024-09-23T16:22:04.758Z[ host-image] Sep 23 16:22:03.551 INFO O| Sep 23 16:22:03.551 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-09-23T16:22:04.768Z[ host-image] Sep 23 16:22:03.561 INFO O| Sep 23 16:22:03.560 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96102024-09-23T16:22:04.771Z[ host-image] Sep 23 16:22:03.561 INFO O| Sep 23 16:22:03.561 INFO STEP 153 (remove_files) COMPLETE
96112024-09-23T16:22:04.771Z[ host-image] Sep 23 16:22:03.561 INFO O| Sep 23 16:22:03.561 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-09-23T16:22:04.777Z[ host-image] Sep 23 16:22:03.570 INFO O| Sep 23 16:22:03.570 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96132024-09-23T16:22:04.777Z[ host-image] Sep 23 16:22:03.570 INFO O| Sep 23 16:22:03.570 INFO STEP 154 (remove_files) COMPLETE
96142024-09-23T16:22:04.780Z[ host-image] Sep 23 16:22:03.570 INFO O| Sep 23 16:22:03.570 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-09-23T16:22:04.786Z[ host-image] Sep 23 16:22:03.579 INFO O| Sep 23 16:22:03.579 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96162024-09-23T16:22:04.789Z[ host-image] Sep 23 16:22:03.579 INFO O| Sep 23 16:22:03.579 INFO STEP 155 (remove_files) COMPLETE
96172024-09-23T16:22:04.789Z[ host-image] Sep 23 16:22:03.579 INFO O| Sep 23 16:22:03.579 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96182024-09-23T16:22:04.800Z[ host-image] Sep 23 16:22:03.593 INFO O| Sep 23 16:22:03.593 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96192024-09-23T16:22:04.800Z[ host-image] Sep 23 16:22:03.594 INFO O| Sep 23 16:22:03.594 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96202024-09-23T16:22:13.812Z[ host-image] Sep 23 16:22:12.605 INFO O| Sep 23 16:22:12.605 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
96212024-09-23T16:22:13.812Z[ host-image] Sep 23 16:22:12.605 INFO O| Sep 23 16:22:12.605 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96222024-09-23T16:22:13.826Z[ host-image] Sep 23 16:22:12.620 INFO O| Sep 23 16:22:12.620 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
96232024-09-23T16:22:13.902Z[ host-image] Sep 23 16:22:12.696 INFO O| Sep 23 16:22:12.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96242024-09-23T16:22:13.903Z[ host-image] Sep 23 16:22:12.696 INFO O| Sep 23 16:22:12.696 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96252024-09-23T16:22:13.905Z[ host-image] Sep 23 16:22:12.698 INFO O| Sep 23 16:22:12.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96262024-09-23T16:22:13.905Z[ host-image] Sep 23 16:22:12.698 INFO O| Sep 23 16:22:12.698 INFO ok!
96272024-09-23T16:22:13.905Z[ host-image] Sep 23 16:22:12.698 INFO O| Sep 23 16:22:12.698 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96282024-09-23T16:22:13.905Z[ host-image] Sep 23 16:22:12.698 INFO O| Sep 23 16:22:12.698 INFO STEP 156 (seed_smf) COMPLETE
96292024-09-23T16:22:13.905Z[ host-image] Sep 23 16:22:12.698 INFO O| Sep 23 16:22:12.698 INFO steps complete; finalising image!
96302024-09-23T16:22:13.905Z[ host-image] Sep 23 16:22:12.698 INFO O| Sep 23 16:22:12.698 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96312024-09-23T16:22:14.042Z[ host-image] Sep 23 16:22:12.836 INFO O| Sep 23 16:22:12.836 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Sep 23 16:22:12 2024)
96322024-09-23T16:22:14.263Z[ host-image] Sep 23 16:22:13.057 INFO O| Sep 23 16:22:13.057 INFO temporary pool has 675M used, 157M avail, 1.87x compressratio
96332024-09-23T16:22:14.263Z[ host-image] Sep 23 16:22:13.057 INFO O| Sep 23 16:22:13.057 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
96342024-09-23T16:22:14.527Z[ host-image] Sep 23 16:22:13.321 INFO O| Sep 23 16:22:13.321 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
96352024-09-23T16:22:14.527Z[ host-image] Sep 23 16:22:13.321 INFO O| Sep 23 16:22:13.321 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
96362024-09-23T16:22:15.547Z[ host-image] Sep 23 16:22:14.341 INFO O| Sep 23 16:22:14.341 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
96372024-09-23T16:22:15.547Z[ host-image] Sep 23 16:22:14.341 INFO O| Sep 23 16:22:14.341 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
96382024-09-23T16:22:15.549Z[ host-image] Sep 23 16:22:14.341 INFO O| Sep 23 16:22:14.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
96392024-09-23T16:22:15.549Z[ host-image] Sep 23 16:22:14.341 INFO O| Sep 23 16:22:14.341 INFO completed processing gimlet/zfs
96402024-09-23T16:22:15.549Z[ host-image] Sep 23 16:22:14.341 INFO O| Sep 23 16:22:14.341 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
96412024-09-23T16:22:21.998Z[ host-image] Sep 23 16:22:20.793 INFO O| Sep 23 16:22:20.793 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
96422024-09-23T16:22:22.080Z[ host-image] Sep 23 16:22:20.874 INFO BUILD STRING "heads/stlouis-0-g473b048bcc\n"
96432024-09-23T16:22:22.080Z[ host-image] Sep 23 16:22:20.874 INFO expanded image name: "ci 64033be/${os_short_commit} 2024-09-23 15:52" -> "ci 64033be/473b048 2024-09-23 15:52"
96442024-09-23T16:22:22.083Z[ host-image] Sep 23 16:22:20.874 INFO output artefacts stored in: "/work/os-host"
96452024-09-23T16:22:22.083Z[ host-image] Sep 23 16:22:20.875 INFO collecting git info from project "chelsio-t6-roms"...
96462024-09-23T16:22:22.086Z[ host-image] Sep 23 16:22:20.880 INFO collecting git info from project "pilot"...
96472024-09-23T16:22:22.091Z[ host-image] Sep 23 16:22:20.885 INFO collecting git info from project "phbl"...
96482024-09-23T16:22:22.096Z[ host-image] Sep 23 16:22:20.890 INFO collecting git info from project "bootserver"...
96492024-09-23T16:22:22.100Z[ host-image] Sep 23 16:22:20.894 INFO collecting git info from project "pinprick"...
96502024-09-23T16:22:22.104Z[ host-image] Sep 23 16:22:20.898 INFO collecting git info from project "amd-firmware"...
96512024-09-23T16:22:22.111Z[ host-image] Sep 23 16:22:20.906 INFO collecting git info from project "image-builder"...
96522024-09-23T16:22:22.116Z[ host-image] Sep 23 16:22:20.910 INFO collecting git info from project "amd-host-image-builder"...
96532024-09-23T16:22:22.129Z[ host-image] Sep 23 16:22:20.923 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96542024-09-23T16:22:22.484Z[ host-image] Sep 23 16:22:21.278 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96552024-09-23T16:22:22.818Z[ host-image] Sep 23 16:22:21.612 INFO creating Oxide boot image...
96562024-09-23T16:22:22.818Z[ host-image] Sep 23 16:22:21.612 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 64033be/473b048 2024-09-23 15:52", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96572024-09-23T16:22:23.755Z[ host-image] Sep 23 16:22:22.550 INFO O| ok, image written!
96582024-09-23T16:22:23.755Z[ host-image] Sep 23 16:22:22.550 INFO O| ok, boot_image_csum file written!
96592024-09-23T16:22:23.758Z[ host-image] Sep 23 16:22:22.552 INFO creating boot archive (CPIO)...
96602024-09-23T16:22:23.761Z[ host-image] Sep 23 16:22:22.553 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
96612024-09-23T16:22:23.765Z[ host-image] Sep 23 16:22:22.559 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96622024-09-23T16:22:23.765Z[ host-image] Sep 23 16:22:22.559 INFO E| + outfile=/work/os-host/cpio
96632024-09-23T16:22:23.765Z[ host-image] Sep 23 16:22:22.559 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96642024-09-23T16:22:23.767Z[ host-image] Sep 23 16:22:22.561 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96652024-09-23T16:22:23.767Z[ host-image] Sep 23 16:22:22.561 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96662024-09-23T16:22:23.802Z[ host-image] Sep 23 16:22:22.596 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96672024-09-23T16:22:23.802Z[ host-image] Sep 23 16:22:22.596 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96682024-09-23T16:22:23.808Z[ host-image] Sep 23 16:22:22.603 INFO creating compressed cpio/unix for nanobl-rs...
96692024-09-23T16:22:23.808Z[ host-image] Sep 23 16:22:22.603 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
96702024-09-23T16:22:24.094Z[ host-image] Sep 23 16:22:22.888 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96712024-09-23T16:22:28.434Z[ host-image] Sep 23 16:22:27.229 INFO creating reset image...
96722024-09-23T16:22:28.434Z[ host-image] Sep 23 16:22:27.229 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96732024-09-23T16:22:28.521Z[ host-image] Sep 23 16:22:27.316 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96742024-09-23T16:22:28.524Z[ host-image] Sep 23 16:22:27.317 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96752024-09-23T16:22:28.574Z[ host-image] Sep 23 16:22:27.368 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96762024-09-23T16:22:30.592Z[ host-image] Sep 23 16:22:29.386 INFO E| Finished `release` profile [optimized] target(s) in 2.05s
96772024-09-23T16:22:30.603Z[ host-image] Sep 23 16:22:29.398 INFO building host image...
96782024-09-23T16:22:30.606Z[ host-image] Sep 23 16:22:29.398 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
96792024-09-23T16:22:31.057Z[ host-image] Sep 23 16:22:29.852 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96802024-09-23T16:23:17.068Z[ host-image] Sep 23 16:23:15.865 INFO image complete! materials are in "/work/os-host"
96812024-09-23T16:23:17.071Z[ host-image]
96822024-09-23T16:23:17.071Z[ host-image] real 9:34.173796777
96832024-09-23T16:23:17.071Z[ host-image] user 4:02.605162475
96842024-09-23T16:23:17.071Z[ host-image] sys 45.461660192
96852024-09-23T16:23:17.071Z[ host-image] trap 0.123789762
96862024-09-23T16:23:17.075Z[ host-image] tflt 0.012858500
96872024-09-23T16:23:17.075Z[ host-image] dflt 0.048649388
96882024-09-23T16:23:17.075Z[ host-image] kflt 0.000000000
96892024-09-23T16:23:17.075Z[ host-image] lock 9:54.119986921
96902024-09-23T16:23:17.075Z[ host-image] slp 54:03.447832728
96912024-09-23T16:23:17.075ZSep 23 16:23:15.869 INFO [host-image] process exited with exit status: 0 (574.18482127s)
96922024-09-23T16:23:17.076Z[ host-image] lat 1:07.460063850
96932024-09-23T16:23:17.076Z[ host-image] stop 0.663910624
96942024-09-23T16:23:17.076ZSep 23 16:23:15.869 INFO [tuf-repo] running task
96952024-09-23T16:23:23.458ZSep 23 16:23:22.256 INFO assembling repository in `/tmp/tufaceousbOgQAm`, component: OmicronRepoAssembler
96962024-09-23T16:23:28.094ZSep 23 16:23:26.892 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96972024-09-23T16:23:28.347ZSep 23 16:23:27.145 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96982024-09-23T16:23:39.848ZSep 23 16:23:38.647 INFO [tuf-repo] task succeeded (22.777392183s)
96992024-09-23T16:23:39.848ZSep 23 16:23:38.647 INFO all jobs completed in 1866.366576016s
97002024-09-23T16:23:40.450Zprocess exited: duration 2417073 ms, exit code 0
 
97012024-09-23T16:23:40.466Zfound 33 output files
97022024-09-23T16:23:40.466Zuploading: /work/manifest.toml (8404 bytes)
97032024-09-23T16:23:41.475Zuploaded: /work/manifest.toml
97042024-09-23T16:23:41.475Zuploading: /work/repo.zip (1804002139 bytes)
97052024-09-23T16:24:15.814Zuploaded: /work/repo.zip
97062024-09-23T16:24:15.814Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97072024-09-23T16:24:16.832Zuploaded: /work/repo.zip.sha256.txt
97082024-09-23T16:24:16.832Zuploading: /work/helios-setup.log (52339 bytes)
97092024-09-23T16:24:17.847Zuploaded: /work/helios-setup.log
97102024-09-23T16:24:17.847Zuploading: /work/host-image.log (196121 bytes)
97112024-09-23T16:24:18.867Zuploaded: /work/host-image.log
97122024-09-23T16:24:18.867Zuploading: /work/host-package.log (20067 bytes)
97132024-09-23T16:24:19.889Zuploaded: /work/host-package.log
97142024-09-23T16:24:19.889Zuploading: /work/host-target.log (101 bytes)
97152024-09-23T16:24:20.896Zuploaded: /work/host-target.log
97162024-09-23T16:24:20.896Zuploading: /work/omicron-package.log (4389 bytes)
97172024-09-23T16:24:21.904Zuploaded: /work/omicron-package.log
97182024-09-23T16:24:21.907Zuploading: /work/phbl-toolchain.log (881 bytes)
97192024-09-23T16:24:22.912Zuploaded: /work/phbl-toolchain.log
97202024-09-23T16:24:22.914Zuploading: /work/recovery-image.log (591992 bytes)
97212024-09-23T16:24:23.928Zuploaded: /work/recovery-image.log
97222024-09-23T16:24:23.931Zuploading: /work/recovery-package.log (282 bytes)
97232024-09-23T16:24:24.936Zuploaded: /work/recovery-package.log
97242024-09-23T16:24:24.939Zuploading: /work/recovery-target.log (98 bytes)
97252024-09-23T16:24:25.944Zuploaded: /work/recovery-target.log
97262024-09-23T16:24:25.947Zuploading: /work/stamp-clickhouse.log (117 bytes)
97272024-09-23T16:24:26.952Zuploaded: /work/stamp-clickhouse.log
97282024-09-23T16:24:26.954Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97292024-09-23T16:24:27.959Zuploaded: /work/stamp-clickhouse_keeper.log
97302024-09-23T16:24:27.962Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97312024-09-23T16:24:28.967Zuploaded: /work/stamp-cockroachdb.log
97322024-09-23T16:24:28.970Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
97332024-09-23T16:24:29.975Zuploaded: /work/stamp-crucible-dtrace.log
97342024-09-23T16:24:29.978Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
97352024-09-23T16:24:30.984Zuploaded: /work/stamp-crucible-pantry-zone.log
97362024-09-23T16:24:30.987Zuploading: /work/stamp-crucible-zone.log (120 bytes)
97372024-09-23T16:24:31.993Zuploaded: /work/stamp-crucible-zone.log
97382024-09-23T16:24:31.997Zuploading: /work/stamp-external-dns.log (119 bytes)
97392024-09-23T16:24:33.005Zuploaded: /work/stamp-external-dns.log
97402024-09-23T16:24:33.008Zuploading: /work/stamp-installinator.log (103 bytes)
97412024-09-23T16:24:34.016Zuploaded: /work/stamp-installinator.log
97422024-09-23T16:24:34.019Zuploading: /work/stamp-internal-dns.log (119 bytes)
97432024-09-23T16:24:35.024Zuploaded: /work/stamp-internal-dns.log
97442024-09-23T16:24:35.027Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
97452024-09-23T16:24:36.034Zuploaded: /work/stamp-mg-ddm-gz.log
97462024-09-23T16:24:36.037Zuploading: /work/stamp-nexus.log (112 bytes)
97472024-09-23T16:24:37.081Zuploaded: /work/stamp-nexus.log
97482024-09-23T16:24:37.085Zuploading: /work/stamp-ntp.log (110 bytes)
97492024-09-23T16:24:38.091Zuploaded: /work/stamp-ntp.log
97502024-09-23T16:24:38.094Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97512024-09-23T16:24:39.100Zuploaded: /work/stamp-omicron-sled-agent.log
97522024-09-23T16:24:39.103Zuploading: /work/stamp-overlay.log (114 bytes)
97532024-09-23T16:24:40.111Zuploaded: /work/stamp-overlay.log
97542024-09-23T16:24:40.114Zuploading: /work/stamp-oximeter.log (115 bytes)
97552024-09-23T16:24:41.120Zuploaded: /work/stamp-oximeter.log
97562024-09-23T16:24:41.122Zuploading: /work/stamp-oxlog.log (109 bytes)
97572024-09-23T16:24:42.132Zuploaded: /work/stamp-oxlog.log
97582024-09-23T16:24:42.132Zuploading: /work/stamp-probe.log (112 bytes)
97592024-09-23T16:24:43.140Zuploaded: /work/stamp-probe.log
97602024-09-23T16:24:43.143Zuploading: /work/stamp-propolis-server.log (122 bytes)
97612024-09-23T16:24:44.149Zuploaded: /work/stamp-propolis-server.log
97622024-09-23T16:24:44.152Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97632024-09-23T16:24:45.158Zuploaded: /work/stamp-pumpkind-gz.log
97642024-09-23T16:24:45.160Zuploading: /work/stamp-switch-asic.log (118 bytes)
97652024-09-23T16:24:46.168Zuploaded: /work/stamp-switch-asic.log
97662024-09-23T16:24:46.170Zuploading: /work/verify-libraries.log (2908 bytes)
97672024-09-23T16:24:47.177Zuploaded: /work/verify-libraries.log