01J6QKRFFXQXY3JK917M0AH0CZ: 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: 01J6QKRWRDASHRF1MWP4B6V0EA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-01T20:18:36.794Zjob assigned to worker 01J6QKRTB0RYTASH9VS24X1XCZ (queued for 56 s)
 
22024-09-01T20:18:43.727Zstarting task 0: "setup"
32024-09-01T20:18:43.734Z++ uname -s
42024-09-01T20:18:43.737Z+ kern=SunOS
52024-09-01T20:18:43.738Z+ case "$kern" in
62024-09-01T20:18:43.738Z+ groupadd -g 12345 build
72024-09-01T20:18:43.741Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-01T20:18:45.759Z+ zfs create -o mountpoint=/work rpool/work
92024-09-01T20:18:45.864Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-01T20:18:45.877Z+ home_fs=zfs
112024-09-01T20:18:45.877Z+ [[ zfs == autofs ]]
122024-09-01T20:18:45.877Z+ mkdir -p /home/build
132024-09-01T20:18:45.877Z+ chown build:build /home/build /work
142024-09-01T20:18:47.864Z+ chmod 0700 /home/build /work
152024-09-01T20:18:47.869Zprocess exited: duration 4141 ms, exit code 0
 
162024-09-01T20:18:47.884Zstarting task 1: "rust-toolchain"
172024-09-01T20:18:47.889Z+ printf ' * toolchain channel = "%s"
182024-09-01T20:18:47.889Z * toolchain channel = "1.80.1"
192024-09-01T20:18:47.889Z * toolchain profile = "default"
202024-09-01T20:18:47.889Z' 1.80.1
212024-09-01T20:18:47.890Z+ printf ' * toolchain profile = "%s"
222024-09-01T20:18:47.890Z' default
232024-09-01T20:18:47.890Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-01T20:18:47.890Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-01T20:18:48.068Zinfo: downloading installer
262024-09-01T20:18:49.374Zinfo: profile set to 'default'
272024-09-01T20:18:49.374Zinfo: default host triple is x86_64-unknown-illumos
282024-09-01T20:18:49.376Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-01T20:18:49.517Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-01T20:18:49.518Zinfo: downloading component 'cargo'
312024-09-01T20:18:50.324Zinfo: downloading component 'clippy'
322024-09-01T20:18:50.708Zinfo: downloading component 'rust-docs'
332024-09-01T20:18:51.825Zinfo: downloading component 'rust-std'
342024-09-01T20:18:53.466Zinfo: downloading component 'rustc'
352024-09-01T20:18:57.774Zinfo: downloading component 'rustfmt'
362024-09-01T20:18:58.012Zinfo: installing component 'cargo'
372024-09-01T20:18:58.831Zinfo: installing component 'clippy'
382024-09-01T20:18:59.198Zinfo: installing component 'rust-docs'
392024-09-01T20:19:00.826Zinfo: installing component 'rust-std'
402024-09-01T20:19:02.508Zinfo: installing component 'rustc'
412024-09-01T20:19:06.704Zinfo: installing component 'rustfmt'
422024-09-01T20:19:07.141Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-01T20:19:07.141Z
442024-09-01T20:19:07.398Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-01T20:19:07.399Z
462024-09-01T20:19:07.401Z
472024-09-01T20:19:07.401ZRust is installed now. Great!
482024-09-01T20:19:07.402Z
492024-09-01T20:19:07.402ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-01T20:19:07.402Zenvironment variable. This has not been done automatically.
512024-09-01T20:19:07.402Z
522024-09-01T20:19:07.402ZTo configure your current shell, you need to source
532024-09-01T20:19:07.402Zthe corresponding env file under $HOME/.cargo.
542024-09-01T20:19:07.402Z
552024-09-01T20:19:07.402ZThis is usually done by running one of the following (note the leading DOT):
562024-09-01T20:19:07.402Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-01T20:19:07.402Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-01T20:19:07.455Z+ rustc --version
592024-09-01T20:19:07.522Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-01T20:19:07.526Zprocess exited: duration 19647 ms, exit code 0
 
612024-09-01T20:19:07.531Zstarting task 2: "authentication"
622024-09-01T20:19:07.551Zprocess exited: duration 20 ms, exit code 0
 
632024-09-01T20:19:07.556Zstarting task 3: "clone repository"
642024-09-01T20:19:07.562Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-01T20:19:07.564Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-01T20:19:08.604ZCloning into '/work/oxidecomputer/omicron'...
672024-09-01T20:19:12.504Z+ cd /work/oxidecomputer/omicron
682024-09-01T20:19:12.504Z+ git fetch origin 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a
692024-09-01T20:19:12.831ZFrom https://github.com/oxidecomputer/omicron
702024-09-01T20:19:12.831Z * branch 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a -> FETCH_HEAD
712024-09-01T20:19:12.841Z+ [[ -n eliza/486-sa-errors ]]
722024-09-01T20:19:12.844Z++ git branch --show-current
732024-09-01T20:19:12.846Z+ current=main
742024-09-01T20:19:12.846Z+ [[ main != eliza/486-sa-errors ]]
752024-09-01T20:19:12.846Z+ git branch -f eliza/486-sa-errors 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a
762024-09-01T20:19:12.849Z+ git checkout -f eliza/486-sa-errors
772024-09-01T20:19:13.003ZSwitched to branch 'eliza/486-sa-errors'
782024-09-01T20:19:13.005Z+ git reset --hard 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a
792024-09-01T20:19:13.023ZHEAD is now at 1b3fcadee blehhh rustfmt
802024-09-01T20:19:13.025Zprocess exited: duration 5466 ms, exit code 0
 
812024-09-01T20:19:13.030Zstarting task 4: "build"
822024-09-01T20:19:13.035Z+ cargo --version
832024-09-01T20:19:13.089Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-01T20:19:13.091Z+ rustc --version
852024-09-01T20:19:13.147Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-01T20:19:13.150Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-01T20:19:18.223Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-01T20:19:20.542Z Startup: Caching catalogs ... Done
892024-09-01T20:19:22.491ZPlanning: Solver setup ... Done (1.391s)
902024-09-01T20:19:22.513ZPlanning: Running solver ... Done (0.022s)
912024-09-01T20:19:22.555ZPlanning: Finding local manifests ... Done (0.004s)
922024-09-01T20:19:22.568ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-01T20:19:23.193ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-01T20:19:23.293ZPlanning: Package planning ... Done (0.100s)
952024-09-01T20:19:23.351ZPlanning: Merging actions ... Done (0.058s)
962024-09-01T20:19:23.560ZPlanning: Checking for conflicting actions ... Done (0.208s)
972024-09-01T20:19:25.368ZPlanning: Consolidating action changes ... Done (1.808s)
982024-09-01T20:19:25.781ZPlanning: Evaluating mediators ... Done (0.414s)
992024-09-01T20:19:25.863ZPlanning: Planning completed in 5.25 seconds
1002024-09-01T20:19:25.878Z Packages to install: 4
1012024-09-01T20:19:25.878Z Packages to update: 1
1022024-09-01T20:19:25.881Z Mediators to change: 2
1032024-09-01T20:19:25.881Z Services to change: 1
1042024-09-01T20:19:25.881Z Estimated space available: 155.72 GB
1052024-09-01T20:19:25.881ZEstimated space to be consumed: 1.53 GB
1062024-09-01T20:19:25.881Z Create boot environment: No
1072024-09-01T20:19:25.881ZCreate backup boot environment: Yes
1082024-09-01T20:19:25.881Z Rebuild boot archive: No
1092024-09-01T20:19:25.881Z
1102024-09-01T20:19:25.881ZChanged mediators:
1112024-09-01T20:19:25.881Z mediator clang:
1122024-09-01T20:19:25.881Z version: None -> 15 (system default)
1132024-09-01T20:19:25.881Z
1142024-09-01T20:19:25.881Z mediator llvm:
1152024-09-01T20:19:25.881Z version: 14 (system default) -> 15 (system default)
1162024-09-01T20:19:25.881Z
1172024-09-01T20:19:25.881ZChanged packages:
1182024-09-01T20:19:25.881Zhelios-dev
1192024-09-01T20:19:25.881Z developer/build-essential
1202024-09-01T20:19:25.881Z None -> 11-2.0
1212024-09-01T20:19:25.881Z library/libxmlsec1
1222024-09-01T20:19:25.881Z None -> 1.2.35-2.0
1232024-09-01T20:19:25.881Z ooce/developer/clang-15
1242024-09-01T20:19:25.881Z None -> 15.0.7-2.0
1252024-09-01T20:19:25.881Z ooce/developer/llvm-15
1262024-09-01T20:19:25.881Z None -> 15.0.7-2.0
1272024-09-01T20:19:25.882Z package/pkg
1282024-09-01T20:19:25.882Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-01T20:19:25.882Z
1302024-09-01T20:19:25.882ZServices:
1312024-09-01T20:19:25.882Z restart_fmri:
1322024-09-01T20:19:25.882Z svc:/system/update-man-index:default
1332024-09-01T20:19:25.882Z
1342024-09-01T20:19:25.882ZEditable files to change:
1352024-09-01T20:19:25.882Z Update:
1362024-09-01T20:19:25.882Z usr/share/lib/pkg/web/config.shtml
1372024-09-01T20:19:25.958Z
1382024-09-01T20:19:25.958ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-01T20:19:30.961ZDownload: 987/4281 items 19.5/220.6MB 8% complete (4.0M/s)
1402024-09-01T20:19:35.974ZDownload: 1414/4281 items 115.5/220.6MB 52% complete (11.8M/s)
1412024-09-01T20:19:40.990ZDownload: 2562/4281 items 120.4/220.6MB 54% complete (10.1M/s)
1422024-09-01T20:19:46.328ZDownload: 3288/4281 items 212.3/220.6MB 96% complete (9.6M/s)
1432024-09-01T20:19:51.031ZDownload: Completed 220.60 MB in 25.07 seconds (8.8M/s)
1442024-09-01T20:19:53.009Z Actions: 1/5063 actions (Removing old actions)
1452024-09-01T20:19:53.036Z Actions: 194/5063 actions (Installing new actions)
1462024-09-01T20:19:57.766Z Actions: 4226/5063 actions (Updating modified actions)
1472024-09-01T20:19:58.075Z Actions: Completed 5063 actions in 5.07 seconds.
1482024-09-01T20:19:58.366Z Done (0.277s)
1492024-09-01T20:19:58.371Z Done (0.000s)
1502024-09-01T20:19:58.738Z Done (0.376s)
1512024-09-01T20:20:03.188Z Done (4.270s)
1522024-09-01T20:20:03.284Z Done (0.018s)
1532024-09-01T20:20:03.298Z Done (0.000s)
1542024-09-01T20:20:03.433Z Done (0.000s)
1552024-09-01T20:20:04.026ZPlanning: Evaluating mediator changes ... Done
1562024-09-01T20:20:04.192ZPlanning: Checking for conflicting actions ... Done
1572024-09-01T20:20:04.234ZPlanning: Consolidating action changes ... Done
1582024-09-01T20:20:04.482ZPlanning: Evaluating mediators ... Done
1592024-09-01T20:20:04.517ZPlanning: Planning completed in 0.43 seconds
1602024-09-01T20:20:04.538Z Mediators to change: 2
1612024-09-01T20:20:04.538Z Create boot environment: No
1622024-09-01T20:20:04.538ZCreate backup boot environment: No
1632024-09-01T20:20:04.596Z Done
1642024-09-01T20:20:04.596Z Done
1652024-09-01T20:20:04.822Z Done
1662024-09-01T20:20:08.454Z Done
1672024-09-01T20:20:08.547Z Done
1682024-09-01T20:20:08.550Z Done
1692024-09-01T20:20:08.637Z Done
1702024-09-01T20:20:09.270ZPlanning: Evaluating mediator changes ... Done
1712024-09-01T20:20:09.307ZPlanning: Merging actions ... Done
1722024-09-01T20:20:09.438ZPlanning: Checking for conflicting actions ... Done
1732024-09-01T20:20:09.441ZPlanning: Consolidating action changes ... Done
1742024-09-01T20:20:09.706ZPlanning: Evaluating mediators ... Done
1752024-09-01T20:20:09.761ZPlanning: Planning completed in 0.76 seconds
1762024-09-01T20:20:09.803Z Packages to change: 1
1772024-09-01T20:20:09.805Z Mediators to change: 1
1782024-09-01T20:20:09.805Z Services to change: 1
1792024-09-01T20:20:09.805Z Create boot environment: No
1802024-09-01T20:20:09.805ZCreate backup boot environment: Yes
1812024-09-01T20:20:11.793Z Actions: 1/6 actions (Updating modified actions)
1822024-09-01T20:20:11.796Z Actions: Completed 6 actions in 0.00 seconds.
1832024-09-01T20:20:11.796Z Done
1842024-09-01T20:20:11.796Z Done
1852024-09-01T20:20:11.875Z Done
1862024-09-01T20:20:15.526Z Done
1872024-09-01T20:20:15.618Z Done
1882024-09-01T20:20:15.621Z Done
1892024-09-01T20:20:15.742Z Done
1902024-09-01T20:20:16.181ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-09-01T20:20:16.181Zclang system 15 system
1922024-09-01T20:20:16.181Zcsh system system illumos
1932024-09-01T20:20:16.181Zctags system system illumos
1942024-09-01T20:20:16.182Zgcc vendor 12 vendor
1952024-09-01T20:20:16.182Zgcc system 10 system
1962024-09-01T20:20:16.182Zgcc system 7 system
1972024-09-01T20:20:16.182Zgo system 1.20 system
1982024-09-01T20:20:16.182Zgo system 1.19 system
1992024-09-01T20:20:16.182Zllvm system 15 system
2002024-09-01T20:20:16.182Zllvm system 14 system
2012024-09-01T20:20:16.182Zmariadb system 10.6 system
2022024-09-01T20:20:16.182Zmta vendor vendor dma
2032024-09-01T20:20:16.182Zopenjdk system 17 system
2042024-09-01T20:20:16.182Zopenjdk system 11 system
2052024-09-01T20:20:16.182Zopenjdk system 1.8 system
2062024-09-01T20:20:16.182Zopenssl vendor 3 vendor
2072024-09-01T20:20:16.182Zperl system 5.36 system
2082024-09-01T20:20:16.182Zpostgresql system 15 system
2092024-09-01T20:20:16.182Zpostgresql system 13 system
2102024-09-01T20:20:16.182Zpython vendor 3 vendor
2112024-09-01T20:20:16.182Zpython system 2 system
2122024-09-01T20:20:16.182Zpython3 system 3.11 system
2132024-09-01T20:20:16.183Zruby system 3.0 system
2142024-09-01T20:20:16.183Zwords vendor vendor american-english
2152024-09-01T20:20:16.183Zwords system system australian-english
2162024-09-01T20:20:16.183Zwords system system british-english
2172024-09-01T20:20:16.183Zwords system system canadian-english
2182024-09-01T20:20:16.183Zwords system system french
2192024-09-01T20:20:16.183Zwords system system italian
2202024-09-01T20:20:16.183Zwords system system ngerman
2212024-09-01T20:20:16.183Zwords system system ogerman
2222024-09-01T20:20:16.183Zwords system system spanish
2232024-09-01T20:20:16.518ZPUBLISHER TYPE STATUS P LOCATION
2242024-09-01T20:20:16.518Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-09-01T20:20:18.318ZFMRI IFO
2262024-09-01T20:20:18.318Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-09-01T20:20:18.318Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-09-01T20:20:18.318Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-09-01T20:20:18.318Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-09-01T20:20:18.318Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-09-01T20:20:18.318Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-09-01T20:20:18.318Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2332024-09-01T20:20:18.318Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2342024-09-01T20:20:18.318Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2352024-09-01T20:20:18.318Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-09-01T20:20:18.318Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2372024-09-01T20:20:18.318Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2382024-09-01T20:20:18.318Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2392024-09-01T20:20:18.940Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402024-09-01T20:20:19.188Z Updating crates.io index
2412024-09-01T20:20:19.261Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2422024-09-01T20:20:19.968Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432024-09-01T20:20:20.692Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2442024-09-01T20:20:21.035Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2452024-09-01T20:20:22.547Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462024-09-01T20:20:22.781Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472024-09-01T20:20:23.058Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482024-09-01T20:20:24.053Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492024-09-01T20:20:25.886Z Updating git repository `https://github.com/oxidecomputer/opte`
2502024-09-01T20:20:27.115Z Updating git repository `https://github.com/oxidecomputer/falcon`
2512024-09-01T20:20:27.721Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522024-09-01T20:20:27.975Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532024-09-01T20:20:28.455Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2542024-09-01T20:20:28.767Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2552024-09-01T20:20:29.037Z Updating git repository `https://github.com/oxidecomputer/qorb`
2562024-09-01T20:20:29.371Z Updating git repository `https://github.com/oxidecomputer/tofino`
2572024-09-01T20:20:29.664Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582024-09-01T20:20:29.922Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592024-09-01T20:20:30.151Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602024-09-01T20:20:30.416Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-09-01T20:20:30.685Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622024-09-01T20:20:30.969Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632024-09-01T20:20:31.343Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2642024-09-01T20:20:31.570Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2652024-09-01T20:20:32.048Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2662024-09-01T20:20:32.401Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2672024-09-01T20:20:32.791Z Updating git repository `https://github.com/oxidecomputer/typify`
2682024-09-01T20:20:34.948Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2692024-09-01T20:20:35.194Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2702024-09-01T20:20:35.473Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2712024-09-01T20:20:35.807Z Updating git repository `https://github.com/oxidecomputer/rfb`
2722024-09-01T20:20:37.203Z Downloading crates ...
2732024-09-01T20:20:37.299Z Downloaded colorchoice v1.0.1
2742024-09-01T20:20:37.307Z Downloaded anstyle-parse v0.2.4
2752024-09-01T20:20:37.310Z Downloaded anstyle v1.0.8
2762024-09-01T20:20:37.312Z Downloaded dtrace-parser v0.2.0
2772024-09-01T20:20:37.315Z Downloaded is_terminal_polyfill v1.70.0
2782024-09-01T20:20:37.319Z Downloaded usdt-attr-macro v0.5.0
2792024-09-01T20:20:37.321Z Downloaded swrite v0.1.0
2802024-09-01T20:20:37.324Z Downloaded anstream v0.6.14
2812024-09-01T20:20:37.326Z Downloaded anstyle-query v1.0.3
2822024-09-01T20:20:37.326Z Downloaded plain v0.2.3
2832024-09-01T20:20:37.329Z Downloaded errno v0.3.9
2842024-09-01T20:20:37.329Z Downloaded block-buffer v0.10.4
2852024-09-01T20:20:37.332Z Downloaded crypto-common v0.1.6
2862024-09-01T20:20:37.332Z Downloaded autocfg v1.3.0
2872024-09-01T20:20:37.334Z Downloaded heck v0.5.0
2882024-09-01T20:20:37.334Z Downloaded pest_generator v2.7.10
2892024-09-01T20:20:37.336Z Downloaded generic-array v0.14.7
2902024-09-01T20:20:37.336Z Downloaded byteorder v1.5.0
2912024-09-01T20:20:37.339Z Downloaded usdt-macro v0.5.0
2922024-09-01T20:20:37.339Z Downloaded fnv v1.0.7
2932024-09-01T20:20:37.341Z Downloaded dof v0.3.0
2942024-09-01T20:20:37.341Z Downloaded toml_datetime v0.6.8
2952024-09-01T20:20:37.344Z Downloaded smawk v0.3.2
2962024-09-01T20:20:37.346Z Downloaded thiserror-impl v1.0.63
2972024-09-01T20:20:37.348Z Downloaded bitflags v2.6.0
2982024-09-01T20:20:37.353Z Downloaded serde_tokenstream v0.2.2
2992024-09-01T20:20:37.356Z Downloaded camino-tempfile v1.1.1
3002024-09-01T20:20:37.356Z Downloaded scroll v0.12.0
3012024-09-01T20:20:37.356Z Downloaded clap_derive v4.5.13
3022024-09-01T20:20:37.358Z Downloaded cargo_toml v0.20.4
3032024-09-01T20:20:37.361Z Downloaded proc-macro-error v1.0.4
3042024-09-01T20:20:37.363Z Downloaded zerocopy-derive v0.7.34
3052024-09-01T20:20:37.367Z Downloaded once_cell v1.19.0
3062024-09-01T20:20:37.369Z Downloaded tempfile v3.10.1
3072024-09-01T20:20:37.372Z Downloaded proc-macro2 v1.0.86
3082024-09-01T20:20:37.375Z Downloaded clap v4.5.16
3092024-09-01T20:20:37.383Z Downloaded equivalent v1.0.1
3102024-09-01T20:20:37.386Z Downloaded proc-macro-error-attr v1.0.4
3112024-09-01T20:20:37.386Z Downloaded pretty-hex v0.4.1
3122024-09-01T20:20:37.388Z Downloaded itoa v1.0.11
3132024-09-01T20:20:37.388Z Downloaded clap_lex v0.7.0
3142024-09-01T20:20:37.389Z Downloaded anyhow v1.0.86
3152024-09-01T20:20:37.392Z Downloaded log v0.4.21
3162024-09-01T20:20:37.395Z Downloaded unicode-ident v1.0.12
3172024-09-01T20:20:37.398Z Downloaded textwrap v0.16.1
3182024-09-01T20:20:37.400Z Downloaded version_check v0.9.5
3192024-09-01T20:20:37.404Z Downloaded cfg-if v1.0.0
3202024-09-01T20:20:37.407Z Downloaded cpufeatures v0.2.12
3212024-09-01T20:20:37.407Z Downloaded cargo_metadata v0.18.1
3222024-09-01T20:20:37.409Z Downloaded heck v0.4.1
3232024-09-01T20:20:37.411Z Downloaded fastrand v2.1.0
3242024-09-01T20:20:37.411Z Downloaded fs-err v2.11.0
3252024-09-01T20:20:37.414Z Downloaded macaddr v1.0.1
3262024-09-01T20:20:37.416Z Downloaded bytecount v0.6.8
3272024-09-01T20:20:37.416Z Downloaded cargo-platform v0.1.8
3282024-09-01T20:20:37.418Z Downloaded thread-id v4.2.1
3292024-09-01T20:20:37.419Z Downloaded terminal_size v0.3.0
3302024-09-01T20:20:37.421Z Downloaded typenum v1.17.0
3312024-09-01T20:20:37.423Z Downloaded tabled_derive v0.7.0
3322024-09-01T20:20:37.423Z Downloaded strsim v0.11.1
3332024-09-01T20:20:37.425Z Downloaded thiserror v1.0.63
3342024-09-01T20:20:37.430Z Downloaded serde_spanned v0.6.7
3352024-09-01T20:20:37.432Z Downloaded camino v1.1.9
3362024-09-01T20:20:37.434Z Downloaded usdt-impl v0.5.0
3372024-09-01T20:20:37.434Z Downloaded unicode-linebreak v0.1.5
3382024-09-01T20:20:37.437Z Downloaded utf8parse v0.2.1
3392024-09-01T20:20:37.437Z Downloaded usdt v0.5.0
3402024-09-01T20:20:37.437Z Downloaded scroll_derive v0.12.0
3412024-09-01T20:20:37.439Z Downloaded quote v1.0.36
3422024-09-01T20:20:37.442Z Downloaded pest_derive v2.7.10
3432024-09-01T20:20:37.444Z Downloaded sha2 v0.10.8
3442024-09-01T20:20:37.447Z Downloaded semver v1.0.23
3452024-09-01T20:20:37.449Z Downloaded memmap v0.7.0
3462024-09-01T20:20:37.449Z Downloaded serde v1.0.208
3472024-09-01T20:20:37.452Z Downloaded digest v0.10.7
3482024-09-01T20:20:37.458Z Downloaded ryu v1.0.18
3492024-09-01T20:20:37.461Z Downloaded serde_derive v1.0.208
3502024-09-01T20:20:37.463Z Downloaded pest_meta v2.7.10
3512024-09-01T20:20:37.466Z Downloaded memchr v2.7.2
3522024-09-01T20:20:37.470Z Downloaded ucd-trie v0.1.6
3532024-09-01T20:20:37.473Z Downloaded papergrid v0.11.0
3542024-09-01T20:20:37.483Z Downloaded toml v0.8.19
3552024-09-01T20:20:37.489Z Downloaded hashbrown v0.14.5
3562024-09-01T20:20:37.493Z Downloaded pest v2.7.10
3572024-09-01T20:20:37.498Z Downloaded indexmap v2.4.0
3582024-09-01T20:20:37.506Z Downloaded toml_edit v0.22.20
3592024-09-01T20:20:37.528Z Downloaded winnow v0.6.18
3602024-09-01T20:20:37.536Z Downloaded serde_json v1.0.125
3612024-09-01T20:20:37.543Z Downloaded tabled v0.15.0
3622024-09-01T20:20:37.559Z Downloaded zerocopy v0.7.34
3632024-09-01T20:20:37.574Z Downloaded goblin v0.8.2
3642024-09-01T20:20:37.580Z Downloaded clap_builder v4.5.15
3652024-09-01T20:20:37.586Z Downloaded syn v1.0.109
3662024-09-01T20:20:37.597Z Downloaded syn v2.0.74
3672024-09-01T20:20:37.607Z Downloaded rustix v0.38.34
3682024-09-01T20:20:37.628Z Downloaded unicode-width v0.1.13
3692024-09-01T20:20:37.635Z Downloaded libc v0.2.158
3702024-09-01T20:20:37.938Z Compiling proc-macro2 v1.0.86
3712024-09-01T20:20:37.938Z Compiling unicode-ident v1.0.12
3722024-09-01T20:20:37.941Z Compiling serde v1.0.208
3732024-09-01T20:20:37.941Z Compiling version_check v0.9.5
3742024-09-01T20:20:37.941Z Compiling thiserror v1.0.63
3752024-09-01T20:20:37.941Z Compiling memchr v2.7.2
3762024-09-01T20:20:37.941Z Compiling libc v0.2.158
3772024-09-01T20:20:37.971Z Compiling itoa v1.0.11
3782024-09-01T20:20:38.175Z Compiling ryu v1.0.18
3792024-09-01T20:20:38.254Z Compiling ucd-trie v0.1.6
3802024-09-01T20:20:38.524Z Compiling once_cell v1.19.0
3812024-09-01T20:20:38.792Z Compiling byteorder v1.5.0
3822024-09-01T20:20:38.879Z Compiling rustix v0.38.34
3832024-09-01T20:20:38.941Z Compiling serde_json v1.0.125
3842024-09-01T20:20:39.301Z Compiling bitflags v2.6.0
3852024-09-01T20:20:39.347Z Compiling proc-macro-error-attr v1.0.4
3862024-09-01T20:20:39.627Z Compiling quote v1.0.36
3872024-09-01T20:20:39.744Z Compiling usdt-impl v0.5.0
3882024-09-01T20:20:39.747Z Compiling syn v1.0.109
3892024-09-01T20:20:39.826Z Compiling proc-macro-error v1.0.4
3902024-09-01T20:20:40.098Z Compiling syn v2.0.74
3912024-09-01T20:20:40.125Z Compiling errno v0.3.9
3922024-09-01T20:20:40.336Z Compiling thread-id v4.2.1
3932024-09-01T20:20:40.383Z Compiling hashbrown v0.14.5
3942024-09-01T20:20:40.410Z Compiling equivalent v1.0.1
3952024-09-01T20:20:40.454Z Compiling camino v1.1.9
3962024-09-01T20:20:40.457Z Compiling log v0.4.21
3972024-09-01T20:20:40.496Z Compiling utf8parse v0.2.1
3982024-09-01T20:20:40.499Z Compiling plain v0.2.3
3992024-09-01T20:20:40.650Z Compiling anstyle-parse v0.2.4
4002024-09-01T20:20:41.078Z Compiling autocfg v1.3.0
4012024-09-01T20:20:41.204Z Compiling anstyle-query v1.0.3
4022024-09-01T20:20:41.393Z Compiling pretty-hex v0.4.1
4032024-09-01T20:20:41.418Z Compiling unicode-width v0.1.13
4042024-09-01T20:20:41.629Z Compiling semver v1.0.23
4052024-09-01T20:20:41.655Z Compiling winnow v0.6.18
4062024-09-01T20:20:41.679Z Compiling colorchoice v1.0.1
4072024-09-01T20:20:41.842Z Compiling indexmap v2.4.0
4082024-09-01T20:20:41.891Z Compiling anstyle v1.0.8
4092024-09-01T20:20:42.056Z Compiling is_terminal_polyfill v1.70.0
4102024-09-01T20:20:42.200Z Compiling fs-err v2.11.0
4112024-09-01T20:20:42.372Z Compiling terminal_size v0.3.0
4122024-09-01T20:20:42.398Z Compiling anstream v0.6.14
4132024-09-01T20:20:42.558Z Compiling heck v0.4.1
4142024-09-01T20:20:42.589Z Compiling fastrand v2.1.0
4152024-09-01T20:20:43.081Z Compiling strsim v0.11.1
4162024-09-01T20:20:43.137Z Compiling cfg-if v1.0.0
4172024-09-01T20:20:43.140Z Compiling anyhow v1.0.86
4182024-09-01T20:20:43.187Z Compiling fnv v1.0.7
4192024-09-01T20:20:43.190Z Compiling bytecount v0.6.8
4202024-09-01T20:20:43.240Z Compiling heck v0.5.0
4212024-09-01T20:20:43.323Z Compiling clap_lex v0.7.0
4222024-09-01T20:20:43.750Z Compiling clap_builder v4.5.15
4232024-09-01T20:20:43.847Z Compiling papergrid v0.11.0
4242024-09-01T20:20:43.966Z Compiling tempfile v3.10.1
4252024-09-01T20:20:44.128Z Compiling memmap v0.7.0
4262024-09-01T20:20:44.166Z Compiling unicode-linebreak v0.1.5
4272024-09-01T20:20:44.490Z Compiling smawk v0.3.2
4282024-09-01T20:20:44.708Z Compiling textwrap v0.16.1
4292024-09-01T20:20:45.256Z Compiling swrite v0.1.0
4302024-09-01T20:20:46.429Z Compiling tabled_derive v0.7.0
4312024-09-01T20:20:48.088Z Compiling tabled v0.15.0
4322024-09-01T20:20:48.994Z Compiling serde_derive v1.0.208
4332024-09-01T20:20:48.994Z Compiling thiserror-impl v1.0.63
4342024-09-01T20:20:48.997Z Compiling zerocopy-derive v0.7.34
4352024-09-01T20:20:48.997Z Compiling scroll_derive v0.12.0
4362024-09-01T20:20:49.282Z Compiling clap_derive v4.5.13
4372024-09-01T20:20:50.327Z Compiling scroll v0.12.0
4382024-09-01T20:20:50.817Z Compiling goblin v0.8.2
4392024-09-01T20:20:50.897Z Compiling zerocopy v0.7.34
4402024-09-01T20:20:51.598Z Compiling pest v2.7.10
4412024-09-01T20:20:52.818Z Compiling clap v4.5.16
4422024-09-01T20:20:53.912Z Compiling pest_meta v2.7.10
4432024-09-01T20:20:54.752Z Compiling pest_generator v2.7.10
4442024-09-01T20:20:56.471Z Compiling pest_derive v2.7.10
4452024-09-01T20:20:57.147Z Compiling dtrace-parser v0.2.0
4462024-09-01T20:20:59.218Z Compiling serde_tokenstream v0.2.2
4472024-09-01T20:20:59.263Z Compiling toml_datetime v0.6.8
4482024-09-01T20:20:59.265Z Compiling serde_spanned v0.6.7
4492024-09-01T20:20:59.531Z Compiling cargo-platform v0.1.8
4502024-09-01T20:20:59.620Z Compiling toml_edit v0.22.20
4512024-09-01T20:20:59.811Z Compiling macaddr v1.0.1
4522024-09-01T20:20:59.978Z Compiling camino-tempfile v1.1.1
4532024-09-01T20:21:00.654Z Compiling dof v0.3.0
4542024-09-01T20:21:00.700Z Compiling cargo_metadata v0.18.1
4552024-09-01T20:21:02.397Z Compiling usdt-macro v0.5.0
4562024-09-01T20:21:02.397Z Compiling usdt-attr-macro v0.5.0
4572024-09-01T20:21:02.489Z Compiling toml v0.8.19
4582024-09-01T20:21:03.270Z Compiling cargo_toml v0.20.4
4592024-09-01T20:21:03.777Z Compiling usdt v0.5.0
4602024-09-01T20:21:07.042Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612024-09-01T20:21:11.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.53s
4622024-09-01T20:21:11.486Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4632024-09-01T20:21:12.045Z Downloading crates ...
4642024-09-01T20:21:12.171Z Downloaded ahash v0.8.11
4652024-09-01T20:21:12.176Z Downloaded addr2line v0.21.0
4662024-09-01T20:21:12.183Z Downloaded atomicwrites v0.4.3
4672024-09-01T20:21:12.189Z Downloaded bitstruct v0.1.1
4682024-09-01T20:21:12.193Z Downloaded cfg_aliases v0.1.1
4692024-09-01T20:21:12.195Z Downloaded ciborium-io v0.2.2
4702024-09-01T20:21:12.198Z Downloaded cstr-argument v0.1.2
4712024-09-01T20:21:12.198Z Downloaded crunchy v0.2.2
4722024-09-01T20:21:12.198Z Downloaded http-body v0.4.6
4732024-09-01T20:21:12.201Z Downloaded home v0.5.9
4742024-09-01T20:21:12.203Z Downloaded array-init v0.0.4
4752024-09-01T20:21:12.205Z Downloaded aead v0.5.2
4762024-09-01T20:21:12.208Z Downloaded arrayref v0.3.7
4772024-09-01T20:21:12.210Z Downloaded ident_case v1.0.1
4782024-09-01T20:21:12.213Z Downloaded instant v0.1.12
4792024-09-01T20:21:12.213Z Downloaded bitfield-struct v0.6.1
4802024-09-01T20:21:12.216Z Downloaded bcrypt-pbkdf v0.10.0
4812024-09-01T20:21:12.216Z Downloaded async-stream v0.3.5
4822024-09-01T20:21:12.219Z Downloaded adler v1.0.2
4832024-09-01T20:21:12.219Z Downloaded crc-catalog v2.4.0
4842024-09-01T20:21:12.222Z Downloaded darling_macro v0.20.9
4852024-09-01T20:21:12.222Z Downloaded cipher v0.4.4
4862024-09-01T20:21:12.224Z Downloaded is_ci v1.2.0
4872024-09-01T20:21:12.226Z Downloaded md5 v0.7.0
4882024-09-01T20:21:12.227Z Downloaded match_cfg v0.1.0
4892024-09-01T20:21:12.229Z Downloaded convert_case v0.4.0
4902024-09-01T20:21:12.229Z Downloaded base16ct v0.2.0
4912024-09-01T20:21:12.231Z Downloaded bit-vec v0.6.3
4922024-09-01T20:21:12.233Z Downloaded normalize-line-endings v0.3.0
4932024-09-01T20:21:12.236Z Downloaded newtype_derive v0.1.6
4942024-09-01T20:21:12.236Z Downloaded cobs v0.2.3
4952024-09-01T20:21:12.238Z Downloaded blowfish v0.9.1
4962024-09-01T20:21:12.241Z Downloaded ciborium v0.2.2
4972024-09-01T20:21:12.245Z Downloaded lazycell v1.3.0
4982024-09-01T20:21:12.245Z Downloaded lalrpop-util v0.19.12
4992024-09-01T20:21:12.247Z Downloaded async-bb8-diesel v0.2.1
5002024-09-01T20:21:12.247Z Downloaded hubpack v0.1.2
5012024-09-01T20:21:12.249Z Downloaded multimap v0.10.0
5022024-09-01T20:21:12.252Z Downloaded maybe-uninit v2.0.0
5032024-09-01T20:21:12.252Z Downloaded libsw v3.3.1
5042024-09-01T20:21:12.255Z Downloaded lru-cache v0.1.2
5052024-09-01T20:21:12.257Z Downloaded cancel-safe-futures v0.1.5
5062024-09-01T20:21:12.259Z Downloaded base64ct v1.6.0
5072024-09-01T20:21:12.264Z Downloaded indent_write v2.2.0
5082024-09-01T20:21:12.267Z Downloaded num v0.4.3
5092024-09-01T20:21:12.267Z Downloaded humantime v2.1.0
5102024-09-01T20:21:12.270Z Downloaded memoffset v0.9.1
5112024-09-01T20:21:12.270Z Downloaded serde-big-array v0.5.1
5122024-09-01T20:21:12.272Z Downloaded hyper-rustls v0.24.2
5132024-09-01T20:21:12.275Z Downloaded maplit v1.0.2
5142024-09-01T20:21:12.277Z Downloaded highway v1.2.0
5152024-09-01T20:21:12.280Z Downloaded jobserver v0.1.32
5162024-09-01T20:21:12.282Z Downloaded ipnet v2.9.0
5172024-09-01T20:21:12.285Z Downloaded mime_guess v2.0.4
5182024-09-01T20:21:12.287Z Downloaded is-terminal v0.4.12
5192024-09-01T20:21:12.287Z Downloaded csv-core v0.1.11
5202024-09-01T20:21:12.290Z Downloaded bb8 v0.8.5
5212024-09-01T20:21:12.290Z Downloaded matches v0.1.10
5222024-09-01T20:21:12.292Z Downloaded const_format_proc_macros v0.2.32
5232024-09-01T20:21:12.294Z Downloaded http-range v0.1.5
5242024-09-01T20:21:12.296Z Downloaded hickory-server v0.24.1
5252024-09-01T20:21:12.301Z Downloaded sync_wrapper v0.1.2
5262024-09-01T20:21:12.304Z Downloaded darling v0.20.9
5272024-09-01T20:21:12.307Z Downloaded strum v0.26.3
5282024-09-01T20:21:12.310Z Downloaded new_debug_unreachable v1.0.6
5292024-09-01T20:21:12.312Z Downloaded rfc6979 v0.4.0
5302024-09-01T20:21:12.312Z Downloaded nodrop v0.1.14
5312024-09-01T20:21:12.315Z Downloaded bitflags v1.3.2
5322024-09-01T20:21:12.317Z Downloaded crossbeam-epoch v0.9.18
5332024-09-01T20:21:12.319Z Downloaded time-core v0.1.2
5342024-09-01T20:21:12.322Z Downloaded lock_api v0.4.12
5352024-09-01T20:21:12.325Z Downloaded crossbeam-deque v0.8.5
5362024-09-01T20:21:12.325Z Downloaded bitfield v0.14.0
5372024-09-01T20:21:12.327Z Downloaded cbc v0.1.2
5382024-09-01T20:21:12.329Z Downloaded native-tls v0.2.11
5392024-09-01T20:21:12.331Z Downloaded cassowary v0.3.0
5402024-09-01T20:21:12.334Z Downloaded libefi-sys v0.1.0
5412024-09-01T20:21:12.336Z Downloaded instability v0.3.2
5422024-09-01T20:21:12.336Z Downloaded lazy_static v1.5.0
5432024-09-01T20:21:12.339Z Downloaded keccak v0.1.5
5442024-09-01T20:21:12.341Z Downloaded colored v2.1.0
5452024-09-01T20:21:12.343Z Downloaded derive_builder_macro v0.20.0
5462024-09-01T20:21:12.344Z Downloaded slog-scope v4.4.0
5472024-09-01T20:21:12.347Z Downloaded mockall_derive v0.13.0
5482024-09-01T20:21:12.349Z Downloaded miniz_oxide v0.7.2
5492024-09-01T20:21:12.352Z Downloaded zone_cfg_derive v0.1.2
5502024-09-01T20:21:12.352Z Downloaded want v0.3.1
5512024-09-01T20:21:12.354Z Downloaded hmac v0.12.1
5522024-09-01T20:21:12.357Z Downloaded num-complex v0.4.6
5532024-09-01T20:21:12.359Z Downloaded scheduled-thread-pool v0.2.7
5542024-09-01T20:21:12.359Z Downloaded futures-sink v0.3.30
5552024-09-01T20:21:12.361Z Downloaded slog-envlogger v2.2.0
5562024-09-01T20:21:12.364Z Downloaded signature v2.2.0
5572024-09-01T20:21:12.364Z Downloaded foreign-types v0.3.2
5582024-09-01T20:21:12.366Z Downloaded chacha20poly1305 v0.10.1
5592024-09-01T20:21:12.369Z Downloaded nanorand v0.7.0
5602024-09-01T20:21:12.371Z Downloaded supports-color v3.0.0
5612024-09-01T20:21:12.374Z Downloaded allocator-api2 v0.2.18
5622024-09-01T20:21:12.377Z Downloaded ascii v1.1.0
5632024-09-01T20:21:12.379Z Downloaded arrayvec v0.7.4
5642024-09-01T20:21:12.382Z Downloaded nibble_vec v0.1.0
5652024-09-01T20:21:12.382Z Downloaded cexpr v0.6.0
5662024-09-01T20:21:12.384Z Downloaded slog-json v2.6.1
5672024-09-01T20:21:12.386Z Downloaded indicatif v0.17.8
5682024-09-01T20:21:12.391Z Downloaded arc-swap v1.7.1
5692024-09-01T20:21:12.395Z Downloaded tokio-native-tls v0.3.1
5702024-09-01T20:21:12.398Z Downloaded libloading v0.8.3
5712024-09-01T20:21:12.401Z Downloaded cookie_store v0.20.0
5722024-09-01T20:21:12.403Z Downloaded deranged v0.3.11
5732024-09-01T20:21:12.406Z Downloaded packed_struct_codegen v0.10.1
5742024-09-01T20:21:12.410Z Downloaded compact_str v0.8.0
5752024-09-01T20:21:12.412Z Downloaded vsss-rs v3.3.4
5762024-09-01T20:21:12.414Z Downloaded erased-serde v0.3.31
5772024-09-01T20:21:12.417Z Downloaded ssh-cipher v0.2.0
5782024-09-01T20:21:12.419Z Downloaded defmt-parser v0.3.4
5792024-09-01T20:21:12.422Z Downloaded utf-8 v0.7.6
5802024-09-01T20:21:12.422Z Downloaded linear-map v1.2.0
5812024-09-01T20:21:12.424Z Downloaded iana-time-zone v0.1.60
5822024-09-01T20:21:12.427Z Downloaded httpdate v1.0.3
5832024-09-01T20:21:12.429Z Downloaded futures-macro v0.3.30
5842024-09-01T20:21:12.429Z Downloaded hash32 v0.3.1
5852024-09-01T20:21:12.431Z Downloaded num-iter v0.1.45
5862024-09-01T20:21:12.431Z Downloaded cc v1.0.97
5872024-09-01T20:21:12.435Z Downloaded hash32 v0.2.1
5882024-09-01T20:21:12.437Z Downloaded untrusted v0.7.1
5892024-09-01T20:21:12.439Z Downloaded num_enum v0.5.11
5902024-09-01T20:21:12.443Z Downloaded peg v0.8.4
5912024-09-01T20:21:12.448Z Downloaded toolchain_find v0.4.0
5922024-09-01T20:21:12.450Z Downloaded pin-utils v0.1.0
5932024-09-01T20:21:12.452Z Downloaded pbkdf2 v0.12.2
5942024-09-01T20:21:12.455Z Downloaded crossbeam-utils v0.8.19
5952024-09-01T20:21:12.457Z Downloaded indexmap v1.9.3
5962024-09-01T20:21:12.461Z Downloaded difflib v0.4.0
5972024-09-01T20:21:12.464Z Downloaded which v4.4.2
5982024-09-01T20:21:12.464Z Downloaded endian-type v0.1.2
5992024-09-01T20:21:12.466Z Downloaded precomputed-hash v0.1.1
6002024-09-01T20:21:12.466Z Downloaded tracing-attributes v0.1.27
6012024-09-01T20:21:12.468Z Downloaded crc-any v2.5.0
6022024-09-01T20:21:12.472Z Downloaded rand_seeder v0.3.0
6032024-09-01T20:21:12.474Z Downloaded proc-macro-crate v1.3.1
6042024-09-01T20:21:12.474Z Downloaded walkdir v2.5.0
6052024-09-01T20:21:12.478Z Downloaded predicates v3.1.2
6062024-09-01T20:21:12.482Z Downloaded ref-cast v1.0.23
6072024-09-01T20:21:12.485Z Downloaded derive_builder_core v0.20.0
6082024-09-01T20:21:12.485Z Downloaded der_derive v0.7.2
6092024-09-01T20:21:12.487Z Downloaded base64 v0.21.7
6102024-09-01T20:21:12.492Z Downloaded shell-words v1.1.0
6112024-09-01T20:21:12.496Z Downloaded smf v0.2.3
6122024-09-01T20:21:12.496Z Downloaded serde_urlencoded v0.7.1
6132024-09-01T20:21:12.499Z Downloaded sqlformat v0.2.4
6142024-09-01T20:21:12.499Z Downloaded string_cache v0.8.7
6152024-09-01T20:21:12.501Z Downloaded crossbeam-channel v0.5.12
6162024-09-01T20:21:12.505Z Downloaded sigpipe v0.1.3
6172024-09-01T20:21:12.508Z Downloaded unicode-xid v0.2.4
6182024-09-01T20:21:12.510Z Downloaded tiny-keccak v2.0.2
6192024-09-01T20:21:12.512Z Downloaded universal-hash v0.5.1
6202024-09-01T20:21:12.512Z Downloaded base64 v0.13.1
6212024-09-01T20:21:12.516Z Downloaded dirs-sys-next v0.1.2
6222024-09-01T20:21:12.518Z Downloaded zeroize v1.7.0
6232024-09-01T20:21:12.521Z Downloaded darling_core v0.20.9
6242024-09-01T20:21:12.524Z Downloaded zone v0.1.8
6252024-09-01T20:21:12.527Z Downloaded tower-service v0.3.2
6262024-09-01T20:21:12.527Z Downloaded parking_lot v0.12.2
6272024-09-01T20:21:12.531Z Downloaded zone_cfg_derive v0.3.0
6282024-09-01T20:21:12.533Z Downloaded gethostname v0.5.0
6292024-09-01T20:21:12.533Z Downloaded number_prefix v0.4.0
6302024-09-01T20:21:12.536Z Downloaded filetime v0.2.25
6312024-09-01T20:21:12.536Z Downloaded ppv-lite86 v0.2.17
6322024-09-01T20:21:12.538Z Downloaded olpc-cjson v0.1.3
6332024-09-01T20:21:12.540Z Downloaded postgres-protocol v0.6.7
6342024-09-01T20:21:12.543Z Downloaded derive-where v1.2.7
6352024-09-01T20:21:12.555Z Downloaded float-ord v0.3.2
6362024-09-01T20:21:12.558Z Downloaded rand_chacha v0.3.1
6372024-09-01T20:21:12.558Z Downloaded serde_arrays v0.1.0
6382024-09-01T20:21:12.560Z Downloaded rusty-fork v0.3.0
6392024-09-01T20:21:12.560Z Downloaded rustc-hash v1.1.0
6402024-09-01T20:21:12.563Z Downloaded ref-cast-impl v1.0.23
6412024-09-01T20:21:12.563Z Downloaded serde_with_macros v3.9.0
6422024-09-01T20:21:12.565Z Downloaded time-macros v0.2.18
6432024-09-01T20:21:12.567Z Downloaded subtle v2.5.0
6442024-09-01T20:21:12.570Z Downloaded portpicker v0.1.1
6452024-09-01T20:21:12.570Z Downloaded backtrace v0.3.71
6462024-09-01T20:21:12.575Z Downloaded strum_macros v0.26.4
6472024-09-01T20:21:12.578Z Downloaded rpassword v7.3.1
6482024-09-01T20:21:12.581Z Downloaded predicates-tree v1.0.9
6492024-09-01T20:21:12.583Z Downloaded structmeta-derive v0.2.0
6502024-09-01T20:21:12.583Z Downloaded zeroize_derive v1.4.2
6512024-09-01T20:21:12.586Z Downloaded tracing-core v0.1.32
6522024-09-01T20:21:12.590Z Downloaded const_format v0.2.32
6532024-09-01T20:21:12.593Z Downloaded thread_local v1.1.8
6542024-09-01T20:21:12.595Z Downloaded scrypt v0.11.0
6552024-09-01T20:21:12.597Z Downloaded untrusted v0.9.0
6562024-09-01T20:21:12.600Z Downloaded password-hash v0.5.0
6572024-09-01T20:21:12.602Z Downloaded data-encoding v2.6.0
6582024-09-01T20:21:12.602Z Downloaded thiserror-no-std v2.0.2
6592024-09-01T20:21:12.606Z Downloaded mio v1.0.2
6602024-09-01T20:21:12.613Z Downloaded foreign-types-shared v0.1.1
6612024-09-01T20:21:12.615Z Downloaded funty v2.0.0
6622024-09-01T20:21:12.617Z Downloaded parse-display v0.10.0
6632024-09-01T20:21:12.617Z Downloaded num_enum_derive v0.5.11
6642024-09-01T20:21:12.620Z Downloaded num-derive v0.4.2
6652024-09-01T20:21:12.620Z Downloaded futures-executor v0.3.30
6662024-09-01T20:21:12.623Z Downloaded pkcs1 v0.7.5
6672024-09-01T20:21:12.626Z Downloaded base64 v0.22.1
6682024-09-01T20:21:12.630Z Downloaded toml v0.7.8
6692024-09-01T20:21:12.633Z Downloaded heck v0.3.3
6702024-09-01T20:21:12.636Z Downloaded psl-types v2.0.11
6712024-09-01T20:21:12.638Z Downloaded pretty-hex v0.2.1
6722024-09-01T20:21:12.638Z Downloaded phf_shared v0.10.0
6732024-09-01T20:21:12.640Z Downloaded crypto-bigint v0.5.5
6742024-09-01T20:21:12.646Z Downloaded path-slash v0.1.5
6752024-09-01T20:21:12.648Z Downloaded take_mut v0.2.2
6762024-09-01T20:21:12.650Z Downloaded tracing v0.1.40
6772024-09-01T20:21:12.653Z Downloaded thiserror-impl-no-std v2.0.2
6782024-09-01T20:21:12.656Z Downloaded slog-async v2.8.0
6792024-09-01T20:21:12.659Z Downloaded twox-hash v1.6.3
6802024-09-01T20:21:12.661Z Downloaded tokio-macros v2.4.0
6812024-09-01T20:21:12.661Z Downloaded sec1 v0.7.3
6822024-09-01T20:21:12.663Z Downloaded termcolor v1.4.1
6832024-09-01T20:21:12.665Z Downloaded smallvec v0.6.14
6842024-09-01T20:21:12.667Z Downloaded rtoolbox v0.0.2
6852024-09-01T20:21:12.667Z Downloaded pbkdf2 v0.11.0
6862024-09-01T20:21:12.670Z Downloaded omicron-zone-package v0.11.0
6872024-09-01T20:21:12.675Z Downloaded num_threads v0.1.7
6882024-09-01T20:21:12.677Z Downloaded waitgroup v0.1.2
6892024-09-01T20:21:12.677Z Downloaded num-integer v0.1.46
6902024-09-01T20:21:12.680Z Downloaded nom v7.1.3
6912024-09-01T20:21:12.686Z Downloaded fatfs v0.3.6
6922024-09-01T20:21:12.689Z Downloaded fxhash v0.2.1
6932024-09-01T20:21:12.691Z Downloaded zone v0.3.0
6942024-09-01T20:21:12.691Z Downloaded hashlink v0.9.1
6952024-09-01T20:21:12.693Z Downloaded dyn-clone v1.0.17
6962024-09-01T20:21:12.696Z Downloaded num-bigint v0.4.5
6972024-09-01T20:21:12.700Z Downloaded dsl_auto_type v0.1.2
6982024-09-01T20:21:12.702Z Downloaded russh-cryptovec v0.7.2
6992024-09-01T20:21:12.702Z Downloaded quick-error v1.2.3
7002024-09-01T20:21:12.705Z Downloaded similar v2.6.0
7012024-09-01T20:21:12.711Z Downloaded r2d2 v0.8.10
7022024-09-01T20:21:12.715Z Downloaded try-lock v0.2.5
7032024-09-01T20:21:12.715Z Downloaded signal-hook-tokio v0.3.1
7042024-09-01T20:21:12.715Z Downloaded secrecy v0.8.0
7052024-09-01T20:21:12.717Z Downloaded tabwriter v1.4.0
7062024-09-01T20:21:12.717Z Downloaded uzers v0.11.3
7072024-09-01T20:21:12.721Z Downloaded strum_macros v0.25.3
7082024-09-01T20:21:12.721Z Downloaded slog-bunyan v2.5.0
7092024-09-01T20:21:12.723Z Downloaded salsa20 v0.10.2
7102024-09-01T20:21:12.726Z Downloaded der v0.7.9
7112024-09-01T20:21:12.729Z Downloaded sct v0.7.1
7122024-09-01T20:21:12.733Z Downloaded tap v1.0.1
7132024-09-01T20:21:12.735Z Downloaded futures v0.3.30
7142024-09-01T20:21:12.739Z Downloaded uuid v1.10.0
7152024-09-01T20:21:12.743Z Downloaded futures-task v0.3.30
7162024-09-01T20:21:12.745Z Downloaded wyz v0.5.1
7172024-09-01T20:21:12.748Z Downloaded snafu-derive v0.8.2
7182024-09-01T20:21:12.748Z Downloaded hex v0.4.3
7192024-09-01T20:21:12.750Z Downloaded fixedbitset v0.4.2
7202024-09-01T20:21:12.753Z Downloaded opaque-debug v0.3.1
7212024-09-01T20:21:12.753Z Downloaded rcgen v0.12.1
7222024-09-01T20:21:12.755Z Downloaded foreign-types-shared v0.3.1
7232024-09-01T20:21:12.757Z Downloaded phf_shared v0.11.2
7242024-09-01T20:21:12.757Z Downloaded percent-encoding v2.3.1
7252024-09-01T20:21:12.760Z Downloaded pem-rfc7468 v0.7.0
7262024-09-01T20:21:12.763Z Downloaded tinyvec_macros v0.1.1
7272024-09-01T20:21:12.763Z Downloaded ecdsa v0.16.9
7282024-09-01T20:21:12.766Z Downloaded tokio-tungstenite v0.23.1
7292024-09-01T20:21:12.768Z Downloaded snafu v0.8.2
7302024-09-01T20:21:12.773Z Downloaded strip-ansi-escapes v0.2.0
7312024-09-01T20:21:12.775Z Downloaded signal-hook-registry v1.4.2
7322024-09-01T20:21:12.778Z Downloaded static_assertions v1.1.0
7332024-09-01T20:21:12.778Z Downloaded stringprep v0.1.4
7342024-09-01T20:21:12.780Z Downloaded hex-literal v0.4.1
7352024-09-01T20:21:12.787Z Downloaded form_urlencoded v1.2.1
7362024-09-01T20:21:12.788Z Downloaded unicode-bidi v0.3.15
7372024-09-01T20:21:12.788Z Downloaded russh v0.45.0
7382024-09-01T20:21:12.792Z Downloaded vte_generate_state_changes v0.1.1
7392024-09-01T20:21:12.796Z Downloaded spin v0.9.8
7402024-09-01T20:21:12.796Z Downloaded parse-size v1.0.0
7412024-09-01T20:21:12.796Z Downloaded diesel_derives v2.2.2
7422024-09-01T20:21:12.799Z Downloaded zip v0.6.6
7432024-09-01T20:21:12.804Z Downloaded termios v0.3.3
7442024-09-01T20:21:12.807Z Downloaded xattr v1.3.1
7452024-09-01T20:21:12.809Z Downloaded rsa v0.9.6
7462024-09-01T20:21:12.813Z Downloaded steno v0.4.1
7472024-09-01T20:21:12.817Z Downloaded tls_codec v0.4.1
7482024-09-01T20:21:12.820Z Downloaded globset v0.4.14
7492024-09-01T20:21:12.822Z Downloaded float-cmp v0.9.0
7502024-09-01T20:21:12.822Z Downloaded dhcproto v0.12.0
7512024-09-01T20:21:12.826Z Downloaded hashbrown v0.12.3
7522024-09-01T20:21:12.830Z Downloaded group v0.13.0
7532024-09-01T20:21:12.833Z Downloaded poly1305 v0.8.0
7542024-09-01T20:21:12.837Z Downloaded oso-derive v0.27.3
7552024-09-01T20:21:12.837Z Downloaded crossterm v0.28.1
7562024-09-01T20:21:12.843Z Downloaded mio v0.8.11
7572024-09-01T20:21:12.849Z Downloaded downcast v0.11.0
7582024-09-01T20:21:12.851Z Downloaded peg-runtime v0.8.3
7592024-09-01T20:21:12.851Z Downloaded diesel_table_macro_syntax v0.2.0
7602024-09-01T20:21:12.853Z Downloaded tar v0.4.41
7612024-09-01T20:21:12.856Z Downloaded dhcproto-macros v0.1.0
7622024-09-01T20:21:12.856Z Downloaded predicates-core v1.0.6
7632024-09-01T20:21:12.858Z Downloaded polyval v0.6.2
7642024-09-01T20:21:12.860Z Downloaded paste v1.0.15
7652024-09-01T20:21:12.863Z Downloaded pkg-config v0.3.30
7662024-09-01T20:21:12.863Z Downloaded parse-display-derive v0.10.0
7672024-09-01T20:21:12.866Z Downloaded term v0.7.0
7682024-09-01T20:21:12.868Z Downloaded socket2 v0.4.10
7692024-09-01T20:21:12.870Z Downloaded openssl-probe v0.1.5
7702024-09-01T20:21:12.873Z Downloaded openssl-macros v0.1.1
7712024-09-01T20:21:12.873Z Downloaded rand v0.8.5
7722024-09-01T20:21:12.875Z Downloaded stable_deref_trait v1.2.0
7732024-09-01T20:21:12.878Z Downloaded packed_struct v0.10.1
7742024-09-01T20:21:12.880Z Downloaded debug-ignore v1.0.5
7752024-09-01T20:21:12.880Z Downloaded tls_codec_derive v0.4.1
7762024-09-01T20:21:12.883Z Downloaded rustversion v1.0.17
7772024-09-01T20:21:12.885Z Downloaded defmt-macros v0.3.9
7782024-09-01T20:21:12.888Z Downloaded postgres-types v0.2.7
7792024-09-01T20:21:12.890Z Downloaded headers v0.3.9
7802024-09-01T20:21:12.897Z Downloaded aho-corasick v1.1.3
7812024-09-01T20:21:12.903Z Downloaded samael v0.0.15
7822024-09-01T20:21:12.907Z Downloaded structmeta v0.2.0
7832024-09-01T20:21:12.909Z Downloaded env_logger v0.9.3
7842024-09-01T20:21:12.912Z Downloaded serde-hex v0.1.0
7852024-09-01T20:21:12.914Z Downloaded env_logger v0.10.2
7862024-09-01T20:21:12.916Z Downloaded unicase v2.7.0
7872024-09-01T20:21:12.919Z Downloaded hickory-client v0.24.1
7882024-09-01T20:21:12.921Z Downloaded rand_xorshift v0.3.0
7892024-09-01T20:21:12.924Z Downloaded tokio-rustls v0.25.0
7902024-09-01T20:21:12.926Z Downloaded flume v0.11.0
7912024-09-01T20:21:12.931Z Downloaded url v2.5.2
7922024-09-01T20:21:12.933Z Downloaded pkcs5 v0.7.1
7932024-09-01T20:21:12.936Z Downloaded rustfmt-wrapper v0.2.1
7942024-09-01T20:21:12.938Z Downloaded flagset v0.4.5
7952024-09-01T20:21:12.938Z Downloaded defmt v0.3.8
7962024-09-01T20:21:12.942Z Downloaded russh-keys v0.45.0
7972024-09-01T20:21:12.944Z Downloaded heapless v0.7.17
7982024-09-01T20:21:12.949Z Downloaded publicsuffix v2.2.3
7992024-09-01T20:21:12.951Z Downloaded tokio-rustls v0.24.1
8002024-09-01T20:21:12.954Z Downloaded slog-stdlog v4.1.1
8012024-09-01T20:21:12.956Z Downloaded vte v0.11.1
8022024-09-01T20:21:12.959Z Downloaded slog v2.7.0
8032024-09-01T20:21:12.961Z Downloaded parking_lot_core v0.8.6
8042024-09-01T20:21:12.963Z Downloaded tungstenite v0.20.1
8052024-09-01T20:21:12.966Z Downloaded x509-cert v0.2.5
8062024-09-01T20:21:12.973Z Downloaded itertools v0.13.0
8072024-09-01T20:21:12.980Z Downloaded slog-term v2.9.1
8082024-09-01T20:21:12.983Z Downloaded tokio-stream v0.1.15
8092024-09-01T20:21:12.987Z Downloaded postcard v1.0.8
8102024-09-01T20:21:12.990Z Downloaded heapless v0.8.0
8112024-09-01T20:21:12.994Z Downloaded serde_derive_internals v0.29.1
8122024-09-01T20:21:12.997Z Downloaded rustyline v14.0.0
8132024-09-01T20:21:13.002Z Downloaded owo-colors v4.0.0
8142024-09-01T20:21:13.005Z Downloaded diff v0.1.13
8152024-09-01T20:21:13.008Z Downloaded rustls-pki-types v1.7.0
8162024-09-01T20:21:13.010Z Downloaded rayon-core v1.12.1
8172024-09-01T20:21:13.014Z Downloaded ed25519-dalek v2.1.1
8182024-09-01T20:21:13.017Z Downloaded reedline v0.33.0
8192024-09-01T20:21:13.026Z Downloaded p256 v0.13.2
8202024-09-01T20:21:13.029Z Downloaded bitvec v1.0.1
8212024-09-01T20:21:13.045Z Downloaded zerocopy v0.6.6
8222024-09-01T20:21:13.047Z Downloaded openssl-sys v0.9.103
8232024-09-01T20:21:13.052Z Downloaded hyper v0.14.30
8242024-09-01T20:21:13.061Z Downloaded bindgen v0.69.4
8252024-09-01T20:21:13.069Z Downloaded hickory-resolver v0.24.1
8262024-09-01T20:21:13.074Z Downloaded signal-hook v0.3.17
8272024-09-01T20:21:13.077Z Downloaded quick-xml v0.31.0
8282024-09-01T20:21:13.083Z Downloaded sqlparser v0.45.0
8292024-09-01T20:21:13.089Z Downloaded tungstenite v0.21.0
8302024-09-01T20:21:13.093Z Downloaded serde_with v3.9.0
8312024-09-01T20:21:13.102Z Downloaded ssh-key v0.6.6
8322024-09-01T20:21:13.109Z Downloaded chrono v0.4.38
8332024-09-01T20:21:13.117Z Downloaded expectorate v1.1.0
8342024-09-01T20:21:13.120Z Downloaded tough v0.17.1
8352024-09-01T20:21:13.128Z Downloaded idna v0.5.0
8362024-09-01T20:21:13.135Z Downloaded winnow v0.5.40
8372024-09-01T20:21:13.145Z Downloaded lalrpop v0.19.12
8382024-09-01T20:21:13.157Z Downloaded idna v0.3.0
8392024-09-01T20:21:13.164Z Downloaded portable-atomic v1.6.0
8402024-09-01T20:21:13.170Z Downloaded futures-util v0.3.30
8412024-09-01T20:21:13.183Z Downloaded reqwest v0.11.27
8422024-09-01T20:21:13.191Z Downloaded proptest v1.5.0
8432024-09-01T20:21:13.201Z Downloaded rusqlite v0.31.0
8442024-09-01T20:21:13.208Z Downloaded git2 v0.19.0
8452024-09-01T20:21:13.217Z Downloaded p521 v0.13.3
8462024-09-01T20:21:13.221Z Downloaded nix v0.28.0
8472024-09-01T20:21:13.234Z Downloaded webpki-roots v0.25.4
8482024-09-01T20:21:13.238Z Downloaded object v0.30.4
8492024-09-01T20:21:13.248Z Downloaded nix v0.27.1
8502024-09-01T20:21:13.260Z Downloaded polar-core v0.27.3
8512024-09-01T20:21:13.268Z Downloaded rayon v1.10.0
8522024-09-01T20:21:13.277Z Downloaded object v0.32.2
8532024-09-01T20:21:13.288Z Downloaded radix_trie v0.2.1
8542024-09-01T20:21:13.293Z Downloaded gimli v0.28.1
8552024-09-01T20:21:13.301Z Downloaded vcpkg v0.2.15
8562024-09-01T20:21:13.340Z Downloaded regex v1.10.6
8572024-09-01T20:21:13.353Z Downloaded p384 v0.13.0
8582024-09-01T20:21:13.359Z Downloaded openssl v0.10.66
8592024-09-01T20:21:13.369Z Downloaded smoltcp v0.11.0
8602024-09-01T20:21:13.382Z Downloaded regex-syntax v0.6.29
8612024-09-01T20:21:13.389Z Downloaded rustls v0.21.12
8622024-09-01T20:21:13.401Z Downloaded trust-dns-proto v0.22.0
8632024-09-01T20:21:13.413Z Downloaded regex-syntax v0.8.4
8642024-09-01T20:21:13.421Z Downloaded rustls v0.22.4
8652024-09-01T20:21:13.435Z Downloaded openapiv3 v2.0.0
8662024-09-01T20:21:13.447Z Downloaded regress v0.9.1
8672024-09-01T20:21:13.456Z Downloaded diesel v2.2.3
8682024-09-01T20:21:13.475Z Downloaded sled v0.34.7
8692024-09-01T20:21:13.485Z Downloaded hickory-proto v0.24.1
8702024-09-01T20:21:13.501Z Downloaded bstr v1.9.1
8712024-09-01T20:21:13.511Z Downloaded dropshot v0.10.1
8722024-09-01T20:21:13.521Z Downloaded smoltcp v0.9.1
8732024-09-01T20:21:13.532Z Downloaded regex-automata v0.4.6
8742024-09-01T20:21:13.549Z Downloaded curve25519-dalek v4.1.3
8752024-09-01T20:21:13.558Z Downloaded idna v0.2.3
8762024-09-01T20:21:13.564Z Downloaded ratatui v0.28.0
8772024-09-01T20:21:13.584Z Downloaded h2 v0.3.26
8782024-09-01T20:21:13.591Z Downloaded tokio v1.39.3
8792024-09-01T20:21:13.629Z Downloaded zerocopy-derive v0.6.6
8802024-09-01T20:21:13.638Z Downloaded bzip2-sys v0.1.11+1.0.8
8812024-09-01T20:21:13.652Z Downloaded idna v0.4.0
8822024-09-01T20:21:13.658Z Downloaded petgraph v0.6.5
8832024-09-01T20:21:13.676Z Downloaded finl_unicode v1.2.0
8842024-09-01T20:21:13.689Z Downloaded flate2 v1.0.31
8852024-09-01T20:21:13.694Z Downloaded rustls-webpki v0.102.4
8862024-09-01T20:21:13.712Z Downloaded hashbrown v0.13.2
8872024-09-01T20:21:13.717Z Downloaded sha3 v0.10.8
8882024-09-01T20:21:13.721Z Downloaded csv v1.3.0
8892024-09-01T20:21:13.742Z Downloaded rustls-webpki v0.101.7
8902024-09-01T20:21:13.756Z Downloaded vergen v8.3.2
8912024-09-01T20:21:13.758Z Downloaded parking_lot_core v0.9.10
8922024-09-01T20:21:13.761Z Downloaded yasna v0.5.2
8932024-09-01T20:21:13.764Z Downloaded tokio-util v0.7.11
8942024-09-01T20:21:13.769Z Downloaded unarray v0.1.4
8952024-09-01T20:21:13.772Z Downloaded rand_core v0.6.4
8962024-09-01T20:21:13.772Z Downloaded powerfmt v0.2.0
8972024-09-01T20:21:13.774Z Downloaded des v0.8.1
8982024-09-01T20:21:13.774Z Downloaded signal-hook-mio v0.2.4
8992024-09-01T20:21:13.777Z Downloaded typed-path v0.7.1
9002024-09-01T20:21:13.780Z Downloaded time v0.3.36
9012024-09-01T20:21:13.787Z Downloaded prettyplease v0.2.20
9022024-09-01T20:21:13.790Z Downloaded pin-project v1.1.5
9032024-09-01T20:21:13.801Z Downloaded pem v3.0.4
9042024-09-01T20:21:13.804Z Downloaded spin v0.5.2
9052024-09-01T20:21:13.804Z Downloaded unicode-normalization v0.1.23
9062024-09-01T20:21:13.807Z Downloaded slog-dtrace v0.3.0
9072024-09-01T20:21:13.810Z Downloaded slab v0.4.9
9082024-09-01T20:21:13.812Z Downloaded rustc_version v0.4.0
9092024-09-01T20:21:13.812Z Downloaded enum-as-inner v0.6.0
9102024-09-01T20:21:13.814Z Downloaded tokio-tungstenite v0.20.1
9112024-09-01T20:21:13.817Z Downloaded tungstenite v0.23.0
9122024-09-01T20:21:13.820Z Downloaded test-strategy v0.3.1
9132024-09-01T20:21:13.822Z Downloaded blake3 v1.5.1
9142024-09-01T20:21:13.828Z Downloaded libgit2-sys v0.17.0+1.8.1
9152024-09-01T20:21:13.888Z Downloaded ena v0.14.3
9162024-09-01T20:21:13.892Z Downloaded encoding_rs v0.8.34
9172024-09-01T20:21:13.912Z Downloaded elliptic-curve v0.13.8
9182024-09-01T20:21:13.916Z Downloaded libxml v0.3.3
9192024-09-01T20:21:13.921Z Downloaded itertools v0.10.5
9202024-09-01T20:21:13.927Z Downloaded strum_macros v0.24.3
9212024-09-01T20:21:13.930Z Downloaded structmeta v0.3.0
9222024-09-01T20:21:13.932Z Downloaded serde_repr v0.1.19
9232024-09-01T20:21:13.932Z Downloaded serde_plain v1.0.2
9242024-09-01T20:21:13.936Z Downloaded serde_path_to_error v0.1.16
9252024-09-01T20:21:13.936Z Downloaded tokio-tungstenite v0.21.0
9262024-09-01T20:21:13.939Z Downloaded tui-tree-widget v0.22.0
9272024-09-01T20:21:13.939Z Downloaded enum-as-inner v0.5.1
9282024-09-01T20:21:13.942Z Downloaded topological-sort v0.2.2
9292024-09-01T20:21:13.942Z Downloaded futures-io v0.3.30
9302024-09-01T20:21:13.942Z Downloaded unsafe-libyaml v0.2.11
9312024-09-01T20:21:13.946Z Downloaded unicode_categories v0.1.1
9322024-09-01T20:21:13.948Z Downloaded hkdf v0.12.4
9332024-09-01T20:21:13.951Z Downloaded ed25519 v2.2.3
9342024-09-01T20:21:13.951Z Downloaded whoami v1.5.1
9352024-09-01T20:21:13.953Z Downloaded num-bigint-dig v0.8.4
9362024-09-01T20:21:13.957Z Downloaded rustls-pemfile v2.1.3
9372024-09-01T20:21:13.960Z Downloaded unicode-segmentation v1.11.0
9382024-09-01T20:21:13.964Z Downloaded pkcs8 v0.10.2
9392024-09-01T20:21:13.967Z Downloaded itertools v0.12.1
9402024-09-01T20:21:13.972Z Downloaded crossterm v0.27.0
9412024-09-01T20:21:13.978Z Downloaded oso v0.27.3
9422024-09-01T20:21:13.982Z Downloaded toml_edit v0.19.15
9432024-09-01T20:21:13.998Z Downloaded aes-gcm v0.10.3
9442024-09-01T20:21:14.003Z Downloaded rustc-demangle v0.1.24
9452024-09-01T20:21:14.006Z Downloaded ron v0.8.1
9462024-09-01T20:21:14.009Z Downloaded wait-timeout v0.2.0
9472024-09-01T20:21:14.009Z Downloaded futures-core v0.3.30
9482024-09-01T20:21:14.011Z Downloaded futures-channel v0.3.30
9492024-09-01T20:21:14.011Z Downloaded schemars v0.8.21
9502024-09-01T20:21:14.022Z Downloaded minimal-lexical v0.2.1
9512024-09-01T20:21:14.026Z Downloaded tinyvec v1.6.0
9522024-09-01T20:21:14.029Z Downloaded libm v0.2.8
9532024-09-01T20:21:14.036Z Downloaded radium v0.7.0
9542024-09-01T20:21:14.039Z Downloaded phf v0.11.2
9552024-09-01T20:21:14.039Z Downloaded subprocess v0.2.9
9562024-09-01T20:21:14.041Z Downloaded headers-core v0.2.0
9572024-09-01T20:21:14.042Z Downloaded tokio-postgres v0.7.11
9582024-09-01T20:21:14.046Z Downloaded aes v0.8.4
9592024-09-01T20:21:14.051Z Downloaded pin-project-lite v0.2.14
9602024-09-01T20:21:14.057Z Downloaded pin-project-internal v1.1.5
9612024-09-01T20:21:14.059Z Downloaded embedded-io v0.4.0
9622024-09-01T20:21:14.059Z Downloaded shlex v1.3.0
9632024-09-01T20:21:14.061Z Downloaded fragile v2.0.0
9642024-09-01T20:21:14.061Z Downloaded either v1.13.0
9652024-09-01T20:21:14.064Z Downloaded dropshot_endpoint v0.10.1
9662024-09-01T20:21:14.064Z Downloaded getrandom v0.2.14
9672024-09-01T20:21:14.067Z Downloaded ron v0.7.1
9682024-09-01T20:21:14.071Z Downloaded derive_more v0.99.18
9692024-09-01T20:21:14.075Z Downloaded password-hash v0.4.2
9702024-09-01T20:21:14.078Z Downloaded unicode-truncate v1.0.0
9712024-09-01T20:21:14.080Z Downloaded derive_builder v0.20.0
9722024-09-01T20:21:14.083Z Downloaded structmeta-derive v0.3.0
9732024-09-01T20:21:14.085Z Downloaded ssh-encoding v0.2.0
9742024-09-01T20:21:14.085Z Downloaded spki v0.7.3
9752024-09-01T20:21:14.088Z Downloaded siphasher v0.3.11
9762024-09-01T20:21:14.090Z Downloaded num-traits v0.2.19
9772024-09-01T20:21:14.093Z Downloaded half v2.4.1
9782024-09-01T20:21:14.095Z Downloaded smallvec v1.13.2
9792024-09-01T20:21:14.097Z Downloaded http v1.1.0
9802024-09-01T20:21:14.099Z Downloaded serde_yaml v0.9.34+deprecated
9812024-09-01T20:21:14.102Z Downloaded glob v0.3.1
9822024-09-01T20:21:14.104Z Downloaded ghash v0.5.1
9832024-09-01T20:21:14.104Z Downloaded getopts v0.2.21
9842024-09-01T20:21:14.107Z Downloaded display-error-chain v0.2.1
9852024-09-01T20:21:14.107Z Downloaded fallible-streaming-iterator v0.1.9
9862024-09-01T20:21:14.109Z Downloaded fallible-iterator v0.3.0
9872024-09-01T20:21:14.109Z Downloaded fallible-iterator v0.2.0
9882024-09-01T20:21:14.111Z Downloaded dirs-next v2.0.0
9892024-09-01T20:21:14.114Z Downloaded peg-macros v0.8.4
9902024-09-01T20:21:14.116Z Downloaded parking_lot v0.11.2
9912024-09-01T20:21:14.118Z Downloaded num-rational v0.4.2
9922024-09-01T20:21:14.118Z Downloaded scopeguard v1.2.0
9932024-09-01T20:21:14.121Z Downloaded schemars_derive v0.8.21
9942024-09-01T20:21:14.121Z Downloaded nu-ansi-term v0.50.0
9952024-09-01T20:21:14.123Z Downloaded socket2 v0.5.7
9962024-09-01T20:21:14.126Z Downloaded primeorder v0.13.6
9972024-09-01T20:21:14.126Z Downloaded semver v0.1.20
9982024-09-01T20:21:14.129Z Downloaded memmap2 v0.9.4
9992024-09-01T20:21:14.129Z Downloaded crc32fast v1.4.0
10002024-09-01T20:21:14.132Z Downloaded console v0.15.8
10012024-09-01T20:21:14.136Z Downloaded clang-sys v1.7.0
10022024-09-01T20:21:14.136Z Downloaded blake2 v0.10.6
10032024-09-01T20:21:14.138Z Downloaded foreign-types v0.5.0
10042024-09-01T20:21:14.138Z Downloaded ff v0.13.0
10052024-09-01T20:21:14.141Z Downloaded fd-lock v4.0.2
10062024-09-01T20:21:14.143Z Downloaded multer v3.1.0
10072024-09-01T20:21:14.146Z Downloaded cookie v0.17.0
10082024-09-01T20:21:14.146Z Downloaded lru v0.12.3
10092024-09-01T20:21:14.148Z Downloaded internet-checksum v0.2.1
10102024-09-01T20:21:14.148Z Downloaded linked-hash-map v0.5.6
10112024-09-01T20:21:14.148Z Downloaded ipnetwork v0.20.0
10122024-09-01T20:21:14.151Z Downloaded bytes v1.7.1
10132024-09-01T20:21:14.153Z Downloaded newtype-uuid v1.1.0
10142024-09-01T20:21:14.155Z Downloaded libz-sys v1.1.16
10152024-09-01T20:21:14.222Z Downloaded mockall v0.13.0
10162024-09-01T20:21:14.225Z Downloaded mime v0.3.17
10172024-09-01T20:21:14.225Z Downloaded foreign-types-macros v0.2.3
10182024-09-01T20:21:14.228Z Downloaded sha1 v0.10.6
10192024-09-01T20:21:14.228Z Downloaded num-conv v0.1.0
10202024-09-01T20:21:14.228Z Downloaded managed v0.8.0
10212024-09-01T20:21:14.228Z Downloaded http v0.2.12
10222024-09-01T20:21:14.235Z Downloaded same-file v1.0.6
10232024-09-01T20:21:14.237Z Downloaded rustls-pemfile v1.0.4
10242024-09-01T20:21:14.240Z Downloaded rustc_version v0.1.7
10252024-09-01T20:21:14.240Z Downloaded resolv-conf v0.7.0
10262024-09-01T20:21:14.242Z Downloaded chacha20 v0.9.1
10272024-09-01T20:21:14.242Z Downloaded impl-trait-for-tuples v0.2.2
10282024-09-01T20:21:14.244Z Downloaded bcs v0.1.6
10292024-09-01T20:21:14.247Z Downloaded md-5 v0.10.6
10302024-09-01T20:21:14.249Z Downloaded indoc v1.0.9
10312024-09-01T20:21:14.251Z Downloaded const-oid v0.9.6
10322024-09-01T20:21:14.253Z Downloaded hyper-staticfile v0.9.5
10332024-09-01T20:21:14.256Z Downloaded curve25519-dalek-derive v0.1.1
10342024-09-01T20:21:14.256Z Downloaded ciborium-ll v0.2.2
10352024-09-01T20:21:14.258Z Downloaded bit-set v0.5.3
10362024-09-01T20:21:14.258Z Downloaded ctr v0.9.2
10372024-09-01T20:21:14.260Z Downloaded constant_time_eq v0.3.0
10382024-09-01T20:21:14.261Z Downloaded buf-list v1.0.3
10392024-09-01T20:21:14.263Z Downloaded block-padding v0.3.3
10402024-09-01T20:21:14.263Z Downloaded bitstruct_derive v0.1.0
10412024-09-01T20:21:14.265Z Downloaded atomic-waker v1.1.2
10422024-09-01T20:21:14.265Z Downloaded termtree v0.4.1
10432024-09-01T20:21:14.267Z Downloaded async-recursion v1.1.1
10442024-09-01T20:21:14.270Z Downloaded bzip2 v0.4.4
10452024-09-01T20:21:14.273Z Downloaded cookie v0.18.1
10462024-09-01T20:21:14.275Z Downloaded sqlparser_derive v0.2.2
10472024-09-01T20:21:14.275Z Downloaded libsqlite3-sys v0.28.0
10482024-09-01T20:21:14.350Z Downloaded hubpack_derive v0.1.1
10492024-09-01T20:21:14.352Z Downloaded httparse v1.8.0
10502024-09-01T20:21:14.354Z Downloaded hyper-tls v0.5.0
10512024-09-01T20:21:14.354Z Downloaded crucible-workspace-hack v0.1.0
10522024-09-01T20:21:14.354Z Downloaded assert_matches v1.5.0
10532024-09-01T20:21:14.357Z Downloaded atty v0.2.14
10542024-09-01T20:21:14.357Z Downloaded async-stream-impl v0.3.5
10552024-09-01T20:21:14.357Z Downloaded kstat-rs v0.2.4
10562024-09-01T20:21:14.361Z Downloaded inout v0.1.3
10572024-09-01T20:21:14.361Z Downloaded hostname v0.4.0
10582024-09-01T20:21:14.364Z Downloaded hostname v0.3.1
10592024-09-01T20:21:14.364Z Downloaded backoff v0.4.0
10602024-09-01T20:21:14.364Z Downloaded async-trait v0.1.81
10612024-09-01T20:21:14.367Z Downloaded crc v3.2.1
10622024-09-01T20:21:14.369Z Downloaded argon2 v0.5.3
10632024-09-01T20:21:14.371Z Downloaded newline-converter v0.3.0
10642024-09-01T20:21:14.371Z Downloaded ascii-canvas v3.0.0
10652024-09-01T20:21:14.374Z Downloaded castaway v0.2.3
10662024-09-01T20:21:14.376Z Downloaded ring v0.17.8
10672024-09-01T20:21:14.495Z Downloaded ring v0.16.20
10682024-09-01T20:21:14.655Z Compiling serde v1.0.208
10692024-09-01T20:21:14.658Z Compiling typenum v1.17.0
10702024-09-01T20:21:14.658Z Compiling generic-array v0.14.7
10712024-09-01T20:21:14.658Z Compiling lock_api v0.4.12
10722024-09-01T20:21:14.658Z Compiling scopeguard v1.2.0
10732024-09-01T20:21:14.804Z Compiling log v0.4.21
10742024-09-01T20:21:14.816Z Compiling syn v2.0.74
10752024-09-01T20:21:14.829Z Compiling getrandom v0.2.14
10762024-09-01T20:21:14.951Z Compiling jobserver v0.1.32
10772024-09-01T20:21:15.151Z Compiling rand_core v0.6.4
10782024-09-01T20:21:15.283Z Compiling cc v1.0.97
10792024-09-01T20:21:15.357Z Compiling subtle v2.5.0
10802024-09-01T20:21:15.376Z Compiling const-oid v0.9.6
10812024-09-01T20:21:15.676Z Compiling smallvec v1.13.2
10822024-09-01T20:21:15.827Z Compiling pin-project-lite v0.2.14
10832024-09-01T20:21:15.874Z Compiling parking_lot_core v0.9.10
10842024-09-01T20:21:15.946Z Compiling signal-hook-registry v1.4.2
10852024-09-01T20:21:15.965Z Compiling spin v0.9.8
10862024-09-01T20:21:16.208Z Compiling mio v1.0.2
10872024-09-01T20:21:16.393Z Compiling ahash v0.8.11
10882024-09-01T20:21:16.757Z Compiling parking_lot v0.12.2
10892024-09-01T20:21:16.830Z Compiling tinyvec_macros v0.1.1
10902024-09-01T20:21:16.929Z Compiling tinyvec v1.6.0
10912024-09-01T20:21:17.121Z Compiling socket2 v0.5.7
10922024-09-01T20:21:17.479Z Compiling libm v0.2.8
10932024-09-01T20:21:17.631Z Compiling cpufeatures v0.2.12
10942024-09-01T20:21:17.719Z Compiling serde_json v1.0.125
10952024-09-01T20:21:17.737Z Compiling futures-core v0.3.30
10962024-09-01T20:21:17.807Z Compiling futures-sink v0.3.30
10972024-09-01T20:21:17.868Z Compiling slab v0.4.9
10982024-09-01T20:21:17.968Z Compiling num-traits v0.2.19
10992024-09-01T20:21:17.996Z Compiling allocator-api2 v0.2.18
11002024-09-01T20:21:18.093Z Compiling unicode-bidi v0.3.15
11012024-09-01T20:21:18.500Z Compiling unicode-normalization v0.1.23
11022024-09-01T20:21:18.519Z Compiling futures-channel v0.3.30
11032024-09-01T20:21:18.608Z Compiling pkg-config v0.3.30
11042024-09-01T20:21:18.844Z Compiling vcpkg v0.2.15
11052024-09-01T20:21:18.950Z Compiling futures-task v0.3.30
11062024-09-01T20:21:19.515Z Compiling futures-io v0.3.30
11072024-09-01T20:21:19.598Z Compiling pin-utils v0.1.0
11082024-09-01T20:21:19.624Z Compiling ring v0.17.8
11092024-09-01T20:21:19.645Z Compiling base64ct v1.6.0
11102024-09-01T20:21:19.692Z Compiling percent-encoding v2.3.1
11112024-09-01T20:21:19.840Z Compiling ppv-lite86 v0.2.17
11122024-09-01T20:21:20.067Z Compiling flagset v0.4.5
11132024-09-01T20:21:20.170Z Compiling pem-rfc7468 v0.7.0
11142024-09-01T20:21:20.243Z Compiling tracing-core v0.1.32
11152024-09-01T20:21:20.272Z Compiling rustix v0.38.34
11162024-09-01T20:21:20.595Z Compiling rand_chacha v0.3.1
11172024-09-01T20:21:20.932Z Compiling untrusted v0.9.0
11182024-09-01T20:21:21.012Z Compiling openssl-sys v0.9.103
11192024-09-01T20:21:21.108Z Compiling rand v0.8.5
11202024-09-01T20:21:21.214Z Compiling powerfmt v0.2.0
11212024-09-01T20:21:21.285Z Compiling foreign-types-shared v0.1.1
11222024-09-01T20:21:21.397Z Compiling num-conv v0.1.0
11232024-09-01T20:21:21.590Z Compiling openssl v0.10.66
11242024-09-01T20:21:21.615Z Compiling time-core v0.1.2
11252024-09-01T20:21:21.669Z Compiling httparse v1.8.0
11262024-09-01T20:21:21.788Z Compiling rustversion v1.0.17
11272024-09-01T20:21:22.013Z Compiling time-macros v0.2.18
11282024-09-01T20:21:22.124Z Compiling deranged v0.3.11
11292024-09-01T20:21:22.601Z Compiling foreign-types v0.3.2
11302024-09-01T20:21:22.699Z Compiling form_urlencoded v1.2.1
11312024-09-01T20:21:22.832Z Compiling aho-corasick v1.1.3
11322024-09-01T20:21:22.979Z Compiling num_threads v0.1.7
11332024-09-01T20:21:22.997Z Compiling try-lock v0.2.5
11342024-09-01T20:21:23.110Z Compiling regex-syntax v0.8.4
11352024-09-01T20:21:23.144Z Compiling native-tls v0.2.11
11362024-09-01T20:21:23.488Z Compiling crossbeam-utils v0.8.19
11372024-09-01T20:21:23.509Z Compiling siphasher v0.3.11
11382024-09-01T20:21:23.879Z Compiling rustls v0.21.12
11392024-09-01T20:21:23.886Z Compiling syn v1.0.109
11402024-09-01T20:21:24.152Z Compiling want v0.3.1
11412024-09-01T20:21:24.555Z Compiling idna v0.5.0
11422024-09-01T20:21:25.050Z Compiling cookie v0.17.0
11432024-09-01T20:21:25.236Z Compiling time v0.3.36
11442024-09-01T20:21:25.322Z Compiling slog v2.7.0
11452024-09-01T20:21:25.492Z Compiling finl_unicode v1.2.0
11462024-09-01T20:21:25.835Z Compiling tower-service v0.3.2
11472024-09-01T20:21:25.963Z Compiling adler v1.0.2
11482024-09-01T20:21:26.125Z Compiling iana-time-zone v0.1.60
11492024-09-01T20:21:26.172Z Compiling httpdate v1.0.3
11502024-09-01T20:21:26.192Z Compiling openssl-probe v0.1.5
11512024-09-01T20:21:26.527Z Compiling regex-automata v0.4.6
11522024-09-01T20:21:26.627Z Compiling miniz_oxide v0.7.2
11532024-09-01T20:21:26.645Z Compiling stringprep v0.1.4
11542024-09-01T20:21:27.891Z Compiling url v2.5.2
11552024-09-01T20:21:29.189Z Compiling serde_derive v1.0.208
11562024-09-01T20:21:29.524Z Compiling zeroize_derive v1.4.2
11572024-09-01T20:21:29.550Z Compiling zerocopy-derive v0.7.34
11582024-09-01T20:21:29.729Z Compiling tokio-macros v2.4.0
11592024-09-01T20:21:30.205Z Compiling thiserror-impl v1.0.63
11602024-09-01T20:21:30.546Z Compiling futures-macro v0.3.30
11612024-09-01T20:21:31.170Z Compiling zeroize v1.7.0
11622024-09-01T20:21:31.534Z Compiling der_derive v0.7.2
11632024-09-01T20:21:31.870Z Compiling zerocopy v0.7.34
11642024-09-01T20:21:32.579Z Compiling futures-util v0.3.30
11652024-09-01T20:21:32.942Z Compiling crypto-common v0.1.6
11662024-09-01T20:21:33.176Z Compiling block-buffer v0.10.4
11672024-09-01T20:21:33.442Z Compiling digest v0.10.7
11682024-09-01T20:21:33.603Z Compiling block-padding v0.3.3
11692024-09-01T20:21:33.841Z Compiling inout v0.1.3
11702024-09-01T20:21:33.930Z Compiling hmac v0.12.1
11712024-09-01T20:21:34.012Z Compiling thiserror v1.0.63
11722024-09-01T20:21:34.108Z Compiling hashbrown v0.14.5
11732024-09-01T20:21:34.111Z Compiling cipher v0.4.4
11742024-09-01T20:21:34.146Z Compiling sha2 v0.10.8
11752024-09-01T20:21:34.164Z Compiling pest v2.7.10
11762024-09-01T20:21:34.637Z Compiling salsa20 v0.10.2
11772024-09-01T20:21:34.875Z Compiling pbkdf2 v0.12.2
11782024-09-01T20:21:35.048Z Compiling der v0.7.9
11792024-09-01T20:21:35.460Z Compiling scroll_derive v0.12.0
11802024-09-01T20:21:37.032Z Compiling pest_meta v2.7.10
11812024-09-01T20:21:37.207Z Compiling tracing-attributes v0.1.27
11822024-09-01T20:21:37.870Z Compiling spki v0.7.3
11832024-09-01T20:21:38.261Z Compiling pest_generator v2.7.10
11842024-09-01T20:21:38.364Z Compiling scroll v0.12.0
11852024-09-01T20:21:38.787Z Compiling scrypt v0.11.0
11862024-09-01T20:21:38.944Z Compiling cbc v0.1.2
11872024-09-01T20:21:39.178Z Compiling aes v0.8.4
11882024-09-01T20:21:39.339Z Compiling goblin v0.8.2
11892024-09-01T20:21:39.444Z Compiling openssl-macros v0.1.1
11902024-09-01T20:21:40.230Z Compiling pkcs5 v0.7.1
11912024-09-01T20:21:40.314Z Compiling rustls-webpki v0.101.7
11922024-09-01T20:21:41.121Z Compiling tracing v0.1.40
11932024-09-01T20:21:41.533Z Compiling pkcs8 v0.10.2
11942024-09-01T20:21:41.642Z Compiling sct v0.7.1
11952024-09-01T20:21:42.013Z Compiling pest_derive v2.7.10
11962024-09-01T20:21:42.032Z Compiling md-5 v0.10.6
11972024-09-01T20:21:42.267Z Compiling num-integer v0.1.46
11982024-09-01T20:21:42.296Z Compiling backtrace v0.3.71
11992024-09-01T20:21:42.321Z Compiling idna v0.3.0
12002024-09-01T20:21:42.376Z Compiling lazy_static v1.5.0
12012024-09-01T20:21:42.492Z Compiling hash32 v0.2.1
12022024-09-01T20:21:42.759Z Compiling cfg_aliases v0.1.1
12032024-09-01T20:21:42.762Z Compiling dtrace-parser v0.2.0
12042024-09-01T20:21:42.827Z Compiling stable_deref_trait v1.2.0
12052024-09-01T20:21:42.863Z Compiling crc32fast v1.4.0
12062024-09-01T20:21:42.924Z Compiling gimli v0.28.1
12072024-09-01T20:21:43.031Z Compiling signal-hook v0.3.17
12082024-09-01T20:21:43.307Z Compiling num-bigint-dig v0.8.4
12092024-09-01T20:21:43.406Z Compiling fallible-iterator v0.2.0
12102024-09-01T20:21:43.619Z Compiling bytes v1.7.1
12112024-09-01T20:21:43.867Z Compiling bitflags v2.6.0
12122024-09-01T20:21:44.085Z Compiling indexmap v2.4.0
12132024-09-01T20:21:44.297Z Compiling semver v1.0.23
12142024-09-01T20:21:44.909Z Compiling tokio v1.39.3
12152024-09-01T20:21:44.948Z Compiling http v0.2.12
12162024-09-01T20:21:45.061Z Compiling rustc_version v0.4.0
12172024-09-01T20:21:45.899Z Compiling heapless v0.7.17
12182024-09-01T20:21:46.359Z Compiling dof v0.3.0
12192024-09-01T20:21:47.059Z Compiling http-body v0.4.6
12202024-09-01T20:21:47.520Z Compiling uuid v1.10.0
12212024-09-01T20:21:47.942Z Compiling usdt-impl v0.5.0
12222024-09-01T20:21:48.594Z Compiling serde_tokenstream v0.2.2
12232024-09-01T20:21:48.662Z Compiling serde_spanned v0.6.7
12242024-09-01T20:21:48.896Z Compiling chrono v0.4.38
12252024-09-01T20:21:49.000Z Compiling toml_datetime v0.6.8
12262024-09-01T20:21:49.204Z Compiling smoltcp v0.9.1
12272024-09-01T20:21:49.485Z Compiling psl-types v2.0.11
12282024-09-01T20:21:49.504Z Compiling base64 v0.22.1
12292024-09-01T20:21:49.680Z Compiling publicsuffix v2.2.3
12302024-09-01T20:21:49.922Z Compiling terminal_size v0.3.0
12312024-09-01T20:21:50.196Z Compiling addr2line v0.21.0
12322024-09-01T20:21:50.198Z Compiling postgres-protocol v0.6.7
12332024-09-01T20:21:50.397Z Compiling nix v0.28.0
12342024-09-01T20:21:50.651Z Compiling num-iter v0.1.45
12352024-09-01T20:21:50.862Z Compiling hubpack_derive v0.1.1
12362024-09-01T20:21:50.882Z Compiling async-trait v0.1.81
12372024-09-01T20:21:50.941Z Compiling zerocopy-derive v0.6.6
12382024-09-01T20:21:51.820Z Compiling phf_shared v0.11.2
12392024-09-01T20:21:52.202Z Compiling serde_derive_internals v0.29.1
12402024-09-01T20:21:52.312Z Compiling ff v0.13.0
12412024-09-01T20:21:52.333Z Compiling object v0.32.2
12422024-09-01T20:21:52.532Z Compiling fs-err v2.11.0
12432024-09-01T20:21:52.637Z Compiling base64 v0.21.7
12442024-09-01T20:21:52.831Z Compiling base16ct v0.2.0
12452024-09-01T20:21:53.138Z Compiling tokio-util v0.7.11
12462024-09-01T20:21:53.165Z Compiling tokio-rustls v0.24.1
12472024-09-01T20:21:53.382Z Compiling winnow v0.5.40
12482024-09-01T20:21:53.666Z Compiling schemars v0.8.21
12492024-09-01T20:21:54.035Z Compiling tokio-native-tls v0.3.1
12502024-09-01T20:21:54.195Z Compiling h2 v0.3.26
12512024-09-01T20:21:54.310Z Compiling bitflags v1.3.2
12522024-09-01T20:21:54.424Z Compiling rustc-demangle v0.1.24
12532024-09-01T20:21:54.517Z Compiling anyhow v1.0.86
12542024-09-01T20:21:54.959Z Compiling either v1.13.0
12552024-09-01T20:21:55.151Z Compiling ipnet v2.9.0
12562024-09-01T20:21:55.402Z Compiling managed v0.8.0
12572024-09-01T20:21:55.429Z Compiling clap_builder v4.5.15
12582024-09-01T20:21:56.346Z Compiling schemars_derive v0.8.21
12592024-09-01T20:21:56.419Z Compiling zerocopy v0.6.6
12602024-09-01T20:21:57.303Z Compiling toml_edit v0.19.15
12612024-09-01T20:21:57.326Z Compiling rustls-pemfile v1.0.4
12622024-09-01T20:21:57.764Z Compiling sec1 v0.7.3
12632024-09-01T20:21:58.191Z Compiling group v0.13.0
12642024-09-01T20:21:58.343Z Compiling phf v0.11.2
12652024-09-01T20:21:58.512Z Compiling hubpack v0.1.2
12662024-09-01T20:21:58.630Z Compiling cookie_store v0.20.0
12672024-09-01T20:21:59.499Z Compiling postgres-types v0.2.7
12682024-09-01T20:22:00.460Z Compiling usdt-attr-macro v0.5.0
12692024-09-01T20:22:01.018Z Compiling usdt-macro v0.5.0
12702024-09-01T20:22:01.101Z Compiling serde_urlencoded v0.7.1
12712024-09-01T20:22:01.628Z Compiling hyper v0.14.30
12722024-09-01T20:22:02.174Z Compiling pkcs1 v0.7.5
12732024-09-01T20:22:02.527Z Compiling futures-executor v0.3.30
12742024-09-01T20:22:02.546Z Compiling hkdf v0.12.4
12752024-09-01T20:22:02.808Z Compiling signature v2.2.0
12762024-09-01T20:22:03.098Z Compiling crypto-bigint v0.5.5
12772024-09-01T20:22:03.117Z Compiling regex v1.10.6
12782024-09-01T20:22:03.199Z Compiling bstr v1.9.1
12792024-09-01T20:22:04.246Z Compiling strum_macros v0.25.3
12802024-09-01T20:22:04.716Z Compiling clap_derive v4.5.13
12812024-09-01T20:22:04.818Z Compiling serde_repr v0.1.19
12822024-09-01T20:22:04.978Z Compiling enum-as-inner v0.6.0
12832024-09-01T20:22:05.255Z Compiling phf_shared v0.10.0
12842024-09-01T20:22:05.680Z Compiling float-cmp v0.9.0
12852024-09-01T20:22:05.925Z Compiling idna v0.4.0
12862024-09-01T20:22:06.066Z Compiling mio v0.8.11
12872024-09-01T20:22:06.107Z Compiling encoding_rs v0.8.34
12882024-09-01T20:22:07.337Z Compiling webpki-roots v0.25.4
12892024-09-01T20:22:07.510Z Compiling data-encoding v2.6.0
12902024-09-01T20:22:07.527Z Compiling difflib v0.4.0
12912024-09-01T20:22:08.464Z Compiling hyper-tls v0.5.0
12922024-09-01T20:22:08.828Z Compiling hyper-rustls v0.24.2
12932024-09-01T20:22:09.042Z Compiling dyn-clone v1.0.17
12942024-09-01T20:22:09.194Z Compiling fixedbitset v0.4.2
12952024-09-01T20:22:09.215Z Compiling predicates-core v1.0.6
12962024-09-01T20:22:09.256Z Compiling precomputed-hash v0.1.1
12972024-09-01T20:22:09.374Z Compiling mime v0.3.17
12982024-09-01T20:22:09.566Z Compiling sync_wrapper v0.1.2
12992024-09-01T20:22:09.640Z Compiling whoami v1.5.1
13002024-09-01T20:22:09.703Z Compiling new_debug_unreachable v1.0.6
13012024-09-01T20:22:09.799Z Compiling bit-vec v0.6.3
13022024-09-01T20:22:09.802Z Compiling static_assertions v1.1.0
13032024-09-01T20:22:09.877Z Compiling normalize-line-endings v0.3.0
13042024-09-01T20:22:09.922Z Compiling unicode-segmentation v1.11.0
13052024-09-01T20:22:09.979Z Compiling minimal-lexical v0.2.1
13062024-09-01T20:22:09.999Z Compiling predicates v3.1.2
13072024-09-01T20:22:10.275Z Compiling bit-set v0.5.3
13082024-09-01T20:22:10.278Z Compiling tokio-postgres v0.7.11
13092024-09-01T20:22:10.484Z Compiling nom v7.1.3
13102024-09-01T20:22:10.545Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13112024-09-01T20:22:10.572Z Compiling clap v4.5.16
13122024-09-01T20:22:10.705Z Compiling similar v2.6.0
13132024-09-01T20:22:10.784Z Compiling string_cache v0.8.7
13142024-09-01T20:22:11.304Z Compiling reqwest v0.11.27
13152024-09-01T20:22:11.647Z Compiling toml_edit v0.22.20
13162024-09-01T20:22:11.734Z Compiling petgraph v0.6.5
13172024-09-01T20:22:13.187Z Compiling console v0.15.8
13182024-09-01T20:22:14.655Z Compiling hickory-proto v0.24.1
13192024-09-01T20:22:14.692Z Compiling signal-hook-mio v0.2.4
13202024-09-01T20:22:14.878Z Compiling elliptic-curve v0.13.8
13212024-09-01T20:22:15.727Z Compiling usdt v0.5.0
13222024-09-01T20:22:15.770Z Compiling rsa v0.9.6
13232024-09-01T20:22:15.941Z Compiling futures v0.3.30
13242024-09-01T20:22:16.063Z Compiling flate2 v1.0.31
13252024-09-01T20:22:16.217Z Compiling toml v0.7.8
13262024-09-01T20:22:17.932Z Compiling itertools v0.10.5
13272024-09-01T20:22:18.047Z Compiling itertools v0.12.1
13282024-09-01T20:22:18.762Z Compiling tokio-stream v0.1.15
13292024-09-01T20:22:19.824Z Compiling openapiv3 v2.0.0
13302024-09-01T20:22:19.972Z Compiling hex v0.4.3
13312024-09-01T20:22:20.618Z Compiling sha1 v0.10.6
13322024-09-01T20:22:20.822Z Compiling crossbeam-epoch v0.9.18
13332024-09-01T20:22:21.060Z Compiling dirs-sys-next v0.1.2
13342024-09-01T20:22:21.096Z Compiling lalrpop-util v0.19.12
13352024-09-01T20:22:21.234Z Compiling peg-runtime v0.8.3
13362024-09-01T20:22:21.462Z Compiling unicode-xid v0.2.4
13372024-09-01T20:22:21.576Z Compiling dirs-next v2.0.0
13382024-09-01T20:22:21.640Z Compiling thread_local v1.1.8
13392024-09-01T20:22:21.735Z Compiling slog-async v2.8.0
13402024-09-01T20:22:21.784Z Compiling term v0.7.0
13412024-09-01T20:22:21.901Z Compiling xattr v1.3.1
13422024-09-01T20:22:22.180Z Compiling strum_macros v0.26.4
13432024-09-01T20:22:22.203Z Compiling crossbeam-channel v0.5.12
13442024-09-01T20:22:22.350Z Compiling filetime v0.2.25
13452024-09-01T20:22:22.673Z Compiling is-terminal v0.4.12
13462024-09-01T20:22:22.806Z Compiling take_mut v0.2.2
13472024-09-01T20:22:22.965Z Compiling slog-term v2.9.1
13482024-09-01T20:22:23.331Z Compiling tar v0.4.41
13492024-09-01T20:22:24.161Z Compiling camino v1.1.9
13502024-09-01T20:22:25.314Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13512024-09-01T20:22:25.759Z Compiling strum v0.26.3
13522024-09-01T20:22:25.836Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13532024-09-01T20:22:31.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13542024-09-01T20:22:31.398Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13552024-09-01T20:22:31.447ZSep 01 20:22:30.761 INFO Starting download, target: Cockroach
13562024-09-01T20:22:31.447ZSep 01 20:22:30.761 INFO Starting download, target: Clickhouse
13572024-09-01T20:22:31.447ZSep 01 20:22:30.761 INFO Starting download, target: Console
13582024-09-01T20:22:31.450ZSep 01 20:22:30.761 INFO Starting download, target: DendriteOpenapi
13592024-09-01T20:22:31.450ZSep 01 20:22:30.761 INFO Starting download, target: DendriteStub
13602024-09-01T20:22:31.450ZSep 01 20:22:30.761 INFO Starting download, target: MaghemiteMgd
13612024-09-01T20:22:31.450ZSep 01 20:22:30.761 INFO Starting download, target: TransceiverControl
13622024-09-01T20:22:31.450ZSep 01 20:22:30.762 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13632024-09-01T20:22:31.450ZSep 01 20:22:30.762 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13642024-09-01T20:22:31.450ZSep 01 20:22:30.762 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13652024-09-01T20:22:31.450ZSep 01 20:22:30.762 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13662024-09-01T20:22:31.450ZSep 01 20:22:30.762 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13672024-09-01T20:22:31.450ZSep 01 20:22:30.762 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13682024-09-01T20:22:31.450ZSep 01 20:22:30.763 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13692024-09-01T20:22:31.597ZSep 01 20:22:30.907 INFO Download complete, target: DendriteOpenapi
13702024-09-01T20:22:31.788ZSep 01 20:22:31.102 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13712024-09-01T20:22:31.974ZSep 01 20:22:31.284 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13722024-09-01T20:22:32.136ZSep 01 20:22:31.450 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13732024-09-01T20:22:32.178ZSep 01 20:22:31.492 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13742024-09-01T20:22:32.362ZSep 01 20:22:31.675 INFO Download complete, target: Console
13752024-09-01T20:22:32.580ZSep 01 20:22:31.894 INFO Download complete, target: TransceiverControl
13762024-09-01T20:22:32.725ZSep 01 20:22:32.040 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13772024-09-01T20:22:32.725ZSep 01 20:22:32.040 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13782024-09-01T20:22:33.540ZSep 01 20:22:32.854 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13792024-09-01T20:22:35.324ZSep 01 20:22:34.638 INFO Download complete, target: DendriteStub
13802024-09-01T20:22:35.454ZSep 01 20:22:34.768 INFO Download complete, target: MaghemiteMgd
13812024-09-01T20:22:40.984ZSep 01 20:22:40.298 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13822024-09-01T20:22:41.312ZSep 01 20:22:40.626 INFO Checking that binary works, target: Cockroach
13832024-09-01T20:22:41.471ZSep 01 20:22:40.785 INFO Download complete, target: Cockroach
13842024-09-01T20:22:47.549ZSep 01 20:22:46.862 INFO Checking that binary works, target: Clickhouse
13852024-09-01T20:22:47.717ZSep 01 20:22:47.031 INFO Download complete, target: Clickhouse
13862024-09-01T20:22:47.724ZAll prerequisites installed successfully
13872024-09-01T20:22:47.727Z
13882024-09-01T20:22:47.727Zreal 3:34.560310221
13892024-09-01T20:22:47.727Zuser 11:27.017269058
13902024-09-01T20:22:47.727Zsys 2:25.792937020
13912024-09-01T20:22:47.727Ztrap 0.438379253
13922024-09-01T20:22:47.727Ztflt 1.489834840
13932024-09-01T20:22:47.727Zdflt 1.658980099
13942024-09-01T20:22:47.727Zkflt 0.025974335
13952024-09-01T20:22:47.727Zlock 22:43.661222748
13962024-09-01T20:22:47.727Zslp 43:43.711831355
13972024-09-01T20:22:47.727Zlat 42.567304781
13982024-09-01T20:22:47.727Zstop 1:49.763198434
13992024-09-01T20:22:47.727Z+ source ./tools/include/force-git-over-https.sh
14002024-09-01T20:22:47.728Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14012024-09-01T20:22:47.728Z++ (( i = 0 ))
14022024-09-01T20:22:47.728Z++ (( i < 5 ))
14032024-09-01T20:22:47.728Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14042024-09-01T20:22:47.730Z++ (( i++ ))
14052024-09-01T20:22:47.730Z++ (( i < 5 ))
14062024-09-01T20:22:47.730Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14072024-09-01T20:22:47.733Z++ (( i++ ))
14082024-09-01T20:22:47.733Z++ (( i < 5 ))
14092024-09-01T20:22:47.733Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14102024-09-01T20:22:47.736Z++ (( i++ ))
14112024-09-01T20:22:47.736Z++ (( i < 5 ))
14122024-09-01T20:22:47.736Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14132024-09-01T20:22:47.739Z++ (( i++ ))
14142024-09-01T20:22:47.739Z++ (( i < 5 ))
14152024-09-01T20:22:47.739Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14162024-09-01T20:22:47.742Z++ (( i++ ))
14172024-09-01T20:22:47.742Z++ (( i < 5 ))
14182024-09-01T20:22:47.742Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14192024-09-01T20:22:47.742Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14202024-09-01T20:22:47.742Z+ rc=0
14212024-09-01T20:22:47.742Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14222024-09-01T20:23:08.488Z+ case $rc in
14232024-09-01T20:23:08.488Z+ pfexec zfs create -p rpool/images/build/host
14242024-09-01T20:23:08.703Z+ pfexec zfs create -p rpool/images/build/recovery
14252024-09-01T20:23:08.775Z+ cargo xtask releng --output-dir /work
14262024-09-01T20:23:09.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14272024-09-01T20:23:09.355Z Running `target/debug/xtask releng --output-dir /work`
14282024-09-01T20:23:10.257Z Compiling proc-macro2 v1.0.86
14292024-09-01T20:23:10.258Z Compiling unicode-ident v1.0.12
14302024-09-01T20:23:10.260Z Compiling libc v0.2.158
14312024-09-01T20:23:10.260Z Compiling serde v1.0.208
14322024-09-01T20:23:10.260Z Compiling version_check v0.9.5
14332024-09-01T20:23:10.260Z Compiling autocfg v1.3.0
14342024-09-01T20:23:10.260Z Compiling cfg-if v1.0.0
14352024-09-01T20:23:10.260Z Compiling once_cell v1.19.0
14362024-09-01T20:23:10.656Z Compiling typenum v1.17.0
14372024-09-01T20:23:10.825Z Compiling memchr v2.7.2
14382024-09-01T20:23:10.957Z Compiling generic-array v0.14.7
14392024-09-01T20:23:11.151Z Compiling lock_api v0.4.12
14402024-09-01T20:23:11.287Z Compiling ahash v0.8.11
14412024-09-01T20:23:11.431Z Compiling serde_json v1.0.125
14422024-09-01T20:23:11.567Z Compiling libm v0.2.8
14432024-09-01T20:23:11.625Z Compiling num-traits v0.2.19
14442024-09-01T20:23:11.751Z Compiling parking_lot_core v0.9.10
14452024-09-01T20:23:11.894Z Compiling byteorder v1.5.0
14462024-09-01T20:23:12.238Z Compiling log v0.4.21
14472024-09-01T20:23:12.299Z Compiling scopeguard v1.2.0
14482024-09-01T20:23:12.339Z Compiling thiserror v1.0.63
14492024-09-01T20:23:12.412Z Compiling getrandom v0.2.14
14502024-09-01T20:23:12.452Z Compiling jobserver v0.1.32
14512024-09-01T20:23:12.832Z Compiling cc v1.0.97
14522024-09-01T20:23:12.938Z Compiling itoa v1.0.11
14532024-09-01T20:23:13.198Z Compiling slab v0.4.9
14542024-09-01T20:23:13.290Z Compiling rand_core v0.6.4
14552024-09-01T20:23:13.461Z Compiling pkg-config v0.3.30
14562024-09-01T20:23:13.823Z Compiling semver v1.0.23
14572024-09-01T20:23:14.161Z Compiling ryu v1.0.18
14582024-09-01T20:23:14.344Z Compiling quote v1.0.36
14592024-09-01T20:23:14.393Z Compiling pin-project-lite v0.2.14
14602024-09-01T20:23:14.462Z Compiling vcpkg v0.2.15
14612024-09-01T20:23:14.532Z Compiling smallvec v1.13.2
14622024-09-01T20:23:14.809Z Compiling syn v2.0.74
14632024-09-01T20:23:15.072Z Compiling allocator-api2 v0.2.18
14642024-09-01T20:23:15.321Z Compiling spin v0.9.8
14652024-09-01T20:23:15.502Z Compiling subtle v2.5.0
14662024-09-01T20:23:15.975Z Compiling const-oid v0.9.6
14672024-09-01T20:23:16.203Z Compiling signal-hook-registry v1.4.2
14682024-09-01T20:23:16.227Z Compiling ring v0.17.8
14692024-09-01T20:23:17.072Z Compiling openssl-sys v0.9.103
14702024-09-01T20:23:17.506Z Compiling httparse v1.8.0
14712024-09-01T20:23:17.780Z Compiling heck v0.5.0
14722024-09-01T20:23:18.050Z Compiling schemars v0.8.21
14732024-09-01T20:23:18.258Z Compiling rustix v0.38.34
14742024-09-01T20:23:18.299Z Compiling parking_lot v0.12.2
14752024-09-01T20:23:18.472Z Compiling mio v1.0.2
14762024-09-01T20:23:18.571Z Compiling num-conv v0.1.0
14772024-09-01T20:23:18.958Z Compiling time-core v0.1.2
14782024-09-01T20:23:19.180Z Compiling futures-core v0.3.30
14792024-09-01T20:23:19.279Z Compiling time-macros v0.2.18
14802024-09-01T20:23:19.686Z Compiling socket2 v0.5.7
14812024-09-01T20:23:19.738Z Compiling openssl v0.10.66
14822024-09-01T20:23:19.866Z Compiling fnv v1.0.7
14832024-09-01T20:23:20.040Z Compiling equivalent v1.0.1
14842024-09-01T20:23:20.347Z Compiling tinyvec_macros v0.1.1
14852024-09-01T20:23:20.409Z Compiling native-tls v0.2.11
14862024-09-01T20:23:20.444Z Compiling rustls v0.21.12
14872024-09-01T20:23:20.499Z Compiling futures-sink v0.3.30
14882024-09-01T20:23:20.790Z Compiling tinyvec v1.6.0
14892024-09-01T20:23:21.260Z Compiling crossbeam-utils v0.8.19
14902024-09-01T20:23:21.903Z Compiling cookie v0.17.0
14912024-09-01T20:23:22.239Z Compiling cpufeatures v0.2.12
14922024-09-01T20:23:22.353Z Compiling iana-time-zone v0.1.60
14932024-09-01T20:23:22.382Z Compiling ucd-trie v0.1.6
14942024-09-01T20:23:22.489Z Compiling serde_derive_internals v0.29.1
14952024-09-01T20:23:22.552Z Compiling unicode-normalization v0.1.23
14962024-09-01T20:23:22.873Z Compiling futures-channel v0.3.30
14972024-09-01T20:23:23.136Z Compiling futures-io v0.3.30
14982024-09-01T20:23:23.187Z Compiling pin-utils v0.1.0
14992024-09-01T20:23:23.327Z Compiling futures-task v0.3.30
15002024-09-01T20:23:23.484Z Compiling syn v1.0.109
15012024-09-01T20:23:23.570Z Compiling unicode-bidi v0.3.15
15022024-09-01T20:23:23.663Z Compiling slog v2.7.0
15032024-09-01T20:23:24.196Z Compiling aho-corasick v1.1.3
15042024-09-01T20:23:24.220Z Compiling regex-syntax v0.8.4
15052024-09-01T20:23:24.475Z Compiling untrusted v0.9.0
15062024-09-01T20:23:25.665Z Compiling dyn-clone v1.0.17
15072024-09-01T20:23:25.969Z Compiling crc32fast v1.4.0
15082024-09-01T20:23:26.507Z Compiling usdt-impl v0.5.0
15092024-09-01T20:23:26.550Z Compiling base64ct v1.6.0
15102024-09-01T20:23:26.666Z Compiling percent-encoding v2.3.1
15112024-09-01T20:23:26.867Z Compiling heck v0.4.1
15122024-09-01T20:23:27.114Z Compiling powerfmt v0.2.0
15132024-09-01T20:23:27.140Z Compiling pem-rfc7468 v0.7.0
15142024-09-01T20:23:27.506Z Compiling deranged v0.3.11
15152024-09-01T20:23:27.837Z Compiling backtrace v0.3.71
15162024-09-01T20:23:28.153Z Compiling serde_derive v1.0.208
15172024-09-01T20:23:28.415Z Compiling zeroize_derive v1.4.2
15182024-09-01T20:23:28.904Z Compiling zerocopy-derive v0.7.34
15192024-09-01T20:23:29.873Z Compiling tokio-macros v2.4.0
15202024-09-01T20:23:29.971Z Compiling thiserror-impl v1.0.63
15212024-09-01T20:23:30.341Z Compiling zeroize v1.7.0
15222024-09-01T20:23:30.864Z Compiling zerocopy v0.7.34
15232024-09-01T20:23:31.440Z Compiling futures-macro v0.3.30
15242024-09-01T20:23:33.302Z Compiling crypto-common v0.1.6
15252024-09-01T20:23:33.435Z Compiling tracing-attributes v0.1.27
15262024-09-01T20:23:33.548Z Compiling hashbrown v0.14.5
15272024-09-01T20:23:33.585Z Compiling der_derive v0.7.2
15282024-09-01T20:23:34.290Z Compiling block-buffer v0.10.4
15292024-09-01T20:23:34.548Z Compiling digest v0.10.7
15302024-09-01T20:23:34.835Z Compiling schemars_derive v0.8.21
15312024-09-01T20:23:35.088Z Compiling openssl-macros v0.1.1
15322024-09-01T20:23:35.846Z Compiling scroll_derive v0.12.0
15332024-09-01T20:23:35.879Z Compiling hmac v0.12.1
15342024-09-01T20:23:36.135Z Compiling pest v2.7.10
15352024-09-01T20:23:36.822Z Compiling block-padding v0.3.3
15362024-09-01T20:23:36.863Z Compiling futures-util v0.3.30
15372024-09-01T20:23:37.071Z Compiling inout v0.1.3
15382024-09-01T20:23:37.419Z Compiling cipher v0.4.4
15392024-09-01T20:23:37.636Z Compiling sha2 v0.10.8
15402024-09-01T20:23:38.003Z Compiling regex-automata v0.4.6
15412024-09-01T20:23:39.259Z Compiling pest_meta v2.7.10
15422024-09-01T20:23:39.509Z Compiling scroll v0.12.0
15432024-09-01T20:23:40.144Z Compiling zerocopy-derive v0.6.6
15442024-09-01T20:23:42.420Z Compiling bytes v1.7.1
15452024-09-01T20:23:43.808Z Compiling bitflags v2.6.0
15462024-09-01T20:23:44.651Z Compiling tokio v1.39.3
15472024-09-01T20:23:44.828Z Compiling indexmap v2.4.0
15482024-09-01T20:23:45.240Z Compiling serde_tokenstream v0.2.2
15492024-09-01T20:23:45.999Z Compiling uuid v1.10.0
15502024-09-01T20:23:46.442Z Compiling chrono v0.4.38
15512024-09-01T20:23:46.957Z Compiling http v0.2.12
15522024-09-01T20:23:47.150Z Compiling pest_generator v2.7.10
15532024-09-01T20:23:49.305Z Compiling pest_derive v2.7.10
15542024-09-01T20:23:50.027Z Compiling rustc_version v0.4.0
15552024-09-01T20:23:50.776Z Compiling heapless v0.7.17
15562024-09-01T20:23:51.371Z Compiling tracing-core v0.1.32
15572024-09-01T20:23:51.428Z Compiling errno v0.3.9
15582024-09-01T20:23:51.789Z Compiling ppv-lite86 v0.2.17
15592024-09-01T20:23:52.177Z Compiling num-bigint-dig v0.8.4
15602024-09-01T20:23:52.600Z Compiling plain v0.2.3
15612024-09-01T20:23:52.743Z Compiling num_threads v0.1.7
15622024-09-01T20:23:52.787Z Compiling flagset v0.4.5
15632024-09-01T20:23:53.047Z Compiling der v0.7.9
15642024-09-01T20:23:53.176Z Compiling time v0.3.36
15652024-09-01T20:23:53.404Z Compiling goblin v0.8.2
15662024-09-01T20:23:53.689Z Compiling rand_chacha v0.3.1
15672024-09-01T20:23:54.811Z Compiling tokio-util v0.7.11
15682024-09-01T20:23:55.294Z Compiling tracing v0.1.40
15692024-09-01T20:23:56.463Z Compiling regex v1.10.6
15702024-09-01T20:23:57.729Z Compiling salsa20 v0.10.2
15712024-09-01T20:23:57.761Z Compiling pbkdf2 v0.12.2
15722024-09-01T20:23:57.995Z Compiling async-trait v0.1.81
15732024-09-01T20:24:00.225Z Compiling rustversion v1.0.17
15742024-09-01T20:24:00.793Z Compiling pretty-hex v0.4.1
15752024-09-01T20:24:00.998Z Compiling strsim v0.11.1
15762024-09-01T20:24:01.133Z Compiling dof v0.3.0
15772024-09-01T20:24:02.129Z Compiling scrypt v0.11.0
15782024-09-01T20:24:02.715Z Compiling spki v0.7.3
15792024-09-01T20:24:02.805Z Compiling rand v0.8.5
15802024-09-01T20:24:02.955Z Compiling dtrace-parser v0.2.0
15812024-09-01T20:24:03.070Z Compiling aes v0.8.4
15822024-09-01T20:24:03.108Z Compiling cbc v0.1.2
15832024-09-01T20:24:03.322Z Compiling form_urlencoded v1.2.1
15842024-09-01T20:24:03.585Z Compiling thread-id v4.2.1
15852024-09-01T20:24:04.102Z Compiling foreign-types-shared v0.1.1
15862024-09-01T20:24:04.253Z Compiling unicode-width v0.1.13
15872024-09-01T20:24:04.359Z Compiling anyhow v1.0.86
15882024-09-01T20:24:04.495Z Compiling signal-hook v0.3.17
15892024-09-01T20:24:04.826Z Compiling try-lock v0.2.5
15902024-09-01T20:24:04.931Z Compiling smoltcp v0.9.1
15912024-09-01T20:24:05.023Z Compiling want v0.3.1
15922024-09-01T20:24:05.061Z Compiling foreign-types v0.3.2
15932024-09-01T20:24:05.690Z Compiling pkcs5 v0.7.1
15942024-09-01T20:24:08.066Z Compiling h2 v0.3.26
15952024-09-01T20:24:10.705Z Compiling http-body v0.4.6
15962024-09-01T20:24:11.828Z Compiling clap_derive v4.5.13
15972024-09-01T20:24:15.255Z Compiling cfg_aliases v0.1.1
15982024-09-01T20:24:15.809Z Compiling siphasher v0.3.11
15992024-09-01T20:24:16.034Z Compiling base64 v0.21.7
16002024-09-01T20:24:16.199Z Compiling httpdate v1.0.3
16012024-09-01T20:24:17.031Z Compiling tower-service v0.3.2
16022024-09-01T20:24:17.412Z Compiling hyper v0.14.30
16032024-09-01T20:24:18.786Z Compiling nix v0.28.0
16042024-09-01T20:24:20.607Z Compiling pkcs8 v0.10.2
16052024-09-01T20:24:22.113Z Compiling sct v0.7.1
16062024-09-01T20:24:22.797Z Compiling rustls-webpki v0.101.7
16072024-09-01T20:24:24.690Z Compiling openapiv3 v2.0.0
16082024-09-01T20:24:29.387Z Compiling hubpack_derive v0.1.1
16092024-09-01T20:24:29.906Z Compiling idna v0.5.0
16102024-09-01T20:24:30.529Z Compiling fs-err v2.11.0
16112024-09-01T20:24:30.867Z Compiling anstyle v1.0.8
16122024-09-01T20:24:30.991Z Compiling utf8parse v0.2.1
16132024-09-01T20:24:31.180Z Compiling openssl-probe v0.1.5
16142024-09-01T20:24:31.485Z Compiling adler v1.0.2
16152024-09-01T20:24:31.777Z Compiling finl_unicode v1.2.0
16162024-09-01T20:24:32.553Z Compiling stringprep v0.1.4
16172024-09-01T20:24:33.266Z Compiling miniz_oxide v0.7.2
16182024-09-01T20:24:34.166Z Compiling anstyle-parse v0.2.4
16192024-09-01T20:24:34.168Z Compiling url v2.5.2
16202024-09-01T20:24:37.550Z Compiling usdt-macro v0.5.0
16212024-09-01T20:24:37.903Z Compiling usdt-attr-macro v0.5.0
16222024-09-01T20:24:39.461Z Compiling serde_spanned v0.6.7
16232024-09-01T20:24:39.675Z Compiling toml_datetime v0.6.8
16242024-09-01T20:24:40.050Z Compiling md-5 v0.10.6
16252024-09-01T20:24:40.103Z Compiling regress v0.9.1
16262024-09-01T20:24:40.296Z Compiling idna v0.3.0
16272024-09-01T20:24:41.873Z Compiling lazy_static v1.5.0
16282024-09-01T20:24:42.010Z Compiling num-integer v0.1.46
16292024-09-01T20:24:42.746Z Compiling hash32 v0.2.1
16302024-09-01T20:24:42.800Z Compiling encoding_rs v0.8.34
16312024-09-01T20:24:43.124Z Compiling colorchoice v1.0.1
16322024-09-01T20:24:43.435Z Compiling mime v0.3.17
16332024-09-01T20:24:43.562Z Compiling psl-types v2.0.11
16342024-09-01T20:24:43.803Z Compiling fallible-iterator v0.2.0
16352024-09-01T20:24:44.536Z Compiling base64 v0.22.1
16362024-09-01T20:24:44.539Z Compiling anstyle-query v1.0.3
16372024-09-01T20:24:44.704Z Compiling stable_deref_trait v1.2.0
16382024-09-01T20:24:44.815Z Compiling is_terminal_polyfill v1.70.0
16392024-09-01T20:24:44.913Z Compiling gimli v0.28.1
16402024-09-01T20:24:44.944Z Compiling anstream v0.6.14
16412024-09-01T20:24:45.038Z Compiling postgres-protocol v0.6.7
16422024-09-01T20:24:45.210Z Compiling publicsuffix v2.2.3
16432024-09-01T20:24:45.941Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16442024-09-01T20:24:48.161Z Compiling num-iter v0.1.45
16452024-09-01T20:24:49.413Z Compiling addr2line v0.21.0
16462024-09-01T20:24:50.776Z Compiling tokio-rustls v0.24.1
16472024-09-01T20:24:51.239Z Compiling terminal_size v0.3.0
16482024-09-01T20:24:51.445Z Compiling tokio-native-tls v0.3.1
16492024-09-01T20:24:51.732Z Compiling phf_shared v0.11.2
16502024-09-01T20:24:51.967Z Compiling strum_macros v0.25.3
16512024-09-01T20:24:52.162Z Compiling serde_urlencoded v0.7.1
16522024-09-01T20:24:53.373Z Compiling serde_repr v0.1.19
16532024-09-01T20:24:53.636Z Compiling enum-as-inner v0.6.0
16542024-09-01T20:24:53.857Z Compiling ff v0.13.0
16552024-09-01T20:24:54.104Z Compiling object v0.32.2
16562024-09-01T20:24:54.496Z Compiling base16ct v0.2.0
16572024-09-01T20:24:54.623Z Compiling winnow v0.5.40
16582024-09-01T20:24:54.682Z Compiling either v1.13.0
16592024-09-01T20:24:54.789Z Compiling ipnet v2.9.0
16602024-09-01T20:24:55.574Z Compiling rustc-demangle v0.1.24
16612024-09-01T20:24:56.214Z Compiling clap_lex v0.7.0
16622024-09-01T20:24:56.646Z Compiling managed v0.8.0
16632024-09-01T20:24:57.354Z Compiling bitflags v1.3.2
16642024-09-01T20:24:58.027Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16652024-09-01T20:24:58.114Z Compiling toml_edit v0.19.15
16662024-09-01T20:24:58.223Z Compiling rustls-pemfile v1.0.4
16672024-09-01T20:24:58.391Z Compiling clap_builder v4.5.15
16682024-09-01T20:24:58.591Z Compiling sec1 v0.7.3
16692024-09-01T20:24:59.216Z Compiling group v0.13.0
16702024-09-01T20:25:01.419Z Compiling phf v0.11.2
16712024-09-01T20:25:01.718Z Compiling hyper-tls v0.5.0
16722024-09-01T20:25:02.020Z Compiling hyper-rustls v0.24.2
16732024-09-01T20:25:02.369Z Compiling cookie_store v0.20.0
16742024-09-01T20:25:02.950Z Compiling postgres-types v0.2.7
16752024-09-01T20:25:03.882Z Compiling hubpack v0.1.2
16762024-09-01T20:25:04.258Z Compiling pkcs1 v0.7.5
16772024-09-01T20:25:04.375Z Compiling phf_shared v0.10.0
16782024-09-01T20:25:05.003Z Compiling futures-executor v0.3.30
16792024-09-01T20:25:05.074Z Compiling bstr v1.9.1
16802024-09-01T20:25:05.099Z Compiling zerocopy v0.6.6
16812024-09-01T20:25:05.186Z Compiling hkdf v0.12.4
16822024-09-01T20:25:05.295Z Compiling signature v2.2.0
16832024-09-01T20:25:05.419Z Compiling crypto-bigint v0.5.5
16842024-09-01T20:25:05.515Z Compiling idna v0.4.0
16852024-09-01T20:25:05.557Z Compiling float-cmp v0.9.0
16862024-09-01T20:25:05.603Z Compiling mio v0.8.11
16872024-09-01T20:25:05.787Z Compiling memmap v0.7.0
16882024-09-01T20:25:06.231Z Compiling static_assertions v1.1.0
16892024-09-01T20:25:06.506Z Compiling predicates-core v1.0.6
16902024-09-01T20:25:06.586Z Compiling normalize-line-endings v0.3.0
16912024-09-01T20:25:06.642Z Compiling sync_wrapper v0.1.2
16922024-09-01T20:25:06.718Z Compiling unicode-segmentation v1.11.0
16932024-09-01T20:25:06.781Z Compiling bit-vec v0.6.3
16942024-09-01T20:25:06.814Z Compiling winnow v0.6.18
16952024-09-01T20:25:06.840Z Compiling webpki-roots v0.25.4
16962024-09-01T20:25:06.857Z Compiling whoami v1.5.1
16972024-09-01T20:25:06.995Z Compiling difflib v0.4.0
16982024-09-01T20:25:07.503Z Compiling minimal-lexical v0.2.1
16992024-09-01T20:25:07.539Z Compiling fixedbitset v0.4.2
17002024-09-01T20:25:07.863Z Compiling data-encoding v2.6.0
17012024-09-01T20:25:07.966Z Compiling precomputed-hash v0.1.1
17022024-09-01T20:25:07.999Z Compiling new_debug_unreachable v1.0.6
17032024-09-01T20:25:08.104Z Compiling string_cache v0.8.7
17042024-09-01T20:25:08.230Z Compiling nom v7.1.3
17052024-09-01T20:25:08.515Z Compiling reqwest v0.11.27
17062024-09-01T20:25:08.546Z Compiling elliptic-curve v0.13.8
17072024-09-01T20:25:08.911Z Compiling hickory-proto v0.24.1
17082024-09-01T20:25:09.318Z Compiling petgraph v0.6.5
17092024-09-01T20:25:09.546Z Compiling predicates v3.1.2
17102024-09-01T20:25:10.432Z Compiling toml_edit v0.22.20
17112024-09-01T20:25:11.075Z Compiling similar v2.6.0
17122024-09-01T20:25:11.925Z Compiling tokio-postgres v0.7.11
17132024-09-01T20:25:13.077Z Compiling bit-set v0.5.3
17142024-09-01T20:25:13.358Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17152024-09-01T20:25:14.288Z Compiling signal-hook-mio v0.2.4
17162024-09-01T20:25:14.478Z Compiling usdt v0.5.0
17172024-09-01T20:25:16.235Z Compiling rsa v0.9.6
17182024-09-01T20:25:17.212Z Compiling futures v0.3.30
17192024-09-01T20:25:17.980Z Compiling clap v4.5.16
17202024-09-01T20:25:18.072Z Compiling toml v0.7.8
17212024-09-01T20:25:18.106Z Compiling crossbeam-epoch v0.9.18
17222024-09-01T20:25:18.677Z Compiling flate2 v1.0.31
17232024-09-01T20:25:18.806Z Compiling itertools v0.10.5
17242024-09-01T20:25:19.588Z Compiling itertools v0.12.1
17252024-09-01T20:25:19.608Z Compiling console v0.15.8
17262024-09-01T20:25:20.904Z Compiling tokio-stream v0.1.15
17272024-09-01T20:25:21.068Z Compiling hex v0.4.3
17282024-09-01T20:25:21.905Z Compiling sha1 v0.10.6
17292024-09-01T20:25:22.417Z Compiling peg-runtime v0.8.3
17302024-09-01T20:25:22.704Z Compiling lalrpop-util v0.19.12
17312024-09-01T20:25:22.925Z Compiling radium v0.7.0
17322024-09-01T20:25:23.328Z Compiling camino v1.1.9
17332024-09-01T20:25:23.382Z Compiling unicode-xid v0.2.4
17342024-09-01T20:25:23.566Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352024-09-01T20:25:28.703Z Compiling is-terminal v0.4.12
17362024-09-01T20:25:29.986Z Compiling tap v1.0.1
17372024-09-01T20:25:30.180Z Compiling maybe-uninit v2.0.0
17382024-09-01T20:25:31.535Z Compiling rustls-pki-types v1.7.0
17392024-09-01T20:25:31.945Z Compiling ident_case v1.0.1
17402024-09-01T20:25:32.844Z Compiling darling_core v0.20.9
17412024-09-01T20:25:35.097Z Compiling wyz v0.5.1
17422024-09-01T20:25:48.202Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17432024-09-01T20:25:49.260Z Compiling getopts v0.2.21
17442024-09-01T20:25:50.136Z Compiling bzip2-sys v0.1.11+1.0.8
17452024-09-01T20:25:50.342Z Compiling dirs-sys-next v0.1.2
17462024-09-01T20:25:51.079Z Compiling rustls v0.22.4
17472024-09-01T20:25:51.493Z Compiling unsafe-libyaml v0.2.11
17482024-09-01T20:25:51.948Z Compiling packed_struct v0.10.1
17492024-09-01T20:25:52.007Z Compiling paste v1.0.15
17502024-09-01T20:25:52.496Z Compiling funty v2.0.0
17512024-09-01T20:25:53.255Z Compiling serde_yaml v0.9.34+deprecated
17522024-09-01T20:25:54.143Z Compiling bitvec v1.0.1
17532024-09-01T20:25:56.363Z Compiling dirs-next v2.0.0
17542024-09-01T20:25:57.858Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17552024-09-01T20:26:00.226Z Compiling darling_macro v0.20.9
17562024-09-01T20:26:01.408Z Compiling rustls-webpki v0.102.4
17572024-09-01T20:26:03.135Z Compiling packed_struct_codegen v0.10.1
17582024-09-01T20:26:04.444Z Compiling structmeta-derive v0.3.0
17592024-09-01T20:26:04.708Z Compiling thread_local v1.1.8
17602024-09-01T20:26:05.332Z Compiling indexmap v1.9.3
17612024-09-01T20:26:05.405Z Compiling multer v3.1.0
17622024-09-01T20:26:05.552Z Compiling fastrand v2.1.0
17632024-09-01T20:26:05.666Z Compiling match_cfg v0.1.0
17642024-09-01T20:26:05.669Z Compiling nodrop v0.1.14
17652024-09-01T20:26:05.719Z Compiling rayon-core v1.12.1
17662024-09-01T20:26:05.824Z Compiling slog-async v2.8.0
17672024-09-01T20:26:06.033Z Compiling crc-catalog v2.4.0
17682024-09-01T20:26:06.182Z Compiling crc v3.2.1
17692024-09-01T20:26:06.338Z Compiling tempfile v3.10.1
17702024-09-01T20:26:06.386Z Compiling array-init v0.0.4
17712024-09-01T20:26:07.006Z Compiling structmeta v0.3.0
17722024-09-01T20:26:07.441Z Compiling hostname v0.3.1
17732024-09-01T20:26:08.104Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17742024-09-01T20:26:09.610Z Compiling smallvec v0.6.14
17752024-09-01T20:26:10.126Z Compiling darling v0.20.9
17762024-09-01T20:26:10.257Z Compiling term v0.7.0
17772024-09-01T20:26:12.451Z Compiling crossbeam-deque v0.8.5
17782024-09-01T20:26:12.850Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17792024-09-01T20:26:14.358Z Compiling slog-json v2.6.1
17802024-09-01T20:26:14.803Z Compiling crossbeam-channel v0.5.12
17812024-09-01T20:26:15.305Z Compiling http v1.1.0
17822024-09-01T20:26:17.461Z Compiling async-stream-impl v0.3.5
17832024-09-01T20:26:17.822Z Compiling pin-project-internal v1.1.5
17842024-09-01T20:26:20.661Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17852024-09-01T20:26:20.989Z Compiling bitfield v0.14.0
17862024-09-01T20:26:21.303Z Compiling hashbrown v0.12.3
17872024-09-01T20:26:22.111Z Compiling termcolor v1.4.1
17882024-09-01T20:26:23.131Z Compiling take_mut v0.2.2
17892024-09-01T20:26:23.147Z Compiling atomic-waker v1.1.2
17902024-09-01T20:26:23.581Z Compiling same-file v1.0.6
17912024-09-01T20:26:28.882Z Compiling walkdir v2.5.0
17922024-09-01T20:26:30.819Z Compiling waitgroup v0.1.2
17932024-09-01T20:26:31.668Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17942024-09-01T20:26:32.500Z Compiling env_logger v0.10.2
17952024-09-01T20:26:35.508Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17962024-09-01T20:26:36.887Z Compiling pin-project v1.1.5
17972024-09-01T20:26:37.856Z Compiling async-stream v0.3.5
17982024-09-01T20:26:39.790Z Compiling slog-bunyan v2.5.0
17992024-09-01T20:26:40.093Z Compiling tokio-rustls v0.25.0
18002024-09-01T20:26:40.708Z Compiling slog-term v2.9.1
18012024-09-01T20:26:40.765Z Compiling serde_with_macros v3.9.0
18022024-09-01T20:26:43.325Z Compiling serde-hex v0.1.0
18032024-09-01T20:26:43.432Z Compiling bzip2 v0.4.4
18042024-09-01T20:26:43.920Z Compiling parse-display-derive v0.10.0
18052024-09-01T20:26:43.976Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18062024-09-01T20:26:44.132Z Compiling toml v0.8.19
18072024-09-01T20:26:44.298Z Compiling rustls-pemfile v2.1.3
18082024-09-01T20:26:47.273Z Compiling x509-cert v0.2.5
18092024-09-01T20:26:47.919Z Compiling ron v0.8.1
18102024-09-01T20:26:48.300Z Compiling ipnetwork v0.20.0
18112024-09-01T20:26:48.577Z Compiling newtype-uuid v1.1.0
18122024-09-01T20:26:48.967Z Compiling strum_macros v0.26.4
18132024-09-01T20:26:50.473Z Compiling xattr v1.3.1
18142024-09-01T20:26:51.111Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18152024-09-01T20:26:52.112Z Compiling serde_path_to_error v0.1.16
18162024-09-01T20:26:52.160Z Compiling hashbrown v0.13.2
18172024-09-01T20:26:53.145Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18182024-09-01T20:26:53.465Z Compiling snafu-derive v0.8.2
18192024-09-01T20:26:53.484Z Compiling ring v0.16.20
18202024-09-01T20:26:53.887Z Compiling blake3 v1.5.1
18212024-09-01T20:26:53.889Z Compiling filetime v0.2.25
18222024-09-01T20:26:54.240Z Compiling hostname v0.4.0
18232024-09-01T20:26:54.491Z Compiling instant v0.1.12
18242024-09-01T20:26:54.529Z Compiling buf-list v1.0.3
18252024-09-01T20:26:54.663Z Compiling debug-ignore v1.0.5
18262024-09-01T20:26:54.823Z Compiling crc-any v2.5.0
18272024-09-01T20:26:55.527Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18282024-09-01T20:26:55.648Z Compiling backoff v0.4.0
18292024-09-01T20:26:56.004Z Compiling tar v0.4.41
18302024-09-01T20:26:56.368Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18312024-09-01T20:26:56.587Z Compiling strum v0.26.3
18322024-09-01T20:26:56.795Z Compiling object v0.30.4
18332024-09-01T20:26:58.197Z Compiling snafu v0.8.2
18342024-09-01T20:26:58.715Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18352024-09-01T20:26:59.561Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18362024-09-01T20:27:00.129Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18372024-09-01T20:27:00.444Z Compiling parse-display v0.10.0
18382024-09-01T20:27:01.143Z Compiling zip v0.6.6
18392024-09-01T20:27:01.481Z Compiling serde_with v3.9.0
18402024-09-01T20:27:02.415Z Compiling rayon v1.10.0
18412024-09-01T20:27:03.763Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18422024-09-01T20:27:03.851Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18432024-09-01T20:27:04.534Z Compiling camino-tempfile v1.1.1
18442024-09-01T20:27:05.333Z Compiling globset v0.4.14
18452024-09-01T20:27:06.027Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18462024-09-01T20:27:06.227Z Compiling pem v3.0.4
18472024-09-01T20:27:07.698Z Compiling olpc-cjson v0.1.3
18482024-09-01T20:27:08.053Z Compiling serde_plain v1.0.2
18492024-09-01T20:27:08.122Z Compiling macaddr v1.0.1
18502024-09-01T20:27:08.568Z Compiling async-recursion v1.1.1
18512024-09-01T20:27:08.776Z Compiling memmap2 v0.9.4
18522024-09-01T20:27:09.351Z Compiling constant_time_eq v0.3.0
18532024-09-01T20:27:09.538Z Compiling typed-path v0.7.1
18542024-09-01T20:27:09.838Z Compiling path-slash v0.1.5
18552024-09-01T20:27:10.061Z Compiling spin v0.5.2
18562024-09-01T20:27:10.086Z Compiling arrayvec v0.7.4
18572024-09-01T20:27:10.330Z Compiling arrayref v0.3.7
18582024-09-01T20:27:10.448Z Compiling untrusted v0.7.1
18592024-09-01T20:27:12.833Z Compiling tough v0.17.1
18602024-09-01T20:27:13.061Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18612024-09-01T20:27:13.240Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18622024-09-01T20:27:17.117Z Compiling itertools v0.13.0
18632024-09-01T20:27:17.953Z Compiling cargo-platform v0.1.8
18642024-09-01T20:27:18.529Z Compiling topological-sort v0.2.2
18652024-09-01T20:27:18.806Z Compiling parse-size v1.0.0
18662024-09-01T20:27:19.081Z Compiling omicron-zone-package v0.11.0
18672024-09-01T20:27:19.108Z Compiling cargo_metadata v0.18.1
18682024-09-01T20:27:20.861Z Compiling shell-words v1.1.0
18692024-09-01T20:27:26.064Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18702024-09-01T20:27:39.552Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18712024-09-01T20:27:53.412Z Finished `release` profile [optimized] target(s) in 4m 44s
18722024-09-01T20:27:53.559Z Running `target/release/omicron-releng --output-dir /work`
18732024-09-01T20:27:53.600ZSep 01 20:27:52.896 DEBG changing working directory to /work/oxidecomputer/omicron
18742024-09-01T20:27:53.700ZSep 01 20:27:52.997 DEBG running: git rev-parse HEAD
18752024-09-01T20:27:53.707ZSep 01 20:27:53.004 DEBG process exited with exit status: 0 (7.399677ms)
18762024-09-01T20:27:53.707ZSep 01 20:27:53.004 INFO version: 10.0.0-0.ci+git1b3fcadee35
18772024-09-01T20:27:53.756ZSep 01 20:27:53.052 INFO cloning helios to /work/oxidecomputer/helios
18782024-09-01T20:27:53.756ZSep 01 20:27:53.052 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18792024-09-01T20:27:53.761ZCloning into '/work/oxidecomputer/helios'...
18802024-09-01T20:27:54.259ZSep 01 20:27:53.555 DEBG process exited with exit status: 0 (503.05808ms)
18812024-09-01T20:27:54.259ZSep 01 20:27:53.555 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18822024-09-01T20:27:54.266Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18832024-09-01T20:27:54.266Z# branch.head master
18842024-09-01T20:27:54.266Z# branch.upstream origin/master
18852024-09-01T20:27:54.266Z# branch.ab +0 -0
18862024-09-01T20:27:54.269ZSep 01 20:27:53.563 DEBG process exited with exit status: 0 (8.221018ms)
18872024-09-01T20:27:54.269ZSep 01 20:27:53.563 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18882024-09-01T20:27:55.008ZSep 01 20:27:54.305 DEBG process exited with exit status: 0 (741.304521ms)
18892024-09-01T20:27:55.008ZSep 01 20:27:54.305 DEBG running: zfs list rpool/images/build/host
18902024-09-01T20:27:55.015ZNAME USED AVAIL REFER MOUNTPOINT
18912024-09-01T20:27:55.015Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18922024-09-01T20:27:55.018ZSep 01 20:27:54.313 DEBG process exited with exit status: 0 (7.947778ms)
18932024-09-01T20:27:55.018ZSep 01 20:27:54.313 DEBG running: zfs list rpool/images/build/recovery
18942024-09-01T20:27:55.022ZNAME USED AVAIL REFER MOUNTPOINT
18952024-09-01T20:27:55.022Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18962024-09-01T20:27:55.025ZSep 01 20:27:54.320 DEBG process exited with exit status: 0 (6.656005ms)
18972024-09-01T20:27:55.025ZSep 01 20:27:54.321 INFO [hubris-production] running task
18982024-09-01T20:27:55.025ZSep 01 20:27:54.321 INFO [hubris-staging] running task
18992024-09-01T20:27:55.025ZSep 01 20:27:54.321 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
19002024-09-01T20:27:55.028ZSep 01 20:27:54.325 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19012024-09-01T20:27:55.098Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19022024-09-01T20:27:55.557Z[ omicron-package] Blocking waiting for file lock on package cache
19032024-09-01T20:27:56.263Z[ omicron-package] Blocking waiting for file lock on package cache
19042024-09-01T20:27:56.475ZSep 01 20:27:55.771 INFO [hubris-production] task succeeded (1.450562479s)
19052024-09-01T20:27:56.528Z[ omicron-package] Blocking waiting for file lock on package cache
19062024-09-01T20:27:57.222Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19072024-09-01T20:27:57.225Z[ omicron-package] Compiling heapless v0.8.0
19082024-09-01T20:27:57.225Z[ omicron-package] Compiling hash32 v0.3.1
19092024-09-01T20:27:57.225Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19102024-09-01T20:27:57.225Z[ omicron-package] Compiling smoltcp v0.11.0
19112024-09-01T20:27:57.225Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19122024-09-01T20:27:57.225Z[ omicron-package] Compiling embedded-io v0.4.0
19132024-09-01T20:27:57.225Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19142024-09-01T20:27:58.173Z[ omicron-package] Compiling cobs v0.2.3
19152024-09-01T20:27:58.543Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19162024-09-01T20:27:58.650Z[ omicron-package] Compiling num_enum_derive v0.5.11
19172024-09-01T20:27:58.825Z[ omicron-package] Compiling postcard v1.0.8
19182024-09-01T20:27:59.094Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19192024-09-01T20:27:59.097Z[ omicron-package] Compiling proc-macro-error v1.0.4
19202024-09-01T20:27:59.592Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19212024-09-01T20:27:59.742Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19222024-09-01T20:27:59.786Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19232024-09-01T20:28:00.500Z[ omicron-package] Compiling tabwriter v1.4.0
19242024-09-01T20:28:00.599Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19252024-09-01T20:28:00.601Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19262024-09-01T20:28:00.857Z[ omicron-package] Compiling cstr-argument v0.1.2
19272024-09-01T20:28:01.177Z[ omicron-package] Compiling foreign-types v0.5.0
19282024-09-01T20:28:01.653Z[ omicron-package] Compiling pretty-hex v0.2.1
19292024-09-01T20:28:01.704Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19302024-09-01T20:28:01.866Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19312024-09-01T20:28:02.056Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19322024-09-01T20:28:02.410Z[ omicron-package] Compiling num_enum v0.5.11
19332024-09-01T20:28:02.642Z[ omicron-package] Compiling colored v2.1.0
19342024-09-01T20:28:02.755Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19352024-09-01T20:28:02.854Z[ omicron-package] Compiling socket2 v0.4.10
19362024-09-01T20:28:02.984Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19372024-09-01T20:28:03.297Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19382024-09-01T20:28:03.548Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19392024-09-01T20:28:03.680Z[ omicron-package] Compiling num-derive v0.4.2
19402024-09-01T20:28:03.934Z[ omicron-package] Compiling sigpipe v0.1.3
19412024-09-01T20:28:03.937Z[ omicron-package] Compiling libefi-sys v0.1.0
19422024-09-01T20:28:04.733Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19432024-09-01T20:28:05.130Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19442024-09-01T20:28:05.266Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19452024-09-01T20:28:05.779Z[ omicron-package] Compiling smf v0.2.3
19462024-09-01T20:28:05.822ZSep 01 20:28:05.101 INFO [hubris-staging] task succeeded (10.780239537s)
19472024-09-01T20:28:06.473Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19482024-09-01T20:28:06.476Z[ omicron-package] Compiling zone v0.3.0
19492024-09-01T20:28:06.915Z[ omicron-package] Compiling bitfield-struct v0.6.1
19502024-09-01T20:28:07.544Z[ omicron-package] Compiling portable-atomic v1.6.0
19512024-09-01T20:28:08.360Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19522024-09-01T20:28:09.666Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19532024-09-01T20:28:09.935Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19542024-09-01T20:28:11.575Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19552024-09-01T20:28:11.620Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19562024-09-01T20:28:11.679Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19572024-09-01T20:28:11.747Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19582024-09-01T20:28:12.364Z[ omicron-package] Compiling gethostname v0.5.0
19592024-09-01T20:28:13.198Z[ omicron-package] Compiling number_prefix v0.4.0
19602024-09-01T20:28:13.640Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19612024-09-01T20:28:13.807Z[ omicron-package] Compiling indicatif v0.17.8
19622024-09-01T20:28:16.647Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19632024-09-01T20:28:19.565Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19642024-09-01T20:28:20.016Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19652024-09-01T20:28:21.482Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19662024-09-01T20:28:36.998Z[ helios-setup] Sep 01 20:28:36.292 INFO helios repository root is: /work/oxidecomputer/helios
19672024-09-01T20:28:37.001Z[ helios-setup] Sep 01 20:28:36.295 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
19682024-09-01T20:28:37.001Z[ helios-setup] Sep 01 20:28:36.295 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19692024-09-01T20:28:37.006Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19702024-09-01T20:28:37.773Z[ helios-setup] Sep 01 20:28:37.067 INFO clone ok!, project: pinprick
19712024-09-01T20:28:37.776Z[ helios-setup] Sep 01 20:28:37.067 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
19722024-09-01T20:28:37.776Z[ helios-setup] Sep 01 20:28:37.067 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19732024-09-01T20:28:37.779Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19742024-09-01T20:28:38.611Z[ helios-setup] Sep 01 20:28:37.905 INFO clone ok!, project: image-builder
19752024-09-01T20:28:38.614Z[ helios-setup] Sep 01 20:28:37.906 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19762024-09-01T20:28:38.614Z[ helios-setup] Sep 01 20:28:37.906 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
19772024-09-01T20:28:38.614Z[ helios-setup] Sep 01 20:28:37.906 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19782024-09-01T20:28:38.617Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19792024-09-01T20:28:39.205Z[ helios-setup] Sep 01 20:28:38.499 INFO clone ok!, project: phbl
19802024-09-01T20:28:39.208Z[ helios-setup] Sep 01 20:28:38.500 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
19812024-09-01T20:28:39.208Z[ helios-setup] Sep 01 20:28:38.500 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19822024-09-01T20:28:39.211Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19832024-09-01T20:28:39.699Z[ helios-setup] Sep 01 20:28:38.993 INFO clone ok!, project: bootserver
19842024-09-01T20:28:39.702Z[ helios-setup] Sep 01 20:28:38.993 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19852024-09-01T20:28:39.702Z[ helios-setup] Sep 01 20:28:38.993 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
19862024-09-01T20:28:39.702Z[ helios-setup] Sep 01 20:28:38.993 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19872024-09-01T20:28:39.705Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19882024-09-01T20:28:40.489Z[ helios-setup] Sep 01 20:28:39.783 INFO clone ok!, project: pilot
19892024-09-01T20:28:40.492Z[ helios-setup] Sep 01 20:28:39.783 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
19902024-09-01T20:28:40.492Z[ helios-setup] Sep 01 20:28:39.783 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19912024-09-01T20:28:40.492Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19922024-09-01T20:28:40.571Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.53s
19932024-09-01T20:28:40.779Z[ omicron-package]
19942024-09-01T20:28:40.779Z[ omicron-package] real 45.710589312
19952024-09-01T20:28:40.779Z[ omicron-package] user 2:44.593787239
19962024-09-01T20:28:40.782Z[ omicron-package] sys 21.740816748
19972024-09-01T20:28:40.782Z[ omicron-package] trap 0.153492966
19982024-09-01T20:28:40.782Z[ omicron-package] tflt 0.809606489
19992024-09-01T20:28:40.782Z[ omicron-package] dflt 0.557836260
20002024-09-01T20:28:40.782Z[ omicron-package] kflt 0.010490673
20012024-09-01T20:28:40.782Z[ omicron-package] lock 5:21.121977264
20022024-09-01T20:28:40.782Z[ omicron-package] slp 9:05.053356876
20032024-09-01T20:28:40.782Z[ omicron-package] lat 1:35.506039810
20042024-09-01T20:28:40.782Z[ omicron-package] stop 53.777436646
20052024-09-01T20:28:40.782ZSep 01 20:28:40.074 INFO [omicron-package] process exited with exit status: 0 (45.752653145s)
20062024-09-01T20:28:40.782ZSep 01 20:28:40.074 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20072024-09-01T20:28:40.823ZSep 01 20:28:40.117 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
20082024-09-01T20:28:40.834Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20092024-09-01T20:28:40.837Z[ recovery-target] Created new build target 'recovery' and set it as active
20102024-09-01T20:28:40.837Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20112024-09-01T20:28:40.837Z[ host-target] Created new build target 'host' and set it as active
20122024-09-01T20:28:40.837ZSep 01 20:28:40.131 INFO [recovery-target] process exited with exit status: 0 (56.432725ms)
20132024-09-01T20:28:40.840ZSep 01 20:28:40.132 INFO [host-target] process exited with exit status: 0 (14.933563ms)
20142024-09-01T20:28:40.840ZSep 01 20:28:40.132 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20152024-09-01T20:28:40.851Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20162024-09-01T20:28:42.041Z[ host-package] Compiling camino v1.1.9
20172024-09-01T20:28:42.041Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20182024-09-01T20:28:42.048Z[ host-package] Compiling newline-converter v0.3.0
20192024-09-01T20:28:42.048Z[ host-package] Compiling password-hash v0.5.0
20202024-09-01T20:28:42.048Z[ host-package] Compiling blake2 v0.10.6
20212024-09-01T20:28:42.048Z[ host-package] Compiling derive-where v1.2.7
20222024-09-01T20:28:42.048Z[ host-package] Compiling convert_case v0.4.0
20232024-09-01T20:28:42.048Z[ host-package] Compiling humantime v2.1.0
20242024-09-01T20:28:42.407Z[ host-package] Compiling expectorate v1.1.0
20252024-09-01T20:28:42.438Z[ host-package] Compiling toml v0.8.19
20262024-09-01T20:28:42.619Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20272024-09-01T20:28:42.956Z[ host-package] Compiling argon2 v0.5.3
20282024-09-01T20:28:43.104Z[ host-package] Compiling derive_more v0.99.18
20292024-09-01T20:28:43.107Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20302024-09-01T20:28:43.142Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20312024-09-01T20:28:43.362Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20322024-09-01T20:28:43.465Z[ host-package] Compiling num-rational v0.4.2
20332024-09-01T20:28:44.124Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20342024-09-01T20:28:44.382Z[ host-package] Compiling num-complex v0.4.6
20352024-09-01T20:28:44.740Z[ host-package] Compiling dirs-sys-next v0.1.2
20362024-09-01T20:28:45.303Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20372024-09-01T20:28:45.551Z[ host-package] Compiling dirs-next v2.0.0
20382024-09-01T20:28:45.608Z[ host-package] Compiling num v0.4.3
20392024-09-01T20:28:45.737Z[ host-package] Compiling float-ord v0.3.2
20402024-09-01T20:28:45.756Z[ host-package] Compiling term v0.7.0
20412024-09-01T20:28:45.793Z[ host-package] Compiling semver v0.1.20
20422024-09-01T20:28:45.900Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20432024-09-01T20:28:46.117Z[ host-package] Compiling prettyplease v0.2.20
20442024-09-01T20:28:46.143Z[ host-package] Compiling is-terminal v0.4.12
20452024-09-01T20:28:46.291Z[ host-package] Compiling rustc_version v0.1.7
20462024-09-01T20:28:46.404Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20472024-09-01T20:28:46.468Z[ host-package] Compiling cookie v0.18.1
20482024-09-01T20:28:46.704Z[ host-package] Compiling newtype_derive v0.1.6
20492024-09-01T20:28:46.880Z[ host-package] Compiling highway v1.2.0
20502024-09-01T20:28:47.329Z[ host-package] Compiling rustls-pki-types v1.7.0
20512024-09-01T20:28:47.398Z[ helios-setup] Sep 01 20:28:46.692 INFO clone ok!, project: amd-firmware
20522024-09-01T20:28:47.401Z[ helios-setup] Sep 01 20:28:46.692 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
20532024-09-01T20:28:47.401Z[ helios-setup] Sep 01 20:28:46.692 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
20542024-09-01T20:28:47.404Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20552024-09-01T20:28:47.461Z[ host-package] Compiling linked-hash-map v0.5.6
20562024-09-01T20:28:47.930Z[ host-package] Compiling lru-cache v0.1.2
20572024-09-01T20:28:48.089Z[ host-package] Compiling steno v0.4.1
20582024-09-01T20:28:48.375Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20592024-09-01T20:28:48.392Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20602024-09-01T20:28:48.498Z[ host-package] Compiling utf-8 v0.7.6
20612024-09-01T20:28:48.895Z[ host-package] Compiling home v0.5.9
20622024-09-01T20:28:49.153Z[ host-package] Compiling quick-error v1.2.3
20632024-09-01T20:28:49.328Z[ host-package] Compiling resolv-conf v0.7.0
20642024-09-01T20:28:49.566Z[ host-package] Compiling rustls-webpki v0.102.4
20652024-09-01T20:28:50.865Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20662024-09-01T20:28:50.917Z[ host-package] Compiling rustls v0.22.4
20672024-09-01T20:28:50.950Z[ host-package] Compiling thread_local v1.1.8
20682024-09-01T20:28:51.437Z[ host-package] Compiling match_cfg v0.1.0
20692024-09-01T20:28:51.557Z[ host-package] Compiling hostname v0.3.1
20702024-09-01T20:28:51.805Z[ host-package] Compiling hickory-resolver v0.24.1
20712024-09-01T20:28:53.052Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20722024-09-01T20:28:53.376Z[ host-package] Compiling multer v3.1.0
20732024-09-01T20:28:53.474Z[ host-package] Compiling slog-async v2.8.0
20742024-09-01T20:28:53.552Z[ host-package] Compiling slog-json v2.6.1
20752024-09-01T20:28:53.980Z[ host-package] Compiling crossbeam-channel v0.5.12
20762024-09-01T20:28:55.187Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20772024-09-01T20:28:55.196Z[ host-package] Compiling http v1.1.0
20782024-09-01T20:28:55.200Z[ helios-setup] Sep 01 20:28:54.493 INFO clone ok!, project: amd-host-image-builder
20792024-09-01T20:28:55.202Z[ helios-setup] Sep 01 20:28:54.493 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
20802024-09-01T20:28:55.202Z[ helios-setup] Sep 01 20:28:54.493 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20812024-09-01T20:28:55.205Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20822024-09-01T20:28:56.303Z[ helios-setup] Sep 01 20:28:55.596 INFO clone ok!, project: chelsio-t6-roms
20832024-09-01T20:28:56.306Z[ helios-setup] Sep 01 20:28:55.597 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20842024-09-01T20:28:56.306Z[ helios-setup] Sep 01 20:28:55.597 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20852024-09-01T20:28:57.147Z[ helios-setup] Sep 01 20:28:56.439 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20862024-09-01T20:28:57.668Z[ helios-setup] Sep 01 20:28:56.961 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20872024-09-01T20:28:57.668Z[ helios-setup] Sep 01 20:28:56.961 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20882024-09-01T20:28:57.718Z[ host-package] Compiling take_mut v0.2.2
20892024-09-01T20:28:57.904Z[ host-package] Compiling atomic-waker v1.1.2
20902024-09-01T20:28:58.114Z[ host-package] Compiling waitgroup v0.1.2
20912024-09-01T20:28:58.271Z[ helios-setup] Sep 01 20:28:57.564 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20922024-09-01T20:28:58.888Z[ helios-setup] Sep 01 20:28:58.181 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20932024-09-01T20:28:58.891Z[ helios-setup] Sep 01 20:28:58.181 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20942024-09-01T20:28:59.489Z[ helios-setup] Sep 01 20:28:58.782 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20952024-09-01T20:28:59.515Z[ host-package] Compiling tokio-rustls v0.25.0
20962024-09-01T20:28:59.575Z[ host-package] Compiling slog-bunyan v2.5.0
20972024-09-01T20:28:59.842Z[ host-package] Compiling slog-term v2.9.1
20982024-09-01T20:28:59.982Z[ host-package] Compiling rustls-pemfile v2.1.3
20992024-09-01T20:29:00.024Z[ helios-setup] Sep 01 20:28:59.317 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21002024-09-01T20:29:00.024Z[ helios-setup] Sep 01 20:28:59.317 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21012024-09-01T20:29:00.024Z[ helios-setup] Sep 01 20:28:59.317 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21022024-09-01T20:29:00.027Z[ helios-setup] Sep 01 20:28:59.317 INFO ok!
21032024-09-01T20:29:00.027Z[ helios-setup] Sep 01 20:28:59.318 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21042024-09-01T20:29:00.027Z[ helios-setup] Sep 01 20:28:59.318 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21052024-09-01T20:29:00.027Z[ helios-setup] Sep 01 20:28:59.318 INFO ok!
21062024-09-01T20:29:00.027Z[ helios-setup] Sep 01 20:28:59.318 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21072024-09-01T20:29:00.027Z[ helios-setup] Sep 01 20:28:59.318 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21082024-09-01T20:29:00.027Z[ helios-setup] Sep 01 20:28:59.318 INFO ok!
21092024-09-01T20:29:00.028Z[ helios-setup] Sep 01 20:28:59.318 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
21102024-09-01T20:29:00.028Z[ helios-setup] Sep 01 20:28:59.318 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
21112024-09-01T20:29:00.400Z[ helios-setup] Sep 01 20:28:59.692 INFO E| Compiling adler v1.0.2
21122024-09-01T20:29:00.522Z[ helios-setup] Sep 01 20:28:59.815 INFO E| Compiling miniz_oxide v0.7.2
21132024-09-01T20:29:00.573Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21142024-09-01T20:29:00.692Z[ host-package] Compiling async-stream v0.3.5
21152024-09-01T20:29:01.029Z[ host-package] Compiling ipnetwork v0.20.0
21162024-09-01T20:29:01.138Z[ host-package] Compiling newtype-uuid v1.1.0
21172024-09-01T20:29:01.561Z[ host-package] Compiling serde_path_to_error v0.1.16
21182024-09-01T20:29:01.647Z[ host-package] Compiling hostname v0.4.0
21192024-09-01T20:29:01.881Z[ host-package] Compiling instant v0.1.12
21202024-09-01T20:29:02.081Z[ host-package] Compiling debug-ignore v1.0.5
21212024-09-01T20:29:02.084Z[ host-package] Compiling backoff v0.4.0
21222024-09-01T20:29:02.538Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21232024-09-01T20:29:02.595Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21242024-09-01T20:29:03.045Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21252024-09-01T20:29:03.234Z[ helios-setup] Sep 01 20:29:02.526 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21262024-09-01T20:29:03.446Z[ host-package] Compiling parse-display v0.10.0
21272024-09-01T20:29:04.132Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21282024-09-01T20:29:04.251Z[ helios-setup] Sep 01 20:29:03.543 INFO E| Finished `release` profile [optimized] target(s) in 4.12s
21292024-09-01T20:29:04.257Z[ helios-setup] Sep 01 20:29:03.550 INFO building project "pinprick" ok (4 seconds)
21302024-09-01T20:29:04.257Z[ helios-setup] Sep 01 20:29:03.550 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21312024-09-01T20:29:04.260Z[ helios-setup] Sep 01 20:29:03.550 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21322024-09-01T20:29:04.340Z[ host-package] Compiling serde_with v3.9.0
21332024-09-01T20:29:04.623Z[ helios-setup] Sep 01 20:29:03.916 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21342024-09-01T20:29:05.121Z[ helios-setup] Sep 01 20:29:04.414 INFO E| From https://github.com/jclulow/rust-jmclib
21352024-09-01T20:29:05.121Z[ helios-setup] Sep 01 20:29:04.414 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21362024-09-01T20:29:05.144Z[ helios-setup] Sep 01 20:29:04.436 INFO E| Updating crates.io index
21372024-09-01T20:29:05.406Z[ helios-setup] Sep 01 20:29:04.699 INFO E| Downloading crates ...
21382024-09-01T20:29:05.524Z[ helios-setup] Sep 01 20:29:04.816 INFO E| Downloaded digest v0.9.0
21392024-09-01T20:29:05.564Z[ helios-setup] Sep 01 20:29:04.857 INFO E| Downloaded once_cell v1.18.0
21402024-09-01T20:29:05.569Z[ helios-setup] Sep 01 20:29:04.861 INFO E| Downloaded libdevinfo-sys v1.0.0
21412024-09-01T20:29:05.571Z[ helios-setup] Sep 01 20:29:04.863 INFO E| Downloaded block-buffer v0.9.0
21422024-09-01T20:29:05.571Z[ helios-setup] Sep 01 20:29:04.864 INFO E| Downloaded bitflags v2.3.3
21432024-09-01T20:29:05.576Z[ helios-setup] Sep 01 20:29:04.868 INFO E| Downloaded opaque-debug v0.3.0
21442024-09-01T20:29:05.578Z[ helios-setup] Sep 01 20:29:04.870 INFO E| Downloaded fastrand v2.0.0
21452024-09-01T20:29:05.581Z[ helios-setup] Sep 01 20:29:04.872 INFO E| Downloaded itoa v1.0.9
21462024-09-01T20:29:05.618Z[ helios-setup] Sep 01 20:29:04.910 INFO E| Downloaded walkdir v2.3.3
21472024-09-01T20:29:05.621Z[ helios-setup] Sep 01 20:29:04.913 INFO E| Downloaded unicode-width v0.1.10
21482024-09-01T20:29:05.624Z[ helios-setup] Sep 01 20:29:04.916 INFO E| Downloaded unicode-ident v1.0.11
21492024-09-01T20:29:05.628Z[ helios-setup] Sep 01 20:29:04.920 INFO E| Downloaded md-5 v0.9.1
21502024-09-01T20:29:05.630Z[ helios-setup] Sep 01 20:29:04.923 INFO E| Downloaded uuid v0.8.2
21512024-09-01T20:29:05.636Z[ helios-setup] Sep 01 20:29:04.929 INFO E| Downloaded tempfile v3.7.0
21522024-09-01T20:29:05.639Z[ helios-setup] Sep 01 20:29:04.932 INFO E| Downloaded anyhow v1.0.72
21532024-09-01T20:29:05.646Z[ helios-setup] Sep 01 20:29:04.938 INFO E| Downloaded typenum v1.16.0
21542024-09-01T20:29:05.650Z[ helios-setup] Sep 01 20:29:04.942 INFO E| Downloaded serde_derive v1.0.193
21552024-09-01T20:29:05.654Z[ helios-setup] Sep 01 20:29:04.947 INFO E| Downloaded serde v1.0.193
21562024-09-01T20:29:05.659Z[ helios-setup] Sep 01 20:29:04.952 INFO E| Downloaded ryu v1.0.15
21572024-09-01T20:29:05.664Z[ helios-setup] Sep 01 20:29:04.956 INFO E| Downloaded toml v0.5.11
21582024-09-01T20:29:05.667Z[ helios-setup] Sep 01 20:29:04.960 INFO E| Downloaded sha-1 v0.9.8
21592024-09-01T20:29:05.670Z[ helios-setup] Sep 01 20:29:04.963 INFO E| Downloaded quote v1.0.31
21602024-09-01T20:29:05.674Z[ helios-setup] Sep 01 20:29:04.967 INFO E| Downloaded serde_json v1.0.103
21612024-09-01T20:29:05.686Z[ helios-setup] Sep 01 20:29:04.979 INFO E| Downloaded proc-macro2 v1.0.66
21622024-09-01T20:29:05.691Z[ helios-setup] Sep 01 20:29:04.983 INFO E| Downloaded syn v2.0.32
21632024-09-01T20:29:05.708Z[ helios-setup] Sep 01 20:29:05.000 INFO E| Downloaded rustix v0.38.4
21642024-09-01T20:29:05.739Z[ helios-setup] Sep 01 20:29:05.032 INFO E| Downloaded getrandom v0.2.10
21652024-09-01T20:29:05.744Z[ helios-setup] Sep 01 20:29:05.037 INFO E| Downloaded errno v0.3.1
21662024-09-01T20:29:05.747Z[ helios-setup] Sep 01 20:29:05.039 INFO E| Downloaded libc v0.2.147
21672024-09-01T20:29:05.786Z[ helios-setup] Sep 01 20:29:05.079 INFO E| Downloaded cpufeatures v0.2.9
21682024-09-01T20:29:05.931Z[ helios-setup] Sep 01 20:29:05.224 INFO E| Compiling libc v0.2.147
21692024-09-01T20:29:05.934Z[ helios-setup] Sep 01 20:29:05.224 INFO E| Compiling proc-macro2 v1.0.66
21702024-09-01T20:29:05.934Z[ helios-setup] Sep 01 20:29:05.224 INFO E| Compiling unicode-ident v1.0.11
21712024-09-01T20:29:05.934Z[ helios-setup] Sep 01 20:29:05.225 INFO E| Compiling cfg-if v1.0.0
21722024-09-01T20:29:05.934Z[ helios-setup] Sep 01 20:29:05.225 INFO E| Compiling version_check v0.9.4
21732024-09-01T20:29:05.934Z[ helios-setup] Sep 01 20:29:05.225 INFO E| Compiling typenum v1.16.0
21742024-09-01T20:29:05.934Z[ helios-setup] Sep 01 20:29:05.225 INFO E| Compiling serde v1.0.193
21752024-09-01T20:29:05.934Z[ helios-setup] Sep 01 20:29:05.225 INFO E| Compiling time-core v0.1.2
21762024-09-01T20:29:06.290Z[ helios-setup] Sep 01 20:29:05.582 INFO E| Compiling num-conv v0.1.0
21772024-09-01T20:29:06.932Z[ helios-setup] Sep 01 20:29:06.224 INFO E| Compiling slog v2.7.0
21782024-09-01T20:29:07.036Z[ helios-setup] Sep 01 20:29:06.329 INFO E| Compiling powerfmt v0.2.0
21792024-09-01T20:29:07.143Z[ helios-setup] Sep 01 20:29:06.436 INFO E| Compiling itoa v1.0.9
21802024-09-01T20:29:07.747Z[ helios-setup] Sep 01 20:29:07.022 INFO E| Compiling rustix v0.38.4
21812024-09-01T20:29:07.846Z[ helios-setup] Sep 01 20:29:07.138 INFO E| Compiling deranged v0.3.11
21822024-09-01T20:29:07.905Z[ helios-setup] Sep 01 20:29:07.197 INFO E| Compiling time-macros v0.2.18
21832024-09-01T20:29:08.101Z[ helios-setup] Sep 01 20:29:07.393 INFO E| Compiling generic-array v0.14.7
21842024-09-01T20:29:08.281Z[ helios-setup] Sep 01 20:29:07.573 INFO E| Compiling once_cell v1.18.0
21852024-09-01T20:29:08.906Z[ helios-setup] Sep 01 20:29:08.198 INFO E| Compiling num_threads v0.1.6
21862024-09-01T20:29:09.072Z[ host-package] Compiling strum v0.26.3
21872024-09-01T20:29:09.213Z[ helios-setup] Sep 01 20:29:08.504 INFO E| Compiling quote v1.0.31
21882024-09-01T20:29:09.250Z[ helios-setup] Sep 01 20:29:08.542 INFO E| Compiling bitflags v2.3.3
21892024-09-01T20:29:09.608Z[ helios-setup] Sep 01 20:29:08.901 INFO E| Compiling thread_local v1.1.7
21902024-09-01T20:29:09.740Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21912024-09-01T20:29:10.142Z[ helios-setup] Sep 01 20:29:09.435 INFO E| Compiling syn v2.0.32
21922024-09-01T20:29:10.591Z[ helios-setup] Sep 01 20:29:09.884 INFO E| Compiling anyhow v1.0.72
21932024-09-01T20:29:10.914Z[ helios-setup] Sep 01 20:29:10.206 INFO E| Compiling fastrand v2.0.0
21942024-09-01T20:29:11.693Z[ helios-setup] Sep 01 20:29:10.986 INFO E| Compiling dirs-sys-next v0.1.2
21952024-09-01T20:29:11.696Z[ helios-setup] Sep 01 20:29:10.986 INFO E| Compiling errno v0.3.1
21962024-09-01T20:29:12.025Z[ helios-setup] Sep 01 20:29:11.317 INFO E| Compiling dirs-next v2.0.0
21972024-09-01T20:29:12.030Z[ helios-setup] Sep 01 20:29:11.323 INFO E| Compiling atty v0.2.14
21982024-09-01T20:29:12.062Z[ helios-setup] Sep 01 20:29:11.354 INFO E| Compiling opaque-debug v0.3.0
21992024-09-01T20:29:12.402Z[ helios-setup] Sep 01 20:29:11.694 INFO E| Compiling term v0.7.0
22002024-09-01T20:29:12.449Z[ helios-setup] Sep 01 20:29:11.741 INFO E| Compiling serde_json v1.0.103
22012024-09-01T20:29:13.102Z[ helios-setup] Sep 01 20:29:12.394 INFO E| Compiling getrandom v0.2.10
22022024-09-01T20:29:13.384Z[ host-package] Compiling macaddr v1.0.1
22032024-09-01T20:29:13.426Z[ helios-setup] Sep 01 20:29:12.718 INFO E| Compiling same-file v1.0.6
22042024-09-01T20:29:13.563Z[ helios-setup] Sep 01 20:29:12.856 INFO E| Compiling time v0.3.36
22052024-09-01T20:29:13.613Z[ helios-setup] Sep 01 20:29:12.905 INFO E| Compiling block-buffer v0.9.0
22062024-09-01T20:29:13.742Z[ helios-setup] Sep 01 20:29:13.032 INFO E| Compiling digest v0.9.0
22072024-09-01T20:29:13.916Z[ helios-setup] Sep 01 20:29:13.208 INFO E| Compiling ryu v1.0.15
22082024-09-01T20:29:13.954Z[ helios-setup] Sep 01 20:29:13.247 INFO E| Compiling cpufeatures v0.2.9
22092024-09-01T20:29:14.012Z[ helios-setup] Sep 01 20:29:13.304 INFO E| Compiling unicode-width v0.1.10
22102024-09-01T20:29:14.048Z[ helios-setup] Sep 01 20:29:13.340 INFO E| Compiling sha-1 v0.9.8
22112024-09-01T20:29:14.106Z[ helios-setup] Sep 01 20:29:13.398 INFO E| Compiling md-5 v0.9.1
22122024-09-01T20:29:14.300Z[ host-package] Compiling slog-dtrace v0.3.0
22132024-09-01T20:29:14.402Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22142024-09-01T20:29:14.456Z[ helios-setup] Sep 01 20:29:13.748 INFO E| Compiling getopts v0.2.21
22152024-09-01T20:29:14.803Z[ helios-setup] Sep 01 20:29:14.095 INFO E| Compiling walkdir v2.3.3
22162024-09-01T20:29:15.188Z[ helios-setup] Sep 01 20:29:14.423 INFO E| Compiling tempfile v3.7.0
22172024-09-01T20:29:15.858Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22182024-09-01T20:29:15.926Z[ helios-setup] Sep 01 20:29:15.218 INFO E| Compiling libdevinfo-sys v1.0.0
22192024-09-01T20:29:15.928Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22202024-09-01T20:29:16.136Z[ helios-setup] Sep 01 20:29:15.428 INFO E| Compiling glob v0.3.1
22212024-09-01T20:29:17.437Z[ helios-setup] Sep 01 20:29:16.729 INFO E| Compiling slog-term v2.9.0
22222024-09-01T20:29:17.955Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22232024-09-01T20:29:18.071Z[ host-package] Compiling swrite v0.1.0
22242024-09-01T20:29:18.345Z[ host-package] Compiling rayon-core v1.12.1
22252024-09-01T20:29:18.395Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22262024-09-01T20:29:18.956Z[ helios-setup] Sep 01 20:29:18.248 INFO E| Compiling serde_derive v1.0.193
22272024-09-01T20:29:19.471Z[ host-package] Compiling crossbeam-deque v0.8.5
22282024-09-01T20:29:19.941Z[ host-package] Compiling half v2.4.1
22292024-09-01T20:29:20.852Z[ host-package] Compiling display-error-chain v0.2.1
22302024-09-01T20:29:21.112Z[ host-package] Compiling same-file v1.0.6
22312024-09-01T20:29:21.452Z[ host-package] Compiling ciborium-io v0.2.2
22322024-09-01T20:29:21.622Z[ host-package] Compiling fastrand v2.1.0
22332024-09-01T20:29:22.242Z[ host-package] Compiling tempfile v3.10.1
22342024-09-01T20:29:22.900Z[ host-package] Compiling ciborium-ll v0.2.2
22352024-09-01T20:29:23.103Z[ host-package] Compiling walkdir v2.5.0
22362024-09-01T20:29:23.859Z[ host-package] Compiling ring v0.16.20
22372024-09-01T20:29:25.549Z[ host-package] Compiling rayon v1.10.0
22382024-09-01T20:29:26.116Z[ host-package] Compiling blake3 v1.5.1
22392024-09-01T20:29:26.888Z[ host-package] Compiling ciborium v0.2.2
22402024-09-01T20:29:27.324Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22412024-09-01T20:29:29.341Z[ host-package] Compiling xattr v1.3.1
22422024-09-01T20:29:29.643Z[ host-package] Compiling memmap2 v0.9.4
22432024-09-01T20:29:31.046Z[ host-package] Compiling filetime v0.2.25
22442024-09-01T20:29:31.427Z[ host-package] Compiling arrayref v0.3.7
22452024-09-01T20:29:31.574Z[ host-package] Compiling spin v0.5.2
22462024-09-01T20:29:31.858Z[ host-package] Compiling constant_time_eq v0.3.0
22472024-09-01T20:29:32.031Z[ host-package] Compiling cancel-safe-futures v0.1.5
22482024-09-01T20:29:32.536Z[ host-package] Compiling untrusted v0.7.1
22492024-09-01T20:29:32.809Z[ host-package] Compiling arrayvec v0.7.4
22502024-09-01T20:29:32.819Z[ helios-setup] Sep 01 20:29:32.108 INFO E| Compiling toml v0.5.11
22512024-09-01T20:29:32.819Z[ helios-setup] Sep 01 20:29:32.108 INFO E| Compiling uuid v0.8.2
22522024-09-01T20:29:34.964Z[ helios-setup] Sep 01 20:29:34.254 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
22532024-09-01T20:29:35.917Z[ host-package] Compiling tar v0.4.41
22542024-09-01T20:29:38.251Z[ host-package] Compiling toolchain_find v0.4.0
22552024-09-01T20:29:38.575Z[ helios-setup] Sep 01 20:29:37.865 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
22562024-09-01T20:29:38.922Z[ host-package] Compiling camino-tempfile v1.1.1
22572024-09-01T20:29:38.967Z[ host-package] Compiling nibble_vec v0.1.0
22582024-09-01T20:29:39.263Z[ host-package] Compiling atty v0.2.14
22592024-09-01T20:29:39.360Z[ host-package] Compiling crunchy v0.2.2
22602024-09-01T20:29:39.387Z[ host-package] Compiling topological-sort v0.2.2
22612024-09-01T20:29:39.561Z[ host-package] Compiling glob v0.3.1
22622024-09-01T20:29:39.747Z[ host-package] Compiling maplit v1.0.2
22632024-09-01T20:29:39.809Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22642024-09-01T20:29:39.901Z[ host-package] Compiling endian-type v0.1.2
22652024-09-01T20:29:40.014Z[ host-package] Compiling omicron-zone-package v0.11.0
22662024-09-01T20:29:40.330Z[ host-package] Compiling clang-sys v1.7.0
22672024-09-01T20:29:40.371Z[ host-package] Compiling radix_trie v0.2.1
22682024-09-01T20:29:41.200Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22692024-09-01T20:29:41.790Z[ host-package] Compiling tungstenite v0.21.0
22702024-09-01T20:29:41.829Z[ host-package] Compiling tiny-keccak v2.0.2
22712024-09-01T20:29:42.424Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22722024-09-01T20:29:42.503Z[ host-package] Compiling dsl_auto_type v0.1.2
22732024-09-01T20:29:42.947Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22742024-09-01T20:29:44.316Z[ host-package] Compiling tokio-tungstenite v0.21.0
22752024-09-01T20:29:44.439Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22762024-09-01T20:29:44.752Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22772024-09-01T20:29:44.959Z[ host-package] Compiling arc-swap v1.7.1
22782024-09-01T20:29:45.042Z[ host-package] Compiling diesel_derives v2.2.2
22792024-09-01T20:29:45.324Z[ host-package] Compiling r2d2 v0.8.10
22802024-09-01T20:29:45.669Z[ host-package] Compiling slog-scope v4.4.0
22812024-09-01T20:29:45.841Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22822024-09-01T20:29:46.430Z[ host-package] Compiling ascii-canvas v3.0.0
22832024-09-01T20:29:46.892Z[ host-package] Compiling ena v0.14.3
22842024-09-01T20:29:47.152Z[ host-package] Compiling libloading v0.8.3
22852024-09-01T20:29:47.393Z[ host-package] Compiling regex-syntax v0.6.29
22862024-09-01T20:29:47.428Z[ host-package] Compiling diff v0.1.13
22872024-09-01T20:29:47.759Z[ host-package] Compiling bindgen v0.69.4
22882024-09-01T20:29:48.604Z[ host-package] Compiling slog-stdlog v4.1.1
22892024-09-01T20:29:49.863Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22902024-09-01T20:29:51.114Z[ host-package] Compiling which v4.4.2
22912024-09-01T20:29:51.689Z[ helios-setup] Sep 01 20:29:50.979 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.32s
22922024-09-01T20:29:51.732Z[ helios-setup] Sep 01 20:29:51.022 INFO building project "image-builder" ok (47 seconds)
22932024-09-01T20:29:51.732Z[ helios-setup] Sep 01 20:29:51.022 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22942024-09-01T20:29:51.734Z[ helios-setup] Sep 01 20:29:51.022 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22952024-09-01T20:29:51.737Z[ host-package] Compiling lalrpop v0.19.12
22962024-09-01T20:29:52.004Z[ helios-setup] Sep 01 20:29:51.294 INFO E| Downloading crates ...
22972024-09-01T20:29:52.135Z[ helios-setup] Sep 01 20:29:51.425 INFO E| Downloaded sha2 v0.10.5
22982024-09-01T20:29:52.138Z[ helios-setup] Sep 01 20:29:51.428 INFO E| Downloaded flate2 v1.0.25
22992024-09-01T20:29:52.144Z[ helios-setup] Sep 01 20:29:51.434 INFO E| Downloaded digest v0.10.3
23002024-09-01T20:29:52.148Z[ helios-setup] Sep 01 20:29:51.437 INFO E| Downloaded typenum v1.15.0
23012024-09-01T20:29:52.150Z[ helios-setup] Sep 01 20:29:51.440 INFO E| Downloaded miniz_oxide v0.6.2
23022024-09-01T20:29:52.153Z[ helios-setup] Sep 01 20:29:51.443 INFO E| Downloaded bytes v1.2.1
23032024-09-01T20:29:52.158Z[ helios-setup] Sep 01 20:29:51.448 INFO E| Downloaded cpufeatures v0.2.5
23042024-09-01T20:29:52.160Z[ helios-setup] Sep 01 20:29:51.450 INFO E| Downloaded block-buffer v0.10.3
23052024-09-01T20:29:52.163Z[ helios-setup] Sep 01 20:29:51.451 INFO E| Downloaded anyhow v1.0.62
23062024-09-01T20:29:52.187Z[ helios-setup] Sep 01 20:29:51.477 INFO E| Downloaded generic-array v0.14.6
23072024-09-01T20:29:52.348Z[ helios-setup] Sep 01 20:29:51.638 INFO E| Compiling typenum v1.15.0
23082024-09-01T20:29:52.350Z[ helios-setup] Sep 01 20:29:51.638 INFO E| Compiling version_check v0.9.4
23092024-09-01T20:29:52.350Z[ helios-setup] Sep 01 20:29:51.638 INFO E| Compiling crc32fast v1.3.2
23102024-09-01T20:29:52.350Z[ helios-setup] Sep 01 20:29:51.638 INFO E| Compiling cfg-if v1.0.0
23112024-09-01T20:29:52.350Z[ helios-setup] Sep 01 20:29:51.638 INFO E| Compiling adler v1.0.2
23122024-09-01T20:29:52.350Z[ helios-setup] Sep 01 20:29:51.638 INFO E| Compiling anyhow v1.0.62
23132024-09-01T20:29:52.350Z[ helios-setup] Sep 01 20:29:51.639 INFO E| Compiling unicode-width v0.1.10
23142024-09-01T20:29:52.350Z[ helios-setup] Sep 01 20:29:51.639 INFO E| Compiling cpufeatures v0.2.5
23152024-09-01T20:29:52.871Z[ helios-setup] Sep 01 20:29:52.161 INFO E| Compiling miniz_oxide v0.6.2
23162024-09-01T20:29:52.959Z[ helios-setup] Sep 01 20:29:52.249 INFO E| Compiling bytes v1.2.1
23172024-09-01T20:29:53.100Z[ helios-setup] Sep 01 20:29:52.389 INFO E| Compiling generic-array v0.14.6
23182024-09-01T20:29:53.185Z[ helios-setup] Sep 01 20:29:52.475 INFO E| Compiling getopts v0.2.21
23192024-09-01T20:29:53.420Z[ helios-setup] Sep 01 20:29:52.710 INFO E| Compiling bitflags v1.3.2
23202024-09-01T20:29:53.911Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23212024-09-01T20:29:54.779Z[ host-package] Compiling cexpr v0.6.0
23222024-09-01T20:29:55.009Z[ helios-setup] Sep 01 20:29:54.299 INFO E| Compiling flate2 v1.0.25
23232024-09-01T20:29:57.561Z[ host-package] Compiling libsw v3.3.1
23242024-09-01T20:29:57.959Z[ host-package] Compiling ref-cast v1.0.23
23252024-09-01T20:29:58.737Z[ helios-setup] Sep 01 20:29:58.027 INFO E| Compiling block-buffer v0.10.3
23262024-09-01T20:29:58.738Z[ helios-setup] Sep 01 20:29:58.027 INFO E| Compiling crypto-common v0.1.6
23272024-09-01T20:29:58.849Z[ host-package] Compiling rustc-hash v1.1.0
23282024-09-01T20:29:58.939Z[ helios-setup] Sep 01 20:29:58.229 INFO E| Compiling digest v0.10.3
23292024-09-01T20:29:59.267Z[ helios-setup] Sep 01 20:29:58.557 INFO E| Compiling sha2 v0.10.5
23302024-09-01T20:29:59.285Z[ host-package] Compiling shlex v1.3.0
23312024-09-01T20:29:59.677Z[ host-package] Compiling diesel v2.2.3
23322024-09-01T20:29:59.769Z[ helios-setup] Sep 01 20:29:59.056 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
23332024-09-01T20:29:59.870Z[ host-package] Compiling linear-map v1.2.0
23342024-09-01T20:30:00.634Z[ host-package] Compiling lazycell v1.3.0
23352024-09-01T20:30:00.929Z[ host-package] Compiling owo-colors v4.0.0
23362024-09-01T20:30:04.935Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23372024-09-01T20:30:05.191Z[ helios-setup] Sep 01 20:30:04.480 INFO E| Finished `release` profile [optimized] target(s) in 13.37s
23382024-09-01T20:30:05.206Z[ helios-setup] Sep 01 20:30:04.496 INFO building project "bootserver" ok (13 seconds)
23392024-09-01T20:30:05.207Z[ helios-setup] Sep 01 20:30:04.496 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23402024-09-01T20:30:05.207Z[ helios-setup] Sep 01 20:30:04.496 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23412024-09-01T20:30:05.627Z[ helios-setup] Sep 01 20:30:04.917 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23422024-09-01T20:30:06.091Z[ helios-setup] Sep 01 20:30:05.380 INFO E| From https://github.com/jclulow/hiercmd
23432024-09-01T20:30:06.091Z[ helios-setup] Sep 01 20:30:05.380 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
23442024-09-01T20:30:06.113Z[ helios-setup] Sep 01 20:30:05.402 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23452024-09-01T20:30:06.707Z[ helios-setup] Sep 01 20:30:05.996 INFO E| From https://github.com/jclulow/network-interface
23462024-09-01T20:30:06.707Z[ helios-setup] Sep 01 20:30:05.996 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
23472024-09-01T20:30:06.726Z[ helios-setup] Sep 01 20:30:06.015 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23482024-09-01T20:30:07.253Z[ helios-setup] Sep 01 20:30:06.542 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23492024-09-01T20:30:07.253Z[ helios-setup] Sep 01 20:30:06.542 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23502024-09-01T20:30:07.292Z[ helios-setup] Sep 01 20:30:06.581 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23512024-09-01T20:30:08.069Z[ helios-setup] Sep 01 20:30:07.359 INFO E| From https://github.com/oxidecomputer/facade
23522024-09-01T20:30:08.070Z[ helios-setup] Sep 01 20:30:07.359 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
23532024-09-01T20:30:08.153Z[ helios-setup] Sep 01 20:30:07.442 INFO E| Updating crates.io index
23542024-09-01T20:30:08.926Z[ helios-setup] Sep 01 20:30:08.213 INFO E| Downloading crates ...
23552024-09-01T20:30:09.154Z[ helios-setup] Sep 01 20:30:08.442 INFO E| Downloaded const-random-macro v0.1.15
23562024-09-01T20:30:09.157Z[ helios-setup] Sep 01 20:30:08.445 INFO E| Downloaded project-root v0.2.2
23572024-09-01T20:30:09.163Z[ helios-setup] Sep 01 20:30:08.446 INFO E| Downloaded concolor-query v0.3.3
23582024-09-01T20:30:09.163Z[ helios-setup] Sep 01 20:30:08.448 INFO E| Downloaded clap_lex v0.4.1
23592024-09-01T20:30:09.165Z[ helios-setup] Sep 01 20:30:08.449 INFO E| Downloaded byteorder v1.4.3
23602024-09-01T20:30:09.165Z[ helios-setup] Sep 01 20:30:08.454 INFO E| Downloaded form_urlencoded v1.1.0
23612024-09-01T20:30:09.168Z[ helios-setup] Sep 01 20:30:08.456 INFO E| Downloaded anstyle-parse v0.1.1
23622024-09-01T20:30:09.170Z[ helios-setup] Sep 01 20:30:08.459 INFO E| Downloaded anstream v0.2.6
23632024-09-01T20:30:09.173Z[ helios-setup] Sep 01 20:30:08.462 INFO E| Downloaded crossbeam-deque v0.8.2
23642024-09-01T20:30:09.177Z[ helios-setup] Sep 01 20:30:08.466 INFO E| Downloaded percent-encoding v2.2.0
23652024-09-01T20:30:09.179Z[ helios-setup] Sep 01 20:30:08.467 INFO E| Downloaded num_enum_derive v0.5.7
23662024-09-01T20:30:09.182Z[ helios-setup] Sep 01 20:30:08.469 INFO E| Downloaded num-integer v0.1.45
23672024-09-01T20:30:09.185Z[ helios-setup] Sep 01 20:30:08.474 INFO E| Downloaded httpdate v1.0.2
23682024-09-01T20:30:09.187Z[ helios-setup] Sep 01 20:30:08.476 INFO E| Downloaded schemars_derive v0.8.12
23692024-09-01T20:30:09.189Z[ helios-setup] Sep 01 20:30:08.479 INFO E| Downloaded scopeguard v1.1.0
23702024-09-01T20:30:09.192Z[ helios-setup] Sep 01 20:30:08.481 INFO E| Downloaded rustfmt-wrapper v0.2.0
23712024-09-01T20:30:09.195Z[ helios-setup] Sep 01 20:30:08.483 INFO E| Downloaded lock_api v0.4.9
23722024-09-01T20:30:09.198Z[ helios-setup] Sep 01 20:30:08.486 INFO E| Downloaded const-random v0.1.15
23732024-09-01T20:30:09.201Z[ helios-setup] Sep 01 20:30:08.488 INFO E| Downloaded concolor-override v1.0.0
23742024-09-01T20:30:09.201Z[ helios-setup] Sep 01 20:30:08.489 INFO E| Downloaded ipnet v2.7.2
23752024-09-01T20:30:09.204Z[ helios-setup] Sep 01 20:30:08.494 INFO E| Downloaded iana-time-zone v0.1.56
23762024-09-01T20:30:09.208Z[ helios-setup] Sep 01 20:30:08.497 INFO E| Downloaded getrandom v0.2.8
23772024-09-01T20:30:09.213Z[ helios-setup] Sep 01 20:30:08.502 INFO E| Downloaded proc-macro-crate v1.2.1
23782024-09-01T20:30:09.215Z[ helios-setup] Sep 01 20:30:08.504 INFO E| Downloaded futures-executor v0.3.28
23792024-09-01T20:30:09.218Z[ helios-setup] Sep 01 20:30:08.507 INFO E| Downloaded try-lock v0.2.4
23802024-09-01T20:30:09.220Z[ helios-setup] Sep 01 20:30:08.509 INFO E| Downloaded pin-project-lite v0.2.9
23812024-09-01T20:30:09.229Z[ helios-setup] Sep 01 20:30:08.518 INFO E| Downloaded futures-channel v0.3.28
23822024-09-01T20:30:09.233Z[ helios-setup] Sep 01 20:30:08.522 INFO E| Downloaded toolchain_find v0.2.0
23832024-09-01T20:30:09.235Z[ helios-setup] Sep 01 20:30:08.524 INFO E| Downloaded want v0.3.0
23842024-09-01T20:30:09.238Z[ helios-setup] Sep 01 20:30:08.526 INFO E| Downloaded crossbeam-utils v0.8.14
23852024-09-01T20:30:09.241Z[ helios-setup] Sep 01 20:30:08.531 INFO E| Downloaded autocfg v1.1.0
23862024-09-01T20:30:09.244Z[ helios-setup] Sep 01 20:30:08.533 INFO E| Downloaded http-body v0.4.5
23872024-09-01T20:30:09.247Z[ helios-setup] Sep 01 20:30:08.536 INFO E| Downloaded futures-io v0.3.28
23882024-09-01T20:30:09.250Z[ helios-setup] Sep 01 20:30:08.538 INFO E| Downloaded strsim v0.10.0
23892024-09-01T20:30:09.252Z[ helios-setup] Sep 01 20:30:08.540 INFO E| Downloaded memoffset v0.7.1
23902024-09-01T20:30:09.255Z[ helios-setup] Sep 01 20:30:08.542 INFO E| Downloaded is-terminal v0.4.7
23912024-09-01T20:30:09.257Z[ helios-setup] Sep 01 20:30:08.544 INFO E| Downloaded pkg-config v0.3.26
23922024-09-01T20:30:09.260Z[ helios-setup] Sep 01 20:30:08.547 INFO E| Downloaded smawk v0.3.1
23932024-09-01T20:30:09.275Z[ helios-setup] Sep 01 20:30:08.564 INFO E| Downloaded signal-hook-registry v1.4.0
23942024-09-01T20:30:09.278Z[ helios-setup] Sep 01 20:30:08.567 INFO E| Downloaded terminal_size v0.2.6
23952024-09-01T20:30:09.280Z[ helios-setup] Sep 01 20:30:08.569 INFO E| Downloaded parking_lot_core v0.9.6
23962024-09-01T20:30:09.284Z[ helios-setup] Sep 01 20:30:08.573 INFO E| Downloaded camino v1.1.4
23972024-09-01T20:30:09.287Z[ helios-setup] Sep 01 20:30:08.576 INFO E| Downloaded serde_tokenstream v0.2.0
23982024-09-01T20:30:09.293Z[ helios-setup] Sep 01 20:30:08.582 INFO E| Downloaded serde_spanned v0.6.1
23992024-09-01T20:30:09.296Z[ helios-setup] Sep 01 20:30:08.584 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24002024-09-01T20:30:09.299Z[ helios-setup] Sep 01 20:30:08.588 INFO E| Downloaded once_cell v1.17.0
24012024-09-01T20:30:09.303Z[ helios-setup] Sep 01 20:30:08.592 INFO E| Downloaded paste v1.0.12
24022024-09-01T20:30:09.309Z[ helios-setup] Sep 01 20:30:08.598 INFO E| Downloaded smallvec v1.10.0
24032024-09-01T20:30:09.313Z[ helios-setup] Sep 01 20:30:08.602 INFO E| Downloaded slab v0.4.7
24042024-09-01T20:30:09.316Z[ helios-setup] Sep 01 20:30:08.604 INFO E| Downloaded smartstring v1.0.1
24052024-09-01T20:30:09.320Z[ helios-setup] Sep 01 20:30:08.609 INFO E| Downloaded tempfile v3.5.0
24062024-09-01T20:30:09.324Z[ helios-setup] Sep 01 20:30:08.613 INFO E| Downloaded serde_derive v1.0.204
24072024-09-01T20:30:09.328Z[ helios-setup] Sep 01 20:30:08.617 INFO E| Downloaded uuid v1.3.0
24082024-09-01T20:30:09.334Z[ helios-setup] Sep 01 20:30:08.623 INFO E| Downloaded textwrap v0.16.0
24092024-09-01T20:30:09.338Z[ helios-setup] Sep 01 20:30:08.627 INFO E| Downloaded schemars v0.8.12
24102024-09-01T20:30:09.358Z[ helios-setup] Sep 01 20:30:08.647 INFO E| Downloaded socket2 v0.4.9
24112024-09-01T20:30:09.361Z[ helios-setup] Sep 01 20:30:08.650 INFO E| Downloaded unsafe-libyaml v0.2.8
24122024-09-01T20:30:09.367Z[ helios-setup] Sep 01 20:30:08.656 INFO E| Downloaded unicode-bidi v0.3.13
24132024-09-01T20:30:09.371Z[ helios-setup] Sep 01 20:30:08.660 INFO E| Downloaded serde v1.0.204
24142024-09-01T20:30:09.376Z[ helios-setup] Sep 01 20:30:08.666 INFO E| Downloaded url v2.3.1
24152024-09-01T20:30:09.382Z[ helios-setup] Sep 01 20:30:08.671 INFO E| Downloaded serde_yaml v0.9.21
24162024-09-01T20:30:09.388Z[ helios-setup] Sep 01 20:30:08.677 INFO E| Downloaded tokio-util v0.7.7
24172024-09-01T20:30:09.399Z[ helios-setup] Sep 01 20:30:08.688 INFO E| Downloaded winnow v0.4.1
24182024-09-01T20:30:09.413Z[ helios-setup] Sep 01 20:30:08.702 INFO E| Downloaded serde_json v1.0.95
24192024-09-01T20:30:09.424Z[ helios-setup] Sep 01 20:30:08.713 INFO E| Downloaded syn v1.0.107
24202024-09-01T20:30:09.440Z[ helios-setup] Sep 01 20:30:08.729 INFO E| Downloaded syn v2.0.72
24212024-09-01T20:30:09.456Z[ helios-setup] Sep 01 20:30:08.745 INFO E| Downloaded pest v2.5.7
24222024-09-01T20:30:09.463Z[ helios-setup] Sep 01 20:30:08.752 INFO E| Downloaded tokio v1.27.0
24232024-09-01T20:30:09.533Z[ helios-setup] Sep 01 20:30:08.822 INFO E| Downloaded reqwest v0.11.16
24242024-09-01T20:30:09.546Z[ helios-setup] Sep 01 20:30:08.834 INFO E| Downloaded chrono v0.4.24
24252024-09-01T20:30:09.557Z[ helios-setup] Sep 01 20:30:08.846 INFO E| Downloaded h2 v0.3.16
24262024-09-01T20:30:09.565Z[ helios-setup] Sep 01 20:30:08.855 INFO E| Downloaded rayon v1.6.1
24272024-09-01T20:30:09.578Z[ helios-setup] Sep 01 20:30:08.867 INFO E| Downloaded git2 v0.16.1
24282024-09-01T20:30:09.589Z[ helios-setup] Sep 01 20:30:08.878 INFO E| Downloaded rustls v0.21.0
24292024-09-01T20:30:09.605Z[ helios-setup] Sep 01 20:30:08.894 INFO E| Downloaded regress v0.5.0
24302024-09-01T20:30:09.614Z[ helios-setup] Sep 01 20:30:08.903 INFO E| Downloaded regex v1.7.3
24312024-09-01T20:30:09.626Z[ helios-setup] Sep 01 20:30:08.915 INFO E| Downloaded hyper v0.14.25
24322024-09-01T20:30:09.637Z[ helios-setup] Sep 01 20:30:08.926 INFO E| Downloaded futures-util v0.3.28
24332024-09-01T20:30:09.655Z[ helios-setup] Sep 01 20:30:08.944 INFO E| Downloaded rustix v0.37.3
24342024-09-01T20:30:09.680Z[ helios-setup] Sep 01 20:30:08.969 INFO E| Downloaded rhai v1.14.0
24352024-09-01T20:30:09.715Z[ helios-setup] Sep 01 20:30:09.004 INFO E| Downloaded openapiv3 v1.0.2
24362024-09-01T20:30:09.734Z[ helios-setup] Sep 01 20:30:09.022 INFO E| Downloaded clap_builder v4.2.1
24372024-09-01T20:30:09.745Z[ helios-setup] Sep 01 20:30:09.034 INFO E| Downloaded aho-corasick v0.7.20
24382024-09-01T20:30:09.751Z[ helios-setup] Sep 01 20:30:09.040 INFO E| Downloaded unicode-normalization v0.1.22
24392024-09-01T20:30:09.757Z[ helios-setup] Sep 01 20:30:09.046 INFO E| Downloaded crossbeam-channel v0.5.6
24402024-09-01T20:30:09.764Z[ helios-setup] Sep 01 20:30:09.053 INFO E| Downloaded libc v0.2.139
24412024-09-01T20:30:09.814Z[ helios-setup] Sep 01 20:30:09.103 INFO E| Downloaded mio v0.8.5
24422024-09-01T20:30:09.824Z[ helios-setup] Sep 01 20:30:09.113 INFO E| Downloaded unicode-linebreak v0.1.4
24432024-09-01T20:30:09.827Z[ helios-setup] Sep 01 20:30:09.116 INFO E| Downloaded toml_edit v0.19.8
24442024-09-01T20:30:09.862Z[ helios-setup] Sep 01 20:30:09.151 INFO E| Downloaded tracing-core v0.1.30
24452024-09-01T20:30:09.867Z[ helios-setup] Sep 01 20:30:09.156 INFO E| Downloaded tracing v0.1.37
24462024-09-01T20:30:09.875Z[ helios-setup] Sep 01 20:30:09.164 INFO E| Downloaded rustls-webpki v0.100.1
24472024-09-01T20:30:09.887Z[ helios-setup] Sep 01 20:30:09.176 INFO E| Downloaded http v0.2.9
24482024-09-01T20:30:09.894Z[ helios-setup] Sep 01 20:30:09.183 INFO E| Downloaded cc v1.0.78
24492024-09-01T20:30:09.898Z[ helios-setup] Sep 01 20:30:09.188 INFO E| Downloaded tungstenite v0.18.0
24502024-09-01T20:30:09.904Z[ helios-setup] Sep 01 20:30:09.193 INFO E| Downloaded unicode-ident v1.0.8
24512024-09-01T20:30:09.949Z[ helios-setup] Sep 01 20:30:09.238 INFO E| Downloaded ryu v1.0.13
24522024-09-01T20:30:09.954Z[ helios-setup] Sep 01 20:30:09.243 INFO E| Downloaded num-traits v0.2.15
24532024-09-01T20:30:09.958Z[ helios-setup] Sep 01 20:30:09.247 INFO E| Downloaded ucd-trie v0.1.5
24542024-09-01T20:30:09.961Z[ helios-setup] Sep 01 20:30:09.250 INFO E| Downloaded toml v0.7.3
24552024-09-01T20:30:09.966Z[ helios-setup] Sep 01 20:30:09.255 INFO E| Downloaded thiserror v1.0.38
24562024-09-01T20:30:09.972Z[ helios-setup] Sep 01 20:30:09.262 INFO E| Downloaded encoding_rs v0.8.32
24572024-09-01T20:30:10.008Z[ helios-setup] Sep 01 20:30:09.297 INFO E| Downloaded sct v0.7.0
24582024-09-01T20:30:10.014Z[ helios-setup] Sep 01 20:30:09.303 INFO E| Downloaded futures v0.3.28
24592024-09-01T20:30:10.023Z[ helios-setup] Sep 01 20:30:09.312 INFO E| Downloaded crossbeam-epoch v0.9.13
24602024-09-01T20:30:10.027Z[ helios-setup] Sep 01 20:30:09.316 INFO E| Downloaded serde_derive_internals v0.26.0
24612024-09-01T20:30:10.029Z[ helios-setup] Sep 01 20:30:09.318 INFO E| Downloaded semver v1.0.17
24622024-09-01T20:30:10.034Z[ helios-setup] Sep 01 20:30:09.322 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24632024-09-01T20:30:10.124Z[ helios-setup] Sep 01 20:30:09.412 INFO E| Downloaded rayon-core v1.10.2
24642024-09-01T20:30:10.129Z[ helios-setup] Sep 01 20:30:09.418 INFO E| Downloaded parking_lot v0.12.1
24652024-09-01T20:30:10.133Z[ helios-setup] Sep 01 20:30:09.422 INFO E| Downloaded memchr v2.5.0
24662024-09-01T20:30:10.139Z[ helios-setup] Sep 01 20:30:09.428 INFO E| Downloaded clap v4.2.1
24672024-09-01T20:30:10.154Z[ helios-setup] Sep 01 20:30:09.443 INFO E| Downloaded anyhow v1.0.68
24682024-09-01T20:30:10.160Z[ helios-setup] Sep 01 20:30:09.449 INFO E| Downloaded tokio-tungstenite v0.18.0
24692024-09-01T20:30:10.163Z[ helios-setup] Sep 01 20:30:09.452 INFO E| Downloaded libz-sys v1.1.8
24702024-09-01T20:30:10.247Z[ helios-setup] Sep 01 20:30:09.536 INFO E| Downloaded time v0.1.45
24712024-09-01T20:30:10.250Z[ helios-setup] Sep 01 20:30:09.538 INFO E| Downloaded rustls-pemfile v1.0.2
24722024-09-01T20:30:10.253Z[ helios-setup] Sep 01 20:30:09.540 INFO E| Downloaded rhai_codegen v1.5.0
24732024-09-01T20:30:10.267Z[ helios-setup] Sep 01 20:30:09.556 INFO E| Downloaded log v0.4.17
24742024-09-01T20:30:10.270Z[ helios-setup] Sep 01 20:30:09.559 INFO E| Downloaded io-lifetimes v1.0.10
24752024-09-01T20:30:10.273Z[ helios-setup] Sep 01 20:30:09.563 INFO E| Downloaded serde_path_to_error v0.1.11
24762024-09-01T20:30:10.276Z[ helios-setup] Sep 01 20:30:09.565 INFO E| Downloaded semver v0.11.0
24772024-09-01T20:30:10.279Z[ helios-setup] Sep 01 20:30:09.568 INFO E| Downloaded futures-core v0.3.28
24782024-09-01T20:30:10.281Z[ helios-setup] Sep 01 20:30:09.570 INFO E| Downloaded clap_derive v4.2.0
24792024-09-01T20:30:10.284Z[ helios-setup] Sep 01 20:30:09.573 INFO E| Downloaded built v0.6.0
24802024-09-01T20:30:10.286Z[ helios-setup] Sep 01 20:30:09.575 INFO E| Downloaded bytes v1.4.0
24812024-09-01T20:30:10.291Z[ helios-setup] Sep 01 20:30:09.580 INFO E| Downloaded base64 v0.21.0
24822024-09-01T20:30:10.297Z[ helios-setup] Sep 01 20:30:09.586 INFO E| Downloaded slog-bunyan v2.4.0
24832024-09-01T20:30:10.300Z[ helios-setup] Sep 01 20:30:09.587 INFO E| Downloaded slog-async v2.7.0
24842024-09-01T20:30:10.303Z[ helios-setup] Sep 01 20:30:09.589 INFO E| Downloaded sha2 v0.10.6
24852024-09-01T20:30:10.306Z[ helios-setup] Sep 01 20:30:09.593 INFO E| Downloaded semver-parser v0.10.2
24862024-09-01T20:30:10.308Z[ helios-setup] Sep 01 20:30:09.595 INFO E| Downloaded toml_datetime v0.6.1
24872024-09-01T20:30:10.308Z[ helios-setup] Sep 01 20:30:09.597 INFO E| Downloaded tokio-macros v2.0.0
24882024-09-01T20:30:10.311Z[ helios-setup] Sep 01 20:30:09.598 INFO E| Downloaded thiserror-impl v1.0.38
24892024-09-01T20:30:10.311Z[ helios-setup] Sep 01 20:30:09.600 INFO E| Downloaded jobserver v0.1.26
24902024-09-01T20:30:10.314Z[ helios-setup] Sep 01 20:30:09.603 INFO E| Downloaded async-trait v0.1.68
24912024-09-01T20:30:10.319Z[ helios-setup] Sep 01 20:30:09.608 INFO E| Downloaded sha1 v0.10.5
24922024-09-01T20:30:10.322Z[ helios-setup] Sep 01 20:30:09.611 INFO E| Downloaded tokio-rustls v0.24.0
24932024-09-01T20:30:10.324Z[ helios-setup] Sep 01 20:30:09.613 INFO E| Downloaded num_enum v0.5.7
24942024-09-01T20:30:10.330Z[ helios-setup] Sep 01 20:30:09.620 INFO E| Downloaded home v0.5.4
24952024-09-01T20:30:10.333Z[ helios-setup] Sep 01 20:30:09.621 INFO E| Downloaded futures-sink v0.3.28
24962024-09-01T20:30:10.333Z[ helios-setup] Sep 01 20:30:09.622 INFO E| Downloaded either v1.8.0
24972024-09-01T20:30:10.335Z[ helios-setup] Sep 01 20:30:09.624 INFO E| Downloaded digest v0.10.6
24982024-09-01T20:30:10.338Z[ helios-setup] Sep 01 20:30:09.627 INFO E| Downloaded fastrand v1.9.0
24992024-09-01T20:30:10.340Z[ helios-setup] Sep 01 20:30:09.629 INFO E| Downloaded ahash v0.8.3
25002024-09-01T20:30:10.343Z[ helios-setup] Sep 01 20:30:09.632 INFO E| Downloaded ahash v0.7.6
25012024-09-01T20:30:10.357Z[ helios-setup] Sep 01 20:30:09.646 INFO E| Downloaded dyn-clone v1.0.11
25022024-09-01T20:30:10.360Z[ helios-setup] Sep 01 20:30:09.649 INFO E| Downloaded num_cpus v1.15.0
25032024-09-01T20:30:10.364Z[ helios-setup] Sep 01 20:30:09.653 INFO E| Downloaded lazy_static v1.4.0
25042024-09-01T20:30:10.367Z[ helios-setup] Sep 01 20:30:09.655 INFO E| Downloaded itoa v1.0.6
25052024-09-01T20:30:10.369Z[ helios-setup] Sep 01 20:30:09.657 INFO E| Downloaded cargo-lock v8.0.3
25062024-09-01T20:30:10.372Z[ helios-setup] Sep 01 20:30:09.661 INFO E| Downloaded bincode v1.3.3
25072024-09-01T20:30:10.375Z[ helios-setup] Sep 01 20:30:09.664 INFO E| Downloaded anstyle v0.3.5
25082024-09-01T20:30:10.378Z[ helios-setup] Sep 01 20:30:09.667 INFO E| Downloaded futures-task v0.3.28
25092024-09-01T20:30:10.380Z[ helios-setup] Sep 01 20:30:09.669 INFO E| Downloaded futures-macro v0.3.28
25102024-09-01T20:30:10.749Z[ helios-setup] Sep 01 20:30:10.038 INFO E| Compiling proc-macro2 v1.0.86
25112024-09-01T20:30:10.750Z[ helios-setup] Sep 01 20:30:10.038 INFO E| Compiling libc v0.2.139
25122024-09-01T20:30:10.753Z[ helios-setup] Sep 01 20:30:10.038 INFO E| Compiling unicode-ident v1.0.8
25132024-09-01T20:30:10.753Z[ helios-setup] Sep 01 20:30:10.039 INFO E| Compiling autocfg v1.1.0
25142024-09-01T20:30:10.753Z[ helios-setup] Sep 01 20:30:10.039 INFO E| Compiling cfg-if v1.0.0
25152024-09-01T20:30:10.753Z[ helios-setup] Sep 01 20:30:10.039 INFO E| Compiling version_check v0.9.4
25162024-09-01T20:30:10.753Z[ helios-setup] Sep 01 20:30:10.039 INFO E| Compiling serde v1.0.204
25172024-09-01T20:30:10.753Z[ helios-setup] Sep 01 20:30:10.039 INFO E| Compiling syn v1.0.107
25182024-09-01T20:30:11.264Z[ helios-setup] Sep 01 20:30:10.553 INFO E| Compiling memchr v2.5.0
25192024-09-01T20:30:11.591Z[ helios-setup] Sep 01 20:30:10.878 INFO E| Compiling once_cell v1.17.0
25202024-09-01T20:30:12.381Z[ helios-setup] Sep 01 20:30:11.670 INFO E| Compiling log v0.4.17
25212024-09-01T20:30:12.503Z[ helios-setup] Sep 01 20:30:11.792 INFO E| Compiling thiserror v1.0.38
25222024-09-01T20:30:12.606Z[ helios-setup] Sep 01 20:30:11.895 INFO E| Compiling itoa v1.0.6
25232024-09-01T20:30:13.307Z[ helios-setup] Sep 01 20:30:12.596 INFO E| Compiling serde_json v1.0.95
25242024-09-01T20:30:13.860Z[ helios-setup] Sep 01 20:30:13.149 INFO E| Compiling indexmap v1.9.3
25252024-09-01T20:30:14.413Z[ helios-setup] Sep 01 20:30:13.701 INFO E| Compiling scopeguard v1.1.0
25262024-09-01T20:30:14.494Z[ helios-setup] Sep 01 20:30:13.782 INFO E| Compiling pin-project-lite v0.2.9
25272024-09-01T20:30:14.689Z[ helios-setup] Sep 01 20:30:13.978 INFO E| Compiling getrandom v0.2.8
25282024-09-01T20:30:14.860Z[ helios-setup] Sep 01 20:30:14.148 INFO E| Compiling quote v1.0.36
25292024-09-01T20:30:15.121Z[ helios-setup] Sep 01 20:30:14.410 INFO E| Compiling jobserver v0.1.26
25302024-09-01T20:30:15.403Z[ helios-setup] Sep 01 20:30:14.692 INFO E| Compiling num-integer v0.1.45
25312024-09-01T20:30:15.578Z[ helios-setup] Sep 01 20:30:14.866 INFO E| Compiling futures-core v0.3.28
25322024-09-01T20:30:15.590Z[ host-package] Compiling slog-envlogger v2.2.0
25332024-09-01T20:30:15.768Z[ helios-setup] Sep 01 20:30:15.056 INFO E| Compiling syn v2.0.72
25342024-09-01T20:30:15.959Z[ helios-setup] Sep 01 20:30:15.247 INFO E| Compiling cc v1.0.78
25352024-09-01T20:30:16.164Z[ helios-setup] Sep 01 20:30:15.452 INFO E| Compiling bytes v1.4.0
25362024-09-01T20:30:16.387Z[ helios-setup] Sep 01 20:30:15.676 INFO E| Compiling ryu v1.0.13
25372024-09-01T20:30:17.529Z[ helios-setup] Sep 01 20:30:16.817 INFO E| Compiling lock_api v0.4.9
25382024-09-01T20:30:17.661Z[ helios-setup] Sep 01 20:30:16.949 INFO E| Compiling parking_lot_core v0.9.6
25392024-09-01T20:30:17.846Z[ helios-setup] Sep 01 20:30:17.127 INFO E| Compiling typenum v1.16.0
25402024-09-01T20:30:18.391Z[ helios-setup] Sep 01 20:30:17.679 INFO E| Compiling bitflags v1.3.2
25412024-09-01T20:30:18.683Z[ helios-setup] Sep 01 20:30:17.971 INFO E| Compiling num_cpus v1.15.0
25422024-09-01T20:30:18.965Z[ helios-setup] Sep 01 20:30:18.254 INFO E| Compiling generic-array v0.14.6
25432024-09-01T20:30:19.084Z[ helios-setup] Sep 01 20:30:18.372 INFO E| Compiling slab v0.4.7
25442024-09-01T20:30:19.497Z[ helios-setup] Sep 01 20:30:18.786 INFO E| Compiling futures-task v0.3.28
25452024-09-01T20:30:19.839Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25462024-09-01T20:30:19.992Z[ helios-setup] Sep 01 20:30:19.280 INFO E| Compiling futures-channel v0.3.28
25472024-09-01T20:30:20.011Z[ helios-setup] Sep 01 20:30:19.299 INFO E| Compiling futures-sink v0.3.28
25482024-09-01T20:30:20.578Z[ helios-setup] Sep 01 20:30:19.866 INFO E| Compiling tokio v1.27.0
25492024-09-01T20:30:20.578Z[ helios-setup] Sep 01 20:30:19.866 INFO E| Compiling schemars v0.8.12
25502024-09-01T20:30:20.583Z[ host-package] Compiling derive_builder_core v0.20.0
25512024-09-01T20:30:20.666Z[ helios-setup] Sep 01 20:30:19.954 INFO E| Compiling futures-util v0.3.28
25522024-09-01T20:30:21.824Z[ helios-setup] Sep 01 20:30:21.113 INFO E| Compiling mio v0.8.5
25532024-09-01T20:30:21.885Z[ helios-setup] Sep 01 20:30:21.174 INFO E| Compiling signal-hook-registry v1.4.0
25542024-09-01T20:30:21.966Z[ helios-setup] Sep 01 20:30:21.254 INFO E| Compiling socket2 v0.4.9
25552024-09-01T20:30:22.260Z[ host-package] Compiling headers-core v0.2.0
25562024-09-01T20:30:22.283Z[ helios-setup] Sep 01 20:30:21.571 INFO E| Compiling ahash v0.7.6
25572024-09-01T20:30:22.296Z[ helios-setup] Sep 01 20:30:21.584 INFO E| Compiling num-traits v0.2.15
25582024-09-01T20:30:22.681Z[ host-package] Compiling fxhash v0.2.1
25592024-09-01T20:30:23.108Z[ helios-setup] Sep 01 20:30:22.397 INFO E| Compiling io-lifetimes v1.0.10
25602024-09-01T20:30:23.494Z[ host-package] Compiling libxml v0.3.3
25612024-09-01T20:30:23.555Z[ helios-setup] Sep 01 20:30:22.843 INFO E| Compiling futures-io v0.3.28
25622024-09-01T20:30:24.359Z[ helios-setup] Sep 01 20:30:23.647 INFO E| Compiling crunchy v0.2.2
25632024-09-01T20:30:24.416Z[ host-package] Compiling ref-cast-impl v1.0.23
25642024-09-01T20:30:24.536Z[ host-package] Compiling derive_builder_macro v0.20.0
25652024-09-01T20:30:24.685Z[ helios-setup] Sep 01 20:30:23.973 INFO E| Compiling pin-utils v0.1.0
25662024-09-01T20:30:24.936Z[ host-package] Compiling headers v0.3.9
25672024-09-01T20:30:25.532Z[ helios-setup] Sep 01 20:30:24.820 INFO E| Compiling ahash v0.8.3
25682024-09-01T20:30:25.795Z[ helios-setup] Sep 01 20:30:25.082 INFO E| Compiling rustix v0.37.3
25692024-09-01T20:30:25.865Z[ helios-setup] Sep 01 20:30:25.146 INFO E| Compiling hashbrown v0.12.3
25702024-09-01T20:30:26.031Z[ host-package] Compiling samael v0.0.15
25712024-09-01T20:30:26.241Z[ helios-setup] Sep 01 20:30:25.528 INFO E| Compiling tiny-keccak v2.0.2
25722024-09-01T20:30:26.740Z[ helios-setup] Sep 01 20:30:26.028 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25732024-09-01T20:30:26.847Z[ helios-setup] Sep 01 20:30:26.129 INFO E| Compiling crypto-common v0.1.6
25742024-09-01T20:30:27.101Z[ helios-setup] Sep 01 20:30:26.389 INFO E| Compiling serde_derive_internals v0.26.0
25752024-09-01T20:30:27.293Z[ helios-setup] Sep 01 20:30:26.581 INFO E| Compiling block-buffer v0.10.3
25762024-09-01T20:30:27.618Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25772024-09-01T20:30:28.104Z[ helios-setup] Sep 01 20:30:27.392 INFO E| Compiling errno v0.3.1
25782024-09-01T20:30:28.449Z[ helios-setup] Sep 01 20:30:27.737 INFO E| Compiling fnv v1.0.7
25792024-09-01T20:30:28.653Z[ helios-setup] Sep 01 20:30:27.941 INFO E| Compiling slog v2.7.0
25802024-09-01T20:30:28.673Z[ helios-setup] Sep 01 20:30:27.961 INFO E| Compiling pkg-config v0.3.26
25812024-09-01T20:30:28.744Z[ helios-setup] Sep 01 20:30:28.029 INFO E| Compiling crossbeam-utils v0.8.14
25822024-09-01T20:30:29.134Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25832024-09-01T20:30:29.876Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25842024-09-01T20:30:29.941Z[ helios-setup] Sep 01 20:30:29.229 INFO E| Compiling http v0.2.9
25852024-09-01T20:30:31.326Z[ host-package] Compiling strum_macros v0.24.3
25862024-09-01T20:30:31.582Z[ host-package] Compiling polar-core v0.27.3
25872024-09-01T20:30:31.975Z[ helios-setup] Sep 01 20:30:31.263 INFO E| Compiling digest v0.10.6
25882024-09-01T20:30:32.234Z[ host-package] Compiling kstat-rs v0.2.4
25892024-09-01T20:30:32.953Z[ helios-setup] Sep 01 20:30:32.241 INFO E| Compiling aho-corasick v0.7.20
25902024-09-01T20:30:33.319Z[ helios-setup] Sep 01 20:30:32.606 INFO E| Compiling heck v0.4.1
25912024-09-01T20:30:33.702Z[ helios-setup] Sep 01 20:30:32.989 INFO E| Compiling anyhow v1.0.68
25922024-09-01T20:30:33.972Z[ helios-setup] Sep 01 20:30:33.260 INFO E| Compiling regex-syntax v0.6.29
25932024-09-01T20:30:34.041Z[ host-package] Compiling unicase v2.7.0
25942024-09-01T20:30:34.348Z[ host-package] Compiling dropshot v0.10.1
25952024-09-01T20:30:34.461Z[ helios-setup] Sep 01 20:30:33.749 INFO E| Compiling httparse v1.8.0
25962024-09-01T20:30:34.842Z[ host-package] Compiling indoc v1.0.9
25972024-09-01T20:30:35.233Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25982024-09-01T20:30:35.552Z[ helios-setup] Sep 01 20:30:34.839 INFO E| Compiling cpufeatures v0.2.5
25992024-09-01T20:30:35.695Z[ helios-setup] Sep 01 20:30:34.983 INFO E| Compiling percent-encoding v2.2.0
26002024-09-01T20:30:35.750Z[ helios-setup] Sep 01 20:30:35.038 INFO E| Compiling tinyvec_macros v0.1.1
26012024-09-01T20:30:35.834Z[ helios-setup] Sep 01 20:30:35.122 INFO E| Compiling unicode-width v0.1.10
26022024-09-01T20:30:36.058Z[ helios-setup] Sep 01 20:30:35.346 INFO E| Compiling tinyvec v1.6.0
26032024-09-01T20:30:36.404Z[ helios-setup] Sep 01 20:30:35.691 INFO E| Compiling form_urlencoded v1.1.0
26042024-09-01T20:30:37.482Z[ host-package] Compiling derive_builder v0.20.0
26052024-09-01T20:30:37.619Z[ helios-setup] Sep 01 20:30:36.905 INFO E| Compiling const-random-macro v0.1.15
26062024-09-01T20:30:38.094Z[ helios-setup] Sep 01 20:30:37.382 INFO E| Compiling hashbrown v0.13.2
26072024-09-01T20:30:38.175Z[ helios-setup] Sep 01 20:30:37.462 INFO E| Compiling thiserror-impl v1.0.38
26082024-09-01T20:30:38.598Z[ helios-setup] Sep 01 20:30:37.885 INFO E| Compiling schemars_derive v0.8.12
26092024-09-01T20:30:38.996Z[ helios-setup] Sep 01 20:30:38.283 INFO E| Compiling chrono v0.4.24
26102024-09-01T20:30:39.838Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26112024-09-01T20:30:40.069Z[ helios-setup] Sep 01 20:30:39.356 INFO E| Compiling serde_derive v1.0.204
26122024-09-01T20:30:40.422Z[ helios-setup] Sep 01 20:30:39.709 INFO E| Compiling tokio-macros v2.0.0
26132024-09-01T20:30:40.856Z[ helios-setup] Sep 01 20:30:40.144 INFO E| Compiling futures-macro v0.3.28
26142024-09-01T20:30:42.638Z[ helios-setup] Sep 01 20:30:41.925 INFO E| Compiling regex v1.7.3
26152024-09-01T20:30:43.994Z[ helios-setup] Sep 01 20:30:43.281 INFO E| Compiling libz-sys v1.1.8
26162024-09-01T20:30:44.764Z[ helios-setup] Sep 01 20:30:44.051 INFO E| Compiling dyn-clone v1.0.11
26172024-09-01T20:30:45.459Z[ helios-setup] Sep 01 20:30:44.746 INFO E| Compiling uuid v1.3.0
26182024-09-01T20:30:45.736Z[ helios-setup] Sep 01 20:30:45.023 INFO E| Compiling regress v0.5.0
26192024-09-01T20:30:45.818Z[ host-package] Compiling tungstenite v0.23.0
26202024-09-01T20:30:45.988Z[ helios-setup] Sep 01 20:30:45.275 INFO E| Compiling unicode-normalization v0.1.22
26212024-09-01T20:30:46.227Z[ helios-setup] Sep 01 20:30:45.514 INFO E| Compiling const-random v0.1.15
26222024-09-01T20:30:47.108Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26232024-09-01T20:30:47.601Z[ host-package] Compiling crossterm v0.28.1
26242024-09-01T20:30:48.627Z[ helios-setup] Sep 01 20:30:47.914 INFO E| Compiling getopts v0.2.21
26252024-09-01T20:30:48.913Z[ helios-setup] Sep 01 20:30:48.200 INFO E| Compiling tracing-core v0.1.30
26262024-09-01T20:30:49.507Z[ helios-setup] Sep 01 20:30:48.629 INFO E| Compiling memoffset v0.7.1
26272024-09-01T20:30:50.207Z[ helios-setup] Sep 01 20:30:49.494 INFO E| Compiling time-core v0.1.2
26282024-09-01T20:30:50.583Z[ helios-setup] Sep 01 20:30:49.870 INFO E| Compiling powerfmt v0.2.0
26292024-09-01T20:30:50.882Z[ helios-setup] Sep 01 20:30:50.169 INFO E| Compiling num-conv v0.1.0
26302024-09-01T20:30:51.674Z[ helios-setup] Sep 01 20:30:50.961 INFO E| Compiling unicode-bidi v0.3.13
26312024-09-01T20:30:53.193Z[ helios-setup] Sep 01 20:30:52.480 INFO E| Compiling ucd-trie v0.1.5
26322024-09-01T20:30:53.959Z[ helios-setup] Sep 01 20:30:53.245 INFO E| Compiling pest v2.5.7
26332024-09-01T20:30:54.117Z[ helios-setup] Sep 01 20:30:53.404 INFO E| Compiling idna v0.3.0
26342024-09-01T20:30:54.978Z[ helios-setup] Sep 01 20:30:54.265 INFO E| Compiling time-macros v0.2.18
26352024-09-01T20:30:56.137Z[ host-package] Compiling curve25519-dalek v4.1.3
26362024-09-01T20:30:57.200Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26372024-09-01T20:30:58.143Z[ helios-setup] Sep 01 20:30:57.429 INFO E| Compiling deranged v0.3.11
26382024-09-01T20:31:00.116Z[ helios-setup] Sep 01 20:30:59.389 INFO E| Compiling tracing v0.1.37
26392024-09-01T20:31:01.634Z[ helios-setup] Sep 01 20:31:00.920 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26402024-09-01T20:31:01.791Z[ helios-setup] Sep 01 20:31:01.077 INFO E| Compiling time v0.1.45
26412024-09-01T20:31:02.623Z[ helios-setup] Sep 01 20:31:01.909 INFO E| Compiling crossbeam-epoch v0.9.13
26422024-09-01T20:31:03.035Z[ helios-setup] Sep 01 20:31:02.320 INFO E| Compiling num_threads v0.1.6
26432024-09-01T20:31:03.342Z[ helios-setup] Sep 01 20:31:02.628 INFO E| Compiling semver v1.0.17
26442024-09-01T20:31:03.473Z[ host-package] Compiling oso-derive v0.27.3
26452024-09-01T20:31:03.697Z[ helios-setup] Sep 01 20:31:02.982 INFO E| Compiling iana-time-zone v0.1.56
26462024-09-01T20:31:04.912Z[ helios-setup] Sep 01 20:31:04.198 INFO E| Compiling time v0.3.36
26472024-09-01T20:31:05.228Z[ helios-setup] Sep 01 20:31:04.514 INFO E| Compiling semver-parser v0.10.2
26482024-09-01T20:31:05.471Z[ helios-setup] Sep 01 20:31:04.757 INFO E| Compiling url v2.3.1
26492024-09-01T20:31:05.924Z[ host-package] Compiling dropshot_endpoint v0.10.1
26502024-09-01T20:31:05.969Z[ host-package] Compiling libz-sys v1.1.16
26512024-09-01T20:31:06.562Z[ host-package] Compiling quick-xml v0.31.0
26522024-09-01T20:31:06.848Z[ helios-setup] Sep 01 20:31:06.134 INFO E| Compiling crossbeam-channel v0.5.6
26532024-09-01T20:31:07.618Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26542024-09-01T20:31:08.191Z[ host-package] Compiling keccak v0.1.5
26552024-09-01T20:31:08.675Z[ helios-setup] Sep 01 20:31:07.961 INFO E| Compiling dirs-sys-next v0.1.2
26562024-09-01T20:31:08.913Z[ helios-setup] Sep 01 20:31:08.199 INFO E| Compiling same-file v1.0.6
26572024-09-01T20:31:09.858Z[ helios-setup] Sep 01 20:31:09.144 INFO E| Compiling smallvec v1.10.0
26582024-09-01T20:31:10.026Z[ host-package] Compiling parking_lot_core v0.8.6
26592024-09-01T20:31:10.259Z[ helios-setup] Sep 01 20:31:09.545 INFO E| Compiling toml v0.5.11
26602024-09-01T20:31:11.035Z[ host-package] Compiling sha3 v0.10.8
26612024-09-01T20:31:12.217Z[ host-package] Compiling tokio-tungstenite v0.23.1
26622024-09-01T20:31:12.319Z[ helios-setup] Sep 01 20:31:11.605 INFO E| Compiling parking_lot v0.12.1
26632024-09-01T20:31:13.004Z[ helios-setup] Sep 01 20:31:12.290 INFO E| Compiling serde_tokenstream v0.2.0
26642024-09-01T20:31:13.242Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26652024-09-01T20:31:13.586Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26662024-09-01T20:31:14.428Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26672024-09-01T20:31:16.171Z[ helios-setup] Sep 01 20:31:15.455 INFO E| Compiling try-lock v0.2.4
26682024-09-01T20:31:16.414Z[ helios-setup] Sep 01 20:31:15.699 INFO E| Compiling crc32fast v1.3.2
26692024-09-01T20:31:16.499Z[ helios-setup] Sep 01 20:31:15.784 INFO E| Compiling want v0.3.0
26702024-09-01T20:31:16.962Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26712024-09-01T20:31:17.121Z[ helios-setup] Sep 01 20:31:16.406 INFO E| Compiling proc-macro-crate v1.2.1
26722024-09-01T20:31:17.758Z[ host-package] Compiling bb8 v0.8.5
26732024-09-01T20:31:18.992Z[ host-package] Compiling oso v0.27.3
26742024-09-01T20:31:19.066Z[ helios-setup] Sep 01 20:31:18.351 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26752024-09-01T20:31:20.662Z[ helios-setup] Sep 01 20:31:19.947 INFO E| Compiling walkdir v2.3.3
26762024-09-01T20:31:22.125Z[ helios-setup] Sep 01 20:31:21.410 INFO E| Compiling dirs-next v2.0.0
26772024-09-01T20:31:23.076Z[ helios-setup] Sep 01 20:31:22.361 INFO E| Compiling semver v0.11.0
26782024-09-01T20:31:27.084Z[ helios-setup] Sep 01 20:31:26.368 INFO E| Compiling futures-executor v0.3.28
26792024-09-01T20:31:29.800Z[ helios-setup] Sep 01 20:31:29.084 INFO E| Compiling http-body v0.4.5
26802024-09-01T20:31:30.386Z[ helios-setup] Sep 01 20:31:29.671 INFO E| Compiling ring v0.16.20
26812024-09-01T20:31:30.865Z[ helios-setup] Sep 01 20:31:30.149 INFO E| Compiling rand_core v0.6.4
26822024-09-01T20:31:31.983Z[ helios-setup] Sep 01 20:31:31.267 INFO E| Compiling tokio-util v0.7.7
26832024-09-01T20:31:33.812Z[ helios-setup] Sep 01 20:31:33.096 INFO E| Compiling thread_local v1.1.7
26842024-09-01T20:31:33.947Z[ helios-setup] Sep 01 20:31:33.232 INFO E| Compiling httpdate v1.0.2
26852024-09-01T20:31:34.873Z[ helios-setup] Sep 01 20:31:34.157 INFO E| Compiling h2 v0.3.16
26862024-09-01T20:31:35.425Z[ helios-setup] Sep 01 20:31:34.709 INFO E| Compiling base64 v0.21.0
26872024-09-01T20:31:35.692Z[ helios-setup] Sep 01 20:31:34.976 INFO E| Compiling utf8parse v0.2.1
26882024-09-01T20:31:36.070Z[ helios-setup] Sep 01 20:31:35.354 INFO E| Compiling adler v1.0.2
26892024-09-01T20:31:36.490Z[ helios-setup] Sep 01 20:31:35.774 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26902024-09-01T20:31:36.851Z[ helios-setup] Sep 01 20:31:36.135 INFO E| Compiling lazy_static v1.4.0
26912024-09-01T20:31:36.955Z[ helios-setup] Sep 01 20:31:36.240 INFO E| Compiling rayon-core v1.10.2
26922024-09-01T20:31:37.186Z[ host-package] Compiling const_format_proc_macros v0.2.32
26932024-09-01T20:31:37.509Z[ helios-setup] Sep 01 20:31:36.793 INFO E| Compiling tower-service v0.3.2
26942024-09-01T20:31:37.891Z[ helios-setup] Sep 01 20:31:37.175 INFO E| Compiling ppv-lite86 v0.2.17
26952024-09-01T20:31:37.978Z[ helios-setup] Sep 01 20:31:37.262 INFO E| Compiling fastrand v1.9.0
26962024-09-01T20:31:38.958Z[ helios-setup] Sep 01 20:31:38.242 INFO E| Compiling home v0.5.4
26972024-09-01T20:31:39.775Z[ helios-setup] Sep 01 20:31:39.059 INFO E| Compiling rand_chacha v0.3.1
26982024-09-01T20:31:39.871Z[ helios-setup] Sep 01 20:31:39.154 INFO E| Compiling toolchain_find v0.2.0
26992024-09-01T20:31:40.879Z[ helios-setup] Sep 01 20:31:40.163 INFO E| Compiling tempfile v3.5.0
27002024-09-01T20:31:41.060Z[ host-package] Compiling universal-hash v0.5.1
27012024-09-01T20:31:41.874Z[ host-package] Compiling secrecy v0.8.0
27022024-09-01T20:31:42.270Z[ helios-setup] Sep 01 20:31:41.554 INFO E| Compiling miniz_oxide v0.6.2
27032024-09-01T20:31:42.789Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27042024-09-01T20:31:43.260Z[ helios-setup] Sep 01 20:31:42.543 INFO E| Compiling anstyle-parse v0.1.1
27052024-09-01T20:31:46.927Z[ helios-setup] Sep 01 20:31:46.211 INFO E| Compiling hyper v0.14.25
27062024-09-01T20:31:48.098Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
27072024-09-01T20:31:51.449Z[ host-package] Compiling vte_generate_state_changes v0.1.1
27082024-09-01T20:31:52.516Z[ host-package] Compiling opaque-debug v0.3.1
27092024-09-01T20:31:52.840Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27102024-09-01T20:31:52.880Z[ host-package] Compiling vte v0.11.1
27112024-09-01T20:31:53.762Z[ host-package] Compiling poly1305 v0.8.0
27122024-09-01T20:31:55.978Z[ host-package] Compiling thiserror-no-std v2.0.2
27132024-09-01T20:31:56.495Z[ host-package] Compiling const_format v0.2.32
27142024-09-01T20:31:56.936Z[ host-package] Compiling async-bb8-diesel v0.2.1
27152024-09-01T20:31:59.226Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
27162024-09-01T20:32:01.596Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27172024-09-01T20:32:01.971Z[ helios-setup] Sep 01 20:32:01.254 INFO E| Compiling futures v0.3.28
27182024-09-01T20:32:02.262Z[ helios-setup] Sep 01 20:32:01.544 INFO E| Compiling crossbeam-deque v0.8.2
27192024-09-01T20:32:02.423Z[ host-package] Compiling chacha20 v0.9.1
27202024-09-01T20:32:03.526Z[ helios-setup] Sep 01 20:32:02.809 INFO E| Compiling term v0.7.0
27212024-09-01T20:32:03.682Z[ host-package] Compiling fd-lock v4.0.2
27222024-09-01T20:32:04.507Z[ host-package] Compiling aead v0.5.2
27232024-09-01T20:32:05.272Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27242024-09-01T20:32:05.755Z[ helios-setup] Sep 01 20:32:05.037 INFO E| Compiling num_enum_derive v0.5.7
27252024-09-01T20:32:07.176Z[ helios-setup] Sep 01 20:32:06.457 INFO E| Compiling cargo-lock v8.0.3
27262024-09-01T20:32:07.694Z[ host-package] Compiling bytecount v0.6.8
27272024-09-01T20:32:08.250Z[ host-package] Compiling papergrid v0.11.0
27282024-09-01T20:32:09.301Z[ helios-setup] Sep 01 20:32:08.583 INFO E| Compiling serde_urlencoded v0.7.1
27292024-09-01T20:32:09.387Z[ helios-setup] Sep 01 20:32:08.670 INFO E| Compiling sha2 v0.10.6
27302024-09-01T20:32:09.560Z[ helios-setup] Sep 01 20:32:08.842 INFO E| Compiling sha1 v0.10.5
27312024-09-01T20:32:10.611Z[ host-package] Compiling chacha20poly1305 v0.10.1
27322024-09-01T20:32:10.723Z[ helios-setup] Sep 01 20:32:10.005 INFO E| Compiling is-terminal v0.4.7
27332024-09-01T20:32:10.979Z[ helios-setup] Sep 01 20:32:10.261 INFO E| Compiling atty v0.2.14
27342024-09-01T20:32:11.288Z[ helios-setup] Sep 01 20:32:10.570 INFO E| Compiling concolor-query v0.3.3
27352024-09-01T20:32:11.890Z[ host-package] Compiling parking_lot v0.11.2
27362024-09-01T20:32:12.072Z[ helios-setup] Sep 01 20:32:11.354 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27372024-09-01T20:32:12.382Z[ helios-setup] Sep 01 20:32:11.664 INFO E| Compiling anstyle v0.3.5
27382024-09-01T20:32:12.880Z[ helios-setup] Sep 01 20:32:12.162 INFO E| Compiling concolor-override v1.0.0
27392024-09-01T20:32:13.706Z[ helios-setup] Sep 01 20:32:12.988 INFO E| Compiling anstream v0.2.6
27402024-09-01T20:32:15.722Z[ host-package] Compiling vsss-rs v3.3.4
27412024-09-01T20:32:16.240Z[ helios-setup] Sep 01 20:32:15.521 INFO E| Compiling slog-term v2.9.0
27422024-09-01T20:32:16.561Z[ helios-setup] Sep 01 20:32:15.842 INFO E| Compiling num_enum v0.5.7
27432024-09-01T20:32:16.907Z[ helios-setup] Sep 01 20:32:16.189 INFO E| Compiling flate2 v1.0.25
27442024-09-01T20:32:17.924Z[ helios-setup] Sep 01 20:32:17.206 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27452024-09-01T20:32:18.485Z[ helios-setup] Sep 01 20:32:17.767 INFO E| Compiling rustfmt-wrapper v0.2.0
27462024-09-01T20:32:19.649Z[ helios-setup] Sep 01 20:32:18.931 INFO E| Compiling rand v0.8.5
27472024-09-01T20:32:20.041Z[ helios-setup] Sep 01 20:32:19.323 INFO E| Compiling openapiv3 v1.0.2
27482024-09-01T20:32:21.633Z[ helios-setup] Sep 01 20:32:20.914 INFO E| Compiling encoding_rs v0.8.32
27492024-09-01T20:32:23.568Z[ helios-setup] Sep 01 20:32:22.850 INFO E| Compiling ipnet v2.7.2
27502024-09-01T20:32:24.518Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27512024-09-01T20:32:27.851Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27522024-09-01T20:32:28.387Z[ helios-setup] Sep 01 20:32:27.668 INFO E| Compiling base64 v0.13.1
27532024-09-01T20:32:28.567Z[ helios-setup] Sep 01 20:32:27.848 INFO E| Compiling utf-8 v0.7.6
27542024-09-01T20:32:29.207Z[ helios-setup] Sep 01 20:32:28.484 INFO E| Compiling spin v0.5.2
27552024-09-01T20:32:29.631Z[ helios-setup] Sep 01 20:32:28.911 INFO E| Compiling either v1.8.0
27562024-09-01T20:32:29.871Z[ helios-setup] Sep 01 20:32:29.152 INFO E| Compiling mime v0.3.17
27572024-09-01T20:32:29.913Z[ helios-setup] Sep 01 20:32:29.194 INFO E| Compiling byteorder v1.4.3
27582024-09-01T20:32:30.117Z[ helios-setup] Sep 01 20:32:29.398 INFO E| Compiling clap_lex v0.4.1
27592024-09-01T20:32:30.921Z[ helios-setup] Sep 01 20:32:30.202 INFO E| Compiling unsafe-libyaml v0.2.8
27602024-09-01T20:32:31.548Z[ helios-setup] Sep 01 20:32:30.829 INFO E| Compiling untrusted v0.7.1
27612024-09-01T20:32:31.691Z[ host-package] Compiling tabled_derive v0.7.0
27622024-09-01T20:32:31.855Z[ helios-setup] Sep 01 20:32:31.136 INFO E| Compiling strsim v0.10.0
27632024-09-01T20:32:32.103Z[ helios-setup] Sep 01 20:32:31.384 INFO E| Compiling project-root v0.2.2
27642024-09-01T20:32:32.725Z[ helios-setup] Sep 01 20:32:32.005 INFO E| Compiling clap_builder v4.2.1
27652024-09-01T20:32:34.954Z[ helios-setup] Sep 01 20:32:34.234 INFO E| Compiling serde_yaml v0.9.21
27662024-09-01T20:32:35.068Z[ helios-setup] Sep 01 20:32:34.349 INFO E| Compiling tungstenite v0.18.0
27672024-09-01T20:32:35.369Z[ helios-setup] Sep 01 20:32:34.650 INFO E| Compiling reqwest v0.11.16
27682024-09-01T20:32:35.562Z[ helios-setup] Sep 01 20:32:34.843 INFO E| Compiling rayon v1.6.1
27692024-09-01T20:32:36.243Z[ host-package] Compiling crossterm v0.27.0
27702024-09-01T20:32:36.890Z[ host-package] Compiling peg-macros v0.8.4
27712024-09-01T20:32:42.645Z[ helios-setup] Sep 01 20:32:41.925 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27722024-09-01T20:32:43.400Z[ helios-setup] Sep 01 20:32:42.679 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27732024-09-01T20:32:43.550Z[ host-package] Compiling sqlparser_derive v0.2.2
27742024-09-01T20:32:45.514Z[ helios-setup] Sep 01 20:32:44.794 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27752024-09-01T20:32:46.867Z[ host-package] Compiling unicode_categories v0.1.1
27762024-09-01T20:32:47.304Z[ host-package] Compiling nu-ansi-term v0.50.0
27772024-09-01T20:32:47.772Z[ helios-setup] Sep 01 20:32:47.052 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27782024-09-01T20:32:47.891Z[ host-package] Compiling sqlformat v0.2.4
27792024-09-01T20:32:48.310Z[ helios-setup] Sep 01 20:32:47.590 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27802024-09-01T20:32:48.933Z[ host-package] Compiling reedline v0.33.0
27812024-09-01T20:32:49.317Z[ helios-setup] Sep 01 20:32:48.597 INFO E| Compiling clap_derive v4.2.0
27822024-09-01T20:32:50.068Z[ host-package] Compiling rustyline v14.0.0
27832024-09-01T20:32:53.394Z[ helios-setup] Sep 01 20:32:52.674 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27842024-09-01T20:32:58.842Z[ host-package] Compiling sqlparser v0.45.0
27852024-09-01T20:32:58.896Z[ helios-setup] Sep 01 20:32:58.176 INFO E| Compiling clap v4.2.1
27862024-09-01T20:32:59.035Z[ helios-setup] Sep 01 20:32:58.314 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
27872024-09-01T20:33:06.913Z[ host-package] Compiling peg v0.8.4
27882024-09-01T20:33:07.422Z[ host-package] Compiling tabled v0.15.0
27892024-09-01T20:33:09.127Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27902024-09-01T20:33:09.504Z[ helios-setup] Sep 01 20:33:08.783 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27912024-09-01T20:33:13.160Z[ helios-setup] Sep 01 20:33:12.439 INFO E| Compiling tokio-tungstenite v0.18.0
27922024-09-01T20:33:13.592Z[ host-package] Compiling sled v0.34.7
27932024-09-01T20:33:14.893Z[ helios-setup] Sep 01 20:33:14.172 INFO E| Compiling smartstring v1.0.1
27942024-09-01T20:33:16.296Z[ helios-setup] Sep 01 20:33:15.574 INFO E| Compiling rustls v0.21.0
27952024-09-01T20:33:18.527Z[ helios-setup] Sep 01 20:33:17.805 INFO E| Compiling serde_spanned v0.6.1
27962024-09-01T20:33:19.032Z[ helios-setup] Sep 01 20:33:18.310 INFO E| Compiling toml_datetime v0.6.1
27972024-09-01T20:33:20.413Z[ helios-setup] Sep 01 20:33:19.690 INFO E| Compiling match_cfg v0.1.0
27982024-09-01T20:33:20.853Z[ helios-setup] Sep 01 20:33:20.131 INFO E| Compiling winnow v0.4.1
27992024-09-01T20:33:23.061Z[ host-package] Compiling mime_guess v2.0.4
28002024-09-01T20:33:23.112Z[ helios-setup] Sep 01 20:33:22.390 INFO E| Compiling async-trait v0.1.68
28012024-09-01T20:33:24.653Z[ helios-setup] Sep 01 20:33:23.931 INFO E| Compiling paste v1.0.12
28022024-09-01T20:33:26.111Z[ helios-setup] Sep 01 20:33:25.389 INFO E| Compiling slog-async v2.7.0
28032024-09-01T20:33:26.637Z[ host-package] Compiling hickory-client v0.24.1
28042024-09-01T20:33:27.027Z[ helios-setup] Sep 01 20:33:26.305 INFO E| Compiling static_assertions v1.1.0
28052024-09-01T20:33:27.556Z[ helios-setup] Sep 01 20:33:26.834 INFO E| Compiling camino v1.1.4
28062024-09-01T20:33:28.791Z[ helios-setup] Sep 01 20:33:28.069 INFO E| Compiling toml_edit v0.19.8
28072024-09-01T20:33:29.411Z[ helios-setup] Sep 01 20:33:28.689 INFO E| Compiling hostname v0.3.1
28082024-09-01T20:33:29.773Z[ helios-setup] Sep 01 20:33:29.051 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28092024-09-01T20:33:29.955Z[ helios-setup] Sep 01 20:33:29.232 INFO E| Compiling slog-json v2.6.1
28102024-09-01T20:33:31.005Z[ helios-setup] Sep 01 20:33:30.282 INFO E| Compiling unicode-linebreak v0.1.4
28112024-09-01T20:33:33.688Z[ host-package] Compiling env_logger v0.9.3
28122024-09-01T20:33:36.068Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28132024-09-01T20:33:36.348Z[ helios-setup] Sep 01 20:33:35.625 INFO E| Compiling async-stream-impl v0.3.5
28142024-09-01T20:33:39.483Z[ helios-setup] Sep 01 20:33:38.760 INFO E| Compiling rhai_codegen v1.5.0
28152024-09-01T20:33:41.174Z[ host-package] Compiling tungstenite v0.20.1
28162024-09-01T20:33:41.804Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28172024-09-01T20:33:43.343Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28182024-09-01T20:33:45.255Z[ helios-setup] Sep 01 20:33:44.532 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28192024-09-01T20:33:45.644Z[ helios-setup] Sep 01 20:33:44.921 INFO E| Compiling take_mut v0.2.2
28202024-09-01T20:33:46.260Z[ helios-setup] Sep 01 20:33:45.537 INFO E| Compiling rhai v1.14.0
28212024-09-01T20:33:46.329Z[ helios-setup] Sep 01 20:33:45.606 INFO E| Compiling async-stream v0.3.5
28222024-09-01T20:33:46.960Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28232024-09-01T20:33:47.057Z[ helios-setup] Sep 01 20:33:46.333 INFO E| Compiling toml v0.7.3
28242024-09-01T20:33:47.319Z[ helios-setup] Sep 01 20:33:46.595 INFO E| Compiling slog-bunyan v2.4.0
28252024-09-01T20:33:48.006Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
28262024-09-01T20:33:50.377Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28272024-09-01T20:33:51.721Z[ host-package] Compiling hickory-server v0.24.1
28282024-09-01T20:33:51.870Z[ host-package] Compiling bcs v0.1.6
28292024-09-01T20:33:52.142Z[ helios-setup] Sep 01 20:33:51.419 INFO E| Compiling rustls-pemfile v1.0.2
28302024-09-01T20:33:53.681Z[ helios-setup] Sep 01 20:33:52.958 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28312024-09-01T20:33:54.106Z[ host-package] Compiling vergen v8.3.2
28322024-09-01T20:33:54.677Z[ helios-setup] Sep 01 20:33:53.953 INFO E| Compiling bincode v1.3.3
28332024-09-01T20:33:55.145Z[ host-package] Compiling bitstruct_derive v0.1.0
28342024-09-01T20:33:56.296Z[ helios-setup] Sep 01 20:33:55.572 INFO E| Compiling serde_path_to_error v0.1.11
28352024-09-01T20:33:57.048Z[ helios-setup] Sep 01 20:33:56.324 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28362024-09-01T20:33:57.992Z[ host-package] Compiling cargo-platform v0.1.8
28372024-09-01T20:33:59.019Z[ helios-setup] Sep 01 20:33:58.295 INFO E| Compiling terminal_size v0.2.6
28382024-09-01T20:33:59.088Z[ host-package] Compiling nanorand v0.7.0
28392024-09-01T20:33:59.107Z[ helios-setup] Sep 01 20:33:58.383 INFO E| Compiling smawk v0.3.1
28402024-09-01T20:33:59.154Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28412024-09-01T20:33:59.480Z[ helios-setup] Sep 01 20:33:58.756 INFO E| Compiling textwrap v0.16.0
28422024-09-01T20:33:59.581Z[ host-package] Compiling memoffset v0.9.1
28432024-09-01T20:34:00.458Z[ host-package] Compiling ascii v1.1.0
28442024-09-01T20:34:00.895Z[ host-package] Compiling flume v0.11.0
28452024-09-01T20:34:01.428Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28462024-09-01T20:34:02.059Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28472024-09-01T20:34:02.163Z[ host-package] Compiling cargo_metadata v0.18.1
28482024-09-01T20:34:02.793Z[ host-package] Compiling bitstruct v0.1.1
28492024-09-01T20:34:03.594Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28502024-09-01T20:34:06.702Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512024-09-01T20:34:09.332Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28522024-09-01T20:34:10.709Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28532024-09-01T20:34:10.954Z[ helios-setup] Sep 01 20:34:10.229 INFO E| Compiling rustls-webpki v0.100.1
28542024-09-01T20:34:10.998Z[ helios-setup] Sep 01 20:34:10.274 INFO E| Compiling sct v0.7.0
28552024-09-01T20:34:15.617Z[ host-package] Compiling tokio-tungstenite v0.20.1
28562024-09-01T20:34:16.517Z[ helios-setup] Sep 01 20:34:15.792 INFO E| Compiling git2 v0.16.1
28572024-09-01T20:34:17.439Z[ host-package] Compiling git2 v0.19.0
28582024-09-01T20:34:19.222Z[ helios-setup] Sep 01 20:34:18.497 INFO E| Compiling tokio-rustls v0.24.0
28592024-09-01T20:34:21.869Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28602024-09-01T20:34:23.720Z[ helios-setup] Sep 01 20:34:22.995 INFO E| Compiling built v0.6.0
28612024-09-01T20:34:26.384Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28622024-09-01T20:34:27.948Z[ helios-setup] Sep 01 20:34:27.223 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28632024-09-01T20:34:31.395Z[ helios-setup] Sep 01 20:34:30.669 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28642024-09-01T20:34:32.624Z[ helios-setup] Sep 01 20:34:31.898 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28652024-09-01T20:34:33.088Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28662024-09-01T20:34:47.846Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28672024-09-01T20:34:48.929Z[ host-package] Compiling libsqlite3-sys v0.28.0
28682024-09-01T20:34:50.122Z[ host-package] Compiling serde_arrays v0.1.0
28692024-09-01T20:34:50.856Z[ host-package] Compiling erased-serde v0.3.31
28702024-09-01T20:34:53.294Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28712024-09-01T20:34:55.784Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28722024-09-01T20:34:56.954Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28732024-09-01T20:35:02.683Z[ helios-setup] Sep 01 20:35:01.955 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28742024-09-01T20:35:05.162Z[ helios-setup] Sep 01 20:35:04.434 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28752024-09-01T20:35:06.879Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28762024-09-01T20:35:07.862Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28772024-09-01T20:35:11.109Z[ host-package] Compiling heck v0.3.3
28782024-09-01T20:35:12.022Z[ host-package] Compiling castaway v0.2.3
28792024-09-01T20:35:12.847Z[ host-package] Compiling rand_seeder v0.3.0
28802024-09-01T20:35:13.971Z[ host-package] Compiling csv-core v0.1.11
28812024-09-01T20:35:15.865Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28822024-09-01T20:35:16.977Z[ host-package] Compiling http-range v0.1.5
28832024-09-01T20:35:18.866Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28842024-09-01T20:35:21.863Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28852024-09-01T20:35:23.117Z[ host-package] Compiling hyper-staticfile v0.9.5
28862024-09-01T20:35:24.269Z[ host-package] Compiling csv v1.3.0
28872024-09-01T20:35:28.384Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28882024-09-01T20:35:28.662Z[ host-package] Compiling compact_str v0.8.0
28892024-09-01T20:35:28.880Z[ host-package] Compiling zone_cfg_derive v0.1.2
28902024-09-01T20:35:30.995Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28912024-09-01T20:35:32.915Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28922024-09-01T20:35:33.312Z[ host-package] Compiling nix v0.27.1
28932024-09-01T20:35:34.144Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28942024-09-01T20:35:35.631Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28952024-09-01T20:35:36.490Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28962024-09-01T20:35:38.902Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28972024-09-01T20:35:45.948Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28982024-09-01T20:35:46.519Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28992024-09-01T20:35:46.887Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29002024-09-01T20:35:47.331Z[ host-package] Compiling unicode-truncate v1.0.0
29012024-09-01T20:35:47.758Z[ host-package] Compiling lru v0.12.3
29022024-09-01T20:35:47.954Z[ host-package] Compiling hashlink v0.9.1
29032024-09-01T20:35:48.170Z[ host-package] Compiling serde-big-array v0.5.1
29042024-09-01T20:35:48.777Z[ host-package] Compiling instability v0.3.2
29052024-09-01T20:35:48.854Z[ host-package] Compiling base64 v0.13.1
29062024-09-01T20:35:49.484Z[ helios-setup] Sep 01 20:35:48.754 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29072024-09-01T20:35:49.737Z[ host-package] Compiling cassowary v0.3.0
29082024-09-01T20:35:49.938Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29092024-09-01T20:35:50.330Z[ host-package] Compiling fallible-iterator v0.3.0
29102024-09-01T20:35:51.352Z[ host-package] Compiling rusqlite v0.31.0
29112024-09-01T20:35:54.105Z[ host-package] Compiling ratatui v0.28.0
29122024-09-01T20:35:57.145Z[ host-package] Compiling ron v0.7.1
29132024-09-01T20:36:01.840Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29142024-09-01T20:36:03.688Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29152024-09-01T20:36:07.556Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29162024-09-01T20:36:14.892Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29172024-09-01T20:36:16.075Z[ host-package] Compiling zone v0.1.8
29182024-09-01T20:36:17.739Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29192024-09-01T20:36:24.972Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29202024-09-01T20:36:36.652Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29212024-09-01T20:36:38.837Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29222024-09-01T20:36:40.317Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29232024-09-01T20:36:41.436Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29242024-09-01T20:36:49.948Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29252024-09-01T20:36:50.445Z[ host-package] Compiling signal-hook-tokio v0.3.1
29262024-09-01T20:36:50.705Z[ host-package] Compiling twox-hash v1.6.3
29272024-09-01T20:36:50.870Z[ host-package] Compiling yasna v0.5.2
29282024-09-01T20:36:52.015Z[ host-package] Compiling portpicker v0.1.1
29292024-09-01T20:36:52.930Z[ host-package] Compiling smawk v0.3.2
29302024-09-01T20:36:53.337Z[ host-package] Compiling unicode-linebreak v0.1.5
29312024-09-01T20:36:54.046Z[ host-package] Compiling textwrap v0.16.1
29322024-09-01T20:36:54.475Z[ helios-setup] Sep 01 20:36:53.741 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s
29332024-09-01T20:36:54.634Z[ helios-setup] Sep 01 20:36:53.900 INFO building project "pilot" ok (409 seconds)
29342024-09-01T20:36:54.638Z[ helios-setup] Sep 01 20:36:53.900 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29352024-09-01T20:36:54.638Z[ helios-setup] Sep 01 20:36:53.900 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29362024-09-01T20:36:54.644Z[ helios-setup] Sep 01 20:36:53.910 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29372024-09-01T20:36:54.840Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29382024-09-01T20:36:54.967Z[ helios-setup] Sep 01 20:36:54.233 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29392024-09-01T20:36:54.967Z[ helios-setup] Sep 01 20:36:54.233 INFO E| info: downloading component 'cargo'
29402024-09-01T20:36:55.634Z[ host-package] Compiling rcgen v0.12.1
29412024-09-01T20:36:56.813Z[ helios-setup] Sep 01 20:36:56.079 INFO E| info: downloading component 'clippy'
29422024-09-01T20:36:57.076Z[ helios-setup] Sep 01 20:36:56.342 INFO E| info: downloading component 'rust-docs'
29432024-09-01T20:36:58.534Z[ helios-setup] Sep 01 20:36:57.800 INFO E| info: downloading component 'rust-src'
29442024-09-01T20:36:58.959Z[ helios-setup] Sep 01 20:36:58.225 INFO E| info: downloading component 'rust-std'
29452024-09-01T20:37:00.811Z[ helios-setup] Sep 01 20:37:00.077 INFO E| info: downloading component 'rustc'
29462024-09-01T20:37:03.043Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29472024-09-01T20:37:03.077Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29482024-09-01T20:37:05.572Z[ helios-setup] Sep 01 20:37:04.838 INFO E| info: downloading component 'rustfmt'
29492024-09-01T20:37:05.942Z[ helios-setup] Sep 01 20:37:05.208 INFO E| info: installing component 'cargo'
29502024-09-01T20:37:07.340Z[ helios-setup] Sep 01 20:37:06.605 INFO E| info: installing component 'clippy'
29512024-09-01T20:37:07.842Z[ helios-setup] Sep 01 20:37:07.107 INFO E| info: installing component 'rust-docs'
29522024-09-01T20:37:10.020Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29532024-09-01T20:37:12.327Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29542024-09-01T20:37:12.450Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29552024-09-01T20:37:13.790Z[ helios-setup] Sep 01 20:37:13.054 INFO E| info: installing component 'rust-src'
29562024-09-01T20:37:14.438Z[ helios-setup] Sep 01 20:37:13.703 INFO E| info: installing component 'rust-std'
29572024-09-01T20:37:17.049Z[ helios-setup] Sep 01 20:37:16.314 INFO E| info: installing component 'rustc'
29582024-09-01T20:37:18.378Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29592024-09-01T20:37:19.061Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29602024-09-01T20:37:19.841Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29612024-09-01T20:37:20.525Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29622024-09-01T20:37:23.300Z[ helios-setup] Sep 01 20:37:22.565 INFO E| info: installing component 'rustfmt'
29632024-09-01T20:37:24.028Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29642024-09-01T20:37:24.213Z[ helios-setup] Sep 01 20:37:23.477 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29652024-09-01T20:37:25.050Z[ helios-setup] Sep 01 20:37:24.315 INFO E| From https://github.com/oxidecomputer/amd-apcb
29662024-09-01T20:37:25.050Z[ helios-setup] Sep 01 20:37:24.315 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29672024-09-01T20:37:25.053Z[ helios-setup] Sep 01 20:37:24.315 INFO E| * [new tag] v0.3.3 -> v0.3.3
29682024-09-01T20:37:25.079Z[ helios-setup] Sep 01 20:37:24.343 INFO E| * [new tag] v0.1.3 -> v0.1.3
29692024-09-01T20:37:25.079Z[ helios-setup] Sep 01 20:37:24.343 INFO E| * [new tag] v0.1.4 -> v0.1.4
29702024-09-01T20:37:25.079Z[ helios-setup] Sep 01 20:37:24.343 INFO E| * [new tag] v0.1.5 -> v0.1.5
29712024-09-01T20:37:25.081Z[ helios-setup] Sep 01 20:37:24.343 INFO E| * [new tag] v0.2.0 -> v0.2.0
29722024-09-01T20:37:25.081Z[ helios-setup] Sep 01 20:37:24.344 INFO E| * [new tag] v0.3.0 -> v0.3.0
29732024-09-01T20:37:25.081Z[ helios-setup] Sep 01 20:37:24.344 INFO E| * [new tag] v0.3.1 -> v0.3.1
29742024-09-01T20:37:25.081Z[ helios-setup] Sep 01 20:37:24.344 INFO E| * [new tag] v0.3.2 -> v0.3.2
29752024-09-01T20:37:25.133Z[ helios-setup] Sep 01 20:37:24.397 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29762024-09-01T20:37:25.985Z[ helios-setup] Sep 01 20:37:25.249 INFO E| From https://github.com/oxidecomputer/amd-efs
29772024-09-01T20:37:25.985Z[ helios-setup] Sep 01 20:37:25.249 INFO E| * [new branch] empty -> origin/empty
29782024-09-01T20:37:25.985Z[ helios-setup] Sep 01 20:37:25.249 INFO E| * [new branch] issue-99 -> origin/issue-99
29792024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.250 INFO E| * [new branch] main -> origin/main
29802024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.250 INFO E| * [new branch] review -> origin/review
29812024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.250 INFO E| * [new ref] -> origin/HEAD
29822024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.250 INFO E| * [new tag] v0.2.0 -> v0.2.0
29832024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.250 INFO E| * [new tag] v0.2.1 -> v0.2.1
29842024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.250 INFO E| * [new tag] v0.2.2 -> v0.2.2
29852024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.251 INFO E| * [new tag] v0.2.3 -> v0.2.3
29862024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.251 INFO E| * [new tag] v0.2.4 -> v0.2.4
29872024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.251 INFO E| * [new tag] v0.2.5 -> v0.2.5
29882024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.251 INFO E| * [new tag] v0.2.6 -> v0.2.6
29892024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.251 INFO E| * [new tag] v0.2.7 -> v0.2.7
29902024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.251 INFO E| * [new tag] v0.3.0 -> v0.3.0
29912024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.251 INFO E| * [new tag] v0.3.1 -> v0.3.1
29922024-09-01T20:37:25.990Z[ helios-setup] Sep 01 20:37:25.251 INFO E| * [new tag] v0.4.0 -> v0.4.0
29932024-09-01T20:37:26.012Z[ helios-setup] Sep 01 20:37:25.276 INFO E| Updating crates.io index
29942024-09-01T20:37:26.436Z[ helios-setup] Sep 01 20:37:25.700 INFO E| Downloading crates ...
29952024-09-01T20:37:26.557Z[ helios-setup] Sep 01 20:37:25.821 INFO E| Downloaded scroll_derive v0.10.5
29962024-09-01T20:37:26.559Z[ helios-setup] Sep 01 20:37:25.824 INFO E| Downloaded unic-char-range v0.9.0
29972024-09-01T20:37:26.564Z[ helios-setup] Sep 01 20:37:25.827 INFO E| Downloaded parse_int v0.6.0
29982024-09-01T20:37:26.564Z[ helios-setup] Sep 01 20:37:25.828 INFO E| Downloaded fletcher v0.1.0
29992024-09-01T20:37:26.571Z[ helios-setup] Sep 01 20:37:25.830 INFO E| Downloaded proc-macro-crate v0.1.5
30002024-09-01T20:37:26.571Z[ helios-setup] Sep 01 20:37:25.831 INFO E| Downloaded cfg-if v0.1.10
30012024-09-01T20:37:26.571Z[ helios-setup] Sep 01 20:37:25.833 INFO E| Downloaded unic-char-property v0.9.0
30022024-09-01T20:37:26.576Z[ helios-setup] Sep 01 20:37:25.835 INFO E| Downloaded unic-common v0.9.0
30032024-09-01T20:37:26.579Z[ helios-setup] Sep 01 20:37:25.836 INFO E| Downloaded memoffset v0.5.6
30042024-09-01T20:37:26.581Z[ helios-setup] Sep 01 20:37:25.838 INFO E| Downloaded unic-ucd-version v0.9.0
30052024-09-01T20:37:26.581Z[ helios-setup] Sep 01 20:37:25.839 INFO E| Downloaded strum v0.23.0
30062024-09-01T20:37:26.585Z[ helios-setup] Sep 01 20:37:25.840 INFO E| Downloaded bytesize v1.3.0
30072024-09-01T20:37:26.585Z[ helios-setup] Sep 01 20:37:25.842 INFO E| Downloaded num-derive v0.3.3
30082024-09-01T20:37:26.585Z[ helios-setup] Sep 01 20:37:25.844 INFO E| Downloaded textwrap v0.11.0
30092024-09-01T20:37:26.585Z[ helios-setup] Sep 01 20:37:25.847 INFO E| Downloaded semver-parser v0.7.0
30102024-09-01T20:37:26.585Z[ helios-setup] Sep 01 20:37:25.848 INFO E| Downloaded ansi_term v0.12.1
30112024-09-01T20:37:26.588Z[ helios-setup] Sep 01 20:37:25.851 INFO E| Downloaded vec_map v0.8.2
30122024-09-01T20:37:26.588Z[ helios-setup] Sep 01 20:37:25.852 INFO E| Downloaded unic-ucd-ident v0.9.0
30132024-09-01T20:37:26.590Z[ helios-setup] Sep 01 20:37:25.855 INFO E| Downloaded pre v0.2.1
30142024-09-01T20:37:26.594Z[ helios-setup] Sep 01 20:37:25.856 INFO E| Downloaded semver v0.9.0
30152024-09-01T20:37:26.594Z[ helios-setup] Sep 01 20:37:25.858 INFO E| Downloaded strum_macros v0.23.1
30162024-09-01T20:37:26.596Z[ helios-setup] Sep 01 20:37:25.860 INFO E| Downloaded structopt-derive v0.4.18
30172024-09-01T20:37:26.599Z[ helios-setup] Sep 01 20:37:25.862 INFO E| Downloaded strsim v0.8.0
30182024-09-01T20:37:26.602Z[ helios-setup] Sep 01 20:37:25.864 INFO E| Downloaded pest_generator v2.7.11
30192024-09-01T20:37:26.602Z[ helios-setup] Sep 01 20:37:25.866 INFO E| Downloaded rustc_version v0.2.3
30202024-09-01T20:37:26.604Z[ helios-setup] Sep 01 20:37:25.867 INFO E| Downloaded pre-proc-macro v0.2.1
30212024-09-01T20:37:26.606Z[ helios-setup] Sep 01 20:37:25.870 INFO E| Downloaded pest_derive v2.7.11
30222024-09-01T20:37:26.609Z[ helios-setup] Sep 01 20:37:25.874 INFO E| Downloaded scroll v0.10.2
30232024-09-01T20:37:26.612Z[ helios-setup] Sep 01 20:37:25.877 INFO E| Downloaded structopt v0.3.26
30242024-09-01T20:37:26.625Z[ helios-setup] Sep 01 20:37:25.890 INFO E| Downloaded memchr v2.7.4
30252024-09-01T20:37:26.633Z[ helios-setup] Sep 01 20:37:25.898 INFO E| Downloaded pest_meta v2.7.11
30262024-09-01T20:37:26.636Z[ helios-setup] Sep 01 20:37:25.901 INFO E| Downloaded pest v2.7.11
30272024-09-01T20:37:26.644Z[ helios-setup] Sep 01 20:37:25.909 INFO E| Downloaded goblin v0.4.3
30282024-09-01T20:37:26.657Z[ helios-setup] Sep 01 20:37:25.922 INFO E| Downloaded clap v2.34.0
30292024-09-01T20:37:26.669Z[ helios-setup] Sep 01 20:37:25.933 INFO E| Downloaded modular-bitfield v0.11.2
30302024-09-01T20:37:26.686Z[ helios-setup] Sep 01 20:37:25.951 INFO E| Downloaded libc v0.2.155
30312024-09-01T20:37:26.745Z[ helios-setup] Sep 01 20:37:26.009 INFO E| Downloaded four-cc v0.3.0
30322024-09-01T20:37:26.747Z[ helios-setup] Sep 01 20:37:26.011 INFO E| Downloaded modular-bitfield-impl v0.11.2
30332024-09-01T20:37:26.844Z[ helios-setup] Sep 01 20:37:26.108 INFO E| Compiling proc-macro2 v1.0.86
30342024-09-01T20:37:26.844Z[ helios-setup] Sep 01 20:37:26.108 INFO E| Compiling unicode-ident v1.0.12
30352024-09-01T20:37:26.844Z[ helios-setup] Sep 01 20:37:26.108 INFO E| Compiling syn v1.0.109
30362024-09-01T20:37:26.846Z[ helios-setup] Sep 01 20:37:26.108 INFO E| Compiling version_check v0.9.4
30372024-09-01T20:37:26.847Z[ helios-setup] Sep 01 20:37:26.108 INFO E| Compiling thiserror v1.0.63
30382024-09-01T20:37:26.847Z[ helios-setup] Sep 01 20:37:26.108 INFO E| Compiling autocfg v1.3.0
30392024-09-01T20:37:26.847Z[ helios-setup] Sep 01 20:37:26.109 INFO E| Compiling semver-parser v0.7.0
30402024-09-01T20:37:26.847Z[ helios-setup] Sep 01 20:37:26.109 INFO E| Compiling serde v1.0.204
30412024-09-01T20:37:27.380Z[ helios-setup] Sep 01 20:37:26.644 INFO E| Compiling semver v0.9.0
30422024-09-01T20:37:28.263Z[ helios-setup] Sep 01 20:37:27.527 INFO E| Compiling proc-macro-error-attr v1.0.4
30432024-09-01T20:37:28.366Z[ helios-setup] Sep 01 20:37:27.630 INFO E| Compiling proc-macro-error v1.0.4
30442024-09-01T20:37:28.427Z[ helios-setup] Sep 01 20:37:27.691 INFO E| Compiling rustc_version v0.2.3
30452024-09-01T20:37:28.542Z[ helios-setup] Sep 01 20:37:27.807 INFO E| Compiling serde_json v1.0.120
30462024-09-01T20:37:28.575Z[ host-package] Compiling atomicwrites v0.4.3
30472024-09-01T20:37:28.715Z[ helios-setup] Sep 01 20:37:27.979 INFO E| Compiling num-traits v0.2.19
30482024-09-01T20:37:28.753Z[ helios-setup] Sep 01 20:37:28.017 INFO E| Compiling schemars v0.8.21
30492024-09-01T20:37:29.007Z[ helios-setup] Sep 01 20:37:28.271 INFO E| Compiling unicode-segmentation v1.11.0
30502024-09-01T20:37:29.110Z[ host-package] Compiling fatfs v0.3.6
30512024-09-01T20:37:29.206Z[ helios-setup] Sep 01 20:37:28.470 INFO E| Compiling ryu v1.0.18
30522024-09-01T20:37:29.212Z[ helios-setup] Sep 01 20:37:28.476 INFO E| Compiling itoa v1.0.11
30532024-09-01T20:37:29.448Z[ helios-setup] Sep 01 20:37:28.713 INFO E| Compiling pre-proc-macro v0.2.1
30542024-09-01T20:37:29.537Z[ helios-setup] Sep 01 20:37:28.801 INFO E| Compiling memoffset v0.5.6
30552024-09-01T20:37:29.553Z[ helios-setup] Sep 01 20:37:28.818 INFO E| Compiling dyn-clone v1.0.17
30562024-09-01T20:37:29.899Z[ helios-setup] Sep 01 20:37:29.163 INFO E| Compiling rustversion v1.0.17
30572024-09-01T20:37:29.972Z[ helios-setup] Sep 01 20:37:29.236 INFO E| Compiling lazy_static v1.5.0
30582024-09-01T20:37:29.999Z[ host-package] Compiling rtoolbox v0.0.2
30592024-09-01T20:37:30.031Z[ helios-setup] Sep 01 20:37:29.296 INFO E| Compiling memchr v2.7.4
30602024-09-01T20:37:30.329Z[ helios-setup] Sep 01 20:37:29.593 INFO E| Compiling quote v1.0.36
30612024-09-01T20:37:30.357Z[ helios-setup] Sep 01 20:37:29.614 INFO E| Compiling heck v0.3.3
30622024-09-01T20:37:30.435Z[ helios-setup] Sep 01 20:37:29.699 INFO E| Compiling ucd-trie v0.1.6
30632024-09-01T20:37:30.826Z[ helios-setup] Sep 01 20:37:30.090 INFO E| Compiling libc v0.2.155
30642024-09-01T20:37:30.865Z[ host-package] Compiling subprocess v0.2.9
30652024-09-01T20:37:30.988Z[ helios-setup] Sep 01 20:37:30.253 INFO E| Compiling syn v2.0.71
30662024-09-01T20:37:31.580Z[ helios-setup] Sep 01 20:37:30.842 INFO E| Compiling paste v1.0.15
30672024-09-01T20:37:32.416Z[ helios-setup] Sep 01 20:37:31.680 INFO E| Compiling pre v0.2.1
30682024-09-01T20:37:32.781Z[ helios-setup] Sep 01 20:37:32.045 INFO E| Compiling once_cell v1.19.0
30692024-09-01T20:37:33.402Z[ helios-setup] Sep 01 20:37:32.667 INFO E| Compiling static_assertions v1.1.0
30702024-09-01T20:37:33.500Z[ helios-setup] Sep 01 20:37:32.764 INFO E| Compiling byteorder v1.5.0
30712024-09-01T20:37:33.503Z[ helios-setup] Sep 01 20:37:32.764 INFO E| Compiling cfg-if v0.1.10
30722024-09-01T20:37:34.298Z[ host-package] Compiling assert_matches v1.5.0
30732024-09-01T20:37:34.473Z[ host-package] Compiling is_ci v1.2.0
30742024-09-01T20:37:34.594Z[ helios-setup] Sep 01 20:37:33.858 INFO E| Compiling unicode-width v0.1.13
30752024-09-01T20:37:35.022Z[ helios-setup] Sep 01 20:37:34.286 INFO E| Compiling textwrap v0.11.0
30762024-09-01T20:37:35.190Z[ host-package] Compiling supports-color v3.0.0
30772024-09-01T20:37:35.787Z[ helios-setup] Sep 01 20:37:35.049 INFO E| Compiling atty v0.2.14
30782024-09-01T20:37:35.974Z[ helios-setup] Sep 01 20:37:35.238 INFO E| Compiling strum v0.23.0
30792024-09-01T20:37:35.999Z[ helios-setup] Sep 01 20:37:35.263 INFO E| Compiling vec_map v0.8.2
30802024-09-01T20:37:36.148Z[ helios-setup] Sep 01 20:37:35.412 INFO E| Compiling fletcher v0.1.0
30812024-09-01T20:37:36.330Z[ helios-setup] Sep 01 20:37:35.594 INFO E| Compiling ansi_term v0.12.1
30822024-09-01T20:37:36.384Z[ helios-setup] Sep 01 20:37:35.648 INFO E| Compiling bitflags v1.3.2
30832024-09-01T20:37:36.480Z[ helios-setup] Sep 01 20:37:35.744 INFO E| Compiling unic-char-range v0.9.0
30842024-09-01T20:37:36.734Z[ helios-setup] Sep 01 20:37:35.998 INFO E| Compiling unic-common v0.9.0
30852024-09-01T20:37:36.896Z[ helios-setup] Sep 01 20:37:36.160 INFO E| Compiling parse_int v0.6.0
30862024-09-01T20:37:36.963Z[ helios-setup] Sep 01 20:37:36.227 INFO E| Compiling strsim v0.8.0
30872024-09-01T20:37:37.170Z[ helios-setup] Sep 01 20:37:36.434 INFO E| Compiling unic-ucd-version v0.9.0
30882024-09-01T20:37:37.372Z[ helios-setup] Sep 01 20:37:36.636 INFO E| Compiling clap v2.34.0
30892024-09-01T20:37:37.396Z[ helios-setup] Sep 01 20:37:36.660 INFO E| Compiling unic-char-property v0.9.0
30902024-09-01T20:37:37.612Z[ helios-setup] Sep 01 20:37:36.876 INFO E| Compiling log v0.4.22
30912024-09-01T20:37:37.633Z[ helios-setup] Sep 01 20:37:36.897 INFO E| Compiling plain v0.2.3
30922024-09-01T20:37:37.904Z[ helios-setup] Sep 01 20:37:37.167 INFO E| Compiling unic-ucd-ident v0.9.0
30932024-09-01T20:37:37.918Z[ helios-setup] Sep 01 20:37:37.182 INFO E| Compiling bytesize v1.3.0
30942024-09-01T20:37:38.880Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30952024-09-01T20:37:38.994Z[ host-package] Compiling rpassword v7.3.1
30962024-09-01T20:37:39.713Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30972024-09-01T20:37:39.821Z[ helios-setup] Sep 01 20:37:39.085 INFO E| Compiling serde_derive_internals v0.29.1
30982024-09-01T20:37:41.449Z[ helios-setup] Sep 01 20:37:40.712 INFO E| Compiling toml v0.5.11
30992024-09-01T20:37:44.725Z[ helios-setup] Sep 01 20:37:43.989 INFO E| Compiling proc-macro-crate v0.1.5
31002024-09-01T20:37:44.924Z[ helios-setup] Sep 01 20:37:44.188 INFO E| Compiling thiserror-impl v1.0.63
31012024-09-01T20:37:45.451Z[ helios-setup] Sep 01 20:37:44.714 INFO E| Compiling serde_derive v1.0.204
31022024-09-01T20:37:45.695Z[ helios-setup] Sep 01 20:37:44.958 INFO E| Compiling schemars_derive v0.8.21
31032024-09-01T20:37:45.952Z[ helios-setup] Sep 01 20:37:45.216 INFO E| Compiling zerocopy-derive v0.6.6
31042024-09-01T20:37:49.472Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31052024-09-01T20:37:49.786Z[ helios-setup] Sep 01 20:37:49.049 INFO E| Compiling zerocopy v0.6.6
31062024-09-01T20:37:50.603Z[ helios-setup] Sep 01 20:37:49.866 INFO E| Compiling pest v2.7.11
31072024-09-01T20:37:50.931Z[ host-package] Compiling tui-tree-widget v0.22.0
31082024-09-01T20:37:51.852Z[ helios-setup] Sep 01 20:37:51.115 INFO E| Compiling modular-bitfield-impl v0.11.2
31092024-09-01T20:37:51.852Z[ helios-setup] Sep 01 20:37:51.115 INFO E| Compiling num-derive v0.3.3
31102024-09-01T20:37:51.919Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31112024-09-01T20:37:52.886Z[ helios-setup] Sep 01 20:37:52.149 INFO E| Compiling strum_macros v0.23.1
31122024-09-01T20:37:54.091Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31132024-09-01T20:37:54.133Z[ helios-setup] Sep 01 20:37:53.396 INFO E| Compiling scroll_derive v0.10.5
31142024-09-01T20:37:54.731Z[ helios-setup] Sep 01 20:37:53.994 INFO E| Compiling structopt-derive v0.4.18
31152024-09-01T20:37:56.539Z[ helios-setup] Sep 01 20:37:55.801 INFO E| Compiling pest_meta v2.7.11
31162024-09-01T20:37:57.302Z[ helios-setup] Sep 01 20:37:56.564 INFO E| Compiling modular-bitfield v0.11.2
31172024-09-01T20:37:57.536Z[ helios-setup] Sep 01 20:37:56.798 INFO E| Compiling scroll v0.10.2
31182024-09-01T20:37:58.941Z[ helios-setup] Sep 01 20:37:58.203 INFO E| Compiling goblin v0.4.3
31192024-09-01T20:37:59.359Z[ helios-setup] Sep 01 20:37:58.622 INFO E| Compiling pest_generator v2.7.11
31202024-09-01T20:38:00.226Z[ helios-setup] Sep 01 20:37:59.488 INFO E| Compiling structopt v0.3.26
31212024-09-01T20:38:02.203Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31222024-09-01T20:38:03.696Z[ helios-setup] Sep 01 20:38:02.959 INFO E| Compiling pest_derive v2.7.11
31232024-09-01T20:38:08.660Z[ helios-setup] Sep 01 20:38:07.922 INFO E| Compiling json5 v0.4.1
31242024-09-01T20:38:10.549Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31252024-09-01T20:38:11.015Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31262024-09-01T20:38:13.612Z[ host-package] Compiling uzers v0.11.3
31272024-09-01T20:38:14.315Z[ helios-setup] Sep 01 20:38:13.576 INFO E| Compiling four-cc v0.3.0
31282024-09-01T20:38:14.315Z[ helios-setup] Sep 01 20:38:13.576 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
31292024-09-01T20:38:14.542Z[ helios-setup] Sep 01 20:38:13.803 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31302024-09-01T20:38:17.344Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31312024-09-01T20:38:19.822Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31322024-09-01T20:38:22.263Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31332024-09-01T20:38:22.576Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31342024-09-01T20:38:38.254Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31352024-09-01T20:38:50.751Z[ host-package] Compiling multimap v0.10.0
31362024-09-01T20:38:57.242Z[ helios-setup] Sep 01 20:38:56.501 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31372024-09-01T20:39:14.909Z[ helios-setup] Sep 01 20:39:14.167 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31382024-09-01T20:40:02.909Z[ helios-setup] Sep 01 20:40:02.165 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 38s
31392024-09-01T20:40:02.947Z[ helios-setup] Sep 01 20:40:02.203 INFO building project "amd-host-image-builder" ok (188 seconds)
31402024-09-01T20:40:02.954Z[ helios-setup] rm -f helios-build
31412024-09-01T20:40:02.954Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31422024-09-01T20:40:02.957Z[ helios-setup]
31432024-09-01T20:40:02.957Z[ helios-setup] Setup complete! ./helios-build is now available.
31442024-09-01T20:40:02.959Z[ helios-setup]
31452024-09-01T20:40:02.959Z[ helios-setup]
31462024-09-01T20:40:02.959Z[ helios-setup] real 12:07.886221244
31472024-09-01T20:40:02.959Z[ helios-setup] user 29:02.622920918
31482024-09-01T20:40:02.959Z[ helios-setup] sys 3:29.409338360
31492024-09-01T20:40:02.959Z[ helios-setup] trap 1.755973019
31502024-09-01T20:40:02.962Z[ helios-setup] tflt 7.773575817
31512024-09-01T20:40:02.962Z[ helios-setup] dflt 30.973720488
31522024-09-01T20:40:02.962Z[ helios-setup] kflt 0.059874817
31532024-09-01T20:40:02.962Z[ helios-setup] lock 2:07:31.817206610
31542024-09-01T20:40:02.962Z[ helios-setup] slp 3:45:54.249728939
31552024-09-01T20:40:02.962Z[ helios-setup] lat 32:43.235301237
31562024-09-01T20:40:02.962Z[ helios-setup] stop 3:54.849811988
31572024-09-01T20:40:02.962ZSep 01 20:40:02.216 INFO [helios-setup] process exited with exit status: 0 (727.891708586s)
31582024-09-01T20:40:02.962ZSep 01 20:40:02.217 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31592024-09-01T20:40:02.981Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31602024-09-01T20:40:03.564Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31612024-09-01T20:40:03.564Z[ phbl-toolchain] info: downloading component 'cargo'
31622024-09-01T20:40:05.179Z[ phbl-toolchain] info: downloading component 'clippy'
31632024-09-01T20:40:06.037Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31642024-09-01T20:40:10.363Z[ phbl-toolchain] info: downloading component 'miri'
31652024-09-01T20:40:10.946Z[ phbl-toolchain] info: downloading component 'rust-docs'
31662024-09-01T20:40:12.197Z[ phbl-toolchain] info: downloading component 'rust-src'
31672024-09-01T20:40:12.667Z[ phbl-toolchain] info: downloading component 'rust-std'
31682024-09-01T20:40:14.904Z[ phbl-toolchain] info: downloading component 'rustc'
31692024-09-01T20:40:19.893Z[ phbl-toolchain] info: downloading component 'rustfmt'
31702024-09-01T20:40:21.069Z[ phbl-toolchain] info: installing component 'cargo'
31712024-09-01T20:40:22.475Z[ phbl-toolchain] info: installing component 'clippy'
31722024-09-01T20:40:22.950Z[ phbl-toolchain] info: installing component 'llvm-tools'
31732024-09-01T20:40:28.452Z[ phbl-toolchain] info: installing component 'miri'
31742024-09-01T20:40:28.828Z[ phbl-toolchain] info: installing component 'rust-docs'
31752024-09-01T20:40:34.034Z[ phbl-toolchain] info: installing component 'rust-src'
31762024-09-01T20:40:34.667Z[ phbl-toolchain] info: installing component 'rust-std'
31772024-09-01T20:40:37.586Z[ phbl-toolchain] info: installing component 'rustc'
31782024-09-01T20:40:44.185Z[ phbl-toolchain] info: installing component 'rustfmt'
31792024-09-01T20:40:45.034Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31802024-09-01T20:40:45.036ZSep 01 20:40:44.287 INFO [phbl-toolchain] process exited with exit status: 0 (42.070624259s)
31812024-09-01T20:40:45.228Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31822024-09-01T20:41:09.902Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31832024-09-01T20:47:44.739Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 03s
31842024-09-01T20:48:47.049ZSep 01 20:48:46.275 INFO [host-package] process exited with exit status: 0 (1206.143257264s)
31852024-09-01T20:48:47.049ZSep 01 20:48:46.276 INFO [host-stamp] running task
31862024-09-01T20:48:47.052ZSep 01 20:48:46.276 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31872024-09-01T20:48:47.056ZSep 01 20:48:46.282 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+git1b3fcadee35
31882024-09-01T20:48:47.063ZSep 01 20:48:46.290 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+git1b3fcadee35
31892024-09-01T20:48:47.069Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31902024-09-01T20:48:47.071ZSep 01 20:48:46.297 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+git1b3fcadee35
31912024-09-01T20:48:47.075Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31922024-09-01T20:48:47.078ZSep 01 20:48:46.304 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+git1b3fcadee35
31932024-09-01T20:48:47.082Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-09-01T20:48:47.085ZSep 01 20:48:46.312 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+git1b3fcadee35
31952024-09-01T20:48:47.092Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31962024-09-01T20:48:47.095ZSep 01 20:48:46.321 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+git1b3fcadee35
31972024-09-01T20:48:47.100Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31982024-09-01T20:48:47.104ZSep 01 20:48:46.330 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+git1b3fcadee35
31992024-09-01T20:48:47.111Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32002024-09-01T20:48:47.129Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32012024-09-01T20:48:47.132Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32022024-09-01T20:48:47.133ZSep 01 20:48:46.357 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+git1b3fcadee35
32032024-09-01T20:48:47.140Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32042024-09-01T20:48:47.142Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32052024-09-01T20:48:47.142ZSep 01 20:48:46.368 INFO [stamp-oxlog] process exited with exit status: 0 (46.949994ms)
32062024-09-01T20:48:47.143ZSep 01 20:48:46.368 INFO [stamp-overlay] process exited with exit status: 0 (37.704394ms)
32072024-09-01T20:48:47.152Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32082024-09-01T20:48:47.155Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32092024-09-01T20:48:47.159ZSep 01 20:48:46.385 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (28.824214ms)
32102024-09-01T20:48:47.186Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32112024-09-01T20:48:47.189ZSep 01 20:48:46.416 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (119.014275ms)
32122024-09-01T20:48:47.342Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32132024-09-01T20:48:47.345ZSep 01 20:48:46.572 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (267.558696ms)
32142024-09-01T20:48:47.455Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32152024-09-01T20:48:47.458ZSep 01 20:48:46.684 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (371.941488ms)
32162024-09-01T20:48:48.208Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32172024-09-01T20:48:48.212ZSep 01 20:48:47.439 INFO [stamp-propolis-server] process exited with exit status: 0 (1.156716465s)
32182024-09-01T20:48:48.403Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32192024-09-01T20:48:50.811Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32202024-09-01T20:48:57.454Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32212024-09-01T20:48:57.457ZSep 01 20:48:56.683 INFO [stamp-switch-asic] process exited with exit status: 0 (10.393374816s)
32222024-09-01T20:48:57.457ZSep 01 20:48:56.683 INFO [host-stamp] task succeeded (10.407550377s)
32232024-09-01T20:48:57.457ZSep 01 20:48:56.683 INFO [host-proto] running task
32242024-09-01T20:48:57.843ZSep 01 20:48:57.068 INFO [host-proto] task succeeded (384.677636ms)
32252024-09-01T20:48:57.843ZSep 01 20:48:57.068 INFO [host-profile] running task
32262024-09-01T20:48:57.848ZSep 01 20:48:57.068 INFO [host-profile] task succeeded (308.731µs)
32272024-09-01T20:48:57.848ZSep 01 20:48:57.069 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/.tmpEQ75Ar/proto/host/root -N 'ci 1b3fcad/${os_short_commit} 2024-09-01 20:27' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32282024-09-01T20:48:57.857Z[ host-image] Sep 01 20:48:57.083 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32292024-09-01T20:48:57.857Z[ host-image] Sep 01 20:48:57.083 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32302024-09-01T20:48:57.871Z[ host-image] Sep 01 20:48:57.097 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpEQ75Ar/proto/host/root"
32312024-09-01T20:48:57.872Z[ host-image] Sep 01 20:48:57.098 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32322024-09-01T20:48:57.875Z[ host-image] Sep 01 20:48:57.098 INFO image builder template: ramdisk-01-os...
32332024-09-01T20:48:57.875Z[ host-image] Sep 01 20:48:57.098 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/.tmpEQ75Ar/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
32342024-09-01T20:48:57.891Z[ host-image] Sep 01 20:48:57.117 INFO O| Sep 01 20:48:57.117 INFO CREATE DATASET: rpool/images/build/host/output
32352024-09-01T20:48:58.129Z[ host-image] Sep 01 20:48:57.354 INFO O| Sep 01 20:48:57.354 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32362024-09-01T20:48:58.134Z[ host-image] Sep 01 20:48:57.360 INFO O| Sep 01 20:48:57.360 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32372024-09-01T20:48:58.306Z[ host-image] Sep 01 20:48:57.532 INFO O| Sep 01 20:48:57.532 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32382024-09-01T20:48:58.364Z[ host-image] Sep 01 20:48:57.590 INFO O| Sep 01 20:48:57.590 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32392024-09-01T20:48:58.364Z[ host-image] Sep 01 20:48:57.590 INFO O| Sep 01 20:48:57.590 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32402024-09-01T20:48:58.367Z[ host-image] Sep 01 20:48:57.591 INFO O| Sep 01 20:48:57.591 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32412024-09-01T20:48:58.367Z[ host-image] Sep 01 20:48:57.591 INFO O| Sep 01 20:48:57.591 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32422024-09-01T20:48:58.376Z[ host-image] Sep 01 20:48:57.602 INFO O| Sep 01 20:48:57.602 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32432024-09-01T20:48:58.572Z[ host-image] Sep 01 20:48:57.798 INFO O| Sep 01 20:48:57.798 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32442024-09-01T20:48:58.589Z[ host-image] Sep 01 20:48:57.815 INFO O| Sep 01 20:48:57.815 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32452024-09-01T20:48:59.160Z[ host-image] Sep 01 20:48:58.386 INFO O| Sep 01 20:48:58.386 INFO O| Caching catalogs ... Done
32462024-09-01T20:48:59.285Z[ host-image] Sep 01 20:48:58.511 INFO O| Sep 01 20:48:58.511 INFO STEP 0 (pkg_image_create) COMPLETE
32472024-09-01T20:48:59.285Z[ host-image] Sep 01 20:48:58.511 INFO O| Sep 01 20:48:58.511 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32482024-09-01T20:48:59.287Z[ host-image] Sep 01 20:48:58.511 INFO O| Sep 01 20:48:58.511 INFO skip step because feature "repo_redist" is not enabled
32492024-09-01T20:48:59.287Z[ host-image] Sep 01 20:48:58.511 INFO O| Sep 01 20:48:58.511 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32502024-09-01T20:48:59.303Z[ host-image] Sep 01 20:48:58.529 INFO O| Sep 01 20:48:58.529 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"]
32512024-09-01T20:48:59.857Z[ host-image] Sep 01 20:48:59.083 INFO O| Sep 01 20:48:59.083 INFO STEP 2 (pkg_set_publisher) COMPLETE
32522024-09-01T20:48:59.857Z[ host-image] Sep 01 20:48:59.083 INFO O| Sep 01 20:48:59.083 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32532024-09-01T20:48:59.874Z[ host-image] Sep 01 20:48:59.099 INFO O| Sep 01 20:48:59.099 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"]
32542024-09-01T20:49:00.434Z[ host-image] Sep 01 20:48:59.659 INFO O| Sep 01 20:48:59.659 INFO STEP 3 (pkg_set_publisher) COMPLETE
32552024-09-01T20:49:00.434Z[ host-image] Sep 01 20:48:59.660 INFO O| Sep 01 20:48:59.659 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32562024-09-01T20:49:00.437Z[ host-image] Sep 01 20:48:59.660 INFO O| Sep 01 20:48:59.659 INFO skip step because feature "repo_redist" is not enabled
32572024-09-01T20:49:00.437Z[ host-image] Sep 01 20:48:59.660 INFO O| Sep 01 20:48:59.659 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32582024-09-01T20:49:00.991Z[ host-image] Sep 01 20:49:00.216 INFO O| Sep 01 20:49:00.216 INFO variant opensolaris.zone is already global
32592024-09-01T20:49:00.991Z[ host-image] Sep 01 20:49:00.217 INFO O| Sep 01 20:49:00.216 INFO STEP 5 (pkg_change_variant) COMPLETE
32602024-09-01T20:49:00.993Z[ host-image] Sep 01 20:49:00.217 INFO O| Sep 01 20:49:00.216 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32612024-09-01T20:49:01.571Z[ host-image] Sep 01 20:49:00.797 INFO O| Sep 01 20:49:00.797 INFO variant opensolaris.imagetype is full; changing to partial
32622024-09-01T20:49:01.571Z[ host-image] Sep 01 20:49:00.797 INFO O| Sep 01 20:49:00.797 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32632024-09-01T20:49:07.401Z[ host-image] Sep 01 20:49:06.627 INFO O| Sep 01 20:49:06.627 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32642024-09-01T20:49:09.491Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.21s
32652024-09-01T20:49:09.634Z[ host-image] Sep 01 20:49:08.859 INFO O| Sep 01 20:49:08.859 INFO O| Startup: Caching catalogs ... Done
32662024-09-01T20:49:09.681Z[ host-image] Sep 01 20:49:08.907 INFO O| Sep 01 20:49:08.906 INFO O| Planning: Planning completed in 0.00 seconds
32672024-09-01T20:49:09.684Z[ host-image] Sep 01 20:49:08.907 INFO O| Sep 01 20:49:08.907 INFO O| Planning: Consolidating action changes ... Done
32682024-09-01T20:49:09.684Z[ host-image] Sep 01 20:49:08.907 INFO O| Sep 01 20:49:08.907 INFO O| Planning: Evaluating mediators ... Done
32692024-09-01T20:49:09.684Z[ host-image] Sep 01 20:49:08.908 INFO O| Sep 01 20:49:08.907 INFO O| Planning: Planning completed in 0.00 seconds
32702024-09-01T20:49:09.684Z[ host-image] Sep 01 20:49:08.908 INFO O| Sep 01 20:49:08.908 INFO O| Variants/Facets to change: 1
32712024-09-01T20:49:09.701Z[ host-image] Sep 01 20:49:08.926 INFO O| Sep 01 20:49:08.926 INFO O| Done
32722024-09-01T20:49:09.701Z[ host-image] Sep 01 20:49:08.926 INFO O| Sep 01 20:49:08.926 INFO O| Done
32732024-09-01T20:49:10.063Z[ host-image] Sep 01 20:49:09.288 INFO O| Sep 01 20:49:09.288 INFO O| Done
32742024-09-01T20:49:10.093Z[ host-image] Sep 01 20:49:09.318 INFO O| Sep 01 20:49:09.318 INFO O| Done
32752024-09-01T20:49:10.095Z[ host-image] Sep 01 20:49:09.319 INFO O| Sep 01 20:49:09.319 INFO O| Done
32762024-09-01T20:49:10.095Z[ host-image] Sep 01 20:49:09.319 INFO O| Sep 01 20:49:09.319 INFO O| Done
32772024-09-01T20:49:10.095Z[ host-image] Sep 01 20:49:09.320 INFO O| Sep 01 20:49:09.320 INFO O| Done
32782024-09-01T20:49:10.395Z[ host-image] Sep 01 20:49:09.619 INFO O| Sep 01 20:49:09.619 INFO STEP 6 (pkg_change_variant) COMPLETE
32792024-09-01T20:49:10.395Z[ host-image] Sep 01 20:49:09.619 INFO O| Sep 01 20:49:09.619 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32802024-09-01T20:49:10.404Z[ host-image] Sep 01 20:49:09.619 INFO O| Sep 01 20:49:09.619 INFO skip step because feature "debug_variant" is not enabled
32812024-09-01T20:49:10.404Z[ host-image] Sep 01 20:49:09.619 INFO O| Sep 01 20:49:09.619 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32822024-09-01T20:49:10.760ZSep 01 20:49:09.985 INFO [recovery-package] process exited with exit status: 0 (23.708750946s)
32832024-09-01T20:49:10.762ZSep 01 20:49:09.985 INFO [recovery-stamp] running task
32842024-09-01T20:49:10.762ZSep 01 20:49:09.985 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32852024-09-01T20:49:10.762ZSep 01 20:49:09.985 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git1b3fcadee35
32862024-09-01T20:49:10.775ZSep 01 20:49:10.000 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+git1b3fcadee35
32872024-09-01T20:49:10.784Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32882024-09-01T20:49:10.793Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32892024-09-01T20:49:10.796Z[ host-image] Sep 01 20:49:10.020 INFO O| Sep 01 20:49:10.020 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32902024-09-01T20:49:10.855Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32912024-09-01T20:49:10.860ZSep 01 20:49:10.085 INFO [stamp-installinator] process exited with exit status: 0 (99.726482ms)
32922024-09-01T20:49:10.916Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32932024-09-01T20:49:10.919ZSep 01 20:49:10.145 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (144.680693ms)
32942024-09-01T20:49:10.922ZSep 01 20:49:10.145 INFO [recovery-stamp] task succeeded (160.098217ms)
32952024-09-01T20:49:10.922ZSep 01 20:49:10.145 INFO [recovery-proto] running task
32962024-09-01T20:49:10.922ZSep 01 20:49:10.145 INFO [tuf-stamp] running task
32972024-09-01T20:49:10.922ZSep 01 20:49:10.146 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+git1b3fcadee35
32982024-09-01T20:49:10.933ZSep 01 20:49:10.158 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+git1b3fcadee35
32992024-09-01T20:49:10.941ZSep 01 20:49:10.167 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+git1b3fcadee35
33002024-09-01T20:49:10.949Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33012024-09-01T20:49:10.951ZSep 01 20:49:10.176 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+git1b3fcadee35
33022024-09-01T20:49:10.957Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33032024-09-01T20:49:10.960ZSep 01 20:49:10.185 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+git1b3fcadee35
33042024-09-01T20:49:10.973Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33052024-09-01T20:49:10.976Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33062024-09-01T20:49:10.976ZSep 01 20:49:10.200 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+git1b3fcadee35
33072024-09-01T20:49:11.055Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33082024-09-01T20:49:11.055ZSep 01 20:49:10.280 INFO [recovery-proto] task succeeded (134.990491ms)
33092024-09-01T20:49:11.055ZSep 01 20:49:10.281 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+git1b3fcadee35
33102024-09-01T20:49:11.068Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33112024-09-01T20:49:11.071Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33122024-09-01T20:49:11.071ZSep 01 20:49:10.294 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+git1b3fcadee35
33132024-09-01T20:49:11.071ZSep 01 20:49:10.294 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/.tmpEQ75Ar/proto/recovery/root -N 'recovery 1b3fcad/${os_short_commit} 2024-09-01 20:27' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33142024-09-01T20:49:11.114Z[ recovery-image] Sep 01 20:49:10.339 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33152024-09-01T20:49:11.114Z[ recovery-image] Sep 01 20:49:10.340 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33162024-09-01T20:49:11.117Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33172024-09-01T20:49:11.117ZSep 01 20:49:10.341 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+git1b3fcadee35
33182024-09-01T20:49:11.137Z[ recovery-image] Sep 01 20:49:10.356 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpEQ75Ar/proto/recovery/root"
33192024-09-01T20:49:11.137Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33202024-09-01T20:49:11.137Z[ recovery-image] Sep 01 20:49:10.356 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33212024-09-01T20:49:11.140ZSep 01 20:49:10.363 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+git1b3fcadee35
33222024-09-01T20:49:11.157Z[ recovery-image] Sep 01 20:49:10.357 INFO image builder template: ramdisk-01-os...
33232024-09-01T20:49:11.157Z[ recovery-image] Sep 01 20:49:10.357 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/.tmpEQ75Ar/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
33242024-09-01T20:49:11.157Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33252024-09-01T20:49:11.157ZSep 01 20:49:10.375 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+git1b3fcadee35
33262024-09-01T20:49:11.162ZSep 01 20:49:10.387 INFO [stamp-probe] process exited with exit status: 0 (220.274101ms)
33272024-09-01T20:49:11.164Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33282024-09-01T20:49:11.171Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33292024-09-01T20:49:11.192Z[ recovery-image] Sep 01 20:49:10.418 INFO O| Sep 01 20:49:10.417 INFO CREATE DATASET: rpool/images/build/recovery/output
33302024-09-01T20:49:11.569Z[ recovery-image] Sep 01 20:49:10.795 INFO O| Sep 01 20:49:10.752 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33312024-09-01T20:49:11.569Z[ recovery-image] Sep 01 20:49:10.795 INFO O| Sep 01 20:49:10.789 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33322024-09-01T20:49:11.683Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33332024-09-01T20:49:11.821ZSep 01 20:49:11.047 INFO [stamp-ntp] process exited with exit status: 0 (766.131066ms)
33342024-09-01T20:49:11.947Z[ host-image] Sep 01 20:49:11.172 INFO O| Sep 01 20:49:11.172 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33352024-09-01T20:49:11.949Z[ host-image] Sep 01 20:49:11.174 INFO O| Sep 01 20:49:11.174 INFO O| Planning: Planning completed in 0.00 seconds
33362024-09-01T20:49:11.949Z[ host-image] Sep 01 20:49:11.175 INFO O| Sep 01 20:49:11.175 INFO O| Planning: Consolidating action changes ... Done
33372024-09-01T20:49:11.952Z[ host-image] Sep 01 20:49:11.175 INFO O| Sep 01 20:49:11.175 INFO O| Planning: Evaluating mediators ... Done
33382024-09-01T20:49:11.952Z[ host-image] Sep 01 20:49:11.176 INFO O| Sep 01 20:49:11.176 INFO O| Planning: Planning completed in 0.00 seconds
33392024-09-01T20:49:11.952Z[ host-image] Sep 01 20:49:11.176 INFO O| Sep 01 20:49:11.176 INFO O| Variants/Facets to change: 1
33402024-09-01T20:49:11.973Z[ recovery-image] Sep 01 20:49:11.198 INFO O| Sep 01 20:49:11.198 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33412024-09-01T20:49:12.098Z[ recovery-image] Sep 01 20:49:11.323 INFO O| Sep 01 20:49:11.323 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33422024-09-01T20:49:12.098Z[ recovery-image] Sep 01 20:49:11.323 INFO O| Sep 01 20:49:11.323 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33432024-09-01T20:49:12.100Z[ recovery-image] Sep 01 20:49:11.323 INFO O| Sep 01 20:49:11.323 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33442024-09-01T20:49:12.100Z[ recovery-image] Sep 01 20:49:11.323 INFO O| Sep 01 20:49:11.323 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33452024-09-01T20:49:12.100Z[ host-image] Sep 01 20:49:11.325 INFO O| Sep 01 20:49:11.325 INFO O| Done
33462024-09-01T20:49:12.138Z[ host-image] Sep 01 20:49:11.325 INFO O| Sep 01 20:49:11.325 INFO O| Done
33472024-09-01T20:49:12.138Z[ recovery-image] Sep 01 20:49:11.335 INFO O| Sep 01 20:49:11.335 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33482024-09-01T20:49:12.410Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33492024-09-01T20:49:12.462ZSep 01 20:49:11.687 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.529137133s)
33502024-09-01T20:49:12.469Z[ recovery-image] Sep 01 20:49:11.695 INFO O| Sep 01 20:49:11.695 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33512024-09-01T20:49:12.485Z[ recovery-image] Sep 01 20:49:11.710 INFO O| Sep 01 20:49:11.710 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33522024-09-01T20:49:12.565Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33532024-09-01T20:49:12.593ZSep 01 20:49:11.818 INFO [stamp-external-dns] process exited with exit status: 0 (1.443775214s)
33542024-09-01T20:49:12.647Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33552024-09-01T20:49:12.660ZSep 01 20:49:11.886 INFO [stamp-internal-dns] process exited with exit status: 0 (1.523308331s)
33562024-09-01T20:49:12.671Z[ host-image] Sep 01 20:49:11.897 INFO O| Sep 01 20:49:11.897 INFO O| Done
33572024-09-01T20:49:12.712Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
33582024-09-01T20:49:12.722Z[ host-image] Sep 01 20:49:11.947 INFO O| Sep 01 20:49:11.947 INFO O| Done
33592024-09-01T20:49:12.724Z[ host-image] Sep 01 20:49:11.948 INFO O| Sep 01 20:49:11.948 INFO O| Done
33602024-09-01T20:49:12.724Z[ host-image] Sep 01 20:49:11.948 INFO O| Sep 01 20:49:11.948 INFO O| Done
33612024-09-01T20:49:12.727Z[ host-image] Sep 01 20:49:11.950 INFO O| Sep 01 20:49:11.950 INFO O| Done
33622024-09-01T20:49:12.734Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33632024-09-01T20:49:12.827Z[ host-image] Sep 01 20:49:12.052 INFO O| Sep 01 20:49:12.052 INFO STEP 8 (pkg_change_facet) COMPLETE
33642024-09-01T20:49:12.827Z[ host-image] Sep 01 20:49:12.052 INFO O| Sep 01 20:49:12.052 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33652024-09-01T20:49:12.827Z[ host-image] Sep 01 20:49:12.052 INFO O| Sep 01 20:49:12.052 INFO skip step because feature "recovery" is not enabled
33662024-09-01T20:49:12.827Z[ host-image] Sep 01 20:49:12.052 INFO O| Sep 01 20:49:12.052 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33672024-09-01T20:49:12.830Z[ host-image] Sep 01 20:49:12.052 INFO O| Sep 01 20:49:12.052 INFO skip step because feature "recovery" is not enabled
33682024-09-01T20:49:12.844Z[ host-image] Sep 01 20:49:12.052 INFO O| Sep 01 20:49:12.052 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33692024-09-01T20:49:12.847Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33702024-09-01T20:49:12.849ZSep 01 20:49:12.075 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.928431683s)
33712024-09-01T20:49:12.863Z[ host-image] Sep 01 20:49:12.069 INFO O| Sep 01 20:49:12.069 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"]
33722024-09-01T20:49:13.089Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33732024-09-01T20:49:13.091Z[ recovery-image] Sep 01 20:49:12.315 INFO O| Sep 01 20:49:12.315 INFO O| Caching catalogs ... Done
33742024-09-01T20:49:13.094ZSep 01 20:49:12.319 INFO [stamp-oximeter] process exited with exit status: 0 (2.14271547s)
33752024-09-01T20:49:13.207Z[ recovery-image] Sep 01 20:49:12.432 INFO O| Sep 01 20:49:12.432 INFO STEP 0 (pkg_image_create) COMPLETE
33762024-09-01T20:49:13.207Z[ recovery-image] Sep 01 20:49:12.432 INFO O| Sep 01 20:49:12.432 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33772024-09-01T20:49:13.210Z[ recovery-image] Sep 01 20:49:12.432 INFO O| Sep 01 20:49:12.432 INFO skip step because feature "repo_redist" is not enabled
33782024-09-01T20:49:13.210Z[ recovery-image] Sep 01 20:49:12.432 INFO O| Sep 01 20:49:12.432 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33792024-09-01T20:49:13.222Z[ recovery-image] Sep 01 20:49:12.447 INFO O| Sep 01 20:49:12.447 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"]
33802024-09-01T20:49:13.443Z[ host-image] Sep 01 20:49:12.668 INFO O| Sep 01 20:49:12.668 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33812024-09-01T20:49:13.728Z[ recovery-image] Sep 01 20:49:12.953 INFO O| Sep 01 20:49:12.953 INFO STEP 2 (pkg_set_publisher) COMPLETE
33822024-09-01T20:49:13.728Z[ recovery-image] Sep 01 20:49:12.953 INFO O| Sep 01 20:49:12.953 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33832024-09-01T20:49:13.743Z[ recovery-image] Sep 01 20:49:12.968 INFO O| Sep 01 20:49:12.968 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"]
33842024-09-01T20:49:14.212Z[ recovery-image] Sep 01 20:49:13.437 INFO O| Sep 01 20:49:13.437 INFO STEP 3 (pkg_set_publisher) COMPLETE
33852024-09-01T20:49:14.212Z[ recovery-image] Sep 01 20:49:13.437 INFO O| Sep 01 20:49:13.437 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33862024-09-01T20:49:14.212Z[ recovery-image] Sep 01 20:49:13.437 INFO O| Sep 01 20:49:13.437 INFO skip step because feature "repo_redist" is not enabled
33872024-09-01T20:49:14.212Z[ recovery-image] Sep 01 20:49:13.437 INFO O| Sep 01 20:49:13.437 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33882024-09-01T20:49:14.625Z[ recovery-image] Sep 01 20:49:13.850 INFO O| Sep 01 20:49:13.850 INFO variant opensolaris.zone is already global
33892024-09-01T20:49:14.625Z[ recovery-image] Sep 01 20:49:13.850 INFO O| Sep 01 20:49:13.850 INFO STEP 5 (pkg_change_variant) COMPLETE
33902024-09-01T20:49:14.625Z[ recovery-image] Sep 01 20:49:13.850 INFO O| Sep 01 20:49:13.850 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33912024-09-01T20:49:14.797Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33922024-09-01T20:49:14.801ZSep 01 20:49:14.026 INFO [stamp-nexus] process exited with exit status: 0 (3.732263838s)
33932024-09-01T20:49:15.088Z[ recovery-image] Sep 01 20:49:14.313 INFO O| Sep 01 20:49:14.313 INFO variant opensolaris.imagetype is full; changing to partial
33942024-09-01T20:49:15.091Z[ recovery-image] Sep 01 20:49:14.313 INFO O| Sep 01 20:49:14.313 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33952024-09-01T20:49:16.467Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33962024-09-01T20:49:16.471ZSep 01 20:49:15.696 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.354450548s)
33972024-09-01T20:49:17.231Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33982024-09-01T20:49:17.234Z[verify-libraries] Compiling polyval v0.6.2
33992024-09-01T20:49:17.234Z[verify-libraries] Compiling rfc6979 v0.4.0
34002024-09-01T20:49:17.421Z[verify-libraries] Compiling primeorder v0.13.6
34012024-09-01T20:49:17.424Z[verify-libraries] Compiling ctr v0.9.2
34022024-09-01T20:49:17.424Z[verify-libraries] Compiling ed25519 v2.2.3
34032024-09-01T20:49:17.424Z[verify-libraries] Compiling ssh-encoding v0.2.0
34042024-09-01T20:49:17.428Z[verify-libraries] Compiling blowfish v0.9.1
34052024-09-01T20:49:17.912Z[verify-libraries] Compiling ecdsa v0.16.9
34062024-09-01T20:49:17.930Z[verify-libraries] Compiling ghash v0.5.1
34072024-09-01T20:49:18.096Z[verify-libraries] Compiling password-hash v0.4.2
34082024-09-01T20:49:18.098Z[verify-libraries] Compiling matches v0.1.10
34092024-09-01T20:49:18.275Z[verify-libraries] Compiling aes-gcm v0.10.3
34102024-09-01T20:49:18.369Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34112024-09-01T20:49:18.567Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34122024-09-01T20:49:18.801Z[verify-libraries] Compiling ssh-cipher v0.2.0
34132024-09-01T20:49:19.231Z[verify-libraries] Compiling pbkdf2 v0.11.0
34142024-09-01T20:49:19.529Z[verify-libraries] Compiling ssh-key v0.6.6
34152024-09-01T20:49:19.982Z[verify-libraries] Compiling p256 v0.13.2
34162024-09-01T20:49:20.048Z[verify-libraries] Compiling p384 v0.13.0
34172024-09-01T20:49:20.135Z[verify-libraries] Compiling p521 v0.13.3
34182024-09-01T20:49:20.193Z[verify-libraries] Compiling idna v0.2.3
34192024-09-01T20:49:20.924Z[verify-libraries] Compiling enum-as-inner v0.5.1
34202024-09-01T20:49:21.230Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34212024-09-01T20:49:21.279ZSep 01 20:49:20.504 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.304624588s)
34222024-09-01T20:49:21.419Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34232024-09-01T20:49:21.459ZSep 01 20:49:20.684 INFO [stamp-clickhouse] process exited with exit status: 0 (10.498453969s)
34242024-09-01T20:49:21.459ZSep 01 20:49:20.684 INFO [tuf-stamp] task succeeded (10.538718899s)
34252024-09-01T20:49:21.865Z[ recovery-image] Sep 01 20:49:21.089 INFO O| Sep 01 20:49:21.089 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34262024-09-01T20:49:22.366Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34272024-09-01T20:49:22.842Z[verify-libraries] Compiling md5 v0.7.0
34282024-09-01T20:49:22.876Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34292024-09-01T20:49:23.419Z[verify-libraries] Compiling russh-keys v0.45.0
34302024-09-01T20:49:24.069Z[verify-libraries] Compiling num-bigint v0.4.5
34312024-09-01T20:49:24.155Z[verify-libraries] Compiling des v0.8.1
34322024-09-01T20:49:24.995Z[verify-libraries] Compiling hex-literal v0.4.1
34332024-09-01T20:49:25.396Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34342024-09-01T20:49:26.491Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34352024-09-01T20:49:27.603Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34362024-09-01T20:49:28.324Z[ recovery-image] Sep 01 20:49:27.549 INFO O| Sep 01 20:49:27.549 INFO O| Startup: Caching catalogs ... Done
34372024-09-01T20:49:28.393Z[ recovery-image] Sep 01 20:49:27.617 INFO O| Sep 01 20:49:27.617 INFO O| Planning: Planning completed in 0.00 seconds
34382024-09-01T20:49:28.396Z[ recovery-image] Sep 01 20:49:27.618 INFO O| Sep 01 20:49:27.618 INFO O| Planning: Consolidating action changes ... Done
34392024-09-01T20:49:28.396Z[ recovery-image] Sep 01 20:49:27.618 INFO O| Sep 01 20:49:27.618 INFO O| Planning: Evaluating mediators ... Done
34402024-09-01T20:49:28.396Z[ recovery-image] Sep 01 20:49:27.619 INFO O| Sep 01 20:49:27.619 INFO O| Planning: Planning completed in 0.00 seconds
34412024-09-01T20:49:28.396Z[ recovery-image] Sep 01 20:49:27.619 INFO O| Sep 01 20:49:27.619 INFO O| Variants/Facets to change: 1
34422024-09-01T20:49:28.480Z[ recovery-image] Sep 01 20:49:27.704 INFO O| Sep 01 20:49:27.704 INFO O| Done
34432024-09-01T20:49:28.480Z[ recovery-image] Sep 01 20:49:27.704 INFO O| Sep 01 20:49:27.704 INFO O| Done
34442024-09-01T20:49:28.767Z[verify-libraries] Compiling dhcproto v0.12.0
34452024-09-01T20:49:29.240Z[ recovery-image] Sep 01 20:49:28.464 INFO O| Sep 01 20:49:28.464 INFO O| Done
34462024-09-01T20:49:29.299Z[ recovery-image] Sep 01 20:49:28.523 INFO O| Sep 01 20:49:28.523 INFO O| Done
34472024-09-01T20:49:29.301Z[ recovery-image] Sep 01 20:49:28.525 INFO O| Sep 01 20:49:28.524 INFO O| Done
34482024-09-01T20:49:29.302Z[ recovery-image] Sep 01 20:49:28.525 INFO O| Sep 01 20:49:28.525 INFO O| Done
34492024-09-01T20:49:29.305Z[ recovery-image] Sep 01 20:49:28.527 INFO O| Sep 01 20:49:28.526 INFO O| Done
34502024-09-01T20:49:29.792Z[ recovery-image] Sep 01 20:49:29.016 INFO O| Sep 01 20:49:29.016 INFO STEP 6 (pkg_change_variant) COMPLETE
34512024-09-01T20:49:29.792Z[ recovery-image] Sep 01 20:49:29.016 INFO O| Sep 01 20:49:29.016 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34522024-09-01T20:49:29.795Z[ recovery-image] Sep 01 20:49:29.016 INFO O| Sep 01 20:49:29.016 INFO skip step because feature "debug_variant" is not enabled
34532024-09-01T20:49:29.795Z[ recovery-image] Sep 01 20:49:29.016 INFO O| Sep 01 20:49:29.016 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34542024-09-01T20:49:30.605Z[ recovery-image] Sep 01 20:49:29.829 INFO O| Sep 01 20:49:29.829 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34552024-09-01T20:49:31.734Z[ recovery-image] Sep 01 20:49:30.958 INFO O| Sep 01 20:49:30.958 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34562024-09-01T20:49:31.752Z[ recovery-image] Sep 01 20:49:30.959 INFO O| Sep 01 20:49:30.959 INFO O| Planning: Planning completed in 0.00 seconds
34572024-09-01T20:49:31.752Z[ recovery-image] Sep 01 20:49:30.960 INFO O| Sep 01 20:49:30.960 INFO O| Planning: Consolidating action changes ... Done
34582024-09-01T20:49:31.755Z[ recovery-image] Sep 01 20:49:30.960 INFO O| Sep 01 20:49:30.960 INFO O| Planning: Evaluating mediators ... Done
34592024-09-01T20:49:31.755Z[ recovery-image] Sep 01 20:49:30.961 INFO O| Sep 01 20:49:30.961 INFO O| Planning: Planning completed in 0.00 seconds
34602024-09-01T20:49:31.755Z[ recovery-image] Sep 01 20:49:30.961 INFO O| Sep 01 20:49:30.961 INFO O| Variants/Facets to change: 1
34612024-09-01T20:49:31.841Z[ recovery-image] Sep 01 20:49:31.065 INFO O| Sep 01 20:49:31.065 INFO O| Done
34622024-09-01T20:49:31.841Z[ recovery-image] Sep 01 20:49:31.065 INFO O| Sep 01 20:49:31.065 INFO O| Done
34632024-09-01T20:49:32.368Z[ recovery-image] Sep 01 20:49:31.592 INFO O| Sep 01 20:49:31.592 INFO O| Done
34642024-09-01T20:49:32.421Z[ recovery-image] Sep 01 20:49:31.645 INFO O| Sep 01 20:49:31.645 INFO O| Done
34652024-09-01T20:49:32.423Z[ recovery-image] Sep 01 20:49:31.645 INFO O| Sep 01 20:49:31.645 INFO O| Done
34662024-09-01T20:49:32.423Z[ recovery-image] Sep 01 20:49:31.646 INFO O| Sep 01 20:49:31.646 INFO O| Done
34672024-09-01T20:49:32.423Z[ recovery-image] Sep 01 20:49:31.647 INFO O| Sep 01 20:49:31.647 INFO O| Done
34682024-09-01T20:49:32.540Z[ recovery-image] Sep 01 20:49:31.764 INFO O| Sep 01 20:49:31.764 INFO STEP 8 (pkg_change_facet) COMPLETE
34692024-09-01T20:49:32.540Z[ recovery-image] Sep 01 20:49:31.764 INFO O| Sep 01 20:49:31.764 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34702024-09-01T20:49:32.771Z[verify-libraries] Compiling russh v0.45.0
34712024-09-01T20:49:34.167Z[ recovery-image] Sep 01 20:49:32.389 INFO O| Sep 01 20:49:32.388 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34722024-09-01T20:49:34.170Z[ recovery-image] Sep 01 20:49:33.370 INFO O| Sep 01 20:49:33.370 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34732024-09-01T20:49:34.170Z[ recovery-image] Sep 01 20:49:33.372 INFO O| Sep 01 20:49:33.372 INFO O| Planning: Planning completed in 0.00 seconds
34742024-09-01T20:49:34.170Z[ recovery-image] Sep 01 20:49:33.373 INFO O| Sep 01 20:49:33.373 INFO O| Planning: Consolidating action changes ... Done
34752024-09-01T20:49:34.170Z[ recovery-image] Sep 01 20:49:33.373 INFO O| Sep 01 20:49:33.373 INFO O| Planning: Evaluating mediators ... Done
34762024-09-01T20:49:34.170Z[ recovery-image] Sep 01 20:49:33.374 INFO O| Sep 01 20:49:33.374 INFO O| Planning: Planning completed in 0.00 seconds
34772024-09-01T20:49:34.170Z[ recovery-image] Sep 01 20:49:33.374 INFO O| Sep 01 20:49:33.374 INFO O| Variants/Facets to change: 1
34782024-09-01T20:49:34.271Z[ recovery-image] Sep 01 20:49:33.495 INFO O| Sep 01 20:49:33.495 INFO O| Done
34792024-09-01T20:49:34.271Z[ recovery-image] Sep 01 20:49:33.495 INFO O| Sep 01 20:49:33.495 INFO O| Done
34802024-09-01T20:49:34.758Z[ recovery-image] Sep 01 20:49:33.982 INFO O| Sep 01 20:49:33.982 INFO O| Done
34812024-09-01T20:49:34.816Z[ recovery-image] Sep 01 20:49:34.040 INFO O| Sep 01 20:49:34.040 INFO O| Done
34822024-09-01T20:49:34.819Z[ recovery-image] Sep 01 20:49:34.042 INFO O| Sep 01 20:49:34.041 INFO O| Done
34832024-09-01T20:49:34.819Z[ recovery-image] Sep 01 20:49:34.042 INFO O| Sep 01 20:49:34.042 INFO O| Done
34842024-09-01T20:49:34.819Z[ recovery-image] Sep 01 20:49:34.043 INFO O| Sep 01 20:49:34.043 INFO O| Done
34852024-09-01T20:49:34.939Z[ recovery-image] Sep 01 20:49:34.163 INFO O| Sep 01 20:49:34.163 INFO STEP 9 (pkg_change_facet) COMPLETE
34862024-09-01T20:49:34.939Z[ recovery-image] Sep 01 20:49:34.163 INFO O| Sep 01 20:49:34.163 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34872024-09-01T20:49:35.027Z[verify-libraries] Compiling internet-checksum v0.2.1
34882024-09-01T20:49:35.512Z[verify-libraries] Compiling heck v0.4.1
34892024-09-01T20:49:35.586Z[ recovery-image] Sep 01 20:49:34.810 INFO O| Sep 01 20:49:34.810 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34902024-09-01T20:49:36.607Z[ recovery-image] Sep 01 20:49:35.831 INFO O| Sep 01 20:49:35.831 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34912024-09-01T20:49:36.610Z[ recovery-image] Sep 01 20:49:35.833 INFO O| Sep 01 20:49:35.833 INFO O| Planning: Planning completed in 0.00 seconds
34922024-09-01T20:49:36.610Z[ recovery-image] Sep 01 20:49:35.834 INFO O| Sep 01 20:49:35.834 INFO O| Planning: Consolidating action changes ... Done
34932024-09-01T20:49:36.610Z[ recovery-image] Sep 01 20:49:35.834 INFO O| Sep 01 20:49:35.834 INFO O| Planning: Evaluating mediators ... Done
34942024-09-01T20:49:36.613Z[ recovery-image] Sep 01 20:49:35.834 INFO O| Sep 01 20:49:35.834 INFO O| Planning: Planning completed in 0.00 seconds
34952024-09-01T20:49:36.613Z[ recovery-image] Sep 01 20:49:35.835 INFO O| Sep 01 20:49:35.835 INFO O| Variants/Facets to change: 1
34962024-09-01T20:49:36.707Z[ recovery-image] Sep 01 20:49:35.931 INFO O| Sep 01 20:49:35.931 INFO O| Done
34972024-09-01T20:49:36.707Z[ recovery-image] Sep 01 20:49:35.931 INFO O| Sep 01 20:49:35.931 INFO O| Done
34982024-09-01T20:49:37.227Z[ recovery-image] Sep 01 20:49:36.451 INFO O| Sep 01 20:49:36.451 INFO O| Done
34992024-09-01T20:49:37.250Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35002024-09-01T20:49:37.282Z[ recovery-image] Sep 01 20:49:36.506 INFO O| Sep 01 20:49:36.506 INFO O| Done
35012024-09-01T20:49:37.285Z[ recovery-image] Sep 01 20:49:36.507 INFO O| Sep 01 20:49:36.507 INFO O| Done
35022024-09-01T20:49:37.285Z[ recovery-image] Sep 01 20:49:36.507 INFO O| Sep 01 20:49:36.507 INFO O| Done
35032024-09-01T20:49:37.287Z[ recovery-image] Sep 01 20:49:36.510 INFO O| Sep 01 20:49:36.510 INFO O| Done
35042024-09-01T20:49:37.376Z[ recovery-image] Sep 01 20:49:36.599 INFO O| Sep 01 20:49:36.599 INFO STEP 10 (pkg_change_facet) COMPLETE
35052024-09-01T20:49:37.376Z[ recovery-image] Sep 01 20:49:36.599 INFO O| Sep 01 20:49:36.599 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35062024-09-01T20:49:37.396Z[ recovery-image] Sep 01 20:49:36.620 INFO O| Sep 01 20:49:36.620 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"]
35072024-09-01T20:49:38.491Z[ recovery-image] Sep 01 20:49:37.714 INFO O| Sep 01 20:49:37.714 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35082024-09-01T20:49:40.428Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35092024-09-01T20:49:41.587Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35102024-09-01T20:49:41.982Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35112024-09-01T20:49:42.694Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35122024-09-01T20:49:42.739Z[ host-image] Sep 01 20:49:41.963 INFO O| Sep 01 20:49:41.962 INFO O| Planning: Solver setup ... Done
35132024-09-01T20:49:43.191Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35142024-09-01T20:49:43.939Z[verify-libraries] Compiling indent_write v2.2.0
35152024-09-01T20:49:44.313Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35162024-09-01T20:49:46.251Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35172024-09-01T20:49:46.467Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35182024-09-01T20:49:49.027Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35192024-09-01T20:49:49.065Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35202024-09-01T20:49:55.838Z[verify-libraries] Compiling termios v0.3.3
35212024-09-01T20:49:56.355Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35222024-09-01T20:50:07.842Z[ host-image] Sep 01 20:50:06.511 INFO O| Sep 01 20:50:06.511 INFO O| Planning: Running solver ... Done
35232024-09-01T20:50:07.842Z[ host-image] Sep 01 20:50:06.854 INFO O| Sep 01 20:50:06.854 INFO O| Planning: Finding local manifests ... Done
35242024-09-01T20:50:07.842Z[ host-image] Sep 01 20:50:06.906 INFO O| Sep 01 20:50:06.906 INFO O| Planning: Fetching manifests: 0/124 0% complete
35252024-09-01T20:50:10.758Z[ recovery-image] Sep 01 20:50:09.980 INFO O| Sep 01 20:50:09.980 INFO O| Planning: Solver setup ... Done
35262024-09-01T20:50:12.893Z[ host-image] Sep 01 20:50:12.113 INFO O| Sep 01 20:50:12.113 INFO O| Planning: Fetching manifests: 124/124 100% complete
35272024-09-01T20:50:14.082Z[ host-image] Sep 01 20:50:13.303 INFO O| Sep 01 20:50:13.303 INFO O| Planning: Package planning ... Done
35282024-09-01T20:50:15.613Z[ host-image] Sep 01 20:50:14.834 INFO O| Sep 01 20:50:14.834 INFO O| Planning: Merging actions ... Done
35292024-09-01T20:50:16.110Z[ host-image] Sep 01 20:50:15.331 INFO O| Sep 01 20:50:15.331 INFO O| Planning: Checking for conflicting actions ... Done
35302024-09-01T20:50:16.478Z[ host-image] Sep 01 20:50:15.686 INFO O| Sep 01 20:50:15.686 INFO O| Planning: Consolidating action changes ... Done
35312024-09-01T20:50:16.977Z[ host-image] Sep 01 20:50:16.194 INFO O| Sep 01 20:50:16.194 INFO O| Planning: Evaluating mediators ... Done
35322024-09-01T20:50:23.578Z[ host-image] Sep 01 20:50:22.788 INFO O| Sep 01 20:50:22.788 INFO O| Planning: Planning completed in 70.12 seconds
35332024-09-01T20:50:23.596Z[ host-image] Sep 01 20:50:22.816 INFO O| Sep 01 20:50:22.816 INFO O| Packages to install: 124
35342024-09-01T20:50:23.608Z[ host-image] Sep 01 20:50:22.816 INFO O| Sep 01 20:50:22.816 INFO O| Mediators to change: 4
35352024-09-01T20:50:23.608Z[ host-image] Sep 01 20:50:22.816 INFO O| Sep 01 20:50:22.816 INFO O| Services to change: 6
35362024-09-01T20:50:23.722Z[ host-image] Sep 01 20:50:22.943 INFO O| Sep 01 20:50:22.943 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35372024-09-01T20:50:24.899Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35382024-09-01T20:50:28.747Z[ host-image] Sep 01 20:50:27.955 INFO O| Sep 01 20:50:27.955 INFO O| Download: 1105/22728 items 6.5/196.4MB 3% complete (1.4M/s)
35392024-09-01T20:50:34.902Z[ host-image] Sep 01 20:50:33.181 INFO O| Sep 01 20:50:33.181 INFO O| Download: 1792/22728 items 13.2/196.4MB 6% complete (1.3M/s)
35402024-09-01T20:50:35.398Z[ recovery-image] Sep 01 20:50:34.618 INFO O| Sep 01 20:50:34.618 INFO O| Planning: Running solver ... Done
35412024-09-01T20:50:35.691Z[ recovery-image] Sep 01 20:50:34.912 INFO O| Sep 01 20:50:34.912 INFO O| Planning: Finding local manifests ... Done
35422024-09-01T20:50:35.705Z[ recovery-image] Sep 01 20:50:34.926 INFO O| Sep 01 20:50:34.926 INFO O| Planning: Fetching manifests: 0/124 0% complete
35432024-09-01T20:50:39.041Z[ host-image] Sep 01 20:50:38.261 INFO O| Sep 01 20:50:38.261 INFO O| Download: 2250/22728 items 24.8/196.4MB 12% complete (1.8M/s)
35442024-09-01T20:50:39.866Z[ recovery-image] Sep 01 20:50:39.086 INFO O| Sep 01 20:50:39.086 INFO O| Planning: Fetching manifests: 124/124 100% complete
35452024-09-01T20:50:40.864Z[ recovery-image] Sep 01 20:50:40.084 INFO O| Sep 01 20:50:40.084 INFO O| Planning: Package planning ... Done
35462024-09-01T20:50:41.465Z[ recovery-image] Sep 01 20:50:40.685 INFO O| Sep 01 20:50:40.676 INFO O| Planning: Merging actions ... Done
35472024-09-01T20:50:41.825Z[ recovery-image] Sep 01 20:50:41.045 INFO O| Sep 01 20:50:41.045 INFO O| Planning: Checking for conflicting actions ... Done
35482024-09-01T20:50:42.016Z[ recovery-image] Sep 01 20:50:41.237 INFO O| Sep 01 20:50:41.237 INFO O| Planning: Consolidating action changes ... Done
35492024-09-01T20:50:42.347Z[ recovery-image] Sep 01 20:50:41.567 INFO O| Sep 01 20:50:41.567 INFO O| Planning: Evaluating mediators ... Done
35502024-09-01T20:50:44.041Z[ host-image] Sep 01 20:50:43.261 INFO O| Sep 01 20:50:43.261 INFO O| Download: 3465/22728 items 35.6/196.4MB 18% complete (2.1M/s)
35512024-09-01T20:50:48.221Z[ recovery-image] Sep 01 20:50:47.440 INFO O| Sep 01 20:50:47.440 INFO O| Planning: Planning completed in 69.73 seconds
35522024-09-01T20:50:48.226Z[ recovery-image] Sep 01 20:50:47.446 INFO O| Sep 01 20:50:47.446 INFO O| Packages to install: 124
35532024-09-01T20:50:48.226Z[ recovery-image] Sep 01 20:50:47.446 INFO O| Sep 01 20:50:47.446 INFO O| Mediators to change: 4
35542024-09-01T20:50:48.229Z[ recovery-image] Sep 01 20:50:47.446 INFO O| Sep 01 20:50:47.446 INFO O| Services to change: 5
35552024-09-01T20:50:48.293Z[ recovery-image] Sep 01 20:50:47.513 INFO O| Sep 01 20:50:47.512 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35562024-09-01T20:50:49.311Z[ host-image] Sep 01 20:50:48.531 INFO O| Sep 01 20:50:48.531 INFO O| Download: 4525/22728 items 42.3/196.4MB 21% complete (1.8M/s)
35572024-09-01T20:50:53.385Z[ recovery-image] Sep 01 20:50:52.604 INFO O| Sep 01 20:50:52.604 INFO O| Download: 1057/15831 items 7.9/173.2MB 4% complete (1.7M/s)
35582024-09-01T20:50:54.321Z[ host-image] Sep 01 20:50:53.540 INFO O| Sep 01 20:50:53.540 INFO O| Download: 4819/22728 items 45.6/196.4MB 23% complete (1016k/s)
35592024-09-01T20:50:57.646Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35602024-09-01T20:50:58.498Z[ recovery-image] Sep 01 20:50:57.717 INFO O| Sep 01 20:50:57.717 INFO O| Download: 1185/15831 items 14.9/173.2MB 8% complete (1.4M/s)
35612024-09-01T20:50:59.322Z[ host-image] Sep 01 20:50:58.541 INFO O| Sep 01 20:50:58.541 INFO O| Download: 5875/22728 items 46.3/196.4MB 23% complete (416k/s)
35622024-09-01T20:51:03.551Z[ recovery-image] Sep 01 20:51:02.770 INFO O| Sep 01 20:51:02.769 INFO O| Download: 1573/15831 items 23.9/173.2MB 13% complete (1.6M/s)
35632024-09-01T20:51:04.335Z[ host-image] Sep 01 20:51:03.554 INFO O| Sep 01 20:51:03.554 INFO O| Download: 6845/22728 items 49.0/196.4MB 24% complete (373k/s)
35642024-09-01T20:51:05.832Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35652024-09-01T20:51:06.503Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35662024-09-01T20:51:08.551Z[ recovery-image] Sep 01 20:51:07.770 INFO O| Sep 01 20:51:07.770 INFO O| Download: 2214/15831 items 31.2/173.2MB 17% complete (1.8M/s)
35672024-09-01T20:51:09.338Z[ host-image] Sep 01 20:51:08.557 INFO O| Sep 01 20:51:08.557 INFO O| Download: 7155/22728 items 55.6/196.4MB 28% complete (922k/s)
35682024-09-01T20:51:13.576Z[ recovery-image] Sep 01 20:51:12.795 INFO O| Sep 01 20:51:12.795 INFO O| Download: 2915/15831 items 36.8/173.2MB 21% complete (1.3M/s)
35692024-09-01T20:51:15.579Z[ host-image] Sep 01 20:51:14.797 INFO O| Sep 01 20:51:14.797 INFO O| Download: 7954/22728 items 59.6/196.4MB 30% complete (1.2M/s)
35702024-09-01T20:51:18.732Z[ recovery-image] Sep 01 20:51:17.949 INFO O| Sep 01 20:51:17.949 INFO O| Download: 3751/15831 items 41.9/173.2MB 24% complete (1.1M/s)
35712024-09-01T20:51:20.580Z[ host-image] Sep 01 20:51:19.798 INFO O| Sep 01 20:51:19.797 INFO O| Download: 8236/22728 items 63.6/196.4MB 32% complete (723k/s)
35722024-09-01T20:51:23.732Z[ recovery-image] Sep 01 20:51:22.950 INFO O| Sep 01 20:51:22.950 INFO O| Download: 4849/15831 items 43.0/173.2MB 24% complete (664k/s)
35732024-09-01T20:51:25.591Z[ host-image] Sep 01 20:51:24.808 INFO O| Sep 01 20:51:24.808 INFO O| Download: 8684/22728 items 71.0/196.4MB 36% complete (1.1M/s)
35742024-09-01T20:51:28.901Z[ recovery-image] Sep 01 20:51:28.119 INFO O| Sep 01 20:51:28.119 INFO O| Download: 5656/15831 items 44.5/173.2MB 25% complete (390k/s)
35752024-09-01T20:51:30.594Z[ host-image] Sep 01 20:51:29.811 INFO O| Sep 01 20:51:29.811 INFO O| Download: 9518/22728 items 83.2/196.4MB 42% complete (2.0M/s)
35762024-09-01T20:51:34.132Z[ recovery-image] Sep 01 20:51:33.349 INFO O| Sep 01 20:51:33.349 INFO O| Download: 5908/15831 items 53.0/173.2MB 30% complete (868k/s)
35772024-09-01T20:51:35.603Z[ host-image] Sep 01 20:51:34.821 INFO O| Sep 01 20:51:34.821 INFO O| Download: 10645/22728 items 89.1/196.4MB 45% complete (1.8M/s)
35782024-09-01T20:51:39.151Z[ recovery-image] Sep 01 20:51:38.368 INFO O| Sep 01 20:51:38.367 INFO O| Download: 6570/15831 items 64.1/173.2MB 37% complete (2.0M/s)
35792024-09-01T20:51:40.130Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35802024-09-01T20:51:40.752Z[ host-image] Sep 01 20:51:39.968 INFO O| Sep 01 20:51:39.968 INFO O| Download: 11194/22728 items 93.9/196.4MB 47% complete (1.1M/s)
35812024-09-01T20:51:41.410Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35822024-09-01T20:51:44.163Z[ recovery-image] Sep 01 20:51:43.379 INFO O| Sep 01 20:51:43.379 INFO O| Download: 7479/15831 items 73.5/173.2MB 42% complete (2.0M/s)
35832024-09-01T20:51:45.757Z[ host-image] Sep 01 20:51:44.972 INFO O| Sep 01 20:51:44.972 INFO O| Download: 11650/22728 items 96.3/196.4MB 49% complete (726k/s)
35842024-09-01T20:51:46.435Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35852024-09-01T20:51:49.601Z[ recovery-image] Sep 01 20:51:48.817 INFO O| Sep 01 20:51:48.817 INFO O| Download: 7896/15831 items 76.7/173.2MB 44% complete (1.3M/s)
35862024-09-01T20:51:51.039Z[ host-image] Sep 01 20:51:50.255 INFO O| Sep 01 20:51:50.255 INFO O| Download: 12173/22728 items 108.5/196.4MB 55% complete (1.5M/s)
35872024-09-01T20:51:51.700Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35882024-09-01T20:51:55.018Z[ recovery-image] Sep 01 20:51:54.234 INFO O| Sep 01 20:51:54.233 INFO O| Download: 8658/15831 items 81.5/173.2MB 47% complete (761k/s)
35892024-09-01T20:51:56.043Z[ host-image] Sep 01 20:51:55.259 INFO O| Sep 01 20:51:55.259 INFO O| Download: 12985/22728 items 109.7/196.4MB 55% complete (1.3M/s)
35902024-09-01T20:52:00.019Z[ recovery-image] Sep 01 20:51:59.235 INFO O| Sep 01 20:51:59.235 INFO O| Download: 9001/15831 items 92.6/173.2MB 53% complete (1.5M/s)
35912024-09-01T20:52:01.045Z[ host-image] Sep 01 20:52:00.261 INFO O| Sep 01 20:52:00.261 INFO O| Download: 14037/22728 items 110.3/196.4MB 56% complete (178k/s)
35922024-09-01T20:52:05.020Z[ recovery-image] Sep 01 20:52:04.235 INFO O| Sep 01 20:52:04.235 INFO O| Download: 10265/15831 items 93.2/173.2MB 53% complete (1.2M/s)
35932024-09-01T20:52:06.207Z[ host-image] Sep 01 20:52:05.422 INFO O| Sep 01 20:52:05.422 INFO O| Download: 14459/22728 items 112.3/196.4MB 57% complete (238k/s)
35942024-09-01T20:52:10.248Z[ recovery-image] Sep 01 20:52:09.463 INFO O| Sep 01 20:52:09.463 INFO O| Download: 11009/15831 items 94.7/173.2MB 54% complete (202k/s)
35952024-09-01T20:52:11.230Z[ host-image] Sep 01 20:52:10.446 INFO O| Sep 01 20:52:10.445 INFO O| Download: 15417/22728 items 124.0/196.4MB 63% complete (1.3M/s)
35962024-09-01T20:52:15.249Z[ recovery-image] Sep 01 20:52:14.463 INFO O| Sep 01 20:52:14.463 INFO O| Download: 11400/15831 items 107.0/173.2MB 61% complete (1.4M/s)
35972024-09-01T20:52:16.231Z[ host-image] Sep 01 20:52:15.446 INFO O| Sep 01 20:52:15.446 INFO O| Download: 16043/22728 items 134.4/196.4MB 68% complete (2.2M/s)
35982024-09-01T20:52:20.408Z[ recovery-image] Sep 01 20:52:19.623 INFO O| Sep 01 20:52:19.623 INFO O| Download: 11917/15831 items 128.2/173.2MB 74% complete (3.4M/s)
35992024-09-01T20:52:21.789Z[ host-image] Sep 01 20:52:21.004 INFO O| Sep 01 20:52:21.004 INFO O| Download: 16869/22728 items 143.2/196.4MB 72% complete (2.1M/s)
36002024-09-01T20:52:25.410Z[ recovery-image] Sep 01 20:52:24.625 INFO O| Sep 01 20:52:24.625 INFO O| Download: 12817/15831 items 140.4/173.2MB 81% complete (3.3M/s)
36012024-09-01T20:52:27.554Z[ host-image] Sep 01 20:52:26.768 INFO O| Sep 01 20:52:26.768 INFO O| Download: 17858/22728 items 150.0/196.4MB 76% complete (1.5M/s)
36022024-09-01T20:52:30.467Z[ recovery-image] Sep 01 20:52:29.681 INFO O| Sep 01 20:52:29.681 INFO O| Download: 14022/15831 items 145.4/173.2MB 83% complete (1.7M/s)
36032024-09-01T20:52:32.689Z[ host-image] Sep 01 20:52:31.902 INFO O| Sep 01 20:52:31.902 INFO O| Download: 17909/22728 items 157.9/196.4MB 80% complete (1.4M/s)
36042024-09-01T20:52:35.473Z[ recovery-image] Sep 01 20:52:34.687 INFO O| Sep 01 20:52:34.686 INFO O| Download: 14564/15831 items 147.1/173.2MB 84% complete (702k/s)
36052024-09-01T20:52:37.707Z[ host-image] Sep 01 20:52:36.921 INFO O| Sep 01 20:52:36.921 INFO O| Download: 18665/22728 items 161.9/196.4MB 82% complete (1.2M/s)
36062024-09-01T20:52:40.792Z[ recovery-image] Sep 01 20:52:40.005 INFO O| Sep 01 20:52:40.005 INFO O| Download: 14752/15831 items 153.2/173.2MB 88% complete (850k/s)
36072024-09-01T20:52:42.716Z[ host-image] Sep 01 20:52:41.929 INFO O| Sep 01 20:52:41.929 INFO O| Download: 19417/22728 items 165.3/196.4MB 84% complete (806k/s)
36082024-09-01T20:52:46.015Z[ recovery-image] Sep 01 20:52:45.228 INFO O| Sep 01 20:52:45.228 INFO O| Download: 15243/15831 items 156.8/173.2MB 90% complete (913k/s)
36092024-09-01T20:52:47.910Z[ host-image] Sep 01 20:52:47.123 INFO O| Sep 01 20:52:47.123 INFO O| Download: 19989/22728 items 167.3/196.4MB 85% complete (559k/s)
36102024-09-01T20:52:51.217Z[ recovery-image] Sep 01 20:52:50.429 INFO O| Sep 01 20:52:50.429 INFO O| Download: 15503/15831 items 165.7/173.2MB 95% complete (1.2M/s)
36112024-09-01T20:52:52.913Z[ host-image] Sep 01 20:52:52.125 INFO O| Sep 01 20:52:52.125 INFO O| Download: 20721/22728 items 170.3/196.4MB 86% complete (485k/s)
36122024-09-01T20:52:56.528Z[ recovery-image] Sep 01 20:52:55.741 INFO O| Sep 01 20:52:55.740 INFO O| Download: 15805/15831 items 172.0/173.2MB 99% complete (1.6M/s)
36132024-09-01T20:52:58.267Z[ host-image] Sep 01 20:52:57.480 INFO O| Sep 01 20:52:57.480 INFO O| Download: 20958/22728 items 176.0/196.4MB 89% complete (882k/s)
36142024-09-01T20:52:59.460Z[ recovery-image] Sep 01 20:52:58.672 INFO O| Sep 01 20:52:58.672 INFO O| Download: Completed 173.17 MB in 131.16 seconds (1.3M/s)
36152024-09-01T20:53:00.276Z[ recovery-image] Sep 01 20:52:59.488 INFO O| Sep 01 20:52:59.488 INFO O| Actions: 1/24965 actions (Installing new actions)
36162024-09-01T20:53:03.405Z[ host-image] Sep 01 20:53:02.617 INFO O| Sep 01 20:53:02.617 INFO O| Download: 21351/22728 items 177.2/196.4MB 90% complete (677k/s)
36172024-09-01T20:53:05.276Z[ recovery-image] Sep 01 20:53:04.488 INFO O| Sep 01 20:53:04.488 INFO O| Actions: 12073/24965 actions (Installing new actions)
36182024-09-01T20:53:08.748Z[ host-image] Sep 01 20:53:07.960 INFO O| Sep 01 20:53:07.960 INFO O| Download: 21634/22728 items 180.5/196.4MB 91% complete (452k/s)
36192024-09-01T20:53:10.277Z[ recovery-image] Sep 01 20:53:09.488 INFO O| Sep 01 20:53:09.488 INFO O| Actions: 18763/24965 actions (Installing new actions)
36202024-09-01T20:53:15.351Z[ recovery-image] Sep 01 20:53:14.562 INFO O| Sep 01 20:53:14.562 INFO O| Actions: 24516/24965 actions (Installing new actions)
36212024-09-01T20:53:17.491Z[ recovery-image] Sep 01 20:53:16.702 INFO O| Sep 01 20:53:16.702 INFO O| Actions: Completed 24965 actions in 17.21 seconds.
36222024-09-01T20:53:17.922Z[ recovery-image] Sep 01 20:53:17.133 INFO O| Sep 01 20:53:17.133 INFO O| Done
36232024-09-01T20:53:17.922Z[ recovery-image] Sep 01 20:53:17.133 INFO O| Sep 01 20:53:17.133 INFO O| Done
36242024-09-01T20:53:18.112Z[ host-image] Sep 01 20:53:17.324 INFO O| Sep 01 20:53:17.324 INFO O| Download: 21868/22728 items 188.2/196.4MB 95% complete (1.1M/s)
36252024-09-01T20:53:18.957Z[ recovery-image] Sep 01 20:53:18.168 INFO O| Sep 01 20:53:18.168 INFO O| Done
36262024-09-01T20:53:20.566Z[ recovery-image] Sep 01 20:53:19.778 INFO O| Sep 01 20:53:19.778 INFO O| Done
36272024-09-01T20:53:20.589Z[ recovery-image] Sep 01 20:53:19.800 INFO O| Sep 01 20:53:19.800 INFO O| Done
36282024-09-01T20:53:23.542Z[ host-image] Sep 01 20:53:22.753 INFO O| Sep 01 20:53:22.753 INFO O| Download: 21944/22728 items 188.8/196.4MB 96% complete (322k/s)
36292024-09-01T20:53:25.209Z[ recovery-image] Sep 01 20:53:24.420 INFO O| Sep 01 20:53:24.420 INFO O| Done
36302024-09-01T20:53:25.939Z[ recovery-image] Sep 01 20:53:25.150 INFO O| Sep 01 20:53:25.150 INFO O| Done
36312024-09-01T20:53:26.235Z[ recovery-image] Sep 01 20:53:25.446 INFO O| Sep 01 20:53:25.446 INFO STEP 11 (pkg_install) COMPLETE
36322024-09-01T20:53:26.238Z[ recovery-image] Sep 01 20:53:25.446 INFO O| Sep 01 20:53:25.446 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36332024-09-01T20:53:26.238Z[ recovery-image] Sep 01 20:53:25.446 INFO O| Sep 01 20:53:25.446 INFO skip step because feature "recovery" is enabled
36342024-09-01T20:53:26.238Z[ recovery-image] Sep 01 20:53:25.446 INFO O| Sep 01 20:53:25.446 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36352024-09-01T20:53:26.238Z[ recovery-image] Sep 01 20:53:25.446 INFO O| Sep 01 20:53:25.446 INFO skip step because feature "omicron1" is not enabled
36362024-09-01T20:53:26.238Z[ recovery-image] Sep 01 20:53:25.446 INFO O| Sep 01 20:53:25.446 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36372024-09-01T20:53:26.256Z[ recovery-image] Sep 01 20:53:25.467 INFO O| Sep 01 20:53:25.467 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36382024-09-01T20:53:27.272Z[ recovery-image] Sep 01 20:53:26.483 INFO O| Sep 01 20:53:26.483 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36392024-09-01T20:53:28.570Z[ host-image] Sep 01 20:53:27.781 INFO O| Sep 01 20:53:27.781 INFO O| Download: 22463/22728 items 196.1/196.4MB 99% complete (796k/s)
36402024-09-01T20:53:30.257Z[ recovery-image] Sep 01 20:53:29.467 INFO O| Sep 01 20:53:29.467 INFO O| Planning: Solver setup ... Done
36412024-09-01T20:53:30.262Z[ recovery-image] Sep 01 20:53:29.473 INFO O| Sep 01 20:53:29.473 INFO O| Planning: Running solver ... Done
36422024-09-01T20:53:30.334Z[ recovery-image] Sep 01 20:53:29.545 INFO O| Sep 01 20:53:29.545 INFO O| Planning: Finding local manifests ... Done
36432024-09-01T20:53:30.337Z[ recovery-image] Sep 01 20:53:29.546 INFO O| Sep 01 20:53:29.546 INFO O| Planning: Fetching manifests: 0/1 0% complete
36442024-09-01T20:53:30.463Z[ recovery-image] Sep 01 20:53:29.674 INFO O| Sep 01 20:53:29.674 INFO O| Planning: Fetching manifests: 1/1 100% complete
36452024-09-01T20:53:30.496Z[ recovery-image] Sep 01 20:53:29.706 INFO O| Sep 01 20:53:29.706 INFO O| Planning: Package planning ... Done
36462024-09-01T20:53:30.498Z[ recovery-image] Sep 01 20:53:29.707 INFO O| Sep 01 20:53:29.707 INFO O| Planning: Merging actions ... Done
36472024-09-01T20:53:30.561Z[ recovery-image] Sep 01 20:53:29.772 INFO O| Sep 01 20:53:29.771 INFO O| Planning: Checking for conflicting actions ... Done
36482024-09-01T20:53:30.564Z[ recovery-image] Sep 01 20:53:29.772 INFO O| Sep 01 20:53:29.772 INFO O| Planning: Consolidating action changes ... Done
36492024-09-01T20:53:30.852Z[ recovery-image] Sep 01 20:53:30.063 INFO O| Sep 01 20:53:30.063 INFO O| Planning: Evaluating mediators ... Done
36502024-09-01T20:53:30.855Z[ recovery-image] Sep 01 20:53:30.064 INFO O| Sep 01 20:53:30.064 INFO O| Planning: Planning completed in 3.58 seconds
36512024-09-01T20:53:30.857Z[ recovery-image] Sep 01 20:53:30.066 INFO O| Sep 01 20:53:30.066 INFO O| Packages to install: 1
36522024-09-01T20:53:30.883Z[ recovery-image] Sep 01 20:53:30.094 INFO O| Sep 01 20:53:30.093 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36532024-09-01T20:53:32.424Z[ host-image] Sep 01 20:53:31.635 INFO O| Sep 01 20:53:31.635 INFO O| Download: Completed 196.40 MB in 188.69 seconds (1.0M/s)
36542024-09-01T20:53:32.485Z[ recovery-image] Sep 01 20:53:31.696 INFO O| Sep 01 20:53:31.696 INFO O| Download: Completed 20.80 MB in 1.60 seconds (13.0M/s)
36552024-09-01T20:53:32.693Z[ recovery-image] Sep 01 20:53:31.903 INFO O| Sep 01 20:53:31.903 INFO O| Actions: 1/22 actions (Installing new actions)
36562024-09-01T20:53:33.551Z[ recovery-image] Sep 01 20:53:32.762 INFO O| Sep 01 20:53:32.762 INFO O| Actions: Completed 22 actions in 0.86 seconds.
36572024-09-01T20:53:33.908Z[ recovery-image] Sep 01 20:53:33.118 INFO O| Sep 01 20:53:33.118 INFO O| Done
36582024-09-01T20:53:33.908Z[ recovery-image] Sep 01 20:53:33.119 INFO O| Sep 01 20:53:33.118 INFO O| Done
36592024-09-01T20:53:34.321Z[ host-image] Sep 01 20:53:33.531 INFO O| Sep 01 20:53:33.531 INFO O| Actions: 1/49262 actions (Installing new actions)
36602024-09-01T20:53:34.825Z[ recovery-image] Sep 01 20:53:34.035 INFO O| Sep 01 20:53:34.035 INFO O| Done
36612024-09-01T20:53:36.769Z[ recovery-image] Sep 01 20:53:35.980 INFO O| Sep 01 20:53:35.980 INFO O| Done
36622024-09-01T20:53:36.791Z[ recovery-image] Sep 01 20:53:36.002 INFO O| Sep 01 20:53:36.002 INFO O| Done
36632024-09-01T20:53:36.794Z[ recovery-image] Sep 01 20:53:36.002 INFO O| Sep 01 20:53:36.002 INFO O| Done
36642024-09-01T20:53:36.828Z[ recovery-image] Sep 01 20:53:36.039 INFO O| Sep 01 20:53:36.038 INFO O| Done
36652024-09-01T20:53:36.975Z[ recovery-image] Sep 01 20:53:36.186 INFO O| Sep 01 20:53:36.185 INFO STEP 14 (pkg_install) COMPLETE
36662024-09-01T20:53:36.975Z[ recovery-image] Sep 01 20:53:36.186 INFO O| Sep 01 20:53:36.186 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36672024-09-01T20:53:36.978Z[ recovery-image] Sep 01 20:53:36.186 INFO O| Sep 01 20:53:36.186 INFO skip step because feature "mfg" is not enabled
36682024-09-01T20:53:36.978Z[ recovery-image] Sep 01 20:53:36.186 INFO O| Sep 01 20:53:36.186 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692024-09-01T20:53:36.978Z[ recovery-image] Sep 01 20:53:36.186 INFO O| Sep 01 20:53:36.186 INFO skip step because feature "compliance" is not enabled
36702024-09-01T20:53:36.978Z[ recovery-image] Sep 01 20:53:36.186 INFO O| Sep 01 20:53:36.186 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36712024-09-01T20:53:36.978Z[ recovery-image] Sep 01 20:53:36.186 INFO O| Sep 01 20:53:36.186 INFO skip step because feature "stress" is not enabled
36722024-09-01T20:53:36.978Z[ recovery-image] Sep 01 20:53:36.186 INFO O| Sep 01 20:53:36.186 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36732024-09-01T20:53:37.050Z[ recovery-image] Sep 01 20:53:36.186 INFO O| Sep 01 20:53:36.186 INFO skip step because feature "nfs" is not enabled
36742024-09-01T20:53:37.089Z[ recovery-image] Sep 01 20:53:36.186 INFO O| Sep 01 20:53:36.186 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36752024-09-01T20:53:37.129Z[ recovery-image] Sep 01 20:53:36.186 INFO O| Sep 01 20:53:36.186 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36762024-09-01T20:53:37.206Z[ recovery-image] Sep 01 20:53:36.333 INFO O| Sep 01 20:53:36.333 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36772024-09-01T20:53:37.324Z[ recovery-image] Sep 01 20:53:36.534 INFO O| Sep 01 20:53:36.534 INFO completed processing gimlet/ramdisk-01-os
36782024-09-01T20:53:37.327Z[ recovery-image] Sep 01 20:53:36.538 INFO image builder template: ramdisk-02-trim...
36792024-09-01T20:53:37.327Z[ recovery-image] Sep 01 20:53:36.538 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/.tmpEQ75Ar/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
36802024-09-01T20:53:37.373Z[ recovery-image] Sep 01 20:53:36.582 INFO O| Sep 01 20:53:36.582 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36812024-09-01T20:53:37.379Z[ recovery-image] Sep 01 20:53:36.590 INFO O| Sep 01 20:53:36.590 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36822024-09-01T20:53:37.547Z[ recovery-image] Sep 01 20:53:36.758 INFO O| Sep 01 20:53:36.758 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36832024-09-01T20:53:37.746Z[ recovery-image] Sep 01 20:53:36.957 INFO O| Sep 01 20:53:36.957 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36842024-09-01T20:53:37.749Z[ recovery-image] Sep 01 20:53:36.957 INFO O| Sep 01 20:53:36.957 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36852024-09-01T20:53:37.790Z[ recovery-image] Sep 01 20:53:37.000 INFO O| Sep 01 20:53:37.000 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36862024-09-01T20:53:37.821Z[ recovery-image] Sep 01 20:53:37.029 INFO O| Sep 01 20:53:37.029 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36872024-09-01T20:53:37.830Z[ recovery-image] Sep 01 20:53:37.040 INFO O| Sep 01 20:53:37.040 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36882024-09-01T20:53:38.173Z[ recovery-image] Sep 01 20:53:37.383 INFO O| Sep 01 20:53:37.383 INFO rolled back to input snapshot; work may begin
36892024-09-01T20:53:38.173Z[ recovery-image] Sep 01 20:53:37.383 INFO O| Sep 01 20:53:37.383 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36902024-09-01T20:53:38.183Z[ recovery-image] Sep 01 20:53:37.393 INFO O| Sep 01 20:53:37.393 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36912024-09-01T20:53:38.273Z[ recovery-image] Sep 01 20:53:37.412 INFO O| Sep 01 20:53:37.411 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36922024-09-01T20:53:38.340Z[ recovery-image] Sep 01 20:53:37.550 INFO O| Sep 01 20:53:37.549 INFO STEP 0 (remove_files) COMPLETE
36932024-09-01T20:53:38.349Z[ recovery-image] Sep 01 20:53:37.550 INFO O| Sep 01 20:53:37.550 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36942024-09-01T20:53:38.369Z[ recovery-image] Sep 01 20:53:37.570 INFO O| Sep 01 20:53:37.570 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36952024-09-01T20:53:38.435Z[ recovery-image] Sep 01 20:53:37.573 INFO O| Sep 01 20:53:37.573 INFO STEP 1 (remove_files) COMPLETE
36962024-09-01T20:53:38.502Z[ recovery-image] Sep 01 20:53:37.573 INFO O| Sep 01 20:53:37.573 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36972024-09-01T20:53:38.540Z[ recovery-image] Sep 01 20:53:37.592 INFO O| Sep 01 20:53:37.592 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36982024-09-01T20:53:38.543Z[ recovery-image] Sep 01 20:53:37.674 INFO O| Sep 01 20:53:37.674 INFO STEP 2 (remove_files) COMPLETE
36992024-09-01T20:53:38.543Z[ recovery-image] Sep 01 20:53:37.674 INFO O| Sep 01 20:53:37.674 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37002024-09-01T20:53:38.543Z[ recovery-image] Sep 01 20:53:37.694 INFO O| Sep 01 20:53:37.694 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37012024-09-01T20:53:38.546Z[ recovery-image] Sep 01 20:53:37.698 INFO O| Sep 01 20:53:37.697 INFO STEP 3 (remove_files) COMPLETE
37022024-09-01T20:53:38.546Z[ recovery-image] Sep 01 20:53:37.698 INFO O| Sep 01 20:53:37.697 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37032024-09-01T20:53:38.548Z[ recovery-image] Sep 01 20:53:37.717 INFO O| Sep 01 20:53:37.717 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37042024-09-01T20:53:38.548Z[ recovery-image] Sep 01 20:53:37.725 INFO O| Sep 01 20:53:37.724 INFO STEP 4 (remove_files) COMPLETE
37052024-09-01T20:53:38.549Z[ recovery-image] Sep 01 20:53:37.725 INFO O| Sep 01 20:53:37.724 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37062024-09-01T20:53:38.549Z[ recovery-image] Sep 01 20:53:37.745 INFO O| Sep 01 20:53:37.745 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37072024-09-01T20:53:38.549Z[ recovery-image] Sep 01 20:53:37.745 INFO O| Sep 01 20:53:37.745 INFO STEP 5 (remove_files) COMPLETE
37082024-09-01T20:53:38.549Z[ recovery-image] Sep 01 20:53:37.745 INFO O| Sep 01 20:53:37.745 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37092024-09-01T20:53:38.675Z[ recovery-image] Sep 01 20:53:37.885 INFO O| Sep 01 20:53:37.885 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37102024-09-01T20:53:38.707Z[ recovery-image] Sep 01 20:53:37.906 INFO O| Sep 01 20:53:37.906 INFO STEP 6 (remove_files) COMPLETE
37112024-09-01T20:53:38.711Z[ recovery-image] Sep 01 20:53:37.906 INFO O| Sep 01 20:53:37.906 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37122024-09-01T20:53:38.711Z[ recovery-image] Sep 01 20:53:37.906 INFO O| Sep 01 20:53:37.906 INFO skip step because feature "recovery" is enabled
37132024-09-01T20:53:38.747Z[ recovery-image] Sep 01 20:53:37.906 INFO O| Sep 01 20:53:37.906 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-09-01T20:53:38.787Z[ recovery-image] Sep 01 20:53:37.906 INFO O| Sep 01 20:53:37.906 INFO skip step because feature "recovery" is enabled
37152024-09-01T20:53:38.826Z[ recovery-image] Sep 01 20:53:37.906 INFO O| Sep 01 20:53:37.906 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37162024-09-01T20:53:38.826Z[ recovery-image] Sep 01 20:53:37.906 INFO O| Sep 01 20:53:37.906 INFO skip step because feature "recovery" is enabled
37172024-09-01T20:53:38.860Z[ recovery-image] Sep 01 20:53:37.906 INFO O| Sep 01 20:53:37.906 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37182024-09-01T20:53:38.860Z[ recovery-image] Sep 01 20:53:37.969 INFO O| Sep 01 20:53:37.969 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37192024-09-01T20:53:38.862Z[ recovery-image] Sep 01 20:53:37.976 INFO O| Sep 01 20:53:37.976 INFO STEP 10 (remove_files) COMPLETE
37202024-09-01T20:53:38.863Z[ recovery-image] Sep 01 20:53:37.976 INFO O| Sep 01 20:53:37.976 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37212024-09-01T20:53:38.863Z[ recovery-image] Sep 01 20:53:37.998 INFO O| Sep 01 20:53:37.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37222024-09-01T20:53:38.863Z[ recovery-image] Sep 01 20:53:38.001 INFO O| Sep 01 20:53:38.001 INFO STEP 11 (remove_files) COMPLETE
37232024-09-01T20:53:38.863Z[ recovery-image] Sep 01 20:53:38.001 INFO O| Sep 01 20:53:38.001 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37242024-09-01T20:53:38.863Z[ recovery-image] Sep 01 20:53:38.021 INFO O| Sep 01 20:53:38.021 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37252024-09-01T20:53:38.863Z[ recovery-image] Sep 01 20:53:38.024 INFO O| Sep 01 20:53:38.024 INFO STEP 12 (remove_files) COMPLETE
37262024-09-01T20:53:38.863Z[ recovery-image] Sep 01 20:53:38.024 INFO O| Sep 01 20:53:38.024 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37272024-09-01T20:53:38.976Z[ recovery-image] Sep 01 20:53:38.047 INFO O| Sep 01 20:53:38.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37282024-09-01T20:53:39.129Z[ recovery-image] Sep 01 20:53:38.339 INFO O| Sep 01 20:53:38.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37292024-09-01T20:53:39.132Z[ recovery-image] Sep 01 20:53:38.339 INFO O| Sep 01 20:53:38.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37302024-09-01T20:53:39.135Z[ recovery-image] Sep 01 20:53:38.345 INFO O| Sep 01 20:53:38.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37312024-09-01T20:53:39.137Z[ recovery-image] Sep 01 20:53:38.345 INFO O| Sep 01 20:53:38.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37322024-09-01T20:53:39.298Z[ recovery-image] Sep 01 20:53:38.508 INFO O| Sep 01 20:53:38.508 INFO STEP 13 (remove_files) COMPLETE
37332024-09-01T20:53:39.298Z[ recovery-image] Sep 01 20:53:38.508 INFO O| Sep 01 20:53:38.508 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37342024-09-01T20:53:39.317Z[ recovery-image] Sep 01 20:53:38.527 INFO O| Sep 01 20:53:38.527 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37352024-09-01T20:53:39.320Z[ recovery-image] Sep 01 20:53:38.529 INFO O| Sep 01 20:53:38.529 INFO STEP 14 (remove_files) COMPLETE
37362024-09-01T20:53:39.320Z[ recovery-image] Sep 01 20:53:38.529 INFO O| Sep 01 20:53:38.529 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37372024-09-01T20:53:39.323Z[ host-image] Sep 01 20:53:38.531 INFO O| Sep 01 20:53:38.531 INFO O| Actions: 9311/49262 actions (Installing new actions)
37382024-09-01T20:53:39.355Z[ recovery-image] Sep 01 20:53:38.565 INFO O| Sep 01 20:53:38.565 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37392024-09-01T20:53:39.365Z[ recovery-image] Sep 01 20:53:38.576 INFO O| Sep 01 20:53:38.576 INFO STEP 15 (remove_files) COMPLETE
37402024-09-01T20:53:39.365Z[ recovery-image] Sep 01 20:53:38.576 INFO O| Sep 01 20:53:38.576 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37412024-09-01T20:53:39.407Z[ recovery-image] Sep 01 20:53:38.618 INFO O| Sep 01 20:53:38.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37422024-09-01T20:53:39.411Z[ recovery-image] Sep 01 20:53:38.618 INFO O| Sep 01 20:53:38.618 INFO STEP 16 (remove_files) COMPLETE
37432024-09-01T20:53:39.411Z[ recovery-image] Sep 01 20:53:38.619 INFO O| Sep 01 20:53:38.618 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-09-01T20:53:39.428Z[ recovery-image] Sep 01 20:53:38.638 INFO O| Sep 01 20:53:38.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37452024-09-01T20:53:39.430Z[ recovery-image] Sep 01 20:53:38.641 INFO O| Sep 01 20:53:38.641 INFO STEP 17 (remove_files) COMPLETE
37462024-09-01T20:53:39.431Z[ recovery-image] Sep 01 20:53:38.641 INFO O| Sep 01 20:53:38.641 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-09-01T20:53:39.468Z[ recovery-image] Sep 01 20:53:38.678 INFO O| Sep 01 20:53:38.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37482024-09-01T20:53:39.468Z[ recovery-image] Sep 01 20:53:38.678 INFO O| Sep 01 20:53:38.678 INFO STEP 18 (remove_files) COMPLETE
37492024-09-01T20:53:39.468Z[ recovery-image] Sep 01 20:53:38.678 INFO O| Sep 01 20:53:38.678 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-09-01T20:53:39.515Z[ recovery-image] Sep 01 20:53:38.726 INFO O| Sep 01 20:53:38.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37512024-09-01T20:53:39.519Z[ recovery-image] Sep 01 20:53:38.726 INFO O| Sep 01 20:53:38.726 INFO STEP 19 (remove_files) COMPLETE
37522024-09-01T20:53:39.521Z[ recovery-image] Sep 01 20:53:38.726 INFO O| Sep 01 20:53:38.726 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-09-01T20:53:39.632Z[ recovery-image] Sep 01 20:53:38.842 INFO O| Sep 01 20:53:38.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37542024-09-01T20:53:39.637Z[ recovery-image] Sep 01 20:53:38.842 INFO O| Sep 01 20:53:38.842 INFO STEP 20 (remove_files) COMPLETE
37552024-09-01T20:53:39.637Z[ recovery-image] Sep 01 20:53:38.842 INFO O| Sep 01 20:53:38.842 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-09-01T20:53:39.668Z[ recovery-image] Sep 01 20:53:38.878 INFO O| Sep 01 20:53:38.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37572024-09-01T20:53:39.726Z[ recovery-image] Sep 01 20:53:38.878 INFO O| Sep 01 20:53:38.878 INFO STEP 21 (remove_files) COMPLETE
37582024-09-01T20:53:39.759Z[ recovery-image] Sep 01 20:53:38.878 INFO O| Sep 01 20:53:38.878 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-09-01T20:53:39.759Z[ recovery-image] Sep 01 20:53:38.923 INFO O| Sep 01 20:53:38.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37602024-09-01T20:53:39.762Z[ recovery-image] Sep 01 20:53:38.923 INFO O| Sep 01 20:53:38.923 INFO STEP 22 (remove_files) COMPLETE
37612024-09-01T20:53:39.762Z[ recovery-image] Sep 01 20:53:38.923 INFO O| Sep 01 20:53:38.923 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-09-01T20:53:39.762Z[ recovery-image] Sep 01 20:53:38.940 INFO O| Sep 01 20:53:38.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37632024-09-01T20:53:39.762Z[ recovery-image] Sep 01 20:53:38.941 INFO O| Sep 01 20:53:38.940 INFO STEP 23 (remove_files) COMPLETE
37642024-09-01T20:53:39.762Z[ recovery-image] Sep 01 20:53:38.941 INFO O| Sep 01 20:53:38.941 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-09-01T20:53:39.793Z[ recovery-image] Sep 01 20:53:39.004 INFO O| Sep 01 20:53:38.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37662024-09-01T20:53:39.824Z[ recovery-image] Sep 01 20:53:39.004 INFO O| Sep 01 20:53:38.985 INFO STEP 24 (remove_files) COMPLETE
37672024-09-01T20:53:39.878Z[ recovery-image] Sep 01 20:53:39.004 INFO O| Sep 01 20:53:38.985 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-09-01T20:53:39.878Z[ recovery-image] Sep 01 20:53:39.072 INFO O| Sep 01 20:53:39.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37692024-09-01T20:53:39.881Z[ recovery-image] Sep 01 20:53:39.072 INFO O| Sep 01 20:53:39.072 INFO STEP 25 (remove_files) COMPLETE
37702024-09-01T20:53:39.881Z[ recovery-image] Sep 01 20:53:39.072 INFO O| Sep 01 20:53:39.072 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-09-01T20:53:39.881Z[ recovery-image] Sep 01 20:53:39.091 INFO O| Sep 01 20:53:39.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37722024-09-01T20:53:39.962Z[ recovery-image] Sep 01 20:53:39.091 INFO O| Sep 01 20:53:39.091 INFO STEP 26 (remove_files) COMPLETE
37732024-09-01T20:53:39.962Z[ recovery-image] Sep 01 20:53:39.091 INFO O| Sep 01 20:53:39.091 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-09-01T20:53:39.962Z[ recovery-image] Sep 01 20:53:39.109 INFO O| Sep 01 20:53:39.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37752024-09-01T20:53:39.962Z[ recovery-image] Sep 01 20:53:39.109 INFO O| Sep 01 20:53:39.109 INFO STEP 27 (remove_files) COMPLETE
37762024-09-01T20:53:39.965Z[ recovery-image] Sep 01 20:53:39.109 INFO O| Sep 01 20:53:39.109 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-09-01T20:53:39.965Z[ recovery-image] Sep 01 20:53:39.143 INFO O| Sep 01 20:53:39.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37782024-09-01T20:53:39.965Z[ recovery-image] Sep 01 20:53:39.143 INFO O| Sep 01 20:53:39.143 INFO STEP 28 (remove_files) COMPLETE
37792024-09-01T20:53:39.965Z[ recovery-image] Sep 01 20:53:39.143 INFO O| Sep 01 20:53:39.143 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37802024-09-01T20:53:39.965Z[ recovery-image] Sep 01 20:53:39.162 INFO O| Sep 01 20:53:39.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37812024-09-01T20:53:39.965Z[ recovery-image] Sep 01 20:53:39.162 INFO O| Sep 01 20:53:39.162 INFO STEP 29 (remove_files) COMPLETE
37822024-09-01T20:53:39.965Z[ recovery-image] Sep 01 20:53:39.162 INFO O| Sep 01 20:53:39.162 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-09-01T20:53:39.971Z[ recovery-image] Sep 01 20:53:39.180 INFO O| Sep 01 20:53:39.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37842024-09-01T20:53:40.022Z[ recovery-image] Sep 01 20:53:39.180 INFO O| Sep 01 20:53:39.180 INFO STEP 30 (remove_files) COMPLETE
37852024-09-01T20:53:40.050Z[ recovery-image] Sep 01 20:53:39.180 INFO O| Sep 01 20:53:39.180 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-09-01T20:53:40.050Z[ recovery-image] Sep 01 20:53:39.198 INFO O| Sep 01 20:53:39.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37872024-09-01T20:53:40.053Z[ recovery-image] Sep 01 20:53:39.198 INFO O| Sep 01 20:53:39.198 INFO STEP 31 (remove_files) COMPLETE
37882024-09-01T20:53:40.053Z[ recovery-image] Sep 01 20:53:39.198 INFO O| Sep 01 20:53:39.198 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-09-01T20:53:40.053Z[ recovery-image] Sep 01 20:53:39.215 INFO O| Sep 01 20:53:39.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37902024-09-01T20:53:40.053Z[ recovery-image] Sep 01 20:53:39.215 INFO O| Sep 01 20:53:39.215 INFO STEP 32 (remove_files) COMPLETE
37912024-09-01T20:53:40.053Z[ recovery-image] Sep 01 20:53:39.215 INFO O| Sep 01 20:53:39.215 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-09-01T20:53:40.053Z[ recovery-image] Sep 01 20:53:39.232 INFO O| Sep 01 20:53:39.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37932024-09-01T20:53:40.053Z[ recovery-image] Sep 01 20:53:39.232 INFO O| Sep 01 20:53:39.232 INFO STEP 33 (remove_files) COMPLETE
37942024-09-01T20:53:40.053Z[ recovery-image] Sep 01 20:53:39.232 INFO O| Sep 01 20:53:39.232 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-09-01T20:53:40.053Z[ recovery-image] Sep 01 20:53:39.249 INFO O| Sep 01 20:53:39.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37962024-09-01T20:53:40.053Z[ recovery-image] Sep 01 20:53:39.249 INFO O| Sep 01 20:53:39.249 INFO STEP 34 (remove_files) COMPLETE
37972024-09-01T20:53:40.053Z[ recovery-image] Sep 01 20:53:39.249 INFO O| Sep 01 20:53:39.249 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-09-01T20:53:40.056Z[ recovery-image] Sep 01 20:53:39.265 INFO O| Sep 01 20:53:39.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37992024-09-01T20:53:40.083Z[ recovery-image] Sep 01 20:53:39.265 INFO O| Sep 01 20:53:39.265 INFO STEP 35 (remove_files) COMPLETE
38002024-09-01T20:53:40.083Z[ recovery-image] Sep 01 20:53:39.265 INFO O| Sep 01 20:53:39.265 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-09-01T20:53:40.083Z[ recovery-image] Sep 01 20:53:39.281 INFO O| Sep 01 20:53:39.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38022024-09-01T20:53:40.086Z[ recovery-image] Sep 01 20:53:39.281 INFO O| Sep 01 20:53:39.281 INFO STEP 36 (remove_files) COMPLETE
38032024-09-01T20:53:40.086Z[ recovery-image] Sep 01 20:53:39.281 INFO O| Sep 01 20:53:39.281 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38042024-09-01T20:53:40.089Z[ recovery-image] Sep 01 20:53:39.299 INFO O| Sep 01 20:53:39.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38052024-09-01T20:53:40.089Z[ recovery-image] Sep 01 20:53:39.299 INFO O| Sep 01 20:53:39.299 INFO STEP 37 (remove_files) COMPLETE
38062024-09-01T20:53:40.089Z[ recovery-image] Sep 01 20:53:39.299 INFO O| Sep 01 20:53:39.299 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38072024-09-01T20:53:40.109Z[ recovery-image] Sep 01 20:53:39.319 INFO O| Sep 01 20:53:39.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38082024-09-01T20:53:40.109Z[ recovery-image] Sep 01 20:53:39.319 INFO O| Sep 01 20:53:39.319 INFO STEP 38 (remove_files) COMPLETE
38092024-09-01T20:53:40.109Z[ recovery-image] Sep 01 20:53:39.319 INFO O| Sep 01 20:53:39.319 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38102024-09-01T20:53:40.128Z[ recovery-image] Sep 01 20:53:39.338 INFO O| Sep 01 20:53:39.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38112024-09-01T20:53:40.128Z[ recovery-image] Sep 01 20:53:39.338 INFO O| Sep 01 20:53:39.338 INFO STEP 39 (remove_files) COMPLETE
38122024-09-01T20:53:40.128Z[ recovery-image] Sep 01 20:53:39.338 INFO O| Sep 01 20:53:39.338 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-09-01T20:53:40.147Z[ recovery-image] Sep 01 20:53:39.357 INFO O| Sep 01 20:53:39.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38142024-09-01T20:53:40.147Z[ recovery-image] Sep 01 20:53:39.357 INFO O| Sep 01 20:53:39.357 INFO STEP 40 (remove_files) COMPLETE
38152024-09-01T20:53:40.147Z[ recovery-image] Sep 01 20:53:39.357 INFO O| Sep 01 20:53:39.357 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38162024-09-01T20:53:40.169Z[ recovery-image] Sep 01 20:53:39.379 INFO O| Sep 01 20:53:39.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38172024-09-01T20:53:40.169Z[ recovery-image] Sep 01 20:53:39.379 INFO O| Sep 01 20:53:39.379 INFO STEP 41 (remove_files) COMPLETE
38182024-09-01T20:53:40.169Z[ recovery-image] Sep 01 20:53:39.379 INFO O| Sep 01 20:53:39.379 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-09-01T20:53:40.189Z[ recovery-image] Sep 01 20:53:39.399 INFO O| Sep 01 20:53:39.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38202024-09-01T20:53:40.219Z[ recovery-image] Sep 01 20:53:39.400 INFO O| Sep 01 20:53:39.399 INFO STEP 42 (remove_files) COMPLETE
38212024-09-01T20:53:40.219Z[ recovery-image] Sep 01 20:53:39.400 INFO O| Sep 01 20:53:39.400 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38222024-09-01T20:53:40.219Z[ recovery-image] Sep 01 20:53:39.419 INFO O| Sep 01 20:53:39.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38232024-09-01T20:53:40.222Z[ recovery-image] Sep 01 20:53:39.419 INFO O| Sep 01 20:53:39.419 INFO STEP 43 (remove_files) COMPLETE
38242024-09-01T20:53:40.222Z[ recovery-image] Sep 01 20:53:39.419 INFO O| Sep 01 20:53:39.419 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38252024-09-01T20:53:40.261Z[ recovery-image] Sep 01 20:53:39.471 INFO O| Sep 01 20:53:39.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38262024-09-01T20:53:40.284Z[ recovery-image] Sep 01 20:53:39.471 INFO O| Sep 01 20:53:39.471 INFO STEP 44 (remove_files) COMPLETE
38272024-09-01T20:53:40.284Z[ recovery-image] Sep 01 20:53:39.471 INFO O| Sep 01 20:53:39.471 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38282024-09-01T20:53:40.318Z[ recovery-image] Sep 01 20:53:39.519 INFO O| Sep 01 20:53:39.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38292024-09-01T20:53:40.318Z[ recovery-image] Sep 01 20:53:39.519 INFO O| Sep 01 20:53:39.519 INFO STEP 45 (remove_files) COMPLETE
38302024-09-01T20:53:40.321Z[ recovery-image] Sep 01 20:53:39.519 INFO O| Sep 01 20:53:39.519 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38312024-09-01T20:53:40.419Z[ recovery-image] Sep 01 20:53:39.629 INFO O| Sep 01 20:53:39.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38322024-09-01T20:53:40.473Z[ recovery-image] Sep 01 20:53:39.629 INFO O| Sep 01 20:53:39.629 INFO STEP 46 (remove_files) COMPLETE
38332024-09-01T20:53:40.503Z[ recovery-image] Sep 01 20:53:39.629 INFO O| Sep 01 20:53:39.629 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-09-01T20:53:40.503Z[ recovery-image] Sep 01 20:53:39.701 INFO O| Sep 01 20:53:39.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38352024-09-01T20:53:40.506Z[ recovery-image] Sep 01 20:53:39.701 INFO O| Sep 01 20:53:39.701 INFO STEP 47 (remove_files) COMPLETE
38362024-09-01T20:53:40.506Z[ recovery-image] Sep 01 20:53:39.701 INFO O| Sep 01 20:53:39.701 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-09-01T20:53:40.509Z[ recovery-image] Sep 01 20:53:39.717 INFO O| Sep 01 20:53:39.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38382024-09-01T20:53:40.509Z[ recovery-image] Sep 01 20:53:39.717 INFO O| Sep 01 20:53:39.717 INFO STEP 48 (remove_files) COMPLETE
38392024-09-01T20:53:40.509Z[ recovery-image] Sep 01 20:53:39.717 INFO O| Sep 01 20:53:39.717 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-09-01T20:53:40.523Z[ recovery-image] Sep 01 20:53:39.733 INFO O| Sep 01 20:53:39.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38412024-09-01T20:53:40.526Z[ recovery-image] Sep 01 20:53:39.733 INFO O| Sep 01 20:53:39.733 INFO STEP 49 (remove_files) COMPLETE
38422024-09-01T20:53:40.590Z[ recovery-image] Sep 01 20:53:39.733 INFO O| Sep 01 20:53:39.733 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-09-01T20:53:40.590Z[ recovery-image] Sep 01 20:53:39.754 INFO O| Sep 01 20:53:39.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38442024-09-01T20:53:40.593Z[ recovery-image] Sep 01 20:53:39.754 INFO O| Sep 01 20:53:39.754 INFO STEP 50 (remove_files) COMPLETE
38452024-09-01T20:53:40.593Z[ recovery-image] Sep 01 20:53:39.754 INFO O| Sep 01 20:53:39.754 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-09-01T20:53:40.593Z[ recovery-image] Sep 01 20:53:39.770 INFO O| Sep 01 20:53:39.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38472024-09-01T20:53:40.593Z[ recovery-image] Sep 01 20:53:39.770 INFO O| Sep 01 20:53:39.770 INFO STEP 51 (remove_files) COMPLETE
38482024-09-01T20:53:40.593Z[ recovery-image] Sep 01 20:53:39.770 INFO O| Sep 01 20:53:39.770 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-09-01T20:53:40.593Z[ recovery-image] Sep 01 20:53:39.786 INFO O| Sep 01 20:53:39.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38502024-09-01T20:53:40.593Z[ recovery-image] Sep 01 20:53:39.786 INFO O| Sep 01 20:53:39.786 INFO STEP 52 (remove_files) COMPLETE
38512024-09-01T20:53:40.593Z[ recovery-image] Sep 01 20:53:39.786 INFO O| Sep 01 20:53:39.786 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-09-01T20:53:40.593Z[ recovery-image] Sep 01 20:53:39.803 INFO O| Sep 01 20:53:39.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38532024-09-01T20:53:40.623Z[ recovery-image] Sep 01 20:53:39.804 INFO O| Sep 01 20:53:39.803 INFO STEP 53 (remove_files) COMPLETE
38542024-09-01T20:53:40.623Z[ recovery-image] Sep 01 20:53:39.804 INFO O| Sep 01 20:53:39.804 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-09-01T20:53:40.628Z[ recovery-image] Sep 01 20:53:39.838 INFO O| Sep 01 20:53:39.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38562024-09-01T20:53:40.628Z[ recovery-image] Sep 01 20:53:39.838 INFO O| Sep 01 20:53:39.838 INFO STEP 54 (remove_files) COMPLETE
38572024-09-01T20:53:40.631Z[ recovery-image] Sep 01 20:53:39.838 INFO O| Sep 01 20:53:39.838 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-09-01T20:53:40.644Z[ recovery-image] Sep 01 20:53:39.855 INFO O| Sep 01 20:53:39.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38592024-09-01T20:53:40.704Z[ recovery-image] Sep 01 20:53:39.855 INFO O| Sep 01 20:53:39.855 INFO STEP 55 (remove_files) COMPLETE
38602024-09-01T20:53:40.704Z[ recovery-image] Sep 01 20:53:39.855 INFO O| Sep 01 20:53:39.855 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-09-01T20:53:40.741Z[ recovery-image] Sep 01 20:53:39.872 INFO O| Sep 01 20:53:39.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38622024-09-01T20:53:40.741Z[ recovery-image] Sep 01 20:53:39.872 INFO O| Sep 01 20:53:39.872 INFO STEP 56 (remove_files) COMPLETE
38632024-09-01T20:53:40.741Z[ recovery-image] Sep 01 20:53:39.872 INFO O| Sep 01 20:53:39.872 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.891 INFO O| Sep 01 20:53:39.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38652024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.891 INFO O| Sep 01 20:53:39.891 INFO STEP 57 (remove_files) COMPLETE
38662024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.891 INFO O| Sep 01 20:53:39.891 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.910 INFO O| Sep 01 20:53:39.910 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38682024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.910 INFO O| Sep 01 20:53:39.910 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38692024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.911 INFO O| Sep 01 20:53:39.911 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38702024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.911 INFO O| Sep 01 20:53:39.911 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38712024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.911 INFO O| Sep 01 20:53:39.911 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38722024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.911 INFO O| Sep 01 20:53:39.911 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38732024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.911 INFO O| Sep 01 20:53:39.911 INFO ok!
38742024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.911 INFO O| Sep 01 20:53:39.911 INFO STEP 58 (ensure_file) COMPLETE
38752024-09-01T20:53:40.744Z[ recovery-image] Sep 01 20:53:39.911 INFO O| Sep 01 20:53:39.911 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-09-01T20:53:40.745Z[ recovery-image] Sep 01 20:53:39.930 INFO O| Sep 01 20:53:39.930 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38772024-09-01T20:53:40.745Z[ recovery-image] Sep 01 20:53:39.930 INFO O| Sep 01 20:53:39.930 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38782024-09-01T20:53:40.745Z[ recovery-image] Sep 01 20:53:39.931 INFO O| Sep 01 20:53:39.930 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38792024-09-01T20:53:40.745Z[ recovery-image] Sep 01 20:53:39.931 INFO O| Sep 01 20:53:39.931 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38802024-09-01T20:53:40.745Z[ recovery-image] Sep 01 20:53:39.931 INFO O| Sep 01 20:53:39.931 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38812024-09-01T20:53:40.745Z[ recovery-image] Sep 01 20:53:39.931 INFO O| Sep 01 20:53:39.931 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38822024-09-01T20:53:40.747Z[ recovery-image] Sep 01 20:53:39.931 INFO O| Sep 01 20:53:39.931 INFO ok!
38832024-09-01T20:53:40.747Z[ recovery-image] Sep 01 20:53:39.931 INFO O| Sep 01 20:53:39.931 INFO STEP 59 (ensure_file) COMPLETE
38842024-09-01T20:53:40.747Z[ recovery-image] Sep 01 20:53:39.931 INFO O| Sep 01 20:53:39.931 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-09-01T20:53:40.747Z[ recovery-image] Sep 01 20:53:39.949 INFO O| Sep 01 20:53:39.949 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38862024-09-01T20:53:40.747Z[ recovery-image] Sep 01 20:53:39.949 INFO O| Sep 01 20:53:39.949 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38872024-09-01T20:53:40.748Z[ recovery-image] Sep 01 20:53:39.949 INFO O| Sep 01 20:53:39.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38882024-09-01T20:53:40.748Z[ recovery-image] Sep 01 20:53:39.949 INFO O| Sep 01 20:53:39.949 INFO ok!
38892024-09-01T20:53:40.748Z[ recovery-image] Sep 01 20:53:39.949 INFO O| Sep 01 20:53:39.949 INFO STEP 60 (ensure_file) COMPLETE
38902024-09-01T20:53:40.748Z[ recovery-image] Sep 01 20:53:39.949 INFO O| Sep 01 20:53:39.949 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-09-01T20:53:40.758Z[ recovery-image] Sep 01 20:53:39.968 INFO O| Sep 01 20:53:39.968 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38922024-09-01T20:53:40.789Z[ recovery-image] Sep 01 20:53:39.969 INFO O| Sep 01 20:53:39.968 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38932024-09-01T20:53:40.789Z[ recovery-image] Sep 01 20:53:39.969 INFO O| Sep 01 20:53:39.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38942024-09-01T20:53:40.793Z[ recovery-image] Sep 01 20:53:39.969 INFO O| Sep 01 20:53:39.969 INFO ok!
38952024-09-01T20:53:40.793Z[ recovery-image] Sep 01 20:53:39.969 INFO O| Sep 01 20:53:39.969 INFO STEP 61 (ensure_file) COMPLETE
38962024-09-01T20:53:40.793Z[ recovery-image] Sep 01 20:53:39.969 INFO O| Sep 01 20:53:39.969 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-09-01T20:53:40.793Z[ recovery-image] Sep 01 20:53:39.988 INFO O| Sep 01 20:53:39.988 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38982024-09-01T20:53:40.793Z[ recovery-image] Sep 01 20:53:39.988 INFO O| Sep 01 20:53:39.988 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38992024-09-01T20:53:40.793Z[ recovery-image] Sep 01 20:53:39.989 INFO O| Sep 01 20:53:39.989 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39002024-09-01T20:53:40.793Z[ recovery-image] Sep 01 20:53:39.989 INFO O| Sep 01 20:53:39.989 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39012024-09-01T20:53:40.794Z[ recovery-image] Sep 01 20:53:39.989 INFO O| Sep 01 20:53:39.989 INFO ok!
39022024-09-01T20:53:40.794Z[ recovery-image] Sep 01 20:53:39.989 INFO O| Sep 01 20:53:39.989 INFO STEP 62 (ensure_file) COMPLETE
39032024-09-01T20:53:40.794Z[ recovery-image] Sep 01 20:53:39.989 INFO O| Sep 01 20:53:39.989 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-09-01T20:53:40.797Z[ recovery-image] Sep 01 20:53:40.007 INFO O| Sep 01 20:53:40.007 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39052024-09-01T20:53:40.848Z[ recovery-image] Sep 01 20:53:40.007 INFO O| Sep 01 20:53:40.007 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39062024-09-01T20:53:40.852Z[ recovery-image] Sep 01 20:53:40.007 INFO O| Sep 01 20:53:40.007 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39072024-09-01T20:53:40.852Z[ recovery-image] Sep 01 20:53:40.007 INFO O| Sep 01 20:53:40.007 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39082024-09-01T20:53:40.852Z[ recovery-image] Sep 01 20:53:40.008 INFO O| Sep 01 20:53:40.007 INFO ok!
39092024-09-01T20:53:40.852Z[ recovery-image] Sep 01 20:53:40.008 INFO O| Sep 01 20:53:40.008 INFO STEP 63 (ensure_file) COMPLETE
39102024-09-01T20:53:40.852Z[ recovery-image] Sep 01 20:53:40.008 INFO O| Sep 01 20:53:40.008 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-09-01T20:53:40.867Z[ recovery-image] Sep 01 20:53:40.077 INFO O| Sep 01 20:53:40.077 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39122024-09-01T20:53:40.876Z[ recovery-image] Sep 01 20:53:40.077 INFO O| Sep 01 20:53:40.077 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39132024-09-01T20:53:40.965Z[ recovery-image] Sep 01 20:53:40.077 INFO O| Sep 01 20:53:40.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39142024-09-01T20:53:40.965Z[ recovery-image] Sep 01 20:53:40.077 INFO O| Sep 01 20:53:40.077 INFO ok!
39152024-09-01T20:53:40.968Z[ recovery-image] Sep 01 20:53:40.077 INFO O| Sep 01 20:53:40.077 INFO STEP 64 (assemble_files) COMPLETE
39162024-09-01T20:53:40.968Z[ recovery-image] Sep 01 20:53:40.077 INFO O| Sep 01 20:53:40.077 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-09-01T20:53:40.978Z[ recovery-image] Sep 01 20:53:40.188 INFO O| Sep 01 20:53:40.188 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39182024-09-01T20:53:40.978Z[ recovery-image] Sep 01 20:53:40.188 INFO O| Sep 01 20:53:40.188 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39192024-09-01T20:53:40.978Z[ recovery-image] Sep 01 20:53:40.189 INFO O| Sep 01 20:53:40.188 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39202024-09-01T20:53:40.982Z[ recovery-image] Sep 01 20:53:40.189 INFO O| Sep 01 20:53:40.189 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39212024-09-01T20:53:40.982Z[ recovery-image] Sep 01 20:53:40.189 INFO O| Sep 01 20:53:40.189 INFO ok!
39222024-09-01T20:53:40.982Z[ recovery-image] Sep 01 20:53:40.189 INFO O| Sep 01 20:53:40.189 INFO STEP 65 (ensure_file) COMPLETE
39232024-09-01T20:53:40.982Z[ recovery-image] Sep 01 20:53:40.189 INFO O| Sep 01 20:53:40.189 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-09-01T20:53:40.982Z[ recovery-image] Sep 01 20:53:40.189 INFO O| Sep 01 20:53:40.189 INFO skip step because feature "omicron1" is not enabled
39252024-09-01T20:53:40.982Z[ recovery-image] Sep 01 20:53:40.189 INFO O| Sep 01 20:53:40.189 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-09-01T20:53:40.982Z[ recovery-image] Sep 01 20:53:40.189 INFO O| Sep 01 20:53:40.189 INFO skip step because feature "omicron1" is not enabled
39272024-09-01T20:53:40.982Z[ recovery-image] Sep 01 20:53:40.189 INFO O| Sep 01 20:53:40.189 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-09-01T20:53:40.982Z[ recovery-image] Sep 01 20:53:40.189 INFO O| Sep 01 20:53:40.189 INFO skip step because feature "omicron1" is not enabled
39292024-09-01T20:53:40.982Z[ recovery-image] Sep 01 20:53:40.189 INFO O| Sep 01 20:53:40.189 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39302024-09-01T20:53:41.033Z[ recovery-image] Sep 01 20:53:40.244 INFO O| Sep 01 20:53:40.243 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39312024-09-01T20:53:41.075Z[ recovery-image] Sep 01 20:53:40.244 INFO O| Sep 01 20:53:40.244 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39322024-09-01T20:53:44.322Z[ host-image] Sep 01 20:53:43.532 INFO O| Sep 01 20:53:43.531 INFO O| Actions: 15445/49262 actions (Installing new actions)
39332024-09-01T20:53:44.537Z[ recovery-image] Sep 01 20:53:43.747 INFO O| Sep 01 20:53:43.747 INFO STEP 69 (pack_tar) COMPLETE
39342024-09-01T20:53:44.537Z[ recovery-image] Sep 01 20:53:43.747 INFO O| Sep 01 20:53:43.747 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39352024-09-01T20:53:44.537Z[ recovery-image] Sep 01 20:53:43.747 INFO O| Sep 01 20:53:43.747 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39362024-09-01T20:53:44.862Z[ recovery-image] Sep 01 20:53:44.072 INFO O| Sep 01 20:53:44.072 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39372024-09-01T20:53:45.003Z[ recovery-image] Sep 01 20:53:44.213 INFO O| Sep 01 20:53:44.213 INFO completed processing gimlet/ramdisk-02-trim
39382024-09-01T20:53:45.006Z[ recovery-image] Sep 01 20:53:44.217 INFO image builder template: ramdisk-03-recovery-trim...
39392024-09-01T20:53:45.009Z[ recovery-image] Sep 01 20:53:44.217 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/.tmpEQ75Ar/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
39402024-09-01T20:53:45.250Z[ recovery-image] Sep 01 20:53:44.459 INFO O| Sep 01 20:53:44.459 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39412024-09-01T20:53:45.279Z[ recovery-image] Sep 01 20:53:44.489 INFO O| Sep 01 20:53:44.489 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39422024-09-01T20:53:45.453Z[ recovery-image] Sep 01 20:53:44.663 INFO O| Sep 01 20:53:44.663 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39432024-09-01T20:53:45.564Z[ recovery-image] Sep 01 20:53:44.774 INFO O| Sep 01 20:53:44.774 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39442024-09-01T20:53:45.567Z[ recovery-image] Sep 01 20:53:44.775 INFO O| Sep 01 20:53:44.774 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39452024-09-01T20:53:45.578Z[ recovery-image] Sep 01 20:53:44.788 INFO O| Sep 01 20:53:44.788 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39462024-09-01T20:53:45.585Z[ recovery-image] Sep 01 20:53:44.794 INFO O| Sep 01 20:53:44.794 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39472024-09-01T20:53:45.592Z[ recovery-image] Sep 01 20:53:44.802 INFO O| Sep 01 20:53:44.802 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39482024-09-01T20:53:45.954Z[ recovery-image] Sep 01 20:53:45.164 INFO O| Sep 01 20:53:45.164 INFO rolled back to input snapshot; work may begin
39492024-09-01T20:53:45.954Z[ recovery-image] Sep 01 20:53:45.164 INFO O| Sep 01 20:53:45.164 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39502024-09-01T20:53:45.963Z[ recovery-image] Sep 01 20:53:45.173 INFO O| Sep 01 20:53:45.173 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39512024-09-01T20:53:45.983Z[ recovery-image] Sep 01 20:53:45.193 INFO O| Sep 01 20:53:45.193 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39522024-09-01T20:53:45.993Z[ recovery-image] Sep 01 20:53:45.203 INFO O| Sep 01 20:53:45.203 INFO STEP 0 (remove_files) COMPLETE
39532024-09-01T20:53:45.993Z[ recovery-image] Sep 01 20:53:45.203 INFO O| Sep 01 20:53:45.203 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-09-01T20:53:46.027Z[ recovery-image] Sep 01 20:53:45.237 INFO O| Sep 01 20:53:45.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39552024-09-01T20:53:46.655Z[ recovery-image] Sep 01 20:53:45.865 INFO O| Sep 01 20:53:45.860 INFO STEP 1 (remove_files) COMPLETE
39562024-09-01T20:53:46.655Z[ recovery-image] Sep 01 20:53:45.865 INFO O| Sep 01 20:53:45.860 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-09-01T20:53:46.697Z[ recovery-image] Sep 01 20:53:45.907 INFO O| Sep 01 20:53:45.906 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39582024-09-01T20:53:46.724Z[ recovery-image] Sep 01 20:53:45.933 INFO O| Sep 01 20:53:45.933 INFO STEP 2 (remove_files) COMPLETE
39592024-09-01T20:53:46.724Z[ recovery-image] Sep 01 20:53:45.934 INFO O| Sep 01 20:53:45.933 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-09-01T20:53:46.794Z[ recovery-image] Sep 01 20:53:46.004 INFO O| Sep 01 20:53:46.004 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39612024-09-01T20:53:46.975Z[ recovery-image] Sep 01 20:53:46.185 INFO O| Sep 01 20:53:46.185 INFO STEP 3 (remove_files) COMPLETE
39622024-09-01T20:53:46.975Z[ recovery-image] Sep 01 20:53:46.185 INFO O| Sep 01 20:53:46.185 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-09-01T20:53:46.996Z[ recovery-image] Sep 01 20:53:46.206 INFO O| Sep 01 20:53:46.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39642024-09-01T20:53:47.491Z[ recovery-image] Sep 01 20:53:46.701 INFO O| Sep 01 20:53:46.700 INFO STEP 4 (remove_files) COMPLETE
39652024-09-01T20:53:47.491Z[ recovery-image] Sep 01 20:53:46.701 INFO O| Sep 01 20:53:46.701 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-09-01T20:53:47.570Z[ recovery-image] Sep 01 20:53:46.779 INFO O| Sep 01 20:53:46.779 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39672024-09-01T20:53:47.690Z[ recovery-image] Sep 01 20:53:46.899 INFO O| Sep 01 20:53:46.899 INFO STEP 5 (remove_files) COMPLETE
39682024-09-01T20:53:47.690Z[ recovery-image] Sep 01 20:53:46.899 INFO O| Sep 01 20:53:46.899 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-09-01T20:53:47.735Z[ recovery-image] Sep 01 20:53:46.945 INFO O| Sep 01 20:53:46.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39702024-09-01T20:53:47.799Z[ recovery-image] Sep 01 20:53:47.007 INFO O| Sep 01 20:53:47.007 INFO STEP 6 (remove_files) COMPLETE
39712024-09-01T20:53:47.799Z[ recovery-image] Sep 01 20:53:47.007 INFO O| Sep 01 20:53:47.007 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-09-01T20:53:47.840Z[ recovery-image] Sep 01 20:53:47.050 INFO O| Sep 01 20:53:47.050 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39732024-09-01T20:53:47.843Z[ recovery-image] Sep 01 20:53:47.053 INFO O| Sep 01 20:53:47.053 INFO STEP 7 (remove_files) COMPLETE
39742024-09-01T20:53:47.843Z[ recovery-image] Sep 01 20:53:47.053 INFO O| Sep 01 20:53:47.053 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-09-01T20:53:47.882Z[ recovery-image] Sep 01 20:53:47.092 INFO O| Sep 01 20:53:47.092 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39762024-09-01T20:53:47.900Z[ recovery-image] Sep 01 20:53:47.110 INFO O| Sep 01 20:53:47.110 INFO STEP 8 (remove_files) COMPLETE
39772024-09-01T20:53:47.900Z[ recovery-image] Sep 01 20:53:47.110 INFO O| Sep 01 20:53:47.110 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-09-01T20:53:47.922Z[ recovery-image] Sep 01 20:53:47.132 INFO O| Sep 01 20:53:47.131 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39792024-09-01T20:53:47.924Z[ recovery-image] Sep 01 20:53:47.132 INFO O| Sep 01 20:53:47.132 INFO STEP 9 (remove_files) COMPLETE
39802024-09-01T20:53:47.925Z[ recovery-image] Sep 01 20:53:47.132 INFO O| Sep 01 20:53:47.132 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-09-01T20:53:47.965Z[ recovery-image] Sep 01 20:53:47.175 INFO O| Sep 01 20:53:47.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39822024-09-01T20:53:47.968Z[ recovery-image] Sep 01 20:53:47.177 INFO O| Sep 01 20:53:47.177 INFO STEP 10 (remove_files) COMPLETE
39832024-09-01T20:53:47.968Z[ recovery-image] Sep 01 20:53:47.177 INFO O| Sep 01 20:53:47.177 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-09-01T20:53:48.013Z[ recovery-image] Sep 01 20:53:47.223 INFO O| Sep 01 20:53:47.223 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39852024-09-01T20:53:48.632Z[ recovery-image] Sep 01 20:53:47.841 INFO O| Sep 01 20:53:47.841 INFO STEP 11 (remove_files) COMPLETE
39862024-09-01T20:53:48.632Z[ recovery-image] Sep 01 20:53:47.841 INFO O| Sep 01 20:53:47.841 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-09-01T20:53:48.670Z[ recovery-image] Sep 01 20:53:47.880 INFO O| Sep 01 20:53:47.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39882024-09-01T20:53:48.718Z[ recovery-image] Sep 01 20:53:47.928 INFO O| Sep 01 20:53:47.928 INFO STEP 12 (remove_files) COMPLETE
39892024-09-01T20:53:48.721Z[ recovery-image] Sep 01 20:53:47.928 INFO O| Sep 01 20:53:47.928 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-09-01T20:53:48.739Z[ recovery-image] Sep 01 20:53:47.949 INFO O| Sep 01 20:53:47.949 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39912024-09-01T20:53:48.774Z[ recovery-image] Sep 01 20:53:47.983 INFO O| Sep 01 20:53:47.983 INFO STEP 13 (remove_files) COMPLETE
39922024-09-01T20:53:48.774Z[ recovery-image] Sep 01 20:53:47.984 INFO O| Sep 01 20:53:47.984 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-09-01T20:53:48.794Z[ recovery-image] Sep 01 20:53:48.004 INFO O| Sep 01 20:53:48.004 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39942024-09-01T20:53:48.797Z[ recovery-image] Sep 01 20:53:48.005 INFO O| Sep 01 20:53:48.005 INFO STEP 14 (remove_files) COMPLETE
39952024-09-01T20:53:48.797Z[ recovery-image] Sep 01 20:53:48.005 INFO O| Sep 01 20:53:48.005 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-09-01T20:53:48.822Z[ recovery-image] Sep 01 20:53:48.032 INFO O| Sep 01 20:53:48.032 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39972024-09-01T20:53:48.825Z[ recovery-image] Sep 01 20:53:48.033 INFO O| Sep 01 20:53:48.033 INFO STEP 15 (remove_files) COMPLETE
39982024-09-01T20:53:48.825Z[ recovery-image] Sep 01 20:53:48.033 INFO O| Sep 01 20:53:48.033 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-09-01T20:53:48.843Z[ recovery-image] Sep 01 20:53:48.052 INFO O| Sep 01 20:53:48.052 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40002024-09-01T20:53:48.911Z[ recovery-image] Sep 01 20:53:48.121 INFO O| Sep 01 20:53:48.121 INFO STEP 16 (remove_files) COMPLETE
40012024-09-01T20:53:48.911Z[ recovery-image] Sep 01 20:53:48.121 INFO O| Sep 01 20:53:48.121 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-09-01T20:53:48.938Z[ recovery-image] Sep 01 20:53:48.148 INFO O| Sep 01 20:53:48.148 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40032024-09-01T20:53:48.941Z[ recovery-image] Sep 01 20:53:48.148 INFO O| Sep 01 20:53:48.148 INFO STEP 17 (remove_files) COMPLETE
40042024-09-01T20:53:48.941Z[ recovery-image] Sep 01 20:53:48.148 INFO O| Sep 01 20:53:48.148 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-09-01T20:53:48.990Z[ recovery-image] Sep 01 20:53:48.200 INFO O| Sep 01 20:53:48.200 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40062024-09-01T20:53:49.022Z[ recovery-image] Sep 01 20:53:48.231 INFO O| Sep 01 20:53:48.231 INFO STEP 18 (remove_files) COMPLETE
40072024-09-01T20:53:49.022Z[ recovery-image] Sep 01 20:53:48.231 INFO O| Sep 01 20:53:48.231 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-09-01T20:53:49.099Z[ recovery-image] Sep 01 20:53:48.308 INFO O| Sep 01 20:53:48.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40092024-09-01T20:53:49.323Z[ host-image] Sep 01 20:53:48.532 INFO O| Sep 01 20:53:48.532 INFO O| Actions: 22152/49262 actions (Installing new actions)
40102024-09-01T20:53:49.413Z[ recovery-image] Sep 01 20:53:48.621 INFO O| Sep 01 20:53:48.621 INFO STEP 19 (remove_files) COMPLETE
40112024-09-01T20:53:49.413Z[ recovery-image] Sep 01 20:53:48.621 INFO O| Sep 01 20:53:48.621 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-09-01T20:53:49.456Z[ recovery-image] Sep 01 20:53:48.666 INFO O| Sep 01 20:53:48.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40132024-09-01T20:53:49.517Z[ recovery-image] Sep 01 20:53:48.726 INFO O| Sep 01 20:53:48.726 INFO STEP 20 (remove_files) COMPLETE
40142024-09-01T20:53:49.517Z[ recovery-image] Sep 01 20:53:48.726 INFO O| Sep 01 20:53:48.726 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-09-01T20:53:49.554Z[ recovery-image] Sep 01 20:53:48.764 INFO O| Sep 01 20:53:48.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40162024-09-01T20:53:49.554Z[ recovery-image] Sep 01 20:53:48.764 INFO O| Sep 01 20:53:48.764 INFO STEP 21 (remove_files) COMPLETE
40172024-09-01T20:53:49.557Z[ recovery-image] Sep 01 20:53:48.764 INFO O| Sep 01 20:53:48.764 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-09-01T20:53:49.573Z[ recovery-image] Sep 01 20:53:48.783 INFO O| Sep 01 20:53:48.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40192024-09-01T20:53:49.576Z[ recovery-image] Sep 01 20:53:48.783 INFO O| Sep 01 20:53:48.783 INFO STEP 22 (remove_files) COMPLETE
40202024-09-01T20:53:49.576Z[ recovery-image] Sep 01 20:53:48.783 INFO O| Sep 01 20:53:48.783 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-09-01T20:53:49.596Z[ recovery-image] Sep 01 20:53:48.806 INFO O| Sep 01 20:53:48.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40222024-09-01T20:53:49.623Z[ recovery-image] Sep 01 20:53:48.833 INFO O| Sep 01 20:53:48.833 INFO STEP 23 (remove_files) COMPLETE
40232024-09-01T20:53:49.623Z[ recovery-image] Sep 01 20:53:48.833 INFO O| Sep 01 20:53:48.833 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-09-01T20:53:49.753Z[ recovery-image] Sep 01 20:53:48.963 INFO O| Sep 01 20:53:48.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40252024-09-01T20:53:49.783Z[ recovery-image] Sep 01 20:53:48.992 INFO O| Sep 01 20:53:48.992 INFO STEP 24 (remove_files) COMPLETE
40262024-09-01T20:53:49.783Z[ recovery-image] Sep 01 20:53:48.992 INFO O| Sep 01 20:53:48.992 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-09-01T20:53:49.884Z[ recovery-image] Sep 01 20:53:49.091 INFO O| Sep 01 20:53:49.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40282024-09-01T20:53:49.884Z[ recovery-image] Sep 01 20:53:49.091 INFO O| Sep 01 20:53:49.091 INFO STEP 25 (remove_files) COMPLETE
40292024-09-01T20:53:49.885Z[ recovery-image] Sep 01 20:53:49.091 INFO O| Sep 01 20:53:49.091 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-09-01T20:53:49.921Z[ recovery-image] Sep 01 20:53:49.131 INFO O| Sep 01 20:53:49.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40312024-09-01T20:53:49.925Z[ recovery-image] Sep 01 20:53:49.131 INFO O| Sep 01 20:53:49.131 INFO STEP 26 (remove_files) COMPLETE
40322024-09-01T20:53:49.925Z[ recovery-image] Sep 01 20:53:49.131 INFO O| Sep 01 20:53:49.131 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-09-01T20:53:49.950Z[ recovery-image] Sep 01 20:53:49.160 INFO O| Sep 01 20:53:49.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40342024-09-01T20:53:49.950Z[ recovery-image] Sep 01 20:53:49.160 INFO O| Sep 01 20:53:49.160 INFO STEP 27 (remove_files) COMPLETE
40352024-09-01T20:53:49.953Z[ recovery-image] Sep 01 20:53:49.160 INFO O| Sep 01 20:53:49.160 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-09-01T20:53:49.995Z[ recovery-image] Sep 01 20:53:49.205 INFO O| Sep 01 20:53:49.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40372024-09-01T20:53:49.995Z[ recovery-image] Sep 01 20:53:49.205 INFO O| Sep 01 20:53:49.205 INFO STEP 28 (remove_files) COMPLETE
40382024-09-01T20:53:50.003Z[ recovery-image] Sep 01 20:53:49.205 INFO O| Sep 01 20:53:49.205 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-09-01T20:53:50.069Z[ recovery-image] Sep 01 20:53:49.279 INFO O| Sep 01 20:53:49.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40402024-09-01T20:53:50.070Z[ recovery-image] Sep 01 20:53:49.279 INFO O| Sep 01 20:53:49.279 INFO STEP 29 (remove_files) COMPLETE
40412024-09-01T20:53:50.070Z[ recovery-image] Sep 01 20:53:49.279 INFO O| Sep 01 20:53:49.279 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-09-01T20:53:50.090Z[ recovery-image] Sep 01 20:53:49.299 INFO O| Sep 01 20:53:49.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40432024-09-01T20:53:50.090Z[ recovery-image] Sep 01 20:53:49.299 INFO O| Sep 01 20:53:49.299 INFO STEP 30 (remove_files) COMPLETE
40442024-09-01T20:53:50.090Z[ recovery-image] Sep 01 20:53:49.299 INFO O| Sep 01 20:53:49.299 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-09-01T20:53:50.110Z[ recovery-image] Sep 01 20:53:49.319 INFO O| Sep 01 20:53:49.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40462024-09-01T20:53:50.110Z[ recovery-image] Sep 01 20:53:49.319 INFO O| Sep 01 20:53:49.319 INFO STEP 31 (remove_files) COMPLETE
40472024-09-01T20:53:50.110Z[ recovery-image] Sep 01 20:53:49.319 INFO O| Sep 01 20:53:49.319 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-09-01T20:53:50.130Z[ recovery-image] Sep 01 20:53:49.339 INFO O| Sep 01 20:53:49.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40492024-09-01T20:53:50.130Z[ recovery-image] Sep 01 20:53:49.339 INFO O| Sep 01 20:53:49.339 INFO STEP 32 (remove_files) COMPLETE
40502024-09-01T20:53:50.130Z[ recovery-image] Sep 01 20:53:49.339 INFO O| Sep 01 20:53:49.339 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-09-01T20:53:50.173Z[ recovery-image] Sep 01 20:53:49.383 INFO O| Sep 01 20:53:49.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40522024-09-01T20:53:50.173Z[ recovery-image] Sep 01 20:53:49.383 INFO O| Sep 01 20:53:49.383 INFO STEP 33 (remove_files) COMPLETE
40532024-09-01T20:53:50.175Z[ recovery-image] Sep 01 20:53:49.383 INFO O| Sep 01 20:53:49.383 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-09-01T20:53:50.194Z[ recovery-image] Sep 01 20:53:49.404 INFO O| Sep 01 20:53:49.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40552024-09-01T20:53:50.209Z[ recovery-image] Sep 01 20:53:49.419 INFO O| Sep 01 20:53:49.419 INFO STEP 34 (remove_files) COMPLETE
40562024-09-01T20:53:50.209Z[ recovery-image] Sep 01 20:53:49.419 INFO O| Sep 01 20:53:49.419 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-09-01T20:53:50.253Z[ recovery-image] Sep 01 20:53:49.462 INFO O| Sep 01 20:53:49.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40582024-09-01T20:53:50.253Z[ recovery-image] Sep 01 20:53:49.463 INFO O| Sep 01 20:53:49.462 INFO STEP 35 (remove_files) COMPLETE
40592024-09-01T20:53:50.253Z[ recovery-image] Sep 01 20:53:49.463 INFO O| Sep 01 20:53:49.463 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-09-01T20:53:50.295Z[ recovery-image] Sep 01 20:53:49.504 INFO O| Sep 01 20:53:49.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40612024-09-01T20:53:50.295Z[ recovery-image] Sep 01 20:53:49.505 INFO O| Sep 01 20:53:49.505 INFO STEP 36 (remove_files) COMPLETE
40622024-09-01T20:53:50.297Z[ recovery-image] Sep 01 20:53:49.505 INFO O| Sep 01 20:53:49.505 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-09-01T20:53:50.316Z[ recovery-image] Sep 01 20:53:49.525 INFO O| Sep 01 20:53:49.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40642024-09-01T20:53:50.316Z[ recovery-image] Sep 01 20:53:49.525 INFO O| Sep 01 20:53:49.525 INFO STEP 37 (remove_files) COMPLETE
40652024-09-01T20:53:50.316Z[ recovery-image] Sep 01 20:53:49.525 INFO O| Sep 01 20:53:49.525 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-09-01T20:53:50.336Z[ recovery-image] Sep 01 20:53:49.546 INFO O| Sep 01 20:53:49.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40672024-09-01T20:53:50.336Z[ recovery-image] Sep 01 20:53:49.546 INFO O| Sep 01 20:53:49.546 INFO STEP 38 (remove_files) COMPLETE
40682024-09-01T20:53:50.336Z[ recovery-image] Sep 01 20:53:49.546 INFO O| Sep 01 20:53:49.546 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-09-01T20:53:50.376Z[ recovery-image] Sep 01 20:53:49.586 INFO O| Sep 01 20:53:49.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40702024-09-01T20:53:50.376Z[ recovery-image] Sep 01 20:53:49.586 INFO O| Sep 01 20:53:49.586 INFO STEP 39 (remove_files) COMPLETE
40712024-09-01T20:53:50.379Z[ recovery-image] Sep 01 20:53:49.586 INFO O| Sep 01 20:53:49.586 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-09-01T20:53:50.472Z[ recovery-image] Sep 01 20:53:49.682 INFO O| Sep 01 20:53:49.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40732024-09-01T20:53:50.472Z[ recovery-image] Sep 01 20:53:49.682 INFO O| Sep 01 20:53:49.682 INFO STEP 40 (remove_files) COMPLETE
40742024-09-01T20:53:50.475Z[ recovery-image] Sep 01 20:53:49.682 INFO O| Sep 01 20:53:49.682 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-09-01T20:53:50.493Z[ recovery-image] Sep 01 20:53:49.703 INFO O| Sep 01 20:53:49.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40762024-09-01T20:53:50.496Z[ recovery-image] Sep 01 20:53:49.703 INFO O| Sep 01 20:53:49.703 INFO STEP 41 (remove_files) COMPLETE
40772024-09-01T20:53:50.496Z[ recovery-image] Sep 01 20:53:49.703 INFO O| Sep 01 20:53:49.703 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-09-01T20:53:50.515Z[ recovery-image] Sep 01 20:53:49.725 INFO O| Sep 01 20:53:49.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40792024-09-01T20:53:50.515Z[ recovery-image] Sep 01 20:53:49.725 INFO O| Sep 01 20:53:49.725 INFO STEP 42 (remove_files) COMPLETE
40802024-09-01T20:53:50.515Z[ recovery-image] Sep 01 20:53:49.725 INFO O| Sep 01 20:53:49.725 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-09-01T20:53:50.535Z[ recovery-image] Sep 01 20:53:49.745 INFO O| Sep 01 20:53:49.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40822024-09-01T20:53:50.535Z[ recovery-image] Sep 01 20:53:49.745 INFO O| Sep 01 20:53:49.745 INFO STEP 43 (remove_files) COMPLETE
40832024-09-01T20:53:50.538Z[ recovery-image] Sep 01 20:53:49.745 INFO O| Sep 01 20:53:49.745 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-09-01T20:53:50.579Z[ recovery-image] Sep 01 20:53:49.789 INFO O| Sep 01 20:53:49.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40852024-09-01T20:53:50.579Z[ recovery-image] Sep 01 20:53:49.789 INFO O| Sep 01 20:53:49.789 INFO STEP 44 (remove_files) COMPLETE
40862024-09-01T20:53:50.580Z[ recovery-image] Sep 01 20:53:49.789 INFO O| Sep 01 20:53:49.789 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-09-01T20:53:50.632Z[ recovery-image] Sep 01 20:53:49.842 INFO O| Sep 01 20:53:49.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40882024-09-01T20:53:50.635Z[ recovery-image] Sep 01 20:53:49.842 INFO O| Sep 01 20:53:49.842 INFO STEP 45 (remove_files) COMPLETE
40892024-09-01T20:53:50.635Z[ recovery-image] Sep 01 20:53:49.842 INFO O| Sep 01 20:53:49.842 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-09-01T20:53:50.653Z[ recovery-image] Sep 01 20:53:49.862 INFO O| Sep 01 20:53:49.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40912024-09-01T20:53:50.653Z[ recovery-image] Sep 01 20:53:49.862 INFO O| Sep 01 20:53:49.862 INFO STEP 46 (remove_files) COMPLETE
40922024-09-01T20:53:50.653Z[ recovery-image] Sep 01 20:53:49.862 INFO O| Sep 01 20:53:49.862 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-09-01T20:53:50.672Z[ recovery-image] Sep 01 20:53:49.881 INFO O| Sep 01 20:53:49.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40942024-09-01T20:53:50.672Z[ recovery-image] Sep 01 20:53:49.881 INFO O| Sep 01 20:53:49.881 INFO STEP 47 (remove_files) COMPLETE
40952024-09-01T20:53:50.672Z[ recovery-image] Sep 01 20:53:49.881 INFO O| Sep 01 20:53:49.881 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-09-01T20:53:50.689Z[ recovery-image] Sep 01 20:53:49.899 INFO O| Sep 01 20:53:49.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40972024-09-01T20:53:50.689Z[ recovery-image] Sep 01 20:53:49.899 INFO O| Sep 01 20:53:49.899 INFO STEP 48 (remove_files) COMPLETE
40982024-09-01T20:53:50.689Z[ recovery-image] Sep 01 20:53:49.899 INFO O| Sep 01 20:53:49.899 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-09-01T20:53:50.723Z[ recovery-image] Sep 01 20:53:49.933 INFO O| Sep 01 20:53:49.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41002024-09-01T20:53:50.723Z[ recovery-image] Sep 01 20:53:49.933 INFO O| Sep 01 20:53:49.933 INFO STEP 49 (remove_files) COMPLETE
41012024-09-01T20:53:50.726Z[ recovery-image] Sep 01 20:53:49.933 INFO O| Sep 01 20:53:49.933 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-09-01T20:53:50.745Z[ recovery-image] Sep 01 20:53:49.955 INFO O| Sep 01 20:53:49.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41032024-09-01T20:53:50.746Z[ recovery-image] Sep 01 20:53:49.955 INFO O| Sep 01 20:53:49.955 INFO STEP 50 (remove_files) COMPLETE
41042024-09-01T20:53:50.748Z[ recovery-image] Sep 01 20:53:49.956 INFO O| Sep 01 20:53:49.955 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-09-01T20:53:50.767Z[ recovery-image] Sep 01 20:53:49.976 INFO O| Sep 01 20:53:49.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41062024-09-01T20:53:50.769Z[ recovery-image] Sep 01 20:53:49.977 INFO O| Sep 01 20:53:49.977 INFO STEP 51 (remove_files) COMPLETE
41072024-09-01T20:53:50.769Z[ recovery-image] Sep 01 20:53:49.977 INFO O| Sep 01 20:53:49.977 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-09-01T20:53:50.789Z[ recovery-image] Sep 01 20:53:49.999 INFO O| Sep 01 20:53:49.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41092024-09-01T20:53:50.789Z[ recovery-image] Sep 01 20:53:49.999 INFO O| Sep 01 20:53:49.999 INFO STEP 52 (remove_files) COMPLETE
41102024-09-01T20:53:50.792Z[ recovery-image] Sep 01 20:53:49.999 INFO O| Sep 01 20:53:49.999 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-09-01T20:53:50.808Z[ recovery-image] Sep 01 20:53:50.018 INFO O| Sep 01 20:53:50.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41122024-09-01T20:53:50.833Z[ recovery-image] Sep 01 20:53:50.043 INFO O| Sep 01 20:53:50.043 INFO STEP 53 (remove_files) COMPLETE
41132024-09-01T20:53:50.833Z[ recovery-image] Sep 01 20:53:50.043 INFO O| Sep 01 20:53:50.043 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-09-01T20:53:50.854Z[ recovery-image] Sep 01 20:53:50.064 INFO O| Sep 01 20:53:50.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41152024-09-01T20:53:50.854Z[ recovery-image] Sep 01 20:53:50.064 INFO O| Sep 01 20:53:50.064 INFO STEP 54 (remove_files) COMPLETE
41162024-09-01T20:53:50.857Z[ recovery-image] Sep 01 20:53:50.064 INFO O| Sep 01 20:53:50.064 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-09-01T20:53:50.874Z[ recovery-image] Sep 01 20:53:50.084 INFO O| Sep 01 20:53:50.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41182024-09-01T20:53:50.874Z[ recovery-image] Sep 01 20:53:50.084 INFO O| Sep 01 20:53:50.084 INFO STEP 55 (remove_files) COMPLETE
41192024-09-01T20:53:50.876Z[ recovery-image] Sep 01 20:53:50.084 INFO O| Sep 01 20:53:50.084 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-09-01T20:53:50.918Z[ recovery-image] Sep 01 20:53:50.127 INFO O| Sep 01 20:53:50.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41212024-09-01T20:53:50.920Z[ recovery-image] Sep 01 20:53:50.128 INFO O| Sep 01 20:53:50.128 INFO STEP 56 (remove_files) COMPLETE
41222024-09-01T20:53:50.920Z[ recovery-image] Sep 01 20:53:50.128 INFO O| Sep 01 20:53:50.128 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-09-01T20:53:50.964Z[ recovery-image] Sep 01 20:53:50.173 INFO O| Sep 01 20:53:50.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41242024-09-01T20:53:50.966Z[ recovery-image] Sep 01 20:53:50.174 INFO O| Sep 01 20:53:50.174 INFO STEP 57 (remove_files) COMPLETE
41252024-09-01T20:53:50.966Z[ recovery-image] Sep 01 20:53:50.174 INFO O| Sep 01 20:53:50.174 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-09-01T20:53:51.112Z[ recovery-image] Sep 01 20:53:50.321 INFO O| Sep 01 20:53:50.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41272024-09-01T20:53:51.112Z[ recovery-image] Sep 01 20:53:50.321 INFO O| Sep 01 20:53:50.321 INFO STEP 58 (remove_files) COMPLETE
41282024-09-01T20:53:51.114Z[ recovery-image] Sep 01 20:53:50.321 INFO O| Sep 01 20:53:50.321 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-09-01T20:53:51.139Z[ recovery-image] Sep 01 20:53:50.348 INFO O| Sep 01 20:53:50.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41302024-09-01T20:53:51.141Z[ recovery-image] Sep 01 20:53:50.349 INFO O| Sep 01 20:53:50.349 INFO STEP 59 (remove_files) COMPLETE
41312024-09-01T20:53:51.141Z[ recovery-image] Sep 01 20:53:50.349 INFO O| Sep 01 20:53:50.349 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-09-01T20:53:51.232Z[ recovery-image] Sep 01 20:53:50.441 INFO O| Sep 01 20:53:50.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41332024-09-01T20:53:51.234Z[ recovery-image] Sep 01 20:53:50.442 INFO O| Sep 01 20:53:50.441 INFO STEP 60 (remove_files) COMPLETE
41342024-09-01T20:53:51.234Z[ recovery-image] Sep 01 20:53:50.442 INFO O| Sep 01 20:53:50.442 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-09-01T20:53:51.251Z[ recovery-image] Sep 01 20:53:50.461 INFO O| Sep 01 20:53:50.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41362024-09-01T20:53:51.254Z[ recovery-image] Sep 01 20:53:50.461 INFO O| Sep 01 20:53:50.461 INFO STEP 61 (remove_files) COMPLETE
41372024-09-01T20:53:51.254Z[ recovery-image] Sep 01 20:53:50.462 INFO O| Sep 01 20:53:50.461 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-09-01T20:53:51.270Z[ recovery-image] Sep 01 20:53:50.480 INFO O| Sep 01 20:53:50.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41392024-09-01T20:53:51.271Z[ recovery-image] Sep 01 20:53:50.480 INFO O| Sep 01 20:53:50.480 INFO STEP 62 (remove_files) COMPLETE
41402024-09-01T20:53:51.273Z[ recovery-image] Sep 01 20:53:50.480 INFO O| Sep 01 20:53:50.480 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-09-01T20:53:51.319Z[ recovery-image] Sep 01 20:53:50.528 INFO O| Sep 01 20:53:50.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41422024-09-01T20:53:51.319Z[ recovery-image] Sep 01 20:53:50.528 INFO O| Sep 01 20:53:50.528 INFO STEP 63 (remove_files) COMPLETE
41432024-09-01T20:53:51.322Z[ recovery-image] Sep 01 20:53:50.528 INFO O| Sep 01 20:53:50.528 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-09-01T20:53:51.366Z[ recovery-image] Sep 01 20:53:50.575 INFO O| Sep 01 20:53:50.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41452024-09-01T20:53:51.366Z[ recovery-image] Sep 01 20:53:50.575 INFO O| Sep 01 20:53:50.575 INFO STEP 64 (remove_files) COMPLETE
41462024-09-01T20:53:51.368Z[ recovery-image] Sep 01 20:53:50.575 INFO O| Sep 01 20:53:50.575 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-09-01T20:53:51.384Z[ recovery-image] Sep 01 20:53:50.594 INFO O| Sep 01 20:53:50.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41482024-09-01T20:53:51.384Z[ recovery-image] Sep 01 20:53:50.594 INFO O| Sep 01 20:53:50.594 INFO STEP 65 (remove_files) COMPLETE
41492024-09-01T20:53:51.384Z[ recovery-image] Sep 01 20:53:50.594 INFO O| Sep 01 20:53:50.594 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-09-01T20:53:51.403Z[ recovery-image] Sep 01 20:53:50.612 INFO O| Sep 01 20:53:50.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41512024-09-01T20:53:51.403Z[ recovery-image] Sep 01 20:53:50.612 INFO O| Sep 01 20:53:50.612 INFO STEP 66 (remove_files) COMPLETE
41522024-09-01T20:53:51.406Z[ recovery-image] Sep 01 20:53:50.612 INFO O| Sep 01 20:53:50.612 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-09-01T20:53:51.421Z[ recovery-image] Sep 01 20:53:50.630 INFO O| Sep 01 20:53:50.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41542024-09-01T20:53:51.421Z[ recovery-image] Sep 01 20:53:50.631 INFO O| Sep 01 20:53:50.630 INFO STEP 67 (remove_files) COMPLETE
41552024-09-01T20:53:51.421Z[ recovery-image] Sep 01 20:53:50.631 INFO O| Sep 01 20:53:50.631 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-09-01T20:53:51.439Z[ recovery-image] Sep 01 20:53:50.648 INFO O| Sep 01 20:53:50.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41572024-09-01T20:53:51.439Z[ recovery-image] Sep 01 20:53:50.648 INFO O| Sep 01 20:53:50.648 INFO STEP 68 (remove_files) COMPLETE
41582024-09-01T20:53:51.439Z[ recovery-image] Sep 01 20:53:50.648 INFO O| Sep 01 20:53:50.648 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-09-01T20:53:51.456Z[ recovery-image] Sep 01 20:53:50.665 INFO O| Sep 01 20:53:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41602024-09-01T20:53:51.456Z[ recovery-image] Sep 01 20:53:50.665 INFO O| Sep 01 20:53:50.665 INFO STEP 69 (remove_files) COMPLETE
41612024-09-01T20:53:51.456Z[ recovery-image] Sep 01 20:53:50.665 INFO O| Sep 01 20:53:50.665 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-09-01T20:53:51.474Z[ recovery-image] Sep 01 20:53:50.683 INFO O| Sep 01 20:53:50.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41632024-09-01T20:53:51.474Z[ recovery-image] Sep 01 20:53:50.683 INFO O| Sep 01 20:53:50.683 INFO STEP 70 (remove_files) COMPLETE
41642024-09-01T20:53:51.474Z[ recovery-image] Sep 01 20:53:50.683 INFO O| Sep 01 20:53:50.683 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-09-01T20:53:51.492Z[ recovery-image] Sep 01 20:53:50.701 INFO O| Sep 01 20:53:50.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41662024-09-01T20:53:51.492Z[ recovery-image] Sep 01 20:53:50.701 INFO O| Sep 01 20:53:50.701 INFO STEP 71 (remove_files) COMPLETE
41672024-09-01T20:53:51.492Z[ recovery-image] Sep 01 20:53:50.701 INFO O| Sep 01 20:53:50.701 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-09-01T20:53:51.510Z[ recovery-image] Sep 01 20:53:50.720 INFO O| Sep 01 20:53:50.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41692024-09-01T20:53:51.510Z[ recovery-image] Sep 01 20:53:50.720 INFO O| Sep 01 20:53:50.720 INFO STEP 72 (remove_files) COMPLETE
41702024-09-01T20:53:51.513Z[ recovery-image] Sep 01 20:53:50.720 INFO O| Sep 01 20:53:50.720 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-09-01T20:53:51.530Z[ recovery-image] Sep 01 20:53:50.739 INFO O| Sep 01 20:53:50.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41722024-09-01T20:53:51.530Z[ recovery-image] Sep 01 20:53:50.739 INFO O| Sep 01 20:53:50.739 INFO STEP 73 (remove_files) COMPLETE
41732024-09-01T20:53:51.530Z[ recovery-image] Sep 01 20:53:50.739 INFO O| Sep 01 20:53:50.739 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-09-01T20:53:51.549Z[ recovery-image] Sep 01 20:53:50.758 INFO O| Sep 01 20:53:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41752024-09-01T20:53:51.549Z[ recovery-image] Sep 01 20:53:50.758 INFO O| Sep 01 20:53:50.758 INFO STEP 74 (remove_files) COMPLETE
41762024-09-01T20:53:51.549Z[ recovery-image] Sep 01 20:53:50.758 INFO O| Sep 01 20:53:50.758 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-09-01T20:53:51.567Z[ recovery-image] Sep 01 20:53:50.776 INFO O| Sep 01 20:53:50.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41782024-09-01T20:53:51.567Z[ recovery-image] Sep 01 20:53:50.776 INFO O| Sep 01 20:53:50.776 INFO STEP 75 (remove_files) COMPLETE
41792024-09-01T20:53:51.567Z[ recovery-image] Sep 01 20:53:50.776 INFO O| Sep 01 20:53:50.776 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-09-01T20:53:51.586Z[ recovery-image] Sep 01 20:53:50.795 INFO O| Sep 01 20:53:50.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41812024-09-01T20:53:51.586Z[ recovery-image] Sep 01 20:53:50.795 INFO O| Sep 01 20:53:50.795 INFO STEP 76 (remove_files) COMPLETE
41822024-09-01T20:53:51.586Z[ recovery-image] Sep 01 20:53:50.795 INFO O| Sep 01 20:53:50.795 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-09-01T20:53:51.604Z[ recovery-image] Sep 01 20:53:50.814 INFO O| Sep 01 20:53:50.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41842024-09-01T20:53:51.604Z[ recovery-image] Sep 01 20:53:50.814 INFO O| Sep 01 20:53:50.814 INFO STEP 77 (remove_files) COMPLETE
41852024-09-01T20:53:51.607Z[ recovery-image] Sep 01 20:53:50.814 INFO O| Sep 01 20:53:50.814 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-09-01T20:53:51.625Z[ recovery-image] Sep 01 20:53:50.835 INFO O| Sep 01 20:53:50.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41872024-09-01T20:53:51.626Z[ recovery-image] Sep 01 20:53:50.835 INFO O| Sep 01 20:53:50.835 INFO STEP 78 (remove_files) COMPLETE
41882024-09-01T20:53:51.626Z[ recovery-image] Sep 01 20:53:50.835 INFO O| Sep 01 20:53:50.835 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-09-01T20:53:51.677Z[ recovery-image] Sep 01 20:53:50.886 INFO O| Sep 01 20:53:50.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41902024-09-01T20:53:51.677Z[ recovery-image] Sep 01 20:53:50.886 INFO O| Sep 01 20:53:50.886 INFO STEP 79 (remove_files) COMPLETE
41912024-09-01T20:53:51.677Z[ recovery-image] Sep 01 20:53:50.886 INFO O| Sep 01 20:53:50.886 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-09-01T20:53:51.726Z[ recovery-image] Sep 01 20:53:50.935 INFO O| Sep 01 20:53:50.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41932024-09-01T20:53:51.726Z[ recovery-image] Sep 01 20:53:50.935 INFO O| Sep 01 20:53:50.935 INFO STEP 80 (remove_files) COMPLETE
41942024-09-01T20:53:51.726Z[ recovery-image] Sep 01 20:53:50.935 INFO O| Sep 01 20:53:50.935 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-09-01T20:53:51.771Z[ recovery-image] Sep 01 20:53:50.981 INFO O| Sep 01 20:53:50.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41962024-09-01T20:53:51.771Z[ recovery-image] Sep 01 20:53:50.981 INFO O| Sep 01 20:53:50.981 INFO STEP 81 (remove_files) COMPLETE
41972024-09-01T20:53:51.774Z[ recovery-image] Sep 01 20:53:50.981 INFO O| Sep 01 20:53:50.981 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-09-01T20:53:51.789Z[ recovery-image] Sep 01 20:53:50.999 INFO O| Sep 01 20:53:50.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41992024-09-01T20:53:51.789Z[ recovery-image] Sep 01 20:53:50.999 INFO O| Sep 01 20:53:50.999 INFO STEP 82 (remove_files) COMPLETE
42002024-09-01T20:53:51.792Z[ recovery-image] Sep 01 20:53:50.999 INFO O| Sep 01 20:53:50.999 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-09-01T20:53:51.814Z[ recovery-image] Sep 01 20:53:51.024 INFO O| Sep 01 20:53:51.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42022024-09-01T20:53:51.814Z[ recovery-image] Sep 01 20:53:51.024 INFO O| Sep 01 20:53:51.024 INFO STEP 83 (remove_files) COMPLETE
42032024-09-01T20:53:51.814Z[ recovery-image] Sep 01 20:53:51.024 INFO O| Sep 01 20:53:51.024 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-09-01T20:53:51.834Z[ recovery-image] Sep 01 20:53:51.043 INFO O| Sep 01 20:53:51.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42052024-09-01T20:53:51.834Z[ recovery-image] Sep 01 20:53:51.043 INFO O| Sep 01 20:53:51.043 INFO STEP 84 (remove_files) COMPLETE
42062024-09-01T20:53:51.834Z[ recovery-image] Sep 01 20:53:51.043 INFO O| Sep 01 20:53:51.043 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-09-01T20:53:51.853Z[ recovery-image] Sep 01 20:53:51.062 INFO O| Sep 01 20:53:51.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42082024-09-01T20:53:51.853Z[ recovery-image] Sep 01 20:53:51.062 INFO O| Sep 01 20:53:51.062 INFO STEP 85 (remove_files) COMPLETE
42092024-09-01T20:53:51.853Z[ recovery-image] Sep 01 20:53:51.062 INFO O| Sep 01 20:53:51.062 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-09-01T20:53:51.872Z[ recovery-image] Sep 01 20:53:51.081 INFO O| Sep 01 20:53:51.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42112024-09-01T20:53:51.872Z[ recovery-image] Sep 01 20:53:51.081 INFO O| Sep 01 20:53:51.081 INFO STEP 86 (remove_files) COMPLETE
42122024-09-01T20:53:51.873Z[ recovery-image] Sep 01 20:53:51.082 INFO O| Sep 01 20:53:51.081 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-09-01T20:53:51.899Z[ recovery-image] Sep 01 20:53:51.108 INFO O| Sep 01 20:53:51.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42142024-09-01T20:53:51.899Z[ recovery-image] Sep 01 20:53:51.108 INFO O| Sep 01 20:53:51.108 INFO STEP 87 (remove_files) COMPLETE
42152024-09-01T20:53:51.899Z[ recovery-image] Sep 01 20:53:51.108 INFO O| Sep 01 20:53:51.108 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-09-01T20:53:51.937Z[ recovery-image] Sep 01 20:53:51.147 INFO O| Sep 01 20:53:51.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42172024-09-01T20:53:51.937Z[ recovery-image] Sep 01 20:53:51.147 INFO O| Sep 01 20:53:51.147 INFO STEP 88 (remove_files) COMPLETE
42182024-09-01T20:53:51.937Z[ recovery-image] Sep 01 20:53:51.147 INFO O| Sep 01 20:53:51.147 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-09-01T20:53:51.958Z[ recovery-image] Sep 01 20:53:51.168 INFO O| Sep 01 20:53:51.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42202024-09-01T20:53:51.958Z[ recovery-image] Sep 01 20:53:51.168 INFO O| Sep 01 20:53:51.168 INFO STEP 89 (remove_files) COMPLETE
42212024-09-01T20:53:51.961Z[ recovery-image] Sep 01 20:53:51.168 INFO O| Sep 01 20:53:51.168 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-09-01T20:53:51.979Z[ recovery-image] Sep 01 20:53:51.189 INFO O| Sep 01 20:53:51.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42232024-09-01T20:53:51.979Z[ recovery-image] Sep 01 20:53:51.189 INFO O| Sep 01 20:53:51.189 INFO STEP 90 (remove_files) COMPLETE
42242024-09-01T20:53:51.979Z[ recovery-image] Sep 01 20:53:51.189 INFO O| Sep 01 20:53:51.189 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-09-01T20:53:52.000Z[ recovery-image] Sep 01 20:53:51.209 INFO O| Sep 01 20:53:51.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42262024-09-01T20:53:52.000Z[ recovery-image] Sep 01 20:53:51.210 INFO O| Sep 01 20:53:51.209 INFO STEP 91 (remove_files) COMPLETE
42272024-09-01T20:53:52.003Z[ recovery-image] Sep 01 20:53:51.210 INFO O| Sep 01 20:53:51.210 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-09-01T20:53:52.020Z[ recovery-image] Sep 01 20:53:51.230 INFO O| Sep 01 20:53:51.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42292024-09-01T20:53:52.050Z[ recovery-image] Sep 01 20:53:51.258 INFO O| Sep 01 20:53:51.258 INFO STEP 92 (remove_files) COMPLETE
42302024-09-01T20:53:52.050Z[ recovery-image] Sep 01 20:53:51.258 INFO O| Sep 01 20:53:51.258 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-09-01T20:53:52.757Z[ recovery-image] Sep 01 20:53:51.966 INFO O| Sep 01 20:53:51.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42322024-09-01T20:53:52.759Z[ recovery-image] Sep 01 20:53:51.966 INFO O| Sep 01 20:53:51.966 INFO STEP 93 (remove_files) COMPLETE
42332024-09-01T20:53:52.759Z[ recovery-image] Sep 01 20:53:51.966 INFO O| Sep 01 20:53:51.966 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-09-01T20:53:52.893Z[ recovery-image] Sep 01 20:53:52.102 INFO O| Sep 01 20:53:52.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42352024-09-01T20:53:52.893Z[ recovery-image] Sep 01 20:53:52.102 INFO O| Sep 01 20:53:52.102 INFO STEP 94 (remove_files) COMPLETE
42362024-09-01T20:53:52.893Z[ recovery-image] Sep 01 20:53:52.102 INFO O| Sep 01 20:53:52.102 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-09-01T20:53:52.938Z[ recovery-image] Sep 01 20:53:52.147 INFO O| Sep 01 20:53:52.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42382024-09-01T20:53:52.938Z[ recovery-image] Sep 01 20:53:52.147 INFO O| Sep 01 20:53:52.147 INFO STEP 95 (remove_files) COMPLETE
42392024-09-01T20:53:52.940Z[ recovery-image] Sep 01 20:53:52.147 INFO O| Sep 01 20:53:52.147 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-09-01T20:53:52.965Z[ recovery-image] Sep 01 20:53:52.175 INFO O| Sep 01 20:53:52.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42412024-09-01T20:53:52.980Z[ recovery-image] Sep 01 20:53:52.190 INFO O| Sep 01 20:53:52.190 INFO STEP 96 (remove_files) COMPLETE
42422024-09-01T20:53:52.983Z[ recovery-image] Sep 01 20:53:52.190 INFO O| Sep 01 20:53:52.190 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-09-01T20:53:53.019Z[ recovery-image] Sep 01 20:53:52.228 INFO O| Sep 01 20:53:52.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42442024-09-01T20:53:53.019Z[ recovery-image] Sep 01 20:53:52.228 INFO O| Sep 01 20:53:52.228 INFO STEP 97 (remove_files) COMPLETE
42452024-09-01T20:53:53.022Z[ recovery-image] Sep 01 20:53:52.228 INFO O| Sep 01 20:53:52.228 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-09-01T20:53:53.063Z[ recovery-image] Sep 01 20:53:52.273 INFO O| Sep 01 20:53:52.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42472024-09-01T20:53:53.063Z[ recovery-image] Sep 01 20:53:52.273 INFO O| Sep 01 20:53:52.273 INFO STEP 98 (remove_files) COMPLETE
42482024-09-01T20:53:53.066Z[ recovery-image] Sep 01 20:53:52.273 INFO O| Sep 01 20:53:52.273 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-09-01T20:53:53.114Z[ recovery-image] Sep 01 20:53:52.324 INFO O| Sep 01 20:53:52.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42502024-09-01T20:53:53.114Z[ recovery-image] Sep 01 20:53:52.324 INFO O| Sep 01 20:53:52.324 INFO STEP 99 (remove_files) COMPLETE
42512024-09-01T20:53:53.117Z[ recovery-image] Sep 01 20:53:52.324 INFO O| Sep 01 20:53:52.324 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-09-01T20:53:53.188Z[ recovery-image] Sep 01 20:53:52.398 INFO O| Sep 01 20:53:52.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42532024-09-01T20:53:53.188Z[ recovery-image] Sep 01 20:53:52.398 INFO O| Sep 01 20:53:52.398 INFO STEP 100 (remove_files) COMPLETE
42542024-09-01T20:53:53.189Z[ recovery-image] Sep 01 20:53:52.398 INFO O| Sep 01 20:53:52.398 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-09-01T20:53:53.266Z[ recovery-image] Sep 01 20:53:52.475 INFO O| Sep 01 20:53:52.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42562024-09-01T20:53:53.266Z[ recovery-image] Sep 01 20:53:52.475 INFO O| Sep 01 20:53:52.475 INFO STEP 101 (remove_files) COMPLETE
42572024-09-01T20:53:53.266Z[ recovery-image] Sep 01 20:53:52.475 INFO O| Sep 01 20:53:52.475 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-09-01T20:53:53.285Z[ recovery-image] Sep 01 20:53:52.494 INFO O| Sep 01 20:53:52.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42592024-09-01T20:53:53.285Z[ recovery-image] Sep 01 20:53:52.494 INFO O| Sep 01 20:53:52.494 INFO STEP 102 (remove_files) COMPLETE
42602024-09-01T20:53:53.285Z[ recovery-image] Sep 01 20:53:52.494 INFO O| Sep 01 20:53:52.494 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-09-01T20:53:53.303Z[ recovery-image] Sep 01 20:53:52.512 INFO O| Sep 01 20:53:52.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42622024-09-01T20:53:53.303Z[ recovery-image] Sep 01 20:53:52.513 INFO O| Sep 01 20:53:52.512 INFO STEP 103 (remove_files) COMPLETE
42632024-09-01T20:53:53.305Z[ recovery-image] Sep 01 20:53:52.513 INFO O| Sep 01 20:53:52.512 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-09-01T20:53:53.324Z[ recovery-image] Sep 01 20:53:52.533 INFO O| Sep 01 20:53:52.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42652024-09-01T20:53:53.324Z[ recovery-image] Sep 01 20:53:52.533 INFO O| Sep 01 20:53:52.533 INFO STEP 104 (remove_files) COMPLETE
42662024-09-01T20:53:53.324Z[ recovery-image] Sep 01 20:53:52.533 INFO O| Sep 01 20:53:52.533 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-09-01T20:53:53.375Z[ recovery-image] Sep 01 20:53:52.584 INFO O| Sep 01 20:53:52.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42682024-09-01T20:53:53.375Z[ recovery-image] Sep 01 20:53:52.584 INFO O| Sep 01 20:53:52.584 INFO STEP 105 (remove_files) COMPLETE
42692024-09-01T20:53:53.375Z[ recovery-image] Sep 01 20:53:52.584 INFO O| Sep 01 20:53:52.584 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-09-01T20:53:53.420Z[ recovery-image] Sep 01 20:53:52.629 INFO O| Sep 01 20:53:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42712024-09-01T20:53:53.420Z[ recovery-image] Sep 01 20:53:52.629 INFO O| Sep 01 20:53:52.629 INFO STEP 106 (remove_files) COMPLETE
42722024-09-01T20:53:53.420Z[ recovery-image] Sep 01 20:53:52.629 INFO O| Sep 01 20:53:52.629 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-09-01T20:53:53.461Z[ recovery-image] Sep 01 20:53:52.670 INFO O| Sep 01 20:53:52.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42742024-09-01T20:53:53.461Z[ recovery-image] Sep 01 20:53:52.670 INFO O| Sep 01 20:53:52.670 INFO STEP 107 (remove_files) COMPLETE
42752024-09-01T20:53:53.463Z[ recovery-image] Sep 01 20:53:52.671 INFO O| Sep 01 20:53:52.670 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-09-01T20:53:53.506Z[ recovery-image] Sep 01 20:53:52.715 INFO O| Sep 01 20:53:52.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42772024-09-01T20:53:53.506Z[ recovery-image] Sep 01 20:53:52.715 INFO O| Sep 01 20:53:52.715 INFO STEP 108 (remove_files) COMPLETE
42782024-09-01T20:53:53.506Z[ recovery-image] Sep 01 20:53:52.715 INFO O| Sep 01 20:53:52.715 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-09-01T20:53:53.638Z[ recovery-image] Sep 01 20:53:52.848 INFO O| Sep 01 20:53:52.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42802024-09-01T20:53:53.676Z[ recovery-image] Sep 01 20:53:52.885 INFO O| Sep 01 20:53:52.885 INFO STEP 109 (remove_files) COMPLETE
42812024-09-01T20:53:53.676Z[ recovery-image] Sep 01 20:53:52.885 INFO O| Sep 01 20:53:52.885 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-09-01T20:53:53.759Z[ recovery-image] Sep 01 20:53:52.968 INFO O| Sep 01 20:53:52.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42832024-09-01T20:53:53.759Z[ recovery-image] Sep 01 20:53:52.968 INFO O| Sep 01 20:53:52.968 INFO STEP 110 (remove_files) COMPLETE
42842024-09-01T20:53:53.759Z[ recovery-image] Sep 01 20:53:52.968 INFO O| Sep 01 20:53:52.968 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-09-01T20:53:53.779Z[ recovery-image] Sep 01 20:53:52.988 INFO O| Sep 01 20:53:52.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42862024-09-01T20:53:53.779Z[ recovery-image] Sep 01 20:53:52.988 INFO O| Sep 01 20:53:52.988 INFO STEP 111 (remove_files) COMPLETE
42872024-09-01T20:53:53.779Z[ recovery-image] Sep 01 20:53:52.988 INFO O| Sep 01 20:53:52.988 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-09-01T20:53:53.925Z[ recovery-image] Sep 01 20:53:53.134 INFO O| Sep 01 20:53:53.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42892024-09-01T20:53:53.925Z[ recovery-image] Sep 01 20:53:53.134 INFO O| Sep 01 20:53:53.134 INFO STEP 112 (remove_files) COMPLETE
42902024-09-01T20:53:53.928Z[ recovery-image] Sep 01 20:53:53.134 INFO O| Sep 01 20:53:53.134 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-09-01T20:53:53.943Z[ recovery-image] Sep 01 20:53:53.153 INFO O| Sep 01 20:53:53.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42922024-09-01T20:53:53.946Z[ recovery-image] Sep 01 20:53:53.153 INFO O| Sep 01 20:53:53.153 INFO STEP 113 (remove_files) COMPLETE
42932024-09-01T20:53:53.946Z[ recovery-image] Sep 01 20:53:53.153 INFO O| Sep 01 20:53:53.153 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-09-01T20:53:54.009Z[ recovery-image] Sep 01 20:53:53.219 INFO O| Sep 01 20:53:53.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42952024-09-01T20:53:54.009Z[ recovery-image] Sep 01 20:53:53.219 INFO O| Sep 01 20:53:53.219 INFO STEP 114 (remove_files) COMPLETE
42962024-09-01T20:53:54.012Z[ recovery-image] Sep 01 20:53:53.219 INFO O| Sep 01 20:53:53.219 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-09-01T20:53:54.128Z[ recovery-image] Sep 01 20:53:53.338 INFO O| Sep 01 20:53:53.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42982024-09-01T20:53:54.129Z[ recovery-image] Sep 01 20:53:53.338 INFO O| Sep 01 20:53:53.338 INFO STEP 115 (remove_files) COMPLETE
42992024-09-01T20:53:54.132Z[ recovery-image] Sep 01 20:53:53.338 INFO O| Sep 01 20:53:53.338 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-09-01T20:53:54.188Z[ recovery-image] Sep 01 20:53:53.397 INFO O| Sep 01 20:53:53.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43012024-09-01T20:53:54.188Z[ recovery-image] Sep 01 20:53:53.397 INFO O| Sep 01 20:53:53.397 INFO STEP 116 (remove_files) COMPLETE
43022024-09-01T20:53:54.188Z[ recovery-image] Sep 01 20:53:53.397 INFO O| Sep 01 20:53:53.397 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-09-01T20:53:54.254Z[ recovery-image] Sep 01 20:53:53.464 INFO O| Sep 01 20:53:53.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43042024-09-01T20:53:54.254Z[ recovery-image] Sep 01 20:53:53.464 INFO O| Sep 01 20:53:53.464 INFO STEP 117 (remove_files) COMPLETE
43052024-09-01T20:53:54.257Z[ recovery-image] Sep 01 20:53:53.464 INFO O| Sep 01 20:53:53.464 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-09-01T20:53:54.278Z[ recovery-image] Sep 01 20:53:53.487 INFO O| Sep 01 20:53:53.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43072024-09-01T20:53:54.278Z[ recovery-image] Sep 01 20:53:53.488 INFO O| Sep 01 20:53:53.488 INFO STEP 118 (remove_files) COMPLETE
43082024-09-01T20:53:54.281Z[ recovery-image] Sep 01 20:53:53.488 INFO O| Sep 01 20:53:53.488 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-09-01T20:53:54.299Z[ recovery-image] Sep 01 20:53:53.508 INFO O| Sep 01 20:53:53.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43102024-09-01T20:53:54.301Z[ recovery-image] Sep 01 20:53:53.508 INFO O| Sep 01 20:53:53.508 INFO STEP 119 (remove_files) COMPLETE
43112024-09-01T20:53:54.302Z[ recovery-image] Sep 01 20:53:53.509 INFO O| Sep 01 20:53:53.508 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-09-01T20:53:54.320Z[ recovery-image] Sep 01 20:53:53.529 INFO O| Sep 01 20:53:53.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43132024-09-01T20:53:54.343Z[ recovery-image] Sep 01 20:53:53.553 INFO O| Sep 01 20:53:53.553 INFO STEP 120 (remove_files) COMPLETE
43142024-09-01T20:53:54.347Z[ recovery-image] Sep 01 20:53:53.553 INFO O| Sep 01 20:53:53.553 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-09-01T20:53:54.384Z[ recovery-image] Sep 01 20:53:53.593 INFO O| Sep 01 20:53:53.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43162024-09-01T20:53:54.387Z[ recovery-image] Sep 01 20:53:53.594 INFO O| Sep 01 20:53:53.594 INFO STEP 121 (remove_files) COMPLETE
43172024-09-01T20:53:54.387Z[ recovery-image] Sep 01 20:53:53.594 INFO O| Sep 01 20:53:53.594 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-09-01T20:53:54.406Z[ recovery-image] Sep 01 20:53:53.616 INFO O| Sep 01 20:53:53.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43192024-09-01T20:53:54.409Z[ recovery-image] Sep 01 20:53:53.616 INFO O| Sep 01 20:53:53.616 INFO STEP 122 (remove_files) COMPLETE
43202024-09-01T20:53:54.409Z[ recovery-image] Sep 01 20:53:53.616 INFO O| Sep 01 20:53:53.616 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-09-01T20:53:54.428Z[ recovery-image] Sep 01 20:53:53.637 INFO O| Sep 01 20:53:53.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43222024-09-01T20:53:54.447Z[ recovery-image] Sep 01 20:53:53.656 INFO O| Sep 01 20:53:53.656 INFO STEP 123 (remove_files) COMPLETE
43232024-09-01T20:53:54.447Z[ recovery-image] Sep 01 20:53:53.656 INFO O| Sep 01 20:53:53.656 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-09-01T20:53:54.485Z[ recovery-image] Sep 01 20:53:53.694 INFO O| Sep 01 20:53:53.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43252024-09-01T20:53:54.485Z[ recovery-image] Sep 01 20:53:53.694 INFO O| Sep 01 20:53:53.694 INFO STEP 124 (remove_files) COMPLETE
43262024-09-01T20:53:54.485Z[ recovery-image] Sep 01 20:53:53.694 INFO O| Sep 01 20:53:53.694 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-09-01T20:53:54.542Z[ recovery-image] Sep 01 20:53:53.752 INFO O| Sep 01 20:53:53.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43282024-09-01T20:53:54.542Z[ recovery-image] Sep 01 20:53:53.752 INFO O| Sep 01 20:53:53.752 INFO STEP 125 (remove_files) COMPLETE
43292024-09-01T20:53:54.545Z[ recovery-image] Sep 01 20:53:53.752 INFO O| Sep 01 20:53:53.752 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-09-01T20:53:54.616Z[ recovery-image] Sep 01 20:53:53.826 INFO O| Sep 01 20:53:53.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43312024-09-01T20:53:54.619Z[ recovery-image] Sep 01 20:53:53.827 INFO O| Sep 01 20:53:53.826 INFO STEP 126 (remove_files) COMPLETE
43322024-09-01T20:53:54.619Z[ recovery-image] Sep 01 20:53:53.827 INFO O| Sep 01 20:53:53.827 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-09-01T20:53:54.638Z[ recovery-image] Sep 01 20:53:53.848 INFO O| Sep 01 20:53:53.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43342024-09-01T20:53:54.638Z[ recovery-image] Sep 01 20:53:53.848 INFO O| Sep 01 20:53:53.848 INFO STEP 127 (remove_files) COMPLETE
43352024-09-01T20:53:54.641Z[ recovery-image] Sep 01 20:53:53.848 INFO O| Sep 01 20:53:53.848 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-09-01T20:53:54.659Z[ recovery-image] Sep 01 20:53:53.869 INFO O| Sep 01 20:53:53.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43372024-09-01T20:53:54.659Z[ recovery-image] Sep 01 20:53:53.869 INFO O| Sep 01 20:53:53.869 INFO STEP 128 (remove_files) COMPLETE
43382024-09-01T20:53:54.663Z[ recovery-image] Sep 01 20:53:53.869 INFO O| Sep 01 20:53:53.869 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-09-01T20:53:54.685Z[ recovery-image] Sep 01 20:53:53.894 INFO O| Sep 01 20:53:53.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43402024-09-01T20:53:54.685Z[ recovery-image] Sep 01 20:53:53.894 INFO O| Sep 01 20:53:53.894 INFO STEP 129 (remove_files) COMPLETE
43412024-09-01T20:53:54.688Z[ recovery-image] Sep 01 20:53:53.895 INFO O| Sep 01 20:53:53.894 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-09-01T20:53:54.705Z[ recovery-image] Sep 01 20:53:53.914 INFO O| Sep 01 20:53:53.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43432024-09-01T20:53:54.705Z[ recovery-image] Sep 01 20:53:53.914 INFO O| Sep 01 20:53:53.914 INFO STEP 130 (remove_files) COMPLETE
43442024-09-01T20:53:54.708Z[ recovery-image] Sep 01 20:53:53.914 INFO O| Sep 01 20:53:53.914 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-09-01T20:53:54.708Z[ host-image] Sep 01 20:53:53.916 INFO O| Sep 01 20:53:53.916 INFO O| Actions: 48709/49262 actions (Installing new actions)
43462024-09-01T20:53:54.804Z[ recovery-image] Sep 01 20:53:54.013 INFO O| Sep 01 20:53:54.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43472024-09-01T20:53:54.804Z[ recovery-image] Sep 01 20:53:54.013 INFO O| Sep 01 20:53:54.013 INFO STEP 131 (remove_files) COMPLETE
43482024-09-01T20:53:54.804Z[ recovery-image] Sep 01 20:53:54.013 INFO O| Sep 01 20:53:54.013 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-09-01T20:53:54.828Z[ recovery-image] Sep 01 20:53:54.037 INFO O| Sep 01 20:53:54.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43502024-09-01T20:53:54.828Z[ recovery-image] Sep 01 20:53:54.037 INFO O| Sep 01 20:53:54.037 INFO STEP 132 (remove_files) COMPLETE
43512024-09-01T20:53:54.830Z[ recovery-image] Sep 01 20:53:54.037 INFO O| Sep 01 20:53:54.037 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-09-01T20:53:54.848Z[ recovery-image] Sep 01 20:53:54.058 INFO O| Sep 01 20:53:54.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43532024-09-01T20:53:54.848Z[ recovery-image] Sep 01 20:53:54.058 INFO O| Sep 01 20:53:54.058 INFO STEP 133 (remove_files) COMPLETE
43542024-09-01T20:53:54.851Z[ recovery-image] Sep 01 20:53:54.058 INFO O| Sep 01 20:53:54.058 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-09-01T20:53:54.867Z[ recovery-image] Sep 01 20:53:54.076 INFO O| Sep 01 20:53:54.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43562024-09-01T20:53:54.867Z[ recovery-image] Sep 01 20:53:54.076 INFO O| Sep 01 20:53:54.076 INFO STEP 134 (remove_files) COMPLETE
43572024-09-01T20:53:54.867Z[ recovery-image] Sep 01 20:53:54.076 INFO O| Sep 01 20:53:54.076 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-09-01T20:53:54.885Z[ recovery-image] Sep 01 20:53:54.095 INFO O| Sep 01 20:53:54.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43592024-09-01T20:53:54.885Z[ recovery-image] Sep 01 20:53:54.095 INFO O| Sep 01 20:53:54.095 INFO STEP 135 (remove_files) COMPLETE
43602024-09-01T20:53:54.888Z[ recovery-image] Sep 01 20:53:54.095 INFO O| Sep 01 20:53:54.095 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-09-01T20:53:54.906Z[ recovery-image] Sep 01 20:53:54.115 INFO O| Sep 01 20:53:54.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43622024-09-01T20:53:54.906Z[ recovery-image] Sep 01 20:53:54.115 INFO O| Sep 01 20:53:54.115 INFO STEP 136 (remove_files) COMPLETE
43632024-09-01T20:53:54.908Z[ recovery-image] Sep 01 20:53:54.115 INFO O| Sep 01 20:53:54.115 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-09-01T20:53:54.942Z[ recovery-image] Sep 01 20:53:54.152 INFO O| Sep 01 20:53:54.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43652024-09-01T20:53:54.942Z[ recovery-image] Sep 01 20:53:54.152 INFO O| Sep 01 20:53:54.152 INFO STEP 137 (remove_files) COMPLETE
43662024-09-01T20:53:54.942Z[ recovery-image] Sep 01 20:53:54.152 INFO O| Sep 01 20:53:54.152 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-09-01T20:53:54.987Z[ recovery-image] Sep 01 20:53:54.196 INFO O| Sep 01 20:53:54.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43682024-09-01T20:53:54.987Z[ recovery-image] Sep 01 20:53:54.196 INFO O| Sep 01 20:53:54.196 INFO STEP 138 (remove_files) COMPLETE
43692024-09-01T20:53:54.987Z[ recovery-image] Sep 01 20:53:54.196 INFO O| Sep 01 20:53:54.196 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-09-01T20:53:55.041Z[ recovery-image] Sep 01 20:53:54.250 INFO O| Sep 01 20:53:54.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43712024-09-01T20:53:55.041Z[ recovery-image] Sep 01 20:53:54.250 INFO O| Sep 01 20:53:54.250 INFO STEP 139 (remove_files) COMPLETE
43722024-09-01T20:53:55.041Z[ recovery-image] Sep 01 20:53:54.250 INFO O| Sep 01 20:53:54.250 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-09-01T20:53:55.059Z[ recovery-image] Sep 01 20:53:54.268 INFO O| Sep 01 20:53:54.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43742024-09-01T20:53:55.059Z[ recovery-image] Sep 01 20:53:54.268 INFO O| Sep 01 20:53:54.268 INFO STEP 140 (remove_files) COMPLETE
43752024-09-01T20:53:55.063Z[ recovery-image] Sep 01 20:53:54.268 INFO O| Sep 01 20:53:54.268 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-09-01T20:53:55.078Z[ recovery-image] Sep 01 20:53:54.288 INFO O| Sep 01 20:53:54.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43772024-09-01T20:53:55.081Z[ recovery-image] Sep 01 20:53:54.288 INFO O| Sep 01 20:53:54.288 INFO STEP 141 (remove_files) COMPLETE
43782024-09-01T20:53:55.081Z[ recovery-image] Sep 01 20:53:54.288 INFO O| Sep 01 20:53:54.288 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-09-01T20:53:55.097Z[ recovery-image] Sep 01 20:53:54.306 INFO O| Sep 01 20:53:54.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43802024-09-01T20:53:55.097Z[ recovery-image] Sep 01 20:53:54.306 INFO O| Sep 01 20:53:54.306 INFO STEP 142 (remove_files) COMPLETE
43812024-09-01T20:53:55.097Z[ recovery-image] Sep 01 20:53:54.307 INFO O| Sep 01 20:53:54.306 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-09-01T20:53:55.116Z[ recovery-image] Sep 01 20:53:54.325 INFO O| Sep 01 20:53:54.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43832024-09-01T20:53:55.116Z[ recovery-image] Sep 01 20:53:54.326 INFO O| Sep 01 20:53:54.326 INFO STEP 143 (remove_files) COMPLETE
43842024-09-01T20:53:55.119Z[ recovery-image] Sep 01 20:53:54.326 INFO O| Sep 01 20:53:54.326 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-09-01T20:53:55.147Z[ recovery-image] Sep 01 20:53:54.357 INFO O| Sep 01 20:53:54.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43862024-09-01T20:53:55.150Z[ recovery-image] Sep 01 20:53:54.357 INFO O| Sep 01 20:53:54.357 INFO STEP 144 (remove_files) COMPLETE
43872024-09-01T20:53:55.150Z[ recovery-image] Sep 01 20:53:54.357 INFO O| Sep 01 20:53:54.357 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-09-01T20:53:55.165Z[ recovery-image] Sep 01 20:53:54.374 INFO O| Sep 01 20:53:54.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43892024-09-01T20:53:55.165Z[ recovery-image] Sep 01 20:53:54.375 INFO O| Sep 01 20:53:54.375 INFO STEP 145 (remove_files) COMPLETE
43902024-09-01T20:53:55.168Z[ recovery-image] Sep 01 20:53:54.375 INFO O| Sep 01 20:53:54.375 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-09-01T20:53:55.183Z[ recovery-image] Sep 01 20:53:54.392 INFO O| Sep 01 20:53:54.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43922024-09-01T20:53:55.183Z[ recovery-image] Sep 01 20:53:54.392 INFO O| Sep 01 20:53:54.392 INFO STEP 146 (remove_files) COMPLETE
43932024-09-01T20:53:55.183Z[ recovery-image] Sep 01 20:53:54.392 INFO O| Sep 01 20:53:54.392 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-09-01T20:53:55.200Z[ recovery-image] Sep 01 20:53:54.408 INFO O| Sep 01 20:53:54.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43952024-09-01T20:53:55.200Z[ recovery-image] Sep 01 20:53:54.409 INFO O| Sep 01 20:53:54.409 INFO STEP 147 (remove_files) COMPLETE
43962024-09-01T20:53:55.200Z[ recovery-image] Sep 01 20:53:54.409 INFO O| Sep 01 20:53:54.409 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-09-01T20:53:55.228Z[ recovery-image] Sep 01 20:53:54.437 INFO O| Sep 01 20:53:54.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43982024-09-01T20:53:55.231Z[ recovery-image] Sep 01 20:53:54.437 INFO O| Sep 01 20:53:54.437 INFO STEP 148 (remove_files) COMPLETE
43992024-09-01T20:53:55.231Z[ recovery-image] Sep 01 20:53:54.438 INFO O| Sep 01 20:53:54.437 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-09-01T20:53:55.250Z[ recovery-image] Sep 01 20:53:54.459 INFO O| Sep 01 20:53:54.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44012024-09-01T20:53:55.252Z[ recovery-image] Sep 01 20:53:54.459 INFO O| Sep 01 20:53:54.459 INFO STEP 149 (remove_files) COMPLETE
44022024-09-01T20:53:55.252Z[ recovery-image] Sep 01 20:53:54.459 INFO O| Sep 01 20:53:54.459 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-09-01T20:53:55.271Z[ recovery-image] Sep 01 20:53:54.481 INFO O| Sep 01 20:53:54.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44042024-09-01T20:53:55.274Z[ recovery-image] Sep 01 20:53:54.481 INFO O| Sep 01 20:53:54.481 INFO STEP 150 (remove_files) COMPLETE
44052024-09-01T20:53:55.274Z[ recovery-image] Sep 01 20:53:54.481 INFO O| Sep 01 20:53:54.481 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-09-01T20:53:55.293Z[ recovery-image] Sep 01 20:53:54.502 INFO O| Sep 01 20:53:54.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44072024-09-01T20:53:55.296Z[ recovery-image] Sep 01 20:53:54.503 INFO O| Sep 01 20:53:54.503 INFO STEP 151 (remove_files) COMPLETE
44082024-09-01T20:53:55.296Z[ recovery-image] Sep 01 20:53:54.503 INFO O| Sep 01 20:53:54.503 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-09-01T20:53:55.314Z[ recovery-image] Sep 01 20:53:54.524 INFO O| Sep 01 20:53:54.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44102024-09-01T20:53:55.317Z[ recovery-image] Sep 01 20:53:54.524 INFO O| Sep 01 20:53:54.524 INFO STEP 152 (remove_files) COMPLETE
44112024-09-01T20:53:55.318Z[ recovery-image] Sep 01 20:53:54.524 INFO O| Sep 01 20:53:54.524 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-09-01T20:53:55.335Z[ recovery-image] Sep 01 20:53:54.544 INFO O| Sep 01 20:53:54.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44132024-09-01T20:53:55.338Z[ recovery-image] Sep 01 20:53:54.545 INFO O| Sep 01 20:53:54.545 INFO STEP 153 (remove_files) COMPLETE
44142024-09-01T20:53:55.338Z[ recovery-image] Sep 01 20:53:54.545 INFO O| Sep 01 20:53:54.545 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-09-01T20:53:55.357Z[ recovery-image] Sep 01 20:53:54.566 INFO O| Sep 01 20:53:54.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44162024-09-01T20:53:55.360Z[ recovery-image] Sep 01 20:53:54.566 INFO O| Sep 01 20:53:54.566 INFO STEP 154 (remove_files) COMPLETE
44172024-09-01T20:53:55.360Z[ recovery-image] Sep 01 20:53:54.566 INFO O| Sep 01 20:53:54.566 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-09-01T20:53:55.378Z[ recovery-image] Sep 01 20:53:54.587 INFO O| Sep 01 20:53:54.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44192024-09-01T20:53:55.380Z[ recovery-image] Sep 01 20:53:54.588 INFO O| Sep 01 20:53:54.587 INFO STEP 155 (remove_files) COMPLETE
44202024-09-01T20:53:55.380Z[ recovery-image] Sep 01 20:53:54.588 INFO O| Sep 01 20:53:54.587 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-09-01T20:53:55.400Z[ recovery-image] Sep 01 20:53:54.610 INFO O| Sep 01 20:53:54.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44222024-09-01T20:53:55.400Z[ recovery-image] Sep 01 20:53:54.610 INFO O| Sep 01 20:53:54.610 INFO STEP 156 (remove_files) COMPLETE
44232024-09-01T20:53:55.400Z[ recovery-image] Sep 01 20:53:54.610 INFO O| Sep 01 20:53:54.610 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-09-01T20:53:55.424Z[ recovery-image] Sep 01 20:53:54.634 INFO O| Sep 01 20:53:54.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44252024-09-01T20:53:55.424Z[ recovery-image] Sep 01 20:53:54.634 INFO O| Sep 01 20:53:54.634 INFO STEP 157 (remove_files) COMPLETE
44262024-09-01T20:53:55.424Z[ recovery-image] Sep 01 20:53:54.634 INFO O| Sep 01 20:53:54.634 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-09-01T20:53:55.445Z[ recovery-image] Sep 01 20:53:54.655 INFO O| Sep 01 20:53:54.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44282024-09-01T20:53:55.448Z[ recovery-image] Sep 01 20:53:54.657 INFO O| Sep 01 20:53:54.657 INFO STEP 158 (remove_files) COMPLETE
44292024-09-01T20:53:55.448Z[ recovery-image] Sep 01 20:53:54.657 INFO O| Sep 01 20:53:54.657 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-09-01T20:53:55.468Z[ recovery-image] Sep 01 20:53:54.678 INFO O| Sep 01 20:53:54.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44312024-09-01T20:53:55.468Z[ recovery-image] Sep 01 20:53:54.678 INFO O| Sep 01 20:53:54.678 INFO STEP 159 (remove_files) COMPLETE
44322024-09-01T20:53:55.471Z[ recovery-image] Sep 01 20:53:54.678 INFO O| Sep 01 20:53:54.678 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-09-01T20:53:55.491Z[ recovery-image] Sep 01 20:53:54.700 INFO O| Sep 01 20:53:54.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44342024-09-01T20:53:55.491Z[ recovery-image] Sep 01 20:53:54.700 INFO O| Sep 01 20:53:54.700 INFO STEP 160 (remove_files) COMPLETE
44352024-09-01T20:53:55.494Z[ recovery-image] Sep 01 20:53:54.700 INFO O| Sep 01 20:53:54.700 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-09-01T20:53:55.512Z[ recovery-image] Sep 01 20:53:54.722 INFO O| Sep 01 20:53:54.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44372024-09-01T20:53:55.512Z[ recovery-image] Sep 01 20:53:54.722 INFO O| Sep 01 20:53:54.722 INFO STEP 161 (remove_files) COMPLETE
44382024-09-01T20:53:55.515Z[ recovery-image] Sep 01 20:53:54.722 INFO O| Sep 01 20:53:54.722 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-09-01T20:53:55.585Z[ recovery-image] Sep 01 20:53:54.795 INFO O| Sep 01 20:53:54.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44402024-09-01T20:53:55.588Z[ recovery-image] Sep 01 20:53:54.795 INFO O| Sep 01 20:53:54.795 INFO STEP 162 (remove_files) COMPLETE
44412024-09-01T20:53:55.588Z[ recovery-image] Sep 01 20:53:54.795 INFO O| Sep 01 20:53:54.795 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-09-01T20:53:55.625Z[ recovery-image] Sep 01 20:53:54.835 INFO O| Sep 01 20:53:54.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44432024-09-01T20:53:55.625Z[ recovery-image] Sep 01 20:53:54.835 INFO O| Sep 01 20:53:54.835 INFO STEP 163 (remove_files) COMPLETE
44442024-09-01T20:53:55.625Z[ recovery-image] Sep 01 20:53:54.835 INFO O| Sep 01 20:53:54.835 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-09-01T20:53:55.650Z[ recovery-image] Sep 01 20:53:54.860 INFO O| Sep 01 20:53:54.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44462024-09-01T20:53:55.650Z[ recovery-image] Sep 01 20:53:54.860 INFO O| Sep 01 20:53:54.860 INFO STEP 164 (remove_files) COMPLETE
44472024-09-01T20:53:55.650Z[ recovery-image] Sep 01 20:53:54.860 INFO O| Sep 01 20:53:54.860 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-09-01T20:53:55.674Z[ recovery-image] Sep 01 20:53:54.884 INFO O| Sep 01 20:53:54.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44492024-09-01T20:53:55.674Z[ recovery-image] Sep 01 20:53:54.884 INFO O| Sep 01 20:53:54.884 INFO STEP 165 (remove_files) COMPLETE
44502024-09-01T20:53:55.677Z[ recovery-image] Sep 01 20:53:54.884 INFO O| Sep 01 20:53:54.884 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-09-01T20:53:55.744Z[ recovery-image] Sep 01 20:53:54.954 INFO O| Sep 01 20:53:54.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44522024-09-01T20:53:55.762Z[ recovery-image] Sep 01 20:53:54.972 INFO O| Sep 01 20:53:54.972 INFO STEP 166 (remove_files) COMPLETE
44532024-09-01T20:53:55.762Z[ recovery-image] Sep 01 20:53:54.972 INFO O| Sep 01 20:53:54.972 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-09-01T20:53:55.814Z[ recovery-image] Sep 01 20:53:55.024 INFO O| Sep 01 20:53:55.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44552024-09-01T20:53:55.815Z[ recovery-image] Sep 01 20:53:55.024 INFO O| Sep 01 20:53:55.024 INFO STEP 167 (remove_files) COMPLETE
44562024-09-01T20:53:55.815Z[ recovery-image] Sep 01 20:53:55.024 INFO O| Sep 01 20:53:55.024 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-09-01T20:53:55.874Z[ recovery-image] Sep 01 20:53:55.084 INFO O| Sep 01 20:53:55.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44582024-09-01T20:53:55.893Z[ recovery-image] Sep 01 20:53:55.102 INFO O| Sep 01 20:53:55.102 INFO STEP 168 (remove_files) COMPLETE
44592024-09-01T20:53:55.893Z[ recovery-image] Sep 01 20:53:55.102 INFO O| Sep 01 20:53:55.102 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-09-01T20:53:55.920Z[ recovery-image] Sep 01 20:53:55.130 INFO O| Sep 01 20:53:55.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44612024-09-01T20:53:55.920Z[ recovery-image] Sep 01 20:53:55.130 INFO O| Sep 01 20:53:55.130 INFO STEP 169 (remove_files) COMPLETE
44622024-09-01T20:53:55.923Z[ recovery-image] Sep 01 20:53:55.130 INFO O| Sep 01 20:53:55.130 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-09-01T20:53:55.963Z[ recovery-image] Sep 01 20:53:55.173 INFO O| Sep 01 20:53:55.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44642024-09-01T20:53:55.963Z[ recovery-image] Sep 01 20:53:55.173 INFO O| Sep 01 20:53:55.173 INFO STEP 170 (remove_files) COMPLETE
44652024-09-01T20:53:55.963Z[ recovery-image] Sep 01 20:53:55.173 INFO O| Sep 01 20:53:55.173 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-09-01T20:53:55.998Z[ recovery-image] Sep 01 20:53:55.207 INFO O| Sep 01 20:53:55.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44672024-09-01T20:53:55.998Z[ recovery-image] Sep 01 20:53:55.207 INFO O| Sep 01 20:53:55.207 INFO STEP 171 (remove_files) COMPLETE
44682024-09-01T20:53:55.998Z[ recovery-image] Sep 01 20:53:55.207 INFO O| Sep 01 20:53:55.207 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-09-01T20:53:56.015Z[ recovery-image] Sep 01 20:53:55.225 INFO O| Sep 01 20:53:55.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44702024-09-01T20:53:56.015Z[ recovery-image] Sep 01 20:53:55.225 INFO O| Sep 01 20:53:55.225 INFO STEP 172 (remove_files) COMPLETE
44712024-09-01T20:53:56.018Z[ recovery-image] Sep 01 20:53:55.225 INFO O| Sep 01 20:53:55.225 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-09-01T20:53:56.034Z[ recovery-image] Sep 01 20:53:55.243 INFO O| Sep 01 20:53:55.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44732024-09-01T20:53:56.037Z[ recovery-image] Sep 01 20:53:55.243 INFO O| Sep 01 20:53:55.243 INFO STEP 173 (remove_files) COMPLETE
44742024-09-01T20:53:56.037Z[ recovery-image] Sep 01 20:53:55.244 INFO O| Sep 01 20:53:55.243 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-09-01T20:53:56.052Z[ recovery-image] Sep 01 20:53:55.261 INFO O| Sep 01 20:53:55.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44762024-09-01T20:53:56.055Z[ recovery-image] Sep 01 20:53:55.262 INFO O| Sep 01 20:53:55.261 INFO STEP 174 (remove_files) COMPLETE
44772024-09-01T20:53:56.055Z[ recovery-image] Sep 01 20:53:55.262 INFO O| Sep 01 20:53:55.262 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-09-01T20:53:56.070Z[ recovery-image] Sep 01 20:53:55.280 INFO O| Sep 01 20:53:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44792024-09-01T20:53:56.070Z[ recovery-image] Sep 01 20:53:55.280 INFO O| Sep 01 20:53:55.280 INFO STEP 175 (remove_files) COMPLETE
44802024-09-01T20:53:56.070Z[ recovery-image] Sep 01 20:53:55.280 INFO O| Sep 01 20:53:55.280 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-09-01T20:53:56.089Z[ recovery-image] Sep 01 20:53:55.299 INFO O| Sep 01 20:53:55.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44822024-09-01T20:53:56.090Z[ recovery-image] Sep 01 20:53:55.299 INFO O| Sep 01 20:53:55.299 INFO STEP 176 (remove_files) COMPLETE
44832024-09-01T20:53:56.094Z[ recovery-image] Sep 01 20:53:55.299 INFO O| Sep 01 20:53:55.299 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-09-01T20:53:56.108Z[ recovery-image] Sep 01 20:53:55.317 INFO O| Sep 01 20:53:55.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44852024-09-01T20:53:56.108Z[ recovery-image] Sep 01 20:53:55.317 INFO O| Sep 01 20:53:55.317 INFO STEP 177 (remove_files) COMPLETE
44862024-09-01T20:53:56.108Z[ recovery-image] Sep 01 20:53:55.317 INFO O| Sep 01 20:53:55.317 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-09-01T20:53:56.125Z[ recovery-image] Sep 01 20:53:55.334 INFO O| Sep 01 20:53:55.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44882024-09-01T20:53:56.125Z[ recovery-image] Sep 01 20:53:55.334 INFO O| Sep 01 20:53:55.334 INFO STEP 178 (remove_files) COMPLETE
44892024-09-01T20:53:56.125Z[ recovery-image] Sep 01 20:53:55.334 INFO O| Sep 01 20:53:55.334 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-09-01T20:53:56.143Z[ recovery-image] Sep 01 20:53:55.352 INFO O| Sep 01 20:53:55.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44912024-09-01T20:53:56.143Z[ recovery-image] Sep 01 20:53:55.352 INFO O| Sep 01 20:53:55.352 INFO STEP 179 (remove_files) COMPLETE
44922024-09-01T20:53:56.143Z[ recovery-image] Sep 01 20:53:55.352 INFO O| Sep 01 20:53:55.352 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-09-01T20:53:56.182Z[ recovery-image] Sep 01 20:53:55.391 INFO O| Sep 01 20:53:55.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44942024-09-01T20:53:56.182Z[ recovery-image] Sep 01 20:53:55.391 INFO O| Sep 01 20:53:55.391 INFO STEP 180 (remove_files) COMPLETE
44952024-09-01T20:53:56.185Z[ recovery-image] Sep 01 20:53:55.392 INFO O| Sep 01 20:53:55.391 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-09-01T20:53:56.201Z[ recovery-image] Sep 01 20:53:55.411 INFO O| Sep 01 20:53:55.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44972024-09-01T20:53:56.201Z[ recovery-image] Sep 01 20:53:55.411 INFO O| Sep 01 20:53:55.411 INFO STEP 181 (remove_files) COMPLETE
44982024-09-01T20:53:56.201Z[ recovery-image] Sep 01 20:53:55.411 INFO O| Sep 01 20:53:55.411 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-09-01T20:53:56.219Z[ recovery-image] Sep 01 20:53:55.429 INFO O| Sep 01 20:53:55.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45002024-09-01T20:53:56.219Z[ recovery-image] Sep 01 20:53:55.429 INFO O| Sep 01 20:53:55.429 INFO STEP 182 (remove_files) COMPLETE
45012024-09-01T20:53:56.222Z[ recovery-image] Sep 01 20:53:55.429 INFO O| Sep 01 20:53:55.429 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-09-01T20:53:56.237Z[ recovery-image] Sep 01 20:53:55.446 INFO O| Sep 01 20:53:55.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45032024-09-01T20:53:56.237Z[ recovery-image] Sep 01 20:53:55.446 INFO O| Sep 01 20:53:55.446 INFO STEP 183 (remove_files) COMPLETE
45042024-09-01T20:53:56.237Z[ recovery-image] Sep 01 20:53:55.446 INFO O| Sep 01 20:53:55.446 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-09-01T20:53:56.276Z[ recovery-image] Sep 01 20:53:55.486 INFO O| Sep 01 20:53:55.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45062024-09-01T20:53:56.277Z[ recovery-image] Sep 01 20:53:55.486 INFO O| Sep 01 20:53:55.486 INFO STEP 184 (remove_files) COMPLETE
45072024-09-01T20:53:56.279Z[ recovery-image] Sep 01 20:53:55.486 INFO O| Sep 01 20:53:55.486 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-09-01T20:53:56.297Z[ recovery-image] Sep 01 20:53:55.506 INFO O| Sep 01 20:53:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45092024-09-01T20:53:56.297Z[ recovery-image] Sep 01 20:53:55.507 INFO O| Sep 01 20:53:55.507 INFO STEP 185 (remove_files) COMPLETE
45102024-09-01T20:53:56.300Z[ recovery-image] Sep 01 20:53:55.507 INFO O| Sep 01 20:53:55.507 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-09-01T20:53:56.315Z[ recovery-image] Sep 01 20:53:55.524 INFO O| Sep 01 20:53:55.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45122024-09-01T20:53:56.315Z[ recovery-image] Sep 01 20:53:55.524 INFO O| Sep 01 20:53:55.524 INFO STEP 186 (remove_files) COMPLETE
45132024-09-01T20:53:56.315Z[ recovery-image] Sep 01 20:53:55.524 INFO O| Sep 01 20:53:55.524 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-09-01T20:53:56.332Z[ recovery-image] Sep 01 20:53:55.541 INFO O| Sep 01 20:53:55.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45152024-09-01T20:53:56.332Z[ recovery-image] Sep 01 20:53:55.542 INFO O| Sep 01 20:53:55.542 INFO STEP 187 (remove_files) COMPLETE
45162024-09-01T20:53:56.335Z[ recovery-image] Sep 01 20:53:55.542 INFO O| Sep 01 20:53:55.542 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-09-01T20:53:56.350Z[ recovery-image] Sep 01 20:53:55.559 INFO O| Sep 01 20:53:55.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45182024-09-01T20:53:56.350Z[ recovery-image] Sep 01 20:53:55.559 INFO O| Sep 01 20:53:55.559 INFO STEP 188 (remove_files) COMPLETE
45192024-09-01T20:53:56.352Z[ recovery-image] Sep 01 20:53:55.559 INFO O| Sep 01 20:53:55.559 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-09-01T20:53:56.366Z[ recovery-image] Sep 01 20:53:55.575 INFO O| Sep 01 20:53:55.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45212024-09-01T20:53:56.366Z[ recovery-image] Sep 01 20:53:55.575 INFO O| Sep 01 20:53:55.575 INFO STEP 189 (remove_files) COMPLETE
45222024-09-01T20:53:56.369Z[ recovery-image] Sep 01 20:53:55.576 INFO O| Sep 01 20:53:55.575 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-09-01T20:53:56.384Z[ recovery-image] Sep 01 20:53:55.593 INFO O| Sep 01 20:53:55.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45242024-09-01T20:53:56.384Z[ recovery-image] Sep 01 20:53:55.594 INFO O| Sep 01 20:53:55.593 INFO STEP 190 (remove_files) COMPLETE
45252024-09-01T20:53:56.384Z[ recovery-image] Sep 01 20:53:55.594 INFO O| Sep 01 20:53:55.594 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-09-01T20:53:56.404Z[ recovery-image] Sep 01 20:53:55.613 INFO O| Sep 01 20:53:55.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45272024-09-01T20:53:56.404Z[ recovery-image] Sep 01 20:53:55.613 INFO O| Sep 01 20:53:55.613 INFO STEP 191 (remove_files) COMPLETE
45282024-09-01T20:53:56.404Z[ recovery-image] Sep 01 20:53:55.613 INFO O| Sep 01 20:53:55.613 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-09-01T20:53:56.424Z[ recovery-image] Sep 01 20:53:55.633 INFO O| Sep 01 20:53:55.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45302024-09-01T20:53:56.424Z[ recovery-image] Sep 01 20:53:55.633 INFO O| Sep 01 20:53:55.633 INFO STEP 192 (remove_files) COMPLETE
45312024-09-01T20:53:56.424Z[ recovery-image] Sep 01 20:53:55.633 INFO O| Sep 01 20:53:55.633 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-09-01T20:53:56.445Z[ recovery-image] Sep 01 20:53:55.654 INFO O| Sep 01 20:53:55.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45332024-09-01T20:53:56.445Z[ recovery-image] Sep 01 20:53:55.654 INFO O| Sep 01 20:53:55.654 INFO STEP 193 (remove_files) COMPLETE
45342024-09-01T20:53:56.445Z[ recovery-image] Sep 01 20:53:55.654 INFO O| Sep 01 20:53:55.654 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-09-01T20:53:56.466Z[ recovery-image] Sep 01 20:53:55.675 INFO O| Sep 01 20:53:55.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45362024-09-01T20:53:56.469Z[ recovery-image] Sep 01 20:53:55.675 INFO O| Sep 01 20:53:55.675 INFO STEP 194 (remove_files) COMPLETE
45372024-09-01T20:53:56.469Z[ recovery-image] Sep 01 20:53:55.675 INFO O| Sep 01 20:53:55.675 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-09-01T20:53:56.486Z[ recovery-image] Sep 01 20:53:55.696 INFO O| Sep 01 20:53:55.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45392024-09-01T20:53:56.486Z[ recovery-image] Sep 01 20:53:55.696 INFO O| Sep 01 20:53:55.696 INFO STEP 195 (remove_files) COMPLETE
45402024-09-01T20:53:56.490Z[ recovery-image] Sep 01 20:53:55.696 INFO O| Sep 01 20:53:55.696 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-09-01T20:53:56.507Z[ recovery-image] Sep 01 20:53:55.717 INFO O| Sep 01 20:53:55.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45422024-09-01T20:53:56.510Z[ recovery-image] Sep 01 20:53:55.717 INFO O| Sep 01 20:53:55.717 INFO STEP 196 (remove_files) COMPLETE
45432024-09-01T20:53:56.510Z[ recovery-image] Sep 01 20:53:55.717 INFO O| Sep 01 20:53:55.717 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-09-01T20:53:56.528Z[ recovery-image] Sep 01 20:53:55.737 INFO O| Sep 01 20:53:55.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45452024-09-01T20:53:56.531Z[ recovery-image] Sep 01 20:53:55.737 INFO O| Sep 01 20:53:55.737 INFO STEP 197 (remove_files) COMPLETE
45462024-09-01T20:53:56.531Z[ recovery-image] Sep 01 20:53:55.737 INFO O| Sep 01 20:53:55.737 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-09-01T20:53:56.548Z[ recovery-image] Sep 01 20:53:55.757 INFO O| Sep 01 20:53:55.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45482024-09-01T20:53:56.548Z[ recovery-image] Sep 01 20:53:55.757 INFO O| Sep 01 20:53:55.757 INFO STEP 198 (remove_files) COMPLETE
45492024-09-01T20:53:56.551Z[ recovery-image] Sep 01 20:53:55.758 INFO O| Sep 01 20:53:55.757 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-09-01T20:53:56.568Z[ recovery-image] Sep 01 20:53:55.777 INFO O| Sep 01 20:53:55.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45512024-09-01T20:53:56.568Z[ recovery-image] Sep 01 20:53:55.777 INFO O| Sep 01 20:53:55.777 INFO STEP 199 (remove_files) COMPLETE
45522024-09-01T20:53:56.571Z[ recovery-image] Sep 01 20:53:55.778 INFO O| Sep 01 20:53:55.777 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-09-01T20:53:56.588Z[ recovery-image] Sep 01 20:53:55.797 INFO O| Sep 01 20:53:55.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45542024-09-01T20:53:56.588Z[ recovery-image] Sep 01 20:53:55.797 INFO O| Sep 01 20:53:55.797 INFO STEP 200 (remove_files) COMPLETE
45552024-09-01T20:53:56.588Z[ recovery-image] Sep 01 20:53:55.797 INFO O| Sep 01 20:53:55.797 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-09-01T20:53:56.608Z[ recovery-image] Sep 01 20:53:55.817 INFO O| Sep 01 20:53:55.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45572024-09-01T20:53:56.631Z[ recovery-image] Sep 01 20:53:55.840 INFO O| Sep 01 20:53:55.840 INFO STEP 201 (remove_files) COMPLETE
45582024-09-01T20:53:56.631Z[ recovery-image] Sep 01 20:53:55.840 INFO O| Sep 01 20:53:55.840 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-09-01T20:53:56.665Z[ recovery-image] Sep 01 20:53:55.874 INFO O| Sep 01 20:53:55.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45602024-09-01T20:53:56.690Z[ recovery-image] Sep 01 20:53:55.899 INFO O| Sep 01 20:53:55.899 INFO STEP 202 (remove_files) COMPLETE
45612024-09-01T20:53:56.690Z[ recovery-image] Sep 01 20:53:55.899 INFO O| Sep 01 20:53:55.899 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-09-01T20:53:56.747Z[ recovery-image] Sep 01 20:53:55.956 INFO O| Sep 01 20:53:55.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45632024-09-01T20:53:56.747Z[ recovery-image] Sep 01 20:53:55.957 INFO O| Sep 01 20:53:55.956 INFO STEP 203 (remove_files) COMPLETE
45642024-09-01T20:53:56.747Z[ recovery-image] Sep 01 20:53:55.957 INFO O| Sep 01 20:53:55.956 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-09-01T20:53:56.767Z[ recovery-image] Sep 01 20:53:55.976 INFO O| Sep 01 20:53:55.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45662024-09-01T20:53:56.770Z[ recovery-image] Sep 01 20:53:55.976 INFO O| Sep 01 20:53:55.976 INFO STEP 204 (remove_files) COMPLETE
45672024-09-01T20:53:56.770Z[ recovery-image] Sep 01 20:53:55.976 INFO O| Sep 01 20:53:55.976 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-09-01T20:53:56.787Z[ recovery-image] Sep 01 20:53:55.996 INFO O| Sep 01 20:53:55.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45692024-09-01T20:53:56.787Z[ recovery-image] Sep 01 20:53:55.996 INFO O| Sep 01 20:53:55.996 INFO STEP 205 (remove_files) COMPLETE
45702024-09-01T20:53:56.787Z[ recovery-image] Sep 01 20:53:55.996 INFO O| Sep 01 20:53:55.996 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-09-01T20:53:56.809Z[ recovery-image] Sep 01 20:53:56.018 INFO O| Sep 01 20:53:56.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45722024-09-01T20:53:56.809Z[ recovery-image] Sep 01 20:53:56.018 INFO O| Sep 01 20:53:56.018 INFO STEP 206 (remove_files) COMPLETE
45732024-09-01T20:53:56.809Z[ recovery-image] Sep 01 20:53:56.018 INFO O| Sep 01 20:53:56.018 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-09-01T20:53:56.830Z[ recovery-image] Sep 01 20:53:56.040 INFO O| Sep 01 20:53:56.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45752024-09-01T20:53:56.830Z[ recovery-image] Sep 01 20:53:56.040 INFO O| Sep 01 20:53:56.040 INFO STEP 207 (remove_files) COMPLETE
45762024-09-01T20:53:56.833Z[ recovery-image] Sep 01 20:53:56.040 INFO O| Sep 01 20:53:56.040 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-09-01T20:53:56.852Z[ recovery-image] Sep 01 20:53:56.061 INFO O| Sep 01 20:53:56.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45782024-09-01T20:53:56.854Z[ recovery-image] Sep 01 20:53:56.061 INFO O| Sep 01 20:53:56.061 INFO STEP 208 (remove_files) COMPLETE
45792024-09-01T20:53:56.854Z[ recovery-image] Sep 01 20:53:56.061 INFO O| Sep 01 20:53:56.061 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-09-01T20:53:56.871Z[ recovery-image] Sep 01 20:53:56.081 INFO O| Sep 01 20:53:56.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45812024-09-01T20:53:56.871Z[ recovery-image] Sep 01 20:53:56.081 INFO O| Sep 01 20:53:56.081 INFO STEP 209 (remove_files) COMPLETE
45822024-09-01T20:53:56.874Z[ recovery-image] Sep 01 20:53:56.081 INFO O| Sep 01 20:53:56.081 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-09-01T20:53:56.904Z[ recovery-image] Sep 01 20:53:56.113 INFO O| Sep 01 20:53:56.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45842024-09-01T20:53:56.906Z[ recovery-image] Sep 01 20:53:56.113 INFO O| Sep 01 20:53:56.113 INFO STEP 210 (remove_files) COMPLETE
45852024-09-01T20:53:56.906Z[ recovery-image] Sep 01 20:53:56.113 INFO O| Sep 01 20:53:56.113 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-09-01T20:53:56.926Z[ recovery-image] Sep 01 20:53:56.136 INFO O| Sep 01 20:53:56.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45872024-09-01T20:53:56.929Z[ recovery-image] Sep 01 20:53:56.136 INFO O| Sep 01 20:53:56.136 INFO STEP 211 (remove_files) COMPLETE
45882024-09-01T20:53:56.929Z[ recovery-image] Sep 01 20:53:56.136 INFO O| Sep 01 20:53:56.136 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-09-01T20:53:56.971Z[ recovery-image] Sep 01 20:53:56.181 INFO O| Sep 01 20:53:56.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45902024-09-01T20:53:56.971Z[ recovery-image] Sep 01 20:53:56.181 INFO O| Sep 01 20:53:56.181 INFO STEP 212 (remove_files) COMPLETE
45912024-09-01T20:53:56.971Z[ recovery-image] Sep 01 20:53:56.181 INFO O| Sep 01 20:53:56.181 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-09-01T20:53:57.083Z[ recovery-image] Sep 01 20:53:56.293 INFO O| Sep 01 20:53:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45932024-09-01T20:53:57.086Z[ recovery-image] Sep 01 20:53:56.293 INFO O| Sep 01 20:53:56.293 INFO STEP 213 (remove_files) COMPLETE
45942024-09-01T20:53:57.086Z[ recovery-image] Sep 01 20:53:56.293 INFO O| Sep 01 20:53:56.293 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-09-01T20:53:57.105Z[ recovery-image] Sep 01 20:53:56.314 INFO O| Sep 01 20:53:56.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45962024-09-01T20:53:57.105Z[ recovery-image] Sep 01 20:53:56.314 INFO O| Sep 01 20:53:56.314 INFO STEP 214 (remove_files) COMPLETE
45972024-09-01T20:53:57.105Z[ recovery-image] Sep 01 20:53:56.314 INFO O| Sep 01 20:53:56.314 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-09-01T20:53:57.125Z[ recovery-image] Sep 01 20:53:56.334 INFO O| Sep 01 20:53:56.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45992024-09-01T20:53:57.125Z[ recovery-image] Sep 01 20:53:56.334 INFO O| Sep 01 20:53:56.334 INFO STEP 215 (remove_files) COMPLETE
46002024-09-01T20:53:57.127Z[ recovery-image] Sep 01 20:53:56.334 INFO O| Sep 01 20:53:56.334 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-09-01T20:53:57.144Z[ recovery-image] Sep 01 20:53:56.353 INFO O| Sep 01 20:53:56.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46022024-09-01T20:53:57.144Z[ recovery-image] Sep 01 20:53:56.354 INFO O| Sep 01 20:53:56.354 INFO STEP 216 (remove_files) COMPLETE
46032024-09-01T20:53:57.144Z[ recovery-image] Sep 01 20:53:56.354 INFO O| Sep 01 20:53:56.354 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-09-01T20:53:57.162Z[ recovery-image] Sep 01 20:53:56.371 INFO O| Sep 01 20:53:56.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46052024-09-01T20:53:57.162Z[ recovery-image] Sep 01 20:53:56.371 INFO O| Sep 01 20:53:56.371 INFO STEP 217 (remove_files) COMPLETE
46062024-09-01T20:53:57.162Z[ recovery-image] Sep 01 20:53:56.371 INFO O| Sep 01 20:53:56.371 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-09-01T20:53:57.181Z[ recovery-image] Sep 01 20:53:56.390 INFO O| Sep 01 20:53:56.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46082024-09-01T20:53:57.181Z[ recovery-image] Sep 01 20:53:56.390 INFO O| Sep 01 20:53:56.390 INFO STEP 218 (remove_files) COMPLETE
46092024-09-01T20:53:57.183Z[ recovery-image] Sep 01 20:53:56.390 INFO O| Sep 01 20:53:56.390 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-09-01T20:53:57.262Z[ recovery-image] Sep 01 20:53:56.409 INFO O| Sep 01 20:53:56.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46112024-09-01T20:53:57.262Z[ recovery-image] Sep 01 20:53:56.409 INFO O| Sep 01 20:53:56.409 INFO STEP 219 (remove_files) COMPLETE
46122024-09-01T20:53:57.265Z[ recovery-image] Sep 01 20:53:56.409 INFO O| Sep 01 20:53:56.409 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-09-01T20:53:57.265Z[ recovery-image] Sep 01 20:53:56.427 INFO O| Sep 01 20:53:56.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46142024-09-01T20:53:57.265Z[ recovery-image] Sep 01 20:53:56.427 INFO O| Sep 01 20:53:56.427 INFO STEP 220 (remove_files) COMPLETE
46152024-09-01T20:53:57.265Z[ recovery-image] Sep 01 20:53:56.427 INFO O| Sep 01 20:53:56.427 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-09-01T20:53:57.265Z[ recovery-image] Sep 01 20:53:56.445 INFO O| Sep 01 20:53:56.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46172024-09-01T20:53:57.265Z[ recovery-image] Sep 01 20:53:56.446 INFO O| Sep 01 20:53:56.445 INFO STEP 221 (remove_files) COMPLETE
46182024-09-01T20:53:57.265Z[ recovery-image] Sep 01 20:53:56.446 INFO O| Sep 01 20:53:56.446 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-09-01T20:53:57.265Z[ recovery-image] Sep 01 20:53:56.463 INFO O| Sep 01 20:53:56.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46202024-09-01T20:53:57.265Z[ recovery-image] Sep 01 20:53:56.464 INFO O| Sep 01 20:53:56.464 INFO STEP 222 (remove_files) COMPLETE
46212024-09-01T20:53:57.265Z[ recovery-image] Sep 01 20:53:56.464 INFO O| Sep 01 20:53:56.464 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-09-01T20:53:57.273Z[ recovery-image] Sep 01 20:53:56.483 INFO O| Sep 01 20:53:56.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46232024-09-01T20:53:57.273Z[ recovery-image] Sep 01 20:53:56.483 INFO O| Sep 01 20:53:56.483 INFO STEP 223 (remove_files) COMPLETE
46242024-09-01T20:53:57.273Z[ recovery-image] Sep 01 20:53:56.483 INFO O| Sep 01 20:53:56.483 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-09-01T20:53:57.293Z[ recovery-image] Sep 01 20:53:56.502 INFO O| Sep 01 20:53:56.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46262024-09-01T20:53:57.293Z[ recovery-image] Sep 01 20:53:56.502 INFO O| Sep 01 20:53:56.502 INFO STEP 224 (remove_files) COMPLETE
46272024-09-01T20:53:57.293Z[ recovery-image] Sep 01 20:53:56.502 INFO O| Sep 01 20:53:56.502 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-09-01T20:53:57.312Z[ recovery-image] Sep 01 20:53:56.521 INFO O| Sep 01 20:53:56.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46292024-09-01T20:53:57.312Z[ recovery-image] Sep 01 20:53:56.521 INFO O| Sep 01 20:53:56.521 INFO STEP 225 (remove_files) COMPLETE
46302024-09-01T20:53:57.315Z[ recovery-image] Sep 01 20:53:56.521 INFO O| Sep 01 20:53:56.521 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-09-01T20:53:57.332Z[ recovery-image] Sep 01 20:53:56.542 INFO O| Sep 01 20:53:56.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46322024-09-01T20:53:57.332Z[ recovery-image] Sep 01 20:53:56.542 INFO O| Sep 01 20:53:56.542 INFO STEP 226 (remove_files) COMPLETE
46332024-09-01T20:53:57.332Z[ recovery-image] Sep 01 20:53:56.542 INFO O| Sep 01 20:53:56.542 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-09-01T20:53:57.359Z[ recovery-image] Sep 01 20:53:56.562 INFO O| Sep 01 20:53:56.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46352024-09-01T20:53:57.359Z[ recovery-image] Sep 01 20:53:56.562 INFO O| Sep 01 20:53:56.562 INFO STEP 227 (remove_files) COMPLETE
46362024-09-01T20:53:57.363Z[ recovery-image] Sep 01 20:53:56.562 INFO O| Sep 01 20:53:56.562 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-09-01T20:53:57.423Z[ recovery-image] Sep 01 20:53:56.632 INFO O| Sep 01 20:53:56.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46382024-09-01T20:53:57.423Z[ recovery-image] Sep 01 20:53:56.632 INFO O| Sep 01 20:53:56.632 INFO STEP 228 (remove_files) COMPLETE
46392024-09-01T20:53:57.426Z[ recovery-image] Sep 01 20:53:56.632 INFO O| Sep 01 20:53:56.632 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-09-01T20:53:57.482Z[ recovery-image] Sep 01 20:53:56.691 INFO O| Sep 01 20:53:56.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46412024-09-01T20:53:57.482Z[ recovery-image] Sep 01 20:53:56.691 INFO O| Sep 01 20:53:56.691 INFO STEP 229 (remove_files) COMPLETE
46422024-09-01T20:53:57.484Z[ recovery-image] Sep 01 20:53:56.691 INFO O| Sep 01 20:53:56.691 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-09-01T20:53:57.500Z[ recovery-image] Sep 01 20:53:56.710 INFO O| Sep 01 20:53:56.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46442024-09-01T20:53:57.500Z[ recovery-image] Sep 01 20:53:56.710 INFO O| Sep 01 20:53:56.710 INFO STEP 230 (remove_files) COMPLETE
46452024-09-01T20:53:57.501Z[ recovery-image] Sep 01 20:53:56.710 INFO O| Sep 01 20:53:56.710 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-09-01T20:53:57.519Z[ recovery-image] Sep 01 20:53:56.728 INFO O| Sep 01 20:53:56.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46472024-09-01T20:53:57.519Z[ recovery-image] Sep 01 20:53:56.728 INFO O| Sep 01 20:53:56.728 INFO STEP 231 (remove_files) COMPLETE
46482024-09-01T20:53:57.521Z[ recovery-image] Sep 01 20:53:56.728 INFO O| Sep 01 20:53:56.728 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-09-01T20:53:57.537Z[ recovery-image] Sep 01 20:53:56.746 INFO O| Sep 01 20:53:56.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46502024-09-01T20:53:57.537Z[ recovery-image] Sep 01 20:53:56.746 INFO O| Sep 01 20:53:56.746 INFO STEP 232 (remove_files) COMPLETE
46512024-09-01T20:53:57.537Z[ recovery-image] Sep 01 20:53:56.746 INFO O| Sep 01 20:53:56.746 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-09-01T20:53:57.555Z[ recovery-image] Sep 01 20:53:56.764 INFO O| Sep 01 20:53:56.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46532024-09-01T20:53:57.555Z[ recovery-image] Sep 01 20:53:56.764 INFO O| Sep 01 20:53:56.764 INFO STEP 233 (remove_files) COMPLETE
46542024-09-01T20:53:57.558Z[ recovery-image] Sep 01 20:53:56.765 INFO O| Sep 01 20:53:56.764 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-09-01T20:53:57.572Z[ recovery-image] Sep 01 20:53:56.782 INFO O| Sep 01 20:53:56.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46562024-09-01T20:53:57.572Z[ recovery-image] Sep 01 20:53:56.782 INFO O| Sep 01 20:53:56.782 INFO STEP 234 (remove_files) COMPLETE
46572024-09-01T20:53:57.575Z[ recovery-image] Sep 01 20:53:56.782 INFO O| Sep 01 20:53:56.782 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-09-01T20:53:57.591Z[ recovery-image] Sep 01 20:53:56.800 INFO O| Sep 01 20:53:56.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46592024-09-01T20:53:57.591Z[ recovery-image] Sep 01 20:53:56.800 INFO O| Sep 01 20:53:56.800 INFO STEP 235 (remove_files) COMPLETE
46602024-09-01T20:53:57.591Z[ recovery-image] Sep 01 20:53:56.800 INFO O| Sep 01 20:53:56.800 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-09-01T20:53:57.608Z[ recovery-image] Sep 01 20:53:56.817 INFO O| Sep 01 20:53:56.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46622024-09-01T20:53:57.611Z[ recovery-image] Sep 01 20:53:56.818 INFO O| Sep 01 20:53:56.818 INFO STEP 236 (remove_files) COMPLETE
46632024-09-01T20:53:57.611Z[ recovery-image] Sep 01 20:53:56.818 INFO O| Sep 01 20:53:56.818 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-09-01T20:53:57.627Z[ recovery-image] Sep 01 20:53:56.836 INFO O| Sep 01 20:53:56.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
46652024-09-01T20:53:57.627Z[ recovery-image] Sep 01 20:53:56.836 INFO O| Sep 01 20:53:56.836 INFO STEP 237 (remove_files) COMPLETE
46662024-09-01T20:53:57.627Z[ recovery-image] Sep 01 20:53:56.836 INFO O| Sep 01 20:53:56.836 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-09-01T20:53:57.645Z[ recovery-image] Sep 01 20:53:56.854 INFO O| Sep 01 20:53:56.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46682024-09-01T20:53:57.645Z[ recovery-image] Sep 01 20:53:56.854 INFO O| Sep 01 20:53:56.854 INFO STEP 238 (remove_files) COMPLETE
46692024-09-01T20:53:57.645Z[ recovery-image] Sep 01 20:53:56.854 INFO O| Sep 01 20:53:56.854 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-09-01T20:53:57.662Z[ recovery-image] Sep 01 20:53:56.871 INFO O| Sep 01 20:53:56.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46712024-09-01T20:53:57.662Z[ recovery-image] Sep 01 20:53:56.871 INFO O| Sep 01 20:53:56.871 INFO STEP 239 (remove_files) COMPLETE
46722024-09-01T20:53:57.662Z[ recovery-image] Sep 01 20:53:56.871 INFO O| Sep 01 20:53:56.871 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-09-01T20:53:57.680Z[ recovery-image] Sep 01 20:53:56.889 INFO O| Sep 01 20:53:56.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46742024-09-01T20:53:57.680Z[ recovery-image] Sep 01 20:53:56.889 INFO O| Sep 01 20:53:56.889 INFO STEP 240 (remove_files) COMPLETE
46752024-09-01T20:53:57.682Z[ recovery-image] Sep 01 20:53:56.889 INFO O| Sep 01 20:53:56.889 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-09-01T20:53:57.698Z[ recovery-image] Sep 01 20:53:56.908 INFO O| Sep 01 20:53:56.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46772024-09-01T20:53:57.698Z[ recovery-image] Sep 01 20:53:56.908 INFO O| Sep 01 20:53:56.908 INFO STEP 241 (remove_files) COMPLETE
46782024-09-01T20:53:57.701Z[ recovery-image] Sep 01 20:53:56.908 INFO O| Sep 01 20:53:56.908 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-09-01T20:53:57.715Z[ recovery-image] Sep 01 20:53:56.925 INFO O| Sep 01 20:53:56.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46802024-09-01T20:53:57.715Z[ recovery-image] Sep 01 20:53:56.925 INFO O| Sep 01 20:53:56.925 INFO STEP 242 (remove_files) COMPLETE
46812024-09-01T20:53:57.715Z[ recovery-image] Sep 01 20:53:56.925 INFO O| Sep 01 20:53:56.925 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-09-01T20:53:57.734Z[ recovery-image] Sep 01 20:53:56.943 INFO O| Sep 01 20:53:56.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46832024-09-01T20:53:57.734Z[ recovery-image] Sep 01 20:53:56.943 INFO O| Sep 01 20:53:56.943 INFO STEP 243 (remove_files) COMPLETE
46842024-09-01T20:53:57.734Z[ recovery-image] Sep 01 20:53:56.943 INFO O| Sep 01 20:53:56.943 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-09-01T20:53:57.750Z[ recovery-image] Sep 01 20:53:56.960 INFO O| Sep 01 20:53:56.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46862024-09-01T20:53:57.750Z[ recovery-image] Sep 01 20:53:56.960 INFO O| Sep 01 20:53:56.960 INFO STEP 244 (remove_files) COMPLETE
46872024-09-01T20:53:57.753Z[ recovery-image] Sep 01 20:53:56.960 INFO O| Sep 01 20:53:56.960 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-09-01T20:53:57.768Z[ recovery-image] Sep 01 20:53:56.977 INFO O| Sep 01 20:53:56.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46892024-09-01T20:53:57.768Z[ recovery-image] Sep 01 20:53:56.977 INFO O| Sep 01 20:53:56.977 INFO STEP 245 (remove_files) COMPLETE
46902024-09-01T20:53:57.768Z[ recovery-image] Sep 01 20:53:56.978 INFO O| Sep 01 20:53:56.977 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-09-01T20:53:57.785Z[ recovery-image] Sep 01 20:53:56.995 INFO O| Sep 01 20:53:56.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46922024-09-01T20:53:57.785Z[ recovery-image] Sep 01 20:53:56.995 INFO O| Sep 01 20:53:56.995 INFO STEP 246 (remove_files) COMPLETE
46932024-09-01T20:53:57.788Z[ recovery-image] Sep 01 20:53:56.995 INFO O| Sep 01 20:53:56.995 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-09-01T20:53:57.803Z[ recovery-image] Sep 01 20:53:57.012 INFO O| Sep 01 20:53:57.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46952024-09-01T20:53:57.803Z[ recovery-image] Sep 01 20:53:57.012 INFO O| Sep 01 20:53:57.012 INFO STEP 247 (remove_files) COMPLETE
46962024-09-01T20:53:57.806Z[ recovery-image] Sep 01 20:53:57.013 INFO O| Sep 01 20:53:57.012 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-09-01T20:53:57.820Z[ recovery-image] Sep 01 20:53:57.030 INFO O| Sep 01 20:53:57.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46982024-09-01T20:53:57.820Z[ recovery-image] Sep 01 20:53:57.030 INFO O| Sep 01 20:53:57.030 INFO STEP 248 (remove_files) COMPLETE
46992024-09-01T20:53:57.820Z[ recovery-image] Sep 01 20:53:57.030 INFO O| Sep 01 20:53:57.030 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-09-01T20:53:57.838Z[ recovery-image] Sep 01 20:53:57.047 INFO O| Sep 01 20:53:57.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47012024-09-01T20:53:57.838Z[ recovery-image] Sep 01 20:53:57.047 INFO O| Sep 01 20:53:57.047 INFO STEP 249 (remove_files) COMPLETE
47022024-09-01T20:53:57.838Z[ recovery-image] Sep 01 20:53:57.047 INFO O| Sep 01 20:53:57.047 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-09-01T20:53:57.857Z[ recovery-image] Sep 01 20:53:57.066 INFO O| Sep 01 20:53:57.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47042024-09-01T20:53:57.857Z[ recovery-image] Sep 01 20:53:57.066 INFO O| Sep 01 20:53:57.066 INFO STEP 250 (remove_files) COMPLETE
47052024-09-01T20:53:57.859Z[ recovery-image] Sep 01 20:53:57.066 INFO O| Sep 01 20:53:57.066 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-09-01T20:53:57.874Z[ recovery-image] Sep 01 20:53:57.084 INFO O| Sep 01 20:53:57.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47072024-09-01T20:53:57.874Z[ recovery-image] Sep 01 20:53:57.084 INFO O| Sep 01 20:53:57.084 INFO STEP 251 (remove_files) COMPLETE
47082024-09-01T20:53:57.874Z[ recovery-image] Sep 01 20:53:57.084 INFO O| Sep 01 20:53:57.084 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-09-01T20:53:57.895Z[ recovery-image] Sep 01 20:53:57.102 INFO O| Sep 01 20:53:57.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47102024-09-01T20:53:57.896Z[ recovery-image] Sep 01 20:53:57.102 INFO O| Sep 01 20:53:57.102 INFO STEP 252 (remove_files) COMPLETE
47112024-09-01T20:53:57.898Z[ recovery-image] Sep 01 20:53:57.102 INFO O| Sep 01 20:53:57.102 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-09-01T20:53:57.914Z[ recovery-image] Sep 01 20:53:57.123 INFO O| Sep 01 20:53:57.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47132024-09-01T20:53:57.914Z[ recovery-image] Sep 01 20:53:57.124 INFO O| Sep 01 20:53:57.123 INFO STEP 253 (remove_files) COMPLETE
47142024-09-01T20:53:57.918Z[ recovery-image] Sep 01 20:53:57.124 INFO O| Sep 01 20:53:57.124 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-09-01T20:53:57.949Z[ recovery-image] Sep 01 20:53:57.158 INFO O| Sep 01 20:53:57.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47162024-09-01T20:53:57.949Z[ recovery-image] Sep 01 20:53:57.158 INFO O| Sep 01 20:53:57.158 INFO STEP 254 (remove_files) COMPLETE
47172024-09-01T20:53:57.949Z[ recovery-image] Sep 01 20:53:57.158 INFO O| Sep 01 20:53:57.158 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-09-01T20:53:57.995Z[ recovery-image] Sep 01 20:53:57.204 INFO O| Sep 01 20:53:57.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47192024-09-01T20:53:57.995Z[ recovery-image] Sep 01 20:53:57.205 INFO O| Sep 01 20:53:57.205 INFO STEP 255 (remove_files) COMPLETE
47202024-09-01T20:53:57.995Z[ recovery-image] Sep 01 20:53:57.205 INFO O| Sep 01 20:53:57.205 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-09-01T20:53:58.038Z[ recovery-image] Sep 01 20:53:57.248 INFO O| Sep 01 20:53:57.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47222024-09-01T20:53:58.038Z[ recovery-image] Sep 01 20:53:57.248 INFO O| Sep 01 20:53:57.248 INFO STEP 256 (remove_files) COMPLETE
47232024-09-01T20:53:58.038Z[ recovery-image] Sep 01 20:53:57.248 INFO O| Sep 01 20:53:57.248 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-09-01T20:53:58.074Z[ recovery-image] Sep 01 20:53:57.284 INFO O| Sep 01 20:53:57.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47252024-09-01T20:53:58.074Z[ recovery-image] Sep 01 20:53:57.284 INFO O| Sep 01 20:53:57.284 INFO STEP 257 (remove_files) COMPLETE
47262024-09-01T20:53:58.074Z[ recovery-image] Sep 01 20:53:57.284 INFO O| Sep 01 20:53:57.284 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-09-01T20:53:58.094Z[ recovery-image] Sep 01 20:53:57.304 INFO O| Sep 01 20:53:57.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47282024-09-01T20:53:58.094Z[ recovery-image] Sep 01 20:53:57.304 INFO O| Sep 01 20:53:57.304 INFO STEP 258 (remove_files) COMPLETE
47292024-09-01T20:53:58.097Z[ recovery-image] Sep 01 20:53:57.304 INFO O| Sep 01 20:53:57.304 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-09-01T20:53:58.157Z[ recovery-image] Sep 01 20:53:57.367 INFO O| Sep 01 20:53:57.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47312024-09-01T20:53:58.157Z[ recovery-image] Sep 01 20:53:57.367 INFO O| Sep 01 20:53:57.367 INFO STEP 259 (remove_files) COMPLETE
47322024-09-01T20:53:58.157Z[ recovery-image] Sep 01 20:53:57.367 INFO O| Sep 01 20:53:57.367 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-09-01T20:53:58.177Z[ recovery-image] Sep 01 20:53:57.386 INFO O| Sep 01 20:53:57.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47342024-09-01T20:53:58.177Z[ recovery-image] Sep 01 20:53:57.386 INFO O| Sep 01 20:53:57.386 INFO STEP 260 (remove_files) COMPLETE
47352024-09-01T20:53:58.180Z[ recovery-image] Sep 01 20:53:57.386 INFO O| Sep 01 20:53:57.386 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-09-01T20:53:58.196Z[ recovery-image] Sep 01 20:53:57.406 INFO O| Sep 01 20:53:57.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47372024-09-01T20:53:58.197Z[ recovery-image] Sep 01 20:53:57.406 INFO O| Sep 01 20:53:57.406 INFO STEP 261 (remove_files) COMPLETE
47382024-09-01T20:53:58.199Z[ recovery-image] Sep 01 20:53:57.406 INFO O| Sep 01 20:53:57.406 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-09-01T20:53:58.216Z[ recovery-image] Sep 01 20:53:57.425 INFO O| Sep 01 20:53:57.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47402024-09-01T20:53:58.218Z[ recovery-image] Sep 01 20:53:57.425 INFO O| Sep 01 20:53:57.425 INFO STEP 262 (remove_files) COMPLETE
47412024-09-01T20:53:58.218Z[ recovery-image] Sep 01 20:53:57.425 INFO O| Sep 01 20:53:57.425 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-09-01T20:53:58.234Z[ recovery-image] Sep 01 20:53:57.443 INFO O| Sep 01 20:53:57.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47432024-09-01T20:53:58.235Z[ recovery-image] Sep 01 20:53:57.443 INFO O| Sep 01 20:53:57.443 INFO STEP 263 (remove_files) COMPLETE
47442024-09-01T20:53:58.235Z[ recovery-image] Sep 01 20:53:57.443 INFO O| Sep 01 20:53:57.443 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-09-01T20:53:58.257Z[ recovery-image] Sep 01 20:53:57.466 INFO O| Sep 01 20:53:57.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47462024-09-01T20:53:58.257Z[ recovery-image] Sep 01 20:53:57.467 INFO O| Sep 01 20:53:57.467 INFO STEP 264 (remove_files) COMPLETE
47472024-09-01T20:53:58.257Z[ recovery-image] Sep 01 20:53:57.467 INFO O| Sep 01 20:53:57.467 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-09-01T20:53:58.283Z[ recovery-image] Sep 01 20:53:57.493 INFO O| Sep 01 20:53:57.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47492024-09-01T20:53:58.283Z[ recovery-image] Sep 01 20:53:57.493 INFO O| Sep 01 20:53:57.493 INFO STEP 265 (remove_files) COMPLETE
47502024-09-01T20:53:58.283Z[ recovery-image] Sep 01 20:53:57.493 INFO O| Sep 01 20:53:57.493 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-09-01T20:53:58.310Z[ recovery-image] Sep 01 20:53:57.520 INFO O| Sep 01 20:53:57.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47522024-09-01T20:53:58.310Z[ recovery-image] Sep 01 20:53:57.520 INFO O| Sep 01 20:53:57.520 INFO STEP 266 (remove_files) COMPLETE
47532024-09-01T20:53:58.311Z[ recovery-image] Sep 01 20:53:57.520 INFO O| Sep 01 20:53:57.520 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-09-01T20:53:58.355Z[ recovery-image] Sep 01 20:53:57.565 INFO O| Sep 01 20:53:57.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47552024-09-01T20:53:58.358Z[ recovery-image] Sep 01 20:53:57.565 INFO O| Sep 01 20:53:57.565 INFO STEP 267 (remove_files) COMPLETE
47562024-09-01T20:53:58.358Z[ recovery-image] Sep 01 20:53:57.565 INFO O| Sep 01 20:53:57.565 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-09-01T20:53:58.374Z[ recovery-image] Sep 01 20:53:57.584 INFO O| Sep 01 20:53:57.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47582024-09-01T20:53:58.377Z[ recovery-image] Sep 01 20:53:57.584 INFO O| Sep 01 20:53:57.584 INFO STEP 268 (remove_files) COMPLETE
47592024-09-01T20:53:58.377Z[ recovery-image] Sep 01 20:53:57.584 INFO O| Sep 01 20:53:57.584 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-09-01T20:53:58.393Z[ recovery-image] Sep 01 20:53:57.602 INFO O| Sep 01 20:53:57.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47612024-09-01T20:53:58.397Z[ recovery-image] Sep 01 20:53:57.602 INFO O| Sep 01 20:53:57.602 INFO STEP 269 (remove_files) COMPLETE
47622024-09-01T20:53:58.397Z[ recovery-image] Sep 01 20:53:57.602 INFO O| Sep 01 20:53:57.602 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-09-01T20:53:58.412Z[ recovery-image] Sep 01 20:53:57.622 INFO O| Sep 01 20:53:57.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
47642024-09-01T20:53:58.412Z[ recovery-image] Sep 01 20:53:57.622 INFO O| Sep 01 20:53:57.622 INFO STEP 270 (remove_files) COMPLETE
47652024-09-01T20:53:58.415Z[ recovery-image] Sep 01 20:53:57.622 INFO O| Sep 01 20:53:57.622 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-09-01T20:53:58.430Z[ recovery-image] Sep 01 20:53:57.640 INFO O| Sep 01 20:53:57.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47672024-09-01T20:53:58.434Z[ recovery-image] Sep 01 20:53:57.640 INFO O| Sep 01 20:53:57.640 INFO STEP 271 (remove_files) COMPLETE
47682024-09-01T20:53:58.434Z[ recovery-image] Sep 01 20:53:57.640 INFO O| Sep 01 20:53:57.640 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-09-01T20:53:58.449Z[ recovery-image] Sep 01 20:53:57.658 INFO O| Sep 01 20:53:57.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47702024-09-01T20:53:58.452Z[ recovery-image] Sep 01 20:53:57.659 INFO O| Sep 01 20:53:57.659 INFO STEP 272 (remove_files) COMPLETE
47712024-09-01T20:53:58.452Z[ recovery-image] Sep 01 20:53:57.659 INFO O| Sep 01 20:53:57.659 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-09-01T20:53:58.468Z[ recovery-image] Sep 01 20:53:57.677 INFO O| Sep 01 20:53:57.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47732024-09-01T20:53:58.470Z[ recovery-image] Sep 01 20:53:57.678 INFO O| Sep 01 20:53:57.677 INFO STEP 273 (remove_files) COMPLETE
47742024-09-01T20:53:58.470Z[ recovery-image] Sep 01 20:53:57.678 INFO O| Sep 01 20:53:57.678 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-09-01T20:53:58.486Z[ recovery-image] Sep 01 20:53:57.695 INFO O| Sep 01 20:53:57.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47762024-09-01T20:53:58.489Z[ recovery-image] Sep 01 20:53:57.696 INFO O| Sep 01 20:53:57.695 INFO STEP 274 (remove_files) COMPLETE
47772024-09-01T20:53:58.489Z[ recovery-image] Sep 01 20:53:57.696 INFO O| Sep 01 20:53:57.696 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-09-01T20:53:58.519Z[ recovery-image] Sep 01 20:53:57.728 INFO O| Sep 01 20:53:57.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47792024-09-01T20:53:58.519Z[ recovery-image] Sep 01 20:53:57.728 INFO O| Sep 01 20:53:57.728 INFO STEP 275 (remove_files) COMPLETE
47802024-09-01T20:53:58.519Z[ recovery-image] Sep 01 20:53:57.728 INFO O| Sep 01 20:53:57.728 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-09-01T20:53:58.544Z[ recovery-image] Sep 01 20:53:57.753 INFO O| Sep 01 20:53:57.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47822024-09-01T20:53:58.544Z[ recovery-image] Sep 01 20:53:57.754 INFO O| Sep 01 20:53:57.754 INFO STEP 276 (remove_files) COMPLETE
47832024-09-01T20:53:58.544Z[ recovery-image] Sep 01 20:53:57.754 INFO O| Sep 01 20:53:57.754 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-09-01T20:53:58.563Z[ recovery-image] Sep 01 20:53:57.772 INFO O| Sep 01 20:53:57.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47852024-09-01T20:53:58.563Z[ recovery-image] Sep 01 20:53:57.773 INFO O| Sep 01 20:53:57.773 INFO STEP 277 (remove_files) COMPLETE
47862024-09-01T20:53:58.563Z[ recovery-image] Sep 01 20:53:57.773 INFO O| Sep 01 20:53:57.773 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-09-01T20:53:58.583Z[ recovery-image] Sep 01 20:53:57.792 INFO O| Sep 01 20:53:57.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47882024-09-01T20:53:58.583Z[ recovery-image] Sep 01 20:53:57.792 INFO O| Sep 01 20:53:57.792 INFO STEP 278 (remove_files) COMPLETE
47892024-09-01T20:53:58.583Z[ recovery-image] Sep 01 20:53:57.792 INFO O| Sep 01 20:53:57.792 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-09-01T20:53:58.608Z[ recovery-image] Sep 01 20:53:57.818 INFO O| Sep 01 20:53:57.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47912024-09-01T20:53:58.608Z[ recovery-image] Sep 01 20:53:57.818 INFO O| Sep 01 20:53:57.818 INFO STEP 279 (remove_files) COMPLETE
47922024-09-01T20:53:58.611Z[ recovery-image] Sep 01 20:53:57.818 INFO O| Sep 01 20:53:57.818 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-09-01T20:53:58.634Z[ recovery-image] Sep 01 20:53:57.844 INFO O| Sep 01 20:53:57.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47942024-09-01T20:53:58.634Z[ recovery-image] Sep 01 20:53:57.844 INFO O| Sep 01 20:53:57.844 INFO STEP 280 (remove_files) COMPLETE
47952024-09-01T20:53:58.637Z[ recovery-image] Sep 01 20:53:57.844 INFO O| Sep 01 20:53:57.844 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-09-01T20:53:58.660Z[ recovery-image] Sep 01 20:53:57.869 INFO O| Sep 01 20:53:57.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47972024-09-01T20:53:58.662Z[ recovery-image] Sep 01 20:53:57.869 INFO O| Sep 01 20:53:57.869 INFO STEP 281 (remove_files) COMPLETE
47982024-09-01T20:53:58.662Z[ recovery-image] Sep 01 20:53:57.869 INFO O| Sep 01 20:53:57.869 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-09-01T20:53:58.680Z[ recovery-image] Sep 01 20:53:57.889 INFO O| Sep 01 20:53:57.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48002024-09-01T20:53:58.680Z[ recovery-image] Sep 01 20:53:57.890 INFO O| Sep 01 20:53:57.889 INFO STEP 282 (remove_files) COMPLETE
48012024-09-01T20:53:58.683Z[ recovery-image] Sep 01 20:53:57.890 INFO O| Sep 01 20:53:57.890 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-09-01T20:53:58.710Z[ recovery-image] Sep 01 20:53:57.919 INFO O| Sep 01 20:53:57.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48032024-09-01T20:53:58.713Z[ recovery-image] Sep 01 20:53:57.920 INFO O| Sep 01 20:53:57.920 INFO STEP 283 (remove_files) COMPLETE
48042024-09-01T20:53:58.713Z[ recovery-image] Sep 01 20:53:57.920 INFO O| Sep 01 20:53:57.920 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-09-01T20:53:58.732Z[ recovery-image] Sep 01 20:53:57.941 INFO O| Sep 01 20:53:57.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48062024-09-01T20:53:58.737Z[ recovery-image] Sep 01 20:53:57.942 INFO O| Sep 01 20:53:57.942 INFO STEP 284 (remove_files) COMPLETE
48072024-09-01T20:53:58.737Z[ recovery-image] Sep 01 20:53:57.942 INFO O| Sep 01 20:53:57.942 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-09-01T20:53:58.753Z[ recovery-image] Sep 01 20:53:57.962 INFO O| Sep 01 20:53:57.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48092024-09-01T20:53:58.755Z[ recovery-image] Sep 01 20:53:57.963 INFO O| Sep 01 20:53:57.962 INFO STEP 285 (remove_files) COMPLETE
48102024-09-01T20:53:58.755Z[ recovery-image] Sep 01 20:53:57.963 INFO O| Sep 01 20:53:57.963 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-09-01T20:53:58.772Z[ recovery-image] Sep 01 20:53:57.982 INFO O| Sep 01 20:53:57.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48122024-09-01T20:53:58.787Z[ recovery-image] Sep 01 20:53:57.997 INFO O| Sep 01 20:53:57.997 INFO STEP 286 (remove_files) COMPLETE
48132024-09-01T20:53:58.787Z[ recovery-image] Sep 01 20:53:57.997 INFO O| Sep 01 20:53:57.997 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-09-01T20:53:58.828Z[ recovery-image] Sep 01 20:53:58.038 INFO O| Sep 01 20:53:58.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48152024-09-01T20:53:58.833Z[ recovery-image] Sep 01 20:53:58.043 INFO O| Sep 01 20:53:58.043 INFO STEP 287 (remove_files) COMPLETE
48162024-09-01T20:53:58.833Z[ recovery-image] Sep 01 20:53:58.043 INFO O| Sep 01 20:53:58.043 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-09-01T20:53:58.854Z[ recovery-image] Sep 01 20:53:58.064 INFO O| Sep 01 20:53:58.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48182024-09-01T20:53:58.857Z[ recovery-image] Sep 01 20:53:58.064 INFO O| Sep 01 20:53:58.064 INFO STEP 288 (remove_files) COMPLETE
48192024-09-01T20:53:58.857Z[ recovery-image] Sep 01 20:53:58.064 INFO O| Sep 01 20:53:58.064 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-09-01T20:53:58.875Z[ recovery-image] Sep 01 20:53:58.084 INFO O| Sep 01 20:53:58.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48212024-09-01T20:53:58.878Z[ recovery-image] Sep 01 20:53:58.085 INFO O| Sep 01 20:53:58.085 INFO STEP 289 (remove_files) COMPLETE
48222024-09-01T20:53:58.878Z[ recovery-image] Sep 01 20:53:58.085 INFO O| Sep 01 20:53:58.085 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-09-01T20:53:58.898Z[ recovery-image] Sep 01 20:53:58.108 INFO O| Sep 01 20:53:58.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48242024-09-01T20:53:58.898Z[ recovery-image] Sep 01 20:53:58.108 INFO O| Sep 01 20:53:58.108 INFO STEP 290 (remove_files) COMPLETE
48252024-09-01T20:53:58.899Z[ recovery-image] Sep 01 20:53:58.108 INFO O| Sep 01 20:53:58.108 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-09-01T20:53:58.923Z[ recovery-image] Sep 01 20:53:58.131 INFO O| Sep 01 20:53:58.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48272024-09-01T20:53:58.923Z[ recovery-image] Sep 01 20:53:58.131 INFO O| Sep 01 20:53:58.131 INFO STEP 291 (remove_files) COMPLETE
48282024-09-01T20:53:58.923Z[ recovery-image] Sep 01 20:53:58.131 INFO O| Sep 01 20:53:58.131 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-09-01T20:53:58.943Z[ recovery-image] Sep 01 20:53:58.152 INFO O| Sep 01 20:53:58.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48302024-09-01T20:53:58.943Z[ recovery-image] Sep 01 20:53:58.152 INFO O| Sep 01 20:53:58.152 INFO STEP 292 (remove_files) COMPLETE
48312024-09-01T20:53:58.943Z[ recovery-image] Sep 01 20:53:58.152 INFO O| Sep 01 20:53:58.152 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-09-01T20:53:58.968Z[ recovery-image] Sep 01 20:53:58.177 INFO O| Sep 01 20:53:58.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48332024-09-01T20:53:58.968Z[ recovery-image] Sep 01 20:53:58.177 INFO O| Sep 01 20:53:58.177 INFO STEP 293 (remove_files) COMPLETE
48342024-09-01T20:53:58.970Z[ recovery-image] Sep 01 20:53:58.177 INFO O| Sep 01 20:53:58.177 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-09-01T20:53:58.986Z[ recovery-image] Sep 01 20:53:58.195 INFO O| Sep 01 20:53:58.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48362024-09-01T20:53:58.986Z[ recovery-image] Sep 01 20:53:58.196 INFO O| Sep 01 20:53:58.196 INFO STEP 294 (remove_files) COMPLETE
48372024-09-01T20:53:58.989Z[ recovery-image] Sep 01 20:53:58.196 INFO O| Sep 01 20:53:58.196 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-09-01T20:53:59.004Z[ recovery-image] Sep 01 20:53:58.213 INFO O| Sep 01 20:53:58.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48392024-09-01T20:53:59.004Z[ recovery-image] Sep 01 20:53:58.214 INFO O| Sep 01 20:53:58.214 INFO STEP 295 (remove_files) COMPLETE
48402024-09-01T20:53:59.004Z[ recovery-image] Sep 01 20:53:58.214 INFO O| Sep 01 20:53:58.214 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-09-01T20:53:59.022Z[ recovery-image] Sep 01 20:53:58.231 INFO O| Sep 01 20:53:58.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48422024-09-01T20:53:59.022Z[ recovery-image] Sep 01 20:53:58.231 INFO O| Sep 01 20:53:58.231 INFO STEP 296 (remove_files) COMPLETE
48432024-09-01T20:53:59.025Z[ recovery-image] Sep 01 20:53:58.231 INFO O| Sep 01 20:53:58.231 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-09-01T20:53:59.057Z[ recovery-image] Sep 01 20:53:58.266 INFO O| Sep 01 20:53:58.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48452024-09-01T20:53:59.057Z[ recovery-image] Sep 01 20:53:58.266 INFO O| Sep 01 20:53:58.266 INFO STEP 297 (remove_files) COMPLETE
48462024-09-01T20:53:59.060Z[ recovery-image] Sep 01 20:53:58.267 INFO O| Sep 01 20:53:58.266 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-09-01T20:53:59.078Z[ recovery-image] Sep 01 20:53:58.288 INFO O| Sep 01 20:53:58.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48482024-09-01T20:53:59.078Z[ recovery-image] Sep 01 20:53:58.288 INFO O| Sep 01 20:53:58.288 INFO STEP 298 (remove_files) COMPLETE
48492024-09-01T20:53:59.078Z[ recovery-image] Sep 01 20:53:58.288 INFO O| Sep 01 20:53:58.288 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-09-01T20:53:59.097Z[ recovery-image] Sep 01 20:53:58.307 INFO O| Sep 01 20:53:58.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48512024-09-01T20:53:59.097Z[ recovery-image] Sep 01 20:53:58.307 INFO O| Sep 01 20:53:58.307 INFO STEP 299 (remove_files) COMPLETE
48522024-09-01T20:53:59.100Z[ recovery-image] Sep 01 20:53:58.307 INFO O| Sep 01 20:53:58.307 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-09-01T20:53:59.118Z[ recovery-image] Sep 01 20:53:58.327 INFO O| Sep 01 20:53:58.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48542024-09-01T20:53:59.118Z[ recovery-image] Sep 01 20:53:58.327 INFO O| Sep 01 20:53:58.327 INFO STEP 300 (remove_files) COMPLETE
48552024-09-01T20:53:59.118Z[ recovery-image] Sep 01 20:53:58.327 INFO O| Sep 01 20:53:58.327 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-09-01T20:53:59.199Z[ recovery-image] Sep 01 20:53:58.408 INFO O| Sep 01 20:53:58.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48572024-09-01T20:53:59.200Z[ recovery-image] Sep 01 20:53:58.408 INFO O| Sep 01 20:53:58.408 INFO STEP 301 (remove_files) COMPLETE
48582024-09-01T20:53:59.200Z[ recovery-image] Sep 01 20:53:58.408 INFO O| Sep 01 20:53:58.408 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-09-01T20:53:59.209Z[ host-image] Sep 01 20:53:58.419 INFO O| Sep 01 20:53:58.418 INFO O| Actions: Completed 49262 actions in 24.88 seconds.
48602024-09-01T20:53:59.242Z[ recovery-image] Sep 01 20:53:58.451 INFO O| Sep 01 20:53:58.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48612024-09-01T20:53:59.242Z[ recovery-image] Sep 01 20:53:58.451 INFO O| Sep 01 20:53:58.451 INFO STEP 302 (remove_files) COMPLETE
48622024-09-01T20:53:59.242Z[ recovery-image] Sep 01 20:53:58.451 INFO O| Sep 01 20:53:58.451 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-09-01T20:53:59.279Z[ recovery-image] Sep 01 20:53:58.488 INFO O| Sep 01 20:53:58.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
48642024-09-01T20:53:59.279Z[ recovery-image] Sep 01 20:53:58.488 INFO O| Sep 01 20:53:58.488 INFO STEP 303 (remove_files) COMPLETE
48652024-09-01T20:53:59.279Z[ recovery-image] Sep 01 20:53:58.488 INFO O| Sep 01 20:53:58.488 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-09-01T20:53:59.326Z[ recovery-image] Sep 01 20:53:58.535 INFO O| Sep 01 20:53:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48672024-09-01T20:53:59.328Z[ recovery-image] Sep 01 20:53:58.535 INFO O| Sep 01 20:53:58.535 INFO STEP 304 (remove_files) COMPLETE
48682024-09-01T20:53:59.328Z[ recovery-image] Sep 01 20:53:58.536 INFO O| Sep 01 20:53:58.535 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-09-01T20:53:59.348Z[ recovery-image] Sep 01 20:53:58.558 INFO O| Sep 01 20:53:58.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48702024-09-01T20:53:59.352Z[ recovery-image] Sep 01 20:53:58.558 INFO O| Sep 01 20:53:58.558 INFO STEP 305 (remove_files) COMPLETE
48712024-09-01T20:53:59.352Z[ recovery-image] Sep 01 20:53:58.558 INFO O| Sep 01 20:53:58.558 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-09-01T20:53:59.370Z[ recovery-image] Sep 01 20:53:58.579 INFO O| Sep 01 20:53:58.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48732024-09-01T20:53:59.372Z[ recovery-image] Sep 01 20:53:58.579 INFO O| Sep 01 20:53:58.579 INFO STEP 306 (remove_files) COMPLETE
48742024-09-01T20:53:59.373Z[ recovery-image] Sep 01 20:53:58.580 INFO O| Sep 01 20:53:58.580 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-09-01T20:53:59.391Z[ recovery-image] Sep 01 20:53:58.600 INFO O| Sep 01 20:53:58.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48762024-09-01T20:53:59.394Z[ recovery-image] Sep 01 20:53:58.601 INFO O| Sep 01 20:53:58.601 INFO STEP 307 (remove_files) COMPLETE
48772024-09-01T20:53:59.394Z[ recovery-image] Sep 01 20:53:58.601 INFO O| Sep 01 20:53:58.601 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-09-01T20:53:59.415Z[ recovery-image] Sep 01 20:53:58.624 INFO O| Sep 01 20:53:58.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48792024-09-01T20:53:59.418Z[ recovery-image] Sep 01 20:53:58.625 INFO O| Sep 01 20:53:58.625 INFO STEP 308 (remove_files) COMPLETE
48802024-09-01T20:53:59.418Z[ recovery-image] Sep 01 20:53:58.625 INFO O| Sep 01 20:53:58.625 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-09-01T20:53:59.439Z[ recovery-image] Sep 01 20:53:58.648 INFO O| Sep 01 20:53:58.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48822024-09-01T20:53:59.442Z[ recovery-image] Sep 01 20:53:58.649 INFO O| Sep 01 20:53:58.649 INFO STEP 309 (remove_files) COMPLETE
48832024-09-01T20:53:59.442Z[ recovery-image] Sep 01 20:53:58.649 INFO O| Sep 01 20:53:58.649 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-09-01T20:53:59.463Z[ recovery-image] Sep 01 20:53:58.672 INFO O| Sep 01 20:53:58.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48852024-09-01T20:53:59.466Z[ recovery-image] Sep 01 20:53:58.672 INFO O| Sep 01 20:53:58.672 INFO STEP 310 (remove_files) COMPLETE
48862024-09-01T20:53:59.466Z[ recovery-image] Sep 01 20:53:58.673 INFO O| Sep 01 20:53:58.673 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-09-01T20:53:59.517Z[ recovery-image] Sep 01 20:53:58.726 INFO O| Sep 01 20:53:58.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48882024-09-01T20:53:59.520Z[ recovery-image] Sep 01 20:53:58.727 INFO O| Sep 01 20:53:58.726 INFO STEP 311 (remove_files) COMPLETE
48892024-09-01T20:53:59.520Z[ recovery-image] Sep 01 20:53:58.727 INFO O| Sep 01 20:53:58.727 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-09-01T20:53:59.543Z[ recovery-image] Sep 01 20:53:58.750 INFO O| Sep 01 20:53:58.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48912024-09-01T20:53:59.543Z[ recovery-image] Sep 01 20:53:58.750 INFO O| Sep 01 20:53:58.750 INFO STEP 312 (remove_files) COMPLETE
48922024-09-01T20:53:59.543Z[ recovery-image] Sep 01 20:53:58.750 INFO O| Sep 01 20:53:58.750 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-09-01T20:53:59.568Z[ recovery-image] Sep 01 20:53:58.778 INFO O| Sep 01 20:53:58.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48942024-09-01T20:53:59.571Z[ recovery-image] Sep 01 20:53:58.778 INFO O| Sep 01 20:53:58.778 INFO STEP 313 (remove_files) COMPLETE
48952024-09-01T20:53:59.571Z[ recovery-image] Sep 01 20:53:58.778 INFO O| Sep 01 20:53:58.778 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-09-01T20:53:59.585Z[ recovery-image] Sep 01 20:53:58.795 INFO O| Sep 01 20:53:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48972024-09-01T20:53:59.585Z[ recovery-image] Sep 01 20:53:58.795 INFO O| Sep 01 20:53:58.795 INFO STEP 314 (remove_files) COMPLETE
48982024-09-01T20:53:59.588Z[ recovery-image] Sep 01 20:53:58.795 INFO O| Sep 01 20:53:58.795 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-09-01T20:53:59.602Z[ recovery-image] Sep 01 20:53:58.811 INFO O| Sep 01 20:53:58.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49002024-09-01T20:53:59.602Z[ recovery-image] Sep 01 20:53:58.811 INFO O| Sep 01 20:53:58.811 INFO STEP 315 (remove_files) COMPLETE
49012024-09-01T20:53:59.605Z[ recovery-image] Sep 01 20:53:58.811 INFO O| Sep 01 20:53:58.811 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-09-01T20:53:59.617Z[ recovery-image] Sep 01 20:53:58.827 INFO O| Sep 01 20:53:58.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49032024-09-01T20:53:59.620Z[ recovery-image] Sep 01 20:53:58.827 INFO O| Sep 01 20:53:58.827 INFO STEP 316 (remove_files) COMPLETE
49042024-09-01T20:53:59.620Z[ recovery-image] Sep 01 20:53:58.827 INFO O| Sep 01 20:53:58.827 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-09-01T20:53:59.634Z[ recovery-image] Sep 01 20:53:58.843 INFO O| Sep 01 20:53:58.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49062024-09-01T20:53:59.634Z[ recovery-image] Sep 01 20:53:58.843 INFO O| Sep 01 20:53:58.843 INFO STEP 317 (remove_files) COMPLETE
49072024-09-01T20:53:59.634Z[ recovery-image] Sep 01 20:53:58.843 INFO O| Sep 01 20:53:58.843 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-09-01T20:53:59.650Z[ recovery-image] Sep 01 20:53:58.858 INFO O| Sep 01 20:53:58.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49092024-09-01T20:53:59.650Z[ recovery-image] Sep 01 20:53:58.859 INFO O| Sep 01 20:53:58.859 INFO STEP 318 (remove_files) COMPLETE
49102024-09-01T20:53:59.650Z[ recovery-image] Sep 01 20:53:58.859 INFO O| Sep 01 20:53:58.859 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-09-01T20:53:59.665Z[ recovery-image] Sep 01 20:53:58.874 INFO O| Sep 01 20:53:58.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49122024-09-01T20:53:59.665Z[ recovery-image] Sep 01 20:53:58.874 INFO O| Sep 01 20:53:58.874 INFO STEP 319 (remove_files) COMPLETE
49132024-09-01T20:53:59.665Z[ recovery-image] Sep 01 20:53:58.874 INFO O| Sep 01 20:53:58.874 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-09-01T20:53:59.674Z[ host-image] Sep 01 20:53:58.884 INFO O| Sep 01 20:53:58.883 INFO O| Done
49152024-09-01T20:53:59.674Z[ host-image] Sep 01 20:53:58.884 INFO O| Sep 01 20:53:58.883 INFO O| Done
49162024-09-01T20:53:59.680Z[ recovery-image] Sep 01 20:53:58.889 INFO O| Sep 01 20:53:58.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49172024-09-01T20:53:59.682Z[ recovery-image] Sep 01 20:53:58.889 INFO O| Sep 01 20:53:58.889 INFO STEP 320 (remove_files) COMPLETE
49182024-09-01T20:53:59.682Z[ recovery-image] Sep 01 20:53:58.890 INFO O| Sep 01 20:53:58.889 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-09-01T20:53:59.696Z[ recovery-image] Sep 01 20:53:58.905 INFO O| Sep 01 20:53:58.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49202024-09-01T20:53:59.696Z[ recovery-image] Sep 01 20:53:58.905 INFO O| Sep 01 20:53:58.905 INFO STEP 321 (remove_files) COMPLETE
49212024-09-01T20:53:59.697Z[ recovery-image] Sep 01 20:53:58.905 INFO O| Sep 01 20:53:58.905 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-09-01T20:53:59.732Z[ recovery-image] Sep 01 20:53:58.936 INFO O| Sep 01 20:53:58.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49232024-09-01T20:53:59.733Z[ recovery-image] Sep 01 20:53:58.936 INFO O| Sep 01 20:53:58.936 INFO STEP 322 (remove_files) COMPLETE
49242024-09-01T20:53:59.733Z[ recovery-image] Sep 01 20:53:58.936 INFO O| Sep 01 20:53:58.936 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-09-01T20:53:59.758Z[ recovery-image] Sep 01 20:53:58.967 INFO O| Sep 01 20:53:58.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49262024-09-01T20:53:59.758Z[ recovery-image] Sep 01 20:53:58.967 INFO O| Sep 01 20:53:58.967 INFO STEP 323 (remove_files) COMPLETE
49272024-09-01T20:53:59.758Z[ recovery-image] Sep 01 20:53:58.967 INFO O| Sep 01 20:53:58.967 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-09-01T20:53:59.778Z[ recovery-image] Sep 01 20:53:58.987 INFO O| Sep 01 20:53:58.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49292024-09-01T20:53:59.778Z[ recovery-image] Sep 01 20:53:58.987 INFO O| Sep 01 20:53:58.987 INFO STEP 324 (remove_files) COMPLETE
49302024-09-01T20:53:59.780Z[ recovery-image] Sep 01 20:53:58.987 INFO O| Sep 01 20:53:58.987 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-09-01T20:53:59.802Z[ recovery-image] Sep 01 20:53:59.012 INFO O| Sep 01 20:53:59.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49322024-09-01T20:53:59.805Z[ recovery-image] Sep 01 20:53:59.012 INFO O| Sep 01 20:53:59.012 INFO STEP 325 (remove_files) COMPLETE
49332024-09-01T20:53:59.805Z[ recovery-image] Sep 01 20:53:59.012 INFO O| Sep 01 20:53:59.012 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-09-01T20:53:59.824Z[ recovery-image] Sep 01 20:53:59.033 INFO O| Sep 01 20:53:59.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49352024-09-01T20:53:59.824Z[ recovery-image] Sep 01 20:53:59.033 INFO O| Sep 01 20:53:59.033 INFO STEP 326 (remove_files) COMPLETE
49362024-09-01T20:53:59.824Z[ recovery-image] Sep 01 20:53:59.033 INFO O| Sep 01 20:53:59.033 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-09-01T20:53:59.860Z[ recovery-image] Sep 01 20:53:59.069 INFO O| Sep 01 20:53:59.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49382024-09-01T20:53:59.860Z[ recovery-image] Sep 01 20:53:59.069 INFO O| Sep 01 20:53:59.069 INFO STEP 327 (remove_files) COMPLETE
49392024-09-01T20:53:59.860Z[ recovery-image] Sep 01 20:53:59.069 INFO O| Sep 01 20:53:59.069 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-09-01T20:53:59.915Z[ recovery-image] Sep 01 20:53:59.124 INFO O| Sep 01 20:53:59.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49412024-09-01T20:53:59.915Z[ recovery-image] Sep 01 20:53:59.124 INFO O| Sep 01 20:53:59.124 INFO STEP 328 (remove_files) COMPLETE
49422024-09-01T20:53:59.918Z[ recovery-image] Sep 01 20:53:59.124 INFO O| Sep 01 20:53:59.124 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-09-01T20:53:59.947Z[ recovery-image] Sep 01 20:53:59.156 INFO O| Sep 01 20:53:59.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49442024-09-01T20:53:59.949Z[ recovery-image] Sep 01 20:53:59.157 INFO O| Sep 01 20:53:59.157 INFO STEP 329 (remove_files) COMPLETE
49452024-09-01T20:53:59.949Z[ recovery-image] Sep 01 20:53:59.157 INFO O| Sep 01 20:53:59.157 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-09-01T20:53:59.975Z[ recovery-image] Sep 01 20:53:59.184 INFO O| Sep 01 20:53:59.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49472024-09-01T20:53:59.978Z[ recovery-image] Sep 01 20:53:59.185 INFO O| Sep 01 20:53:59.185 INFO STEP 330 (remove_files) COMPLETE
49482024-09-01T20:53:59.978Z[ recovery-image] Sep 01 20:53:59.185 INFO O| Sep 01 20:53:59.185 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-09-01T20:54:00.006Z[ recovery-image] Sep 01 20:53:59.215 INFO O| Sep 01 20:53:59.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49502024-09-01T20:54:00.006Z[ recovery-image] Sep 01 20:53:59.216 INFO O| Sep 01 20:53:59.216 INFO STEP 331 (remove_files) COMPLETE
49512024-09-01T20:54:00.009Z[ recovery-image] Sep 01 20:53:59.216 INFO O| Sep 01 20:53:59.216 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-09-01T20:54:00.046Z[ recovery-image] Sep 01 20:53:59.255 INFO O| Sep 01 20:53:59.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
49532024-09-01T20:54:00.049Z[ recovery-image] Sep 01 20:53:59.255 INFO O| Sep 01 20:53:59.255 INFO STEP 332 (remove_files) COMPLETE
49542024-09-01T20:54:00.049Z[ recovery-image] Sep 01 20:53:59.256 INFO O| Sep 01 20:53:59.255 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-09-01T20:54:00.074Z[ recovery-image] Sep 01 20:53:59.283 INFO O| Sep 01 20:53:59.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49562024-09-01T20:54:00.074Z[ recovery-image] Sep 01 20:53:59.284 INFO O| Sep 01 20:53:59.284 INFO STEP 333 (remove_files) COMPLETE
49572024-09-01T20:54:00.077Z[ recovery-image] Sep 01 20:53:59.284 INFO O| Sep 01 20:53:59.284 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-09-01T20:54:00.091Z[ recovery-image] Sep 01 20:53:59.301 INFO O| Sep 01 20:53:59.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49592024-09-01T20:54:00.094Z[ recovery-image] Sep 01 20:53:59.301 INFO O| Sep 01 20:53:59.301 INFO STEP 334 (remove_files) COMPLETE
49602024-09-01T20:54:00.094Z[ recovery-image] Sep 01 20:53:59.301 INFO O| Sep 01 20:53:59.301 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-09-01T20:54:00.111Z[ recovery-image] Sep 01 20:53:59.320 INFO O| Sep 01 20:53:59.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49622024-09-01T20:54:00.114Z[ recovery-image] Sep 01 20:53:59.320 INFO O| Sep 01 20:53:59.320 INFO STEP 335 (remove_files) COMPLETE
49632024-09-01T20:54:00.114Z[ recovery-image] Sep 01 20:53:59.321 INFO O| Sep 01 20:53:59.320 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-09-01T20:54:00.130Z[ recovery-image] Sep 01 20:53:59.339 INFO O| Sep 01 20:53:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
49652024-09-01T20:54:00.133Z[ recovery-image] Sep 01 20:53:59.339 INFO O| Sep 01 20:53:59.339 INFO STEP 336 (remove_files) COMPLETE
49662024-09-01T20:54:00.133Z[ recovery-image] Sep 01 20:53:59.340 INFO O| Sep 01 20:53:59.339 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-09-01T20:54:00.148Z[ recovery-image] Sep 01 20:53:59.358 INFO O| Sep 01 20:53:59.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49682024-09-01T20:54:00.151Z[ recovery-image] Sep 01 20:53:59.358 INFO O| Sep 01 20:53:59.358 INFO STEP 337 (remove_files) COMPLETE
49692024-09-01T20:54:00.151Z[ recovery-image] Sep 01 20:53:59.358 INFO O| Sep 01 20:53:59.358 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-09-01T20:54:00.184Z[ recovery-image] Sep 01 20:53:59.393 INFO O| Sep 01 20:53:59.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49712024-09-01T20:54:00.184Z[ recovery-image] Sep 01 20:53:59.393 INFO O| Sep 01 20:53:59.393 INFO STEP 338 (remove_files) COMPLETE
49722024-09-01T20:54:00.184Z[ recovery-image] Sep 01 20:53:59.393 INFO O| Sep 01 20:53:59.393 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-09-01T20:54:00.222Z[ recovery-image] Sep 01 20:53:59.431 INFO O| Sep 01 20:53:59.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49742024-09-01T20:54:00.226Z[ recovery-image] Sep 01 20:53:59.434 INFO O| Sep 01 20:53:59.434 INFO STEP 339 (remove_files) COMPLETE
49752024-09-01T20:54:00.226Z[ recovery-image] Sep 01 20:53:59.434 INFO O| Sep 01 20:53:59.434 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-09-01T20:54:00.265Z[ recovery-image] Sep 01 20:53:59.474 INFO O| Sep 01 20:53:59.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49772024-09-01T20:54:00.265Z[ recovery-image] Sep 01 20:53:59.474 INFO O| Sep 01 20:53:59.474 INFO STEP 340 (remove_files) COMPLETE
49782024-09-01T20:54:00.265Z[ recovery-image] Sep 01 20:53:59.474 INFO O| Sep 01 20:53:59.474 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-09-01T20:54:00.300Z[ recovery-image] Sep 01 20:53:59.509 INFO O| Sep 01 20:53:59.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49802024-09-01T20:54:00.300Z[ recovery-image] Sep 01 20:53:59.509 INFO O| Sep 01 20:53:59.509 INFO STEP 341 (remove_files) COMPLETE
49812024-09-01T20:54:00.300Z[ recovery-image] Sep 01 20:53:59.509 INFO O| Sep 01 20:53:59.509 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-09-01T20:54:00.319Z[ recovery-image] Sep 01 20:53:59.528 INFO O| Sep 01 20:53:59.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49832024-09-01T20:54:00.322Z[ recovery-image] Sep 01 20:53:59.528 INFO O| Sep 01 20:53:59.528 INFO STEP 342 (remove_files) COMPLETE
49842024-09-01T20:54:00.322Z[ recovery-image] Sep 01 20:53:59.528 INFO O| Sep 01 20:53:59.528 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-09-01T20:54:00.357Z[ recovery-image] Sep 01 20:53:59.567 INFO O| Sep 01 20:53:59.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49862024-09-01T20:54:00.357Z[ recovery-image] Sep 01 20:53:59.567 INFO O| Sep 01 20:53:59.567 INFO STEP 343 (remove_files) COMPLETE
49872024-09-01T20:54:00.360Z[ recovery-image] Sep 01 20:53:59.567 INFO O| Sep 01 20:53:59.567 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-09-01T20:54:00.376Z[ recovery-image] Sep 01 20:53:59.585 INFO O| Sep 01 20:53:59.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49892024-09-01T20:54:00.376Z[ recovery-image] Sep 01 20:53:59.585 INFO O| Sep 01 20:53:59.585 INFO STEP 344 (remove_files) COMPLETE
49902024-09-01T20:54:00.376Z[ recovery-image] Sep 01 20:53:59.585 INFO O| Sep 01 20:53:59.585 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-09-01T20:54:00.397Z[ recovery-image] Sep 01 20:53:59.606 INFO O| Sep 01 20:53:59.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49922024-09-01T20:54:00.397Z[ recovery-image] Sep 01 20:53:59.606 INFO O| Sep 01 20:53:59.606 INFO STEP 345 (remove_files) COMPLETE
49932024-09-01T20:54:00.399Z[ recovery-image] Sep 01 20:53:59.606 INFO O| Sep 01 20:53:59.606 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-09-01T20:54:00.417Z[ recovery-image] Sep 01 20:53:59.625 INFO O| Sep 01 20:53:59.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49952024-09-01T20:54:00.417Z[ recovery-image] Sep 01 20:53:59.625 INFO O| Sep 01 20:53:59.625 INFO STEP 346 (remove_files) COMPLETE
49962024-09-01T20:54:00.417Z[ recovery-image] Sep 01 20:53:59.626 INFO O| Sep 01 20:53:59.625 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-09-01T20:54:00.436Z[ recovery-image] Sep 01 20:53:59.644 INFO O| Sep 01 20:53:59.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49982024-09-01T20:54:00.436Z[ recovery-image] Sep 01 20:53:59.644 INFO O| Sep 01 20:53:59.644 INFO STEP 347 (remove_files) COMPLETE
49992024-09-01T20:54:00.436Z[ recovery-image] Sep 01 20:53:59.644 INFO O| Sep 01 20:53:59.644 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-09-01T20:54:00.454Z[ recovery-image] Sep 01 20:53:59.663 INFO O| Sep 01 20:53:59.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50012024-09-01T20:54:00.454Z[ recovery-image] Sep 01 20:53:59.663 INFO O| Sep 01 20:53:59.663 INFO STEP 348 (remove_files) COMPLETE
50022024-09-01T20:54:00.454Z[ recovery-image] Sep 01 20:53:59.663 INFO O| Sep 01 20:53:59.663 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-09-01T20:54:00.484Z[ recovery-image] Sep 01 20:53:59.693 INFO O| Sep 01 20:53:59.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50042024-09-01T20:54:00.487Z[ recovery-image] Sep 01 20:53:59.693 INFO O| Sep 01 20:53:59.693 INFO STEP 349 (remove_files) COMPLETE
50052024-09-01T20:54:00.487Z[ recovery-image] Sep 01 20:53:59.694 INFO O| Sep 01 20:53:59.694 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-09-01T20:54:00.506Z[ recovery-image] Sep 01 20:53:59.715 INFO O| Sep 01 20:53:59.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50072024-09-01T20:54:00.506Z[ recovery-image] Sep 01 20:53:59.716 INFO O| Sep 01 20:53:59.716 INFO STEP 350 (remove_files) COMPLETE
50082024-09-01T20:54:00.509Z[ recovery-image] Sep 01 20:53:59.716 INFO O| Sep 01 20:53:59.716 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-09-01T20:54:00.526Z[ recovery-image] Sep 01 20:53:59.735 INFO O| Sep 01 20:53:59.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50102024-09-01T20:54:00.528Z[ recovery-image] Sep 01 20:53:59.735 INFO O| Sep 01 20:53:59.735 INFO STEP 351 (remove_files) COMPLETE
50112024-09-01T20:54:00.529Z[ recovery-image] Sep 01 20:53:59.736 INFO O| Sep 01 20:53:59.736 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-09-01T20:54:00.544Z[ recovery-image] Sep 01 20:53:59.753 INFO O| Sep 01 20:53:59.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50132024-09-01T20:54:00.544Z[ recovery-image] Sep 01 20:53:59.753 INFO O| Sep 01 20:53:59.753 INFO STEP 352 (remove_files) COMPLETE
50142024-09-01T20:54:00.548Z[ recovery-image] Sep 01 20:53:59.754 INFO O| Sep 01 20:53:59.753 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-09-01T20:54:00.572Z[ recovery-image] Sep 01 20:53:59.781 INFO O| Sep 01 20:53:59.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50162024-09-01T20:54:00.572Z[ recovery-image] Sep 01 20:53:59.781 INFO O| Sep 01 20:53:59.781 INFO STEP 353 (remove_files) COMPLETE
50172024-09-01T20:54:00.575Z[ recovery-image] Sep 01 20:53:59.781 INFO O| Sep 01 20:53:59.781 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-09-01T20:54:00.596Z[ recovery-image] Sep 01 20:53:59.805 INFO O| Sep 01 20:53:59.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50192024-09-01T20:54:00.596Z[ recovery-image] Sep 01 20:53:59.805 INFO O| Sep 01 20:53:59.805 INFO STEP 354 (remove_files) COMPLETE
50202024-09-01T20:54:00.596Z[ recovery-image] Sep 01 20:53:59.805 INFO O| Sep 01 20:53:59.805 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-09-01T20:54:00.617Z[ recovery-image] Sep 01 20:53:59.826 INFO O| Sep 01 20:53:59.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50222024-09-01T20:54:00.617Z[ recovery-image] Sep 01 20:53:59.826 INFO O| Sep 01 20:53:59.826 INFO STEP 355 (remove_files) COMPLETE
50232024-09-01T20:54:00.617Z[ recovery-image] Sep 01 20:53:59.826 INFO O| Sep 01 20:53:59.826 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-09-01T20:54:00.655Z[ recovery-image] Sep 01 20:53:59.865 INFO O| Sep 01 20:53:59.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50252024-09-01T20:54:00.658Z[ recovery-image] Sep 01 20:53:59.865 INFO O| Sep 01 20:53:59.865 INFO STEP 356 (remove_files) COMPLETE
50262024-09-01T20:54:00.658Z[ recovery-image] Sep 01 20:53:59.865 INFO O| Sep 01 20:53:59.865 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-09-01T20:54:00.687Z[ recovery-image] Sep 01 20:53:59.896 INFO O| Sep 01 20:53:59.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50282024-09-01T20:54:00.687Z[ recovery-image] Sep 01 20:53:59.896 INFO O| Sep 01 20:53:59.896 INFO STEP 357 (remove_files) COMPLETE
50292024-09-01T20:54:00.690Z[ recovery-image] Sep 01 20:53:59.897 INFO O| Sep 01 20:53:59.896 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-09-01T20:54:00.694Z[ host-image] Sep 01 20:53:59.903 INFO O| Sep 01 20:53:59.903 INFO O| Done
50312024-09-01T20:54:00.750Z[ recovery-image] Sep 01 20:53:59.959 INFO O| Sep 01 20:53:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50322024-09-01T20:54:00.753Z[ recovery-image] Sep 01 20:53:59.960 INFO O| Sep 01 20:53:59.959 INFO STEP 358 (remove_files) COMPLETE
50332024-09-01T20:54:00.753Z[ recovery-image] Sep 01 20:53:59.960 INFO O| Sep 01 20:53:59.960 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-09-01T20:54:00.777Z[ recovery-image] Sep 01 20:53:59.986 INFO O| Sep 01 20:53:59.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50352024-09-01T20:54:00.777Z[ recovery-image] Sep 01 20:53:59.986 INFO O| Sep 01 20:53:59.986 INFO STEP 359 (remove_files) COMPLETE
50362024-09-01T20:54:00.777Z[ recovery-image] Sep 01 20:53:59.986 INFO O| Sep 01 20:53:59.986 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-09-01T20:54:00.796Z[ recovery-image] Sep 01 20:54:00.006 INFO O| Sep 01 20:54:00.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50382024-09-01T20:54:00.796Z[ recovery-image] Sep 01 20:54:00.006 INFO O| Sep 01 20:54:00.006 INFO STEP 360 (remove_files) COMPLETE
50392024-09-01T20:54:00.799Z[ recovery-image] Sep 01 20:54:00.006 INFO O| Sep 01 20:54:00.006 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-09-01T20:54:00.817Z[ recovery-image] Sep 01 20:54:00.026 INFO O| Sep 01 20:54:00.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50412024-09-01T20:54:00.817Z[ recovery-image] Sep 01 20:54:00.026 INFO O| Sep 01 20:54:00.026 INFO STEP 361 (remove_files) COMPLETE
50422024-09-01T20:54:00.817Z[ recovery-image] Sep 01 20:54:00.026 INFO O| Sep 01 20:54:00.026 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-09-01T20:54:00.858Z[ recovery-image] Sep 01 20:54:00.068 INFO O| Sep 01 20:54:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50442024-09-01T20:54:00.861Z[ recovery-image] Sep 01 20:54:00.068 INFO O| Sep 01 20:54:00.068 INFO STEP 362 (remove_files) COMPLETE
50452024-09-01T20:54:00.861Z[ recovery-image] Sep 01 20:54:00.068 INFO O| Sep 01 20:54:00.068 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-09-01T20:54:00.919Z[ recovery-image] Sep 01 20:54:00.128 INFO O| Sep 01 20:54:00.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50472024-09-01T20:54:00.919Z[ recovery-image] Sep 01 20:54:00.129 INFO O| Sep 01 20:54:00.129 INFO STEP 363 (remove_files) COMPLETE
50482024-09-01T20:54:00.919Z[ recovery-image] Sep 01 20:54:00.129 INFO O| Sep 01 20:54:00.129 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-09-01T20:54:00.937Z[ recovery-image] Sep 01 20:54:00.146 INFO O| Sep 01 20:54:00.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50502024-09-01T20:54:00.937Z[ recovery-image] Sep 01 20:54:00.147 INFO O| Sep 01 20:54:00.146 INFO STEP 364 (remove_files) COMPLETE
50512024-09-01T20:54:00.937Z[ recovery-image] Sep 01 20:54:00.147 INFO O| Sep 01 20:54:00.146 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-09-01T20:54:00.958Z[ recovery-image] Sep 01 20:54:00.167 INFO O| Sep 01 20:54:00.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50532024-09-01T20:54:00.961Z[ recovery-image] Sep 01 20:54:00.168 INFO O| Sep 01 20:54:00.167 INFO STEP 365 (remove_files) COMPLETE
50542024-09-01T20:54:00.961Z[ recovery-image] Sep 01 20:54:00.168 INFO O| Sep 01 20:54:00.167 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-09-01T20:54:00.981Z[ recovery-image] Sep 01 20:54:00.191 INFO O| Sep 01 20:54:00.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50562024-09-01T20:54:00.981Z[ recovery-image] Sep 01 20:54:00.191 INFO O| Sep 01 20:54:00.191 INFO STEP 366 (remove_files) COMPLETE
50572024-09-01T20:54:00.984Z[ recovery-image] Sep 01 20:54:00.191 INFO O| Sep 01 20:54:00.191 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-09-01T20:54:01.010Z[ recovery-image] Sep 01 20:54:00.219 INFO O| Sep 01 20:54:00.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50592024-09-01T20:54:01.013Z[ recovery-image] Sep 01 20:54:00.219 INFO O| Sep 01 20:54:00.219 INFO STEP 367 (remove_files) COMPLETE
50602024-09-01T20:54:01.013Z[ recovery-image] Sep 01 20:54:00.220 INFO O| Sep 01 20:54:00.220 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-09-01T20:54:01.031Z[ recovery-image] Sep 01 20:54:00.239 INFO O| Sep 01 20:54:00.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50622024-09-01T20:54:01.034Z[ recovery-image] Sep 01 20:54:00.240 INFO O| Sep 01 20:54:00.240 INFO STEP 368 (remove_files) COMPLETE
50632024-09-01T20:54:01.034Z[ recovery-image] Sep 01 20:54:00.240 INFO O| Sep 01 20:54:00.240 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-09-01T20:54:01.050Z[ recovery-image] Sep 01 20:54:00.260 INFO O| Sep 01 20:54:00.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50652024-09-01T20:54:01.053Z[ recovery-image] Sep 01 20:54:00.260 INFO O| Sep 01 20:54:00.260 INFO STEP 369 (remove_files) COMPLETE
50662024-09-01T20:54:01.053Z[ recovery-image] Sep 01 20:54:00.260 INFO O| Sep 01 20:54:00.260 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-09-01T20:54:01.076Z[ recovery-image] Sep 01 20:54:00.286 INFO O| Sep 01 20:54:00.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50682024-09-01T20:54:01.079Z[ recovery-image] Sep 01 20:54:00.286 INFO O| Sep 01 20:54:00.286 INFO STEP 370 (remove_files) COMPLETE
50692024-09-01T20:54:01.079Z[ recovery-image] Sep 01 20:54:00.286 INFO O| Sep 01 20:54:00.286 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-09-01T20:54:01.099Z[ recovery-image] Sep 01 20:54:00.308 INFO O| Sep 01 20:54:00.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50712024-09-01T20:54:01.099Z[ recovery-image] Sep 01 20:54:00.309 INFO O| Sep 01 20:54:00.308 INFO STEP 371 (remove_files) COMPLETE
50722024-09-01T20:54:01.102Z[ recovery-image] Sep 01 20:54:00.309 INFO O| Sep 01 20:54:00.309 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-09-01T20:54:01.138Z[ recovery-image] Sep 01 20:54:00.347 INFO O| Sep 01 20:54:00.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50742024-09-01T20:54:01.138Z[ recovery-image] Sep 01 20:54:00.347 INFO O| Sep 01 20:54:00.347 INFO STEP 372 (remove_files) COMPLETE
50752024-09-01T20:54:01.138Z[ recovery-image] Sep 01 20:54:00.347 INFO O| Sep 01 20:54:00.347 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-09-01T20:54:01.161Z[ recovery-image] Sep 01 20:54:00.370 INFO O| Sep 01 20:54:00.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50772024-09-01T20:54:01.161Z[ recovery-image] Sep 01 20:54:00.370 INFO O| Sep 01 20:54:00.370 INFO STEP 373 (remove_files) COMPLETE
50782024-09-01T20:54:01.161Z[ recovery-image] Sep 01 20:54:00.370 INFO O| Sep 01 20:54:00.370 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-09-01T20:54:01.184Z[ recovery-image] Sep 01 20:54:00.393 INFO O| Sep 01 20:54:00.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50802024-09-01T20:54:01.184Z[ recovery-image] Sep 01 20:54:00.394 INFO O| Sep 01 20:54:00.394 INFO STEP 374 (remove_files) COMPLETE
50812024-09-01T20:54:01.187Z[ recovery-image] Sep 01 20:54:00.394 INFO O| Sep 01 20:54:00.394 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-09-01T20:54:01.240Z[ recovery-image] Sep 01 20:54:00.450 INFO O| Sep 01 20:54:00.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50832024-09-01T20:54:01.241Z[ recovery-image] Sep 01 20:54:00.450 INFO O| Sep 01 20:54:00.450 INFO STEP 375 (remove_files) COMPLETE
50842024-09-01T20:54:01.243Z[ recovery-image] Sep 01 20:54:00.450 INFO O| Sep 01 20:54:00.450 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-09-01T20:54:01.261Z[ recovery-image] Sep 01 20:54:00.470 INFO O| Sep 01 20:54:00.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50862024-09-01T20:54:01.261Z[ recovery-image] Sep 01 20:54:00.470 INFO O| Sep 01 20:54:00.470 INFO STEP 376 (remove_files) COMPLETE
50872024-09-01T20:54:01.261Z[ recovery-image] Sep 01 20:54:00.470 INFO O| Sep 01 20:54:00.470 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-09-01T20:54:01.302Z[ recovery-image] Sep 01 20:54:00.511 INFO O| Sep 01 20:54:00.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50892024-09-01T20:54:01.302Z[ recovery-image] Sep 01 20:54:00.511 INFO O| Sep 01 20:54:00.511 INFO STEP 377 (remove_files) COMPLETE
50902024-09-01T20:54:01.302Z[ recovery-image] Sep 01 20:54:00.511 INFO O| Sep 01 20:54:00.511 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-09-01T20:54:01.344Z[ recovery-image] Sep 01 20:54:00.553 INFO O| Sep 01 20:54:00.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50922024-09-01T20:54:01.344Z[ recovery-image] Sep 01 20:54:00.553 INFO O| Sep 01 20:54:00.553 INFO STEP 378 (remove_files) COMPLETE
50932024-09-01T20:54:01.344Z[ recovery-image] Sep 01 20:54:00.553 INFO O| Sep 01 20:54:00.553 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-09-01T20:54:01.365Z[ recovery-image] Sep 01 20:54:00.574 INFO O| Sep 01 20:54:00.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50952024-09-01T20:54:01.365Z[ recovery-image] Sep 01 20:54:00.574 INFO O| Sep 01 20:54:00.574 INFO STEP 379 (remove_files) COMPLETE
50962024-09-01T20:54:01.365Z[ recovery-image] Sep 01 20:54:00.574 INFO O| Sep 01 20:54:00.574 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-09-01T20:54:01.385Z[ recovery-image] Sep 01 20:54:00.594 INFO O| Sep 01 20:54:00.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50982024-09-01T20:54:01.385Z[ recovery-image] Sep 01 20:54:00.594 INFO O| Sep 01 20:54:00.594 INFO STEP 380 (remove_files) COMPLETE
50992024-09-01T20:54:01.388Z[ recovery-image] Sep 01 20:54:00.594 INFO O| Sep 01 20:54:00.594 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-09-01T20:54:01.416Z[ recovery-image] Sep 01 20:54:00.625 INFO O| Sep 01 20:54:00.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51012024-09-01T20:54:01.416Z[ recovery-image] Sep 01 20:54:00.625 INFO O| Sep 01 20:54:00.625 INFO STEP 381 (remove_files) COMPLETE
51022024-09-01T20:54:01.419Z[ recovery-image] Sep 01 20:54:00.626 INFO O| Sep 01 20:54:00.625 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-09-01T20:54:01.450Z[ recovery-image] Sep 01 20:54:00.659 INFO O| Sep 01 20:54:00.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51042024-09-01T20:54:01.450Z[ recovery-image] Sep 01 20:54:00.659 INFO O| Sep 01 20:54:00.659 INFO STEP 382 (remove_files) COMPLETE
51052024-09-01T20:54:01.450Z[ recovery-image] Sep 01 20:54:00.659 INFO O| Sep 01 20:54:00.659 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-09-01T20:54:01.472Z[ recovery-image] Sep 01 20:54:00.681 INFO O| Sep 01 20:54:00.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51072024-09-01T20:54:01.472Z[ recovery-image] Sep 01 20:54:00.681 INFO O| Sep 01 20:54:00.681 INFO STEP 383 (remove_files) COMPLETE
51082024-09-01T20:54:01.472Z[ recovery-image] Sep 01 20:54:00.681 INFO O| Sep 01 20:54:00.681 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-09-01T20:54:01.537Z[ recovery-image] Sep 01 20:54:00.744 INFO O| Sep 01 20:54:00.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51102024-09-01T20:54:01.537Z[ recovery-image] Sep 01 20:54:00.744 INFO O| Sep 01 20:54:00.744 INFO STEP 384 (remove_files) COMPLETE
51112024-09-01T20:54:01.537Z[ recovery-image] Sep 01 20:54:00.744 INFO O| Sep 01 20:54:00.744 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-09-01T20:54:01.577Z[ recovery-image] Sep 01 20:54:00.786 INFO O| Sep 01 20:54:00.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51132024-09-01T20:54:01.577Z[ recovery-image] Sep 01 20:54:00.786 INFO O| Sep 01 20:54:00.786 INFO STEP 385 (remove_files) COMPLETE
51142024-09-01T20:54:01.580Z[ recovery-image] Sep 01 20:54:00.786 INFO O| Sep 01 20:54:00.786 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-09-01T20:54:01.597Z[ recovery-image] Sep 01 20:54:00.806 INFO O| Sep 01 20:54:00.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51162024-09-01T20:54:01.597Z[ recovery-image] Sep 01 20:54:00.806 INFO O| Sep 01 20:54:00.806 INFO STEP 386 (remove_files) COMPLETE
51172024-09-01T20:54:01.597Z[ recovery-image] Sep 01 20:54:00.806 INFO O| Sep 01 20:54:00.806 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-09-01T20:54:01.635Z[ recovery-image] Sep 01 20:54:00.844 INFO O| Sep 01 20:54:00.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51192024-09-01T20:54:01.635Z[ recovery-image] Sep 01 20:54:00.844 INFO O| Sep 01 20:54:00.844 INFO STEP 387 (remove_files) COMPLETE
51202024-09-01T20:54:01.638Z[ recovery-image] Sep 01 20:54:00.844 INFO O| Sep 01 20:54:00.844 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-09-01T20:54:01.657Z[ recovery-image] Sep 01 20:54:00.866 INFO O| Sep 01 20:54:00.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51222024-09-01T20:54:01.660Z[ recovery-image] Sep 01 20:54:00.866 INFO O| Sep 01 20:54:00.866 INFO STEP 388 (remove_files) COMPLETE
51232024-09-01T20:54:01.660Z[ recovery-image] Sep 01 20:54:00.866 INFO O| Sep 01 20:54:00.866 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-09-01T20:54:01.688Z[ recovery-image] Sep 01 20:54:00.897 INFO O| Sep 01 20:54:00.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51252024-09-01T20:54:01.693Z[ recovery-image] Sep 01 20:54:00.897 INFO O| Sep 01 20:54:00.897 INFO STEP 389 (remove_files) COMPLETE
51262024-09-01T20:54:01.693Z[ recovery-image] Sep 01 20:54:00.898 INFO O| Sep 01 20:54:00.898 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-09-01T20:54:01.710Z[ recovery-image] Sep 01 20:54:00.919 INFO O| Sep 01 20:54:00.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51282024-09-01T20:54:01.713Z[ recovery-image] Sep 01 20:54:00.920 INFO O| Sep 01 20:54:00.919 INFO STEP 390 (remove_files) COMPLETE
51292024-09-01T20:54:01.713Z[ recovery-image] Sep 01 20:54:00.920 INFO O| Sep 01 20:54:00.920 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-09-01T20:54:01.737Z[ recovery-image] Sep 01 20:54:00.946 INFO O| Sep 01 20:54:00.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51312024-09-01T20:54:01.740Z[ recovery-image] Sep 01 20:54:00.947 INFO O| Sep 01 20:54:00.947 INFO STEP 391 (remove_files) COMPLETE
51322024-09-01T20:54:01.740Z[ recovery-image] Sep 01 20:54:00.947 INFO O| Sep 01 20:54:00.947 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-09-01T20:54:01.761Z[ recovery-image] Sep 01 20:54:00.970 INFO O| Sep 01 20:54:00.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51342024-09-01T20:54:01.761Z[ recovery-image] Sep 01 20:54:00.970 INFO O| Sep 01 20:54:00.970 INFO STEP 392 (remove_files) COMPLETE
51352024-09-01T20:54:01.763Z[ recovery-image] Sep 01 20:54:00.970 INFO O| Sep 01 20:54:00.970 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-09-01T20:54:01.794Z[ recovery-image] Sep 01 20:54:01.001 INFO O| Sep 01 20:54:01.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51372024-09-01T20:54:01.794Z[ recovery-image] Sep 01 20:54:01.001 INFO O| Sep 01 20:54:01.001 INFO STEP 393 (remove_files) COMPLETE
51382024-09-01T20:54:01.794Z[ recovery-image] Sep 01 20:54:01.001 INFO O| Sep 01 20:54:01.001 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-09-01T20:54:01.829Z[ recovery-image] Sep 01 20:54:01.038 INFO O| Sep 01 20:54:01.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51402024-09-01T20:54:01.829Z[ recovery-image] Sep 01 20:54:01.038 INFO O| Sep 01 20:54:01.038 INFO STEP 394 (remove_files) COMPLETE
51412024-09-01T20:54:01.829Z[ recovery-image] Sep 01 20:54:01.038 INFO O| Sep 01 20:54:01.038 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-09-01T20:54:01.876Z[ recovery-image] Sep 01 20:54:01.085 INFO O| Sep 01 20:54:01.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51432024-09-01T20:54:01.876Z[ recovery-image] Sep 01 20:54:01.085 INFO O| Sep 01 20:54:01.085 INFO STEP 395 (remove_files) COMPLETE
51442024-09-01T20:54:01.878Z[ recovery-image] Sep 01 20:54:01.085 INFO O| Sep 01 20:54:01.085 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-09-01T20:54:01.910Z[ recovery-image] Sep 01 20:54:01.120 INFO O| Sep 01 20:54:01.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51462024-09-01T20:54:01.910Z[ recovery-image] Sep 01 20:54:01.120 INFO O| Sep 01 20:54:01.120 INFO STEP 396 (remove_files) COMPLETE
51472024-09-01T20:54:01.910Z[ recovery-image] Sep 01 20:54:01.120 INFO O| Sep 01 20:54:01.120 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-09-01T20:54:01.942Z[ recovery-image] Sep 01 20:54:01.151 INFO O| Sep 01 20:54:01.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51492024-09-01T20:54:01.945Z[ recovery-image] Sep 01 20:54:01.152 INFO O| Sep 01 20:54:01.152 INFO STEP 397 (remove_files) COMPLETE
51502024-09-01T20:54:01.945Z[ recovery-image] Sep 01 20:54:01.152 INFO O| Sep 01 20:54:01.152 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-09-01T20:54:01.993Z[ recovery-image] Sep 01 20:54:01.202 INFO O| Sep 01 20:54:01.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51522024-09-01T20:54:01.993Z[ recovery-image] Sep 01 20:54:01.202 INFO O| Sep 01 20:54:01.202 INFO STEP 398 (remove_files) COMPLETE
51532024-09-01T20:54:01.993Z[ recovery-image] Sep 01 20:54:01.202 INFO O| Sep 01 20:54:01.202 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-09-01T20:54:02.017Z[ recovery-image] Sep 01 20:54:01.223 INFO O| Sep 01 20:54:01.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51552024-09-01T20:54:02.017Z[ recovery-image] Sep 01 20:54:01.223 INFO O| Sep 01 20:54:01.223 INFO STEP 399 (remove_files) COMPLETE
51562024-09-01T20:54:02.017Z[ recovery-image] Sep 01 20:54:01.223 INFO O| Sep 01 20:54:01.223 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-09-01T20:54:02.034Z[ recovery-image] Sep 01 20:54:01.243 INFO O| Sep 01 20:54:01.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51582024-09-01T20:54:02.034Z[ recovery-image] Sep 01 20:54:01.243 INFO O| Sep 01 20:54:01.243 INFO STEP 400 (remove_files) COMPLETE
51592024-09-01T20:54:02.037Z[ recovery-image] Sep 01 20:54:01.243 INFO O| Sep 01 20:54:01.243 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-09-01T20:54:02.055Z[ recovery-image] Sep 01 20:54:01.264 INFO O| Sep 01 20:54:01.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51612024-09-01T20:54:02.055Z[ recovery-image] Sep 01 20:54:01.264 INFO O| Sep 01 20:54:01.264 INFO STEP 401 (remove_files) COMPLETE
51622024-09-01T20:54:02.058Z[ recovery-image] Sep 01 20:54:01.264 INFO O| Sep 01 20:54:01.264 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-09-01T20:54:02.155Z[ recovery-image] Sep 01 20:54:01.364 INFO O| Sep 01 20:54:01.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51642024-09-01T20:54:02.155Z[ recovery-image] Sep 01 20:54:01.364 INFO O| Sep 01 20:54:01.364 INFO STEP 402 (remove_files) COMPLETE
51652024-09-01T20:54:02.155Z[ recovery-image] Sep 01 20:54:01.364 INFO O| Sep 01 20:54:01.364 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-09-01T20:54:02.171Z[ recovery-image] Sep 01 20:54:01.380 INFO O| Sep 01 20:54:01.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
51672024-09-01T20:54:02.171Z[ recovery-image] Sep 01 20:54:01.381 INFO O| Sep 01 20:54:01.381 INFO STEP 403 (remove_files) COMPLETE
51682024-09-01T20:54:02.171Z[ recovery-image] Sep 01 20:54:01.381 INFO O| Sep 01 20:54:01.381 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-09-01T20:54:02.187Z[ recovery-image] Sep 01 20:54:01.396 INFO O| Sep 01 20:54:01.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51702024-09-01T20:54:02.187Z[ recovery-image] Sep 01 20:54:01.396 INFO O| Sep 01 20:54:01.396 INFO STEP 404 (remove_files) COMPLETE
51712024-09-01T20:54:02.190Z[ recovery-image] Sep 01 20:54:01.396 INFO O| Sep 01 20:54:01.396 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-09-01T20:54:02.208Z[ recovery-image] Sep 01 20:54:01.417 INFO O| Sep 01 20:54:01.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51732024-09-01T20:54:02.208Z[ recovery-image] Sep 01 20:54:01.417 INFO O| Sep 01 20:54:01.417 INFO STEP 405 (remove_files) COMPLETE
51742024-09-01T20:54:02.211Z[ recovery-image] Sep 01 20:54:01.417 INFO O| Sep 01 20:54:01.417 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-09-01T20:54:02.227Z[ recovery-image] Sep 01 20:54:01.435 INFO O| Sep 01 20:54:01.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51762024-09-01T20:54:02.227Z[ recovery-image] Sep 01 20:54:01.435 INFO O| Sep 01 20:54:01.435 INFO STEP 406 (remove_files) COMPLETE
51772024-09-01T20:54:02.227Z[ recovery-image] Sep 01 20:54:01.435 INFO O| Sep 01 20:54:01.435 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-09-01T20:54:02.296Z[ recovery-image] Sep 01 20:54:01.505 INFO O| Sep 01 20:54:01.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51792024-09-01T20:54:02.296Z[ recovery-image] Sep 01 20:54:01.505 INFO O| Sep 01 20:54:01.505 INFO STEP 407 (remove_files) COMPLETE
51802024-09-01T20:54:02.298Z[ recovery-image] Sep 01 20:54:01.505 INFO O| Sep 01 20:54:01.505 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-09-01T20:54:02.333Z[ recovery-image] Sep 01 20:54:01.542 INFO O| Sep 01 20:54:01.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51822024-09-01T20:54:02.333Z[ recovery-image] Sep 01 20:54:01.542 INFO O| Sep 01 20:54:01.542 INFO STEP 408 (remove_files) COMPLETE
51832024-09-01T20:54:02.336Z[ recovery-image] Sep 01 20:54:01.542 INFO O| Sep 01 20:54:01.542 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-09-01T20:54:02.371Z[ recovery-image] Sep 01 20:54:01.579 INFO O| Sep 01 20:54:01.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51852024-09-01T20:54:02.371Z[ recovery-image] Sep 01 20:54:01.579 INFO O| Sep 01 20:54:01.579 INFO STEP 409 (remove_files) COMPLETE
51862024-09-01T20:54:02.371Z[ recovery-image] Sep 01 20:54:01.579 INFO O| Sep 01 20:54:01.579 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-09-01T20:54:02.389Z[ recovery-image] Sep 01 20:54:01.598 INFO O| Sep 01 20:54:01.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51882024-09-01T20:54:02.392Z[ recovery-image] Sep 01 20:54:01.598 INFO O| Sep 01 20:54:01.598 INFO STEP 410 (remove_files) COMPLETE
51892024-09-01T20:54:02.392Z[ recovery-image] Sep 01 20:54:01.598 INFO O| Sep 01 20:54:01.598 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-09-01T20:54:02.409Z[ recovery-image] Sep 01 20:54:01.618 INFO O| Sep 01 20:54:01.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51912024-09-01T20:54:02.413Z[ recovery-image] Sep 01 20:54:01.619 INFO O| Sep 01 20:54:01.619 INFO STEP 411 (remove_files) COMPLETE
51922024-09-01T20:54:02.416Z[ recovery-image] Sep 01 20:54:01.619 INFO O| Sep 01 20:54:01.619 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-09-01T20:54:02.436Z[ recovery-image] Sep 01 20:54:01.645 INFO O| Sep 01 20:54:01.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51942024-09-01T20:54:02.436Z[ recovery-image] Sep 01 20:54:01.645 INFO O| Sep 01 20:54:01.645 INFO STEP 412 (remove_files) COMPLETE
51952024-09-01T20:54:02.439Z[ recovery-image] Sep 01 20:54:01.645 INFO O| Sep 01 20:54:01.645 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-09-01T20:54:02.457Z[ recovery-image] Sep 01 20:54:01.666 INFO O| Sep 01 20:54:01.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51972024-09-01T20:54:02.457Z[ recovery-image] Sep 01 20:54:01.666 INFO O| Sep 01 20:54:01.666 INFO STEP 413 (remove_files) COMPLETE
51982024-09-01T20:54:02.460Z[ recovery-image] Sep 01 20:54:01.666 INFO O| Sep 01 20:54:01.666 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-09-01T20:54:02.477Z[ recovery-image] Sep 01 20:54:01.686 INFO O| Sep 01 20:54:01.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52002024-09-01T20:54:02.477Z[ recovery-image] Sep 01 20:54:01.686 INFO O| Sep 01 20:54:01.686 INFO STEP 414 (remove_files) COMPLETE
52012024-09-01T20:54:02.479Z[ recovery-image] Sep 01 20:54:01.686 INFO O| Sep 01 20:54:01.686 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-09-01T20:54:02.495Z[ recovery-image] Sep 01 20:54:01.704 INFO O| Sep 01 20:54:01.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52032024-09-01T20:54:02.495Z[ recovery-image] Sep 01 20:54:01.704 INFO O| Sep 01 20:54:01.704 INFO STEP 415 (remove_files) COMPLETE
52042024-09-01T20:54:02.495Z[ recovery-image] Sep 01 20:54:01.705 INFO O| Sep 01 20:54:01.704 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-09-01T20:54:02.533Z[ recovery-image] Sep 01 20:54:01.742 INFO O| Sep 01 20:54:01.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52062024-09-01T20:54:02.533Z[ recovery-image] Sep 01 20:54:01.742 INFO O| Sep 01 20:54:01.742 INFO STEP 416 (remove_files) COMPLETE
52072024-09-01T20:54:02.533Z[ recovery-image] Sep 01 20:54:01.742 INFO O| Sep 01 20:54:01.742 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-09-01T20:54:02.603Z[ recovery-image] Sep 01 20:54:01.812 INFO O| Sep 01 20:54:01.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52092024-09-01T20:54:02.603Z[ recovery-image] Sep 01 20:54:01.812 INFO O| Sep 01 20:54:01.782 INFO STEP 417 (remove_files) COMPLETE
52102024-09-01T20:54:02.606Z[ recovery-image] Sep 01 20:54:01.812 INFO O| Sep 01 20:54:01.782 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-09-01T20:54:02.606Z[ recovery-image] Sep 01 20:54:01.812 INFO O| Sep 01 20:54:01.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52122024-09-01T20:54:02.606Z[ recovery-image] Sep 01 20:54:01.812 INFO O| Sep 01 20:54:01.802 INFO STEP 418 (remove_files) COMPLETE
52132024-09-01T20:54:02.606Z[ recovery-image] Sep 01 20:54:01.812 INFO O| Sep 01 20:54:01.802 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-09-01T20:54:02.614Z[ recovery-image] Sep 01 20:54:01.824 INFO O| Sep 01 20:54:01.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52152024-09-01T20:54:02.617Z[ recovery-image] Sep 01 20:54:01.824 INFO O| Sep 01 20:54:01.824 INFO STEP 419 (remove_files) COMPLETE
52162024-09-01T20:54:02.617Z[ recovery-image] Sep 01 20:54:01.824 INFO O| Sep 01 20:54:01.824 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-09-01T20:54:02.654Z[ recovery-image] Sep 01 20:54:01.845 INFO O| Sep 01 20:54:01.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52182024-09-01T20:54:02.654Z[ recovery-image] Sep 01 20:54:01.845 INFO O| Sep 01 20:54:01.845 INFO STEP 420 (remove_files) COMPLETE
52192024-09-01T20:54:02.654Z[ recovery-image] Sep 01 20:54:01.846 INFO O| Sep 01 20:54:01.845 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-09-01T20:54:02.657Z[ recovery-image] Sep 01 20:54:01.864 INFO O| Sep 01 20:54:01.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52212024-09-01T20:54:02.657Z[ recovery-image] Sep 01 20:54:01.865 INFO O| Sep 01 20:54:01.865 INFO STEP 421 (remove_files) COMPLETE
52222024-09-01T20:54:02.657Z[ recovery-image] Sep 01 20:54:01.865 INFO O| Sep 01 20:54:01.865 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-09-01T20:54:02.674Z[ recovery-image] Sep 01 20:54:01.883 INFO O| Sep 01 20:54:01.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52242024-09-01T20:54:02.674Z[ recovery-image] Sep 01 20:54:01.883 INFO O| Sep 01 20:54:01.883 INFO STEP 422 (remove_files) COMPLETE
52252024-09-01T20:54:02.677Z[ recovery-image] Sep 01 20:54:01.884 INFO O| Sep 01 20:54:01.883 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-09-01T20:54:02.693Z[ recovery-image] Sep 01 20:54:01.902 INFO O| Sep 01 20:54:01.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52272024-09-01T20:54:02.693Z[ recovery-image] Sep 01 20:54:01.902 INFO O| Sep 01 20:54:01.902 INFO STEP 423 (remove_files) COMPLETE
52282024-09-01T20:54:02.696Z[ recovery-image] Sep 01 20:54:01.902 INFO O| Sep 01 20:54:01.902 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-09-01T20:54:02.713Z[ recovery-image] Sep 01 20:54:01.922 INFO O| Sep 01 20:54:01.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52302024-09-01T20:54:02.713Z[ recovery-image] Sep 01 20:54:01.922 INFO O| Sep 01 20:54:01.922 INFO STEP 424 (remove_files) COMPLETE
52312024-09-01T20:54:02.713Z[ recovery-image] Sep 01 20:54:01.922 INFO O| Sep 01 20:54:01.922 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-09-01T20:54:02.733Z[ recovery-image] Sep 01 20:54:01.942 INFO O| Sep 01 20:54:01.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52332024-09-01T20:54:02.733Z[ recovery-image] Sep 01 20:54:01.942 INFO O| Sep 01 20:54:01.942 INFO STEP 425 (remove_files) COMPLETE
52342024-09-01T20:54:02.733Z[ recovery-image] Sep 01 20:54:01.942 INFO O| Sep 01 20:54:01.942 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-09-01T20:54:02.750Z[ recovery-image] Sep 01 20:54:01.959 INFO O| Sep 01 20:54:01.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52362024-09-01T20:54:02.750Z[ recovery-image] Sep 01 20:54:01.959 INFO O| Sep 01 20:54:01.959 INFO STEP 426 (remove_files) COMPLETE
52372024-09-01T20:54:02.750Z[ recovery-image] Sep 01 20:54:01.959 INFO O| Sep 01 20:54:01.959 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-09-01T20:54:02.790Z[ recovery-image] Sep 01 20:54:01.999 INFO O| Sep 01 20:54:01.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52392024-09-01T20:54:02.793Z[ recovery-image] Sep 01 20:54:01.999 INFO O| Sep 01 20:54:01.999 INFO STEP 427 (remove_files) COMPLETE
52402024-09-01T20:54:02.793Z[ recovery-image] Sep 01 20:54:01.999 INFO O| Sep 01 20:54:01.999 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-09-01T20:54:02.809Z[ recovery-image] Sep 01 20:54:02.019 INFO O| Sep 01 20:54:02.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52422024-09-01T20:54:02.813Z[ recovery-image] Sep 01 20:54:02.019 INFO O| Sep 01 20:54:02.019 INFO STEP 428 (remove_files) COMPLETE
52432024-09-01T20:54:02.813Z[ recovery-image] Sep 01 20:54:02.019 INFO O| Sep 01 20:54:02.019 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-09-01T20:54:02.826Z[ recovery-image] Sep 01 20:54:02.035 INFO O| Sep 01 20:54:02.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52452024-09-01T20:54:02.829Z[ recovery-image] Sep 01 20:54:02.035 INFO O| Sep 01 20:54:02.035 INFO STEP 429 (remove_files) COMPLETE
52462024-09-01T20:54:02.829Z[ recovery-image] Sep 01 20:54:02.035 INFO O| Sep 01 20:54:02.035 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-09-01T20:54:02.877Z[ recovery-image] Sep 01 20:54:02.085 INFO O| Sep 01 20:54:02.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52482024-09-01T20:54:02.877Z[ recovery-image] Sep 01 20:54:02.085 INFO O| Sep 01 20:54:02.085 INFO STEP 430 (remove_files) COMPLETE
52492024-09-01T20:54:02.877Z[ recovery-image] Sep 01 20:54:02.085 INFO O| Sep 01 20:54:02.085 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-09-01T20:54:02.909Z[ recovery-image] Sep 01 20:54:02.118 INFO O| Sep 01 20:54:02.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52512024-09-01T20:54:02.909Z[ recovery-image] Sep 01 20:54:02.118 INFO O| Sep 01 20:54:02.118 INFO STEP 431 (remove_files) COMPLETE
52522024-09-01T20:54:02.913Z[ recovery-image] Sep 01 20:54:02.118 INFO O| Sep 01 20:54:02.118 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-09-01T20:54:02.977Z[ recovery-image] Sep 01 20:54:02.148 INFO O| Sep 01 20:54:02.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
52542024-09-01T20:54:02.977Z[ recovery-image] Sep 01 20:54:02.148 INFO O| Sep 01 20:54:02.140 INFO STEP 432 (remove_files) COMPLETE
52552024-09-01T20:54:02.977Z[ recovery-image] Sep 01 20:54:02.148 INFO O| Sep 01 20:54:02.140 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-09-01T20:54:02.977Z[ recovery-image] Sep 01 20:54:02.185 INFO O| Sep 01 20:54:02.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52572024-09-01T20:54:02.977Z[ recovery-image] Sep 01 20:54:02.185 INFO O| Sep 01 20:54:02.185 INFO STEP 433 (remove_files) COMPLETE
52582024-09-01T20:54:02.980Z[ recovery-image] Sep 01 20:54:02.185 INFO O| Sep 01 20:54:02.185 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-09-01T20:54:02.999Z[ recovery-image] Sep 01 20:54:02.209 INFO O| Sep 01 20:54:02.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52602024-09-01T20:54:03.000Z[ recovery-image] Sep 01 20:54:02.209 INFO O| Sep 01 20:54:02.209 INFO STEP 434 (remove_files) COMPLETE
52612024-09-01T20:54:03.000Z[ recovery-image] Sep 01 20:54:02.209 INFO O| Sep 01 20:54:02.209 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-09-01T20:54:03.020Z[ recovery-image] Sep 01 20:54:02.229 INFO O| Sep 01 20:54:02.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52632024-09-01T20:54:03.020Z[ recovery-image] Sep 01 20:54:02.229 INFO O| Sep 01 20:54:02.229 INFO STEP 435 (remove_files) COMPLETE
52642024-09-01T20:54:03.023Z[ recovery-image] Sep 01 20:54:02.229 INFO O| Sep 01 20:54:02.229 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-09-01T20:54:03.037Z[ recovery-image] Sep 01 20:54:02.246 INFO O| Sep 01 20:54:02.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
52662024-09-01T20:54:03.037Z[ recovery-image] Sep 01 20:54:02.246 INFO O| Sep 01 20:54:02.246 INFO STEP 436 (remove_files) COMPLETE
52672024-09-01T20:54:03.043Z[ recovery-image] Sep 01 20:54:02.246 INFO O| Sep 01 20:54:02.246 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-09-01T20:54:03.175Z[ host-image] Sep 01 20:54:02.384 INFO O| Sep 01 20:54:02.384 INFO O| Done
52692024-09-01T20:54:03.196Z[ recovery-image] Sep 01 20:54:02.405 INFO O| Sep 01 20:54:02.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52702024-09-01T20:54:03.196Z[ recovery-image] Sep 01 20:54:02.405 INFO O| Sep 01 20:54:02.405 INFO STEP 437 (remove_files) COMPLETE
52712024-09-01T20:54:03.199Z[ recovery-image] Sep 01 20:54:02.405 INFO O| Sep 01 20:54:02.405 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-09-01T20:54:03.218Z[ recovery-image] Sep 01 20:54:02.424 INFO O| Sep 01 20:54:02.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52732024-09-01T20:54:03.218Z[ recovery-image] Sep 01 20:54:02.424 INFO O| Sep 01 20:54:02.424 INFO STEP 438 (remove_files) COMPLETE
52742024-09-01T20:54:03.218Z[ recovery-image] Sep 01 20:54:02.424 INFO O| Sep 01 20:54:02.424 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-09-01T20:54:03.220Z[ host-image] Sep 01 20:54:02.427 INFO O| Sep 01 20:54:02.427 INFO O| Done
52762024-09-01T20:54:03.235Z[ recovery-image] Sep 01 20:54:02.444 INFO O| Sep 01 20:54:02.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52772024-09-01T20:54:03.235Z[ recovery-image] Sep 01 20:54:02.444 INFO O| Sep 01 20:54:02.444 INFO STEP 439 (remove_files) COMPLETE
52782024-09-01T20:54:03.238Z[ recovery-image] Sep 01 20:54:02.444 INFO O| Sep 01 20:54:02.444 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-09-01T20:54:03.277Z[ recovery-image] Sep 01 20:54:02.486 INFO O| Sep 01 20:54:02.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52802024-09-01T20:54:03.277Z[ recovery-image] Sep 01 20:54:02.486 INFO O| Sep 01 20:54:02.486 INFO STEP 440 (remove_files) COMPLETE
52812024-09-01T20:54:03.279Z[ recovery-image] Sep 01 20:54:02.486 INFO O| Sep 01 20:54:02.486 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-09-01T20:54:03.296Z[ recovery-image] Sep 01 20:54:02.505 INFO O| Sep 01 20:54:02.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52832024-09-01T20:54:03.296Z[ recovery-image] Sep 01 20:54:02.505 INFO O| Sep 01 20:54:02.505 INFO STEP 441 (remove_files) COMPLETE
52842024-09-01T20:54:03.296Z[ recovery-image] Sep 01 20:54:02.505 INFO O| Sep 01 20:54:02.505 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-09-01T20:54:03.316Z[ recovery-image] Sep 01 20:54:02.525 INFO O| Sep 01 20:54:02.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52862024-09-01T20:54:03.316Z[ recovery-image] Sep 01 20:54:02.525 INFO O| Sep 01 20:54:02.525 INFO STEP 442 (remove_files) COMPLETE
52872024-09-01T20:54:03.316Z[ recovery-image] Sep 01 20:54:02.525 INFO O| Sep 01 20:54:02.525 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-09-01T20:54:03.335Z[ recovery-image] Sep 01 20:54:02.544 INFO O| Sep 01 20:54:02.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52892024-09-01T20:54:03.335Z[ recovery-image] Sep 01 20:54:02.544 INFO O| Sep 01 20:54:02.544 INFO STEP 443 (remove_files) COMPLETE
52902024-09-01T20:54:03.335Z[ recovery-image] Sep 01 20:54:02.544 INFO O| Sep 01 20:54:02.544 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-09-01T20:54:03.354Z[ recovery-image] Sep 01 20:54:02.563 INFO O| Sep 01 20:54:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52922024-09-01T20:54:03.354Z[ recovery-image] Sep 01 20:54:02.564 INFO O| Sep 01 20:54:02.563 INFO STEP 444 (remove_files) COMPLETE
52932024-09-01T20:54:03.357Z[ recovery-image] Sep 01 20:54:02.564 INFO O| Sep 01 20:54:02.563 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-09-01T20:54:03.373Z[ recovery-image] Sep 01 20:54:02.582 INFO O| Sep 01 20:54:02.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52952024-09-01T20:54:03.373Z[ recovery-image] Sep 01 20:54:02.582 INFO O| Sep 01 20:54:02.582 INFO STEP 445 (remove_files) COMPLETE
52962024-09-01T20:54:03.373Z[ recovery-image] Sep 01 20:54:02.583 INFO O| Sep 01 20:54:02.582 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-09-01T20:54:03.392Z[ recovery-image] Sep 01 20:54:02.601 INFO O| Sep 01 20:54:02.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52982024-09-01T20:54:03.392Z[ recovery-image] Sep 01 20:54:02.601 INFO O| Sep 01 20:54:02.601 INFO STEP 446 (remove_files) COMPLETE
52992024-09-01T20:54:03.392Z[ recovery-image] Sep 01 20:54:02.601 INFO O| Sep 01 20:54:02.601 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-09-01T20:54:03.412Z[ recovery-image] Sep 01 20:54:02.620 INFO O| Sep 01 20:54:02.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53012024-09-01T20:54:03.412Z[ recovery-image] Sep 01 20:54:02.620 INFO O| Sep 01 20:54:02.620 INFO STEP 447 (remove_files) COMPLETE
53022024-09-01T20:54:03.412Z[ recovery-image] Sep 01 20:54:02.620 INFO O| Sep 01 20:54:02.620 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-09-01T20:54:03.429Z[ recovery-image] Sep 01 20:54:02.638 INFO O| Sep 01 20:54:02.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53042024-09-01T20:54:03.429Z[ recovery-image] Sep 01 20:54:02.638 INFO O| Sep 01 20:54:02.638 INFO STEP 448 (remove_files) COMPLETE
53052024-09-01T20:54:03.429Z[ recovery-image] Sep 01 20:54:02.638 INFO O| Sep 01 20:54:02.638 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-09-01T20:54:03.449Z[ recovery-image] Sep 01 20:54:02.657 INFO O| Sep 01 20:54:02.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53072024-09-01T20:54:03.449Z[ recovery-image] Sep 01 20:54:02.657 INFO O| Sep 01 20:54:02.657 INFO STEP 449 (remove_files) COMPLETE
53082024-09-01T20:54:03.449Z[ recovery-image] Sep 01 20:54:02.657 INFO O| Sep 01 20:54:02.657 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-09-01T20:54:03.479Z[ recovery-image] Sep 01 20:54:02.689 INFO O| Sep 01 20:54:02.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53102024-09-01T20:54:03.480Z[ recovery-image] Sep 01 20:54:02.689 INFO O| Sep 01 20:54:02.689 INFO STEP 450 (remove_files) COMPLETE
53112024-09-01T20:54:03.482Z[ recovery-image] Sep 01 20:54:02.689 INFO O| Sep 01 20:54:02.689 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-09-01T20:54:03.499Z[ recovery-image] Sep 01 20:54:02.708 INFO O| Sep 01 20:54:02.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53132024-09-01T20:54:03.499Z[ recovery-image] Sep 01 20:54:02.708 INFO O| Sep 01 20:54:02.708 INFO STEP 451 (remove_files) COMPLETE
53142024-09-01T20:54:03.499Z[ recovery-image] Sep 01 20:54:02.708 INFO O| Sep 01 20:54:02.708 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-09-01T20:54:03.517Z[ recovery-image] Sep 01 20:54:02.726 INFO O| Sep 01 20:54:02.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53162024-09-01T20:54:03.517Z[ recovery-image] Sep 01 20:54:02.726 INFO O| Sep 01 20:54:02.726 INFO STEP 452 (remove_files) COMPLETE
53172024-09-01T20:54:03.517Z[ recovery-image] Sep 01 20:54:02.726 INFO O| Sep 01 20:54:02.726 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-09-01T20:54:03.540Z[ recovery-image] Sep 01 20:54:02.749 INFO O| Sep 01 20:54:02.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53192024-09-01T20:54:03.540Z[ recovery-image] Sep 01 20:54:02.749 INFO O| Sep 01 20:54:02.749 INFO STEP 453 (remove_files) COMPLETE
53202024-09-01T20:54:03.542Z[ recovery-image] Sep 01 20:54:02.749 INFO O| Sep 01 20:54:02.749 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-09-01T20:54:03.556Z[ recovery-image] Sep 01 20:54:02.765 INFO O| Sep 01 20:54:02.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53222024-09-01T20:54:03.556Z[ recovery-image] Sep 01 20:54:02.765 INFO O| Sep 01 20:54:02.765 INFO STEP 454 (remove_files) COMPLETE
53232024-09-01T20:54:03.556Z[ recovery-image] Sep 01 20:54:02.765 INFO O| Sep 01 20:54:02.765 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-09-01T20:54:03.574Z[ recovery-image] Sep 01 20:54:02.783 INFO O| Sep 01 20:54:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53252024-09-01T20:54:03.574Z[ recovery-image] Sep 01 20:54:02.783 INFO O| Sep 01 20:54:02.783 INFO STEP 455 (remove_files) COMPLETE
53262024-09-01T20:54:03.574Z[ recovery-image] Sep 01 20:54:02.783 INFO O| Sep 01 20:54:02.783 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-09-01T20:54:03.593Z[ recovery-image] Sep 01 20:54:02.802 INFO O| Sep 01 20:54:02.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53282024-09-01T20:54:03.593Z[ recovery-image] Sep 01 20:54:02.802 INFO O| Sep 01 20:54:02.802 INFO STEP 456 (remove_files) COMPLETE
53292024-09-01T20:54:03.593Z[ recovery-image] Sep 01 20:54:02.802 INFO O| Sep 01 20:54:02.802 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-09-01T20:54:03.612Z[ recovery-image] Sep 01 20:54:02.821 INFO O| Sep 01 20:54:02.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53312024-09-01T20:54:03.612Z[ recovery-image] Sep 01 20:54:02.821 INFO O| Sep 01 20:54:02.821 INFO STEP 457 (remove_files) COMPLETE
53322024-09-01T20:54:03.612Z[ recovery-image] Sep 01 20:54:02.821 INFO O| Sep 01 20:54:02.821 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-09-01T20:54:03.630Z[ recovery-image] Sep 01 20:54:02.839 INFO O| Sep 01 20:54:02.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53342024-09-01T20:54:03.630Z[ recovery-image] Sep 01 20:54:02.839 INFO O| Sep 01 20:54:02.839 INFO STEP 458 (remove_files) COMPLETE
53352024-09-01T20:54:03.630Z[ recovery-image] Sep 01 20:54:02.839 INFO O| Sep 01 20:54:02.839 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-09-01T20:54:03.663Z[ recovery-image] Sep 01 20:54:02.872 INFO O| Sep 01 20:54:02.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53372024-09-01T20:54:03.663Z[ recovery-image] Sep 01 20:54:02.872 INFO O| Sep 01 20:54:02.872 INFO STEP 459 (remove_files) COMPLETE
53382024-09-01T20:54:03.665Z[ recovery-image] Sep 01 20:54:02.872 INFO O| Sep 01 20:54:02.872 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-09-01T20:54:03.686Z[ recovery-image] Sep 01 20:54:02.895 INFO O| Sep 01 20:54:02.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53402024-09-01T20:54:03.686Z[ recovery-image] Sep 01 20:54:02.895 INFO O| Sep 01 20:54:02.895 INFO STEP 460 (remove_files) COMPLETE
53412024-09-01T20:54:03.688Z[ recovery-image] Sep 01 20:54:02.895 INFO O| Sep 01 20:54:02.895 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-09-01T20:54:03.708Z[ recovery-image] Sep 01 20:54:02.917 INFO O| Sep 01 20:54:02.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53432024-09-01T20:54:03.708Z[ recovery-image] Sep 01 20:54:02.917 INFO O| Sep 01 20:54:02.917 INFO STEP 461 (remove_files) COMPLETE
53442024-09-01T20:54:03.708Z[ recovery-image] Sep 01 20:54:02.917 INFO O| Sep 01 20:54:02.917 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-09-01T20:54:03.729Z[ recovery-image] Sep 01 20:54:02.938 INFO O| Sep 01 20:54:02.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53462024-09-01T20:54:03.729Z[ recovery-image] Sep 01 20:54:02.938 INFO O| Sep 01 20:54:02.938 INFO STEP 462 (remove_files) COMPLETE
53472024-09-01T20:54:03.729Z[ recovery-image] Sep 01 20:54:02.938 INFO O| Sep 01 20:54:02.938 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-09-01T20:54:03.750Z[ recovery-image] Sep 01 20:54:02.959 INFO O| Sep 01 20:54:02.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53492024-09-01T20:54:03.750Z[ recovery-image] Sep 01 20:54:02.959 INFO O| Sep 01 20:54:02.959 INFO STEP 463 (remove_files) COMPLETE
53502024-09-01T20:54:03.750Z[ recovery-image] Sep 01 20:54:02.959 INFO O| Sep 01 20:54:02.959 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-09-01T20:54:03.770Z[ recovery-image] Sep 01 20:54:02.979 INFO O| Sep 01 20:54:02.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53522024-09-01T20:54:03.770Z[ recovery-image] Sep 01 20:54:02.979 INFO O| Sep 01 20:54:02.979 INFO STEP 464 (remove_files) COMPLETE
53532024-09-01T20:54:03.770Z[ recovery-image] Sep 01 20:54:02.979 INFO O| Sep 01 20:54:02.979 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-09-01T20:54:03.791Z[ recovery-image] Sep 01 20:54:03.000 INFO O| Sep 01 20:54:03.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53552024-09-01T20:54:03.803Z[ recovery-image] Sep 01 20:54:03.012 INFO O| Sep 01 20:54:03.012 INFO STEP 465 (remove_files) COMPLETE
53562024-09-01T20:54:03.803Z[ recovery-image] Sep 01 20:54:03.012 INFO O| Sep 01 20:54:03.012 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-09-01T20:54:03.829Z[ recovery-image] Sep 01 20:54:03.038 INFO O| Sep 01 20:54:03.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53582024-09-01T20:54:03.829Z[ recovery-image] Sep 01 20:54:03.038 INFO O| Sep 01 20:54:03.038 INFO STEP 466 (remove_files) COMPLETE
53592024-09-01T20:54:03.829Z[ recovery-image] Sep 01 20:54:03.038 INFO O| Sep 01 20:54:03.038 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-09-01T20:54:03.848Z[ recovery-image] Sep 01 20:54:03.058 INFO O| Sep 01 20:54:03.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53612024-09-01T20:54:03.848Z[ recovery-image] Sep 01 20:54:03.058 INFO O| Sep 01 20:54:03.058 INFO STEP 467 (remove_files) COMPLETE
53622024-09-01T20:54:03.851Z[ recovery-image] Sep 01 20:54:03.058 INFO O| Sep 01 20:54:03.058 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-09-01T20:54:03.866Z[ recovery-image] Sep 01 20:54:03.075 INFO O| Sep 01 20:54:03.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53642024-09-01T20:54:03.890Z[ recovery-image] Sep 01 20:54:03.098 INFO O| Sep 01 20:54:03.098 INFO STEP 468 (remove_files) COMPLETE
53652024-09-01T20:54:03.890Z[ recovery-image] Sep 01 20:54:03.098 INFO O| Sep 01 20:54:03.098 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-09-01T20:54:03.913Z[ recovery-image] Sep 01 20:54:03.121 INFO O| Sep 01 20:54:03.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53672024-09-01T20:54:03.913Z[ recovery-image] Sep 01 20:54:03.121 INFO O| Sep 01 20:54:03.121 INFO STEP 469 (remove_files) COMPLETE
53682024-09-01T20:54:03.913Z[ recovery-image] Sep 01 20:54:03.121 INFO O| Sep 01 20:54:03.121 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-09-01T20:54:03.929Z[ recovery-image] Sep 01 20:54:03.138 INFO O| Sep 01 20:54:03.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53702024-09-01T20:54:03.933Z[ recovery-image] Sep 01 20:54:03.139 INFO O| Sep 01 20:54:03.138 INFO STEP 470 (remove_files) COMPLETE
53712024-09-01T20:54:03.933Z[ recovery-image] Sep 01 20:54:03.139 INFO O| Sep 01 20:54:03.139 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-09-01T20:54:03.947Z[ recovery-image] Sep 01 20:54:03.156 INFO O| Sep 01 20:54:03.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53732024-09-01T20:54:03.949Z[ recovery-image] Sep 01 20:54:03.156 INFO O| Sep 01 20:54:03.156 INFO STEP 471 (remove_files) COMPLETE
53742024-09-01T20:54:03.949Z[ recovery-image] Sep 01 20:54:03.156 INFO O| Sep 01 20:54:03.156 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-09-01T20:54:03.967Z[ recovery-image] Sep 01 20:54:03.176 INFO O| Sep 01 20:54:03.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53762024-09-01T20:54:03.970Z[ recovery-image] Sep 01 20:54:03.176 INFO O| Sep 01 20:54:03.176 INFO STEP 472 (remove_files) COMPLETE
53772024-09-01T20:54:03.970Z[ recovery-image] Sep 01 20:54:03.177 INFO O| Sep 01 20:54:03.176 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-09-01T20:54:03.988Z[ recovery-image] Sep 01 20:54:03.197 INFO O| Sep 01 20:54:03.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53792024-09-01T20:54:03.994Z[ recovery-image] Sep 01 20:54:03.202 INFO O| Sep 01 20:54:03.202 INFO STEP 473 (remove_files) COMPLETE
53802024-09-01T20:54:03.994Z[ recovery-image] Sep 01 20:54:03.202 INFO O| Sep 01 20:54:03.202 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-09-01T20:54:04.015Z[ recovery-image] Sep 01 20:54:03.224 INFO O| Sep 01 20:54:03.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53822024-09-01T20:54:04.016Z[ recovery-image] Sep 01 20:54:03.224 INFO O| Sep 01 20:54:03.224 INFO STEP 474 (remove_files) COMPLETE
53832024-09-01T20:54:04.016Z[ recovery-image] Sep 01 20:54:03.224 INFO O| Sep 01 20:54:03.224 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-09-01T20:54:04.035Z[ recovery-image] Sep 01 20:54:03.244 INFO O| Sep 01 20:54:03.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53852024-09-01T20:54:04.035Z[ recovery-image] Sep 01 20:54:03.244 INFO O| Sep 01 20:54:03.244 INFO STEP 475 (remove_files) COMPLETE
53862024-09-01T20:54:04.054Z[ recovery-image] Sep 01 20:54:03.244 INFO O| Sep 01 20:54:03.244 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-09-01T20:54:04.098Z[ recovery-image] Sep 01 20:54:03.307 INFO O| Sep 01 20:54:03.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53882024-09-01T20:54:04.098Z[ recovery-image] Sep 01 20:54:03.307 INFO O| Sep 01 20:54:03.307 INFO STEP 476 (remove_files) COMPLETE
53892024-09-01T20:54:04.100Z[ recovery-image] Sep 01 20:54:03.307 INFO O| Sep 01 20:54:03.307 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-09-01T20:54:04.118Z[ recovery-image] Sep 01 20:54:03.327 INFO O| Sep 01 20:54:03.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53912024-09-01T20:54:04.118Z[ recovery-image] Sep 01 20:54:03.327 INFO O| Sep 01 20:54:03.327 INFO STEP 477 (remove_files) COMPLETE
53922024-09-01T20:54:04.121Z[ recovery-image] Sep 01 20:54:03.327 INFO O| Sep 01 20:54:03.327 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-09-01T20:54:04.138Z[ recovery-image] Sep 01 20:54:03.347 INFO O| Sep 01 20:54:03.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53942024-09-01T20:54:04.138Z[ recovery-image] Sep 01 20:54:03.347 INFO O| Sep 01 20:54:03.347 INFO STEP 478 (remove_files) COMPLETE
53952024-09-01T20:54:04.138Z[ recovery-image] Sep 01 20:54:03.347 INFO O| Sep 01 20:54:03.347 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-09-01T20:54:04.158Z[ recovery-image] Sep 01 20:54:03.367 INFO O| Sep 01 20:54:03.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53972024-09-01T20:54:04.158Z[ recovery-image] Sep 01 20:54:03.367 INFO O| Sep 01 20:54:03.367 INFO STEP 479 (remove_files) COMPLETE
53982024-09-01T20:54:04.158Z[ recovery-image] Sep 01 20:54:03.367 INFO O| Sep 01 20:54:03.367 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-09-01T20:54:04.178Z[ recovery-image] Sep 01 20:54:03.387 INFO O| Sep 01 20:54:03.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54002024-09-01T20:54:04.178Z[ recovery-image] Sep 01 20:54:03.387 INFO O| Sep 01 20:54:03.387 INFO STEP 480 (remove_files) COMPLETE
54012024-09-01T20:54:04.178Z[ recovery-image] Sep 01 20:54:03.387 INFO O| Sep 01 20:54:03.387 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-09-01T20:54:04.200Z[ recovery-image] Sep 01 20:54:03.408 INFO O| Sep 01 20:54:03.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54032024-09-01T20:54:04.200Z[ recovery-image] Sep 01 20:54:03.408 INFO O| Sep 01 20:54:03.408 INFO STEP 481 (remove_files) COMPLETE
54042024-09-01T20:54:04.200Z[ recovery-image] Sep 01 20:54:03.408 INFO O| Sep 01 20:54:03.408 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-09-01T20:54:04.221Z[ recovery-image] Sep 01 20:54:03.430 INFO O| Sep 01 20:54:03.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54062024-09-01T20:54:04.221Z[ recovery-image] Sep 01 20:54:03.430 INFO O| Sep 01 20:54:03.430 INFO STEP 482 (remove_files) COMPLETE
54072024-09-01T20:54:04.221Z[ recovery-image] Sep 01 20:54:03.430 INFO O| Sep 01 20:54:03.430 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-09-01T20:54:04.241Z[ recovery-image] Sep 01 20:54:03.450 INFO O| Sep 01 20:54:03.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54092024-09-01T20:54:04.241Z[ recovery-image] Sep 01 20:54:03.450 INFO O| Sep 01 20:54:03.450 INFO STEP 483 (remove_files) COMPLETE
54102024-09-01T20:54:04.244Z[ recovery-image] Sep 01 20:54:03.451 INFO O| Sep 01 20:54:03.450 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-09-01T20:54:04.269Z[ recovery-image] Sep 01 20:54:03.478 INFO O| Sep 01 20:54:03.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54122024-09-01T20:54:04.269Z[ recovery-image] Sep 01 20:54:03.478 INFO O| Sep 01 20:54:03.478 INFO STEP 484 (remove_files) COMPLETE
54132024-09-01T20:54:04.272Z[ recovery-image] Sep 01 20:54:03.478 INFO O| Sep 01 20:54:03.478 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-09-01T20:54:04.288Z[ recovery-image] Sep 01 20:54:03.497 INFO O| Sep 01 20:54:03.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54152024-09-01T20:54:04.288Z[ recovery-image] Sep 01 20:54:03.498 INFO O| Sep 01 20:54:03.498 INFO STEP 485 (remove_files) COMPLETE
54162024-09-01T20:54:04.291Z[ recovery-image] Sep 01 20:54:03.498 INFO O| Sep 01 20:54:03.498 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-09-01T20:54:04.329Z[ recovery-image] Sep 01 20:54:03.538 INFO O| Sep 01 20:54:03.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54182024-09-01T20:54:04.331Z[ recovery-image] Sep 01 20:54:03.538 INFO O| Sep 01 20:54:03.538 INFO STEP 486 (remove_files) COMPLETE
54192024-09-01T20:54:04.332Z[ recovery-image] Sep 01 20:54:03.538 INFO O| Sep 01 20:54:03.538 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-09-01T20:54:04.350Z[ recovery-image] Sep 01 20:54:03.559 INFO O| Sep 01 20:54:03.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54212024-09-01T20:54:04.352Z[ recovery-image] Sep 01 20:54:03.559 INFO O| Sep 01 20:54:03.559 INFO STEP 487 (remove_files) COMPLETE
54222024-09-01T20:54:04.352Z[ recovery-image] Sep 01 20:54:03.559 INFO O| Sep 01 20:54:03.559 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-09-01T20:54:04.369Z[ recovery-image] Sep 01 20:54:03.578 INFO O| Sep 01 20:54:03.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54242024-09-01T20:54:04.369Z[ recovery-image] Sep 01 20:54:03.578 INFO O| Sep 01 20:54:03.578 INFO STEP 488 (remove_files) COMPLETE
54252024-09-01T20:54:04.369Z[ recovery-image] Sep 01 20:54:03.578 INFO O| Sep 01 20:54:03.578 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-09-01T20:54:04.387Z[ recovery-image] Sep 01 20:54:03.596 INFO O| Sep 01 20:54:03.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54272024-09-01T20:54:04.387Z[ recovery-image] Sep 01 20:54:03.596 INFO O| Sep 01 20:54:03.596 INFO STEP 489 (remove_files) COMPLETE
54282024-09-01T20:54:04.390Z[ recovery-image] Sep 01 20:54:03.596 INFO O| Sep 01 20:54:03.596 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-09-01T20:54:04.406Z[ recovery-image] Sep 01 20:54:03.615 INFO O| Sep 01 20:54:03.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54302024-09-01T20:54:04.409Z[ recovery-image] Sep 01 20:54:03.615 INFO O| Sep 01 20:54:03.615 INFO STEP 490 (remove_files) COMPLETE
54312024-09-01T20:54:04.409Z[ recovery-image] Sep 01 20:54:03.615 INFO O| Sep 01 20:54:03.615 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-09-01T20:54:04.427Z[ recovery-image] Sep 01 20:54:03.636 INFO O| Sep 01 20:54:03.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54332024-09-01T20:54:04.427Z[ recovery-image] Sep 01 20:54:03.636 INFO O| Sep 01 20:54:03.636 INFO STEP 491 (remove_files) COMPLETE
54342024-09-01T20:54:04.427Z[ recovery-image] Sep 01 20:54:03.636 INFO O| Sep 01 20:54:03.636 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-09-01T20:54:04.449Z[ recovery-image] Sep 01 20:54:03.658 INFO O| Sep 01 20:54:03.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54362024-09-01T20:54:04.449Z[ recovery-image] Sep 01 20:54:03.658 INFO O| Sep 01 20:54:03.658 INFO STEP 492 (remove_files) COMPLETE
54372024-09-01T20:54:04.452Z[ recovery-image] Sep 01 20:54:03.658 INFO O| Sep 01 20:54:03.658 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-09-01T20:54:04.497Z[ recovery-image] Sep 01 20:54:03.706 INFO O| Sep 01 20:54:03.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54392024-09-01T20:54:04.500Z[ recovery-image] Sep 01 20:54:03.706 INFO O| Sep 01 20:54:03.706 INFO STEP 493 (remove_files) COMPLETE
54402024-09-01T20:54:04.500Z[ recovery-image] Sep 01 20:54:03.706 INFO O| Sep 01 20:54:03.706 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-09-01T20:54:04.532Z[ recovery-image] Sep 01 20:54:03.741 INFO O| Sep 01 20:54:03.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54422024-09-01T20:54:04.532Z[ recovery-image] Sep 01 20:54:03.741 INFO O| Sep 01 20:54:03.741 INFO STEP 494 (remove_files) COMPLETE
54432024-09-01T20:54:04.532Z[ recovery-image] Sep 01 20:54:03.741 INFO O| Sep 01 20:54:03.741 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-09-01T20:54:04.550Z[ recovery-image] Sep 01 20:54:03.759 INFO O| Sep 01 20:54:03.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54452024-09-01T20:54:04.561Z[ recovery-image] Sep 01 20:54:03.770 INFO O| Sep 01 20:54:03.770 INFO STEP 495 (remove_files) COMPLETE
54462024-09-01T20:54:04.561Z[ recovery-image] Sep 01 20:54:03.770 INFO O| Sep 01 20:54:03.770 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-09-01T20:54:04.618Z[ recovery-image] Sep 01 20:54:03.827 INFO O| Sep 01 20:54:03.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54482024-09-01T20:54:04.634Z[ recovery-image] Sep 01 20:54:03.843 INFO O| Sep 01 20:54:03.843 INFO STEP 496 (remove_files) COMPLETE
54492024-09-01T20:54:04.634Z[ recovery-image] Sep 01 20:54:03.843 INFO O| Sep 01 20:54:03.843 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-09-01T20:54:04.654Z[ recovery-image] Sep 01 20:54:03.863 INFO O| Sep 01 20:54:03.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54512024-09-01T20:54:04.654Z[ recovery-image] Sep 01 20:54:03.863 INFO O| Sep 01 20:54:03.863 INFO STEP 497 (remove_files) COMPLETE
54522024-09-01T20:54:04.654Z[ recovery-image] Sep 01 20:54:03.863 INFO O| Sep 01 20:54:03.863 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-09-01T20:54:04.673Z[ recovery-image] Sep 01 20:54:03.882 INFO O| Sep 01 20:54:03.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
54542024-09-01T20:54:04.673Z[ recovery-image] Sep 01 20:54:03.882 INFO O| Sep 01 20:54:03.882 INFO STEP 498 (remove_files) COMPLETE
54552024-09-01T20:54:04.673Z[ recovery-image] Sep 01 20:54:03.882 INFO O| Sep 01 20:54:03.882 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-09-01T20:54:04.691Z[ recovery-image] Sep 01 20:54:03.900 INFO O| Sep 01 20:54:03.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54572024-09-01T20:54:04.691Z[ recovery-image] Sep 01 20:54:03.900 INFO O| Sep 01 20:54:03.900 INFO STEP 499 (remove_files) COMPLETE
54582024-09-01T20:54:04.691Z[ recovery-image] Sep 01 20:54:03.900 INFO O| Sep 01 20:54:03.900 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-09-01T20:54:04.710Z[ recovery-image] Sep 01 20:54:03.919 INFO O| Sep 01 20:54:03.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54602024-09-01T20:54:04.710Z[ recovery-image] Sep 01 20:54:03.919 INFO O| Sep 01 20:54:03.919 INFO STEP 500 (remove_files) COMPLETE
54612024-09-01T20:54:04.710Z[ recovery-image] Sep 01 20:54:03.919 INFO O| Sep 01 20:54:03.919 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-09-01T20:54:04.735Z[ recovery-image] Sep 01 20:54:03.944 INFO O| Sep 01 20:54:03.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54632024-09-01T20:54:04.735Z[ recovery-image] Sep 01 20:54:03.944 INFO O| Sep 01 20:54:03.944 INFO STEP 501 (remove_files) COMPLETE
54642024-09-01T20:54:04.738Z[ recovery-image] Sep 01 20:54:03.945 INFO O| Sep 01 20:54:03.944 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-09-01T20:54:04.776Z[ recovery-image] Sep 01 20:54:03.985 INFO O| Sep 01 20:54:03.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54662024-09-01T20:54:04.777Z[ recovery-image] Sep 01 20:54:03.986 INFO O| Sep 01 20:54:03.985 INFO STEP 502 (remove_files) COMPLETE
54672024-09-01T20:54:04.777Z[ recovery-image] Sep 01 20:54:03.986 INFO O| Sep 01 20:54:03.986 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-09-01T20:54:04.796Z[ recovery-image] Sep 01 20:54:04.005 INFO O| Sep 01 20:54:04.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54692024-09-01T20:54:04.796Z[ recovery-image] Sep 01 20:54:04.005 INFO O| Sep 01 20:54:04.005 INFO STEP 503 (remove_files) COMPLETE
54702024-09-01T20:54:04.799Z[ recovery-image] Sep 01 20:54:04.006 INFO O| Sep 01 20:54:04.005 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-09-01T20:54:04.825Z[ recovery-image] Sep 01 20:54:04.034 INFO O| Sep 01 20:54:04.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54722024-09-01T20:54:04.825Z[ recovery-image] Sep 01 20:54:04.034 INFO O| Sep 01 20:54:04.034 INFO STEP 504 (remove_files) COMPLETE
54732024-09-01T20:54:04.828Z[ recovery-image] Sep 01 20:54:04.034 INFO O| Sep 01 20:54:04.034 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-09-01T20:54:04.844Z[ recovery-image] Sep 01 20:54:04.053 INFO O| Sep 01 20:54:04.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54752024-09-01T20:54:04.844Z[ recovery-image] Sep 01 20:54:04.053 INFO O| Sep 01 20:54:04.053 INFO STEP 505 (remove_files) COMPLETE
54762024-09-01T20:54:04.847Z[ recovery-image] Sep 01 20:54:04.054 INFO O| Sep 01 20:54:04.053 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-09-01T20:54:04.863Z[ recovery-image] Sep 01 20:54:04.071 INFO O| Sep 01 20:54:04.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54782024-09-01T20:54:04.866Z[ recovery-image] Sep 01 20:54:04.072 INFO O| Sep 01 20:54:04.072 INFO STEP 506 (remove_files) COMPLETE
54792024-09-01T20:54:04.866Z[ recovery-image] Sep 01 20:54:04.072 INFO O| Sep 01 20:54:04.072 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-09-01T20:54:04.893Z[ recovery-image] Sep 01 20:54:04.102 INFO O| Sep 01 20:54:04.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54812024-09-01T20:54:04.893Z[ recovery-image] Sep 01 20:54:04.103 INFO O| Sep 01 20:54:04.102 INFO STEP 507 (remove_files) COMPLETE
54822024-09-01T20:54:04.896Z[ recovery-image] Sep 01 20:54:04.103 INFO O| Sep 01 20:54:04.103 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-09-01T20:54:04.925Z[ recovery-image] Sep 01 20:54:04.134 INFO O| Sep 01 20:54:04.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54842024-09-01T20:54:04.925Z[ recovery-image] Sep 01 20:54:04.134 INFO O| Sep 01 20:54:04.134 INFO STEP 508 (remove_files) COMPLETE
54852024-09-01T20:54:04.925Z[ recovery-image] Sep 01 20:54:04.134 INFO O| Sep 01 20:54:04.134 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-09-01T20:54:04.951Z[ recovery-image] Sep 01 20:54:04.160 INFO O| Sep 01 20:54:04.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54872024-09-01T20:54:04.951Z[ recovery-image] Sep 01 20:54:04.160 INFO O| Sep 01 20:54:04.160 INFO STEP 509 (remove_files) COMPLETE
54882024-09-01T20:54:04.951Z[ recovery-image] Sep 01 20:54:04.160 INFO O| Sep 01 20:54:04.160 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-09-01T20:54:04.997Z[ recovery-image] Sep 01 20:54:04.206 INFO O| Sep 01 20:54:04.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54902024-09-01T20:54:04.998Z[ recovery-image] Sep 01 20:54:04.206 INFO O| Sep 01 20:54:04.206 INFO STEP 510 (remove_files) COMPLETE
54912024-09-01T20:54:04.998Z[ recovery-image] Sep 01 20:54:04.206 INFO O| Sep 01 20:54:04.206 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-09-01T20:54:05.034Z[ recovery-image] Sep 01 20:54:04.242 INFO O| Sep 01 20:54:04.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54932024-09-01T20:54:05.034Z[ recovery-image] Sep 01 20:54:04.242 INFO O| Sep 01 20:54:04.242 INFO STEP 511 (remove_files) COMPLETE
54942024-09-01T20:54:05.034Z[ recovery-image] Sep 01 20:54:04.242 INFO O| Sep 01 20:54:04.242 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-09-01T20:54:05.053Z[ recovery-image] Sep 01 20:54:04.261 INFO O| Sep 01 20:54:04.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54962024-09-01T20:54:05.053Z[ recovery-image] Sep 01 20:54:04.261 INFO O| Sep 01 20:54:04.261 INFO STEP 512 (remove_files) COMPLETE
54972024-09-01T20:54:05.053Z[ recovery-image] Sep 01 20:54:04.261 INFO O| Sep 01 20:54:04.261 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-09-01T20:54:05.073Z[ recovery-image] Sep 01 20:54:04.281 INFO O| Sep 01 20:54:04.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54992024-09-01T20:54:05.073Z[ recovery-image] Sep 01 20:54:04.281 INFO O| Sep 01 20:54:04.281 INFO STEP 513 (remove_files) COMPLETE
55002024-09-01T20:54:05.073Z[ recovery-image] Sep 01 20:54:04.281 INFO O| Sep 01 20:54:04.281 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-09-01T20:54:05.092Z[ recovery-image] Sep 01 20:54:04.301 INFO O| Sep 01 20:54:04.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55022024-09-01T20:54:05.092Z[ recovery-image] Sep 01 20:54:04.301 INFO O| Sep 01 20:54:04.301 INFO STEP 514 (remove_files) COMPLETE
55032024-09-01T20:54:05.092Z[ recovery-image] Sep 01 20:54:04.301 INFO O| Sep 01 20:54:04.301 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-09-01T20:54:05.112Z[ recovery-image] Sep 01 20:54:04.321 INFO O| Sep 01 20:54:04.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55052024-09-01T20:54:05.115Z[ recovery-image] Sep 01 20:54:04.321 INFO O| Sep 01 20:54:04.321 INFO STEP 515 (remove_files) COMPLETE
55062024-09-01T20:54:05.115Z[ recovery-image] Sep 01 20:54:04.321 INFO O| Sep 01 20:54:04.321 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-09-01T20:54:05.142Z[ recovery-image] Sep 01 20:54:04.351 INFO O| Sep 01 20:54:04.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55082024-09-01T20:54:05.144Z[ recovery-image] Sep 01 20:54:04.351 INFO O| Sep 01 20:54:04.351 INFO STEP 516 (remove_files) COMPLETE
55092024-09-01T20:54:05.145Z[ recovery-image] Sep 01 20:54:04.351 INFO O| Sep 01 20:54:04.351 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-09-01T20:54:05.166Z[ recovery-image] Sep 01 20:54:04.375 INFO O| Sep 01 20:54:04.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55112024-09-01T20:54:05.166Z[ recovery-image] Sep 01 20:54:04.375 INFO O| Sep 01 20:54:04.375 INFO STEP 517 (remove_files) COMPLETE
55122024-09-01T20:54:05.166Z[ recovery-image] Sep 01 20:54:04.375 INFO O| Sep 01 20:54:04.375 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-09-01T20:54:05.188Z[ recovery-image] Sep 01 20:54:04.396 INFO O| Sep 01 20:54:04.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55142024-09-01T20:54:05.188Z[ recovery-image] Sep 01 20:54:04.397 INFO O| Sep 01 20:54:04.396 INFO STEP 518 (remove_files) COMPLETE
55152024-09-01T20:54:05.188Z[ recovery-image] Sep 01 20:54:04.397 INFO O| Sep 01 20:54:04.396 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-09-01T20:54:05.213Z[ recovery-image] Sep 01 20:54:04.422 INFO O| Sep 01 20:54:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55172024-09-01T20:54:05.213Z[ recovery-image] Sep 01 20:54:04.422 INFO O| Sep 01 20:54:04.422 INFO STEP 519 (remove_files) COMPLETE
55182024-09-01T20:54:05.213Z[ recovery-image] Sep 01 20:54:04.423 INFO O| Sep 01 20:54:04.422 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-09-01T20:54:05.234Z[ recovery-image] Sep 01 20:54:04.443 INFO O| Sep 01 20:54:04.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55202024-09-01T20:54:05.234Z[ recovery-image] Sep 01 20:54:04.444 INFO O| Sep 01 20:54:04.444 INFO STEP 520 (remove_files) COMPLETE
55212024-09-01T20:54:05.237Z[ recovery-image] Sep 01 20:54:04.444 INFO O| Sep 01 20:54:04.444 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-09-01T20:54:05.256Z[ recovery-image] Sep 01 20:54:04.465 INFO O| Sep 01 20:54:04.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55232024-09-01T20:54:05.259Z[ recovery-image] Sep 01 20:54:04.465 INFO O| Sep 01 20:54:04.465 INFO STEP 521 (remove_files) COMPLETE
55242024-09-01T20:54:05.259Z[ recovery-image] Sep 01 20:54:04.465 INFO O| Sep 01 20:54:04.465 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-09-01T20:54:05.275Z[ recovery-image] Sep 01 20:54:04.484 INFO O| Sep 01 20:54:04.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55262024-09-01T20:54:05.278Z[ recovery-image] Sep 01 20:54:04.484 INFO O| Sep 01 20:54:04.484 INFO STEP 522 (remove_files) COMPLETE
55272024-09-01T20:54:05.278Z[ recovery-image] Sep 01 20:54:04.484 INFO O| Sep 01 20:54:04.484 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-09-01T20:54:05.294Z[ recovery-image] Sep 01 20:54:04.503 INFO O| Sep 01 20:54:04.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55292024-09-01T20:54:05.297Z[ recovery-image] Sep 01 20:54:04.504 INFO O| Sep 01 20:54:04.504 INFO STEP 523 (remove_files) COMPLETE
55302024-09-01T20:54:05.297Z[ recovery-image] Sep 01 20:54:04.504 INFO O| Sep 01 20:54:04.504 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-09-01T20:54:05.314Z[ recovery-image] Sep 01 20:54:04.523 INFO O| Sep 01 20:54:04.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55322024-09-01T20:54:05.316Z[ recovery-image] Sep 01 20:54:04.523 INFO O| Sep 01 20:54:04.523 INFO STEP 524 (remove_files) COMPLETE
55332024-09-01T20:54:05.316Z[ recovery-image] Sep 01 20:54:04.523 INFO O| Sep 01 20:54:04.523 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-09-01T20:54:05.333Z[ recovery-image] Sep 01 20:54:04.542 INFO O| Sep 01 20:54:04.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55352024-09-01T20:54:05.336Z[ recovery-image] Sep 01 20:54:04.543 INFO O| Sep 01 20:54:04.542 INFO STEP 525 (remove_files) COMPLETE
55362024-09-01T20:54:05.336Z[ recovery-image] Sep 01 20:54:04.543 INFO O| Sep 01 20:54:04.543 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-09-01T20:54:05.357Z[ recovery-image] Sep 01 20:54:04.564 INFO O| Sep 01 20:54:04.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55382024-09-01T20:54:05.357Z[ recovery-image] Sep 01 20:54:04.564 INFO O| Sep 01 20:54:04.564 INFO STEP 526 (remove_files) COMPLETE
55392024-09-01T20:54:05.357Z[ recovery-image] Sep 01 20:54:04.564 INFO O| Sep 01 20:54:04.564 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-09-01T20:54:05.386Z[ recovery-image] Sep 01 20:54:04.595 INFO O| Sep 01 20:54:04.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55412024-09-01T20:54:05.386Z[ recovery-image] Sep 01 20:54:04.595 INFO O| Sep 01 20:54:04.595 INFO STEP 527 (remove_files) COMPLETE
55422024-09-01T20:54:05.389Z[ recovery-image] Sep 01 20:54:04.595 INFO O| Sep 01 20:54:04.595 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-09-01T20:54:05.407Z[ recovery-image] Sep 01 20:54:04.616 INFO O| Sep 01 20:54:04.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55442024-09-01T20:54:05.407Z[ recovery-image] Sep 01 20:54:04.616 INFO O| Sep 01 20:54:04.616 INFO STEP 528 (remove_files) COMPLETE
55452024-09-01T20:54:05.407Z[ recovery-image] Sep 01 20:54:04.616 INFO O| Sep 01 20:54:04.616 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-09-01T20:54:05.430Z[ recovery-image] Sep 01 20:54:04.638 INFO O| Sep 01 20:54:04.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55472024-09-01T20:54:05.432Z[ recovery-image] Sep 01 20:54:04.639 INFO O| Sep 01 20:54:04.639 INFO STEP 529 (remove_files) COMPLETE
55482024-09-01T20:54:05.432Z[ recovery-image] Sep 01 20:54:04.639 INFO O| Sep 01 20:54:04.639 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-09-01T20:54:05.448Z[ recovery-image] Sep 01 20:54:04.657 INFO O| Sep 01 20:54:04.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
55502024-09-01T20:54:05.450Z[ recovery-image] Sep 01 20:54:04.657 INFO O| Sep 01 20:54:04.657 INFO STEP 530 (remove_files) COMPLETE
55512024-09-01T20:54:05.450Z[ recovery-image] Sep 01 20:54:04.657 INFO O| Sep 01 20:54:04.657 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-09-01T20:54:05.466Z[ recovery-image] Sep 01 20:54:04.675 INFO O| Sep 01 20:54:04.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
55532024-09-01T20:54:05.469Z[ recovery-image] Sep 01 20:54:04.675 INFO O| Sep 01 20:54:04.675 INFO STEP 531 (remove_files) COMPLETE
55542024-09-01T20:54:05.469Z[ recovery-image] Sep 01 20:54:04.675 INFO O| Sep 01 20:54:04.675 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-09-01T20:54:05.484Z[ recovery-image] Sep 01 20:54:04.693 INFO O| Sep 01 20:54:04.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
55562024-09-01T20:54:05.487Z[ recovery-image] Sep 01 20:54:04.693 INFO O| Sep 01 20:54:04.693 INFO STEP 532 (remove_files) COMPLETE
55572024-09-01T20:54:05.487Z[ recovery-image] Sep 01 20:54:04.693 INFO O| Sep 01 20:54:04.693 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-09-01T20:54:05.507Z[ recovery-image] Sep 01 20:54:04.716 INFO O| Sep 01 20:54:04.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55592024-09-01T20:54:05.507Z[ recovery-image] Sep 01 20:54:04.716 INFO O| Sep 01 20:54:04.716 INFO STEP 533 (remove_files) COMPLETE
55602024-09-01T20:54:05.507Z[ recovery-image] Sep 01 20:54:04.716 INFO O| Sep 01 20:54:04.716 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-09-01T20:54:05.526Z[ recovery-image] Sep 01 20:54:04.735 INFO O| Sep 01 20:54:04.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55622024-09-01T20:54:05.527Z[ recovery-image] Sep 01 20:54:04.736 INFO O| Sep 01 20:54:04.736 INFO STEP 534 (remove_files) COMPLETE
55632024-09-01T20:54:05.529Z[ recovery-image] Sep 01 20:54:04.736 INFO O| Sep 01 20:54:04.736 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-09-01T20:54:05.546Z[ recovery-image] Sep 01 20:54:04.755 INFO O| Sep 01 20:54:04.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55652024-09-01T20:54:05.546Z[ recovery-image] Sep 01 20:54:04.755 INFO O| Sep 01 20:54:04.755 INFO STEP 535 (remove_files) COMPLETE
55662024-09-01T20:54:05.549Z[ recovery-image] Sep 01 20:54:04.756 INFO O| Sep 01 20:54:04.755 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-09-01T20:54:05.566Z[ recovery-image] Sep 01 20:54:04.775 INFO O| Sep 01 20:54:04.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55682024-09-01T20:54:05.571Z[ recovery-image] Sep 01 20:54:04.780 INFO O| Sep 01 20:54:04.780 INFO STEP 536 (remove_files) COMPLETE
55692024-09-01T20:54:05.571Z[ recovery-image] Sep 01 20:54:04.780 INFO O| Sep 01 20:54:04.780 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-09-01T20:54:05.591Z[ recovery-image] Sep 01 20:54:04.800 INFO O| Sep 01 20:54:04.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55712024-09-01T20:54:05.591Z[ recovery-image] Sep 01 20:54:04.800 INFO O| Sep 01 20:54:04.800 INFO STEP 537 (remove_files) COMPLETE
55722024-09-01T20:54:05.591Z[ recovery-image] Sep 01 20:54:04.800 INFO O| Sep 01 20:54:04.800 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-09-01T20:54:05.609Z[ recovery-image] Sep 01 20:54:04.818 INFO O| Sep 01 20:54:04.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55742024-09-01T20:54:05.610Z[ recovery-image] Sep 01 20:54:04.818 INFO O| Sep 01 20:54:04.818 INFO STEP 538 (remove_files) COMPLETE
55752024-09-01T20:54:05.610Z[ recovery-image] Sep 01 20:54:04.818 INFO O| Sep 01 20:54:04.818 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-09-01T20:54:05.634Z[ recovery-image] Sep 01 20:54:04.843 INFO O| Sep 01 20:54:04.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55772024-09-01T20:54:05.637Z[ recovery-image] Sep 01 20:54:04.843 INFO O| Sep 01 20:54:04.843 INFO STEP 539 (remove_files) COMPLETE
55782024-09-01T20:54:05.637Z[ recovery-image] Sep 01 20:54:04.844 INFO O| Sep 01 20:54:04.843 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-09-01T20:54:05.653Z[ recovery-image] Sep 01 20:54:04.862 INFO O| Sep 01 20:54:04.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55802024-09-01T20:54:05.655Z[ recovery-image] Sep 01 20:54:04.862 INFO O| Sep 01 20:54:04.862 INFO STEP 540 (remove_files) COMPLETE
55812024-09-01T20:54:05.655Z[ recovery-image] Sep 01 20:54:04.862 INFO O| Sep 01 20:54:04.862 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-09-01T20:54:05.672Z[ recovery-image] Sep 01 20:54:04.881 INFO O| Sep 01 20:54:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55832024-09-01T20:54:05.674Z[ recovery-image] Sep 01 20:54:04.881 INFO O| Sep 01 20:54:04.881 INFO STEP 541 (remove_files) COMPLETE
55842024-09-01T20:54:05.674Z[ recovery-image] Sep 01 20:54:04.881 INFO O| Sep 01 20:54:04.881 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-09-01T20:54:05.690Z[ recovery-image] Sep 01 20:54:04.899 INFO O| Sep 01 20:54:04.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55862024-09-01T20:54:05.693Z[ recovery-image] Sep 01 20:54:04.899 INFO O| Sep 01 20:54:04.899 INFO STEP 542 (remove_files) COMPLETE
55872024-09-01T20:54:05.693Z[ recovery-image] Sep 01 20:54:04.899 INFO O| Sep 01 20:54:04.899 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-09-01T20:54:05.707Z[ recovery-image] Sep 01 20:54:04.916 INFO O| Sep 01 20:54:04.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55892024-09-01T20:54:05.710Z[ recovery-image] Sep 01 20:54:04.916 INFO O| Sep 01 20:54:04.916 INFO STEP 543 (remove_files) COMPLETE
55902024-09-01T20:54:05.710Z[ recovery-image] Sep 01 20:54:04.916 INFO O| Sep 01 20:54:04.916 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-09-01T20:54:05.725Z[ recovery-image] Sep 01 20:54:04.934 INFO O| Sep 01 20:54:04.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55922024-09-01T20:54:05.728Z[ recovery-image] Sep 01 20:54:04.934 INFO O| Sep 01 20:54:04.934 INFO STEP 544 (remove_files) COMPLETE
55932024-09-01T20:54:05.728Z[ recovery-image] Sep 01 20:54:04.935 INFO O| Sep 01 20:54:04.934 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-09-01T20:54:05.745Z[ recovery-image] Sep 01 20:54:04.954 INFO O| Sep 01 20:54:04.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55952024-09-01T20:54:05.747Z[ recovery-image] Sep 01 20:54:04.954 INFO O| Sep 01 20:54:04.954 INFO STEP 545 (remove_files) COMPLETE
55962024-09-01T20:54:05.747Z[ recovery-image] Sep 01 20:54:04.954 INFO O| Sep 01 20:54:04.954 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-09-01T20:54:05.767Z[ recovery-image] Sep 01 20:54:04.975 INFO O| Sep 01 20:54:04.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55982024-09-01T20:54:05.767Z[ recovery-image] Sep 01 20:54:04.975 INFO O| Sep 01 20:54:04.975 INFO STEP 546 (remove_files) COMPLETE
55992024-09-01T20:54:05.767Z[ recovery-image] Sep 01 20:54:04.975 INFO O| Sep 01 20:54:04.975 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-09-01T20:54:05.784Z[ recovery-image] Sep 01 20:54:04.993 INFO O| Sep 01 20:54:04.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56012024-09-01T20:54:05.787Z[ recovery-image] Sep 01 20:54:04.993 INFO O| Sep 01 20:54:04.993 INFO STEP 547 (remove_files) COMPLETE
56022024-09-01T20:54:05.787Z[ recovery-image] Sep 01 20:54:04.993 INFO O| Sep 01 20:54:04.993 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-09-01T20:54:05.802Z[ recovery-image] Sep 01 20:54:05.011 INFO O| Sep 01 20:54:05.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56042024-09-01T20:54:05.802Z[ recovery-image] Sep 01 20:54:05.011 INFO O| Sep 01 20:54:05.011 INFO STEP 548 (remove_files) COMPLETE
56052024-09-01T20:54:05.802Z[ recovery-image] Sep 01 20:54:05.011 INFO O| Sep 01 20:54:05.011 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-09-01T20:54:05.820Z[ recovery-image] Sep 01 20:54:05.029 INFO O| Sep 01 20:54:05.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56072024-09-01T20:54:05.820Z[ recovery-image] Sep 01 20:54:05.029 INFO O| Sep 01 20:54:05.029 INFO STEP 549 (remove_files) COMPLETE
56082024-09-01T20:54:05.820Z[ recovery-image] Sep 01 20:54:05.029 INFO O| Sep 01 20:54:05.029 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-09-01T20:54:05.839Z[ recovery-image] Sep 01 20:54:05.048 INFO O| Sep 01 20:54:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56102024-09-01T20:54:05.839Z[ recovery-image] Sep 01 20:54:05.048 INFO O| Sep 01 20:54:05.048 INFO STEP 550 (remove_files) COMPLETE
56112024-09-01T20:54:05.839Z[ recovery-image] Sep 01 20:54:05.048 INFO O| Sep 01 20:54:05.048 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-09-01T20:54:05.858Z[ recovery-image] Sep 01 20:54:05.067 INFO O| Sep 01 20:54:05.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56132024-09-01T20:54:05.858Z[ recovery-image] Sep 01 20:54:05.067 INFO O| Sep 01 20:54:05.067 INFO STEP 551 (remove_files) COMPLETE
56142024-09-01T20:54:05.858Z[ recovery-image] Sep 01 20:54:05.067 INFO O| Sep 01 20:54:05.067 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-09-01T20:54:05.875Z[ recovery-image] Sep 01 20:54:05.084 INFO O| Sep 01 20:54:05.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56162024-09-01T20:54:05.875Z[ recovery-image] Sep 01 20:54:05.084 INFO O| Sep 01 20:54:05.084 INFO STEP 552 (remove_files) COMPLETE
56172024-09-01T20:54:05.878Z[ recovery-image] Sep 01 20:54:05.085 INFO O| Sep 01 20:54:05.084 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-09-01T20:54:05.899Z[ recovery-image] Sep 01 20:54:05.102 INFO O| Sep 01 20:54:05.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56192024-09-01T20:54:05.899Z[ recovery-image] Sep 01 20:54:05.102 INFO O| Sep 01 20:54:05.102 INFO STEP 553 (remove_files) COMPLETE
56202024-09-01T20:54:05.902Z[ recovery-image] Sep 01 20:54:05.102 INFO O| Sep 01 20:54:05.102 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-09-01T20:54:05.910Z[ recovery-image] Sep 01 20:54:05.119 INFO O| Sep 01 20:54:05.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56222024-09-01T20:54:05.917Z[ recovery-image] Sep 01 20:54:05.126 INFO O| Sep 01 20:54:05.126 INFO STEP 554 (remove_files) COMPLETE
56232024-09-01T20:54:05.917Z[ recovery-image] Sep 01 20:54:05.126 INFO O| Sep 01 20:54:05.126 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-09-01T20:54:05.959Z[ recovery-image] Sep 01 20:54:05.168 INFO O| Sep 01 20:54:05.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56252024-09-01T20:54:05.975Z[ recovery-image] Sep 01 20:54:05.184 INFO O| Sep 01 20:54:05.184 INFO STEP 555 (remove_files) COMPLETE
56262024-09-01T20:54:05.975Z[ recovery-image] Sep 01 20:54:05.184 INFO O| Sep 01 20:54:05.184 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-09-01T20:54:06.004Z[ recovery-image] Sep 01 20:54:05.213 INFO O| Sep 01 20:54:05.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56282024-09-01T20:54:06.004Z[ recovery-image] Sep 01 20:54:05.213 INFO O| Sep 01 20:54:05.213 INFO STEP 556 (remove_files) COMPLETE
56292024-09-01T20:54:06.004Z[ recovery-image] Sep 01 20:54:05.213 INFO O| Sep 01 20:54:05.213 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-09-01T20:54:06.023Z[ recovery-image] Sep 01 20:54:05.232 INFO O| Sep 01 20:54:05.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56312024-09-01T20:54:06.023Z[ recovery-image] Sep 01 20:54:05.232 INFO O| Sep 01 20:54:05.232 INFO STEP 557 (remove_files) COMPLETE
56322024-09-01T20:54:06.023Z[ recovery-image] Sep 01 20:54:05.232 INFO O| Sep 01 20:54:05.232 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-09-01T20:54:06.042Z[ recovery-image] Sep 01 20:54:05.251 INFO O| Sep 01 20:54:05.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56342024-09-01T20:54:06.042Z[ recovery-image] Sep 01 20:54:05.251 INFO O| Sep 01 20:54:05.251 INFO STEP 558 (remove_files) COMPLETE
56352024-09-01T20:54:06.045Z[ recovery-image] Sep 01 20:54:05.251 INFO O| Sep 01 20:54:05.251 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-09-01T20:54:06.060Z[ recovery-image] Sep 01 20:54:05.269 INFO O| Sep 01 20:54:05.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56372024-09-01T20:54:06.060Z[ recovery-image] Sep 01 20:54:05.269 INFO O| Sep 01 20:54:05.269 INFO STEP 559 (remove_files) COMPLETE
56382024-09-01T20:54:06.060Z[ recovery-image] Sep 01 20:54:05.269 INFO O| Sep 01 20:54:05.269 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-09-01T20:54:06.080Z[ recovery-image] Sep 01 20:54:05.288 INFO O| Sep 01 20:54:05.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56402024-09-01T20:54:06.080Z[ recovery-image] Sep 01 20:54:05.288 INFO O| Sep 01 20:54:05.288 INFO STEP 560 (remove_files) COMPLETE
56412024-09-01T20:54:06.083Z[ recovery-image] Sep 01 20:54:05.289 INFO O| Sep 01 20:54:05.288 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-09-01T20:54:06.116Z[ recovery-image] Sep 01 20:54:05.325 INFO O| Sep 01 20:54:05.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56432024-09-01T20:54:06.119Z[ recovery-image] Sep 01 20:54:05.325 INFO O| Sep 01 20:54:05.325 INFO STEP 561 (remove_files) COMPLETE
56442024-09-01T20:54:06.119Z[ recovery-image] Sep 01 20:54:05.325 INFO O| Sep 01 20:54:05.325 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-09-01T20:54:06.155Z[ recovery-image] Sep 01 20:54:05.364 INFO O| Sep 01 20:54:05.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56462024-09-01T20:54:06.157Z[ recovery-image] Sep 01 20:54:05.364 INFO O| Sep 01 20:54:05.364 INFO STEP 562 (remove_files) COMPLETE
56472024-09-01T20:54:06.157Z[ recovery-image] Sep 01 20:54:05.364 INFO O| Sep 01 20:54:05.364 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-09-01T20:54:06.180Z[ recovery-image] Sep 01 20:54:05.389 INFO O| Sep 01 20:54:05.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56492024-09-01T20:54:06.191Z[ recovery-image] Sep 01 20:54:05.400 INFO O| Sep 01 20:54:05.400 INFO STEP 563 (remove_files) COMPLETE
56502024-09-01T20:54:06.191Z[ recovery-image] Sep 01 20:54:05.400 INFO O| Sep 01 20:54:05.400 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-09-01T20:54:06.214Z[ recovery-image] Sep 01 20:54:05.423 INFO O| Sep 01 20:54:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
56522024-09-01T20:54:06.217Z[ recovery-image] Sep 01 20:54:05.423 INFO O| Sep 01 20:54:05.423 INFO STEP 564 (remove_files) COMPLETE
56532024-09-01T20:54:06.217Z[ recovery-image] Sep 01 20:54:05.423 INFO O| Sep 01 20:54:05.423 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-09-01T20:54:06.255Z[ recovery-image] Sep 01 20:54:05.464 INFO O| Sep 01 20:54:05.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
56552024-09-01T20:54:06.255Z[ recovery-image] Sep 01 20:54:05.464 INFO O| Sep 01 20:54:05.464 INFO STEP 565 (remove_files) COMPLETE
56562024-09-01T20:54:06.258Z[ recovery-image] Sep 01 20:54:05.464 INFO O| Sep 01 20:54:05.464 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-09-01T20:54:06.303Z[ recovery-image] Sep 01 20:54:05.512 INFO O| Sep 01 20:54:05.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56582024-09-01T20:54:06.306Z[ recovery-image] Sep 01 20:54:05.512 INFO O| Sep 01 20:54:05.512 INFO STEP 566 (remove_files) COMPLETE
56592024-09-01T20:54:06.306Z[ recovery-image] Sep 01 20:54:05.512 INFO O| Sep 01 20:54:05.512 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-09-01T20:54:06.326Z[ recovery-image] Sep 01 20:54:05.535 INFO O| Sep 01 20:54:05.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56612024-09-01T20:54:06.328Z[ recovery-image] Sep 01 20:54:05.535 INFO O| Sep 01 20:54:05.535 INFO STEP 567 (remove_files) COMPLETE
56622024-09-01T20:54:06.328Z[ recovery-image] Sep 01 20:54:05.535 INFO O| Sep 01 20:54:05.535 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-09-01T20:54:06.347Z[ recovery-image] Sep 01 20:54:05.556 INFO O| Sep 01 20:54:05.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56642024-09-01T20:54:06.347Z[ recovery-image] Sep 01 20:54:05.556 INFO O| Sep 01 20:54:05.556 INFO STEP 568 (remove_files) COMPLETE
56652024-09-01T20:54:06.347Z[ recovery-image] Sep 01 20:54:05.556 INFO O| Sep 01 20:54:05.556 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-09-01T20:54:06.367Z[ recovery-image] Sep 01 20:54:05.576 INFO O| Sep 01 20:54:05.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56672024-09-01T20:54:06.370Z[ recovery-image] Sep 01 20:54:05.576 INFO O| Sep 01 20:54:05.576 INFO STEP 569 (remove_files) COMPLETE
56682024-09-01T20:54:06.370Z[ recovery-image] Sep 01 20:54:05.577 INFO O| Sep 01 20:54:05.577 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-09-01T20:54:06.388Z[ recovery-image] Sep 01 20:54:05.597 INFO O| Sep 01 20:54:05.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56702024-09-01T20:54:06.388Z[ recovery-image] Sep 01 20:54:05.597 INFO O| Sep 01 20:54:05.597 INFO STEP 570 (remove_files) COMPLETE
56712024-09-01T20:54:06.388Z[ recovery-image] Sep 01 20:54:05.597 INFO O| Sep 01 20:54:05.597 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-09-01T20:54:06.410Z[ recovery-image] Sep 01 20:54:05.619 INFO O| Sep 01 20:54:05.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56732024-09-01T20:54:06.414Z[ recovery-image] Sep 01 20:54:05.620 INFO O| Sep 01 20:54:05.620 INFO STEP 571 (remove_files) COMPLETE
56742024-09-01T20:54:06.414Z[ recovery-image] Sep 01 20:54:05.620 INFO O| Sep 01 20:54:05.620 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-09-01T20:54:06.432Z[ recovery-image] Sep 01 20:54:05.640 INFO O| Sep 01 20:54:05.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56762024-09-01T20:54:06.434Z[ recovery-image] Sep 01 20:54:05.641 INFO O| Sep 01 20:54:05.641 INFO STEP 572 (remove_files) COMPLETE
56772024-09-01T20:54:06.434Z[ recovery-image] Sep 01 20:54:05.641 INFO O| Sep 01 20:54:05.641 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-09-01T20:54:06.454Z[ recovery-image] Sep 01 20:54:05.662 INFO O| Sep 01 20:54:05.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56792024-09-01T20:54:06.456Z[ recovery-image] Sep 01 20:54:05.663 INFO O| Sep 01 20:54:05.663 INFO STEP 573 (remove_files) COMPLETE
56802024-09-01T20:54:06.456Z[ recovery-image] Sep 01 20:54:05.663 INFO O| Sep 01 20:54:05.663 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-09-01T20:54:06.474Z[ recovery-image] Sep 01 20:54:05.683 INFO O| Sep 01 20:54:05.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56822024-09-01T20:54:06.477Z[ recovery-image] Sep 01 20:54:05.683 INFO O| Sep 01 20:54:05.683 INFO STEP 574 (remove_files) COMPLETE
56832024-09-01T20:54:06.477Z[ recovery-image] Sep 01 20:54:05.683 INFO O| Sep 01 20:54:05.683 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-09-01T20:54:06.530Z[ recovery-image] Sep 01 20:54:05.739 INFO O| Sep 01 20:54:05.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56852024-09-01T20:54:06.533Z[ recovery-image] Sep 01 20:54:05.739 INFO O| Sep 01 20:54:05.739 INFO STEP 575 (remove_files) COMPLETE
56862024-09-01T20:54:06.533Z[ recovery-image] Sep 01 20:54:05.739 INFO O| Sep 01 20:54:05.739 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-09-01T20:54:06.553Z[ recovery-image] Sep 01 20:54:05.762 INFO O| Sep 01 20:54:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56882024-09-01T20:54:06.553Z[ recovery-image] Sep 01 20:54:05.762 INFO O| Sep 01 20:54:05.762 INFO STEP 576 (remove_files) COMPLETE
56892024-09-01T20:54:06.553Z[ recovery-image] Sep 01 20:54:05.762 INFO O| Sep 01 20:54:05.762 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-09-01T20:54:06.573Z[ recovery-image] Sep 01 20:54:05.782 INFO O| Sep 01 20:54:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56912024-09-01T20:54:06.573Z[ recovery-image] Sep 01 20:54:05.782 INFO O| Sep 01 20:54:05.782 INFO STEP 577 (remove_files) COMPLETE
56922024-09-01T20:54:06.576Z[ recovery-image] Sep 01 20:54:05.782 INFO O| Sep 01 20:54:05.782 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-09-01T20:54:06.591Z[ recovery-image] Sep 01 20:54:05.800 INFO O| Sep 01 20:54:05.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56942024-09-01T20:54:06.591Z[ recovery-image] Sep 01 20:54:05.800 INFO O| Sep 01 20:54:05.800 INFO STEP 578 (remove_files) COMPLETE
56952024-09-01T20:54:06.591Z[ recovery-image] Sep 01 20:54:05.800 INFO O| Sep 01 20:54:05.800 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-09-01T20:54:06.607Z[ recovery-image] Sep 01 20:54:05.816 INFO O| Sep 01 20:54:05.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56972024-09-01T20:54:06.608Z[ recovery-image] Sep 01 20:54:05.816 INFO O| Sep 01 20:54:05.816 INFO STEP 579 (remove_files) COMPLETE
56982024-09-01T20:54:06.608Z[ recovery-image] Sep 01 20:54:05.816 INFO O| Sep 01 20:54:05.816 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-09-01T20:54:06.642Z[ recovery-image] Sep 01 20:54:05.851 INFO O| Sep 01 20:54:05.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57002024-09-01T20:54:06.642Z[ recovery-image] Sep 01 20:54:05.851 INFO O| Sep 01 20:54:05.851 INFO STEP 580 (remove_files) COMPLETE
57012024-09-01T20:54:06.645Z[ recovery-image] Sep 01 20:54:05.851 INFO O| Sep 01 20:54:05.851 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-09-01T20:54:06.663Z[ recovery-image] Sep 01 20:54:05.872 INFO O| Sep 01 20:54:05.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57032024-09-01T20:54:06.663Z[ recovery-image] Sep 01 20:54:05.872 INFO O| Sep 01 20:54:05.872 INFO STEP 581 (remove_files) COMPLETE
57042024-09-01T20:54:06.663Z[ recovery-image] Sep 01 20:54:05.872 INFO O| Sep 01 20:54:05.872 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-09-01T20:54:06.686Z[ recovery-image] Sep 01 20:54:05.895 INFO O| Sep 01 20:54:05.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57062024-09-01T20:54:06.686Z[ recovery-image] Sep 01 20:54:05.895 INFO O| Sep 01 20:54:05.895 INFO STEP 582 (remove_files) COMPLETE
57072024-09-01T20:54:06.686Z[ recovery-image] Sep 01 20:54:05.895 INFO O| Sep 01 20:54:05.895 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-09-01T20:54:06.709Z[ recovery-image] Sep 01 20:54:05.918 INFO O| Sep 01 20:54:05.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57092024-09-01T20:54:06.709Z[ recovery-image] Sep 01 20:54:05.918 INFO O| Sep 01 20:54:05.918 INFO STEP 583 (remove_files) COMPLETE
57102024-09-01T20:54:06.712Z[ recovery-image] Sep 01 20:54:05.918 INFO O| Sep 01 20:54:05.918 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-09-01T20:54:06.730Z[ recovery-image] Sep 01 20:54:05.939 INFO O| Sep 01 20:54:05.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57122024-09-01T20:54:06.733Z[ recovery-image] Sep 01 20:54:05.939 INFO O| Sep 01 20:54:05.939 INFO STEP 584 (remove_files) COMPLETE
57132024-09-01T20:54:06.733Z[ recovery-image] Sep 01 20:54:05.939 INFO O| Sep 01 20:54:05.939 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-09-01T20:54:06.765Z[ recovery-image] Sep 01 20:54:05.974 INFO O| Sep 01 20:54:05.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57152024-09-01T20:54:06.767Z[ recovery-image] Sep 01 20:54:05.974 INFO O| Sep 01 20:54:05.974 INFO STEP 585 (remove_files) COMPLETE
57162024-09-01T20:54:06.768Z[ recovery-image] Sep 01 20:54:05.974 INFO O| Sep 01 20:54:05.974 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-09-01T20:54:06.785Z[ recovery-image] Sep 01 20:54:05.994 INFO O| Sep 01 20:54:05.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57182024-09-01T20:54:06.788Z[ recovery-image] Sep 01 20:54:05.994 INFO O| Sep 01 20:54:05.994 INFO STEP 586 (remove_files) COMPLETE
57192024-09-01T20:54:06.788Z[ recovery-image] Sep 01 20:54:05.994 INFO O| Sep 01 20:54:05.994 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-09-01T20:54:06.810Z[ recovery-image] Sep 01 20:54:06.019 INFO O| Sep 01 20:54:06.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57212024-09-01T20:54:06.810Z[ recovery-image] Sep 01 20:54:06.019 INFO O| Sep 01 20:54:06.019 INFO STEP 587 (remove_files) COMPLETE
57222024-09-01T20:54:06.813Z[ recovery-image] Sep 01 20:54:06.019 INFO O| Sep 01 20:54:06.019 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-09-01T20:54:06.842Z[ recovery-image] Sep 01 20:54:06.051 INFO O| Sep 01 20:54:06.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57242024-09-01T20:54:06.842Z[ recovery-image] Sep 01 20:54:06.051 INFO O| Sep 01 20:54:06.051 INFO STEP 588 (remove_files) COMPLETE
57252024-09-01T20:54:06.845Z[ recovery-image] Sep 01 20:54:06.051 INFO O| Sep 01 20:54:06.051 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-09-01T20:54:06.863Z[ recovery-image] Sep 01 20:54:06.072 INFO O| Sep 01 20:54:06.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57272024-09-01T20:54:06.863Z[ recovery-image] Sep 01 20:54:06.072 INFO O| Sep 01 20:54:06.072 INFO STEP 589 (remove_files) COMPLETE
57282024-09-01T20:54:06.866Z[ recovery-image] Sep 01 20:54:06.072 INFO O| Sep 01 20:54:06.072 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-09-01T20:54:06.881Z[ recovery-image] Sep 01 20:54:06.090 INFO O| Sep 01 20:54:06.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57302024-09-01T20:54:06.882Z[ recovery-image] Sep 01 20:54:06.090 INFO O| Sep 01 20:54:06.090 INFO STEP 590 (remove_files) COMPLETE
57312024-09-01T20:54:06.882Z[ recovery-image] Sep 01 20:54:06.090 INFO O| Sep 01 20:54:06.090 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-09-01T20:54:06.901Z[ recovery-image] Sep 01 20:54:06.109 INFO O| Sep 01 20:54:06.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57332024-09-01T20:54:06.901Z[ recovery-image] Sep 01 20:54:06.110 INFO O| Sep 01 20:54:06.110 INFO STEP 591 (remove_files) COMPLETE
57342024-09-01T20:54:06.901Z[ recovery-image] Sep 01 20:54:06.110 INFO O| Sep 01 20:54:06.110 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-09-01T20:54:06.923Z[ recovery-image] Sep 01 20:54:06.129 INFO O| Sep 01 20:54:06.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57362024-09-01T20:54:06.923Z[ recovery-image] Sep 01 20:54:06.129 INFO O| Sep 01 20:54:06.129 INFO STEP 592 (remove_files) COMPLETE
57372024-09-01T20:54:06.923Z[ recovery-image] Sep 01 20:54:06.129 INFO O| Sep 01 20:54:06.129 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-09-01T20:54:06.946Z[ recovery-image] Sep 01 20:54:06.155 INFO O| Sep 01 20:54:06.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57392024-09-01T20:54:06.948Z[ recovery-image] Sep 01 20:54:06.155 INFO O| Sep 01 20:54:06.155 INFO STEP 593 (remove_files) COMPLETE
57402024-09-01T20:54:06.948Z[ recovery-image] Sep 01 20:54:06.155 INFO O| Sep 01 20:54:06.155 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-09-01T20:54:06.968Z[ recovery-image] Sep 01 20:54:06.177 INFO O| Sep 01 20:54:06.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57422024-09-01T20:54:06.971Z[ recovery-image] Sep 01 20:54:06.177 INFO O| Sep 01 20:54:06.177 INFO STEP 594 (remove_files) COMPLETE
57432024-09-01T20:54:06.971Z[ recovery-image] Sep 01 20:54:06.177 INFO O| Sep 01 20:54:06.177 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-09-01T20:54:07.001Z[ recovery-image] Sep 01 20:54:06.209 INFO O| Sep 01 20:54:06.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57452024-09-01T20:54:07.001Z[ recovery-image] Sep 01 20:54:06.209 INFO O| Sep 01 20:54:06.209 INFO STEP 595 (remove_files) COMPLETE
57462024-09-01T20:54:07.001Z[ recovery-image] Sep 01 20:54:06.209 INFO O| Sep 01 20:54:06.209 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-09-01T20:54:07.061Z[ recovery-image] Sep 01 20:54:06.270 INFO O| Sep 01 20:54:06.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57482024-09-01T20:54:07.061Z[ recovery-image] Sep 01 20:54:06.270 INFO O| Sep 01 20:54:06.270 INFO STEP 596 (remove_files) COMPLETE
57492024-09-01T20:54:07.061Z[ recovery-image] Sep 01 20:54:06.270 INFO O| Sep 01 20:54:06.270 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-09-01T20:54:07.083Z[ recovery-image] Sep 01 20:54:06.291 INFO O| Sep 01 20:54:06.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
57512024-09-01T20:54:07.083Z[ recovery-image] Sep 01 20:54:06.291 INFO O| Sep 01 20:54:06.291 INFO STEP 597 (remove_files) COMPLETE
57522024-09-01T20:54:07.083Z[ recovery-image] Sep 01 20:54:06.291 INFO O| Sep 01 20:54:06.291 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-09-01T20:54:07.101Z[ recovery-image] Sep 01 20:54:06.310 INFO O| Sep 01 20:54:06.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
57542024-09-01T20:54:07.101Z[ recovery-image] Sep 01 20:54:06.310 INFO O| Sep 01 20:54:06.310 INFO STEP 598 (remove_files) COMPLETE
57552024-09-01T20:54:07.104Z[ recovery-image] Sep 01 20:54:06.310 INFO O| Sep 01 20:54:06.310 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-09-01T20:54:07.128Z[ recovery-image] Sep 01 20:54:06.337 INFO O| Sep 01 20:54:06.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57572024-09-01T20:54:07.128Z[ recovery-image] Sep 01 20:54:06.337 INFO O| Sep 01 20:54:06.337 INFO STEP 599 (remove_files) COMPLETE
57582024-09-01T20:54:07.128Z[ recovery-image] Sep 01 20:54:06.337 INFO O| Sep 01 20:54:06.337 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-09-01T20:54:07.147Z[ recovery-image] Sep 01 20:54:06.356 INFO O| Sep 01 20:54:06.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57602024-09-01T20:54:07.150Z[ recovery-image] Sep 01 20:54:06.356 INFO O| Sep 01 20:54:06.356 INFO STEP 600 (remove_files) COMPLETE
57612024-09-01T20:54:07.150Z[ recovery-image] Sep 01 20:54:06.356 INFO O| Sep 01 20:54:06.356 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-09-01T20:54:07.186Z[ recovery-image] Sep 01 20:54:06.394 INFO O| Sep 01 20:54:06.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57632024-09-01T20:54:07.186Z[ recovery-image] Sep 01 20:54:06.395 INFO O| Sep 01 20:54:06.395 INFO STEP 601 (remove_files) COMPLETE
57642024-09-01T20:54:07.186Z[ recovery-image] Sep 01 20:54:06.395 INFO O| Sep 01 20:54:06.395 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-09-01T20:54:07.205Z[ recovery-image] Sep 01 20:54:06.414 INFO O| Sep 01 20:54:06.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57662024-09-01T20:54:07.205Z[ recovery-image] Sep 01 20:54:06.414 INFO O| Sep 01 20:54:06.414 INFO STEP 602 (remove_files) COMPLETE
57672024-09-01T20:54:07.207Z[ recovery-image] Sep 01 20:54:06.414 INFO O| Sep 01 20:54:06.414 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-09-01T20:54:07.224Z[ recovery-image] Sep 01 20:54:06.433 INFO O| Sep 01 20:54:06.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57692024-09-01T20:54:07.226Z[ recovery-image] Sep 01 20:54:06.433 INFO O| Sep 01 20:54:06.433 INFO STEP 603 (remove_files) COMPLETE
57702024-09-01T20:54:07.226Z[ recovery-image] Sep 01 20:54:06.433 INFO O| Sep 01 20:54:06.433 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-09-01T20:54:07.244Z[ recovery-image] Sep 01 20:54:06.453 INFO O| Sep 01 20:54:06.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57722024-09-01T20:54:07.245Z[ recovery-image] Sep 01 20:54:06.453 INFO O| Sep 01 20:54:06.453 INFO STEP 604 (remove_files) COMPLETE
57732024-09-01T20:54:07.245Z[ recovery-image] Sep 01 20:54:06.453 INFO O| Sep 01 20:54:06.453 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-09-01T20:54:07.263Z[ recovery-image] Sep 01 20:54:06.472 INFO O| Sep 01 20:54:06.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57752024-09-01T20:54:07.263Z[ recovery-image] Sep 01 20:54:06.472 INFO O| Sep 01 20:54:06.472 INFO STEP 605 (remove_files) COMPLETE
57762024-09-01T20:54:07.263Z[ recovery-image] Sep 01 20:54:06.472 INFO O| Sep 01 20:54:06.472 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-09-01T20:54:07.282Z[ recovery-image] Sep 01 20:54:06.491 INFO O| Sep 01 20:54:06.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57782024-09-01T20:54:07.282Z[ recovery-image] Sep 01 20:54:06.491 INFO O| Sep 01 20:54:06.491 INFO STEP 606 (remove_files) COMPLETE
57792024-09-01T20:54:07.282Z[ recovery-image] Sep 01 20:54:06.491 INFO O| Sep 01 20:54:06.491 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-09-01T20:54:07.300Z[ recovery-image] Sep 01 20:54:06.509 INFO O| Sep 01 20:54:06.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57812024-09-01T20:54:07.300Z[ recovery-image] Sep 01 20:54:06.509 INFO O| Sep 01 20:54:06.509 INFO STEP 607 (remove_files) COMPLETE
57822024-09-01T20:54:07.303Z[ recovery-image] Sep 01 20:54:06.509 INFO O| Sep 01 20:54:06.509 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-09-01T20:54:07.320Z[ recovery-image] Sep 01 20:54:06.529 INFO O| Sep 01 20:54:06.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57842024-09-01T20:54:07.320Z[ recovery-image] Sep 01 20:54:06.529 INFO O| Sep 01 20:54:06.529 INFO STEP 608 (remove_files) COMPLETE
57852024-09-01T20:54:07.320Z[ recovery-image] Sep 01 20:54:06.529 INFO O| Sep 01 20:54:06.529 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-09-01T20:54:07.347Z[ recovery-image] Sep 01 20:54:06.556 INFO O| Sep 01 20:54:06.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57872024-09-01T20:54:07.347Z[ recovery-image] Sep 01 20:54:06.556 INFO O| Sep 01 20:54:06.556 INFO STEP 609 (remove_files) COMPLETE
57882024-09-01T20:54:07.347Z[ recovery-image] Sep 01 20:54:06.556 INFO O| Sep 01 20:54:06.556 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-09-01T20:54:07.364Z[ recovery-image] Sep 01 20:54:06.573 INFO O| Sep 01 20:54:06.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57902024-09-01T20:54:07.367Z[ recovery-image] Sep 01 20:54:06.573 INFO O| Sep 01 20:54:06.573 INFO STEP 610 (remove_files) COMPLETE
57912024-09-01T20:54:07.367Z[ recovery-image] Sep 01 20:54:06.573 INFO O| Sep 01 20:54:06.573 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-09-01T20:54:07.382Z[ recovery-image] Sep 01 20:54:06.591 INFO O| Sep 01 20:54:06.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57932024-09-01T20:54:07.382Z[ recovery-image] Sep 01 20:54:06.591 INFO O| Sep 01 20:54:06.591 INFO STEP 611 (remove_files) COMPLETE
57942024-09-01T20:54:07.382Z[ recovery-image] Sep 01 20:54:06.591 INFO O| Sep 01 20:54:06.591 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-09-01T20:54:07.402Z[ recovery-image] Sep 01 20:54:06.610 INFO O| Sep 01 20:54:06.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57962024-09-01T20:54:07.404Z[ recovery-image] Sep 01 20:54:06.611 INFO O| Sep 01 20:54:06.611 INFO STEP 612 (remove_files) COMPLETE
57972024-09-01T20:54:07.405Z[ recovery-image] Sep 01 20:54:06.611 INFO O| Sep 01 20:54:06.611 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-09-01T20:54:07.425Z[ recovery-image] Sep 01 20:54:06.633 INFO O| Sep 01 20:54:06.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57992024-09-01T20:54:07.428Z[ recovery-image] Sep 01 20:54:06.633 INFO O| Sep 01 20:54:06.633 INFO STEP 613 (remove_files) COMPLETE
58002024-09-01T20:54:07.428Z[ recovery-image] Sep 01 20:54:06.633 INFO O| Sep 01 20:54:06.633 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-09-01T20:54:07.442Z[ recovery-image] Sep 01 20:54:06.651 INFO O| Sep 01 20:54:06.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58022024-09-01T20:54:07.445Z[ recovery-image] Sep 01 20:54:06.651 INFO O| Sep 01 20:54:06.651 INFO STEP 614 (remove_files) COMPLETE
58032024-09-01T20:54:07.445Z[ recovery-image] Sep 01 20:54:06.652 INFO O| Sep 01 20:54:06.651 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-09-01T20:54:07.473Z[ recovery-image] Sep 01 20:54:06.682 INFO O| Sep 01 20:54:06.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58052024-09-01T20:54:07.473Z[ recovery-image] Sep 01 20:54:06.682 INFO O| Sep 01 20:54:06.682 INFO STEP 615 (remove_files) COMPLETE
58062024-09-01T20:54:07.474Z[ recovery-image] Sep 01 20:54:06.683 INFO O| Sep 01 20:54:06.682 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-09-01T20:54:07.492Z[ recovery-image] Sep 01 20:54:06.701 INFO O| Sep 01 20:54:06.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58082024-09-01T20:54:07.495Z[ recovery-image] Sep 01 20:54:06.701 INFO O| Sep 01 20:54:06.701 INFO STEP 616 (remove_files) COMPLETE
58092024-09-01T20:54:07.495Z[ recovery-image] Sep 01 20:54:06.701 INFO O| Sep 01 20:54:06.701 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-09-01T20:54:07.509Z[ recovery-image] Sep 01 20:54:06.718 INFO O| Sep 01 20:54:06.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58112024-09-01T20:54:07.509Z[ recovery-image] Sep 01 20:54:06.718 INFO O| Sep 01 20:54:06.718 INFO STEP 617 (remove_files) COMPLETE
58122024-09-01T20:54:07.509Z[ recovery-image] Sep 01 20:54:06.718 INFO O| Sep 01 20:54:06.718 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-09-01T20:54:07.526Z[ recovery-image] Sep 01 20:54:06.734 INFO O| Sep 01 20:54:06.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58142024-09-01T20:54:07.526Z[ recovery-image] Sep 01 20:54:06.735 INFO O| Sep 01 20:54:06.735 INFO STEP 618 (remove_files) COMPLETE
58152024-09-01T20:54:07.528Z[ recovery-image] Sep 01 20:54:06.735 INFO O| Sep 01 20:54:06.735 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-09-01T20:54:07.554Z[ recovery-image] Sep 01 20:54:06.763 INFO O| Sep 01 20:54:06.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58172024-09-01T20:54:07.557Z[ recovery-image] Sep 01 20:54:06.763 INFO O| Sep 01 20:54:06.763 INFO STEP 619 (remove_files) COMPLETE
58182024-09-01T20:54:07.557Z[ recovery-image] Sep 01 20:54:06.763 INFO O| Sep 01 20:54:06.763 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-09-01T20:54:07.576Z[ recovery-image] Sep 01 20:54:06.785 INFO O| Sep 01 20:54:06.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58202024-09-01T20:54:07.576Z[ recovery-image] Sep 01 20:54:06.785 INFO O| Sep 01 20:54:06.785 INFO STEP 620 (remove_files) COMPLETE
58212024-09-01T20:54:07.579Z[ recovery-image] Sep 01 20:54:06.785 INFO O| Sep 01 20:54:06.785 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-09-01T20:54:07.593Z[ recovery-image] Sep 01 20:54:06.802 INFO O| Sep 01 20:54:06.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58232024-09-01T20:54:07.593Z[ recovery-image] Sep 01 20:54:06.802 INFO O| Sep 01 20:54:06.802 INFO STEP 621 (remove_files) COMPLETE
58242024-09-01T20:54:07.593Z[ recovery-image] Sep 01 20:54:06.802 INFO O| Sep 01 20:54:06.802 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-09-01T20:54:07.612Z[ recovery-image] Sep 01 20:54:06.821 INFO O| Sep 01 20:54:06.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58262024-09-01T20:54:07.612Z[ recovery-image] Sep 01 20:54:06.821 INFO O| Sep 01 20:54:06.821 INFO STEP 622 (remove_files) COMPLETE
58272024-09-01T20:54:07.612Z[ recovery-image] Sep 01 20:54:06.821 INFO O| Sep 01 20:54:06.821 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-09-01T20:54:07.655Z[ recovery-image] Sep 01 20:54:06.836 INFO O| Sep 01 20:54:06.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58292024-09-01T20:54:07.658Z[ recovery-image] Sep 01 20:54:06.836 INFO O| Sep 01 20:54:06.836 INFO STEP 623 (remove_files) COMPLETE
58302024-09-01T20:54:07.658Z[ recovery-image] Sep 01 20:54:06.836 INFO O| Sep 01 20:54:06.836 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-09-01T20:54:07.664Z[ recovery-image] Sep 01 20:54:06.872 INFO O| Sep 01 20:54:06.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
58322024-09-01T20:54:07.667Z[ recovery-image] Sep 01 20:54:06.873 INFO O| Sep 01 20:54:06.873 INFO STEP 624 (remove_files) COMPLETE
58332024-09-01T20:54:07.667Z[ recovery-image] Sep 01 20:54:06.873 INFO O| Sep 01 20:54:06.873 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-09-01T20:54:07.683Z[ recovery-image] Sep 01 20:54:06.890 INFO O| Sep 01 20:54:06.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58352024-09-01T20:54:07.683Z[ recovery-image] Sep 01 20:54:06.890 INFO O| Sep 01 20:54:06.890 INFO STEP 625 (remove_files) COMPLETE
58362024-09-01T20:54:07.686Z[ recovery-image] Sep 01 20:54:06.890 INFO O| Sep 01 20:54:06.890 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-09-01T20:54:07.699Z[ recovery-image] Sep 01 20:54:06.907 INFO O| Sep 01 20:54:06.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58382024-09-01T20:54:07.701Z[ recovery-image] Sep 01 20:54:06.907 INFO O| Sep 01 20:54:06.907 INFO STEP 626 (remove_files) COMPLETE
58392024-09-01T20:54:07.701Z[ recovery-image] Sep 01 20:54:06.907 INFO O| Sep 01 20:54:06.907 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-09-01T20:54:07.715Z[ recovery-image] Sep 01 20:54:06.924 INFO O| Sep 01 20:54:06.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58412024-09-01T20:54:07.718Z[ recovery-image] Sep 01 20:54:06.924 INFO O| Sep 01 20:54:06.924 INFO STEP 627 (remove_files) COMPLETE
58422024-09-01T20:54:07.718Z[ recovery-image] Sep 01 20:54:06.925 INFO O| Sep 01 20:54:06.924 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-09-01T20:54:07.733Z[ recovery-image] Sep 01 20:54:06.942 INFO O| Sep 01 20:54:06.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58442024-09-01T20:54:07.737Z[ recovery-image] Sep 01 20:54:06.942 INFO O| Sep 01 20:54:06.942 INFO STEP 628 (remove_files) COMPLETE
58452024-09-01T20:54:07.737Z[ recovery-image] Sep 01 20:54:06.943 INFO O| Sep 01 20:54:06.942 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-09-01T20:54:07.753Z[ recovery-image] Sep 01 20:54:06.961 INFO O| Sep 01 20:54:06.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58472024-09-01T20:54:07.753Z[ recovery-image] Sep 01 20:54:06.961 INFO O| Sep 01 20:54:06.961 INFO STEP 629 (remove_files) COMPLETE
58482024-09-01T20:54:07.753Z[ recovery-image] Sep 01 20:54:06.961 INFO O| Sep 01 20:54:06.961 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-09-01T20:54:07.771Z[ recovery-image] Sep 01 20:54:06.980 INFO O| Sep 01 20:54:06.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
58502024-09-01T20:54:07.771Z[ recovery-image] Sep 01 20:54:06.980 INFO O| Sep 01 20:54:06.980 INFO STEP 630 (remove_files) COMPLETE
58512024-09-01T20:54:07.771Z[ recovery-image] Sep 01 20:54:06.980 INFO O| Sep 01 20:54:06.980 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-09-01T20:54:07.790Z[ recovery-image] Sep 01 20:54:06.999 INFO O| Sep 01 20:54:06.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58532024-09-01T20:54:07.790Z[ recovery-image] Sep 01 20:54:06.999 INFO O| Sep 01 20:54:06.999 INFO STEP 631 (remove_files) COMPLETE
58542024-09-01T20:54:07.790Z[ recovery-image] Sep 01 20:54:06.999 INFO O| Sep 01 20:54:06.999 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-09-01T20:54:07.811Z[ recovery-image] Sep 01 20:54:07.020 INFO O| Sep 01 20:54:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58562024-09-01T20:54:07.811Z[ recovery-image] Sep 01 20:54:07.020 INFO O| Sep 01 20:54:07.020 INFO STEP 632 (remove_files) COMPLETE
58572024-09-01T20:54:07.814Z[ recovery-image] Sep 01 20:54:07.020 INFO O| Sep 01 20:54:07.020 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-09-01T20:54:07.829Z[ recovery-image] Sep 01 20:54:07.038 INFO O| Sep 01 20:54:07.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58592024-09-01T20:54:07.829Z[ recovery-image] Sep 01 20:54:07.038 INFO O| Sep 01 20:54:07.038 INFO STEP 633 (remove_files) COMPLETE
58602024-09-01T20:54:07.832Z[ recovery-image] Sep 01 20:54:07.038 INFO O| Sep 01 20:54:07.038 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-09-01T20:54:07.848Z[ recovery-image] Sep 01 20:54:07.057 INFO O| Sep 01 20:54:07.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58622024-09-01T20:54:07.848Z[ recovery-image] Sep 01 20:54:07.057 INFO O| Sep 01 20:54:07.057 INFO STEP 634 (remove_files) COMPLETE
58632024-09-01T20:54:07.850Z[ recovery-image] Sep 01 20:54:07.057 INFO O| Sep 01 20:54:07.057 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-09-01T20:54:07.866Z[ recovery-image] Sep 01 20:54:07.075 INFO O| Sep 01 20:54:07.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58652024-09-01T20:54:07.866Z[ recovery-image] Sep 01 20:54:07.075 INFO O| Sep 01 20:54:07.075 INFO STEP 635 (remove_files) COMPLETE
58662024-09-01T20:54:07.869Z[ recovery-image] Sep 01 20:54:07.075 INFO O| Sep 01 20:54:07.075 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-09-01T20:54:07.897Z[ recovery-image] Sep 01 20:54:07.106 INFO O| Sep 01 20:54:07.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58682024-09-01T20:54:07.899Z[ recovery-image] Sep 01 20:54:07.108 INFO O| Sep 01 20:54:07.108 INFO STEP 636 (remove_files) COMPLETE
58692024-09-01T20:54:07.899Z[ recovery-image] Sep 01 20:54:07.108 INFO O| Sep 01 20:54:07.108 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-09-01T20:54:07.921Z[ recovery-image] Sep 01 20:54:07.129 INFO O| Sep 01 20:54:07.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58712024-09-01T20:54:07.921Z[ recovery-image] Sep 01 20:54:07.130 INFO O| Sep 01 20:54:07.130 INFO STEP 637 (remove_files) COMPLETE
58722024-09-01T20:54:07.921Z[ recovery-image] Sep 01 20:54:07.130 INFO O| Sep 01 20:54:07.130 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-09-01T20:54:07.946Z[ recovery-image] Sep 01 20:54:07.155 INFO O| Sep 01 20:54:07.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58742024-09-01T20:54:07.946Z[ recovery-image] Sep 01 20:54:07.155 INFO O| Sep 01 20:54:07.155 INFO STEP 638 (remove_files) COMPLETE
58752024-09-01T20:54:07.949Z[ recovery-image] Sep 01 20:54:07.155 INFO O| Sep 01 20:54:07.155 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-09-01T20:54:07.977Z[ recovery-image] Sep 01 20:54:07.186 INFO O| Sep 01 20:54:07.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58772024-09-01T20:54:07.977Z[ recovery-image] Sep 01 20:54:07.186 INFO O| Sep 01 20:54:07.186 INFO STEP 639 (remove_files) COMPLETE
58782024-09-01T20:54:07.977Z[ recovery-image] Sep 01 20:54:07.186 INFO O| Sep 01 20:54:07.186 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-09-01T20:54:08.011Z[ recovery-image] Sep 01 20:54:07.219 INFO O| Sep 01 20:54:07.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58802024-09-01T20:54:08.011Z[ recovery-image] Sep 01 20:54:07.219 INFO O| Sep 01 20:54:07.219 INFO STEP 640 (remove_files) COMPLETE
58812024-09-01T20:54:08.014Z[ recovery-image] Sep 01 20:54:07.219 INFO O| Sep 01 20:54:07.219 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-09-01T20:54:08.028Z[ recovery-image] Sep 01 20:54:07.237 INFO O| Sep 01 20:54:07.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58832024-09-01T20:54:08.028Z[ recovery-image] Sep 01 20:54:07.237 INFO O| Sep 01 20:54:07.237 INFO STEP 641 (remove_files) COMPLETE
58842024-09-01T20:54:08.028Z[ recovery-image] Sep 01 20:54:07.237 INFO O| Sep 01 20:54:07.237 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-09-01T20:54:08.047Z[ recovery-image] Sep 01 20:54:07.256 INFO O| Sep 01 20:54:07.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58862024-09-01T20:54:08.047Z[ recovery-image] Sep 01 20:54:07.256 INFO O| Sep 01 20:54:07.256 INFO STEP 642 (remove_files) COMPLETE
58872024-09-01T20:54:08.047Z[ recovery-image] Sep 01 20:54:07.256 INFO O| Sep 01 20:54:07.256 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-09-01T20:54:08.069Z[ recovery-image] Sep 01 20:54:07.278 INFO O| Sep 01 20:54:07.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58892024-09-01T20:54:08.069Z[ recovery-image] Sep 01 20:54:07.278 INFO O| Sep 01 20:54:07.278 INFO STEP 643 (remove_files) COMPLETE
58902024-09-01T20:54:08.072Z[ recovery-image] Sep 01 20:54:07.278 INFO O| Sep 01 20:54:07.278 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-09-01T20:54:08.088Z[ recovery-image] Sep 01 20:54:07.297 INFO O| Sep 01 20:54:07.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58922024-09-01T20:54:08.090Z[ recovery-image] Sep 01 20:54:07.297 INFO O| Sep 01 20:54:07.297 INFO STEP 644 (remove_files) COMPLETE
58932024-09-01T20:54:08.091Z[ recovery-image] Sep 01 20:54:07.297 INFO O| Sep 01 20:54:07.297 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-09-01T20:54:08.106Z[ recovery-image] Sep 01 20:54:07.315 INFO O| Sep 01 20:54:07.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58952024-09-01T20:54:08.109Z[ recovery-image] Sep 01 20:54:07.315 INFO O| Sep 01 20:54:07.315 INFO STEP 645 (remove_files) COMPLETE
58962024-09-01T20:54:08.109Z[ recovery-image] Sep 01 20:54:07.315 INFO O| Sep 01 20:54:07.315 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-09-01T20:54:08.125Z[ recovery-image] Sep 01 20:54:07.333 INFO O| Sep 01 20:54:07.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58982024-09-01T20:54:08.127Z[ recovery-image] Sep 01 20:54:07.334 INFO O| Sep 01 20:54:07.334 INFO STEP 646 (remove_files) COMPLETE
58992024-09-01T20:54:08.127Z[ recovery-image] Sep 01 20:54:07.334 INFO O| Sep 01 20:54:07.334 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-09-01T20:54:08.155Z[ recovery-image] Sep 01 20:54:07.364 INFO O| Sep 01 20:54:07.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59012024-09-01T20:54:08.157Z[ recovery-image] Sep 01 20:54:07.364 INFO O| Sep 01 20:54:07.364 INFO STEP 647 (remove_files) COMPLETE
59022024-09-01T20:54:08.157Z[ recovery-image] Sep 01 20:54:07.364 INFO O| Sep 01 20:54:07.364 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-09-01T20:54:08.177Z[ recovery-image] Sep 01 20:54:07.386 INFO O| Sep 01 20:54:07.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59042024-09-01T20:54:08.180Z[ recovery-image] Sep 01 20:54:07.386 INFO O| Sep 01 20:54:07.386 INFO STEP 648 (remove_files) COMPLETE
59052024-09-01T20:54:08.180Z[ recovery-image] Sep 01 20:54:07.386 INFO O| Sep 01 20:54:07.386 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-09-01T20:54:08.198Z[ recovery-image] Sep 01 20:54:07.407 INFO O| Sep 01 20:54:07.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59072024-09-01T20:54:08.201Z[ recovery-image] Sep 01 20:54:07.407 INFO O| Sep 01 20:54:07.407 INFO STEP 649 (remove_files) COMPLETE
59082024-09-01T20:54:08.201Z[ recovery-image] Sep 01 20:54:07.407 INFO O| Sep 01 20:54:07.407 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-09-01T20:54:08.221Z[ recovery-image] Sep 01 20:54:07.430 INFO O| Sep 01 20:54:07.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59102024-09-01T20:54:08.224Z[ recovery-image] Sep 01 20:54:07.430 INFO O| Sep 01 20:54:07.430 INFO STEP 650 (remove_files) COMPLETE
59112024-09-01T20:54:08.224Z[ recovery-image] Sep 01 20:54:07.431 INFO O| Sep 01 20:54:07.430 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-09-01T20:54:08.241Z[ recovery-image] Sep 01 20:54:07.450 INFO O| Sep 01 20:54:07.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59132024-09-01T20:54:08.241Z[ recovery-image] Sep 01 20:54:07.450 INFO O| Sep 01 20:54:07.450 INFO STEP 651 (remove_files) COMPLETE
59142024-09-01T20:54:08.241Z[ recovery-image] Sep 01 20:54:07.450 INFO O| Sep 01 20:54:07.450 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-09-01T20:54:08.259Z[ recovery-image] Sep 01 20:54:07.468 INFO O| Sep 01 20:54:07.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59162024-09-01T20:54:08.262Z[ recovery-image] Sep 01 20:54:07.468 INFO O| Sep 01 20:54:07.468 INFO STEP 652 (remove_files) COMPLETE
59172024-09-01T20:54:08.262Z[ recovery-image] Sep 01 20:54:07.468 INFO O| Sep 01 20:54:07.468 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-09-01T20:54:08.278Z[ recovery-image] Sep 01 20:54:07.487 INFO O| Sep 01 20:54:07.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59192024-09-01T20:54:08.281Z[ recovery-image] Sep 01 20:54:07.488 INFO O| Sep 01 20:54:07.488 INFO STEP 653 (remove_files) COMPLETE
59202024-09-01T20:54:08.281Z[ recovery-image] Sep 01 20:54:07.488 INFO O| Sep 01 20:54:07.488 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-09-01T20:54:08.300Z[ recovery-image] Sep 01 20:54:07.509 INFO O| Sep 01 20:54:07.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59222024-09-01T20:54:08.303Z[ recovery-image] Sep 01 20:54:07.509 INFO O| Sep 01 20:54:07.509 INFO STEP 654 (remove_files) COMPLETE
59232024-09-01T20:54:08.303Z[ recovery-image] Sep 01 20:54:07.509 INFO O| Sep 01 20:54:07.509 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-09-01T20:54:08.320Z[ recovery-image] Sep 01 20:54:07.529 INFO O| Sep 01 20:54:07.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59252024-09-01T20:54:08.323Z[ recovery-image] Sep 01 20:54:07.529 INFO O| Sep 01 20:54:07.529 INFO STEP 655 (remove_files) COMPLETE
59262024-09-01T20:54:08.323Z[ recovery-image] Sep 01 20:54:07.530 INFO O| Sep 01 20:54:07.529 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-09-01T20:54:08.338Z[ recovery-image] Sep 01 20:54:07.547 INFO O| Sep 01 20:54:07.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
59282024-09-01T20:54:08.341Z[ recovery-image] Sep 01 20:54:07.547 INFO O| Sep 01 20:54:07.547 INFO STEP 656 (remove_files) COMPLETE
59292024-09-01T20:54:08.341Z[ recovery-image] Sep 01 20:54:07.547 INFO O| Sep 01 20:54:07.547 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-09-01T20:54:08.355Z[ recovery-image] Sep 01 20:54:07.564 INFO O| Sep 01 20:54:07.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
59312024-09-01T20:54:08.358Z[ recovery-image] Sep 01 20:54:07.564 INFO O| Sep 01 20:54:07.564 INFO STEP 657 (remove_files) COMPLETE
59322024-09-01T20:54:08.358Z[ recovery-image] Sep 01 20:54:07.564 INFO O| Sep 01 20:54:07.564 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-09-01T20:54:08.373Z[ recovery-image] Sep 01 20:54:07.582 INFO O| Sep 01 20:54:07.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59342024-09-01T20:54:08.376Z[ recovery-image] Sep 01 20:54:07.582 INFO O| Sep 01 20:54:07.582 INFO STEP 658 (remove_files) COMPLETE
59352024-09-01T20:54:08.376Z[ recovery-image] Sep 01 20:54:07.582 INFO O| Sep 01 20:54:07.582 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-09-01T20:54:08.391Z[ recovery-image] Sep 01 20:54:07.600 INFO O| Sep 01 20:54:07.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59372024-09-01T20:54:08.394Z[ recovery-image] Sep 01 20:54:07.600 INFO O| Sep 01 20:54:07.600 INFO STEP 659 (remove_files) COMPLETE
59382024-09-01T20:54:08.394Z[ recovery-image] Sep 01 20:54:07.600 INFO O| Sep 01 20:54:07.600 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-09-01T20:54:08.410Z[ recovery-image] Sep 01 20:54:07.618 INFO O| Sep 01 20:54:07.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59402024-09-01T20:54:08.413Z[ recovery-image] Sep 01 20:54:07.618 INFO O| Sep 01 20:54:07.618 INFO STEP 660 (remove_files) COMPLETE
59412024-09-01T20:54:08.413Z[ recovery-image] Sep 01 20:54:07.619 INFO O| Sep 01 20:54:07.618 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-09-01T20:54:08.427Z[ recovery-image] Sep 01 20:54:07.636 INFO O| Sep 01 20:54:07.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
59432024-09-01T20:54:08.430Z[ recovery-image] Sep 01 20:54:07.636 INFO O| Sep 01 20:54:07.636 INFO STEP 661 (remove_files) COMPLETE
59442024-09-01T20:54:08.430Z[ recovery-image] Sep 01 20:54:07.637 INFO O| Sep 01 20:54:07.636 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-09-01T20:54:08.445Z[ recovery-image] Sep 01 20:54:07.653 INFO O| Sep 01 20:54:07.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
59462024-09-01T20:54:08.448Z[ recovery-image] Sep 01 20:54:07.653 INFO O| Sep 01 20:54:07.653 INFO STEP 662 (remove_files) COMPLETE
59472024-09-01T20:54:08.448Z[ recovery-image] Sep 01 20:54:07.654 INFO O| Sep 01 20:54:07.654 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-09-01T20:54:08.461Z[ recovery-image] Sep 01 20:54:07.670 INFO O| Sep 01 20:54:07.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59492024-09-01T20:54:08.470Z[ recovery-image] Sep 01 20:54:07.678 INFO O| Sep 01 20:54:07.678 INFO STEP 663 (remove_files) COMPLETE
59502024-09-01T20:54:08.470Z[ recovery-image] Sep 01 20:54:07.678 INFO O| Sep 01 20:54:07.678 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-09-01T20:54:08.489Z[ recovery-image] Sep 01 20:54:07.698 INFO O| Sep 01 20:54:07.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59522024-09-01T20:54:08.492Z[ recovery-image] Sep 01 20:54:07.698 INFO O| Sep 01 20:54:07.698 INFO STEP 664 (remove_files) COMPLETE
59532024-09-01T20:54:08.492Z[ recovery-image] Sep 01 20:54:07.698 INFO O| Sep 01 20:54:07.698 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-09-01T20:54:08.509Z[ recovery-image] Sep 01 20:54:07.718 INFO O| Sep 01 20:54:07.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59552024-09-01T20:54:08.512Z[ recovery-image] Sep 01 20:54:07.718 INFO O| Sep 01 20:54:07.718 INFO STEP 665 (remove_files) COMPLETE
59562024-09-01T20:54:08.512Z[ recovery-image] Sep 01 20:54:07.718 INFO O| Sep 01 20:54:07.718 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-09-01T20:54:08.528Z[ recovery-image] Sep 01 20:54:07.737 INFO O| Sep 01 20:54:07.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59582024-09-01T20:54:08.531Z[ recovery-image] Sep 01 20:54:07.737 INFO O| Sep 01 20:54:07.737 INFO STEP 666 (remove_files) COMPLETE
59592024-09-01T20:54:08.531Z[ recovery-image] Sep 01 20:54:07.737 INFO O| Sep 01 20:54:07.737 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-09-01T20:54:08.547Z[ recovery-image] Sep 01 20:54:07.756 INFO O| Sep 01 20:54:07.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59612024-09-01T20:54:08.550Z[ recovery-image] Sep 01 20:54:07.756 INFO O| Sep 01 20:54:07.756 INFO STEP 667 (remove_files) COMPLETE
59622024-09-01T20:54:08.550Z[ recovery-image] Sep 01 20:54:07.756 INFO O| Sep 01 20:54:07.756 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-09-01T20:54:08.566Z[ recovery-image] Sep 01 20:54:07.775 INFO O| Sep 01 20:54:07.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59642024-09-01T20:54:08.569Z[ recovery-image] Sep 01 20:54:07.775 INFO O| Sep 01 20:54:07.775 INFO STEP 668 (remove_files) COMPLETE
59652024-09-01T20:54:08.569Z[ recovery-image] Sep 01 20:54:07.775 INFO O| Sep 01 20:54:07.775 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-09-01T20:54:08.585Z[ recovery-image] Sep 01 20:54:07.793 INFO O| Sep 01 20:54:07.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59672024-09-01T20:54:08.585Z[ recovery-image] Sep 01 20:54:07.793 INFO O| Sep 01 20:54:07.793 INFO STEP 669 (remove_files) COMPLETE
59682024-09-01T20:54:08.585Z[ recovery-image] Sep 01 20:54:07.794 INFO O| Sep 01 20:54:07.794 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-09-01T20:54:08.604Z[ recovery-image] Sep 01 20:54:07.813 INFO O| Sep 01 20:54:07.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59702024-09-01T20:54:08.606Z[ recovery-image] Sep 01 20:54:07.813 INFO O| Sep 01 20:54:07.813 INFO STEP 670 (remove_files) COMPLETE
59712024-09-01T20:54:08.607Z[ recovery-image] Sep 01 20:54:07.813 INFO O| Sep 01 20:54:07.813 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-09-01T20:54:08.624Z[ recovery-image] Sep 01 20:54:07.833 INFO O| Sep 01 20:54:07.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59732024-09-01T20:54:08.627Z[ recovery-image] Sep 01 20:54:07.833 INFO O| Sep 01 20:54:07.833 INFO STEP 671 (remove_files) COMPLETE
59742024-09-01T20:54:08.627Z[ recovery-image] Sep 01 20:54:07.833 INFO O| Sep 01 20:54:07.833 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-09-01T20:54:08.644Z[ recovery-image] Sep 01 20:54:07.851 INFO O| Sep 01 20:54:07.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59762024-09-01T20:54:08.644Z[ recovery-image] Sep 01 20:54:07.851 INFO O| Sep 01 20:54:07.851 INFO STEP 672 (remove_files) COMPLETE
59772024-09-01T20:54:08.644Z[ recovery-image] Sep 01 20:54:07.851 INFO O| Sep 01 20:54:07.851 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-09-01T20:54:08.660Z[ recovery-image] Sep 01 20:54:07.869 INFO O| Sep 01 20:54:07.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59792024-09-01T20:54:08.663Z[ recovery-image] Sep 01 20:54:07.869 INFO O| Sep 01 20:54:07.869 INFO STEP 673 (remove_files) COMPLETE
59802024-09-01T20:54:08.663Z[ recovery-image] Sep 01 20:54:07.869 INFO O| Sep 01 20:54:07.869 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-09-01T20:54:08.679Z[ recovery-image] Sep 01 20:54:07.887 INFO O| Sep 01 20:54:07.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59822024-09-01T20:54:08.681Z[ recovery-image] Sep 01 20:54:07.887 INFO O| Sep 01 20:54:07.887 INFO STEP 674 (remove_files) COMPLETE
59832024-09-01T20:54:08.681Z[ recovery-image] Sep 01 20:54:07.887 INFO O| Sep 01 20:54:07.887 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-09-01T20:54:08.699Z[ recovery-image] Sep 01 20:54:07.907 INFO O| Sep 01 20:54:07.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59852024-09-01T20:54:08.702Z[ recovery-image] Sep 01 20:54:07.907 INFO O| Sep 01 20:54:07.907 INFO STEP 675 (remove_files) COMPLETE
59862024-09-01T20:54:08.702Z[ recovery-image] Sep 01 20:54:07.907 INFO O| Sep 01 20:54:07.907 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-09-01T20:54:08.717Z[ recovery-image] Sep 01 20:54:07.926 INFO O| Sep 01 20:54:07.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59882024-09-01T20:54:08.722Z[ recovery-image] Sep 01 20:54:07.926 INFO O| Sep 01 20:54:07.926 INFO STEP 676 (remove_files) COMPLETE
59892024-09-01T20:54:08.722Z[ recovery-image] Sep 01 20:54:07.926 INFO O| Sep 01 20:54:07.926 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-09-01T20:54:08.745Z[ recovery-image] Sep 01 20:54:07.953 INFO O| Sep 01 20:54:07.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59912024-09-01T20:54:08.745Z[ recovery-image] Sep 01 20:54:07.953 INFO O| Sep 01 20:54:07.953 INFO STEP 677 (remove_files) COMPLETE
59922024-09-01T20:54:08.748Z[ recovery-image] Sep 01 20:54:07.953 INFO O| Sep 01 20:54:07.953 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-09-01T20:54:08.781Z[ recovery-image] Sep 01 20:54:07.990 INFO O| Sep 01 20:54:07.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59942024-09-01T20:54:08.781Z[ recovery-image] Sep 01 20:54:07.990 INFO O| Sep 01 20:54:07.990 INFO STEP 678 (remove_files) COMPLETE
59952024-09-01T20:54:08.782Z[ recovery-image] Sep 01 20:54:07.990 INFO O| Sep 01 20:54:07.990 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-09-01T20:54:08.816Z[ recovery-image] Sep 01 20:54:08.025 INFO O| Sep 01 20:54:08.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59972024-09-01T20:54:08.816Z[ recovery-image] Sep 01 20:54:08.025 INFO O| Sep 01 20:54:08.025 INFO STEP 679 (remove_files) COMPLETE
59982024-09-01T20:54:08.819Z[ recovery-image] Sep 01 20:54:08.025 INFO O| Sep 01 20:54:08.025 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-09-01T20:54:08.847Z[ recovery-image] Sep 01 20:54:08.056 INFO O| Sep 01 20:54:08.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60002024-09-01T20:54:08.847Z[ recovery-image] Sep 01 20:54:08.056 INFO O| Sep 01 20:54:08.056 INFO STEP 680 (remove_files) COMPLETE
60012024-09-01T20:54:08.847Z[ recovery-image] Sep 01 20:54:08.056 INFO O| Sep 01 20:54:08.056 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-09-01T20:54:08.876Z[ recovery-image] Sep 01 20:54:08.085 INFO O| Sep 01 20:54:08.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60032024-09-01T20:54:08.879Z[ recovery-image] Sep 01 20:54:08.085 INFO O| Sep 01 20:54:08.085 INFO STEP 681 (remove_files) COMPLETE
60042024-09-01T20:54:08.879Z[ recovery-image] Sep 01 20:54:08.085 INFO O| Sep 01 20:54:08.085 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-09-01T20:54:08.899Z[ recovery-image] Sep 01 20:54:08.108 INFO O| Sep 01 20:54:08.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60062024-09-01T20:54:08.899Z[ recovery-image] Sep 01 20:54:08.108 INFO O| Sep 01 20:54:08.108 INFO STEP 682 (remove_files) COMPLETE
60072024-09-01T20:54:08.902Z[ recovery-image] Sep 01 20:54:08.108 INFO O| Sep 01 20:54:08.108 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-09-01T20:54:08.929Z[ recovery-image] Sep 01 20:54:08.138 INFO O| Sep 01 20:54:08.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60092024-09-01T20:54:08.929Z[ recovery-image] Sep 01 20:54:08.138 INFO O| Sep 01 20:54:08.138 INFO STEP 683 (remove_files) COMPLETE
60102024-09-01T20:54:08.930Z[ recovery-image] Sep 01 20:54:08.138 INFO O| Sep 01 20:54:08.138 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-09-01T20:54:08.948Z[ recovery-image] Sep 01 20:54:08.157 INFO O| Sep 01 20:54:08.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60122024-09-01T20:54:08.949Z[ recovery-image] Sep 01 20:54:08.157 INFO O| Sep 01 20:54:08.157 INFO STEP 684 (remove_files) COMPLETE
60132024-09-01T20:54:08.949Z[ recovery-image] Sep 01 20:54:08.157 INFO O| Sep 01 20:54:08.157 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-09-01T20:54:08.983Z[ recovery-image] Sep 01 20:54:08.192 INFO O| Sep 01 20:54:08.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60152024-09-01T20:54:08.983Z[ recovery-image] Sep 01 20:54:08.192 INFO O| Sep 01 20:54:08.192 INFO STEP 685 (remove_files) COMPLETE
60162024-09-01T20:54:08.986Z[ recovery-image] Sep 01 20:54:08.192 INFO O| Sep 01 20:54:08.192 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-09-01T20:54:09.003Z[ recovery-image] Sep 01 20:54:08.212 INFO O| Sep 01 20:54:08.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60182024-09-01T20:54:09.003Z[ recovery-image] Sep 01 20:54:08.212 INFO O| Sep 01 20:54:08.212 INFO STEP 686 (remove_files) COMPLETE
60192024-09-01T20:54:09.006Z[ recovery-image] Sep 01 20:54:08.212 INFO O| Sep 01 20:54:08.212 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-09-01T20:54:09.019Z[ recovery-image] Sep 01 20:54:08.228 INFO O| Sep 01 20:54:08.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60212024-09-01T20:54:09.020Z[ recovery-image] Sep 01 20:54:08.228 INFO O| Sep 01 20:54:08.228 INFO STEP 687 (remove_files) COMPLETE
60222024-09-01T20:54:09.020Z[ recovery-image] Sep 01 20:54:08.228 INFO O| Sep 01 20:54:08.228 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-09-01T20:54:09.048Z[ recovery-image] Sep 01 20:54:08.256 INFO O| Sep 01 20:54:08.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60242024-09-01T20:54:09.048Z[ recovery-image] Sep 01 20:54:08.257 INFO O| Sep 01 20:54:08.257 INFO STEP 688 (remove_files) COMPLETE
60252024-09-01T20:54:09.050Z[ recovery-image] Sep 01 20:54:08.257 INFO O| Sep 01 20:54:08.257 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-09-01T20:54:09.087Z[ recovery-image] Sep 01 20:54:08.296 INFO O| Sep 01 20:54:08.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
60272024-09-01T20:54:09.087Z[ recovery-image] Sep 01 20:54:08.296 INFO O| Sep 01 20:54:08.296 INFO STEP 689 (remove_files) COMPLETE
60282024-09-01T20:54:09.087Z[ recovery-image] Sep 01 20:54:08.296 INFO O| Sep 01 20:54:08.296 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-09-01T20:54:09.109Z[ recovery-image] Sep 01 20:54:08.318 INFO O| Sep 01 20:54:08.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60302024-09-01T20:54:09.112Z[ recovery-image] Sep 01 20:54:08.318 INFO O| Sep 01 20:54:08.318 INFO STEP 690 (remove_files) COMPLETE
60312024-09-01T20:54:09.112Z[ recovery-image] Sep 01 20:54:08.318 INFO O| Sep 01 20:54:08.318 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-09-01T20:54:09.130Z[ recovery-image] Sep 01 20:54:08.339 INFO O| Sep 01 20:54:08.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60332024-09-01T20:54:09.131Z[ recovery-image] Sep 01 20:54:08.339 INFO O| Sep 01 20:54:08.339 INFO STEP 691 (remove_files) COMPLETE
60342024-09-01T20:54:09.131Z[ recovery-image] Sep 01 20:54:08.339 INFO O| Sep 01 20:54:08.339 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-09-01T20:54:09.151Z[ recovery-image] Sep 01 20:54:08.359 INFO O| Sep 01 20:54:08.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60362024-09-01T20:54:09.151Z[ recovery-image] Sep 01 20:54:08.359 INFO O| Sep 01 20:54:08.359 INFO STEP 692 (remove_files) COMPLETE
60372024-09-01T20:54:09.153Z[ recovery-image] Sep 01 20:54:08.359 INFO O| Sep 01 20:54:08.359 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-09-01T20:54:09.169Z[ recovery-image] Sep 01 20:54:08.378 INFO O| Sep 01 20:54:08.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
60392024-09-01T20:54:09.169Z[ recovery-image] Sep 01 20:54:08.378 INFO O| Sep 01 20:54:08.378 INFO STEP 693 (remove_files) COMPLETE
60402024-09-01T20:54:09.169Z[ recovery-image] Sep 01 20:54:08.378 INFO O| Sep 01 20:54:08.378 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-09-01T20:54:09.186Z[ recovery-image] Sep 01 20:54:08.395 INFO O| Sep 01 20:54:08.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
60422024-09-01T20:54:09.186Z[ recovery-image] Sep 01 20:54:08.395 INFO O| Sep 01 20:54:08.395 INFO STEP 694 (remove_files) COMPLETE
60432024-09-01T20:54:09.186Z[ recovery-image] Sep 01 20:54:08.395 INFO O| Sep 01 20:54:08.395 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-09-01T20:54:09.204Z[ recovery-image] Sep 01 20:54:08.413 INFO O| Sep 01 20:54:08.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
60452024-09-01T20:54:09.207Z[ recovery-image] Sep 01 20:54:08.413 INFO O| Sep 01 20:54:08.413 INFO STEP 695 (remove_files) COMPLETE
60462024-09-01T20:54:09.207Z[ recovery-image] Sep 01 20:54:08.413 INFO O| Sep 01 20:54:08.413 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-09-01T20:54:09.222Z[ recovery-image] Sep 01 20:54:08.431 INFO O| Sep 01 20:54:08.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60482024-09-01T20:54:09.224Z[ recovery-image] Sep 01 20:54:08.431 INFO O| Sep 01 20:54:08.431 INFO STEP 696 (remove_files) COMPLETE
60492024-09-01T20:54:09.224Z[ recovery-image] Sep 01 20:54:08.431 INFO O| Sep 01 20:54:08.431 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-09-01T20:54:09.239Z[ recovery-image] Sep 01 20:54:08.448 INFO O| Sep 01 20:54:08.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60512024-09-01T20:54:09.239Z[ recovery-image] Sep 01 20:54:08.448 INFO O| Sep 01 20:54:08.448 INFO STEP 697 (remove_files) COMPLETE
60522024-09-01T20:54:09.239Z[ recovery-image] Sep 01 20:54:08.448 INFO O| Sep 01 20:54:08.448 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-09-01T20:54:09.291Z[ recovery-image] Sep 01 20:54:08.500 INFO O| Sep 01 20:54:08.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60542024-09-01T20:54:09.291Z[ recovery-image] Sep 01 20:54:08.500 INFO O| Sep 01 20:54:08.500 INFO STEP 698 (remove_files) COMPLETE
60552024-09-01T20:54:09.291Z[ recovery-image] Sep 01 20:54:08.500 INFO O| Sep 01 20:54:08.500 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-09-01T20:54:09.316Z[ recovery-image] Sep 01 20:54:08.525 INFO O| Sep 01 20:54:08.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60572024-09-01T20:54:09.316Z[ recovery-image] Sep 01 20:54:08.525 INFO O| Sep 01 20:54:08.525 INFO STEP 699 (remove_files) COMPLETE
60582024-09-01T20:54:09.317Z[ recovery-image] Sep 01 20:54:08.525 INFO O| Sep 01 20:54:08.525 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-09-01T20:54:09.335Z[ recovery-image] Sep 01 20:54:08.544 INFO O| Sep 01 20:54:08.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60602024-09-01T20:54:09.346Z[ recovery-image] Sep 01 20:54:08.555 INFO O| Sep 01 20:54:08.555 INFO STEP 700 (remove_files) COMPLETE
60612024-09-01T20:54:09.349Z[ recovery-image] Sep 01 20:54:08.555 INFO O| Sep 01 20:54:08.555 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-09-01T20:54:09.364Z[ recovery-image] Sep 01 20:54:08.573 INFO O| Sep 01 20:54:08.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60632024-09-01T20:54:09.366Z[ recovery-image] Sep 01 20:54:08.573 INFO O| Sep 01 20:54:08.573 INFO STEP 701 (remove_files) COMPLETE
60642024-09-01T20:54:09.367Z[ recovery-image] Sep 01 20:54:08.573 INFO O| Sep 01 20:54:08.573 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-09-01T20:54:09.387Z[ recovery-image] Sep 01 20:54:08.596 INFO O| Sep 01 20:54:08.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60662024-09-01T20:54:09.387Z[ recovery-image] Sep 01 20:54:08.596 INFO O| Sep 01 20:54:08.596 INFO STEP 702 (remove_files) COMPLETE
60672024-09-01T20:54:09.390Z[ recovery-image] Sep 01 20:54:08.596 INFO O| Sep 01 20:54:08.596 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-09-01T20:54:09.406Z[ recovery-image] Sep 01 20:54:08.614 INFO O| Sep 01 20:54:08.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60692024-09-01T20:54:09.406Z[ recovery-image] Sep 01 20:54:08.614 INFO O| Sep 01 20:54:08.614 INFO STEP 703 (remove_files) COMPLETE
60702024-09-01T20:54:09.406Z[ recovery-image] Sep 01 20:54:08.614 INFO O| Sep 01 20:54:08.614 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-09-01T20:54:09.460Z[ recovery-image] Sep 01 20:54:08.669 INFO O| Sep 01 20:54:08.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60722024-09-01T20:54:09.463Z[ recovery-image] Sep 01 20:54:08.669 INFO O| Sep 01 20:54:08.669 INFO STEP 704 (remove_files) COMPLETE
60732024-09-01T20:54:09.463Z[ recovery-image] Sep 01 20:54:08.669 INFO O| Sep 01 20:54:08.669 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-09-01T20:54:09.481Z[ recovery-image] Sep 01 20:54:08.690 INFO O| Sep 01 20:54:08.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60752024-09-01T20:54:09.484Z[ recovery-image] Sep 01 20:54:08.690 INFO O| Sep 01 20:54:08.690 INFO STEP 705 (remove_files) COMPLETE
60762024-09-01T20:54:09.484Z[ recovery-image] Sep 01 20:54:08.690 INFO O| Sep 01 20:54:08.690 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-09-01T20:54:09.505Z[ recovery-image] Sep 01 20:54:08.713 INFO O| Sep 01 20:54:08.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60782024-09-01T20:54:09.505Z[ recovery-image] Sep 01 20:54:08.713 INFO O| Sep 01 20:54:08.713 INFO STEP 706 (remove_files) COMPLETE
60792024-09-01T20:54:09.505Z[ recovery-image] Sep 01 20:54:08.713 INFO O| Sep 01 20:54:08.713 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-09-01T20:54:09.542Z[ recovery-image] Sep 01 20:54:08.751 INFO O| Sep 01 20:54:08.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60812024-09-01T20:54:09.542Z[ recovery-image] Sep 01 20:54:08.751 INFO O| Sep 01 20:54:08.751 INFO STEP 707 (remove_files) COMPLETE
60822024-09-01T20:54:09.545Z[ recovery-image] Sep 01 20:54:08.751 INFO O| Sep 01 20:54:08.751 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-09-01T20:54:09.603Z[ recovery-image] Sep 01 20:54:08.812 INFO O| Sep 01 20:54:08.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60842024-09-01T20:54:09.603Z[ recovery-image] Sep 01 20:54:08.812 INFO O| Sep 01 20:54:08.812 INFO STEP 708 (remove_files) COMPLETE
60852024-09-01T20:54:09.606Z[ recovery-image] Sep 01 20:54:08.812 INFO O| Sep 01 20:54:08.812 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-09-01T20:54:09.665Z[ recovery-image] Sep 01 20:54:08.874 INFO O| Sep 01 20:54:08.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60872024-09-01T20:54:09.665Z[ recovery-image] Sep 01 20:54:08.874 INFO O| Sep 01 20:54:08.874 INFO STEP 709 (remove_files) COMPLETE
60882024-09-01T20:54:09.669Z[ recovery-image] Sep 01 20:54:08.874 INFO O| Sep 01 20:54:08.874 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-09-01T20:54:09.689Z[ recovery-image] Sep 01 20:54:08.897 INFO O| Sep 01 20:54:08.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60902024-09-01T20:54:09.689Z[ recovery-image] Sep 01 20:54:08.897 INFO O| Sep 01 20:54:08.897 INFO STEP 710 (remove_files) COMPLETE
60912024-09-01T20:54:09.689Z[ recovery-image] Sep 01 20:54:08.897 INFO O| Sep 01 20:54:08.897 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-09-01T20:54:09.711Z[ recovery-image] Sep 01 20:54:08.919 INFO O| Sep 01 20:54:08.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60932024-09-01T20:54:09.711Z[ recovery-image] Sep 01 20:54:08.919 INFO O| Sep 01 20:54:08.919 INFO STEP 711 (remove_files) COMPLETE
60942024-09-01T20:54:09.711Z[ recovery-image] Sep 01 20:54:08.919 INFO O| Sep 01 20:54:08.919 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-09-01T20:54:09.731Z[ recovery-image] Sep 01 20:54:08.939 INFO O| Sep 01 20:54:08.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60962024-09-01T20:54:09.731Z[ recovery-image] Sep 01 20:54:08.939 INFO O| Sep 01 20:54:08.939 INFO STEP 712 (remove_files) COMPLETE
60972024-09-01T20:54:09.731Z[ recovery-image] Sep 01 20:54:08.939 INFO O| Sep 01 20:54:08.939 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-09-01T20:54:09.751Z[ recovery-image] Sep 01 20:54:08.960 INFO O| Sep 01 20:54:08.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60992024-09-01T20:54:09.751Z[ recovery-image] Sep 01 20:54:08.960 INFO O| Sep 01 20:54:08.960 INFO STEP 713 (remove_files) COMPLETE
61002024-09-01T20:54:09.754Z[ recovery-image] Sep 01 20:54:08.960 INFO O| Sep 01 20:54:08.960 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-09-01T20:54:09.776Z[ recovery-image] Sep 01 20:54:08.985 INFO O| Sep 01 20:54:08.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61022024-09-01T20:54:09.776Z[ recovery-image] Sep 01 20:54:08.985 INFO O| Sep 01 20:54:08.985 INFO STEP 714 (remove_files) COMPLETE
61032024-09-01T20:54:09.779Z[ recovery-image] Sep 01 20:54:08.985 INFO O| Sep 01 20:54:08.985 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-09-01T20:54:09.814Z[ recovery-image] Sep 01 20:54:09.022 INFO O| Sep 01 20:54:09.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61052024-09-01T20:54:09.814Z[ recovery-image] Sep 01 20:54:09.022 INFO O| Sep 01 20:54:09.022 INFO STEP 715 (remove_files) COMPLETE
61062024-09-01T20:54:09.814Z[ recovery-image] Sep 01 20:54:09.022 INFO O| Sep 01 20:54:09.022 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-09-01T20:54:09.831Z[ recovery-image] Sep 01 20:54:09.039 INFO O| Sep 01 20:54:09.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61082024-09-01T20:54:09.831Z[ recovery-image] Sep 01 20:54:09.040 INFO O| Sep 01 20:54:09.039 INFO STEP 716 (remove_files) COMPLETE
61092024-09-01T20:54:09.831Z[ recovery-image] Sep 01 20:54:09.040 INFO O| Sep 01 20:54:09.039 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-09-01T20:54:09.850Z[ recovery-image] Sep 01 20:54:09.058 INFO O| Sep 01 20:54:09.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61112024-09-01T20:54:09.850Z[ recovery-image] Sep 01 20:54:09.058 INFO O| Sep 01 20:54:09.058 INFO STEP 717 (remove_files) COMPLETE
61122024-09-01T20:54:09.852Z[ recovery-image] Sep 01 20:54:09.058 INFO O| Sep 01 20:54:09.058 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-09-01T20:54:09.869Z[ recovery-image] Sep 01 20:54:09.078 INFO O| Sep 01 20:54:09.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61142024-09-01T20:54:09.869Z[ recovery-image] Sep 01 20:54:09.078 INFO O| Sep 01 20:54:09.078 INFO STEP 718 (remove_files) COMPLETE
61152024-09-01T20:54:09.872Z[ recovery-image] Sep 01 20:54:09.078 INFO O| Sep 01 20:54:09.078 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-09-01T20:54:09.888Z[ recovery-image] Sep 01 20:54:09.096 INFO O| Sep 01 20:54:09.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61172024-09-01T20:54:09.888Z[ recovery-image] Sep 01 20:54:09.097 INFO O| Sep 01 20:54:09.096 INFO STEP 719 (remove_files) COMPLETE
61182024-09-01T20:54:09.888Z[ recovery-image] Sep 01 20:54:09.097 INFO O| Sep 01 20:54:09.097 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-09-01T20:54:09.906Z[ recovery-image] Sep 01 20:54:09.115 INFO O| Sep 01 20:54:09.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61202024-09-01T20:54:09.906Z[ recovery-image] Sep 01 20:54:09.115 INFO O| Sep 01 20:54:09.115 INFO STEP 720 (remove_files) COMPLETE
61212024-09-01T20:54:09.906Z[ recovery-image] Sep 01 20:54:09.115 INFO O| Sep 01 20:54:09.115 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-09-01T20:54:09.924Z[ host-image] Sep 01 20:54:09.133 INFO O| Sep 01 20:54:09.133 INFO O| Done
61232024-09-01T20:54:09.930Z[ recovery-image] Sep 01 20:54:09.139 INFO O| Sep 01 20:54:09.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61242024-09-01T20:54:09.930Z[ recovery-image] Sep 01 20:54:09.139 INFO O| Sep 01 20:54:09.139 INFO STEP 721 (remove_files) COMPLETE
61252024-09-01T20:54:09.933Z[ recovery-image] Sep 01 20:54:09.139 INFO O| Sep 01 20:54:09.139 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-09-01T20:54:09.954Z[ recovery-image] Sep 01 20:54:09.162 INFO O| Sep 01 20:54:09.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61272024-09-01T20:54:09.957Z[ recovery-image] Sep 01 20:54:09.163 INFO O| Sep 01 20:54:09.162 INFO STEP 722 (remove_files) COMPLETE
61282024-09-01T20:54:09.957Z[ recovery-image] Sep 01 20:54:09.163 INFO O| Sep 01 20:54:09.163 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-09-01T20:54:10.004Z[ recovery-image] Sep 01 20:54:09.213 INFO O| Sep 01 20:54:09.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61302024-09-01T20:54:10.005Z[ recovery-image] Sep 01 20:54:09.213 INFO O| Sep 01 20:54:09.213 INFO STEP 723 (remove_files) COMPLETE
61312024-09-01T20:54:10.005Z[ recovery-image] Sep 01 20:54:09.213 INFO O| Sep 01 20:54:09.213 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-09-01T20:54:10.023Z[ recovery-image] Sep 01 20:54:09.231 INFO O| Sep 01 20:54:09.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61332024-09-01T20:54:10.023Z[ recovery-image] Sep 01 20:54:09.232 INFO O| Sep 01 20:54:09.232 INFO STEP 724 (remove_files) COMPLETE
61342024-09-01T20:54:10.023Z[ recovery-image] Sep 01 20:54:09.232 INFO O| Sep 01 20:54:09.232 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-09-01T20:54:10.042Z[ recovery-image] Sep 01 20:54:09.251 INFO O| Sep 01 20:54:09.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
61362024-09-01T20:54:10.042Z[ recovery-image] Sep 01 20:54:09.251 INFO O| Sep 01 20:54:09.251 INFO STEP 725 (remove_files) COMPLETE
61372024-09-01T20:54:10.042Z[ recovery-image] Sep 01 20:54:09.251 INFO O| Sep 01 20:54:09.251 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-09-01T20:54:10.079Z[ recovery-image] Sep 01 20:54:09.287 INFO O| Sep 01 20:54:09.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
61392024-09-01T20:54:10.079Z[ recovery-image] Sep 01 20:54:09.287 INFO O| Sep 01 20:54:09.287 INFO STEP 726 (remove_files) COMPLETE
61402024-09-01T20:54:10.079Z[ recovery-image] Sep 01 20:54:09.287 INFO O| Sep 01 20:54:09.287 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-09-01T20:54:10.099Z[ recovery-image] Sep 01 20:54:09.308 INFO O| Sep 01 20:54:09.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
61422024-09-01T20:54:10.099Z[ recovery-image] Sep 01 20:54:09.308 INFO O| Sep 01 20:54:09.308 INFO STEP 727 (remove_files) COMPLETE
61432024-09-01T20:54:10.099Z[ recovery-image] Sep 01 20:54:09.308 INFO O| Sep 01 20:54:09.308 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-09-01T20:54:10.138Z[ recovery-image] Sep 01 20:54:09.346 INFO O| Sep 01 20:54:09.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
61452024-09-01T20:54:10.138Z[ recovery-image] Sep 01 20:54:09.346 INFO O| Sep 01 20:54:09.346 INFO STEP 728 (remove_files) COMPLETE
61462024-09-01T20:54:10.138Z[ recovery-image] Sep 01 20:54:09.346 INFO O| Sep 01 20:54:09.346 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-09-01T20:54:10.157Z[ recovery-image] Sep 01 20:54:09.365 INFO O| Sep 01 20:54:09.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61482024-09-01T20:54:10.157Z[ recovery-image] Sep 01 20:54:09.366 INFO O| Sep 01 20:54:09.366 INFO STEP 729 (remove_files) COMPLETE
61492024-09-01T20:54:10.157Z[ recovery-image] Sep 01 20:54:09.366 INFO O| Sep 01 20:54:09.366 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-09-01T20:54:10.175Z[ recovery-image] Sep 01 20:54:09.383 INFO O| Sep 01 20:54:09.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61512024-09-01T20:54:10.175Z[ recovery-image] Sep 01 20:54:09.384 INFO O| Sep 01 20:54:09.383 INFO STEP 730 (remove_files) COMPLETE
61522024-09-01T20:54:10.175Z[ recovery-image] Sep 01 20:54:09.384 INFO O| Sep 01 20:54:09.384 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-09-01T20:54:10.198Z[ recovery-image] Sep 01 20:54:09.407 INFO O| Sep 01 20:54:09.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61542024-09-01T20:54:10.201Z[ recovery-image] Sep 01 20:54:09.407 INFO O| Sep 01 20:54:09.407 INFO STEP 731 (remove_files) COMPLETE
61552024-09-01T20:54:10.201Z[ recovery-image] Sep 01 20:54:09.407 INFO O| Sep 01 20:54:09.407 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-09-01T20:54:10.215Z[ recovery-image] Sep 01 20:54:09.424 INFO O| Sep 01 20:54:09.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61572024-09-01T20:54:10.218Z[ recovery-image] Sep 01 20:54:09.424 INFO O| Sep 01 20:54:09.424 INFO STEP 732 (remove_files) COMPLETE
61582024-09-01T20:54:10.218Z[ recovery-image] Sep 01 20:54:09.424 INFO O| Sep 01 20:54:09.424 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-09-01T20:54:10.232Z[ recovery-image] Sep 01 20:54:09.440 INFO O| Sep 01 20:54:09.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61602024-09-01T20:54:10.232Z[ recovery-image] Sep 01 20:54:09.440 INFO O| Sep 01 20:54:09.440 INFO STEP 733 (remove_files) COMPLETE
61612024-09-01T20:54:10.235Z[ recovery-image] Sep 01 20:54:09.441 INFO O| Sep 01 20:54:09.440 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-09-01T20:54:10.249Z[ recovery-image] Sep 01 20:54:09.458 INFO O| Sep 01 20:54:09.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61632024-09-01T20:54:10.249Z[ recovery-image] Sep 01 20:54:09.458 INFO O| Sep 01 20:54:09.458 INFO STEP 734 (remove_files) COMPLETE
61642024-09-01T20:54:10.253Z[ recovery-image] Sep 01 20:54:09.458 INFO O| Sep 01 20:54:09.458 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-09-01T20:54:10.267Z[ recovery-image] Sep 01 20:54:09.476 INFO O| Sep 01 20:54:09.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61662024-09-01T20:54:10.270Z[ recovery-image] Sep 01 20:54:09.476 INFO O| Sep 01 20:54:09.476 INFO STEP 735 (remove_files) COMPLETE
61672024-09-01T20:54:10.270Z[ recovery-image] Sep 01 20:54:09.477 INFO O| Sep 01 20:54:09.476 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-09-01T20:54:10.303Z[ recovery-image] Sep 01 20:54:09.512 INFO O| Sep 01 20:54:09.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61692024-09-01T20:54:10.303Z[ recovery-image] Sep 01 20:54:09.512 INFO O| Sep 01 20:54:09.512 INFO STEP 736 (remove_files) COMPLETE
61702024-09-01T20:54:10.306Z[ recovery-image] Sep 01 20:54:09.512 INFO O| Sep 01 20:54:09.512 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-09-01T20:54:10.332Z[ recovery-image] Sep 01 20:54:09.539 INFO O| Sep 01 20:54:09.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61722024-09-01T20:54:10.332Z[ recovery-image] Sep 01 20:54:09.539 INFO O| Sep 01 20:54:09.539 INFO STEP 737 (remove_files) COMPLETE
61732024-09-01T20:54:10.332Z[ recovery-image] Sep 01 20:54:09.540 INFO O| Sep 01 20:54:09.539 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-09-01T20:54:10.372Z[ recovery-image] Sep 01 20:54:09.580 INFO O| Sep 01 20:54:09.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61752024-09-01T20:54:10.372Z[ recovery-image] Sep 01 20:54:09.580 INFO O| Sep 01 20:54:09.580 INFO STEP 738 (remove_files) COMPLETE
61762024-09-01T20:54:10.372Z[ recovery-image] Sep 01 20:54:09.580 INFO O| Sep 01 20:54:09.580 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-09-01T20:54:10.396Z[ recovery-image] Sep 01 20:54:09.605 INFO O| Sep 01 20:54:09.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61782024-09-01T20:54:10.396Z[ recovery-image] Sep 01 20:54:09.605 INFO O| Sep 01 20:54:09.605 INFO STEP 739 (remove_files) COMPLETE
61792024-09-01T20:54:10.399Z[ recovery-image] Sep 01 20:54:09.605 INFO O| Sep 01 20:54:09.605 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-09-01T20:54:10.467Z[ recovery-image] Sep 01 20:54:09.675 INFO O| Sep 01 20:54:09.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61812024-09-01T20:54:10.470Z[ recovery-image] Sep 01 20:54:09.676 INFO O| Sep 01 20:54:09.675 INFO STEP 740 (remove_files) COMPLETE
61822024-09-01T20:54:10.470Z[ recovery-image] Sep 01 20:54:09.676 INFO O| Sep 01 20:54:09.675 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-09-01T20:54:10.486Z[ recovery-image] Sep 01 20:54:09.694 INFO O| Sep 01 20:54:09.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61842024-09-01T20:54:10.486Z[ recovery-image] Sep 01 20:54:09.694 INFO O| Sep 01 20:54:09.694 INFO STEP 741 (remove_files) COMPLETE
61852024-09-01T20:54:10.486Z[ recovery-image] Sep 01 20:54:09.694 INFO O| Sep 01 20:54:09.694 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-09-01T20:54:10.502Z[ recovery-image] Sep 01 20:54:09.711 INFO O| Sep 01 20:54:09.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61872024-09-01T20:54:10.502Z[ recovery-image] Sep 01 20:54:09.711 INFO O| Sep 01 20:54:09.711 INFO STEP 742 (remove_files) COMPLETE
61882024-09-01T20:54:10.505Z[ recovery-image] Sep 01 20:54:09.711 INFO O| Sep 01 20:54:09.711 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-09-01T20:54:10.519Z[ recovery-image] Sep 01 20:54:09.727 INFO O| Sep 01 20:54:09.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61902024-09-01T20:54:10.519Z[ recovery-image] Sep 01 20:54:09.728 INFO O| Sep 01 20:54:09.727 INFO STEP 743 (remove_files) COMPLETE
61912024-09-01T20:54:10.519Z[ recovery-image] Sep 01 20:54:09.728 INFO O| Sep 01 20:54:09.728 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-09-01T20:54:10.536Z[ recovery-image] Sep 01 20:54:09.745 INFO O| Sep 01 20:54:09.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61932024-09-01T20:54:10.536Z[ recovery-image] Sep 01 20:54:09.745 INFO O| Sep 01 20:54:09.745 INFO STEP 744 (remove_files) COMPLETE
61942024-09-01T20:54:10.536Z[ recovery-image] Sep 01 20:54:09.745 INFO O| Sep 01 20:54:09.745 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-09-01T20:54:10.574Z[ recovery-image] Sep 01 20:54:09.782 INFO O| Sep 01 20:54:09.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61962024-09-01T20:54:10.574Z[ recovery-image] Sep 01 20:54:09.782 INFO O| Sep 01 20:54:09.782 INFO STEP 745 (remove_files) COMPLETE
61972024-09-01T20:54:10.574Z[ recovery-image] Sep 01 20:54:09.782 INFO O| Sep 01 20:54:09.782 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-09-01T20:54:10.591Z[ recovery-image] Sep 01 20:54:09.800 INFO O| Sep 01 20:54:09.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61992024-09-01T20:54:10.591Z[ recovery-image] Sep 01 20:54:09.800 INFO O| Sep 01 20:54:09.800 INFO STEP 746 (remove_files) COMPLETE
62002024-09-01T20:54:10.591Z[ recovery-image] Sep 01 20:54:09.800 INFO O| Sep 01 20:54:09.800 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-09-01T20:54:10.608Z[ recovery-image] Sep 01 20:54:09.816 INFO O| Sep 01 20:54:09.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62022024-09-01T20:54:10.608Z[ recovery-image] Sep 01 20:54:09.816 INFO O| Sep 01 20:54:09.816 INFO STEP 747 (remove_files) COMPLETE
62032024-09-01T20:54:10.608Z[ recovery-image] Sep 01 20:54:09.816 INFO O| Sep 01 20:54:09.816 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-09-01T20:54:10.625Z[ recovery-image] Sep 01 20:54:09.832 INFO O| Sep 01 20:54:09.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62052024-09-01T20:54:10.625Z[ recovery-image] Sep 01 20:54:09.833 INFO O| Sep 01 20:54:09.833 INFO STEP 748 (remove_files) COMPLETE
62062024-09-01T20:54:10.625Z[ recovery-image] Sep 01 20:54:09.833 INFO O| Sep 01 20:54:09.833 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-09-01T20:54:10.642Z[ recovery-image] Sep 01 20:54:09.850 INFO O| Sep 01 20:54:09.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62082024-09-01T20:54:10.642Z[ recovery-image] Sep 01 20:54:09.850 INFO O| Sep 01 20:54:09.850 INFO STEP 749 (remove_files) COMPLETE
62092024-09-01T20:54:10.642Z[ recovery-image] Sep 01 20:54:09.850 INFO O| Sep 01 20:54:09.850 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-09-01T20:54:10.659Z[ recovery-image] Sep 01 20:54:09.867 INFO O| Sep 01 20:54:09.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62112024-09-01T20:54:10.659Z[ recovery-image] Sep 01 20:54:09.867 INFO O| Sep 01 20:54:09.867 INFO STEP 750 (remove_files) COMPLETE
62122024-09-01T20:54:10.659Z[ recovery-image] Sep 01 20:54:09.867 INFO O| Sep 01 20:54:09.867 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-09-01T20:54:10.681Z[ recovery-image] Sep 01 20:54:09.889 INFO O| Sep 01 20:54:09.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62142024-09-01T20:54:10.681Z[ recovery-image] Sep 01 20:54:09.889 INFO O| Sep 01 20:54:09.889 INFO STEP 751 (remove_files) COMPLETE
62152024-09-01T20:54:10.681Z[ recovery-image] Sep 01 20:54:09.889 INFO O| Sep 01 20:54:09.889 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-09-01T20:54:10.785Z[ recovery-image] Sep 01 20:54:09.993 INFO O| Sep 01 20:54:09.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62172024-09-01T20:54:10.785Z[ recovery-image] Sep 01 20:54:09.993 INFO O| Sep 01 20:54:09.993 INFO STEP 752 (remove_files) COMPLETE
62182024-09-01T20:54:10.785Z[ recovery-image] Sep 01 20:54:09.993 INFO O| Sep 01 20:54:09.993 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-09-01T20:54:10.836Z[ recovery-image] Sep 01 20:54:10.045 INFO O| Sep 01 20:54:10.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62202024-09-01T20:54:10.837Z[ recovery-image] Sep 01 20:54:10.045 INFO O| Sep 01 20:54:10.045 INFO STEP 753 (remove_files) COMPLETE
62212024-09-01T20:54:10.839Z[ recovery-image] Sep 01 20:54:10.045 INFO O| Sep 01 20:54:10.045 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-09-01T20:54:10.855Z[ recovery-image] Sep 01 20:54:10.064 INFO O| Sep 01 20:54:10.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62232024-09-01T20:54:10.858Z[ recovery-image] Sep 01 20:54:10.064 INFO O| Sep 01 20:54:10.064 INFO STEP 754 (remove_files) COMPLETE
62242024-09-01T20:54:10.858Z[ recovery-image] Sep 01 20:54:10.064 INFO O| Sep 01 20:54:10.064 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-09-01T20:54:10.901Z[ recovery-image] Sep 01 20:54:10.110 INFO O| Sep 01 20:54:10.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
62262024-09-01T20:54:10.901Z[ recovery-image] Sep 01 20:54:10.110 INFO O| Sep 01 20:54:10.110 INFO STEP 755 (remove_files) COMPLETE
62272024-09-01T20:54:10.901Z[ recovery-image] Sep 01 20:54:10.110 INFO O| Sep 01 20:54:10.110 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-09-01T20:54:10.938Z[ recovery-image] Sep 01 20:54:10.146 INFO O| Sep 01 20:54:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62292024-09-01T20:54:10.938Z[ recovery-image] Sep 01 20:54:10.146 INFO O| Sep 01 20:54:10.146 INFO STEP 756 (remove_files) COMPLETE
62302024-09-01T20:54:10.938Z[ recovery-image] Sep 01 20:54:10.146 INFO O| Sep 01 20:54:10.146 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-09-01T20:54:10.962Z[ host-image] Sep 01 20:54:10.171 INFO O| Sep 01 20:54:10.171 INFO O| Done
62322024-09-01T20:54:10.965Z[ recovery-image] Sep 01 20:54:10.174 INFO O| Sep 01 20:54:10.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62332024-09-01T20:54:10.968Z[ recovery-image] Sep 01 20:54:10.174 INFO O| Sep 01 20:54:10.174 INFO STEP 757 (remove_files) COMPLETE
62342024-09-01T20:54:10.968Z[ recovery-image] Sep 01 20:54:10.175 INFO O| Sep 01 20:54:10.174 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-09-01T20:54:11.000Z[ recovery-image] Sep 01 20:54:10.209 INFO O| Sep 01 20:54:10.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62362024-09-01T20:54:11.003Z[ recovery-image] Sep 01 20:54:10.209 INFO O| Sep 01 20:54:10.209 INFO STEP 758 (remove_files) COMPLETE
62372024-09-01T20:54:11.003Z[ recovery-image] Sep 01 20:54:10.209 INFO O| Sep 01 20:54:10.209 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-09-01T20:54:11.021Z[ recovery-image] Sep 01 20:54:10.230 INFO O| Sep 01 20:54:10.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
62392024-09-01T20:54:11.024Z[ recovery-image] Sep 01 20:54:10.230 INFO O| Sep 01 20:54:10.230 INFO STEP 759 (remove_files) COMPLETE
62402024-09-01T20:54:11.024Z[ recovery-image] Sep 01 20:54:10.230 INFO O| Sep 01 20:54:10.230 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-09-01T20:54:11.042Z[ recovery-image] Sep 01 20:54:10.251 INFO O| Sep 01 20:54:10.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
62422024-09-01T20:54:11.045Z[ recovery-image] Sep 01 20:54:10.251 INFO O| Sep 01 20:54:10.251 INFO STEP 760 (remove_files) COMPLETE
62432024-09-01T20:54:11.045Z[ recovery-image] Sep 01 20:54:10.251 INFO O| Sep 01 20:54:10.251 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-09-01T20:54:11.064Z[ recovery-image] Sep 01 20:54:10.273 INFO O| Sep 01 20:54:10.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
62452024-09-01T20:54:11.067Z[ recovery-image] Sep 01 20:54:10.273 INFO O| Sep 01 20:54:10.273 INFO STEP 761 (remove_files) COMPLETE
62462024-09-01T20:54:11.067Z[ recovery-image] Sep 01 20:54:10.273 INFO O| Sep 01 20:54:10.273 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-09-01T20:54:11.085Z[ recovery-image] Sep 01 20:54:10.294 INFO O| Sep 01 20:54:10.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
62482024-09-01T20:54:11.088Z[ recovery-image] Sep 01 20:54:10.294 INFO O| Sep 01 20:54:10.294 INFO STEP 762 (remove_files) COMPLETE
62492024-09-01T20:54:11.088Z[ recovery-image] Sep 01 20:54:10.294 INFO O| Sep 01 20:54:10.294 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-09-01T20:54:11.103Z[ recovery-image] Sep 01 20:54:10.312 INFO O| Sep 01 20:54:10.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
62512024-09-01T20:54:11.103Z[ recovery-image] Sep 01 20:54:10.312 INFO O| Sep 01 20:54:10.312 INFO STEP 763 (remove_files) COMPLETE
62522024-09-01T20:54:11.103Z[ recovery-image] Sep 01 20:54:10.312 INFO O| Sep 01 20:54:10.312 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-09-01T20:54:11.121Z[ recovery-image] Sep 01 20:54:10.330 INFO O| Sep 01 20:54:10.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62542024-09-01T20:54:11.121Z[ recovery-image] Sep 01 20:54:10.330 INFO O| Sep 01 20:54:10.330 INFO STEP 764 (remove_files) COMPLETE
62552024-09-01T20:54:11.124Z[ recovery-image] Sep 01 20:54:10.330 INFO O| Sep 01 20:54:10.330 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-09-01T20:54:11.153Z[ recovery-image] Sep 01 20:54:10.361 INFO O| Sep 01 20:54:10.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62572024-09-01T20:54:11.153Z[ recovery-image] Sep 01 20:54:10.361 INFO O| Sep 01 20:54:10.361 INFO STEP 765 (remove_files) COMPLETE
62582024-09-01T20:54:11.153Z[ recovery-image] Sep 01 20:54:10.361 INFO O| Sep 01 20:54:10.361 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-09-01T20:54:11.190Z[ recovery-image] Sep 01 20:54:10.398 INFO O| Sep 01 20:54:10.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62602024-09-01T20:54:11.190Z[ recovery-image] Sep 01 20:54:10.399 INFO O| Sep 01 20:54:10.398 INFO STEP 766 (remove_files) COMPLETE
62612024-09-01T20:54:11.190Z[ recovery-image] Sep 01 20:54:10.399 INFO O| Sep 01 20:54:10.398 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-09-01T20:54:11.209Z[ recovery-image] Sep 01 20:54:10.418 INFO O| Sep 01 20:54:10.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62632024-09-01T20:54:11.209Z[ recovery-image] Sep 01 20:54:10.418 INFO O| Sep 01 20:54:10.418 INFO STEP 767 (remove_files) COMPLETE
62642024-09-01T20:54:11.209Z[ recovery-image] Sep 01 20:54:10.418 INFO O| Sep 01 20:54:10.418 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-09-01T20:54:11.229Z[ recovery-image] Sep 01 20:54:10.437 INFO O| Sep 01 20:54:10.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62662024-09-01T20:54:11.229Z[ recovery-image] Sep 01 20:54:10.438 INFO O| Sep 01 20:54:10.437 INFO STEP 768 (remove_files) COMPLETE
62672024-09-01T20:54:11.229Z[ recovery-image] Sep 01 20:54:10.438 INFO O| Sep 01 20:54:10.437 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-09-01T20:54:11.272Z[ recovery-image] Sep 01 20:54:10.481 INFO O| Sep 01 20:54:10.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62692024-09-01T20:54:11.272Z[ recovery-image] Sep 01 20:54:10.481 INFO O| Sep 01 20:54:10.481 INFO STEP 769 (remove_files) COMPLETE
62702024-09-01T20:54:11.275Z[ recovery-image] Sep 01 20:54:10.481 INFO O| Sep 01 20:54:10.481 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-09-01T20:54:11.291Z[ host-image] Sep 01 20:54:10.499 INFO O| Sep 01 20:54:10.499 INFO STEP 11 (pkg_install) COMPLETE
62722024-09-01T20:54:11.291Z[ host-image] Sep 01 20:54:10.499 INFO O| Sep 01 20:54:10.499 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62732024-09-01T20:54:11.309Z[ host-image] Sep 01 20:54:10.518 INFO O| Sep 01 20:54:10.518 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
62742024-09-01T20:54:11.375Z[ recovery-image] Sep 01 20:54:10.582 INFO O| Sep 01 20:54:10.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62752024-09-01T20:54:11.375Z[ recovery-image] Sep 01 20:54:10.582 INFO O| Sep 01 20:54:10.582 INFO STEP 770 (remove_files) COMPLETE
62762024-09-01T20:54:11.375Z[ recovery-image] Sep 01 20:54:10.582 INFO O| Sep 01 20:54:10.582 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-09-01T20:54:11.395Z[ recovery-image] Sep 01 20:54:10.603 INFO O| Sep 01 20:54:10.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62782024-09-01T20:54:11.395Z[ recovery-image] Sep 01 20:54:10.603 INFO O| Sep 01 20:54:10.603 INFO STEP 771 (remove_files) COMPLETE
62792024-09-01T20:54:11.397Z[ recovery-image] Sep 01 20:54:10.603 INFO O| Sep 01 20:54:10.603 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-09-01T20:54:11.434Z[ recovery-image] Sep 01 20:54:10.642 INFO O| Sep 01 20:54:10.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62812024-09-01T20:54:11.434Z[ recovery-image] Sep 01 20:54:10.642 INFO O| Sep 01 20:54:10.642 INFO STEP 772 (remove_files) COMPLETE
62822024-09-01T20:54:11.438Z[ recovery-image] Sep 01 20:54:10.642 INFO O| Sep 01 20:54:10.642 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-09-01T20:54:11.487Z[ recovery-image] Sep 01 20:54:10.696 INFO O| Sep 01 20:54:10.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62842024-09-01T20:54:11.487Z[ recovery-image] Sep 01 20:54:10.696 INFO O| Sep 01 20:54:10.696 INFO STEP 773 (remove_files) COMPLETE
62852024-09-01T20:54:11.490Z[ recovery-image] Sep 01 20:54:10.696 INFO O| Sep 01 20:54:10.696 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-09-01T20:54:11.515Z[ recovery-image] Sep 01 20:54:10.723 INFO O| Sep 01 20:54:10.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62872024-09-01T20:54:11.515Z[ recovery-image] Sep 01 20:54:10.723 INFO O| Sep 01 20:54:10.723 INFO STEP 774 (remove_files) COMPLETE
62882024-09-01T20:54:11.515Z[ recovery-image] Sep 01 20:54:10.723 INFO O| Sep 01 20:54:10.723 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-09-01T20:54:11.533Z[ recovery-image] Sep 01 20:54:10.741 INFO O| Sep 01 20:54:10.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62902024-09-01T20:54:11.535Z[ recovery-image] Sep 01 20:54:10.742 INFO O| Sep 01 20:54:10.741 INFO STEP 775 (remove_files) COMPLETE
62912024-09-01T20:54:11.535Z[ recovery-image] Sep 01 20:54:10.742 INFO O| Sep 01 20:54:10.742 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-09-01T20:54:11.591Z[ recovery-image] Sep 01 20:54:10.799 INFO O| Sep 01 20:54:10.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62932024-09-01T20:54:11.591Z[ recovery-image] Sep 01 20:54:10.799 INFO O| Sep 01 20:54:10.799 INFO STEP 776 (remove_files) COMPLETE
62942024-09-01T20:54:11.591Z[ recovery-image] Sep 01 20:54:10.799 INFO O| Sep 01 20:54:10.799 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-09-01T20:54:11.634Z[ recovery-image] Sep 01 20:54:10.843 INFO O| Sep 01 20:54:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62962024-09-01T20:54:11.637Z[ recovery-image] Sep 01 20:54:10.843 INFO O| Sep 01 20:54:10.843 INFO STEP 777 (remove_files) COMPLETE
62972024-09-01T20:54:11.637Z[ recovery-image] Sep 01 20:54:10.843 INFO O| Sep 01 20:54:10.843 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-09-01T20:54:11.672Z[ recovery-image] Sep 01 20:54:10.881 INFO O| Sep 01 20:54:10.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62992024-09-01T20:54:11.672Z[ recovery-image] Sep 01 20:54:10.881 INFO O| Sep 01 20:54:10.881 INFO STEP 778 (remove_files) COMPLETE
63002024-09-01T20:54:11.672Z[ recovery-image] Sep 01 20:54:10.881 INFO O| Sep 01 20:54:10.881 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-09-01T20:54:11.729Z[ recovery-image] Sep 01 20:54:10.937 INFO O| Sep 01 20:54:10.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63022024-09-01T20:54:11.732Z[ recovery-image] Sep 01 20:54:10.938 INFO O| Sep 01 20:54:10.937 INFO STEP 779 (remove_files) COMPLETE
63032024-09-01T20:54:11.732Z[ recovery-image] Sep 01 20:54:10.938 INFO O| Sep 01 20:54:10.937 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-09-01T20:54:11.750Z[ recovery-image] Sep 01 20:54:10.959 INFO O| Sep 01 20:54:10.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63052024-09-01T20:54:11.753Z[ recovery-image] Sep 01 20:54:10.959 INFO O| Sep 01 20:54:10.959 INFO STEP 780 (remove_files) COMPLETE
63062024-09-01T20:54:11.753Z[ recovery-image] Sep 01 20:54:10.959 INFO O| Sep 01 20:54:10.959 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-09-01T20:54:11.788Z[ recovery-image] Sep 01 20:54:10.997 INFO O| Sep 01 20:54:10.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63082024-09-01T20:54:11.788Z[ recovery-image] Sep 01 20:54:10.997 INFO O| Sep 01 20:54:10.997 INFO STEP 781 (remove_files) COMPLETE
63092024-09-01T20:54:11.791Z[ recovery-image] Sep 01 20:54:10.997 INFO O| Sep 01 20:54:10.997 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-09-01T20:54:11.806Z[ recovery-image] Sep 01 20:54:11.015 INFO O| Sep 01 20:54:11.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63112024-09-01T20:54:11.806Z[ recovery-image] Sep 01 20:54:11.015 INFO O| Sep 01 20:54:11.015 INFO STEP 782 (remove_files) COMPLETE
63122024-09-01T20:54:11.809Z[ recovery-image] Sep 01 20:54:11.015 INFO O| Sep 01 20:54:11.015 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-09-01T20:54:11.836Z[ recovery-image] Sep 01 20:54:11.044 INFO O| Sep 01 20:54:11.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63142024-09-01T20:54:11.838Z[ recovery-image] Sep 01 20:54:11.045 INFO O| Sep 01 20:54:11.044 INFO STEP 783 (remove_files) COMPLETE
63152024-09-01T20:54:11.838Z[ recovery-image] Sep 01 20:54:11.045 INFO O| Sep 01 20:54:11.045 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-09-01T20:54:11.856Z[ recovery-image] Sep 01 20:54:11.065 INFO O| Sep 01 20:54:11.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63172024-09-01T20:54:11.856Z[ recovery-image] Sep 01 20:54:11.065 INFO O| Sep 01 20:54:11.065 INFO STEP 784 (remove_files) COMPLETE
63182024-09-01T20:54:11.859Z[ recovery-image] Sep 01 20:54:11.065 INFO O| Sep 01 20:54:11.065 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-09-01T20:54:11.876Z[ recovery-image] Sep 01 20:54:11.084 INFO O| Sep 01 20:54:11.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63202024-09-01T20:54:11.879Z[ recovery-image] Sep 01 20:54:11.085 INFO O| Sep 01 20:54:11.084 INFO STEP 785 (remove_files) COMPLETE
63212024-09-01T20:54:11.879Z[ recovery-image] Sep 01 20:54:11.085 INFO O| Sep 01 20:54:11.085 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-09-01T20:54:11.907Z[ recovery-image] Sep 01 20:54:11.116 INFO O| Sep 01 20:54:11.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63232024-09-01T20:54:11.907Z[ recovery-image] Sep 01 20:54:11.116 INFO O| Sep 01 20:54:11.116 INFO STEP 786 (remove_files) COMPLETE
63242024-09-01T20:54:11.907Z[ recovery-image] Sep 01 20:54:11.116 INFO O| Sep 01 20:54:11.116 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-09-01T20:54:11.933Z[ recovery-image] Sep 01 20:54:11.141 INFO O| Sep 01 20:54:11.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63262024-09-01T20:54:11.933Z[ recovery-image] Sep 01 20:54:11.141 INFO O| Sep 01 20:54:11.141 INFO STEP 787 (remove_files) COMPLETE
63272024-09-01T20:54:11.933Z[ recovery-image] Sep 01 20:54:11.141 INFO O| Sep 01 20:54:11.141 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-09-01T20:54:11.994Z[ recovery-image] Sep 01 20:54:11.202 INFO O| Sep 01 20:54:11.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
63292024-09-01T20:54:12.024Z[ recovery-image] Sep 01 20:54:11.232 INFO O| Sep 01 20:54:11.202 INFO STEP 788 (remove_files) COMPLETE
63302024-09-01T20:54:12.024Z[ recovery-image] Sep 01 20:54:11.232 INFO O| Sep 01 20:54:11.232 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-09-01T20:54:12.073Z[ recovery-image] Sep 01 20:54:11.282 INFO O| Sep 01 20:54:11.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63322024-09-01T20:54:12.073Z[ recovery-image] Sep 01 20:54:11.282 INFO O| Sep 01 20:54:11.282 INFO STEP 789 (remove_files) COMPLETE
63332024-09-01T20:54:12.073Z[ recovery-image] Sep 01 20:54:11.282 INFO O| Sep 01 20:54:11.282 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-09-01T20:54:12.091Z[ recovery-image] Sep 01 20:54:11.300 INFO O| Sep 01 20:54:11.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
63352024-09-01T20:54:12.092Z[ recovery-image] Sep 01 20:54:11.300 INFO O| Sep 01 20:54:11.300 INFO STEP 790 (remove_files) COMPLETE
63362024-09-01T20:54:12.092Z[ recovery-image] Sep 01 20:54:11.300 INFO O| Sep 01 20:54:11.300 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-09-01T20:54:12.109Z[ recovery-image] Sep 01 20:54:11.317 INFO O| Sep 01 20:54:11.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
63382024-09-01T20:54:12.109Z[ recovery-image] Sep 01 20:54:11.318 INFO O| Sep 01 20:54:11.317 INFO STEP 791 (remove_files) COMPLETE
63392024-09-01T20:54:12.109Z[ recovery-image] Sep 01 20:54:11.318 INFO O| Sep 01 20:54:11.318 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-09-01T20:54:12.128Z[ recovery-image] Sep 01 20:54:11.337 INFO O| Sep 01 20:54:11.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
63412024-09-01T20:54:12.128Z[ recovery-image] Sep 01 20:54:11.337 INFO O| Sep 01 20:54:11.337 INFO STEP 792 (remove_files) COMPLETE
63422024-09-01T20:54:12.128Z[ recovery-image] Sep 01 20:54:11.337 INFO O| Sep 01 20:54:11.337 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-09-01T20:54:12.191Z[ recovery-image] Sep 01 20:54:11.400 INFO O| Sep 01 20:54:11.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
63442024-09-01T20:54:12.191Z[ recovery-image] Sep 01 20:54:11.400 INFO O| Sep 01 20:54:11.400 INFO STEP 793 (remove_files) COMPLETE
63452024-09-01T20:54:12.194Z[ recovery-image] Sep 01 20:54:11.400 INFO O| Sep 01 20:54:11.400 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-09-01T20:54:12.213Z[ recovery-image] Sep 01 20:54:11.421 INFO O| Sep 01 20:54:11.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
63472024-09-01T20:54:12.213Z[ recovery-image] Sep 01 20:54:11.421 INFO O| Sep 01 20:54:11.421 INFO STEP 794 (remove_files) COMPLETE
63482024-09-01T20:54:12.213Z[ recovery-image] Sep 01 20:54:11.421 INFO O| Sep 01 20:54:11.421 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-09-01T20:54:12.232Z[ recovery-image] Sep 01 20:54:11.441 INFO O| Sep 01 20:54:11.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
63502024-09-01T20:54:12.232Z[ recovery-image] Sep 01 20:54:11.441 INFO O| Sep 01 20:54:11.441 INFO STEP 795 (remove_files) COMPLETE
63512024-09-01T20:54:12.232Z[ recovery-image] Sep 01 20:54:11.441 INFO O| Sep 01 20:54:11.441 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-09-01T20:54:12.251Z[ recovery-image] Sep 01 20:54:11.460 INFO O| Sep 01 20:54:11.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
63532024-09-01T20:54:12.252Z[ recovery-image] Sep 01 20:54:11.460 INFO O| Sep 01 20:54:11.460 INFO STEP 796 (remove_files) COMPLETE
63542024-09-01T20:54:12.252Z[ recovery-image] Sep 01 20:54:11.460 INFO O| Sep 01 20:54:11.460 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-09-01T20:54:12.269Z[ recovery-image] Sep 01 20:54:11.478 INFO O| Sep 01 20:54:11.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
63562024-09-01T20:54:12.273Z[ recovery-image] Sep 01 20:54:11.482 INFO O| Sep 01 20:54:11.482 INFO STEP 797 (remove_files) COMPLETE
63572024-09-01T20:54:12.276Z[ recovery-image] Sep 01 20:54:11.482 INFO O| Sep 01 20:54:11.482 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-09-01T20:54:12.340Z[ host-image] Sep 01 20:54:11.548 INFO O| Sep 01 20:54:11.548 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
63592024-09-01T20:54:12.352Z[ recovery-image] Sep 01 20:54:11.560 INFO O| Sep 01 20:54:11.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63602024-09-01T20:54:12.352Z[ recovery-image] Sep 01 20:54:11.560 INFO O| Sep 01 20:54:11.560 INFO STEP 798 (remove_files) COMPLETE
63612024-09-01T20:54:12.352Z[ recovery-image] Sep 01 20:54:11.560 INFO O| Sep 01 20:54:11.560 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-09-01T20:54:12.373Z[ recovery-image] Sep 01 20:54:11.582 INFO O| Sep 01 20:54:11.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63632024-09-01T20:54:12.373Z[ recovery-image] Sep 01 20:54:11.582 INFO O| Sep 01 20:54:11.582 INFO STEP 799 (remove_files) COMPLETE
63642024-09-01T20:54:12.373Z[ recovery-image] Sep 01 20:54:11.582 INFO O| Sep 01 20:54:11.582 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-09-01T20:54:12.413Z[ recovery-image] Sep 01 20:54:11.621 INFO O| Sep 01 20:54:11.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63662024-09-01T20:54:12.415Z[ recovery-image] Sep 01 20:54:11.621 INFO O| Sep 01 20:54:11.621 INFO STEP 800 (remove_files) COMPLETE
63672024-09-01T20:54:12.415Z[ recovery-image] Sep 01 20:54:11.621 INFO O| Sep 01 20:54:11.621 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-09-01T20:54:12.436Z[ recovery-image] Sep 01 20:54:11.645 INFO O| Sep 01 20:54:11.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63692024-09-01T20:54:12.440Z[ recovery-image] Sep 01 20:54:11.645 INFO O| Sep 01 20:54:11.645 INFO STEP 801 (remove_files) COMPLETE
63702024-09-01T20:54:12.440Z[ recovery-image] Sep 01 20:54:11.645 INFO O| Sep 01 20:54:11.645 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-09-01T20:54:12.457Z[ recovery-image] Sep 01 20:54:11.665 INFO O| Sep 01 20:54:11.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63722024-09-01T20:54:12.459Z[ recovery-image] Sep 01 20:54:11.666 INFO O| Sep 01 20:54:11.666 INFO STEP 802 (remove_files) COMPLETE
63732024-09-01T20:54:12.459Z[ recovery-image] Sep 01 20:54:11.666 INFO O| Sep 01 20:54:11.666 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-09-01T20:54:12.495Z[ recovery-image] Sep 01 20:54:11.704 INFO O| Sep 01 20:54:11.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63752024-09-01T20:54:12.498Z[ recovery-image] Sep 01 20:54:11.704 INFO O| Sep 01 20:54:11.704 INFO STEP 803 (remove_files) COMPLETE
63762024-09-01T20:54:12.498Z[ recovery-image] Sep 01 20:54:11.704 INFO O| Sep 01 20:54:11.704 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-09-01T20:54:12.518Z[ recovery-image] Sep 01 20:54:11.726 INFO O| Sep 01 20:54:11.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
63782024-09-01T20:54:12.520Z[ recovery-image] Sep 01 20:54:11.726 INFO O| Sep 01 20:54:11.726 INFO STEP 804 (remove_files) COMPLETE
63792024-09-01T20:54:12.520Z[ recovery-image] Sep 01 20:54:11.726 INFO O| Sep 01 20:54:11.726 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-09-01T20:54:12.573Z[ recovery-image] Sep 01 20:54:11.782 INFO O| Sep 01 20:54:11.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63812024-09-01T20:54:12.573Z[ recovery-image] Sep 01 20:54:11.782 INFO O| Sep 01 20:54:11.782 INFO STEP 805 (remove_files) COMPLETE
63822024-09-01T20:54:12.573Z[ recovery-image] Sep 01 20:54:11.782 INFO O| Sep 01 20:54:11.782 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-09-01T20:54:12.631Z[ recovery-image] Sep 01 20:54:11.840 INFO O| Sep 01 20:54:11.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63842024-09-01T20:54:12.631Z[ recovery-image] Sep 01 20:54:11.840 INFO O| Sep 01 20:54:11.840 INFO STEP 806 (remove_files) COMPLETE
63852024-09-01T20:54:12.632Z[ recovery-image] Sep 01 20:54:11.840 INFO O| Sep 01 20:54:11.840 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-09-01T20:54:12.650Z[ recovery-image] Sep 01 20:54:11.858 INFO O| Sep 01 20:54:11.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63872024-09-01T20:54:12.650Z[ recovery-image] Sep 01 20:54:11.858 INFO O| Sep 01 20:54:11.858 INFO STEP 807 (remove_files) COMPLETE
63882024-09-01T20:54:12.650Z[ recovery-image] Sep 01 20:54:11.858 INFO O| Sep 01 20:54:11.858 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-09-01T20:54:12.667Z[ recovery-image] Sep 01 20:54:11.876 INFO O| Sep 01 20:54:11.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63902024-09-01T20:54:12.667Z[ recovery-image] Sep 01 20:54:11.876 INFO O| Sep 01 20:54:11.876 INFO STEP 808 (remove_files) COMPLETE
63912024-09-01T20:54:12.667Z[ recovery-image] Sep 01 20:54:11.876 INFO O| Sep 01 20:54:11.876 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-09-01T20:54:12.702Z[ recovery-image] Sep 01 20:54:11.911 INFO O| Sep 01 20:54:11.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63932024-09-01T20:54:12.702Z[ recovery-image] Sep 01 20:54:11.911 INFO O| Sep 01 20:54:11.911 INFO STEP 809 (remove_files) COMPLETE
63942024-09-01T20:54:12.705Z[ recovery-image] Sep 01 20:54:11.911 INFO O| Sep 01 20:54:11.911 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-09-01T20:54:12.728Z[ recovery-image] Sep 01 20:54:11.936 INFO O| Sep 01 20:54:11.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63962024-09-01T20:54:12.728Z[ recovery-image] Sep 01 20:54:11.936 INFO O| Sep 01 20:54:11.936 INFO STEP 810 (remove_files) COMPLETE
63972024-09-01T20:54:12.731Z[ recovery-image] Sep 01 20:54:11.936 INFO O| Sep 01 20:54:11.936 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-09-01T20:54:12.787Z[ recovery-image] Sep 01 20:54:11.995 INFO O| Sep 01 20:54:11.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63992024-09-01T20:54:12.789Z[ recovery-image] Sep 01 20:54:11.995 INFO O| Sep 01 20:54:11.995 INFO STEP 811 (remove_files) COMPLETE
64002024-09-01T20:54:12.789Z[ recovery-image] Sep 01 20:54:11.996 INFO O| Sep 01 20:54:11.996 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-09-01T20:54:12.844Z[ recovery-image] Sep 01 20:54:12.053 INFO O| Sep 01 20:54:12.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64022024-09-01T20:54:12.847Z[ recovery-image] Sep 01 20:54:12.053 INFO O| Sep 01 20:54:12.053 INFO STEP 812 (remove_files) COMPLETE
64032024-09-01T20:54:12.847Z[ recovery-image] Sep 01 20:54:12.053 INFO O| Sep 01 20:54:12.053 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-09-01T20:54:12.868Z[ recovery-image] Sep 01 20:54:12.076 INFO O| Sep 01 20:54:12.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64052024-09-01T20:54:12.868Z[ recovery-image] Sep 01 20:54:12.076 INFO O| Sep 01 20:54:12.076 INFO STEP 813 (remove_files) COMPLETE
64062024-09-01T20:54:12.870Z[ recovery-image] Sep 01 20:54:12.076 INFO O| Sep 01 20:54:12.076 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-09-01T20:54:12.887Z[ recovery-image] Sep 01 20:54:12.095 INFO O| Sep 01 20:54:12.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64082024-09-01T20:54:12.887Z[ recovery-image] Sep 01 20:54:12.096 INFO O| Sep 01 20:54:12.096 INFO STEP 814 (remove_files) COMPLETE
64092024-09-01T20:54:12.887Z[ recovery-image] Sep 01 20:54:12.096 INFO O| Sep 01 20:54:12.096 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-09-01T20:54:12.905Z[ recovery-image] Sep 01 20:54:12.114 INFO O| Sep 01 20:54:12.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64112024-09-01T20:54:12.905Z[ recovery-image] Sep 01 20:54:12.114 INFO O| Sep 01 20:54:12.114 INFO STEP 815 (remove_files) COMPLETE
64122024-09-01T20:54:12.905Z[ recovery-image] Sep 01 20:54:12.114 INFO O| Sep 01 20:54:12.114 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-09-01T20:54:12.936Z[ recovery-image] Sep 01 20:54:12.144 INFO O| Sep 01 20:54:12.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64142024-09-01T20:54:12.936Z[ recovery-image] Sep 01 20:54:12.144 INFO O| Sep 01 20:54:12.144 INFO STEP 816 (remove_files) COMPLETE
64152024-09-01T20:54:12.936Z[ recovery-image] Sep 01 20:54:12.144 INFO O| Sep 01 20:54:12.144 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-09-01T20:54:12.990Z[ recovery-image] Sep 01 20:54:12.198 INFO O| Sep 01 20:54:12.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64172024-09-01T20:54:12.992Z[ recovery-image] Sep 01 20:54:12.199 INFO O| Sep 01 20:54:12.198 INFO STEP 817 (remove_files) COMPLETE
64182024-09-01T20:54:12.992Z[ recovery-image] Sep 01 20:54:12.199 INFO O| Sep 01 20:54:12.198 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-09-01T20:54:13.021Z[ recovery-image] Sep 01 20:54:12.229 INFO O| Sep 01 20:54:12.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64202024-09-01T20:54:13.021Z[ recovery-image] Sep 01 20:54:12.229 INFO O| Sep 01 20:54:12.229 INFO STEP 818 (remove_files) COMPLETE
64212024-09-01T20:54:13.021Z[ recovery-image] Sep 01 20:54:12.229 INFO O| Sep 01 20:54:12.229 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-09-01T20:54:13.052Z[ recovery-image] Sep 01 20:54:12.260 INFO O| Sep 01 20:54:12.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64232024-09-01T20:54:13.055Z[ recovery-image] Sep 01 20:54:12.260 INFO O| Sep 01 20:54:12.260 INFO STEP 819 (remove_files) COMPLETE
64242024-09-01T20:54:13.055Z[ recovery-image] Sep 01 20:54:12.260 INFO O| Sep 01 20:54:12.260 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-09-01T20:54:13.088Z[ recovery-image] Sep 01 20:54:12.297 INFO O| Sep 01 20:54:12.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64262024-09-01T20:54:13.088Z[ recovery-image] Sep 01 20:54:12.297 INFO O| Sep 01 20:54:12.297 INFO STEP 820 (remove_files) COMPLETE
64272024-09-01T20:54:13.089Z[ recovery-image] Sep 01 20:54:12.297 INFO O| Sep 01 20:54:12.297 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-09-01T20:54:13.109Z[ recovery-image] Sep 01 20:54:12.317 INFO O| Sep 01 20:54:12.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
64292024-09-01T20:54:13.109Z[ recovery-image] Sep 01 20:54:12.318 INFO O| Sep 01 20:54:12.318 INFO STEP 821 (remove_files) COMPLETE
64302024-09-01T20:54:13.109Z[ recovery-image] Sep 01 20:54:12.318 INFO O| Sep 01 20:54:12.318 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-09-01T20:54:13.128Z[ recovery-image] Sep 01 20:54:12.336 INFO O| Sep 01 20:54:12.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
64322024-09-01T20:54:13.128Z[ recovery-image] Sep 01 20:54:12.337 INFO O| Sep 01 20:54:12.337 INFO STEP 822 (remove_files) COMPLETE
64332024-09-01T20:54:13.128Z[ recovery-image] Sep 01 20:54:12.337 INFO O| Sep 01 20:54:12.337 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-09-01T20:54:13.168Z[ recovery-image] Sep 01 20:54:12.377 INFO O| Sep 01 20:54:12.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
64352024-09-01T20:54:13.168Z[ recovery-image] Sep 01 20:54:12.377 INFO O| Sep 01 20:54:12.377 INFO STEP 823 (remove_files) COMPLETE
64362024-09-01T20:54:13.168Z[ recovery-image] Sep 01 20:54:12.377 INFO O| Sep 01 20:54:12.377 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-09-01T20:54:13.213Z[ recovery-image] Sep 01 20:54:12.422 INFO O| Sep 01 20:54:12.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
64382024-09-01T20:54:13.216Z[ recovery-image] Sep 01 20:54:12.422 INFO O| Sep 01 20:54:12.422 INFO STEP 824 (remove_files) COMPLETE
64392024-09-01T20:54:13.216Z[ recovery-image] Sep 01 20:54:12.422 INFO O| Sep 01 20:54:12.422 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-09-01T20:54:13.235Z[ recovery-image] Sep 01 20:54:12.443 INFO O| Sep 01 20:54:12.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
64412024-09-01T20:54:13.238Z[ recovery-image] Sep 01 20:54:12.444 INFO O| Sep 01 20:54:12.443 INFO STEP 825 (remove_files) COMPLETE
64422024-09-01T20:54:13.238Z[ recovery-image] Sep 01 20:54:12.444 INFO O| Sep 01 20:54:12.444 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-09-01T20:54:13.275Z[ recovery-image] Sep 01 20:54:12.484 INFO O| Sep 01 20:54:12.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
64442024-09-01T20:54:13.278Z[ recovery-image] Sep 01 20:54:12.484 INFO O| Sep 01 20:54:12.484 INFO STEP 826 (remove_files) COMPLETE
64452024-09-01T20:54:13.278Z[ recovery-image] Sep 01 20:54:12.484 INFO O| Sep 01 20:54:12.484 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-09-01T20:54:13.312Z[ recovery-image] Sep 01 20:54:12.520 INFO O| Sep 01 20:54:12.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64472024-09-01T20:54:13.312Z[ recovery-image] Sep 01 20:54:12.520 INFO O| Sep 01 20:54:12.520 INFO STEP 827 (remove_files) COMPLETE
64482024-09-01T20:54:13.312Z[ recovery-image] Sep 01 20:54:12.520 INFO O| Sep 01 20:54:12.520 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-09-01T20:54:13.333Z[ recovery-image] Sep 01 20:54:12.541 INFO O| Sep 01 20:54:12.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
64502024-09-01T20:54:13.333Z[ recovery-image] Sep 01 20:54:12.541 INFO O| Sep 01 20:54:12.541 INFO STEP 828 (remove_files) COMPLETE
64512024-09-01T20:54:13.333Z[ recovery-image] Sep 01 20:54:12.541 INFO O| Sep 01 20:54:12.541 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-09-01T20:54:13.353Z[ recovery-image] Sep 01 20:54:12.561 INFO O| Sep 01 20:54:12.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
64532024-09-01T20:54:13.353Z[ recovery-image] Sep 01 20:54:12.561 INFO O| Sep 01 20:54:12.561 INFO STEP 829 (remove_files) COMPLETE
64542024-09-01T20:54:13.365Z[ recovery-image] Sep 01 20:54:12.561 INFO O| Sep 01 20:54:12.561 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-09-01T20:54:13.410Z[ recovery-image] Sep 01 20:54:12.619 INFO O| Sep 01 20:54:12.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
64562024-09-01T20:54:13.413Z[ recovery-image] Sep 01 20:54:12.619 INFO O| Sep 01 20:54:12.619 INFO STEP 830 (remove_files) COMPLETE
64572024-09-01T20:54:13.413Z[ recovery-image] Sep 01 20:54:12.619 INFO O| Sep 01 20:54:12.619 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-09-01T20:54:13.444Z[ recovery-image] Sep 01 20:54:12.652 INFO O| Sep 01 20:54:12.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64592024-09-01T20:54:13.444Z[ recovery-image] Sep 01 20:54:12.653 INFO O| Sep 01 20:54:12.652 INFO STEP 831 (remove_files) COMPLETE
64602024-09-01T20:54:13.444Z[ recovery-image] Sep 01 20:54:12.653 INFO O| Sep 01 20:54:12.653 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-09-01T20:54:13.478Z[ recovery-image] Sep 01 20:54:12.686 INFO O| Sep 01 20:54:12.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64622024-09-01T20:54:13.478Z[ recovery-image] Sep 01 20:54:12.686 INFO O| Sep 01 20:54:12.686 INFO STEP 832 (remove_files) COMPLETE
64632024-09-01T20:54:13.478Z[ recovery-image] Sep 01 20:54:12.686 INFO O| Sep 01 20:54:12.686 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-09-01T20:54:13.498Z[ recovery-image] Sep 01 20:54:12.706 INFO O| Sep 01 20:54:12.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64652024-09-01T20:54:13.498Z[ recovery-image] Sep 01 20:54:12.706 INFO O| Sep 01 20:54:12.706 INFO STEP 833 (remove_files) COMPLETE
64662024-09-01T20:54:13.498Z[ recovery-image] Sep 01 20:54:12.706 INFO O| Sep 01 20:54:12.706 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-09-01T20:54:13.515Z[ recovery-image] Sep 01 20:54:12.724 INFO O| Sep 01 20:54:12.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64682024-09-01T20:54:13.515Z[ recovery-image] Sep 01 20:54:12.724 INFO O| Sep 01 20:54:12.724 INFO STEP 834 (remove_files) COMPLETE
64692024-09-01T20:54:13.518Z[ recovery-image] Sep 01 20:54:12.724 INFO O| Sep 01 20:54:12.724 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-09-01T20:54:13.549Z[ recovery-image] Sep 01 20:54:12.757 INFO O| Sep 01 20:54:12.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
64712024-09-01T20:54:13.551Z[ recovery-image] Sep 01 20:54:12.758 INFO O| Sep 01 20:54:12.757 INFO STEP 835 (remove_files) COMPLETE
64722024-09-01T20:54:13.551Z[ recovery-image] Sep 01 20:54:12.758 INFO O| Sep 01 20:54:12.758 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-09-01T20:54:13.571Z[ recovery-image] Sep 01 20:54:12.780 INFO O| Sep 01 20:54:12.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
64742024-09-01T20:54:13.571Z[ recovery-image] Sep 01 20:54:12.780 INFO O| Sep 01 20:54:12.780 INFO STEP 836 (remove_files) COMPLETE
64752024-09-01T20:54:13.574Z[ recovery-image] Sep 01 20:54:12.780 INFO O| Sep 01 20:54:12.780 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-09-01T20:54:13.607Z[ recovery-image] Sep 01 20:54:12.815 INFO O| Sep 01 20:54:12.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64772024-09-01T20:54:13.607Z[ recovery-image] Sep 01 20:54:12.815 INFO O| Sep 01 20:54:12.815 INFO STEP 837 (remove_files) COMPLETE
64782024-09-01T20:54:13.607Z[ recovery-image] Sep 01 20:54:12.815 INFO O| Sep 01 20:54:12.815 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-09-01T20:54:13.627Z[ recovery-image] Sep 01 20:54:12.836 INFO O| Sep 01 20:54:12.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64802024-09-01T20:54:13.627Z[ recovery-image] Sep 01 20:54:12.836 INFO O| Sep 01 20:54:12.836 INFO STEP 838 (remove_files) COMPLETE
64812024-09-01T20:54:13.627Z[ recovery-image] Sep 01 20:54:12.836 INFO O| Sep 01 20:54:12.836 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-09-01T20:54:13.658Z[ recovery-image] Sep 01 20:54:12.866 INFO O| Sep 01 20:54:12.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64832024-09-01T20:54:13.660Z[ recovery-image] Sep 01 20:54:12.866 INFO O| Sep 01 20:54:12.866 INFO STEP 839 (remove_files) COMPLETE
64842024-09-01T20:54:13.660Z[ recovery-image] Sep 01 20:54:12.867 INFO O| Sep 01 20:54:12.867 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-09-01T20:54:13.680Z[ recovery-image] Sep 01 20:54:12.889 INFO O| Sep 01 20:54:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64862024-09-01T20:54:13.683Z[ recovery-image] Sep 01 20:54:12.889 INFO O| Sep 01 20:54:12.889 INFO STEP 840 (remove_files) COMPLETE
64872024-09-01T20:54:13.683Z[ recovery-image] Sep 01 20:54:12.889 INFO O| Sep 01 20:54:12.889 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-09-01T20:54:13.705Z[ recovery-image] Sep 01 20:54:12.913 INFO O| Sep 01 20:54:12.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64892024-09-01T20:54:13.708Z[ recovery-image] Sep 01 20:54:12.913 INFO O| Sep 01 20:54:12.913 INFO STEP 841 (remove_files) COMPLETE
64902024-09-01T20:54:13.708Z[ recovery-image] Sep 01 20:54:12.914 INFO O| Sep 01 20:54:12.913 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-09-01T20:54:13.735Z[ recovery-image] Sep 01 20:54:12.943 INFO O| Sep 01 20:54:12.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64922024-09-01T20:54:13.735Z[ recovery-image] Sep 01 20:54:12.943 INFO O| Sep 01 20:54:12.943 INFO STEP 842 (remove_files) COMPLETE
64932024-09-01T20:54:13.735Z[ recovery-image] Sep 01 20:54:12.943 INFO O| Sep 01 20:54:12.943 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-09-01T20:54:13.793Z[ recovery-image] Sep 01 20:54:13.002 INFO O| Sep 01 20:54:13.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64952024-09-01T20:54:13.793Z[ recovery-image] Sep 01 20:54:13.002 INFO O| Sep 01 20:54:13.002 INFO STEP 843 (remove_files) COMPLETE
64962024-09-01T20:54:13.796Z[ recovery-image] Sep 01 20:54:13.002 INFO O| Sep 01 20:54:13.002 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-09-01T20:54:13.815Z[ recovery-image] Sep 01 20:54:13.023 INFO O| Sep 01 20:54:13.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64982024-09-01T20:54:13.815Z[ recovery-image] Sep 01 20:54:13.023 INFO O| Sep 01 20:54:13.023 INFO STEP 844 (remove_files) COMPLETE
64992024-09-01T20:54:13.817Z[ recovery-image] Sep 01 20:54:13.023 INFO O| Sep 01 20:54:13.023 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-09-01T20:54:13.835Z[ recovery-image] Sep 01 20:54:13.044 INFO O| Sep 01 20:54:13.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65012024-09-01T20:54:13.835Z[ recovery-image] Sep 01 20:54:13.044 INFO O| Sep 01 20:54:13.044 INFO STEP 845 (remove_files) COMPLETE
65022024-09-01T20:54:13.838Z[ recovery-image] Sep 01 20:54:13.044 INFO O| Sep 01 20:54:13.044 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-09-01T20:54:13.873Z[ recovery-image] Sep 01 20:54:13.081 INFO O| Sep 01 20:54:13.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65042024-09-01T20:54:13.873Z[ recovery-image] Sep 01 20:54:13.081 INFO O| Sep 01 20:54:13.081 INFO STEP 846 (remove_files) COMPLETE
65052024-09-01T20:54:13.875Z[ recovery-image] Sep 01 20:54:13.081 INFO O| Sep 01 20:54:13.081 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-09-01T20:54:13.914Z[ recovery-image] Sep 01 20:54:13.123 INFO O| Sep 01 20:54:13.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65072024-09-01T20:54:13.914Z[ recovery-image] Sep 01 20:54:13.123 INFO O| Sep 01 20:54:13.123 INFO STEP 847 (remove_files) COMPLETE
65082024-09-01T20:54:13.914Z[ recovery-image] Sep 01 20:54:13.123 INFO O| Sep 01 20:54:13.123 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-09-01T20:54:13.930Z[ recovery-image] Sep 01 20:54:13.139 INFO O| Sep 01 20:54:13.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65102024-09-01T20:54:13.933Z[ recovery-image] Sep 01 20:54:13.139 INFO O| Sep 01 20:54:13.139 INFO STEP 848 (remove_files) COMPLETE
65112024-09-01T20:54:13.933Z[ recovery-image] Sep 01 20:54:13.139 INFO O| Sep 01 20:54:13.139 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-09-01T20:54:13.958Z[ recovery-image] Sep 01 20:54:13.159 INFO O| Sep 01 20:54:13.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65132024-09-01T20:54:13.958Z[ recovery-image] Sep 01 20:54:13.159 INFO O| Sep 01 20:54:13.159 INFO STEP 849 (remove_files) COMPLETE
65142024-09-01T20:54:13.960Z[ recovery-image] Sep 01 20:54:13.160 INFO O| Sep 01 20:54:13.159 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-09-01T20:54:14.009Z[ recovery-image] Sep 01 20:54:13.217 INFO O| Sep 01 20:54:13.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65162024-09-01T20:54:14.009Z[ recovery-image] Sep 01 20:54:13.218 INFO O| Sep 01 20:54:13.218 INFO STEP 850 (remove_files) COMPLETE
65172024-09-01T20:54:14.011Z[ recovery-image] Sep 01 20:54:13.218 INFO O| Sep 01 20:54:13.218 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-09-01T20:54:14.030Z[ recovery-image] Sep 01 20:54:13.238 INFO O| Sep 01 20:54:13.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65192024-09-01T20:54:14.030Z[ recovery-image] Sep 01 20:54:13.239 INFO O| Sep 01 20:54:13.239 INFO STEP 851 (remove_files) COMPLETE
65202024-09-01T20:54:14.030Z[ recovery-image] Sep 01 20:54:13.239 INFO O| Sep 01 20:54:13.239 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-09-01T20:54:14.070Z[ recovery-image] Sep 01 20:54:13.278 INFO O| Sep 01 20:54:13.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65222024-09-01T20:54:14.072Z[ recovery-image] Sep 01 20:54:13.279 INFO O| Sep 01 20:54:13.279 INFO STEP 852 (remove_files) COMPLETE
65232024-09-01T20:54:14.072Z[ recovery-image] Sep 01 20:54:13.279 INFO O| Sep 01 20:54:13.279 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-09-01T20:54:14.100Z[ recovery-image] Sep 01 20:54:13.309 INFO O| Sep 01 20:54:13.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65252024-09-01T20:54:14.100Z[ recovery-image] Sep 01 20:54:13.309 INFO O| Sep 01 20:54:13.309 INFO STEP 853 (remove_files) COMPLETE
65262024-09-01T20:54:14.100Z[ recovery-image] Sep 01 20:54:13.309 INFO O| Sep 01 20:54:13.309 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-09-01T20:54:14.121Z[ recovery-image] Sep 01 20:54:13.330 INFO O| Sep 01 20:54:13.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65282024-09-01T20:54:14.121Z[ recovery-image] Sep 01 20:54:13.330 INFO O| Sep 01 20:54:13.330 INFO STEP 854 (remove_files) COMPLETE
65292024-09-01T20:54:14.121Z[ recovery-image] Sep 01 20:54:13.330 INFO O| Sep 01 20:54:13.330 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-09-01T20:54:14.141Z[ recovery-image] Sep 01 20:54:13.350 INFO O| Sep 01 20:54:13.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
65312024-09-01T20:54:14.142Z[ recovery-image] Sep 01 20:54:13.350 INFO O| Sep 01 20:54:13.350 INFO STEP 855 (remove_files) COMPLETE
65322024-09-01T20:54:14.142Z[ recovery-image] Sep 01 20:54:13.350 INFO O| Sep 01 20:54:13.350 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-09-01T20:54:14.182Z[ recovery-image] Sep 01 20:54:13.391 INFO O| Sep 01 20:54:13.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
65342024-09-01T20:54:14.182Z[ recovery-image] Sep 01 20:54:13.391 INFO O| Sep 01 20:54:13.391 INFO STEP 856 (remove_files) COMPLETE
65352024-09-01T20:54:14.182Z[ recovery-image] Sep 01 20:54:13.391 INFO O| Sep 01 20:54:13.391 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-09-01T20:54:14.217Z[ recovery-image] Sep 01 20:54:13.426 INFO O| Sep 01 20:54:13.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
65372024-09-01T20:54:14.217Z[ recovery-image] Sep 01 20:54:13.426 INFO O| Sep 01 20:54:13.426 INFO STEP 857 (remove_files) COMPLETE
65382024-09-01T20:54:14.220Z[ recovery-image] Sep 01 20:54:13.426 INFO O| Sep 01 20:54:13.426 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-09-01T20:54:14.240Z[ recovery-image] Sep 01 20:54:13.448 INFO O| Sep 01 20:54:13.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
65402024-09-01T20:54:14.240Z[ recovery-image] Sep 01 20:54:13.448 INFO O| Sep 01 20:54:13.448 INFO STEP 858 (remove_files) COMPLETE
65412024-09-01T20:54:14.240Z[ recovery-image] Sep 01 20:54:13.448 INFO O| Sep 01 20:54:13.448 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-09-01T20:54:14.282Z[ recovery-image] Sep 01 20:54:13.491 INFO O| Sep 01 20:54:13.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
65432024-09-01T20:54:14.285Z[ recovery-image] Sep 01 20:54:13.491 INFO O| Sep 01 20:54:13.491 INFO STEP 859 (remove_files) COMPLETE
65442024-09-01T20:54:14.285Z[ recovery-image] Sep 01 20:54:13.491 INFO O| Sep 01 20:54:13.491 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-09-01T20:54:14.306Z[ recovery-image] Sep 01 20:54:13.514 INFO O| Sep 01 20:54:13.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
65462024-09-01T20:54:14.308Z[ recovery-image] Sep 01 20:54:13.514 INFO O| Sep 01 20:54:13.514 INFO STEP 860 (remove_files) COMPLETE
65472024-09-01T20:54:14.308Z[ recovery-image] Sep 01 20:54:13.515 INFO O| Sep 01 20:54:13.514 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-09-01T20:54:14.332Z[ recovery-image] Sep 01 20:54:13.541 INFO O| Sep 01 20:54:13.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
65492024-09-01T20:54:14.332Z[ recovery-image] Sep 01 20:54:13.541 INFO O| Sep 01 20:54:13.541 INFO STEP 861 (remove_files) COMPLETE
65502024-09-01T20:54:14.335Z[ recovery-image] Sep 01 20:54:13.541 INFO O| Sep 01 20:54:13.541 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-09-01T20:54:14.392Z[ recovery-image] Sep 01 20:54:13.601 INFO O| Sep 01 20:54:13.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
65522024-09-01T20:54:14.392Z[ recovery-image] Sep 01 20:54:13.601 INFO O| Sep 01 20:54:13.601 INFO STEP 862 (remove_files) COMPLETE
65532024-09-01T20:54:14.392Z[ recovery-image] Sep 01 20:54:13.601 INFO O| Sep 01 20:54:13.601 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-09-01T20:54:14.420Z[ recovery-image] Sep 01 20:54:13.628 INFO O| Sep 01 20:54:13.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
65552024-09-01T20:54:14.420Z[ recovery-image] Sep 01 20:54:13.628 INFO O| Sep 01 20:54:13.628 INFO STEP 863 (remove_files) COMPLETE
65562024-09-01T20:54:14.422Z[ recovery-image] Sep 01 20:54:13.629 INFO O| Sep 01 20:54:13.628 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-09-01T20:54:14.444Z[ recovery-image] Sep 01 20:54:13.652 INFO O| Sep 01 20:54:13.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65582024-09-01T20:54:14.444Z[ recovery-image] Sep 01 20:54:13.652 INFO O| Sep 01 20:54:13.652 INFO STEP 864 (remove_files) COMPLETE
65592024-09-01T20:54:14.444Z[ recovery-image] Sep 01 20:54:13.652 INFO O| Sep 01 20:54:13.652 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-09-01T20:54:14.468Z[ recovery-image] Sep 01 20:54:13.677 INFO O| Sep 01 20:54:13.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65612024-09-01T20:54:14.468Z[ recovery-image] Sep 01 20:54:13.677 INFO O| Sep 01 20:54:13.677 INFO STEP 865 (remove_files) COMPLETE
65622024-09-01T20:54:14.471Z[ recovery-image] Sep 01 20:54:13.677 INFO O| Sep 01 20:54:13.677 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-09-01T20:54:14.500Z[ recovery-image] Sep 01 20:54:13.708 INFO O| Sep 01 20:54:13.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65642024-09-01T20:54:14.500Z[ recovery-image] Sep 01 20:54:13.708 INFO O| Sep 01 20:54:13.708 INFO STEP 866 (remove_files) COMPLETE
65652024-09-01T20:54:14.500Z[ recovery-image] Sep 01 20:54:13.708 INFO O| Sep 01 20:54:13.708 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-09-01T20:54:14.524Z[ recovery-image] Sep 01 20:54:13.731 INFO O| Sep 01 20:54:13.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
65672024-09-01T20:54:14.524Z[ recovery-image] Sep 01 20:54:13.732 INFO O| Sep 01 20:54:13.731 INFO STEP 867 (remove_files) COMPLETE
65682024-09-01T20:54:14.524Z[ recovery-image] Sep 01 20:54:13.732 INFO O| Sep 01 20:54:13.731 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-09-01T20:54:14.543Z[ recovery-image] Sep 01 20:54:13.751 INFO O| Sep 01 20:54:13.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
65702024-09-01T20:54:14.546Z[ recovery-image] Sep 01 20:54:13.751 INFO O| Sep 01 20:54:13.751 INFO STEP 868 (remove_files) COMPLETE
65712024-09-01T20:54:14.546Z[ recovery-image] Sep 01 20:54:13.751 INFO O| Sep 01 20:54:13.751 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-09-01T20:54:14.561Z[ recovery-image] Sep 01 20:54:13.769 INFO O| Sep 01 20:54:13.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65732024-09-01T20:54:14.561Z[ recovery-image] Sep 01 20:54:13.770 INFO O| Sep 01 20:54:13.769 INFO STEP 869 (remove_files) COMPLETE
65742024-09-01T20:54:14.561Z[ recovery-image] Sep 01 20:54:13.770 INFO O| Sep 01 20:54:13.769 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-09-01T20:54:14.592Z[ recovery-image] Sep 01 20:54:13.800 INFO O| Sep 01 20:54:13.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65762024-09-01T20:54:14.592Z[ recovery-image] Sep 01 20:54:13.800 INFO O| Sep 01 20:54:13.800 INFO STEP 870 (remove_files) COMPLETE
65772024-09-01T20:54:14.592Z[ recovery-image] Sep 01 20:54:13.800 INFO O| Sep 01 20:54:13.800 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-09-01T20:54:14.647Z[ recovery-image] Sep 01 20:54:13.856 INFO O| Sep 01 20:54:13.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65792024-09-01T20:54:14.647Z[ recovery-image] Sep 01 20:54:13.856 INFO O| Sep 01 20:54:13.856 INFO STEP 871 (remove_files) COMPLETE
65802024-09-01T20:54:14.647Z[ recovery-image] Sep 01 20:54:13.856 INFO O| Sep 01 20:54:13.856 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-09-01T20:54:14.664Z[ recovery-image] Sep 01 20:54:13.873 INFO O| Sep 01 20:54:13.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65822024-09-01T20:54:14.664Z[ recovery-image] Sep 01 20:54:13.873 INFO O| Sep 01 20:54:13.873 INFO STEP 872 (remove_files) COMPLETE
65832024-09-01T20:54:14.667Z[ recovery-image] Sep 01 20:54:13.873 INFO O| Sep 01 20:54:13.873 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-09-01T20:54:14.682Z[ recovery-image] Sep 01 20:54:13.891 INFO O| Sep 01 20:54:13.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65852024-09-01T20:54:14.682Z[ recovery-image] Sep 01 20:54:13.891 INFO O| Sep 01 20:54:13.891 INFO STEP 873 (remove_files) COMPLETE
65862024-09-01T20:54:14.685Z[ recovery-image] Sep 01 20:54:13.891 INFO O| Sep 01 20:54:13.891 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-09-01T20:54:14.702Z[ recovery-image] Sep 01 20:54:13.910 INFO O| Sep 01 20:54:13.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65882024-09-01T20:54:14.702Z[ recovery-image] Sep 01 20:54:13.910 INFO O| Sep 01 20:54:13.910 INFO STEP 874 (remove_files) COMPLETE
65892024-09-01T20:54:14.702Z[ recovery-image] Sep 01 20:54:13.910 INFO O| Sep 01 20:54:13.910 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-09-01T20:54:14.730Z[ recovery-image] Sep 01 20:54:13.938 INFO O| Sep 01 20:54:13.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65912024-09-01T20:54:14.730Z[ recovery-image] Sep 01 20:54:13.938 INFO O| Sep 01 20:54:13.938 INFO STEP 875 (remove_files) COMPLETE
65922024-09-01T20:54:14.733Z[ recovery-image] Sep 01 20:54:13.939 INFO O| Sep 01 20:54:13.938 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-09-01T20:54:14.749Z[ recovery-image] Sep 01 20:54:13.957 INFO O| Sep 01 20:54:13.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65942024-09-01T20:54:14.751Z[ recovery-image] Sep 01 20:54:13.958 INFO O| Sep 01 20:54:13.957 INFO STEP 876 (remove_files) COMPLETE
65952024-09-01T20:54:14.751Z[ recovery-image] Sep 01 20:54:13.958 INFO O| Sep 01 20:54:13.958 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-09-01T20:54:14.768Z[ recovery-image] Sep 01 20:54:13.977 INFO O| Sep 01 20:54:13.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65972024-09-01T20:54:14.771Z[ recovery-image] Sep 01 20:54:13.977 INFO O| Sep 01 20:54:13.977 INFO STEP 877 (remove_files) COMPLETE
65982024-09-01T20:54:14.771Z[ recovery-image] Sep 01 20:54:13.977 INFO O| Sep 01 20:54:13.977 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-09-01T20:54:14.817Z[ recovery-image] Sep 01 20:54:14.025 INFO O| Sep 01 20:54:14.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66002024-09-01T20:54:14.818Z[ recovery-image] Sep 01 20:54:14.025 INFO O| Sep 01 20:54:14.025 INFO STEP 878 (remove_files) COMPLETE
66012024-09-01T20:54:14.818Z[ recovery-image] Sep 01 20:54:14.025 INFO O| Sep 01 20:54:14.025 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-09-01T20:54:14.854Z[ recovery-image] Sep 01 20:54:14.062 INFO O| Sep 01 20:54:14.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66032024-09-01T20:54:14.856Z[ recovery-image] Sep 01 20:54:14.063 INFO O| Sep 01 20:54:14.062 INFO STEP 879 (remove_files) COMPLETE
66042024-09-01T20:54:14.856Z[ recovery-image] Sep 01 20:54:14.063 INFO O| Sep 01 20:54:14.062 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-09-01T20:54:14.873Z[ recovery-image] Sep 01 20:54:14.082 INFO O| Sep 01 20:54:14.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66062024-09-01T20:54:14.873Z[ recovery-image] Sep 01 20:54:14.082 INFO O| Sep 01 20:54:14.082 INFO STEP 880 (remove_files) COMPLETE
66072024-09-01T20:54:14.873Z[ recovery-image] Sep 01 20:54:14.082 INFO O| Sep 01 20:54:14.082 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-09-01T20:54:14.892Z[ recovery-image] Sep 01 20:54:14.100 INFO O| Sep 01 20:54:14.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66092024-09-01T20:54:14.892Z[ recovery-image] Sep 01 20:54:14.100 INFO O| Sep 01 20:54:14.100 INFO STEP 881 (remove_files) COMPLETE
66102024-09-01T20:54:14.892Z[ recovery-image] Sep 01 20:54:14.100 INFO O| Sep 01 20:54:14.100 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-09-01T20:54:14.910Z[ recovery-image] Sep 01 20:54:14.118 INFO O| Sep 01 20:54:14.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66122024-09-01T20:54:14.910Z[ recovery-image] Sep 01 20:54:14.118 INFO O| Sep 01 20:54:14.118 INFO STEP 882 (remove_files) COMPLETE
66132024-09-01T20:54:14.910Z[ recovery-image] Sep 01 20:54:14.118 INFO O| Sep 01 20:54:14.118 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-09-01T20:54:14.939Z[ recovery-image] Sep 01 20:54:14.147 INFO O| Sep 01 20:54:14.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66152024-09-01T20:54:14.939Z[ recovery-image] Sep 01 20:54:14.147 INFO O| Sep 01 20:54:14.147 INFO STEP 883 (remove_files) COMPLETE
66162024-09-01T20:54:14.939Z[ recovery-image] Sep 01 20:54:14.147 INFO O| Sep 01 20:54:14.147 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-09-01T20:54:15.001Z[ recovery-image] Sep 01 20:54:14.209 INFO O| Sep 01 20:54:14.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66182024-09-01T20:54:15.001Z[ recovery-image] Sep 01 20:54:14.209 INFO O| Sep 01 20:54:14.209 INFO STEP 884 (remove_files) COMPLETE
66192024-09-01T20:54:15.001Z[ recovery-image] Sep 01 20:54:14.210 INFO O| Sep 01 20:54:14.209 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-09-01T20:54:15.026Z[ recovery-image] Sep 01 20:54:14.234 INFO O| Sep 01 20:54:14.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66212024-09-01T20:54:15.029Z[ recovery-image] Sep 01 20:54:14.234 INFO O| Sep 01 20:54:14.234 INFO STEP 885 (remove_files) COMPLETE
66222024-09-01T20:54:15.030Z[ recovery-image] Sep 01 20:54:14.234 INFO O| Sep 01 20:54:14.234 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-09-01T20:54:15.049Z[ recovery-image] Sep 01 20:54:14.257 INFO O| Sep 01 20:54:14.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66242024-09-01T20:54:15.049Z[ recovery-image] Sep 01 20:54:14.257 INFO O| Sep 01 20:54:14.257 INFO STEP 886 (remove_files) COMPLETE
66252024-09-01T20:54:15.049Z[ recovery-image] Sep 01 20:54:14.257 INFO O| Sep 01 20:54:14.257 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-09-01T20:54:15.070Z[ recovery-image] Sep 01 20:54:14.279 INFO O| Sep 01 20:54:14.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66272024-09-01T20:54:15.070Z[ recovery-image] Sep 01 20:54:14.279 INFO O| Sep 01 20:54:14.279 INFO STEP 887 (remove_files) COMPLETE
66282024-09-01T20:54:15.070Z[ recovery-image] Sep 01 20:54:14.279 INFO O| Sep 01 20:54:14.279 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-09-01T20:54:15.106Z[ recovery-image] Sep 01 20:54:14.314 INFO O| Sep 01 20:54:14.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
66302024-09-01T20:54:15.106Z[ recovery-image] Sep 01 20:54:14.314 INFO O| Sep 01 20:54:14.314 INFO STEP 888 (remove_files) COMPLETE
66312024-09-01T20:54:15.106Z[ recovery-image] Sep 01 20:54:14.314 INFO O| Sep 01 20:54:14.314 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-09-01T20:54:15.127Z[ recovery-image] Sep 01 20:54:14.336 INFO O| Sep 01 20:54:14.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
66332024-09-01T20:54:15.127Z[ recovery-image] Sep 01 20:54:14.336 INFO O| Sep 01 20:54:14.336 INFO STEP 889 (remove_files) COMPLETE
66342024-09-01T20:54:15.127Z[ recovery-image] Sep 01 20:54:14.336 INFO O| Sep 01 20:54:14.336 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-09-01T20:54:15.154Z[ recovery-image] Sep 01 20:54:14.362 INFO O| Sep 01 20:54:14.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
66362024-09-01T20:54:15.157Z[ recovery-image] Sep 01 20:54:14.362 INFO O| Sep 01 20:54:14.362 INFO STEP 890 (remove_files) COMPLETE
66372024-09-01T20:54:15.157Z[ recovery-image] Sep 01 20:54:14.363 INFO O| Sep 01 20:54:14.362 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-09-01T20:54:15.175Z[ recovery-image] Sep 01 20:54:14.383 INFO O| Sep 01 20:54:14.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
66392024-09-01T20:54:15.177Z[ recovery-image] Sep 01 20:54:14.383 INFO O| Sep 01 20:54:14.383 INFO STEP 891 (remove_files) COMPLETE
66402024-09-01T20:54:15.177Z[ recovery-image] Sep 01 20:54:14.384 INFO O| Sep 01 20:54:14.383 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-09-01T20:54:15.193Z[ recovery-image] Sep 01 20:54:14.401 INFO O| Sep 01 20:54:14.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
66422024-09-01T20:54:15.196Z[ recovery-image] Sep 01 20:54:14.402 INFO O| Sep 01 20:54:14.401 INFO STEP 892 (remove_files) COMPLETE
66432024-09-01T20:54:15.196Z[ recovery-image] Sep 01 20:54:14.402 INFO O| Sep 01 20:54:14.402 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-09-01T20:54:15.233Z[ recovery-image] Sep 01 20:54:14.441 INFO O| Sep 01 20:54:14.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
66452024-09-01T20:54:15.233Z[ recovery-image] Sep 01 20:54:14.441 INFO O| Sep 01 20:54:14.441 INFO STEP 893 (remove_files) COMPLETE
66462024-09-01T20:54:15.235Z[ recovery-image] Sep 01 20:54:14.441 INFO O| Sep 01 20:54:14.441 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-09-01T20:54:15.264Z[ recovery-image] Sep 01 20:54:14.472 INFO O| Sep 01 20:54:14.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
66482024-09-01T20:54:15.267Z[ recovery-image] Sep 01 20:54:14.473 INFO O| Sep 01 20:54:14.473 INFO STEP 894 (remove_files) COMPLETE
66492024-09-01T20:54:15.267Z[ recovery-image] Sep 01 20:54:14.473 INFO O| Sep 01 20:54:14.473 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-09-01T20:54:15.284Z[ recovery-image] Sep 01 20:54:14.492 INFO O| Sep 01 20:54:14.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
66512024-09-01T20:54:15.284Z[ recovery-image] Sep 01 20:54:14.493 INFO O| Sep 01 20:54:14.492 INFO STEP 895 (remove_files) COMPLETE
66522024-09-01T20:54:15.287Z[ recovery-image] Sep 01 20:54:14.493 INFO O| Sep 01 20:54:14.493 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-09-01T20:54:15.306Z[ recovery-image] Sep 01 20:54:14.514 INFO O| Sep 01 20:54:14.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66542024-09-01T20:54:15.306Z[ recovery-image] Sep 01 20:54:14.514 INFO O| Sep 01 20:54:14.514 INFO STEP 896 (remove_files) COMPLETE
66552024-09-01T20:54:15.308Z[ recovery-image] Sep 01 20:54:14.514 INFO O| Sep 01 20:54:14.514 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-09-01T20:54:15.341Z[ recovery-image] Sep 01 20:54:14.550 INFO O| Sep 01 20:54:14.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66572024-09-01T20:54:15.341Z[ recovery-image] Sep 01 20:54:14.550 INFO O| Sep 01 20:54:14.550 INFO STEP 897 (remove_files) COMPLETE
66582024-09-01T20:54:15.341Z[ recovery-image] Sep 01 20:54:14.550 INFO O| Sep 01 20:54:14.550 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-09-01T20:54:15.365Z[ recovery-image] Sep 01 20:54:14.573 INFO O| Sep 01 20:54:14.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66602024-09-01T20:54:15.365Z[ recovery-image] Sep 01 20:54:14.573 INFO O| Sep 01 20:54:14.573 INFO STEP 898 (remove_files) COMPLETE
66612024-09-01T20:54:15.365Z[ recovery-image] Sep 01 20:54:14.573 INFO O| Sep 01 20:54:14.573 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-09-01T20:54:15.397Z[ recovery-image] Sep 01 20:54:14.606 INFO O| Sep 01 20:54:14.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66632024-09-01T20:54:15.400Z[ recovery-image] Sep 01 20:54:14.606 INFO O| Sep 01 20:54:14.606 INFO STEP 899 (remove_files) COMPLETE
66642024-09-01T20:54:15.400Z[ recovery-image] Sep 01 20:54:14.606 INFO O| Sep 01 20:54:14.606 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-09-01T20:54:15.418Z[ recovery-image] Sep 01 20:54:14.626 INFO O| Sep 01 20:54:14.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
66662024-09-01T20:54:15.418Z[ recovery-image] Sep 01 20:54:14.626 INFO O| Sep 01 20:54:14.626 INFO STEP 900 (remove_files) COMPLETE
66672024-09-01T20:54:15.418Z[ recovery-image] Sep 01 20:54:14.626 INFO O| Sep 01 20:54:14.626 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-09-01T20:54:15.437Z[ recovery-image] Sep 01 20:54:14.646 INFO O| Sep 01 20:54:14.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66692024-09-01T20:54:15.437Z[ recovery-image] Sep 01 20:54:14.646 INFO O| Sep 01 20:54:14.646 INFO STEP 901 (remove_files) COMPLETE
66702024-09-01T20:54:15.437Z[ recovery-image] Sep 01 20:54:14.646 INFO O| Sep 01 20:54:14.646 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-09-01T20:54:15.478Z[ recovery-image] Sep 01 20:54:14.686 INFO O| Sep 01 20:54:14.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66722024-09-01T20:54:15.480Z[ recovery-image] Sep 01 20:54:14.686 INFO O| Sep 01 20:54:14.686 INFO STEP 902 (remove_files) COMPLETE
66732024-09-01T20:54:15.480Z[ recovery-image] Sep 01 20:54:14.686 INFO O| Sep 01 20:54:14.686 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-09-01T20:54:15.503Z[ recovery-image] Sep 01 20:54:14.710 INFO O| Sep 01 20:54:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66752024-09-01T20:54:15.507Z[ recovery-image] Sep 01 20:54:14.710 INFO O| Sep 01 20:54:14.710 INFO STEP 903 (remove_files) COMPLETE
66762024-09-01T20:54:15.508Z[ recovery-image] Sep 01 20:54:14.710 INFO O| Sep 01 20:54:14.710 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-09-01T20:54:15.537Z[ recovery-image] Sep 01 20:54:14.746 INFO O| Sep 01 20:54:14.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66782024-09-01T20:54:15.538Z[ recovery-image] Sep 01 20:54:14.746 INFO O| Sep 01 20:54:14.746 INFO STEP 904 (remove_files) COMPLETE
66792024-09-01T20:54:15.540Z[ recovery-image] Sep 01 20:54:14.746 INFO O| Sep 01 20:54:14.746 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-09-01T20:54:15.559Z[ recovery-image] Sep 01 20:54:14.767 INFO O| Sep 01 20:54:14.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66812024-09-01T20:54:15.559Z[ recovery-image] Sep 01 20:54:14.768 INFO O| Sep 01 20:54:14.768 INFO STEP 905 (remove_files) COMPLETE
66822024-09-01T20:54:15.559Z[ recovery-image] Sep 01 20:54:14.768 INFO O| Sep 01 20:54:14.768 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-09-01T20:54:15.587Z[ recovery-image] Sep 01 20:54:14.795 INFO O| Sep 01 20:54:14.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66842024-09-01T20:54:15.590Z[ recovery-image] Sep 01 20:54:14.796 INFO O| Sep 01 20:54:14.795 INFO STEP 906 (remove_files) COMPLETE
66852024-09-01T20:54:15.590Z[ recovery-image] Sep 01 20:54:14.796 INFO O| Sep 01 20:54:14.796 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-09-01T20:54:15.609Z[ recovery-image] Sep 01 20:54:14.817 INFO O| Sep 01 20:54:14.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66872024-09-01T20:54:15.611Z[ recovery-image] Sep 01 20:54:14.818 INFO O| Sep 01 20:54:14.817 INFO STEP 907 (remove_files) COMPLETE
66882024-09-01T20:54:15.611Z[ recovery-image] Sep 01 20:54:14.818 INFO O| Sep 01 20:54:14.818 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-09-01T20:54:15.634Z[ recovery-image] Sep 01 20:54:14.842 INFO O| Sep 01 20:54:14.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66902024-09-01T20:54:15.634Z[ recovery-image] Sep 01 20:54:14.842 INFO O| Sep 01 20:54:14.842 INFO STEP 908 (remove_files) COMPLETE
66912024-09-01T20:54:15.634Z[ recovery-image] Sep 01 20:54:14.842 INFO O| Sep 01 20:54:14.842 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-09-01T20:54:15.656Z[ recovery-image] Sep 01 20:54:14.864 INFO O| Sep 01 20:54:14.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66932024-09-01T20:54:15.656Z[ recovery-image] Sep 01 20:54:14.864 INFO O| Sep 01 20:54:14.864 INFO STEP 909 (remove_files) COMPLETE
66942024-09-01T20:54:15.659Z[ recovery-image] Sep 01 20:54:14.865 INFO O| Sep 01 20:54:14.864 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-09-01T20:54:15.678Z[ recovery-image] Sep 01 20:54:14.887 INFO O| Sep 01 20:54:14.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66962024-09-01T20:54:15.679Z[ recovery-image] Sep 01 20:54:14.887 INFO O| Sep 01 20:54:14.887 INFO STEP 910 (remove_files) COMPLETE
66972024-09-01T20:54:15.681Z[ recovery-image] Sep 01 20:54:14.887 INFO O| Sep 01 20:54:14.887 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-09-01T20:54:15.721Z[ host-image] Sep 01 20:54:14.929 INFO O| Sep 01 20:54:14.929 INFO O| Planning: Solver setup ... Done
66992024-09-01T20:54:15.728Z[ host-image] Sep 01 20:54:14.936 INFO O| Sep 01 20:54:14.936 INFO O| Planning: Running solver ... Done
67002024-09-01T20:54:15.776Z[ recovery-image] Sep 01 20:54:14.985 INFO O| Sep 01 20:54:14.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67012024-09-01T20:54:15.776Z[ recovery-image] Sep 01 20:54:14.985 INFO O| Sep 01 20:54:14.985 INFO STEP 911 (remove_files) COMPLETE
67022024-09-01T20:54:15.779Z[ recovery-image] Sep 01 20:54:14.985 INFO O| Sep 01 20:54:14.985 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-09-01T20:54:15.787Z[ host-image] Sep 01 20:54:14.996 INFO O| Sep 01 20:54:14.995 INFO O| Planning: Finding local manifests ... Done
67042024-09-01T20:54:15.789Z[ host-image] Sep 01 20:54:14.997 INFO O| Sep 01 20:54:14.997 INFO O| Planning: Fetching manifests: 0/4 0% complete
67052024-09-01T20:54:15.796Z[ recovery-image] Sep 01 20:54:15.005 INFO O| Sep 01 20:54:15.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67062024-09-01T20:54:15.796Z[ recovery-image] Sep 01 20:54:15.005 INFO O| Sep 01 20:54:15.005 INFO STEP 912 (remove_files) COMPLETE
67072024-09-01T20:54:15.799Z[ recovery-image] Sep 01 20:54:15.005 INFO O| Sep 01 20:54:15.005 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-09-01T20:54:15.852Z[ recovery-image] Sep 01 20:54:15.060 INFO O| Sep 01 20:54:15.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67092024-09-01T20:54:15.852Z[ recovery-image] Sep 01 20:54:15.061 INFO O| Sep 01 20:54:15.060 INFO STEP 913 (remove_files) COMPLETE
67102024-09-01T20:54:15.852Z[ recovery-image] Sep 01 20:54:15.061 INFO O| Sep 01 20:54:15.061 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-09-01T20:54:15.873Z[ recovery-image] Sep 01 20:54:15.081 INFO O| Sep 01 20:54:15.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67122024-09-01T20:54:15.873Z[ recovery-image] Sep 01 20:54:15.081 INFO O| Sep 01 20:54:15.081 INFO STEP 914 (remove_files) COMPLETE
67132024-09-01T20:54:15.876Z[ recovery-image] Sep 01 20:54:15.082 INFO O| Sep 01 20:54:15.081 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-09-01T20:54:15.892Z[ recovery-image] Sep 01 20:54:15.101 INFO O| Sep 01 20:54:15.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67152024-09-01T20:54:15.892Z[ recovery-image] Sep 01 20:54:15.101 INFO O| Sep 01 20:54:15.101 INFO STEP 915 (remove_files) COMPLETE
67162024-09-01T20:54:15.892Z[ recovery-image] Sep 01 20:54:15.101 INFO O| Sep 01 20:54:15.101 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-09-01T20:54:15.912Z[ recovery-image] Sep 01 20:54:15.121 INFO O| Sep 01 20:54:15.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67182024-09-01T20:54:15.912Z[ recovery-image] Sep 01 20:54:15.121 INFO O| Sep 01 20:54:15.121 INFO STEP 916 (remove_files) COMPLETE
67192024-09-01T20:54:15.912Z[ recovery-image] Sep 01 20:54:15.121 INFO O| Sep 01 20:54:15.121 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-09-01T20:54:15.947Z[ recovery-image] Sep 01 20:54:15.156 INFO O| Sep 01 20:54:15.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67212024-09-01T20:54:15.947Z[ recovery-image] Sep 01 20:54:15.156 INFO O| Sep 01 20:54:15.156 INFO STEP 917 (remove_files) COMPLETE
67222024-09-01T20:54:15.947Z[ recovery-image] Sep 01 20:54:15.156 INFO O| Sep 01 20:54:15.156 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-09-01T20:54:15.988Z[ recovery-image] Sep 01 20:54:15.196 INFO O| Sep 01 20:54:15.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67242024-09-01T20:54:15.988Z[ recovery-image] Sep 01 20:54:15.196 INFO O| Sep 01 20:54:15.196 INFO STEP 918 (remove_files) COMPLETE
67252024-09-01T20:54:15.988Z[ recovery-image] Sep 01 20:54:15.196 INFO O| Sep 01 20:54:15.196 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-09-01T20:54:16.008Z[ recovery-image] Sep 01 20:54:15.217 INFO O| Sep 01 20:54:15.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67272024-09-01T20:54:16.008Z[ recovery-image] Sep 01 20:54:15.217 INFO O| Sep 01 20:54:15.217 INFO STEP 919 (remove_files) COMPLETE
67282024-09-01T20:54:16.008Z[ recovery-image] Sep 01 20:54:15.217 INFO O| Sep 01 20:54:15.217 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-09-01T20:54:16.027Z[ recovery-image] Sep 01 20:54:15.235 INFO O| Sep 01 20:54:15.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67302024-09-01T20:54:16.027Z[ recovery-image] Sep 01 20:54:15.236 INFO O| Sep 01 20:54:15.236 INFO STEP 920 (remove_files) COMPLETE
67312024-09-01T20:54:16.027Z[ recovery-image] Sep 01 20:54:15.236 INFO O| Sep 01 20:54:15.236 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-09-01T20:54:16.045Z[ recovery-image] Sep 01 20:54:15.254 INFO O| Sep 01 20:54:15.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
67332024-09-01T20:54:16.045Z[ recovery-image] Sep 01 20:54:15.254 INFO O| Sep 01 20:54:15.254 INFO STEP 921 (remove_files) COMPLETE
67342024-09-01T20:54:16.048Z[ recovery-image] Sep 01 20:54:15.254 INFO O| Sep 01 20:54:15.254 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-09-01T20:54:16.064Z[ recovery-image] Sep 01 20:54:15.272 INFO O| Sep 01 20:54:15.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
67362024-09-01T20:54:16.064Z[ recovery-image] Sep 01 20:54:15.273 INFO O| Sep 01 20:54:15.272 INFO STEP 922 (remove_files) COMPLETE
67372024-09-01T20:54:16.064Z[ recovery-image] Sep 01 20:54:15.273 INFO O| Sep 01 20:54:15.273 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-09-01T20:54:16.074Z[ host-image] Sep 01 20:54:15.282 INFO O| Sep 01 20:54:15.282 INFO O| Planning: Fetching manifests: 4/4 100% complete
67392024-09-01T20:54:16.091Z[ recovery-image] Sep 01 20:54:15.299 INFO O| Sep 01 20:54:15.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
67402024-09-01T20:54:16.091Z[ recovery-image] Sep 01 20:54:15.299 INFO O| Sep 01 20:54:15.299 INFO STEP 923 (remove_files) COMPLETE
67412024-09-01T20:54:16.091Z[ recovery-image] Sep 01 20:54:15.299 INFO O| Sep 01 20:54:15.299 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-09-01T20:54:16.110Z[ host-image] Sep 01 20:54:15.319 INFO O| Sep 01 20:54:15.319 INFO O| Planning: Package planning ... Done
67432024-09-01T20:54:16.113Z[ recovery-image] Sep 01 20:54:15.319 INFO O| Sep 01 20:54:15.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
67442024-09-01T20:54:16.113Z[ recovery-image] Sep 01 20:54:15.320 INFO O| Sep 01 20:54:15.319 INFO STEP 924 (remove_files) COMPLETE
67452024-09-01T20:54:16.113Z[ recovery-image] Sep 01 20:54:15.320 INFO O| Sep 01 20:54:15.320 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-09-01T20:54:16.115Z[ host-image] Sep 01 20:54:15.324 INFO O| Sep 01 20:54:15.324 INFO O| Planning: Merging actions ... Done
67472024-09-01T20:54:16.133Z[ recovery-image] Sep 01 20:54:15.341 INFO O| Sep 01 20:54:15.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
67482024-09-01T20:54:16.135Z[ recovery-image] Sep 01 20:54:15.342 INFO O| Sep 01 20:54:15.342 INFO STEP 925 (remove_files) COMPLETE
67492024-09-01T20:54:16.135Z[ recovery-image] Sep 01 20:54:15.342 INFO O| Sep 01 20:54:15.342 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-09-01T20:54:16.153Z[ recovery-image] Sep 01 20:54:15.362 INFO O| Sep 01 20:54:15.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
67512024-09-01T20:54:16.156Z[ recovery-image] Sep 01 20:54:15.362 INFO O| Sep 01 20:54:15.362 INFO STEP 926 (remove_files) COMPLETE
67522024-09-01T20:54:16.156Z[ recovery-image] Sep 01 20:54:15.362 INFO O| Sep 01 20:54:15.362 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-09-01T20:54:16.173Z[ recovery-image] Sep 01 20:54:15.381 INFO O| Sep 01 20:54:15.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
67542024-09-01T20:54:16.175Z[ recovery-image] Sep 01 20:54:15.382 INFO O| Sep 01 20:54:15.381 INFO STEP 927 (remove_files) COMPLETE
67552024-09-01T20:54:16.175Z[ recovery-image] Sep 01 20:54:15.382 INFO O| Sep 01 20:54:15.382 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-09-01T20:54:16.210Z[ recovery-image] Sep 01 20:54:15.418 INFO O| Sep 01 20:54:15.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67572024-09-01T20:54:16.210Z[ recovery-image] Sep 01 20:54:15.419 INFO O| Sep 01 20:54:15.419 INFO STEP 928 (remove_files) COMPLETE
67582024-09-01T20:54:16.213Z[ recovery-image] Sep 01 20:54:15.419 INFO O| Sep 01 20:54:15.419 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-09-01T20:54:16.228Z[ recovery-image] Sep 01 20:54:15.436 INFO O| Sep 01 20:54:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67602024-09-01T20:54:16.228Z[ recovery-image] Sep 01 20:54:15.436 INFO O| Sep 01 20:54:15.436 INFO STEP 929 (remove_files) COMPLETE
67612024-09-01T20:54:16.230Z[ recovery-image] Sep 01 20:54:15.436 INFO O| Sep 01 20:54:15.436 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-09-01T20:54:16.287Z[ host-image] Sep 01 20:54:15.496 INFO O| Sep 01 20:54:15.496 INFO O| Planning: Checking for conflicting actions ... Done
67632024-09-01T20:54:16.290Z[ host-image] Sep 01 20:54:15.497 INFO O| Sep 01 20:54:15.497 INFO O| Planning: Consolidating action changes ... Done
67642024-09-01T20:54:16.292Z[ recovery-image] Sep 01 20:54:15.499 INFO O| Sep 01 20:54:15.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67652024-09-01T20:54:16.292Z[ recovery-image] Sep 01 20:54:15.499 INFO O| Sep 01 20:54:15.499 INFO STEP 930 (remove_files) COMPLETE
67662024-09-01T20:54:16.292Z[ recovery-image] Sep 01 20:54:15.499 INFO O| Sep 01 20:54:15.499 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-09-01T20:54:16.351Z[ recovery-image] Sep 01 20:54:15.560 INFO O| Sep 01 20:54:15.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67682024-09-01T20:54:16.354Z[ recovery-image] Sep 01 20:54:15.560 INFO O| Sep 01 20:54:15.560 INFO STEP 931 (remove_files) COMPLETE
67692024-09-01T20:54:16.354Z[ recovery-image] Sep 01 20:54:15.560 INFO O| Sep 01 20:54:15.560 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-09-01T20:54:16.399Z[ recovery-image] Sep 01 20:54:15.607 INFO O| Sep 01 20:54:15.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67712024-09-01T20:54:16.399Z[ recovery-image] Sep 01 20:54:15.607 INFO O| Sep 01 20:54:15.607 INFO STEP 932 (remove_files) COMPLETE
67722024-09-01T20:54:16.399Z[ recovery-image] Sep 01 20:54:15.607 INFO O| Sep 01 20:54:15.607 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-09-01T20:54:16.520Z[ recovery-image] Sep 01 20:54:15.728 INFO O| Sep 01 20:54:15.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67742024-09-01T20:54:16.520Z[ recovery-image] Sep 01 20:54:15.728 INFO O| Sep 01 20:54:15.728 INFO STEP 933 (remove_files) COMPLETE
67752024-09-01T20:54:16.523Z[ recovery-image] Sep 01 20:54:15.728 INFO O| Sep 01 20:54:15.728 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-09-01T20:54:16.560Z[ recovery-image] Sep 01 20:54:15.769 INFO O| Sep 01 20:54:15.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67772024-09-01T20:54:16.560Z[ recovery-image] Sep 01 20:54:15.769 INFO O| Sep 01 20:54:15.769 INFO STEP 934 (remove_files) COMPLETE
67782024-09-01T20:54:16.563Z[ recovery-image] Sep 01 20:54:15.769 INFO O| Sep 01 20:54:15.769 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-09-01T20:54:16.618Z[ recovery-image] Sep 01 20:54:15.826 INFO O| Sep 01 20:54:15.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67802024-09-01T20:54:16.620Z[ recovery-image] Sep 01 20:54:15.826 INFO O| Sep 01 20:54:15.826 INFO STEP 935 (remove_files) COMPLETE
67812024-09-01T20:54:16.620Z[ recovery-image] Sep 01 20:54:15.826 INFO O| Sep 01 20:54:15.826 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-09-01T20:54:16.637Z[ host-image] Sep 01 20:54:15.845 INFO O| Sep 01 20:54:15.845 INFO O| Planning: Evaluating mediators ... Done
67832024-09-01T20:54:16.640Z[ host-image] Sep 01 20:54:15.847 INFO O| Sep 01 20:54:15.847 INFO O| Planning: Planning completed in 4.30 seconds
67842024-09-01T20:54:16.642Z[ host-image] Sep 01 20:54:15.850 INFO O| Sep 01 20:54:15.850 INFO O| Packages to install: 4
67852024-09-01T20:54:16.642Z[ host-image] Sep 01 20:54:15.850 INFO O| Sep 01 20:54:15.850 INFO O| Services to change: 2
67862024-09-01T20:54:16.646Z[ recovery-image] Sep 01 20:54:15.854 INFO O| Sep 01 20:54:15.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67872024-09-01T20:54:16.648Z[ recovery-image] Sep 01 20:54:15.854 INFO O| Sep 01 20:54:15.854 INFO STEP 936 (remove_files) COMPLETE
67882024-09-01T20:54:16.648Z[ recovery-image] Sep 01 20:54:15.854 INFO O| Sep 01 20:54:15.854 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-09-01T20:54:16.671Z[ host-image] Sep 01 20:54:15.879 INFO O| Sep 01 20:54:15.879 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
67902024-09-01T20:54:16.704Z[ recovery-image] Sep 01 20:54:15.913 INFO O| Sep 01 20:54:15.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67912024-09-01T20:54:16.704Z[ recovery-image] Sep 01 20:54:15.913 INFO O| Sep 01 20:54:15.913 INFO STEP 937 (remove_files) COMPLETE
67922024-09-01T20:54:16.704Z[ recovery-image] Sep 01 20:54:15.913 INFO O| Sep 01 20:54:15.913 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-09-01T20:54:16.813Z[ recovery-image] Sep 01 20:54:16.021 INFO O| Sep 01 20:54:16.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67942024-09-01T20:54:16.815Z[ recovery-image] Sep 01 20:54:16.021 INFO O| Sep 01 20:54:16.021 INFO STEP 938 (remove_files) COMPLETE
67952024-09-01T20:54:16.815Z[ recovery-image] Sep 01 20:54:16.021 INFO O| Sep 01 20:54:16.021 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-09-01T20:54:16.836Z[ recovery-image] Sep 01 20:54:16.044 INFO O| Sep 01 20:54:16.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67972024-09-01T20:54:16.838Z[ recovery-image] Sep 01 20:54:16.044 INFO O| Sep 01 20:54:16.044 INFO STEP 939 (remove_files) COMPLETE
67982024-09-01T20:54:16.838Z[ recovery-image] Sep 01 20:54:16.044 INFO O| Sep 01 20:54:16.044 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-09-01T20:54:16.858Z[ recovery-image] Sep 01 20:54:16.067 INFO O| Sep 01 20:54:16.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68002024-09-01T20:54:16.861Z[ recovery-image] Sep 01 20:54:16.067 INFO O| Sep 01 20:54:16.067 INFO STEP 940 (remove_files) COMPLETE
68012024-09-01T20:54:16.861Z[ recovery-image] Sep 01 20:54:16.067 INFO O| Sep 01 20:54:16.067 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-09-01T20:54:16.883Z[ recovery-image] Sep 01 20:54:16.091 INFO O| Sep 01 20:54:16.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68032024-09-01T20:54:16.883Z[ recovery-image] Sep 01 20:54:16.091 INFO O| Sep 01 20:54:16.091 INFO STEP 941 (remove_files) COMPLETE
68042024-09-01T20:54:16.883Z[ recovery-image] Sep 01 20:54:16.091 INFO O| Sep 01 20:54:16.091 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-09-01T20:54:16.918Z[ recovery-image] Sep 01 20:54:16.126 INFO O| Sep 01 20:54:16.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68062024-09-01T20:54:16.918Z[ recovery-image] Sep 01 20:54:16.126 INFO O| Sep 01 20:54:16.126 INFO STEP 942 (remove_files) COMPLETE
68072024-09-01T20:54:16.918Z[ recovery-image] Sep 01 20:54:16.126 INFO O| Sep 01 20:54:16.126 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-09-01T20:54:16.952Z[ recovery-image] Sep 01 20:54:16.160 INFO O| Sep 01 20:54:16.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68092024-09-01T20:54:16.952Z[ recovery-image] Sep 01 20:54:16.160 INFO O| Sep 01 20:54:16.160 INFO STEP 943 (remove_files) COMPLETE
68102024-09-01T20:54:16.952Z[ recovery-image] Sep 01 20:54:16.160 INFO O| Sep 01 20:54:16.160 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-09-01T20:54:17.006Z[ recovery-image] Sep 01 20:54:16.213 INFO O| Sep 01 20:54:16.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68122024-09-01T20:54:17.008Z[ recovery-image] Sep 01 20:54:16.214 INFO O| Sep 01 20:54:16.214 INFO STEP 944 (remove_files) COMPLETE
68132024-09-01T20:54:17.008Z[ recovery-image] Sep 01 20:54:16.214 INFO O| Sep 01 20:54:16.214 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-09-01T20:54:17.029Z[ recovery-image] Sep 01 20:54:16.237 INFO O| Sep 01 20:54:16.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68152024-09-01T20:54:17.032Z[ recovery-image] Sep 01 20:54:16.238 INFO O| Sep 01 20:54:16.238 INFO STEP 945 (remove_files) COMPLETE
68162024-09-01T20:54:17.032Z[ recovery-image] Sep 01 20:54:16.238 INFO O| Sep 01 20:54:16.238 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-09-01T20:54:17.051Z[ recovery-image] Sep 01 20:54:16.260 INFO O| Sep 01 20:54:16.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68182024-09-01T20:54:17.054Z[ recovery-image] Sep 01 20:54:16.260 INFO O| Sep 01 20:54:16.260 INFO STEP 946 (remove_files) COMPLETE
68192024-09-01T20:54:17.054Z[ recovery-image] Sep 01 20:54:16.260 INFO O| Sep 01 20:54:16.260 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-09-01T20:54:17.075Z[ recovery-image] Sep 01 20:54:16.283 INFO O| Sep 01 20:54:16.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68212024-09-01T20:54:17.078Z[ recovery-image] Sep 01 20:54:16.284 INFO O| Sep 01 20:54:16.283 INFO STEP 947 (remove_files) COMPLETE
68222024-09-01T20:54:17.078Z[ recovery-image] Sep 01 20:54:16.284 INFO O| Sep 01 20:54:16.284 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-09-01T20:54:17.097Z[ recovery-image] Sep 01 20:54:16.305 INFO O| Sep 01 20:54:16.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68242024-09-01T20:54:17.099Z[ recovery-image] Sep 01 20:54:16.305 INFO O| Sep 01 20:54:16.305 INFO STEP 948 (remove_files) COMPLETE
68252024-09-01T20:54:17.099Z[ recovery-image] Sep 01 20:54:16.306 INFO O| Sep 01 20:54:16.306 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-09-01T20:54:17.119Z[ recovery-image] Sep 01 20:54:16.327 INFO O| Sep 01 20:54:16.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68272024-09-01T20:54:17.121Z[ recovery-image] Sep 01 20:54:16.327 INFO O| Sep 01 20:54:16.327 INFO STEP 949 (remove_files) COMPLETE
68282024-09-01T20:54:17.121Z[ recovery-image] Sep 01 20:54:16.327 INFO O| Sep 01 20:54:16.327 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-09-01T20:54:17.140Z[ recovery-image] Sep 01 20:54:16.348 INFO O| Sep 01 20:54:16.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68302024-09-01T20:54:17.143Z[ recovery-image] Sep 01 20:54:16.348 INFO O| Sep 01 20:54:16.348 INFO STEP 950 (remove_files) COMPLETE
68312024-09-01T20:54:17.143Z[ recovery-image] Sep 01 20:54:16.348 INFO O| Sep 01 20:54:16.348 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-09-01T20:54:17.159Z[ recovery-image] Sep 01 20:54:16.367 INFO O| Sep 01 20:54:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68332024-09-01T20:54:17.162Z[ recovery-image] Sep 01 20:54:16.367 INFO O| Sep 01 20:54:16.367 INFO STEP 951 (remove_files) COMPLETE
68342024-09-01T20:54:17.162Z[ recovery-image] Sep 01 20:54:16.367 INFO O| Sep 01 20:54:16.367 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-09-01T20:54:17.178Z[ recovery-image] Sep 01 20:54:16.386 INFO O| Sep 01 20:54:16.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68362024-09-01T20:54:17.178Z[ recovery-image] Sep 01 20:54:16.386 INFO O| Sep 01 20:54:16.386 INFO STEP 952 (remove_files) COMPLETE
68372024-09-01T20:54:17.178Z[ recovery-image] Sep 01 20:54:16.386 INFO O| Sep 01 20:54:16.386 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-09-01T20:54:17.236Z[ recovery-image] Sep 01 20:54:16.444 INFO O| Sep 01 20:54:16.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68392024-09-01T20:54:17.236Z[ recovery-image] Sep 01 20:54:16.444 INFO O| Sep 01 20:54:16.444 INFO STEP 953 (remove_files) COMPLETE
68402024-09-01T20:54:17.238Z[ recovery-image] Sep 01 20:54:16.444 INFO O| Sep 01 20:54:16.444 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-09-01T20:54:17.259Z[ recovery-image] Sep 01 20:54:16.467 INFO O| Sep 01 20:54:16.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68422024-09-01T20:54:17.259Z[ recovery-image] Sep 01 20:54:16.467 INFO O| Sep 01 20:54:16.467 INFO STEP 954 (remove_files) COMPLETE
68432024-09-01T20:54:17.259Z[ recovery-image] Sep 01 20:54:16.467 INFO O| Sep 01 20:54:16.467 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-09-01T20:54:17.278Z[ recovery-image] Sep 01 20:54:16.487 INFO O| Sep 01 20:54:16.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
68452024-09-01T20:54:17.281Z[ recovery-image] Sep 01 20:54:16.487 INFO O| Sep 01 20:54:16.487 INFO STEP 955 (remove_files) COMPLETE
68462024-09-01T20:54:17.281Z[ recovery-image] Sep 01 20:54:16.487 INFO O| Sep 01 20:54:16.487 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-09-01T20:54:17.299Z[ recovery-image] Sep 01 20:54:16.507 INFO O| Sep 01 20:54:16.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
68482024-09-01T20:54:17.299Z[ recovery-image] Sep 01 20:54:16.508 INFO O| Sep 01 20:54:16.507 INFO STEP 956 (remove_files) COMPLETE
68492024-09-01T20:54:17.302Z[ recovery-image] Sep 01 20:54:16.508 INFO O| Sep 01 20:54:16.507 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-09-01T20:54:17.318Z[ recovery-image] Sep 01 20:54:16.526 INFO O| Sep 01 20:54:16.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
68512024-09-01T20:54:17.318Z[ recovery-image] Sep 01 20:54:16.526 INFO O| Sep 01 20:54:16.526 INFO STEP 957 (remove_files) COMPLETE
68522024-09-01T20:54:17.318Z[ recovery-image] Sep 01 20:54:16.526 INFO O| Sep 01 20:54:16.526 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-09-01T20:54:17.359Z[ recovery-image] Sep 01 20:54:16.567 INFO O| Sep 01 20:54:16.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
68542024-09-01T20:54:17.359Z[ recovery-image] Sep 01 20:54:16.567 INFO O| Sep 01 20:54:16.567 INFO STEP 958 (remove_files) COMPLETE
68552024-09-01T20:54:17.361Z[ recovery-image] Sep 01 20:54:16.567 INFO O| Sep 01 20:54:16.567 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-09-01T20:54:17.419Z[ recovery-image] Sep 01 20:54:16.628 INFO O| Sep 01 20:54:16.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
68572024-09-01T20:54:17.419Z[ recovery-image] Sep 01 20:54:16.628 INFO O| Sep 01 20:54:16.628 INFO STEP 959 (remove_files) COMPLETE
68582024-09-01T20:54:17.419Z[ recovery-image] Sep 01 20:54:16.628 INFO O| Sep 01 20:54:16.628 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-09-01T20:54:17.438Z[ recovery-image] Sep 01 20:54:16.646 INFO O| Sep 01 20:54:16.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
68602024-09-01T20:54:17.438Z[ recovery-image] Sep 01 20:54:16.646 INFO O| Sep 01 20:54:16.646 INFO STEP 960 (remove_files) COMPLETE
68612024-09-01T20:54:17.438Z[ recovery-image] Sep 01 20:54:16.646 INFO O| Sep 01 20:54:16.646 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-09-01T20:54:17.454Z[ recovery-image] Sep 01 20:54:16.663 INFO O| Sep 01 20:54:16.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68632024-09-01T20:54:17.455Z[ recovery-image] Sep 01 20:54:16.663 INFO O| Sep 01 20:54:16.663 INFO STEP 961 (remove_files) COMPLETE
68642024-09-01T20:54:17.455Z[ recovery-image] Sep 01 20:54:16.663 INFO O| Sep 01 20:54:16.663 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-09-01T20:54:17.471Z[ recovery-image] Sep 01 20:54:16.680 INFO O| Sep 01 20:54:16.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68662024-09-01T20:54:17.471Z[ recovery-image] Sep 01 20:54:16.680 INFO O| Sep 01 20:54:16.680 INFO STEP 962 (remove_files) COMPLETE
68672024-09-01T20:54:17.471Z[ recovery-image] Sep 01 20:54:16.680 INFO O| Sep 01 20:54:16.680 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-09-01T20:54:17.495Z[ recovery-image] Sep 01 20:54:16.703 INFO O| Sep 01 20:54:16.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68692024-09-01T20:54:17.498Z[ recovery-image] Sep 01 20:54:16.703 INFO O| Sep 01 20:54:16.703 INFO STEP 963 (remove_files) COMPLETE
68702024-09-01T20:54:17.498Z[ recovery-image] Sep 01 20:54:16.703 INFO O| Sep 01 20:54:16.703 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-09-01T20:54:17.514Z[ recovery-image] Sep 01 20:54:16.722 INFO O| Sep 01 20:54:16.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68722024-09-01T20:54:17.517Z[ recovery-image] Sep 01 20:54:16.723 INFO O| Sep 01 20:54:16.723 INFO STEP 964 (remove_files) COMPLETE
68732024-09-01T20:54:17.517Z[ recovery-image] Sep 01 20:54:16.723 INFO O| Sep 01 20:54:16.723 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-09-01T20:54:17.535Z[ recovery-image] Sep 01 20:54:16.743 INFO O| Sep 01 20:54:16.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68752024-09-01T20:54:17.537Z[ recovery-image] Sep 01 20:54:16.743 INFO O| Sep 01 20:54:16.743 INFO STEP 965 (remove_files) COMPLETE
68762024-09-01T20:54:17.537Z[ recovery-image] Sep 01 20:54:16.743 INFO O| Sep 01 20:54:16.743 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-09-01T20:54:17.576Z[ recovery-image] Sep 01 20:54:16.784 INFO O| Sep 01 20:54:16.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68782024-09-01T20:54:17.576Z[ recovery-image] Sep 01 20:54:16.784 INFO O| Sep 01 20:54:16.784 INFO STEP 966 (remove_files) COMPLETE
68792024-09-01T20:54:17.576Z[ recovery-image] Sep 01 20:54:16.784 INFO O| Sep 01 20:54:16.784 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-09-01T20:54:17.596Z[ recovery-image] Sep 01 20:54:16.805 INFO O| Sep 01 20:54:16.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68812024-09-01T20:54:17.620Z[ recovery-image] Sep 01 20:54:16.828 INFO O| Sep 01 20:54:16.828 INFO STEP 967 (remove_files) COMPLETE
68822024-09-01T20:54:17.620Z[ recovery-image] Sep 01 20:54:16.828 INFO O| Sep 01 20:54:16.828 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-09-01T20:54:17.641Z[ recovery-image] Sep 01 20:54:16.849 INFO O| Sep 01 20:54:16.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68842024-09-01T20:54:17.641Z[ recovery-image] Sep 01 20:54:16.849 INFO O| Sep 01 20:54:16.849 INFO STEP 968 (remove_files) COMPLETE
68852024-09-01T20:54:17.641Z[ recovery-image] Sep 01 20:54:16.849 INFO O| Sep 01 20:54:16.849 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-09-01T20:54:17.659Z[ recovery-image] Sep 01 20:54:16.867 INFO O| Sep 01 20:54:16.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68872024-09-01T20:54:17.659Z[ recovery-image] Sep 01 20:54:16.867 INFO O| Sep 01 20:54:16.867 INFO STEP 969 (remove_files) COMPLETE
68882024-09-01T20:54:17.661Z[ recovery-image] Sep 01 20:54:16.867 INFO O| Sep 01 20:54:16.867 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-09-01T20:54:17.700Z[ recovery-image] Sep 01 20:54:16.907 INFO O| Sep 01 20:54:16.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68902024-09-01T20:54:17.702Z[ recovery-image] Sep 01 20:54:16.907 INFO O| Sep 01 20:54:16.907 INFO STEP 970 (remove_files) COMPLETE
68912024-09-01T20:54:17.702Z[ recovery-image] Sep 01 20:54:16.907 INFO O| Sep 01 20:54:16.907 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-09-01T20:54:17.722Z[ recovery-image] Sep 01 20:54:16.930 INFO O| Sep 01 20:54:16.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68932024-09-01T20:54:17.724Z[ recovery-image] Sep 01 20:54:16.930 INFO O| Sep 01 20:54:16.930 INFO STEP 971 (remove_files) COMPLETE
68942024-09-01T20:54:17.724Z[ recovery-image] Sep 01 20:54:16.930 INFO O| Sep 01 20:54:16.930 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-09-01T20:54:17.742Z[ recovery-image] Sep 01 20:54:16.950 INFO O| Sep 01 20:54:16.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68962024-09-01T20:54:17.745Z[ recovery-image] Sep 01 20:54:16.951 INFO O| Sep 01 20:54:16.951 INFO STEP 972 (remove_files) COMPLETE
68972024-09-01T20:54:17.745Z[ recovery-image] Sep 01 20:54:16.951 INFO O| Sep 01 20:54:16.951 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-09-01T20:54:17.786Z[ recovery-image] Sep 01 20:54:16.995 INFO O| Sep 01 20:54:16.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68992024-09-01T20:54:17.789Z[ recovery-image] Sep 01 20:54:16.995 INFO O| Sep 01 20:54:16.995 INFO STEP 973 (remove_files) COMPLETE
69002024-09-01T20:54:17.789Z[ recovery-image] Sep 01 20:54:16.995 INFO O| Sep 01 20:54:16.995 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-09-01T20:54:17.810Z[ recovery-image] Sep 01 20:54:17.018 INFO O| Sep 01 20:54:17.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69022024-09-01T20:54:17.812Z[ recovery-image] Sep 01 20:54:17.018 INFO O| Sep 01 20:54:17.018 INFO STEP 974 (remove_files) COMPLETE
69032024-09-01T20:54:17.813Z[ recovery-image] Sep 01 20:54:17.018 INFO O| Sep 01 20:54:17.018 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-09-01T20:54:17.833Z[ recovery-image] Sep 01 20:54:17.040 INFO O| Sep 01 20:54:17.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69052024-09-01T20:54:17.833Z[ recovery-image] Sep 01 20:54:17.040 INFO O| Sep 01 20:54:17.040 INFO STEP 975 (remove_files) COMPLETE
69062024-09-01T20:54:17.833Z[ recovery-image] Sep 01 20:54:17.040 INFO O| Sep 01 20:54:17.040 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-09-01T20:54:17.853Z[ recovery-image] Sep 01 20:54:17.061 INFO O| Sep 01 20:54:17.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69082024-09-01T20:54:17.853Z[ recovery-image] Sep 01 20:54:17.061 INFO O| Sep 01 20:54:17.061 INFO STEP 976 (remove_files) COMPLETE
69092024-09-01T20:54:17.855Z[ recovery-image] Sep 01 20:54:17.061 INFO O| Sep 01 20:54:17.061 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-09-01T20:54:17.871Z[ recovery-image] Sep 01 20:54:17.079 INFO O| Sep 01 20:54:17.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69112024-09-01T20:54:17.871Z[ recovery-image] Sep 01 20:54:17.079 INFO O| Sep 01 20:54:17.079 INFO STEP 977 (remove_files) COMPLETE
69122024-09-01T20:54:17.871Z[ recovery-image] Sep 01 20:54:17.079 INFO O| Sep 01 20:54:17.079 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-09-01T20:54:17.889Z[ recovery-image] Sep 01 20:54:17.097 INFO O| Sep 01 20:54:17.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69142024-09-01T20:54:17.889Z[ recovery-image] Sep 01 20:54:17.097 INFO O| Sep 01 20:54:17.097 INFO STEP 978 (remove_files) COMPLETE
69152024-09-01T20:54:17.892Z[ recovery-image] Sep 01 20:54:17.097 INFO O| Sep 01 20:54:17.097 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-09-01T20:54:17.907Z[ recovery-image] Sep 01 20:54:17.116 INFO O| Sep 01 20:54:17.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69172024-09-01T20:54:17.907Z[ recovery-image] Sep 01 20:54:17.116 INFO O| Sep 01 20:54:17.116 INFO STEP 979 (remove_files) COMPLETE
69182024-09-01T20:54:17.907Z[ recovery-image] Sep 01 20:54:17.116 INFO O| Sep 01 20:54:17.116 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-09-01T20:54:17.932Z[ recovery-image] Sep 01 20:54:17.140 INFO O| Sep 01 20:54:17.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69202024-09-01T20:54:17.932Z[ recovery-image] Sep 01 20:54:17.140 INFO O| Sep 01 20:54:17.140 INFO STEP 980 (remove_files) COMPLETE
69212024-09-01T20:54:17.932Z[ recovery-image] Sep 01 20:54:17.140 INFO O| Sep 01 20:54:17.140 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-09-01T20:54:17.976Z[ recovery-image] Sep 01 20:54:17.184 INFO O| Sep 01 20:54:17.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69232024-09-01T20:54:17.979Z[ recovery-image] Sep 01 20:54:17.185 INFO O| Sep 01 20:54:17.185 INFO STEP 981 (remove_files) COMPLETE
69242024-09-01T20:54:17.979Z[ recovery-image] Sep 01 20:54:17.185 INFO O| Sep 01 20:54:17.185 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-09-01T20:54:17.999Z[ recovery-image] Sep 01 20:54:17.207 INFO O| Sep 01 20:54:17.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
69262024-09-01T20:54:18.002Z[ recovery-image] Sep 01 20:54:17.207 INFO O| Sep 01 20:54:17.207 INFO STEP 982 (remove_files) COMPLETE
69272024-09-01T20:54:18.002Z[ recovery-image] Sep 01 20:54:17.207 INFO O| Sep 01 20:54:17.207 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-09-01T20:54:18.020Z[ recovery-image] Sep 01 20:54:17.228 INFO O| Sep 01 20:54:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
69292024-09-01T20:54:18.020Z[ recovery-image] Sep 01 20:54:17.228 INFO O| Sep 01 20:54:17.228 INFO STEP 983 (remove_files) COMPLETE
69302024-09-01T20:54:18.022Z[ recovery-image] Sep 01 20:54:17.228 INFO O| Sep 01 20:54:17.228 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-09-01T20:54:18.039Z[ recovery-image] Sep 01 20:54:17.248 INFO O| Sep 01 20:54:17.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69322024-09-01T20:54:18.039Z[ recovery-image] Sep 01 20:54:17.248 INFO O| Sep 01 20:54:17.248 INFO STEP 984 (remove_files) COMPLETE
69332024-09-01T20:54:18.039Z[ recovery-image] Sep 01 20:54:17.248 INFO O| Sep 01 20:54:17.248 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-09-01T20:54:18.057Z[ recovery-image] Sep 01 20:54:17.266 INFO O| Sep 01 20:54:17.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69352024-09-01T20:54:18.057Z[ recovery-image] Sep 01 20:54:17.266 INFO O| Sep 01 20:54:17.266 INFO STEP 985 (remove_files) COMPLETE
69362024-09-01T20:54:18.057Z[ recovery-image] Sep 01 20:54:17.266 INFO O| Sep 01 20:54:17.266 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-09-01T20:54:18.075Z[ recovery-image] Sep 01 20:54:17.284 INFO O| Sep 01 20:54:17.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
69382024-09-01T20:54:18.075Z[ recovery-image] Sep 01 20:54:17.284 INFO O| Sep 01 20:54:17.284 INFO STEP 986 (remove_files) COMPLETE
69392024-09-01T20:54:18.078Z[ recovery-image] Sep 01 20:54:17.284 INFO O| Sep 01 20:54:17.284 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-09-01T20:54:18.112Z[ recovery-image] Sep 01 20:54:17.321 INFO O| Sep 01 20:54:17.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69412024-09-01T20:54:18.112Z[ recovery-image] Sep 01 20:54:17.321 INFO O| Sep 01 20:54:17.321 INFO STEP 987 (remove_files) COMPLETE
69422024-09-01T20:54:18.112Z[ recovery-image] Sep 01 20:54:17.321 INFO O| Sep 01 20:54:17.321 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-09-01T20:54:18.134Z[ recovery-image] Sep 01 20:54:17.342 INFO O| Sep 01 20:54:17.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
69442024-09-01T20:54:18.134Z[ recovery-image] Sep 01 20:54:17.342 INFO O| Sep 01 20:54:17.342 INFO STEP 988 (remove_files) COMPLETE
69452024-09-01T20:54:18.134Z[ recovery-image] Sep 01 20:54:17.342 INFO O| Sep 01 20:54:17.342 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-09-01T20:54:18.154Z[ recovery-image] Sep 01 20:54:17.362 INFO O| Sep 01 20:54:17.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
69472024-09-01T20:54:18.154Z[ recovery-image] Sep 01 20:54:17.362 INFO O| Sep 01 20:54:17.362 INFO STEP 989 (remove_files) COMPLETE
69482024-09-01T20:54:18.154Z[ recovery-image] Sep 01 20:54:17.362 INFO O| Sep 01 20:54:17.362 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-09-01T20:54:18.172Z[ recovery-image] Sep 01 20:54:17.380 INFO O| Sep 01 20:54:17.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
69502024-09-01T20:54:18.172Z[ recovery-image] Sep 01 20:54:17.380 INFO O| Sep 01 20:54:17.380 INFO STEP 990 (remove_files) COMPLETE
69512024-09-01T20:54:18.172Z[ recovery-image] Sep 01 20:54:17.380 INFO O| Sep 01 20:54:17.380 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-09-01T20:54:18.192Z[ recovery-image] Sep 01 20:54:17.400 INFO O| Sep 01 20:54:17.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
69532024-09-01T20:54:18.192Z[ recovery-image] Sep 01 20:54:17.400 INFO O| Sep 01 20:54:17.400 INFO STEP 991 (remove_files) COMPLETE
69542024-09-01T20:54:18.193Z[ recovery-image] Sep 01 20:54:17.400 INFO O| Sep 01 20:54:17.400 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-09-01T20:54:18.225Z[ recovery-image] Sep 01 20:54:17.433 INFO O| Sep 01 20:54:17.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
69562024-09-01T20:54:18.225Z[ recovery-image] Sep 01 20:54:17.433 INFO O| Sep 01 20:54:17.433 INFO STEP 992 (remove_files) COMPLETE
69572024-09-01T20:54:18.225Z[ recovery-image] Sep 01 20:54:17.433 INFO O| Sep 01 20:54:17.433 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-09-01T20:54:18.285Z[ recovery-image] Sep 01 20:54:17.493 INFO O| Sep 01 20:54:17.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
69592024-09-01T20:54:18.285Z[ recovery-image] Sep 01 20:54:17.493 INFO O| Sep 01 20:54:17.493 INFO STEP 993 (remove_files) COMPLETE
69602024-09-01T20:54:18.288Z[ recovery-image] Sep 01 20:54:17.493 INFO O| Sep 01 20:54:17.493 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-09-01T20:54:18.306Z[ recovery-image] Sep 01 20:54:17.513 INFO O| Sep 01 20:54:17.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
69622024-09-01T20:54:18.306Z[ recovery-image] Sep 01 20:54:17.514 INFO O| Sep 01 20:54:17.514 INFO STEP 994 (remove_files) COMPLETE
69632024-09-01T20:54:18.306Z[ recovery-image] Sep 01 20:54:17.514 INFO O| Sep 01 20:54:17.514 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-09-01T20:54:18.326Z[ recovery-image] Sep 01 20:54:17.534 INFO O| Sep 01 20:54:17.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69652024-09-01T20:54:18.326Z[ recovery-image] Sep 01 20:54:17.534 INFO O| Sep 01 20:54:17.534 INFO STEP 995 (remove_files) COMPLETE
69662024-09-01T20:54:18.326Z[ recovery-image] Sep 01 20:54:17.534 INFO O| Sep 01 20:54:17.534 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-09-01T20:54:18.358Z[ recovery-image] Sep 01 20:54:17.566 INFO O| Sep 01 20:54:17.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69682024-09-01T20:54:18.358Z[ recovery-image] Sep 01 20:54:17.566 INFO O| Sep 01 20:54:17.566 INFO STEP 996 (remove_files) COMPLETE
69692024-09-01T20:54:18.360Z[ recovery-image] Sep 01 20:54:17.566 INFO O| Sep 01 20:54:17.566 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-09-01T20:54:18.380Z[ recovery-image] Sep 01 20:54:17.587 INFO O| Sep 01 20:54:17.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69712024-09-01T20:54:18.380Z[ recovery-image] Sep 01 20:54:17.588 INFO O| Sep 01 20:54:17.588 INFO STEP 997 (remove_files) COMPLETE
69722024-09-01T20:54:18.380Z[ recovery-image] Sep 01 20:54:17.588 INFO O| Sep 01 20:54:17.588 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-09-01T20:54:18.398Z[ recovery-image] Sep 01 20:54:17.606 INFO O| Sep 01 20:54:17.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69742024-09-01T20:54:18.398Z[ recovery-image] Sep 01 20:54:17.606 INFO O| Sep 01 20:54:17.606 INFO STEP 998 (remove_files) COMPLETE
69752024-09-01T20:54:18.398Z[ recovery-image] Sep 01 20:54:17.606 INFO O| Sep 01 20:54:17.606 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-09-01T20:54:18.420Z[ recovery-image] Sep 01 20:54:17.628 INFO O| Sep 01 20:54:17.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69772024-09-01T20:54:18.420Z[ recovery-image] Sep 01 20:54:17.628 INFO O| Sep 01 20:54:17.628 INFO STEP 999 (remove_files) COMPLETE
69782024-09-01T20:54:18.420Z[ recovery-image] Sep 01 20:54:17.629 INFO O| Sep 01 20:54:17.628 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-09-01T20:54:18.437Z[ recovery-image] Sep 01 20:54:17.646 INFO O| Sep 01 20:54:17.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69802024-09-01T20:54:18.437Z[ recovery-image] Sep 01 20:54:17.646 INFO O| Sep 01 20:54:17.646 INFO STEP 1000 (remove_files) COMPLETE
69812024-09-01T20:54:18.437Z[ recovery-image] Sep 01 20:54:17.646 INFO O| Sep 01 20:54:17.646 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-09-01T20:54:18.454Z[ recovery-image] Sep 01 20:54:17.662 INFO O| Sep 01 20:54:17.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69832024-09-01T20:54:18.454Z[ recovery-image] Sep 01 20:54:17.662 INFO O| Sep 01 20:54:17.662 INFO STEP 1001 (remove_files) COMPLETE
69842024-09-01T20:54:18.457Z[ recovery-image] Sep 01 20:54:17.662 INFO O| Sep 01 20:54:17.662 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-09-01T20:54:18.472Z[ recovery-image] Sep 01 20:54:17.680 INFO O| Sep 01 20:54:17.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69862024-09-01T20:54:18.472Z[ recovery-image] Sep 01 20:54:17.680 INFO O| Sep 01 20:54:17.680 INFO STEP 1002 (remove_files) COMPLETE
69872024-09-01T20:54:18.475Z[ recovery-image] Sep 01 20:54:17.680 INFO O| Sep 01 20:54:17.680 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-09-01T20:54:18.490Z[ recovery-image] Sep 01 20:54:17.698 INFO O| Sep 01 20:54:17.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69892024-09-01T20:54:18.490Z[ recovery-image] Sep 01 20:54:17.699 INFO O| Sep 01 20:54:17.699 INFO STEP 1003 (remove_files) COMPLETE
69902024-09-01T20:54:18.490Z[ recovery-image] Sep 01 20:54:17.699 INFO O| Sep 01 20:54:17.699 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-09-01T20:54:18.508Z[ recovery-image] Sep 01 20:54:17.716 INFO O| Sep 01 20:54:17.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69922024-09-01T20:54:18.508Z[ recovery-image] Sep 01 20:54:17.716 INFO O| Sep 01 20:54:17.716 INFO STEP 1004 (remove_files) COMPLETE
69932024-09-01T20:54:18.510Z[ recovery-image] Sep 01 20:54:17.716 INFO O| Sep 01 20:54:17.716 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-09-01T20:54:18.525Z[ recovery-image] Sep 01 20:54:17.734 INFO O| Sep 01 20:54:17.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69952024-09-01T20:54:18.525Z[ recovery-image] Sep 01 20:54:17.734 INFO O| Sep 01 20:54:17.734 INFO STEP 1005 (remove_files) COMPLETE
69962024-09-01T20:54:18.525Z[ recovery-image] Sep 01 20:54:17.734 INFO O| Sep 01 20:54:17.734 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-09-01T20:54:18.543Z[ recovery-image] Sep 01 20:54:17.752 INFO O| Sep 01 20:54:17.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69982024-09-01T20:54:18.543Z[ recovery-image] Sep 01 20:54:17.752 INFO O| Sep 01 20:54:17.752 INFO STEP 1006 (remove_files) COMPLETE
69992024-09-01T20:54:18.543Z[ recovery-image] Sep 01 20:54:17.752 INFO O| Sep 01 20:54:17.752 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-09-01T20:54:18.563Z[ recovery-image] Sep 01 20:54:17.771 INFO O| Sep 01 20:54:17.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70012024-09-01T20:54:18.563Z[ recovery-image] Sep 01 20:54:17.771 INFO O| Sep 01 20:54:17.771 INFO STEP 1007 (remove_files) COMPLETE
70022024-09-01T20:54:18.566Z[ recovery-image] Sep 01 20:54:17.771 INFO O| Sep 01 20:54:17.771 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-09-01T20:54:18.582Z[ recovery-image] Sep 01 20:54:17.790 INFO O| Sep 01 20:54:17.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70042024-09-01T20:54:18.582Z[ recovery-image] Sep 01 20:54:17.790 INFO O| Sep 01 20:54:17.790 INFO STEP 1008 (remove_files) COMPLETE
70052024-09-01T20:54:18.582Z[ recovery-image] Sep 01 20:54:17.790 INFO O| Sep 01 20:54:17.790 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-09-01T20:54:18.602Z[ recovery-image] Sep 01 20:54:17.811 INFO O| Sep 01 20:54:17.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70072024-09-01T20:54:18.602Z[ recovery-image] Sep 01 20:54:17.811 INFO O| Sep 01 20:54:17.811 INFO STEP 1009 (remove_files) COMPLETE
70082024-09-01T20:54:18.602Z[ recovery-image] Sep 01 20:54:17.811 INFO O| Sep 01 20:54:17.811 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-09-01T20:54:18.623Z[ recovery-image] Sep 01 20:54:17.831 INFO O| Sep 01 20:54:17.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70102024-09-01T20:54:18.623Z[ recovery-image] Sep 01 20:54:17.831 INFO O| Sep 01 20:54:17.831 INFO STEP 1010 (remove_files) COMPLETE
70112024-09-01T20:54:18.623Z[ recovery-image] Sep 01 20:54:17.831 INFO O| Sep 01 20:54:17.831 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-09-01T20:54:18.642Z[ recovery-image] Sep 01 20:54:17.849 INFO O| Sep 01 20:54:17.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70132024-09-01T20:54:18.642Z[ recovery-image] Sep 01 20:54:17.849 INFO O| Sep 01 20:54:17.849 INFO STEP 1011 (remove_files) COMPLETE
70142024-09-01T20:54:18.642Z[ recovery-image] Sep 01 20:54:17.849 INFO O| Sep 01 20:54:17.849 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-09-01T20:54:18.678Z[ recovery-image] Sep 01 20:54:17.887 INFO O| Sep 01 20:54:17.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70162024-09-01T20:54:18.679Z[ recovery-image] Sep 01 20:54:17.887 INFO O| Sep 01 20:54:17.887 INFO STEP 1012 (remove_files) COMPLETE
70172024-09-01T20:54:18.681Z[ recovery-image] Sep 01 20:54:17.887 INFO O| Sep 01 20:54:17.887 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-09-01T20:54:18.698Z[ recovery-image] Sep 01 20:54:17.907 INFO O| Sep 01 20:54:17.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70192024-09-01T20:54:18.698Z[ recovery-image] Sep 01 20:54:17.907 INFO O| Sep 01 20:54:17.907 INFO STEP 1013 (remove_files) COMPLETE
70202024-09-01T20:54:18.698Z[ recovery-image] Sep 01 20:54:17.907 INFO O| Sep 01 20:54:17.907 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-09-01T20:54:18.715Z[ recovery-image] Sep 01 20:54:17.923 INFO O| Sep 01 20:54:17.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70222024-09-01T20:54:18.715Z[ recovery-image] Sep 01 20:54:17.924 INFO O| Sep 01 20:54:17.924 INFO STEP 1014 (remove_files) COMPLETE
70232024-09-01T20:54:18.715Z[ recovery-image] Sep 01 20:54:17.924 INFO O| Sep 01 20:54:17.924 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-09-01T20:54:18.732Z[ recovery-image] Sep 01 20:54:17.940 INFO O| Sep 01 20:54:17.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
70252024-09-01T20:54:18.732Z[ recovery-image] Sep 01 20:54:17.940 INFO O| Sep 01 20:54:17.940 INFO STEP 1015 (remove_files) COMPLETE
70262024-09-01T20:54:18.732Z[ recovery-image] Sep 01 20:54:17.940 INFO O| Sep 01 20:54:17.940 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-09-01T20:54:18.748Z[ recovery-image] Sep 01 20:54:17.957 INFO O| Sep 01 20:54:17.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
70282024-09-01T20:54:18.749Z[ recovery-image] Sep 01 20:54:17.957 INFO O| Sep 01 20:54:17.957 INFO STEP 1016 (remove_files) COMPLETE
70292024-09-01T20:54:18.749Z[ recovery-image] Sep 01 20:54:17.957 INFO O| Sep 01 20:54:17.957 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-09-01T20:54:18.765Z[ recovery-image] Sep 01 20:54:17.974 INFO O| Sep 01 20:54:17.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
70312024-09-01T20:54:18.765Z[ recovery-image] Sep 01 20:54:17.974 INFO O| Sep 01 20:54:17.974 INFO STEP 1017 (remove_files) COMPLETE
70322024-09-01T20:54:18.765Z[ recovery-image] Sep 01 20:54:17.974 INFO O| Sep 01 20:54:17.974 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-09-01T20:54:18.801Z[ recovery-image] Sep 01 20:54:18.009 INFO O| Sep 01 20:54:18.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70342024-09-01T20:54:18.801Z[ recovery-image] Sep 01 20:54:18.009 INFO O| Sep 01 20:54:18.009 INFO STEP 1018 (remove_files) COMPLETE
70352024-09-01T20:54:18.803Z[ recovery-image] Sep 01 20:54:18.009 INFO O| Sep 01 20:54:18.009 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-09-01T20:54:18.822Z[ recovery-image] Sep 01 20:54:18.030 INFO O| Sep 01 20:54:18.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
70372024-09-01T20:54:18.845Z[ recovery-image] Sep 01 20:54:18.053 INFO O| Sep 01 20:54:18.053 INFO STEP 1019 (remove_files) COMPLETE
70382024-09-01T20:54:18.845Z[ recovery-image] Sep 01 20:54:18.053 INFO O| Sep 01 20:54:18.053 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-09-01T20:54:18.864Z[ recovery-image] Sep 01 20:54:18.072 INFO O| Sep 01 20:54:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70402024-09-01T20:54:18.866Z[ recovery-image] Sep 01 20:54:18.072 INFO O| Sep 01 20:54:18.072 INFO STEP 1020 (remove_files) COMPLETE
70412024-09-01T20:54:18.866Z[ recovery-image] Sep 01 20:54:18.072 INFO O| Sep 01 20:54:18.072 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-09-01T20:54:18.884Z[ recovery-image] Sep 01 20:54:18.093 INFO O| Sep 01 20:54:18.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
70432024-09-01T20:54:18.884Z[ recovery-image] Sep 01 20:54:18.093 INFO O| Sep 01 20:54:18.093 INFO STEP 1021 (remove_files) COMPLETE
70442024-09-01T20:54:18.884Z[ recovery-image] Sep 01 20:54:18.093 INFO O| Sep 01 20:54:18.093 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-09-01T20:54:18.903Z[ recovery-image] Sep 01 20:54:18.112 INFO O| Sep 01 20:54:18.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70462024-09-01T20:54:18.903Z[ recovery-image] Sep 01 20:54:18.112 INFO O| Sep 01 20:54:18.112 INFO STEP 1022 (remove_files) COMPLETE
70472024-09-01T20:54:18.903Z[ recovery-image] Sep 01 20:54:18.112 INFO O| Sep 01 20:54:18.112 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-09-01T20:54:18.923Z[ recovery-image] Sep 01 20:54:18.132 INFO O| Sep 01 20:54:18.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
70492024-09-01T20:54:18.923Z[ recovery-image] Sep 01 20:54:18.132 INFO O| Sep 01 20:54:18.132 INFO STEP 1023 (remove_files) COMPLETE
70502024-09-01T20:54:18.923Z[ recovery-image] Sep 01 20:54:18.132 INFO O| Sep 01 20:54:18.132 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-09-01T20:54:18.977Z[ recovery-image] Sep 01 20:54:18.184 INFO O| Sep 01 20:54:18.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
70522024-09-01T20:54:18.977Z[ recovery-image] Sep 01 20:54:18.184 INFO O| Sep 01 20:54:18.184 INFO STEP 1024 (remove_files) COMPLETE
70532024-09-01T20:54:18.977Z[ recovery-image] Sep 01 20:54:18.184 INFO O| Sep 01 20:54:18.184 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-09-01T20:54:19.026Z[ recovery-image] Sep 01 20:54:18.234 INFO O| Sep 01 20:54:18.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
70552024-09-01T20:54:19.029Z[ recovery-image] Sep 01 20:54:18.235 INFO O| Sep 01 20:54:18.234 INFO STEP 1025 (remove_files) COMPLETE
70562024-09-01T20:54:19.029Z[ recovery-image] Sep 01 20:54:18.235 INFO O| Sep 01 20:54:18.235 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-09-01T20:54:19.047Z[ recovery-image] Sep 01 20:54:18.255 INFO O| Sep 01 20:54:18.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
70582024-09-01T20:54:19.049Z[ recovery-image] Sep 01 20:54:18.255 INFO O| Sep 01 20:54:18.255 INFO STEP 1026 (remove_files) COMPLETE
70592024-09-01T20:54:19.049Z[ recovery-image] Sep 01 20:54:18.255 INFO O| Sep 01 20:54:18.255 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-09-01T20:54:19.067Z[ recovery-image] Sep 01 20:54:18.275 INFO O| Sep 01 20:54:18.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
70612024-09-01T20:54:19.071Z[ recovery-image] Sep 01 20:54:18.276 INFO O| Sep 01 20:54:18.275 INFO STEP 1027 (remove_files) COMPLETE
70622024-09-01T20:54:19.071Z[ recovery-image] Sep 01 20:54:18.276 INFO O| Sep 01 20:54:18.276 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-09-01T20:54:19.086Z[ recovery-image] Sep 01 20:54:18.294 INFO O| Sep 01 20:54:18.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70642024-09-01T20:54:19.088Z[ recovery-image] Sep 01 20:54:18.294 INFO O| Sep 01 20:54:18.294 INFO STEP 1028 (remove_files) COMPLETE
70652024-09-01T20:54:19.088Z[ recovery-image] Sep 01 20:54:18.294 INFO O| Sep 01 20:54:18.294 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-09-01T20:54:19.169Z[ recovery-image] Sep 01 20:54:18.377 INFO O| Sep 01 20:54:18.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70672024-09-01T20:54:19.172Z[ recovery-image] Sep 01 20:54:18.377 INFO O| Sep 01 20:54:18.377 INFO STEP 1029 (remove_files) COMPLETE
70682024-09-01T20:54:19.172Z[ recovery-image] Sep 01 20:54:18.377 INFO O| Sep 01 20:54:18.377 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-09-01T20:54:19.190Z[ recovery-image] Sep 01 20:54:18.398 INFO O| Sep 01 20:54:18.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70702024-09-01T20:54:19.193Z[ recovery-image] Sep 01 20:54:18.399 INFO O| Sep 01 20:54:18.399 INFO STEP 1030 (remove_files) COMPLETE
70712024-09-01T20:54:19.193Z[ recovery-image] Sep 01 20:54:18.399 INFO O| Sep 01 20:54:18.399 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-09-01T20:54:19.208Z[ recovery-image] Sep 01 20:54:18.416 INFO O| Sep 01 20:54:18.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70732024-09-01T20:54:19.208Z[ recovery-image] Sep 01 20:54:18.417 INFO O| Sep 01 20:54:18.416 INFO STEP 1031 (remove_files) COMPLETE
70742024-09-01T20:54:19.211Z[ recovery-image] Sep 01 20:54:18.417 INFO O| Sep 01 20:54:18.417 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-09-01T20:54:19.225Z[ recovery-image] Sep 01 20:54:18.433 INFO O| Sep 01 20:54:18.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70762024-09-01T20:54:19.227Z[ recovery-image] Sep 01 20:54:18.433 INFO O| Sep 01 20:54:18.433 INFO STEP 1032 (remove_files) COMPLETE
70772024-09-01T20:54:19.227Z[ recovery-image] Sep 01 20:54:18.433 INFO O| Sep 01 20:54:18.433 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-09-01T20:54:19.242Z[ recovery-image] Sep 01 20:54:18.451 INFO O| Sep 01 20:54:18.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70792024-09-01T20:54:19.245Z[ recovery-image] Sep 01 20:54:18.451 INFO O| Sep 01 20:54:18.451 INFO STEP 1033 (remove_files) COMPLETE
70802024-09-01T20:54:19.245Z[ recovery-image] Sep 01 20:54:18.451 INFO O| Sep 01 20:54:18.451 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-09-01T20:54:19.260Z[ recovery-image] Sep 01 20:54:18.469 INFO O| Sep 01 20:54:18.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70822024-09-01T20:54:19.263Z[ recovery-image] Sep 01 20:54:18.469 INFO O| Sep 01 20:54:18.469 INFO STEP 1034 (remove_files) COMPLETE
70832024-09-01T20:54:19.263Z[ recovery-image] Sep 01 20:54:18.469 INFO O| Sep 01 20:54:18.469 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-09-01T20:54:19.278Z[ recovery-image] Sep 01 20:54:18.486 INFO O| Sep 01 20:54:18.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70852024-09-01T20:54:19.278Z[ recovery-image] Sep 01 20:54:18.486 INFO O| Sep 01 20:54:18.486 INFO STEP 1035 (remove_files) COMPLETE
70862024-09-01T20:54:19.281Z[ recovery-image] Sep 01 20:54:18.486 INFO O| Sep 01 20:54:18.486 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-09-01T20:54:19.294Z[ recovery-image] Sep 01 20:54:18.503 INFO O| Sep 01 20:54:18.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70882024-09-01T20:54:19.297Z[ recovery-image] Sep 01 20:54:18.503 INFO O| Sep 01 20:54:18.503 INFO STEP 1036 (remove_files) COMPLETE
70892024-09-01T20:54:19.297Z[ recovery-image] Sep 01 20:54:18.503 INFO O| Sep 01 20:54:18.503 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-09-01T20:54:19.312Z[ recovery-image] Sep 01 20:54:18.520 INFO O| Sep 01 20:54:18.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70912024-09-01T20:54:19.314Z[ recovery-image] Sep 01 20:54:18.520 INFO O| Sep 01 20:54:18.520 INFO STEP 1037 (remove_files) COMPLETE
70922024-09-01T20:54:19.314Z[ recovery-image] Sep 01 20:54:18.520 INFO O| Sep 01 20:54:18.520 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-09-01T20:54:19.329Z[ recovery-image] Sep 01 20:54:18.537 INFO O| Sep 01 20:54:18.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70942024-09-01T20:54:19.332Z[ recovery-image] Sep 01 20:54:18.538 INFO O| Sep 01 20:54:18.537 INFO STEP 1038 (remove_files) COMPLETE
70952024-09-01T20:54:19.332Z[ recovery-image] Sep 01 20:54:18.538 INFO O| Sep 01 20:54:18.538 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-09-01T20:54:19.346Z[ recovery-image] Sep 01 20:54:18.555 INFO O| Sep 01 20:54:18.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70972024-09-01T20:54:19.346Z[ recovery-image] Sep 01 20:54:18.555 INFO O| Sep 01 20:54:18.555 INFO STEP 1039 (remove_files) COMPLETE
70982024-09-01T20:54:19.349Z[ recovery-image] Sep 01 20:54:18.555 INFO O| Sep 01 20:54:18.555 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-09-01T20:54:19.369Z[ recovery-image] Sep 01 20:54:18.577 INFO O| Sep 01 20:54:18.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71002024-09-01T20:54:19.369Z[ recovery-image] Sep 01 20:54:18.578 INFO O| Sep 01 20:54:18.577 INFO STEP 1040 (remove_files) COMPLETE
71012024-09-01T20:54:19.369Z[ recovery-image] Sep 01 20:54:18.578 INFO O| Sep 01 20:54:18.578 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-09-01T20:54:19.372Z[ host-image] Sep 01 20:54:18.578 INFO O| Sep 01 20:54:18.578 INFO O| Download: Completed 1.39 MB in 2.70 seconds (527k/s)
71032024-09-01T20:54:19.416Z[ host-image] Sep 01 20:54:18.624 INFO O| Sep 01 20:54:18.624 INFO O| Actions: 1/238 actions (Installing new actions)
71042024-09-01T20:54:19.453Z[ recovery-image] Sep 01 20:54:18.661 INFO O| Sep 01 20:54:18.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71052024-09-01T20:54:19.453Z[ recovery-image] Sep 01 20:54:18.661 INFO O| Sep 01 20:54:18.661 INFO STEP 1041 (remove_files) COMPLETE
71062024-09-01T20:54:19.453Z[ recovery-image] Sep 01 20:54:18.661 INFO O| Sep 01 20:54:18.661 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-09-01T20:54:19.474Z[ recovery-image] Sep 01 20:54:18.683 INFO O| Sep 01 20:54:18.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71082024-09-01T20:54:19.474Z[ recovery-image] Sep 01 20:54:18.683 INFO O| Sep 01 20:54:18.683 INFO STEP 1042 (remove_files) COMPLETE
71092024-09-01T20:54:19.477Z[ recovery-image] Sep 01 20:54:18.683 INFO O| Sep 01 20:54:18.683 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-09-01T20:54:19.524Z[ recovery-image] Sep 01 20:54:18.732 INFO O| Sep 01 20:54:18.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71112024-09-01T20:54:19.524Z[ recovery-image] Sep 01 20:54:18.732 INFO O| Sep 01 20:54:18.732 INFO STEP 1043 (remove_files) COMPLETE
71122024-09-01T20:54:19.527Z[ recovery-image] Sep 01 20:54:18.732 INFO O| Sep 01 20:54:18.732 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-09-01T20:54:19.569Z[ recovery-image] Sep 01 20:54:18.777 INFO O| Sep 01 20:54:18.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71142024-09-01T20:54:19.569Z[ recovery-image] Sep 01 20:54:18.777 INFO O| Sep 01 20:54:18.777 INFO STEP 1044 (remove_files) COMPLETE
71152024-09-01T20:54:19.572Z[ recovery-image] Sep 01 20:54:18.777 INFO O| Sep 01 20:54:18.777 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-09-01T20:54:19.587Z[ recovery-image] Sep 01 20:54:18.795 INFO O| Sep 01 20:54:18.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71172024-09-01T20:54:19.587Z[ recovery-image] Sep 01 20:54:18.795 INFO O| Sep 01 20:54:18.795 INFO STEP 1045 (remove_files) COMPLETE
71182024-09-01T20:54:19.590Z[ recovery-image] Sep 01 20:54:18.796 INFO O| Sep 01 20:54:18.795 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-09-01T20:54:19.605Z[ recovery-image] Sep 01 20:54:18.813 INFO O| Sep 01 20:54:18.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71202024-09-01T20:54:19.605Z[ recovery-image] Sep 01 20:54:18.813 INFO O| Sep 01 20:54:18.813 INFO STEP 1046 (remove_files) COMPLETE
71212024-09-01T20:54:19.608Z[ recovery-image] Sep 01 20:54:18.813 INFO O| Sep 01 20:54:18.813 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-09-01T20:54:19.644Z[ recovery-image] Sep 01 20:54:18.853 INFO O| Sep 01 20:54:18.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71232024-09-01T20:54:19.644Z[ recovery-image] Sep 01 20:54:18.853 INFO O| Sep 01 20:54:18.853 INFO STEP 1047 (remove_files) COMPLETE
71242024-09-01T20:54:19.644Z[ recovery-image] Sep 01 20:54:18.853 INFO O| Sep 01 20:54:18.853 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-09-01T20:54:19.667Z[ recovery-image] Sep 01 20:54:18.875 INFO O| Sep 01 20:54:18.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71262024-09-01T20:54:19.667Z[ recovery-image] Sep 01 20:54:18.875 INFO O| Sep 01 20:54:18.875 INFO STEP 1048 (remove_files) COMPLETE
71272024-09-01T20:54:19.667Z[ recovery-image] Sep 01 20:54:18.875 INFO O| Sep 01 20:54:18.875 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-09-01T20:54:19.704Z[ recovery-image] Sep 01 20:54:18.911 INFO O| Sep 01 20:54:18.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
71292024-09-01T20:54:19.704Z[ recovery-image] Sep 01 20:54:18.911 INFO O| Sep 01 20:54:18.911 INFO STEP 1049 (remove_files) COMPLETE
71302024-09-01T20:54:19.704Z[ recovery-image] Sep 01 20:54:18.912 INFO O| Sep 01 20:54:18.911 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-09-01T20:54:19.765Z[ recovery-image] Sep 01 20:54:18.972 INFO O| Sep 01 20:54:18.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71322024-09-01T20:54:19.765Z[ recovery-image] Sep 01 20:54:18.972 INFO O| Sep 01 20:54:18.972 INFO STEP 1050 (remove_files) COMPLETE
71332024-09-01T20:54:19.765Z[ recovery-image] Sep 01 20:54:18.972 INFO O| Sep 01 20:54:18.972 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-09-01T20:54:19.786Z[ recovery-image] Sep 01 20:54:18.994 INFO O| Sep 01 20:54:18.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71352024-09-01T20:54:19.786Z[ recovery-image] Sep 01 20:54:18.994 INFO O| Sep 01 20:54:18.994 INFO STEP 1051 (remove_files) COMPLETE
71362024-09-01T20:54:19.788Z[ recovery-image] Sep 01 20:54:18.994 INFO O| Sep 01 20:54:18.994 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-09-01T20:54:19.807Z[ recovery-image] Sep 01 20:54:19.015 INFO O| Sep 01 20:54:19.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
71382024-09-01T20:54:19.807Z[ recovery-image] Sep 01 20:54:19.015 INFO O| Sep 01 20:54:19.015 INFO STEP 1052 (remove_files) COMPLETE
71392024-09-01T20:54:19.810Z[ recovery-image] Sep 01 20:54:19.015 INFO O| Sep 01 20:54:19.015 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-09-01T20:54:19.826Z[ recovery-image] Sep 01 20:54:19.034 INFO O| Sep 01 20:54:19.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71412024-09-01T20:54:19.826Z[ recovery-image] Sep 01 20:54:19.034 INFO O| Sep 01 20:54:19.034 INFO STEP 1053 (remove_files) COMPLETE
71422024-09-01T20:54:19.828Z[ recovery-image] Sep 01 20:54:19.034 INFO O| Sep 01 20:54:19.034 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-09-01T20:54:19.835Z[ host-image] Sep 01 20:54:19.043 INFO O| Sep 01 20:54:19.043 INFO O| Actions: Completed 238 actions in 0.42 seconds.
71442024-09-01T20:54:19.843Z[ recovery-image] Sep 01 20:54:19.052 INFO O| Sep 01 20:54:19.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71452024-09-01T20:54:19.843Z[ recovery-image] Sep 01 20:54:19.052 INFO O| Sep 01 20:54:19.052 INFO STEP 1054 (remove_files) COMPLETE
71462024-09-01T20:54:19.843Z[ recovery-image] Sep 01 20:54:19.052 INFO O| Sep 01 20:54:19.052 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-09-01T20:54:19.898Z[ recovery-image] Sep 01 20:54:19.106 INFO O| Sep 01 20:54:19.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71482024-09-01T20:54:19.898Z[ recovery-image] Sep 01 20:54:19.106 INFO O| Sep 01 20:54:19.106 INFO STEP 1055 (remove_files) COMPLETE
71492024-09-01T20:54:19.898Z[ recovery-image] Sep 01 20:54:19.106 INFO O| Sep 01 20:54:19.106 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-09-01T20:54:19.931Z[ recovery-image] Sep 01 20:54:19.139 INFO O| Sep 01 20:54:19.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
71512024-09-01T20:54:19.931Z[ recovery-image] Sep 01 20:54:19.139 INFO O| Sep 01 20:54:19.139 INFO STEP 1056 (remove_files) COMPLETE
71522024-09-01T20:54:19.931Z[ recovery-image] Sep 01 20:54:19.139 INFO O| Sep 01 20:54:19.139 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-09-01T20:54:19.963Z[ recovery-image] Sep 01 20:54:19.171 INFO O| Sep 01 20:54:19.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
71542024-09-01T20:54:19.966Z[ recovery-image] Sep 01 20:54:19.171 INFO O| Sep 01 20:54:19.171 INFO STEP 1057 (remove_files) COMPLETE
71552024-09-01T20:54:19.966Z[ recovery-image] Sep 01 20:54:19.171 INFO O| Sep 01 20:54:19.171 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-09-01T20:54:20.007Z[ recovery-image] Sep 01 20:54:19.215 INFO O| Sep 01 20:54:19.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
71572024-09-01T20:54:20.007Z[ recovery-image] Sep 01 20:54:19.215 INFO O| Sep 01 20:54:19.215 INFO STEP 1058 (remove_files) COMPLETE
71582024-09-01T20:54:20.007Z[ recovery-image] Sep 01 20:54:19.215 INFO O| Sep 01 20:54:19.215 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-09-01T20:54:20.055Z[ recovery-image] Sep 01 20:54:19.264 INFO O| Sep 01 20:54:19.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
71602024-09-01T20:54:20.055Z[ recovery-image] Sep 01 20:54:19.264 INFO O| Sep 01 20:54:19.264 INFO STEP 1059 (remove_files) COMPLETE
71612024-09-01T20:54:20.055Z[ recovery-image] Sep 01 20:54:19.264 INFO O| Sep 01 20:54:19.264 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-09-01T20:54:20.117Z[ recovery-image] Sep 01 20:54:19.326 INFO O| Sep 01 20:54:19.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
71632024-09-01T20:54:20.117Z[ recovery-image] Sep 01 20:54:19.326 INFO O| Sep 01 20:54:19.326 INFO STEP 1060 (remove_files) COMPLETE
71642024-09-01T20:54:20.117Z[ recovery-image] Sep 01 20:54:19.326 INFO O| Sep 01 20:54:19.326 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-09-01T20:54:20.140Z[ recovery-image] Sep 01 20:54:19.348 INFO O| Sep 01 20:54:19.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71662024-09-01T20:54:20.162Z[ recovery-image] Sep 01 20:54:19.369 INFO O| Sep 01 20:54:19.369 INFO STEP 1061 (remove_files) COMPLETE
71672024-09-01T20:54:20.162Z[ recovery-image] Sep 01 20:54:19.369 INFO O| Sep 01 20:54:19.369 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-09-01T20:54:20.215Z[ recovery-image] Sep 01 20:54:19.423 INFO O| Sep 01 20:54:19.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71692024-09-01T20:54:20.215Z[ recovery-image] Sep 01 20:54:19.423 INFO O| Sep 01 20:54:19.423 INFO STEP 1062 (remove_files) COMPLETE
71702024-09-01T20:54:20.215Z[ host-image] Sep 01 20:54:19.423 INFO O| Sep 01 20:54:19.423 INFO O| Done
71712024-09-01T20:54:20.215Z[ recovery-image] Sep 01 20:54:19.423 INFO O| Sep 01 20:54:19.423 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-09-01T20:54:20.215Z[ host-image] Sep 01 20:54:19.423 INFO O| Sep 01 20:54:19.423 INFO O| Done
71732024-09-01T20:54:20.237Z[ recovery-image] Sep 01 20:54:19.442 INFO O| Sep 01 20:54:19.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71742024-09-01T20:54:20.237Z[ recovery-image] Sep 01 20:54:19.442 INFO O| Sep 01 20:54:19.442 INFO STEP 1063 (remove_files) COMPLETE
71752024-09-01T20:54:20.237Z[ recovery-image] Sep 01 20:54:19.442 INFO O| Sep 01 20:54:19.442 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-09-01T20:54:20.271Z[ recovery-image] Sep 01 20:54:19.479 INFO O| Sep 01 20:54:19.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71772024-09-01T20:54:20.271Z[ recovery-image] Sep 01 20:54:19.479 INFO O| Sep 01 20:54:19.479 INFO STEP 1064 (remove_files) COMPLETE
71782024-09-01T20:54:20.274Z[ recovery-image] Sep 01 20:54:19.479 INFO O| Sep 01 20:54:19.479 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-09-01T20:54:20.289Z[ recovery-image] Sep 01 20:54:19.498 INFO O| Sep 01 20:54:19.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71802024-09-01T20:54:20.292Z[ recovery-image] Sep 01 20:54:19.498 INFO O| Sep 01 20:54:19.498 INFO STEP 1065 (remove_files) COMPLETE
71812024-09-01T20:54:20.292Z[ recovery-image] Sep 01 20:54:19.498 INFO O| Sep 01 20:54:19.498 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-09-01T20:54:20.345Z[ recovery-image] Sep 01 20:54:19.553 INFO O| Sep 01 20:54:19.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71832024-09-01T20:54:20.348Z[ recovery-image] Sep 01 20:54:19.553 INFO O| Sep 01 20:54:19.553 INFO STEP 1066 (remove_files) COMPLETE
71842024-09-01T20:54:20.348Z[ recovery-image] Sep 01 20:54:19.553 INFO O| Sep 01 20:54:19.553 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-09-01T20:54:20.370Z[ recovery-image] Sep 01 20:54:19.578 INFO O| Sep 01 20:54:19.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71862024-09-01T20:54:20.370Z[ recovery-image] Sep 01 20:54:19.578 INFO O| Sep 01 20:54:19.578 INFO STEP 1067 (remove_files) COMPLETE
71872024-09-01T20:54:20.373Z[ recovery-image] Sep 01 20:54:19.578 INFO O| Sep 01 20:54:19.578 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-09-01T20:54:20.404Z[ recovery-image] Sep 01 20:54:19.612 INFO O| Sep 01 20:54:19.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71892024-09-01T20:54:20.404Z[ recovery-image] Sep 01 20:54:19.612 INFO O| Sep 01 20:54:19.612 INFO STEP 1068 (remove_files) COMPLETE
71902024-09-01T20:54:20.407Z[ recovery-image] Sep 01 20:54:19.612 INFO O| Sep 01 20:54:19.612 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-09-01T20:54:20.425Z[ recovery-image] Sep 01 20:54:19.633 INFO O| Sep 01 20:54:19.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71922024-09-01T20:54:20.427Z[ recovery-image] Sep 01 20:54:19.633 INFO O| Sep 01 20:54:19.633 INFO STEP 1069 (remove_files) COMPLETE
71932024-09-01T20:54:20.427Z[ recovery-image] Sep 01 20:54:19.633 INFO O| Sep 01 20:54:19.633 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-09-01T20:54:20.444Z[ recovery-image] Sep 01 20:54:19.652 INFO O| Sep 01 20:54:19.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71952024-09-01T20:54:20.444Z[ recovery-image] Sep 01 20:54:19.652 INFO O| Sep 01 20:54:19.652 INFO STEP 1070 (remove_files) COMPLETE
71962024-09-01T20:54:20.444Z[ recovery-image] Sep 01 20:54:19.652 INFO O| Sep 01 20:54:19.652 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-09-01T20:54:20.464Z[ recovery-image] Sep 01 20:54:19.673 INFO O| Sep 01 20:54:19.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71982024-09-01T20:54:20.464Z[ recovery-image] Sep 01 20:54:19.673 INFO O| Sep 01 20:54:19.673 INFO STEP 1071 (remove_files) COMPLETE
71992024-09-01T20:54:20.464Z[ recovery-image] Sep 01 20:54:19.673 INFO O| Sep 01 20:54:19.673 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-09-01T20:54:20.494Z[ recovery-image] Sep 01 20:54:19.702 INFO O| Sep 01 20:54:19.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72012024-09-01T20:54:20.497Z[ recovery-image] Sep 01 20:54:19.702 INFO O| Sep 01 20:54:19.702 INFO STEP 1072 (remove_files) COMPLETE
72022024-09-01T20:54:20.497Z[ recovery-image] Sep 01 20:54:19.703 INFO O| Sep 01 20:54:19.703 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-09-01T20:54:20.514Z[ recovery-image] Sep 01 20:54:19.722 INFO O| Sep 01 20:54:19.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72042024-09-01T20:54:20.514Z[ recovery-image] Sep 01 20:54:19.722 INFO O| Sep 01 20:54:19.722 INFO STEP 1073 (remove_files) COMPLETE
72052024-09-01T20:54:20.516Z[ recovery-image] Sep 01 20:54:19.722 INFO O| Sep 01 20:54:19.722 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-09-01T20:54:20.532Z[ recovery-image] Sep 01 20:54:19.740 INFO O| Sep 01 20:54:19.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72072024-09-01T20:54:20.535Z[ recovery-image] Sep 01 20:54:19.741 INFO O| Sep 01 20:54:19.741 INFO STEP 1074 (remove_files) COMPLETE
72082024-09-01T20:54:20.535Z[ recovery-image] Sep 01 20:54:19.741 INFO O| Sep 01 20:54:19.741 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-09-01T20:54:20.573Z[ recovery-image] Sep 01 20:54:19.781 INFO O| Sep 01 20:54:19.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72102024-09-01T20:54:20.576Z[ recovery-image] Sep 01 20:54:19.781 INFO O| Sep 01 20:54:19.781 INFO STEP 1075 (remove_files) COMPLETE
72112024-09-01T20:54:20.576Z[ recovery-image] Sep 01 20:54:19.781 INFO O| Sep 01 20:54:19.781 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-09-01T20:54:20.633Z[ recovery-image] Sep 01 20:54:19.841 INFO O| Sep 01 20:54:19.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72132024-09-01T20:54:20.633Z[ recovery-image] Sep 01 20:54:19.841 INFO O| Sep 01 20:54:19.841 INFO STEP 1076 (remove_files) COMPLETE
72142024-09-01T20:54:20.636Z[ recovery-image] Sep 01 20:54:19.841 INFO O| Sep 01 20:54:19.841 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-09-01T20:54:20.653Z[ recovery-image] Sep 01 20:54:19.862 INFO O| Sep 01 20:54:19.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72162024-09-01T20:54:20.654Z[ recovery-image] Sep 01 20:54:19.862 INFO O| Sep 01 20:54:19.862 INFO STEP 1077 (remove_files) COMPLETE
72172024-09-01T20:54:20.654Z[ recovery-image] Sep 01 20:54:19.862 INFO O| Sep 01 20:54:19.862 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-09-01T20:54:20.691Z[ recovery-image] Sep 01 20:54:19.899 INFO O| Sep 01 20:54:19.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72192024-09-01T20:54:20.691Z[ recovery-image] Sep 01 20:54:19.899 INFO O| Sep 01 20:54:19.899 INFO STEP 1078 (remove_files) COMPLETE
72202024-09-01T20:54:20.694Z[ recovery-image] Sep 01 20:54:19.899 INFO O| Sep 01 20:54:19.899 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-09-01T20:54:20.725Z[ recovery-image] Sep 01 20:54:19.932 INFO O| Sep 01 20:54:19.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72222024-09-01T20:54:20.725Z[ recovery-image] Sep 01 20:54:19.932 INFO O| Sep 01 20:54:19.932 INFO STEP 1079 (remove_files) COMPLETE
72232024-09-01T20:54:20.725Z[ recovery-image] Sep 01 20:54:19.932 INFO O| Sep 01 20:54:19.932 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-09-01T20:54:20.754Z[ recovery-image] Sep 01 20:54:19.963 INFO O| Sep 01 20:54:19.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72252024-09-01T20:54:20.754Z[ recovery-image] Sep 01 20:54:19.963 INFO O| Sep 01 20:54:19.963 INFO STEP 1080 (remove_files) COMPLETE
72262024-09-01T20:54:20.755Z[ recovery-image] Sep 01 20:54:19.963 INFO O| Sep 01 20:54:19.963 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-09-01T20:54:20.816Z[ recovery-image] Sep 01 20:54:20.024 INFO O| Sep 01 20:54:20.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
72282024-09-01T20:54:20.816Z[ recovery-image] Sep 01 20:54:20.025 INFO O| Sep 01 20:54:20.024 INFO STEP 1081 (remove_files) COMPLETE
72292024-09-01T20:54:20.816Z[ recovery-image] Sep 01 20:54:20.025 INFO O| Sep 01 20:54:20.024 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-09-01T20:54:20.877Z[ recovery-image] Sep 01 20:54:20.085 INFO O| Sep 01 20:54:20.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
72312024-09-01T20:54:20.877Z[ recovery-image] Sep 01 20:54:20.085 INFO O| Sep 01 20:54:20.085 INFO STEP 1082 (remove_files) COMPLETE
72322024-09-01T20:54:20.877Z[ recovery-image] Sep 01 20:54:20.085 INFO O| Sep 01 20:54:20.085 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-09-01T20:54:20.896Z[ recovery-image] Sep 01 20:54:20.105 INFO O| Sep 01 20:54:20.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
72342024-09-01T20:54:20.903Z[ recovery-image] Sep 01 20:54:20.112 INFO O| Sep 01 20:54:20.112 INFO STEP 1083 (remove_files) COMPLETE
72352024-09-01T20:54:20.903Z[ recovery-image] Sep 01 20:54:20.112 INFO O| Sep 01 20:54:20.112 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-09-01T20:54:20.924Z[ recovery-image] Sep 01 20:54:20.132 INFO O| Sep 01 20:54:20.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
72372024-09-01T20:54:20.924Z[ recovery-image] Sep 01 20:54:20.132 INFO O| Sep 01 20:54:20.132 INFO STEP 1084 (remove_files) COMPLETE
72382024-09-01T20:54:20.927Z[ recovery-image] Sep 01 20:54:20.132 INFO O| Sep 01 20:54:20.132 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-09-01T20:54:20.960Z[ recovery-image] Sep 01 20:54:20.168 INFO O| Sep 01 20:54:20.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
72402024-09-01T20:54:20.960Z[ recovery-image] Sep 01 20:54:20.168 INFO O| Sep 01 20:54:20.168 INFO STEP 1085 (remove_files) COMPLETE
72412024-09-01T20:54:20.960Z[ recovery-image] Sep 01 20:54:20.168 INFO O| Sep 01 20:54:20.168 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-09-01T20:54:21.023Z[ recovery-image] Sep 01 20:54:20.231 INFO O| Sep 01 20:54:20.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
72432024-09-01T20:54:21.023Z[ recovery-image] Sep 01 20:54:20.231 INFO O| Sep 01 20:54:20.231 INFO STEP 1086 (remove_files) COMPLETE
72442024-09-01T20:54:21.023Z[ recovery-image] Sep 01 20:54:20.231 INFO O| Sep 01 20:54:20.231 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-09-01T20:54:21.043Z[ recovery-image] Sep 01 20:54:20.251 INFO O| Sep 01 20:54:20.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
72462024-09-01T20:54:21.043Z[ recovery-image] Sep 01 20:54:20.252 INFO O| Sep 01 20:54:20.252 INFO STEP 1087 (remove_files) COMPLETE
72472024-09-01T20:54:21.043Z[ host-image] Sep 01 20:54:20.251 INFO O| Sep 01 20:54:20.251 INFO O| Done
72482024-09-01T20:54:21.046Z[ recovery-image] Sep 01 20:54:20.252 INFO O| Sep 01 20:54:20.252 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-09-01T20:54:21.062Z[ recovery-image] Sep 01 20:54:20.270 INFO O| Sep 01 20:54:20.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
72502024-09-01T20:54:21.062Z[ recovery-image] Sep 01 20:54:20.270 INFO O| Sep 01 20:54:20.270 INFO STEP 1088 (remove_files) COMPLETE
72512024-09-01T20:54:21.065Z[ recovery-image] Sep 01 20:54:20.270 INFO O| Sep 01 20:54:20.270 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-09-01T20:54:21.091Z[ recovery-image] Sep 01 20:54:20.299 INFO O| Sep 01 20:54:20.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
72532024-09-01T20:54:21.091Z[ recovery-image] Sep 01 20:54:20.299 INFO O| Sep 01 20:54:20.299 INFO STEP 1089 (remove_files) COMPLETE
72542024-09-01T20:54:21.094Z[ recovery-image] Sep 01 20:54:20.300 INFO O| Sep 01 20:54:20.299 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-09-01T20:54:21.130Z[ recovery-image] Sep 01 20:54:20.338 INFO O| Sep 01 20:54:20.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
72562024-09-01T20:54:21.132Z[ recovery-image] Sep 01 20:54:20.338 INFO O| Sep 01 20:54:20.338 INFO STEP 1090 (remove_files) COMPLETE
72572024-09-01T20:54:21.132Z[ recovery-image] Sep 01 20:54:20.338 INFO O| Sep 01 20:54:20.338 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-09-01T20:54:21.189Z[ recovery-image] Sep 01 20:54:20.397 INFO O| Sep 01 20:54:20.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
72592024-09-01T20:54:21.191Z[ recovery-image] Sep 01 20:54:20.397 INFO O| Sep 01 20:54:20.397 INFO STEP 1091 (remove_files) COMPLETE
72602024-09-01T20:54:21.191Z[ recovery-image] Sep 01 20:54:20.397 INFO O| Sep 01 20:54:20.397 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-09-01T20:54:21.211Z[ recovery-image] Sep 01 20:54:20.419 INFO O| Sep 01 20:54:20.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
72622024-09-01T20:54:21.211Z[ recovery-image] Sep 01 20:54:20.420 INFO O| Sep 01 20:54:20.419 INFO STEP 1092 (remove_files) COMPLETE
72632024-09-01T20:54:21.215Z[ recovery-image] Sep 01 20:54:20.420 INFO O| Sep 01 20:54:20.420 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-09-01T20:54:21.237Z[ recovery-image] Sep 01 20:54:20.445 INFO O| Sep 01 20:54:20.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
72652024-09-01T20:54:21.240Z[ recovery-image] Sep 01 20:54:20.445 INFO O| Sep 01 20:54:20.445 INFO STEP 1093 (remove_files) COMPLETE
72662024-09-01T20:54:21.240Z[ recovery-image] Sep 01 20:54:20.445 INFO O| Sep 01 20:54:20.445 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-09-01T20:54:21.273Z[ recovery-image] Sep 01 20:54:20.481 INFO O| Sep 01 20:54:20.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
72682024-09-01T20:54:21.273Z[ recovery-image] Sep 01 20:54:20.481 INFO O| Sep 01 20:54:20.481 INFO STEP 1094 (remove_files) COMPLETE
72692024-09-01T20:54:21.273Z[ recovery-image] Sep 01 20:54:20.481 INFO O| Sep 01 20:54:20.481 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-09-01T20:54:21.292Z[ recovery-image] Sep 01 20:54:20.500 INFO O| Sep 01 20:54:20.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72712024-09-01T20:54:21.292Z[ recovery-image] Sep 01 20:54:20.500 INFO O| Sep 01 20:54:20.500 INFO STEP 1095 (remove_files) COMPLETE
72722024-09-01T20:54:21.292Z[ recovery-image] Sep 01 20:54:20.500 INFO O| Sep 01 20:54:20.500 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-09-01T20:54:21.334Z[ recovery-image] Sep 01 20:54:20.542 INFO O| Sep 01 20:54:20.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72742024-09-01T20:54:21.334Z[ recovery-image] Sep 01 20:54:20.542 INFO O| Sep 01 20:54:20.542 INFO STEP 1096 (remove_files) COMPLETE
72752024-09-01T20:54:21.336Z[ recovery-image] Sep 01 20:54:20.542 INFO O| Sep 01 20:54:20.542 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-09-01T20:54:21.381Z[ recovery-image] Sep 01 20:54:20.589 INFO O| Sep 01 20:54:20.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72772024-09-01T20:54:21.381Z[ recovery-image] Sep 01 20:54:20.589 INFO O| Sep 01 20:54:20.589 INFO STEP 1097 (remove_files) COMPLETE
72782024-09-01T20:54:21.384Z[ recovery-image] Sep 01 20:54:20.590 INFO O| Sep 01 20:54:20.589 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-09-01T20:54:21.400Z[ recovery-image] Sep 01 20:54:20.609 INFO O| Sep 01 20:54:20.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
72802024-09-01T20:54:21.400Z[ recovery-image] Sep 01 20:54:20.609 INFO O| Sep 01 20:54:20.609 INFO STEP 1098 (remove_files) COMPLETE
72812024-09-01T20:54:21.403Z[ recovery-image] Sep 01 20:54:20.609 INFO O| Sep 01 20:54:20.609 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-09-01T20:54:21.427Z[ recovery-image] Sep 01 20:54:20.635 INFO O| Sep 01 20:54:20.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72832024-09-01T20:54:21.427Z[ recovery-image] Sep 01 20:54:20.635 INFO O| Sep 01 20:54:20.635 INFO STEP 1099 (remove_files) COMPLETE
72842024-09-01T20:54:21.427Z[ recovery-image] Sep 01 20:54:20.635 INFO O| Sep 01 20:54:20.635 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-09-01T20:54:21.458Z[ recovery-image] Sep 01 20:54:20.666 INFO O| Sep 01 20:54:20.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72862024-09-01T20:54:21.461Z[ recovery-image] Sep 01 20:54:20.667 INFO O| Sep 01 20:54:20.666 INFO STEP 1100 (remove_files) COMPLETE
72872024-09-01T20:54:21.461Z[ recovery-image] Sep 01 20:54:20.667 INFO O| Sep 01 20:54:20.667 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-09-01T20:54:21.480Z[ recovery-image] Sep 01 20:54:20.689 INFO O| Sep 01 20:54:20.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72892024-09-01T20:54:21.483Z[ recovery-image] Sep 01 20:54:20.689 INFO O| Sep 01 20:54:20.689 INFO STEP 1101 (remove_files) COMPLETE
72902024-09-01T20:54:21.483Z[ recovery-image] Sep 01 20:54:20.689 INFO O| Sep 01 20:54:20.689 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-09-01T20:54:21.498Z[ recovery-image] Sep 01 20:54:20.707 INFO O| Sep 01 20:54:20.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72922024-09-01T20:54:21.501Z[ recovery-image] Sep 01 20:54:20.707 INFO O| Sep 01 20:54:20.707 INFO STEP 1102 (remove_files) COMPLETE
72932024-09-01T20:54:21.501Z[ recovery-image] Sep 01 20:54:20.707 INFO O| Sep 01 20:54:20.707 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-09-01T20:54:21.560Z[ recovery-image] Sep 01 20:54:20.768 INFO O| Sep 01 20:54:20.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72952024-09-01T20:54:21.560Z[ recovery-image] Sep 01 20:54:20.768 INFO O| Sep 01 20:54:20.768 INFO STEP 1103 (remove_files) COMPLETE
72962024-09-01T20:54:21.563Z[ recovery-image] Sep 01 20:54:20.768 INFO O| Sep 01 20:54:20.768 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-09-01T20:54:21.598Z[ recovery-image] Sep 01 20:54:20.806 INFO O| Sep 01 20:54:20.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72982024-09-01T20:54:21.598Z[ recovery-image] Sep 01 20:54:20.806 INFO O| Sep 01 20:54:20.806 INFO STEP 1104 (remove_files) COMPLETE
72992024-09-01T20:54:21.598Z[ recovery-image] Sep 01 20:54:20.806 INFO O| Sep 01 20:54:20.806 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-09-01T20:54:21.618Z[ recovery-image] Sep 01 20:54:20.826 INFO O| Sep 01 20:54:20.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73012024-09-01T20:54:21.618Z[ recovery-image] Sep 01 20:54:20.827 INFO O| Sep 01 20:54:20.827 INFO STEP 1105 (remove_files) COMPLETE
73022024-09-01T20:54:21.621Z[ recovery-image] Sep 01 20:54:20.827 INFO O| Sep 01 20:54:20.827 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-09-01T20:54:21.653Z[ recovery-image] Sep 01 20:54:20.861 INFO O| Sep 01 20:54:20.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73042024-09-01T20:54:21.653Z[ recovery-image] Sep 01 20:54:20.861 INFO O| Sep 01 20:54:20.861 INFO STEP 1106 (remove_files) COMPLETE
73052024-09-01T20:54:21.653Z[ recovery-image] Sep 01 20:54:20.861 INFO O| Sep 01 20:54:20.861 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-09-01T20:54:21.671Z[ recovery-image] Sep 01 20:54:20.879 INFO O| Sep 01 20:54:20.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73072024-09-01T20:54:21.671Z[ recovery-image] Sep 01 20:54:20.879 INFO O| Sep 01 20:54:20.879 INFO STEP 1107 (remove_files) COMPLETE
73082024-09-01T20:54:21.673Z[ recovery-image] Sep 01 20:54:20.879 INFO O| Sep 01 20:54:20.879 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-09-01T20:54:21.705Z[ recovery-image] Sep 01 20:54:20.913 INFO O| Sep 01 20:54:20.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73102024-09-01T20:54:21.705Z[ recovery-image] Sep 01 20:54:20.913 INFO O| Sep 01 20:54:20.913 INFO STEP 1108 (remove_files) COMPLETE
73112024-09-01T20:54:21.705Z[ recovery-image] Sep 01 20:54:20.913 INFO O| Sep 01 20:54:20.913 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-09-01T20:54:21.766Z[ recovery-image] Sep 01 20:54:20.974 INFO O| Sep 01 20:54:20.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73132024-09-01T20:54:21.766Z[ recovery-image] Sep 01 20:54:20.974 INFO O| Sep 01 20:54:20.974 INFO STEP 1109 (remove_files) COMPLETE
73142024-09-01T20:54:21.766Z[ recovery-image] Sep 01 20:54:20.974 INFO O| Sep 01 20:54:20.974 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-09-01T20:54:21.786Z[ recovery-image] Sep 01 20:54:20.994 INFO O| Sep 01 20:54:20.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73162024-09-01T20:54:21.786Z[ recovery-image] Sep 01 20:54:20.994 INFO O| Sep 01 20:54:20.994 INFO STEP 1110 (remove_files) COMPLETE
73172024-09-01T20:54:21.786Z[ recovery-image] Sep 01 20:54:20.994 INFO O| Sep 01 20:54:20.994 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-09-01T20:54:21.806Z[ recovery-image] Sep 01 20:54:21.015 INFO O| Sep 01 20:54:21.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73192024-09-01T20:54:21.807Z[ recovery-image] Sep 01 20:54:21.015 INFO O| Sep 01 20:54:21.015 INFO STEP 1111 (remove_files) COMPLETE
73202024-09-01T20:54:21.809Z[ recovery-image] Sep 01 20:54:21.015 INFO O| Sep 01 20:54:21.015 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-09-01T20:54:21.827Z[ recovery-image] Sep 01 20:54:21.035 INFO O| Sep 01 20:54:21.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73222024-09-01T20:54:21.827Z[ recovery-image] Sep 01 20:54:21.035 INFO O| Sep 01 20:54:21.035 INFO STEP 1112 (remove_files) COMPLETE
73232024-09-01T20:54:21.827Z[ recovery-image] Sep 01 20:54:21.035 INFO O| Sep 01 20:54:21.035 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-09-01T20:54:21.864Z[ recovery-image] Sep 01 20:54:21.072 INFO O| Sep 01 20:54:21.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73252024-09-01T20:54:21.864Z[ recovery-image] Sep 01 20:54:21.073 INFO O| Sep 01 20:54:21.072 INFO STEP 1113 (remove_files) COMPLETE
73262024-09-01T20:54:21.864Z[ recovery-image] Sep 01 20:54:21.073 INFO O| Sep 01 20:54:21.073 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-09-01T20:54:21.925Z[ recovery-image] Sep 01 20:54:21.129 INFO O| Sep 01 20:54:21.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
73282024-09-01T20:54:21.925Z[ recovery-image] Sep 01 20:54:21.129 INFO O| Sep 01 20:54:21.129 INFO STEP 1114 (remove_files) COMPLETE
73292024-09-01T20:54:21.925Z[ recovery-image] Sep 01 20:54:21.129 INFO O| Sep 01 20:54:21.129 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-09-01T20:54:21.941Z[ recovery-image] Sep 01 20:54:21.149 INFO O| Sep 01 20:54:21.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
73312024-09-01T20:54:21.941Z[ recovery-image] Sep 01 20:54:21.149 INFO O| Sep 01 20:54:21.149 INFO STEP 1115 (remove_files) COMPLETE
73322024-09-01T20:54:21.941Z[ recovery-image] Sep 01 20:54:21.149 INFO O| Sep 01 20:54:21.149 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-09-01T20:54:21.969Z[ recovery-image] Sep 01 20:54:21.177 INFO O| Sep 01 20:54:21.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
73342024-09-01T20:54:21.969Z[ recovery-image] Sep 01 20:54:21.177 INFO O| Sep 01 20:54:21.177 INFO STEP 1116 (remove_files) COMPLETE
73352024-09-01T20:54:21.969Z[ recovery-image] Sep 01 20:54:21.177 INFO O| Sep 01 20:54:21.177 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-09-01T20:54:21.993Z[ recovery-image] Sep 01 20:54:21.201 INFO O| Sep 01 20:54:21.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
73372024-09-01T20:54:21.993Z[ recovery-image] Sep 01 20:54:21.202 INFO O| Sep 01 20:54:21.202 INFO STEP 1117 (remove_files) COMPLETE
73382024-09-01T20:54:21.993Z[ recovery-image] Sep 01 20:54:21.202 INFO O| Sep 01 20:54:21.202 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-09-01T20:54:22.017Z[ recovery-image] Sep 01 20:54:21.225 INFO O| Sep 01 20:54:21.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
73402024-09-01T20:54:22.017Z[ recovery-image] Sep 01 20:54:21.225 INFO O| Sep 01 20:54:21.225 INFO STEP 1118 (remove_files) COMPLETE
73412024-09-01T20:54:22.019Z[ recovery-image] Sep 01 20:54:21.225 INFO O| Sep 01 20:54:21.225 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-09-01T20:54:22.053Z[ recovery-image] Sep 01 20:54:21.261 INFO O| Sep 01 20:54:21.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
73432024-09-01T20:54:22.053Z[ recovery-image] Sep 01 20:54:21.261 INFO O| Sep 01 20:54:21.261 INFO STEP 1119 (remove_files) COMPLETE
73442024-09-01T20:54:22.053Z[ recovery-image] Sep 01 20:54:21.261 INFO O| Sep 01 20:54:21.261 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-09-01T20:54:22.076Z[ recovery-image] Sep 01 20:54:21.284 INFO O| Sep 01 20:54:21.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
73462024-09-01T20:54:22.076Z[ recovery-image] Sep 01 20:54:21.284 INFO O| Sep 01 20:54:21.284 INFO STEP 1120 (remove_files) COMPLETE
73472024-09-01T20:54:22.079Z[ recovery-image] Sep 01 20:54:21.284 INFO O| Sep 01 20:54:21.284 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-09-01T20:54:22.108Z[ recovery-image] Sep 01 20:54:21.316 INFO O| Sep 01 20:54:21.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
73492024-09-01T20:54:22.110Z[ recovery-image] Sep 01 20:54:21.316 INFO O| Sep 01 20:54:21.316 INFO STEP 1121 (remove_files) COMPLETE
73502024-09-01T20:54:22.110Z[ recovery-image] Sep 01 20:54:21.316 INFO O| Sep 01 20:54:21.316 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-09-01T20:54:22.127Z[ recovery-image] Sep 01 20:54:21.335 INFO O| Sep 01 20:54:21.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
73522024-09-01T20:54:22.129Z[ recovery-image] Sep 01 20:54:21.335 INFO O| Sep 01 20:54:21.335 INFO STEP 1122 (remove_files) COMPLETE
73532024-09-01T20:54:22.130Z[ recovery-image] Sep 01 20:54:21.336 INFO O| Sep 01 20:54:21.336 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-09-01T20:54:22.147Z[ recovery-image] Sep 01 20:54:21.355 INFO O| Sep 01 20:54:21.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
73552024-09-01T20:54:22.149Z[ recovery-image] Sep 01 20:54:21.355 INFO O| Sep 01 20:54:21.355 INFO STEP 1123 (remove_files) COMPLETE
73562024-09-01T20:54:22.149Z[ recovery-image] Sep 01 20:54:21.355 INFO O| Sep 01 20:54:21.355 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-09-01T20:54:22.175Z[ recovery-image] Sep 01 20:54:21.383 INFO O| Sep 01 20:54:21.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
73582024-09-01T20:54:22.178Z[ recovery-image] Sep 01 20:54:21.384 INFO O| Sep 01 20:54:21.383 INFO STEP 1124 (remove_files) COMPLETE
73592024-09-01T20:54:22.178Z[ recovery-image] Sep 01 20:54:21.384 INFO O| Sep 01 20:54:21.384 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-09-01T20:54:22.205Z[ recovery-image] Sep 01 20:54:21.413 INFO O| Sep 01 20:54:21.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
73612024-09-01T20:54:22.205Z[ recovery-image] Sep 01 20:54:21.413 INFO O| Sep 01 20:54:21.413 INFO STEP 1125 (remove_files) COMPLETE
73622024-09-01T20:54:22.208Z[ recovery-image] Sep 01 20:54:21.414 INFO O| Sep 01 20:54:21.413 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-09-01T20:54:22.226Z[ recovery-image] Sep 01 20:54:21.435 INFO O| Sep 01 20:54:21.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
73642024-09-01T20:54:22.226Z[ recovery-image] Sep 01 20:54:21.435 INFO O| Sep 01 20:54:21.435 INFO STEP 1126 (remove_files) COMPLETE
73652024-09-01T20:54:22.229Z[ recovery-image] Sep 01 20:54:21.435 INFO O| Sep 01 20:54:21.435 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-09-01T20:54:22.263Z[ recovery-image] Sep 01 20:54:21.471 INFO O| Sep 01 20:54:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
73672024-09-01T20:54:22.263Z[ recovery-image] Sep 01 20:54:21.471 INFO O| Sep 01 20:54:21.471 INFO STEP 1127 (remove_files) COMPLETE
73682024-09-01T20:54:22.263Z[ recovery-image] Sep 01 20:54:21.471 INFO O| Sep 01 20:54:21.471 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-09-01T20:54:22.293Z[ recovery-image] Sep 01 20:54:21.501 INFO O| Sep 01 20:54:21.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73702024-09-01T20:54:22.293Z[ recovery-image] Sep 01 20:54:21.501 INFO O| Sep 01 20:54:21.501 INFO STEP 1128 (remove_files) COMPLETE
73712024-09-01T20:54:22.293Z[ recovery-image] Sep 01 20:54:21.501 INFO O| Sep 01 20:54:21.501 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-09-01T20:54:22.328Z[ recovery-image] Sep 01 20:54:21.536 INFO O| Sep 01 20:54:21.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73732024-09-01T20:54:22.328Z[ recovery-image] Sep 01 20:54:21.536 INFO O| Sep 01 20:54:21.536 INFO STEP 1129 (remove_files) COMPLETE
73742024-09-01T20:54:22.331Z[ recovery-image] Sep 01 20:54:21.536 INFO O| Sep 01 20:54:21.536 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-09-01T20:54:22.360Z[ recovery-image] Sep 01 20:54:21.568 INFO O| Sep 01 20:54:21.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73762024-09-01T20:54:22.360Z[ recovery-image] Sep 01 20:54:21.568 INFO O| Sep 01 20:54:21.568 INFO STEP 1130 (remove_files) COMPLETE
73772024-09-01T20:54:22.363Z[ recovery-image] Sep 01 20:54:21.568 INFO O| Sep 01 20:54:21.568 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-09-01T20:54:22.381Z[ recovery-image] Sep 01 20:54:21.589 INFO O| Sep 01 20:54:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
73792024-09-01T20:54:22.381Z[ recovery-image] Sep 01 20:54:21.589 INFO O| Sep 01 20:54:21.589 INFO STEP 1131 (remove_files) COMPLETE
73802024-09-01T20:54:22.381Z[ recovery-image] Sep 01 20:54:21.589 INFO O| Sep 01 20:54:21.589 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-09-01T20:54:22.399Z[ recovery-image] Sep 01 20:54:21.607 INFO O| Sep 01 20:54:21.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73822024-09-01T20:54:22.399Z[ recovery-image] Sep 01 20:54:21.607 INFO O| Sep 01 20:54:21.607 INFO STEP 1132 (remove_files) COMPLETE
73832024-09-01T20:54:22.399Z[ recovery-image] Sep 01 20:54:21.607 INFO O| Sep 01 20:54:21.607 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-09-01T20:54:22.419Z[ recovery-image] Sep 01 20:54:21.627 INFO O| Sep 01 20:54:21.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73852024-09-01T20:54:22.419Z[ recovery-image] Sep 01 20:54:21.627 INFO O| Sep 01 20:54:21.627 INFO STEP 1133 (remove_files) COMPLETE
73862024-09-01T20:54:22.419Z[ recovery-image] Sep 01 20:54:21.627 INFO O| Sep 01 20:54:21.627 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-09-01T20:54:22.450Z[ recovery-image] Sep 01 20:54:21.658 INFO O| Sep 01 20:54:21.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73882024-09-01T20:54:22.453Z[ recovery-image] Sep 01 20:54:21.659 INFO O| Sep 01 20:54:21.658 INFO STEP 1134 (remove_files) COMPLETE
73892024-09-01T20:54:22.453Z[ recovery-image] Sep 01 20:54:21.659 INFO O| Sep 01 20:54:21.658 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-09-01T20:54:22.473Z[ recovery-image] Sep 01 20:54:21.681 INFO O| Sep 01 20:54:21.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73912024-09-01T20:54:22.476Z[ recovery-image] Sep 01 20:54:21.681 INFO O| Sep 01 20:54:21.681 INFO STEP 1135 (remove_files) COMPLETE
73922024-09-01T20:54:22.476Z[ recovery-image] Sep 01 20:54:21.681 INFO O| Sep 01 20:54:21.681 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-09-01T20:54:22.518Z[ recovery-image] Sep 01 20:54:21.726 INFO O| Sep 01 20:54:21.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73942024-09-01T20:54:22.518Z[ recovery-image] Sep 01 20:54:21.726 INFO O| Sep 01 20:54:21.726 INFO STEP 1136 (remove_files) COMPLETE
73952024-09-01T20:54:22.518Z[ recovery-image] Sep 01 20:54:21.726 INFO O| Sep 01 20:54:21.726 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-09-01T20:54:22.538Z[ recovery-image] Sep 01 20:54:21.746 INFO O| Sep 01 20:54:21.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73972024-09-01T20:54:22.538Z[ recovery-image] Sep 01 20:54:21.746 INFO O| Sep 01 20:54:21.746 INFO STEP 1137 (remove_files) COMPLETE
73982024-09-01T20:54:22.541Z[ recovery-image] Sep 01 20:54:21.746 INFO O| Sep 01 20:54:21.746 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-09-01T20:54:22.560Z[ recovery-image] Sep 01 20:54:21.768 INFO O| Sep 01 20:54:21.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74002024-09-01T20:54:22.560Z[ recovery-image] Sep 01 20:54:21.768 INFO O| Sep 01 20:54:21.768 INFO STEP 1138 (remove_files) COMPLETE
74012024-09-01T20:54:22.560Z[ recovery-image] Sep 01 20:54:21.768 INFO O| Sep 01 20:54:21.768 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-09-01T20:54:22.582Z[ recovery-image] Sep 01 20:54:21.790 INFO O| Sep 01 20:54:21.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74032024-09-01T20:54:22.582Z[ recovery-image] Sep 01 20:54:21.791 INFO O| Sep 01 20:54:21.791 INFO STEP 1139 (remove_files) COMPLETE
74042024-09-01T20:54:22.582Z[ recovery-image] Sep 01 20:54:21.791 INFO O| Sep 01 20:54:21.791 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-09-01T20:54:22.618Z[ recovery-image] Sep 01 20:54:21.826 INFO O| Sep 01 20:54:21.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74062024-09-01T20:54:22.618Z[ recovery-image] Sep 01 20:54:21.826 INFO O| Sep 01 20:54:21.826 INFO STEP 1140 (remove_files) COMPLETE
74072024-09-01T20:54:22.618Z[ recovery-image] Sep 01 20:54:21.826 INFO O| Sep 01 20:54:21.826 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-09-01T20:54:22.638Z[ recovery-image] Sep 01 20:54:21.846 INFO O| Sep 01 20:54:21.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74092024-09-01T20:54:22.638Z[ recovery-image] Sep 01 20:54:21.846 INFO O| Sep 01 20:54:21.846 INFO STEP 1141 (remove_files) COMPLETE
74102024-09-01T20:54:22.638Z[ recovery-image] Sep 01 20:54:21.846 INFO O| Sep 01 20:54:21.846 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-09-01T20:54:22.674Z[ recovery-image] Sep 01 20:54:21.882 INFO O| Sep 01 20:54:21.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74122024-09-01T20:54:22.674Z[ recovery-image] Sep 01 20:54:21.882 INFO O| Sep 01 20:54:21.882 INFO STEP 1142 (remove_files) COMPLETE
74132024-09-01T20:54:22.674Z[ recovery-image] Sep 01 20:54:21.882 INFO O| Sep 01 20:54:21.882 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-09-01T20:54:22.693Z[ recovery-image] Sep 01 20:54:21.901 INFO O| Sep 01 20:54:21.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74152024-09-01T20:54:22.694Z[ recovery-image] Sep 01 20:54:21.902 INFO O| Sep 01 20:54:21.902 INFO STEP 1143 (remove_files) COMPLETE
74162024-09-01T20:54:22.696Z[ recovery-image] Sep 01 20:54:21.902 INFO O| Sep 01 20:54:21.902 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-09-01T20:54:22.714Z[ recovery-image] Sep 01 20:54:21.921 INFO O| Sep 01 20:54:21.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74182024-09-01T20:54:22.714Z[ recovery-image] Sep 01 20:54:21.921 INFO O| Sep 01 20:54:21.921 INFO STEP 1144 (remove_files) COMPLETE
74192024-09-01T20:54:22.714Z[ recovery-image] Sep 01 20:54:21.921 INFO O| Sep 01 20:54:21.921 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-09-01T20:54:22.749Z[ recovery-image] Sep 01 20:54:21.957 INFO O| Sep 01 20:54:21.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74212024-09-01T20:54:22.753Z[ recovery-image] Sep 01 20:54:21.958 INFO O| Sep 01 20:54:21.958 INFO STEP 1145 (remove_files) COMPLETE
74222024-09-01T20:54:22.753Z[ recovery-image] Sep 01 20:54:21.958 INFO O| Sep 01 20:54:21.958 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-09-01T20:54:22.771Z[ recovery-image] Sep 01 20:54:21.979 INFO O| Sep 01 20:54:21.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74242024-09-01T20:54:22.774Z[ recovery-image] Sep 01 20:54:21.979 INFO O| Sep 01 20:54:21.979 INFO STEP 1146 (remove_files) COMPLETE
74252024-09-01T20:54:22.774Z[ recovery-image] Sep 01 20:54:21.979 INFO O| Sep 01 20:54:21.979 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-09-01T20:54:22.798Z[ recovery-image] Sep 01 20:54:22.006 INFO O| Sep 01 20:54:22.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74272024-09-01T20:54:22.798Z[ recovery-image] Sep 01 20:54:22.006 INFO O| Sep 01 20:54:22.006 INFO STEP 1147 (remove_files) COMPLETE
74282024-09-01T20:54:22.798Z[ recovery-image] Sep 01 20:54:22.006 INFO O| Sep 01 20:54:22.006 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-09-01T20:54:22.822Z[ recovery-image] Sep 01 20:54:22.030 INFO O| Sep 01 20:54:22.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
74302024-09-01T20:54:22.824Z[ recovery-image] Sep 01 20:54:22.030 INFO O| Sep 01 20:54:22.030 INFO STEP 1148 (remove_files) COMPLETE
74312024-09-01T20:54:22.824Z[ recovery-image] Sep 01 20:54:22.030 INFO O| Sep 01 20:54:22.030 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-09-01T20:54:22.844Z[ recovery-image] Sep 01 20:54:22.051 INFO O| Sep 01 20:54:22.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
74332024-09-01T20:54:22.847Z[ recovery-image] Sep 01 20:54:22.051 INFO O| Sep 01 20:54:22.051 INFO STEP 1149 (remove_files) COMPLETE
74342024-09-01T20:54:22.847Z[ recovery-image] Sep 01 20:54:22.052 INFO O| Sep 01 20:54:22.052 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-09-01T20:54:22.863Z[ recovery-image] Sep 01 20:54:22.071 INFO O| Sep 01 20:54:22.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
74362024-09-01T20:54:22.866Z[ recovery-image] Sep 01 20:54:22.072 INFO O| Sep 01 20:54:22.072 INFO STEP 1150 (remove_files) COMPLETE
74372024-09-01T20:54:22.866Z[ recovery-image] Sep 01 20:54:22.072 INFO O| Sep 01 20:54:22.072 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-09-01T20:54:22.882Z[ recovery-image] Sep 01 20:54:22.090 INFO O| Sep 01 20:54:22.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
74392024-09-01T20:54:22.882Z[ recovery-image] Sep 01 20:54:22.090 INFO O| Sep 01 20:54:22.090 INFO STEP 1151 (remove_files) COMPLETE
74402024-09-01T20:54:22.885Z[ recovery-image] Sep 01 20:54:22.091 INFO O| Sep 01 20:54:22.091 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-09-01T20:54:22.922Z[ recovery-image] Sep 01 20:54:22.130 INFO O| Sep 01 20:54:22.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
74422024-09-01T20:54:22.922Z[ recovery-image] Sep 01 20:54:22.130 INFO O| Sep 01 20:54:22.130 INFO STEP 1152 (remove_files) COMPLETE
74432024-09-01T20:54:22.925Z[ recovery-image] Sep 01 20:54:22.130 INFO O| Sep 01 20:54:22.130 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-09-01T20:54:22.942Z[ recovery-image] Sep 01 20:54:22.150 INFO O| Sep 01 20:54:22.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
74452024-09-01T20:54:22.942Z[ recovery-image] Sep 01 20:54:22.150 INFO O| Sep 01 20:54:22.150 INFO STEP 1153 (remove_files) COMPLETE
74462024-09-01T20:54:22.942Z[ recovery-image] Sep 01 20:54:22.150 INFO O| Sep 01 20:54:22.150 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-09-01T20:54:22.998Z[ recovery-image] Sep 01 20:54:22.205 INFO O| Sep 01 20:54:22.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
74482024-09-01T20:54:22.998Z[ recovery-image] Sep 01 20:54:22.205 INFO O| Sep 01 20:54:22.205 INFO STEP 1154 (remove_files) COMPLETE
74492024-09-01T20:54:23.001Z[ recovery-image] Sep 01 20:54:22.205 INFO O| Sep 01 20:54:22.205 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-09-01T20:54:23.036Z[ recovery-image] Sep 01 20:54:22.243 INFO O| Sep 01 20:54:22.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
74512024-09-01T20:54:23.036Z[ recovery-image] Sep 01 20:54:22.243 INFO O| Sep 01 20:54:22.243 INFO STEP 1155 (remove_files) COMPLETE
74522024-09-01T20:54:23.039Z[ recovery-image] Sep 01 20:54:22.244 INFO O| Sep 01 20:54:22.243 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-09-01T20:54:23.077Z[ recovery-image] Sep 01 20:54:22.285 INFO O| Sep 01 20:54:22.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
74542024-09-01T20:54:23.077Z[ recovery-image] Sep 01 20:54:22.285 INFO O| Sep 01 20:54:22.285 INFO STEP 1156 (remove_files) COMPLETE
74552024-09-01T20:54:23.079Z[ recovery-image] Sep 01 20:54:22.285 INFO O| Sep 01 20:54:22.285 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-09-01T20:54:23.136Z[ recovery-image] Sep 01 20:54:22.345 INFO O| Sep 01 20:54:22.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
74572024-09-01T20:54:23.137Z[ recovery-image] Sep 01 20:54:22.345 INFO O| Sep 01 20:54:22.345 INFO STEP 1157 (remove_files) COMPLETE
74582024-09-01T20:54:23.137Z[ recovery-image] Sep 01 20:54:22.345 INFO O| Sep 01 20:54:22.345 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-09-01T20:54:23.168Z[ recovery-image] Sep 01 20:54:22.376 INFO O| Sep 01 20:54:22.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
74602024-09-01T20:54:23.168Z[ recovery-image] Sep 01 20:54:22.376 INFO O| Sep 01 20:54:22.376 INFO STEP 1158 (remove_files) COMPLETE
74612024-09-01T20:54:23.168Z[ recovery-image] Sep 01 20:54:22.376 INFO O| Sep 01 20:54:22.376 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-09-01T20:54:23.191Z[ recovery-image] Sep 01 20:54:22.399 INFO O| Sep 01 20:54:22.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
74632024-09-01T20:54:23.191Z[ recovery-image] Sep 01 20:54:22.399 INFO O| Sep 01 20:54:22.399 INFO STEP 1159 (remove_files) COMPLETE
74642024-09-01T20:54:23.193Z[ recovery-image] Sep 01 20:54:22.399 INFO O| Sep 01 20:54:22.399 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-09-01T20:54:23.232Z[ recovery-image] Sep 01 20:54:22.440 INFO O| Sep 01 20:54:22.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
74662024-09-01T20:54:23.232Z[ recovery-image] Sep 01 20:54:22.440 INFO O| Sep 01 20:54:22.440 INFO STEP 1160 (remove_files) COMPLETE
74672024-09-01T20:54:23.232Z[ recovery-image] Sep 01 20:54:22.440 INFO O| Sep 01 20:54:22.440 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-09-01T20:54:23.274Z[ recovery-image] Sep 01 20:54:22.482 INFO O| Sep 01 20:54:22.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
74692024-09-01T20:54:23.274Z[ recovery-image] Sep 01 20:54:22.482 INFO O| Sep 01 20:54:22.482 INFO STEP 1161 (remove_files) COMPLETE
74702024-09-01T20:54:23.274Z[ recovery-image] Sep 01 20:54:22.482 INFO O| Sep 01 20:54:22.482 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-09-01T20:54:23.314Z[ recovery-image] Sep 01 20:54:22.522 INFO O| Sep 01 20:54:22.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
74722024-09-01T20:54:23.314Z[ recovery-image] Sep 01 20:54:22.522 INFO O| Sep 01 20:54:22.522 INFO STEP 1162 (remove_files) COMPLETE
74732024-09-01T20:54:23.314Z[ recovery-image] Sep 01 20:54:22.522 INFO O| Sep 01 20:54:22.522 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-09-01T20:54:23.375Z[ recovery-image] Sep 01 20:54:22.583 INFO O| Sep 01 20:54:22.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74752024-09-01T20:54:23.375Z[ recovery-image] Sep 01 20:54:22.583 INFO O| Sep 01 20:54:22.583 INFO STEP 1163 (remove_files) COMPLETE
74762024-09-01T20:54:23.378Z[ recovery-image] Sep 01 20:54:22.583 INFO O| Sep 01 20:54:22.583 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-09-01T20:54:23.413Z[ recovery-image] Sep 01 20:54:22.621 INFO O| Sep 01 20:54:22.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74782024-09-01T20:54:23.416Z[ recovery-image] Sep 01 20:54:22.621 INFO O| Sep 01 20:54:22.621 INFO STEP 1164 (remove_files) COMPLETE
74792024-09-01T20:54:23.416Z[ recovery-image] Sep 01 20:54:22.622 INFO O| Sep 01 20:54:22.621 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-09-01T20:54:23.436Z[ recovery-image] Sep 01 20:54:22.644 INFO O| Sep 01 20:54:22.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74812024-09-01T20:54:23.439Z[ recovery-image] Sep 01 20:54:22.644 INFO O| Sep 01 20:54:22.644 INFO STEP 1165 (remove_files) COMPLETE
74822024-09-01T20:54:23.439Z[ recovery-image] Sep 01 20:54:22.645 INFO O| Sep 01 20:54:22.645 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-09-01T20:54:23.488Z[ recovery-image] Sep 01 20:54:22.696 INFO O| Sep 01 20:54:22.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74842024-09-01T20:54:23.491Z[ recovery-image] Sep 01 20:54:22.696 INFO O| Sep 01 20:54:22.696 INFO STEP 1166 (remove_files) COMPLETE
74852024-09-01T20:54:23.492Z[ recovery-image] Sep 01 20:54:22.696 INFO O| Sep 01 20:54:22.696 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-09-01T20:54:23.511Z[ recovery-image] Sep 01 20:54:22.719 INFO O| Sep 01 20:54:22.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74872024-09-01T20:54:23.514Z[ recovery-image] Sep 01 20:54:22.719 INFO O| Sep 01 20:54:22.719 INFO STEP 1167 (remove_files) COMPLETE
74882024-09-01T20:54:23.514Z[ recovery-image] Sep 01 20:54:22.720 INFO O| Sep 01 20:54:22.719 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-09-01T20:54:23.531Z[ recovery-image] Sep 01 20:54:22.739 INFO O| Sep 01 20:54:22.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74902024-09-01T20:54:23.533Z[ recovery-image] Sep 01 20:54:22.739 INFO O| Sep 01 20:54:22.739 INFO STEP 1168 (remove_files) COMPLETE
74912024-09-01T20:54:23.533Z[ recovery-image] Sep 01 20:54:22.739 INFO O| Sep 01 20:54:22.739 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-09-01T20:54:23.557Z[ recovery-image] Sep 01 20:54:22.765 INFO O| Sep 01 20:54:22.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74932024-09-01T20:54:23.557Z[ recovery-image] Sep 01 20:54:22.765 INFO O| Sep 01 20:54:22.765 INFO STEP 1169 (remove_files) COMPLETE
74942024-09-01T20:54:23.557Z[ recovery-image] Sep 01 20:54:22.765 INFO O| Sep 01 20:54:22.765 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-09-01T20:54:23.578Z[ recovery-image] Sep 01 20:54:22.786 INFO O| Sep 01 20:54:22.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74962024-09-01T20:54:23.578Z[ recovery-image] Sep 01 20:54:22.786 INFO O| Sep 01 20:54:22.786 INFO STEP 1170 (remove_files) COMPLETE
74972024-09-01T20:54:23.578Z[ recovery-image] Sep 01 20:54:22.786 INFO O| Sep 01 20:54:22.786 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-09-01T20:54:23.701Z[ recovery-image] Sep 01 20:54:22.815 INFO O| Sep 01 20:54:22.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74992024-09-01T20:54:23.701Z[ recovery-image] Sep 01 20:54:22.815 INFO O| Sep 01 20:54:22.815 INFO STEP 1171 (remove_files) COMPLETE
75002024-09-01T20:54:23.701Z[ recovery-image] Sep 01 20:54:22.815 INFO O| Sep 01 20:54:22.815 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-09-01T20:54:23.704Z[ recovery-image] Sep 01 20:54:22.838 INFO O| Sep 01 20:54:22.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75022024-09-01T20:54:23.705Z[ recovery-image] Sep 01 20:54:22.839 INFO O| Sep 01 20:54:22.838 INFO STEP 1172 (remove_files) COMPLETE
75032024-09-01T20:54:23.705Z[ recovery-image] Sep 01 20:54:22.839 INFO O| Sep 01 20:54:22.838 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-09-01T20:54:23.705Z[ recovery-image] Sep 01 20:54:22.874 INFO O| Sep 01 20:54:22.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75052024-09-01T20:54:23.705Z[ recovery-image] Sep 01 20:54:22.874 INFO O| Sep 01 20:54:22.874 INFO STEP 1173 (remove_files) COMPLETE
75062024-09-01T20:54:23.705Z[ recovery-image] Sep 01 20:54:22.875 INFO O| Sep 01 20:54:22.874 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-09-01T20:54:23.705Z[ recovery-image] Sep 01 20:54:22.910 INFO O| Sep 01 20:54:22.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75082024-09-01T20:54:23.705Z[ recovery-image] Sep 01 20:54:22.910 INFO O| Sep 01 20:54:22.910 INFO STEP 1174 (remove_files) COMPLETE
75092024-09-01T20:54:23.705Z[ recovery-image] Sep 01 20:54:22.910 INFO O| Sep 01 20:54:22.910 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-09-01T20:54:23.722Z[ recovery-image] Sep 01 20:54:22.930 INFO O| Sep 01 20:54:22.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75112024-09-01T20:54:23.725Z[ recovery-image] Sep 01 20:54:22.930 INFO O| Sep 01 20:54:22.930 INFO STEP 1175 (remove_files) COMPLETE
75122024-09-01T20:54:23.725Z[ recovery-image] Sep 01 20:54:22.930 INFO O| Sep 01 20:54:22.930 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-09-01T20:54:23.745Z[ recovery-image] Sep 01 20:54:22.953 INFO O| Sep 01 20:54:22.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75142024-09-01T20:54:23.745Z[ recovery-image] Sep 01 20:54:22.953 INFO O| Sep 01 20:54:22.953 INFO STEP 1176 (remove_files) COMPLETE
75152024-09-01T20:54:23.745Z[ recovery-image] Sep 01 20:54:22.953 INFO O| Sep 01 20:54:22.953 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-09-01T20:54:23.766Z[ recovery-image] Sep 01 20:54:22.974 INFO O| Sep 01 20:54:22.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75172024-09-01T20:54:23.766Z[ recovery-image] Sep 01 20:54:22.974 INFO O| Sep 01 20:54:22.974 INFO STEP 1177 (remove_files) COMPLETE
75182024-09-01T20:54:23.769Z[ recovery-image] Sep 01 20:54:22.975 INFO O| Sep 01 20:54:22.974 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-09-01T20:54:23.786Z[ recovery-image] Sep 01 20:54:22.994 INFO O| Sep 01 20:54:22.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75202024-09-01T20:54:23.786Z[ recovery-image] Sep 01 20:54:22.994 INFO O| Sep 01 20:54:22.994 INFO STEP 1178 (remove_files) COMPLETE
75212024-09-01T20:54:23.786Z[ recovery-image] Sep 01 20:54:22.994 INFO O| Sep 01 20:54:22.994 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-09-01T20:54:23.805Z[ recovery-image] Sep 01 20:54:23.012 INFO O| Sep 01 20:54:23.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75232024-09-01T20:54:23.805Z[ recovery-image] Sep 01 20:54:23.012 INFO O| Sep 01 20:54:23.012 INFO STEP 1179 (remove_files) COMPLETE
75242024-09-01T20:54:23.808Z[ host-image] Sep 01 20:54:23.013 INFO O| Sep 01 20:54:23.013 INFO O| Done
75252024-09-01T20:54:23.808Z[ recovery-image] Sep 01 20:54:23.012 INFO O| Sep 01 20:54:23.012 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-09-01T20:54:23.838Z[ recovery-image] Sep 01 20:54:23.044 INFO O| Sep 01 20:54:23.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75272024-09-01T20:54:23.838Z[ recovery-image] Sep 01 20:54:23.044 INFO O| Sep 01 20:54:23.044 INFO STEP 1180 (remove_files) COMPLETE
75282024-09-01T20:54:23.838Z[ recovery-image] Sep 01 20:54:23.044 INFO O| Sep 01 20:54:23.044 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-09-01T20:54:23.851Z[ host-image] Sep 01 20:54:23.059 INFO O| Sep 01 20:54:23.059 INFO O| Done
75302024-09-01T20:54:23.854Z[ host-image] Sep 01 20:54:23.059 INFO O| Sep 01 20:54:23.059 INFO O| Done
75312024-09-01T20:54:23.875Z[ host-image] Sep 01 20:54:23.083 INFO O| Sep 01 20:54:23.083 INFO O| Done
75322024-09-01T20:54:23.884Z[ recovery-image] Sep 01 20:54:23.092 INFO O| Sep 01 20:54:23.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
75332024-09-01T20:54:23.887Z[ recovery-image] Sep 01 20:54:23.092 INFO O| Sep 01 20:54:23.092 INFO STEP 1181 (remove_files) COMPLETE
75342024-09-01T20:54:23.887Z[ recovery-image] Sep 01 20:54:23.092 INFO O| Sep 01 20:54:23.092 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-09-01T20:54:23.911Z[ recovery-image] Sep 01 20:54:23.119 INFO O| Sep 01 20:54:23.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
75362024-09-01T20:54:23.911Z[ recovery-image] Sep 01 20:54:23.119 INFO O| Sep 01 20:54:23.119 INFO STEP 1182 (remove_files) COMPLETE
75372024-09-01T20:54:23.911Z[ recovery-image] Sep 01 20:54:23.119 INFO O| Sep 01 20:54:23.119 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-09-01T20:54:23.929Z[ recovery-image] Sep 01 20:54:23.137 INFO O| Sep 01 20:54:23.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
75392024-09-01T20:54:23.929Z[ recovery-image] Sep 01 20:54:23.137 INFO O| Sep 01 20:54:23.137 INFO STEP 1183 (remove_files) COMPLETE
75402024-09-01T20:54:23.929Z[ recovery-image] Sep 01 20:54:23.137 INFO O| Sep 01 20:54:23.137 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-09-01T20:54:23.974Z[ recovery-image] Sep 01 20:54:23.182 INFO O| Sep 01 20:54:23.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
75422024-09-01T20:54:23.974Z[ recovery-image] Sep 01 20:54:23.182 INFO O| Sep 01 20:54:23.182 INFO STEP 1184 (remove_files) COMPLETE
75432024-09-01T20:54:23.974Z[ recovery-image] Sep 01 20:54:23.182 INFO O| Sep 01 20:54:23.182 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-09-01T20:54:24.015Z[ recovery-image] Sep 01 20:54:23.223 INFO O| Sep 01 20:54:23.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
75452024-09-01T20:54:24.015Z[ recovery-image] Sep 01 20:54:23.223 INFO O| Sep 01 20:54:23.223 INFO STEP 1185 (remove_files) COMPLETE
75462024-09-01T20:54:24.015Z[ recovery-image] Sep 01 20:54:23.223 INFO O| Sep 01 20:54:23.223 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-09-01T20:54:24.028Z[ host-image] Sep 01 20:54:23.236 INFO O| Sep 01 20:54:23.236 INFO STEP 12 (pkg_install) COMPLETE
75482024-09-01T20:54:24.028Z[ host-image] Sep 01 20:54:23.236 INFO O| Sep 01 20:54:23.236 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75492024-09-01T20:54:24.049Z[ host-image] Sep 01 20:54:23.257 INFO O| Sep 01 20:54:23.257 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
75502024-09-01T20:54:24.124Z[ recovery-image] Sep 01 20:54:23.331 INFO O| Sep 01 20:54:23.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
75512024-09-01T20:54:24.124Z[ recovery-image] Sep 01 20:54:23.332 INFO O| Sep 01 20:54:23.331 INFO STEP 1186 (remove_files) COMPLETE
75522024-09-01T20:54:24.127Z[ recovery-image] Sep 01 20:54:23.332 INFO O| Sep 01 20:54:23.331 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-09-01T20:54:24.152Z[ recovery-image] Sep 01 20:54:23.360 INFO O| Sep 01 20:54:23.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
75542024-09-01T20:54:24.155Z[ recovery-image] Sep 01 20:54:23.361 INFO O| Sep 01 20:54:23.360 INFO STEP 1187 (remove_files) COMPLETE
75552024-09-01T20:54:24.155Z[ recovery-image] Sep 01 20:54:23.361 INFO O| Sep 01 20:54:23.361 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-09-01T20:54:24.171Z[ recovery-image] Sep 01 20:54:23.379 INFO O| Sep 01 20:54:23.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
75572024-09-01T20:54:24.171Z[ recovery-image] Sep 01 20:54:23.379 INFO O| Sep 01 20:54:23.379 INFO STEP 1188 (remove_files) COMPLETE
75582024-09-01T20:54:24.171Z[ recovery-image] Sep 01 20:54:23.379 INFO O| Sep 01 20:54:23.379 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-09-01T20:54:24.192Z[ recovery-image] Sep 01 20:54:23.400 INFO O| Sep 01 20:54:23.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
75602024-09-01T20:54:24.192Z[ recovery-image] Sep 01 20:54:23.400 INFO O| Sep 01 20:54:23.400 INFO STEP 1189 (remove_files) COMPLETE
75612024-09-01T20:54:24.194Z[ recovery-image] Sep 01 20:54:23.400 INFO O| Sep 01 20:54:23.400 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-09-01T20:54:24.216Z[ recovery-image] Sep 01 20:54:23.424 INFO O| Sep 01 20:54:23.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
75632024-09-01T20:54:24.219Z[ recovery-image] Sep 01 20:54:23.425 INFO O| Sep 01 20:54:23.424 INFO STEP 1190 (remove_files) COMPLETE
75642024-09-01T20:54:24.219Z[ recovery-image] Sep 01 20:54:23.425 INFO O| Sep 01 20:54:23.425 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-09-01T20:54:24.251Z[ recovery-image] Sep 01 20:54:23.459 INFO O| Sep 01 20:54:23.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
75662024-09-01T20:54:24.254Z[ recovery-image] Sep 01 20:54:23.459 INFO O| Sep 01 20:54:23.459 INFO STEP 1191 (remove_files) COMPLETE
75672024-09-01T20:54:24.254Z[ recovery-image] Sep 01 20:54:23.460 INFO O| Sep 01 20:54:23.460 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-09-01T20:54:24.271Z[ recovery-image] Sep 01 20:54:23.479 INFO O| Sep 01 20:54:23.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
75692024-09-01T20:54:24.274Z[ recovery-image] Sep 01 20:54:23.479 INFO O| Sep 01 20:54:23.479 INFO STEP 1192 (remove_files) COMPLETE
75702024-09-01T20:54:24.274Z[ recovery-image] Sep 01 20:54:23.479 INFO O| Sep 01 20:54:23.479 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-09-01T20:54:24.306Z[ recovery-image] Sep 01 20:54:23.514 INFO O| Sep 01 20:54:23.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
75722024-09-01T20:54:24.306Z[ recovery-image] Sep 01 20:54:23.514 INFO O| Sep 01 20:54:23.514 INFO STEP 1193 (remove_files) COMPLETE
75732024-09-01T20:54:24.306Z[ recovery-image] Sep 01 20:54:23.514 INFO O| Sep 01 20:54:23.514 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-09-01T20:54:24.326Z[ recovery-image] Sep 01 20:54:23.534 INFO O| Sep 01 20:54:23.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
75752024-09-01T20:54:24.326Z[ recovery-image] Sep 01 20:54:23.535 INFO O| Sep 01 20:54:23.534 INFO STEP 1194 (remove_files) COMPLETE
75762024-09-01T20:54:24.329Z[ recovery-image] Sep 01 20:54:23.535 INFO O| Sep 01 20:54:23.534 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-09-01T20:54:24.344Z[ recovery-image] Sep 01 20:54:23.552 INFO O| Sep 01 20:54:23.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
75782024-09-01T20:54:24.347Z[ recovery-image] Sep 01 20:54:23.552 INFO O| Sep 01 20:54:23.552 INFO STEP 1195 (remove_files) COMPLETE
75792024-09-01T20:54:24.347Z[ recovery-image] Sep 01 20:54:23.552 INFO O| Sep 01 20:54:23.552 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-09-01T20:54:24.361Z[ recovery-image] Sep 01 20:54:23.569 INFO O| Sep 01 20:54:23.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75812024-09-01T20:54:24.361Z[ recovery-image] Sep 01 20:54:23.569 INFO O| Sep 01 20:54:23.569 INFO STEP 1196 (remove_files) COMPLETE
75822024-09-01T20:54:24.361Z[ recovery-image] Sep 01 20:54:23.569 INFO O| Sep 01 20:54:23.569 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-09-01T20:54:24.398Z[ recovery-image] Sep 01 20:54:23.606 INFO O| Sep 01 20:54:23.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75842024-09-01T20:54:24.398Z[ recovery-image] Sep 01 20:54:23.606 INFO O| Sep 01 20:54:23.606 INFO STEP 1197 (remove_files) COMPLETE
75852024-09-01T20:54:24.398Z[ recovery-image] Sep 01 20:54:23.606 INFO O| Sep 01 20:54:23.606 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-09-01T20:54:24.432Z[ recovery-image] Sep 01 20:54:23.639 INFO O| Sep 01 20:54:23.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75872024-09-01T20:54:24.432Z[ recovery-image] Sep 01 20:54:23.639 INFO O| Sep 01 20:54:23.639 INFO STEP 1198 (remove_files) COMPLETE
75882024-09-01T20:54:24.432Z[ recovery-image] Sep 01 20:54:23.639 INFO O| Sep 01 20:54:23.639 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-09-01T20:54:24.474Z[ recovery-image] Sep 01 20:54:23.681 INFO O| Sep 01 20:54:23.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75902024-09-01T20:54:24.474Z[ recovery-image] Sep 01 20:54:23.681 INFO O| Sep 01 20:54:23.681 INFO STEP 1199 (remove_files) COMPLETE
75912024-09-01T20:54:24.474Z[ recovery-image] Sep 01 20:54:23.681 INFO O| Sep 01 20:54:23.681 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-09-01T20:54:24.505Z[ recovery-image] Sep 01 20:54:23.713 INFO O| Sep 01 20:54:23.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75932024-09-01T20:54:24.505Z[ recovery-image] Sep 01 20:54:23.713 INFO O| Sep 01 20:54:23.713 INFO STEP 1200 (remove_files) COMPLETE
75942024-09-01T20:54:24.508Z[ recovery-image] Sep 01 20:54:23.713 INFO O| Sep 01 20:54:23.713 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-09-01T20:54:24.525Z[ recovery-image] Sep 01 20:54:23.733 INFO O| Sep 01 20:54:23.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75962024-09-01T20:54:24.525Z[ recovery-image] Sep 01 20:54:23.733 INFO O| Sep 01 20:54:23.733 INFO STEP 1201 (remove_files) COMPLETE
75972024-09-01T20:54:24.525Z[ recovery-image] Sep 01 20:54:23.733 INFO O| Sep 01 20:54:23.733 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-09-01T20:54:24.545Z[ recovery-image] Sep 01 20:54:23.752 INFO O| Sep 01 20:54:23.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75992024-09-01T20:54:24.545Z[ recovery-image] Sep 01 20:54:23.752 INFO O| Sep 01 20:54:23.752 INFO STEP 1202 (remove_files) COMPLETE
76002024-09-01T20:54:24.545Z[ recovery-image] Sep 01 20:54:23.752 INFO O| Sep 01 20:54:23.752 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-09-01T20:54:24.564Z[ recovery-image] Sep 01 20:54:23.772 INFO O| Sep 01 20:54:23.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76022024-09-01T20:54:24.564Z[ recovery-image] Sep 01 20:54:23.772 INFO O| Sep 01 20:54:23.772 INFO STEP 1203 (remove_files) COMPLETE
76032024-09-01T20:54:24.564Z[ recovery-image] Sep 01 20:54:23.772 INFO O| Sep 01 20:54:23.772 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-09-01T20:54:24.617Z[ recovery-image] Sep 01 20:54:23.825 INFO O| Sep 01 20:54:23.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76052024-09-01T20:54:24.617Z[ recovery-image] Sep 01 20:54:23.825 INFO O| Sep 01 20:54:23.825 INFO STEP 1204 (remove_files) COMPLETE
76062024-09-01T20:54:24.617Z[ recovery-image] Sep 01 20:54:23.825 INFO O| Sep 01 20:54:23.825 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-09-01T20:54:24.660Z[ recovery-image] Sep 01 20:54:23.868 INFO O| Sep 01 20:54:23.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76082024-09-01T20:54:24.660Z[ recovery-image] Sep 01 20:54:23.868 INFO O| Sep 01 20:54:23.868 INFO STEP 1205 (remove_files) COMPLETE
76092024-09-01T20:54:24.660Z[ recovery-image] Sep 01 20:54:23.868 INFO O| Sep 01 20:54:23.868 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76102024-09-01T20:54:24.692Z[ recovery-image] Sep 01 20:54:23.900 INFO O| Sep 01 20:54:23.900 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76112024-09-01T20:54:24.692Z[ recovery-image] Sep 01 20:54:23.900 INFO O| Sep 01 20:54:23.900 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76122024-09-01T20:54:25.142Z[ host-image] Sep 01 20:54:24.350 INFO O| Sep 01 20:54:24.349 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
76132024-09-01T20:54:26.577Z[ recovery-image] Sep 01 20:54:25.784 INFO O| Sep 01 20:54:25.784 INFO STEP 1206 (pack_tar) COMPLETE
76142024-09-01T20:54:26.577Z[ recovery-image] Sep 01 20:54:25.784 INFO O| Sep 01 20:54:25.784 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76152024-09-01T20:54:26.579Z[ recovery-image] Sep 01 20:54:25.784 INFO O| Sep 01 20:54:25.784 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76162024-09-01T20:54:26.822Z[ recovery-image] Sep 01 20:54:26.030 INFO O| Sep 01 20:54:26.030 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76172024-09-01T20:54:26.910Z[ recovery-image] Sep 01 20:54:26.118 INFO O| Sep 01 20:54:26.117 INFO completed processing gimlet/ramdisk-03-recovery-trim
76182024-09-01T20:54:26.920Z[ recovery-image] Sep 01 20:54:26.128 INFO image builder template: zfs-recovery...
76192024-09-01T20:54:26.920Z[ recovery-image] Sep 01 20:54:26.128 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/.tmpEQ75Ar/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
76202024-09-01T20:54:26.976Z[ recovery-image] Sep 01 20:54:26.184 INFO O| Sep 01 20:54:26.183 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76212024-09-01T20:54:27.004Z[ recovery-image] Sep 01 20:54:26.211 INFO O| Sep 01 20:54:26.211 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76222024-09-01T20:54:27.080Z[ recovery-image] Sep 01 20:54:26.288 INFO O| Sep 01 20:54:26.288 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76232024-09-01T20:54:27.210Z[ recovery-image] Sep 01 20:54:26.418 INFO O| Sep 01 20:54:26.418 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76242024-09-01T20:54:27.213Z[ recovery-image] Sep 01 20:54:26.418 INFO O| Sep 01 20:54:26.418 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76252024-09-01T20:54:27.219Z[ recovery-image] Sep 01 20:54:26.427 INFO O| Sep 01 20:54:26.427 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76262024-09-01T20:54:27.324Z[ recovery-image] Sep 01 20:54:26.531 INFO O| Sep 01 20:54:26.531 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76272024-09-01T20:54:27.401Z[ recovery-image] Sep 01 20:54:26.608 INFO O| Sep 01 20:54:26.608 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76282024-09-01T20:54:27.425Z[ recovery-image] Sep 01 20:54:26.632 INFO O| Sep 01 20:54:26.632 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76292024-09-01T20:54:27.432Z[ recovery-image] Sep 01 20:54:26.640 INFO O| Sep 01 20:54:26.640 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76302024-09-01T20:54:27.435Z[ recovery-image] Sep 01 20:54:26.642 INFO O| Sep 01 20:54:26.642 INFO no lofi found
76312024-09-01T20:54:27.435Z[ recovery-image] Sep 01 20:54:26.642 INFO O| Sep 01 20:54:26.642 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76322024-09-01T20:54:27.435Z[ recovery-image] Sep 01 20:54:26.642 INFO O| Sep 01 20:54:26.642 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76332024-09-01T20:54:28.004Z[ host-image] Sep 01 20:54:27.211 INFO O| Sep 01 20:54:27.211 INFO O| Planning: Solver setup ... Done
76342024-09-01T20:54:28.010Z[ host-image] Sep 01 20:54:27.218 INFO O| Sep 01 20:54:27.218 INFO O| Planning: Running solver ... Done
76352024-09-01T20:54:28.119Z[ host-image] Sep 01 20:54:27.327 INFO O| Sep 01 20:54:27.327 INFO O| Planning: Finding local manifests ... Done
76362024-09-01T20:54:28.122Z[ host-image] Sep 01 20:54:27.329 INFO O| Sep 01 20:54:27.329 INFO O| Planning: Fetching manifests: 0/6 0% complete
76372024-09-01T20:54:29.805Z[ recovery-image] Sep 01 20:54:29.012 INFO O| Sep 01 20:54:29.012 INFO lofi device = /dev/dsk/c2t1d0p0
76382024-09-01T20:54:29.805Z[ recovery-image] Sep 01 20:54:29.013 INFO O| Sep 01 20:54:29.012 INFO pool device = /dev/dsk/c2t1d0p0
76392024-09-01T20:54:29.807Z[ recovery-image] Sep 01 20:54:29.013 INFO O| Sep 01 20:54:29.013 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"]
76402024-09-01T20:54:30.046Z[ recovery-image] Sep 01 20:54:29.254 INFO O| Sep 01 20:54:29.254 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76412024-09-01T20:54:30.046Z[ recovery-image] Sep 01 20:54:29.254 INFO O| Sep 01 20:54:29.254 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76422024-09-01T20:54:30.078Z[ recovery-image] Sep 01 20:54:29.285 INFO O| Sep 01 20:54:29.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76432024-09-01T20:54:30.210Z[ recovery-image] Sep 01 20:54:29.417 INFO O| Sep 01 20:54:29.417 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76442024-09-01T20:54:30.269Z[ recovery-image] Sep 01 20:54:29.477 INFO O| Sep 01 20:54:29.477 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76452024-09-01T20:54:30.296Z[ recovery-image] Sep 01 20:54:29.504 INFO O| Sep 01 20:54:29.504 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76462024-09-01T20:54:30.317Z[ recovery-image] Sep 01 20:54:29.524 INFO O| Sep 01 20:54:29.524 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76472024-09-01T20:54:30.408Z[ recovery-image] Sep 01 20:54:29.615 INFO O| Sep 01 20:54:29.615 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76482024-09-01T20:54:30.410Z[ recovery-image] Sep 01 20:54:29.615 INFO O| Sep 01 20:54:29.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76492024-09-01T20:54:30.410Z[ recovery-image] Sep 01 20:54:29.616 INFO O| Sep 01 20:54:29.615 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76502024-09-01T20:54:30.423Z[ recovery-image] Sep 01 20:54:29.630 INFO O| Sep 01 20:54:29.630 INFO boot environment UUID: 63595a17-e714-46de-b045-b67886f50c8b
76512024-09-01T20:54:30.423Z[ recovery-image] Sep 01 20:54:29.630 INFO O| Sep 01 20:54:29.630 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 63595a17-e714-46de-b045-b67886f50c8b
76522024-09-01T20:54:30.461Z[ recovery-image] Sep 01 20:54:29.669 INFO O| Sep 01 20:54:29.669 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
76532024-09-01T20:54:30.524Z[ recovery-image] Sep 01 20:54:29.732 INFO O| Sep 01 20:54:29.732 INFO STEP 0 (create_be) COMPLETE
76542024-09-01T20:54:30.524Z[ recovery-image] Sep 01 20:54:29.732 INFO O| Sep 01 20:54:29.732 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76552024-09-01T20:54:30.554Z[ recovery-image] Sep 01 20:54:29.761 INFO O| Sep 01 20:54:29.761 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"]
76562024-09-01T20:54:31.391Z[ host-image] Sep 01 20:54:30.598 INFO O| Sep 01 20:54:30.598 INFO O| Planning: Fetching manifests: 6/6 100% complete
76572024-09-01T20:54:31.454Z[ host-image] Sep 01 20:54:30.661 INFO O| Sep 01 20:54:30.661 INFO O| Planning: Package planning ... Done
76582024-09-01T20:54:31.490Z[ host-image] Sep 01 20:54:30.698 INFO O| Sep 01 20:54:30.697 INFO O| Planning: Merging actions ... Done
76592024-09-01T20:54:31.675Z[ host-image] Sep 01 20:54:30.882 INFO O| Sep 01 20:54:30.882 INFO O| Planning: Checking for conflicting actions ... Done
76602024-09-01T20:54:31.681Z[ host-image] Sep 01 20:54:30.889 INFO O| Sep 01 20:54:30.889 INFO O| Planning: Consolidating action changes ... Done
76612024-09-01T20:54:32.133Z[ host-image] Sep 01 20:54:31.341 INFO O| Sep 01 20:54:31.340 INFO O| Planning: Evaluating mediators ... Done
76622024-09-01T20:54:32.140Z[ host-image] Sep 01 20:54:31.348 INFO O| Sep 01 20:54:31.348 INFO O| Planning: Planning completed in 7.00 seconds
76632024-09-01T20:54:32.144Z[ host-image] Sep 01 20:54:31.352 INFO O| Sep 01 20:54:31.351 INFO O| Packages to install: 6
76642024-09-01T20:54:32.146Z[ host-image] Sep 01 20:54:31.352 INFO O| Sep 01 20:54:31.352 INFO O| Mediators to change: 1
76652024-09-01T20:54:32.146Z[ host-image] Sep 01 20:54:31.352 INFO O| Sep 01 20:54:31.352 INFO O| Services to change: 1
76662024-09-01T20:54:32.172Z[ host-image] Sep 01 20:54:31.380 INFO O| Sep 01 20:54:31.379 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
76672024-09-01T20:54:37.175Z[ host-image] Sep 01 20:54:36.381 INFO O| Sep 01 20:54:36.381 INFO O| Download: 593/1140 items 2.8/8.4MB 33% complete (582k/s)
76682024-09-01T20:54:37.747Z[ recovery-image] Sep 01 20:54:36.954 INFO O| Sep 01 20:54:36.954 INFO STEP 1 (unpack_tar) COMPLETE
76692024-09-01T20:54:37.747Z[ recovery-image] Sep 01 20:54:36.954 INFO O| Sep 01 20:54:36.954 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76702024-09-01T20:54:37.765Z[ recovery-image] Sep 01 20:54:36.973 INFO O| Sep 01 20:54:36.972 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76712024-09-01T20:54:39.476Z[ recovery-image] Sep 01 20:54:38.683 INFO O| Sep 01 20:54:38.683 INFO STEP 2 (devfsadm) COMPLETE
76722024-09-01T20:54:39.476Z[ recovery-image] Sep 01 20:54:38.683 INFO O| Sep 01 20:54:38.683 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76732024-09-01T20:54:39.494Z[ recovery-image] Sep 01 20:54:38.701 INFO O| Sep 01 20:54:38.701 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76742024-09-01T20:54:39.494Z[ recovery-image] Sep 01 20:54:38.701 INFO O| Sep 01 20:54:38.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76752024-09-01T20:54:39.494Z[ recovery-image] Sep 01 20:54:38.701 INFO O| Sep 01 20:54:38.701 INFO STEP 3 (ensure_dir) COMPLETE
76762024-09-01T20:54:39.497Z[ recovery-image] Sep 01 20:54:38.701 INFO O| Sep 01 20:54:38.701 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76772024-09-01T20:54:39.511Z[ recovery-image] Sep 01 20:54:38.718 INFO O| Sep 01 20:54:38.718 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76782024-09-01T20:54:39.511Z[ recovery-image] Sep 01 20:54:38.718 INFO O| Sep 01 20:54:38.718 INFO STEP 4 (ensure_dir) COMPLETE
76792024-09-01T20:54:39.511Z[ recovery-image] Sep 01 20:54:38.718 INFO O| Sep 01 20:54:38.718 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76802024-09-01T20:54:39.543Z[ recovery-image] Sep 01 20:54:38.750 INFO O| Sep 01 20:54:38.750 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76812024-09-01T20:54:39.543Z[ recovery-image] Sep 01 20:54:38.751 INFO O| Sep 01 20:54:38.750 INFO STEP 5 (ensure_dir) COMPLETE
76822024-09-01T20:54:39.543Z[ recovery-image] Sep 01 20:54:38.751 INFO O| Sep 01 20:54:38.750 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76832024-09-01T20:54:39.577Z[ recovery-image] Sep 01 20:54:38.782 INFO O| Sep 01 20:54:38.782 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76842024-09-01T20:54:39.577Z[ recovery-image] Sep 01 20:54:38.782 INFO O| Sep 01 20:54:38.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76852024-09-01T20:54:39.577Z[ recovery-image] Sep 01 20:54:38.782 INFO O| Sep 01 20:54:38.782 INFO STEP 6 (ensure_dir) COMPLETE
76862024-09-01T20:54:39.579Z[ recovery-image] Sep 01 20:54:38.782 INFO O| Sep 01 20:54:38.782 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76872024-09-01T20:54:39.634Z[ recovery-image] Sep 01 20:54:38.841 INFO O| Sep 01 20:54:38.841 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76882024-09-01T20:54:39.634Z[ recovery-image] Sep 01 20:54:38.841 INFO O| Sep 01 20:54:38.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76892024-09-01T20:54:39.634Z[ recovery-image] Sep 01 20:54:38.841 INFO O| Sep 01 20:54:38.841 INFO STEP 7 (ensure_dir) COMPLETE
76902024-09-01T20:54:39.637Z[ recovery-image] Sep 01 20:54:38.841 INFO O| Sep 01 20:54:38.841 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76912024-09-01T20:54:39.653Z[ recovery-image] Sep 01 20:54:38.860 INFO O| Sep 01 20:54:38.860 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76922024-09-01T20:54:39.655Z[ recovery-image] Sep 01 20:54:38.861 INFO O| Sep 01 20:54:38.861 INFO STEP 8 (remove_files) COMPLETE
76932024-09-01T20:54:39.655Z[ recovery-image] Sep 01 20:54:38.861 INFO O| Sep 01 20:54:38.861 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76942024-09-01T20:54:39.672Z[ recovery-image] Sep 01 20:54:38.879 INFO O| Sep 01 20:54:38.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76952024-09-01T20:54:39.674Z[ recovery-image] Sep 01 20:54:38.880 INFO O| Sep 01 20:54:38.880 INFO STEP 9 (remove_files) COMPLETE
76962024-09-01T20:54:39.674Z[ recovery-image] Sep 01 20:54:38.880 INFO O| Sep 01 20:54:38.880 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76972024-09-01T20:54:39.692Z[ recovery-image] Sep 01 20:54:38.899 INFO O| Sep 01 20:54:38.899 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76982024-09-01T20:54:39.694Z[ recovery-image] Sep 01 20:54:38.901 INFO O| Sep 01 20:54:38.901 INFO STEP 10 (remove_files) COMPLETE
76992024-09-01T20:54:39.694Z[ recovery-image] Sep 01 20:54:38.901 INFO O| Sep 01 20:54:38.901 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77002024-09-01T20:54:39.713Z[ recovery-image] Sep 01 20:54:38.920 INFO O| Sep 01 20:54:38.920 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77012024-09-01T20:54:39.713Z[ recovery-image] Sep 01 20:54:38.920 INFO O| Sep 01 20:54:38.920 INFO STEP 11 (remove_files) COMPLETE
77022024-09-01T20:54:39.715Z[ recovery-image] Sep 01 20:54:38.920 INFO O| Sep 01 20:54:38.920 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77032024-09-01T20:54:39.732Z[ recovery-image] Sep 01 20:54:38.939 INFO O| Sep 01 20:54:38.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77042024-09-01T20:54:39.732Z[ recovery-image] Sep 01 20:54:38.939 INFO O| Sep 01 20:54:38.939 INFO STEP 12 (remove_files) COMPLETE
77052024-09-01T20:54:39.732Z[ recovery-image] Sep 01 20:54:38.939 INFO O| Sep 01 20:54:38.939 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77062024-09-01T20:54:39.784Z[ recovery-image] Sep 01 20:54:38.991 INFO O| Sep 01 20:54:38.991 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77072024-09-01T20:54:39.784Z[ recovery-image] Sep 01 20:54:38.991 INFO O| Sep 01 20:54:38.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77082024-09-01T20:54:39.784Z[ recovery-image] Sep 01 20:54:38.991 INFO O| Sep 01 20:54:38.991 INFO STEP 13 (ensure_dir) COMPLETE
77092024-09-01T20:54:39.784Z[ recovery-image] Sep 01 20:54:38.992 INFO O| Sep 01 20:54:38.991 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77102024-09-01T20:54:39.805Z[ recovery-image] Sep 01 20:54:39.012 INFO O| Sep 01 20:54:39.012 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77112024-09-01T20:54:39.805Z[ recovery-image] Sep 01 20:54:39.012 INFO O| Sep 01 20:54:39.012 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77122024-09-01T20:54:39.808Z[ recovery-image] Sep 01 20:54:39.013 INFO O| Sep 01 20:54:39.013 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77132024-09-01T20:54:39.808Z[ recovery-image] Sep 01 20:54:39.013 INFO O| Sep 01 20:54:39.013 INFO STEP 14 (ensure_dir) COMPLETE
77142024-09-01T20:54:39.808Z[ recovery-image] Sep 01 20:54:39.013 INFO O| Sep 01 20:54:39.013 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77152024-09-01T20:54:39.824Z[ recovery-image] Sep 01 20:54:39.031 INFO O| Sep 01 20:54:39.031 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77162024-09-01T20:54:39.824Z[ recovery-image] Sep 01 20:54:39.031 INFO O| Sep 01 20:54:39.031 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77172024-09-01T20:54:39.824Z[ recovery-image] Sep 01 20:54:39.031 INFO O| Sep 01 20:54:39.031 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77182024-09-01T20:54:39.827Z[ recovery-image] Sep 01 20:54:39.031 INFO O| Sep 01 20:54:39.031 INFO STEP 15 (ensure_dir) COMPLETE
77192024-09-01T20:54:39.827Z[ recovery-image] Sep 01 20:54:39.031 INFO O| Sep 01 20:54:39.031 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77202024-09-01T20:54:39.850Z[ recovery-image] Sep 01 20:54:39.057 INFO O| Sep 01 20:54:39.057 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77212024-09-01T20:54:39.850Z[ recovery-image] Sep 01 20:54:39.057 INFO O| Sep 01 20:54:39.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77222024-09-01T20:54:39.852Z[ recovery-image] Sep 01 20:54:39.057 INFO O| Sep 01 20:54:39.057 INFO STEP 16 (ensure_dir) COMPLETE
77232024-09-01T20:54:39.852Z[ recovery-image] Sep 01 20:54:39.057 INFO O| Sep 01 20:54:39.057 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77242024-09-01T20:54:39.901Z[ recovery-image] Sep 01 20:54:39.108 INFO O| Sep 01 20:54:39.108 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77252024-09-01T20:54:39.901Z[ recovery-image] Sep 01 20:54:39.108 INFO O| Sep 01 20:54:39.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77262024-09-01T20:54:39.901Z[ recovery-image] Sep 01 20:54:39.108 INFO O| Sep 01 20:54:39.108 INFO STEP 17 (ensure_dir) COMPLETE
77272024-09-01T20:54:39.901Z[ recovery-image] Sep 01 20:54:39.108 INFO O| Sep 01 20:54:39.108 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77282024-09-01T20:54:39.935Z[ recovery-image] Sep 01 20:54:39.142 INFO O| Sep 01 20:54:39.142 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77292024-09-01T20:54:39.935Z[ recovery-image] Sep 01 20:54:39.142 INFO O| Sep 01 20:54:39.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77302024-09-01T20:54:39.937Z[ recovery-image] Sep 01 20:54:39.142 INFO O| Sep 01 20:54:39.142 INFO ok!
77312024-09-01T20:54:39.937Z[ recovery-image] Sep 01 20:54:39.142 INFO O| Sep 01 20:54:39.142 INFO STEP 18 (ensure_symlink) COMPLETE
77322024-09-01T20:54:39.938Z[ recovery-image] Sep 01 20:54:39.142 INFO O| Sep 01 20:54:39.142 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77332024-09-01T20:54:39.973Z[ recovery-image] Sep 01 20:54:39.179 INFO O| Sep 01 20:54:39.179 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77342024-09-01T20:54:39.973Z[ recovery-image] Sep 01 20:54:39.179 INFO O| Sep 01 20:54:39.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77352024-09-01T20:54:39.973Z[ recovery-image] Sep 01 20:54:39.179 INFO O| Sep 01 20:54:39.179 INFO ok!
77362024-09-01T20:54:39.973Z[ recovery-image] Sep 01 20:54:39.179 INFO O| Sep 01 20:54:39.179 INFO STEP 19 (ensure_file) COMPLETE
77372024-09-01T20:54:39.973Z[ recovery-image] Sep 01 20:54:39.179 INFO O| Sep 01 20:54:39.179 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77382024-09-01T20:54:39.996Z[ recovery-image] Sep 01 20:54:39.203 INFO O| Sep 01 20:54:39.203 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77392024-09-01T20:54:39.996Z[ recovery-image] Sep 01 20:54:39.203 INFO O| Sep 01 20:54:39.203 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77402024-09-01T20:54:39.999Z[ recovery-image] Sep 01 20:54:39.204 INFO O| Sep 01 20:54:39.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77412024-09-01T20:54:39.999Z[ recovery-image] Sep 01 20:54:39.204 INFO O| Sep 01 20:54:39.204 INFO ok!
77422024-09-01T20:54:39.999Z[ recovery-image] Sep 01 20:54:39.204 INFO O| Sep 01 20:54:39.204 INFO STEP 20 (ensure_symlink) COMPLETE
77432024-09-01T20:54:39.999Z[ recovery-image] Sep 01 20:54:39.204 INFO O| Sep 01 20:54:39.204 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77442024-09-01T20:54:40.112Z[ recovery-image] Sep 01 20:54:39.319 INFO O| Sep 01 20:54:39.319 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77452024-09-01T20:54:40.112Z[ recovery-image] Sep 01 20:54:39.319 INFO O| Sep 01 20:54:39.319 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77462024-09-01T20:54:40.112Z[ recovery-image] Sep 01 20:54:39.319 INFO O| Sep 01 20:54:39.319 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77472024-09-01T20:54:40.115Z[ recovery-image] Sep 01 20:54:39.319 INFO O| Sep 01 20:54:39.319 INFO ok!
77482024-09-01T20:54:40.115Z[ recovery-image] Sep 01 20:54:39.320 INFO O| Sep 01 20:54:39.319 INFO STEP 21 (ensure_symlink) COMPLETE
77492024-09-01T20:54:40.115Z[ recovery-image] Sep 01 20:54:39.320 INFO O| Sep 01 20:54:39.320 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77502024-09-01T20:54:40.132Z[ recovery-image] Sep 01 20:54:39.339 INFO O| Sep 01 20:54:39.339 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77512024-09-01T20:54:40.132Z[ recovery-image] Sep 01 20:54:39.339 INFO O| Sep 01 20:54:39.339 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77522024-09-01T20:54:40.135Z[ recovery-image] Sep 01 20:54:39.340 INFO O| Sep 01 20:54:39.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77532024-09-01T20:54:40.135Z[ recovery-image] Sep 01 20:54:39.340 INFO O| Sep 01 20:54:39.340 INFO ok!
77542024-09-01T20:54:40.135Z[ recovery-image] Sep 01 20:54:39.340 INFO O| Sep 01 20:54:39.340 INFO STEP 22 (ensure_symlink) COMPLETE
77552024-09-01T20:54:40.135Z[ recovery-image] Sep 01 20:54:39.340 INFO O| Sep 01 20:54:39.340 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77562024-09-01T20:54:40.170Z[ recovery-image] Sep 01 20:54:39.377 INFO O| Sep 01 20:54:39.377 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77572024-09-01T20:54:40.170Z[ recovery-image] Sep 01 20:54:39.377 INFO O| Sep 01 20:54:39.377 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77582024-09-01T20:54:40.170Z[ recovery-image] Sep 01 20:54:39.377 INFO O| Sep 01 20:54:39.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77592024-09-01T20:54:40.172Z[ recovery-image] Sep 01 20:54:39.377 INFO O| Sep 01 20:54:39.377 INFO ok!
77602024-09-01T20:54:40.172Z[ recovery-image] Sep 01 20:54:39.377 INFO O| Sep 01 20:54:39.377 INFO STEP 23 (ensure_symlink) COMPLETE
77612024-09-01T20:54:40.172Z[ recovery-image] Sep 01 20:54:39.377 INFO O| Sep 01 20:54:39.377 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77622024-09-01T20:54:40.188Z[ recovery-image] Sep 01 20:54:39.395 INFO O| Sep 01 20:54:39.395 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
77632024-09-01T20:54:40.188Z[ recovery-image] Sep 01 20:54:39.395 INFO O| Sep 01 20:54:39.395 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 ...
77642024-09-01T20:54:40.191Z[ recovery-image] Sep 01 20:54:39.396 INFO O| Sep 01 20:54:39.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
77652024-09-01T20:54:40.191Z[ recovery-image] Sep 01 20:54:39.396 INFO O| Sep 01 20:54:39.396 INFO ok!
77662024-09-01T20:54:40.191Z[ recovery-image] Sep 01 20:54:39.396 INFO O| Sep 01 20:54:39.396 INFO STEP 24 (ensure_file) COMPLETE
77672024-09-01T20:54:40.191Z[ recovery-image] Sep 01 20:54:39.396 INFO O| Sep 01 20:54:39.396 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
77682024-09-01T20:54:40.206Z[ recovery-image] Sep 01 20:54:39.413 INFO O| Sep 01 20:54:39.413 INFO updating shadow file
77692024-09-01T20:54:40.208Z[ recovery-image] Sep 01 20:54:39.413 INFO O| Sep 01 20:54:39.413 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77702024-09-01T20:54:40.208Z[ recovery-image] Sep 01 20:54:39.413 INFO O| Sep 01 20:54:39.413 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77712024-09-01T20:54:40.208Z[ recovery-image] Sep 01 20:54:39.414 INFO O| Sep 01 20:54:39.413 INFO STEP 25 (shadow) COMPLETE
77722024-09-01T20:54:40.208Z[ recovery-image] Sep 01 20:54:39.414 INFO O| Sep 01 20:54:39.414 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77732024-09-01T20:54:40.224Z[ recovery-image] Sep 01 20:54:39.432 INFO O| Sep 01 20:54:39.431 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
77742024-09-01T20:54:40.224Z[ recovery-image] Sep 01 20:54:39.432 INFO O| Sep 01 20:54:39.432 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
77752024-09-01T20:54:40.227Z[ recovery-image] Sep 01 20:54:39.432 INFO O| Sep 01 20:54:39.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
77762024-09-01T20:54:40.227Z[ recovery-image] Sep 01 20:54:39.432 INFO O| Sep 01 20:54:39.432 INFO ok!
77772024-09-01T20:54:40.227Z[ recovery-image] Sep 01 20:54:39.432 INFO O| Sep 01 20:54:39.432 INFO STEP 26 (ensure_file) COMPLETE
77782024-09-01T20:54:40.227Z[ recovery-image] Sep 01 20:54:39.432 INFO O| Sep 01 20:54:39.432 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77792024-09-01T20:54:40.243Z[ recovery-image] Sep 01 20:54:39.451 INFO O| Sep 01 20:54:39.451 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
77802024-09-01T20:54:40.244Z[ recovery-image] Sep 01 20:54:39.451 INFO O| Sep 01 20:54:39.451 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
77812024-09-01T20:54:40.244Z[ recovery-image] Sep 01 20:54:39.451 INFO O| Sep 01 20:54:39.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
77822024-09-01T20:54:40.246Z[ recovery-image] Sep 01 20:54:39.451 INFO O| Sep 01 20:54:39.451 INFO ok!
77832024-09-01T20:54:40.246Z[ recovery-image] Sep 01 20:54:39.451 INFO O| Sep 01 20:54:39.451 INFO STEP 27 (ensure_file) COMPLETE
77842024-09-01T20:54:40.246Z[ recovery-image] Sep 01 20:54:39.451 INFO O| Sep 01 20:54:39.451 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77852024-09-01T20:54:40.283Z[ recovery-image] Sep 01 20:54:39.490 INFO O| Sep 01 20:54:39.490 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
77862024-09-01T20:54:40.284Z[ recovery-image] Sep 01 20:54:39.490 INFO O| Sep 01 20:54:39.490 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
77872024-09-01T20:54:40.284Z[ recovery-image] Sep 01 20:54:39.491 INFO O| Sep 01 20:54:39.491 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77882024-09-01T20:54:40.286Z[ recovery-image] Sep 01 20:54:39.491 INFO O| Sep 01 20:54:39.491 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77892024-09-01T20:54:40.286Z[ recovery-image] Sep 01 20:54:39.491 INFO O| Sep 01 20:54:39.491 INFO ok!
77902024-09-01T20:54:40.286Z[ recovery-image] Sep 01 20:54:39.491 INFO O| Sep 01 20:54:39.491 INFO STEP 28 (ensure_file) COMPLETE
77912024-09-01T20:54:40.286Z[ recovery-image] Sep 01 20:54:39.491 INFO O| Sep 01 20:54:39.491 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77922024-09-01T20:54:40.304Z[ recovery-image] Sep 01 20:54:39.511 INFO O| Sep 01 20:54:39.510 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77932024-09-01T20:54:40.304Z[ recovery-image] Sep 01 20:54:39.511 INFO O| Sep 01 20:54:39.510 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77942024-09-01T20:54:40.304Z[ recovery-image] Sep 01 20:54:39.511 INFO O| Sep 01 20:54:39.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77952024-09-01T20:54:40.306Z[ recovery-image] Sep 01 20:54:39.511 INFO O| Sep 01 20:54:39.511 INFO ok!
77962024-09-01T20:54:40.306Z[ recovery-image] Sep 01 20:54:39.511 INFO O| Sep 01 20:54:39.511 INFO STEP 29 (ensure_file) COMPLETE
77972024-09-01T20:54:40.306Z[ recovery-image] Sep 01 20:54:39.511 INFO O| Sep 01 20:54:39.511 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77982024-09-01T20:54:40.340Z[ recovery-image] Sep 01 20:54:39.547 INFO O| Sep 01 20:54:39.547 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77992024-09-01T20:54:40.340Z[ recovery-image] Sep 01 20:54:39.547 INFO O| Sep 01 20:54:39.547 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78002024-09-01T20:54:40.342Z[ recovery-image] Sep 01 20:54:39.547 INFO O| Sep 01 20:54:39.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78012024-09-01T20:54:40.342Z[ recovery-image] Sep 01 20:54:39.547 INFO O| Sep 01 20:54:39.547 INFO ok!
78022024-09-01T20:54:40.342Z[ recovery-image] Sep 01 20:54:39.547 INFO O| Sep 01 20:54:39.547 INFO STEP 30 (ensure_file) COMPLETE
78032024-09-01T20:54:40.342Z[ recovery-image] Sep 01 20:54:39.547 INFO O| Sep 01 20:54:39.547 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78042024-09-01T20:54:40.359Z[ recovery-image] Sep 01 20:54:39.566 INFO O| Sep 01 20:54:39.566 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78052024-09-01T20:54:40.359Z[ recovery-image] Sep 01 20:54:39.566 INFO O| Sep 01 20:54:39.566 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78062024-09-01T20:54:40.362Z[ recovery-image] Sep 01 20:54:39.566 INFO O| Sep 01 20:54:39.566 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78072024-09-01T20:54:40.362Z[ recovery-image] Sep 01 20:54:39.566 INFO O| Sep 01 20:54:39.566 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78082024-09-01T20:54:40.362Z[ recovery-image] Sep 01 20:54:39.566 INFO O| Sep 01 20:54:39.566 INFO ok!
78092024-09-01T20:54:40.362Z[ recovery-image] Sep 01 20:54:39.566 INFO O| Sep 01 20:54:39.566 INFO STEP 31 (ensure_file) COMPLETE
78102024-09-01T20:54:40.362Z[ recovery-image] Sep 01 20:54:39.566 INFO O| Sep 01 20:54:39.566 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78112024-09-01T20:54:40.377Z[ recovery-image] Sep 01 20:54:39.584 INFO O| Sep 01 20:54:39.584 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78122024-09-01T20:54:40.377Z[ recovery-image] Sep 01 20:54:39.585 INFO O| Sep 01 20:54:39.584 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78132024-09-01T20:54:40.380Z[ recovery-image] Sep 01 20:54:39.585 INFO O| Sep 01 20:54:39.585 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78142024-09-01T20:54:40.380Z[ recovery-image] Sep 01 20:54:39.585 INFO O| Sep 01 20:54:39.585 INFO ok!
78152024-09-01T20:54:40.380Z[ recovery-image] Sep 01 20:54:39.585 INFO O| Sep 01 20:54:39.585 INFO STEP 32 (ensure_file) COMPLETE
78162024-09-01T20:54:40.380Z[ recovery-image] Sep 01 20:54:39.585 INFO O| Sep 01 20:54:39.585 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78172024-09-01T20:54:40.396Z[ recovery-image] Sep 01 20:54:39.603 INFO O| Sep 01 20:54:39.602 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78182024-09-01T20:54:40.396Z[ recovery-image] Sep 01 20:54:39.603 INFO O| Sep 01 20:54:39.603 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78192024-09-01T20:54:40.398Z[ recovery-image] Sep 01 20:54:39.603 INFO O| Sep 01 20:54:39.603 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78202024-09-01T20:54:40.398Z[ recovery-image] Sep 01 20:54:39.603 INFO O| Sep 01 20:54:39.603 INFO ok!
78212024-09-01T20:54:40.398Z[ recovery-image] Sep 01 20:54:39.603 INFO O| Sep 01 20:54:39.603 INFO STEP 33 (ensure_file) COMPLETE
78222024-09-01T20:54:40.398Z[ recovery-image] Sep 01 20:54:39.603 INFO O| Sep 01 20:54:39.603 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78232024-09-01T20:54:40.419Z[ recovery-image] Sep 01 20:54:39.627 INFO O| Sep 01 20:54:39.627 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78242024-09-01T20:54:40.422Z[ recovery-image] Sep 01 20:54:39.627 INFO O| Sep 01 20:54:39.627 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78252024-09-01T20:54:40.422Z[ recovery-image] Sep 01 20:54:39.627 INFO O| Sep 01 20:54:39.627 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78262024-09-01T20:54:40.422Z[ recovery-image] Sep 01 20:54:39.627 INFO O| Sep 01 20:54:39.627 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78272024-09-01T20:54:40.422Z[ recovery-image] Sep 01 20:54:39.627 INFO O| Sep 01 20:54:39.627 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78282024-09-01T20:54:40.422Z[ recovery-image] Sep 01 20:54:39.627 INFO O| Sep 01 20:54:39.627 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78292024-09-01T20:54:40.422Z[ recovery-image] Sep 01 20:54:39.627 INFO O| Sep 01 20:54:39.627 INFO ok!
78302024-09-01T20:54:40.422Z[ recovery-image] Sep 01 20:54:39.627 INFO O| Sep 01 20:54:39.627 INFO STEP 34 (ensure_file) COMPLETE
78312024-09-01T20:54:40.422Z[ recovery-image] Sep 01 20:54:39.627 INFO O| Sep 01 20:54:39.627 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78322024-09-01T20:54:40.431Z[ host-image] Sep 01 20:54:39.638 INFO O| Sep 01 20:54:39.638 INFO O| Download: Completed 8.42 MB in 8.26 seconds (1.0M/s)
78332024-09-01T20:54:40.439Z[ recovery-image] Sep 01 20:54:39.646 INFO O| Sep 01 20:54:39.646 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78342024-09-01T20:54:40.442Z[ recovery-image] Sep 01 20:54:39.646 INFO O| Sep 01 20:54:39.646 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78352024-09-01T20:54:40.442Z[ recovery-image] Sep 01 20:54:39.647 INFO O| Sep 01 20:54:39.646 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78362024-09-01T20:54:40.442Z[ recovery-image] Sep 01 20:54:39.647 INFO O| Sep 01 20:54:39.647 INFO STEP 35 (ensure_dir) COMPLETE
78372024-09-01T20:54:40.442Z[ recovery-image] Sep 01 20:54:39.647 INFO O| Sep 01 20:54:39.647 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78382024-09-01T20:54:40.459Z[ recovery-image] Sep 01 20:54:39.666 INFO O| Sep 01 20:54:39.666 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
78392024-09-01T20:54:40.459Z[ recovery-image] Sep 01 20:54:39.666 INFO O| Sep 01 20:54:39.666 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 ...
78402024-09-01T20:54:40.461Z[ recovery-image] Sep 01 20:54:39.666 INFO O| Sep 01 20:54:39.666 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
78412024-09-01T20:54:40.461Z[ recovery-image] Sep 01 20:54:39.666 INFO O| Sep 01 20:54:39.666 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
78422024-09-01T20:54:40.461Z[ recovery-image] Sep 01 20:54:39.666 INFO O| Sep 01 20:54:39.666 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
78432024-09-01T20:54:40.461Z[ recovery-image] Sep 01 20:54:39.666 INFO O| Sep 01 20:54:39.666 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
78442024-09-01T20:54:40.461Z[ recovery-image] Sep 01 20:54:39.666 INFO O| Sep 01 20:54:39.666 INFO ok!
78452024-09-01T20:54:40.461Z[ recovery-image] Sep 01 20:54:39.667 INFO O| Sep 01 20:54:39.666 INFO STEP 36 (ensure_file) COMPLETE
78462024-09-01T20:54:40.461Z[ recovery-image] Sep 01 20:54:39.667 INFO O| Sep 01 20:54:39.666 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78472024-09-01T20:54:40.480Z[ recovery-image] Sep 01 20:54:39.687 INFO O| Sep 01 20:54:39.687 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78482024-09-01T20:54:40.480Z[ recovery-image] Sep 01 20:54:39.687 INFO O| Sep 01 20:54:39.687 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 ...
78492024-09-01T20:54:40.483Z[ recovery-image] Sep 01 20:54:39.687 INFO O| Sep 01 20:54:39.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78502024-09-01T20:54:40.483Z[ recovery-image] Sep 01 20:54:39.687 INFO O| Sep 01 20:54:39.687 INFO ok!
78512024-09-01T20:54:40.483Z[ recovery-image] Sep 01 20:54:39.687 INFO O| Sep 01 20:54:39.687 INFO STEP 37 (ensure_symlink) COMPLETE
78522024-09-01T20:54:40.483Z[ recovery-image] Sep 01 20:54:39.688 INFO O| Sep 01 20:54:39.687 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78532024-09-01T20:54:40.539Z[ recovery-image] Sep 01 20:54:39.746 INFO O| Sep 01 20:54:39.746 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78542024-09-01T20:54:40.539Z[ recovery-image] Sep 01 20:54:39.746 INFO O| Sep 01 20:54:39.746 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78552024-09-01T20:54:40.539Z[ recovery-image] Sep 01 20:54:39.746 INFO O| Sep 01 20:54:39.746 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78562024-09-01T20:54:40.542Z[ recovery-image] Sep 01 20:54:39.746 INFO O| Sep 01 20:54:39.746 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78572024-09-01T20:54:40.542Z[ recovery-image] Sep 01 20:54:39.746 INFO O| Sep 01 20:54:39.746 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78582024-09-01T20:54:40.542Z[ recovery-image] Sep 01 20:54:39.746 INFO O| Sep 01 20:54:39.746 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78592024-09-01T20:54:40.542Z[ recovery-image] Sep 01 20:54:39.746 INFO O| Sep 01 20:54:39.746 INFO ok!
78602024-09-01T20:54:40.542Z[ recovery-image] Sep 01 20:54:39.746 INFO O| Sep 01 20:54:39.746 INFO STEP 38 (ensure_file) COMPLETE
78612024-09-01T20:54:40.542Z[ recovery-image] Sep 01 20:54:39.746 INFO O| Sep 01 20:54:39.746 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78622024-09-01T20:54:40.593Z[ recovery-image] Sep 01 20:54:39.800 INFO O| Sep 01 20:54:39.800 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
78632024-09-01T20:54:40.593Z[ recovery-image] Sep 01 20:54:39.800 INFO O| Sep 01 20:54:39.800 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 ...
78642024-09-01T20:54:40.596Z[ recovery-image] Sep 01 20:54:39.801 INFO O| Sep 01 20:54:39.800 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
78652024-09-01T20:54:40.596Z[ recovery-image] Sep 01 20:54:39.801 INFO O| Sep 01 20:54:39.801 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
78662024-09-01T20:54:40.596Z[ recovery-image] Sep 01 20:54:39.801 INFO O| Sep 01 20:54:39.801 INFO ok!
78672024-09-01T20:54:40.596Z[ recovery-image] Sep 01 20:54:39.801 INFO O| Sep 01 20:54:39.801 INFO STEP 39 (ensure_file) COMPLETE
78682024-09-01T20:54:40.596Z[ recovery-image] Sep 01 20:54:39.801 INFO O| Sep 01 20:54:39.801 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78692024-09-01T20:54:40.612Z[ recovery-image] Sep 01 20:54:39.819 INFO O| Sep 01 20:54:39.819 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
78702024-09-01T20:54:40.612Z[ recovery-image] Sep 01 20:54:39.819 INFO O| Sep 01 20:54:39.819 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
78712024-09-01T20:54:40.616Z[ recovery-image] Sep 01 20:54:39.820 INFO O| Sep 01 20:54:39.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
78722024-09-01T20:54:40.616Z[ recovery-image] Sep 01 20:54:39.820 INFO O| Sep 01 20:54:39.820 INFO ok!
78732024-09-01T20:54:40.616Z[ recovery-image] Sep 01 20:54:39.820 INFO O| Sep 01 20:54:39.820 INFO STEP 40 (ensure_file) COMPLETE
78742024-09-01T20:54:40.616Z[ recovery-image] Sep 01 20:54:39.820 INFO O| Sep 01 20:54:39.820 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78752024-09-01T20:54:40.631Z[ recovery-image] Sep 01 20:54:39.838 INFO O| Sep 01 20:54:39.838 INFO updating shadow file
78762024-09-01T20:54:40.633Z[ recovery-image] Sep 01 20:54:39.838 INFO O| Sep 01 20:54:39.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78772024-09-01T20:54:40.633Z[ recovery-image] Sep 01 20:54:39.838 INFO O| Sep 01 20:54:39.838 INFO STEP 41 (shadow) COMPLETE
78782024-09-01T20:54:40.633Z[ recovery-image] Sep 01 20:54:39.838 INFO O| Sep 01 20:54:39.838 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78792024-09-01T20:54:40.649Z[ recovery-image] Sep 01 20:54:39.856 INFO O| Sep 01 20:54:39.856 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
78802024-09-01T20:54:40.649Z[ recovery-image] Sep 01 20:54:39.856 INFO O| Sep 01 20:54:39.856 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
78812024-09-01T20:54:40.652Z[ recovery-image] Sep 01 20:54:39.857 INFO O| Sep 01 20:54:39.856 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78822024-09-01T20:54:40.652Z[ recovery-image] Sep 01 20:54:39.857 INFO O| Sep 01 20:54:39.857 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78832024-09-01T20:54:40.652Z[ recovery-image] Sep 01 20:54:39.857 INFO O| Sep 01 20:54:39.857 INFO ok!
78842024-09-01T20:54:40.652Z[ recovery-image] Sep 01 20:54:39.857 INFO O| Sep 01 20:54:39.857 INFO STEP 42 (ensure_file) COMPLETE
78852024-09-01T20:54:40.652Z[ recovery-image] Sep 01 20:54:39.857 INFO O| Sep 01 20:54:39.857 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78862024-09-01T20:54:40.654Z[ host-image] Sep 01 20:54:39.860 INFO O| Sep 01 20:54:39.860 INFO O| Actions: 1/1361 actions (Installing new actions)
78872024-09-01T20:54:40.667Z[ recovery-image] Sep 01 20:54:39.874 INFO O| Sep 01 20:54:39.874 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
78882024-09-01T20:54:40.667Z[ recovery-image] Sep 01 20:54:39.874 INFO O| Sep 01 20:54:39.874 INFO STEP 43 (ensure_dir) COMPLETE
78892024-09-01T20:54:40.667Z[ recovery-image] Sep 01 20:54:39.874 INFO O| Sep 01 20:54:39.874 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78902024-09-01T20:54:40.684Z[ recovery-image] Sep 01 20:54:39.891 INFO O| Sep 01 20:54:39.891 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78912024-09-01T20:54:40.684Z[ recovery-image] Sep 01 20:54:39.891 INFO O| Sep 01 20:54:39.891 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78922024-09-01T20:54:40.684Z[ recovery-image] Sep 01 20:54:39.891 INFO O| Sep 01 20:54:39.891 INFO STEP 44 (ensure_dir) COMPLETE
78932024-09-01T20:54:40.684Z[ recovery-image] Sep 01 20:54:39.891 INFO O| Sep 01 20:54:39.891 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78942024-09-01T20:54:40.702Z[ recovery-image] Sep 01 20:54:39.909 INFO O| Sep 01 20:54:39.909 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78952024-09-01T20:54:40.702Z[ recovery-image] Sep 01 20:54:39.909 INFO O| Sep 01 20:54:39.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78962024-09-01T20:54:40.705Z[ recovery-image] Sep 01 20:54:39.909 INFO O| Sep 01 20:54:39.909 INFO STEP 45 (ensure_dir) COMPLETE
78972024-09-01T20:54:40.705Z[ recovery-image] Sep 01 20:54:39.909 INFO O| Sep 01 20:54:39.909 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78982024-09-01T20:54:40.750Z[ recovery-image] Sep 01 20:54:39.957 INFO O| Sep 01 20:54:39.957 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78992024-09-01T20:54:40.750Z[ recovery-image] Sep 01 20:54:39.957 INFO O| Sep 01 20:54:39.957 INFO copying /tmp/.tmpEQ75Ar/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79002024-09-01T20:54:40.796Z[ recovery-image] Sep 01 20:54:40.003 INFO O| Sep 01 20:54:40.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79012024-09-01T20:54:40.796Z[ recovery-image] Sep 01 20:54:40.003 INFO O| Sep 01 20:54:40.003 INFO ok!
79022024-09-01T20:54:40.796Z[ recovery-image] Sep 01 20:54:40.003 INFO O| Sep 01 20:54:40.003 INFO STEP 46 (ensure_file) COMPLETE
79032024-09-01T20:54:40.796Z[ recovery-image] Sep 01 20:54:40.003 INFO O| Sep 01 20:54:40.003 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79042024-09-01T20:54:40.819Z[ recovery-image] Sep 01 20:54:40.026 INFO O| Sep 01 20:54:40.026 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79052024-09-01T20:54:40.819Z[ recovery-image] Sep 01 20:54:40.026 INFO O| Sep 01 20:54:40.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79062024-09-01T20:54:40.820Z[ recovery-image] Sep 01 20:54:40.026 INFO O| Sep 01 20:54:40.026 INFO STEP 47 (ensure_dir) COMPLETE
79072024-09-01T20:54:40.820Z[ recovery-image] Sep 01 20:54:40.026 INFO O| Sep 01 20:54:40.026 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79082024-09-01T20:54:40.888Z[ recovery-image] Sep 01 20:54:40.095 INFO O| Sep 01 20:54:40.095 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79092024-09-01T20:54:40.888Z[ recovery-image] Sep 01 20:54:40.095 INFO O| Sep 01 20:54:40.095 INFO copying /tmp/.tmpEQ75Ar/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79102024-09-01T20:54:40.888Z[ recovery-image] Sep 01 20:54:40.095 INFO O| Sep 01 20:54:40.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79112024-09-01T20:54:40.890Z[ recovery-image] Sep 01 20:54:40.095 INFO O| Sep 01 20:54:40.095 INFO ok!
79122024-09-01T20:54:40.890Z[ recovery-image] Sep 01 20:54:40.095 INFO O| Sep 01 20:54:40.095 INFO STEP 48 (ensure_file) COMPLETE
79132024-09-01T20:54:40.890Z[ recovery-image] Sep 01 20:54:40.095 INFO O| Sep 01 20:54:40.095 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79142024-09-01T20:54:40.910Z[ recovery-image] Sep 01 20:54:40.117 INFO O| Sep 01 20:54:40.117 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79152024-09-01T20:54:40.910Z[ recovery-image] Sep 01 20:54:40.117 INFO O| Sep 01 20:54:40.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79162024-09-01T20:54:40.912Z[ recovery-image] Sep 01 20:54:40.117 INFO O| Sep 01 20:54:40.117 INFO STEP 49 (ensure_dir) COMPLETE
79172024-09-01T20:54:40.912Z[ recovery-image] Sep 01 20:54:40.117 INFO O| Sep 01 20:54:40.117 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79182024-09-01T20:54:40.938Z[ recovery-image] Sep 01 20:54:40.145 INFO O| Sep 01 20:54:40.145 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79192024-09-01T20:54:40.938Z[ recovery-image] Sep 01 20:54:40.146 INFO O| Sep 01 20:54:40.145 INFO copying /tmp/.tmpEQ75Ar/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79202024-09-01T20:54:40.964Z[ recovery-image] Sep 01 20:54:40.171 INFO O| Sep 01 20:54:40.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79212024-09-01T20:54:40.964Z[ recovery-image] Sep 01 20:54:40.171 INFO O| Sep 01 20:54:40.171 INFO ok!
79222024-09-01T20:54:40.967Z[ recovery-image] Sep 01 20:54:40.171 INFO O| Sep 01 20:54:40.171 INFO STEP 50 (ensure_file) COMPLETE
79232024-09-01T20:54:40.967Z[ recovery-image] Sep 01 20:54:40.171 INFO O| Sep 01 20:54:40.171 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79242024-09-01T20:54:40.982Z[ recovery-image] Sep 01 20:54:40.189 INFO O| Sep 01 20:54:40.189 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79252024-09-01T20:54:40.982Z[ recovery-image] Sep 01 20:54:40.190 INFO O| Sep 01 20:54:40.189 INFO copying /tmp/.tmpEQ75Ar/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79262024-09-01T20:54:41.610Z[ host-image] Sep 01 20:54:40.817 INFO O| Sep 01 20:54:40.817 INFO O| Actions: Completed 1361 actions in 0.96 seconds.
79272024-09-01T20:54:41.666Z[ recovery-image] Sep 01 20:54:40.873 INFO O| Sep 01 20:54:40.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79282024-09-01T20:54:41.666Z[ recovery-image] Sep 01 20:54:40.873 INFO O| Sep 01 20:54:40.873 INFO ok!
79292024-09-01T20:54:41.666Z[ recovery-image] Sep 01 20:54:40.873 INFO O| Sep 01 20:54:40.873 INFO STEP 51 (ensure_file) COMPLETE
79302024-09-01T20:54:41.669Z[ recovery-image] Sep 01 20:54:40.873 INFO O| Sep 01 20:54:40.873 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79312024-09-01T20:54:41.684Z[ recovery-image] Sep 01 20:54:40.891 INFO O| Sep 01 20:54:40.891 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79322024-09-01T20:54:41.687Z[ recovery-image] Sep 01 20:54:40.891 INFO O| Sep 01 20:54:40.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79332024-09-01T20:54:41.687Z[ recovery-image] Sep 01 20:54:40.891 INFO O| Sep 01 20:54:40.891 INFO STEP 52 (ensure_dir) COMPLETE
79342024-09-01T20:54:41.687Z[ recovery-image] Sep 01 20:54:40.892 INFO O| Sep 01 20:54:40.891 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79352024-09-01T20:54:41.701Z[ recovery-image] Sep 01 20:54:40.908 INFO O| Sep 01 20:54:40.908 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79362024-09-01T20:54:41.701Z[ recovery-image] Sep 01 20:54:40.909 INFO O| Sep 01 20:54:40.908 INFO copying /tmp/.tmpEQ75Ar/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 ...
79372024-09-01T20:54:41.704Z[ recovery-image] Sep 01 20:54:40.909 INFO O| Sep 01 20:54:40.909 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
79382024-09-01T20:54:41.704Z[ recovery-image] Sep 01 20:54:40.909 INFO O| Sep 01 20:54:40.909 INFO ok!
79392024-09-01T20:54:41.704Z[ recovery-image] Sep 01 20:54:40.909 INFO O| Sep 01 20:54:40.909 INFO STEP 53 (ensure_file) COMPLETE
79402024-09-01T20:54:41.704Z[ recovery-image] Sep 01 20:54:40.909 INFO O| Sep 01 20:54:40.909 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79412024-09-01T20:54:41.720Z[ recovery-image] Sep 01 20:54:40.927 INFO O| Sep 01 20:54:40.927 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79422024-09-01T20:54:41.720Z[ recovery-image] Sep 01 20:54:40.928 INFO O| Sep 01 20:54:40.927 INFO copying /tmp/.tmpEQ75Ar/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 ...
79432024-09-01T20:54:41.721Z[ recovery-image] Sep 01 20:54:40.928 INFO O| Sep 01 20:54:40.928 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
79442024-09-01T20:54:41.723Z[ recovery-image] Sep 01 20:54:40.928 INFO O| Sep 01 20:54:40.928 INFO ok!
79452024-09-01T20:54:41.723Z[ recovery-image] Sep 01 20:54:40.928 INFO O| Sep 01 20:54:40.928 INFO STEP 54 (ensure_file) COMPLETE
79462024-09-01T20:54:41.723Z[ recovery-image] Sep 01 20:54:40.928 INFO O| Sep 01 20:54:40.928 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79472024-09-01T20:54:41.739Z[ recovery-image] Sep 01 20:54:40.946 INFO O| Sep 01 20:54:40.946 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79482024-09-01T20:54:41.741Z[ recovery-image] Sep 01 20:54:40.946 INFO O| Sep 01 20:54:40.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79492024-09-01T20:54:41.741Z[ recovery-image] Sep 01 20:54:40.946 INFO O| Sep 01 20:54:40.946 INFO STEP 55 (ensure_dir) COMPLETE
79502024-09-01T20:54:41.741Z[ recovery-image] Sep 01 20:54:40.946 INFO O| Sep 01 20:54:40.946 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79512024-09-01T20:54:41.755Z[ recovery-image] Sep 01 20:54:40.962 INFO O| Sep 01 20:54:40.962 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79522024-09-01T20:54:41.755Z[ recovery-image] Sep 01 20:54:40.962 INFO O| Sep 01 20:54:40.962 INFO copying /tmp/.tmpEQ75Ar/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 ...
79532024-09-01T20:54:41.757Z[ recovery-image] Sep 01 20:54:40.962 INFO O| Sep 01 20:54:40.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79542024-09-01T20:54:41.757Z[ recovery-image] Sep 01 20:54:40.962 INFO O| Sep 01 20:54:40.962 INFO ok!
79552024-09-01T20:54:41.757Z[ recovery-image] Sep 01 20:54:40.962 INFO O| Sep 01 20:54:40.962 INFO STEP 56 (ensure_file) COMPLETE
79562024-09-01T20:54:41.757Z[ recovery-image] Sep 01 20:54:40.962 INFO O| Sep 01 20:54:40.962 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79572024-09-01T20:54:41.772Z[ recovery-image] Sep 01 20:54:40.979 INFO O| Sep 01 20:54:40.979 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
79582024-09-01T20:54:41.772Z[ recovery-image] Sep 01 20:54:40.979 INFO O| Sep 01 20:54:40.979 INFO copying /tmp/.tmpEQ75Ar/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 ...
79592024-09-01T20:54:41.775Z[ recovery-image] Sep 01 20:54:40.980 INFO O| Sep 01 20:54:40.979 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
79602024-09-01T20:54:41.775Z[ recovery-image] Sep 01 20:54:40.980 INFO O| Sep 01 20:54:40.979 INFO ok!
79612024-09-01T20:54:41.775Z[ recovery-image] Sep 01 20:54:40.980 INFO O| Sep 01 20:54:40.980 INFO STEP 57 (ensure_file) COMPLETE
79622024-09-01T20:54:41.775Z[ recovery-image] Sep 01 20:54:40.980 INFO O| Sep 01 20:54:40.980 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79632024-09-01T20:54:41.791Z[ recovery-image] Sep 01 20:54:40.998 INFO O| Sep 01 20:54:40.998 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79642024-09-01T20:54:41.791Z[ recovery-image] Sep 01 20:54:40.998 INFO O| Sep 01 20:54:40.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79652024-09-01T20:54:41.791Z[ recovery-image] Sep 01 20:54:40.999 INFO O| Sep 01 20:54:40.998 INFO STEP 58 (ensure_dir) COMPLETE
79662024-09-01T20:54:41.794Z[ recovery-image] Sep 01 20:54:40.999 INFO O| Sep 01 20:54:40.998 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79672024-09-01T20:54:41.807Z[ recovery-image] Sep 01 20:54:41.014 INFO O| Sep 01 20:54:41.014 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
79682024-09-01T20:54:41.807Z[ recovery-image] Sep 01 20:54:41.014 INFO O| Sep 01 20:54:41.014 INFO copying /tmp/.tmpEQ75Ar/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 ...
79692024-09-01T20:54:41.807Z[ recovery-image] Sep 01 20:54:41.014 INFO O| Sep 01 20:54:41.014 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
79702024-09-01T20:54:41.809Z[ recovery-image] Sep 01 20:54:41.014 INFO O| Sep 01 20:54:41.014 INFO ok!
79712024-09-01T20:54:41.809Z[ recovery-image] Sep 01 20:54:41.014 INFO O| Sep 01 20:54:41.014 INFO STEP 59 (ensure_file) COMPLETE
79722024-09-01T20:54:41.809Z[ recovery-image] Sep 01 20:54:41.014 INFO O| Sep 01 20:54:41.014 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79732024-09-01T20:54:41.822Z[ recovery-image] Sep 01 20:54:41.029 INFO O| Sep 01 20:54:41.029 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
79742024-09-01T20:54:41.822Z[ recovery-image] Sep 01 20:54:41.029 INFO O| Sep 01 20:54:41.029 INFO copying /tmp/.tmpEQ75Ar/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
79752024-09-01T20:54:41.825Z[ recovery-image] Sep 01 20:54:41.030 INFO O| Sep 01 20:54:41.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
79762024-09-01T20:54:41.825Z[ recovery-image] Sep 01 20:54:41.030 INFO O| Sep 01 20:54:41.030 INFO ok!
79772024-09-01T20:54:41.825Z[ recovery-image] Sep 01 20:54:41.030 INFO O| Sep 01 20:54:41.030 INFO STEP 60 (ensure_file) COMPLETE
79782024-09-01T20:54:41.825Z[ recovery-image] Sep 01 20:54:41.030 INFO O| Sep 01 20:54:41.030 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79792024-09-01T20:54:41.842Z[ recovery-image] Sep 01 20:54:41.049 INFO O| Sep 01 20:54:41.049 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
79802024-09-01T20:54:41.842Z[ recovery-image] Sep 01 20:54:41.049 INFO O| Sep 01 20:54:41.049 INFO STEP 61 (ensure_dir) COMPLETE
79812024-09-01T20:54:41.842Z[ recovery-image] Sep 01 20:54:41.049 INFO O| Sep 01 20:54:41.049 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79822024-09-01T20:54:41.863Z[ recovery-image] Sep 01 20:54:41.070 INFO O| Sep 01 20:54:41.069 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
79832024-09-01T20:54:41.863Z[ recovery-image] Sep 01 20:54:41.070 INFO O| Sep 01 20:54:41.069 INFO STEP 62 (ensure_dir) COMPLETE
79842024-09-01T20:54:41.863Z[ recovery-image] Sep 01 20:54:41.070 INFO O| Sep 01 20:54:41.070 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79852024-09-01T20:54:41.882Z[ recovery-image] Sep 01 20:54:41.089 INFO O| Sep 01 20:54:41.089 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
79862024-09-01T20:54:41.882Z[ recovery-image] Sep 01 20:54:41.089 INFO O| Sep 01 20:54:41.089 INFO STEP 63 (ensure_dir) COMPLETE
79872024-09-01T20:54:41.885Z[ recovery-image] Sep 01 20:54:41.089 INFO O| Sep 01 20:54:41.089 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79882024-09-01T20:54:41.895Z[ recovery-image] Sep 01 20:54:41.103 INFO O| Sep 01 20:54:41.102 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
79892024-09-01T20:54:41.895Z[ recovery-image] Sep 01 20:54:41.103 INFO O| Sep 01 20:54:41.103 INFO STEP 64 (ensure_dir) COMPLETE
79902024-09-01T20:54:41.898Z[ recovery-image] Sep 01 20:54:41.103 INFO O| Sep 01 20:54:41.103 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79912024-09-01T20:54:41.913Z[ recovery-image] Sep 01 20:54:41.120 INFO O| Sep 01 20:54:41.120 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
79922024-09-01T20:54:41.913Z[ recovery-image] Sep 01 20:54:41.120 INFO O| Sep 01 20:54:41.120 INFO copying /tmp/.tmpEQ75Ar/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79932024-09-01T20:54:41.916Z[ recovery-image] Sep 01 20:54:41.120 INFO O| Sep 01 20:54:41.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79942024-09-01T20:54:41.916Z[ recovery-image] Sep 01 20:54:41.120 INFO O| Sep 01 20:54:41.120 INFO ok!
79952024-09-01T20:54:41.916Z[ recovery-image] Sep 01 20:54:41.120 INFO O| Sep 01 20:54:41.120 INFO STEP 65 (ensure_file) COMPLETE
79962024-09-01T20:54:41.916Z[ recovery-image] Sep 01 20:54:41.120 INFO O| Sep 01 20:54:41.120 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79972024-09-01T20:54:41.930Z[ recovery-image] Sep 01 20:54:41.137 INFO O| Sep 01 20:54:41.137 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79982024-09-01T20:54:41.933Z[ recovery-image] Sep 01 20:54:41.138 INFO O| Sep 01 20:54:41.138 INFO STEP 66 (remove_files) COMPLETE
79992024-09-01T20:54:41.933Z[ recovery-image] Sep 01 20:54:41.138 INFO O| Sep 01 20:54:41.138 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80002024-09-01T20:54:41.933Z[ host-image] Sep 01 20:54:41.140 INFO O| Sep 01 20:54:41.140 INFO O| Done
80012024-09-01T20:54:41.933Z[ host-image] Sep 01 20:54:41.140 INFO O| Sep 01 20:54:41.140 INFO O| Done
80022024-09-01T20:54:41.948Z[ recovery-image] Sep 01 20:54:41.155 INFO O| Sep 01 20:54:41.155 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80032024-09-01T20:54:41.950Z[ recovery-image] Sep 01 20:54:41.155 INFO O| Sep 01 20:54:41.155 INFO STEP 67 (remove_files) COMPLETE
80042024-09-01T20:54:41.950Z[ recovery-image] Sep 01 20:54:41.155 INFO O| Sep 01 20:54:41.155 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80052024-09-01T20:54:41.963Z[ recovery-image] Sep 01 20:54:41.170 INFO O| Sep 01 20:54:41.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80062024-09-01T20:54:41.966Z[ recovery-image] Sep 01 20:54:41.170 INFO O| Sep 01 20:54:41.170 INFO STEP 68 (remove_files) COMPLETE
80072024-09-01T20:54:41.966Z[ recovery-image] Sep 01 20:54:41.170 INFO O| Sep 01 20:54:41.170 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80082024-09-01T20:54:41.980Z[ recovery-image] Sep 01 20:54:41.187 INFO O| Sep 01 20:54:41.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80092024-09-01T20:54:41.983Z[ recovery-image] Sep 01 20:54:41.187 INFO O| Sep 01 20:54:41.187 INFO STEP 69 (remove_files) COMPLETE
80102024-09-01T20:54:41.984Z[ recovery-image] Sep 01 20:54:41.187 INFO O| Sep 01 20:54:41.187 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80112024-09-01T20:54:41.993Z[ recovery-image] Sep 01 20:54:41.200 INFO O| Sep 01 20:54:41.200 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80122024-09-01T20:54:41.995Z[ recovery-image] Sep 01 20:54:41.200 INFO O| Sep 01 20:54:41.200 INFO STEP 70 (remove_files) COMPLETE
80132024-09-01T20:54:41.995Z[ recovery-image] Sep 01 20:54:41.200 INFO O| Sep 01 20:54:41.200 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80142024-09-01T20:54:42.006Z[ recovery-image] Sep 01 20:54:41.213 INFO O| Sep 01 20:54:41.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80152024-09-01T20:54:42.008Z[ recovery-image] Sep 01 20:54:41.213 INFO O| Sep 01 20:54:41.213 INFO STEP 71 (remove_files) COMPLETE
80162024-09-01T20:54:42.008Z[ recovery-image] Sep 01 20:54:41.213 INFO O| Sep 01 20:54:41.213 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80172024-09-01T20:54:42.020Z[ recovery-image] Sep 01 20:54:41.228 INFO O| Sep 01 20:54:41.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80182024-09-01T20:54:42.020Z[ recovery-image] Sep 01 20:54:41.228 INFO O| Sep 01 20:54:41.228 INFO STEP 72 (remove_files) COMPLETE
80192024-09-01T20:54:42.021Z[ recovery-image] Sep 01 20:54:41.228 INFO O| Sep 01 20:54:41.228 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80202024-09-01T20:54:42.034Z[ recovery-image] Sep 01 20:54:41.241 INFO O| Sep 01 20:54:41.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80212024-09-01T20:54:42.034Z[ recovery-image] Sep 01 20:54:41.241 INFO O| Sep 01 20:54:41.241 INFO STEP 73 (remove_files) COMPLETE
80222024-09-01T20:54:42.034Z[ recovery-image] Sep 01 20:54:41.241 INFO O| Sep 01 20:54:41.241 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80232024-09-01T20:54:42.048Z[ recovery-image] Sep 01 20:54:41.254 INFO O| Sep 01 20:54:41.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80242024-09-01T20:54:42.048Z[ recovery-image] Sep 01 20:54:41.254 INFO O| Sep 01 20:54:41.254 INFO STEP 74 (remove_files) COMPLETE
80252024-09-01T20:54:42.048Z[ recovery-image] Sep 01 20:54:41.254 INFO O| Sep 01 20:54:41.254 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80262024-09-01T20:54:42.059Z[ recovery-image] Sep 01 20:54:41.266 INFO O| Sep 01 20:54:41.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80272024-09-01T20:54:42.062Z[ recovery-image] Sep 01 20:54:41.266 INFO O| Sep 01 20:54:41.266 INFO STEP 75 (remove_files) COMPLETE
80282024-09-01T20:54:42.062Z[ recovery-image] Sep 01 20:54:41.266 INFO O| Sep 01 20:54:41.266 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80292024-09-01T20:54:42.073Z[ recovery-image] Sep 01 20:54:41.281 INFO O| Sep 01 20:54:41.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80302024-09-01T20:54:42.073Z[ recovery-image] Sep 01 20:54:41.281 INFO O| Sep 01 20:54:41.281 INFO STEP 76 (remove_files) COMPLETE
80312024-09-01T20:54:42.073Z[ recovery-image] Sep 01 20:54:41.281 INFO O| Sep 01 20:54:41.281 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80322024-09-01T20:54:42.085Z[ recovery-image] Sep 01 20:54:41.292 INFO O| Sep 01 20:54:41.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80332024-09-01T20:54:42.085Z[ recovery-image] Sep 01 20:54:41.292 INFO O| Sep 01 20:54:41.292 INFO STEP 77 (remove_files) COMPLETE
80342024-09-01T20:54:42.087Z[ recovery-image] Sep 01 20:54:41.292 INFO O| Sep 01 20:54:41.292 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80352024-09-01T20:54:42.096Z[ recovery-image] Sep 01 20:54:41.304 INFO O| Sep 01 20:54:41.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80362024-09-01T20:54:42.096Z[ recovery-image] Sep 01 20:54:41.304 INFO O| Sep 01 20:54:41.304 INFO STEP 78 (remove_files) COMPLETE
80372024-09-01T20:54:42.099Z[ recovery-image] Sep 01 20:54:41.304 INFO O| Sep 01 20:54:41.304 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80382024-09-01T20:54:42.107Z[ recovery-image] Sep 01 20:54:41.314 INFO O| Sep 01 20:54:41.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80392024-09-01T20:54:42.107Z[ recovery-image] Sep 01 20:54:41.314 INFO O| Sep 01 20:54:41.314 INFO STEP 79 (remove_files) COMPLETE
80402024-09-01T20:54:42.107Z[ recovery-image] Sep 01 20:54:41.314 INFO O| Sep 01 20:54:41.314 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80412024-09-01T20:54:42.120Z[ recovery-image] Sep 01 20:54:41.327 INFO O| Sep 01 20:54:41.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80422024-09-01T20:54:42.120Z[ recovery-image] Sep 01 20:54:41.327 INFO O| Sep 01 20:54:41.327 INFO STEP 80 (remove_files) COMPLETE
80432024-09-01T20:54:42.123Z[ recovery-image] Sep 01 20:54:41.327 INFO O| Sep 01 20:54:41.327 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80442024-09-01T20:54:42.130Z[ recovery-image] Sep 01 20:54:41.337 INFO O| Sep 01 20:54:41.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80452024-09-01T20:54:42.130Z[ recovery-image] Sep 01 20:54:41.337 INFO O| Sep 01 20:54:41.337 INFO STEP 81 (remove_files) COMPLETE
80462024-09-01T20:54:42.130Z[ recovery-image] Sep 01 20:54:41.337 INFO O| Sep 01 20:54:41.337 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80472024-09-01T20:54:42.140Z[ recovery-image] Sep 01 20:54:41.348 INFO O| Sep 01 20:54:41.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80482024-09-01T20:54:42.140Z[ recovery-image] Sep 01 20:54:41.348 INFO O| Sep 01 20:54:41.348 INFO STEP 82 (remove_files) COMPLETE
80492024-09-01T20:54:42.143Z[ recovery-image] Sep 01 20:54:41.348 INFO O| Sep 01 20:54:41.348 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80502024-09-01T20:54:42.150Z[ recovery-image] Sep 01 20:54:41.358 INFO O| Sep 01 20:54:41.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80512024-09-01T20:54:42.151Z[ recovery-image] Sep 01 20:54:41.358 INFO O| Sep 01 20:54:41.358 INFO STEP 83 (remove_files) COMPLETE
80522024-09-01T20:54:42.151Z[ recovery-image] Sep 01 20:54:41.358 INFO O| Sep 01 20:54:41.358 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80532024-09-01T20:54:42.161Z[ recovery-image] Sep 01 20:54:41.368 INFO O| Sep 01 20:54:41.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80542024-09-01T20:54:42.161Z[ recovery-image] Sep 01 20:54:41.369 INFO O| Sep 01 20:54:41.369 INFO STEP 84 (remove_files) COMPLETE
80552024-09-01T20:54:42.164Z[ recovery-image] Sep 01 20:54:41.369 INFO O| Sep 01 20:54:41.369 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80562024-09-01T20:54:42.174Z[ recovery-image] Sep 01 20:54:41.381 INFO O| Sep 01 20:54:41.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80572024-09-01T20:54:42.174Z[ recovery-image] Sep 01 20:54:41.381 INFO O| Sep 01 20:54:41.381 INFO STEP 85 (remove_files) COMPLETE
80582024-09-01T20:54:42.177Z[ recovery-image] Sep 01 20:54:41.381 INFO O| Sep 01 20:54:41.381 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80592024-09-01T20:54:42.188Z[ recovery-image] Sep 01 20:54:41.395 INFO O| Sep 01 20:54:41.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
80602024-09-01T20:54:42.188Z[ recovery-image] Sep 01 20:54:41.395 INFO O| Sep 01 20:54:41.395 INFO STEP 86 (remove_files) COMPLETE
80612024-09-01T20:54:42.188Z[ recovery-image] Sep 01 20:54:41.395 INFO O| Sep 01 20:54:41.395 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80622024-09-01T20:54:42.198Z[ recovery-image] Sep 01 20:54:41.406 INFO O| Sep 01 20:54:41.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
80632024-09-01T20:54:42.201Z[ recovery-image] Sep 01 20:54:41.406 INFO O| Sep 01 20:54:41.406 INFO STEP 87 (remove_files) COMPLETE
80642024-09-01T20:54:42.201Z[ recovery-image] Sep 01 20:54:41.406 INFO O| Sep 01 20:54:41.406 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80652024-09-01T20:54:42.209Z[ recovery-image] Sep 01 20:54:41.416 INFO O| Sep 01 20:54:41.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
80662024-09-01T20:54:42.209Z[ recovery-image] Sep 01 20:54:41.416 INFO O| Sep 01 20:54:41.416 INFO STEP 88 (remove_files) COMPLETE
80672024-09-01T20:54:42.209Z[ recovery-image] Sep 01 20:54:41.416 INFO O| Sep 01 20:54:41.416 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80682024-09-01T20:54:42.223Z[ recovery-image] Sep 01 20:54:41.430 INFO O| Sep 01 20:54:41.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
80692024-09-01T20:54:42.223Z[ recovery-image] Sep 01 20:54:41.431 INFO O| Sep 01 20:54:41.431 INFO STEP 89 (remove_files) COMPLETE
80702024-09-01T20:54:42.226Z[ recovery-image] Sep 01 20:54:41.431 INFO O| Sep 01 20:54:41.431 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80712024-09-01T20:54:42.237Z[ recovery-image] Sep 01 20:54:41.443 INFO O| Sep 01 20:54:41.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
80722024-09-01T20:54:42.237Z[ recovery-image] Sep 01 20:54:41.443 INFO O| Sep 01 20:54:41.443 INFO STEP 90 (remove_files) COMPLETE
80732024-09-01T20:54:42.239Z[ recovery-image] Sep 01 20:54:41.444 INFO O| Sep 01 20:54:41.443 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80742024-09-01T20:54:42.247Z[ recovery-image] Sep 01 20:54:41.454 INFO O| Sep 01 20:54:41.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
80752024-09-01T20:54:42.247Z[ recovery-image] Sep 01 20:54:41.455 INFO O| Sep 01 20:54:41.454 INFO STEP 91 (remove_files) COMPLETE
80762024-09-01T20:54:42.247Z[ recovery-image] Sep 01 20:54:41.455 INFO O| Sep 01 20:54:41.455 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80772024-09-01T20:54:42.259Z[ recovery-image] Sep 01 20:54:41.466 INFO O| Sep 01 20:54:41.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
80782024-09-01T20:54:42.259Z[ recovery-image] Sep 01 20:54:41.466 INFO O| Sep 01 20:54:41.466 INFO STEP 92 (remove_files) COMPLETE
80792024-09-01T20:54:42.259Z[ recovery-image] Sep 01 20:54:41.466 INFO O| Sep 01 20:54:41.466 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80802024-09-01T20:54:42.269Z[ recovery-image] Sep 01 20:54:41.476 INFO O| Sep 01 20:54:41.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
80812024-09-01T20:54:42.271Z[ recovery-image] Sep 01 20:54:41.476 INFO O| Sep 01 20:54:41.476 INFO STEP 93 (remove_files) COMPLETE
80822024-09-01T20:54:42.271Z[ recovery-image] Sep 01 20:54:41.476 INFO O| Sep 01 20:54:41.476 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80832024-09-01T20:54:42.279Z[ recovery-image] Sep 01 20:54:41.487 INFO O| Sep 01 20:54:41.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
80842024-09-01T20:54:42.279Z[ recovery-image] Sep 01 20:54:41.487 INFO O| Sep 01 20:54:41.487 INFO STEP 94 (remove_files) COMPLETE
80852024-09-01T20:54:42.280Z[ recovery-image] Sep 01 20:54:41.487 INFO O| Sep 01 20:54:41.487 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80862024-09-01T20:54:42.295Z[ recovery-image] Sep 01 20:54:41.502 INFO O| Sep 01 20:54:41.502 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
80872024-09-01T20:54:42.297Z[ recovery-image] Sep 01 20:54:41.502 INFO O| Sep 01 20:54:41.502 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
80882024-09-01T20:54:42.383Z[ host-image] Sep 01 20:54:41.589 INFO O| Sep 01 20:54:41.589 INFO O| Done
80892024-09-01T20:54:43.605Z[ host-image] Sep 01 20:54:42.812 INFO O| Sep 01 20:54:42.812 INFO O| Done
80902024-09-01T20:54:43.633Z[ host-image] Sep 01 20:54:42.840 INFO O| Sep 01 20:54:42.840 INFO O| Done
80912024-09-01T20:54:43.633Z[ host-image] Sep 01 20:54:42.840 INFO O| Sep 01 20:54:42.840 INFO O| Done
80922024-09-01T20:54:43.671Z[ host-image] Sep 01 20:54:42.878 INFO O| Sep 01 20:54:42.877 INFO O| Done
80932024-09-01T20:54:43.776Z[ host-image] Sep 01 20:54:42.983 INFO O| Sep 01 20:54:42.983 INFO STEP 13 (pkg_install) COMPLETE
80942024-09-01T20:54:43.776Z[ host-image] Sep 01 20:54:42.983 INFO O| Sep 01 20:54:42.983 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80952024-09-01T20:54:43.789Z[ host-image] Sep 01 20:54:42.996 INFO O| Sep 01 20:54:42.996 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
80962024-09-01T20:54:44.265Z[ host-image] Sep 01 20:54:43.472 INFO O| Sep 01 20:54:43.471 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80972024-09-01T20:54:45.728Z[ host-image] Sep 01 20:54:44.935 INFO O| Sep 01 20:54:44.935 INFO O| Planning: Solver setup ... Done
80982024-09-01T20:54:45.732Z[ host-image] Sep 01 20:54:44.939 INFO O| Sep 01 20:54:44.939 INFO O| Planning: Running solver ... Done
80992024-09-01T20:54:45.774Z[ host-image] Sep 01 20:54:44.981 INFO O| Sep 01 20:54:44.981 INFO O| Planning: Finding local manifests ... Done
81002024-09-01T20:54:45.777Z[ host-image] Sep 01 20:54:44.982 INFO O| Sep 01 20:54:44.982 INFO O| Planning: Fetching manifests: 0/1 0% complete
81012024-09-01T20:54:45.848Z[ host-image] Sep 01 20:54:45.054 INFO O| Sep 01 20:54:45.054 INFO O| Planning: Fetching manifests: 1/1 100% complete
81022024-09-01T20:54:45.868Z[ host-image] Sep 01 20:54:45.075 INFO O| Sep 01 20:54:45.075 INFO O| Planning: Package planning ... Done
81032024-09-01T20:54:45.871Z[ host-image] Sep 01 20:54:45.075 INFO O| Sep 01 20:54:45.075 INFO O| Planning: Merging actions ... Done
81042024-09-01T20:54:45.930Z[ host-image] Sep 01 20:54:45.137 INFO O| Sep 01 20:54:45.137 INFO O| Planning: Checking for conflicting actions ... Done
81052024-09-01T20:54:45.933Z[ host-image] Sep 01 20:54:45.137 INFO O| Sep 01 20:54:45.137 INFO O| Planning: Consolidating action changes ... Done
81062024-09-01T20:54:46.227Z[ host-image] Sep 01 20:54:45.434 INFO O| Sep 01 20:54:45.434 INFO O| Planning: Evaluating mediators ... Done
81072024-09-01T20:54:46.230Z[ host-image] Sep 01 20:54:45.435 INFO O| Sep 01 20:54:45.434 INFO O| Planning: Planning completed in 1.96 seconds
81082024-09-01T20:54:46.230Z[ host-image] Sep 01 20:54:45.436 INFO O| Sep 01 20:54:45.436 INFO O| Packages to install: 1
81092024-09-01T20:54:46.240Z[ host-image] Sep 01 20:54:45.447 INFO O| Sep 01 20:54:45.447 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
81102024-09-01T20:54:47.702Z[ host-image] Sep 01 20:54:46.908 INFO O| Sep 01 20:54:46.908 INFO O| Download: Completed 20.80 MB in 1.46 seconds (14.2M/s)
81112024-09-01T20:54:47.732Z[ host-image] Sep 01 20:54:46.938 INFO O| Sep 01 20:54:46.938 INFO O| Actions: 1/22 actions (Installing new actions)
81122024-09-01T20:54:48.326Z[ host-image] Sep 01 20:54:47.533 INFO O| Sep 01 20:54:47.533 INFO O| Actions: Completed 22 actions in 0.59 seconds.
81132024-09-01T20:54:48.543Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 32s
81142024-09-01T20:54:48.564Z[ host-image] Sep 01 20:54:47.771 INFO O| Sep 01 20:54:47.770 INFO O| Done
81152024-09-01T20:54:48.564Z[ host-image] Sep 01 20:54:47.771 INFO O| Sep 01 20:54:47.771 INFO O| Done
81162024-09-01T20:54:48.863ZSep 01 20:54:48.070 INFO [verify-libraries] process exited with exit status: 0 (338.084604796s)
81172024-09-01T20:54:48.929Z[ host-image] Sep 01 20:54:48.136 INFO O| Sep 01 20:54:48.136 INFO O| Done
81182024-09-01T20:54:49.958Z[ recovery-image] Sep 01 20:54:49.164 INFO O| Sep 01 20:54:49.164 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
81192024-09-01T20:54:49.958Z[ recovery-image] Sep 01 20:54:49.164 INFO O| Sep 01 20:54:49.164 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81202024-09-01T20:54:49.973Z[ recovery-image] Sep 01 20:54:49.180 INFO O| Sep 01 20:54:49.180 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
81212024-09-01T20:54:50.052Z[ recovery-image] Sep 01 20:54:49.258 INFO O| Sep 01 20:54:49.258 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81222024-09-01T20:54:50.052Z[ recovery-image] Sep 01 20:54:49.258 INFO O| Sep 01 20:54:49.258 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 ...
81232024-09-01T20:54:50.055Z[ host-image] Sep 01 20:54:49.258 INFO O| Sep 01 20:54:49.258 INFO O| Done
81242024-09-01T20:54:50.055Z[ recovery-image] Sep 01 20:54:49.260 INFO O| Sep 01 20:54:49.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81252024-09-01T20:54:50.055Z[ recovery-image] Sep 01 20:54:49.260 INFO O| Sep 01 20:54:49.260 INFO ok!
81262024-09-01T20:54:50.055Z[ recovery-image] Sep 01 20:54:49.260 INFO O| Sep 01 20:54:49.260 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81272024-09-01T20:54:50.055Z[ recovery-image] Sep 01 20:54:49.261 INFO O| Sep 01 20:54:49.260 INFO STEP 95 (seed_smf) COMPLETE
81282024-09-01T20:54:50.055Z[ recovery-image] Sep 01 20:54:49.261 INFO O| Sep 01 20:54:49.261 INFO steps complete; finalising image!
81292024-09-01T20:54:50.055Z[ recovery-image] Sep 01 20:54:49.261 INFO O| Sep 01 20:54:49.261 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81302024-09-01T20:54:50.089Z[ recovery-image] Sep 01 20:54:49.296 INFO O| Sep 01 20:54:49.295 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Sun Sep 1 20:54:49 2024)
81312024-09-01T20:54:50.092Z[ host-image] Sep 01 20:54:49.298 INFO O| Sep 01 20:54:49.298 INFO O| Done
81322024-09-01T20:54:50.092Z[ host-image] Sep 01 20:54:49.298 INFO O| Sep 01 20:54:49.298 INFO O| Done
81332024-09-01T20:54:50.105Z[ host-image] Sep 01 20:54:49.311 INFO O| Sep 01 20:54:49.311 INFO O| Done
81342024-09-01T20:54:50.233Z[ host-image] Sep 01 20:54:49.440 INFO O| Sep 01 20:54:49.440 INFO STEP 14 (pkg_install) COMPLETE
81352024-09-01T20:54:50.233Z[ host-image] Sep 01 20:54:49.440 INFO O| Sep 01 20:54:49.440 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81362024-09-01T20:54:50.236Z[ host-image] Sep 01 20:54:49.440 INFO O| Sep 01 20:54:49.440 INFO skip step because feature "mfg" is not enabled
81372024-09-01T20:54:50.236Z[ host-image] Sep 01 20:54:49.440 INFO O| Sep 01 20:54:49.440 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81382024-09-01T20:54:50.236Z[ host-image] Sep 01 20:54:49.440 INFO O| Sep 01 20:54:49.440 INFO skip step because feature "compliance" is not enabled
81392024-09-01T20:54:50.236Z[ host-image] Sep 01 20:54:49.440 INFO O| Sep 01 20:54:49.440 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81402024-09-01T20:54:50.236Z[ host-image] Sep 01 20:54:49.440 INFO O| Sep 01 20:54:49.440 INFO skip step because feature "stress" is not enabled
81412024-09-01T20:54:50.236Z[ host-image] Sep 01 20:54:49.440 INFO O| Sep 01 20:54:49.440 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81422024-09-01T20:54:50.236Z[ host-image] Sep 01 20:54:49.440 INFO O| Sep 01 20:54:49.440 INFO skip step because feature "nfs" is not enabled
81432024-09-01T20:54:50.236Z[ host-image] Sep 01 20:54:49.440 INFO O| Sep 01 20:54:49.440 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
81442024-09-01T20:54:50.236Z[ host-image] Sep 01 20:54:49.440 INFO O| Sep 01 20:54:49.440 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
81452024-09-01T20:54:50.297Z[ recovery-image] Sep 01 20:54:49.503 INFO O| Sep 01 20:54:49.503 INFO trim TEMPORARY-gimlet-zfs-recovery: (47% trimmed, started at Sun Sep 1 20:54:49 2024)
81462024-09-01T20:54:50.407Z[ host-image] Sep 01 20:54:49.614 INFO O| Sep 01 20:54:49.614 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
81472024-09-01T20:54:50.517Z[ recovery-image] Sep 01 20:54:49.724 INFO O| Sep 01 20:54:49.723 INFO temporary pool has 400M used, 1.36G avail, 1.00x compressratio
81482024-09-01T20:54:50.520Z[ recovery-image] Sep 01 20:54:49.724 INFO O| Sep 01 20:54:49.724 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81492024-09-01T20:54:50.522Z[ host-image] Sep 01 20:54:49.729 INFO O| Sep 01 20:54:49.729 INFO completed processing gimlet/ramdisk-01-os
81502024-09-01T20:54:50.525Z[ host-image] Sep 01 20:54:49.730 INFO omicron1 baseline generation...
81512024-09-01T20:54:50.525Z[ host-image] Sep 01 20:54:49.731 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
81522024-09-01T20:54:50.751Z[ recovery-image] Sep 01 20:54:49.957 INFO O| Sep 01 20:54:49.957 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
81532024-09-01T20:54:50.751Z[ recovery-image] Sep 01 20:54:49.957 INFO O| Sep 01 20:54:49.957 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81542024-09-01T20:54:50.956Z[ host-image] Sep 01 20:54:50.163 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z
81552024-09-01T20:54:53.778Z[ recovery-image] Sep 01 20:54:52.984 INFO O| Sep 01 20:54:52.984 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81562024-09-01T20:54:53.778Z[ recovery-image] Sep 01 20:54:52.984 INFO O| Sep 01 20:54:52.984 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81572024-09-01T20:54:53.780Z[ recovery-image] Sep 01 20:54:52.984 INFO O| Sep 01 20:54:52.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81582024-09-01T20:54:53.780Z[ recovery-image] Sep 01 20:54:52.984 INFO O| Sep 01 20:54:52.984 INFO completed processing gimlet/zfs-recovery
81592024-09-01T20:54:53.780Z[ recovery-image] Sep 01 20:54:52.984 INFO O| Sep 01 20:54:52.984 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81602024-09-01T20:54:54.125Z[ recovery-image] Sep 01 20:54:53.331 INFO O| Sep 01 20:54:53.331 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81612024-09-01T20:54:54.219Z[ recovery-image] Sep 01 20:54:53.426 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
81622024-09-01T20:54:54.222Z[ recovery-image] Sep 01 20:54:53.426 INFO expanded image name: "recovery 1b3fcad/${os_short_commit} 2024-09-01 20:27" -> "recovery 1b3fcad/2408c3f 2024-09-01 20:27"
81632024-09-01T20:54:54.222Z[ recovery-image] Sep 01 20:54:53.426 INFO output artefacts stored in: "/work/os-recovery"
81642024-09-01T20:54:54.222Z[ recovery-image] Sep 01 20:54:53.426 INFO collecting git info from project "image-builder"...
81652024-09-01T20:54:54.229Z[ recovery-image] Sep 01 20:54:53.435 INFO collecting git info from project "pilot"...
81662024-09-01T20:54:54.240Z[ recovery-image] Sep 01 20:54:53.447 INFO collecting git info from project "bootserver"...
81672024-09-01T20:54:54.246Z[ recovery-image] Sep 01 20:54:53.453 INFO collecting git info from project "amd-host-image-builder"...
81682024-09-01T20:54:54.487Z[ recovery-image] Sep 01 20:54:53.694 INFO collecting git info from project "amd-firmware"...
81692024-09-01T20:54:54.719Z[ recovery-image] Sep 01 20:54:53.925 INFO collecting git info from project "chelsio-t6-roms"...
81702024-09-01T20:54:54.741Z[ recovery-image] Sep 01 20:54:53.946 INFO collecting git info from project "pinprick"...
81712024-09-01T20:54:54.745Z[ recovery-image] Sep 01 20:54:53.951 INFO collecting git info from project "phbl"...
81722024-09-01T20:54:54.751Z[ recovery-image] Sep 01 20:54:53.958 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81732024-09-01T20:54:55.122Z[ recovery-image] Sep 01 20:54:54.328 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81742024-09-01T20:54:55.484Z[ recovery-image] Sep 01 20:54:54.690 INFO creating Oxide boot image...
81752024-09-01T20:54:55.487Z[ recovery-image] Sep 01 20:54:54.691 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 1b3fcad/2408c3f 2024-09-01 20:27", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81762024-09-01T20:55:38.553Z[ host-image] Sep 01 20:55:37.757 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z
81772024-09-01T20:55:38.556Z[ host-image] Sep 01 20:55:37.757 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z
81782024-09-01T20:55:38.556Z[ host-image] Sep 01 20:55:37.757 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81792024-09-01T20:55:38.556Z[ host-image] Sep 01 20:55:37.758 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81802024-09-01T20:55:38.556Z[ host-image] Sep 01 20:55:37.758 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81812024-09-01T20:55:38.556Z[ host-image] Sep 01 20:55:37.758 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81822024-09-01T20:55:38.556Z[ host-image] Sep 01 20:55:37.759 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81832024-09-01T20:55:38.556Z[ host-image] Sep 01 20:55:37.759 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81842024-09-01T20:55:38.556Z[ host-image] Sep 01 20:55:37.759 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81852024-09-01T20:55:38.556Z[ host-image] Sep 01 20:55:37.759 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81862024-09-01T20:55:38.556Z[ host-image] Sep 01 20:55:37.759 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z
81872024-09-01T20:55:38.559Z[ host-image] Sep 01 20:55:37.761 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z
81882024-09-01T20:55:38.559Z[ host-image] Sep 01 20:55:37.762 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z
81892024-09-01T20:55:38.559Z[ host-image] Sep 01 20:55:37.762 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z
81902024-09-01T20:55:38.559Z[ host-image] Sep 01 20:55:37.762 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81912024-09-01T20:55:38.559Z[ host-image] Sep 01 20:55:37.763 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z
81922024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.764 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z
81932024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.764 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z
81942024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.764 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z
81952024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.764 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z
81962024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.764 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z
81972024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.764 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z
81982024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.764 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z
81992024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.765 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z
82002024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.765 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z
82012024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.765 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z
82022024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.765 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z
82032024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.765 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z
82042024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.765 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82052024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.765 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z
82062024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.765 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z
82072024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.766 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z
82082024-09-01T20:55:38.562Z[ host-image] Sep 01 20:55:37.766 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z
82092024-09-01T20:55:38.565Z[ host-image] Sep 01 20:55:37.767 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z
82102024-09-01T20:55:38.565Z[ host-image] Sep 01 20:55:37.767 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z
82112024-09-01T20:55:38.572Z[ host-image] Sep 01 20:55:37.776 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82122024-09-01T20:55:38.575Z[ host-image] Sep 01 20:55:37.776 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z
82132024-09-01T20:55:38.575Z[ host-image] Sep 01 20:55:37.776 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82142024-09-01T20:55:38.575Z[ host-image] Sep 01 20:55:37.777 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82152024-09-01T20:55:38.575Z[ host-image] Sep 01 20:55:37.777 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82162024-09-01T20:55:38.575Z[ host-image] Sep 01 20:55:37.778 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z
82172024-09-01T20:55:38.575Z[ host-image] Sep 01 20:55:37.778 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82182024-09-01T20:55:38.575Z[ host-image] Sep 01 20:55:37.778 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82192024-09-01T20:55:38.577Z[ host-image] Sep 01 20:55:37.779 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82202024-09-01T20:55:38.577Z[ host-image] Sep 01 20:55:37.780 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82212024-09-01T20:55:38.588Z[ host-image] Sep 01 20:55:37.792 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82222024-09-01T20:55:38.588Z[ host-image] Sep 01 20:55:37.792 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82232024-09-01T20:55:38.590Z[ host-image] Sep 01 20:55:37.792 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82242024-09-01T20:55:38.590Z[ host-image] Sep 01 20:55:37.793 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82252024-09-01T20:55:38.590Z[ host-image] Sep 01 20:55:37.793 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82262024-09-01T20:55:38.590Z[ host-image] Sep 01 20:55:37.794 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82272024-09-01T20:55:38.625Z[ host-image] Sep 01 20:55:37.830 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
82282024-09-01T20:55:38.628Z[ host-image] Sep 01 20:55:37.830 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82292024-09-01T20:55:38.628Z[ host-image] Sep 01 20:55:37.830 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82302024-09-01T20:55:38.628Z[ host-image] Sep 01 20:55:37.831 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z
82312024-09-01T20:55:38.628Z[ host-image] Sep 01 20:55:37.831 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z
82322024-09-01T20:55:38.628Z[ host-image] Sep 01 20:55:37.831 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82332024-09-01T20:55:38.628Z[ host-image] Sep 01 20:55:37.831 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z
82342024-09-01T20:55:38.628Z[ host-image] Sep 01 20:55:37.832 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82352024-09-01T20:55:38.628Z[ host-image] Sep 01 20:55:37.832 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82362024-09-01T20:55:38.628Z[ host-image] Sep 01 20:55:37.832 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82372024-09-01T20:55:38.630Z[ host-image] Sep 01 20:55:37.832 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z
82382024-09-01T20:55:38.630Z[ host-image] Sep 01 20:55:37.832 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82392024-09-01T20:55:38.633Z[ host-image] Sep 01 20:55:37.837 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82402024-09-01T20:55:38.633Z[ host-image] Sep 01 20:55:37.837 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82412024-09-01T20:55:38.633Z[ host-image] Sep 01 20:55:37.837 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82422024-09-01T20:55:38.635Z[ host-image] Sep 01 20:55:37.838 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z
82432024-09-01T20:55:38.636Z[ host-image] Sep 01 20:55:37.838 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82442024-09-01T20:55:38.648Z[ host-image] Sep 01 20:55:37.853 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82452024-09-01T20:55:38.651Z[ host-image] Sep 01 20:55:37.853 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z
82462024-09-01T20:55:38.651Z[ host-image] Sep 01 20:55:37.855 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z
82472024-09-01T20:55:38.653Z[ host-image] Sep 01 20:55:37.855 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z
82482024-09-01T20:55:38.653Z[ host-image] Sep 01 20:55:37.855 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82492024-09-01T20:55:38.653Z[ host-image] Sep 01 20:55:37.856 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z
82502024-09-01T20:55:38.653Z[ host-image] Sep 01 20:55:37.856 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z
82512024-09-01T20:55:38.653Z[ host-image] Sep 01 20:55:37.857 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z
82522024-09-01T20:55:38.653Z[ host-image] Sep 01 20:55:37.857 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z
82532024-09-01T20:55:38.657Z[ host-image] Sep 01 20:55:37.861 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82542024-09-01T20:55:38.659Z[ host-image] Sep 01 20:55:37.861 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z
82552024-09-01T20:55:38.659Z[ host-image] Sep 01 20:55:37.862 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z
82562024-09-01T20:55:38.659Z[ host-image] Sep 01 20:55:37.862 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82572024-09-01T20:55:38.659Z[ host-image] Sep 01 20:55:37.862 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z
82582024-09-01T20:55:38.659Z[ host-image] Sep 01 20:55:37.862 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z
82592024-09-01T20:55:38.659Z[ host-image] Sep 01 20:55:37.862 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z
82602024-09-01T20:55:38.659Z[ host-image] Sep 01 20:55:37.863 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z
82612024-09-01T20:55:38.667Z[ host-image] Sep 01 20:55:37.872 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z
82622024-09-01T20:55:38.670Z[ host-image] Sep 01 20:55:37.872 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82632024-09-01T20:55:38.670Z[ host-image] Sep 01 20:55:37.874 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z
82642024-09-01T20:55:38.672Z[ host-image] Sep 01 20:55:37.875 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z
82652024-09-01T20:55:38.672Z[ host-image] Sep 01 20:55:37.875 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z
82662024-09-01T20:55:38.672Z[ host-image] Sep 01 20:55:37.876 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z
82672024-09-01T20:55:38.672Z[ host-image] Sep 01 20:55:37.876 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z
82682024-09-01T20:55:38.672Z[ host-image] Sep 01 20:55:37.876 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z
82692024-09-01T20:55:38.683Z[ host-image] Sep 01 20:55:37.886 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z
82702024-09-01T20:55:38.685Z[ host-image] Sep 01 20:55:37.887 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z
82712024-09-01T20:55:38.685Z[ host-image] Sep 01 20:55:37.887 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z
82722024-09-01T20:55:38.685Z[ host-image] Sep 01 20:55:37.888 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z
82732024-09-01T20:55:38.685Z[ host-image] Sep 01 20:55:37.888 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z
82742024-09-01T20:55:38.706Z[ host-image] Sep 01 20:55:37.910 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z
82752024-09-01T20:55:38.709Z[ host-image] Sep 01 20:55:37.910 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z
82762024-09-01T20:55:38.709Z[ host-image] Sep 01 20:55:37.911 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z
82772024-09-01T20:55:38.709Z[ host-image] Sep 01 20:55:37.911 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82782024-09-01T20:55:38.709Z[ host-image] Sep 01 20:55:37.911 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82792024-09-01T20:55:38.736Z[ host-image] Sep 01 20:55:37.940 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z
82802024-09-01T20:55:38.739Z[ host-image] Sep 01 20:55:37.941 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82812024-09-01T20:55:38.739Z[ host-image] Sep 01 20:55:37.941 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z
82822024-09-01T20:55:38.739Z[ host-image] Sep 01 20:55:37.941 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z
82832024-09-01T20:55:38.739Z[ host-image] Sep 01 20:55:37.942 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z
82842024-09-01T20:55:38.739Z[ host-image] Sep 01 20:55:37.943 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82852024-09-01T20:55:38.741Z[ host-image] Sep 01 20:55:37.943 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82862024-09-01T20:55:38.741Z[ host-image] Sep 01 20:55:37.944 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z
82872024-09-01T20:55:38.741Z[ host-image] Sep 01 20:55:37.944 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z
82882024-09-01T20:55:38.741Z[ host-image] Sep 01 20:55:37.944 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z
82892024-09-01T20:55:38.741Z[ host-image] Sep 01 20:55:37.944 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z
82902024-09-01T20:55:38.742Z[ host-image] Sep 01 20:55:37.944 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z
82912024-09-01T20:55:38.742Z[ host-image] Sep 01 20:55:37.945 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z
82922024-09-01T20:55:38.744Z[ host-image] Sep 01 20:55:37.947 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82932024-09-01T20:55:38.744Z[ host-image] Sep 01 20:55:37.948 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z
82942024-09-01T20:55:38.747Z[ host-image] Sep 01 20:55:37.949 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z
82952024-09-01T20:55:38.747Z[ host-image] Sep 01 20:55:37.949 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z
82962024-09-01T20:55:38.747Z[ host-image] Sep 01 20:55:37.950 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z
82972024-09-01T20:55:38.747Z[ host-image] Sep 01 20:55:37.950 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z
82982024-09-01T20:55:38.747Z[ host-image] Sep 01 20:55:37.950 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z
82992024-09-01T20:55:38.747Z[ host-image] Sep 01 20:55:37.950 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83002024-09-01T20:55:38.747Z[ host-image] Sep 01 20:55:37.950 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83012024-09-01T20:55:38.747Z[ host-image] Sep 01 20:55:37.951 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z
83022024-09-01T20:55:38.749Z[ host-image] Sep 01 20:55:37.951 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z
83032024-09-01T20:55:38.749Z[ host-image] Sep 01 20:55:37.951 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83042024-09-01T20:55:38.749Z[ host-image] Sep 01 20:55:37.951 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83052024-09-01T20:55:38.749Z[ host-image] Sep 01 20:55:37.951 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83062024-09-01T20:55:38.749Z[ host-image] Sep 01 20:55:37.951 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83072024-09-01T20:55:38.750Z[ host-image] Sep 01 20:55:37.951 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83082024-09-01T20:55:38.750Z[ host-image] Sep 01 20:55:37.952 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83092024-09-01T20:55:38.752Z[ host-image] Sep 01 20:55:37.954 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83102024-09-01T20:55:38.752Z[ host-image] Sep 01 20:55:37.954 INFO O| tempdir @ "/tmp/.tmpOV4mYz/tmp"
83112024-09-01T20:55:38.752Z[ host-image] Sep 01 20:55:37.954 INFO O| image root @ "/tmp/.tmpOV4mYz/tmp/root"
83122024-09-01T20:55:38.752Z[ host-image] Sep 01 20:55:37.954 INFO O| creating image...
83132024-09-01T20:55:39.314Z[ host-image] Sep 01 20:55:38.518 INFO O| copying publishers...
83142024-09-01T20:55:47.630Z[ host-image] Sep 01 20:55:46.834 INFO O| adding properties...
83152024-09-01T20:55:48.643Z[ recovery-image] Sep 01 20:55:47.847 INFO O| ok, image written!
83162024-09-01T20:55:48.644Z[ recovery-image] Sep 01 20:55:47.847 INFO O| ok, boot_image_csum file written!
83172024-09-01T20:55:48.648Z[ recovery-image] Sep 01 20:55:47.851 INFO creating boot archive (CPIO)...
83182024-09-01T20:55:48.648Z[ recovery-image] Sep 01 20:55:47.851 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
83192024-09-01T20:55:48.655Z[ recovery-image] Sep 01 20:55:47.859 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83202024-09-01T20:55:48.655Z[ recovery-image] Sep 01 20:55:47.859 INFO E| + outfile=/work/os-recovery/cpio
83212024-09-01T20:55:48.658Z[ recovery-image] Sep 01 20:55:47.859 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83222024-09-01T20:55:48.658Z[ recovery-image] Sep 01 20:55:47.861 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83232024-09-01T20:55:48.658Z[ recovery-image] Sep 01 20:55:47.861 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83242024-09-01T20:55:48.675Z[ host-image] Sep 01 20:55:47.879 INFO O| installing packages...
83252024-09-01T20:55:48.689Z[ recovery-image] Sep 01 20:55:47.892 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83262024-09-01T20:55:48.689Z[ recovery-image] Sep 01 20:55:47.892 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83272024-09-01T20:55:48.696Z[ recovery-image] Sep 01 20:55:47.899 INFO creating compressed cpio/unix for nanobl-rs...
83282024-09-01T20:55:48.698Z[ recovery-image] Sep 01 20:55:47.900 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
83292024-09-01T20:55:48.975Z[ recovery-image] Sep 01 20:55:48.178 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83302024-09-01T20:55:53.339Z[ recovery-image] Sep 01 20:55:52.542 INFO creating reset image...
83312024-09-01T20:55:53.342Z[ recovery-image] Sep 01 20:55:52.542 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83322024-09-01T20:55:53.557Z[ recovery-image] Sep 01 20:55:52.760 INFO E| Updating crates.io index
83332024-09-01T20:55:53.757Z[ recovery-image] Sep 01 20:55:52.960 INFO E| Downloading crates ...
83342024-09-01T20:55:53.856Z[ recovery-image] Sep 01 20:55:53.059 INFO E| Downloaded anstyle-query v1.0.2
83352024-09-01T20:55:53.862Z[ recovery-image] Sep 01 20:55:53.066 INFO E| Downloaded shared_child v1.0.0
83362024-09-01T20:55:53.865Z[ recovery-image] Sep 01 20:55:53.067 INFO E| Downloaded os_pipe v1.1.5
83372024-09-01T20:55:53.867Z[ recovery-image] Sep 01 20:55:53.068 INFO E| Downloaded anstyle v1.0.6
83382024-09-01T20:55:53.867Z[ recovery-image] Sep 01 20:55:53.070 INFO E| Downloaded anstream v0.6.13
83392024-09-01T20:55:53.870Z[ recovery-image] Sep 01 20:55:53.072 INFO E| Downloaded duct v0.13.7
83402024-09-01T20:55:53.872Z[ recovery-image] Sep 01 20:55:53.074 INFO E| Downloaded clap_derive v4.5.3
83412024-09-01T20:55:53.875Z[ recovery-image] Sep 01 20:55:53.076 INFO E| Downloaded proc-macro2 v1.0.79
83422024-09-01T20:55:53.877Z[ recovery-image] Sep 01 20:55:53.079 INFO E| Downloaded clap v4.5.3
83432024-09-01T20:55:53.885Z[ recovery-image] Sep 01 20:55:53.088 INFO E| Downloaded anstyle-parse v0.2.3
83442024-09-01T20:55:53.895Z[ recovery-image] Sep 01 20:55:53.098 INFO E| Downloaded syn v2.0.53
83452024-09-01T20:55:53.920Z[ recovery-image] Sep 01 20:55:53.123 INFO E| Downloaded libc v0.2.153
83462024-09-01T20:55:53.997Z[ recovery-image] Sep 01 20:55:53.200 INFO E| Compiling proc-macro2 v1.0.79
83472024-09-01T20:55:53.997Z[ recovery-image] Sep 01 20:55:53.200 INFO E| Compiling unicode-ident v1.0.12
83482024-09-01T20:55:54.000Z[ recovery-image] Sep 01 20:55:53.201 INFO E| Compiling libc v0.2.153
83492024-09-01T20:55:54.000Z[ recovery-image] Sep 01 20:55:53.201 INFO E| Compiling utf8parse v0.2.1
83502024-09-01T20:55:54.000Z[ recovery-image] Sep 01 20:55:53.201 INFO E| Compiling anstyle v1.0.6
83512024-09-01T20:55:54.000Z[ recovery-image] Sep 01 20:55:53.201 INFO E| Compiling colorchoice v1.0.0
83522024-09-01T20:55:54.002Z[ recovery-image] Sep 01 20:55:53.205 INFO E| Compiling anstyle-query v1.0.2
83532024-09-01T20:55:54.005Z[ recovery-image] Sep 01 20:55:53.208 INFO E| Compiling strsim v0.11.0
83542024-09-01T20:55:54.212Z[ recovery-image] Sep 01 20:55:53.414 INFO E| Compiling anstyle-parse v0.2.3
83552024-09-01T20:55:54.246Z[ recovery-image] Sep 01 20:55:53.449 INFO E| Compiling heck v0.5.0
83562024-09-01T20:55:54.248Z[ recovery-image] Sep 01 20:55:53.450 INFO E| Compiling clap_lex v0.7.0
83572024-09-01T20:55:54.340Z[ recovery-image] Sep 01 20:55:53.543 INFO E| Compiling once_cell v1.19.0
83582024-09-01T20:55:54.541Z[ recovery-image] Sep 01 20:55:53.744 INFO E| Compiling anstream v0.6.13
83592024-09-01T20:55:54.976Z[ recovery-image] Sep 01 20:55:54.179 INFO E| Compiling clap_builder v4.5.2
83602024-09-01T20:55:55.507Z[ recovery-image] Sep 01 20:55:54.710 INFO E| Compiling os_pipe v1.1.5
83612024-09-01T20:55:55.507Z[ recovery-image] Sep 01 20:55:54.710 INFO E| Compiling shared_child v1.0.0
83622024-09-01T20:55:55.648Z[ recovery-image] Sep 01 20:55:54.851 INFO E| Compiling duct v0.13.7
83632024-09-01T20:55:55.662Z[ recovery-image] Sep 01 20:55:54.865 INFO E| Compiling quote v1.0.35
83642024-09-01T20:55:56.008Z[ recovery-image] Sep 01 20:55:55.210 INFO E| Compiling syn v2.0.53
83652024-09-01T20:56:00.834Z[ recovery-image] Sep 01 20:56:00.037 INFO E| Compiling clap_derive v4.5.3
83662024-09-01T20:56:02.861Z[ recovery-image] Sep 01 20:56:02.064 INFO E| Compiling clap v4.5.3
83672024-09-01T20:56:02.918Z[ recovery-image] Sep 01 20:56:02.120 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83682024-09-01T20:56:04.053Z[ recovery-image] Sep 01 20:56:03.255 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.66s
83692024-09-01T20:56:04.061Z[ recovery-image] Sep 01 20:56:03.264 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
83702024-09-01T20:56:04.192Z[ recovery-image] Sep 01 20:56:03.394 INFO E| Updating crates.io index
83712024-09-01T20:56:04.250Z[ recovery-image] Sep 01 20:56:03.452 INFO E| Downloading crates ...
83722024-09-01T20:56:04.300Z[ recovery-image] Sep 01 20:56:03.503 INFO E| Downloaded seq-macro v0.3.5
83732024-09-01T20:56:04.316Z[ recovery-image] Sep 01 20:56:03.518 INFO E| Downloaded raw-cpuid v10.7.0
83742024-09-01T20:56:04.320Z[ recovery-image] Sep 01 20:56:03.522 INFO E| Downloaded cpio_reader v0.1.1
83752024-09-01T20:56:04.322Z[ recovery-image] Sep 01 20:56:03.524 INFO E| Downloaded bit_field v0.10.2
83762024-09-01T20:56:04.454Z[ recovery-image] Sep 01 20:56:03.657 INFO E| Downloaded x86 v0.52.0
83772024-09-01T20:56:04.525Z[ recovery-image] Sep 01 20:56:03.728 INFO E| Updating crates.io index
83782024-09-01T20:56:04.673Z[ recovery-image] Sep 01 20:56:03.875 INFO E| Downloading crates ...
83792024-09-01T20:56:04.729Z[ recovery-image] Sep 01 20:56:03.931 INFO E| Downloaded compiler_builtins v0.1.108
83802024-09-01T20:56:04.797Z[ recovery-image] Sep 01 20:56:03.999 INFO E| Compiling compiler_builtins v0.1.108
83812024-09-01T20:56:04.797Z[ recovery-image] Sep 01 20:56:03.999 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
83822024-09-01T20:56:04.797Z[ recovery-image] Sep 01 20:56:03.999 INFO E| Compiling proc-macro2 v1.0.79
83832024-09-01T20:56:04.799Z[ recovery-image] Sep 01 20:56:03.999 INFO E| Compiling unicode-ident v1.0.12
83842024-09-01T20:56:04.799Z[ recovery-image] Sep 01 20:56:03.999 INFO E| Compiling syn v1.0.109
83852024-09-01T20:56:04.799Z[ recovery-image] Sep 01 20:56:03.999 INFO E| Compiling x86 v0.52.0
83862024-09-01T20:56:04.804Z[ recovery-image] Sep 01 20:56:04.006 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
83872024-09-01T20:56:04.806Z[ recovery-image] Sep 01 20:56:04.007 INFO E| Compiling seq-macro v0.3.5
83882024-09-01T20:56:05.906Z[ recovery-image] Sep 01 20:56:05.109 INFO E| Compiling quote v1.0.35
83892024-09-01T20:56:06.193Z[ recovery-image] Sep 01 20:56:05.396 INFO E| Compiling syn v2.0.53
83902024-09-01T20:56:09.497Z[ recovery-image] Sep 01 20:56:08.699 INFO E| Compiling scroll_derive v0.12.0
83912024-09-01T20:56:12.565Z[ recovery-image] Sep 01 20:56:11.767 INFO E| Compiling bitstruct_derive v0.1.0
83922024-09-01T20:56:14.331Z[ host-image] Sep 01 20:56:13.533 INFO O| seeding SMF database...
83932024-09-01T20:56:21.980Z[ host-image] Sep 01 20:56:21.181 INFO O| configuring SMF profile...
83942024-09-01T20:56:21.983Z[ host-image] Sep 01 20:56:21.182 INFO O| modifying shadow(5)...
83952024-09-01T20:56:21.983Z[ host-image] Sep 01 20:56:21.182 INFO O| loading user and group database...
83962024-09-01T20:56:21.983Z[ host-image] Sep 01 20:56:21.182 INFO O| assessing packaged files...
83972024-09-01T20:56:24.144Z[ host-image] Sep 01 20:56:23.345 INFO O| creating archive...
83982024-09-01T20:56:24.182Z[ host-image] Sep 01 20:56:23.383 INFO O| missing from packaging:
83992024-09-01T20:56:24.182Z[ host-image] Sep 01 20:56:23.383 INFO O| "etc/.pwd.lock"
84002024-09-01T20:56:24.182Z[ host-image] Sep 01 20:56:23.383 INFO O| "etc/bash"
84012024-09-01T20:56:24.186Z[ host-image] Sep 01 20:56:23.388 INFO O| "etc/svc/profile/generic.xml"
84022024-09-01T20:56:24.189Z[ host-image] Sep 01 20:56:23.388 INFO O| "etc/svc/profile/inetd_services.xml"
84032024-09-01T20:56:24.189Z[ host-image] Sep 01 20:56:23.388 INFO O| "etc/svc/profile/name_service.xml"
84042024-09-01T20:56:24.189Z[ host-image] Sep 01 20:56:23.388 INFO O| "etc/svc/profile/platform.xml"
84052024-09-01T20:56:24.189Z[ host-image] Sep 01 20:56:23.388 INFO O| "etc/svc/profile/platform_omicron1.xml"
84062024-09-01T20:56:24.189Z[ host-image] Sep 01 20:56:23.388 INFO O| "etc/svc/repository.db"
84072024-09-01T20:56:24.195Z[ host-image] Sep 01 20:56:23.397 INFO O| "opt/ooce/share"
84082024-09-01T20:56:24.196Z[ host-image] Sep 01 20:56:23.397 INFO O| "opt/ooce/share/man"
84092024-09-01T20:56:24.198Z[ host-image] Sep 01 20:56:23.397 INFO O| "opt/ooce/share/man/man1"
84102024-09-01T20:56:24.205Z[ host-image] Sep 01 20:56:23.407 INFO O| finishing archive...
84112024-09-01T20:56:25.674Z[ recovery-image] Sep 01 20:56:24.876 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
84122024-09-01T20:56:27.294Z[ recovery-image] Sep 01 20:56:26.495 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
84132024-09-01T20:56:27.376Z[ host-image] Sep 01 20:56:26.578 INFO O| creating gzonly manifest...
84142024-09-01T20:56:27.422Z[ host-image] Sep 01 20:56:26.623 INFO O| ok
84152024-09-01T20:56:27.566Z[ host-image] Sep 01 20:56:26.767 INFO image builder template: ramdisk-02-trim...
84162024-09-01T20:56:27.566Z[ host-image] Sep 01 20:56:26.767 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/.tmpEQ75Ar/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
84172024-09-01T20:56:27.604Z[ host-image] Sep 01 20:56:26.805 INFO O| Sep 01 20:56:26.805 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84182024-09-01T20:56:27.610Z[ host-image] Sep 01 20:56:26.811 INFO O| Sep 01 20:56:26.811 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84192024-09-01T20:56:27.752Z[ host-image] Sep 01 20:56:26.954 INFO O| Sep 01 20:56:26.953 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84202024-09-01T20:56:27.808Z[ host-image] Sep 01 20:56:27.009 INFO O| Sep 01 20:56:27.009 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84212024-09-01T20:56:27.808Z[ host-image] Sep 01 20:56:27.009 INFO O| Sep 01 20:56:27.009 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84222024-09-01T20:56:27.815Z[ host-image] Sep 01 20:56:27.017 INFO O| Sep 01 20:56:27.017 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84232024-09-01T20:56:27.822Z[ host-image] Sep 01 20:56:27.023 INFO O| Sep 01 20:56:27.023 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84242024-09-01T20:56:27.827Z[ host-image] Sep 01 20:56:27.029 INFO O| Sep 01 20:56:27.029 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84252024-09-01T20:56:28.048Z[ host-image] Sep 01 20:56:27.249 INFO O| Sep 01 20:56:27.249 INFO rolled back to input snapshot; work may begin
84262024-09-01T20:56:28.048Z[ host-image] Sep 01 20:56:27.249 INFO O| Sep 01 20:56:27.249 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84272024-09-01T20:56:28.053Z[ host-image] Sep 01 20:56:27.254 INFO O| Sep 01 20:56:27.254 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84282024-09-01T20:56:28.063Z[ host-image] Sep 01 20:56:27.264 INFO O| Sep 01 20:56:27.264 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84292024-09-01T20:56:28.112Z[ host-image] Sep 01 20:56:27.313 INFO O| Sep 01 20:56:27.313 INFO STEP 0 (remove_files) COMPLETE
84302024-09-01T20:56:28.112Z[ host-image] Sep 01 20:56:27.313 INFO O| Sep 01 20:56:27.313 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-09-01T20:56:28.124Z[ host-image] Sep 01 20:56:27.326 INFO O| Sep 01 20:56:27.325 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84322024-09-01T20:56:28.127Z[ host-image] Sep 01 20:56:27.327 INFO O| Sep 01 20:56:27.327 INFO STEP 1 (remove_files) COMPLETE
84332024-09-01T20:56:28.127Z[ host-image] Sep 01 20:56:27.327 INFO O| Sep 01 20:56:27.327 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-09-01T20:56:28.137Z[ host-image] Sep 01 20:56:27.338 INFO O| Sep 01 20:56:27.338 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84352024-09-01T20:56:28.151Z[ host-image] Sep 01 20:56:27.352 INFO O| Sep 01 20:56:27.352 INFO STEP 2 (remove_files) COMPLETE
84362024-09-01T20:56:28.151Z[ host-image] Sep 01 20:56:27.352 INFO O| Sep 01 20:56:27.352 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-09-01T20:56:28.162Z[ host-image] Sep 01 20:56:27.363 INFO O| Sep 01 20:56:27.363 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84382024-09-01T20:56:28.164Z[ host-image] Sep 01 20:56:27.365 INFO O| Sep 01 20:56:27.365 INFO STEP 3 (remove_files) COMPLETE
84392024-09-01T20:56:28.164Z[ host-image] Sep 01 20:56:27.365 INFO O| Sep 01 20:56:27.365 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-09-01T20:56:28.173Z[ host-image] Sep 01 20:56:27.375 INFO O| Sep 01 20:56:27.375 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84412024-09-01T20:56:28.177Z[ host-image] Sep 01 20:56:27.379 INFO O| Sep 01 20:56:27.379 INFO STEP 4 (remove_files) COMPLETE
84422024-09-01T20:56:28.180Z[ host-image] Sep 01 20:56:27.379 INFO O| Sep 01 20:56:27.379 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-09-01T20:56:28.187Z[ host-image] Sep 01 20:56:27.388 INFO O| Sep 01 20:56:27.388 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84442024-09-01T20:56:28.190Z[ host-image] Sep 01 20:56:27.391 INFO O| Sep 01 20:56:27.391 INFO STEP 5 (remove_files) COMPLETE
84452024-09-01T20:56:28.190Z[ host-image] Sep 01 20:56:27.391 INFO O| Sep 01 20:56:27.391 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-09-01T20:56:28.200Z[ host-image] Sep 01 20:56:27.401 INFO O| Sep 01 20:56:27.401 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84472024-09-01T20:56:28.210Z[ host-image] Sep 01 20:56:27.411 INFO O| Sep 01 20:56:27.411 INFO STEP 6 (remove_files) COMPLETE
84482024-09-01T20:56:28.210Z[ host-image] Sep 01 20:56:27.411 INFO O| Sep 01 20:56:27.411 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-09-01T20:56:28.220Z[ host-image] Sep 01 20:56:27.421 INFO O| Sep 01 20:56:27.421 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84502024-09-01T20:56:28.232Z[ host-image] Sep 01 20:56:27.433 INFO O| Sep 01 20:56:27.433 INFO STEP 7 (remove_files) COMPLETE
84512024-09-01T20:56:28.232Z[ host-image] Sep 01 20:56:27.433 INFO O| Sep 01 20:56:27.433 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-09-01T20:56:28.244Z[ host-image] Sep 01 20:56:27.445 INFO O| Sep 01 20:56:27.445 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84532024-09-01T20:56:28.323Z[ host-image] Sep 01 20:56:27.524 INFO O| Sep 01 20:56:27.524 INFO STEP 8 (remove_files) COMPLETE
84542024-09-01T20:56:28.323Z[ host-image] Sep 01 20:56:27.524 INFO O| Sep 01 20:56:27.524 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-09-01T20:56:28.333Z[ host-image] Sep 01 20:56:27.535 INFO O| Sep 01 20:56:27.535 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84562024-09-01T20:56:28.415Z[ host-image] Sep 01 20:56:27.616 INFO O| Sep 01 20:56:27.616 INFO STEP 9 (remove_files) COMPLETE
84572024-09-01T20:56:28.415Z[ host-image] Sep 01 20:56:27.616 INFO O| Sep 01 20:56:27.616 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-09-01T20:56:28.425Z[ host-image] Sep 01 20:56:27.627 INFO O| Sep 01 20:56:27.626 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84592024-09-01T20:56:28.428Z[ host-image] Sep 01 20:56:27.630 INFO O| Sep 01 20:56:27.630 INFO STEP 10 (remove_files) COMPLETE
84602024-09-01T20:56:28.428Z[ host-image] Sep 01 20:56:27.630 INFO O| Sep 01 20:56:27.630 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-09-01T20:56:28.438Z[ host-image] Sep 01 20:56:27.639 INFO O| Sep 01 20:56:27.639 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84622024-09-01T20:56:28.440Z[ host-image] Sep 01 20:56:27.640 INFO O| Sep 01 20:56:27.640 INFO STEP 11 (remove_files) COMPLETE
84632024-09-01T20:56:28.440Z[ host-image] Sep 01 20:56:27.640 INFO O| Sep 01 20:56:27.640 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-09-01T20:56:28.448Z[ host-image] Sep 01 20:56:27.649 INFO O| Sep 01 20:56:27.649 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84652024-09-01T20:56:28.450Z[ host-image] Sep 01 20:56:27.651 INFO O| Sep 01 20:56:27.651 INFO STEP 12 (remove_files) COMPLETE
84662024-09-01T20:56:28.450Z[ host-image] Sep 01 20:56:27.651 INFO O| Sep 01 20:56:27.651 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-09-01T20:56:28.480Z[ host-image] Sep 01 20:56:27.681 INFO O| Sep 01 20:56:27.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84682024-09-01T20:56:28.492Z[ host-image] Sep 01 20:56:27.693 INFO O| Sep 01 20:56:27.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84692024-09-01T20:56:28.492Z[ host-image] Sep 01 20:56:27.693 INFO O| Sep 01 20:56:27.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84702024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.694 INFO O| Sep 01 20:56:27.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84712024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.694 INFO O| Sep 01 20:56:27.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84722024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.694 INFO O| Sep 01 20:56:27.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84732024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.694 INFO O| Sep 01 20:56:27.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84742024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.694 INFO O| Sep 01 20:56:27.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84752024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.694 INFO O| Sep 01 20:56:27.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84762024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.695 INFO O| Sep 01 20:56:27.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84772024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.695 INFO O| Sep 01 20:56:27.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84782024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.695 INFO O| Sep 01 20:56:27.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84792024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.695 INFO O| Sep 01 20:56:27.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84802024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.695 INFO O| Sep 01 20:56:27.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84812024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.695 INFO O| Sep 01 20:56:27.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84822024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.695 INFO O| Sep 01 20:56:27.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84832024-09-01T20:56:28.495Z[ host-image] Sep 01 20:56:27.696 INFO O| Sep 01 20:56:27.696 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84842024-09-01T20:56:28.554Z[ host-image] Sep 01 20:56:27.756 INFO O| Sep 01 20:56:27.756 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84852024-09-01T20:56:28.595Z[ host-image] Sep 01 20:56:27.796 INFO O| Sep 01 20:56:27.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84862024-09-01T20:56:28.597Z[ host-image] Sep 01 20:56:27.798 INFO O| Sep 01 20:56:27.798 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84872024-09-01T20:56:28.606Z[ host-image] Sep 01 20:56:27.807 INFO O| Sep 01 20:56:27.807 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84882024-09-01T20:56:28.860Z[ host-image] Sep 01 20:56:28.062 INFO O| Sep 01 20:56:28.061 INFO STEP 13 (remove_files) COMPLETE
84892024-09-01T20:56:28.861Z[ host-image] Sep 01 20:56:28.062 INFO O| Sep 01 20:56:28.062 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84902024-09-01T20:56:28.872Z[ host-image] Sep 01 20:56:28.073 INFO O| Sep 01 20:56:28.073 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84912024-09-01T20:56:28.874Z[ host-image] Sep 01 20:56:28.074 INFO O| Sep 01 20:56:28.074 INFO STEP 14 (remove_files) COMPLETE
84922024-09-01T20:56:28.874Z[ host-image] Sep 01 20:56:28.074 INFO O| Sep 01 20:56:28.074 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84932024-09-01T20:56:28.883Z[ host-image] Sep 01 20:56:28.084 INFO O| Sep 01 20:56:28.084 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84942024-09-01T20:56:28.889Z[ host-image] Sep 01 20:56:28.090 INFO O| Sep 01 20:56:28.090 INFO STEP 15 (remove_files) COMPLETE
84952024-09-01T20:56:28.889Z[ host-image] Sep 01 20:56:28.090 INFO O| Sep 01 20:56:28.090 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-09-01T20:56:28.899Z[ host-image] Sep 01 20:56:28.100 INFO O| Sep 01 20:56:28.100 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84972024-09-01T20:56:28.901Z[ host-image] Sep 01 20:56:28.101 INFO O| Sep 01 20:56:28.101 INFO STEP 16 (remove_files) COMPLETE
84982024-09-01T20:56:28.902Z[ host-image] Sep 01 20:56:28.101 INFO O| Sep 01 20:56:28.101 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84992024-09-01T20:56:28.909Z[ host-image] Sep 01 20:56:28.110 INFO O| Sep 01 20:56:28.110 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85002024-09-01T20:56:28.912Z[ host-image] Sep 01 20:56:28.112 INFO O| Sep 01 20:56:28.112 INFO STEP 17 (remove_files) COMPLETE
85012024-09-01T20:56:28.912Z[ host-image] Sep 01 20:56:28.112 INFO O| Sep 01 20:56:28.112 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-09-01T20:56:28.920Z[ host-image] Sep 01 20:56:28.121 INFO O| Sep 01 20:56:28.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85032024-09-01T20:56:28.920Z[ host-image] Sep 01 20:56:28.122 INFO O| Sep 01 20:56:28.121 INFO STEP 18 (remove_files) COMPLETE
85042024-09-01T20:56:28.923Z[ host-image] Sep 01 20:56:28.122 INFO O| Sep 01 20:56:28.121 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85052024-09-01T20:56:28.930Z[ host-image] Sep 01 20:56:28.131 INFO O| Sep 01 20:56:28.131 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85062024-09-01T20:56:28.932Z[ host-image] Sep 01 20:56:28.131 INFO O| Sep 01 20:56:28.131 INFO STEP 19 (remove_files) COMPLETE
85072024-09-01T20:56:28.932Z[ host-image] Sep 01 20:56:28.131 INFO O| Sep 01 20:56:28.131 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85082024-09-01T20:56:28.940Z[ host-image] Sep 01 20:56:28.141 INFO O| Sep 01 20:56:28.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85092024-09-01T20:56:28.940Z[ host-image] Sep 01 20:56:28.141 INFO O| Sep 01 20:56:28.141 INFO STEP 20 (remove_files) COMPLETE
85102024-09-01T20:56:28.942Z[ host-image] Sep 01 20:56:28.141 INFO O| Sep 01 20:56:28.141 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-09-01T20:56:28.949Z[ host-image] Sep 01 20:56:28.150 INFO O| Sep 01 20:56:28.150 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85122024-09-01T20:56:28.952Z[ host-image] Sep 01 20:56:28.150 INFO O| Sep 01 20:56:28.150 INFO STEP 21 (remove_files) COMPLETE
85132024-09-01T20:56:28.952Z[ host-image] Sep 01 20:56:28.151 INFO O| Sep 01 20:56:28.150 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-09-01T20:56:28.958Z[ host-image] Sep 01 20:56:28.160 INFO O| Sep 01 20:56:28.160 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85152024-09-01T20:56:28.961Z[ host-image] Sep 01 20:56:28.160 INFO O| Sep 01 20:56:28.160 INFO STEP 22 (remove_files) COMPLETE
85162024-09-01T20:56:28.961Z[ host-image] Sep 01 20:56:28.160 INFO O| Sep 01 20:56:28.160 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-09-01T20:56:28.968Z[ host-image] Sep 01 20:56:28.169 INFO O| Sep 01 20:56:28.169 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85182024-09-01T20:56:28.968Z[ host-image] Sep 01 20:56:28.169 INFO O| Sep 01 20:56:28.169 INFO STEP 23 (remove_files) COMPLETE
85192024-09-01T20:56:28.968Z[ host-image] Sep 01 20:56:28.169 INFO O| Sep 01 20:56:28.169 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-09-01T20:56:28.977Z[ host-image] Sep 01 20:56:28.179 INFO O| Sep 01 20:56:28.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85212024-09-01T20:56:28.977Z[ host-image] Sep 01 20:56:28.179 INFO O| Sep 01 20:56:28.179 INFO STEP 24 (remove_files) COMPLETE
85222024-09-01T20:56:28.978Z[ host-image] Sep 01 20:56:28.179 INFO O| Sep 01 20:56:28.179 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-09-01T20:56:28.987Z[ host-image] Sep 01 20:56:28.188 INFO O| Sep 01 20:56:28.188 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85242024-09-01T20:56:28.989Z[ host-image] Sep 01 20:56:28.188 INFO O| Sep 01 20:56:28.188 INFO STEP 25 (remove_files) COMPLETE
85252024-09-01T20:56:28.989Z[ host-image] Sep 01 20:56:28.188 INFO O| Sep 01 20:56:28.188 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-09-01T20:56:28.996Z[ host-image] Sep 01 20:56:28.198 INFO O| Sep 01 20:56:28.198 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85272024-09-01T20:56:28.999Z[ host-image] Sep 01 20:56:28.198 INFO O| Sep 01 20:56:28.198 INFO STEP 26 (remove_files) COMPLETE
85282024-09-01T20:56:28.999Z[ host-image] Sep 01 20:56:28.198 INFO O| Sep 01 20:56:28.198 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-09-01T20:56:29.006Z[ host-image] Sep 01 20:56:28.207 INFO O| Sep 01 20:56:28.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85302024-09-01T20:56:29.006Z[ host-image] Sep 01 20:56:28.207 INFO O| Sep 01 20:56:28.207 INFO STEP 27 (remove_files) COMPLETE
85312024-09-01T20:56:29.010Z[ host-image] Sep 01 20:56:28.208 INFO O| Sep 01 20:56:28.207 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-09-01T20:56:29.015Z[ host-image] Sep 01 20:56:28.217 INFO O| Sep 01 20:56:28.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85332024-09-01T20:56:29.015Z[ host-image] Sep 01 20:56:28.217 INFO O| Sep 01 20:56:28.217 INFO STEP 28 (remove_files) COMPLETE
85342024-09-01T20:56:29.016Z[ host-image] Sep 01 20:56:28.217 INFO O| Sep 01 20:56:28.217 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85352024-09-01T20:56:29.025Z[ host-image] Sep 01 20:56:28.226 INFO O| Sep 01 20:56:28.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85362024-09-01T20:56:29.025Z[ host-image] Sep 01 20:56:28.226 INFO O| Sep 01 20:56:28.226 INFO STEP 29 (remove_files) COMPLETE
85372024-09-01T20:56:29.025Z[ host-image] Sep 01 20:56:28.226 INFO O| Sep 01 20:56:28.226 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85382024-09-01T20:56:29.034Z[ host-image] Sep 01 20:56:28.236 INFO O| Sep 01 20:56:28.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85392024-09-01T20:56:29.034Z[ host-image] Sep 01 20:56:28.236 INFO O| Sep 01 20:56:28.236 INFO STEP 30 (remove_files) COMPLETE
85402024-09-01T20:56:29.034Z[ host-image] Sep 01 20:56:28.236 INFO O| Sep 01 20:56:28.236 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-09-01T20:56:29.044Z[ host-image] Sep 01 20:56:28.245 INFO O| Sep 01 20:56:28.245 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85422024-09-01T20:56:29.044Z[ host-image] Sep 01 20:56:28.245 INFO O| Sep 01 20:56:28.245 INFO STEP 31 (remove_files) COMPLETE
85432024-09-01T20:56:29.046Z[ host-image] Sep 01 20:56:28.245 INFO O| Sep 01 20:56:28.245 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85442024-09-01T20:56:29.053Z[ host-image] Sep 01 20:56:28.255 INFO O| Sep 01 20:56:28.255 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85452024-09-01T20:56:29.056Z[ host-image] Sep 01 20:56:28.255 INFO O| Sep 01 20:56:28.255 INFO STEP 32 (remove_files) COMPLETE
85462024-09-01T20:56:29.056Z[ host-image] Sep 01 20:56:28.255 INFO O| Sep 01 20:56:28.255 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85472024-09-01T20:56:29.063Z[ host-image] Sep 01 20:56:28.264 INFO O| Sep 01 20:56:28.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85482024-09-01T20:56:29.063Z[ host-image] Sep 01 20:56:28.264 INFO O| Sep 01 20:56:28.264 INFO STEP 33 (remove_files) COMPLETE
85492024-09-01T20:56:29.065Z[ host-image] Sep 01 20:56:28.264 INFO O| Sep 01 20:56:28.264 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-09-01T20:56:29.072Z[ host-image] Sep 01 20:56:28.274 INFO O| Sep 01 20:56:28.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85512024-09-01T20:56:29.072Z[ host-image] Sep 01 20:56:28.274 INFO O| Sep 01 20:56:28.274 INFO STEP 34 (remove_files) COMPLETE
85522024-09-01T20:56:29.075Z[ host-image] Sep 01 20:56:28.274 INFO O| Sep 01 20:56:28.274 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85532024-09-01T20:56:29.082Z[ host-image] Sep 01 20:56:28.283 INFO O| Sep 01 20:56:28.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85542024-09-01T20:56:29.082Z[ host-image] Sep 01 20:56:28.283 INFO O| Sep 01 20:56:28.283 INFO STEP 35 (remove_files) COMPLETE
85552024-09-01T20:56:29.084Z[ host-image] Sep 01 20:56:28.283 INFO O| Sep 01 20:56:28.283 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85562024-09-01T20:56:29.091Z[ host-image] Sep 01 20:56:28.292 INFO O| Sep 01 20:56:28.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85572024-09-01T20:56:29.091Z[ host-image] Sep 01 20:56:28.293 INFO O| Sep 01 20:56:28.293 INFO STEP 36 (remove_files) COMPLETE
85582024-09-01T20:56:29.094Z[ host-image] Sep 01 20:56:28.293 INFO O| Sep 01 20:56:28.293 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85592024-09-01T20:56:29.100Z[ host-image] Sep 01 20:56:28.302 INFO O| Sep 01 20:56:28.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85602024-09-01T20:56:29.100Z[ host-image] Sep 01 20:56:28.302 INFO O| Sep 01 20:56:28.302 INFO STEP 37 (remove_files) COMPLETE
85612024-09-01T20:56:29.103Z[ host-image] Sep 01 20:56:28.302 INFO O| Sep 01 20:56:28.302 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-09-01T20:56:29.110Z[ host-image] Sep 01 20:56:28.311 INFO O| Sep 01 20:56:28.311 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85632024-09-01T20:56:29.110Z[ host-image] Sep 01 20:56:28.311 INFO O| Sep 01 20:56:28.311 INFO STEP 38 (remove_files) COMPLETE
85642024-09-01T20:56:29.112Z[ host-image] Sep 01 20:56:28.311 INFO O| Sep 01 20:56:28.311 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85652024-09-01T20:56:29.119Z[ host-image] Sep 01 20:56:28.321 INFO O| Sep 01 20:56:28.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85662024-09-01T20:56:29.122Z[ host-image] Sep 01 20:56:28.321 INFO O| Sep 01 20:56:28.321 INFO STEP 39 (remove_files) COMPLETE
85672024-09-01T20:56:29.122Z[ host-image] Sep 01 20:56:28.321 INFO O| Sep 01 20:56:28.321 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85682024-09-01T20:56:29.129Z[ host-image] Sep 01 20:56:28.330 INFO O| Sep 01 20:56:28.330 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85692024-09-01T20:56:29.131Z[ host-image] Sep 01 20:56:28.330 INFO O| Sep 01 20:56:28.330 INFO STEP 40 (remove_files) COMPLETE
85702024-09-01T20:56:29.131Z[ host-image] Sep 01 20:56:28.330 INFO O| Sep 01 20:56:28.330 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-09-01T20:56:29.140Z[ host-image] Sep 01 20:56:28.341 INFO O| Sep 01 20:56:28.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85722024-09-01T20:56:29.140Z[ host-image] Sep 01 20:56:28.341 INFO O| Sep 01 20:56:28.341 INFO STEP 41 (remove_files) COMPLETE
85732024-09-01T20:56:29.142Z[ host-image] Sep 01 20:56:28.341 INFO O| Sep 01 20:56:28.341 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-09-01T20:56:29.149Z[ host-image] Sep 01 20:56:28.350 INFO O| Sep 01 20:56:28.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85752024-09-01T20:56:29.149Z[ host-image] Sep 01 20:56:28.351 INFO O| Sep 01 20:56:28.351 INFO STEP 42 (remove_files) COMPLETE
85762024-09-01T20:56:29.151Z[ host-image] Sep 01 20:56:28.351 INFO O| Sep 01 20:56:28.351 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-09-01T20:56:29.159Z[ host-image] Sep 01 20:56:28.360 INFO O| Sep 01 20:56:28.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85782024-09-01T20:56:29.159Z[ host-image] Sep 01 20:56:28.360 INFO O| Sep 01 20:56:28.360 INFO STEP 43 (remove_files) COMPLETE
85792024-09-01T20:56:29.161Z[ host-image] Sep 01 20:56:28.360 INFO O| Sep 01 20:56:28.360 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-09-01T20:56:29.168Z[ host-image] Sep 01 20:56:28.369 INFO O| Sep 01 20:56:28.369 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85812024-09-01T20:56:29.170Z[ host-image] Sep 01 20:56:28.369 INFO O| Sep 01 20:56:28.369 INFO STEP 44 (remove_files) COMPLETE
85822024-09-01T20:56:29.170Z[ host-image] Sep 01 20:56:28.369 INFO O| Sep 01 20:56:28.369 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-09-01T20:56:29.177Z[ host-image] Sep 01 20:56:28.379 INFO O| Sep 01 20:56:28.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85842024-09-01T20:56:29.180Z[ host-image] Sep 01 20:56:28.379 INFO O| Sep 01 20:56:28.379 INFO STEP 45 (remove_files) COMPLETE
85852024-09-01T20:56:29.180Z[ host-image] Sep 01 20:56:28.379 INFO O| Sep 01 20:56:28.379 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-09-01T20:56:29.187Z[ host-image] Sep 01 20:56:28.388 INFO O| Sep 01 20:56:28.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85872024-09-01T20:56:29.187Z[ host-image] Sep 01 20:56:28.388 INFO O| Sep 01 20:56:28.388 INFO STEP 46 (remove_files) COMPLETE
85882024-09-01T20:56:29.187Z[ host-image] Sep 01 20:56:28.388 INFO O| Sep 01 20:56:28.388 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-09-01T20:56:29.196Z[ host-image] Sep 01 20:56:28.397 INFO O| Sep 01 20:56:28.397 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85902024-09-01T20:56:29.199Z[ host-image] Sep 01 20:56:28.398 INFO O| Sep 01 20:56:28.398 INFO STEP 47 (remove_files) COMPLETE
85912024-09-01T20:56:29.199Z[ host-image] Sep 01 20:56:28.398 INFO O| Sep 01 20:56:28.398 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-09-01T20:56:29.205Z[ host-image] Sep 01 20:56:28.407 INFO O| Sep 01 20:56:28.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85932024-09-01T20:56:29.208Z[ host-image] Sep 01 20:56:28.407 INFO O| Sep 01 20:56:28.407 INFO STEP 48 (remove_files) COMPLETE
85942024-09-01T20:56:29.208Z[ host-image] Sep 01 20:56:28.407 INFO O| Sep 01 20:56:28.407 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-09-01T20:56:29.215Z[ host-image] Sep 01 20:56:28.416 INFO O| Sep 01 20:56:28.416 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85962024-09-01T20:56:29.217Z[ host-image] Sep 01 20:56:28.416 INFO O| Sep 01 20:56:28.416 INFO STEP 49 (remove_files) COMPLETE
85972024-09-01T20:56:29.217Z[ host-image] Sep 01 20:56:28.416 INFO O| Sep 01 20:56:28.416 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-09-01T20:56:29.224Z[ host-image] Sep 01 20:56:28.426 INFO O| Sep 01 20:56:28.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85992024-09-01T20:56:29.224Z[ host-image] Sep 01 20:56:28.426 INFO O| Sep 01 20:56:28.426 INFO STEP 50 (remove_files) COMPLETE
86002024-09-01T20:56:29.224Z[ host-image] Sep 01 20:56:28.426 INFO O| Sep 01 20:56:28.426 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-09-01T20:56:29.234Z[ host-image] Sep 01 20:56:28.435 INFO O| Sep 01 20:56:28.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86022024-09-01T20:56:29.236Z[ host-image] Sep 01 20:56:28.435 INFO O| Sep 01 20:56:28.435 INFO STEP 51 (remove_files) COMPLETE
86032024-09-01T20:56:29.236Z[ host-image] Sep 01 20:56:28.435 INFO O| Sep 01 20:56:28.435 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-09-01T20:56:29.243Z[ host-image] Sep 01 20:56:28.445 INFO O| Sep 01 20:56:28.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86052024-09-01T20:56:29.243Z[ host-image] Sep 01 20:56:28.445 INFO O| Sep 01 20:56:28.445 INFO STEP 52 (remove_files) COMPLETE
86062024-09-01T20:56:29.246Z[ host-image] Sep 01 20:56:28.445 INFO O| Sep 01 20:56:28.445 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-09-01T20:56:29.252Z[ host-image] Sep 01 20:56:28.454 INFO O| Sep 01 20:56:28.454 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86082024-09-01T20:56:29.255Z[ host-image] Sep 01 20:56:28.454 INFO O| Sep 01 20:56:28.454 INFO STEP 53 (remove_files) COMPLETE
86092024-09-01T20:56:29.255Z[ host-image] Sep 01 20:56:28.454 INFO O| Sep 01 20:56:28.454 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-09-01T20:56:29.262Z[ host-image] Sep 01 20:56:28.463 INFO O| Sep 01 20:56:28.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86112024-09-01T20:56:29.262Z[ host-image] Sep 01 20:56:28.463 INFO O| Sep 01 20:56:28.463 INFO STEP 54 (remove_files) COMPLETE
86122024-09-01T20:56:29.262Z[ host-image] Sep 01 20:56:28.463 INFO O| Sep 01 20:56:28.463 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-09-01T20:56:29.272Z[ host-image] Sep 01 20:56:28.473 INFO O| Sep 01 20:56:28.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86142024-09-01T20:56:29.272Z[ host-image] Sep 01 20:56:28.473 INFO O| Sep 01 20:56:28.473 INFO STEP 55 (remove_files) COMPLETE
86152024-09-01T20:56:29.272Z[ host-image] Sep 01 20:56:28.473 INFO O| Sep 01 20:56:28.473 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-09-01T20:56:29.281Z[ host-image] Sep 01 20:56:28.482 INFO O| Sep 01 20:56:28.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86172024-09-01T20:56:29.281Z[ host-image] Sep 01 20:56:28.483 INFO O| Sep 01 20:56:28.482 INFO STEP 56 (remove_files) COMPLETE
86182024-09-01T20:56:29.283Z[ host-image] Sep 01 20:56:28.483 INFO O| Sep 01 20:56:28.483 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86192024-09-01T20:56:29.290Z[ host-image] Sep 01 20:56:28.492 INFO O| Sep 01 20:56:28.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86202024-09-01T20:56:29.291Z[ host-image] Sep 01 20:56:28.492 INFO O| Sep 01 20:56:28.492 INFO STEP 57 (remove_files) COMPLETE
86212024-09-01T20:56:29.291Z[ host-image] Sep 01 20:56:28.492 INFO O| Sep 01 20:56:28.492 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86222024-09-01T20:56:29.300Z[ host-image] Sep 01 20:56:28.501 INFO O| Sep 01 20:56:28.501 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86232024-09-01T20:56:29.300Z[ host-image] Sep 01 20:56:28.502 INFO O| Sep 01 20:56:28.502 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86242024-09-01T20:56:29.303Z[ host-image] Sep 01 20:56:28.502 INFO O| Sep 01 20:56:28.502 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86252024-09-01T20:56:29.303Z[ host-image] Sep 01 20:56:28.502 INFO O| Sep 01 20:56:28.502 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86262024-09-01T20:56:29.303Z[ host-image] Sep 01 20:56:28.502 INFO O| Sep 01 20:56:28.502 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86272024-09-01T20:56:29.303Z[ host-image] Sep 01 20:56:28.502 INFO O| Sep 01 20:56:28.502 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86282024-09-01T20:56:29.303Z[ host-image] Sep 01 20:56:28.502 INFO O| Sep 01 20:56:28.502 INFO ok!
86292024-09-01T20:56:29.303Z[ host-image] Sep 01 20:56:28.502 INFO O| Sep 01 20:56:28.502 INFO STEP 58 (ensure_file) COMPLETE
86302024-09-01T20:56:29.303Z[ host-image] Sep 01 20:56:28.502 INFO O| Sep 01 20:56:28.502 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86312024-09-01T20:56:29.310Z[ host-image] Sep 01 20:56:28.511 INFO O| Sep 01 20:56:28.511 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86322024-09-01T20:56:29.313Z[ host-image] Sep 01 20:56:28.512 INFO O| Sep 01 20:56:28.511 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86332024-09-01T20:56:29.313Z[ host-image] Sep 01 20:56:28.512 INFO O| Sep 01 20:56:28.512 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86342024-09-01T20:56:29.313Z[ host-image] Sep 01 20:56:28.512 INFO O| Sep 01 20:56:28.512 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86352024-09-01T20:56:29.313Z[ host-image] Sep 01 20:56:28.512 INFO O| Sep 01 20:56:28.512 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86362024-09-01T20:56:29.313Z[ host-image] Sep 01 20:56:28.512 INFO O| Sep 01 20:56:28.512 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86372024-09-01T20:56:29.313Z[ host-image] Sep 01 20:56:28.512 INFO O| Sep 01 20:56:28.512 INFO ok!
86382024-09-01T20:56:29.313Z[ host-image] Sep 01 20:56:28.512 INFO O| Sep 01 20:56:28.512 INFO STEP 59 (ensure_file) COMPLETE
86392024-09-01T20:56:29.313Z[ host-image] Sep 01 20:56:28.512 INFO O| Sep 01 20:56:28.512 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86402024-09-01T20:56:29.320Z[ host-image] Sep 01 20:56:28.521 INFO O| Sep 01 20:56:28.521 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86412024-09-01T20:56:29.320Z[ host-image] Sep 01 20:56:28.521 INFO O| Sep 01 20:56:28.521 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86422024-09-01T20:56:29.322Z[ host-image] Sep 01 20:56:28.521 INFO O| Sep 01 20:56:28.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86432024-09-01T20:56:29.322Z[ host-image] Sep 01 20:56:28.521 INFO O| Sep 01 20:56:28.521 INFO ok!
86442024-09-01T20:56:29.322Z[ host-image] Sep 01 20:56:28.521 INFO O| Sep 01 20:56:28.521 INFO STEP 60 (ensure_file) COMPLETE
86452024-09-01T20:56:29.322Z[ host-image] Sep 01 20:56:28.521 INFO O| Sep 01 20:56:28.521 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86462024-09-01T20:56:29.330Z[ host-image] Sep 01 20:56:28.531 INFO O| Sep 01 20:56:28.531 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86472024-09-01T20:56:29.330Z[ host-image] Sep 01 20:56:28.531 INFO O| Sep 01 20:56:28.531 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86482024-09-01T20:56:29.333Z[ host-image] Sep 01 20:56:28.532 INFO O| Sep 01 20:56:28.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86492024-09-01T20:56:29.333Z[ host-image] Sep 01 20:56:28.532 INFO O| Sep 01 20:56:28.532 INFO ok!
86502024-09-01T20:56:29.333Z[ host-image] Sep 01 20:56:28.532 INFO O| Sep 01 20:56:28.532 INFO STEP 61 (ensure_file) COMPLETE
86512024-09-01T20:56:29.333Z[ host-image] Sep 01 20:56:28.532 INFO O| Sep 01 20:56:28.532 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86522024-09-01T20:56:29.340Z[ host-image] Sep 01 20:56:28.541 INFO O| Sep 01 20:56:28.541 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86532024-09-01T20:56:29.340Z[ host-image] Sep 01 20:56:28.541 INFO O| Sep 01 20:56:28.541 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86542024-09-01T20:56:29.342Z[ host-image] Sep 01 20:56:28.541 INFO O| Sep 01 20:56:28.541 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86552024-09-01T20:56:29.342Z[ host-image] Sep 01 20:56:28.541 INFO O| Sep 01 20:56:28.541 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86562024-09-01T20:56:29.342Z[ host-image] Sep 01 20:56:28.541 INFO O| Sep 01 20:56:28.541 INFO ok!
86572024-09-01T20:56:29.342Z[ host-image] Sep 01 20:56:28.541 INFO O| Sep 01 20:56:28.541 INFO STEP 62 (ensure_file) COMPLETE
86582024-09-01T20:56:29.342Z[ host-image] Sep 01 20:56:28.541 INFO O| Sep 01 20:56:28.541 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-09-01T20:56:29.349Z[ host-image] Sep 01 20:56:28.551 INFO O| Sep 01 20:56:28.550 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86602024-09-01T20:56:29.349Z[ host-image] Sep 01 20:56:28.551 INFO O| Sep 01 20:56:28.551 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86612024-09-01T20:56:29.352Z[ host-image] Sep 01 20:56:28.551 INFO O| Sep 01 20:56:28.551 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86622024-09-01T20:56:29.352Z[ host-image] Sep 01 20:56:28.551 INFO O| Sep 01 20:56:28.551 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86632024-09-01T20:56:29.352Z[ host-image] Sep 01 20:56:28.551 INFO O| Sep 01 20:56:28.551 INFO ok!
86642024-09-01T20:56:29.352Z[ host-image] Sep 01 20:56:28.551 INFO O| Sep 01 20:56:28.551 INFO STEP 63 (ensure_file) COMPLETE
86652024-09-01T20:56:29.352Z[ host-image] Sep 01 20:56:28.551 INFO O| Sep 01 20:56:28.551 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-09-01T20:56:29.359Z[ host-image] Sep 01 20:56:28.561 INFO O| Sep 01 20:56:28.561 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86672024-09-01T20:56:29.359Z[ host-image] Sep 01 20:56:28.561 INFO O| Sep 01 20:56:28.561 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86682024-09-01T20:56:29.362Z[ host-image] Sep 01 20:56:28.561 INFO O| Sep 01 20:56:28.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86692024-09-01T20:56:29.362Z[ host-image] Sep 01 20:56:28.561 INFO O| Sep 01 20:56:28.561 INFO ok!
86702024-09-01T20:56:29.362Z[ host-image] Sep 01 20:56:28.561 INFO O| Sep 01 20:56:28.561 INFO STEP 64 (assemble_files) COMPLETE
86712024-09-01T20:56:29.362Z[ host-image] Sep 01 20:56:28.561 INFO O| Sep 01 20:56:28.561 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86722024-09-01T20:56:29.369Z[ host-image] Sep 01 20:56:28.570 INFO O| Sep 01 20:56:28.570 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86732024-09-01T20:56:29.369Z[ host-image] Sep 01 20:56:28.570 INFO O| Sep 01 20:56:28.570 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86742024-09-01T20:56:29.369Z[ host-image] Sep 01 20:56:28.571 INFO O| Sep 01 20:56:28.571 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86752024-09-01T20:56:29.372Z[ host-image] Sep 01 20:56:28.571 INFO O| Sep 01 20:56:28.571 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86762024-09-01T20:56:29.372Z[ host-image] Sep 01 20:56:28.571 INFO O| Sep 01 20:56:28.571 INFO ok!
86772024-09-01T20:56:29.372Z[ host-image] Sep 01 20:56:28.571 INFO O| Sep 01 20:56:28.571 INFO STEP 65 (ensure_file) COMPLETE
86782024-09-01T20:56:29.372Z[ host-image] Sep 01 20:56:28.571 INFO O| Sep 01 20:56:28.571 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86792024-09-01T20:56:29.381Z[ host-image] Sep 01 20:56:28.582 INFO O| Sep 01 20:56:28.582 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86802024-09-01T20:56:29.384Z[ host-image] Sep 01 20:56:28.582 INFO O| Sep 01 20:56:28.582 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86812024-09-01T20:56:29.384Z[ host-image] Sep 01 20:56:28.583 INFO O| Sep 01 20:56:28.582 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86822024-09-01T20:56:29.384Z[ host-image] Sep 01 20:56:28.583 INFO O| Sep 01 20:56:28.583 INFO STEP 66 (ensure_dir) COMPLETE
86832024-09-01T20:56:29.384Z[ host-image] Sep 01 20:56:28.583 INFO O| Sep 01 20:56:28.583 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-09-01T20:56:29.391Z[ host-image] Sep 01 20:56:28.592 INFO O| Sep 01 20:56:28.592 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86852024-09-01T20:56:29.391Z[ host-image] Sep 01 20:56:28.592 INFO O| Sep 01 20:56:28.592 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 ...
86862024-09-01T20:56:29.398Z[ host-image] Sep 01 20:56:28.599 INFO O| Sep 01 20:56:28.599 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
86872024-09-01T20:56:29.398Z[ host-image] Sep 01 20:56:28.599 INFO O| Sep 01 20:56:28.599 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86882024-09-01T20:56:29.400Z[ host-image] Sep 01 20:56:28.599 INFO O| Sep 01 20:56:28.599 INFO ok!
86892024-09-01T20:56:29.401Z[ host-image] Sep 01 20:56:28.599 INFO O| Sep 01 20:56:28.599 INFO STEP 67 (ensure_file) COMPLETE
86902024-09-01T20:56:29.401Z[ host-image] Sep 01 20:56:28.599 INFO O| Sep 01 20:56:28.599 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86912024-09-01T20:56:29.410Z[ host-image] Sep 01 20:56:28.612 INFO O| Sep 01 20:56:28.612 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86922024-09-01T20:56:29.410Z[ host-image] Sep 01 20:56:28.612 INFO O| Sep 01 20:56:28.612 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 ...
86932024-09-01T20:56:29.413Z[ host-image] Sep 01 20:56:28.612 INFO O| Sep 01 20:56:28.612 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
86942024-09-01T20:56:29.414Z[ host-image] Sep 01 20:56:28.612 INFO O| Sep 01 20:56:28.612 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86952024-09-01T20:56:29.414Z[ host-image] Sep 01 20:56:28.612 INFO O| Sep 01 20:56:28.612 INFO ok!
86962024-09-01T20:56:29.414Z[ host-image] Sep 01 20:56:28.612 INFO O| Sep 01 20:56:28.612 INFO STEP 68 (ensure_file) COMPLETE
86972024-09-01T20:56:29.414Z[ host-image] Sep 01 20:56:28.612 INFO O| Sep 01 20:56:28.612 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-09-01T20:56:29.427Z[ host-image] Sep 01 20:56:28.629 INFO O| Sep 01 20:56:28.629 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86992024-09-01T20:56:29.428Z[ host-image] Sep 01 20:56:28.629 INFO O| Sep 01 20:56:28.629 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87002024-09-01T20:56:30.676Z[ recovery-image] Sep 01 20:56:29.876 INFO E| Compiling bitflags v1.3.2
87012024-09-01T20:56:30.676Z[ recovery-image] Sep 01 20:56:29.877 INFO E| Compiling scroll v0.12.0
87022024-09-01T20:56:30.678Z[ recovery-image] Sep 01 20:56:29.877 INFO E| Compiling adler v1.0.2
87032024-09-01T20:56:30.678Z[ recovery-image] Sep 01 20:56:29.877 INFO E| Compiling log v0.4.21
87042024-09-01T20:56:30.678Z[ recovery-image] Sep 01 20:56:29.877 INFO E| Compiling plain v0.2.3
87052024-09-01T20:56:30.678Z[ recovery-image] Sep 01 20:56:29.877 INFO E| Compiling bit_field v0.10.2
87062024-09-01T20:56:30.678Z[ recovery-image] Sep 01 20:56:29.877 INFO E| Compiling bitstruct v0.1.1
87072024-09-01T20:56:30.776Z[ recovery-image] Sep 01 20:56:29.977 INFO E| Compiling raw-cpuid v10.7.0
87082024-09-01T20:56:30.785Z[ recovery-image] Sep 01 20:56:29.986 INFO E| Compiling cpio_reader v0.1.1
87092024-09-01T20:56:30.909Z[ recovery-image] Sep 01 20:56:30.110 INFO E| Compiling miniz_oxide v0.7.2
87102024-09-01T20:56:30.951Z[ recovery-image] Sep 01 20:56:30.152 INFO E| Compiling static_assertions v1.1.0
87112024-09-01T20:56:31.161Z[ recovery-image] Sep 01 20:56:30.362 INFO E| Compiling goblin v0.8.0
87122024-09-01T20:56:32.139Z[ host-image] Sep 01 20:56:31.340 INFO O| Sep 01 20:56:31.340 INFO STEP 69 (pack_tar) COMPLETE
87132024-09-01T20:56:32.139Z[ host-image] Sep 01 20:56:31.340 INFO O| Sep 01 20:56:31.340 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87142024-09-01T20:56:32.141Z[ host-image] Sep 01 20:56:31.340 INFO O| Sep 01 20:56:31.340 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87152024-09-01T20:56:32.280Z[ host-image] Sep 01 20:56:31.481 INFO O| Sep 01 20:56:31.481 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87162024-09-01T20:56:32.360Z[ host-image] Sep 01 20:56:31.561 INFO O| Sep 01 20:56:31.561 INFO completed processing gimlet/ramdisk-02-trim
87172024-09-01T20:56:32.363Z[ host-image] Sep 01 20:56:31.563 INFO image builder template: zfs...
87182024-09-01T20:56:32.363Z[ host-image] Sep 01 20:56:31.563 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/.tmpEQ75Ar/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
87192024-09-01T20:56:32.380Z[ host-image] Sep 01 20:56:31.581 INFO O| Sep 01 20:56:31.580 INFO skip include "stress" because feature "stress" is not enabled
87202024-09-01T20:56:32.419Z[ host-image] Sep 01 20:56:31.620 INFO O| Sep 01 20:56:31.620 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87212024-09-01T20:56:32.425Z[ host-image] Sep 01 20:56:31.626 INFO O| Sep 01 20:56:31.626 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87222024-09-01T20:56:32.529Z[ host-image] Sep 01 20:56:31.729 INFO O| Sep 01 20:56:31.729 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87232024-09-01T20:56:32.587Z[ host-image] Sep 01 20:56:31.788 INFO O| Sep 01 20:56:31.788 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87242024-09-01T20:56:32.587Z[ host-image] Sep 01 20:56:31.788 INFO O| Sep 01 20:56:31.788 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87252024-09-01T20:56:32.593Z[ host-image] Sep 01 20:56:31.794 INFO O| Sep 01 20:56:31.794 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87262024-09-01T20:56:32.666Z[ host-image] Sep 01 20:56:31.867 INFO O| Sep 01 20:56:31.866 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87272024-09-01T20:56:32.712Z[ host-image] Sep 01 20:56:31.913 INFO O| Sep 01 20:56:31.913 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87282024-09-01T20:56:32.725Z[ host-image] Sep 01 20:56:31.926 INFO O| Sep 01 20:56:31.926 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87292024-09-01T20:56:32.734Z[ host-image] Sep 01 20:56:31.935 INFO O| Sep 01 20:56:31.935 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87302024-09-01T20:56:32.734Z[ host-image] Sep 01 20:56:31.935 INFO O| Sep 01 20:56:31.935 INFO no lofi found
87312024-09-01T20:56:32.737Z[ host-image] Sep 01 20:56:31.935 INFO O| Sep 01 20:56:31.935 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87322024-09-01T20:56:32.737Z[ host-image] Sep 01 20:56:31.935 INFO O| Sep 01 20:56:31.935 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87332024-09-01T20:56:34.809Z[ host-image] Sep 01 20:56:34.010 INFO O| Sep 01 20:56:34.010 INFO lofi device = /dev/dsk/c2t1d0p0
87342024-09-01T20:56:34.809Z[ host-image] Sep 01 20:56:34.010 INFO O| Sep 01 20:56:34.010 INFO pool device = /dev/dsk/c2t1d0p0
87352024-09-01T20:56:34.812Z[ host-image] Sep 01 20:56:34.010 INFO O| Sep 01 20:56:34.010 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"]
87362024-09-01T20:56:34.885Z[ host-image] Sep 01 20:56:34.086 INFO O| Sep 01 20:56:34.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87372024-09-01T20:56:34.885Z[ host-image] Sep 01 20:56:34.086 INFO O| Sep 01 20:56:34.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87382024-09-01T20:56:34.909Z[ host-image] Sep 01 20:56:34.110 INFO O| Sep 01 20:56:34.109 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87392024-09-01T20:56:34.971Z[ host-image] Sep 01 20:56:34.171 INFO O| Sep 01 20:56:34.171 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87402024-09-01T20:56:35.009Z[ host-image] Sep 01 20:56:34.209 INFO O| Sep 01 20:56:34.209 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87412024-09-01T20:56:35.024Z[ host-image] Sep 01 20:56:34.225 INFO O| Sep 01 20:56:34.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87422024-09-01T20:56:35.035Z[ host-image] Sep 01 20:56:34.236 INFO O| Sep 01 20:56:34.236 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87432024-09-01T20:56:35.083Z[ host-image] Sep 01 20:56:34.283 INFO O| Sep 01 20:56:34.283 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87442024-09-01T20:56:35.083Z[ host-image] Sep 01 20:56:34.284 INFO O| Sep 01 20:56:34.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87452024-09-01T20:56:35.083Z[ host-image] Sep 01 20:56:34.284 INFO O| Sep 01 20:56:34.284 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87462024-09-01T20:56:35.093Z[ host-image] Sep 01 20:56:34.294 INFO O| Sep 01 20:56:34.294 INFO boot environment UUID: 5c851867-9e21-449b-a845-5ca7ae7bc76f
87472024-09-01T20:56:35.093Z[ host-image] Sep 01 20:56:34.294 INFO O| Sep 01 20:56:34.294 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5c851867-9e21-449b-a845-5ca7ae7bc76f
87482024-09-01T20:56:35.104Z[ host-image] Sep 01 20:56:34.305 INFO O| Sep 01 20:56:34.305 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87492024-09-01T20:56:35.115Z[ host-image] Sep 01 20:56:34.316 INFO O| Sep 01 20:56:34.316 INFO STEP 0 (create_be) COMPLETE
87502024-09-01T20:56:35.116Z[ host-image] Sep 01 20:56:34.316 INFO O| Sep 01 20:56:34.316 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87512024-09-01T20:56:35.131Z[ host-image] Sep 01 20:56:34.332 INFO O| Sep 01 20:56:34.332 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87522024-09-01T20:56:38.722Z[ recovery-image] Sep 01 20:56:37.922 INFO E| Finished `release` profile [optimized] target(s) in 34.64s
87532024-09-01T20:56:38.745Z[ recovery-image] Sep 01 20:56:37.946 INFO building host image...
87542024-09-01T20:56:38.747Z[ recovery-image] Sep 01 20:56:37.946 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")
87552024-09-01T20:56:39.277Z[ recovery-image] Sep 01 20:56:38.478 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87562024-09-01T20:56:41.120Z[ recovery-image] Sep 01 20:56:40.319 INFO image complete! materials are in "/work/os-recovery"
87572024-09-01T20:56:41.123Z[ recovery-image]
87582024-09-01T20:56:41.123Z[ recovery-image] real 7:29.987100491
87592024-09-01T20:56:41.123Z[ recovery-image] user 4:40.633364192
87602024-09-01T20:56:41.123Z[ recovery-image] sys 1:09.630700399
87612024-09-01T20:56:41.123Z[ recovery-image] trap 0.193414474
87622024-09-01T20:56:41.123Z[ recovery-image] tflt 0.257851509
87632024-09-01T20:56:41.123Z[ recovery-image] dflt 1.024007015
87642024-09-01T20:56:41.123Z[ recovery-image] kflt 0.000105680
87652024-09-01T20:56:41.123Z[ recovery-image] lock 15:57.696929697
87662024-09-01T20:56:41.123Z[ recovery-image] slp 42:53.809843426
87672024-09-01T20:56:41.123Z[ recovery-image] lat 1:45.764091480
87682024-09-01T20:56:41.123Z[ recovery-image] stop 4.677059115
87692024-09-01T20:56:41.123ZSep 01 20:56:40.324 INFO [recovery-image] process exited with exit status: 0 (450.029514626s)
87702024-09-01T20:56:54.682Z[ host-image] Sep 01 20:56:53.882 INFO O| Sep 01 20:56:53.882 INFO STEP 1 (unpack_tar) COMPLETE
87712024-09-01T20:56:54.682Z[ host-image] Sep 01 20:56:53.882 INFO O| Sep 01 20:56:53.882 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722024-09-01T20:56:54.693Z[ host-image] Sep 01 20:56:53.893 INFO O| Sep 01 20:56:53.893 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87732024-09-01T20:56:54.783Z[ host-image] Sep 01 20:56:53.982 INFO O| Sep 01 20:56:53.982 INFO STEP 2 (devfsadm) COMPLETE
87742024-09-01T20:56:54.783Z[ host-image] Sep 01 20:56:53.982 INFO O| Sep 01 20:56:53.982 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752024-09-01T20:56:54.794Z[ host-image] Sep 01 20:56:53.993 INFO O| Sep 01 20:56:53.993 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87762024-09-01T20:56:54.794Z[ host-image] Sep 01 20:56:53.993 INFO O| Sep 01 20:56:53.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87772024-09-01T20:56:54.794Z[ host-image] Sep 01 20:56:53.993 INFO O| Sep 01 20:56:53.993 INFO STEP 3 (ensure_dir) COMPLETE
87782024-09-01T20:56:54.796Z[ host-image] Sep 01 20:56:53.993 INFO O| Sep 01 20:56:53.993 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792024-09-01T20:56:54.804Z[ host-image] Sep 01 20:56:54.004 INFO O| Sep 01 20:56:54.004 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87802024-09-01T20:56:54.804Z[ host-image] Sep 01 20:56:54.004 INFO O| Sep 01 20:56:54.004 INFO STEP 4 (ensure_dir) COMPLETE
87812024-09-01T20:56:54.807Z[ host-image] Sep 01 20:56:54.004 INFO O| Sep 01 20:56:54.004 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822024-09-01T20:56:54.815Z[ host-image] Sep 01 20:56:54.014 INFO O| Sep 01 20:56:54.014 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87832024-09-01T20:56:54.815Z[ host-image] Sep 01 20:56:54.014 INFO O| Sep 01 20:56:54.014 INFO STEP 5 (ensure_dir) COMPLETE
87842024-09-01T20:56:54.817Z[ host-image] Sep 01 20:56:54.014 INFO O| Sep 01 20:56:54.014 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852024-09-01T20:56:54.825Z[ host-image] Sep 01 20:56:54.024 INFO O| Sep 01 20:56:54.024 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87862024-09-01T20:56:54.825Z[ host-image] Sep 01 20:56:54.024 INFO O| Sep 01 20:56:54.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87872024-09-01T20:56:54.825Z[ host-image] Sep 01 20:56:54.024 INFO O| Sep 01 20:56:54.024 INFO STEP 6 (ensure_dir) COMPLETE
87882024-09-01T20:56:54.827Z[ host-image] Sep 01 20:56:54.024 INFO O| Sep 01 20:56:54.024 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892024-09-01T20:56:54.834Z[ host-image] Sep 01 20:56:54.034 INFO O| Sep 01 20:56:54.033 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87902024-09-01T20:56:54.834Z[ host-image] Sep 01 20:56:54.034 INFO O| Sep 01 20:56:54.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87912024-09-01T20:56:54.834Z[ host-image] Sep 01 20:56:54.034 INFO O| Sep 01 20:56:54.034 INFO STEP 7 (ensure_dir) COMPLETE
87922024-09-01T20:56:54.836Z[ host-image] Sep 01 20:56:54.034 INFO O| Sep 01 20:56:54.034 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87932024-09-01T20:56:54.844Z[ host-image] Sep 01 20:56:54.043 INFO O| Sep 01 20:56:54.043 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87942024-09-01T20:56:54.847Z[ host-image] Sep 01 20:56:54.043 INFO O| Sep 01 20:56:54.043 INFO STEP 8 (remove_files) COMPLETE
87952024-09-01T20:56:54.847Z[ host-image] Sep 01 20:56:54.043 INFO O| Sep 01 20:56:54.043 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962024-09-01T20:56:54.853Z[ host-image] Sep 01 20:56:54.053 INFO O| Sep 01 20:56:54.053 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87972024-09-01T20:56:54.856Z[ host-image] Sep 01 20:56:54.054 INFO O| Sep 01 20:56:54.054 INFO STEP 9 (remove_files) COMPLETE
87982024-09-01T20:56:54.856Z[ host-image] Sep 01 20:56:54.054 INFO O| Sep 01 20:56:54.054 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992024-09-01T20:56:54.863Z[ host-image] Sep 01 20:56:54.063 INFO O| Sep 01 20:56:54.063 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88002024-09-01T20:56:54.866Z[ host-image] Sep 01 20:56:54.064 INFO O| Sep 01 20:56:54.064 INFO STEP 10 (remove_files) COMPLETE
88012024-09-01T20:56:54.866Z[ host-image] Sep 01 20:56:54.064 INFO O| Sep 01 20:56:54.064 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022024-09-01T20:56:54.874Z[ host-image] Sep 01 20:56:54.074 INFO O| Sep 01 20:56:54.073 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88032024-09-01T20:56:54.876Z[ host-image] Sep 01 20:56:54.074 INFO O| Sep 01 20:56:54.074 INFO STEP 11 (remove_files) COMPLETE
88042024-09-01T20:56:54.876Z[ host-image] Sep 01 20:56:54.074 INFO O| Sep 01 20:56:54.074 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052024-09-01T20:56:54.883Z[ host-image] Sep 01 20:56:54.083 INFO O| Sep 01 20:56:54.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88062024-09-01T20:56:54.886Z[ host-image] Sep 01 20:56:54.084 INFO O| Sep 01 20:56:54.083 INFO STEP 12 (remove_files) COMPLETE
88072024-09-01T20:56:54.886Z[ host-image] Sep 01 20:56:54.084 INFO O| Sep 01 20:56:54.083 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082024-09-01T20:56:54.893Z[ host-image] Sep 01 20:56:54.093 INFO O| Sep 01 20:56:54.093 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88092024-09-01T20:56:54.893Z[ host-image] Sep 01 20:56:54.093 INFO O| Sep 01 20:56:54.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88102024-09-01T20:56:54.896Z[ host-image] Sep 01 20:56:54.093 INFO O| Sep 01 20:56:54.093 INFO STEP 13 (ensure_dir) COMPLETE
88112024-09-01T20:56:54.896Z[ host-image] Sep 01 20:56:54.093 INFO O| Sep 01 20:56:54.093 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122024-09-01T20:56:54.903Z[ host-image] Sep 01 20:56:54.103 INFO O| Sep 01 20:56:54.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88132024-09-01T20:56:54.907Z[ host-image] Sep 01 20:56:54.103 INFO O| Sep 01 20:56:54.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88142024-09-01T20:56:54.907Z[ host-image] Sep 01 20:56:54.103 INFO O| Sep 01 20:56:54.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88152024-09-01T20:56:54.907Z[ host-image] Sep 01 20:56:54.103 INFO O| Sep 01 20:56:54.103 INFO STEP 14 (ensure_dir) COMPLETE
88162024-09-01T20:56:54.907Z[ host-image] Sep 01 20:56:54.103 INFO O| Sep 01 20:56:54.103 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172024-09-01T20:56:54.913Z[ host-image] Sep 01 20:56:54.112 INFO O| Sep 01 20:56:54.112 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88182024-09-01T20:56:54.913Z[ host-image] Sep 01 20:56:54.113 INFO O| Sep 01 20:56:54.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88192024-09-01T20:56:54.913Z[ host-image] Sep 01 20:56:54.113 INFO O| Sep 01 20:56:54.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88202024-09-01T20:56:54.916Z[ host-image] Sep 01 20:56:54.113 INFO O| Sep 01 20:56:54.113 INFO STEP 15 (ensure_dir) COMPLETE
88212024-09-01T20:56:54.916Z[ host-image] Sep 01 20:56:54.113 INFO O| Sep 01 20:56:54.113 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88222024-09-01T20:56:54.922Z[ host-image] Sep 01 20:56:54.122 INFO O| Sep 01 20:56:54.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88232024-09-01T20:56:54.926Z[ host-image] Sep 01 20:56:54.122 INFO O| Sep 01 20:56:54.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88242024-09-01T20:56:54.926Z[ host-image] Sep 01 20:56:54.122 INFO O| Sep 01 20:56:54.122 INFO STEP 16 (ensure_dir) COMPLETE
88252024-09-01T20:56:54.926Z[ host-image] Sep 01 20:56:54.122 INFO O| Sep 01 20:56:54.122 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88262024-09-01T20:56:54.932Z[ host-image] Sep 01 20:56:54.132 INFO O| Sep 01 20:56:54.132 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88272024-09-01T20:56:54.932Z[ host-image] Sep 01 20:56:54.132 INFO O| Sep 01 20:56:54.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88282024-09-01T20:56:54.934Z[ host-image] Sep 01 20:56:54.132 INFO O| Sep 01 20:56:54.132 INFO STEP 17 (ensure_dir) COMPLETE
88292024-09-01T20:56:54.934Z[ host-image] Sep 01 20:56:54.132 INFO O| Sep 01 20:56:54.132 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88302024-09-01T20:56:54.941Z[ host-image] Sep 01 20:56:54.141 INFO O| Sep 01 20:56:54.141 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88312024-09-01T20:56:54.941Z[ host-image] Sep 01 20:56:54.141 INFO O| Sep 01 20:56:54.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88322024-09-01T20:56:54.941Z[ host-image] Sep 01 20:56:54.141 INFO O| Sep 01 20:56:54.141 INFO ok!
88332024-09-01T20:56:54.941Z[ host-image] Sep 01 20:56:54.141 INFO O| Sep 01 20:56:54.141 INFO STEP 18 (ensure_symlink) COMPLETE
88342024-09-01T20:56:54.944Z[ host-image] Sep 01 20:56:54.141 INFO O| Sep 01 20:56:54.141 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88352024-09-01T20:56:54.952Z[ host-image] Sep 01 20:56:54.151 INFO O| Sep 01 20:56:54.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88362024-09-01T20:56:54.952Z[ host-image] Sep 01 20:56:54.151 INFO O| Sep 01 20:56:54.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88372024-09-01T20:56:54.955Z[ host-image] Sep 01 20:56:54.151 INFO O| Sep 01 20:56:54.151 INFO ok!
88382024-09-01T20:56:54.955Z[ host-image] Sep 01 20:56:54.151 INFO O| Sep 01 20:56:54.151 INFO STEP 19 (ensure_file) COMPLETE
88392024-09-01T20:56:54.955Z[ host-image] Sep 01 20:56:54.151 INFO O| Sep 01 20:56:54.151 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88402024-09-01T20:56:54.961Z[ host-image] Sep 01 20:56:54.160 INFO O| Sep 01 20:56:54.160 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88412024-09-01T20:56:54.961Z[ host-image] Sep 01 20:56:54.161 INFO O| Sep 01 20:56:54.160 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88422024-09-01T20:56:54.963Z[ host-image] Sep 01 20:56:54.161 INFO O| Sep 01 20:56:54.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88432024-09-01T20:56:54.963Z[ host-image] Sep 01 20:56:54.161 INFO O| Sep 01 20:56:54.161 INFO ok!
88442024-09-01T20:56:54.963Z[ host-image] Sep 01 20:56:54.161 INFO O| Sep 01 20:56:54.161 INFO STEP 20 (ensure_symlink) COMPLETE
88452024-09-01T20:56:54.963Z[ host-image] Sep 01 20:56:54.161 INFO O| Sep 01 20:56:54.161 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462024-09-01T20:56:54.972Z[ host-image] Sep 01 20:56:54.171 INFO O| Sep 01 20:56:54.171 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88472024-09-01T20:56:54.972Z[ host-image] Sep 01 20:56:54.171 INFO O| Sep 01 20:56:54.171 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88482024-09-01T20:56:54.976Z[ host-image] Sep 01 20:56:54.171 INFO O| Sep 01 20:56:54.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88492024-09-01T20:56:54.976Z[ host-image] Sep 01 20:56:54.171 INFO O| Sep 01 20:56:54.171 INFO ok!
88502024-09-01T20:56:54.976Z[ host-image] Sep 01 20:56:54.171 INFO O| Sep 01 20:56:54.171 INFO STEP 21 (ensure_symlink) COMPLETE
88512024-09-01T20:56:54.977Z[ host-image] Sep 01 20:56:54.171 INFO O| Sep 01 20:56:54.171 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88522024-09-01T20:56:54.982Z[ host-image] Sep 01 20:56:54.181 INFO O| Sep 01 20:56:54.181 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88532024-09-01T20:56:54.984Z[ host-image] Sep 01 20:56:54.181 INFO O| Sep 01 20:56:54.181 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88542024-09-01T20:56:54.984Z[ host-image] Sep 01 20:56:54.181 INFO O| Sep 01 20:56:54.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88552024-09-01T20:56:54.984Z[ host-image] Sep 01 20:56:54.181 INFO O| Sep 01 20:56:54.181 INFO ok!
88562024-09-01T20:56:54.984Z[ host-image] Sep 01 20:56:54.181 INFO O| Sep 01 20:56:54.181 INFO STEP 22 (ensure_symlink) COMPLETE
88572024-09-01T20:56:54.984Z[ host-image] Sep 01 20:56:54.181 INFO O| Sep 01 20:56:54.181 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88582024-09-01T20:56:54.990Z[ host-image] Sep 01 20:56:54.190 INFO O| Sep 01 20:56:54.190 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88592024-09-01T20:56:54.990Z[ host-image] Sep 01 20:56:54.190 INFO O| Sep 01 20:56:54.190 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88602024-09-01T20:56:54.993Z[ host-image] Sep 01 20:56:54.190 INFO O| Sep 01 20:56:54.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88612024-09-01T20:56:54.993Z[ host-image] Sep 01 20:56:54.190 INFO O| Sep 01 20:56:54.190 INFO ok!
88622024-09-01T20:56:54.993Z[ host-image] Sep 01 20:56:54.190 INFO O| Sep 01 20:56:54.190 INFO STEP 23 (ensure_symlink) COMPLETE
88632024-09-01T20:56:54.993Z[ host-image] Sep 01 20:56:54.190 INFO O| Sep 01 20:56:54.190 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88642024-09-01T20:56:55.001Z[ host-image] Sep 01 20:56:54.200 INFO O| Sep 01 20:56:54.200 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88652024-09-01T20:56:55.001Z[ host-image] Sep 01 20:56:54.200 INFO O| Sep 01 20:56:54.200 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88662024-09-01T20:56:55.003Z[ host-image] Sep 01 20:56:54.201 INFO O| Sep 01 20:56:54.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88672024-09-01T20:56:55.003Z[ host-image] Sep 01 20:56:54.201 INFO O| Sep 01 20:56:54.201 INFO ok!
88682024-09-01T20:56:55.003Z[ host-image] Sep 01 20:56:54.201 INFO O| Sep 01 20:56:54.201 INFO STEP 24 (ensure_file) COMPLETE
88692024-09-01T20:56:55.003Z[ host-image] Sep 01 20:56:54.201 INFO O| Sep 01 20:56:54.201 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88702024-09-01T20:56:55.011Z[ host-image] Sep 01 20:56:54.211 INFO O| Sep 01 20:56:54.211 INFO updating shadow file
88712024-09-01T20:56:55.013Z[ host-image] Sep 01 20:56:54.211 INFO O| Sep 01 20:56:54.211 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88722024-09-01T20:56:55.013Z[ host-image] Sep 01 20:56:54.211 INFO O| Sep 01 20:56:54.211 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88732024-09-01T20:56:55.013Z[ host-image] Sep 01 20:56:54.211 INFO O| Sep 01 20:56:54.211 INFO STEP 25 (shadow) COMPLETE
88742024-09-01T20:56:55.013Z[ host-image] Sep 01 20:56:54.211 INFO O| Sep 01 20:56:54.211 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88752024-09-01T20:56:55.021Z[ host-image] Sep 01 20:56:54.221 INFO O| Sep 01 20:56:54.221 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88762024-09-01T20:56:55.024Z[ host-image] Sep 01 20:56:54.221 INFO O| Sep 01 20:56:54.221 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88772024-09-01T20:56:55.024Z[ host-image] Sep 01 20:56:54.221 INFO O| Sep 01 20:56:54.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88782024-09-01T20:56:55.024Z[ host-image] Sep 01 20:56:54.221 INFO O| Sep 01 20:56:54.221 INFO ok!
88792024-09-01T20:56:55.024Z[ host-image] Sep 01 20:56:54.221 INFO O| Sep 01 20:56:54.221 INFO STEP 26 (ensure_file) COMPLETE
88802024-09-01T20:56:55.024Z[ host-image] Sep 01 20:56:54.221 INFO O| Sep 01 20:56:54.221 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88812024-09-01T20:56:55.031Z[ host-image] Sep 01 20:56:54.231 INFO O| Sep 01 20:56:54.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88822024-09-01T20:56:55.033Z[ host-image] Sep 01 20:56:54.231 INFO O| Sep 01 20:56:54.231 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88832024-09-01T20:56:55.033Z[ host-image] Sep 01 20:56:54.231 INFO O| Sep 01 20:56:54.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88842024-09-01T20:56:55.033Z[ host-image] Sep 01 20:56:54.231 INFO O| Sep 01 20:56:54.231 INFO ok!
88852024-09-01T20:56:55.034Z[ host-image] Sep 01 20:56:54.231 INFO O| Sep 01 20:56:54.231 INFO STEP 27 (ensure_file) COMPLETE
88862024-09-01T20:56:55.034Z[ host-image] Sep 01 20:56:54.231 INFO O| Sep 01 20:56:54.231 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88872024-09-01T20:56:55.041Z[ host-image] Sep 01 20:56:54.241 INFO O| Sep 01 20:56:54.241 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88882024-09-01T20:56:55.041Z[ host-image] Sep 01 20:56:54.241 INFO O| Sep 01 20:56:54.241 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88892024-09-01T20:56:55.044Z[ host-image] Sep 01 20:56:54.241 INFO O| Sep 01 20:56:54.241 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88902024-09-01T20:56:55.044Z[ host-image] Sep 01 20:56:54.241 INFO O| Sep 01 20:56:54.241 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88912024-09-01T20:56:55.044Z[ host-image] Sep 01 20:56:54.241 INFO O| Sep 01 20:56:54.241 INFO ok!
88922024-09-01T20:56:55.044Z[ host-image] Sep 01 20:56:54.241 INFO O| Sep 01 20:56:54.241 INFO STEP 28 (ensure_file) COMPLETE
88932024-09-01T20:56:55.044Z[ host-image] Sep 01 20:56:54.241 INFO O| Sep 01 20:56:54.241 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88942024-09-01T20:56:55.052Z[ host-image] Sep 01 20:56:54.252 INFO O| Sep 01 20:56:54.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88952024-09-01T20:56:55.052Z[ host-image] Sep 01 20:56:54.252 INFO O| Sep 01 20:56:54.252 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88962024-09-01T20:56:55.052Z[ host-image] Sep 01 20:56:54.252 INFO O| Sep 01 20:56:54.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88972024-09-01T20:56:55.054Z[ host-image] Sep 01 20:56:54.252 INFO O| Sep 01 20:56:54.252 INFO ok!
88982024-09-01T20:56:55.054Z[ host-image] Sep 01 20:56:54.252 INFO O| Sep 01 20:56:54.252 INFO STEP 29 (ensure_file) COMPLETE
88992024-09-01T20:56:55.054Z[ host-image] Sep 01 20:56:54.252 INFO O| Sep 01 20:56:54.252 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89002024-09-01T20:56:55.062Z[ host-image] Sep 01 20:56:54.261 INFO O| Sep 01 20:56:54.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89012024-09-01T20:56:55.062Z[ host-image] Sep 01 20:56:54.261 INFO O| Sep 01 20:56:54.261 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89022024-09-01T20:56:55.064Z[ host-image] Sep 01 20:56:54.262 INFO O| Sep 01 20:56:54.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89032024-09-01T20:56:55.064Z[ host-image] Sep 01 20:56:54.262 INFO O| Sep 01 20:56:54.262 INFO ok!
89042024-09-01T20:56:55.064Z[ host-image] Sep 01 20:56:54.262 INFO O| Sep 01 20:56:54.262 INFO STEP 30 (ensure_file) COMPLETE
89052024-09-01T20:56:55.064Z[ host-image] Sep 01 20:56:54.262 INFO O| Sep 01 20:56:54.262 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89062024-09-01T20:56:55.072Z[ host-image] Sep 01 20:56:54.271 INFO O| Sep 01 20:56:54.271 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89072024-09-01T20:56:55.077Z[ host-image] Sep 01 20:56:54.271 INFO O| Sep 01 20:56:54.271 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89082024-09-01T20:56:55.077Z[ host-image] Sep 01 20:56:54.271 INFO O| Sep 01 20:56:54.271 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89092024-09-01T20:56:55.077Z[ host-image] Sep 01 20:56:54.272 INFO O| Sep 01 20:56:54.271 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89102024-09-01T20:56:55.077Z[ host-image] Sep 01 20:56:54.272 INFO O| Sep 01 20:56:54.272 INFO ok!
89112024-09-01T20:56:55.077Z[ host-image] Sep 01 20:56:54.272 INFO O| Sep 01 20:56:54.272 INFO STEP 31 (ensure_file) COMPLETE
89122024-09-01T20:56:55.077Z[ host-image] Sep 01 20:56:54.272 INFO O| Sep 01 20:56:54.272 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89132024-09-01T20:56:55.082Z[ host-image] Sep 01 20:56:54.281 INFO O| Sep 01 20:56:54.281 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89142024-09-01T20:56:55.082Z[ host-image] Sep 01 20:56:54.281 INFO O| Sep 01 20:56:54.281 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89152024-09-01T20:56:55.085Z[ host-image] Sep 01 20:56:54.281 INFO O| Sep 01 20:56:54.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89162024-09-01T20:56:55.085Z[ host-image] Sep 01 20:56:54.281 INFO O| Sep 01 20:56:54.281 INFO ok!
89172024-09-01T20:56:55.085Z[ host-image] Sep 01 20:56:54.281 INFO O| Sep 01 20:56:54.281 INFO STEP 32 (ensure_file) COMPLETE
89182024-09-01T20:56:55.085Z[ host-image] Sep 01 20:56:54.281 INFO O| Sep 01 20:56:54.281 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89192024-09-01T20:56:55.091Z[ host-image] Sep 01 20:56:54.291 INFO O| Sep 01 20:56:54.291 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89202024-09-01T20:56:55.091Z[ host-image] Sep 01 20:56:54.291 INFO O| Sep 01 20:56:54.291 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89212024-09-01T20:56:55.095Z[ host-image] Sep 01 20:56:54.291 INFO O| Sep 01 20:56:54.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89222024-09-01T20:56:55.095Z[ host-image] Sep 01 20:56:54.291 INFO O| Sep 01 20:56:54.291 INFO ok!
89232024-09-01T20:56:55.095Z[ host-image] Sep 01 20:56:54.291 INFO O| Sep 01 20:56:54.291 INFO STEP 33 (ensure_file) COMPLETE
89242024-09-01T20:56:55.095Z[ host-image] Sep 01 20:56:54.291 INFO O| Sep 01 20:56:54.291 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89252024-09-01T20:56:55.100Z[ host-image] Sep 01 20:56:54.300 INFO O| Sep 01 20:56:54.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89262024-09-01T20:56:55.100Z[ host-image] Sep 01 20:56:54.300 INFO O| Sep 01 20:56:54.300 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89272024-09-01T20:56:55.105Z[ host-image] Sep 01 20:56:54.300 INFO O| Sep 01 20:56:54.300 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89282024-09-01T20:56:55.105Z[ host-image] Sep 01 20:56:54.300 INFO O| Sep 01 20:56:54.300 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89292024-09-01T20:56:55.105Z[ host-image] Sep 01 20:56:54.300 INFO O| Sep 01 20:56:54.300 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89302024-09-01T20:56:55.105Z[ host-image] Sep 01 20:56:54.300 INFO O| Sep 01 20:56:54.300 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89312024-09-01T20:56:55.105Z[ host-image] Sep 01 20:56:54.301 INFO O| Sep 01 20:56:54.300 INFO ok!
89322024-09-01T20:56:55.105Z[ host-image] Sep 01 20:56:54.301 INFO O| Sep 01 20:56:54.301 INFO STEP 34 (ensure_file) COMPLETE
89332024-09-01T20:56:55.105Z[ host-image] Sep 01 20:56:54.301 INFO O| Sep 01 20:56:54.301 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89342024-09-01T20:56:55.111Z[ host-image] Sep 01 20:56:54.310 INFO O| Sep 01 20:56:54.310 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89352024-09-01T20:56:55.116Z[ host-image] Sep 01 20:56:54.310 INFO O| Sep 01 20:56:54.310 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89362024-09-01T20:56:55.116Z[ host-image] Sep 01 20:56:54.310 INFO O| Sep 01 20:56:54.310 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89372024-09-01T20:56:55.116Z[ host-image] Sep 01 20:56:54.310 INFO O| Sep 01 20:56:54.310 INFO STEP 35 (ensure_dir) COMPLETE
89382024-09-01T20:56:55.116Z[ host-image] Sep 01 20:56:54.310 INFO O| Sep 01 20:56:54.310 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89392024-09-01T20:56:55.120Z[ host-image] Sep 01 20:56:54.320 INFO O| Sep 01 20:56:54.320 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
89402024-09-01T20:56:55.120Z[ host-image] Sep 01 20:56:54.320 INFO O| Sep 01 20:56:54.320 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 ...
89412024-09-01T20:56:55.123Z[ host-image] Sep 01 20:56:54.320 INFO O| Sep 01 20:56:54.320 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
89422024-09-01T20:56:55.123Z[ host-image] Sep 01 20:56:54.320 INFO O| Sep 01 20:56:54.320 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
89432024-09-01T20:56:55.123Z[ host-image] Sep 01 20:56:54.320 INFO O| Sep 01 20:56:54.320 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
89442024-09-01T20:56:55.123Z[ host-image] Sep 01 20:56:54.320 INFO O| Sep 01 20:56:54.320 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
89452024-09-01T20:56:55.123Z[ host-image] Sep 01 20:56:54.320 INFO O| Sep 01 20:56:54.320 INFO ok!
89462024-09-01T20:56:55.123Z[ host-image] Sep 01 20:56:54.320 INFO O| Sep 01 20:56:54.320 INFO STEP 36 (ensure_file) COMPLETE
89472024-09-01T20:56:55.123Z[ host-image] Sep 01 20:56:54.320 INFO O| Sep 01 20:56:54.320 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89482024-09-01T20:56:55.130Z[ host-image] Sep 01 20:56:54.330 INFO O| Sep 01 20:56:54.330 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89492024-09-01T20:56:55.130Z[ host-image] Sep 01 20:56:54.330 INFO O| Sep 01 20:56:54.330 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 ...
89502024-09-01T20:56:55.133Z[ host-image] Sep 01 20:56:54.330 INFO O| Sep 01 20:56:54.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89512024-09-01T20:56:55.133Z[ host-image] Sep 01 20:56:54.330 INFO O| Sep 01 20:56:54.330 INFO ok!
89522024-09-01T20:56:55.133Z[ host-image] Sep 01 20:56:54.330 INFO O| Sep 01 20:56:54.330 INFO STEP 37 (ensure_symlink) COMPLETE
89532024-09-01T20:56:55.133Z[ host-image] Sep 01 20:56:54.330 INFO O| Sep 01 20:56:54.330 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89542024-09-01T20:56:55.140Z[ host-image] Sep 01 20:56:54.340 INFO O| Sep 01 20:56:54.339 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89552024-09-01T20:56:55.143Z[ host-image] Sep 01 20:56:54.340 INFO O| Sep 01 20:56:54.340 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89562024-09-01T20:56:55.144Z[ host-image] Sep 01 20:56:54.340 INFO O| Sep 01 20:56:54.340 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89572024-09-01T20:56:55.144Z[ host-image] Sep 01 20:56:54.340 INFO O| Sep 01 20:56:54.340 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89582024-09-01T20:56:55.144Z[ host-image] Sep 01 20:56:54.340 INFO O| Sep 01 20:56:54.340 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89592024-09-01T20:56:55.144Z[ host-image] Sep 01 20:56:54.340 INFO O| Sep 01 20:56:54.340 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89602024-09-01T20:56:55.144Z[ host-image] Sep 01 20:56:54.340 INFO O| Sep 01 20:56:54.340 INFO ok!
89612024-09-01T20:56:55.144Z[ host-image] Sep 01 20:56:54.340 INFO O| Sep 01 20:56:54.340 INFO STEP 38 (ensure_file) COMPLETE
89622024-09-01T20:56:55.144Z[ host-image] Sep 01 20:56:54.340 INFO O| Sep 01 20:56:54.340 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89632024-09-01T20:56:55.149Z[ host-image] Sep 01 20:56:54.349 INFO O| Sep 01 20:56:54.349 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89642024-09-01T20:56:55.149Z[ host-image] Sep 01 20:56:54.349 INFO O| Sep 01 20:56:54.349 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 ...
89652024-09-01T20:56:55.152Z[ host-image] Sep 01 20:56:54.349 INFO O| Sep 01 20:56:54.349 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
89662024-09-01T20:56:55.152Z[ host-image] Sep 01 20:56:54.349 INFO O| Sep 01 20:56:54.349 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89672024-09-01T20:56:55.152Z[ host-image] Sep 01 20:56:54.349 INFO O| Sep 01 20:56:54.349 INFO ok!
89682024-09-01T20:56:55.152Z[ host-image] Sep 01 20:56:54.349 INFO O| Sep 01 20:56:54.349 INFO STEP 39 (ensure_file) COMPLETE
89692024-09-01T20:56:55.152Z[ host-image] Sep 01 20:56:54.349 INFO O| Sep 01 20:56:54.349 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89702024-09-01T20:56:55.159Z[ host-image] Sep 01 20:56:54.359 INFO O| Sep 01 20:56:54.359 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89712024-09-01T20:56:55.159Z[ host-image] Sep 01 20:56:54.359 INFO O| Sep 01 20:56:54.359 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89722024-09-01T20:56:55.162Z[ host-image] Sep 01 20:56:54.359 INFO O| Sep 01 20:56:54.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89732024-09-01T20:56:55.162Z[ host-image] Sep 01 20:56:54.359 INFO O| Sep 01 20:56:54.359 INFO ok!
89742024-09-01T20:56:55.162Z[ host-image] Sep 01 20:56:54.359 INFO O| Sep 01 20:56:54.359 INFO STEP 40 (ensure_file) COMPLETE
89752024-09-01T20:56:55.162Z[ host-image] Sep 01 20:56:54.359 INFO O| Sep 01 20:56:54.359 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89762024-09-01T20:56:55.169Z[ host-image] Sep 01 20:56:54.368 INFO O| Sep 01 20:56:54.368 INFO updating shadow file
89772024-09-01T20:56:55.172Z[ host-image] Sep 01 20:56:54.368 INFO O| Sep 01 20:56:54.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89782024-09-01T20:56:55.172Z[ host-image] Sep 01 20:56:54.368 INFO O| Sep 01 20:56:54.368 INFO STEP 41 (shadow) COMPLETE
89792024-09-01T20:56:55.172Z[ host-image] Sep 01 20:56:54.368 INFO O| Sep 01 20:56:54.368 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89802024-09-01T20:56:55.178Z[ host-image] Sep 01 20:56:54.378 INFO O| Sep 01 20:56:54.378 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89812024-09-01T20:56:55.178Z[ host-image] Sep 01 20:56:54.378 INFO O| Sep 01 20:56:54.378 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89822024-09-01T20:56:55.180Z[ host-image] Sep 01 20:56:54.378 INFO O| Sep 01 20:56:54.378 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89832024-09-01T20:56:55.180Z[ host-image] Sep 01 20:56:54.378 INFO O| Sep 01 20:56:54.378 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89842024-09-01T20:56:55.181Z[ host-image] Sep 01 20:56:54.378 INFO O| Sep 01 20:56:54.378 INFO ok!
89852024-09-01T20:56:55.181Z[ host-image] Sep 01 20:56:54.378 INFO O| Sep 01 20:56:54.378 INFO STEP 42 (ensure_file) COMPLETE
89862024-09-01T20:56:55.181Z[ host-image] Sep 01 20:56:54.378 INFO O| Sep 01 20:56:54.378 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89872024-09-01T20:56:55.181Z[ host-image] Sep 01 20:56:54.378 INFO O| Sep 01 20:56:54.378 INFO skip step because feature "mfg" is not enabled
89882024-09-01T20:56:55.181Z[ host-image] Sep 01 20:56:54.378 INFO O| Sep 01 20:56:54.378 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89892024-09-01T20:56:55.181Z[ host-image] Sep 01 20:56:54.378 INFO O| Sep 01 20:56:54.378 INFO skip step because feature "mfg" is not enabled
89902024-09-01T20:56:55.181Z[ host-image] Sep 01 20:56:54.378 INFO O| Sep 01 20:56:54.378 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89912024-09-01T20:56:55.189Z[ host-image] Sep 01 20:56:54.388 INFO O| Sep 01 20:56:54.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89922024-09-01T20:56:55.189Z[ host-image] Sep 01 20:56:54.388 INFO O| Sep 01 20:56:54.387 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89932024-09-01T20:56:55.812Z[ host-image] Sep 01 20:56:55.012 INFO O| Sep 01 20:56:55.012 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89942024-09-01T20:56:55.812Z[ host-image] Sep 01 20:56:55.012 INFO O| Sep 01 20:56:55.012 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89952024-09-01T20:56:55.813Z[ host-image] Sep 01 20:56:55.012 INFO O| Sep 01 20:56:55.012 INFO ok!
89962024-09-01T20:56:55.815Z[ host-image] Sep 01 20:56:55.012 INFO O| Sep 01 20:56:55.012 INFO STEP 45 (ensure_file) COMPLETE
89972024-09-01T20:56:55.815Z[ host-image] Sep 01 20:56:55.012 INFO O| Sep 01 20:56:55.012 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89982024-09-01T20:56:55.823Z[ host-image] Sep 01 20:56:55.023 INFO O| Sep 01 20:56:55.023 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89992024-09-01T20:56:55.826Z[ host-image] Sep 01 20:56:55.023 INFO O| Sep 01 20:56:55.023 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90002024-09-01T20:56:55.826Z[ host-image] Sep 01 20:56:55.023 INFO O| Sep 01 20:56:55.023 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90012024-09-01T20:56:55.826Z[ host-image] Sep 01 20:56:55.023 INFO O| Sep 01 20:56:55.023 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90022024-09-01T20:56:55.826Z[ host-image] Sep 01 20:56:55.023 INFO O| Sep 01 20:56:55.023 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90032024-09-01T20:56:55.826Z[ host-image] Sep 01 20:56:55.023 INFO O| Sep 01 20:56:55.023 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90042024-09-01T20:56:55.826Z[ host-image] Sep 01 20:56:55.023 INFO O| Sep 01 20:56:55.023 INFO ok!
90052024-09-01T20:56:55.826Z[ host-image] Sep 01 20:56:55.023 INFO O| Sep 01 20:56:55.023 INFO STEP 46 (ensure_file) COMPLETE
90062024-09-01T20:56:55.826Z[ host-image] Sep 01 20:56:55.023 INFO O| Sep 01 20:56:55.023 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90072024-09-01T20:56:55.833Z[ host-image] Sep 01 20:56:55.033 INFO O| Sep 01 20:56:55.033 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90082024-09-01T20:56:55.833Z[ host-image] Sep 01 20:56:55.033 INFO O| Sep 01 20:56:55.033 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 ...
90092024-09-01T20:56:55.838Z[ host-image] Sep 01 20:56:55.033 INFO O| Sep 01 20:56:55.033 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
90102024-09-01T20:56:55.838Z[ host-image] Sep 01 20:56:55.033 INFO O| Sep 01 20:56:55.033 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90112024-09-01T20:56:55.838Z[ host-image] Sep 01 20:56:55.033 INFO O| Sep 01 20:56:55.033 INFO ok!
90122024-09-01T20:56:55.838Z[ host-image] Sep 01 20:56:55.033 INFO O| Sep 01 20:56:55.033 INFO STEP 47 (ensure_file) COMPLETE
90132024-09-01T20:56:55.838Z[ host-image] Sep 01 20:56:55.033 INFO O| Sep 01 20:56:55.033 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90142024-09-01T20:56:55.843Z[ host-image] Sep 01 20:56:55.042 INFO O| Sep 01 20:56:55.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90152024-09-01T20:56:55.843Z[ host-image] Sep 01 20:56:55.042 INFO O| Sep 01 20:56:55.042 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90162024-09-01T20:56:55.846Z[ host-image] Sep 01 20:56:55.042 INFO O| Sep 01 20:56:55.042 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90172024-09-01T20:56:55.846Z[ host-image] Sep 01 20:56:55.042 INFO O| Sep 01 20:56:55.042 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90182024-09-01T20:56:55.846Z[ host-image] Sep 01 20:56:55.042 INFO O| Sep 01 20:56:55.042 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90192024-09-01T20:56:55.846Z[ host-image] Sep 01 20:56:55.042 INFO O| Sep 01 20:56:55.042 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90202024-09-01T20:56:55.846Z[ host-image] Sep 01 20:56:55.043 INFO O| Sep 01 20:56:55.042 INFO ok!
90212024-09-01T20:56:55.846Z[ host-image] Sep 01 20:56:55.043 INFO O| Sep 01 20:56:55.043 INFO STEP 48 (ensure_file) COMPLETE
90222024-09-01T20:56:55.846Z[ host-image] Sep 01 20:56:55.043 INFO O| Sep 01 20:56:55.043 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90232024-09-01T20:56:55.852Z[ host-image] Sep 01 20:56:55.052 INFO O| Sep 01 20:56:55.052 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90242024-09-01T20:56:55.852Z[ host-image] Sep 01 20:56:55.052 INFO O| Sep 01 20:56:55.052 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 ...
90252024-09-01T20:56:55.855Z[ host-image] Sep 01 20:56:55.052 INFO O| Sep 01 20:56:55.052 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
90262024-09-01T20:56:55.855Z[ host-image] Sep 01 20:56:55.052 INFO O| Sep 01 20:56:55.052 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90272024-09-01T20:56:55.855Z[ host-image] Sep 01 20:56:55.052 INFO O| Sep 01 20:56:55.052 INFO ok!
90282024-09-01T20:56:55.855Z[ host-image] Sep 01 20:56:55.052 INFO O| Sep 01 20:56:55.052 INFO STEP 49 (ensure_file) COMPLETE
90292024-09-01T20:56:55.855Z[ host-image] Sep 01 20:56:55.052 INFO O| Sep 01 20:56:55.052 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90302024-09-01T20:56:55.862Z[ host-image] Sep 01 20:56:55.061 INFO O| Sep 01 20:56:55.061 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90312024-09-01T20:56:55.862Z[ host-image] Sep 01 20:56:55.061 INFO O| Sep 01 20:56:55.061 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90322024-09-01T20:56:55.865Z[ host-image] Sep 01 20:56:55.061 INFO O| Sep 01 20:56:55.061 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90332024-09-01T20:56:55.865Z[ host-image] Sep 01 20:56:55.061 INFO O| Sep 01 20:56:55.061 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90342024-09-01T20:56:55.865Z[ host-image] Sep 01 20:56:55.061 INFO O| Sep 01 20:56:55.061 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90352024-09-01T20:56:55.865Z[ host-image] Sep 01 20:56:55.061 INFO O| Sep 01 20:56:55.061 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90362024-09-01T20:56:55.865Z[ host-image] Sep 01 20:56:55.061 INFO O| Sep 01 20:56:55.061 INFO ok!
90372024-09-01T20:56:55.865Z[ host-image] Sep 01 20:56:55.061 INFO O| Sep 01 20:56:55.061 INFO STEP 50 (ensure_file) COMPLETE
90382024-09-01T20:56:55.865Z[ host-image] Sep 01 20:56:55.061 INFO O| Sep 01 20:56:55.061 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90392024-09-01T20:56:55.871Z[ host-image] Sep 01 20:56:55.071 INFO O| Sep 01 20:56:55.071 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90402024-09-01T20:56:55.871Z[ host-image] Sep 01 20:56:55.071 INFO O| Sep 01 20:56:55.071 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 ...
90412024-09-01T20:56:55.874Z[ host-image] Sep 01 20:56:55.071 INFO O| Sep 01 20:56:55.071 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
90422024-09-01T20:56:55.874Z[ host-image] Sep 01 20:56:55.071 INFO O| Sep 01 20:56:55.071 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90432024-09-01T20:56:55.875Z[ host-image] Sep 01 20:56:55.071 INFO O| Sep 01 20:56:55.071 INFO ok!
90442024-09-01T20:56:55.875Z[ host-image] Sep 01 20:56:55.071 INFO O| Sep 01 20:56:55.071 INFO STEP 51 (ensure_file) COMPLETE
90452024-09-01T20:56:55.875Z[ host-image] Sep 01 20:56:55.071 INFO O| Sep 01 20:56:55.071 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90462024-09-01T20:56:55.880Z[ host-image] Sep 01 20:56:55.080 INFO O| Sep 01 20:56:55.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90472024-09-01T20:56:55.880Z[ host-image] Sep 01 20:56:55.080 INFO O| Sep 01 20:56:55.080 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 ...
90482024-09-01T20:56:55.884Z[ host-image] Sep 01 20:56:55.080 INFO O| Sep 01 20:56:55.080 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
90492024-09-01T20:56:55.884Z[ host-image] Sep 01 20:56:55.080 INFO O| Sep 01 20:56:55.080 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90502024-09-01T20:56:55.884Z[ host-image] Sep 01 20:56:55.080 INFO O| Sep 01 20:56:55.080 INFO ok!
90512024-09-01T20:56:55.884Z[ host-image] Sep 01 20:56:55.080 INFO O| Sep 01 20:56:55.080 INFO STEP 52 (ensure_file) COMPLETE
90522024-09-01T20:56:55.884Z[ host-image] Sep 01 20:56:55.080 INFO O| Sep 01 20:56:55.080 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90532024-09-01T20:56:55.890Z[ host-image] Sep 01 20:56:55.090 INFO O| Sep 01 20:56:55.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90542024-09-01T20:56:55.893Z[ host-image] Sep 01 20:56:55.090 INFO O| Sep 01 20:56:55.090 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 ...
90552024-09-01T20:56:55.893Z[ host-image] Sep 01 20:56:55.090 INFO O| Sep 01 20:56:55.090 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
90562024-09-01T20:56:55.893Z[ host-image] Sep 01 20:56:55.090 INFO O| Sep 01 20:56:55.090 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90572024-09-01T20:56:55.893Z[ host-image] Sep 01 20:56:55.090 INFO O| Sep 01 20:56:55.090 INFO ok!
90582024-09-01T20:56:55.893Z[ host-image] Sep 01 20:56:55.090 INFO O| Sep 01 20:56:55.090 INFO STEP 53 (ensure_file) COMPLETE
90592024-09-01T20:56:55.893Z[ host-image] Sep 01 20:56:55.090 INFO O| Sep 01 20:56:55.090 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90602024-09-01T20:56:55.899Z[ host-image] Sep 01 20:56:55.099 INFO O| Sep 01 20:56:55.099 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90612024-09-01T20:56:55.899Z[ host-image] Sep 01 20:56:55.099 INFO O| Sep 01 20:56:55.099 INFO STEP 54 (ensure_dir) COMPLETE
90622024-09-01T20:56:55.902Z[ host-image] Sep 01 20:56:55.099 INFO O| Sep 01 20:56:55.099 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90632024-09-01T20:56:55.909Z[ host-image] Sep 01 20:56:55.108 INFO O| Sep 01 20:56:55.108 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90642024-09-01T20:56:55.909Z[ host-image] Sep 01 20:56:55.108 INFO O| Sep 01 20:56:55.108 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90652024-09-01T20:56:55.909Z[ host-image] Sep 01 20:56:55.108 INFO O| Sep 01 20:56:55.108 INFO STEP 55 (ensure_dir) COMPLETE
90662024-09-01T20:56:55.913Z[ host-image] Sep 01 20:56:55.108 INFO O| Sep 01 20:56:55.108 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90672024-09-01T20:56:55.918Z[ host-image] Sep 01 20:56:55.118 INFO O| Sep 01 20:56:55.118 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90682024-09-01T20:56:55.920Z[ host-image] Sep 01 20:56:55.118 INFO O| Sep 01 20:56:55.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90692024-09-01T20:56:55.920Z[ host-image] Sep 01 20:56:55.118 INFO O| Sep 01 20:56:55.118 INFO STEP 56 (ensure_dir) COMPLETE
90702024-09-01T20:56:55.920Z[ host-image] Sep 01 20:56:55.118 INFO O| Sep 01 20:56:55.118 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90712024-09-01T20:56:55.927Z[ host-image] Sep 01 20:56:55.127 INFO O| Sep 01 20:56:55.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90722024-09-01T20:56:55.927Z[ host-image] Sep 01 20:56:55.127 INFO O| Sep 01 20:56:55.127 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90732024-09-01T20:56:55.943Z[ host-image] Sep 01 20:56:55.142 INFO O| Sep 01 20:56:55.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90742024-09-01T20:56:55.943Z[ host-image] Sep 01 20:56:55.142 INFO O| Sep 01 20:56:55.142 INFO ok!
90752024-09-01T20:56:55.943Z[ host-image] Sep 01 20:56:55.142 INFO O| Sep 01 20:56:55.142 INFO STEP 57 (ensure_file) COMPLETE
90762024-09-01T20:56:55.946Z[ host-image] Sep 01 20:56:55.142 INFO O| Sep 01 20:56:55.142 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-09-01T20:56:55.953Z[ host-image] Sep 01 20:56:55.153 INFO O| Sep 01 20:56:55.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90782024-09-01T20:56:55.953Z[ host-image] Sep 01 20:56:55.153 INFO O| Sep 01 20:56:55.153 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90792024-09-01T20:56:57.021Z[ host-image] Sep 01 20:56:56.220 INFO O| Sep 01 20:56:56.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90802024-09-01T20:56:57.021Z[ host-image] Sep 01 20:56:56.220 INFO O| Sep 01 20:56:56.220 INFO ok!
90812024-09-01T20:56:57.023Z[ host-image] Sep 01 20:56:56.220 INFO O| Sep 01 20:56:56.220 INFO STEP 58 (ensure_file) COMPLETE
90822024-09-01T20:56:57.023Z[ host-image] Sep 01 20:56:56.220 INFO O| Sep 01 20:56:56.220 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-09-01T20:56:57.031Z[ host-image] Sep 01 20:56:56.231 INFO O| Sep 01 20:56:56.231 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90842024-09-01T20:56:57.031Z[ host-image] Sep 01 20:56:56.231 INFO O| Sep 01 20:56:56.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90852024-09-01T20:56:57.034Z[ host-image] Sep 01 20:56:56.231 INFO O| Sep 01 20:56:56.231 INFO STEP 59 (ensure_dir) COMPLETE
90862024-09-01T20:56:57.034Z[ host-image] Sep 01 20:56:56.231 INFO O| Sep 01 20:56:56.231 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-09-01T20:56:57.041Z[ host-image] Sep 01 20:56:56.241 INFO O| Sep 01 20:56:56.241 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90882024-09-01T20:56:57.044Z[ host-image] Sep 01 20:56:56.241 INFO O| Sep 01 20:56:56.241 INFO copying /tmp/.tmpEQ75Ar/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 ...
90892024-09-01T20:56:57.044Z[ host-image] Sep 01 20:56:56.241 INFO O| Sep 01 20:56:56.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90902024-09-01T20:56:57.044Z[ host-image] Sep 01 20:56:56.241 INFO O| Sep 01 20:56:56.241 INFO ok!
90912024-09-01T20:56:57.044Z[ host-image] Sep 01 20:56:56.241 INFO O| Sep 01 20:56:56.241 INFO STEP 60 (ensure_file) COMPLETE
90922024-09-01T20:56:57.044Z[ host-image] Sep 01 20:56:56.241 INFO O| Sep 01 20:56:56.241 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-09-01T20:56:57.050Z[ host-image] Sep 01 20:56:56.250 INFO O| Sep 01 20:56:56.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90942024-09-01T20:56:57.050Z[ host-image] Sep 01 20:56:56.250 INFO O| Sep 01 20:56:56.250 INFO copying /tmp/.tmpEQ75Ar/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 ...
90952024-09-01T20:56:57.050Z[ host-image] Sep 01 20:56:56.250 INFO O| Sep 01 20:56:56.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90962024-09-01T20:56:57.053Z[ host-image] Sep 01 20:56:56.250 INFO O| Sep 01 20:56:56.250 INFO ok!
90972024-09-01T20:56:57.053Z[ host-image] Sep 01 20:56:56.250 INFO O| Sep 01 20:56:56.250 INFO STEP 61 (ensure_file) COMPLETE
90982024-09-01T20:56:57.053Z[ host-image] Sep 01 20:56:56.250 INFO O| Sep 01 20:56:56.250 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-09-01T20:56:57.060Z[ host-image] Sep 01 20:56:56.259 INFO O| Sep 01 20:56:56.259 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91002024-09-01T20:56:57.060Z[ host-image] Sep 01 20:56:56.260 INFO O| Sep 01 20:56:56.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91012024-09-01T20:56:57.063Z[ host-image] Sep 01 20:56:56.260 INFO O| Sep 01 20:56:56.260 INFO STEP 62 (ensure_dir) COMPLETE
91022024-09-01T20:56:57.063Z[ host-image] Sep 01 20:56:56.260 INFO O| Sep 01 20:56:56.260 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-09-01T20:56:57.070Z[ host-image] Sep 01 20:56:56.269 INFO O| Sep 01 20:56:56.269 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91042024-09-01T20:56:57.072Z[ host-image] Sep 01 20:56:56.269 INFO O| Sep 01 20:56:56.269 INFO copying /tmp/.tmpEQ75Ar/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 ...
91052024-09-01T20:56:57.072Z[ host-image] Sep 01 20:56:56.269 INFO O| Sep 01 20:56:56.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91062024-09-01T20:56:57.072Z[ host-image] Sep 01 20:56:56.269 INFO O| Sep 01 20:56:56.269 INFO ok!
91072024-09-01T20:56:57.072Z[ host-image] Sep 01 20:56:56.269 INFO O| Sep 01 20:56:56.269 INFO STEP 63 (ensure_file) COMPLETE
91082024-09-01T20:56:57.072Z[ host-image] Sep 01 20:56:56.269 INFO O| Sep 01 20:56:56.269 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-09-01T20:56:57.079Z[ host-image] Sep 01 20:56:56.279 INFO O| Sep 01 20:56:56.279 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91102024-09-01T20:56:57.079Z[ host-image] Sep 01 20:56:56.279 INFO O| Sep 01 20:56:56.279 INFO copying /tmp/.tmpEQ75Ar/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 ...
91112024-09-01T20:56:57.082Z[ host-image] Sep 01 20:56:56.279 INFO O| Sep 01 20:56:56.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91122024-09-01T20:56:57.082Z[ host-image] Sep 01 20:56:56.279 INFO O| Sep 01 20:56:56.279 INFO ok!
91132024-09-01T20:56:57.082Z[ host-image] Sep 01 20:56:56.279 INFO O| Sep 01 20:56:56.279 INFO STEP 64 (ensure_file) COMPLETE
91142024-09-01T20:56:57.082Z[ host-image] Sep 01 20:56:56.279 INFO O| Sep 01 20:56:56.279 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-09-01T20:56:57.090Z[ host-image] Sep 01 20:56:56.288 INFO O| Sep 01 20:56:56.288 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91162024-09-01T20:56:57.093Z[ host-image] Sep 01 20:56:56.288 INFO O| Sep 01 20:56:56.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91172024-09-01T20:56:57.093Z[ host-image] Sep 01 20:56:56.288 INFO O| Sep 01 20:56:56.288 INFO STEP 65 (ensure_dir) COMPLETE
91182024-09-01T20:56:57.093Z[ host-image] Sep 01 20:56:56.288 INFO O| Sep 01 20:56:56.288 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-09-01T20:56:57.099Z[ host-image] Sep 01 20:56:56.298 INFO O| Sep 01 20:56:56.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91202024-09-01T20:56:57.099Z[ host-image] Sep 01 20:56:56.298 INFO O| Sep 01 20:56:56.298 INFO copying /tmp/.tmpEQ75Ar/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 ...
91212024-09-01T20:56:57.102Z[ host-image] Sep 01 20:56:56.298 INFO O| Sep 01 20:56:56.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91222024-09-01T20:56:57.102Z[ host-image] Sep 01 20:56:56.298 INFO O| Sep 01 20:56:56.298 INFO ok!
91232024-09-01T20:56:57.102Z[ host-image] Sep 01 20:56:56.298 INFO O| Sep 01 20:56:56.298 INFO STEP 66 (ensure_file) COMPLETE
91242024-09-01T20:56:57.102Z[ host-image] Sep 01 20:56:56.298 INFO O| Sep 01 20:56:56.298 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-09-01T20:56:57.108Z[ host-image] Sep 01 20:56:56.308 INFO O| Sep 01 20:56:56.308 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91262024-09-01T20:56:57.108Z[ host-image] Sep 01 20:56:56.308 INFO O| Sep 01 20:56:56.308 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91272024-09-01T20:56:57.108Z[ host-image] Sep 01 20:56:56.308 INFO O| Sep 01 20:56:56.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91282024-09-01T20:56:57.111Z[ host-image] Sep 01 20:56:56.308 INFO O| Sep 01 20:56:56.308 INFO ok!
91292024-09-01T20:56:57.111Z[ host-image] Sep 01 20:56:56.308 INFO O| Sep 01 20:56:56.308 INFO STEP 67 (ensure_file) COMPLETE
91302024-09-01T20:56:57.111Z[ host-image] Sep 01 20:56:56.308 INFO O| Sep 01 20:56:56.308 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-09-01T20:56:57.118Z[ host-image] Sep 01 20:56:56.317 INFO O| Sep 01 20:56:56.317 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91322024-09-01T20:56:57.125Z[ host-image] Sep 01 20:56:56.317 INFO O| Sep 01 20:56:56.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91332024-09-01T20:56:57.125Z[ host-image] Sep 01 20:56:56.317 INFO O| Sep 01 20:56:56.317 INFO STEP 68 (ensure_dir) COMPLETE
91342024-09-01T20:56:57.125Z[ host-image] Sep 01 20:56:56.317 INFO O| Sep 01 20:56:56.317 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-09-01T20:56:57.130Z[ host-image] Sep 01 20:56:56.327 INFO O| Sep 01 20:56:56.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91362024-09-01T20:56:57.130Z[ host-image] Sep 01 20:56:56.327 INFO O| Sep 01 20:56:56.327 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91372024-09-01T20:56:57.682Z[ host-image] Sep 01 20:56:56.882 INFO O| Sep 01 20:56:56.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91382024-09-01T20:56:57.682Z[ host-image] Sep 01 20:56:56.882 INFO O| Sep 01 20:56:56.882 INFO ok!
91392024-09-01T20:56:57.682Z[ host-image] Sep 01 20:56:56.882 INFO O| Sep 01 20:56:56.882 INFO STEP 69 (ensure_file) COMPLETE
91402024-09-01T20:56:57.682Z[ host-image] Sep 01 20:56:56.882 INFO O| Sep 01 20:56:56.882 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91412024-09-01T20:56:57.693Z[ host-image] Sep 01 20:56:56.893 INFO O| Sep 01 20:56:56.893 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91422024-09-01T20:56:57.693Z[ host-image] Sep 01 20:56:56.893 INFO O| Sep 01 20:56:56.893 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91432024-09-01T20:56:59.111Z[ host-image] Sep 01 20:56:58.311 INFO O| Sep 01 20:56:58.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91442024-09-01T20:56:59.111Z[ host-image] Sep 01 20:56:58.311 INFO O| Sep 01 20:56:58.311 INFO ok!
91452024-09-01T20:56:59.114Z[ host-image] Sep 01 20:56:58.311 INFO O| Sep 01 20:56:58.311 INFO STEP 70 (ensure_file) COMPLETE
91462024-09-01T20:56:59.114Z[ host-image] Sep 01 20:56:58.311 INFO O| Sep 01 20:56:58.311 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91472024-09-01T20:56:59.123Z[ host-image] Sep 01 20:56:58.322 INFO O| Sep 01 20:56:58.321 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91482024-09-01T20:56:59.125Z[ host-image] Sep 01 20:56:58.322 INFO O| Sep 01 20:56:58.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91492024-09-01T20:56:59.125Z[ host-image] Sep 01 20:56:58.322 INFO O| Sep 01 20:56:58.322 INFO STEP 71 (ensure_dir) COMPLETE
91502024-09-01T20:56:59.125Z[ host-image] Sep 01 20:56:58.322 INFO O| Sep 01 20:56:58.322 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-09-01T20:56:59.132Z[ host-image] Sep 01 20:56:58.331 INFO O| Sep 01 20:56:58.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91522024-09-01T20:56:59.132Z[ host-image] Sep 01 20:56:58.331 INFO O| Sep 01 20:56:58.331 INFO copying /tmp/.tmpEQ75Ar/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 ...
91532024-09-01T20:56:59.134Z[ host-image] Sep 01 20:56:58.331 INFO O| Sep 01 20:56:58.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91542024-09-01T20:56:59.134Z[ host-image] Sep 01 20:56:58.331 INFO O| Sep 01 20:56:58.331 INFO ok!
91552024-09-01T20:56:59.134Z[ host-image] Sep 01 20:56:58.331 INFO O| Sep 01 20:56:58.331 INFO STEP 72 (ensure_file) COMPLETE
91562024-09-01T20:56:59.134Z[ host-image] Sep 01 20:56:58.331 INFO O| Sep 01 20:56:58.331 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-09-01T20:56:59.141Z[ host-image] Sep 01 20:56:58.340 INFO O| Sep 01 20:56:58.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91582024-09-01T20:56:59.141Z[ host-image] Sep 01 20:56:58.340 INFO O| Sep 01 20:56:58.340 INFO copying /tmp/.tmpEQ75Ar/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 ...
91592024-09-01T20:56:59.143Z[ host-image] Sep 01 20:56:58.340 INFO O| Sep 01 20:56:58.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91602024-09-01T20:56:59.143Z[ host-image] Sep 01 20:56:58.341 INFO O| Sep 01 20:56:58.340 INFO ok!
91612024-09-01T20:56:59.143Z[ host-image] Sep 01 20:56:58.341 INFO O| Sep 01 20:56:58.340 INFO STEP 73 (ensure_file) COMPLETE
91622024-09-01T20:56:59.143Z[ host-image] Sep 01 20:56:58.341 INFO O| Sep 01 20:56:58.340 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-09-01T20:56:59.150Z[ host-image] Sep 01 20:56:58.350 INFO O| Sep 01 20:56:58.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91642024-09-01T20:56:59.150Z[ host-image] Sep 01 20:56:58.350 INFO O| Sep 01 20:56:58.350 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91652024-09-01T20:56:59.152Z[ host-image] Sep 01 20:56:58.350 INFO O| Sep 01 20:56:58.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91662024-09-01T20:56:59.152Z[ host-image] Sep 01 20:56:58.350 INFO O| Sep 01 20:56:58.350 INFO ok!
91672024-09-01T20:56:59.152Z[ host-image] Sep 01 20:56:58.350 INFO O| Sep 01 20:56:58.350 INFO STEP 74 (ensure_file) COMPLETE
91682024-09-01T20:56:59.153Z[ host-image] Sep 01 20:56:58.350 INFO O| Sep 01 20:56:58.350 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-09-01T20:56:59.160Z[ host-image] Sep 01 20:56:58.359 INFO O| Sep 01 20:56:58.359 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91702024-09-01T20:56:59.160Z[ host-image] Sep 01 20:56:58.359 INFO O| Sep 01 20:56:58.359 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91712024-09-01T20:56:59.162Z[ host-image] Sep 01 20:56:58.360 INFO O| Sep 01 20:56:58.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91722024-09-01T20:56:59.162Z[ host-image] Sep 01 20:56:58.360 INFO O| Sep 01 20:56:58.360 INFO ok!
91732024-09-01T20:56:59.162Z[ host-image] Sep 01 20:56:58.360 INFO O| Sep 01 20:56:58.360 INFO STEP 75 (ensure_file) COMPLETE
91742024-09-01T20:56:59.162Z[ host-image] Sep 01 20:56:58.360 INFO O| Sep 01 20:56:58.360 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-09-01T20:56:59.169Z[ host-image] Sep 01 20:56:58.369 INFO O| Sep 01 20:56:58.369 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91762024-09-01T20:56:59.169Z[ host-image] Sep 01 20:56:58.369 INFO O| Sep 01 20:56:58.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91772024-09-01T20:56:59.171Z[ host-image] Sep 01 20:56:58.369 INFO O| Sep 01 20:56:58.369 INFO STEP 76 (ensure_dir) COMPLETE
91782024-09-01T20:56:59.171Z[ host-image] Sep 01 20:56:58.369 INFO O| Sep 01 20:56:58.369 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91792024-09-01T20:56:59.178Z[ host-image] Sep 01 20:56:58.378 INFO O| Sep 01 20:56:58.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91802024-09-01T20:56:59.178Z[ host-image] Sep 01 20:56:58.378 INFO O| Sep 01 20:56:58.378 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91812024-09-01T20:56:59.644Z[ host-image] Sep 01 20:56:58.843 INFO O| Sep 01 20:56:58.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91822024-09-01T20:56:59.644Z[ host-image] Sep 01 20:56:58.843 INFO O| Sep 01 20:56:58.843 INFO ok!
91832024-09-01T20:56:59.646Z[ host-image] Sep 01 20:56:58.843 INFO O| Sep 01 20:56:58.843 INFO STEP 77 (ensure_file) COMPLETE
91842024-09-01T20:56:59.646Z[ host-image] Sep 01 20:56:58.843 INFO O| Sep 01 20:56:58.843 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91852024-09-01T20:56:59.655Z[ host-image] Sep 01 20:56:58.855 INFO O| Sep 01 20:56:58.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91862024-09-01T20:56:59.655Z[ host-image] Sep 01 20:56:58.855 INFO O| Sep 01 20:56:58.855 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91872024-09-01T20:56:59.658Z[ host-image] Sep 01 20:56:58.855 INFO O| Sep 01 20:56:58.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91882024-09-01T20:56:59.658Z[ host-image] Sep 01 20:56:58.855 INFO O| Sep 01 20:56:58.855 INFO ok!
91892024-09-01T20:56:59.658Z[ host-image] Sep 01 20:56:58.855 INFO O| Sep 01 20:56:58.855 INFO STEP 78 (ensure_file) COMPLETE
91902024-09-01T20:56:59.658Z[ host-image] Sep 01 20:56:58.855 INFO O| Sep 01 20:56:58.855 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-09-01T20:56:59.665Z[ host-image] Sep 01 20:56:58.865 INFO O| Sep 01 20:56:58.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91922024-09-01T20:56:59.665Z[ host-image] Sep 01 20:56:58.865 INFO O| Sep 01 20:56:58.865 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91932024-09-01T20:57:00.246Z[ host-image] Sep 01 20:56:59.445 INFO O| Sep 01 20:56:59.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91942024-09-01T20:57:00.246Z[ host-image] Sep 01 20:56:59.445 INFO O| Sep 01 20:56:59.444 INFO ok!
91952024-09-01T20:57:00.246Z[ host-image] Sep 01 20:56:59.445 INFO O| Sep 01 20:56:59.444 INFO STEP 79 (ensure_file) COMPLETE
91962024-09-01T20:57:00.249Z[ host-image] Sep 01 20:56:59.445 INFO O| Sep 01 20:56:59.444 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91972024-09-01T20:57:00.256Z[ host-image] Sep 01 20:56:59.456 INFO O| Sep 01 20:56:59.455 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91982024-09-01T20:57:00.256Z[ host-image] Sep 01 20:56:59.456 INFO O| Sep 01 20:56:59.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91992024-09-01T20:57:00.256Z[ host-image] Sep 01 20:56:59.456 INFO O| Sep 01 20:56:59.456 INFO STEP 80 (ensure_dir) COMPLETE
92002024-09-01T20:57:00.259Z[ host-image] Sep 01 20:56:59.456 INFO O| Sep 01 20:56:59.456 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-09-01T20:57:00.265Z[ host-image] Sep 01 20:56:59.465 INFO O| Sep 01 20:56:59.465 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92022024-09-01T20:57:00.268Z[ host-image] Sep 01 20:56:59.465 INFO O| Sep 01 20:56:59.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92032024-09-01T20:57:00.268Z[ host-image] Sep 01 20:56:59.465 INFO O| Sep 01 20:56:59.465 INFO STEP 81 (ensure_dir) COMPLETE
92042024-09-01T20:57:00.268Z[ host-image] Sep 01 20:56:59.465 INFO O| Sep 01 20:56:59.465 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-09-01T20:57:00.275Z[ host-image] Sep 01 20:56:59.474 INFO O| Sep 01 20:56:59.474 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92062024-09-01T20:57:00.275Z[ host-image] Sep 01 20:56:59.474 INFO O| Sep 01 20:56:59.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92072024-09-01T20:57:00.283Z[ host-image] Sep 01 20:56:59.474 INFO O| Sep 01 20:56:59.474 INFO STEP 82 (ensure_dir) COMPLETE
92082024-09-01T20:57:00.283Z[ host-image] Sep 01 20:56:59.474 INFO O| Sep 01 20:56:59.474 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92092024-09-01T20:57:00.288Z[ host-image] Sep 01 20:56:59.483 INFO O| Sep 01 20:56:59.483 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92102024-09-01T20:57:00.288Z[ host-image] Sep 01 20:56:59.483 INFO O| Sep 01 20:56:59.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92112024-09-01T20:57:00.288Z[ host-image] Sep 01 20:56:59.483 INFO O| Sep 01 20:56:59.483 INFO STEP 83 (ensure_dir) COMPLETE
92122024-09-01T20:57:00.288Z[ host-image] Sep 01 20:56:59.483 INFO O| Sep 01 20:56:59.483 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-09-01T20:57:00.294Z[ host-image] Sep 01 20:56:59.492 INFO O| Sep 01 20:56:59.492 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92142024-09-01T20:57:00.294Z[ host-image] Sep 01 20:56:59.493 INFO O| Sep 01 20:56:59.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92152024-09-01T20:57:00.297Z[ host-image] Sep 01 20:56:59.493 INFO O| Sep 01 20:56:59.493 INFO STEP 84 (ensure_dir) COMPLETE
92162024-09-01T20:57:00.297Z[ host-image] Sep 01 20:56:59.493 INFO O| Sep 01 20:56:59.493 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-09-01T20:57:00.302Z[ host-image] Sep 01 20:56:59.502 INFO O| Sep 01 20:56:59.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92182024-09-01T20:57:00.302Z[ host-image] Sep 01 20:56:59.502 INFO O| Sep 01 20:56:59.502 INFO copying /tmp/.tmpEQ75Ar/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 ...
92192024-09-01T20:57:00.306Z[ host-image] Sep 01 20:56:59.502 INFO O| Sep 01 20:56:59.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92202024-09-01T20:57:00.306Z[ host-image] Sep 01 20:56:59.502 INFO O| Sep 01 20:56:59.502 INFO ok!
92212024-09-01T20:57:00.306Z[ host-image] Sep 01 20:56:59.502 INFO O| Sep 01 20:56:59.502 INFO STEP 85 (ensure_file) COMPLETE
92222024-09-01T20:57:00.306Z[ host-image] Sep 01 20:56:59.502 INFO O| Sep 01 20:56:59.502 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-09-01T20:57:00.312Z[ host-image] Sep 01 20:56:59.511 INFO O| Sep 01 20:56:59.511 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92242024-09-01T20:57:00.312Z[ host-image] Sep 01 20:56:59.511 INFO O| Sep 01 20:56:59.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92252024-09-01T20:57:00.314Z[ host-image] Sep 01 20:56:59.511 INFO O| Sep 01 20:56:59.511 INFO STEP 86 (ensure_dir) COMPLETE
92262024-09-01T20:57:00.314Z[ host-image] Sep 01 20:56:59.511 INFO O| Sep 01 20:56:59.511 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-09-01T20:57:00.321Z[ host-image] Sep 01 20:56:59.521 INFO O| Sep 01 20:56:59.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92282024-09-01T20:57:00.321Z[ host-image] Sep 01 20:56:59.521 INFO O| Sep 01 20:56:59.521 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92292024-09-01T20:57:00.324Z[ host-image] Sep 01 20:56:59.521 INFO O| Sep 01 20:56:59.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92302024-09-01T20:57:00.324Z[ host-image] Sep 01 20:56:59.521 INFO O| Sep 01 20:56:59.521 INFO ok!
92312024-09-01T20:57:00.324Z[ host-image] Sep 01 20:56:59.521 INFO O| Sep 01 20:56:59.521 INFO STEP 87 (ensure_file) COMPLETE
92322024-09-01T20:57:00.324Z[ host-image] Sep 01 20:56:59.521 INFO O| Sep 01 20:56:59.521 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-09-01T20:57:00.330Z[ host-image] Sep 01 20:56:59.530 INFO O| Sep 01 20:56:59.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92342024-09-01T20:57:00.333Z[ host-image] Sep 01 20:56:59.530 INFO O| Sep 01 20:56:59.530 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92352024-09-01T20:57:00.342Z[ host-image] Sep 01 20:56:59.542 INFO O| Sep 01 20:56:59.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92362024-09-01T20:57:00.342Z[ host-image] Sep 01 20:56:59.542 INFO O| Sep 01 20:56:59.542 INFO ok!
92372024-09-01T20:57:00.345Z[ host-image] Sep 01 20:56:59.542 INFO O| Sep 01 20:56:59.542 INFO STEP 88 (ensure_file) COMPLETE
92382024-09-01T20:57:00.345Z[ host-image] Sep 01 20:56:59.542 INFO O| Sep 01 20:56:59.542 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-09-01T20:57:00.352Z[ host-image] Sep 01 20:56:59.551 INFO O| Sep 01 20:56:59.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92402024-09-01T20:57:00.352Z[ host-image] Sep 01 20:56:59.551 INFO O| Sep 01 20:56:59.551 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92412024-09-01T20:57:00.821Z[ host-image] Sep 01 20:57:00.020 INFO O| Sep 01 20:57:00.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92422024-09-01T20:57:00.821Z[ host-image] Sep 01 20:57:00.020 INFO O| Sep 01 20:57:00.020 INFO ok!
92432024-09-01T20:57:00.824Z[ host-image] Sep 01 20:57:00.020 INFO O| Sep 01 20:57:00.020 INFO STEP 89 (ensure_file) COMPLETE
92442024-09-01T20:57:00.824Z[ host-image] Sep 01 20:57:00.020 INFO O| Sep 01 20:57:00.020 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-09-01T20:57:00.831Z[ host-image] Sep 01 20:57:00.031 INFO O| Sep 01 20:57:00.031 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92462024-09-01T20:57:00.831Z[ host-image] Sep 01 20:57:00.031 INFO O| Sep 01 20:57:00.031 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92472024-09-01T20:57:00.833Z[ host-image] Sep 01 20:57:00.031 INFO O| Sep 01 20:57:00.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92482024-09-01T20:57:00.833Z[ host-image] Sep 01 20:57:00.031 INFO O| Sep 01 20:57:00.031 INFO ok!
92492024-09-01T20:57:00.833Z[ host-image] Sep 01 20:57:00.031 INFO O| Sep 01 20:57:00.031 INFO STEP 90 (ensure_file) COMPLETE
92502024-09-01T20:57:00.834Z[ host-image] Sep 01 20:57:00.031 INFO O| Sep 01 20:57:00.031 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-09-01T20:57:00.841Z[ host-image] Sep 01 20:57:00.040 INFO O| Sep 01 20:57:00.040 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92522024-09-01T20:57:00.841Z[ host-image] Sep 01 20:57:00.040 INFO O| Sep 01 20:57:00.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92532024-09-01T20:57:00.841Z[ host-image] Sep 01 20:57:00.040 INFO O| Sep 01 20:57:00.040 INFO STEP 91 (ensure_dir) COMPLETE
92542024-09-01T20:57:00.844Z[ host-image] Sep 01 20:57:00.040 INFO O| Sep 01 20:57:00.040 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-09-01T20:57:00.851Z[ host-image] Sep 01 20:57:00.050 INFO O| Sep 01 20:57:00.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92562024-09-01T20:57:00.854Z[ host-image] Sep 01 20:57:00.050 INFO O| Sep 01 20:57:00.050 INFO copying /tmp/.tmpEQ75Ar/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 ...
92572024-09-01T20:57:00.854Z[ host-image] Sep 01 20:57:00.050 INFO O| Sep 01 20:57:00.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92582024-09-01T20:57:00.854Z[ host-image] Sep 01 20:57:00.050 INFO O| Sep 01 20:57:00.050 INFO ok!
92592024-09-01T20:57:00.854Z[ host-image] Sep 01 20:57:00.050 INFO O| Sep 01 20:57:00.050 INFO STEP 92 (ensure_file) COMPLETE
92602024-09-01T20:57:00.854Z[ host-image] Sep 01 20:57:00.050 INFO O| Sep 01 20:57:00.050 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-09-01T20:57:00.862Z[ host-image] Sep 01 20:57:00.059 INFO O| Sep 01 20:57:00.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92622024-09-01T20:57:00.862Z[ host-image] Sep 01 20:57:00.059 INFO O| Sep 01 20:57:00.059 INFO copying /tmp/.tmpEQ75Ar/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 ...
92632024-09-01T20:57:00.865Z[ host-image] Sep 01 20:57:00.059 INFO O| Sep 01 20:57:00.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92642024-09-01T20:57:00.865Z[ host-image] Sep 01 20:57:00.059 INFO O| Sep 01 20:57:00.059 INFO ok!
92652024-09-01T20:57:00.865Z[ host-image] Sep 01 20:57:00.059 INFO O| Sep 01 20:57:00.059 INFO STEP 93 (ensure_file) COMPLETE
92662024-09-01T20:57:00.865Z[ host-image] Sep 01 20:57:00.059 INFO O| Sep 01 20:57:00.059 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-09-01T20:57:00.869Z[ host-image] Sep 01 20:57:00.069 INFO O| Sep 01 20:57:00.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92682024-09-01T20:57:00.872Z[ host-image] Sep 01 20:57:00.069 INFO O| Sep 01 20:57:00.069 INFO copying /tmp/.tmpEQ75Ar/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 ...
92692024-09-01T20:57:00.872Z[ host-image] Sep 01 20:57:00.069 INFO O| Sep 01 20:57:00.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92702024-09-01T20:57:00.872Z[ host-image] Sep 01 20:57:00.069 INFO O| Sep 01 20:57:00.069 INFO ok!
92712024-09-01T20:57:00.872Z[ host-image] Sep 01 20:57:00.069 INFO O| Sep 01 20:57:00.069 INFO STEP 94 (ensure_file) COMPLETE
92722024-09-01T20:57:00.872Z[ host-image] Sep 01 20:57:00.069 INFO O| Sep 01 20:57:00.069 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92732024-09-01T20:57:00.880Z[ host-image] Sep 01 20:57:00.079 INFO O| Sep 01 20:57:00.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92742024-09-01T20:57:00.880Z[ host-image] Sep 01 20:57:00.079 INFO O| Sep 01 20:57:00.079 INFO copying /tmp/.tmpEQ75Ar/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 ...
92752024-09-01T20:57:00.880Z[ host-image] Sep 01 20:57:00.079 INFO O| Sep 01 20:57:00.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92762024-09-01T20:57:00.882Z[ host-image] Sep 01 20:57:00.079 INFO O| Sep 01 20:57:00.079 INFO ok!
92772024-09-01T20:57:00.882Z[ host-image] Sep 01 20:57:00.079 INFO O| Sep 01 20:57:00.079 INFO STEP 95 (ensure_file) COMPLETE
92782024-09-01T20:57:00.882Z[ host-image] Sep 01 20:57:00.079 INFO O| Sep 01 20:57:00.079 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-09-01T20:57:00.889Z[ host-image] Sep 01 20:57:00.089 INFO O| Sep 01 20:57:00.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92802024-09-01T20:57:00.889Z[ host-image] Sep 01 20:57:00.089 INFO O| Sep 01 20:57:00.088 INFO copying /tmp/.tmpEQ75Ar/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 ...
92812024-09-01T20:57:00.891Z[ host-image] Sep 01 20:57:00.089 INFO O| Sep 01 20:57:00.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92822024-09-01T20:57:00.891Z[ host-image] Sep 01 20:57:00.089 INFO O| Sep 01 20:57:00.089 INFO ok!
92832024-09-01T20:57:00.891Z[ host-image] Sep 01 20:57:00.089 INFO O| Sep 01 20:57:00.089 INFO STEP 96 (ensure_file) COMPLETE
92842024-09-01T20:57:00.891Z[ host-image] Sep 01 20:57:00.089 INFO O| Sep 01 20:57:00.089 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-09-01T20:57:00.899Z[ host-image] Sep 01 20:57:00.098 INFO O| Sep 01 20:57:00.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92862024-09-01T20:57:00.900Z[ host-image] Sep 01 20:57:00.098 INFO O| Sep 01 20:57:00.098 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92872024-09-01T20:57:00.902Z[ host-image] Sep 01 20:57:00.099 INFO O| Sep 01 20:57:00.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92882024-09-01T20:57:00.902Z[ host-image] Sep 01 20:57:00.099 INFO O| Sep 01 20:57:00.098 INFO ok!
92892024-09-01T20:57:00.902Z[ host-image] Sep 01 20:57:00.099 INFO O| Sep 01 20:57:00.099 INFO STEP 97 (ensure_file) COMPLETE
92902024-09-01T20:57:00.902Z[ host-image] Sep 01 20:57:00.099 INFO O| Sep 01 20:57:00.099 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-09-01T20:57:00.909Z[ host-image] Sep 01 20:57:00.108 INFO O| Sep 01 20:57:00.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92922024-09-01T20:57:00.909Z[ host-image] Sep 01 20:57:00.108 INFO O| Sep 01 20:57:00.108 INFO copying /tmp/.tmpEQ75Ar/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 ...
92932024-09-01T20:57:00.911Z[ host-image] Sep 01 20:57:00.108 INFO O| Sep 01 20:57:00.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92942024-09-01T20:57:00.911Z[ host-image] Sep 01 20:57:00.108 INFO O| Sep 01 20:57:00.108 INFO ok!
92952024-09-01T20:57:00.911Z[ host-image] Sep 01 20:57:00.108 INFO O| Sep 01 20:57:00.108 INFO STEP 98 (ensure_file) COMPLETE
92962024-09-01T20:57:00.911Z[ host-image] Sep 01 20:57:00.108 INFO O| Sep 01 20:57:00.108 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972024-09-01T20:57:00.918Z[ host-image] Sep 01 20:57:00.118 INFO O| Sep 01 20:57:00.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92982024-09-01T20:57:00.919Z[ host-image] Sep 01 20:57:00.118 INFO O| Sep 01 20:57:00.118 INFO copying /tmp/.tmpEQ75Ar/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 ...
92992024-09-01T20:57:00.921Z[ host-image] Sep 01 20:57:00.118 INFO O| Sep 01 20:57:00.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93002024-09-01T20:57:00.921Z[ host-image] Sep 01 20:57:00.118 INFO O| Sep 01 20:57:00.118 INFO ok!
93012024-09-01T20:57:00.921Z[ host-image] Sep 01 20:57:00.118 INFO O| Sep 01 20:57:00.118 INFO STEP 99 (ensure_file) COMPLETE
93022024-09-01T20:57:00.921Z[ host-image] Sep 01 20:57:00.118 INFO O| Sep 01 20:57:00.118 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-09-01T20:57:00.928Z[ host-image] Sep 01 20:57:00.128 INFO O| Sep 01 20:57:00.128 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93042024-09-01T20:57:00.928Z[ host-image] Sep 01 20:57:00.128 INFO O| Sep 01 20:57:00.128 INFO copying /tmp/.tmpEQ75Ar/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 ...
93052024-09-01T20:57:00.931Z[ host-image] Sep 01 20:57:00.128 INFO O| Sep 01 20:57:00.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93062024-09-01T20:57:00.931Z[ host-image] Sep 01 20:57:00.128 INFO O| Sep 01 20:57:00.128 INFO ok!
93072024-09-01T20:57:00.931Z[ host-image] Sep 01 20:57:00.128 INFO O| Sep 01 20:57:00.128 INFO STEP 100 (ensure_file) COMPLETE
93082024-09-01T20:57:00.931Z[ host-image] Sep 01 20:57:00.128 INFO O| Sep 01 20:57:00.128 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-09-01T20:57:00.938Z[ host-image] Sep 01 20:57:00.138 INFO O| Sep 01 20:57:00.138 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93102024-09-01T20:57:00.938Z[ host-image] Sep 01 20:57:00.138 INFO O| Sep 01 20:57:00.138 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93112024-09-01T20:57:00.940Z[ host-image] Sep 01 20:57:00.138 INFO O| Sep 01 20:57:00.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93122024-09-01T20:57:00.940Z[ host-image] Sep 01 20:57:00.138 INFO O| Sep 01 20:57:00.138 INFO ok!
93132024-09-01T20:57:00.940Z[ host-image] Sep 01 20:57:00.138 INFO O| Sep 01 20:57:00.138 INFO STEP 101 (ensure_file) COMPLETE
93142024-09-01T20:57:00.940Z[ host-image] Sep 01 20:57:00.138 INFO O| Sep 01 20:57:00.138 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152024-09-01T20:57:00.948Z[ host-image] Sep 01 20:57:00.147 INFO O| Sep 01 20:57:00.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93162024-09-01T20:57:00.948Z[ host-image] Sep 01 20:57:00.147 INFO O| Sep 01 20:57:00.147 INFO copying /tmp/.tmpEQ75Ar/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 ...
93172024-09-01T20:57:00.951Z[ host-image] Sep 01 20:57:00.147 INFO O| Sep 01 20:57:00.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93182024-09-01T20:57:00.951Z[ host-image] Sep 01 20:57:00.147 INFO O| Sep 01 20:57:00.147 INFO ok!
93192024-09-01T20:57:00.951Z[ host-image] Sep 01 20:57:00.147 INFO O| Sep 01 20:57:00.147 INFO STEP 102 (ensure_file) COMPLETE
93202024-09-01T20:57:00.951Z[ host-image] Sep 01 20:57:00.147 INFO O| Sep 01 20:57:00.147 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-09-01T20:57:00.957Z[ host-image] Sep 01 20:57:00.157 INFO O| Sep 01 20:57:00.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93222024-09-01T20:57:00.957Z[ host-image] Sep 01 20:57:00.157 INFO O| Sep 01 20:57:00.157 INFO copying /tmp/.tmpEQ75Ar/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 ...
93232024-09-01T20:57:00.959Z[ host-image] Sep 01 20:57:00.157 INFO O| Sep 01 20:57:00.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93242024-09-01T20:57:00.960Z[ host-image] Sep 01 20:57:00.157 INFO O| Sep 01 20:57:00.157 INFO ok!
93252024-09-01T20:57:00.960Z[ host-image] Sep 01 20:57:00.157 INFO O| Sep 01 20:57:00.157 INFO STEP 103 (ensure_file) COMPLETE
93262024-09-01T20:57:00.960Z[ host-image] Sep 01 20:57:00.157 INFO O| Sep 01 20:57:00.157 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-09-01T20:57:00.966Z[ host-image] Sep 01 20:57:00.166 INFO O| Sep 01 20:57:00.166 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93282024-09-01T20:57:00.969Z[ host-image] Sep 01 20:57:00.166 INFO O| Sep 01 20:57:00.166 INFO copying /tmp/.tmpEQ75Ar/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 ...
93292024-09-01T20:57:00.969Z[ host-image] Sep 01 20:57:00.166 INFO O| Sep 01 20:57:00.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93302024-09-01T20:57:00.969Z[ host-image] Sep 01 20:57:00.166 INFO O| Sep 01 20:57:00.166 INFO ok!
93312024-09-01T20:57:00.969Z[ host-image] Sep 01 20:57:00.166 INFO O| Sep 01 20:57:00.166 INFO STEP 104 (ensure_file) COMPLETE
93322024-09-01T20:57:00.969Z[ host-image] Sep 01 20:57:00.166 INFO O| Sep 01 20:57:00.166 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-09-01T20:57:00.976Z[ host-image] Sep 01 20:57:00.176 INFO O| Sep 01 20:57:00.176 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93342024-09-01T20:57:00.976Z[ host-image] Sep 01 20:57:00.176 INFO O| Sep 01 20:57:00.176 INFO copying /tmp/.tmpEQ75Ar/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 ...
93352024-09-01T20:57:00.978Z[ host-image] Sep 01 20:57:00.176 INFO O| Sep 01 20:57:00.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93362024-09-01T20:57:00.978Z[ host-image] Sep 01 20:57:00.176 INFO O| Sep 01 20:57:00.176 INFO ok!
93372024-09-01T20:57:00.978Z[ host-image] Sep 01 20:57:00.176 INFO O| Sep 01 20:57:00.176 INFO STEP 105 (ensure_file) COMPLETE
93382024-09-01T20:57:00.978Z[ host-image] Sep 01 20:57:00.176 INFO O| Sep 01 20:57:00.176 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-09-01T20:57:00.986Z[ host-image] Sep 01 20:57:00.185 INFO O| Sep 01 20:57:00.185 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93402024-09-01T20:57:00.986Z[ host-image] Sep 01 20:57:00.185 INFO O| Sep 01 20:57:00.185 INFO copying /tmp/.tmpEQ75Ar/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 ...
93412024-09-01T20:57:00.989Z[ host-image] Sep 01 20:57:00.185 INFO O| Sep 01 20:57:00.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93422024-09-01T20:57:00.989Z[ host-image] Sep 01 20:57:00.185 INFO O| Sep 01 20:57:00.185 INFO ok!
93432024-09-01T20:57:00.989Z[ host-image] Sep 01 20:57:00.185 INFO O| Sep 01 20:57:00.185 INFO STEP 106 (ensure_file) COMPLETE
93442024-09-01T20:57:00.989Z[ host-image] Sep 01 20:57:00.185 INFO O| Sep 01 20:57:00.185 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-09-01T20:57:00.995Z[ host-image] Sep 01 20:57:00.195 INFO O| Sep 01 20:57:00.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93462024-09-01T20:57:00.995Z[ host-image] Sep 01 20:57:00.195 INFO O| Sep 01 20:57:00.195 INFO copying /tmp/.tmpEQ75Ar/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 ...
93472024-09-01T20:57:00.998Z[ host-image] Sep 01 20:57:00.195 INFO O| Sep 01 20:57:00.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93482024-09-01T20:57:00.998Z[ host-image] Sep 01 20:57:00.195 INFO O| Sep 01 20:57:00.195 INFO ok!
93492024-09-01T20:57:00.998Z[ host-image] Sep 01 20:57:00.195 INFO O| Sep 01 20:57:00.195 INFO STEP 107 (ensure_file) COMPLETE
93502024-09-01T20:57:00.998Z[ host-image] Sep 01 20:57:00.195 INFO O| Sep 01 20:57:00.195 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-09-01T20:57:01.005Z[ host-image] Sep 01 20:57:00.204 INFO O| Sep 01 20:57:00.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93522024-09-01T20:57:01.005Z[ host-image] Sep 01 20:57:00.204 INFO O| Sep 01 20:57:00.204 INFO copying /tmp/.tmpEQ75Ar/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 ...
93532024-09-01T20:57:01.008Z[ host-image] Sep 01 20:57:00.204 INFO O| Sep 01 20:57:00.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93542024-09-01T20:57:01.008Z[ host-image] Sep 01 20:57:00.204 INFO O| Sep 01 20:57:00.204 INFO ok!
93552024-09-01T20:57:01.008Z[ host-image] Sep 01 20:57:00.204 INFO O| Sep 01 20:57:00.204 INFO STEP 108 (ensure_file) COMPLETE
93562024-09-01T20:57:01.008Z[ host-image] Sep 01 20:57:00.204 INFO O| Sep 01 20:57:00.204 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-09-01T20:57:01.014Z[ host-image] Sep 01 20:57:00.214 INFO O| Sep 01 20:57:00.214 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93582024-09-01T20:57:01.014Z[ host-image] Sep 01 20:57:00.214 INFO O| Sep 01 20:57:00.214 INFO copying /tmp/.tmpEQ75Ar/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 ...
93592024-09-01T20:57:01.017Z[ host-image] Sep 01 20:57:00.214 INFO O| Sep 01 20:57:00.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93602024-09-01T20:57:01.017Z[ host-image] Sep 01 20:57:00.214 INFO O| Sep 01 20:57:00.214 INFO ok!
93612024-09-01T20:57:01.017Z[ host-image] Sep 01 20:57:00.214 INFO O| Sep 01 20:57:00.214 INFO STEP 109 (ensure_file) COMPLETE
93622024-09-01T20:57:01.017Z[ host-image] Sep 01 20:57:00.214 INFO O| Sep 01 20:57:00.214 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-09-01T20:57:01.024Z[ host-image] Sep 01 20:57:00.223 INFO O| Sep 01 20:57:00.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93642024-09-01T20:57:01.024Z[ host-image] Sep 01 20:57:00.223 INFO O| Sep 01 20:57:00.223 INFO copying /tmp/.tmpEQ75Ar/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 ...
93652024-09-01T20:57:01.026Z[ host-image] Sep 01 20:57:00.223 INFO O| Sep 01 20:57:00.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93662024-09-01T20:57:01.026Z[ host-image] Sep 01 20:57:00.223 INFO O| Sep 01 20:57:00.223 INFO ok!
93672024-09-01T20:57:01.026Z[ host-image] Sep 01 20:57:00.223 INFO O| Sep 01 20:57:00.223 INFO STEP 110 (ensure_file) COMPLETE
93682024-09-01T20:57:01.026Z[ host-image] Sep 01 20:57:00.223 INFO O| Sep 01 20:57:00.223 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692024-09-01T20:57:01.033Z[ host-image] Sep 01 20:57:00.233 INFO O| Sep 01 20:57:00.233 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93702024-09-01T20:57:01.033Z[ host-image] Sep 01 20:57:00.233 INFO O| Sep 01 20:57:00.233 INFO copying /tmp/.tmpEQ75Ar/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 ...
93712024-09-01T20:57:01.036Z[ host-image] Sep 01 20:57:00.233 INFO O| Sep 01 20:57:00.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93722024-09-01T20:57:01.036Z[ host-image] Sep 01 20:57:00.233 INFO O| Sep 01 20:57:00.233 INFO ok!
93732024-09-01T20:57:01.037Z[ host-image] Sep 01 20:57:00.233 INFO O| Sep 01 20:57:00.233 INFO STEP 111 (ensure_file) COMPLETE
93742024-09-01T20:57:01.037Z[ host-image] Sep 01 20:57:00.233 INFO O| Sep 01 20:57:00.233 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752024-09-01T20:57:01.043Z[ host-image] Sep 01 20:57:00.242 INFO O| Sep 01 20:57:00.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93762024-09-01T20:57:01.043Z[ host-image] Sep 01 20:57:00.242 INFO O| Sep 01 20:57:00.242 INFO copying /tmp/.tmpEQ75Ar/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 ...
93772024-09-01T20:57:01.047Z[ host-image] Sep 01 20:57:00.242 INFO O| Sep 01 20:57:00.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93782024-09-01T20:57:01.047Z[ host-image] Sep 01 20:57:00.242 INFO O| Sep 01 20:57:00.242 INFO ok!
93792024-09-01T20:57:01.047Z[ host-image] Sep 01 20:57:00.242 INFO O| Sep 01 20:57:00.242 INFO STEP 112 (ensure_file) COMPLETE
93802024-09-01T20:57:01.047Z[ host-image] Sep 01 20:57:00.242 INFO O| Sep 01 20:57:00.242 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-09-01T20:57:01.052Z[ host-image] Sep 01 20:57:00.252 INFO O| Sep 01 20:57:00.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93822024-09-01T20:57:01.052Z[ host-image] Sep 01 20:57:00.252 INFO O| Sep 01 20:57:00.252 INFO copying /tmp/.tmpEQ75Ar/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 ...
93832024-09-01T20:57:01.056Z[ host-image] Sep 01 20:57:00.252 INFO O| Sep 01 20:57:00.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93842024-09-01T20:57:01.056Z[ host-image] Sep 01 20:57:00.252 INFO O| Sep 01 20:57:00.252 INFO ok!
93852024-09-01T20:57:01.056Z[ host-image] Sep 01 20:57:00.252 INFO O| Sep 01 20:57:00.252 INFO STEP 113 (ensure_file) COMPLETE
93862024-09-01T20:57:01.056Z[ host-image] Sep 01 20:57:00.252 INFO O| Sep 01 20:57:00.252 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-09-01T20:57:01.062Z[ host-image] Sep 01 20:57:00.262 INFO O| Sep 01 20:57:00.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93882024-09-01T20:57:01.062Z[ host-image] Sep 01 20:57:00.262 INFO O| Sep 01 20:57:00.262 INFO copying /tmp/.tmpEQ75Ar/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 ...
93892024-09-01T20:57:01.065Z[ host-image] Sep 01 20:57:00.262 INFO O| Sep 01 20:57:00.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93902024-09-01T20:57:01.065Z[ host-image] Sep 01 20:57:00.262 INFO O| Sep 01 20:57:00.262 INFO ok!
93912024-09-01T20:57:01.065Z[ host-image] Sep 01 20:57:00.262 INFO O| Sep 01 20:57:00.262 INFO STEP 114 (ensure_file) COMPLETE
93922024-09-01T20:57:01.065Z[ host-image] Sep 01 20:57:00.262 INFO O| Sep 01 20:57:00.262 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-09-01T20:57:01.072Z[ host-image] Sep 01 20:57:00.272 INFO O| Sep 01 20:57:00.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93942024-09-01T20:57:01.073Z[ host-image] Sep 01 20:57:00.272 INFO O| Sep 01 20:57:00.272 INFO copying /tmp/.tmpEQ75Ar/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 ...
93952024-09-01T20:57:01.076Z[ host-image] Sep 01 20:57:00.272 INFO O| Sep 01 20:57:00.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93962024-09-01T20:57:01.076Z[ host-image] Sep 01 20:57:00.272 INFO O| Sep 01 20:57:00.272 INFO ok!
93972024-09-01T20:57:01.076Z[ host-image] Sep 01 20:57:00.272 INFO O| Sep 01 20:57:00.272 INFO STEP 115 (ensure_file) COMPLETE
93982024-09-01T20:57:01.076Z[ host-image] Sep 01 20:57:00.272 INFO O| Sep 01 20:57:00.272 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-09-01T20:57:01.082Z[ host-image] Sep 01 20:57:00.282 INFO O| Sep 01 20:57:00.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94002024-09-01T20:57:01.084Z[ host-image] Sep 01 20:57:00.282 INFO O| Sep 01 20:57:00.282 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94012024-09-01T20:57:01.084Z[ host-image] Sep 01 20:57:00.282 INFO O| Sep 01 20:57:00.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94022024-09-01T20:57:01.084Z[ host-image] Sep 01 20:57:00.282 INFO O| Sep 01 20:57:00.282 INFO ok!
94032024-09-01T20:57:01.085Z[ host-image] Sep 01 20:57:00.282 INFO O| Sep 01 20:57:00.282 INFO STEP 116 (ensure_file) COMPLETE
94042024-09-01T20:57:01.085Z[ host-image] Sep 01 20:57:00.282 INFO O| Sep 01 20:57:00.282 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-09-01T20:57:01.092Z[ host-image] Sep 01 20:57:00.292 INFO O| Sep 01 20:57:00.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94062024-09-01T20:57:01.092Z[ host-image] Sep 01 20:57:00.292 INFO O| Sep 01 20:57:00.292 INFO copying /tmp/.tmpEQ75Ar/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 ...
94072024-09-01T20:57:01.094Z[ host-image] Sep 01 20:57:00.292 INFO O| Sep 01 20:57:00.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94082024-09-01T20:57:01.094Z[ host-image] Sep 01 20:57:00.292 INFO O| Sep 01 20:57:00.292 INFO ok!
94092024-09-01T20:57:01.095Z[ host-image] Sep 01 20:57:00.292 INFO O| Sep 01 20:57:00.292 INFO STEP 117 (ensure_file) COMPLETE
94102024-09-01T20:57:01.095Z[ host-image] Sep 01 20:57:00.292 INFO O| Sep 01 20:57:00.292 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-09-01T20:57:01.102Z[ host-image] Sep 01 20:57:00.301 INFO O| Sep 01 20:57:00.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94122024-09-01T20:57:01.102Z[ host-image] Sep 01 20:57:00.301 INFO O| Sep 01 20:57:00.301 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94132024-09-01T20:57:01.104Z[ host-image] Sep 01 20:57:00.301 INFO O| Sep 01 20:57:00.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94142024-09-01T20:57:01.104Z[ host-image] Sep 01 20:57:00.301 INFO O| Sep 01 20:57:00.301 INFO ok!
94152024-09-01T20:57:01.104Z[ host-image] Sep 01 20:57:00.301 INFO O| Sep 01 20:57:00.301 INFO STEP 118 (ensure_file) COMPLETE
94162024-09-01T20:57:01.105Z[ host-image] Sep 01 20:57:00.301 INFO O| Sep 01 20:57:00.301 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-09-01T20:57:01.113Z[ host-image] Sep 01 20:57:00.311 INFO O| Sep 01 20:57:00.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94182024-09-01T20:57:01.113Z[ host-image] Sep 01 20:57:00.311 INFO O| Sep 01 20:57:00.311 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94192024-09-01T20:57:04.347Z[ host-image] Sep 01 20:57:03.543 INFO O| Sep 01 20:57:03.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94202024-09-01T20:57:04.347Z[ host-image] Sep 01 20:57:03.543 INFO O| Sep 01 20:57:03.543 INFO ok!
94212024-09-01T20:57:04.350Z[ host-image] Sep 01 20:57:03.543 INFO O| Sep 01 20:57:03.543 INFO STEP 119 (ensure_file) COMPLETE
94222024-09-01T20:57:04.350Z[ host-image] Sep 01 20:57:03.543 INFO O| Sep 01 20:57:03.543 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-09-01T20:57:04.355Z[ host-image] Sep 01 20:57:03.555 INFO O| Sep 01 20:57:03.554 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94242024-09-01T20:57:04.355Z[ host-image] Sep 01 20:57:03.555 INFO O| Sep 01 20:57:03.554 INFO STEP 120 (ensure_dir) COMPLETE
94252024-09-01T20:57:04.355Z[ host-image] Sep 01 20:57:03.555 INFO O| Sep 01 20:57:03.555 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-09-01T20:57:04.365Z[ host-image] Sep 01 20:57:03.564 INFO O| Sep 01 20:57:03.564 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94272024-09-01T20:57:04.365Z[ host-image] Sep 01 20:57:03.564 INFO O| Sep 01 20:57:03.564 INFO STEP 121 (ensure_dir) COMPLETE
94282024-09-01T20:57:04.367Z[ host-image] Sep 01 20:57:03.564 INFO O| Sep 01 20:57:03.564 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-09-01T20:57:04.374Z[ host-image] Sep 01 20:57:03.574 INFO O| Sep 01 20:57:03.574 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94302024-09-01T20:57:04.374Z[ host-image] Sep 01 20:57:03.574 INFO O| Sep 01 20:57:03.574 INFO STEP 122 (ensure_dir) COMPLETE
94312024-09-01T20:57:04.377Z[ host-image] Sep 01 20:57:03.574 INFO O| Sep 01 20:57:03.574 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-09-01T20:57:04.384Z[ host-image] Sep 01 20:57:03.583 INFO O| Sep 01 20:57:03.583 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94332024-09-01T20:57:04.384Z[ host-image] Sep 01 20:57:03.583 INFO O| Sep 01 20:57:03.583 INFO STEP 123 (ensure_dir) COMPLETE
94342024-09-01T20:57:04.387Z[ host-image] Sep 01 20:57:03.583 INFO O| Sep 01 20:57:03.583 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352024-09-01T20:57:04.394Z[ host-image] Sep 01 20:57:03.593 INFO O| Sep 01 20:57:03.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94362024-09-01T20:57:04.394Z[ host-image] Sep 01 20:57:03.593 INFO O| Sep 01 20:57:03.593 INFO copying /tmp/.tmpEQ75Ar/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 ...
94372024-09-01T20:57:04.396Z[ host-image] Sep 01 20:57:03.593 INFO O| Sep 01 20:57:03.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94382024-09-01T20:57:04.397Z[ host-image] Sep 01 20:57:03.593 INFO O| Sep 01 20:57:03.593 INFO ok!
94392024-09-01T20:57:04.397Z[ host-image] Sep 01 20:57:03.593 INFO O| Sep 01 20:57:03.593 INFO STEP 124 (ensure_file) COMPLETE
94402024-09-01T20:57:04.397Z[ host-image] Sep 01 20:57:03.593 INFO O| Sep 01 20:57:03.593 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412024-09-01T20:57:04.404Z[ host-image] Sep 01 20:57:03.603 INFO O| Sep 01 20:57:03.603 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94422024-09-01T20:57:04.404Z[ host-image] Sep 01 20:57:03.603 INFO O| Sep 01 20:57:03.603 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94432024-09-01T20:57:04.404Z[ host-image] Sep 01 20:57:03.603 INFO O| Sep 01 20:57:03.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94442024-09-01T20:57:04.407Z[ host-image] Sep 01 20:57:03.603 INFO O| Sep 01 20:57:03.603 INFO STEP 125 (ensure_dir) COMPLETE
94452024-09-01T20:57:04.407Z[ host-image] Sep 01 20:57:03.603 INFO O| Sep 01 20:57:03.603 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-09-01T20:57:04.413Z[ host-image] Sep 01 20:57:03.613 INFO O| Sep 01 20:57:03.613 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94472024-09-01T20:57:04.413Z[ host-image] Sep 01 20:57:03.613 INFO O| Sep 01 20:57:03.613 INFO copying /tmp/.tmpEQ75Ar/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94482024-09-01T20:57:04.416Z[ host-image] Sep 01 20:57:03.613 INFO O| Sep 01 20:57:03.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94492024-09-01T20:57:04.416Z[ host-image] Sep 01 20:57:03.613 INFO O| Sep 01 20:57:03.613 INFO ok!
94502024-09-01T20:57:04.416Z[ host-image] Sep 01 20:57:03.613 INFO O| Sep 01 20:57:03.613 INFO STEP 126 (ensure_file) COMPLETE
94512024-09-01T20:57:04.416Z[ host-image] Sep 01 20:57:03.613 INFO O| Sep 01 20:57:03.613 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94522024-09-01T20:57:04.423Z[ host-image] Sep 01 20:57:03.622 INFO O| Sep 01 20:57:03.622 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94532024-09-01T20:57:04.426Z[ host-image] Sep 01 20:57:03.622 INFO O| Sep 01 20:57:03.622 INFO STEP 127 (remove_files) COMPLETE
94542024-09-01T20:57:04.426Z[ host-image] Sep 01 20:57:03.622 INFO O| Sep 01 20:57:03.622 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94552024-09-01T20:57:04.433Z[ host-image] Sep 01 20:57:03.632 INFO O| Sep 01 20:57:03.632 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94562024-09-01T20:57:04.436Z[ host-image] Sep 01 20:57:03.632 INFO O| Sep 01 20:57:03.632 INFO STEP 128 (remove_files) COMPLETE
94572024-09-01T20:57:04.436Z[ host-image] Sep 01 20:57:03.632 INFO O| Sep 01 20:57:03.632 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94582024-09-01T20:57:04.444Z[ host-image] Sep 01 20:57:03.643 INFO O| Sep 01 20:57:03.643 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94592024-09-01T20:57:04.447Z[ host-image] Sep 01 20:57:03.643 INFO O| Sep 01 20:57:03.643 INFO STEP 129 (remove_files) COMPLETE
94602024-09-01T20:57:04.447Z[ host-image] Sep 01 20:57:03.643 INFO O| Sep 01 20:57:03.643 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94612024-09-01T20:57:04.456Z[ host-image] Sep 01 20:57:03.655 INFO O| Sep 01 20:57:03.655 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94622024-09-01T20:57:04.459Z[ host-image] Sep 01 20:57:03.655 INFO O| Sep 01 20:57:03.655 INFO STEP 130 (remove_files) COMPLETE
94632024-09-01T20:57:04.459Z[ host-image] Sep 01 20:57:03.655 INFO O| Sep 01 20:57:03.655 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94642024-09-01T20:57:04.467Z[ host-image] Sep 01 20:57:03.666 INFO O| Sep 01 20:57:03.666 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94652024-09-01T20:57:04.469Z[ host-image] Sep 01 20:57:03.666 INFO O| Sep 01 20:57:03.666 INFO STEP 131 (remove_files) COMPLETE
94662024-09-01T20:57:04.469Z[ host-image] Sep 01 20:57:03.666 INFO O| Sep 01 20:57:03.666 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94672024-09-01T20:57:04.477Z[ host-image] Sep 01 20:57:03.677 INFO O| Sep 01 20:57:03.677 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94682024-09-01T20:57:04.480Z[ host-image] Sep 01 20:57:03.677 INFO O| Sep 01 20:57:03.677 INFO STEP 132 (remove_files) COMPLETE
94692024-09-01T20:57:04.480Z[ host-image] Sep 01 20:57:03.677 INFO O| Sep 01 20:57:03.677 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94702024-09-01T20:57:04.487Z[ host-image] Sep 01 20:57:03.686 INFO O| Sep 01 20:57:03.686 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94712024-09-01T20:57:04.487Z[ host-image] Sep 01 20:57:03.686 INFO O| Sep 01 20:57:03.686 INFO STEP 133 (remove_files) COMPLETE
94722024-09-01T20:57:04.487Z[ host-image] Sep 01 20:57:03.686 INFO O| Sep 01 20:57:03.686 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94732024-09-01T20:57:04.497Z[ host-image] Sep 01 20:57:03.696 INFO O| Sep 01 20:57:03.696 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94742024-09-01T20:57:04.497Z[ host-image] Sep 01 20:57:03.696 INFO O| Sep 01 20:57:03.696 INFO STEP 134 (remove_files) COMPLETE
94752024-09-01T20:57:04.497Z[ host-image] Sep 01 20:57:03.696 INFO O| Sep 01 20:57:03.696 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94762024-09-01T20:57:04.508Z[ host-image] Sep 01 20:57:03.706 INFO O| Sep 01 20:57:03.706 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94772024-09-01T20:57:04.508Z[ host-image] Sep 01 20:57:03.706 INFO O| Sep 01 20:57:03.706 INFO STEP 135 (remove_files) COMPLETE
94782024-09-01T20:57:04.510Z[ host-image] Sep 01 20:57:03.706 INFO O| Sep 01 20:57:03.706 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94792024-09-01T20:57:04.517Z[ host-image] Sep 01 20:57:03.716 INFO O| Sep 01 20:57:03.716 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94802024-09-01T20:57:04.517Z[ host-image] Sep 01 20:57:03.716 INFO O| Sep 01 20:57:03.716 INFO STEP 136 (remove_files) COMPLETE
94812024-09-01T20:57:04.520Z[ host-image] Sep 01 20:57:03.716 INFO O| Sep 01 20:57:03.716 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94822024-09-01T20:57:04.526Z[ host-image] Sep 01 20:57:03.725 INFO O| Sep 01 20:57:03.725 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94832024-09-01T20:57:04.526Z[ host-image] Sep 01 20:57:03.725 INFO O| Sep 01 20:57:03.725 INFO STEP 137 (remove_files) COMPLETE
94842024-09-01T20:57:04.528Z[ host-image] Sep 01 20:57:03.725 INFO O| Sep 01 20:57:03.725 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94852024-09-01T20:57:04.535Z[ host-image] Sep 01 20:57:03.735 INFO O| Sep 01 20:57:03.735 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94862024-09-01T20:57:04.535Z[ host-image] Sep 01 20:57:03.735 INFO O| Sep 01 20:57:03.735 INFO STEP 138 (remove_files) COMPLETE
94872024-09-01T20:57:04.538Z[ host-image] Sep 01 20:57:03.735 INFO O| Sep 01 20:57:03.735 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94882024-09-01T20:57:04.546Z[ host-image] Sep 01 20:57:03.744 INFO O| Sep 01 20:57:03.744 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94892024-09-01T20:57:04.548Z[ host-image] Sep 01 20:57:03.744 INFO O| Sep 01 20:57:03.744 INFO STEP 139 (remove_files) COMPLETE
94902024-09-01T20:57:04.549Z[ host-image] Sep 01 20:57:03.744 INFO O| Sep 01 20:57:03.744 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94912024-09-01T20:57:04.555Z[ host-image] Sep 01 20:57:03.754 INFO O| Sep 01 20:57:03.754 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94922024-09-01T20:57:04.555Z[ host-image] Sep 01 20:57:03.754 INFO O| Sep 01 20:57:03.754 INFO STEP 140 (remove_files) COMPLETE
94932024-09-01T20:57:04.557Z[ host-image] Sep 01 20:57:03.754 INFO O| Sep 01 20:57:03.754 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94942024-09-01T20:57:04.565Z[ host-image] Sep 01 20:57:03.765 INFO O| Sep 01 20:57:03.765 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94952024-09-01T20:57:04.565Z[ host-image] Sep 01 20:57:03.765 INFO O| Sep 01 20:57:03.765 INFO STEP 141 (remove_files) COMPLETE
94962024-09-01T20:57:04.568Z[ host-image] Sep 01 20:57:03.765 INFO O| Sep 01 20:57:03.765 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94972024-09-01T20:57:04.575Z[ host-image] Sep 01 20:57:03.774 INFO O| Sep 01 20:57:03.774 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94982024-09-01T20:57:04.575Z[ host-image] Sep 01 20:57:03.774 INFO O| Sep 01 20:57:03.774 INFO STEP 142 (remove_files) COMPLETE
94992024-09-01T20:57:04.577Z[ host-image] Sep 01 20:57:03.774 INFO O| Sep 01 20:57:03.774 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95002024-09-01T20:57:04.585Z[ host-image] Sep 01 20:57:03.784 INFO O| Sep 01 20:57:03.784 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95012024-09-01T20:57:04.585Z[ host-image] Sep 01 20:57:03.784 INFO O| Sep 01 20:57:03.784 INFO STEP 143 (remove_files) COMPLETE
95022024-09-01T20:57:04.585Z[ host-image] Sep 01 20:57:03.784 INFO O| Sep 01 20:57:03.784 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95032024-09-01T20:57:04.594Z[ host-image] Sep 01 20:57:03.794 INFO O| Sep 01 20:57:03.794 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95042024-09-01T20:57:04.594Z[ host-image] Sep 01 20:57:03.794 INFO O| Sep 01 20:57:03.794 INFO STEP 144 (remove_files) COMPLETE
95052024-09-01T20:57:04.597Z[ host-image] Sep 01 20:57:03.794 INFO O| Sep 01 20:57:03.794 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95062024-09-01T20:57:04.604Z[ host-image] Sep 01 20:57:03.803 INFO O| Sep 01 20:57:03.803 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95072024-09-01T20:57:04.606Z[ host-image] Sep 01 20:57:03.803 INFO O| Sep 01 20:57:03.803 INFO STEP 145 (remove_files) COMPLETE
95082024-09-01T20:57:04.606Z[ host-image] Sep 01 20:57:03.803 INFO O| Sep 01 20:57:03.803 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95092024-09-01T20:57:04.614Z[ host-image] Sep 01 20:57:03.813 INFO O| Sep 01 20:57:03.813 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95102024-09-01T20:57:04.614Z[ host-image] Sep 01 20:57:03.813 INFO O| Sep 01 20:57:03.813 INFO STEP 146 (remove_files) COMPLETE
95112024-09-01T20:57:04.616Z[ host-image] Sep 01 20:57:03.813 INFO O| Sep 01 20:57:03.813 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95122024-09-01T20:57:04.624Z[ host-image] Sep 01 20:57:03.823 INFO O| Sep 01 20:57:03.823 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95132024-09-01T20:57:04.634Z[ host-image] Sep 01 20:57:03.823 INFO O| Sep 01 20:57:03.823 INFO STEP 147 (remove_files) COMPLETE
95142024-09-01T20:57:04.634Z[ host-image] Sep 01 20:57:03.823 INFO O| Sep 01 20:57:03.823 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95152024-09-01T20:57:04.636Z[ host-image] Sep 01 20:57:03.833 INFO O| Sep 01 20:57:03.833 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95162024-09-01T20:57:04.636Z[ host-image] Sep 01 20:57:03.833 INFO O| Sep 01 20:57:03.833 INFO STEP 148 (remove_files) COMPLETE
95172024-09-01T20:57:04.636Z[ host-image] Sep 01 20:57:03.833 INFO O| Sep 01 20:57:03.833 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95182024-09-01T20:57:04.644Z[ host-image] Sep 01 20:57:03.843 INFO O| Sep 01 20:57:03.843 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95192024-09-01T20:57:04.644Z[ host-image] Sep 01 20:57:03.843 INFO O| Sep 01 20:57:03.843 INFO STEP 149 (remove_files) COMPLETE
95202024-09-01T20:57:04.647Z[ host-image] Sep 01 20:57:03.843 INFO O| Sep 01 20:57:03.843 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95212024-09-01T20:57:04.655Z[ host-image] Sep 01 20:57:03.853 INFO O| Sep 01 20:57:03.853 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95222024-09-01T20:57:04.655Z[ host-image] Sep 01 20:57:03.853 INFO O| Sep 01 20:57:03.853 INFO STEP 150 (remove_files) COMPLETE
95232024-09-01T20:57:04.655Z[ host-image] Sep 01 20:57:03.853 INFO O| Sep 01 20:57:03.853 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95242024-09-01T20:57:04.664Z[ host-image] Sep 01 20:57:03.863 INFO O| Sep 01 20:57:03.863 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95252024-09-01T20:57:04.664Z[ host-image] Sep 01 20:57:03.863 INFO O| Sep 01 20:57:03.863 INFO STEP 151 (remove_files) COMPLETE
95262024-09-01T20:57:04.664Z[ host-image] Sep 01 20:57:03.863 INFO O| Sep 01 20:57:03.863 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95272024-09-01T20:57:04.674Z[ host-image] Sep 01 20:57:03.873 INFO O| Sep 01 20:57:03.873 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95282024-09-01T20:57:04.674Z[ host-image] Sep 01 20:57:03.874 INFO O| Sep 01 20:57:03.874 INFO STEP 152 (remove_files) COMPLETE
95292024-09-01T20:57:04.674Z[ host-image] Sep 01 20:57:03.874 INFO O| Sep 01 20:57:03.874 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95302024-09-01T20:57:04.684Z[ host-image] Sep 01 20:57:03.884 INFO O| Sep 01 20:57:03.883 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95312024-09-01T20:57:04.687Z[ host-image] Sep 01 20:57:03.884 INFO O| Sep 01 20:57:03.884 INFO STEP 153 (remove_files) COMPLETE
95322024-09-01T20:57:04.687Z[ host-image] Sep 01 20:57:03.884 INFO O| Sep 01 20:57:03.884 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95332024-09-01T20:57:04.695Z[ host-image] Sep 01 20:57:03.894 INFO O| Sep 01 20:57:03.894 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95342024-09-01T20:57:04.695Z[ host-image] Sep 01 20:57:03.894 INFO O| Sep 01 20:57:03.894 INFO STEP 154 (remove_files) COMPLETE
95352024-09-01T20:57:04.698Z[ host-image] Sep 01 20:57:03.894 INFO O| Sep 01 20:57:03.894 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95362024-09-01T20:57:04.706Z[ host-image] Sep 01 20:57:03.904 INFO O| Sep 01 20:57:03.904 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95372024-09-01T20:57:04.706Z[ host-image] Sep 01 20:57:03.904 INFO O| Sep 01 20:57:03.904 INFO STEP 155 (remove_files) COMPLETE
95382024-09-01T20:57:04.709Z[ host-image] Sep 01 20:57:03.904 INFO O| Sep 01 20:57:03.904 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95392024-09-01T20:57:04.720Z[ host-image] Sep 01 20:57:03.919 INFO O| Sep 01 20:57:03.919 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95402024-09-01T20:57:04.720Z[ host-image] Sep 01 20:57:03.919 INFO O| Sep 01 20:57:03.919 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
95412024-09-01T20:57:14.139Z[ host-image] Sep 01 20:57:13.337 INFO O| Sep 01 20:57:13.337 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
95422024-09-01T20:57:14.139Z[ host-image] Sep 01 20:57:13.337 INFO O| Sep 01 20:57:13.337 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95432024-09-01T20:57:14.154Z[ host-image] Sep 01 20:57:13.352 INFO O| Sep 01 20:57:13.352 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
95442024-09-01T20:57:14.233Z[ host-image] Sep 01 20:57:13.432 INFO O| Sep 01 20:57:13.432 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95452024-09-01T20:57:14.233Z[ host-image] Sep 01 20:57:13.432 INFO O| Sep 01 20:57:13.432 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95462024-09-01T20:57:14.236Z[ host-image] Sep 01 20:57:13.434 INFO O| Sep 01 20:57:13.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95472024-09-01T20:57:14.236Z[ host-image] Sep 01 20:57:13.434 INFO O| Sep 01 20:57:13.434 INFO ok!
95482024-09-01T20:57:14.236Z[ host-image] Sep 01 20:57:13.434 INFO O| Sep 01 20:57:13.434 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95492024-09-01T20:57:14.236Z[ host-image] Sep 01 20:57:13.434 INFO O| Sep 01 20:57:13.434 INFO STEP 156 (seed_smf) COMPLETE
95502024-09-01T20:57:14.236Z[ host-image] Sep 01 20:57:13.434 INFO O| Sep 01 20:57:13.434 INFO steps complete; finalising image!
95512024-09-01T20:57:14.236Z[ host-image] Sep 01 20:57:13.434 INFO O| Sep 01 20:57:13.434 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95522024-09-01T20:57:14.374Z[ host-image] Sep 01 20:57:13.573 INFO O| Sep 01 20:57:13.573 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Sun Sep 1 20:57:13 2024)
95532024-09-01T20:57:14.598Z[ host-image] Sep 01 20:57:13.796 INFO O| Sep 01 20:57:13.796 INFO temporary pool has 669M used, 163M avail, 1.87x compressratio
95542024-09-01T20:57:14.598Z[ host-image] Sep 01 20:57:13.796 INFO O| Sep 01 20:57:13.796 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95552024-09-01T20:57:14.881Z[ host-image] Sep 01 20:57:14.080 INFO O| Sep 01 20:57:14.080 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95562024-09-01T20:57:14.881Z[ host-image] Sep 01 20:57:14.080 INFO O| Sep 01 20:57:14.080 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95572024-09-01T20:57:15.901Z[ host-image] Sep 01 20:57:15.099 INFO O| Sep 01 20:57:15.099 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95582024-09-01T20:57:15.901Z[ host-image] Sep 01 20:57:15.099 INFO O| Sep 01 20:57:15.099 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95592024-09-01T20:57:15.903Z[ host-image] Sep 01 20:57:15.099 INFO O| Sep 01 20:57:15.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95602024-09-01T20:57:15.903Z[ host-image] Sep 01 20:57:15.099 INFO O| Sep 01 20:57:15.099 INFO completed processing gimlet/zfs
95612024-09-01T20:57:15.903Z[ host-image] Sep 01 20:57:15.099 INFO O| Sep 01 20:57:15.099 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95622024-09-01T20:57:22.304Z[ host-image] Sep 01 20:57:21.502 INFO O| Sep 01 20:57:21.502 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95632024-09-01T20:57:22.386Z[ host-image] Sep 01 20:57:21.584 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
95642024-09-01T20:57:22.386Z[ host-image] Sep 01 20:57:21.584 INFO expanded image name: "ci 1b3fcad/${os_short_commit} 2024-09-01 20:27" -> "ci 1b3fcad/2408c3f 2024-09-01 20:27"
95652024-09-01T20:57:22.388Z[ host-image] Sep 01 20:57:21.585 INFO output artefacts stored in: "/work/os-host"
95662024-09-01T20:57:22.388Z[ host-image] Sep 01 20:57:21.585 INFO collecting git info from project "image-builder"...
95672024-09-01T20:57:22.392Z[ host-image] Sep 01 20:57:21.590 INFO collecting git info from project "pilot"...
95682024-09-01T20:57:22.397Z[ host-image] Sep 01 20:57:21.595 INFO collecting git info from project "bootserver"...
95692024-09-01T20:57:22.401Z[ host-image] Sep 01 20:57:21.600 INFO collecting git info from project "amd-host-image-builder"...
95702024-09-01T20:57:22.415Z[ host-image] Sep 01 20:57:21.613 INFO collecting git info from project "amd-firmware"...
95712024-09-01T20:57:22.423Z[ host-image] Sep 01 20:57:21.621 INFO collecting git info from project "chelsio-t6-roms"...
95722024-09-01T20:57:22.427Z[ host-image] Sep 01 20:57:21.625 INFO collecting git info from project "pinprick"...
95732024-09-01T20:57:22.431Z[ host-image] Sep 01 20:57:21.629 INFO collecting git info from project "phbl"...
95742024-09-01T20:57:22.435Z[ host-image] Sep 01 20:57:21.634 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95752024-09-01T20:57:22.797Z[ host-image] Sep 01 20:57:21.995 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95762024-09-01T20:57:23.140Z[ host-image] Sep 01 20:57:22.338 INFO creating Oxide boot image...
95772024-09-01T20:57:23.140Z[ host-image] Sep 01 20:57:22.339 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 1b3fcad/2408c3f 2024-09-01 20:27", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95782024-09-01T20:57:24.067Z[ host-image] Sep 01 20:57:23.265 INFO O| ok, image written!
95792024-09-01T20:57:24.067Z[ host-image] Sep 01 20:57:23.265 INFO O| ok, boot_image_csum file written!
95802024-09-01T20:57:24.070Z[ host-image] Sep 01 20:57:23.269 INFO creating boot archive (CPIO)...
95812024-09-01T20:57:24.070Z[ host-image] Sep 01 20:57:23.269 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
95822024-09-01T20:57:24.078Z[ host-image] Sep 01 20:57:23.276 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95832024-09-01T20:57:24.078Z[ host-image] Sep 01 20:57:23.276 INFO E| + outfile=/work/os-host/cpio
95842024-09-01T20:57:24.078Z[ host-image] Sep 01 20:57:23.276 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95852024-09-01T20:57:24.080Z[ host-image] Sep 01 20:57:23.278 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95862024-09-01T20:57:24.080Z[ host-image] Sep 01 20:57:23.278 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95872024-09-01T20:57:24.119Z[ host-image] Sep 01 20:57:23.317 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95882024-09-01T20:57:24.119Z[ host-image] Sep 01 20:57:23.318 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95892024-09-01T20:57:24.127Z[ host-image] Sep 01 20:57:23.325 INFO creating compressed cpio/unix for nanobl-rs...
95902024-09-01T20:57:24.127Z[ host-image] Sep 01 20:57:23.325 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
95912024-09-01T20:57:24.409Z[ host-image] Sep 01 20:57:23.607 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95922024-09-01T20:57:28.752Z[ host-image] Sep 01 20:57:27.949 INFO creating reset image...
95932024-09-01T20:57:28.752Z[ host-image] Sep 01 20:57:27.949 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95942024-09-01T20:57:28.840Z[ host-image] Sep 01 20:57:28.038 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95952024-09-01T20:57:28.843Z[ host-image] Sep 01 20:57:28.039 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95962024-09-01T20:57:28.907Z[ host-image] Sep 01 20:57:28.105 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95972024-09-01T20:57:31.113Z[ host-image] Sep 01 20:57:30.310 INFO E| Finished `release` profile [optimized] target(s) in 2.25s
95982024-09-01T20:57:31.125Z[ host-image] Sep 01 20:57:30.323 INFO building host image...
95992024-09-01T20:57:31.127Z[ host-image] Sep 01 20:57:30.323 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")
96002024-09-01T20:57:31.570Z[ host-image] Sep 01 20:57:30.767 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96012024-09-01T20:58:17.439Z[ host-image] Sep 01 20:58:16.634 INFO image complete! materials are in "/work/os-host"
96022024-09-01T20:58:17.443Z[ host-image]
96032024-09-01T20:58:17.443Z[ host-image] real 9:19.556169002
96042024-09-01T20:58:17.443Z[ host-image] user 4:07.334216678
96052024-09-01T20:58:17.443Z[ host-image] sys 51.169762968
96062024-09-01T20:58:17.443Z[ host-image] trap 0.147922148
96072024-09-01T20:58:17.443Z[ host-image] tflt 0.018045114
96082024-09-01T20:58:17.443Z[ host-image] dflt 0.030073108
96092024-09-01T20:58:17.443Z[ host-image] kflt 0.000000000
96102024-09-01T20:58:17.443Z[ host-image] lock 6:14.123216127
96112024-09-01T20:58:17.443Z[ host-image] slp 51:49.854721617
96122024-09-01T20:58:17.443Z[ host-image] lat 1:18.366510267
96132024-09-01T20:58:17.443ZSep 01 20:58:16.637[ host-image] stop 0.759216017
96142024-09-01T20:58:17.443Z INFO [host-image] process exited with exit status: 0 (559.568769751s)
96152024-09-01T20:58:17.443ZSep 01 20:58:16.637 INFO [tuf-repo] running task
96162024-09-01T20:58:24.477ZSep 01 20:58:23.672 INFO assembling repository in `/tmp/tufaceousdOeHMy`, component: OmicronRepoAssembler
96172024-09-01T20:58:29.176ZSep 01 20:58:28.370 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96182024-09-01T20:58:29.498ZSep 01 20:58:28.693 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96192024-09-01T20:58:40.903ZSep 01 20:58:40.097 INFO [tuf-repo] task succeeded (23.459045909s)
96202024-09-01T20:58:40.903ZSep 01 20:58:40.097 INFO all jobs completed in 1845.776168527s
96212024-09-01T20:58:41.474Zprocess exited: duration 2368312 ms, exit code 0
 
96222024-09-01T20:58:41.485Zfound 33 output files
96232024-09-01T20:58:41.485Zuploading: /work/manifest.toml (8404 bytes)
96242024-09-01T20:58:42.494Zuploaded: /work/manifest.toml
96252024-09-01T20:58:42.495Zuploading: /work/repo.zip (1795013304 bytes)
96262024-09-01T20:59:16.508Zuploaded: /work/repo.zip
96272024-09-01T20:59:16.508Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96282024-09-01T20:59:17.534Zuploaded: /work/repo.zip.sha256.txt
96292024-09-01T20:59:17.534Zuploading: /work/helios-setup.log (52229 bytes)
96302024-09-01T20:59:18.547Zuploaded: /work/helios-setup.log
96312024-09-01T20:59:18.547Zuploading: /work/host-image.log (195241 bytes)
96322024-09-01T20:59:19.569Zuploaded: /work/host-image.log
96332024-09-01T20:59:19.569Zuploading: /work/host-package.log (19484 bytes)
96342024-09-01T20:59:20.579Zuploaded: /work/host-package.log
96352024-09-01T20:59:20.579Zuploading: /work/host-target.log (101 bytes)
96362024-09-01T20:59:21.588Zuploaded: /work/host-target.log
96372024-09-01T20:59:21.590Zuploading: /work/omicron-package.log (4418 bytes)
96382024-09-01T20:59:22.596Zuploaded: /work/omicron-package.log
96392024-09-01T20:59:22.596Zuploading: /work/phbl-toolchain.log (881 bytes)
96402024-09-01T20:59:23.603Zuploaded: /work/phbl-toolchain.log
96412024-09-01T20:59:23.603Zuploading: /work/recovery-image.log (590761 bytes)
96422024-09-01T20:59:24.640Zuploaded: /work/recovery-image.log
96432024-09-01T20:59:24.642Zuploading: /work/recovery-package.log (282 bytes)
96442024-09-01T20:59:25.649Zuploaded: /work/recovery-package.log
96452024-09-01T20:59:25.649Zuploading: /work/recovery-target.log (98 bytes)
96462024-09-01T20:59:26.658Zuploaded: /work/recovery-target.log
96472024-09-01T20:59:26.658Zuploading: /work/stamp-clickhouse.log (117 bytes)
96482024-09-01T20:59:27.666Zuploaded: /work/stamp-clickhouse.log
96492024-09-01T20:59:27.666Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96502024-09-01T20:59:28.674Zuploaded: /work/stamp-clickhouse_keeper.log
96512024-09-01T20:59:28.674Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96522024-09-01T20:59:29.683Zuploaded: /work/stamp-cockroachdb.log
96532024-09-01T20:59:29.683Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96542024-09-01T20:59:30.691Zuploaded: /work/stamp-crucible-dtrace.log
96552024-09-01T20:59:30.691Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96562024-09-01T20:59:31.698Zuploaded: /work/stamp-crucible-pantry-zone.log
96572024-09-01T20:59:31.700Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96582024-09-01T20:59:32.707Zuploaded: /work/stamp-crucible-zone.log
96592024-09-01T20:59:32.707Zuploading: /work/stamp-external-dns.log (119 bytes)
96602024-09-01T20:59:33.715Zuploaded: /work/stamp-external-dns.log
96612024-09-01T20:59:33.715Zuploading: /work/stamp-installinator.log (103 bytes)
96622024-09-01T20:59:34.723Zuploaded: /work/stamp-installinator.log
96632024-09-01T20:59:34.725Zuploading: /work/stamp-internal-dns.log (119 bytes)
96642024-09-01T20:59:35.731Zuploaded: /work/stamp-internal-dns.log
96652024-09-01T20:59:35.731Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96662024-09-01T20:59:36.739Zuploaded: /work/stamp-mg-ddm-gz.log
96672024-09-01T20:59:36.739Zuploading: /work/stamp-nexus.log (112 bytes)
96682024-09-01T20:59:37.748Zuploaded: /work/stamp-nexus.log
96692024-09-01T20:59:37.748Zuploading: /work/stamp-ntp.log (110 bytes)
96702024-09-01T20:59:38.755Zuploaded: /work/stamp-ntp.log
96712024-09-01T20:59:38.755Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96722024-09-01T20:59:39.764Zuploaded: /work/stamp-omicron-sled-agent.log
96732024-09-01T20:59:39.766Zuploading: /work/stamp-overlay.log (114 bytes)
96742024-09-01T20:59:40.773Zuploaded: /work/stamp-overlay.log
96752024-09-01T20:59:40.773Zuploading: /work/stamp-oximeter.log (115 bytes)
96762024-09-01T20:59:41.781Zuploaded: /work/stamp-oximeter.log
96772024-09-01T20:59:41.781Zuploading: /work/stamp-oxlog.log (109 bytes)
96782024-09-01T20:59:42.789Zuploaded: /work/stamp-oxlog.log
96792024-09-01T20:59:42.789Zuploading: /work/stamp-probe.log (112 bytes)
96802024-09-01T20:59:43.798Zuploaded: /work/stamp-probe.log
96812024-09-01T20:59:43.798Zuploading: /work/stamp-propolis-server.log (122 bytes)
96822024-09-01T20:59:44.806Zuploaded: /work/stamp-propolis-server.log
96832024-09-01T20:59:44.806Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96842024-09-01T20:59:45.815Zuploaded: /work/stamp-pumpkind-gz.log
96852024-09-01T20:59:45.815Zuploading: /work/stamp-switch-asic.log (118 bytes)
96862024-09-01T20:59:46.824Zuploaded: /work/stamp-switch-asic.log
96872024-09-01T20:59:46.824Zuploading: /work/verify-libraries.log (3116 bytes)
96882024-09-01T20:59:47.833Zuploaded: /work/verify-libraries.log