01J6ZQKTS6Z047QM6ZWDSCFE5X: 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: 01J6ZQM80AAD8HSYYH50YJCH0S

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-04T23:59:46.664Zjob assigned to worker 01J6ZQM64A9R7MN84P0EHTRP65 (queued for 49 s)
 
22024-09-04T23:59:54.515Zstarting task 0: "setup"
32024-09-04T23:59:54.523Z++ uname -s
42024-09-04T23:59:54.525Z+ kern=SunOS
52024-09-04T23:59:54.525Z+ case "$kern" in
62024-09-04T23:59:54.525Z+ groupadd -g 12345 build
72024-09-04T23:59:54.528Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-04T23:59:56.539Z+ zfs create -o mountpoint=/work rpool/work
92024-09-04T23:59:56.686Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-04T23:59:56.689Z+ home_fs=zfs
112024-09-04T23:59:56.689Z+ [[ zfs == autofs ]]
122024-09-04T23:59:56.689Z+ mkdir -p /home/build
132024-09-04T23:59:56.692Z+ chown build:build /home/build /work
142024-09-04T23:59:57.693Z+ chmod 0700 /home/build /work
152024-09-04T23:59:57.697Zprocess exited: duration 3182 ms, exit code 0
 
162024-09-04T23:59:57.702Zstarting task 1: "rust-toolchain"
172024-09-04T23:59:57.708Z+ printf ' * toolchain channel = "%s"
182024-09-04T23:59:57.708Z' 1.80.1
192024-09-04T23:59:57.708Z * toolchain channel = "1.80.1"
202024-09-04T23:59:57.708Z * toolchain profile = "default"
212024-09-04T23:59:57.711Z+ printf ' * toolchain profile = "%s"
222024-09-04T23:59:57.711Z' default
232024-09-04T23:59:57.711Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-04T23:59:57.711Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-04T23:59:57.805Zinfo: downloading installer
262024-09-04T23:59:59.410Zinfo: profile set to 'default'
272024-09-04T23:59:59.411Zinfo: default host triple is x86_64-unknown-illumos
282024-09-04T23:59:59.413Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-04T23:59:59.549Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-04T23:59:59.549Zinfo: downloading component 'cargo'
312024-09-05T00:00:00.267Zinfo: downloading component 'clippy'
322024-09-05T00:00:00.521Zinfo: downloading component 'rust-docs'
332024-09-05T00:00:01.523Zinfo: downloading component 'rust-std'
342024-09-05T00:00:02.952Zinfo: downloading component 'rustc'
352024-09-05T00:00:06.831Zinfo: downloading component 'rustfmt'
362024-09-05T00:00:07.043Zinfo: installing component 'cargo'
372024-09-05T00:00:08.020Zinfo: installing component 'clippy'
382024-09-05T00:00:08.455Zinfo: installing component 'rust-docs'
392024-09-05T00:00:10.080Zinfo: installing component 'rust-std'
402024-09-05T00:00:11.922Zinfo: installing component 'rustc'
412024-09-05T00:00:16.884Zinfo: installing component 'rustfmt'
422024-09-05T00:00:17.246Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-05T00:00:17.246Z
442024-09-05T00:00:17.513Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-05T00:00:17.513Z
462024-09-05T00:00:17.515Z
472024-09-05T00:00:17.515ZRust is installed now. Great!
482024-09-05T00:00:17.515Z
492024-09-05T00:00:17.515ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-05T00:00:17.515Zenvironment variable. This has not been done automatically.
512024-09-05T00:00:17.515Z
522024-09-05T00:00:17.515ZTo configure your current shell, you need to source
532024-09-05T00:00:17.515Zthe corresponding env file under $HOME/.cargo.
542024-09-05T00:00:17.515Z
552024-09-05T00:00:17.515ZThis is usually done by running one of the following (note the leading DOT):
562024-09-05T00:00:17.516Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-05T00:00:17.516Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-05T00:00:17.573Z+ rustc --version
592024-09-05T00:00:17.646Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-05T00:00:17.651Zprocess exited: duration 19944 ms, exit code 0
 
612024-09-05T00:00:17.656Zstarting task 2: "authentication"
622024-09-05T00:00:17.679Zprocess exited: duration 23 ms, exit code 0
 
632024-09-05T00:00:17.684Zstarting task 3: "clone repository"
642024-09-05T00:00:17.690Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-05T00:00:17.693Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-05T00:00:17.981ZCloning into '/work/oxidecomputer/omicron'...
672024-09-05T00:00:23.284Z+ cd /work/oxidecomputer/omicron
682024-09-05T00:00:23.287Z+ git fetch origin 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213
692024-09-05T00:00:23.918ZFrom https://github.com/oxidecomputer/omicron
702024-09-05T00:00:23.918Z * branch 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213 -> FETCH_HEAD
712024-09-05T00:00:23.928Z+ [[ -n '' ]]
722024-09-05T00:00:23.929Z+ git reset --hard 48f8cf9eaf262a8bb8b7f31e3305d1d20093f213
732024-09-05T00:00:24.094ZHEAD is now at 48f8cf9ea clean up
742024-09-05T00:00:24.098Zprocess exited: duration 6412 ms, exit code 0
 
752024-09-05T00:00:24.103Zstarting task 4: "build"
762024-09-05T00:00:24.110Z+ cargo --version
772024-09-05T00:00:24.172Zcargo 1.80.1 (376290515 2024-07-16)
782024-09-05T00:00:24.174Z+ rustc --version
792024-09-05T00:00:24.239Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
802024-09-05T00:00:24.243Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
812024-09-05T00:00:37.101Z Startup: Refreshing catalog 'helios-dev' ... Done
822024-09-05T00:00:39.680Z Startup: Caching catalogs ... Done
832024-09-05T00:00:41.785ZPlanning: Solver setup ... Done (1.490s)
842024-09-05T00:00:41.813ZPlanning: Running solver ... Done (0.027s)
852024-09-05T00:00:41.905ZPlanning: Finding local manifests ... Done (0.046s)
862024-09-05T00:00:41.931ZPlanning: Fetching manifests: 0/5 0% complete
872024-09-05T00:00:42.190ZPlanning: Fetching manifests: 5/5 100% complete
882024-09-05T00:00:42.393ZPlanning: Package planning ... Done (0.203s)
892024-09-05T00:00:42.450ZPlanning: Merging actions ... Done (0.057s)
902024-09-05T00:00:43.238ZPlanning: Checking for conflicting actions ... Done (0.788s)
912024-09-05T00:00:48.994ZPlanning: Consolidating action changes ... Done (5.753s)
922024-09-05T00:00:49.413ZPlanning: Evaluating mediators ... Done (0.419s)
932024-09-05T00:00:49.594ZPlanning: Planning completed in 9.83 seconds
942024-09-05T00:00:49.639Z Packages to install: 4
952024-09-05T00:00:49.639Z Packages to update: 1
962024-09-05T00:00:49.639Z Mediators to change: 2
972024-09-05T00:00:49.639Z Services to change: 1
982024-09-05T00:00:49.641Z Estimated space available: 155.72 GB
992024-09-05T00:00:49.641ZEstimated space to be consumed: 1.53 GB
1002024-09-05T00:00:49.641Z Create boot environment: No
1012024-09-05T00:00:49.641ZCreate backup boot environment: Yes
1022024-09-05T00:00:49.641Z Rebuild boot archive: No
1032024-09-05T00:00:49.641Z
1042024-09-05T00:00:49.641ZChanged mediators:
1052024-09-05T00:00:49.641Z mediator clang:
1062024-09-05T00:00:49.641Z version: None -> 15 (system default)
1072024-09-05T00:00:49.641Z
1082024-09-05T00:00:49.641Z mediator llvm:
1092024-09-05T00:00:49.641Z version: 14 (system default) -> 15 (system default)
1102024-09-05T00:00:49.641Z
1112024-09-05T00:00:49.642ZChanged packages:
1122024-09-05T00:00:49.642Zhelios-dev
1132024-09-05T00:00:49.642Z developer/build-essential
1142024-09-05T00:00:49.642Z None -> 11-2.0
1152024-09-05T00:00:49.642Z library/libxmlsec1
1162024-09-05T00:00:49.642Z None -> 1.2.35-2.0
1172024-09-05T00:00:49.642Z ooce/developer/clang-15
1182024-09-05T00:00:49.642Z None -> 15.0.7-2.0
1192024-09-05T00:00:49.642Z ooce/developer/llvm-15
1202024-09-05T00:00:49.642Z None -> 15.0.7-2.0
1212024-09-05T00:00:49.642Z package/pkg
1222024-09-05T00:00:49.642Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1232024-09-05T00:00:49.642Z
1242024-09-05T00:00:49.642ZServices:
1252024-09-05T00:00:49.642Z restart_fmri:
1262024-09-05T00:00:49.642Z svc:/system/update-man-index:default
1272024-09-05T00:00:49.642Z
1282024-09-05T00:00:49.642ZEditable files to change:
1292024-09-05T00:00:49.642Z Update:
1302024-09-05T00:00:49.642Z usr/share/lib/pkg/web/config.shtml
1312024-09-05T00:00:49.912Z
1322024-09-05T00:00:49.912ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1332024-09-05T00:00:54.914ZDownload: 1123/4281 items 35.2/220.6MB 15% complete (7.0M/s)
1342024-09-05T00:00:59.925ZDownload: 1253/4281 items 105.5/220.6MB 47% complete (10.5M/s)
1352024-09-05T00:01:04.922ZDownload: 2893/4281 items 121.2/220.6MB 54% complete (8.8M/s)
1362024-09-05T00:01:09.923ZDownload: 3248/4281 items 188.3/220.6MB 85% complete (8.2M/s)
1372024-09-05T00:01:13.288ZDownload: Completed 220.60 MB in 23.37 seconds (9.4M/s)
1382024-09-05T00:01:15.967Z Actions: 1/5063 actions (Removing old actions)
1392024-09-05T00:01:15.984Z Actions: 194/5063 actions (Installing new actions)
1402024-09-05T00:01:21.038Z Actions: 4091/5063 actions (Installing new actions)
1412024-09-05T00:01:22.291Z Actions: 4226/5063 actions (Updating modified actions)
1422024-09-05T00:01:22.770Z Actions: Completed 5063 actions in 6.80 seconds.
1432024-09-05T00:01:23.082Z Done (0.304s)
1442024-09-05T00:01:23.085Z Done (0.000s)
1452024-09-05T00:01:23.472Z Done (0.386s)
1462024-09-05T00:01:31.922Z Done (8.258s)
1472024-09-05T00:01:32.191Z Done (0.192s)
1482024-09-05T00:01:32.194Z Done (0.000s)
1492024-09-05T00:01:32.425Z Done (0.000s)
1502024-09-05T00:01:33.129ZPlanning: Evaluating mediator changes ... Done
1512024-09-05T00:01:33.303ZPlanning: Checking for conflicting actions ... Done
1522024-09-05T00:01:33.306ZPlanning: Consolidating action changes ... Done
1532024-09-05T00:01:33.591ZPlanning: Evaluating mediators ... Done
1542024-09-05T00:01:33.594ZPlanning: Planning completed in 0.46 seconds
1552024-09-05T00:01:33.635Z Mediators to change: 2
1562024-09-05T00:01:33.635Z Create boot environment: No
1572024-09-05T00:01:33.635ZCreate backup boot environment: No
1582024-09-05T00:01:33.856Z Done
1592024-09-05T00:01:33.856Z Done
1602024-09-05T00:01:34.103Z Done
1612024-09-05T00:01:38.310Z Done
1622024-09-05T00:01:38.411Z Done
1632024-09-05T00:01:38.413Z Done
1642024-09-05T00:01:39.159Z Done
1652024-09-05T00:01:39.849ZPlanning: Evaluating mediator changes ... Done
1662024-09-05T00:01:39.852ZPlanning: Merging actions ... Done
1672024-09-05T00:01:40.064ZPlanning: Checking for conflicting actions ... Done
1682024-09-05T00:01:40.067ZPlanning: Consolidating action changes ... Done
1692024-09-05T00:01:40.351ZPlanning: Evaluating mediators ... Done
1702024-09-05T00:01:40.412ZPlanning: Planning completed in 0.82 seconds
1712024-09-05T00:01:40.457Z Packages to change: 1
1722024-09-05T00:01:40.457Z Mediators to change: 1
1732024-09-05T00:01:40.457Z Services to change: 1
1742024-09-05T00:01:40.457Z Create boot environment: No
1752024-09-05T00:01:40.457ZCreate backup boot environment: Yes
1762024-09-05T00:01:42.563Z Actions: 1/6 actions (Updating modified actions)
1772024-09-05T00:01:42.622Z Actions: Completed 6 actions in 0.06 seconds.
1782024-09-05T00:01:42.624Z Done
1792024-09-05T00:01:42.624Z Done
1802024-09-05T00:01:42.706Z Done
1812024-09-05T00:01:47.154Z Done
1822024-09-05T00:01:47.257Z Done
1832024-09-05T00:01:47.260Z Done
1842024-09-05T00:01:47.848Z Done
1852024-09-05T00:01:48.369ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1862024-09-05T00:01:48.369Zclang system 15 system
1872024-09-05T00:01:48.369Zcsh system system illumos
1882024-09-05T00:01:48.369Zctags system system illumos
1892024-09-05T00:01:48.369Zgcc vendor 12 vendor
1902024-09-05T00:01:48.369Zgcc system 10 system
1912024-09-05T00:01:48.369Zgcc system 7 system
1922024-09-05T00:01:48.369Zgo system 1.20 system
1932024-09-05T00:01:48.369Zgo system 1.19 system
1942024-09-05T00:01:48.369Zllvm system 15 system
1952024-09-05T00:01:48.369Zllvm system 14 system
1962024-09-05T00:01:48.369Zmariadb system 10.6 system
1972024-09-05T00:01:48.369Zmta vendor vendor dma
1982024-09-05T00:01:48.369Zopenjdk system 17 system
1992024-09-05T00:01:48.369Zopenjdk system 11 system
2002024-09-05T00:01:48.370Zopenjdk system 1.8 system
2012024-09-05T00:01:48.370Zopenssl vendor 3 vendor
2022024-09-05T00:01:48.370Zperl system 5.36 system
2032024-09-05T00:01:48.370Zpostgresql system 15 system
2042024-09-05T00:01:48.370Zpostgresql system 13 system
2052024-09-05T00:01:48.370Zpython vendor 3 vendor
2062024-09-05T00:01:48.370Zpython system 2 system
2072024-09-05T00:01:48.370Zpython3 system 3.11 system
2082024-09-05T00:01:48.370Zruby system 3.0 system
2092024-09-05T00:01:48.370Zwords vendor vendor american-english
2102024-09-05T00:01:48.370Zwords system system australian-english
2112024-09-05T00:01:48.370Zwords system system british-english
2122024-09-05T00:01:48.370Zwords system system canadian-english
2132024-09-05T00:01:48.370Zwords system system french
2142024-09-05T00:01:48.370Zwords system system italian
2152024-09-05T00:01:48.370Zwords system system ngerman
2162024-09-05T00:01:48.370Zwords system system ogerman
2172024-09-05T00:01:48.370Zwords system system spanish
2182024-09-05T00:01:48.793ZPUBLISHER TYPE STATUS P LOCATION
2192024-09-05T00:01:48.793Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2202024-09-05T00:01:50.741ZFMRI IFO
2212024-09-05T00:01:50.742Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2222024-09-05T00:01:50.742Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2232024-09-05T00:01:50.742Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2242024-09-05T00:01:50.742Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2252024-09-05T00:01:50.742Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2262024-09-05T00:01:50.742Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2272024-09-05T00:01:50.742Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2282024-09-05T00:01:50.742Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2292024-09-05T00:01:50.742Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2302024-09-05T00:01:50.742Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2312024-09-05T00:01:50.742Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2322024-09-05T00:01:50.742Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2332024-09-05T00:01:50.742Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2342024-09-05T00:01:51.473Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2352024-09-05T00:01:51.706Z Updating git repository `https://github.com/oxidecomputer/zone`
2362024-09-05T00:01:51.977Z Updating crates.io index
2372024-09-05T00:01:52.021Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2382024-09-05T00:01:52.727Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2392024-09-05T00:01:53.500Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2402024-09-05T00:01:53.764Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2412024-09-05T00:01:55.206Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422024-09-05T00:01:55.424Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432024-09-05T00:01:55.680Z Updating git repository `https://github.com/oxidecomputer/propolis`
2442024-09-05T00:01:56.693Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452024-09-05T00:01:58.568Z Updating git repository `https://github.com/oxidecomputer/opte`
2462024-09-05T00:01:59.517Z Updating git repository `https://github.com/oxidecomputer/falcon`
2472024-09-05T00:02:00.149Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2482024-09-05T00:02:00.407Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492024-09-05T00:02:00.982Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2502024-09-05T00:02:01.230Z Updating git repository `https://github.com/oxidecomputer/qorb`
2512024-09-05T00:02:01.582Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522024-09-05T00:02:01.913Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532024-09-05T00:02:02.122Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542024-09-05T00:02:02.355Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552024-09-05T00:02:02.600Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562024-09-05T00:02:02.916Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572024-09-05T00:02:03.252Z Updating git repository `https://github.com/oxidecomputer/ispf`
2582024-09-05T00:02:03.634Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2592024-09-05T00:02:03.920Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2602024-09-05T00:02:04.368Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2612024-09-05T00:02:04.721Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2622024-09-05T00:02:05.131Z Updating git repository `https://github.com/oxidecomputer/typify`
2632024-09-05T00:02:07.140Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2642024-09-05T00:02:07.351Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2652024-09-05T00:02:07.614Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2662024-09-05T00:02:08.005Z Updating git repository `https://github.com/oxidecomputer/rfb`
2672024-09-05T00:02:09.178Z Downloading crates ...
2682024-09-05T00:02:09.236Z Downloaded generic-array v0.14.7
2692024-09-05T00:02:09.240Z Downloaded anstyle v1.0.8
2702024-09-05T00:02:09.243Z Downloaded anstream v0.6.14
2712024-09-05T00:02:09.247Z Downloaded dtrace-parser v0.2.0
2722024-09-05T00:02:09.249Z Downloaded pretty-hex v0.4.1
2732024-09-05T00:02:09.251Z Downloaded scroll_derive v0.12.0
2742024-09-05T00:02:09.256Z Downloaded itoa v1.0.11
2752024-09-05T00:02:09.258Z Downloaded errno v0.3.9
2762024-09-05T00:02:09.260Z Downloaded bytecount v0.6.8
2772024-09-05T00:02:09.260Z Downloaded anstyle-parse v0.2.4
2782024-09-05T00:02:09.263Z Downloaded heck v0.4.1
2792024-09-05T00:02:09.265Z Downloaded fnv v1.0.7
2802024-09-05T00:02:09.265Z Downloaded cpufeatures v0.2.12
2812024-09-05T00:02:09.267Z Downloaded camino-tempfile v1.1.1
2822024-09-05T00:02:09.270Z Downloaded digest v0.10.7
2832024-09-05T00:02:09.270Z Downloaded thiserror-impl v1.0.63
2842024-09-05T00:02:09.272Z Downloaded proc-macro-error-attr v1.0.4
2852024-09-05T00:02:09.275Z Downloaded smawk v0.3.2
2862024-09-05T00:02:09.277Z Downloaded clap_lex v0.7.0
2872024-09-05T00:02:09.279Z Downloaded strsim v0.11.1
2882024-09-05T00:02:09.282Z Downloaded utf8parse v0.2.1
2892024-09-05T00:02:09.285Z Downloaded serde_tokenstream v0.2.2
2902024-09-05T00:02:09.296Z Downloaded cargo_toml v0.20.4
2912024-09-05T00:02:09.298Z Downloaded tempfile v3.10.1
2922024-09-05T00:02:09.300Z Downloaded once_cell v1.19.0
2932024-09-05T00:02:09.303Z Downloaded equivalent v1.0.1
2942024-09-05T00:02:09.305Z Downloaded is_terminal_polyfill v1.70.0
2952024-09-05T00:02:09.305Z Downloaded camino v1.1.9
2962024-09-05T00:02:09.308Z Downloaded bitflags v2.6.0
2972024-09-05T00:02:09.311Z Downloaded quote v1.0.36
2982024-09-05T00:02:09.313Z Downloaded pest_derive v2.7.10
2992024-09-05T00:02:09.316Z Downloaded cargo-platform v0.1.8
3002024-09-05T00:02:09.325Z Downloaded usdt-attr-macro v0.5.0
3012024-09-05T00:02:09.328Z Downloaded swrite v0.1.0
3022024-09-05T00:02:09.328Z Downloaded usdt-macro v0.5.0
3032024-09-05T00:02:09.330Z Downloaded usdt-impl v0.5.0
3042024-09-05T00:02:09.333Z Downloaded anyhow v1.0.86
3052024-09-05T00:02:09.336Z Downloaded anstyle-query v1.0.3
3062024-09-05T00:02:09.338Z Downloaded ryu v1.0.18
3072024-09-05T00:02:09.341Z Downloaded plain v0.2.3
3082024-09-05T00:02:09.343Z Downloaded fastrand v2.1.0
3092024-09-05T00:02:09.343Z Downloaded byteorder v1.5.0
3102024-09-05T00:02:09.347Z Downloaded crypto-common v0.1.6
3112024-09-05T00:02:09.350Z Downloaded typenum v1.17.0
3122024-09-05T00:02:09.350Z Downloaded clap v4.5.16
3132024-09-05T00:02:09.357Z Downloaded autocfg v1.3.0
3142024-09-05T00:02:09.359Z Downloaded serde_spanned v0.6.7
3152024-09-05T00:02:09.361Z Downloaded zerocopy-derive v0.7.34
3162024-09-05T00:02:09.364Z Downloaded version_check v0.9.5
3172024-09-05T00:02:09.366Z Downloaded toml_datetime v0.6.8
3182024-09-05T00:02:09.366Z Downloaded unicode-ident v1.0.12
3192024-09-05T00:02:09.369Z Downloaded toml v0.8.19
3202024-09-05T00:02:09.372Z Downloaded clap_derive v4.5.13
3212024-09-05T00:02:09.374Z Downloaded thread-id v4.2.1
3222024-09-05T00:02:09.376Z Downloaded memmap v0.7.0
3232024-09-05T00:02:09.376Z Downloaded unicode-linebreak v0.1.5
3242024-09-05T00:02:09.379Z Downloaded thiserror v1.0.63
3252024-09-05T00:02:09.382Z Downloaded terminal_size v0.3.0
3262024-09-05T00:02:09.384Z Downloaded sha2 v0.10.8
3272024-09-05T00:02:09.387Z Downloaded scroll v0.12.0
3282024-09-05T00:02:09.390Z Downloaded proc-macro-error v1.0.4
3292024-09-05T00:02:09.392Z Downloaded semver v1.0.23
3302024-09-05T00:02:09.392Z Downloaded indexmap v2.4.0
3312024-09-05T00:02:09.396Z Downloaded tabled_derive v0.7.0
3322024-09-05T00:02:09.399Z Downloaded usdt v0.5.0
3332024-09-05T00:02:09.399Z Downloaded textwrap v0.16.1
3342024-09-05T00:02:09.401Z Downloaded serde_derive v1.0.208
3352024-09-05T00:02:09.404Z Downloaded ucd-trie v0.1.6
3362024-09-05T00:02:09.407Z Downloaded proc-macro2 v1.0.86
3372024-09-05T00:02:09.409Z Downloaded log v0.4.21
3382024-09-05T00:02:09.411Z Downloaded memchr v2.7.2
3392024-09-05T00:02:09.416Z Downloaded serde v1.0.208
3402024-09-05T00:02:09.419Z Downloaded papergrid v0.11.0
3412024-09-05T00:02:09.424Z Downloaded toml_edit v0.22.20
3422024-09-05T00:02:09.446Z Downloaded pest_generator v2.7.10
3432024-09-05T00:02:09.448Z Downloaded macaddr v1.0.1
3442024-09-05T00:02:09.450Z Downloaded dof v0.3.0
3452024-09-05T00:02:09.450Z Downloaded pest_meta v2.7.10
3462024-09-05T00:02:09.453Z Downloaded heck v0.5.0
3472024-09-05T00:02:09.453Z Downloaded clap_builder v4.5.15
3482024-09-05T00:02:09.459Z Downloaded hashbrown v0.14.5
3492024-09-05T00:02:09.465Z Downloaded fs-err v2.11.0
3502024-09-05T00:02:09.468Z Downloaded serde_json v1.0.125
3512024-09-05T00:02:09.477Z Downloaded pest v2.7.10
3522024-09-05T00:02:09.479Z Downloaded colorchoice v1.0.1
3532024-09-05T00:02:09.481Z Downloaded winnow v0.6.18
3542024-09-05T00:02:09.489Z Downloaded cargo_metadata v0.18.1
3552024-09-05T00:02:09.492Z Downloaded zerocopy v0.7.34
3562024-09-05T00:02:09.507Z Downloaded tabled v0.15.0
3572024-09-05T00:02:09.522Z Downloaded syn v2.0.74
3582024-09-05T00:02:09.533Z Downloaded syn v1.0.109
3592024-09-05T00:02:09.543Z Downloaded unicode-width v0.1.13
3602024-09-05T00:02:09.550Z Downloaded rustix v0.38.34
3612024-09-05T00:02:09.572Z Downloaded goblin v0.8.2
3622024-09-05T00:02:09.577Z Downloaded libc v0.2.158
3632024-09-05T00:02:09.602Z Downloaded cfg-if v1.0.0
3642024-09-05T00:02:09.605Z Downloaded block-buffer v0.10.4
3652024-09-05T00:02:09.895Z Compiling proc-macro2 v1.0.86
3662024-09-05T00:02:09.899Z Compiling unicode-ident v1.0.12
3672024-09-05T00:02:09.899Z Compiling serde v1.0.208
3682024-09-05T00:02:09.899Z Compiling version_check v0.9.5
3692024-09-05T00:02:09.899Z Compiling thiserror v1.0.63
3702024-09-05T00:02:09.899Z Compiling memchr v2.7.2
3712024-09-05T00:02:09.899Z Compiling libc v0.2.158
3722024-09-05T00:02:09.899Z Compiling itoa v1.0.11
3732024-09-05T00:02:10.160Z Compiling ucd-trie v0.1.6
3742024-09-05T00:02:10.337Z Compiling ryu v1.0.18
3752024-09-05T00:02:10.674Z Compiling once_cell v1.19.0
3762024-09-05T00:02:10.853Z Compiling byteorder v1.5.0
3772024-09-05T00:02:11.300Z Compiling rustix v0.38.34
3782024-09-05T00:02:11.459Z Compiling serde_json v1.0.125
3792024-09-05T00:02:11.510Z Compiling bitflags v2.6.0
3802024-09-05T00:02:11.620Z Compiling usdt-impl v0.5.0
3812024-09-05T00:02:11.869Z Compiling proc-macro-error-attr v1.0.4
3822024-09-05T00:02:11.995Z Compiling syn v1.0.109
3832024-09-05T00:02:12.024Z Compiling proc-macro-error v1.0.4
3842024-09-05T00:02:12.193Z Compiling log v0.4.21
3852024-09-05T00:02:12.251Z Compiling equivalent v1.0.1
3862024-09-05T00:02:12.343Z Compiling utf8parse v0.2.1
3872024-09-05T00:02:12.402Z Compiling camino v1.1.9
3882024-09-05T00:02:12.429Z Compiling hashbrown v0.14.5
3892024-09-05T00:02:12.535Z Compiling quote v1.0.36
3902024-09-05T00:02:12.667Z Compiling plain v0.2.3
3912024-09-05T00:02:12.813Z Compiling thread-id v4.2.1
3922024-09-05T00:02:12.815Z Compiling anstyle-parse v0.2.4
3932024-09-05T00:02:12.872Z Compiling errno v0.3.9
3942024-09-05T00:02:12.954Z Compiling syn v2.0.74
3952024-09-05T00:02:13.335Z Compiling semver v1.0.23
3962024-09-05T00:02:13.405Z Compiling colorchoice v1.0.1
3972024-09-05T00:02:13.616Z Compiling autocfg v1.3.0
3982024-09-05T00:02:13.675Z Compiling is_terminal_polyfill v1.70.0
3992024-09-05T00:02:13.829Z Compiling indexmap v2.4.0
4002024-09-05T00:02:13.913Z Compiling winnow v0.6.18
4012024-09-05T00:02:13.955Z Compiling pretty-hex v0.4.1
4022024-09-05T00:02:14.239Z Compiling anstyle v1.0.8
4032024-09-05T00:02:14.698Z Compiling anstyle-query v1.0.3
4042024-09-05T00:02:14.729Z Compiling unicode-width v0.1.13
4052024-09-05T00:02:14.801Z Compiling fs-err v2.11.0
4062024-09-05T00:02:14.866Z Compiling anstream v0.6.14
4072024-09-05T00:02:15.282Z Compiling heck v0.4.1
4082024-09-05T00:02:15.313Z Compiling heck v0.5.0
4092024-09-05T00:02:15.341Z Compiling fastrand v2.1.0
4102024-09-05T00:02:15.685Z Compiling terminal_size v0.3.0
4112024-09-05T00:02:15.881Z Compiling anyhow v1.0.86
4122024-09-05T00:02:15.910Z Compiling bytecount v0.6.8
4132024-09-05T00:02:15.936Z Compiling clap_lex v0.7.0
4142024-09-05T00:02:15.978Z Compiling fnv v1.0.7
4152024-09-05T00:02:16.138Z Compiling strsim v0.11.1
4162024-09-05T00:02:16.167Z Compiling cfg-if v1.0.0
4172024-09-05T00:02:16.286Z Compiling tempfile v3.10.1
4182024-09-05T00:02:16.511Z Compiling clap_builder v4.5.15
4192024-09-05T00:02:16.790Z Compiling papergrid v0.11.0
4202024-09-05T00:02:17.187Z Compiling memmap v0.7.0
4212024-09-05T00:02:17.228Z Compiling smawk v0.3.2
4222024-09-05T00:02:17.277Z Compiling unicode-linebreak v0.1.5
4232024-09-05T00:02:17.854Z Compiling textwrap v0.16.1
4242024-09-05T00:02:18.143Z Compiling swrite v0.1.0
4252024-09-05T00:02:19.265Z Compiling tabled_derive v0.7.0
4262024-09-05T00:02:21.137Z Compiling tabled v0.15.0
4272024-09-05T00:02:22.866Z Compiling serde_derive v1.0.208
4282024-09-05T00:02:22.867Z Compiling thiserror-impl v1.0.63
4292024-09-05T00:02:22.869Z Compiling zerocopy-derive v0.7.34
4302024-09-05T00:02:22.869Z Compiling scroll_derive v0.12.0
4312024-09-05T00:02:22.869Z Compiling clap_derive v4.5.13
4322024-09-05T00:02:24.306Z Compiling scroll v0.12.0
4332024-09-05T00:02:24.842Z Compiling goblin v0.8.2
4342024-09-05T00:02:25.159Z Compiling zerocopy v0.7.34
4352024-09-05T00:02:25.502Z Compiling pest v2.7.10
4362024-09-05T00:02:27.104Z Compiling clap v4.5.16
4372024-09-05T00:02:28.024Z Compiling pest_meta v2.7.10
4382024-09-05T00:02:29.065Z Compiling pest_generator v2.7.10
4392024-09-05T00:02:31.124Z Compiling pest_derive v2.7.10
4402024-09-05T00:02:31.814Z Compiling dtrace-parser v0.2.0
4412024-09-05T00:02:33.872Z Compiling serde_tokenstream v0.2.2
4422024-09-05T00:02:34.218Z Compiling serde_spanned v0.6.7
4432024-09-05T00:02:34.218Z Compiling toml_datetime v0.6.8
4442024-09-05T00:02:34.221Z Compiling cargo-platform v0.1.8
4452024-09-05T00:02:34.579Z Compiling macaddr v1.0.1
4462024-09-05T00:02:34.660Z Compiling toml_edit v0.22.20
4472024-09-05T00:02:34.926Z Compiling camino-tempfile v1.1.1
4482024-09-05T00:02:35.439Z Compiling dof v0.3.0
4492024-09-05T00:02:35.883Z Compiling cargo_metadata v0.18.1
4502024-09-05T00:02:37.261Z Compiling usdt-macro v0.5.0
4512024-09-05T00:02:37.264Z Compiling usdt-attr-macro v0.5.0
4522024-09-05T00:02:37.974Z Compiling toml v0.8.19
4532024-09-05T00:02:38.682Z Compiling usdt v0.5.0
4542024-09-05T00:02:38.885Z Compiling cargo_toml v0.20.4
4552024-09-05T00:02:42.910Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4562024-09-05T00:02:47.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.40s
4572024-09-05T00:02:47.906Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4582024-09-05T00:02:48.552Z Downloading crates ...
4592024-09-05T00:02:48.678Z Downloaded array-init v0.0.4
4602024-09-05T00:02:48.681Z Downloaded aead v0.5.2
4612024-09-05T00:02:48.685Z Downloaded arrayvec v0.7.4
4622024-09-05T00:02:48.689Z Downloaded cfg_aliases v0.1.1
4632024-09-05T00:02:48.692Z Downloaded bitstruct_derive v0.1.0
4642024-09-05T00:02:48.694Z Downloaded http-range v0.1.5
4652024-09-05T00:02:48.696Z Downloaded atty v0.2.14
4662024-09-05T00:02:48.699Z Downloaded async-stream-impl v0.3.5
4672024-09-05T00:02:48.702Z Downloaded crucible-workspace-hack v0.1.0
4682024-09-05T00:02:48.704Z Downloaded hubpack_derive v0.1.1
4692024-09-05T00:02:48.706Z Downloaded http-body v0.4.6
4702024-09-05T00:02:48.706Z Downloaded cstr-argument v0.1.2
4712024-09-05T00:02:48.710Z Downloaded addr2line v0.21.0
4722024-09-05T00:02:48.713Z Downloaded async-stream v0.3.5
4732024-09-05T00:02:48.715Z Downloaded arrayref v0.3.7
4742024-09-05T00:02:48.717Z Downloaded bitflags v1.3.2
4752024-09-05T00:02:48.721Z Downloaded newtype_derive v0.1.6
4762024-09-05T00:02:48.723Z Downloaded md5 v0.7.0
4772024-09-05T00:02:48.726Z Downloaded ciborium-ll v0.2.2
4782024-09-05T00:02:48.728Z Downloaded castaway v0.2.3
4792024-09-05T00:02:48.730Z Downloaded darling v0.20.9
4802024-09-05T00:02:48.734Z Downloaded is_ci v1.2.0
4812024-09-05T00:02:48.736Z Downloaded atomic-waker v1.1.2
4822024-09-05T00:02:48.738Z Downloaded mime v0.3.17
4832024-09-05T00:02:48.741Z Downloaded hyper-staticfile v0.9.5
4842024-09-05T00:02:48.743Z Downloaded const_format_proc_macros v0.2.32
4852024-09-05T00:02:48.746Z Downloaded cobs v0.2.3
4862024-09-05T00:02:48.748Z Downloaded maplit v1.0.2
4872024-09-05T00:02:48.751Z Downloaded kstat-rs v0.2.4
4882024-09-05T00:02:48.754Z Downloaded internet-checksum v0.2.1
4892024-09-05T00:02:48.754Z Downloaded indoc v1.0.9
4902024-09-05T00:02:48.756Z Downloaded match_cfg v0.1.0
4912024-09-05T00:02:48.759Z Downloaded nanorand v0.7.0
4922024-09-05T00:02:48.761Z Downloaded ciborium-io v0.2.2
4932024-09-05T00:02:48.763Z Downloaded mockall v0.13.0
4942024-09-05T00:02:48.766Z Downloaded memoffset v0.9.1
4952024-09-05T00:02:48.768Z Downloaded num-complex v0.4.6
4962024-09-05T00:02:48.770Z Downloaded ascii-canvas v3.0.0
4972024-09-05T00:02:48.770Z Downloaded linear-map v1.2.0
4982024-09-05T00:02:48.773Z Downloaded libefi-sys v0.1.0
4992024-09-05T00:02:48.776Z Downloaded libloading v0.8.3
5002024-09-05T00:02:48.779Z Downloaded bitstruct v0.1.1
5012024-09-05T00:02:48.781Z Downloaded nodrop v0.1.14
5022024-09-05T00:02:48.783Z Downloaded multer v3.1.0
5032024-09-05T00:02:48.786Z Downloaded nu-ansi-term v0.50.0
5042024-09-05T00:02:48.788Z Downloaded normalize-line-endings v0.3.0
5052024-09-05T00:02:48.793Z Downloaded instant v0.1.12
5062024-09-05T00:02:48.793Z Downloaded crossbeam-epoch v0.9.18
5072024-09-05T00:02:48.796Z Downloaded cexpr v0.6.0
5082024-09-05T00:02:48.798Z Downloaded rtoolbox v0.0.2
5092024-09-05T00:02:48.801Z Downloaded new_debug_unreachable v1.0.6
5102024-09-05T00:02:48.801Z Downloaded buf-list v1.0.3
5112024-09-05T00:02:48.804Z Downloaded colored v2.1.0
5122024-09-05T00:02:48.806Z Downloaded time-core v0.1.2
5132024-09-05T00:02:48.809Z Downloaded matches v0.1.10
5142024-09-05T00:02:48.811Z Downloaded chacha20 v0.9.1
5152024-09-05T00:02:48.814Z Downloaded strum v0.26.3
5162024-09-05T00:02:48.814Z Downloaded nibble_vec v0.1.0
5172024-09-05T00:02:48.816Z Downloaded newtype-uuid v1.1.0
5182024-09-05T00:02:48.818Z Downloaded curve25519-dalek-derive v0.1.1
5192024-09-05T00:02:48.820Z Downloaded constant_time_eq v0.3.0
5202024-09-05T00:02:48.823Z Downloaded serde_urlencoded v0.7.1
5212024-09-05T00:02:48.823Z Downloaded async-bb8-diesel v0.2.1
5222024-09-05T00:02:48.826Z Downloaded ctr v0.9.2
5232024-09-05T00:02:48.829Z Downloaded cbc v0.1.2
5242024-09-05T00:02:48.832Z Downloaded vte_generate_state_changes v0.1.1
5252024-09-05T00:02:48.835Z Downloaded num v0.4.3
5262024-09-05T00:02:48.837Z Downloaded keccak v0.1.5
5272024-09-05T00:02:48.837Z Downloaded multimap v0.10.0
5282024-09-05T00:02:48.839Z Downloaded salsa20 v0.10.2
5292024-09-05T00:02:48.842Z Downloaded hostname v0.3.1
5302024-09-05T00:02:48.844Z Downloaded rustc-hash v1.1.0
5312024-09-05T00:02:48.846Z Downloaded shell-words v1.1.0
5322024-09-05T00:02:48.848Z Downloaded compact_str v0.8.0
5332024-09-05T00:02:48.852Z Downloaded secrecy v0.8.0
5342024-09-05T00:02:48.854Z Downloaded console v0.15.8
5352024-09-05T00:02:48.857Z Downloaded slab v0.4.9
5362024-09-05T00:02:48.860Z Downloaded display-error-chain v0.2.1
5372024-09-05T00:02:48.863Z Downloaded thread_local v1.1.8
5382024-09-05T00:02:48.865Z Downloaded tap v1.0.1
5392024-09-05T00:02:48.868Z Downloaded lru v0.12.3
5402024-09-05T00:02:48.868Z Downloaded chacha20poly1305 v0.10.1
5412024-09-05T00:02:48.870Z Downloaded allocator-api2 v0.2.18
5422024-09-05T00:02:48.874Z Downloaded openssl-probe v0.1.5
5432024-09-05T00:02:48.876Z Downloaded precomputed-hash v0.1.1
5442024-09-05T00:02:48.879Z Downloaded spin v0.5.2
5452024-09-05T00:02:48.879Z Downloaded ghash v0.5.1
5462024-09-05T00:02:48.881Z Downloaded strum_macros v0.24.3
5472024-09-05T00:02:48.883Z Downloaded cookie_store v0.20.0
5482024-09-05T00:02:48.886Z Downloaded wait-timeout v0.2.0
5492024-09-05T00:02:48.889Z Downloaded dirs-sys v0.4.1
5502024-09-05T00:02:48.892Z Downloaded universal-hash v0.5.1
5512024-09-05T00:02:48.894Z Downloaded rustc-demangle v0.1.24
5522024-09-05T00:02:48.894Z Downloaded backtrace v0.3.71
5532024-09-05T00:02:48.901Z Downloaded hyper-rustls v0.24.2
5542024-09-05T00:02:48.905Z Downloaded fixedbitset v0.4.2
5552024-09-05T00:02:48.907Z Downloaded hash32 v0.3.1
5562024-09-05T00:02:48.910Z Downloaded time-macros v0.2.18
5572024-09-05T00:02:48.912Z Downloaded crossbeam-utils v0.8.19
5582024-09-05T00:02:48.916Z Downloaded slog-term v2.9.1
5592024-09-05T00:02:48.920Z Downloaded crc32fast v1.4.0
5602024-09-05T00:02:48.923Z Downloaded mime_guess v2.0.4
5612024-09-05T00:02:48.925Z Downloaded ena v0.14.3
5622024-09-05T00:02:48.928Z Downloaded downcast v0.11.0
5632024-09-05T00:02:48.930Z Downloaded primeorder v0.13.6
5642024-09-05T00:02:48.932Z Downloaded futures-macro v0.3.30
5652024-09-05T00:02:48.935Z Downloaded futures-io v0.3.30
5662024-09-05T00:02:48.937Z Downloaded resolv-conf v0.7.0
5672024-09-05T00:02:48.939Z Downloaded want v0.3.1
5682024-09-05T00:02:48.942Z Downloaded scopeguard v1.2.0
5692024-09-05T00:02:48.944Z Downloaded crc-any v2.5.0
5702024-09-05T00:02:48.947Z Downloaded indexmap v1.9.3
5712024-09-05T00:02:48.950Z Downloaded pkg-config v0.3.30
5722024-09-05T00:02:48.953Z Downloaded number_prefix v0.4.0
5732024-09-05T00:02:48.955Z Downloaded num_threads v0.1.7
5742024-09-05T00:02:48.957Z Downloaded tls_codec_derive v0.4.1
5752024-09-05T00:02:48.960Z Downloaded stringprep v0.1.4
5762024-09-05T00:02:48.962Z Downloaded string_cache v0.8.7
5772024-09-05T00:02:48.965Z Downloaded crossbeam-channel v0.5.12
5782024-09-05T00:02:48.969Z Downloaded parse-size v1.0.0
5792024-09-05T00:02:48.971Z Downloaded phf v0.11.2
5802024-09-05T00:02:48.974Z Downloaded defmt v0.3.8
5812024-09-05T00:02:48.978Z Downloaded debug-ignore v1.0.5
5822024-09-05T00:02:48.992Z Downloaded memmap2 v0.9.4
5832024-09-05T00:02:48.995Z Downloaded serde-big-array v0.5.1
5842024-09-05T00:02:48.998Z Downloaded mockall_derive v0.13.0
5852024-09-05T00:02:49.001Z Downloaded miniz_oxide v0.7.2
5862024-09-05T00:02:49.004Z Downloaded sqlparser_derive v0.2.2
5872024-09-05T00:02:49.006Z Downloaded tabwriter v1.4.0
5882024-09-05T00:02:49.009Z Downloaded spki v0.7.3
5892024-09-05T00:02:49.011Z Downloaded heck v0.3.3
5902024-09-05T00:02:49.013Z Downloaded unicase v2.7.0
5912024-09-05T00:02:49.016Z Downloaded dsl_auto_type v0.1.2
5922024-09-05T00:02:49.018Z Downloaded socket2 v0.4.10
5932024-09-05T00:02:49.021Z Downloaded dropshot_endpoint v0.10.1
5942024-09-05T00:02:49.023Z Downloaded pem-rfc7468 v0.7.0
5952024-09-05T00:02:49.025Z Downloaded pem v3.0.4
5962024-09-05T00:02:49.028Z Downloaded hickory-server v0.24.1
5972024-09-05T00:02:49.035Z Downloaded tokio-stream v0.1.15
5982024-09-05T00:02:49.042Z Downloaded quick-error v1.2.3
5992024-09-05T00:02:49.044Z Downloaded scheduled-thread-pool v0.2.7
6002024-09-05T00:02:49.047Z Downloaded zerocopy v0.6.6
6012024-09-05T00:02:49.050Z Downloaded indicatif v0.17.8
6022024-09-05T00:02:49.056Z Downloaded rfc6979 v0.4.0
6032024-09-05T00:02:49.059Z Downloaded smf v0.2.3
6042024-09-05T00:02:49.061Z Downloaded shlex v1.3.0
6052024-09-05T00:02:49.064Z Downloaded r2d2 v0.8.10
6062024-09-05T00:02:49.067Z Downloaded thiserror-impl-no-std v2.0.2
6072024-09-05T00:02:49.069Z Downloaded password-hash v0.4.2
6082024-09-05T00:02:49.071Z Downloaded hex v0.4.3
6092024-09-05T00:02:49.074Z Downloaded untrusted v0.9.0
6102024-09-05T00:02:49.077Z Downloaded prettyplease v0.2.20
6112024-09-05T00:02:49.081Z Downloaded futures-sink v0.3.30
6122024-09-05T00:02:49.084Z Downloaded foreign-types-macros v0.2.3
6132024-09-05T00:02:49.086Z Downloaded ssh-encoding v0.2.0
6142024-09-05T00:02:49.088Z Downloaded unicode_categories v0.1.1
6152024-09-05T00:02:49.092Z Downloaded minimal-lexical v0.2.1
6162024-09-05T00:02:49.099Z Downloaded pin-utils v0.1.0
6172024-09-05T00:02:49.101Z Downloaded rayon-core v1.12.1
6182024-09-05T00:02:49.107Z Downloaded utf-8 v0.7.6
6192024-09-05T00:02:49.109Z Downloaded option-ext v0.2.0
6202024-09-05T00:02:49.112Z Downloaded headers-core v0.2.0
6212024-09-05T00:02:49.114Z Downloaded ed25519 v2.2.3
6222024-09-05T00:02:49.117Z Downloaded rand_xorshift v0.3.0
6232024-09-05T00:02:49.117Z Downloaded tokio-tungstenite v0.20.1
6242024-09-05T00:02:49.121Z Downloaded fxhash v0.2.1
6252024-09-05T00:02:49.126Z Downloaded same-file v1.0.6
6262024-09-05T00:02:49.126Z Downloaded defmt-macros v0.3.9
6272024-09-05T00:02:49.129Z Downloaded term v0.7.0
6282024-09-05T00:02:49.135Z Downloaded parking_lot v0.12.2
6292024-09-05T00:02:49.139Z Downloaded tower-service v0.3.2
6302024-09-05T00:02:49.141Z Downloaded rustfmt-wrapper v0.2.1
6312024-09-05T00:02:49.144Z Downloaded pin-project-lite v0.2.14
6322024-09-05T00:02:49.150Z Downloaded p256 v0.13.2
6332024-09-05T00:02:49.155Z Downloaded similar v2.6.0
6342024-09-05T00:02:49.162Z Downloaded topological-sort v0.2.2
6352024-09-05T00:02:49.165Z Downloaded num-conv v0.1.0
6362024-09-05T00:02:49.167Z Downloaded pbkdf2 v0.12.2
6372024-09-05T00:02:49.170Z Downloaded sct v0.7.1
6382024-09-05T00:02:49.173Z Downloaded rand_chacha v0.3.1
6392024-09-05T00:02:49.176Z Downloaded radium v0.7.0
6402024-09-05T00:02:49.178Z Downloaded diesel_table_macro_syntax v0.2.0
6412024-09-05T00:02:49.181Z Downloaded structmeta-derive v0.3.0
6422024-09-05T00:02:49.181Z Downloaded siphasher v0.3.11
6432024-09-05T00:02:49.183Z Downloaded parking_lot_core v0.9.10
6442024-09-05T00:02:49.186Z Downloaded serde-hex v0.1.0
6452024-09-05T00:02:49.189Z Downloaded num-iter v0.1.45
6462024-09-05T00:02:49.191Z Downloaded gethostname v0.5.0
6472024-09-05T00:02:49.193Z Downloaded hex-literal v0.4.1
6482024-09-05T00:02:49.196Z Downloaded derive_builder_core v0.20.0
6492024-09-05T00:02:49.198Z Downloaded poly1305 v0.8.0
6502024-09-05T00:02:49.201Z Downloaded x509-cert v0.2.5
6512024-09-05T00:02:49.208Z Downloaded phf_shared v0.10.0
6522024-09-05T00:02:49.213Z Downloaded signal-hook v0.3.17
6532024-09-05T00:02:49.216Z Downloaded percent-encoding v2.3.1
6542024-09-05T00:02:49.218Z Downloaded powerfmt v0.2.0
6552024-09-05T00:02:49.218Z Downloaded sync_wrapper v0.1.2
6562024-09-05T00:02:49.221Z Downloaded unicode-bidi v0.3.15
6572024-09-05T00:02:49.223Z Downloaded libxml v0.3.3
6582024-09-05T00:02:49.233Z Downloaded slog-stdlog v4.1.1
6592024-09-05T00:02:49.235Z Downloaded endian-type v0.1.2
6602024-09-05T00:02:49.235Z Downloaded tinyvec_macros v0.1.1
6612024-09-05T00:02:49.238Z Downloaded sigpipe v0.1.3
6622024-09-05T00:02:49.241Z Downloaded unicode-xid v0.2.4
6632024-09-05T00:02:49.241Z Downloaded unicode-truncate v1.0.0
6642024-09-05T00:02:49.243Z Downloaded foreign-types v0.3.2
6652024-09-05T00:02:49.246Z Downloaded tracing-attributes v0.1.27
6662024-09-05T00:02:49.248Z Downloaded either v1.13.0
6672024-09-05T00:02:49.250Z Downloaded whoami v1.5.1
6682024-09-05T00:02:49.253Z Downloaded olpc-cjson v0.1.3
6692024-09-05T00:02:49.255Z Downloaded parse-display-derive v0.10.0
6702024-09-05T00:02:49.255Z Downloaded funty v2.0.0
6712024-09-05T00:02:49.258Z Downloaded strum_macros v0.26.4
6722024-09-05T00:02:49.260Z Downloaded opaque-debug v0.3.1
6732024-09-05T00:02:49.263Z Downloaded zone_cfg_derive v0.1.2
6742024-09-05T00:02:49.263Z Downloaded which v4.4.2
6752024-09-05T00:02:49.265Z Downloaded subtle v2.5.0
6762024-09-05T00:02:49.268Z Downloaded erased-serde v0.3.31
6772024-09-05T00:02:49.270Z Downloaded schemars v0.8.21
6782024-09-05T00:02:49.286Z Downloaded smallvec v0.6.14
6792024-09-05T00:02:49.289Z Downloaded foreign-types-shared v0.1.1
6802024-09-05T00:02:49.291Z Downloaded num-bigint-dig v0.8.4
6812024-09-05T00:02:49.296Z Downloaded waitgroup v0.1.2
6822024-09-05T00:02:49.298Z Downloaded slog-bunyan v2.5.0
6832024-09-05T00:02:49.300Z Downloaded slog-async v2.8.0
6842024-09-05T00:02:49.303Z Downloaded enum-as-inner v0.6.0
6852024-09-05T00:02:49.305Z Downloaded der_derive v0.7.2
6862024-09-05T00:02:49.307Z Downloaded tls_codec v0.4.1
6872024-09-05T00:02:49.310Z Downloaded pretty-hex v0.2.1
6882024-09-05T00:02:49.310Z Downloaded uzers v0.11.3
6892024-09-05T00:02:49.312Z Downloaded futures-channel v0.3.30
6902024-09-05T00:02:49.315Z Downloaded rpassword v7.3.1
6912024-09-05T00:02:49.317Z Downloaded termios v0.3.3
6922024-09-05T00:02:49.320Z Downloaded hashbrown v0.13.2
6932024-09-05T00:02:49.324Z Downloaded smallvec v1.13.2
6942024-09-05T00:02:49.327Z Downloaded hash32 v0.2.1
6952024-09-05T00:02:49.331Z Downloaded russh-cryptovec v0.7.2
6962024-09-05T00:02:49.331Z Downloaded untrusted v0.7.1
6972024-09-05T00:02:49.334Z Downloaded slog-scope v4.4.0
6982024-09-05T00:02:49.334Z Downloaded env_logger v0.10.2
6992024-09-05T00:02:49.337Z Downloaded group v0.13.0
7002024-09-05T00:02:49.339Z Downloaded deranged v0.3.11
7012024-09-05T00:02:49.342Z Downloaded flate2 v1.0.31
7022024-09-05T00:02:49.347Z Downloaded hashbrown v0.12.3
7032024-09-05T00:02:49.352Z Downloaded oso-derive v0.27.3
7042024-09-05T00:02:49.355Z Downloaded openssl-macros v0.1.1
7052024-09-05T00:02:49.355Z Downloaded tracing-core v0.1.32
7062024-09-05T00:02:49.358Z Downloaded test-strategy v0.3.1
7072024-09-05T00:02:49.363Z Downloaded signature v2.2.0
7082024-09-05T00:02:49.366Z Downloaded rusty-fork v0.3.0
7092024-09-05T00:02:49.368Z Downloaded futures v0.3.30
7102024-09-05T00:02:49.373Z Downloaded globset v0.4.14
7112024-09-05T00:02:49.375Z Downloaded peg-runtime v0.8.3
7122024-09-05T00:02:49.377Z Downloaded slog-json v2.6.1
7132024-09-05T00:02:49.380Z Downloaded tokio-native-tls v0.3.1
7142024-09-05T00:02:49.383Z Downloaded sec1 v0.7.3
7152024-09-05T00:02:49.385Z Downloaded polyval v0.6.2
7162024-09-05T00:02:49.387Z Downloaded vsss-rs v3.3.4
7172024-09-05T00:02:49.390Z Downloaded serde_yaml v0.9.34+deprecated
7182024-09-05T00:02:49.393Z Downloaded postcard v1.0.8
7192024-09-05T00:02:49.398Z Downloaded parse-display v0.10.0
7202024-09-05T00:02:49.401Z Downloaded reqwest v0.11.27
7212024-09-05T00:02:49.409Z Downloaded derive_builder v0.20.0
7222024-09-05T00:02:49.415Z Downloaded getrandom v0.2.14
7232024-09-05T00:02:49.419Z Downloaded zone v0.1.8
7242024-09-05T00:02:49.421Z Downloaded omicron-zone-package v0.11.0
7252024-09-05T00:02:49.423Z Downloaded wyz v0.5.1
7262024-09-05T00:02:49.425Z Downloaded russh-keys v0.44.0
7272024-09-05T00:02:49.428Z Downloaded heapless v0.7.17
7282024-09-05T00:02:49.433Z Downloaded tinyvec v1.6.0
7292024-09-05T00:02:49.438Z Downloaded bindgen v0.69.4
7302024-09-05T00:02:49.450Z Downloaded vergen v8.3.2
7312024-09-05T00:02:49.453Z Downloaded p521 v0.13.3
7322024-09-05T00:02:49.458Z Downloaded twox-hash v1.6.3
7332024-09-05T00:02:49.461Z Downloaded ron v0.7.1
7342024-09-05T00:02:49.468Z Downloaded phf_shared v0.11.2
7352024-09-05T00:02:49.470Z Downloaded diesel_derives v2.2.2
7362024-09-05T00:02:49.475Z Downloaded peg-macros v0.8.4
7372024-09-05T00:02:49.478Z Downloaded rcgen v0.12.1
7382024-09-05T00:02:49.482Z Downloaded tungstenite v0.23.0
7392024-09-05T00:02:49.486Z Downloaded russh v0.44.1
7402024-09-05T00:02:49.494Z Downloaded ed25519-dalek v2.1.1
7412024-09-05T00:02:49.499Z Downloaded derive-where v1.2.7
7422024-09-05T00:02:49.510Z Downloaded ron v0.8.1
7432024-09-05T00:02:49.523Z Downloaded rsa v0.9.6
7442024-09-05T00:02:49.523Z Downloaded openssl-sys v0.9.103
7452024-09-05T00:02:49.553Z Downloaded bitvec v1.0.1
7462024-09-05T00:02:49.561Z Downloaded zip v0.6.6
7472024-09-05T00:02:49.564Z Downloaded ssh-key v0.6.6
7482024-09-05T00:02:49.564Z Downloaded quick-xml v0.31.0
7492024-09-05T00:02:49.567Z Downloaded toml_edit v0.19.15
7502024-09-05T00:02:49.587Z Downloaded oso v0.27.3
7512024-09-05T00:02:49.591Z Downloaded portable-atomic v1.6.0
7522024-09-05T00:02:49.598Z Downloaded expectorate v1.1.0
7532024-09-05T00:02:49.601Z Downloaded unicode-segmentation v1.11.0
7542024-09-05T00:02:49.605Z Downloaded git2 v0.19.0
7552024-09-05T00:02:49.616Z Downloaded lalrpop v0.19.12
7562024-09-05T00:02:49.630Z Downloaded gimli v0.28.1
7572024-09-05T00:02:49.641Z Downloaded rustyline v14.0.0
7582024-09-05T00:02:49.647Z Downloaded sqlparser v0.45.0
7592024-09-05T00:02:49.654Z Downloaded unicode-normalization v0.1.23
7602024-09-05T00:02:49.659Z Downloaded object v0.30.4
7612024-09-05T00:02:49.672Z Downloaded rusqlite v0.31.0
7622024-09-05T00:02:49.680Z Downloaded rayon v1.10.0
7632024-09-05T00:02:49.691Z Downloaded smoltcp v0.9.1
7642024-09-05T00:02:49.704Z Downloaded idna v0.5.0
7652024-09-05T00:02:49.715Z Downloaded polar-core v0.27.3
7662024-09-05T00:02:49.725Z Downloaded rustls-webpki v0.102.4
7672024-09-05T00:02:49.746Z Downloaded radix_trie v0.2.1
7682024-09-05T00:02:49.752Z Downloaded rustls v0.22.4
7692024-09-05T00:02:49.769Z Downloaded webpki-roots v0.25.4
7702024-09-05T00:02:49.773Z Downloaded rustls v0.21.12
7712024-09-05T00:02:49.787Z Downloaded object v0.32.2
7722024-09-05T00:02:49.799Z Downloaded hickory-proto v0.24.1
7732024-09-05T00:02:49.816Z Downloaded openssl v0.10.66
7742024-09-05T00:02:49.827Z Downloaded sled v0.34.7
7752024-09-05T00:02:49.839Z Downloaded ratatui v0.28.0
7762024-09-05T00:02:49.862Z Downloaded regex-automata v0.4.6
7772024-09-05T00:02:49.882Z Downloaded bzip2-sys v0.1.11+1.0.8
7782024-09-05T00:02:49.897Z Downloaded openapiv3 v2.0.0
7792024-09-05T00:02:49.910Z Downloaded sha3 v0.10.8
7802024-09-05T00:02:49.915Z Downloaded finl_unicode v1.2.0
7812024-09-05T00:02:49.930Z Downloaded diesel v2.2.3
7822024-09-05T00:02:49.952Z Downloaded csv v1.3.0
7832024-09-05T00:02:49.974Z Downloaded zerocopy-derive v0.6.6
7842024-09-05T00:02:49.985Z Downloaded regex-syntax v0.8.4
7852024-09-05T00:02:49.994Z Downloaded nix v0.28.0
7862024-09-05T00:02:50.007Z Downloaded idna v0.2.3
7872024-09-05T00:02:50.015Z Downloaded vcpkg v0.2.15
7882024-09-05T00:02:50.058Z Downloaded regex-syntax v0.6.29
7892024-09-05T00:02:50.066Z Downloaded smoltcp v0.11.0
7902024-09-05T00:02:50.080Z Downloaded futures-util v0.3.30
7912024-09-05T00:02:50.093Z Downloaded petgraph v0.6.5
7922024-09-05T00:02:50.112Z Downloaded trust-dns-proto v0.22.0
7932024-09-05T00:02:50.125Z Downloaded p384 v0.13.0
7942024-09-05T00:02:50.132Z Downloaded regress v0.9.1
7952024-09-05T00:02:50.141Z Downloaded idna v0.4.0
7962024-09-05T00:02:50.148Z Downloaded bstr v1.9.1
7972024-09-05T00:02:50.159Z Downloaded nix v0.27.1
7982024-09-05T00:02:50.171Z Downloaded dropshot v0.10.1
7992024-09-05T00:02:50.182Z Downloaded winnow v0.5.40
8002024-09-05T00:02:50.191Z Downloaded tokio v1.39.3
8012024-09-05T00:02:50.230Z Downloaded regex v1.10.6
8022024-09-05T00:02:50.243Z Downloaded idna v0.3.0
8032024-09-05T00:02:50.250Z Downloaded proptest v1.5.0
8042024-09-05T00:02:50.260Z Downloaded curve25519-dalek v4.1.3
8052024-09-05T00:02:50.268Z Downloaded h2 v0.3.26
8062024-09-05T00:02:50.275Z Downloaded tokio-postgres v0.7.11
8072024-09-05T00:02:50.280Z Downloaded publicsuffix v2.2.3
8082024-09-05T00:02:50.283Z Downloaded tough v0.17.1
8092024-09-05T00:02:50.291Z Downloaded reedline v0.33.0
8102024-09-05T00:02:50.299Z Downloaded serde_with v3.9.0
8112024-09-05T00:02:50.308Z Downloaded rustls-webpki v0.101.7
8122024-09-05T00:02:50.323Z Downloaded pin-project v1.1.5
8132024-09-05T00:02:50.333Z Downloaded samael v0.0.15
8142024-09-05T00:02:50.338Z Downloaded tokio-util v0.7.11
8152024-09-05T00:02:50.345Z Downloaded chrono v0.4.38
8162024-09-05T00:02:50.353Z Downloaded headers v0.3.9
8172024-09-05T00:02:50.358Z Downloaded itertools v0.13.0
8182024-09-05T00:02:50.365Z Downloaded flume v0.11.0
8192024-09-05T00:02:50.369Z Downloaded typed-path v0.7.1
8202024-09-05T00:02:50.376Z Downloaded peg v0.8.4
8212024-09-05T00:02:50.379Z Downloaded password-hash v0.5.0
8222024-09-05T00:02:50.382Z Downloaded vte v0.11.1
8232024-09-05T00:02:50.384Z Downloaded elliptic-curve v0.13.8
8242024-09-05T00:02:50.388Z Downloaded hkdf v0.12.4
8252024-09-05T00:02:50.390Z Downloaded blake3 v1.5.1
8262024-09-05T00:02:50.399Z Downloaded rand v0.8.5
8272024-09-05T00:02:50.402Z Downloaded tokio-macros v2.4.0
8282024-09-05T00:02:50.405Z Downloaded glob v0.3.1
8292024-09-05T00:02:50.405Z Downloaded rand_seeder v0.3.0
8302024-09-05T00:02:50.407Z Downloaded getopts v0.2.21
8312024-09-05T00:02:50.410Z Downloaded hickory-client v0.24.1
8322024-09-05T00:02:50.412Z Downloaded signal-hook-tokio v0.3.1
8332024-09-05T00:02:50.414Z Downloaded encoding_rs v0.8.34
8342024-09-05T00:02:50.435Z Downloaded fragile v2.0.0
8352024-09-05T00:02:50.438Z Downloaded form_urlencoded v1.2.1
8362024-09-05T00:02:50.440Z Downloaded rustversion v1.0.17
8372024-09-05T00:02:50.440Z Downloaded walkdir v2.5.0
8382024-09-05T00:02:50.443Z Downloaded env_logger v0.9.3
8392024-09-05T00:02:50.445Z Downloaded der v0.7.9
8402024-09-05T00:02:50.450Z Downloaded url v2.5.2
8412024-09-05T00:02:50.453Z Downloaded derive_more v0.99.18
8422024-09-05T00:02:50.458Z Downloaded tiny-keccak v2.0.2
8432024-09-05T00:02:50.460Z Downloaded rand_core v0.6.4
8442024-09-05T00:02:50.463Z Downloaded psl-types v2.0.11
8452024-09-05T00:02:50.463Z Downloaded subprocess v0.2.9
8462024-09-05T00:02:50.465Z Downloaded nom v7.1.3
8472024-09-05T00:02:50.471Z Downloaded itertools v0.10.5
8482024-09-05T00:02:50.478Z Downloaded hyper v0.14.30
8492024-09-05T00:02:50.485Z Downloaded filetime v0.2.24
8502024-09-05T00:02:50.487Z Downloaded fallible-iterator v0.2.0
8512024-09-05T00:02:50.490Z Downloaded enum-as-inner v0.5.1
8522024-09-05T00:02:50.490Z Downloaded termcolor v1.4.1
8532024-09-05T00:02:50.492Z Downloaded rustc_version v0.1.7
8542024-09-05T00:02:50.492Z Downloaded postgres-protocol v0.6.7
8552024-09-05T00:02:50.495Z Downloaded slog v2.7.0
8562024-09-05T00:02:50.497Z Downloaded ecdsa v0.16.9
8572024-09-05T00:02:50.500Z Downloaded libm v0.2.8
8582024-09-05T00:02:50.507Z Downloaded rustc_version v0.4.0
8592024-09-05T00:02:50.510Z Downloaded heapless v0.8.0
8602024-09-05T00:02:50.513Z Downloaded time v0.3.36
8612024-09-05T00:02:50.520Z Downloaded supports-color v3.0.0
8622024-09-05T00:02:50.524Z Downloaded tar v0.4.41
8632024-09-05T00:02:50.526Z Downloaded postgres-types v0.2.7
8642024-09-05T00:02:50.528Z Downloaded termtree v0.4.1
8652024-09-05T00:02:50.528Z Downloaded diff v0.1.13
8662024-09-05T00:02:50.531Z Downloaded uuid v1.10.0
8672024-09-05T00:02:50.535Z Downloaded toml v0.7.8
8682024-09-05T00:02:50.537Z Downloaded half v2.4.1
8692024-09-05T00:02:50.540Z Downloaded signal-hook-registry v1.4.2
8702024-09-05T00:02:50.543Z Downloaded semver v0.1.20
8712024-09-05T00:02:50.543Z Downloaded ppv-lite86 v0.2.17
8722024-09-05T00:02:50.545Z Downloaded serde_with_macros v3.9.0
8732024-09-05T00:02:50.547Z Downloaded rustls-pki-types v1.7.0
8742024-09-05T00:02:50.547Z Downloaded crossterm v0.28.1
8752024-09-05T00:02:50.554Z Downloaded steno v0.4.1
8762024-09-05T00:02:50.558Z Downloaded libgit2-sys v0.17.0+1.8.1
8772024-09-05T00:02:50.619Z Downloaded itertools v0.12.1
8782024-09-05T00:02:50.626Z Downloaded predicates-tree v1.0.9
8792024-09-05T00:02:50.628Z Downloaded float-ord v0.3.2
8802024-09-05T00:02:50.628Z Downloaded strum_macros v0.25.3
8812024-09-05T00:02:50.631Z Downloaded ff v0.13.0
8822024-09-05T00:02:50.633Z Downloaded try-lock v0.2.5
8832024-09-05T00:02:50.633Z Downloaded serde_path_to_error v0.1.16
8842024-09-05T00:02:50.635Z Downloaded serde_arrays v0.1.0
8852024-09-05T00:02:50.635Z Downloaded http v1.1.0
8862024-09-05T00:02:50.639Z Downloaded mio v1.0.2
8872024-09-05T00:02:50.645Z Downloaded pbkdf2 v0.11.0
8882024-09-05T00:02:50.647Z Downloaded path-slash v0.1.5
8892024-09-05T00:02:50.650Z Downloaded paste v1.0.15
8902024-09-05T00:02:50.652Z Downloaded dhcproto v0.12.0
8912024-09-05T00:02:50.654Z Downloaded aho-corasick v1.1.3
8922024-09-05T00:02:50.660Z Downloaded num-bigint v0.4.5
8932024-09-05T00:02:50.665Z Downloaded pin-project-internal v1.1.5
8942024-09-05T00:02:50.667Z Downloaded num-derive v0.4.2
8952024-09-05T00:02:50.670Z Downloaded sqlformat v0.2.4
8962024-09-05T00:02:50.670Z Downloaded toolchain_find v0.4.0
8972024-09-05T00:02:50.672Z Downloaded predicates-core v1.0.6
8982024-09-05T00:02:50.672Z Downloaded structmeta-derive v0.2.0
8992024-09-05T00:02:50.674Z Downloaded structmeta v0.3.0
9002024-09-05T00:02:50.674Z Downloaded structmeta v0.2.0
9012024-09-05T00:02:50.674Z Downloaded strip-ansi-escapes v0.2.0
9022024-09-05T00:02:50.678Z Downloaded static_assertions v1.1.0
9032024-09-05T00:02:50.680Z Downloaded stable_deref_trait v1.2.0
9042024-09-05T00:02:50.680Z Downloaded parking_lot_core v0.8.6
9052024-09-05T00:02:50.682Z Downloaded parking_lot v0.11.2
9062024-09-05T00:02:50.684Z Downloaded num-integer v0.1.46
9072024-09-05T00:02:50.687Z Downloaded futures-task v0.3.30
9082024-09-05T00:02:50.687Z Downloaded fd-lock v4.0.2
9092024-09-05T00:02:50.689Z Downloaded fallible-streaming-iterator v0.1.9
9102024-09-05T00:02:50.689Z Downloaded pkcs1 v0.7.5
9112024-09-05T00:02:50.691Z Downloaded dhcproto-macros v0.1.0
9122024-09-05T00:02:50.694Z Downloaded derive_builder_macro v0.20.0
9132024-09-05T00:02:50.694Z Downloaded thiserror-no-std v2.0.2
9142024-09-05T00:02:50.696Z Downloaded rustls-pemfile v2.1.3
9152024-09-05T00:02:50.699Z Downloaded tracing v0.1.40
9162024-09-05T00:02:50.707Z Downloaded unsafe-libyaml v0.2.11
9172024-09-05T00:02:50.712Z Downloaded tungstenite v0.21.0
9182024-09-05T00:02:50.712Z Downloaded tungstenite v0.20.1
9192024-09-05T00:02:50.714Z Downloaded mio v0.8.11
9202024-09-05T00:02:50.719Z Downloaded foreign-types v0.5.0
9212024-09-05T00:02:50.721Z Downloaded fallible-iterator v0.3.0
9222024-09-05T00:02:50.721Z Downloaded defmt-parser v0.3.4
9232024-09-05T00:02:50.724Z Downloaded ssh-cipher v0.2.0
9242024-09-05T00:02:50.724Z Downloaded ref-cast v1.0.23
9252024-09-05T00:02:50.726Z Downloaded crypto-bigint v0.5.5
9262024-09-05T00:02:50.734Z Downloaded aes-gcm v0.10.3
9272024-09-05T00:02:50.737Z Downloaded signal-hook-mio v0.2.4
9282024-09-05T00:02:50.739Z Downloaded socket2 v0.5.7
9292024-09-05T00:02:50.741Z Downloaded aes v0.8.4
9302024-09-05T00:02:50.744Z Downloaded num-rational v0.4.2
9312024-09-05T00:02:50.746Z Downloaded predicates v3.1.2
9322024-09-05T00:02:50.749Z Downloaded serde_derive_internals v0.29.1
9332024-09-05T00:02:50.751Z Downloaded sha1 v0.10.6
9342024-09-05T00:02:50.751Z Downloaded spin v0.9.8
9352024-09-05T00:02:50.754Z Downloaded fatfs v0.3.6
9362024-09-05T00:02:50.757Z Downloaded crossterm v0.27.0
9372024-09-05T00:02:50.764Z Downloaded base64 v0.22.1
9382024-09-05T00:02:50.768Z Downloaded ref-cast-impl v1.0.23
9392024-09-05T00:02:50.770Z Downloaded dyn-clone v1.0.17
9402024-09-05T00:02:50.770Z Downloaded num-traits v0.2.19
9412024-09-05T00:02:50.773Z Downloaded darling_core v0.20.9
9422024-09-05T00:02:50.778Z Downloaded tokio-rustls v0.25.0
9432024-09-05T00:02:50.780Z Downloaded pkcs8 v0.10.2
9442024-09-05T00:02:50.783Z Downloaded pkcs5 v0.7.1
9452024-09-05T00:02:50.787Z Downloaded tokio-rustls v0.24.1
9462024-09-05T00:02:50.789Z Downloaded bytes v1.7.1
9472024-09-05T00:02:50.793Z Downloaded snafu v0.8.2
9482024-09-05T00:02:50.800Z Downloaded packed_struct_codegen v0.10.1
9492024-09-05T00:02:50.802Z Downloaded data-encoding v2.6.0
9502024-09-05T00:02:50.805Z Downloaded num_enum_derive v0.5.11
9512024-09-05T00:02:50.805Z Downloaded const_format v0.2.32
9522024-09-05T00:02:50.809Z Downloaded portpicker v0.1.1
9532024-09-05T00:02:50.812Z Downloaded futures-executor v0.3.30
9542024-09-05T00:02:50.812Z Downloaded futures-core v0.3.30
9552024-09-05T00:02:50.814Z Downloaded dirs-next v2.0.0
9562024-09-05T00:02:50.814Z Downloaded dirs v5.0.1
9572024-09-05T00:02:50.817Z Downloaded difflib v0.4.0
9582024-09-05T00:02:50.817Z Downloaded slog-envlogger v2.2.0
9592024-09-05T00:02:50.819Z Downloaded serde_repr v0.1.19
9602024-09-05T00:02:50.822Z Downloaded rustls-pemfile v1.0.4
9612024-09-05T00:02:50.824Z Downloaded proc-macro-crate v1.3.1
9622024-09-05T00:02:50.824Z Downloaded yasna v0.5.2
9632024-09-05T00:02:50.826Z Downloaded hickory-resolver v0.24.1
9642024-09-05T00:02:50.831Z Downloaded unarray v0.1.4
9652024-09-05T00:02:50.833Z Downloaded http v0.2.12
9662024-09-05T00:02:50.837Z Downloaded base64 v0.13.1
9672024-09-05T00:02:50.840Z Downloaded slog-dtrace v0.3.0
9682024-09-05T00:02:50.843Z Downloaded serde_plain v1.0.2
9692024-09-05T00:02:50.845Z Downloaded foreign-types-shared v0.3.1
9702024-09-05T00:02:50.845Z Downloaded scrypt v0.11.0
9712024-09-05T00:02:50.847Z Downloaded packed_struct v0.10.1
9722024-09-05T00:02:50.850Z Downloaded tokio-tungstenite v0.23.1
9732024-09-05T00:02:50.852Z Downloaded owo-colors v4.0.0
9742024-09-05T00:02:50.854Z Downloaded num_enum v0.5.11
9752024-09-05T00:02:50.858Z Downloaded hashlink v0.9.1
9762024-09-05T00:02:50.861Z Downloaded flagset v0.4.5
9772024-09-05T00:02:50.863Z Downloaded float-cmp v0.9.0
9782024-09-05T00:02:50.866Z Downloaded embedded-io v0.4.0
9792024-09-05T00:02:50.866Z Downloaded dirs-sys-next v0.1.2
9802024-09-05T00:02:50.868Z Downloaded tokio-tungstenite v0.21.0
9812024-09-05T00:02:50.871Z Downloaded ipnet v2.9.0
9822024-09-05T00:02:50.873Z Downloaded zeroize_derive v1.4.2
9832024-09-05T00:02:50.875Z Downloaded zeroize v1.7.0
9842024-09-05T00:02:50.879Z Downloaded xattr v1.3.1
9852024-09-05T00:02:50.879Z Downloaded snafu-derive v0.8.2
9862024-09-05T00:02:50.881Z Downloaded libsw v3.3.1
9872024-09-05T00:02:50.881Z Downloaded md-5 v0.10.6
9882024-09-05T00:02:50.883Z Downloaded iana-time-zone v0.1.60
9892024-09-05T00:02:50.886Z Downloaded cookie v0.17.0
9902024-09-05T00:02:50.889Z Downloaded httparse v1.8.0
9912024-09-05T00:02:50.891Z Downloaded cc v1.0.97
9922024-09-05T00:02:50.893Z Downloaded cassowary v0.3.0
9932024-09-05T00:02:50.896Z Downloaded tui-tree-widget v0.22.0
9942024-09-05T00:02:50.899Z Downloaded base64 v0.21.7
9952024-09-05T00:02:50.901Z Downloaded cancel-safe-futures v0.1.5
9962024-09-05T00:02:50.904Z Downloaded bcs v0.1.6
9972024-09-05T00:02:50.906Z Downloaded backoff v0.4.0
9982024-09-05T00:02:50.909Z Downloaded async-trait v0.1.81
9992024-09-05T00:02:50.912Z Downloaded schemars_derive v0.8.21
10002024-09-05T00:02:50.914Z Downloaded managed v0.8.0
10012024-09-05T00:02:50.916Z Downloaded linked-hash-map v0.5.6
10022024-09-05T00:02:50.916Z Downloaded lazycell v1.3.0
10032024-09-05T00:02:50.919Z Downloaded const-oid v0.9.6
10042024-09-05T00:02:50.921Z Downloaded ahash v0.8.11
10052024-09-05T00:02:50.923Z Downloaded ascii v1.1.0
10062024-09-05T00:02:50.927Z Downloaded indent_write v2.2.0
10072024-09-05T00:02:50.929Z Downloaded inout v0.1.3
10082024-09-05T00:02:50.929Z Downloaded crossbeam-deque v0.8.5
10092024-09-05T00:02:50.931Z Downloaded blowfish v0.9.1
10102024-09-05T00:02:50.934Z Downloaded hyper-tls v0.5.0
10112024-09-05T00:02:50.934Z Downloaded hostname v0.4.0
10122024-09-05T00:02:50.936Z Downloaded bitfield-struct v0.6.1
10132024-09-05T00:02:50.938Z Downloaded bb8 v0.8.5
10142024-09-05T00:02:50.938Z Downloaded is-terminal v0.4.12
10152024-09-05T00:02:50.939Z Downloaded bit-set v0.5.3
10162024-09-05T00:02:50.941Z Downloaded take_mut v0.2.2
10172024-09-05T00:02:50.941Z Downloaded cipher v0.4.4
10182024-09-05T00:02:50.943Z Downloaded ciborium v0.2.2
10192024-09-05T00:02:50.945Z Downloaded atomicwrites v0.4.3
10202024-09-05T00:02:50.948Z Downloaded cookie v0.18.1
10212024-09-05T00:02:50.950Z Downloaded clang-sys v1.7.0
10222024-09-05T00:02:50.952Z Downloaded crunchy v0.2.2
10232024-09-05T00:02:50.952Z Downloaded blake2 v0.10.6
10242024-09-05T00:02:50.955Z Downloaded lock_api v0.4.12
10252024-09-05T00:02:50.957Z Downloaded native-tls v0.2.11
10262024-09-05T00:02:50.959Z Downloaded instability v0.3.2
10272024-09-05T00:02:50.962Z Downloaded humantime v2.1.0
10282024-09-05T00:02:50.962Z Downloaded hubpack v0.1.2
10292024-09-05T00:02:50.964Z Downloaded home v0.5.9
10302024-09-05T00:02:50.964Z Downloaded jobserver v0.1.32
10312024-09-05T00:02:50.966Z Downloaded async-recursion v1.1.1
10322024-09-05T00:02:50.969Z Downloaded darling_macro v0.20.9
10332024-09-05T00:02:50.971Z Downloaded csv-core v0.1.11
10342024-09-05T00:02:50.972Z Downloaded argon2 v0.5.3
10352024-09-05T00:02:50.976Z Downloaded highway v1.2.0
10362024-09-05T00:02:50.978Z Downloaded ipnetwork v0.20.0
10372024-09-05T00:02:50.981Z Downloaded assert_matches v1.5.0
10382024-09-05T00:02:50.983Z Downloaded maybe-uninit v2.0.0
10392024-09-05T00:02:50.983Z Downloaded lru-cache v0.1.2
10402024-09-05T00:02:50.986Z Downloaded lazy_static v1.5.0
10412024-09-05T00:02:50.986Z Downloaded bzip2 v0.4.4
10422024-09-05T00:02:50.988Z Downloaded impl-trait-for-tuples v0.2.2
10432024-09-05T00:02:50.990Z Downloaded httpdate v1.0.3
10442024-09-05T00:02:50.993Z Downloaded base64ct v1.6.0
10452024-09-05T00:02:50.995Z Downloaded arc-swap v1.7.1
10462024-09-05T00:02:50.998Z Downloaded adler v1.0.2
10472024-09-05T00:02:51.001Z Downloaded lalrpop-util v0.19.12
10482024-09-05T00:02:51.003Z Downloaded hmac v0.12.1
10492024-09-05T00:02:51.003Z Downloaded crc-catalog v2.4.0
10502024-09-05T00:02:51.008Z Downloaded convert_case v0.4.0
10512024-09-05T00:02:51.008Z Downloaded bitfield v0.14.0
10522024-09-05T00:02:51.008Z Downloaded base16ct v0.2.0
10532024-09-05T00:02:51.008Z Downloaded ident_case v1.0.1
10542024-09-05T00:02:51.011Z Downloaded newline-converter v0.3.0
10552024-09-05T00:02:51.011Z Downloaded crc v3.2.1
10562024-09-05T00:02:51.014Z Downloaded block-padding v0.3.3
10572024-09-05T00:02:51.014Z Downloaded bit-vec v0.6.3
10582024-09-05T00:02:51.016Z Downloaded bcrypt-pbkdf v0.10.0
10592024-09-05T00:02:51.157Z Downloaded libz-sys v1.1.16
10602024-09-05T00:02:51.282Z Downloaded ring v0.17.8
10612024-09-05T00:02:51.424Z Downloaded libsqlite3-sys v0.28.0
10622024-09-05T00:02:51.512Z Downloaded ring v0.16.20
10632024-09-05T00:02:51.699Z Compiling serde v1.0.208
10642024-09-05T00:02:51.701Z Compiling typenum v1.17.0
10652024-09-05T00:02:51.701Z Compiling generic-array v0.14.7
10662024-09-05T00:02:51.701Z Compiling lock_api v0.4.12
10672024-09-05T00:02:51.701Z Compiling scopeguard v1.2.0
10682024-09-05T00:02:51.851Z Compiling log v0.4.21
10692024-09-05T00:02:51.898Z Compiling syn v2.0.74
10702024-09-05T00:02:51.901Z Compiling getrandom v0.2.14
10712024-09-05T00:02:52.009Z Compiling jobserver v0.1.32
10722024-09-05T00:02:52.180Z Compiling rand_core v0.6.4
10732024-09-05T00:02:52.427Z Compiling subtle v2.5.0
10742024-09-05T00:02:52.542Z Compiling cc v1.0.97
10752024-09-05T00:02:52.672Z Compiling const-oid v0.9.6
10762024-09-05T00:02:52.853Z Compiling pin-project-lite v0.2.14
10772024-09-05T00:02:52.893Z Compiling smallvec v1.13.2
10782024-09-05T00:02:53.005Z Compiling parking_lot_core v0.9.10
10792024-09-05T00:02:53.152Z Compiling signal-hook-registry v1.4.2
10802024-09-05T00:02:53.177Z Compiling spin v0.9.8
10812024-09-05T00:02:53.373Z Compiling mio v1.0.2
10822024-09-05T00:02:53.602Z Compiling ahash v0.8.11
10832024-09-05T00:02:54.027Z Compiling parking_lot v0.12.2
10842024-09-05T00:02:54.088Z Compiling tinyvec_macros v0.1.1
10852024-09-05T00:02:54.202Z Compiling tinyvec v1.6.0
10862024-09-05T00:02:54.364Z Compiling socket2 v0.5.7
10872024-09-05T00:02:54.715Z Compiling futures-sink v0.3.30
10882024-09-05T00:02:54.887Z Compiling cpufeatures v0.2.12
10892024-09-05T00:02:54.916Z Compiling libm v0.2.8
10902024-09-05T00:02:54.962Z Compiling serde_json v1.0.125
10912024-09-05T00:02:55.006Z Compiling futures-core v0.3.30
10922024-09-05T00:02:55.124Z Compiling slab v0.4.9
10932024-09-05T00:02:55.286Z Compiling num-traits v0.2.19
10942024-09-05T00:02:55.347Z Compiling allocator-api2 v0.2.18
10952024-09-05T00:02:55.401Z Compiling unicode-bidi v0.3.15
10962024-09-05T00:02:55.907Z Compiling unicode-normalization v0.1.23
10972024-09-05T00:02:55.927Z Compiling futures-channel v0.3.30
10982024-09-05T00:02:55.965Z Compiling futures-task v0.3.30
10992024-09-05T00:02:56.221Z Compiling pkg-config v0.3.30
11002024-09-05T00:02:56.308Z Compiling vcpkg v0.2.15
11012024-09-05T00:02:56.387Z Compiling futures-io v0.3.30
11022024-09-05T00:02:57.040Z Compiling pin-utils v0.1.0
11032024-09-05T00:02:57.061Z Compiling base64ct v1.6.0
11042024-09-05T00:02:57.108Z Compiling percent-encoding v2.3.1
11052024-09-05T00:02:57.139Z Compiling flagset v0.4.5
11062024-09-05T00:02:57.218Z Compiling ring v0.17.8
11072024-09-05T00:02:57.375Z Compiling ppv-lite86 v0.2.17
11082024-09-05T00:02:57.538Z Compiling tracing-core v0.1.32
11092024-09-05T00:02:57.754Z Compiling pem-rfc7468 v0.7.0
11102024-09-05T00:02:57.900Z Compiling rustix v0.38.34
11112024-09-05T00:02:58.209Z Compiling rand_chacha v0.3.1
11122024-09-05T00:02:58.560Z Compiling untrusted v0.9.0
11132024-09-05T00:02:58.683Z Compiling openssl-sys v0.9.103
11142024-09-05T00:02:58.747Z Compiling rand v0.8.5
11152024-09-05T00:02:58.900Z Compiling foreign-types-shared v0.1.1
11162024-09-05T00:02:58.920Z Compiling openssl v0.10.66
11172024-09-05T00:02:59.013Z Compiling httparse v1.8.0
11182024-09-05T00:02:59.035Z Compiling time-core v0.1.2
11192024-09-05T00:02:59.216Z Compiling powerfmt v0.2.0
11202024-09-05T00:02:59.352Z Compiling rustversion v1.0.17
11212024-09-05T00:02:59.449Z Compiling num-conv v0.1.0
11222024-09-05T00:02:59.626Z Compiling deranged v0.3.11
11232024-09-05T00:02:59.710Z Compiling time-macros v0.2.18
11242024-09-05T00:03:00.165Z Compiling foreign-types v0.3.2
11252024-09-05T00:03:00.248Z Compiling form_urlencoded v1.2.1
11262024-09-05T00:03:00.574Z Compiling aho-corasick v1.1.3
11272024-09-05T00:03:00.674Z Compiling try-lock v0.2.5
11282024-09-05T00:03:00.705Z Compiling regex-syntax v0.8.4
11292024-09-05T00:03:00.826Z Compiling native-tls v0.2.11
11302024-09-05T00:03:01.215Z Compiling siphasher v0.3.11
11312024-09-05T00:03:01.310Z Compiling rustls v0.21.12
11322024-09-05T00:03:01.637Z Compiling num_threads v0.1.7
11332024-09-05T00:03:01.644Z Compiling crossbeam-utils v0.8.19
11342024-09-05T00:03:01.761Z Compiling syn v1.0.109
11352024-09-05T00:03:02.408Z Compiling want v0.3.1
11362024-09-05T00:03:02.719Z Compiling idna v0.5.0
11372024-09-05T00:03:02.952Z Compiling time v0.3.36
11382024-09-05T00:03:03.248Z Compiling cookie v0.17.0
11392024-09-05T00:03:03.574Z Compiling iana-time-zone v0.1.60
11402024-09-05T00:03:04.026Z Compiling adler v1.0.2
11412024-09-05T00:03:04.086Z Compiling openssl-probe v0.1.5
11422024-09-05T00:03:04.280Z Compiling regex-automata v0.4.6
11432024-09-05T00:03:04.396Z Compiling tower-service v0.3.2
11442024-09-05T00:03:04.487Z Compiling httpdate v1.0.3
11452024-09-05T00:03:04.529Z Compiling finl_unicode v1.2.0
11462024-09-05T00:03:04.960Z Compiling slog v2.7.0
11472024-09-05T00:03:05.134Z Compiling stringprep v0.1.4
11482024-09-05T00:03:05.593Z Compiling miniz_oxide v0.7.2
11492024-09-05T00:03:06.179Z Compiling url v2.5.2
11502024-09-05T00:03:06.914Z Compiling serde_derive v1.0.208
11512024-09-05T00:03:07.153Z Compiling zeroize_derive v1.4.2
11522024-09-05T00:03:07.253Z Compiling zerocopy-derive v0.7.34
11532024-09-05T00:03:08.119Z Compiling tokio-macros v2.4.0
11542024-09-05T00:03:08.310Z Compiling thiserror-impl v1.0.63
11552024-09-05T00:03:08.728Z Compiling futures-macro v0.3.30
11562024-09-05T00:03:08.821Z Compiling zeroize v1.7.0
11572024-09-05T00:03:09.673Z Compiling zerocopy v0.7.34
11582024-09-05T00:03:09.860Z Compiling der_derive v0.7.2
11592024-09-05T00:03:10.775Z Compiling crypto-common v0.1.6
11602024-09-05T00:03:10.834Z Compiling block-buffer v0.10.4
11612024-09-05T00:03:11.022Z Compiling block-padding v0.3.3
11622024-09-05T00:03:11.126Z Compiling digest v0.10.7
11632024-09-05T00:03:11.337Z Compiling inout v0.1.3
11642024-09-05T00:03:11.637Z Compiling hmac v0.12.1
11652024-09-05T00:03:11.657Z Compiling sha2 v0.10.8
11662024-09-05T00:03:11.899Z Compiling hashbrown v0.14.5
11672024-09-05T00:03:11.901Z Compiling thiserror v1.0.63
11682024-09-05T00:03:11.993Z Compiling cipher v0.4.4
11692024-09-05T00:03:12.060Z Compiling futures-util v0.3.30
11702024-09-05T00:03:12.559Z Compiling pest v2.7.10
11712024-09-05T00:03:12.593Z Compiling der v0.7.9
11722024-09-05T00:03:13.456Z Compiling salsa20 v0.10.2
11732024-09-05T00:03:13.728Z Compiling pbkdf2 v0.12.2
11742024-09-05T00:03:13.935Z Compiling tracing-attributes v0.1.27
11752024-09-05T00:03:15.526Z Compiling pest_meta v2.7.10
11762024-09-05T00:03:15.949Z Compiling scroll_derive v0.12.0
11772024-09-05T00:03:16.277Z Compiling spki v0.7.3
11782024-09-05T00:03:16.707Z Compiling scrypt v0.11.0
11792024-09-05T00:03:17.374Z Compiling pest_generator v2.7.10
11802024-09-05T00:03:17.661Z Compiling scroll v0.12.0
11812024-09-05T00:03:18.138Z Compiling cbc v0.1.2
11822024-09-05T00:03:18.180Z Compiling tracing v0.1.40
11832024-09-05T00:03:18.266Z Compiling aes v0.8.4
11842024-09-05T00:03:18.767Z Compiling goblin v0.8.2
11852024-09-05T00:03:18.842Z Compiling openssl-macros v0.1.1
11862024-09-05T00:03:19.688Z Compiling pkcs5 v0.7.1
11872024-09-05T00:03:19.774Z Compiling md-5 v0.10.6
11882024-09-05T00:03:21.081Z Compiling rustls-webpki v0.101.7
11892024-09-05T00:03:21.323Z Compiling pest_derive v2.7.10
11902024-09-05T00:03:21.385Z Compiling sct v0.7.1
11912024-09-05T00:03:21.466Z Compiling pkcs8 v0.10.2
11922024-09-05T00:03:21.706Z Compiling num-integer v0.1.46
11932024-09-05T00:03:21.728Z Compiling backtrace v0.3.71
11942024-09-05T00:03:22.256Z Compiling dtrace-parser v0.2.0
11952024-09-05T00:03:22.300Z Compiling bytes v1.7.1
11962024-09-05T00:03:22.604Z Compiling bitflags v2.6.0
11972024-09-05T00:03:22.783Z Compiling indexmap v2.4.0
11982024-09-05T00:03:23.118Z Compiling semver v1.0.23
11992024-09-05T00:03:23.407Z Compiling tokio v1.39.3
12002024-09-05T00:03:23.748Z Compiling http v0.2.12
12012024-09-05T00:03:23.990Z Compiling rustc_version v0.4.0
12022024-09-05T00:03:24.845Z Compiling heapless v0.7.17
12032024-09-05T00:03:25.337Z Compiling dof v0.3.0
12042024-09-05T00:03:26.115Z Compiling http-body v0.4.6
12052024-09-05T00:03:26.537Z Compiling uuid v1.10.0
12062024-09-05T00:03:26.632Z Compiling usdt-impl v0.5.0
12072024-09-05T00:03:27.814Z Compiling serde_tokenstream v0.2.2
12082024-09-05T00:03:27.843Z Compiling serde_spanned v0.6.7
12092024-09-05T00:03:28.117Z Compiling chrono v0.4.38
12102024-09-05T00:03:28.218Z Compiling toml_datetime v0.6.8
12112024-09-05T00:03:28.447Z Compiling idna v0.3.0
12122024-09-05T00:03:28.522Z Compiling lazy_static v1.5.0
12132024-09-05T00:03:28.666Z Compiling hash32 v0.2.1
12142024-09-05T00:03:28.791Z Compiling smoltcp v0.9.1
12152024-09-05T00:03:29.114Z Compiling base64 v0.22.1
12162024-09-05T00:03:29.641Z Compiling gimli v0.28.1
12172024-09-05T00:03:29.984Z Compiling psl-types v2.0.11
12182024-09-05T00:03:30.212Z Compiling fallible-iterator v0.2.0
12192024-09-05T00:03:30.239Z Compiling cfg_aliases v0.1.1
12202024-09-05T00:03:30.364Z Compiling crc32fast v1.4.0
12212024-09-05T00:03:30.508Z Compiling signal-hook v0.3.17
12222024-09-05T00:03:30.838Z Compiling num-bigint-dig v0.8.4
12232024-09-05T00:03:30.933Z Compiling stable_deref_trait v1.2.0
12242024-09-05T00:03:31.004Z Compiling postgres-protocol v0.6.7
12252024-09-05T00:03:32.018Z Compiling nix v0.28.0
12262024-09-05T00:03:32.184Z Compiling publicsuffix v2.2.3
12272024-09-05T00:03:32.417Z Compiling tokio-util v0.7.11
12282024-09-05T00:03:32.478Z Compiling tokio-native-tls v0.3.1
12292024-09-05T00:03:32.501Z Compiling tokio-rustls v0.24.1
12302024-09-05T00:03:32.582Z Compiling terminal_size v0.3.0
12312024-09-05T00:03:32.821Z Compiling num-iter v0.1.45
12322024-09-05T00:03:32.886Z Compiling hubpack_derive v0.1.1
12332024-09-05T00:03:32.947Z Compiling async-trait v0.1.81
12342024-09-05T00:03:32.970Z Compiling zerocopy-derive v0.6.6
12352024-09-05T00:03:33.885Z Compiling h2 v0.3.26
12362024-09-05T00:03:34.239Z Compiling addr2line v0.21.0
12372024-09-05T00:03:34.260Z Compiling phf_shared v0.11.2
12382024-09-05T00:03:34.680Z Compiling serde_derive_internals v0.29.1
12392024-09-05T00:03:34.795Z Compiling ff v0.13.0
12402024-09-05T00:03:35.002Z Compiling object v0.32.2
12412024-09-05T00:03:35.053Z Compiling fs-err v2.11.0
12422024-09-05T00:03:35.075Z Compiling base64 v0.21.7
12432024-09-05T00:03:35.354Z Compiling either v1.13.0
12442024-09-05T00:03:35.407Z Compiling anyhow v1.0.86
12452024-09-05T00:03:35.797Z Compiling rustc-demangle v0.1.24
12462024-09-05T00:03:35.893Z Compiling base16ct v0.2.0
12472024-09-05T00:03:36.036Z Compiling schemars v0.8.21
12482024-09-05T00:03:36.097Z Compiling ipnet v2.9.0
12492024-09-05T00:03:36.269Z Compiling bitflags v1.3.2
12502024-09-05T00:03:36.382Z Compiling managed v0.8.0
12512024-09-05T00:03:36.425Z Compiling winnow v0.5.40
12522024-09-05T00:03:36.973Z Compiling sec1 v0.7.3
12532024-09-05T00:03:37.673Z Compiling clap_builder v4.5.15
12542024-09-05T00:03:37.739Z Compiling rustls-pemfile v1.0.4
12552024-09-05T00:03:37.785Z Compiling schemars_derive v0.8.21
12562024-09-05T00:03:38.398Z Compiling zerocopy v0.6.6
12572024-09-05T00:03:39.328Z Compiling group v0.13.0
12582024-09-05T00:03:39.349Z Compiling phf v0.11.2
12592024-09-05T00:03:39.662Z Compiling hubpack v0.1.2
12602024-09-05T00:03:39.694Z Compiling cookie_store v0.20.0
12612024-09-05T00:03:40.804Z Compiling toml_edit v0.19.15
12622024-09-05T00:03:41.355Z Compiling postgres-types v0.2.7
12632024-09-05T00:03:41.658Z Compiling usdt-attr-macro v0.5.0
12642024-09-05T00:03:41.786Z Compiling usdt-macro v0.5.0
12652024-09-05T00:03:42.939Z Compiling hyper v0.14.30
12662024-09-05T00:03:43.430Z Compiling serde_urlencoded v0.7.1
12672024-09-05T00:03:43.518Z Compiling pkcs1 v0.7.5
12682024-09-05T00:03:44.040Z Compiling futures-executor v0.3.30
12692024-09-05T00:03:44.680Z Compiling hkdf v0.12.4
12702024-09-05T00:03:44.707Z Compiling signature v2.2.0
12712024-09-05T00:03:44.993Z Compiling crypto-bigint v0.5.5
12722024-09-05T00:03:45.061Z Compiling bstr v1.9.1
12732024-09-05T00:03:46.050Z Compiling regex v1.10.6
12742024-09-05T00:03:46.946Z Compiling serde_repr v0.1.19
12752024-09-05T00:03:47.059Z Compiling clap_derive v4.5.13
12762024-09-05T00:03:47.236Z Compiling strum_macros v0.25.3
12772024-09-05T00:03:47.932Z Compiling enum-as-inner v0.6.0
12782024-09-05T00:03:48.344Z Compiling phf_shared v0.10.0
12792024-09-05T00:03:48.789Z Compiling float-cmp v0.9.0
12802024-09-05T00:03:49.053Z Compiling idna v0.4.0
12812024-09-05T00:03:49.145Z Compiling mio v0.8.11
12822024-09-05T00:03:49.755Z Compiling encoding_rs v0.8.34
12832024-09-05T00:03:50.592Z Compiling fixedbitset v0.4.2
12842024-09-05T00:03:50.832Z Compiling static_assertions v1.1.0
12852024-09-05T00:03:50.959Z Compiling precomputed-hash v0.1.1
12862024-09-05T00:03:51.096Z Compiling hyper-tls v0.5.0
12872024-09-05T00:03:51.119Z Compiling hyper-rustls v0.24.2
12882024-09-05T00:03:51.499Z Compiling webpki-roots v0.25.4
12892024-09-05T00:03:51.522Z Compiling dyn-clone v1.0.17
12902024-09-05T00:03:51.696Z Compiling data-encoding v2.6.0
12912024-09-05T00:03:51.738Z Compiling mime v0.3.17
12922024-09-05T00:03:51.774Z Compiling difflib v0.4.0
12932024-09-05T00:03:51.907Z Compiling bit-vec v0.6.3
12942024-09-05T00:03:52.388Z Compiling whoami v1.5.1
12952024-09-05T00:03:52.456Z Compiling unicode-segmentation v1.11.0
12962024-09-05T00:03:52.779Z Compiling new_debug_unreachable v1.0.6
12972024-09-05T00:03:52.897Z Compiling sync_wrapper v0.1.2
12982024-09-05T00:03:53.062Z Compiling normalize-line-endings v0.3.0
12992024-09-05T00:03:53.130Z Compiling minimal-lexical v0.2.1
13002024-09-05T00:03:53.206Z Compiling predicates-core v1.0.6
13012024-09-05T00:03:53.411Z Compiling toml_edit v0.22.20
13022024-09-05T00:03:53.539Z Compiling predicates v3.1.2
13032024-09-05T00:03:53.635Z Compiling nom v7.1.3
13042024-09-05T00:03:53.734Z Compiling similar v2.6.0
13052024-09-05T00:03:54.325Z Compiling reqwest v0.11.27
13062024-09-05T00:03:54.649Z Compiling string_cache v0.8.7
13072024-09-05T00:03:54.883Z Compiling clap v4.5.16
13082024-09-05T00:03:55.037Z Compiling tokio-postgres v0.7.11
13092024-09-05T00:03:55.198Z Compiling hickory-proto v0.24.1
13102024-09-05T00:03:55.457Z Compiling bit-set v0.5.3
13112024-09-05T00:03:55.790Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13122024-09-05T00:03:56.846Z Compiling console v0.15.8
13132024-09-05T00:03:57.675Z Compiling petgraph v0.6.5
13142024-09-05T00:03:58.566Z Compiling signal-hook-mio v0.2.4
13152024-09-05T00:03:58.772Z Compiling usdt v0.5.0
13162024-09-05T00:03:59.357Z Compiling elliptic-curve v0.13.8
13172024-09-05T00:04:00.302Z Compiling rsa v0.9.6
13182024-09-05T00:04:00.660Z Compiling futures v0.3.30
13192024-09-05T00:04:00.795Z Compiling toml v0.7.8
13202024-09-05T00:04:01.936Z Compiling flate2 v1.0.31
13212024-09-05T00:04:02.726Z Compiling itertools v0.12.1
13222024-09-05T00:04:02.756Z Compiling itertools v0.10.5
13232024-09-05T00:04:03.048Z Compiling tokio-stream v0.1.15
13242024-09-05T00:04:03.608Z Compiling openapiv3 v2.0.0
13252024-09-05T00:04:04.233Z Compiling hex v0.4.3
13262024-09-05T00:04:04.910Z Compiling crossbeam-epoch v0.9.18
13272024-09-05T00:04:05.745Z Compiling sha1 v0.10.6
13282024-09-05T00:04:05.775Z Compiling dirs-sys-next v0.1.2
13292024-09-05T00:04:06.099Z Compiling unicode-xid v0.2.4
13302024-09-05T00:04:06.173Z Compiling peg-runtime v0.8.3
13312024-09-05T00:04:06.272Z Compiling lalrpop-util v0.19.12
13322024-09-05T00:04:06.415Z Compiling dirs-next v2.0.0
13332024-09-05T00:04:06.437Z Compiling thread_local v1.1.8
13342024-09-05T00:04:06.618Z Compiling slog-async v2.8.0
13352024-09-05T00:04:06.639Z Compiling term v0.7.0
13362024-09-05T00:04:06.659Z Compiling xattr v1.3.1
13372024-09-05T00:04:06.876Z Compiling crossbeam-channel v0.5.12
13382024-09-05T00:04:06.986Z Compiling strum_macros v0.26.4
13392024-09-05T00:04:07.044Z Compiling is-terminal v0.4.12
13402024-09-05T00:04:07.202Z Compiling filetime v0.2.24
13412024-09-05T00:04:07.311Z Compiling take_mut v0.2.2
13422024-09-05T00:04:07.513Z Compiling tar v0.4.41
13432024-09-05T00:04:07.588Z Compiling slog-term v2.9.1
13442024-09-05T00:04:08.416Z Compiling camino v1.1.9
13452024-09-05T00:04:09.887Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13462024-09-05T00:04:10.684Z Compiling strum v0.26.3
13472024-09-05T00:04:10.776Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13482024-09-05T00:04:16.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
13492024-09-05T00:04:17.107Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13502024-09-05T00:04:17.169ZSep 05 00:04:16.474 INFO Starting download, target: Cockroach
13512024-09-05T00:04:17.169ZSep 05 00:04:16.475 INFO Starting download, target: Console
13522024-09-05T00:04:17.169ZSep 05 00:04:16.475 INFO Starting download, target: Clickhouse
13532024-09-05T00:04:17.169ZSep 05 00:04:16.475 INFO Starting download, target: DendriteOpenapi
13542024-09-05T00:04:17.171ZSep 05 00:04:16.475 INFO Starting download, target: DendriteStub
13552024-09-05T00:04:17.171ZSep 05 00:04:16.475 INFO Starting download, target: MaghemiteMgd
13562024-09-05T00:04:17.171ZSep 05 00:04:16.475 INFO Starting download, target: TransceiverControl
13572024-09-05T00:04:17.171ZSep 05 00:04:16.475 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13582024-09-05T00:04:17.171ZSep 05 00:04:16.476 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13592024-09-05T00:04:17.171ZSep 05 00:04:16.476 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13602024-09-05T00:04:17.171ZSep 05 00:04:16.476 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13612024-09-05T00:04:17.171ZSep 05 00:04:16.476 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13622024-09-05T00:04:17.171ZSep 05 00:04:16.476 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13632024-09-05T00:04:17.171ZSep 05 00:04:16.476 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13642024-09-05T00:04:17.389ZSep 05 00:04:16.694 INFO Download complete, target: DendriteOpenapi
13652024-09-05T00:04:17.492ZSep 05 00:04:16.795 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13662024-09-05T00:04:17.876ZSep 05 00:04:17.182 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13672024-09-05T00:04:17.975ZSep 05 00:04:17.281 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13682024-09-05T00:04:18.029ZSep 05 00:04:17.335 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13692024-09-05T00:04:18.309ZSep 05 00:04:17.615 INFO Download complete, target: TransceiverControl
13702024-09-05T00:04:18.415ZSep 05 00:04:17.721 INFO Download complete, target: Console
13712024-09-05T00:04:18.468ZSep 05 00:04:17.774 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13722024-09-05T00:04:18.468ZSep 05 00:04:17.774 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13732024-09-05T00:04:19.178ZSep 05 00:04:18.482 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13742024-09-05T00:04:20.985ZSep 05 00:04:20.290 INFO Download complete, target: DendriteStub
13752024-09-05T00:04:21.296ZSep 05 00:04:20.601 INFO Download complete, target: MaghemiteMgd
13762024-09-05T00:04:26.692ZSep 05 00:04:25.997 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13772024-09-05T00:04:26.988ZSep 05 00:04:26.292 INFO Checking that binary works, target: Cockroach
13782024-09-05T00:04:27.160ZSep 05 00:04:26.464 INFO Download complete, target: Cockroach
13792024-09-05T00:04:33.078ZSep 05 00:04:32.379 INFO Checking that binary works, target: Clickhouse
13802024-09-05T00:04:33.569ZSep 05 00:04:32.872 INFO Download complete, target: Clickhouse
13812024-09-05T00:04:33.577ZAll prerequisites installed successfully
13822024-09-05T00:04:33.580Z
13832024-09-05T00:04:33.580Zreal 4:09.286192899
13842024-09-05T00:04:33.580Zuser 12:34.919239948
13852024-09-05T00:04:33.580Zsys 2:36.851871115
13862024-09-05T00:04:33.580Ztrap 0.530625676
13872024-09-05T00:04:33.580Ztflt 4.658809308
13882024-09-05T00:04:33.580Zdflt 3.682975690
13892024-09-05T00:04:33.580Zkflt 0.128296624
13902024-09-05T00:04:33.580Zlock 25:03.989205757
13912024-09-05T00:04:33.580Zslp 48:56.415823685
13922024-09-05T00:04:33.580Zlat 43.035058514
13932024-09-05T00:04:33.580Zstop 1:56.683286695
13942024-09-05T00:04:33.580Z+ source ./tools/include/force-git-over-https.sh
13952024-09-05T00:04:33.580Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13962024-09-05T00:04:33.583Z++ (( i = 0 ))
13972024-09-05T00:04:33.583Z++ (( i < 5 ))
13982024-09-05T00:04:33.583Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13992024-09-05T00:04:33.585Z++ (( i++ ))
14002024-09-05T00:04:33.585Z++ (( i < 5 ))
14012024-09-05T00:04:33.585Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14022024-09-05T00:04:33.590Z++ (( i++ ))
14032024-09-05T00:04:33.590Z++ (( i < 5 ))
14042024-09-05T00:04:33.590Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14052024-09-05T00:04:33.593Z++ (( i++ ))
14062024-09-05T00:04:33.593Z++ (( i < 5 ))
14072024-09-05T00:04:33.593Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14082024-09-05T00:04:33.597Z++ (( i++ ))
14092024-09-05T00:04:33.597Z++ (( i < 5 ))
14102024-09-05T00:04:33.597Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14112024-09-05T00:04:33.601Z++ (( i++ ))
14122024-09-05T00:04:33.601Z++ (( i < 5 ))
14132024-09-05T00:04:33.603Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14142024-09-05T00:04:33.603Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14152024-09-05T00:04:33.603Z+ rc=0
14162024-09-05T00:04:33.603Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14172024-09-05T00:04:56.884Z+ case $rc in
14182024-09-05T00:04:56.884Z+ pfexec zfs create -p rpool/images/build/host
14192024-09-05T00:04:57.231Z+ pfexec zfs create -p rpool/images/build/recovery
14202024-09-05T00:04:57.377Z+ cargo xtask releng --output-dir /work
14212024-09-05T00:04:58.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
14222024-09-05T00:04:58.045Z Running `target/debug/xtask releng --output-dir /work`
14232024-09-05T00:04:59.147Z Compiling proc-macro2 v1.0.86
14242024-09-05T00:04:59.147Z Compiling unicode-ident v1.0.12
14252024-09-05T00:04:59.147Z Compiling libc v0.2.158
14262024-09-05T00:04:59.150Z Compiling serde v1.0.208
14272024-09-05T00:04:59.150Z Compiling version_check v0.9.5
14282024-09-05T00:04:59.150Z Compiling autocfg v1.3.0
14292024-09-05T00:04:59.150Z Compiling cfg-if v1.0.0
14302024-09-05T00:04:59.150Z Compiling once_cell v1.19.0
14312024-09-05T00:04:59.447Z Compiling typenum v1.17.0
14322024-09-05T00:04:59.528Z Compiling memchr v2.7.2
14332024-09-05T00:04:59.954Z Compiling generic-array v0.14.7
14342024-09-05T00:05:00.248Z Compiling lock_api v0.4.12
14352024-09-05T00:05:00.319Z Compiling ahash v0.8.11
14362024-09-05T00:05:00.543Z Compiling serde_json v1.0.125
14372024-09-05T00:05:00.666Z Compiling libm v0.2.8
14382024-09-05T00:05:00.846Z Compiling num-traits v0.2.19
14392024-09-05T00:05:00.995Z Compiling parking_lot_core v0.9.10
14402024-09-05T00:05:01.112Z Compiling byteorder v1.5.0
14412024-09-05T00:05:01.426Z Compiling quote v1.0.36
14422024-09-05T00:05:01.492Z Compiling scopeguard v1.2.0
14432024-09-05T00:05:01.623Z Compiling jobserver v0.1.32
14442024-09-05T00:05:01.699Z Compiling getrandom v0.2.14
14452024-09-05T00:05:01.934Z Compiling syn v2.0.74
14462024-09-05T00:05:02.025Z Compiling log v0.4.21
14472024-09-05T00:05:02.128Z Compiling cc v1.0.97
14482024-09-05T00:05:02.174Z Compiling thiserror v1.0.63
14492024-09-05T00:05:02.529Z Compiling itoa v1.0.11
14502024-09-05T00:05:02.778Z Compiling slab v0.4.9
14512024-09-05T00:05:02.799Z Compiling rand_core v0.6.4
14522024-09-05T00:05:02.875Z Compiling pkg-config v0.3.30
14532024-09-05T00:05:03.338Z Compiling semver v1.0.23
14542024-09-05T00:05:03.597Z Compiling ryu v1.0.18
14552024-09-05T00:05:03.909Z Compiling smallvec v1.13.2
14562024-09-05T00:05:03.940Z Compiling vcpkg v0.2.15
14572024-09-05T00:05:03.961Z Compiling pin-project-lite v0.2.14
14582024-09-05T00:05:04.169Z Compiling allocator-api2 v0.2.18
14592024-09-05T00:05:04.552Z Compiling spin v0.9.8
14602024-09-05T00:05:04.784Z Compiling subtle v2.5.0
14612024-09-05T00:05:05.235Z Compiling const-oid v0.9.6
14622024-09-05T00:05:05.568Z Compiling signal-hook-registry v1.4.2
14632024-09-05T00:05:05.864Z Compiling httparse v1.8.0
14642024-09-05T00:05:05.911Z Compiling ring v0.17.8
14652024-09-05T00:05:06.405Z Compiling openssl-sys v0.9.103
14662024-09-05T00:05:07.176Z Compiling rustix v0.38.34
14672024-09-05T00:05:07.306Z Compiling schemars v0.8.21
14682024-09-05T00:05:07.920Z Compiling heck v0.5.0
14692024-09-05T00:05:08.019Z Compiling parking_lot v0.12.2
14702024-09-05T00:05:08.242Z Compiling mio v1.0.2
14712024-09-05T00:05:08.522Z Compiling futures-core v0.3.30
14722024-09-05T00:05:08.721Z Compiling time-core v0.1.2
14732024-09-05T00:05:08.881Z Compiling num-conv v0.1.0
14742024-09-05T00:05:08.995Z Compiling socket2 v0.5.7
14752024-09-05T00:05:09.277Z Compiling time-macros v0.2.18
14762024-09-05T00:05:09.430Z Compiling openssl v0.10.66
14772024-09-05T00:05:09.521Z Compiling fnv v1.0.7
14782024-09-05T00:05:09.841Z Compiling equivalent v1.0.1
14792024-09-05T00:05:10.025Z Compiling serde_derive_internals v0.29.1
14802024-09-05T00:05:10.214Z Compiling native-tls v0.2.11
14812024-09-05T00:05:10.652Z Compiling futures-sink v0.3.30
14822024-09-05T00:05:10.704Z Compiling rustls v0.21.12
14832024-09-05T00:05:10.765Z Compiling tinyvec_macros v0.1.1
14842024-09-05T00:05:10.950Z Compiling tinyvec v1.6.0
14852024-09-05T00:05:11.509Z Compiling crossbeam-utils v0.8.19
14862024-09-05T00:05:12.524Z Compiling cookie v0.17.0
14872024-09-05T00:05:12.623Z Compiling cpufeatures v0.2.12
14882024-09-05T00:05:12.721Z Compiling ucd-trie v0.1.6
14892024-09-05T00:05:12.812Z Compiling unicode-normalization v0.1.23
14902024-09-05T00:05:13.164Z Compiling iana-time-zone v0.1.60
14912024-09-05T00:05:13.350Z Compiling futures-channel v0.3.30
14922024-09-05T00:05:13.690Z Compiling futures-task v0.3.30
14932024-09-05T00:05:13.693Z Compiling unicode-bidi v0.3.15
14942024-09-05T00:05:13.717Z Compiling pin-utils v0.1.0
14952024-09-05T00:05:13.916Z Compiling slog v2.7.0
14962024-09-05T00:05:14.047Z Compiling syn v1.0.109
14972024-09-05T00:05:14.427Z Compiling futures-io v0.3.30
14982024-09-05T00:05:14.835Z Compiling aho-corasick v1.1.3
14992024-09-05T00:05:14.903Z Compiling regex-syntax v0.8.4
15002024-09-05T00:05:14.950Z Compiling untrusted v0.9.0
15012024-09-05T00:05:15.943Z Compiling crc32fast v1.4.0
15022024-09-05T00:05:16.295Z Compiling serde_derive v1.0.208
15032024-09-05T00:05:16.383Z Compiling zeroize_derive v1.4.2
15042024-09-05T00:05:16.509Z Compiling zerocopy-derive v0.7.34
15052024-09-05T00:05:17.153Z Compiling tokio-macros v2.4.0
15062024-09-05T00:05:18.082Z Compiling thiserror-impl v1.0.63
15072024-09-05T00:05:18.887Z Compiling zeroize v1.7.0
15082024-09-05T00:05:19.035Z Compiling zerocopy v0.7.34
15092024-09-05T00:05:19.999Z Compiling futures-macro v0.3.30
15102024-09-05T00:05:21.902Z Compiling crypto-common v0.1.6
15112024-09-05T00:05:22.146Z Compiling tracing-attributes v0.1.27
15122024-09-05T00:05:22.194Z Compiling der_derive v0.7.2
15132024-09-05T00:05:22.635Z Compiling hashbrown v0.14.5
15142024-09-05T00:05:23.403Z Compiling block-buffer v0.10.4
15152024-09-05T00:05:23.840Z Compiling digest v0.10.7
15162024-09-05T00:05:24.332Z Compiling schemars_derive v0.8.21
15172024-09-05T00:05:24.794Z Compiling openssl-macros v0.1.1
15182024-09-05T00:05:25.561Z Compiling scroll_derive v0.12.0
15192024-09-05T00:05:25.807Z Compiling hmac v0.12.1
15202024-09-05T00:05:25.856Z Compiling pest v2.7.10
15212024-09-05T00:05:26.108Z Compiling block-padding v0.3.3
15222024-09-05T00:05:26.184Z Compiling futures-util v0.3.30
15232024-09-05T00:05:26.444Z Compiling inout v0.1.3
15242024-09-05T00:05:26.960Z Compiling cipher v0.4.4
15252024-09-05T00:05:27.522Z Compiling sha2 v0.10.8
15262024-09-05T00:05:27.795Z Compiling regex-automata v0.4.6
15272024-09-05T00:05:28.964Z Compiling pest_meta v2.7.10
15282024-09-05T00:05:29.412Z Compiling dyn-clone v1.0.17
15292024-09-05T00:05:30.572Z Compiling pest_generator v2.7.10
15302024-09-05T00:05:32.890Z Compiling bytes v1.7.1
15312024-09-05T00:05:34.402Z Compiling bitflags v2.6.0
15322024-09-05T00:05:35.225Z Compiling tokio v1.39.3
15332024-09-05T00:05:35.273Z Compiling indexmap v2.4.0
15342024-09-05T00:05:36.932Z Compiling serde_tokenstream v0.2.2
15352024-09-05T00:05:37.158Z Compiling uuid v1.10.0
15362024-09-05T00:05:37.741Z Compiling chrono v0.4.38
15372024-09-05T00:05:37.863Z Compiling http v0.2.12
15382024-09-05T00:05:38.391Z Compiling rustc_version v0.4.0
15392024-09-05T00:05:39.227Z Compiling pest_derive v2.7.10
15402024-09-05T00:05:41.305Z Compiling usdt-impl v0.5.0
15412024-09-05T00:05:41.792Z Compiling powerfmt v0.2.0
15422024-09-05T00:05:41.850Z Compiling percent-encoding v2.3.1
15432024-09-05T00:05:41.941Z Compiling heck v0.4.1
15442024-09-05T00:05:42.408Z Compiling base64ct v1.6.0
15452024-09-05T00:05:42.523Z Compiling deranged v0.3.11
15462024-09-05T00:05:42.554Z Compiling heapless v0.7.17
15472024-09-05T00:05:43.170Z Compiling pem-rfc7468 v0.7.0
15482024-09-05T00:05:43.297Z Compiling scroll v0.12.0
15492024-09-05T00:05:43.945Z Compiling zerocopy-derive v0.6.6
15502024-09-05T00:05:44.994Z Compiling backtrace v0.3.71
15512024-09-05T00:05:45.079Z Compiling tracing-core v0.1.32
15522024-09-05T00:05:45.540Z Compiling errno v0.3.9
15532024-09-05T00:05:45.875Z Compiling tokio-util v0.7.11
15542024-09-05T00:05:46.015Z Compiling flagset v0.4.5
15552024-09-05T00:05:47.398Z Compiling num-bigint-dig v0.8.4
15562024-09-05T00:05:47.603Z Compiling num_threads v0.1.7
15572024-09-05T00:05:47.768Z Compiling ppv-lite86 v0.2.17
15582024-09-05T00:05:47.808Z Compiling plain v0.2.3
15592024-09-05T00:05:47.973Z Compiling goblin v0.8.2
15602024-09-05T00:05:48.019Z Compiling time v0.3.36
15612024-09-05T00:05:48.220Z Compiling der v0.7.9
15622024-09-05T00:05:48.579Z Compiling rand_chacha v0.3.1
15632024-09-05T00:05:49.641Z Compiling tracing v0.1.40
15642024-09-05T00:05:50.623Z Compiling regex v1.10.6
15652024-09-05T00:05:50.670Z Compiling salsa20 v0.10.2
15662024-09-05T00:05:50.988Z Compiling pbkdf2 v0.12.2
15672024-09-05T00:05:51.845Z Compiling async-trait v0.1.81
15682024-09-05T00:05:52.248Z Compiling pretty-hex v0.4.1
15692024-09-05T00:05:53.341Z Compiling strsim v0.11.1
15702024-09-05T00:05:53.994Z Compiling rustversion v1.0.17
15712024-09-05T00:05:54.948Z Compiling dof v0.3.0
15722024-09-05T00:05:55.555Z Compiling scrypt v0.11.0
15732024-09-05T00:05:56.131Z Compiling spki v0.7.3
15742024-09-05T00:05:56.302Z Compiling rand v0.8.5
15752024-09-05T00:05:56.564Z Compiling form_urlencoded v1.2.1
15762024-09-05T00:05:56.907Z Compiling dtrace-parser v0.2.0
15772024-09-05T00:05:56.931Z Compiling cbc v0.1.2
15782024-09-05T00:05:57.157Z Compiling aes v0.8.4
15792024-09-05T00:05:57.234Z Compiling thread-id v4.2.1
15802024-09-05T00:05:58.250Z Compiling foreign-types-shared v0.1.1
15812024-09-05T00:05:58.513Z Compiling anyhow v1.0.86
15822024-09-05T00:05:58.536Z Compiling smoltcp v0.9.1
15832024-09-05T00:05:58.671Z Compiling unicode-width v0.1.13
15842024-09-05T00:05:58.855Z Compiling try-lock v0.2.5
15852024-09-05T00:05:59.052Z Compiling signal-hook v0.3.17
15862024-09-05T00:05:59.247Z Compiling want v0.3.1
15872024-09-05T00:05:59.577Z Compiling foreign-types v0.3.2
15882024-09-05T00:05:59.869Z Compiling pkcs5 v0.7.1
15892024-09-05T00:06:04.448Z Compiling h2 v0.3.26
15902024-09-05T00:06:05.219Z Compiling http-body v0.4.6
15912024-09-05T00:06:07.822Z Compiling clap_derive v4.5.13
15922024-09-05T00:06:08.601Z Compiling siphasher v0.3.11
15932024-09-05T00:06:08.680Z Compiling tower-service v0.3.2
15942024-09-05T00:06:08.946Z Compiling httpdate v1.0.3
15952024-09-05T00:06:09.145Z Compiling cfg_aliases v0.1.1
15962024-09-05T00:06:09.832Z Compiling base64 v0.21.7
15972024-09-05T00:06:11.393Z Compiling nix v0.28.0
15982024-09-05T00:06:14.940Z Compiling hyper v0.14.30
15992024-09-05T00:06:15.116Z Compiling pkcs8 v0.10.2
16002024-09-05T00:06:17.825Z Compiling rustls-webpki v0.101.7
16012024-09-05T00:06:18.070Z Compiling sct v0.7.1
16022024-09-05T00:06:19.796Z Compiling openapiv3 v2.0.0
16032024-09-05T00:06:20.220Z Compiling hubpack_derive v0.1.1
16042024-09-05T00:06:23.832Z Compiling idna v0.5.0
16052024-09-05T00:06:26.394Z Compiling fs-err v2.11.0
16062024-09-05T00:06:26.973Z Compiling anstyle v1.0.8
16072024-09-05T00:06:27.575Z Compiling openssl-probe v0.1.5
16082024-09-05T00:06:28.090Z Compiling utf8parse v0.2.1
16092024-09-05T00:06:28.116Z Compiling adler v1.0.2
16102024-09-05T00:06:28.284Z Compiling finl_unicode v1.2.0
16112024-09-05T00:06:28.984Z Compiling stringprep v0.1.4
16122024-09-05T00:06:29.177Z Compiling miniz_oxide v0.7.2
16132024-09-05T00:06:29.760Z Compiling anstyle-parse v0.2.4
16142024-09-05T00:06:30.671Z Compiling url v2.5.2
16152024-09-05T00:06:34.525Z Compiling usdt-macro v0.5.0
16162024-09-05T00:06:35.922Z Compiling usdt-attr-macro v0.5.0
16172024-09-05T00:06:37.747Z Compiling serde_spanned v0.6.7
16182024-09-05T00:06:37.785Z Compiling toml_datetime v0.6.8
16192024-09-05T00:06:38.018Z Compiling md-5 v0.10.6
16202024-09-05T00:06:38.280Z Compiling regress v0.9.1
16212024-09-05T00:06:38.303Z Compiling idna v0.3.0
16222024-09-05T00:06:40.018Z Compiling lazy_static v1.5.0
16232024-09-05T00:06:40.171Z Compiling num-integer v0.1.46
16242024-09-05T00:06:40.795Z Compiling hash32 v0.2.1
16252024-09-05T00:06:40.977Z Compiling encoding_rs v0.8.34
16262024-09-05T00:06:41.208Z Compiling psl-types v2.0.11
16272024-09-05T00:06:41.775Z Compiling stable_deref_trait v1.2.0
16282024-09-05T00:06:41.899Z Compiling anstyle-query v1.0.3
16292024-09-05T00:06:41.998Z Compiling fallible-iterator v0.2.0
16302024-09-05T00:06:42.062Z Compiling colorchoice v1.0.1
16312024-09-05T00:06:42.251Z Compiling base64 v0.22.1
16322024-09-05T00:06:42.765Z Compiling gimli v0.28.1
16332024-09-05T00:06:42.787Z Compiling mime v0.3.17
16342024-09-05T00:06:43.030Z Compiling is_terminal_polyfill v1.70.0
16352024-09-05T00:06:43.401Z Compiling publicsuffix v2.2.3
16362024-09-05T00:06:43.423Z Compiling anstream v0.6.14
16372024-09-05T00:06:43.676Z Compiling postgres-protocol v0.6.7
16382024-09-05T00:06:43.975Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16392024-09-05T00:06:47.374Z Compiling num-iter v0.1.45
16402024-09-05T00:06:47.582Z Compiling addr2line v0.21.0
16412024-09-05T00:06:48.523Z Compiling tokio-rustls v0.24.1
16422024-09-05T00:06:49.926Z Compiling terminal_size v0.3.0
16432024-09-05T00:06:50.180Z Compiling tokio-native-tls v0.3.1
16442024-09-05T00:06:50.896Z Compiling phf_shared v0.11.2
16452024-09-05T00:06:51.241Z Compiling strum_macros v0.25.3
16462024-09-05T00:06:51.396Z Compiling serde_urlencoded v0.7.1
16472024-09-05T00:06:52.144Z Compiling enum-as-inner v0.6.0
16482024-09-05T00:06:52.692Z Compiling serde_repr v0.1.19
16492024-09-05T00:06:53.266Z Compiling ff v0.13.0
16502024-09-05T00:06:53.287Z Compiling object v0.32.2
16512024-09-05T00:06:53.303Z Compiling base16ct v0.2.0
16522024-09-05T00:06:53.617Z Compiling bitflags v1.3.2
16532024-09-05T00:06:53.842Z Compiling winnow v0.5.40
16542024-09-05T00:06:54.143Z Compiling rustc-demangle v0.1.24
16552024-09-05T00:06:54.499Z Compiling ipnet v2.9.0
16562024-09-05T00:06:55.174Z Compiling clap_lex v0.7.0
16572024-09-05T00:06:55.671Z Compiling managed v0.8.0
16582024-09-05T00:06:56.187Z Compiling either v1.13.0
16592024-09-05T00:06:56.703Z Compiling clap_builder v4.5.15
16602024-09-05T00:06:56.984Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16612024-09-05T00:06:58.115Z Compiling toml_edit v0.19.15
16622024-09-05T00:06:58.855Z Compiling rustls-pemfile v1.0.4
16632024-09-05T00:06:58.935Z Compiling sec1 v0.7.3
16642024-09-05T00:06:59.276Z Compiling group v0.13.0
16652024-09-05T00:07:01.191Z Compiling phf v0.11.2
16662024-09-05T00:07:01.507Z Compiling hyper-tls v0.5.0
16672024-09-05T00:07:01.789Z Compiling hyper-rustls v0.24.2
16682024-09-05T00:07:02.208Z Compiling cookie_store v0.20.0
16692024-09-05T00:07:03.405Z Compiling postgres-types v0.2.7
16702024-09-05T00:07:03.757Z Compiling hubpack v0.1.2
16712024-09-05T00:07:03.920Z Compiling pkcs1 v0.7.5
16722024-09-05T00:07:04.579Z Compiling phf_shared v0.10.0
16732024-09-05T00:07:04.930Z Compiling zerocopy v0.6.6
16742024-09-05T00:07:05.017Z Compiling futures-executor v0.3.30
16752024-09-05T00:07:05.099Z Compiling bstr v1.9.1
16762024-09-05T00:07:05.122Z Compiling hkdf v0.12.4
16772024-09-05T00:07:05.188Z Compiling signature v2.2.0
16782024-09-05T00:07:05.377Z Compiling crypto-bigint v0.5.5
16792024-09-05T00:07:05.487Z Compiling idna v0.4.0
16802024-09-05T00:07:05.530Z Compiling float-cmp v0.9.0
16812024-09-05T00:07:05.593Z Compiling mio v0.8.11
16822024-09-05T00:07:05.785Z Compiling memmap v0.7.0
16832024-09-05T00:07:06.154Z Compiling normalize-line-endings v0.3.0
16842024-09-05T00:07:06.307Z Compiling winnow v0.6.18
16852024-09-05T00:07:06.696Z Compiling new_debug_unreachable v1.0.6
16862024-09-05T00:07:06.794Z Compiling predicates-core v1.0.6
16872024-09-05T00:07:06.816Z Compiling fixedbitset v0.4.2
16882024-09-05T00:07:06.951Z Compiling sync_wrapper v0.1.2
16892024-09-05T00:07:07.122Z Compiling webpki-roots v0.25.4
16902024-09-05T00:07:07.144Z Compiling bit-vec v0.6.3
16912024-09-05T00:07:07.233Z Compiling minimal-lexical v0.2.1
16922024-09-05T00:07:07.320Z Compiling unicode-segmentation v1.11.0
16932024-09-05T00:07:07.806Z Compiling whoami v1.5.1
16942024-09-05T00:07:08.024Z Compiling precomputed-hash v0.1.1
16952024-09-05T00:07:08.172Z Compiling data-encoding v2.6.0
16962024-09-05T00:07:08.347Z Compiling difflib v0.4.0
16972024-09-05T00:07:08.380Z Compiling static_assertions v1.1.0
16982024-09-05T00:07:08.504Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16992024-09-05T00:07:09.211Z Compiling hickory-proto v0.24.1
17002024-09-05T00:07:10.571Z Compiling predicates v3.1.2
17012024-09-05T00:07:10.574Z Compiling elliptic-curve v0.13.8
17022024-09-05T00:07:10.574Z Compiling reqwest v0.11.27
17032024-09-05T00:07:10.574Z Compiling toml_edit v0.22.20
17042024-09-05T00:07:10.574Z Compiling tokio-postgres v0.7.11
17052024-09-05T00:07:10.574Z Compiling string_cache v0.8.7
17062024-09-05T00:07:10.842Z Compiling similar v2.6.0
17072024-09-05T00:07:12.937Z Compiling nom v7.1.3
17082024-09-05T00:07:15.116Z Compiling bit-set v0.5.3
17092024-09-05T00:07:15.455Z Compiling petgraph v0.6.5
17102024-09-05T00:07:15.780Z Compiling signal-hook-mio v0.2.4
17112024-09-05T00:07:16.003Z Compiling usdt v0.5.0
17122024-09-05T00:07:17.382Z Compiling rsa v0.9.6
17132024-09-05T00:07:17.473Z Compiling futures v0.3.30
17142024-09-05T00:07:19.004Z Compiling toml v0.7.8
17152024-09-05T00:07:19.240Z Compiling clap v4.5.16
17162024-09-05T00:07:19.325Z Compiling crossbeam-epoch v0.9.18
17172024-09-05T00:07:19.400Z Compiling flate2 v1.0.31
17182024-09-05T00:07:19.888Z Compiling itertools v0.12.1
17192024-09-05T00:07:20.090Z Compiling itertools v0.10.5
17202024-09-05T00:07:20.436Z Compiling console v0.15.8
17212024-09-05T00:07:21.832Z Compiling tokio-stream v0.1.15
17222024-09-05T00:07:22.079Z Compiling hex v0.4.3
17232024-09-05T00:07:22.962Z Compiling sha1 v0.10.6
17242024-09-05T00:07:23.394Z Compiling lalrpop-util v0.19.12
17252024-09-05T00:07:23.628Z Compiling peg-runtime v0.8.3
17262024-09-05T00:07:24.208Z Compiling camino v1.1.9
17272024-09-05T00:07:24.333Z Compiling unicode-xid v0.2.4
17282024-09-05T00:07:24.592Z Compiling radium v0.7.0
17292024-09-05T00:07:24.842Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302024-09-05T00:07:28.987Z Compiling is-terminal v0.4.12
17312024-09-05T00:07:31.182Z Compiling maybe-uninit v2.0.0
17322024-09-05T00:07:32.094Z Compiling tap v1.0.1
17332024-09-05T00:07:33.017Z Compiling rustls-pki-types v1.7.0
17342024-09-05T00:07:33.715Z Compiling ident_case v1.0.1
17352024-09-05T00:07:35.739Z Compiling darling_core v0.20.9
17362024-09-05T00:07:40.556Z Compiling wyz v0.5.1
17372024-09-05T00:07:51.094Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17382024-09-05T00:07:51.783Z Compiling getopts v0.2.21
17392024-09-05T00:07:53.549Z Compiling bzip2-sys v0.1.11+1.0.8
17402024-09-05T00:07:54.128Z Compiling dirs-sys-next v0.1.2
17412024-09-05T00:07:54.401Z Compiling unsafe-libyaml v0.2.11
17422024-09-05T00:07:55.264Z Compiling rustls v0.22.4
17432024-09-05T00:07:55.305Z Compiling packed_struct v0.10.1
17442024-09-05T00:07:55.415Z Compiling funty v2.0.0
17452024-09-05T00:07:55.608Z Compiling paste v1.0.15
17462024-09-05T00:07:55.847Z Compiling serde_yaml v0.9.34+deprecated
17472024-09-05T00:07:57.871Z Compiling bitvec v1.0.1
17482024-09-05T00:07:58.194Z Compiling dirs-next v2.0.0
17492024-09-05T00:08:02.859Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17502024-09-05T00:08:06.023Z Compiling darling_macro v0.20.9
17512024-09-05T00:08:06.196Z Compiling rustls-webpki v0.102.4
17522024-09-05T00:08:07.689Z Compiling packed_struct_codegen v0.10.1
17532024-09-05T00:08:08.291Z Compiling structmeta-derive v0.3.0
17542024-09-05T00:08:09.757Z Compiling thread_local v1.1.8
17552024-09-05T00:08:10.445Z Compiling indexmap v1.9.3
17562024-09-05T00:08:10.484Z Compiling multer v3.1.0
17572024-09-05T00:08:10.813Z Compiling rayon-core v1.12.1
17582024-09-05T00:08:10.866Z Compiling crc-catalog v2.4.0
17592024-09-05T00:08:10.888Z Compiling nodrop v0.1.14
17602024-09-05T00:08:11.053Z Compiling match_cfg v0.1.0
17612024-09-05T00:08:11.163Z Compiling slog-async v2.8.0
17622024-09-05T00:08:11.186Z Compiling fastrand v2.1.0
17632024-09-05T00:08:11.262Z Compiling structmeta v0.3.0
17642024-09-05T00:08:11.321Z Compiling hostname v0.3.1
17652024-09-05T00:08:11.624Z Compiling tempfile v3.10.1
17662024-09-05T00:08:11.821Z Compiling array-init v0.0.4
17672024-09-05T00:08:11.944Z Compiling crc v3.2.1
17682024-09-05T00:08:13.521Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17692024-09-05T00:08:14.452Z Compiling darling v0.20.9
17702024-09-05T00:08:14.983Z Compiling smallvec v0.6.14
17712024-09-05T00:08:15.718Z Compiling term v0.7.0
17722024-09-05T00:08:19.386Z Compiling crossbeam-deque v0.8.5
17732024-09-05T00:08:19.837Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17742024-09-05T00:08:20.241Z Compiling slog-json v2.6.1
17752024-09-05T00:08:21.462Z Compiling crossbeam-channel v0.5.12
17762024-09-05T00:08:21.517Z Compiling http v1.1.0
17772024-09-05T00:08:23.132Z Compiling async-stream-impl v0.3.5
17782024-09-05T00:08:23.583Z Compiling pin-project-internal v1.1.5
17792024-09-05T00:08:26.672Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17802024-09-05T00:08:28.670Z Compiling atomic-waker v1.1.2
17812024-09-05T00:08:28.739Z Compiling hashbrown v0.12.3
17822024-09-05T00:08:30.265Z Compiling termcolor v1.4.1
17832024-09-05T00:08:30.875Z Compiling same-file v1.0.6
17842024-09-05T00:08:31.174Z Compiling bitfield v0.14.0
17852024-09-05T00:08:31.361Z Compiling take_mut v0.2.2
17862024-09-05T00:08:31.607Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17872024-09-05T00:08:34.515Z Compiling walkdir v2.5.0
17882024-09-05T00:08:35.242Z Compiling env_logger v0.10.2
17892024-09-05T00:08:38.926Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17902024-09-05T00:08:43.379Z Compiling waitgroup v0.1.2
17912024-09-05T00:08:46.040Z Compiling pin-project v1.1.5
17922024-09-05T00:08:46.459Z Compiling async-stream v0.3.5
17932024-09-05T00:08:49.436Z Compiling slog-bunyan v2.5.0
17942024-09-05T00:08:49.764Z Compiling tokio-rustls v0.25.0
17952024-09-05T00:08:50.400Z Compiling slog-term v2.9.1
17962024-09-05T00:08:51.417Z Compiling bzip2 v0.4.4
17972024-09-05T00:08:51.442Z Compiling serde-hex v0.1.0
17982024-09-05T00:08:52.014Z Compiling serde_with_macros v3.9.0
17992024-09-05T00:08:53.289Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18002024-09-05T00:08:53.548Z Compiling parse-display-derive v0.10.0
18012024-09-05T00:08:53.640Z Compiling toml v0.8.19
18022024-09-05T00:08:53.673Z Compiling rustls-pemfile v2.1.3
18032024-09-05T00:08:57.226Z Compiling x509-cert v0.2.5
18042024-09-05T00:08:57.594Z Compiling ron v0.8.1
18052024-09-05T00:08:57.904Z Compiling newtype-uuid v1.1.0
18062024-09-05T00:08:58.170Z Compiling ipnetwork v0.20.0
18072024-09-05T00:08:58.282Z Compiling strum_macros v0.26.4
18082024-09-05T00:08:59.295Z Compiling xattr v1.3.1
18092024-09-05T00:09:01.102Z Compiling snafu-derive v0.8.2
18102024-09-05T00:09:01.158Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18112024-09-05T00:09:02.215Z Compiling serde_path_to_error v0.1.16
18122024-09-05T00:09:03.314Z Compiling hashbrown v0.13.2
18132024-09-05T00:09:03.468Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18142024-09-05T00:09:04.290Z Compiling ring v0.16.20
18152024-09-05T00:09:04.363Z Compiling blake3 v1.5.1
18162024-09-05T00:09:04.840Z Compiling filetime v0.2.24
18172024-09-05T00:09:05.047Z Compiling hostname v0.4.0
18182024-09-05T00:09:05.259Z Compiling instant v0.1.12
18192024-09-05T00:09:05.411Z Compiling crc-any v2.5.0
18202024-09-05T00:09:05.455Z Compiling buf-list v1.0.3
18212024-09-05T00:09:05.690Z Compiling debug-ignore v1.0.5
18222024-09-05T00:09:06.121Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18232024-09-05T00:09:06.265Z Compiling snafu v0.8.2
18242024-09-05T00:09:06.549Z Compiling backoff v0.4.0
18252024-09-05T00:09:06.961Z Compiling tar v0.4.41
18262024-09-05T00:09:08.283Z Compiling object v0.30.4
18272024-09-05T00:09:09.812Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18282024-09-05T00:09:10.065Z Compiling strum v0.26.3
18292024-09-05T00:09:10.306Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18302024-09-05T00:09:10.975Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18312024-09-05T00:09:12.080Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18322024-09-05T00:09:12.272Z Compiling parse-display v0.10.0
18332024-09-05T00:09:12.705Z Compiling serde_with v3.9.0
18342024-09-05T00:09:12.798Z Compiling zip v0.6.6
18352024-09-05T00:09:14.382Z Compiling rayon v1.10.0
18362024-09-05T00:09:14.794Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18372024-09-05T00:09:15.565Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18382024-09-05T00:09:15.677Z Compiling camino-tempfile v1.1.1
18392024-09-05T00:09:16.562Z Compiling globset v0.4.14
18402024-09-05T00:09:17.403Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18412024-09-05T00:09:17.622Z Compiling pem v3.0.4
18422024-09-05T00:09:19.168Z Compiling olpc-cjson v0.1.3
18432024-09-05T00:09:19.535Z Compiling macaddr v1.0.1
18442024-09-05T00:09:20.208Z Compiling serde_plain v1.0.2
18452024-09-05T00:09:20.574Z Compiling async-recursion v1.1.1
18462024-09-05T00:09:20.772Z Compiling memmap2 v0.9.4
18472024-09-05T00:09:20.983Z Compiling arrayref v0.3.7
18482024-09-05T00:09:21.117Z Compiling typed-path v0.7.1
18492024-09-05T00:09:21.396Z Compiling arrayvec v0.7.4
18502024-09-05T00:09:21.911Z Compiling untrusted v0.7.1
18512024-09-05T00:09:22.134Z Compiling spin v0.5.2
18522024-09-05T00:09:22.155Z Compiling path-slash v0.1.5
18532024-09-05T00:09:22.376Z Compiling constant_time_eq v0.3.0
18542024-09-05T00:09:22.465Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18552024-09-05T00:09:24.623Z Compiling tough v0.17.1
18562024-09-05T00:09:25.269Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18572024-09-05T00:09:26.376Z Compiling itertools v0.13.0
18582024-09-05T00:09:28.207Z Compiling cargo-platform v0.1.8
18592024-09-05T00:09:29.353Z Compiling topological-sort v0.2.2
18602024-09-05T00:09:29.663Z Compiling parse-size v1.0.0
18612024-09-05T00:09:30.007Z Compiling omicron-zone-package v0.11.0
18622024-09-05T00:09:30.246Z Compiling cargo_metadata v0.18.1
18632024-09-05T00:09:30.322Z Compiling shell-words v1.1.0
18642024-09-05T00:09:39.376Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18652024-09-05T00:09:52.779Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18662024-09-05T00:10:08.465Z Finished `release` profile [optimized] target(s) in 5m 10s
18672024-09-05T00:10:08.627Z Running `target/release/omicron-releng --output-dir /work`
18682024-09-05T00:10:08.682ZSep 05 00:10:07.924 DEBG changing working directory to /work/oxidecomputer/omicron
18692024-09-05T00:10:08.786ZSep 05 00:10:08.028 DEBG running: git rev-parse HEAD
18702024-09-05T00:10:08.793ZSep 05 00:10:08.035 DEBG process exited with exit status: 0 (7.214352ms)
18712024-09-05T00:10:08.793ZSep 05 00:10:08.035 INFO version: 10.0.0-0.ci+git48f8cf9eaf2
18722024-09-05T00:10:08.835ZSep 05 00:10:08.077 INFO cloning helios to /work/oxidecomputer/helios
18732024-09-05T00:10:08.835ZSep 05 00:10:08.077 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18742024-09-05T00:10:08.842ZCloning into '/work/oxidecomputer/helios'...
18752024-09-05T00:10:09.284ZSep 05 00:10:08.526 DEBG process exited with exit status: 0 (449.08175ms)
18762024-09-05T00:10:09.284ZSep 05 00:10:08.526 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18772024-09-05T00:10:09.294Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18782024-09-05T00:10:09.294Z# branch.head master
18792024-09-05T00:10:09.294Z# branch.upstream origin/master
18802024-09-05T00:10:09.294Z# branch.ab +0 -0
18812024-09-05T00:10:09.296ZSep 05 00:10:08.536 DEBG process exited with exit status: 0 (10.273935ms)
18822024-09-05T00:10:09.296ZSep 05 00:10:08.536 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18832024-09-05T00:10:10.186ZSep 05 00:10:09.428 DEBG process exited with exit status: 0 (891.217805ms)
18842024-09-05T00:10:10.186ZSep 05 00:10:09.428 DEBG running: zfs list rpool/images/build/host
18852024-09-05T00:10:10.193ZNAME USED AVAIL REFER MOUNTPOINT
18862024-09-05T00:10:10.194Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18872024-09-05T00:10:10.196ZSep 05 00:10:09.436 DEBG process exited with exit status: 0 (8.158771ms)
18882024-09-05T00:10:10.196ZSep 05 00:10:09.436 DEBG running: zfs list rpool/images/build/recovery
18892024-09-05T00:10:10.201ZNAME USED AVAIL REFER MOUNTPOINT
18902024-09-05T00:10:10.201Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18912024-09-05T00:10:10.203ZSep 05 00:10:09.443 DEBG process exited with exit status: 0 (7.364018ms)
18922024-09-05T00:10:10.203ZSep 05 00:10:09.444 INFO [hubris-production] running task
18932024-09-05T00:10:10.203ZSep 05 00:10:09.444 INFO [hubris-staging] running task
18942024-09-05T00:10:10.203ZSep 05 00:10:09.445 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
18952024-09-05T00:10:10.207ZSep 05 00:10:09.448 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18962024-09-05T00:10:10.619Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18972024-09-05T00:10:10.920Z[ omicron-package] Blocking waiting for file lock on package cache
18982024-09-05T00:10:11.718Z[ omicron-package] Blocking waiting for file lock on package cache
18992024-09-05T00:10:11.754ZSep 05 00:10:10.994 INFO [hubris-production] task succeeded (1.550069319s)
19002024-09-05T00:10:12.615Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19012024-09-05T00:10:12.618Z[ omicron-package] Compiling heapless v0.8.0
19022024-09-05T00:10:12.618Z[ omicron-package] Compiling hash32 v0.3.1
19032024-09-05T00:10:12.618Z[ omicron-package] Compiling smoltcp v0.11.0
19042024-09-05T00:10:12.618Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19052024-09-05T00:10:12.618Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19062024-09-05T00:10:12.618Z[ omicron-package] Compiling cobs v0.2.3
19072024-09-05T00:10:12.621Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19082024-09-05T00:10:13.478Z[ omicron-package] Compiling embedded-io v0.4.0
19092024-09-05T00:10:14.032Z[ omicron-package] Compiling proc-macro-error v1.0.4
19102024-09-05T00:10:14.182Z[ omicron-package] Compiling postcard v1.0.8
19112024-09-05T00:10:14.347Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19122024-09-05T00:10:14.483Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19132024-09-05T00:10:14.488Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19142024-09-05T00:10:14.753Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19152024-09-05T00:10:14.942Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19162024-09-05T00:10:15.294Z[ omicron-package] Compiling num_enum_derive v0.5.11
19172024-09-05T00:10:16.131Z[ omicron-package] Compiling tabwriter v1.4.0
19182024-09-05T00:10:16.351Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19192024-09-05T00:10:16.494Z[ omicron-package] Compiling cstr-argument v0.1.2
19202024-09-05T00:10:16.586Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19212024-09-05T00:10:17.210Z[ omicron-package] Compiling foreign-types v0.5.0
19222024-09-05T00:10:17.352Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19232024-09-05T00:10:17.462Z[ omicron-package] Compiling pretty-hex v0.2.1
19242024-09-05T00:10:17.613Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19252024-09-05T00:10:18.592Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19262024-09-05T00:10:18.624Z[ omicron-package] Compiling colored v2.1.0
19272024-09-05T00:10:18.627Z[ omicron-package] Compiling socket2 v0.4.10
19282024-09-05T00:10:19.055Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19292024-09-05T00:10:19.548Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19302024-09-05T00:10:19.613Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19312024-09-05T00:10:20.106ZSep 05 00:10:19.346 INFO [hubris-staging] task succeeded (9.901211653s)
19322024-09-05T00:10:20.359Z[ omicron-package] Compiling num_enum v0.5.11
19332024-09-05T00:10:20.455Z[ omicron-package] Compiling sigpipe v0.1.3
19342024-09-05T00:10:20.567Z[ omicron-package] Compiling num-derive v0.4.2
19352024-09-05T00:10:20.664Z[ omicron-package] Compiling libefi-sys v0.1.0
19362024-09-05T00:10:20.924Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19372024-09-05T00:10:21.118Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19382024-09-05T00:10:21.431Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19392024-09-05T00:10:21.820Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19402024-09-05T00:10:22.075Z[ omicron-package] Compiling smf v0.2.3
19412024-09-05T00:10:22.262Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19422024-09-05T00:10:22.821Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19432024-09-05T00:10:23.468Z[ omicron-package] Compiling bitfield-struct v0.6.1
19442024-09-05T00:10:23.592Z[ omicron-package] Compiling portable-atomic v1.6.0
19452024-09-05T00:10:25.490Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19462024-09-05T00:10:26.683Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19472024-09-05T00:10:26.806Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19482024-09-05T00:10:28.167Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19492024-09-05T00:10:28.597Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19502024-09-05T00:10:28.645Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19512024-09-05T00:10:28.808Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19522024-09-05T00:10:29.419Z[ omicron-package] Compiling gethostname v0.5.0
19532024-09-05T00:10:30.069Z[ omicron-package] Compiling number_prefix v0.4.0
19542024-09-05T00:10:30.466Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19552024-09-05T00:10:31.510Z[ omicron-package] Compiling indicatif v0.17.8
19562024-09-05T00:10:33.716Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19572024-09-05T00:10:37.346Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19582024-09-05T00:10:37.893Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19592024-09-05T00:10:39.659Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19602024-09-05T00:10:57.714Z[ helios-setup] Sep 05 00:10:56.946 INFO helios repository root is: /work/oxidecomputer/helios
19612024-09-05T00:10:57.717Z[ helios-setup] Sep 05 00:10:56.949 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
19622024-09-05T00:10:57.717Z[ helios-setup] Sep 05 00:10:56.949 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19632024-09-05T00:10:57.723Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19642024-09-05T00:10:59.114Z[ helios-setup] Sep 05 00:10:58.346 INFO clone ok!, project: pilot
19652024-09-05T00:10:59.117Z[ helios-setup] Sep 05 00:10:58.346 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
19662024-09-05T00:10:59.117Z[ helios-setup] Sep 05 00:10:58.347 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19672024-09-05T00:10:59.120Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19682024-09-05T00:10:59.665Z[ helios-setup] Sep 05 00:10:58.897 INFO clone ok!, project: pinprick
19692024-09-05T00:10:59.667Z[ helios-setup] Sep 05 00:10:58.897 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
19702024-09-05T00:10:59.667Z[ helios-setup] Sep 05 00:10:58.897 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19712024-09-05T00:10:59.670Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19722024-09-05T00:11:00.506Z[ helios-setup] Sep 05 00:10:59.738 INFO clone ok!, project: chelsio-t6-roms
19732024-09-05T00:11:00.509Z[ helios-setup] Sep 05 00:10:59.738 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
19742024-09-05T00:11:00.509Z[ helios-setup] Sep 05 00:10:59.738 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19752024-09-05T00:11:00.511Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19762024-09-05T00:11:01.048Z[ helios-setup] Sep 05 00:11:00.280 INFO clone ok!, project: phbl
19772024-09-05T00:11:01.051Z[ helios-setup] Sep 05 00:11:00.281 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19782024-09-05T00:11:01.051Z[ helios-setup] Sep 05 00:11:00.281 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
19792024-09-05T00:11:01.051Z[ helios-setup] Sep 05 00:11:00.281 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19802024-09-05T00:11:01.054Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19812024-09-05T00:11:01.174Z[ omicron-package] Finished `release` profile [optimized] target(s) in 50.95s
19822024-09-05T00:11:01.408Z[ omicron-package]
19832024-09-05T00:11:01.408Z[ omicron-package] real 51.146807226
19842024-09-05T00:11:01.411Z[ omicron-package] user 3:01.529117211
19852024-09-05T00:11:01.411Z[ omicron-package] sys 24.944494681
19862024-09-05T00:11:01.411Z[ omicron-package] trap 0.187003991
19872024-09-05T00:11:01.411Z[ omicron-package] tflt 0.566212681
19882024-09-05T00:11:01.411Z[ omicron-package] dflt 0.584811714
19892024-09-05T00:11:01.411Z[ omicron-package] kflt 0.011962466
19902024-09-05T00:11:01.411Z[ omicron-package] lock 5:58.723987124
19912024-09-05T00:11:01.411Z[ omicron-package] slp 9:58.906183994
19922024-09-05T00:11:01.411Z[ omicron-package] lat 1:42.471786407
19932024-09-05T00:11:01.411Z[ omicron-package] stop 1:02.094414510
19942024-09-05T00:11:01.411ZSep 05 00:11:00.641 INFO [omicron-package] process exited with exit status: 0 (51.196229961s)
19952024-09-05T00:11:01.411ZSep 05 00:11:00.641 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
19962024-09-05T00:11:01.448ZSep 05 00:11:00.680 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19972024-09-05T00:11:01.460Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19982024-09-05T00:11:01.462Z[ host-target] Created new build target 'host' and set it as active
19992024-09-05T00:11:01.464ZSep 05 00:11:00.695 INFO [host-target] process exited with exit status: 0 (53.718941ms)
20002024-09-05T00:11:01.464Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20012024-09-05T00:11:01.464ZSep 05 00:11:00.695 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20022024-09-05T00:11:01.467Z[ recovery-target] Created new build target 'recovery' and set it as active
20032024-09-05T00:11:01.470ZSep 05 00:11:00.701 INFO [recovery-target] process exited with exit status: 0 (21.130367ms)
20042024-09-05T00:11:01.479Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20052024-09-05T00:11:01.586Z[ helios-setup] Sep 05 00:11:00.818 INFO clone ok!, project: image-builder
20062024-09-05T00:11:01.589Z[ helios-setup] Sep 05 00:11:00.818 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20072024-09-05T00:11:01.589Z[ helios-setup] Sep 05 00:11:00.818 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
20082024-09-05T00:11:01.589Z[ helios-setup] Sep 05 00:11:00.818 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20092024-09-05T00:11:01.591Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20102024-09-05T00:11:02.095Z[ helios-setup] Sep 05 00:11:01.327 INFO clone ok!, project: bootserver
20112024-09-05T00:11:02.098Z[ helios-setup] Sep 05 00:11:01.327 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
20122024-09-05T00:11:02.098Z[ helios-setup] Sep 05 00:11:01.327 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20132024-09-05T00:11:02.100Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20142024-09-05T00:11:02.844Z[ host-package] Compiling camino v1.1.9
20152024-09-05T00:11:02.846Z[ host-package] Compiling newline-converter v0.3.0
20162024-09-05T00:11:02.846Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20172024-09-05T00:11:02.846Z[ host-package] Compiling password-hash v0.5.0
20182024-09-05T00:11:02.967Z[ host-package] Compiling blake2 v0.10.6
20192024-09-05T00:11:02.970Z[ host-package] Compiling derive-where v1.2.7
20202024-09-05T00:11:02.970Z[ host-package] Compiling convert_case v0.4.0
20212024-09-05T00:11:03.054Z[ host-package] Compiling humantime v2.1.0
20222024-09-05T00:11:03.164Z[ host-package] Compiling expectorate v1.1.0
20232024-09-05T00:11:03.264Z[ host-package] Compiling toml v0.8.19
20242024-09-05T00:11:03.387Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20252024-09-05T00:11:03.914Z[ host-package] Compiling argon2 v0.5.3
20262024-09-05T00:11:03.975Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20272024-09-05T00:11:04.129Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20282024-09-05T00:11:04.227Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20292024-09-05T00:11:04.429Z[ host-package] Compiling num-rational v0.4.2
20302024-09-05T00:11:05.023Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20312024-09-05T00:11:05.419Z[ host-package] Compiling num-complex v0.4.6
20322024-09-05T00:11:05.675Z[ host-package] Compiling dirs-sys-next v0.1.2
20332024-09-05T00:11:06.240Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20342024-09-05T00:11:06.550Z[ host-package] Compiling dirs-next v2.0.0
20352024-09-05T00:11:06.589Z[ host-package] Compiling derive_more v0.99.18
20362024-09-05T00:11:06.628Z[ host-package] Compiling num v0.4.3
20372024-09-05T00:11:06.739Z[ host-package] Compiling float-ord v0.3.2
20382024-09-05T00:11:06.818Z[ host-package] Compiling term v0.7.0
20392024-09-05T00:11:06.873Z[ host-package] Compiling prettyplease v0.2.20
20402024-09-05T00:11:06.929Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20412024-09-05T00:11:06.939Z[ helios-setup] Sep 05 00:11:06.170 INFO clone ok!, project: amd-firmware
20422024-09-05T00:11:06.942Z[ helios-setup] Sep 05 00:11:06.171 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20432024-09-05T00:11:06.942Z[ helios-setup] Sep 05 00:11:06.171 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
20442024-09-05T00:11:06.942Z[ helios-setup] Sep 05 00:11:06.171 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
20452024-09-05T00:11:06.944Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20462024-09-05T00:11:07.039Z[ host-package] Compiling semver v0.1.20
20472024-09-05T00:11:07.235Z[ host-package] Compiling is-terminal v0.4.12
20482024-09-05T00:11:07.395Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20492024-09-05T00:11:07.683Z[ host-package] Compiling rustc_version v0.1.7
20502024-09-05T00:11:07.963Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20512024-09-05T00:11:07.980Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20522024-09-05T00:11:08.171Z[ host-package] Compiling newtype_derive v0.1.6
20532024-09-05T00:11:08.249Z[ host-package] Compiling cookie v0.18.1
20542024-09-05T00:11:08.272Z[ host-package] Compiling highway v1.2.0
20552024-09-05T00:11:08.770Z[ host-package] Compiling rustls-pki-types v1.7.0
20562024-09-05T00:11:08.821Z[ host-package] Compiling linked-hash-map v0.5.6
20572024-09-05T00:11:09.291Z[ host-package] Compiling lru-cache v0.1.2
20582024-09-05T00:11:09.581Z[ host-package] Compiling steno v0.4.1
20592024-09-05T00:11:09.864Z[ host-package] Compiling home v0.5.9
20602024-09-05T00:11:10.156Z[ host-package] Compiling utf-8 v0.7.6
20612024-09-05T00:11:10.606Z[ host-package] Compiling quick-error v1.2.3
20622024-09-05T00:11:10.813Z[ host-package] Compiling resolv-conf v0.7.0
20632024-09-05T00:11:10.940Z[ host-package] Compiling rustls-webpki v0.102.4
20642024-09-05T00:11:12.546Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20652024-09-05T00:11:13.260Z[ host-package] Compiling rustls v0.22.4
20662024-09-05T00:11:13.302Z[ host-package] Compiling thread_local v1.1.8
20672024-09-05T00:11:13.892Z[ host-package] Compiling match_cfg v0.1.0
20682024-09-05T00:11:14.033Z[ host-package] Compiling hostname v0.3.1
20692024-09-05T00:11:14.333Z[ host-package] Compiling hickory-resolver v0.24.1
20702024-09-05T00:11:15.254Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20712024-09-05T00:11:15.353Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20722024-09-05T00:11:15.368Z[ helios-setup] Sep 05 00:11:14.598 INFO clone ok!, project: amd-host-image-builder
20732024-09-05T00:11:15.371Z[ helios-setup] Sep 05 00:11:14.598 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20742024-09-05T00:11:15.855Z[ host-package] Compiling multer v3.1.0
20752024-09-05T00:11:15.950Z[ host-package] Compiling slog-async v2.8.0
20762024-09-05T00:11:16.046Z[ host-package] Compiling slog-json v2.6.1
20772024-09-05T00:11:16.511Z[ host-package] Compiling crossbeam-channel v0.5.12
20782024-09-05T00:11:16.650Z[ helios-setup] Sep 05 00:11:15.879 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20792024-09-05T00:11:17.370Z[ helios-setup] Sep 05 00:11:16.599 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20802024-09-05T00:11:17.372Z[ helios-setup] Sep 05 00:11:16.599 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20812024-09-05T00:11:17.845Z[ host-package] Compiling http v1.1.0
20822024-09-05T00:11:18.170Z[ helios-setup] Sep 05 00:11:17.398 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20832024-09-05T00:11:18.800Z[ helios-setup] Sep 05 00:11:18.029 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20842024-09-05T00:11:18.800Z[ helios-setup] Sep 05 00:11:18.029 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20852024-09-05T00:11:19.433Z[ helios-setup] Sep 05 00:11:18.661 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20862024-09-05T00:11:20.099Z[ helios-setup] Sep 05 00:11:19.328 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20872024-09-05T00:11:20.102Z[ helios-setup] Sep 05 00:11:19.328 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20882024-09-05T00:11:20.102Z[ helios-setup] Sep 05 00:11:19.328 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20892024-09-05T00:11:20.102Z[ helios-setup] Sep 05 00:11:19.328 INFO ok!
20902024-09-05T00:11:20.102Z[ helios-setup] Sep 05 00:11:19.328 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20912024-09-05T00:11:20.102Z[ helios-setup] Sep 05 00:11:19.328 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20922024-09-05T00:11:20.102Z[ helios-setup] Sep 05 00:11:19.328 INFO ok!
20932024-09-05T00:11:20.102Z[ helios-setup] Sep 05 00:11:19.328 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20942024-09-05T00:11:20.102Z[ helios-setup] Sep 05 00:11:19.328 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20952024-09-05T00:11:20.102Z[ helios-setup] Sep 05 00:11:19.328 INFO ok!
20962024-09-05T00:11:20.102Z[ helios-setup] Sep 05 00:11:19.328 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
20972024-09-05T00:11:20.102Z[ helios-setup] Sep 05 00:11:19.328 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
20982024-09-05T00:11:20.601Z[ helios-setup] Sep 05 00:11:19.829 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
20992024-09-05T00:11:20.751Z[ host-package] Compiling atomic-waker v1.1.2
21002024-09-05T00:11:20.780Z[ host-package] Compiling take_mut v0.2.2
21012024-09-05T00:11:20.991Z[ host-package] Compiling waitgroup v0.1.2
21022024-09-05T00:11:21.163Z[ helios-setup] Sep 05 00:11:20.391 INFO E| From https://github.com/jclulow/hiercmd
21032024-09-05T00:11:21.163Z[ helios-setup] Sep 05 00:11:20.391 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
21042024-09-05T00:11:21.205Z[ helios-setup] Sep 05 00:11:20.434 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
21052024-09-05T00:11:21.662Z[ helios-setup] Sep 05 00:11:20.890 INFO E| From https://github.com/jclulow/network-interface
21062024-09-05T00:11:21.662Z[ helios-setup] Sep 05 00:11:20.891 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
21072024-09-05T00:11:21.688Z[ helios-setup] Sep 05 00:11:20.916 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
21082024-09-05T00:11:22.161Z[ host-package] Compiling tokio-rustls v0.25.0
21092024-09-05T00:11:22.274Z[ helios-setup] Sep 05 00:11:21.502 INFO E| From https://github.com/oxidecomputer/boot-image-tools
21102024-09-05T00:11:22.276Z[ helios-setup] Sep 05 00:11:21.502 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
21112024-09-05T00:11:22.338Z[ helios-setup] Sep 05 00:11:21.566 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
21122024-09-05T00:11:22.416Z[ host-package] Compiling slog-bunyan v2.5.0
21132024-09-05T00:11:22.743Z[ host-package] Compiling slog-term v2.9.1
21142024-09-05T00:11:22.766Z[ host-package] Compiling rustls-pemfile v2.1.3
21152024-09-05T00:11:23.300Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21162024-09-05T00:11:23.348Z[ helios-setup] Sep 05 00:11:22.576 INFO E| From https://github.com/oxidecomputer/facade
21172024-09-05T00:11:23.348Z[ helios-setup] Sep 05 00:11:22.576 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
21182024-09-05T00:11:23.453Z[ helios-setup] Sep 05 00:11:22.681 INFO E| Updating crates.io index
21192024-09-05T00:11:23.478Z[ host-package] Compiling async-stream v0.3.5
21202024-09-05T00:11:23.853Z[ host-package] Compiling newtype-uuid v1.1.0
21212024-09-05T00:11:24.080Z[ helios-setup] Sep 05 00:11:23.308 INFO E| Downloading crates ...
21222024-09-05T00:11:24.102Z[ host-package] Compiling ipnetwork v0.20.0
21232024-09-05T00:11:24.264Z[ helios-setup] Sep 05 00:11:23.491 INFO E| Downloaded futures-sink v0.3.28
21242024-09-05T00:11:24.266Z[ helios-setup] Sep 05 00:11:23.494 INFO E| Downloaded const-random v0.1.15
21252024-09-05T00:11:24.269Z[ host-package] Compiling serde_path_to_error v0.1.16
21262024-09-05T00:11:24.272Z[ helios-setup] Sep 05 00:11:23.499 INFO E| Downloaded concolor-override v1.0.0
21272024-09-05T00:11:24.299Z[ helios-setup] Sep 05 00:11:23.526 INFO E| Downloaded crossbeam-deque v0.8.2
21282024-09-05T00:11:24.305Z[ helios-setup] Sep 05 00:11:23.533 INFO E| Downloaded block-buffer v0.10.3
21292024-09-05T00:11:24.310Z[ helios-setup] Sep 05 00:11:23.537 INFO E| Downloaded autocfg v1.1.0
21302024-09-05T00:11:24.313Z[ helios-setup] Sep 05 00:11:23.540 INFO E| Downloaded anstyle v0.3.5
21312024-09-05T00:11:24.316Z[ helios-setup] Sep 05 00:11:23.544 INFO E| Downloaded toolchain_find v0.2.0
21322024-09-05T00:11:24.320Z[ helios-setup] Sep 05 00:11:23.547 INFO E| Downloaded try-lock v0.2.4
21332024-09-05T00:11:24.322Z[ helios-setup] Sep 05 00:11:23.549 INFO E| Downloaded schemars_derive v0.8.12
21342024-09-05T00:11:24.357Z[ helios-setup] Sep 05 00:11:23.585 INFO E| Downloaded errno v0.3.1
21352024-09-05T00:11:24.360Z[ helios-setup] Sep 05 00:11:23.588 INFO E| Downloaded thiserror v1.0.38
21362024-09-05T00:11:24.398Z[ helios-setup] Sep 05 00:11:23.626 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
21372024-09-05T00:11:24.401Z[ helios-setup] Sep 05 00:11:23.629 INFO E| Downloaded walkdir v2.3.3
21382024-09-05T00:11:24.405Z[ helios-setup] Sep 05 00:11:23.633 INFO E| Downloaded toml_datetime v0.6.1
21392024-09-05T00:11:24.408Z[ helios-setup] Sep 05 00:11:23.636 INFO E| Downloaded digest v0.10.6
21402024-09-05T00:11:24.411Z[ helios-setup] Sep 05 00:11:23.639 INFO E| Downloaded want v0.3.0
21412024-09-05T00:11:24.443Z[ helios-setup] Sep 05 00:11:23.670 INFO E| Downloaded sha1 v0.10.5
21422024-09-05T00:11:24.448Z[ helios-setup] Sep 05 00:11:23.676 INFO E| Downloaded tokio-tungstenite v0.18.0
21432024-09-05T00:11:24.459Z[ helios-setup] Sep 05 00:11:23.686 INFO E| Downloaded unicode-width v0.1.10
21442024-09-05T00:11:24.461Z[ helios-setup] Sep 05 00:11:23.689 INFO E| Downloaded slab v0.4.7
21452024-09-05T00:11:24.464Z[ helios-setup] Sep 05 00:11:23.692 INFO E| Downloaded project-root v0.2.2
21462024-09-05T00:11:24.467Z[ helios-setup] Sep 05 00:11:23.693 INFO E| Downloaded thiserror-impl v1.0.38
21472024-09-05T00:11:24.469Z[ helios-setup] Sep 05 00:11:23.696 INFO E| Downloaded generic-array v0.14.6
21482024-09-05T00:11:24.472Z[ helios-setup] Sep 05 00:11:23.699 INFO E| Downloaded parking_lot v0.12.1
21492024-09-05T00:11:24.476Z[ helios-setup] Sep 05 00:11:23.704 INFO E| Downloaded unicode-bidi v0.3.13
21502024-09-05T00:11:24.480Z[ helios-setup] Sep 05 00:11:23.708 INFO E| Downloaded toml v0.5.11
21512024-09-05T00:11:24.485Z[ helios-setup] Sep 05 00:11:23.712 INFO E| Downloaded tokio-rustls v0.24.0
21522024-09-05T00:11:24.488Z[ helios-setup] Sep 05 00:11:23.716 INFO E| Downloaded tempfile v3.5.0
21532024-09-05T00:11:24.493Z[ helios-setup] Sep 05 00:11:23.721 INFO E| Downloaded once_cell v1.17.0
21542024-09-05T00:11:24.499Z[ helios-setup] Sep 05 00:11:23.726 INFO E| Downloaded smartstring v1.0.1
21552024-09-05T00:11:24.503Z[ helios-setup] Sep 05 00:11:23.731 INFO E| Downloaded unsafe-libyaml v0.2.8
21562024-09-05T00:11:24.510Z[ helios-setup] Sep 05 00:11:23.737 INFO E| Downloaded num-traits v0.2.15
21572024-09-05T00:11:24.514Z[ helios-setup] Sep 05 00:11:23.742 INFO E| Downloaded textwrap v0.16.0
21582024-09-05T00:11:24.519Z[ helios-setup] Sep 05 00:11:23.747 INFO E| Downloaded toml v0.7.3
21592024-09-05T00:11:24.526Z[ helios-setup] Sep 05 00:11:23.753 INFO E| Downloaded unicode-linebreak v0.1.4
21602024-09-05T00:11:24.530Z[ helios-setup] Sep 05 00:11:23.758 INFO E| Downloaded tungstenite v0.18.0
21612024-09-05T00:11:24.536Z[ helios-setup] Sep 05 00:11:23.764 INFO E| Downloaded tracing-core v0.1.30
21622024-09-05T00:11:24.542Z[ helios-setup] Sep 05 00:11:23.770 INFO E| Downloaded tracing v0.1.37
21632024-09-05T00:11:24.551Z[ helios-setup] Sep 05 00:11:23.778 INFO E| Downloaded uuid v1.3.0
21642024-09-05T00:11:24.559Z[ helios-setup] Sep 05 00:11:23.787 INFO E| Downloaded unicode-normalization v0.1.22
21652024-09-05T00:11:24.567Z[ helios-setup] Sep 05 00:11:23.795 INFO E| Downloaded winnow v0.4.1
21662024-09-05T00:11:24.583Z[ helios-setup] Sep 05 00:11:23.811 INFO E| Downloaded rustls v0.21.0
21672024-09-05T00:11:24.602Z[ helios-setup] Sep 05 00:11:23.830 INFO E| Downloaded syn v1.0.107
21682024-09-05T00:11:24.621Z[ helios-setup] Sep 05 00:11:23.848 INFO E| Downloaded syn v2.0.72
21692024-09-05T00:11:24.643Z[ helios-setup] Sep 05 00:11:23.868 INFO E| Downloaded reqwest v0.11.16
21702024-09-05T00:11:24.653Z[ helios-setup] Sep 05 00:11:23.880 INFO E| Downloaded tokio v1.27.0
21712024-09-05T00:11:24.724Z[ helios-setup] Sep 05 00:11:23.951 INFO E| Downloaded rayon v1.6.1
21722024-09-05T00:11:24.740Z[ helios-setup] Sep 05 00:11:23.966 INFO E| Downloaded h2 v0.3.16
21732024-09-05T00:11:24.751Z[ helios-setup] Sep 05 00:11:23.978 INFO E| Downloaded hyper v0.14.25
21742024-09-05T00:11:24.766Z[ helios-setup] Sep 05 00:11:23.994 INFO E| Downloaded regex v1.7.3
21752024-09-05T00:11:24.779Z[ helios-setup] Sep 05 00:11:24.006 INFO E| Downloaded regress v0.5.0
21762024-09-05T00:11:24.790Z[ helios-setup] Sep 05 00:11:24.018 INFO E| Downloaded chrono v0.4.24
21772024-09-05T00:11:24.800Z[ helios-setup] Sep 05 00:11:24.028 INFO E| Downloaded rustix v0.37.3
21782024-09-05T00:11:24.832Z[ helios-setup] Sep 05 00:11:24.060 INFO E| Downloaded git2 v0.16.1
21792024-09-05T00:11:24.846Z[ helios-setup] Sep 05 00:11:24.073 INFO E| Downloaded rhai v1.14.0
21802024-09-05T00:11:24.866Z[ helios-setup] Sep 05 00:11:24.092 INFO E| Downloaded openapiv3 v1.0.2
21812024-09-05T00:11:24.897Z[ helios-setup] Sep 05 00:11:24.125 INFO E| Downloaded clap_builder v4.2.1
21822024-09-05T00:11:24.909Z[ helios-setup] Sep 05 00:11:24.137 INFO E| Downloaded futures-util v0.3.28
21832024-09-05T00:11:24.932Z[ helios-setup] Sep 05 00:11:24.159 INFO E| Downloaded pest v2.5.7
21842024-09-05T00:11:24.941Z[ helios-setup] Sep 05 00:11:24.169 INFO E| Downloaded mio v0.8.5
21852024-09-05T00:11:24.952Z[ helios-setup] Sep 05 00:11:24.180 INFO E| Downloaded http v0.2.9
21862024-09-05T00:11:24.959Z[ helios-setup] Sep 05 00:11:24.187 INFO E| Downloaded libc v0.2.139
21872024-09-05T00:11:25.004Z[ helios-setup] Sep 05 00:11:24.232 INFO E| Downloaded crossbeam-channel v0.5.6
21882024-09-05T00:11:25.012Z[ helios-setup] Sep 05 00:11:24.240 INFO E| Downloaded serde_json v1.0.95
21892024-09-05T00:11:25.026Z[ helios-setup] Sep 05 00:11:24.254 INFO E| Downloaded aho-corasick v0.7.20
21902024-09-05T00:11:25.033Z[ helios-setup] Sep 05 00:11:24.260 INFO E| Downloaded flate2 v1.0.25
21912024-09-05T00:11:25.041Z[ helios-setup] Sep 05 00:11:24.269 INFO E| Downloaded url v2.3.1
21922024-09-05T00:11:25.047Z[ helios-setup] Sep 05 00:11:24.274 INFO E| Downloaded toml_edit v0.19.8
21932024-09-05T00:11:25.083Z[ helios-setup] Sep 05 00:11:24.311 INFO E| Downloaded tokio-util v0.7.7
21942024-09-05T00:11:25.095Z[ helios-setup] Sep 05 00:11:24.323 INFO E| Downloaded rayon-core v1.10.2
21952024-09-05T00:11:25.102Z[ helios-setup] Sep 05 00:11:24.330 INFO E| Downloaded serde_yaml v0.9.21
21962024-09-05T00:11:25.109Z[ helios-setup] Sep 05 00:11:24.337 INFO E| Downloaded socket2 v0.4.9
21972024-09-05T00:11:25.112Z[ helios-setup] Sep 05 00:11:24.340 INFO E| Downloaded serde_derive v1.0.204
21982024-09-05T00:11:25.117Z[ helios-setup] Sep 05 00:11:24.345 INFO E| Downloaded parking_lot_core v0.9.6
21992024-09-05T00:11:25.121Z[ helios-setup] Sep 05 00:11:24.349 INFO E| Downloaded futures v0.3.28
22002024-09-05T00:11:25.131Z[ helios-setup] Sep 05 00:11:24.358 INFO E| Downloaded bytes v1.4.0
22012024-09-05T00:11:25.138Z[ helios-setup] Sep 05 00:11:24.366 INFO E| Downloaded unicode-ident v1.0.8
22022024-09-05T00:11:25.144Z[ helios-setup] Sep 05 00:11:24.371 INFO E| Downloaded encoding_rs v0.8.32
22032024-09-05T00:11:25.179Z[ helios-setup] Sep 05 00:11:24.407 INFO E| Downloaded ucd-trie v0.1.5
22042024-09-05T00:11:25.185Z[ helios-setup] Sep 05 00:11:24.409 INFO E| Downloaded typenum v1.16.0
22052024-09-05T00:11:25.187Z[ helios-setup] Sep 05 00:11:24.414 INFO E| Downloaded ryu v1.0.13
22062024-09-05T00:11:25.191Z[ helios-setup] Sep 05 00:11:24.419 INFO E| Downloaded miniz_oxide v0.6.2
22072024-09-05T00:11:25.196Z[ helios-setup] Sep 05 00:11:24.423 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
22082024-09-05T00:11:25.291Z[ host-package] Compiling hostname v0.4.0
22092024-09-05T00:11:25.300Z[ helios-setup] Sep 05 00:11:24.528 INFO E| Downloaded memchr v2.5.0
22102024-09-05T00:11:25.307Z[ helios-setup] Sep 05 00:11:24.535 INFO E| Downloaded crossbeam-epoch v0.9.13
22112024-09-05T00:11:25.312Z[ helios-setup] Sep 05 00:11:24.540 INFO E| Downloaded io-lifetimes v1.0.10
22122024-09-05T00:11:25.318Z[ helios-setup] Sep 05 00:11:24.546 INFO E| Downloaded cc v1.0.78
22132024-09-05T00:11:25.323Z[ helios-setup] Sep 05 00:11:24.551 INFO E| Downloaded base64 v0.21.0
22142024-09-05T00:11:25.330Z[ helios-setup] Sep 05 00:11:24.558 INFO E| Downloaded pin-project-lite v0.2.9
22152024-09-05T00:11:25.340Z[ host-package] Compiling instant v0.1.12
22162024-09-05T00:11:25.342Z[ helios-setup] Sep 05 00:11:24.568 INFO E| Downloaded log v0.4.17
22172024-09-05T00:11:25.345Z[ helios-setup] Sep 05 00:11:24.572 INFO E| Downloaded getrandom v0.2.8
22182024-09-05T00:11:25.349Z[ helios-setup] Sep 05 00:11:24.576 INFO E| Downloaded libz-sys v1.1.8
22192024-09-05T00:11:25.428Z[ helios-setup] Sep 05 00:11:24.655 INFO E| Downloaded lock_api v0.4.9
22202024-09-05T00:11:25.430Z[ helios-setup] Sep 05 00:11:24.658 INFO E| Downloaded crossbeam-utils v0.8.14
22212024-09-05T00:11:25.435Z[ helios-setup] Sep 05 00:11:24.662 INFO E| Downloaded cargo-lock v8.0.3
22222024-09-05T00:11:25.439Z[ helios-setup] Sep 05 00:11:24.667 INFO E| Downloaded anyhow v1.0.68
22232024-09-05T00:11:25.446Z[ helios-setup] Sep 05 00:11:24.674 INFO E| Downloaded bincode v1.3.3
22242024-09-05T00:11:25.450Z[ helios-setup] Sep 05 00:11:24.677 INFO E| Downloaded percent-encoding v2.2.0
22252024-09-05T00:11:25.452Z[ helios-setup] Sep 05 00:11:24.679 INFO E| Downloaded is-terminal v0.4.7
22262024-09-05T00:11:25.455Z[ helios-setup] Sep 05 00:11:24.680 INFO E| Downloaded ahash v0.8.3
22272024-09-05T00:11:25.457Z[ helios-setup] Sep 05 00:11:24.685 INFO E| Downloaded slog-bunyan v2.4.0
22282024-09-05T00:11:25.461Z[ helios-setup] Sep 05 00:11:24.688 INFO E| Downloaded proc-macro-crate v1.2.1
22292024-09-05T00:11:25.461Z[ helios-setup] Sep 05 00:11:24.688 INFO E| Downloaded num_enum v0.5.7
22302024-09-05T00:11:25.467Z[ helios-setup] Sep 05 00:11:24.695 INFO E| Downloaded num-integer v0.1.45
22312024-09-05T00:11:25.470Z[ helios-setup] Sep 05 00:11:24.698 INFO E| Downloaded futures-io v0.3.28
22322024-09-05T00:11:25.472Z[ helios-setup] Sep 05 00:11:24.699 INFO E| Downloaded clap v4.2.1
22332024-09-05T00:11:25.476Z[ host-package] Compiling debug-ignore v1.0.5
22342024-09-05T00:11:25.510Z[ helios-setup] Sep 05 00:11:24.732 INFO E| Downloaded smawk v0.3.1
22352024-09-05T00:11:25.510Z[ helios-setup] Sep 05 00:11:24.734 INFO E| Downloaded smallvec v1.10.0
22362024-09-05T00:11:25.510Z[ helios-setup] Sep 05 00:11:24.737 INFO E| Downloaded sha2 v0.10.6
22372024-09-05T00:11:25.513Z[ helios-setup] Sep 05 00:11:24.741 INFO E| Downloaded serde_path_to_error v0.1.11
22382024-09-05T00:11:25.517Z[ helios-setup] Sep 05 00:11:24.744 INFO E| Downloaded serde_derive_internals v0.26.0
22392024-09-05T00:11:25.520Z[ helios-setup] Sep 05 00:11:24.746 INFO E| Downloaded semver v1.0.17
22402024-09-05T00:11:25.523Z[ helios-setup] Sep 05 00:11:24.750 INFO E| Downloaded sct v0.7.0
22412024-09-05T00:11:25.529Z[ helios-setup] Sep 05 00:11:24.756 INFO E| Downloaded schemars v0.8.12
22422024-09-05T00:11:25.549Z[ helios-setup] Sep 05 00:11:24.776 INFO E| Downloaded rhai_codegen v1.5.0
22432024-09-05T00:11:25.562Z[ helios-setup] Sep 05 00:11:24.789 INFO E| Downloaded pkg-config v0.3.26
22442024-09-05T00:11:25.581Z[ helios-setup] Sep 05 00:11:24.791 INFO E| Downloaded memoffset v0.7.1
22452024-09-05T00:11:25.581Z[ helios-setup] Sep 05 00:11:24.793 INFO E| Downloaded jobserver v0.1.26
22462024-09-05T00:11:25.584Z[ helios-setup] Sep 05 00:11:24.795 INFO E| Downloaded ipnet v2.7.2
22472024-09-05T00:11:25.584Z[ helios-setup] Sep 05 00:11:24.797 INFO E| Downloaded futures-task v0.3.28
22482024-09-05T00:11:25.584Z[ helios-setup] Sep 05 00:11:24.799 INFO E| Downloaded futures-macro v0.3.28
22492024-09-05T00:11:25.584Z[ helios-setup] Sep 05 00:11:24.801 INFO E| Downloaded futures-core v0.3.28
22502024-09-05T00:11:25.584Z[ helios-setup] Sep 05 00:11:24.803 INFO E| Downloaded futures-channel v0.3.28
22512024-09-05T00:11:25.584Z[ helios-setup] Sep 05 00:11:24.806 INFO E| Downloaded semver-parser v0.10.2
22522024-09-05T00:11:25.584Z[ host-package] Compiling backoff v0.4.0
22532024-09-05T00:11:25.584Z[ helios-setup] Sep 05 00:11:24.810 INFO E| Downloaded semver v0.11.0
22542024-09-05T00:11:25.584Z[ helios-setup] Sep 05 00:11:24.812 INFO E| Downloaded httpdate v1.0.2
22552024-09-05T00:11:25.587Z[ helios-setup] Sep 05 00:11:24.814 INFO E| Downloaded concolor-query v0.3.3
22562024-09-05T00:11:25.589Z[ helios-setup] Sep 05 00:11:24.815 INFO E| Downloaded clap_lex v0.4.1
22572024-09-05T00:11:25.590Z[ helios-setup] Sep 05 00:11:24.817 INFO E| Downloaded tokio-macros v2.0.0
22582024-09-05T00:11:25.592Z[ helios-setup] Sep 05 00:11:24.819 INFO E| Downloaded time v0.1.45
22592024-09-05T00:11:25.595Z[ helios-setup] Sep 05 00:11:24.821 INFO E| Downloaded terminal_size v0.2.6
22602024-09-05T00:11:25.598Z[ helios-setup] Sep 05 00:11:24.823 INFO E| Downloaded slog-async v2.7.0
22612024-09-05T00:11:25.602Z[ helios-setup] Sep 05 00:11:24.826 INFO E| Downloaded signal-hook-registry v1.4.0
22622024-09-05T00:11:25.602Z[ helios-setup] Sep 05 00:11:24.828 INFO E| Downloaded serde_spanned v0.6.1
22632024-09-05T00:11:25.602Z[ helios-setup] Sep 05 00:11:24.829 INFO E| Downloaded serde v1.0.204
22642024-09-05T00:11:25.608Z[ helios-setup] Sep 05 00:11:24.836 INFO E| Downloaded scopeguard v1.1.0
22652024-09-05T00:11:25.611Z[ helios-setup] Sep 05 00:11:24.838 INFO E| Downloaded rustls-webpki v0.100.1
22662024-09-05T00:11:25.620Z[ helios-setup] Sep 05 00:11:24.848 INFO E| Downloaded rustfmt-wrapper v0.2.0
22672024-09-05T00:11:25.623Z[ helios-setup] Sep 05 00:11:24.850 INFO E| Downloaded paste v1.0.12
22682024-09-05T00:11:25.628Z[ helios-setup] Sep 05 00:11:24.855 INFO E| Downloaded iana-time-zone v0.1.56
22692024-09-05T00:11:25.632Z[ helios-setup] Sep 05 00:11:24.859 INFO E| Downloaded built v0.6.0
22702024-09-05T00:11:25.634Z[ helios-setup] Sep 05 00:11:24.861 INFO E| Downloaded async-trait v0.1.68
22712024-09-05T00:11:25.639Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22722024-09-05T00:11:25.642Z[ helios-setup] Sep 05 00:11:24.870 INFO E| Downloaded anstyle-parse v0.1.1
22732024-09-05T00:11:25.650Z[ helios-setup] Sep 05 00:11:24.878 INFO E| Downloaded ahash v0.7.6
22742024-09-05T00:11:25.650Z[ helios-setup] Sep 05 00:11:24.878 INFO E| Downloaded num_cpus v1.15.0
22752024-09-05T00:11:25.654Z[ helios-setup] Sep 05 00:11:24.882 INFO E| Downloaded home v0.5.4
22762024-09-05T00:11:25.680Z[ helios-setup] Sep 05 00:11:24.908 INFO E| Downloaded clap_derive v4.2.0
22772024-09-05T00:11:25.681Z[ helios-setup] Sep 05 00:11:24.908 INFO E| Downloaded camino v1.1.4
22782024-09-05T00:11:25.681Z[ helios-setup] Sep 05 00:11:24.908 INFO E| Downloaded strsim v0.10.0
22792024-09-05T00:11:25.683Z[ helios-setup] Sep 05 00:11:24.908 INFO E| Downloaded serde_tokenstream v0.2.0
22802024-09-05T00:11:25.683Z[ helios-setup] Sep 05 00:11:24.908 INFO E| Downloaded rustls-pemfile v1.0.2
22812024-09-05T00:11:25.683Z[ helios-setup] Sep 05 00:11:24.908 INFO E| Downloaded fastrand v1.9.0
22822024-09-05T00:11:25.683Z[ helios-setup] Sep 05 00:11:24.908 INFO E| Downloaded either v1.8.0
22832024-09-05T00:11:25.683Z[ helios-setup] Sep 05 00:11:24.908 INFO E| Downloaded num_enum_derive v0.5.7
22842024-09-05T00:11:25.683Z[ helios-setup] Sep 05 00:11:24.908 INFO E| Downloaded itoa v1.0.6
22852024-09-05T00:11:25.683Z[ helios-setup] Sep 05 00:11:24.908 INFO E| Downloaded http-body v0.4.5
22862024-09-05T00:11:25.683Z[ helios-setup] Sep 05 00:11:24.909 INFO E| Downloaded lazy_static v1.4.0
22872024-09-05T00:11:25.686Z[ helios-setup] Sep 05 00:11:24.911 INFO E| Downloaded futures-executor v0.3.28
22882024-09-05T00:11:25.686Z[ helios-setup] Sep 05 00:11:24.913 INFO E| Downloaded form_urlencoded v1.1.0
22892024-09-05T00:11:25.688Z[ helios-setup] Sep 05 00:11:24.914 INFO E| Downloaded dyn-clone v1.0.11
22902024-09-05T00:11:25.691Z[ helios-setup] Sep 05 00:11:24.916 INFO E| Downloaded cpufeatures v0.2.5
22912024-09-05T00:11:25.691Z[ helios-setup] Sep 05 00:11:24.918 INFO E| Downloaded const-random-macro v0.1.15
22922024-09-05T00:11:25.693Z[ helios-setup] Sep 05 00:11:24.919 INFO E| Downloaded byteorder v1.4.3
22932024-09-05T00:11:25.696Z[ helios-setup] Sep 05 00:11:24.922 INFO E| Downloaded anstream v0.2.6
22942024-09-05T00:11:26.064Z[ helios-setup] Sep 05 00:11:25.291 INFO E| Compiling proc-macro2 v1.0.86
22952024-09-05T00:11:26.064Z[ helios-setup] Sep 05 00:11:25.291 INFO E| Compiling libc v0.2.139
22962024-09-05T00:11:26.084Z[ helios-setup] Sep 05 00:11:25.291 INFO E| Compiling unicode-ident v1.0.8
22972024-09-05T00:11:26.084Z[ helios-setup] Sep 05 00:11:25.291 INFO E| Compiling autocfg v1.1.0
22982024-09-05T00:11:26.084Z[ helios-setup] Sep 05 00:11:25.291 INFO E| Compiling cfg-if v1.0.0
22992024-09-05T00:11:26.084Z[ helios-setup] Sep 05 00:11:25.291 INFO E| Compiling version_check v0.9.4
23002024-09-05T00:11:26.084Z[ helios-setup] Sep 05 00:11:25.291 INFO E| Compiling serde v1.0.204
23012024-09-05T00:11:26.084Z[ helios-setup] Sep 05 00:11:25.291 INFO E| Compiling syn v1.0.107
23022024-09-05T00:11:26.084Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23032024-09-05T00:11:26.503Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
23042024-09-05T00:11:26.560Z[ host-package] Compiling parse-display v0.10.0
23052024-09-05T00:11:26.713Z[ helios-setup] Sep 05 00:11:25.940 INFO E| Compiling memchr v2.5.0
23062024-09-05T00:11:27.204Z[ helios-setup] Sep 05 00:11:26.431 INFO E| Compiling once_cell v1.17.0
23072024-09-05T00:11:27.765Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082024-09-05T00:11:27.928Z[ helios-setup] Sep 05 00:11:27.151 INFO E| Compiling thiserror v1.0.38
23092024-09-05T00:11:28.254Z[ helios-setup] Sep 05 00:11:27.481 INFO E| Compiling log v0.4.17
23102024-09-05T00:11:28.357Z[ host-package] Compiling serde_with v3.9.0
23112024-09-05T00:11:28.711Z[ helios-setup] Sep 05 00:11:27.938 INFO E| Compiling itoa v1.0.6
23122024-09-05T00:11:29.082Z[ helios-setup] Sep 05 00:11:28.309 INFO E| Compiling serde_json v1.0.95
23132024-09-05T00:11:30.194Z[ helios-setup] Sep 05 00:11:29.421 INFO E| Compiling quote v1.0.36
23142024-09-05T00:11:30.487Z[ helios-setup] Sep 05 00:11:29.714 INFO E| Compiling indexmap v1.9.3
23152024-09-05T00:11:30.850Z[ helios-setup] Sep 05 00:11:30.076 INFO E| Compiling pin-project-lite v0.2.9
23162024-09-05T00:11:31.221Z[ helios-setup] Sep 05 00:11:30.447 INFO E| Compiling syn v2.0.72
23172024-09-05T00:11:31.650Z[ helios-setup] Sep 05 00:11:30.877 INFO E| Compiling getrandom v0.2.8
23182024-09-05T00:11:31.769Z[ helios-setup] Sep 05 00:11:30.995 INFO E| Compiling jobserver v0.1.26
23192024-09-05T00:11:32.068Z[ helios-setup] Sep 05 00:11:31.294 INFO E| Compiling scopeguard v1.1.0
23202024-09-05T00:11:32.497Z[ helios-setup] Sep 05 00:11:31.723 INFO E| Compiling cc v1.0.78
23212024-09-05T00:11:32.497Z[ helios-setup] Sep 05 00:11:31.723 INFO E| Compiling num-integer v0.1.45
23222024-09-05T00:11:32.766Z[ helios-setup] Sep 05 00:11:31.992 INFO E| Compiling bytes v1.4.0
23232024-09-05T00:11:32.802Z[ helios-setup] Sep 05 00:11:32.028 INFO E| Compiling futures-core v0.3.28
23242024-09-05T00:11:33.791Z[ helios-setup] Sep 05 00:11:33.017 INFO E| Compiling ryu v1.0.13
23252024-09-05T00:11:34.525Z[ helios-setup] Sep 05 00:11:33.751 INFO E| Compiling lock_api v0.4.9
23262024-09-05T00:11:34.857Z[ host-package] Compiling strum v0.26.3
23272024-09-05T00:11:35.153Z[ helios-setup] Sep 05 00:11:34.378 INFO E| Compiling parking_lot_core v0.9.6
23282024-09-05T00:11:35.261Z[ helios-setup] Sep 05 00:11:34.486 INFO E| Compiling bitflags v1.3.2
23292024-09-05T00:11:35.377Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23302024-09-05T00:11:35.481Z[ helios-setup] Sep 05 00:11:34.707 INFO E| Compiling typenum v1.16.0
23312024-09-05T00:11:35.755Z[ helios-setup] Sep 05 00:11:34.981 INFO E| Compiling num_cpus v1.15.0
23322024-09-05T00:11:35.985Z[ helios-setup] Sep 05 00:11:35.211 INFO E| Compiling slab v0.4.7
23332024-09-05T00:11:36.158Z[ helios-setup] Sep 05 00:11:35.384 INFO E| Compiling generic-array v0.14.6
23342024-09-05T00:11:36.565Z[ helios-setup] Sep 05 00:11:35.790 INFO E| Compiling futures-task v0.3.28
23352024-09-05T00:11:36.758Z[ helios-setup] Sep 05 00:11:35.983 INFO E| Compiling futures-sink v0.3.28
23362024-09-05T00:11:37.026Z[ helios-setup] Sep 05 00:11:36.252 INFO E| Compiling futures-channel v0.3.28
23372024-09-05T00:11:37.439Z[ helios-setup] Sep 05 00:11:36.664 INFO E| Compiling tokio v1.27.0
23382024-09-05T00:11:37.719Z[ helios-setup] Sep 05 00:11:36.944 INFO E| Compiling schemars v0.8.12
23392024-09-05T00:11:38.377Z[ helios-setup] Sep 05 00:11:37.602 INFO E| Compiling futures-util v0.3.28
23402024-09-05T00:11:39.157Z[ host-package] Compiling macaddr v1.0.1
23412024-09-05T00:11:39.383Z[ host-package] Compiling slog-dtrace v0.3.0
23422024-09-05T00:11:39.469Z[ helios-setup] Sep 05 00:11:38.694 INFO E| Compiling mio v0.8.5
23432024-09-05T00:11:39.526Z[ helios-setup] Sep 05 00:11:38.751 INFO E| Compiling socket2 v0.4.9
23442024-09-05T00:11:39.589Z[ helios-setup] Sep 05 00:11:38.814 INFO E| Compiling signal-hook-registry v1.4.0
23452024-09-05T00:11:39.779Z[ helios-setup] Sep 05 00:11:39.004 INFO E| Compiling num-traits v0.2.15
23462024-09-05T00:11:39.928Z[ helios-setup] Sep 05 00:11:39.153 INFO E| Compiling ahash v0.7.6
23472024-09-05T00:11:40.180Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23482024-09-05T00:11:40.884Z[ helios-setup] Sep 05 00:11:40.109 INFO E| Compiling futures-io v0.3.28
23492024-09-05T00:11:41.132Z[ helios-setup] Sep 05 00:11:40.356 INFO E| Compiling crunchy v0.2.2
23502024-09-05T00:11:41.614Z[ helios-setup] Sep 05 00:11:40.838 INFO E| Compiling io-lifetimes v1.0.10
23512024-09-05T00:11:42.368Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23522024-09-05T00:11:42.406Z[ helios-setup] Sep 05 00:11:41.631 INFO E| Compiling pin-utils v0.1.0
23532024-09-05T00:11:43.118Z[ helios-setup] Sep 05 00:11:42.342 INFO E| Compiling ahash v0.8.3
23542024-09-05T00:11:43.452Z[ helios-setup] Sep 05 00:11:42.677 INFO E| Compiling rustix v0.37.3
23552024-09-05T00:11:43.868Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23562024-09-05T00:11:44.055Z[ helios-setup] Sep 05 00:11:43.278 INFO E| Compiling serde_derive_internals v0.26.0
23572024-09-05T00:11:44.366Z[ helios-setup] Sep 05 00:11:43.582 INFO E| Compiling tiny-keccak v2.0.2
23582024-09-05T00:11:44.474Z[ helios-setup] Sep 05 00:11:43.698 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
23592024-09-05T00:11:44.998Z[ host-package] Compiling swrite v0.1.0
23602024-09-05T00:11:45.021Z[ helios-setup] Sep 05 00:11:44.245 INFO E| Compiling hashbrown v0.12.3
23612024-09-05T00:11:45.482Z[ host-package] Compiling rayon-core v1.12.1
23622024-09-05T00:11:45.532Z[ helios-setup] Sep 05 00:11:44.755 INFO E| Compiling block-buffer v0.10.3
23632024-09-05T00:11:45.592Z[ helios-setup] Sep 05 00:11:44.816 INFO E| Compiling crypto-common v0.1.6
23642024-09-05T00:11:45.602Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23652024-09-05T00:11:45.605Z[ host-package] Compiling crossbeam-deque v0.8.5
23662024-09-05T00:11:46.140Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23672024-09-05T00:11:46.546Z[ helios-setup] Sep 05 00:11:45.770 INFO E| Compiling errno v0.3.1
23682024-09-05T00:11:46.565Z[ host-package] Compiling half v2.4.1
23692024-09-05T00:11:47.372Z[ helios-setup] Sep 05 00:11:46.596 INFO E| Compiling crossbeam-utils v0.8.14
23702024-09-05T00:11:47.445Z[ helios-setup] Sep 05 00:11:46.669 INFO E| Compiling fnv v1.0.7
23712024-09-05T00:11:47.889Z[ helios-setup] Sep 05 00:11:47.112 INFO E| Compiling pkg-config v0.3.26
23722024-09-05T00:11:48.049Z[ helios-setup] Sep 05 00:11:47.272 INFO E| Compiling slog v2.7.0
23732024-09-05T00:11:48.427Z[ host-package] Compiling same-file v1.0.6
23742024-09-05T00:11:48.811Z[ helios-setup] Sep 05 00:11:48.034 INFO E| Compiling http v0.2.9
23752024-09-05T00:11:49.439Z[ host-package] Compiling ciborium-io v0.2.2
23762024-09-05T00:11:49.863Z[ host-package] Compiling display-error-chain v0.2.1
23772024-09-05T00:11:50.439Z[ host-package] Compiling fastrand v2.1.0
23782024-09-05T00:11:51.154Z[ helios-setup] Sep 05 00:11:50.376 INFO E| Compiling digest v0.10.6
23792024-09-05T00:11:51.675Z[ host-package] Compiling tempfile v3.10.1
23802024-09-05T00:11:51.910Z[ helios-setup] Sep 05 00:11:51.133 INFO E| Compiling aho-corasick v0.7.20
23812024-09-05T00:11:52.127Z[ helios-setup] Sep 05 00:11:51.349 INFO E| Compiling regex-syntax v0.6.29
23822024-09-05T00:11:52.182Z[ helios-setup] Sep 05 00:11:51.404 INFO E| Compiling tinyvec_macros v0.1.1
23832024-09-05T00:11:52.545Z[ helios-setup] Sep 05 00:11:51.768 INFO E| Compiling anyhow v1.0.68
23842024-09-05T00:11:53.378Z[ host-package] Compiling ciborium-ll v0.2.2
23852024-09-05T00:11:53.561Z[ host-package] Compiling walkdir v2.5.0
23862024-09-05T00:11:53.924Z[ helios-setup] Sep 05 00:11:53.146 INFO E| Compiling httparse v1.8.0
23872024-09-05T00:11:54.186Z[ helios-setup] Sep 05 00:11:53.408 INFO E| Compiling cpufeatures v0.2.5
23882024-09-05T00:11:54.469Z[ helios-setup] Sep 05 00:11:53.691 INFO E| Compiling percent-encoding v2.2.0
23892024-09-05T00:11:55.486Z[ helios-setup] Sep 05 00:11:54.708 INFO E| Compiling unicode-width v0.1.10
23902024-09-05T00:11:55.486Z[ helios-setup] Sep 05 00:11:54.708 INFO E| Compiling heck v0.4.1
23912024-09-05T00:11:55.660Z[ host-package] Compiling ring v0.16.20
23922024-09-05T00:11:56.013Z[ helios-setup] Sep 05 00:11:55.235 INFO E| Compiling thiserror-impl v1.0.38
23932024-09-05T00:11:56.034Z[ helios-setup] Sep 05 00:11:55.256 INFO E| Compiling schemars_derive v0.8.12
23942024-09-05T00:11:56.514Z[ helios-setup] Sep 05 00:11:55.736 INFO E| Compiling tinyvec v1.6.0
23952024-09-05T00:11:56.702Z[ helios-setup] Sep 05 00:11:55.923 INFO E| Compiling form_urlencoded v1.1.0
23962024-09-05T00:11:56.857Z[ helios-setup] Sep 05 00:11:56.078 INFO E| Compiling const-random-macro v0.1.15
23972024-09-05T00:11:57.345Z[ helios-setup] Sep 05 00:11:56.566 INFO E| Compiling serde_derive v1.0.204
23982024-09-05T00:11:58.072Z[ helios-setup] Sep 05 00:11:57.294 INFO E| Compiling futures-macro v0.3.28
23992024-09-05T00:11:58.207Z[ helios-setup] Sep 05 00:11:57.428 INFO E| Compiling tokio-macros v2.0.0
24002024-09-05T00:11:58.488Z[ host-package] Compiling rayon v1.10.0
24012024-09-05T00:11:58.672Z[ host-package] Compiling blake3 v1.5.1
24022024-09-05T00:11:59.977Z[ host-package] Compiling ciborium v0.2.2
24032024-09-05T00:12:00.145Z[ helios-setup] Sep 05 00:11:59.367 INFO E| Compiling regex v1.7.3
24042024-09-05T00:12:01.953Z[ helios-setup] Sep 05 00:12:01.174 INFO E| Compiling hashbrown v0.13.2
24052024-09-05T00:12:02.639Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24062024-09-05T00:12:03.479Z[ helios-setup] Sep 05 00:12:02.699 INFO E| Compiling libz-sys v1.1.8
24072024-09-05T00:12:03.801Z[ helios-setup] Sep 05 00:12:03.022 INFO E| Compiling chrono v0.4.24
24082024-09-05T00:12:05.033Z[ host-package] Compiling xattr v1.3.1
24092024-09-05T00:12:05.602Z[ host-package] Compiling filetime v0.2.24
24102024-09-05T00:12:06.473Z[ host-package] Compiling memmap2 v0.9.4
24112024-09-05T00:12:06.541Z[ helios-setup] Sep 05 00:12:05.761 INFO E| Compiling dyn-clone v1.0.11
24122024-09-05T00:12:06.974Z[ helios-setup] Sep 05 00:12:06.194 INFO E| Compiling uuid v1.3.0
24132024-09-05T00:12:07.531Z[ helios-setup] Sep 05 00:12:06.750 INFO E| Compiling regress v0.5.0
24142024-09-05T00:12:07.630Z[ helios-setup] Sep 05 00:12:06.849 INFO E| Compiling unicode-normalization v0.1.22
24152024-09-05T00:12:07.657Z[ host-package] Compiling arrayvec v0.7.4
24162024-09-05T00:12:08.591Z[ helios-setup] Sep 05 00:12:07.810 INFO E| Compiling const-random v0.1.15
24172024-09-05T00:12:10.022Z[ host-package] Compiling constant_time_eq v0.3.0
24182024-09-05T00:12:10.463Z[ helios-setup] Sep 05 00:12:09.683 INFO E| Compiling getopts v0.2.21
24192024-09-05T00:12:10.565Z[ host-package] Compiling untrusted v0.7.1
24202024-09-05T00:12:10.756Z[ helios-setup] Sep 05 00:12:09.975 INFO E| Compiling tracing-core v0.1.30
24212024-09-05T00:12:11.107Z[ helios-setup] Sep 05 00:12:10.326 INFO E| Compiling memoffset v0.7.1
24222024-09-05T00:12:11.281Z[ host-package] Compiling cancel-safe-futures v0.1.5
24232024-09-05T00:12:11.531Z[ helios-setup] Sep 05 00:12:10.750 INFO E| Compiling num-conv v0.1.0
24242024-09-05T00:12:11.999Z[ helios-setup] Sep 05 00:12:11.218 INFO E| Compiling powerfmt v0.2.0
24252024-09-05T00:12:12.225Z[ helios-setup] Sep 05 00:12:11.444 INFO E| Compiling unicode-bidi v0.3.13
24262024-09-05T00:12:12.303Z[ host-package] Compiling spin v0.5.2
24272024-09-05T00:12:13.016Z[ host-package] Compiling arrayref v0.3.7
24282024-09-05T00:12:13.153Z[ helios-setup] Sep 05 00:12:12.372 INFO E| Compiling time-core v0.1.2
24292024-09-05T00:12:13.653Z[ helios-setup] Sep 05 00:12:12.872 INFO E| Compiling ucd-trie v0.1.5
24302024-09-05T00:12:16.339Z[ helios-setup] Sep 05 00:12:15.557 INFO E| Compiling idna v0.3.0
24312024-09-05T00:12:17.305Z[ helios-setup] Sep 05 00:12:16.523 INFO E| Compiling pest v2.5.7
24322024-09-05T00:12:17.512Z[ helios-setup] Sep 05 00:12:16.730 INFO E| Compiling time-macros v0.2.18
24332024-09-05T00:12:18.001Z[ host-package] Compiling tar v0.4.41
24342024-09-05T00:12:19.791Z[ helios-setup] Sep 05 00:12:19.009 INFO E| Compiling deranged v0.3.11
24352024-09-05T00:12:20.280Z[ helios-setup] Sep 05 00:12:19.497 INFO E| Compiling tracing v0.1.37
24362024-09-05T00:12:22.327Z[ host-package] Compiling toolchain_find v0.4.0
24372024-09-05T00:12:23.432Z[ host-package] Compiling camino-tempfile v1.1.1
24382024-09-05T00:12:23.744Z[ host-package] Compiling nibble_vec v0.1.0
24392024-09-05T00:12:23.767Z[ helios-setup] Sep 05 00:12:22.984 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
24402024-09-05T00:12:24.311Z[ host-package] Compiling atty v0.2.14
24412024-09-05T00:12:24.542Z[ host-package] Compiling topological-sort v0.2.2
24422024-09-05T00:12:25.027Z[ host-package] Compiling maplit v1.0.2
24432024-09-05T00:12:25.083Z[ helios-setup] Sep 05 00:12:24.299 INFO E| Compiling time v0.1.45
24442024-09-05T00:12:25.290Z[ host-package] Compiling glob v0.3.1
24452024-09-05T00:12:25.428Z[ host-package] Compiling endian-type v0.1.2
24462024-09-05T00:12:25.435Z[ helios-setup] Sep 05 00:12:24.651 INFO E| Compiling crossbeam-epoch v0.9.13
24472024-09-05T00:12:25.511Z[ host-package] Compiling crunchy v0.2.2
24482024-09-05T00:12:25.829Z[ helios-setup] Sep 05 00:12:25.046 INFO E| Compiling num_threads v0.1.6
24492024-09-05T00:12:26.082Z[ host-package] Compiling radix_trie v0.2.1
24502024-09-05T00:12:26.737Z[ helios-setup] Sep 05 00:12:25.953 INFO E| Compiling iana-time-zone v0.1.56
24512024-09-05T00:12:26.782Z[ host-package] Compiling omicron-zone-package v0.11.0
24522024-09-05T00:12:27.051Z[ helios-setup] Sep 05 00:12:26.267 INFO E| Compiling semver v1.0.17
24532024-09-05T00:12:27.189Z[ host-package] Compiling clang-sys v1.7.0
24542024-09-05T00:12:27.299Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24552024-09-05T00:12:28.011Z[ helios-setup] Sep 05 00:12:27.227 INFO E| Compiling time v0.3.36
24562024-09-05T00:12:28.330Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24572024-09-05T00:12:28.511Z[ helios-setup] Sep 05 00:12:27.727 INFO E| Compiling smallvec v1.10.0
24582024-09-05T00:12:28.869Z[ host-package] Compiling tungstenite v0.21.0
24592024-09-05T00:12:29.380Z[ helios-setup] Sep 05 00:12:28.596 INFO E| Compiling toml v0.5.11
24602024-09-05T00:12:29.587Z[ host-package] Compiling tiny-keccak v2.0.2
24612024-09-05T00:12:29.794Z[ helios-setup] Sep 05 00:12:29.010 INFO E| Compiling serde_tokenstream v0.2.0
24622024-09-05T00:12:30.810Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24632024-09-05T00:12:31.152Z[ host-package] Compiling dsl_auto_type v0.1.2
24642024-09-05T00:12:31.256Z[ helios-setup] Sep 05 00:12:30.471 INFO E| Compiling parking_lot v0.12.1
24652024-09-05T00:12:34.183Z[ host-package] Compiling tokio-tungstenite v0.21.0
24662024-09-05T00:12:34.238Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24672024-09-05T00:12:35.886Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24682024-09-05T00:12:36.738Z[ host-package] Compiling arc-swap v1.7.1
24692024-09-05T00:12:36.881Z[ host-package] Compiling diesel_derives v2.2.2
24702024-09-05T00:12:37.423Z[ helios-setup] Sep 05 00:12:36.501 INFO E| Compiling semver-parser v0.10.2
24712024-09-05T00:12:38.260Z[ host-package] Compiling slog-scope v4.4.0
24722024-09-05T00:12:38.842Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24732024-09-05T00:12:38.898Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24742024-09-05T00:12:39.044Z[ host-package] Compiling r2d2 v0.8.10
24752024-09-05T00:12:39.502Z[ helios-setup] Sep 05 00:12:38.716 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24762024-09-05T00:12:40.401Z[ host-package] Compiling ascii-canvas v3.0.0
24772024-09-05T00:12:40.553Z[ host-package] Compiling ena v0.14.3
24782024-09-05T00:12:41.165Z[ helios-setup] Sep 05 00:12:40.379 INFO E| Compiling url v2.3.1
24792024-09-05T00:12:41.473Z[ host-package] Compiling libloading v0.8.3
24802024-09-05T00:12:41.541Z[ host-package] Compiling regex-syntax v0.6.29
24812024-09-05T00:12:41.629Z[ host-package] Compiling diff v0.1.13
24822024-09-05T00:12:42.486Z[ host-package] Compiling bindgen v0.69.4
24832024-09-05T00:12:42.843Z[ helios-setup] Sep 05 00:12:42.056 INFO E| Compiling crossbeam-channel v0.5.6
24842024-09-05T00:12:44.015Z[ host-package] Compiling slog-stdlog v4.1.1
24852024-09-05T00:12:45.997Z[ helios-setup] Sep 05 00:12:45.210 INFO E| Compiling dirs-sys-next v0.1.2
24862024-09-05T00:12:46.177Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24872024-09-05T00:12:46.243Z[ helios-setup] Sep 05 00:12:45.446 INFO E| Compiling try-lock v0.2.4
24882024-09-05T00:12:46.682Z[ helios-setup] Sep 05 00:12:45.894 INFO E| Compiling same-file v1.0.6
24892024-09-05T00:12:47.472Z[ helios-setup] Sep 05 00:12:46.684 INFO E| Compiling crc32fast v1.3.2
24902024-09-05T00:12:47.493Z[ helios-setup] Sep 05 00:12:46.705 INFO E| Compiling walkdir v2.3.3
24912024-09-05T00:12:48.896Z[ helios-setup] Sep 05 00:12:48.108 INFO E| Compiling want v0.3.0
24922024-09-05T00:12:48.922Z[ host-package] Compiling which v4.4.2
24932024-09-05T00:12:49.551Z[ helios-setup] Sep 05 00:12:48.763 INFO E| Compiling dirs-next v2.0.0
24942024-09-05T00:12:50.492Z[ host-package] Compiling lalrpop v0.19.12
24952024-09-05T00:12:51.423Z[ helios-setup] Sep 05 00:12:50.635 INFO E| Compiling semver v0.11.0
24962024-09-05T00:12:52.689Z[ helios-setup] Sep 05 00:12:51.901 INFO E| Compiling proc-macro-crate v1.2.1
24972024-09-05T00:12:53.100Z[ helios-setup] Sep 05 00:12:52.311 INFO E| Compiling tokio-util v0.7.7
24982024-09-05T00:12:54.348Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24992024-09-05T00:12:55.084Z[ host-package] Compiling cexpr v0.6.0
25002024-09-05T00:12:55.594Z[ helios-setup] Sep 05 00:12:54.803 INFO E| Compiling h2 v0.3.16
25012024-09-05T00:12:57.562Z[ helios-setup] Sep 05 00:12:56.772 INFO E| Compiling futures-executor v0.3.28
25022024-09-05T00:12:58.215Z[ helios-setup] Sep 05 00:12:57.425 INFO E| Compiling http-body v0.4.5
25032024-09-05T00:12:58.983Z[ host-package] Compiling libsw v3.3.1
25042024-09-05T00:12:59.501Z[ helios-setup] Sep 05 00:12:58.711 INFO E| Compiling ring v0.16.20
25052024-09-05T00:12:59.567Z[ helios-setup] Sep 05 00:12:58.777 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25062024-09-05T00:12:59.570Z[ helios-setup] Sep 05 00:12:58.779 INFO E| Compiling rand_core v0.6.4
25072024-09-05T00:13:00.255Z[ host-package] Compiling lazycell v1.3.0
25082024-09-05T00:13:00.630Z[ helios-setup] Sep 05 00:12:59.840 INFO E| Compiling thread_local v1.1.7
25092024-09-05T00:13:00.766Z[ host-package] Compiling owo-colors v4.0.0
25102024-09-05T00:13:01.794Z[ helios-setup] Sep 05 00:13:01.004 INFO E| Compiling base64 v0.21.0
25112024-09-05T00:13:03.134Z[ host-package] Compiling diesel v2.2.3
25122024-09-05T00:13:04.643Z[ host-package] Compiling linear-map v1.2.0
25132024-09-05T00:13:05.183Z[ helios-setup] Sep 05 00:13:04.392 INFO E| Compiling ppv-lite86 v0.2.17
25142024-09-05T00:13:05.570Z[ helios-setup] Sep 05 00:13:04.779 INFO E| Compiling adler v1.0.2
25152024-09-05T00:13:06.098Z[ host-package] Compiling rustc-hash v1.1.0
25162024-09-05T00:13:06.389Z[ helios-setup] Sep 05 00:13:05.598 INFO E| Compiling tower-service v0.3.2
25172024-09-05T00:13:06.488Z[ host-package] Compiling shlex v1.3.0
25182024-09-05T00:13:06.740Z[ host-package] Compiling ref-cast v1.0.23
25192024-09-05T00:13:06.856Z[ helios-setup] Sep 05 00:13:06.065 INFO E| Compiling rayon-core v1.10.2
25202024-09-05T00:13:07.138Z[ helios-setup] Sep 05 00:13:06.346 INFO E| Compiling lazy_static v1.4.0
25212024-09-05T00:13:07.504Z[ helios-setup] Sep 05 00:13:06.713 INFO E| Compiling httpdate v1.0.2
25222024-09-05T00:13:07.821Z[ helios-setup] Sep 05 00:13:07.030 INFO E| Compiling fastrand v1.9.0
25232024-09-05T00:13:08.457Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25242024-09-05T00:13:08.479Z[ helios-setup] Sep 05 00:13:07.687 INFO E| Compiling utf8parse v0.2.1
25252024-09-05T00:13:09.056Z[ helios-setup] Sep 05 00:13:08.265 INFO E| Compiling home v0.5.4
25262024-09-05T00:13:09.156Z[ helios-setup] Sep 05 00:13:08.364 INFO E| Compiling anstyle-parse v0.1.1
25272024-09-05T00:13:09.239Z[ helios-setup] Sep 05 00:13:08.448 INFO E| Compiling tempfile v3.5.0
25282024-09-05T00:13:09.629Z[ helios-setup] Sep 05 00:13:08.837 INFO E| Compiling toolchain_find v0.2.0
25292024-09-05T00:13:10.656Z[ helios-setup] Sep 05 00:13:09.864 INFO E| Compiling hyper v0.14.25
25302024-09-05T00:13:10.759Z[ helios-setup] Sep 05 00:13:09.967 INFO E| Compiling rand_chacha v0.3.1
25312024-09-05T00:13:12.437Z[ helios-setup] Sep 05 00:13:11.645 INFO E| Compiling miniz_oxide v0.6.2
25322024-09-05T00:13:16.530Z[ helios-setup] Sep 05 00:13:15.737 INFO E| Compiling futures v0.3.28
25332024-09-05T00:13:24.214Z[ host-package] Compiling slog-envlogger v2.2.0
25342024-09-05T00:13:28.645Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25352024-09-05T00:13:30.060Z[ helios-setup] Sep 05 00:13:29.264 INFO E| Compiling cargo-lock v8.0.3
25362024-09-05T00:13:30.148Z[ host-package] Compiling derive_builder_core v0.20.0
25372024-09-05T00:13:30.179Z[ helios-setup] Sep 05 00:13:29.384 INFO E| Compiling num_enum_derive v0.5.7
25382024-09-05T00:13:34.972Z[ helios-setup] Sep 05 00:13:34.176 INFO E| Compiling crossbeam-deque v0.8.2
25392024-09-05T00:13:35.127Z[ helios-setup] Sep 05 00:13:34.331 INFO E| Compiling term v0.7.0
25402024-09-05T00:13:35.445Z[ host-package] Compiling headers-core v0.2.0
25412024-09-05T00:13:36.525Z[ host-package] Compiling fxhash v0.2.1
25422024-09-05T00:13:37.091Z[ helios-setup] Sep 05 00:13:36.294 INFO E| Compiling serde_urlencoded v0.7.1
25432024-09-05T00:13:37.323Z[ helios-setup] Sep 05 00:13:36.526 INFO E| Compiling sha1 v0.10.5
25442024-09-05T00:13:37.519Z[ host-package] Compiling libxml v0.3.3
25452024-09-05T00:13:37.600Z[ helios-setup] Sep 05 00:13:36.804 INFO E| Compiling sha2 v0.10.6
25462024-09-05T00:13:37.959Z[ host-package] Compiling ref-cast-impl v1.0.23
25472024-09-05T00:13:38.248Z[ host-package] Compiling samael v0.0.15
25482024-09-05T00:13:38.424Z[ helios-setup] Sep 05 00:13:37.627 INFO E| Compiling is-terminal v0.4.7
25492024-09-05T00:13:38.579Z[ helios-setup] Sep 05 00:13:37.782 INFO E| Compiling atty v0.2.14
25502024-09-05T00:13:38.846Z[ host-package] Compiling headers v0.3.9
25512024-09-05T00:13:39.571Z[ helios-setup] Sep 05 00:13:38.773 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
25522024-09-05T00:13:39.959Z[ helios-setup] Sep 05 00:13:39.162 INFO E| Compiling anstyle v0.3.5
25532024-09-05T00:13:41.230Z[ helios-setup] Sep 05 00:13:40.432 INFO E| Compiling concolor-override v1.0.0
25542024-09-05T00:13:41.501Z[ host-package] Compiling derive_builder_macro v0.20.0
25552024-09-05T00:13:41.594Z[ helios-setup] Sep 05 00:13:40.796 INFO E| Compiling concolor-query v0.3.3
25562024-09-05T00:13:42.380Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25572024-09-05T00:13:42.716Z[ helios-setup] Sep 05 00:13:41.918 INFO E| Compiling anstream v0.2.6
25582024-09-05T00:13:43.512Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25592024-09-05T00:13:44.605Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25602024-09-05T00:13:44.983Z[ helios-setup] Sep 05 00:13:44.185 INFO E| Compiling slog-term v2.9.0
25612024-09-05T00:13:45.881Z[ helios-setup] Sep 05 00:13:45.083 INFO E| Compiling flate2 v1.0.25
25622024-09-05T00:13:46.275Z[ helios-setup] Sep 05 00:13:45.476 INFO E| Compiling num_enum v0.5.7
25632024-09-05T00:13:46.423Z[ host-package] Compiling kstat-rs v0.2.4
25642024-09-05T00:13:46.944Z[ helios-setup] Sep 05 00:13:46.146 INFO E| Compiling rand v0.8.5
25652024-09-05T00:13:48.797Z[ host-package] Compiling strum_macros v0.24.3
25662024-09-05T00:13:49.266Z[ host-package] Compiling dropshot v0.10.1
25672024-09-05T00:13:49.319Z[ host-package] Compiling unicase v2.7.0
25682024-09-05T00:13:49.670Z[ helios-setup] Sep 05 00:13:48.869 INFO E| Compiling rustfmt-wrapper v0.2.0
25692024-09-05T00:13:49.809Z[ helios-setup] Sep 05 00:13:49.010 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25702024-09-05T00:13:50.271Z[ host-package] Compiling indoc v1.0.9
25712024-09-05T00:13:50.333Z[ helios-setup] Sep 05 00:13:49.534 INFO E| Compiling openapiv3 v1.0.2
25722024-09-05T00:13:50.887Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25732024-09-05T00:13:50.991Z[ helios-setup] Sep 05 00:13:50.192 INFO E| Compiling encoding_rs v0.8.32
25742024-09-05T00:13:51.379Z[ host-package] Compiling polar-core v0.27.3
25752024-09-05T00:13:52.136Z[ helios-setup] Sep 05 00:13:51.337 INFO E| Compiling project-root v0.2.2
25762024-09-05T00:13:52.295Z[ host-package] Compiling derive_builder v0.20.0
25772024-09-05T00:13:52.749Z[ helios-setup] Sep 05 00:13:51.949 INFO E| Compiling spin v0.5.2
25782024-09-05T00:13:53.372Z[ helios-setup] Sep 05 00:13:52.572 INFO E| Compiling ipnet v2.7.2
25792024-09-05T00:13:55.793Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25802024-09-05T00:13:58.815Z[ helios-setup] Sep 05 00:13:58.014 INFO E| Compiling mime v0.3.17
25812024-09-05T00:13:59.323Z[ helios-setup] Sep 05 00:13:58.522 INFO E| Compiling base64 v0.13.1
25822024-09-05T00:13:59.674Z[ helios-setup] Sep 05 00:13:58.874 INFO E| Compiling strsim v0.10.0
25832024-09-05T00:14:01.172Z[ helios-setup] Sep 05 00:14:00.371 INFO E| Compiling byteorder v1.4.3
25842024-09-05T00:14:01.369Z[ helios-setup] Sep 05 00:14:00.568 INFO E| Compiling unsafe-libyaml v0.2.8
25852024-09-05T00:14:02.627Z[ helios-setup] Sep 05 00:14:01.826 INFO E| Compiling untrusted v0.7.1
25862024-09-05T00:14:02.954Z[ host-package] Compiling tungstenite v0.23.0
25872024-09-05T00:14:03.464Z[ helios-setup] Sep 05 00:14:02.663 INFO E| Compiling either v1.8.0
25882024-09-05T00:14:03.499Z[ helios-setup] Sep 05 00:14:02.698 INFO E| Compiling utf-8 v0.7.6
25892024-09-05T00:14:04.187Z[ helios-setup] Sep 05 00:14:03.385 INFO E| Compiling clap_lex v0.4.1
25902024-09-05T00:14:04.470Z[ helios-setup] Sep 05 00:14:03.668 INFO E| Compiling rayon v1.6.1
25912024-09-05T00:14:04.568Z[ helios-setup] Sep 05 00:14:03.766 INFO E| Compiling tungstenite v0.18.0
25922024-09-05T00:14:04.968Z[ helios-setup] Sep 05 00:14:04.166 INFO E| Compiling clap_builder v4.2.1
25932024-09-05T00:14:05.581Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25942024-09-05T00:14:05.786Z[ helios-setup] Sep 05 00:14:04.984 INFO E| Compiling serde_yaml v0.9.21
25952024-09-05T00:14:05.898Z[ helios-setup] Sep 05 00:14:05.096 INFO E| Compiling reqwest v0.11.16
25962024-09-05T00:14:06.526Z[ host-package] Compiling crossterm v0.28.1
25972024-09-05T00:14:13.041Z[ helios-setup] Sep 05 00:14:12.238 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25982024-09-05T00:14:14.462Z[ host-package] Compiling curve25519-dalek v4.1.3
25992024-09-05T00:14:14.524Z[ helios-setup] Sep 05 00:14:13.720 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
26002024-09-05T00:14:15.782Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26012024-09-05T00:14:16.560Z[ helios-setup] Sep 05 00:14:15.756 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
26022024-09-05T00:14:18.983Z[ helios-setup] Sep 05 00:14:18.179 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
26032024-09-05T00:14:19.295Z[ helios-setup] Sep 05 00:14:18.490 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
26042024-09-05T00:14:19.789Z[ helios-setup] Sep 05 00:14:18.985 INFO E| Compiling clap_derive v4.2.0
26052024-09-05T00:14:23.509Z[ host-package] Compiling oso-derive v0.27.3
26062024-09-05T00:14:23.785Z[ helios-setup] Sep 05 00:14:22.979 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
26072024-09-05T00:14:25.072Z[ helios-setup] Sep 05 00:14:24.267 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26082024-09-05T00:14:25.586Z[ host-package] Compiling dropshot_endpoint v0.10.1
26092024-09-05T00:14:25.753Z[ host-package] Compiling libz-sys v1.1.16
26102024-09-05T00:14:25.914Z[ host-package] Compiling quick-xml v0.31.0
26112024-09-05T00:14:27.478Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26122024-09-05T00:14:28.728Z[ host-package] Compiling keccak v0.1.5
26132024-09-05T00:14:29.989Z[ host-package] Compiling parking_lot_core v0.8.6
26142024-09-05T00:14:30.439Z[ helios-setup] Sep 05 00:14:29.632 INFO E| Compiling clap v4.2.1
26152024-09-05T00:14:30.723Z[ host-package] Compiling sha3 v0.10.8
26162024-09-05T00:14:32.580Z[ host-package] Compiling tokio-tungstenite v0.23.1
26172024-09-05T00:14:32.936Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26182024-09-05T00:14:34.398Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26192024-09-05T00:14:37.884Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26202024-09-05T00:14:39.058Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26212024-09-05T00:14:40.150Z[ host-package] Compiling bb8 v0.8.5
26222024-09-05T00:14:41.649Z[ host-package] Compiling oso v0.27.3
26232024-09-05T00:14:43.499Z[ host-package] Compiling const_format_proc_macros v0.2.32
26242024-09-05T00:14:47.885Z[ host-package] Compiling universal-hash v0.5.1
26252024-09-05T00:14:49.529Z[ helios-setup] Sep 05 00:14:48.719 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26262024-09-05T00:14:52.823Z[ helios-setup] Sep 05 00:14:52.013 INFO E| Compiling tokio-tungstenite v0.18.0
26272024-09-05T00:14:54.550Z[ helios-setup] Sep 05 00:14:53.739 INFO E| Compiling smartstring v1.0.1
26282024-09-05T00:14:55.762Z[ helios-setup] Sep 05 00:14:54.950 INFO E| Compiling rustls v0.21.0
26292024-09-05T00:14:58.278Z[ helios-setup] Sep 05 00:14:57.466 INFO E| Compiling serde_spanned v0.6.1
26302024-09-05T00:14:59.281Z[ helios-setup] Sep 05 00:14:58.469 INFO E| Compiling toml_datetime v0.6.1
26312024-09-05T00:15:00.998Z[ helios-setup] Sep 05 00:15:00.186 INFO E| Compiling camino v1.1.4
26322024-09-05T00:15:02.318Z[ helios-setup] Sep 05 00:15:01.506 INFO E| Compiling slog-async v2.7.0
26332024-09-05T00:15:02.767Z[ helios-setup] Sep 05 00:15:01.955 INFO E| Compiling paste v1.0.12
26342024-09-05T00:15:02.925Z[ helios-setup] Sep 05 00:15:02.112 INFO E| Compiling winnow v0.4.1
26352024-09-05T00:15:03.942Z[ helios-setup] Sep 05 00:15:03.129 INFO E| Compiling static_assertions v1.1.0
26362024-09-05T00:15:04.154Z[ helios-setup] Sep 05 00:15:03.342 INFO E| Compiling async-trait v0.1.68
26372024-09-05T00:15:04.280Z[ helios-setup] Sep 05 00:15:03.467 INFO E| Compiling match_cfg v0.1.0
26382024-09-05T00:15:04.553Z[ helios-setup] Sep 05 00:15:03.741 INFO E| Compiling hostname v0.3.1
26392024-09-05T00:15:05.490Z[ host-package] Compiling secrecy v0.8.0
26402024-09-05T00:15:06.084Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26412024-09-05T00:15:06.841Z[ helios-setup] Sep 05 00:15:06.028 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
26422024-09-05T00:15:06.938Z[ helios-setup] Sep 05 00:15:06.125 INFO E| Compiling slog-json v2.6.1
26432024-09-05T00:15:08.084Z[ helios-setup] Sep 05 00:15:07.270 INFO E| Compiling unicode-linebreak v0.1.4
26442024-09-05T00:15:11.957Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
26452024-09-05T00:15:12.215Z[ helios-setup] Sep 05 00:15:11.401 INFO E| Compiling toml_edit v0.19.8
26462024-09-05T00:15:13.441Z[ helios-setup] Sep 05 00:15:12.627 INFO E| Compiling async-stream-impl v0.3.5
26472024-09-05T00:15:15.395Z[ host-package] Compiling vte_generate_state_changes v0.1.1
26482024-09-05T00:15:16.433Z[ helios-setup] Sep 05 00:15:15.618 INFO E| Compiling rhai_codegen v1.5.0
26492024-09-05T00:15:16.777Z[ helios-setup] Sep 05 00:15:15.962 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26502024-09-05T00:15:16.949Z[ host-package] Compiling opaque-debug v0.3.1
26512024-09-05T00:15:17.348Z[ host-package] Compiling poly1305 v0.8.0
26522024-09-05T00:15:17.832Z[ host-package] Compiling vte v0.11.1
26532024-09-05T00:15:17.907Z[ helios-setup] Sep 05 00:15:17.092 INFO E| Compiling take_mut v0.2.2
26542024-09-05T00:15:21.019Z[ host-package] Compiling thiserror-no-std v2.0.2
26552024-09-05T00:15:21.296Z[ host-package] Compiling async-bb8-diesel v0.2.1
26562024-09-05T00:15:22.294Z[ helios-setup] Sep 05 00:15:21.478 INFO E| Compiling rhai v1.14.0
26572024-09-05T00:15:22.604Z[ host-package] Compiling const_format v0.2.32
26582024-09-05T00:15:23.152Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
26592024-09-05T00:15:25.053Z[ helios-setup] Sep 05 00:15:24.236 INFO E| Compiling toml v0.7.3
26602024-09-05T00:15:25.303Z[ helios-setup] Sep 05 00:15:24.487 INFO E| Compiling async-stream v0.3.5
26612024-09-05T00:15:26.685Z[ helios-setup] Sep 05 00:15:25.869 INFO E| Compiling slog-bunyan v2.4.0
26622024-09-05T00:15:28.756Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26632024-09-05T00:15:29.972Z[ host-package] Compiling chacha20 v0.9.1
26642024-09-05T00:15:31.133Z[ host-package] Compiling fd-lock v4.0.2
26652024-09-05T00:15:31.901Z[ host-package] Compiling aead v0.5.2
26662024-09-05T00:15:32.810Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26672024-09-05T00:15:34.255Z[ helios-setup] Sep 05 00:15:33.439 INFO E| Compiling rustls-pemfile v1.0.2
26682024-09-05T00:15:35.003Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26692024-09-05T00:15:35.371Z[ host-package] Compiling bytecount v0.6.8
26702024-09-05T00:15:35.790Z[ helios-setup] Sep 05 00:15:34.973 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26712024-09-05T00:15:36.183Z[ host-package] Compiling papergrid v0.11.0
26722024-09-05T00:15:37.065Z[ helios-setup] Sep 05 00:15:36.248 INFO E| Compiling bincode v1.3.3
26732024-09-05T00:15:38.025Z[ host-package] Compiling chacha20poly1305 v0.10.1
26742024-09-05T00:15:38.125Z[ helios-setup] Sep 05 00:15:37.308 INFO E| Compiling serde_path_to_error v0.1.11
26752024-09-05T00:15:39.382Z[ helios-setup] Sep 05 00:15:38.565 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
26762024-09-05T00:15:39.586Z[ host-package] Compiling parking_lot v0.11.2
26772024-09-05T00:15:40.346Z[ helios-setup] Sep 05 00:15:39.529 INFO E| Compiling terminal_size v0.2.6
26782024-09-05T00:15:40.692Z[ helios-setup] Sep 05 00:15:39.874 INFO E| Compiling smawk v0.3.1
26792024-09-05T00:15:41.740Z[ helios-setup] Sep 05 00:15:40.922 INFO E| Compiling textwrap v0.16.0
26802024-09-05T00:15:43.394Z[ host-package] Compiling vsss-rs v3.3.4
26812024-09-05T00:15:53.611Z[ helios-setup] Sep 05 00:15:52.785 INFO E| Compiling sct v0.7.0
26822024-09-05T00:15:53.682Z[ helios-setup] Sep 05 00:15:52.862 INFO E| Compiling rustls-webpki v0.100.1
26832024-09-05T00:15:54.900Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26842024-09-05T00:15:57.037Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26852024-09-05T00:15:59.164Z[ helios-setup] Sep 05 00:15:58.343 INFO E| Compiling git2 v0.16.1
26862024-09-05T00:16:00.814Z[ host-package] Compiling tabled_derive v0.7.0
26872024-09-05T00:16:02.206Z[ helios-setup] Sep 05 00:16:01.384 INFO E| Compiling tokio-rustls v0.24.0
26882024-09-05T00:16:04.161Z[ host-package] Compiling crossterm v0.27.0
26892024-09-05T00:16:04.335Z[ host-package] Compiling peg-macros v0.8.4
26902024-09-05T00:16:08.007Z[ helios-setup] Sep 05 00:16:07.185 INFO E| Compiling built v0.6.0
26912024-09-05T00:16:10.959Z[ host-package] Compiling sqlparser_derive v0.2.2
26922024-09-05T00:16:12.219Z[ helios-setup] Sep 05 00:16:11.396 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26932024-09-05T00:16:13.476Z[ host-package] Compiling unicode_categories v0.1.1
26942024-09-05T00:16:14.269Z[ host-package] Compiling nu-ansi-term v0.50.0
26952024-09-05T00:16:14.649Z[ host-package] Compiling sqlformat v0.2.4
26962024-09-05T00:16:15.520Z[ helios-setup] Sep 05 00:16:14.696 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
26972024-09-05T00:16:16.434Z[ host-package] Compiling reedline v0.33.0
26982024-09-05T00:16:16.693Z[ helios-setup] Sep 05 00:16:15.868 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
26992024-09-05T00:16:16.834Z[ host-package] Compiling rustyline v14.0.0
27002024-09-05T00:16:26.599Z[ host-package] Compiling sqlparser v0.45.0
27012024-09-05T00:16:34.951Z[ host-package] Compiling peg v0.8.4
27022024-09-05T00:16:35.471Z[ host-package] Compiling tabled v0.15.0
27032024-09-05T00:16:38.929Z[ host-package] Compiling sled v0.34.7
27042024-09-05T00:16:45.232Z[ helios-setup] Sep 05 00:16:44.403 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
27052024-09-05T00:16:46.914Z[ host-package] Compiling mime_guess v2.0.4
27062024-09-05T00:16:48.022Z[ helios-setup] Sep 05 00:16:47.191 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
27072024-09-05T00:16:53.171Z[ host-package] Compiling hickory-client v0.24.1
27082024-09-05T00:16:54.376Z[ host-package] Compiling env_logger v0.9.3
27092024-09-05T00:17:01.233Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27102024-09-05T00:17:01.903Z[ host-package] Compiling tungstenite v0.20.1
27112024-09-05T00:17:02.542Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27122024-09-05T00:17:03.977Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27132024-09-05T00:17:12.498Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27142024-09-05T00:17:13.843Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27152024-09-05T00:17:14.548Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27162024-09-05T00:17:15.975Z[ host-package] Compiling hickory-server v0.24.1
27172024-09-05T00:17:16.385Z[ host-package] Compiling bcs v0.1.6
27182024-09-05T00:17:17.897Z[ host-package] Compiling vergen v8.3.2
27192024-09-05T00:17:18.990Z[ host-package] Compiling bitstruct_derive v0.1.0
27202024-09-05T00:17:19.518Z[ host-package] Compiling cargo-platform v0.1.8
27212024-09-05T00:17:20.989Z[ host-package] Compiling nanorand v0.7.0
27222024-09-05T00:17:22.175Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27232024-09-05T00:17:22.786Z[ host-package] Compiling memoffset v0.9.1
27242024-09-05T00:17:23.123Z[ host-package] Compiling ascii v1.1.0
27252024-09-05T00:17:24.633Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27262024-09-05T00:17:24.993Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27272024-09-05T00:17:25.957Z[ host-package] Compiling bitstruct v0.1.1
27282024-09-05T00:17:26.529Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27292024-09-05T00:17:26.848Z[ host-package] Compiling flume v0.11.0
27302024-09-05T00:17:28.812Z[ host-package] Compiling cargo_metadata v0.18.1
27312024-09-05T00:17:29.715Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27322024-09-05T00:17:34.516Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27332024-09-05T00:17:37.415Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27342024-09-05T00:17:37.744Z[ helios-setup] Sep 05 00:17:36.905 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
27352024-09-05T00:17:38.158Z[ host-package] Compiling tokio-tungstenite v0.20.1
27362024-09-05T00:17:39.116Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27372024-09-05T00:17:39.761Z[ host-package] Compiling git2 v0.19.0
27382024-09-05T00:17:40.925Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27392024-09-05T00:17:51.013Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27402024-09-05T00:17:52.645Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27412024-09-05T00:17:53.262Z[ host-package] Compiling libsqlite3-sys v0.28.0
27422024-09-05T00:17:54.106Z[ host-package] Compiling serde_arrays v0.1.0
27432024-09-05T00:17:54.519Z[ host-package] Compiling erased-serde v0.3.31
27442024-09-05T00:17:57.302Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27452024-09-05T00:18:08.411Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27462024-09-05T00:18:09.981Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27472024-09-05T00:18:37.385Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27482024-09-05T00:18:38.360Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27492024-09-05T00:18:41.476Z[ host-package] Compiling heck v0.3.3
27502024-09-05T00:18:42.056Z[ host-package] Compiling castaway v0.2.3
27512024-09-05T00:18:42.390Z[ host-package] Compiling rand_seeder v0.3.0
27522024-09-05T00:18:42.484Z[ host-package] Compiling csv-core v0.1.11
27532024-09-05T00:18:42.964Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27542024-09-05T00:18:43.631Z[ host-package] Compiling http-range v0.1.5
27552024-09-05T00:18:44.370Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27562024-09-05T00:18:44.911Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27572024-09-05T00:18:45.796Z[ host-package] Compiling hyper-staticfile v0.9.5
27582024-09-05T00:18:46.261Z[ host-package] Compiling csv v1.3.0
27592024-09-05T00:18:47.465Z[ helios-setup] Sep 05 00:18:46.613 INFO E| Finished `release` profile [optimized] target(s) in 7m 27s
27602024-09-05T00:18:47.615Z[ helios-setup] Sep 05 00:18:46.763 INFO building project "pilot" ok (447 seconds)
27612024-09-05T00:18:47.615Z[ helios-setup] Sep 05 00:18:46.763 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27622024-09-05T00:18:47.615Z[ helios-setup] Sep 05 00:18:46.763 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27632024-09-05T00:18:48.124Z[ helios-setup] Sep 05 00:18:47.272 INFO E| Compiling adler v1.0.2
27642024-09-05T00:18:48.305Z[ helios-setup] Sep 05 00:18:47.453 INFO E| Compiling miniz_oxide v0.7.2
27652024-09-05T00:18:48.886Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27662024-09-05T00:18:49.352Z[ host-package] Compiling compact_str v0.8.0
27672024-09-05T00:18:49.686Z[ host-package] Compiling zone_cfg_derive v0.1.2
27682024-09-05T00:18:51.336Z[ helios-setup] Sep 05 00:18:50.483 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27692024-09-05T00:18:51.684Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27702024-09-05T00:18:52.527Z[ helios-setup] Sep 05 00:18:51.675 INFO E| Finished `release` profile [optimized] target(s) in 4.81s
27712024-09-05T00:18:52.537Z[ helios-setup] Sep 05 00:18:51.685 INFO building project "pinprick" ok (4 seconds)
27722024-09-05T00:18:52.538Z[ helios-setup] Sep 05 00:18:51.685 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27732024-09-05T00:18:52.541Z[ helios-setup] Sep 05 00:18:51.685 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27742024-09-05T00:18:52.895Z[ helios-setup] Sep 05 00:18:52.042 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27752024-09-05T00:18:52.990Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27762024-09-05T00:18:53.358Z[ host-package] Compiling nix v0.27.1
27772024-09-05T00:18:53.496Z[ helios-setup] Sep 05 00:18:52.643 INFO E| From https://github.com/jclulow/rust-jmclib
27782024-09-05T00:18:53.496Z[ helios-setup] Sep 05 00:18:52.643 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27792024-09-05T00:18:53.525Z[ helios-setup] Sep 05 00:18:52.672 INFO E| Updating crates.io index
27802024-09-05T00:18:53.693Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27812024-09-05T00:18:53.763Z[ helios-setup] Sep 05 00:18:52.910 INFO E| Downloading crates ...
27822024-09-05T00:18:53.943Z[ helios-setup] Sep 05 00:18:53.090 INFO E| Downloaded md-5 v0.9.1
27832024-09-05T00:18:53.947Z[ helios-setup] Sep 05 00:18:53.094 INFO E| Downloaded block-buffer v0.9.0
27842024-09-05T00:18:53.955Z[ helios-setup] Sep 05 00:18:53.102 INFO E| Downloaded quote v1.0.31
27852024-09-05T00:18:53.973Z[ helios-setup] Sep 05 00:18:53.118 INFO E| Downloaded opaque-debug v0.3.0
27862024-09-05T00:18:53.973Z[ helios-setup] Sep 05 00:18:53.120 INFO E| Downloaded libdevinfo-sys v1.0.0
27872024-09-05T00:18:53.976Z[ helios-setup] Sep 05 00:18:53.121 INFO E| Downloaded digest v0.9.0
27882024-09-05T00:18:53.978Z[ helios-setup] Sep 05 00:18:53.123 INFO E| Downloaded sha-1 v0.9.8
27892024-09-05T00:18:53.981Z[ helios-setup] Sep 05 00:18:53.126 INFO E| Downloaded itoa v1.0.9
27902024-09-05T00:18:53.984Z[ helios-setup] Sep 05 00:18:53.129 INFO E| Downloaded fastrand v2.0.0
27912024-09-05T00:18:53.986Z[ helios-setup] Sep 05 00:18:53.131 INFO E| Downloaded cpufeatures v0.2.9
27922024-09-05T00:18:53.986Z[ helios-setup] Sep 05 00:18:53.134 INFO E| Downloaded anyhow v1.0.72
27932024-09-05T00:18:53.993Z[ helios-setup] Sep 05 00:18:53.140 INFO E| Downloaded uuid v0.8.2
27942024-09-05T00:18:53.999Z[ helios-setup] Sep 05 00:18:53.146 INFO E| Downloaded once_cell v1.18.0
27952024-09-05T00:18:54.003Z[ helios-setup] Sep 05 00:18:53.150 INFO E| Downloaded tempfile v3.7.0
27962024-09-05T00:18:54.008Z[ helios-setup] Sep 05 00:18:53.155 INFO E| Downloaded proc-macro2 v1.0.66
27972024-09-05T00:18:54.014Z[ helios-setup] Sep 05 00:18:53.161 INFO E| Downloaded unicode-ident v1.0.11
27982024-09-05T00:18:54.017Z[ helios-setup] Sep 05 00:18:53.164 INFO E| Downloaded serde_derive v1.0.193
27992024-09-05T00:18:54.022Z[ helios-setup] Sep 05 00:18:53.169 INFO E| Downloaded serde v1.0.193
28002024-09-05T00:18:54.027Z[ helios-setup] Sep 05 00:18:53.174 INFO E| Downloaded ryu v1.0.15
28012024-09-05T00:18:54.034Z[ helios-setup] Sep 05 00:18:53.181 INFO E| Downloaded getrandom v0.2.10
28022024-09-05T00:18:54.039Z[ helios-setup] Sep 05 00:18:53.187 INFO E| Downloaded bitflags v2.3.3
28032024-09-05T00:18:54.044Z[ helios-setup] Sep 05 00:18:53.191 INFO E| Downloaded serde_json v1.0.103
28042024-09-05T00:18:54.055Z[ helios-setup] Sep 05 00:18:53.203 INFO E| Downloaded syn v2.0.32
28052024-09-05T00:18:54.073Z[ helios-setup] Sep 05 00:18:53.220 INFO E| Downloaded rustix v0.38.4
28062024-09-05T00:18:54.107Z[ helios-setup] Sep 05 00:18:53.254 INFO E| Downloaded libc v0.2.147
28072024-09-05T00:18:54.387Z[ helios-setup] Sep 05 00:18:53.534 INFO E| Compiling libc v0.2.147
28082024-09-05T00:18:54.409Z[ helios-setup] Sep 05 00:18:53.556 INFO E| Compiling proc-macro2 v1.0.66
28092024-09-05T00:18:54.409Z[ helios-setup] Sep 05 00:18:53.556 INFO E| Compiling unicode-ident v1.0.11
28102024-09-05T00:18:54.409Z[ helios-setup] Sep 05 00:18:53.556 INFO E| Compiling cfg-if v1.0.0
28112024-09-05T00:18:54.432Z[ helios-setup] Sep 05 00:18:53.556 INFO E| Compiling typenum v1.16.0
28122024-09-05T00:18:54.432Z[ helios-setup] Sep 05 00:18:53.556 INFO E| Compiling version_check v0.9.4
28132024-09-05T00:18:54.432Z[ helios-setup] Sep 05 00:18:53.556 INFO E| Compiling serde v1.0.193
28142024-09-05T00:18:54.432Z[ helios-setup] Sep 05 00:18:53.556 INFO E| Compiling slog v2.7.0
28152024-09-05T00:18:55.365Z[ helios-setup] Sep 05 00:18:54.511 INFO E| Compiling time-core v0.1.2
28162024-09-05T00:18:55.455Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28172024-09-05T00:18:55.568Z[ helios-setup] Sep 05 00:18:54.714 INFO E| Compiling rustix v0.38.4
28182024-09-05T00:18:55.653Z[ helios-setup] Sep 05 00:18:54.800 INFO E| Compiling itoa v1.0.9
28192024-09-05T00:18:55.708Z[ helios-setup] Sep 05 00:18:54.855 INFO E| Compiling num-conv v0.1.0
28202024-09-05T00:18:56.050Z[ helios-setup] Sep 05 00:18:55.196 INFO E| Compiling powerfmt v0.2.0
28212024-09-05T00:18:56.197Z[ helios-setup] Sep 05 00:18:55.344 INFO E| Compiling generic-array v0.14.7
28222024-09-05T00:18:56.496Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28232024-09-05T00:18:56.622Z[ helios-setup] Sep 05 00:18:55.768 INFO E| Compiling time-macros v0.2.18
28242024-09-05T00:18:56.832Z[ helios-setup] Sep 05 00:18:55.979 INFO E| Compiling deranged v0.3.11
28252024-09-05T00:18:57.066Z[ helios-setup] Sep 05 00:18:56.212 INFO E| Compiling once_cell v1.18.0
28262024-09-05T00:18:57.120Z[ helios-setup] Sep 05 00:18:56.265 INFO E| Compiling num_threads v0.1.6
28272024-09-05T00:18:57.504Z[ helios-setup] Sep 05 00:18:56.650 INFO E| Compiling bitflags v2.3.3
28282024-09-05T00:18:57.893Z[ helios-setup] Sep 05 00:18:57.040 INFO E| Compiling quote v1.0.31
28292024-09-05T00:18:58.603Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28302024-09-05T00:18:58.937Z[ helios-setup] Sep 05 00:18:58.083 INFO E| Compiling syn v2.0.32
28312024-09-05T00:18:59.186Z[ helios-setup] Sep 05 00:18:58.332 INFO E| Compiling dirs-sys-next v0.1.2
28322024-09-05T00:18:59.198Z[ helios-setup] Sep 05 00:18:58.344 INFO E| Compiling errno v0.3.1
28332024-09-05T00:18:59.633Z[ helios-setup] Sep 05 00:18:58.779 INFO E| Compiling dirs-next v2.0.0
28342024-09-05T00:19:00.141Z[ helios-setup] Sep 05 00:18:59.287 INFO E| Compiling term v0.7.0
28352024-09-05T00:19:00.419Z[ helios-setup] Sep 05 00:18:59.564 INFO E| Compiling atty v0.2.14
28362024-09-05T00:19:00.960Z[ helios-setup] Sep 05 00:19:00.105 INFO E| Compiling thread_local v1.1.7
28372024-09-05T00:19:01.181Z[ helios-setup] Sep 05 00:19:00.326 INFO E| Compiling opaque-debug v0.3.0
28382024-09-05T00:19:01.667Z[ helios-setup] Sep 05 00:19:00.813 INFO E| Compiling anyhow v1.0.72
28392024-09-05T00:19:01.890Z[ helios-setup] Sep 05 00:19:01.036 INFO E| Compiling fastrand v2.0.0
28402024-09-05T00:19:02.421Z[ helios-setup] Sep 05 00:19:01.566 INFO E| Compiling serde_json v1.0.103
28412024-09-05T00:19:02.718Z[ helios-setup] Sep 05 00:19:01.864 INFO E| Compiling block-buffer v0.9.0
28422024-09-05T00:19:02.985Z[ helios-setup] Sep 05 00:19:02.130 INFO E| Compiling digest v0.9.0
28432024-09-05T00:19:03.279Z[ helios-setup] Sep 05 00:19:02.424 INFO E| Compiling tempfile v3.7.0
28442024-09-05T00:19:03.519Z[ helios-setup] Sep 05 00:19:02.664 INFO E| Compiling time v0.3.36
28452024-09-05T00:19:03.565Z[ helios-setup] Sep 05 00:19:02.711 INFO E| Compiling getrandom v0.2.10
28462024-09-05T00:19:03.707Z[ helios-setup] Sep 05 00:19:02.852 INFO E| Compiling ryu v1.0.15
28472024-09-05T00:19:04.003Z[ helios-setup] Sep 05 00:19:03.148 INFO E| Compiling cpufeatures v0.2.9
28482024-09-05T00:19:04.067Z[ helios-setup] Sep 05 00:19:03.212 INFO E| Compiling unicode-width v0.1.10
28492024-09-05T00:19:04.300Z[ helios-setup] Sep 05 00:19:03.445 INFO E| Compiling same-file v1.0.6
28502024-09-05T00:19:04.439Z[ helios-setup] Sep 05 00:19:03.585 INFO E| Compiling getopts v0.2.21
28512024-09-05T00:19:04.471Z[ helios-setup] Sep 05 00:19:03.616 INFO E| Compiling sha-1 v0.9.8
28522024-09-05T00:19:04.661Z[ helios-setup] Sep 05 00:19:03.806 INFO E| Compiling md-5 v0.9.1
28532024-09-05T00:19:05.329Z[ helios-setup] Sep 05 00:19:04.474 INFO E| Compiling walkdir v2.3.3
28542024-09-05T00:19:05.701Z[ helios-setup] Sep 05 00:19:04.846 INFO E| Compiling libdevinfo-sys v1.0.0
28552024-09-05T00:19:05.986Z[ helios-setup] Sep 05 00:19:05.131 INFO E| Compiling glob v0.3.1
28562024-09-05T00:19:07.789Z[ helios-setup] Sep 05 00:19:06.933 INFO E| Compiling slog-term v2.9.0
28572024-09-05T00:19:08.077Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28582024-09-05T00:19:09.028Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28592024-09-05T00:19:09.385Z[ helios-setup] Sep 05 00:19:08.529 INFO E| Compiling serde_derive v1.0.193
28602024-09-05T00:19:09.852Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28612024-09-05T00:19:10.387Z[ host-package] Compiling unicode-truncate v1.0.0
28622024-09-05T00:19:10.896Z[ host-package] Compiling hashlink v0.9.1
28632024-09-05T00:19:11.940Z[ host-package] Compiling lru v0.12.3
28642024-09-05T00:19:11.986Z[ host-package] Compiling serde-big-array v0.5.1
28652024-09-05T00:19:12.355Z[ host-package] Compiling instability v0.3.2
28662024-09-05T00:19:12.379Z[ host-package] Compiling base64 v0.13.1
28672024-09-05T00:19:13.313Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28682024-09-05T00:19:13.620Z[ host-package] Compiling fallible-iterator v0.3.0
28692024-09-05T00:19:13.666Z[ host-package] Compiling cassowary v0.3.0
28702024-09-05T00:19:14.589Z[ host-package] Compiling rusqlite v0.31.0
28712024-09-05T00:19:20.755Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28722024-09-05T00:19:21.914Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28732024-09-05T00:19:21.982Z[ host-package] Compiling ratatui v0.28.0
28742024-09-05T00:19:24.256Z[ host-package] Compiling ron v0.7.1
28752024-09-05T00:19:24.939Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28762024-09-05T00:19:26.098Z[ helios-setup] Sep 05 00:19:25.239 INFO E| Compiling toml v0.5.11
28772024-09-05T00:19:26.098Z[ helios-setup] Sep 05 00:19:25.239 INFO E| Compiling uuid v0.8.2
28782024-09-05T00:19:28.518Z[ helios-setup] Sep 05 00:19:27.659 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28792024-09-05T00:19:32.377Z[ helios-setup] Sep 05 00:19:31.517 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28802024-09-05T00:19:34.929Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28812024-09-05T00:19:35.777Z[ host-package] Compiling zone v0.1.8
28822024-09-05T00:19:40.008Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28832024-09-05T00:19:47.884Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28842024-09-05T00:19:48.351Z[ helios-setup] Sep 05 00:19:47.488 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.70s
28852024-09-05T00:19:48.391Z[ helios-setup] Sep 05 00:19:47.528 INFO building project "image-builder" ok (55 seconds)
28862024-09-05T00:19:48.394Z[ helios-setup] Sep 05 00:19:47.528 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28872024-09-05T00:19:48.394Z[ helios-setup] Sep 05 00:19:47.528 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28882024-09-05T00:19:48.756Z[ helios-setup] Sep 05 00:19:47.893 INFO E| Blocking waiting for file lock on package cache
28892024-09-05T00:19:51.266Z[ helios-setup] Sep 05 00:19:50.402 INFO E| Downloading crates ...
28902024-09-05T00:19:51.347Z[ helios-setup] Sep 05 00:19:50.484 INFO E| Downloaded digest v0.10.3
28912024-09-05T00:19:51.351Z[ helios-setup] Sep 05 00:19:50.488 INFO E| Downloaded sha2 v0.10.5
28922024-09-05T00:19:51.356Z[ helios-setup] Sep 05 00:19:50.492 INFO E| Downloaded typenum v1.15.0
28932024-09-05T00:19:51.360Z[ helios-setup] Sep 05 00:19:50.497 INFO E| Downloaded bytes v1.2.1
28942024-09-05T00:19:51.365Z[ helios-setup] Sep 05 00:19:50.502 INFO E| Downloaded anyhow v1.0.62
28952024-09-05T00:19:51.474Z[ helios-setup] Sep 05 00:19:50.610 INFO E| Compiling typenum v1.15.0
28962024-09-05T00:19:51.478Z[ helios-setup] Sep 05 00:19:50.615 INFO E| Compiling version_check v0.9.4
28972024-09-05T00:19:51.478Z[ helios-setup] Sep 05 00:19:50.615 INFO E| Compiling crc32fast v1.3.2
28982024-09-05T00:19:51.478Z[ helios-setup] Sep 05 00:19:50.615 INFO E| Compiling cfg-if v1.0.0
28992024-09-05T00:19:51.484Z[ helios-setup] Sep 05 00:19:50.615 INFO E| Compiling anyhow v1.0.62
29002024-09-05T00:19:51.484Z[ helios-setup] Sep 05 00:19:50.616 INFO E| Compiling adler v1.0.2
29012024-09-05T00:19:51.484Z[ helios-setup] Sep 05 00:19:50.616 INFO E| Compiling unicode-width v0.1.10
29022024-09-05T00:19:51.484Z[ helios-setup] Sep 05 00:19:50.616 INFO E| Compiling cpufeatures v0.2.5
29032024-09-05T00:19:52.132Z[ helios-setup] Sep 05 00:19:51.268 INFO E| Compiling miniz_oxide v0.6.2
29042024-09-05T00:19:52.178Z[ helios-setup] Sep 05 00:19:51.315 INFO E| Compiling bitflags v1.3.2
29052024-09-05T00:19:52.238Z[ helios-setup] Sep 05 00:19:51.374 INFO E| Compiling bytes v1.2.1
29062024-09-05T00:19:52.325Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29072024-09-05T00:19:52.371Z[ helios-setup] Sep 05 00:19:51.508 INFO E| Compiling getopts v0.2.21
29082024-09-05T00:19:52.457Z[ helios-setup] Sep 05 00:19:51.593 INFO E| Compiling generic-array v0.14.6
29092024-09-05T00:19:54.343Z[ helios-setup] Sep 05 00:19:53.479 INFO E| Compiling flate2 v1.0.25
29102024-09-05T00:19:54.536Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29112024-09-05T00:19:56.327Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29122024-09-05T00:19:56.969Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29132024-09-05T00:19:58.109Z[ helios-setup] Sep 05 00:19:57.245 INFO E| Compiling block-buffer v0.10.3
29142024-09-05T00:19:58.110Z[ helios-setup] Sep 05 00:19:57.245 INFO E| Compiling crypto-common v0.1.6
29152024-09-05T00:19:58.418Z[ helios-setup] Sep 05 00:19:57.554 INFO E| Compiling digest v0.10.3
29162024-09-05T00:19:58.859Z[ helios-setup] Sep 05 00:19:57.994 INFO E| Compiling sha2 v0.10.5
29172024-09-05T00:19:59.486Z[ helios-setup] Sep 05 00:19:58.621 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29182024-09-05T00:20:04.340Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29192024-09-05T00:20:04.768Z[ host-package] Compiling twox-hash v1.6.3
29202024-09-05T00:20:05.099Z[ helios-setup] Sep 05 00:20:04.233 INFO E| Finished `release` profile [optimized] target(s) in 16.58s
29212024-09-05T00:20:05.117Z[ helios-setup] Sep 05 00:20:04.251 INFO building project "bootserver" ok (16 seconds)
29222024-09-05T00:20:05.117Z[ helios-setup] Sep 05 00:20:04.252 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29232024-09-05T00:20:05.120Z[ helios-setup] Sep 05 00:20:04.252 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29242024-09-05T00:20:05.128Z[ helios-setup] Sep 05 00:20:04.262 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29252024-09-05T00:20:05.345Z[ helios-setup] Sep 05 00:20:04.479 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29262024-09-05T00:20:05.345Z[ helios-setup] Sep 05 00:20:04.479 INFO E| info: downloading component 'cargo'
29272024-09-05T00:20:05.927Z[ host-package] Compiling signal-hook-tokio v0.3.1
29282024-09-05T00:20:06.220Z[ host-package] Compiling yasna v0.5.2
29292024-09-05T00:20:07.018Z[ helios-setup] Sep 05 00:20:06.151 INFO E| info: downloading component 'clippy'
29302024-09-05T00:20:07.248Z[ helios-setup] Sep 05 00:20:06.381 INFO E| info: downloading component 'rust-docs'
29312024-09-05T00:20:07.395Z[ host-package] Compiling portpicker v0.1.1
29322024-09-05T00:20:07.934Z[ host-package] Compiling smawk v0.3.2
29332024-09-05T00:20:08.263Z[ host-package] Compiling unicode-linebreak v0.1.5
29342024-09-05T00:20:08.672Z[ helios-setup] Sep 05 00:20:07.806 INFO E| info: downloading component 'rust-src'
29352024-09-05T00:20:08.890Z[ host-package] Compiling textwrap v0.16.1
29362024-09-05T00:20:09.087Z[ helios-setup] Sep 05 00:20:08.220 INFO E| info: downloading component 'rust-std'
29372024-09-05T00:20:10.030Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29382024-09-05T00:20:11.092Z[ host-package] Compiling rcgen v0.12.1
29392024-09-05T00:20:11.237Z[ helios-setup] Sep 05 00:20:10.370 INFO E| info: downloading component 'rustc'
29402024-09-05T00:20:12.884Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29412024-09-05T00:20:17.221Z[ helios-setup] Sep 05 00:20:16.352 INFO E| info: downloading component 'rustfmt'
29422024-09-05T00:20:17.426Z[ helios-setup] Sep 05 00:20:16.557 INFO E| info: installing component 'cargo'
29432024-09-05T00:20:18.863Z[ helios-setup] Sep 05 00:20:17.994 INFO E| info: installing component 'clippy'
29442024-09-05T00:20:19.385Z[ helios-setup] Sep 05 00:20:18.517 INFO E| info: installing component 'rust-docs'
29452024-09-05T00:20:23.038Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29462024-09-05T00:20:25.906Z[ helios-setup] Sep 05 00:20:25.036 INFO E| info: installing component 'rust-src'
29472024-09-05T00:20:26.783Z[ helios-setup] Sep 05 00:20:25.913 INFO E| info: installing component 'rust-std'
29482024-09-05T00:20:29.541Z[ helios-setup] Sep 05 00:20:28.671 INFO E| info: installing component 'rustc'
29492024-09-05T00:20:32.489Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29502024-09-05T00:20:33.289Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29512024-09-05T00:20:33.753Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29522024-09-05T00:20:34.228Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29532024-09-05T00:20:35.021Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29542024-09-05T00:20:36.848Z[ helios-setup] Sep 05 00:20:35.977 INFO E| info: installing component 'rustfmt'
29552024-09-05T00:20:37.933Z[ helios-setup] Sep 05 00:20:37.061 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29562024-09-05T00:20:38.923Z[ helios-setup] Sep 05 00:20:38.051 INFO E| From https://github.com/oxidecomputer/amd-apcb
29572024-09-05T00:20:38.923Z[ helios-setup] Sep 05 00:20:38.051 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29582024-09-05T00:20:38.926Z[ helios-setup] Sep 05 00:20:38.051 INFO E| * [new tag] v0.3.3 -> v0.3.3
29592024-09-05T00:20:38.968Z[ helios-setup] Sep 05 00:20:38.095 INFO E| * [new tag] v0.1.3 -> v0.1.3
29602024-09-05T00:20:38.968Z[ helios-setup] Sep 05 00:20:38.096 INFO E| * [new tag] v0.1.4 -> v0.1.4
29612024-09-05T00:20:38.970Z[ helios-setup] Sep 05 00:20:38.096 INFO E| * [new tag] v0.1.5 -> v0.1.5
29622024-09-05T00:20:38.970Z[ helios-setup] Sep 05 00:20:38.096 INFO E| * [new tag] v0.2.0 -> v0.2.0
29632024-09-05T00:20:38.970Z[ helios-setup] Sep 05 00:20:38.096 INFO E| * [new tag] v0.3.0 -> v0.3.0
29642024-09-05T00:20:38.970Z[ helios-setup] Sep 05 00:20:38.096 INFO E| * [new tag] v0.3.1 -> v0.3.1
29652024-09-05T00:20:38.970Z[ helios-setup] Sep 05 00:20:38.096 INFO E| * [new tag] v0.3.2 -> v0.3.2
29662024-09-05T00:20:39.012Z[ helios-setup] Sep 05 00:20:38.140 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29672024-09-05T00:20:39.322Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29682024-09-05T00:20:39.923Z[ helios-setup] Sep 05 00:20:39.050 INFO E| From https://github.com/oxidecomputer/amd-efs
29692024-09-05T00:20:39.923Z[ helios-setup] Sep 05 00:20:39.050 INFO E| * [new branch] empty -> origin/empty
29702024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.051 INFO E| * [new branch] issue-99 -> origin/issue-99
29712024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.051 INFO E| * [new branch] main -> origin/main
29722024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.051 INFO E| * [new branch] review -> origin/review
29732024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.051 INFO E| * [new ref] -> origin/HEAD
29742024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.052 INFO E| * [new tag] v0.2.0 -> v0.2.0
29752024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.052 INFO E| * [new tag] v0.2.1 -> v0.2.1
29762024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.052 INFO E| * [new tag] v0.2.2 -> v0.2.2
29772024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.052 INFO E| * [new tag] v0.2.3 -> v0.2.3
29782024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.052 INFO E| * [new tag] v0.2.4 -> v0.2.4
29792024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.052 INFO E| * [new tag] v0.2.5 -> v0.2.5
29802024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.053 INFO E| * [new tag] v0.2.6 -> v0.2.6
29812024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.053 INFO E| * [new tag] v0.2.7 -> v0.2.7
29822024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.053 INFO E| * [new tag] v0.3.0 -> v0.3.0
29832024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.053 INFO E| * [new tag] v0.3.1 -> v0.3.1
29842024-09-05T00:20:39.927Z[ helios-setup] Sep 05 00:20:39.053 INFO E| * [new tag] v0.4.0 -> v0.4.0
29852024-09-05T00:20:39.953Z[ helios-setup] Sep 05 00:20:39.080 INFO E| Updating crates.io index
29862024-09-05T00:20:40.285Z[ helios-setup] Sep 05 00:20:39.413 INFO E| Downloading crates ...
29872024-09-05T00:20:40.401Z[ helios-setup] Sep 05 00:20:39.529 INFO E| Downloaded cfg-if v0.1.10
29882024-09-05T00:20:40.404Z[ helios-setup] Sep 05 00:20:39.532 INFO E| Downloaded fletcher v0.1.0
29892024-09-05T00:20:40.406Z[ helios-setup] Sep 05 00:20:39.534 INFO E| Downloaded memchr v2.7.4
29902024-09-05T00:20:40.416Z[ helios-setup] Sep 05 00:20:39.544 INFO E| Downloaded unic-common v0.9.0
29912024-09-05T00:20:40.419Z[ helios-setup] Sep 05 00:20:39.546 INFO E| Downloaded scroll_derive v0.10.5
29922024-09-05T00:20:40.421Z[ helios-setup] Sep 05 00:20:39.547 INFO E| Downloaded memoffset v0.5.6
29932024-09-05T00:20:40.421Z[ helios-setup] Sep 05 00:20:39.549 INFO E| Downloaded unic-char-property v0.9.0
29942024-09-05T00:20:40.424Z[ helios-setup] Sep 05 00:20:39.551 INFO E| Downloaded strum v0.23.0
29952024-09-05T00:20:40.426Z[ helios-setup] Sep 05 00:20:39.553 INFO E| Downloaded pest_generator v2.7.11
29962024-09-05T00:20:40.428Z[ helios-setup] Sep 05 00:20:39.555 INFO E| Downloaded unic-ucd-version v0.9.0
29972024-09-05T00:20:40.459Z[ helios-setup] Sep 05 00:20:39.587 INFO E| Downloaded vec_map v0.8.2
29982024-09-05T00:20:40.462Z[ helios-setup] Sep 05 00:20:39.589 INFO E| Downloaded unic-ucd-ident v0.9.0
29992024-09-05T00:20:40.464Z[ helios-setup] Sep 05 00:20:39.592 INFO E| Downloaded unic-char-range v0.9.0
30002024-09-05T00:20:40.467Z[ helios-setup] Sep 05 00:20:39.594 INFO E| Downloaded textwrap v0.11.0
30012024-09-05T00:20:40.469Z[ helios-setup] Sep 05 00:20:39.596 INFO E| Downloaded structopt-derive v0.4.18
30022024-09-05T00:20:40.471Z[ helios-setup] Sep 05 00:20:39.599 INFO E| Downloaded pre-proc-macro v0.2.1
30032024-09-05T00:20:40.474Z[ helios-setup] Sep 05 00:20:39.601 INFO E| Downloaded strsim v0.8.0
30042024-09-05T00:20:40.477Z[ helios-setup] Sep 05 00:20:39.603 INFO E| Downloaded scroll v0.10.2
30052024-09-05T00:20:40.479Z[ helios-setup] Sep 05 00:20:39.606 INFO E| Downloaded pest_derive v2.7.11
30062024-09-05T00:20:40.482Z[ helios-setup] Sep 05 00:20:39.610 INFO E| Downloaded structopt v0.3.26
30072024-09-05T00:20:40.495Z[ helios-setup] Sep 05 00:20:39.623 INFO E| Downloaded pest_meta v2.7.11
30082024-09-05T00:20:40.498Z[ helios-setup] Sep 05 00:20:39.626 INFO E| Downloaded pest v2.7.11
30092024-09-05T00:20:40.507Z[ helios-setup] Sep 05 00:20:39.635 INFO E| Downloaded modular-bitfield v0.11.2
30102024-09-05T00:20:40.527Z[ helios-setup] Sep 05 00:20:39.655 INFO E| Downloaded goblin v0.4.3
30112024-09-05T00:20:40.537Z[ helios-setup] Sep 05 00:20:39.665 INFO E| Downloaded clap v2.34.0
30122024-09-05T00:20:40.549Z[ helios-setup] Sep 05 00:20:39.676 INFO E| Downloaded proc-macro-crate v0.1.5
30132024-09-05T00:20:40.551Z[ helios-setup] Sep 05 00:20:39.678 INFO E| Downloaded strum_macros v0.23.1
30142024-09-05T00:20:40.554Z[ helios-setup] Sep 05 00:20:39.681 INFO E| Downloaded libc v0.2.155
30152024-09-05T00:20:40.598Z[ helios-setup] Sep 05 00:20:39.725 INFO E| Downloaded semver-parser v0.7.0
30162024-09-05T00:20:40.600Z[ helios-setup] Sep 05 00:20:39.727 INFO E| Downloaded semver v0.9.0
30172024-09-05T00:20:40.603Z[ helios-setup] Sep 05 00:20:39.729 INFO E| Downloaded rustc_version v0.2.3
30182024-09-05T00:20:40.603Z[ helios-setup] Sep 05 00:20:39.730 INFO E| Downloaded pre v0.2.1
30192024-09-05T00:20:40.608Z[ helios-setup] Sep 05 00:20:39.736 INFO E| Downloaded parse_int v0.6.0
30202024-09-05T00:20:40.610Z[ helios-setup] Sep 05 00:20:39.736 INFO E| Downloaded num-derive v0.3.3
30212024-09-05T00:20:40.611Z[ helios-setup] Sep 05 00:20:39.736 INFO E| Downloaded modular-bitfield-impl v0.11.2
30222024-09-05T00:20:40.611Z[ helios-setup] Sep 05 00:20:39.737 INFO E| Downloaded four-cc v0.3.0
30232024-09-05T00:20:40.613Z[ helios-setup] Sep 05 00:20:39.739 INFO E| Downloaded bytesize v1.3.0
30242024-09-05T00:20:40.613Z[ helios-setup] Sep 05 00:20:39.740 INFO E| Downloaded ansi_term v0.12.1
30252024-09-05T00:20:40.733Z[ helios-setup] Sep 05 00:20:39.860 INFO E| Compiling proc-macro2 v1.0.86
30262024-09-05T00:20:40.733Z[ helios-setup] Sep 05 00:20:39.860 INFO E| Compiling unicode-ident v1.0.12
30272024-09-05T00:20:40.733Z[ helios-setup] Sep 05 00:20:39.860 INFO E| Compiling syn v1.0.109
30282024-09-05T00:20:40.736Z[ helios-setup] Sep 05 00:20:39.861 INFO E| Compiling version_check v0.9.4
30292024-09-05T00:20:40.736Z[ helios-setup] Sep 05 00:20:39.861 INFO E| Compiling thiserror v1.0.63
30302024-09-05T00:20:40.736Z[ helios-setup] Sep 05 00:20:39.861 INFO E| Compiling autocfg v1.3.0
30312024-09-05T00:20:40.736Z[ helios-setup] Sep 05 00:20:39.861 INFO E| Compiling semver-parser v0.7.0
30322024-09-05T00:20:40.736Z[ helios-setup] Sep 05 00:20:39.861 INFO E| Compiling serde v1.0.204
30332024-09-05T00:20:42.210Z[ helios-setup] Sep 05 00:20:41.337 INFO E| Compiling semver v0.9.0
30342024-09-05T00:20:42.295Z[ helios-setup] Sep 05 00:20:41.423 INFO E| Compiling proc-macro-error-attr v1.0.4
30352024-09-05T00:20:42.465Z[ helios-setup] Sep 05 00:20:41.592 INFO E| Compiling proc-macro-error v1.0.4
30362024-09-05T00:20:42.543Z[ helios-setup] Sep 05 00:20:41.670 INFO E| Compiling serde_json v1.0.120
30372024-09-05T00:20:42.581Z[ helios-setup] Sep 05 00:20:41.709 INFO E| Compiling num-traits v0.2.19
30382024-09-05T00:20:42.600Z[ helios-setup] Sep 05 00:20:41.726 INFO E| Compiling ryu v1.0.18
30392024-09-05T00:20:42.825Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30402024-09-05T00:20:43.268Z[ helios-setup] Sep 05 00:20:42.395 INFO E| Compiling rustc_version v0.2.3
30412024-09-05T00:20:43.347Z[ helios-setup] Sep 05 00:20:42.475 INFO E| Compiling schemars v0.8.21
30422024-09-05T00:20:43.411Z[ helios-setup] Sep 05 00:20:42.538 INFO E| Compiling unicode-segmentation v1.11.0
30432024-09-05T00:20:43.447Z[ helios-setup] Sep 05 00:20:42.574 INFO E| Compiling itoa v1.0.11
30442024-09-05T00:20:43.624Z[ helios-setup] Sep 05 00:20:42.751 INFO E| Compiling memoffset v0.5.6
30452024-09-05T00:20:43.698Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30462024-09-05T00:20:43.996Z[ helios-setup] Sep 05 00:20:43.122 INFO E| Compiling libc v0.2.155
30472024-09-05T00:20:44.071Z[ helios-setup] Sep 05 00:20:43.197 INFO E| Compiling pre-proc-macro v0.2.1
30482024-09-05T00:20:44.111Z[ helios-setup] Sep 05 00:20:43.238 INFO E| Compiling paste v1.0.15
30492024-09-05T00:20:44.650Z[ helios-setup] Sep 05 00:20:43.777 INFO E| Compiling quote v1.0.36
30502024-09-05T00:20:44.745Z[ helios-setup] Sep 05 00:20:43.870 INFO E| Compiling heck v0.3.3
30512024-09-05T00:20:44.776Z[ helios-setup] Sep 05 00:20:43.903 INFO E| Compiling memchr v2.7.4
30522024-09-05T00:20:45.061Z[ helios-setup] Sep 05 00:20:44.174 INFO E| Compiling dyn-clone v1.0.17
30532024-09-05T00:20:45.411Z[ helios-setup] Sep 05 00:20:44.537 INFO E| Compiling ucd-trie v0.1.6
30542024-09-05T00:20:45.591Z[ helios-setup] Sep 05 00:20:44.718 INFO E| Compiling syn v2.0.71
30552024-09-05T00:20:45.947Z[ helios-setup] Sep 05 00:20:45.073 INFO E| Compiling rustversion v1.0.17
30562024-09-05T00:20:46.062Z[ helios-setup] Sep 05 00:20:45.188 INFO E| Compiling lazy_static v1.5.0
30572024-09-05T00:20:47.158Z[ helios-setup] Sep 05 00:20:46.284 INFO E| Compiling pre v0.2.1
30582024-09-05T00:20:47.898Z[ helios-setup] Sep 05 00:20:47.024 INFO E| Compiling byteorder v1.5.0
30592024-09-05T00:20:47.930Z[ helios-setup] Sep 05 00:20:47.056 INFO E| Compiling cfg-if v0.1.10
30602024-09-05T00:20:48.069Z[ helios-setup] Sep 05 00:20:47.195 INFO E| Compiling static_assertions v1.1.0
30612024-09-05T00:20:48.242Z[ helios-setup] Sep 05 00:20:47.369 INFO E| Compiling once_cell v1.19.0
30622024-09-05T00:20:49.372Z[ helios-setup] Sep 05 00:20:48.498 INFO E| Compiling unicode-width v0.1.13
30632024-09-05T00:20:50.001Z[ helios-setup] Sep 05 00:20:49.126 INFO E| Compiling textwrap v0.11.0
30642024-09-05T00:20:51.038Z[ helios-setup] Sep 05 00:20:50.164 INFO E| Compiling atty v0.2.14
30652024-09-05T00:20:51.461Z[ helios-setup] Sep 05 00:20:50.586 INFO E| Compiling strum v0.23.0
30662024-09-05T00:20:51.560Z[ helios-setup] Sep 05 00:20:50.685 INFO E| Compiling parse_int v0.6.0
30672024-09-05T00:20:51.831Z[ helios-setup] Sep 05 00:20:50.956 INFO E| Compiling fletcher v0.1.0
30682024-09-05T00:20:51.964Z[ helios-setup] Sep 05 00:20:51.090 INFO E| Compiling unic-char-range v0.9.0
30692024-09-05T00:20:51.990Z[ helios-setup] Sep 05 00:20:51.115 INFO E| Compiling ansi_term v0.12.1
30702024-09-05T00:20:52.011Z[ helios-setup] Sep 05 00:20:51.137 INFO E| Compiling strsim v0.8.0
30712024-09-05T00:20:52.053Z[ helios-setup] Sep 05 00:20:51.175 INFO E| Compiling bitflags v1.3.2
30722024-09-05T00:20:52.117Z[ helios-setup] Sep 05 00:20:51.242 INFO E| Compiling unic-common v0.9.0
30732024-09-05T00:20:52.154Z[ helios-setup] Sep 05 00:20:51.279 INFO E| Compiling vec_map v0.8.2
30742024-09-05T00:20:52.518Z[ helios-setup] Sep 05 00:20:51.644 INFO E| Compiling unic-char-property v0.9.0
30752024-09-05T00:20:52.727Z[ helios-setup] Sep 05 00:20:51.852 INFO E| Compiling unic-ucd-version v0.9.0
30762024-09-05T00:20:52.802Z[ helios-setup] Sep 05 00:20:51.927 INFO E| Compiling clap v2.34.0
30772024-09-05T00:20:52.865Z[ helios-setup] Sep 05 00:20:51.991 INFO E| Compiling plain v0.2.3
30782024-09-05T00:20:52.933Z[ helios-setup] Sep 05 00:20:52.058 INFO E| Compiling log v0.4.22
30792024-09-05T00:20:52.948Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30802024-09-05T00:20:53.139Z[ helios-setup] Sep 05 00:20:52.265 INFO E| Compiling unic-ucd-ident v0.9.0
30812024-09-05T00:20:53.394Z[ helios-setup] Sep 05 00:20:52.520 INFO E| Compiling bytesize v1.3.0
30822024-09-05T00:20:55.155Z[ helios-setup] Sep 05 00:20:54.280 INFO E| Compiling serde_derive_internals v0.29.1
30832024-09-05T00:20:56.224Z[ helios-setup] Sep 05 00:20:55.349 INFO E| Compiling toml v0.5.11
30842024-09-05T00:20:57.466Z[ host-package] Compiling atomicwrites v0.4.3
30852024-09-05T00:20:57.937Z[ host-package] Compiling fatfs v0.3.6
30862024-09-05T00:20:58.408Z[ host-package] Compiling subprocess v0.2.9
30872024-09-05T00:20:59.521Z[ helios-setup] Sep 05 00:20:58.645 INFO E| Compiling proc-macro-crate v0.1.5
30882024-09-05T00:21:01.247Z[ helios-setup] Sep 05 00:21:00.370 INFO E| Compiling thiserror-impl v1.0.63
30892024-09-05T00:21:01.368Z[ helios-setup] Sep 05 00:21:00.491 INFO E| Compiling serde_derive v1.0.204
30902024-09-05T00:21:01.973Z[ helios-setup] Sep 05 00:21:01.088 INFO E| Compiling schemars_derive v0.8.21
30912024-09-05T00:21:02.162Z[ helios-setup] Sep 05 00:21:01.286 INFO E| Compiling zerocopy-derive v0.6.6
30922024-09-05T00:21:03.380Z[ host-package] Compiling rtoolbox v0.0.2
30932024-09-05T00:21:04.365Z[ host-package] Compiling is_ci v1.2.0
30942024-09-05T00:21:05.017Z[ host-package] Compiling assert_matches v1.5.0
30952024-09-05T00:21:05.547Z[ helios-setup] Sep 05 00:21:04.670 INFO E| Compiling zerocopy v0.6.6
30962024-09-05T00:21:07.011Z[ helios-setup] Sep 05 00:21:06.134 INFO E| Compiling pest v2.7.11
30972024-09-05T00:21:07.522Z[ host-package] Compiling supports-color v3.0.0
30982024-09-05T00:21:07.792Z[ host-package] Compiling rpassword v7.3.1
30992024-09-05T00:21:08.973Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31002024-09-05T00:21:09.257Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31012024-09-05T00:21:09.581Z[ helios-setup] Sep 05 00:21:08.703 INFO E| Compiling modular-bitfield-impl v0.11.2
31022024-09-05T00:21:09.980Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31032024-09-05T00:21:11.130Z[ helios-setup] Sep 05 00:21:10.252 INFO E| Compiling num-derive v0.3.3
31042024-09-05T00:21:11.800Z[ helios-setup] Sep 05 00:21:10.921 INFO E| Compiling scroll_derive v0.10.5
31052024-09-05T00:21:12.299Z[ helios-setup] Sep 05 00:21:11.421 INFO E| Compiling pest_meta v2.7.11
31062024-09-05T00:21:13.705Z[ helios-setup] Sep 05 00:21:12.827 INFO E| Compiling strum_macros v0.23.1
31072024-09-05T00:21:14.931Z[ helios-setup] Sep 05 00:21:14.053 INFO E| Compiling structopt-derive v0.4.18
31082024-09-05T00:21:15.730Z[ helios-setup] Sep 05 00:21:14.846 INFO E| Compiling pest_generator v2.7.11
31092024-09-05T00:21:15.857Z[ helios-setup] Sep 05 00:21:14.978 INFO E| Compiling modular-bitfield v0.11.2
31102024-09-05T00:21:16.486Z[ helios-setup] Sep 05 00:21:15.607 INFO E| Compiling scroll v0.10.2
31112024-09-05T00:21:18.034Z[ helios-setup] Sep 05 00:21:17.154 INFO E| Compiling goblin v0.4.3
31122024-09-05T00:21:21.179Z[ helios-setup] Sep 05 00:21:20.299 INFO E| Compiling pest_derive v2.7.11
31132024-09-05T00:21:21.347Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31142024-09-05T00:21:21.482Z[ helios-setup] Sep 05 00:21:20.602 INFO E| Compiling structopt v0.3.26
31152024-09-05T00:21:22.776Z[ host-package] Compiling tui-tree-widget v0.22.0
31162024-09-05T00:21:23.433Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31172024-09-05T00:21:23.561Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31182024-09-05T00:21:27.348Z[ helios-setup] Sep 05 00:21:26.467 INFO E| Compiling json5 v0.4.1
31192024-09-05T00:21:31.454Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31202024-09-05T00:21:32.045Z[ host-package] Compiling uzers v0.11.3
31212024-09-05T00:21:33.718Z[ helios-setup] Sep 05 00:21:32.836 INFO E| Compiling four-cc v0.3.0
31222024-09-05T00:21:33.718Z[ helios-setup] Sep 05 00:21:32.836 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
31232024-09-05T00:21:33.945Z[ helios-setup] Sep 05 00:21:33.062 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31242024-09-05T00:21:36.254Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31252024-09-05T00:21:43.529Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31262024-09-05T00:21:45.969Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31272024-09-05T00:21:53.350Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31282024-09-05T00:22:07.070Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31292024-09-05T00:22:22.120Z[ helios-setup] Sep 05 00:22:21.228 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31302024-09-05T00:22:26.443Z[ host-package] Compiling multimap v0.10.0
31312024-09-05T00:22:39.222Z[ helios-setup] Sep 05 00:22:38.327 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31322024-09-05T00:23:36.367Z[ helios-setup] Sep 05 00:23:35.463 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 58s
31332024-09-05T00:23:36.405Z[ helios-setup] Sep 05 00:23:35.501 INFO building project "amd-host-image-builder" ok (211 seconds)
31342024-09-05T00:23:36.410Z[ helios-setup] rm -f helios-build
31352024-09-05T00:23:36.412Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31362024-09-05T00:23:36.415Z[ helios-setup]
31372024-09-05T00:23:36.418Z[ helios-setup] Setup complete! ./helios-build is now available.
31382024-09-05T00:23:36.420Z[ helios-setup]
31392024-09-05T00:23:36.423Z[ helios-setup]
31402024-09-05T00:23:36.423Z[ helios-setup] real 13:26.062296710
31412024-09-05T00:23:36.423Z[ helios-setup] user 32:02.080302794
31422024-09-05T00:23:36.423Z[ helios-setup] sys 3:54.203385903
31432024-09-05T00:23:36.423Z[ helios-setup] trap 2.188326063
31442024-09-05T00:23:36.423Z[ helios-setup] tflt 7.090105442
31452024-09-05T00:23:36.423Z[ helios-setup] dflt 41.509374125
31462024-09-05T00:23:36.423Z[ helios-setup] kflt 0.031326868
31472024-09-05T00:23:36.423Z[ helios-setup] lock 2:22:27.325215454
31482024-09-05T00:23:36.423Z[ helios-setup] slp 4:09:41.493214470
31492024-09-05T00:23:36.423Z[ helios-setup] lat 36:12.301428469
31502024-09-05T00:23:36.423Z[ helios-setup] stop 4:54.914969867
31512024-09-05T00:23:36.423ZSep 05 00:23:35.518 INFO [helios-setup] process exited with exit status: 0 (806.069031868s)
31522024-09-05T00:23:36.423ZSep 05 00:23:35.518 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31532024-09-05T00:23:36.444Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31542024-09-05T00:23:36.791Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31552024-09-05T00:23:36.791Z[ phbl-toolchain] info: downloading component 'cargo'
31562024-09-05T00:23:37.882Z[ phbl-toolchain] info: downloading component 'clippy'
31572024-09-05T00:23:38.259Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31582024-09-05T00:23:44.242Z[ phbl-toolchain] info: downloading component 'miri'
31592024-09-05T00:23:44.399Z[ phbl-toolchain] info: downloading component 'rust-docs'
31602024-09-05T00:23:45.847Z[ phbl-toolchain] info: downloading component 'rust-src'
31612024-09-05T00:23:46.114Z[ phbl-toolchain] info: downloading component 'rust-std'
31622024-09-05T00:23:48.438Z[ phbl-toolchain] info: downloading component 'rustc'
31632024-09-05T00:23:54.349Z[ phbl-toolchain] info: downloading component 'rustfmt'
31642024-09-05T00:23:55.164Z[ phbl-toolchain] info: installing component 'cargo'
31652024-09-05T00:23:56.627Z[ phbl-toolchain] info: installing component 'clippy'
31662024-09-05T00:23:57.172Z[ phbl-toolchain] info: installing component 'llvm-tools'
31672024-09-05T00:24:02.988Z[ phbl-toolchain] info: installing component 'miri'
31682024-09-05T00:24:03.338Z[ phbl-toolchain] info: installing component 'rust-docs'
31692024-09-05T00:24:10.588Z[ phbl-toolchain] info: installing component 'rust-src'
31702024-09-05T00:24:11.391Z[ phbl-toolchain] info: installing component 'rust-std'
31712024-09-05T00:24:14.132Z[ phbl-toolchain] info: installing component 'rustc'
31722024-09-05T00:24:21.005Z[ phbl-toolchain] info: installing component 'rustfmt'
31732024-09-05T00:24:21.911Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31742024-09-05T00:24:21.914ZSep 05 00:24:20.999 INFO [phbl-toolchain] process exited with exit status: 0 (45.480831151s)
31752024-09-05T00:24:31.975Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31762024-09-05T00:24:59.338Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772024-09-05T00:32:12.162Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 10s
31782024-09-05T00:33:16.591ZSep 05 00:33:15.581 INFO [host-package] process exited with exit status: 0 (1334.886073099s)
31792024-09-05T00:33:16.591ZSep 05 00:33:15.581 INFO [host-stamp] running task
31802024-09-05T00:33:16.593ZSep 05 00:33:15.582 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31812024-09-05T00:33:16.600ZSep 05 00:33:15.589 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+git48f8cf9eaf2
31822024-09-05T00:33:16.607ZSep 05 00:33:15.597 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+git48f8cf9eaf2
31832024-09-05T00:33:16.613Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31842024-09-05T00:33:16.615ZSep 05 00:33:15.606 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+git48f8cf9eaf2
31852024-09-05T00:33:16.622Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31862024-09-05T00:33:16.624Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31872024-09-05T00:33:16.627ZSep 05 00:33:15.615 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+git48f8cf9eaf2
31882024-09-05T00:33:16.631Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31892024-09-05T00:33:16.635ZSep 05 00:33:15.626 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+git48f8cf9eaf2
31902024-09-05T00:33:16.643Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31912024-09-05T00:33:16.643Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31922024-09-05T00:33:16.646ZSep 05 00:33:15.636 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+git48f8cf9eaf2
31932024-09-05T00:33:16.653Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-09-05T00:33:16.658ZSep 05 00:33:15.648 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+git48f8cf9eaf2
31952024-09-05T00:33:16.665Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31962024-09-05T00:33:16.669ZSep 05 00:33:15.659 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+git48f8cf9eaf2
31972024-09-05T00:33:16.677Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31982024-09-05T00:33:16.680Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31992024-09-05T00:33:16.692ZSep 05 00:33:15.673 INFO [stamp-overlay] process exited with exit status: 0 (67.060137ms)
32002024-09-05T00:33:16.692ZSep 05 00:33:15.673 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (84.005241ms)
32012024-09-05T00:33:16.692ZSep 05 00:33:15.673 INFO [stamp-oxlog] process exited with exit status: 0 (47.258909ms)
32022024-09-05T00:33:16.692Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32032024-09-05T00:33:16.697Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32042024-09-05T00:33:16.755Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32052024-09-05T00:33:16.759ZSep 05 00:33:15.749 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (133.782779ms)
32062024-09-05T00:33:16.922Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32072024-09-05T00:33:16.926ZSep 05 00:33:15.917 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (268.980712ms)
32082024-09-05T00:33:17.029Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32092024-09-05T00:33:17.033ZSep 05 00:33:16.024 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (387.454697ms)
32102024-09-05T00:33:17.802Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32112024-09-05T00:33:17.807ZSep 05 00:33:16.797 INFO [stamp-propolis-server] process exited with exit status: 0 (1.199755701s)
32122024-09-05T00:33:18.063Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32132024-09-05T00:33:20.664Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32142024-09-05T00:33:27.318Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32152024-09-05T00:33:27.323ZSep 05 00:33:26.311 INFO [stamp-switch-asic] process exited with exit status: 0 (10.651798999s)
32162024-09-05T00:33:27.326ZSep 05 00:33:26.311 INFO [host-stamp] task succeeded (10.72996329s)
32172024-09-05T00:33:27.326ZSep 05 00:33:26.311 INFO [host-proto] running task
32182024-09-05T00:33:27.727ZSep 05 00:33:26.716 INFO [host-proto] task succeeded (404.188665ms)
32192024-09-05T00:33:27.727ZSep 05 00:33:26.716 INFO [host-profile] running task
32202024-09-05T00:33:27.730ZSep 05 00:33:26.716 INFO [host-profile] task succeeded (304.922µs)
32212024-09-05T00:33:27.730ZSep 05 00:33:26.716 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/.tmpw4xSUh/proto/host/root -N 'ci 48f8cf9/${os_short_commit} 2024-09-05 00:10' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32222024-09-05T00:33:27.753Z[ host-image] Sep 05 00:33:26.741 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32232024-09-05T00:33:27.753Z[ host-image] Sep 05 00:33:26.742 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32242024-09-05T00:33:27.773Z[ host-image] Sep 05 00:33:26.761 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpw4xSUh/proto/host/root"
32252024-09-05T00:33:27.773Z[ host-image] Sep 05 00:33:26.761 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32262024-09-05T00:33:27.775Z[ host-image] Sep 05 00:33:26.761 INFO image builder template: ramdisk-01-os...
32272024-09-05T00:33:27.775Z[ host-image] Sep 05 00:33:26.761 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/.tmpw4xSUh/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
32282024-09-05T00:33:27.796Z[ host-image] Sep 05 00:33:26.784 INFO O| Sep 05 00:33:26.784 INFO CREATE DATASET: rpool/images/build/host/output
32292024-09-05T00:33:28.056Z[ host-image] Sep 05 00:33:27.044 INFO O| Sep 05 00:33:27.044 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32302024-09-05T00:33:28.063Z[ host-image] Sep 05 00:33:27.051 INFO O| Sep 05 00:33:27.051 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32312024-09-05T00:33:28.290Z[ host-image] Sep 05 00:33:27.279 INFO O| Sep 05 00:33:27.279 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32322024-09-05T00:33:28.477Z[ host-image] Sep 05 00:33:27.465 INFO O| Sep 05 00:33:27.465 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32332024-09-05T00:33:28.477Z[ host-image] Sep 05 00:33:27.465 INFO O| Sep 05 00:33:27.465 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32342024-09-05T00:33:28.480Z[ host-image] Sep 05 00:33:27.465 INFO O| Sep 05 00:33:27.465 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32352024-09-05T00:33:28.480Z[ host-image] Sep 05 00:33:27.465 INFO O| Sep 05 00:33:27.465 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32362024-09-05T00:33:28.488Z[ host-image] Sep 05 00:33:27.477 INFO O| Sep 05 00:33:27.476 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32372024-09-05T00:33:28.713Z[ host-image] Sep 05 00:33:27.701 INFO O| Sep 05 00:33:27.701 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32382024-09-05T00:33:28.727Z[ host-image] Sep 05 00:33:27.716 INFO O| Sep 05 00:33:27.715 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32392024-09-05T00:33:29.159Z[ host-image] Sep 05 00:33:28.147 INFO O| Sep 05 00:33:28.147 INFO O| Caching catalogs ... Done
32402024-09-05T00:33:29.271Z[ host-image] Sep 05 00:33:28.259 INFO O| Sep 05 00:33:28.259 INFO STEP 0 (pkg_image_create) COMPLETE
32412024-09-05T00:33:29.271Z[ host-image] Sep 05 00:33:28.259 INFO O| Sep 05 00:33:28.259 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32422024-09-05T00:33:29.273Z[ host-image] Sep 05 00:33:28.259 INFO O| Sep 05 00:33:28.259 INFO skip step because feature "repo_redist" is not enabled
32432024-09-05T00:33:29.274Z[ host-image] Sep 05 00:33:28.259 INFO O| Sep 05 00:33:28.259 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32442024-09-05T00:33:29.288Z[ host-image] Sep 05 00:33:28.276 INFO O| Sep 05 00:33:28.276 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"]
32452024-09-05T00:33:29.812Z[ host-image] Sep 05 00:33:28.800 INFO O| Sep 05 00:33:28.799 INFO STEP 2 (pkg_set_publisher) COMPLETE
32462024-09-05T00:33:29.812Z[ host-image] Sep 05 00:33:28.800 INFO O| Sep 05 00:33:28.800 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32472024-09-05T00:33:29.832Z[ host-image] Sep 05 00:33:28.820 INFO O| Sep 05 00:33:28.820 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"]
32482024-09-05T00:33:30.489Z[ host-image] Sep 05 00:33:29.477 INFO O| Sep 05 00:33:29.476 INFO STEP 3 (pkg_set_publisher) COMPLETE
32492024-09-05T00:33:30.489Z[ host-image] Sep 05 00:33:29.477 INFO O| Sep 05 00:33:29.477 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32502024-09-05T00:33:30.492Z[ host-image] Sep 05 00:33:29.477 INFO O| Sep 05 00:33:29.477 INFO skip step because feature "repo_redist" is not enabled
32512024-09-05T00:33:30.492Z[ host-image] Sep 05 00:33:29.477 INFO O| Sep 05 00:33:29.477 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32522024-09-05T00:33:31.206Z[ host-image] Sep 05 00:33:30.194 INFO O| Sep 05 00:33:30.194 INFO variant opensolaris.zone is already global
32532024-09-05T00:33:31.206Z[ host-image] Sep 05 00:33:30.194 INFO O| Sep 05 00:33:30.194 INFO STEP 5 (pkg_change_variant) COMPLETE
32542024-09-05T00:33:31.209Z[ host-image] Sep 05 00:33:30.194 INFO O| Sep 05 00:33:30.194 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-09-05T00:33:31.769Z[ host-image] Sep 05 00:33:30.757 INFO O| Sep 05 00:33:30.757 INFO variant opensolaris.imagetype is full; changing to partial
32562024-09-05T00:33:31.769Z[ host-image] Sep 05 00:33:30.757 INFO O| Sep 05 00:33:30.757 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32572024-09-05T00:33:38.034Z[ host-image] Sep 05 00:33:37.020 INFO O| Sep 05 00:33:37.020 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32582024-09-05T00:33:40.597Z[ host-image] Sep 05 00:33:39.583 INFO O| Sep 05 00:33:39.583 INFO O| Startup: Caching catalogs ... Done
32592024-09-05T00:33:40.654Z[ host-image] Sep 05 00:33:39.640 INFO O| Sep 05 00:33:39.640 INFO O| Planning: Planning completed in 0.00 seconds
32602024-09-05T00:33:40.657Z[ host-image] Sep 05 00:33:39.641 INFO O| Sep 05 00:33:39.641 INFO O| Planning: Consolidating action changes ... Done
32612024-09-05T00:33:40.657Z[ host-image] Sep 05 00:33:39.641 INFO O| Sep 05 00:33:39.641 INFO O| Planning: Evaluating mediators ... Done
32622024-09-05T00:33:40.657Z[ host-image] Sep 05 00:33:39.641 INFO O| Sep 05 00:33:39.641 INFO O| Planning: Planning completed in 0.00 seconds
32632024-09-05T00:33:40.657Z[ host-image] Sep 05 00:33:39.641 INFO O| Sep 05 00:33:39.641 INFO O| Variants/Facets to change: 1
32642024-09-05T00:33:40.675Z[ host-image] Sep 05 00:33:39.660 INFO O| Sep 05 00:33:39.660 INFO O| Done
32652024-09-05T00:33:40.675Z[ host-image] Sep 05 00:33:39.661 INFO O| Sep 05 00:33:39.660 INFO O| Done
32662024-09-05T00:33:41.073Z[ host-image] Sep 05 00:33:40.059 INFO O| Sep 05 00:33:40.059 INFO O| Done
32672024-09-05T00:33:41.108Z[ host-image] Sep 05 00:33:40.092 INFO O| Sep 05 00:33:40.092 INFO O| Done
32682024-09-05T00:33:41.111Z[ host-image] Sep 05 00:33:40.093 INFO O| Sep 05 00:33:40.093 INFO O| Done
32692024-09-05T00:33:41.111Z[ host-image] Sep 05 00:33:40.094 INFO O| Sep 05 00:33:40.094 INFO O| Done
32702024-09-05T00:33:41.111Z[ host-image] Sep 05 00:33:40.095 INFO O| Sep 05 00:33:40.095 INFO O| Done
32712024-09-05T00:33:41.514Z[ host-image] Sep 05 00:33:40.500 INFO O| Sep 05 00:33:40.500 INFO STEP 6 (pkg_change_variant) COMPLETE
32722024-09-05T00:33:41.514Z[ host-image] Sep 05 00:33:40.500 INFO O| Sep 05 00:33:40.500 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32732024-09-05T00:33:41.517Z[ host-image] Sep 05 00:33:40.500 INFO O| Sep 05 00:33:40.500 INFO skip step because feature "debug_variant" is not enabled
32742024-09-05T00:33:41.517Z[ host-image] Sep 05 00:33:40.500 INFO O| Sep 05 00:33:40.500 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32752024-09-05T00:33:41.867Z[recovery-package] Finished `release` profile [optimized] target(s) in 25.01s
32762024-09-05T00:33:41.921Z[ host-image] Sep 05 00:33:40.907 INFO O| Sep 05 00:33:40.907 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32772024-09-05T00:33:42.393Z[ host-image] Sep 05 00:33:41.377 INFO O| Sep 05 00:33:41.377 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32782024-09-05T00:33:42.397Z[ host-image] Sep 05 00:33:41.378 INFO O| Sep 05 00:33:41.378 INFO O| Planning: Planning completed in 0.00 seconds
32792024-09-05T00:33:42.397Z[ host-image] Sep 05 00:33:41.379 INFO O| Sep 05 00:33:41.379 INFO O| Planning: Consolidating action changes ... Done
32802024-09-05T00:33:42.397Z[ host-image] Sep 05 00:33:41.379 INFO O| Sep 05 00:33:41.379 INFO O| Planning: Evaluating mediators ... Done
32812024-09-05T00:33:42.397Z[ host-image] Sep 05 00:33:41.379 INFO O| Sep 05 00:33:41.379 INFO O| Planning: Planning completed in 0.00 seconds
32822024-09-05T00:33:42.397Z[ host-image] Sep 05 00:33:41.380 INFO O| Sep 05 00:33:41.380 INFO O| Variants/Facets to change: 1
32832024-09-05T00:33:42.415Z[ host-image] Sep 05 00:33:41.400 INFO O| Sep 05 00:33:41.400 INFO O| Done
32842024-09-05T00:33:42.415Z[ host-image] Sep 05 00:33:41.400 INFO O| Sep 05 00:33:41.400 INFO O| Done
32852024-09-05T00:33:42.709Z[ host-image] Sep 05 00:33:41.695 INFO O| Sep 05 00:33:41.694 INFO O| Done
32862024-09-05T00:33:42.746Z[ host-image] Sep 05 00:33:41.732 INFO O| Sep 05 00:33:41.732 INFO O| Done
32872024-09-05T00:33:42.749Z[ host-image] Sep 05 00:33:41.732 INFO O| Sep 05 00:33:41.732 INFO O| Done
32882024-09-05T00:33:42.749Z[ host-image] Sep 05 00:33:41.732 INFO O| Sep 05 00:33:41.732 INFO O| Done
32892024-09-05T00:33:42.749Z[ host-image] Sep 05 00:33:41.734 INFO O| Sep 05 00:33:41.734 INFO O| Done
32902024-09-05T00:33:42.812Z[ host-image] Sep 05 00:33:41.796 INFO O| Sep 05 00:33:41.796 INFO STEP 8 (pkg_change_facet) COMPLETE
32912024-09-05T00:33:42.812Z[ host-image] Sep 05 00:33:41.796 INFO O| Sep 05 00:33:41.796 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32922024-09-05T00:33:42.817Z[ host-image] Sep 05 00:33:41.796 INFO O| Sep 05 00:33:41.796 INFO skip step because feature "recovery" is not enabled
32932024-09-05T00:33:42.817Z[ host-image] Sep 05 00:33:41.796 INFO O| Sep 05 00:33:41.796 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32942024-09-05T00:33:42.817Z[ host-image] Sep 05 00:33:41.797 INFO O| Sep 05 00:33:41.796 INFO skip step because feature "recovery" is not enabled
32952024-09-05T00:33:42.817Z[ host-image] Sep 05 00:33:41.797 INFO O| Sep 05 00:33:41.796 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32962024-09-05T00:33:42.828Z[ host-image] Sep 05 00:33:41.813 INFO O| Sep 05 00:33:41.813 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"]
32972024-09-05T00:33:43.421Z[ host-image] Sep 05 00:33:42.406 INFO O| Sep 05 00:33:42.406 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32982024-09-05T00:33:43.680ZSep 05 00:33:42.665 INFO [recovery-package] process exited with exit status: 0 (27.083404735s)
32992024-09-05T00:33:43.680ZSep 05 00:33:42.665 INFO [recovery-stamp] running task
33002024-09-05T00:33:43.688ZSep 05 00:33:42.666 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33012024-09-05T00:33:43.691ZSep 05 00:33:42.676 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git48f8cf9eaf2
33022024-09-05T00:33:43.710ZSep 05 00:33:42.693 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+git48f8cf9eaf2
33032024-09-05T00:33:43.722Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33042024-09-05T00:33:43.734Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33052024-09-05T00:33:43.800Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33062024-09-05T00:33:43.805ZSep 05 00:33:42.791 INFO [stamp-installinator] process exited with exit status: 0 (115.843593ms)
33072024-09-05T00:33:43.869Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33082024-09-05T00:33:43.874ZSep 05 00:33:42.860 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (167.970088ms)
33092024-09-05T00:33:43.874ZSep 05 00:33:42.860 INFO [recovery-stamp] task succeeded (194.291828ms)
33102024-09-05T00:33:43.877ZSep 05 00:33:42.860 INFO [recovery-proto] running task
33112024-09-05T00:33:43.877ZSep 05 00:33:42.860 INFO [tuf-stamp] running task
33122024-09-05T00:33:43.877ZSep 05 00:33:42.861 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+git48f8cf9eaf2
33132024-09-05T00:33:43.889ZSep 05 00:33:42.874 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+git48f8cf9eaf2
33142024-09-05T00:33:43.902Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33152024-09-05T00:33:43.905ZSep 05 00:33:42.888 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+git48f8cf9eaf2
33162024-09-05T00:33:43.918Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33172024-09-05T00:33:43.921ZSep 05 00:33:42.904 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+git48f8cf9eaf2
33182024-09-05T00:33:43.934Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33192024-09-05T00:33:43.937ZSep 05 00:33:42.920 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+git48f8cf9eaf2
33202024-09-05T00:33:43.949ZSep 05 00:33:42.934 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+git48f8cf9eaf2
33212024-09-05T00:33:43.972Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33222024-09-05T00:33:43.980Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33232024-09-05T00:33:43.980ZSep 05 00:33:42.958 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+git48f8cf9eaf2
33242024-09-05T00:33:44.017Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33252024-09-05T00:33:44.019ZSep 05 00:33:43.002 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+git48f8cf9eaf2
33262024-09-05T00:33:44.052Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33272024-09-05T00:33:44.072Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33282024-09-05T00:33:44.074ZSep 05 00:33:43.057 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+git48f8cf9eaf2
33292024-09-05T00:33:44.125ZSep 05 00:33:43.103 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+git48f8cf9eaf2
33302024-09-05T00:33:44.169Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33312024-09-05T00:33:44.178ZSep 05 00:33:43.155 INFO [recovery-proto] task succeeded (295.002301ms)
33322024-09-05T00:33:44.178Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33332024-09-05T00:33:44.179ZSep 05 00:33:43.156 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/.tmpw4xSUh/proto/recovery/root -N 'recovery 48f8cf9/${os_short_commit} 2024-09-05 00:10' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33342024-09-05T00:33:44.179ZSep 05 00:33:43.156 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+git48f8cf9eaf2
33352024-09-05T00:33:44.194Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33362024-09-05T00:33:45.200ZSep 05 00:33:43.179 INFO [stamp-probe] process exited with exit status: 0 (317.926863ms)
33372024-09-05T00:33:45.200Z[ recovery-image] Sep 05 00:33:43.180 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33382024-09-05T00:33:45.200Z[ recovery-image] Sep 05 00:33:43.180 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33392024-09-05T00:33:45.203Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33402024-09-05T00:33:45.203Z[ recovery-image] Sep 05 00:33:43.203 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpw4xSUh/proto/recovery/root"
33412024-09-05T00:33:45.203Z[ recovery-image] Sep 05 00:33:43.203 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33422024-09-05T00:33:45.203Z[ recovery-image] Sep 05 00:33:43.203 INFO image builder template: ramdisk-01-os...
33432024-09-05T00:33:45.203Z[ recovery-image] Sep 05 00:33:43.203 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/.tmpw4xSUh/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
33442024-09-05T00:33:45.203Z[ recovery-image] Sep 05 00:33:43.252 INFO O| Sep 05 00:33:43.251 INFO CREATE DATASET: rpool/images/build/recovery/output
33452024-09-05T00:33:45.203Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33462024-09-05T00:33:45.203ZSep 05 00:33:43.573 INFO [stamp-ntp] process exited with exit status: 0 (684.788037ms)
33472024-09-05T00:33:45.203Z[ recovery-image] Sep 05 00:33:43.759 INFO O| Sep 05 00:33:43.759 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33482024-09-05T00:33:45.203Z[ recovery-image] Sep 05 00:33:43.830 INFO O| Sep 05 00:33:43.830 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33492024-09-05T00:33:45.321Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33502024-09-05T00:33:45.346ZSep 05 00:33:44.331 INFO [stamp-internal-dns] process exited with exit status: 0 (1.228429299s)
33512024-09-05T00:33:45.419Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
33522024-09-05T00:33:45.472Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33532024-09-05T00:33:45.482Z[ recovery-image] Sep 05 00:33:44.467 INFO O| Sep 05 00:33:44.467 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33542024-09-05T00:33:45.508Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33552024-09-05T00:33:45.512ZSep 05 00:33:44.498 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.495283629s)
33562024-09-05T00:33:45.620Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33572024-09-05T00:33:45.667ZSep 05 00:33:44.652 INFO [stamp-external-dns] process exited with exit status: 0 (1.496189935s)
33582024-09-05T00:33:45.686Z[ recovery-image] Sep 05 00:33:44.671 INFO O| Sep 05 00:33:44.671 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33592024-09-05T00:33:45.686Z[ recovery-image] Sep 05 00:33:44.671 INFO O| Sep 05 00:33:44.671 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33602024-09-05T00:33:45.689Z[ recovery-image] Sep 05 00:33:44.671 INFO O| Sep 05 00:33:44.671 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33612024-09-05T00:33:45.689Z[ recovery-image] Sep 05 00:33:44.671 INFO O| Sep 05 00:33:44.671 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33622024-09-05T00:33:45.705Z[ recovery-image] Sep 05 00:33:44.690 INFO O| Sep 05 00:33:44.689 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33632024-09-05T00:33:45.995Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33642024-09-05T00:33:46.001ZSep 05 00:33:44.986 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.928750383s)
33652024-09-05T00:33:46.140Z[ recovery-image] Sep 05 00:33:45.125 INFO O| Sep 05 00:33:45.125 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33662024-09-05T00:33:46.143Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33672024-09-05T00:33:46.148ZSep 05 00:33:45.133 INFO [stamp-oximeter] process exited with exit status: 0 (2.229519976s)
33682024-09-05T00:33:46.157Z[ recovery-image] Sep 05 00:33:45.143 INFO O| Sep 05 00:33:45.142 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33692024-09-05T00:33:46.597Z[ recovery-image] Sep 05 00:33:45.582 INFO O| Sep 05 00:33:45.582 INFO O| Caching catalogs ... Done
33702024-09-05T00:33:46.735Z[ recovery-image] Sep 05 00:33:45.720 INFO O| Sep 05 00:33:45.720 INFO STEP 0 (pkg_image_create) COMPLETE
33712024-09-05T00:33:46.735Z[ recovery-image] Sep 05 00:33:45.720 INFO O| Sep 05 00:33:45.720 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33722024-09-05T00:33:46.735Z[ recovery-image] Sep 05 00:33:45.720 INFO O| Sep 05 00:33:45.720 INFO skip step because feature "repo_redist" is not enabled
33732024-09-05T00:33:46.735Z[ recovery-image] Sep 05 00:33:45.720 INFO O| Sep 05 00:33:45.720 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33742024-09-05T00:33:46.753Z[ recovery-image] Sep 05 00:33:45.738 INFO O| Sep 05 00:33:45.738 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"]
33752024-09-05T00:33:47.365Z[ recovery-image] Sep 05 00:33:46.350 INFO O| Sep 05 00:33:46.350 INFO STEP 2 (pkg_set_publisher) COMPLETE
33762024-09-05T00:33:47.365Z[ recovery-image] Sep 05 00:33:46.350 INFO O| Sep 05 00:33:46.350 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33772024-09-05T00:33:47.384Z[ recovery-image] Sep 05 00:33:46.369 INFO O| Sep 05 00:33:46.369 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"]
33782024-09-05T00:33:47.697Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33792024-09-05T00:33:47.702ZSep 05 00:33:46.687 INFO [stamp-nexus] process exited with exit status: 0 (3.813240412s)
33802024-09-05T00:33:47.955Z[ recovery-image] Sep 05 00:33:46.939 INFO O| Sep 05 00:33:46.939 INFO STEP 3 (pkg_set_publisher) COMPLETE
33812024-09-05T00:33:47.955Z[ recovery-image] Sep 05 00:33:46.939 INFO O| Sep 05 00:33:46.939 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33822024-09-05T00:33:47.955Z[ recovery-image] Sep 05 00:33:46.939 INFO O| Sep 05 00:33:46.939 INFO skip step because feature "repo_redist" is not enabled
33832024-09-05T00:33:47.957Z[ recovery-image] Sep 05 00:33:46.939 INFO O| Sep 05 00:33:46.939 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33842024-09-05T00:33:48.428Z[ recovery-image] Sep 05 00:33:47.412 INFO O| Sep 05 00:33:47.412 INFO variant opensolaris.zone is already global
33852024-09-05T00:33:48.428Z[ recovery-image] Sep 05 00:33:47.412 INFO O| Sep 05 00:33:47.412 INFO STEP 5 (pkg_change_variant) COMPLETE
33862024-09-05T00:33:48.431Z[ recovery-image] Sep 05 00:33:47.412 INFO O| Sep 05 00:33:47.412 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33872024-09-05T00:33:49.022Z[ recovery-image] Sep 05 00:33:48.006 INFO O| Sep 05 00:33:48.006 INFO variant opensolaris.imagetype is full; changing to partial
33882024-09-05T00:33:49.022Z[ recovery-image] Sep 05 00:33:48.006 INFO O| Sep 05 00:33:48.006 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33892024-09-05T00:33:49.548Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33902024-09-05T00:33:49.553ZSep 05 00:33:48.537 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.602572413s)
33912024-09-05T00:33:50.401Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33922024-09-05T00:33:50.574Z[verify-libraries] Compiling polyval v0.6.2
33932024-09-05T00:33:50.577Z[verify-libraries] Compiling rfc6979 v0.4.0
33942024-09-05T00:33:50.577Z[verify-libraries] Compiling primeorder v0.13.6
33952024-09-05T00:33:50.577Z[verify-libraries] Compiling ctr v0.9.2
33962024-09-05T00:33:50.670Z[verify-libraries] Compiling ed25519 v2.2.3
33972024-09-05T00:33:50.670Z[verify-libraries] Compiling ssh-encoding v0.2.0
33982024-09-05T00:33:50.672Z[verify-libraries] Compiling blowfish v0.9.1
33992024-09-05T00:33:51.032Z[verify-libraries] Compiling ecdsa v0.16.9
34002024-09-05T00:33:51.236Z[verify-libraries] Compiling ghash v0.5.1
34012024-09-05T00:33:51.402Z[verify-libraries] Compiling option-ext v0.2.0
34022024-09-05T00:33:51.638Z[verify-libraries] Compiling aes-gcm v0.10.3
34032024-09-05T00:33:51.684Z[verify-libraries] Compiling dirs-sys v0.4.1
34042024-09-05T00:33:51.782Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34052024-09-05T00:33:51.782Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34062024-09-05T00:33:52.151Z[verify-libraries] Compiling ssh-cipher v0.2.0
34072024-09-05T00:33:52.549Z[verify-libraries] Compiling password-hash v0.4.2
34082024-09-05T00:33:52.616Z[verify-libraries] Compiling matches v0.1.10
34092024-09-05T00:33:52.936Z[verify-libraries] Compiling p256 v0.13.2
34102024-09-05T00:33:53.415Z[verify-libraries] Compiling p521 v0.13.3
34112024-09-05T00:33:53.476Z[verify-libraries] Compiling pbkdf2 v0.11.0
34122024-09-05T00:33:53.523Z[verify-libraries] Compiling p384 v0.13.0
34132024-09-05T00:33:53.653Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34142024-09-05T00:33:53.703ZSep 05 00:33:52.687 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.767455721s)
34152024-09-05T00:33:53.741Z[verify-libraries] Compiling idna v0.2.3
34162024-09-05T00:33:54.156Z[verify-libraries] Compiling ssh-key v0.6.6
34172024-09-05T00:33:54.175Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34182024-09-05T00:33:54.202ZSep 05 00:33:53.185 INFO [stamp-clickhouse] process exited with exit status: 0 (10.227685686s)
34192024-09-05T00:33:54.202ZSep 05 00:33:53.185 INFO [tuf-stamp] task succeeded (10.325420583s)
34202024-09-05T00:33:55.675Z[verify-libraries] Compiling dirs v5.0.1
34212024-09-05T00:33:56.152Z[verify-libraries] Compiling enum-as-inner v0.5.1
34222024-09-05T00:33:56.323Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34232024-09-05T00:33:56.906Z[verify-libraries] Compiling md5 v0.7.0
34242024-09-05T00:33:56.953Z[ recovery-image] Sep 05 00:33:55.936 INFO O| Sep 05 00:33:55.936 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34252024-09-05T00:33:57.569Z[verify-libraries] Compiling russh-keys v0.44.0
34262024-09-05T00:33:57.637Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34272024-09-05T00:33:57.782Z[verify-libraries] Compiling num-bigint v0.4.5
34282024-09-05T00:33:58.247Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34292024-09-05T00:33:59.580Z[verify-libraries] Compiling hex-literal v0.4.1
34302024-09-05T00:34:00.033Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34312024-09-05T00:34:01.376Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34322024-09-05T00:34:02.201Z[verify-libraries] Compiling russh v0.44.1
34332024-09-05T00:34:02.889Z[ recovery-image] Sep 05 00:34:01.870 INFO O| Sep 05 00:34:01.870 INFO O| Startup: Caching catalogs ... Done
34342024-09-05T00:34:02.967Z[ recovery-image] Sep 05 00:34:01.949 INFO O| Sep 05 00:34:01.949 INFO O| Planning: Planning completed in 0.00 seconds
34352024-09-05T00:34:02.970Z[ recovery-image] Sep 05 00:34:01.950 INFO O| Sep 05 00:34:01.950 INFO O| Planning: Consolidating action changes ... Done
34362024-09-05T00:34:02.970Z[ recovery-image] Sep 05 00:34:01.950 INFO O| Sep 05 00:34:01.950 INFO O| Planning: Evaluating mediators ... Done
34372024-09-05T00:34:02.970Z[ recovery-image] Sep 05 00:34:01.950 INFO O| Sep 05 00:34:01.950 INFO O| Planning: Planning completed in 0.00 seconds
34382024-09-05T00:34:02.970Z[ recovery-image] Sep 05 00:34:01.951 INFO O| Sep 05 00:34:01.951 INFO O| Variants/Facets to change: 1
34392024-09-05T00:34:03.092Z[ recovery-image] Sep 05 00:34:02.074 INFO O| Sep 05 00:34:02.074 INFO O| Done
34402024-09-05T00:34:03.092Z[ recovery-image] Sep 05 00:34:02.074 INFO O| Sep 05 00:34:02.074 INFO O| Done
34412024-09-05T00:34:03.808Z[ recovery-image] Sep 05 00:34:02.790 INFO O| Sep 05 00:34:02.790 INFO O| Done
34422024-09-05T00:34:03.861Z[ recovery-image] Sep 05 00:34:02.842 INFO O| Sep 05 00:34:02.842 INFO O| Done
34432024-09-05T00:34:03.864Z[ recovery-image] Sep 05 00:34:02.845 INFO O| Sep 05 00:34:02.845 INFO O| Done
34442024-09-05T00:34:03.864Z[ recovery-image] Sep 05 00:34:02.845 INFO O| Sep 05 00:34:02.845 INFO O| Done
34452024-09-05T00:34:03.880Z[ recovery-image] Sep 05 00:34:02.862 INFO O| Sep 05 00:34:02.862 INFO O| Done
34462024-09-05T00:34:04.512Z[ recovery-image] Sep 05 00:34:03.493 INFO O| Sep 05 00:34:03.493 INFO STEP 6 (pkg_change_variant) COMPLETE
34472024-09-05T00:34:04.512Z[ recovery-image] Sep 05 00:34:03.493 INFO O| Sep 05 00:34:03.493 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34482024-09-05T00:34:04.515Z[ recovery-image] Sep 05 00:34:03.493 INFO O| Sep 05 00:34:03.493 INFO skip step because feature "debug_variant" is not enabled
34492024-09-05T00:34:04.515Z[ recovery-image] Sep 05 00:34:03.493 INFO O| Sep 05 00:34:03.493 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34502024-09-05T00:34:05.358Z[ recovery-image] Sep 05 00:34:04.339 INFO O| Sep 05 00:34:04.339 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34512024-09-05T00:34:06.519Z[ recovery-image] Sep 05 00:34:05.500 INFO O| Sep 05 00:34:05.500 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34522024-09-05T00:34:06.522Z[ recovery-image] Sep 05 00:34:05.503 INFO O| Sep 05 00:34:05.503 INFO O| Planning: Planning completed in 0.00 seconds
34532024-09-05T00:34:06.524Z[ recovery-image] Sep 05 00:34:05.504 INFO O| Sep 05 00:34:05.504 INFO O| Planning: Consolidating action changes ... Done
34542024-09-05T00:34:06.524Z[ recovery-image] Sep 05 00:34:05.504 INFO O| Sep 05 00:34:05.504 INFO O| Planning: Evaluating mediators ... Done
34552024-09-05T00:34:06.524Z[ recovery-image] Sep 05 00:34:05.505 INFO O| Sep 05 00:34:05.505 INFO O| Planning: Planning completed in 0.00 seconds
34562024-09-05T00:34:06.524Z[ recovery-image] Sep 05 00:34:05.506 INFO O| Sep 05 00:34:05.505 INFO O| Variants/Facets to change: 1
34572024-09-05T00:34:06.612Z[ recovery-image] Sep 05 00:34:05.593 INFO O| Sep 05 00:34:05.593 INFO O| Done
34582024-09-05T00:34:06.616Z[ recovery-image] Sep 05 00:34:05.593 INFO O| Sep 05 00:34:05.593 INFO O| Done
34592024-09-05T00:34:07.127Z[verify-libraries] Compiling dhcproto v0.12.0
34602024-09-05T00:34:07.149Z[ recovery-image] Sep 05 00:34:06.130 INFO O| Sep 05 00:34:06.130 INFO O| Done
34612024-09-05T00:34:07.208Z[ recovery-image] Sep 05 00:34:06.189 INFO O| Sep 05 00:34:06.189 INFO O| Done
34622024-09-05T00:34:07.211Z[ recovery-image] Sep 05 00:34:06.190 INFO O| Sep 05 00:34:06.190 INFO O| Done
34632024-09-05T00:34:07.211Z[ recovery-image] Sep 05 00:34:06.190 INFO O| Sep 05 00:34:06.190 INFO O| Done
34642024-09-05T00:34:07.213Z[ recovery-image] Sep 05 00:34:06.192 INFO O| Sep 05 00:34:06.192 INFO O| Done
34652024-09-05T00:34:07.368Z[ recovery-image] Sep 05 00:34:06.349 INFO O| Sep 05 00:34:06.348 INFO STEP 8 (pkg_change_facet) COMPLETE
34662024-09-05T00:34:07.368Z[ recovery-image] Sep 05 00:34:06.349 INFO O| Sep 05 00:34:06.348 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34672024-09-05T00:34:08.130Z[ recovery-image] Sep 05 00:34:07.111 INFO O| Sep 05 00:34:07.110 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34682024-09-05T00:34:09.300Z[ recovery-image] Sep 05 00:34:08.281 INFO O| Sep 05 00:34:08.281 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34692024-09-05T00:34:09.304Z[ recovery-image] Sep 05 00:34:08.283 INFO O| Sep 05 00:34:08.283 INFO O| Planning: Planning completed in 0.00 seconds
34702024-09-05T00:34:09.304Z[ recovery-image] Sep 05 00:34:08.284 INFO O| Sep 05 00:34:08.284 INFO O| Planning: Consolidating action changes ... Done
34712024-09-05T00:34:09.304Z[ recovery-image] Sep 05 00:34:08.284 INFO O| Sep 05 00:34:08.284 INFO O| Planning: Evaluating mediators ... Done
34722024-09-05T00:34:09.304Z[ recovery-image] Sep 05 00:34:08.284 INFO O| Sep 05 00:34:08.284 INFO O| Planning: Planning completed in 0.00 seconds
34732024-09-05T00:34:09.307Z[ recovery-image] Sep 05 00:34:08.285 INFO O| Sep 05 00:34:08.285 INFO O| Variants/Facets to change: 1
34742024-09-05T00:34:09.398Z[ recovery-image] Sep 05 00:34:08.378 INFO O| Sep 05 00:34:08.378 INFO O| Done
34752024-09-05T00:34:09.398Z[ recovery-image] Sep 05 00:34:08.378 INFO O| Sep 05 00:34:08.378 INFO O| Done
34762024-09-05T00:34:09.831Z[ recovery-image] Sep 05 00:34:08.811 INFO O| Sep 05 00:34:08.811 INFO O| Done
34772024-09-05T00:34:09.890Z[ recovery-image] Sep 05 00:34:08.869 INFO O| Sep 05 00:34:08.869 INFO O| Done
34782024-09-05T00:34:09.891Z[ recovery-image] Sep 05 00:34:08.870 INFO O| Sep 05 00:34:08.870 INFO O| Done
34792024-09-05T00:34:09.891Z[ recovery-image] Sep 05 00:34:08.870 INFO O| Sep 05 00:34:08.870 INFO O| Done
34802024-09-05T00:34:09.893Z[ recovery-image] Sep 05 00:34:08.872 INFO O| Sep 05 00:34:08.872 INFO O| Done
34812024-09-05T00:34:09.904Z[verify-libraries] Compiling internet-checksum v0.2.1
34822024-09-05T00:34:10.057Z[ recovery-image] Sep 05 00:34:09.038 INFO O| Sep 05 00:34:09.037 INFO STEP 9 (pkg_change_facet) COMPLETE
34832024-09-05T00:34:10.057Z[ recovery-image] Sep 05 00:34:09.038 INFO O| Sep 05 00:34:09.038 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34842024-09-05T00:34:10.358Z[verify-libraries] Compiling heck v0.4.1
34852024-09-05T00:34:10.798Z[ recovery-image] Sep 05 00:34:09.779 INFO O| Sep 05 00:34:09.778 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34862024-09-05T00:34:12.136Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34872024-09-05T00:34:12.156Z[ recovery-image] Sep 05 00:34:11.136 INFO O| Sep 05 00:34:11.134 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34882024-09-05T00:34:12.156Z[ recovery-image] Sep 05 00:34:11.136 INFO O| Sep 05 00:34:11.136 INFO O| Planning: Planning completed in 0.00 seconds
34892024-09-05T00:34:12.159Z[ recovery-image] Sep 05 00:34:11.137 INFO O| Sep 05 00:34:11.137 INFO O| Planning: Consolidating action changes ... Done
34902024-09-05T00:34:12.159Z[ recovery-image] Sep 05 00:34:11.137 INFO O| Sep 05 00:34:11.137 INFO O| Planning: Evaluating mediators ... Done
34912024-09-05T00:34:12.159Z[ recovery-image] Sep 05 00:34:11.138 INFO O| Sep 05 00:34:11.138 INFO O| Planning: Planning completed in 0.00 seconds
34922024-09-05T00:34:12.159Z[ recovery-image] Sep 05 00:34:11.139 INFO O| Sep 05 00:34:11.138 INFO O| Variants/Facets to change: 1
34932024-09-05T00:34:12.304Z[ recovery-image] Sep 05 00:34:11.284 INFO O| Sep 05 00:34:11.284 INFO O| Done
34942024-09-05T00:34:12.306Z[ recovery-image] Sep 05 00:34:11.284 INFO O| Sep 05 00:34:11.284 INFO O| Done
34952024-09-05T00:34:12.842Z[ recovery-image] Sep 05 00:34:11.821 INFO O| Sep 05 00:34:11.821 INFO O| Done
34962024-09-05T00:34:12.971Z[ recovery-image] Sep 05 00:34:11.951 INFO O| Sep 05 00:34:11.950 INFO O| Done
34972024-09-05T00:34:12.973Z[ recovery-image] Sep 05 00:34:11.952 INFO O| Sep 05 00:34:11.952 INFO O| Done
34982024-09-05T00:34:12.974Z[ recovery-image] Sep 05 00:34:11.952 INFO O| Sep 05 00:34:11.952 INFO O| Done
34992024-09-05T00:34:12.976Z[ recovery-image] Sep 05 00:34:11.954 INFO O| Sep 05 00:34:11.954 INFO O| Done
35002024-09-05T00:34:13.148Z[ recovery-image] Sep 05 00:34:12.127 INFO O| Sep 05 00:34:12.127 INFO STEP 10 (pkg_change_facet) COMPLETE
35012024-09-05T00:34:13.148Z[ recovery-image] Sep 05 00:34:12.127 INFO O| Sep 05 00:34:12.127 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35022024-09-05T00:34:13.173Z[ recovery-image] Sep 05 00:34:12.153 INFO O| Sep 05 00:34:12.153 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"]
35032024-09-05T00:34:14.415Z[ recovery-image] Sep 05 00:34:13.394 INFO O| Sep 05 00:34:13.394 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35042024-09-05T00:34:15.483Z[ host-image] Sep 05 00:34:14.462 INFO O| Sep 05 00:34:14.462 INFO O| Planning: Solver setup ... Done
35052024-09-05T00:34:18.991Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35062024-09-05T00:34:19.574Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35072024-09-05T00:34:20.088Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35082024-09-05T00:34:20.742Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35092024-09-05T00:34:21.316Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35102024-09-05T00:34:21.955Z[verify-libraries] Compiling indent_write v2.2.0
35112024-09-05T00:34:21.990Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35122024-09-05T00:34:22.861Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35132024-09-05T00:34:23.885Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35142024-09-05T00:34:24.854Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35152024-09-05T00:34:25.612Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35162024-09-05T00:34:33.127Z[verify-libraries] Compiling termios v0.3.3
35172024-09-05T00:34:33.681Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35182024-09-05T00:34:40.439Z[ host-image] Sep 05 00:34:39.414 INFO O| Sep 05 00:34:39.414 INFO O| Planning: Running solver ... Done
35192024-09-05T00:34:40.827Z[ host-image] Sep 05 00:34:39.801 INFO O| Sep 05 00:34:39.800 INFO O| Planning: Finding local manifests ... Done
35202024-09-05T00:34:40.864Z[ host-image] Sep 05 00:34:39.839 INFO O| Sep 05 00:34:39.838 INFO O| Planning: Fetching manifests: 0/124 0% complete
35212024-09-05T00:34:46.112Z[ host-image] Sep 05 00:34:45.086 INFO O| Sep 05 00:34:45.086 INFO O| Planning: Fetching manifests: 124/124 100% complete
35222024-09-05T00:34:47.379Z[ host-image] Sep 05 00:34:46.353 INFO O| Sep 05 00:34:46.353 INFO O| Planning: Package planning ... Done
35232024-09-05T00:34:47.865Z[ recovery-image] Sep 05 00:34:46.838 INFO O| Sep 05 00:34:46.838 INFO O| Planning: Solver setup ... Done
35242024-09-05T00:34:49.205Z[ host-image] Sep 05 00:34:48.178 INFO O| Sep 05 00:34:48.178 INFO O| Planning: Merging actions ... Done
35252024-09-05T00:34:49.605Z[ host-image] Sep 05 00:34:48.578 INFO O| Sep 05 00:34:48.578 INFO O| Planning: Checking for conflicting actions ... Done
35262024-09-05T00:34:49.885Z[ host-image] Sep 05 00:34:48.858 INFO O| Sep 05 00:34:48.858 INFO O| Planning: Consolidating action changes ... Done
35272024-09-05T00:34:50.671Z[ host-image] Sep 05 00:34:49.644 INFO O| Sep 05 00:34:49.644 INFO O| Planning: Evaluating mediators ... Done
35282024-09-05T00:34:57.571Z[ host-image] Sep 05 00:34:56.542 INFO O| Sep 05 00:34:56.542 INFO O| Planning: Planning completed in 74.14 seconds
35292024-09-05T00:34:57.580Z[ host-image] Sep 05 00:34:56.552 INFO O| Sep 05 00:34:56.552 INFO O| Packages to install: 124
35302024-09-05T00:34:57.580Z[ host-image] Sep 05 00:34:56.552 INFO O| Sep 05 00:34:56.552 INFO O| Mediators to change: 4
35312024-09-05T00:34:57.583Z[ host-image] Sep 05 00:34:56.552 INFO O| Sep 05 00:34:56.552 INFO O| Services to change: 6
35322024-09-05T00:34:57.711Z[ host-image] Sep 05 00:34:56.683 INFO O| Sep 05 00:34:56.683 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35332024-09-05T00:34:59.542Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35342024-09-05T00:35:02.719Z[ host-image] Sep 05 00:35:01.689 INFO O| Sep 05 00:35:01.689 INFO O| Download: 1182/22728 items 7.1/196.4MB 3% complete (1.4M/s)
35352024-09-05T00:35:07.806Z[ host-image] Sep 05 00:35:06.776 INFO O| Sep 05 00:35:06.776 INFO O| Download: 1791/22728 items 13.2/196.4MB 6% complete (1.3M/s)
35362024-09-05T00:35:12.014Z[ recovery-image] Sep 05 00:35:10.983 INFO O| Sep 05 00:35:10.983 INFO O| Planning: Running solver ... Done
35372024-09-05T00:35:12.317Z[ recovery-image] Sep 05 00:35:11.286 INFO O| Sep 05 00:35:11.286 INFO O| Planning: Finding local manifests ... Done
35382024-09-05T00:35:12.334Z[ recovery-image] Sep 05 00:35:11.304 INFO O| Sep 05 00:35:11.303 INFO O| Planning: Fetching manifests: 0/124 0% complete
35392024-09-05T00:35:12.913Z[ host-image] Sep 05 00:35:11.882 INFO O| Sep 05 00:35:11.882 INFO O| Download: 2286/22728 items 26.3/196.4MB 13% complete (1.9M/s)
35402024-09-05T00:35:17.497Z[ recovery-image] Sep 05 00:35:16.465 INFO O| Sep 05 00:35:16.465 INFO O| Planning: Fetching manifests: 124/124 100% complete
35412024-09-05T00:35:17.920Z[ host-image] Sep 05 00:35:16.888 INFO O| Sep 05 00:35:16.888 INFO O| Download: 3165/22728 items 33.9/196.4MB 17% complete (2.0M/s)
35422024-09-05T00:35:18.689Z[ recovery-image] Sep 05 00:35:17.657 INFO O| Sep 05 00:35:17.657 INFO O| Planning: Package planning ... Done
35432024-09-05T00:35:19.336Z[ recovery-image] Sep 05 00:35:18.304 INFO O| Sep 05 00:35:18.303 INFO O| Planning: Merging actions ... Done
35442024-09-05T00:35:19.519Z[ recovery-image] Sep 05 00:35:18.487 INFO O| Sep 05 00:35:18.487 INFO O| Planning: Checking for conflicting actions ... Done
35452024-09-05T00:35:19.673Z[ recovery-image] Sep 05 00:35:18.640 INFO O| Sep 05 00:35:18.640 INFO O| Planning: Consolidating action changes ... Done
35462024-09-05T00:35:20.065Z[ recovery-image] Sep 05 00:35:19.032 INFO O| Sep 05 00:35:19.032 INFO O| Planning: Evaluating mediators ... Done
35472024-09-05T00:35:22.946Z[ host-image] Sep 05 00:35:21.913 INFO O| Sep 05 00:35:21.913 INFO O| Download: 4380/22728 items 41.1/196.4MB 20% complete (1.5M/s)
35482024-09-05T00:35:26.286Z[ recovery-image] Sep 05 00:35:25.252 INFO O| Sep 05 00:35:25.252 INFO O| Planning: Planning completed in 71.86 seconds
35492024-09-05T00:35:26.298Z[ recovery-image] Sep 05 00:35:25.264 INFO O| Sep 05 00:35:25.264 INFO O| Packages to install: 124
35502024-09-05T00:35:26.298Z[ recovery-image] Sep 05 00:35:25.264 INFO O| Sep 05 00:35:25.264 INFO O| Mediators to change: 4
35512024-09-05T00:35:26.298Z[ recovery-image] Sep 05 00:35:25.264 INFO O| Sep 05 00:35:25.264 INFO O| Services to change: 5
35522024-09-05T00:35:26.370Z[ recovery-image] Sep 05 00:35:25.336 INFO O| Sep 05 00:35:25.336 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35532024-09-05T00:35:27.955Z[ host-image] Sep 05 00:35:26.921 INFO O| Sep 05 00:35:26.921 INFO O| Download: 4973/22728 items 45.8/196.4MB 23% complete (1.2M/s)
35542024-09-05T00:35:31.375Z[ recovery-image] Sep 05 00:35:30.340 INFO O| Sep 05 00:35:30.340 INFO O| Download: 988/15831 items 7.8/173.2MB 4% complete (1.6M/s)
35552024-09-05T00:35:33.127Z[ host-image] Sep 05 00:35:32.092 INFO O| Sep 05 00:35:32.092 INFO O| Download: 5764/22728 items 46.3/196.4MB 23% complete (538k/s)
35562024-09-05T00:35:36.403Z[ recovery-image] Sep 05 00:35:35.367 INFO O| Sep 05 00:35:35.367 INFO O| Download: 1192/15831 items 15.5/173.2MB 8% complete (1.5M/s)
35572024-09-05T00:35:38.346Z[ host-image] Sep 05 00:35:37.310 INFO O| Sep 05 00:35:37.310 INFO O| Download: 6847/22728 items 49.0/196.4MB 24% complete (308k/s)
35582024-09-05T00:35:41.417Z[ recovery-image] Sep 05 00:35:40.381 INFO O| Sep 05 00:35:40.381 INFO O| Download: 1522/15831 items 22.0/173.2MB 12% complete (1.5M/s)
35592024-09-05T00:35:42.236Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35602024-09-05T00:35:43.435Z[ host-image] Sep 05 00:35:42.398 INFO O| Sep 05 00:35:42.398 INFO O| Download: 7694/22728 items 58.7/196.4MB 29% complete (1.2M/s)
35612024-09-05T00:35:46.426Z[ recovery-image] Sep 05 00:35:45.389 INFO O| Sep 05 00:35:45.389 INFO O| Download: 2270/15831 items 31.2/173.2MB 18% complete (1.6M/s)
35622024-09-05T00:35:48.794Z[ host-image] Sep 05 00:35:47.755 INFO O| Sep 05 00:35:47.755 INFO O| Download: 8256/22728 items 65.0/196.4MB 33% complete (1.5M/s)
35632024-09-05T00:35:51.434Z[ recovery-image] Sep 05 00:35:50.396 INFO O| Sep 05 00:35:50.396 INFO O| Download: 3318/15831 items 37.9/173.2MB 21% complete (1.6M/s)
35642024-09-05T00:35:52.044Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35652024-09-05T00:35:52.498Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35662024-09-05T00:35:53.797Z[ host-image] Sep 05 00:35:52.758 INFO O| Sep 05 00:35:52.758 INFO O| Download: 9041/22728 items 74.5/196.4MB 37% complete (1.4M/s)
35672024-09-05T00:35:56.535Z[ recovery-image] Sep 05 00:35:55.496 INFO O| Sep 05 00:35:55.496 INFO O| Download: 3747/15831 items 41.9/173.2MB 24% complete (1.1M/s)
35682024-09-05T00:35:58.813Z[ host-image] Sep 05 00:35:57.773 INFO O| Sep 05 00:35:57.773 INFO O| Download: 9781/22728 items 83.5/196.4MB 42% complete (1.9M/s)
35692024-09-05T00:35:59.259Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35702024-09-05T00:36:01.541Z[ recovery-image] Sep 05 00:36:00.501 INFO O| Sep 05 00:36:00.501 INFO O| Download: 4770/15831 items 43.0/173.2MB 24% complete (532k/s)
35712024-09-05T00:36:03.816Z[ host-image] Sep 05 00:36:02.776 INFO O| Sep 05 00:36:02.775 INFO O| Download: 10591/22728 items 88.9/196.4MB 45% complete (1.6M/s)
35722024-09-05T00:36:06.545Z[ recovery-image] Sep 05 00:36:05.504 INFO O| Sep 05 00:36:05.504 INFO O| Download: 5597/15831 items 43.5/173.2MB 25% complete (161k/s)
35732024-09-05T00:36:08.824Z[ host-image] Sep 05 00:36:07.783 INFO O| Sep 05 00:36:07.783 INFO O| Download: 11189/22728 items 93.9/196.4MB 47% complete (1.0M/s)
35742024-09-05T00:36:11.874Z[ recovery-image] Sep 05 00:36:10.832 INFO O| Sep 05 00:36:10.832 INFO O| Download: 5905/15831 items 52.9/173.2MB 30% complete (998k/s)
35752024-09-05T00:36:13.834Z[ host-image] Sep 05 00:36:12.792 INFO O| Sep 05 00:36:12.792 INFO O| Download: 11833/22728 items 96.4/196.4MB 49% complete (769k/s)
35762024-09-05T00:36:16.883Z[ recovery-image] Sep 05 00:36:15.840 INFO O| Sep 05 00:36:15.840 INFO O| Download: 6243/15831 items 62.4/173.2MB 36% complete (1.8M/s)
35772024-09-05T00:36:19.013Z[ host-image] Sep 05 00:36:17.970 INFO O| Sep 05 00:36:17.970 INFO O| Download: 12280/22728 items 109.4/196.4MB 55% complete (1.6M/s)
35782024-09-05T00:36:21.898Z[ recovery-image] Sep 05 00:36:20.854 INFO O| Sep 05 00:36:20.854 INFO O| Download: 7262/15831 items 73.3/173.2MB 42% complete (2.0M/s)
35792024-09-05T00:36:24.017Z[ host-image] Sep 05 00:36:22.973 INFO O| Sep 05 00:36:22.973 INFO O| Download: 13140/22728 items 109.8/196.4MB 55% complete (1.3M/s)
35802024-09-05T00:36:26.913Z[ recovery-image] Sep 05 00:36:25.868 INFO O| Sep 05 00:36:25.868 INFO O| Download: 7861/15831 items 75.6/173.2MB 43% complete (1.3M/s)
35812024-09-05T00:36:29.028Z[ host-image] Sep 05 00:36:27.983 INFO O| Sep 05 00:36:27.982 INFO O| Download: 14028/22728 items 110.3/196.4MB 56% complete (89.1k/s)
35822024-09-05T00:36:31.929Z[ recovery-image] Sep 05 00:36:30.884 INFO O| Sep 05 00:36:30.884 INFO O| Download: 8620/15831 items 80.5/173.2MB 46% complete (694k/s)
35832024-09-05T00:36:33.792Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35842024-09-05T00:36:34.274Z[ host-image] Sep 05 00:36:33.228 INFO O| Sep 05 00:36:33.228 INFO O| Download: 14501/22728 items 115.9/196.4MB 58% complete (444k/s)
35852024-09-05T00:36:36.977Z[ recovery-image] Sep 05 00:36:35.930 INFO O| Sep 05 00:36:35.930 INFO O| Download: 8927/15831 items 92.6/173.2MB 53% complete (1.7M/s)
35862024-09-05T00:36:37.897Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35872024-09-05T00:36:39.182Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35882024-09-05T00:36:39.277Z[ host-image] Sep 05 00:36:38.231 INFO O| Sep 05 00:36:38.230 INFO O| Download: 15341/22728 items 122.3/196.4MB 62% complete (1.1M/s)
35892024-09-05T00:36:42.021Z[ recovery-image] Sep 05 00:36:40.973 INFO O| Sep 05 00:36:40.973 INFO O| Download: 9945/15831 items 93.1/173.2MB 53% complete (1.3M/s)
35902024-09-05T00:36:44.339Z[ host-image] Sep 05 00:36:43.291 INFO O| Sep 05 00:36:43.291 INFO O| Download: 15848/22728 items 130.2/196.4MB 66% complete (1.4M/s)
35912024-09-05T00:36:47.065Z[ recovery-image] Sep 05 00:36:46.017 INFO O| Sep 05 00:36:46.016 INFO O| Download: 10792/15831 items 93.7/173.2MB 54% complete (110k/s)
35922024-09-05T00:36:49.375Z[ host-image] Sep 05 00:36:48.326 INFO O| Sep 05 00:36:48.326 INFO O| Download: 16683/22728 items 139.9/196.4MB 71% complete (1.8M/s)
35932024-09-05T00:36:52.068Z[ recovery-image] Sep 05 00:36:51.018 INFO O| Sep 05 00:36:51.018 INFO O| Download: 11068/15831 items 98.0/173.2MB 56% complete (341k/s)
35942024-09-05T00:36:54.416Z[ host-image] Sep 05 00:36:53.367 INFO O| Sep 05 00:36:53.367 INFO O| Download: 17419/22728 items 145.3/196.4MB 73% complete (1.5M/s)
35952024-09-05T00:36:57.575Z[ recovery-image] Sep 05 00:36:56.524 INFO O| Sep 05 00:36:56.524 INFO O| Download: 11398/15831 items 107.0/173.2MB 61% complete (1.3M/s)
35962024-09-05T00:36:59.416Z[ host-image] Sep 05 00:36:58.366 INFO O| Sep 05 00:36:58.365 INFO O| Download: 18306/22728 items 160.2/196.4MB 81% complete (2.0M/s)
35972024-09-05T00:37:02.755Z[ recovery-image] Sep 05 00:37:01.704 INFO O| Sep 05 00:37:01.704 INFO O| Download: 11969/15831 items 136.8/173.2MB 78% complete (3.7M/s)
35982024-09-05T00:37:04.435Z[ host-image] Sep 05 00:37:03.384 INFO O| Sep 05 00:37:03.384 INFO O| Download: 19122/22728 items 163.4/196.4MB 83% complete (1.8M/s)
35992024-09-05T00:37:07.762Z[ recovery-image] Sep 05 00:37:06.710 INFO O| Sep 05 00:37:06.710 INFO O| Download: 12899/15831 items 140.6/173.2MB 81% complete (3.4M/s)
36002024-09-05T00:37:09.898Z[ host-image] Sep 05 00:37:08.846 INFO O| Sep 05 00:37:08.846 INFO O| Download: 19966/22728 items 167.2/196.4MB 85% complete (798k/s)
36012024-09-05T00:37:12.782Z[ recovery-image] Sep 05 00:37:11.729 INFO O| Sep 05 00:37:11.729 INFO O| Download: 13740/15831 items 144.4/173.2MB 83% complete (806k/s)
36022024-09-05T00:37:15.138Z[ host-image] Sep 05 00:37:14.084 INFO O| Sep 05 00:37:14.084 INFO O| Download: 20794/22728 items 173.5/196.4MB 88% complete (902k/s)
36032024-09-05T00:37:17.905Z[ recovery-image] Sep 05 00:37:16.851 INFO O| Sep 05 00:37:16.851 INFO O| Download: 14671/15831 items 148.0/173.2MB 85% complete (733k/s)
36042024-09-05T00:37:20.140Z[ host-image] Sep 05 00:37:19.086 INFO O| Sep 05 00:37:19.085 INFO O| Download: 21388/22728 items 177.3/196.4MB 90% complete (1.0M/s)
36052024-09-05T00:37:23.101Z[ recovery-image] Sep 05 00:37:22.046 INFO O| Sep 05 00:37:22.046 INFO O| Download: 15239/15831 items 157.9/173.2MB 91% complete (1.3M/s)
36062024-09-05T00:37:25.274Z[ host-image] Sep 05 00:37:24.219 INFO O| Sep 05 00:37:24.219 INFO O| Download: 21920/22728 items 188.6/196.4MB 96% complete (1.6M/s)
36072024-09-05T00:37:28.243Z[ recovery-image] Sep 05 00:37:27.188 INFO O| Sep 05 00:37:27.187 INFO O| Download: 15562/15831 items 166.2/173.2MB 95% complete (1.9M/s)
36082024-09-05T00:37:30.275Z[ host-image] Sep 05 00:37:29.220 INFO O| Sep 05 00:37:29.219 INFO O| Download: 22407/22728 items 196.0/196.4MB 99% complete (1.9M/s)
36092024-09-05T00:37:32.117Z[ host-image] Sep 05 00:37:31.060 INFO O| Sep 05 00:37:31.060 INFO O| Download: Completed 196.40 MB in 154.38 seconds (1.3M/s)
36102024-09-05T00:37:32.275Z[ recovery-image] Sep 05 00:37:31.219 INFO O| Sep 05 00:37:31.219 INFO O| Download: Completed 173.18 MB in 125.88 seconds (1.4M/s)
36112024-09-05T00:37:33.624Z[ recovery-image] Sep 05 00:37:32.567 INFO O| Sep 05 00:37:32.567 INFO O| Actions: 1/24965 actions (Installing new actions)
36122024-09-05T00:37:33.661Z[ host-image] Sep 05 00:37:32.604 INFO O| Sep 05 00:37:32.604 INFO O| Actions: 1/49262 actions (Installing new actions)
36132024-09-05T00:37:38.641Z[ recovery-image] Sep 05 00:37:37.583 INFO O| Sep 05 00:37:37.583 INFO O| Actions: 8137/24965 actions (Installing new actions)
36142024-09-05T00:37:38.662Z[ host-image] Sep 05 00:37:37.604 INFO O| Sep 05 00:37:37.604 INFO O| Actions: 8601/49262 actions (Installing new actions)
36152024-09-05T00:37:43.642Z[ recovery-image] Sep 05 00:37:42.584 INFO O| Sep 05 00:37:42.584 INFO O| Actions: 13388/24965 actions (Installing new actions)
36162024-09-05T00:37:43.663Z[ host-image] Sep 05 00:37:42.604 INFO O| Sep 05 00:37:42.604 INFO O| Actions: 14354/49262 actions (Installing new actions)
36172024-09-05T00:37:48.643Z[ recovery-image] Sep 05 00:37:47.584 INFO O| Sep 05 00:37:47.584 INFO O| Actions: 21908/24965 actions (Installing new actions)
36182024-09-05T00:37:48.665Z[ host-image] Sep 05 00:37:47.606 INFO O| Sep 05 00:37:47.605 INFO O| Actions: 20687/49262 actions (Installing new actions)
36192024-09-05T00:37:53.651Z[ recovery-image] Sep 05 00:37:52.590 INFO O| Sep 05 00:37:52.590 INFO O| Actions: 24516/24965 actions (Installing new actions)
36202024-09-05T00:37:53.666Z[ host-image] Sep 05 00:37:52.606 INFO O| Sep 05 00:37:52.605 INFO O| Actions: 37719/49262 actions (Installing new actions)
36212024-09-05T00:37:56.270Z[ recovery-image] Sep 05 00:37:55.209 INFO O| Sep 05 00:37:55.209 INFO O| Actions: Completed 24965 actions in 22.64 seconds.
36222024-09-05T00:37:56.863Z[ recovery-image] Sep 05 00:37:55.802 INFO O| Sep 05 00:37:55.802 INFO O| Done
36232024-09-05T00:37:56.863Z[ recovery-image] Sep 05 00:37:55.802 INFO O| Sep 05 00:37:55.802 INFO O| Done
36242024-09-05T00:37:57.791Z[ recovery-image] Sep 05 00:37:56.730 INFO O| Sep 05 00:37:56.730 INFO O| Done
36252024-09-05T00:37:58.668Z[ host-image] Sep 05 00:37:57.607 INFO O| Sep 05 00:37:57.607 INFO O| Actions: 48811/49262 actions (Installing new actions)
36262024-09-05T00:37:59.587Z[ recovery-image] Sep 05 00:37:58.525 INFO O| Sep 05 00:37:58.525 INFO O| Done
36272024-09-05T00:37:59.611Z[ recovery-image] Sep 05 00:37:58.549 INFO O| Sep 05 00:37:58.549 INFO O| Done
36282024-09-05T00:38:01.430Z[ host-image] Sep 05 00:38:00.369 INFO O| Sep 05 00:38:00.368 INFO O| Actions: Completed 49262 actions in 27.76 seconds.
36292024-09-05T00:38:02.045Z[ host-image] Sep 05 00:38:00.983 INFO O| Sep 05 00:38:00.983 INFO O| Done
36302024-09-05T00:38:02.045Z[ host-image] Sep 05 00:38:00.983 INFO O| Sep 05 00:38:00.983 INFO O| Done
36312024-09-05T00:38:03.191Z[ host-image] Sep 05 00:38:02.128 INFO O| Sep 05 00:38:02.128 INFO O| Done
36322024-09-05T00:38:04.834Z[ recovery-image] Sep 05 00:38:03.771 INFO O| Sep 05 00:38:03.771 INFO O| Done
36332024-09-05T00:38:05.689Z[ recovery-image] Sep 05 00:38:04.627 INFO O| Sep 05 00:38:04.627 INFO O| Done
36342024-09-05T00:38:06.075Z[ recovery-image] Sep 05 00:38:05.012 INFO O| Sep 05 00:38:05.012 INFO STEP 11 (pkg_install) COMPLETE
36352024-09-05T00:38:06.075Z[ recovery-image] Sep 05 00:38:05.012 INFO O| Sep 05 00:38:05.012 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36362024-09-05T00:38:06.077Z[ recovery-image] Sep 05 00:38:05.012 INFO O| Sep 05 00:38:05.012 INFO skip step because feature "recovery" is enabled
36372024-09-05T00:38:06.077Z[ recovery-image] Sep 05 00:38:05.012 INFO O| Sep 05 00:38:05.012 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36382024-09-05T00:38:06.077Z[ recovery-image] Sep 05 00:38:05.012 INFO O| Sep 05 00:38:05.012 INFO skip step because feature "omicron1" is not enabled
36392024-09-05T00:38:06.077Z[ recovery-image] Sep 05 00:38:05.013 INFO O| Sep 05 00:38:05.012 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36402024-09-05T00:38:06.099Z[ recovery-image] Sep 05 00:38:05.036 INFO O| Sep 05 00:38:05.036 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36412024-09-05T00:38:06.221Z[ host-image] Sep 05 00:38:05.159 INFO O| Sep 05 00:38:05.159 INFO O| Done
36422024-09-05T00:38:06.293Z[ host-image] Sep 05 00:38:05.231 INFO O| Sep 05 00:38:05.231 INFO O| Done
36432024-09-05T00:38:07.521Z[ recovery-image] Sep 05 00:38:06.457 INFO O| Sep 05 00:38:06.457 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36442024-09-05T00:38:09.824Z[ recovery-image] Sep 05 00:38:08.761 INFO O| Sep 05 00:38:08.761 INFO O| Planning: Solver setup ... Done
36452024-09-05T00:38:09.831Z[ recovery-image] Sep 05 00:38:08.768 INFO O| Sep 05 00:38:08.768 INFO O| Planning: Running solver ... Done
36462024-09-05T00:38:09.903Z[ recovery-image] Sep 05 00:38:08.839 INFO O| Sep 05 00:38:08.839 INFO O| Planning: Finding local manifests ... Done
36472024-09-05T00:38:09.905Z[ recovery-image] Sep 05 00:38:08.841 INFO O| Sep 05 00:38:08.841 INFO O| Planning: Fetching manifests: 0/1 0% complete
36482024-09-05T00:38:09.974Z[ recovery-image] Sep 05 00:38:08.910 INFO O| Sep 05 00:38:08.910 INFO O| Planning: Fetching manifests: 1/1 100% complete
36492024-09-05T00:38:10.005Z[ recovery-image] Sep 05 00:38:08.942 INFO O| Sep 05 00:38:08.942 INFO O| Planning: Package planning ... Done
36502024-09-05T00:38:10.008Z[ recovery-image] Sep 05 00:38:08.942 INFO O| Sep 05 00:38:08.942 INFO O| Planning: Merging actions ... Done
36512024-09-05T00:38:10.043Z[ recovery-image] Sep 05 00:38:08.980 INFO O| Sep 05 00:38:08.980 INFO O| Planning: Checking for conflicting actions ... Done
36522024-09-05T00:38:10.047Z[ recovery-image] Sep 05 00:38:08.981 INFO O| Sep 05 00:38:08.981 INFO O| Planning: Consolidating action changes ... Done
36532024-09-05T00:38:10.187Z[ recovery-image] Sep 05 00:38:09.124 INFO O| Sep 05 00:38:09.124 INFO O| Planning: Evaluating mediators ... Done
36542024-09-05T00:38:10.191Z[ recovery-image] Sep 05 00:38:09.125 INFO O| Sep 05 00:38:09.125 INFO O| Planning: Planning completed in 2.67 seconds
36552024-09-05T00:38:10.191Z[ recovery-image] Sep 05 00:38:09.127 INFO O| Sep 05 00:38:09.126 INFO O| Packages to install: 1
36562024-09-05T00:38:10.202Z[ recovery-image] Sep 05 00:38:09.139 INFO O| Sep 05 00:38:09.139 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36572024-09-05T00:38:10.554Z[ recovery-image] Sep 05 00:38:09.491 INFO O| Sep 05 00:38:09.491 INFO O| Download: Completed 20.80 MB in 0.35 seconds (59.1M/s)
36582024-09-05T00:38:10.586Z[ recovery-image] Sep 05 00:38:09.523 INFO O| Sep 05 00:38:09.522 INFO O| Actions: 1/22 actions (Installing new actions)
36592024-09-05T00:38:11.230Z[ recovery-image] Sep 05 00:38:10.166 INFO O| Sep 05 00:38:10.166 INFO O| Actions: Completed 22 actions in 0.64 seconds.
36602024-09-05T00:38:11.412Z[ recovery-image] Sep 05 00:38:10.349 INFO O| Sep 05 00:38:10.349 INFO O| Done
36612024-09-05T00:38:11.412Z[ recovery-image] Sep 05 00:38:10.349 INFO O| Sep 05 00:38:10.349 INFO O| Done
36622024-09-05T00:38:11.723Z[ host-image] Sep 05 00:38:10.660 INFO O| Sep 05 00:38:10.660 INFO O| Done
36632024-09-05T00:38:11.769Z[ recovery-image] Sep 05 00:38:10.706 INFO O| Sep 05 00:38:10.706 INFO O| Done
36642024-09-05T00:38:12.290Z[ host-image] Sep 05 00:38:11.227 INFO O| Sep 05 00:38:11.226 INFO O| Done
36652024-09-05T00:38:12.541Z[ host-image] Sep 05 00:38:11.477 INFO O| Sep 05 00:38:11.477 INFO STEP 11 (pkg_install) COMPLETE
36662024-09-05T00:38:12.541Z[ host-image] Sep 05 00:38:11.477 INFO O| Sep 05 00:38:11.477 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36672024-09-05T00:38:12.554Z[ host-image] Sep 05 00:38:11.491 INFO O| Sep 05 00:38:11.491 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
36682024-09-05T00:38:12.752Z[ recovery-image] Sep 05 00:38:11.688 INFO O| Sep 05 00:38:11.688 INFO O| Done
36692024-09-05T00:38:12.767Z[ recovery-image] Sep 05 00:38:11.703 INFO O| Sep 05 00:38:11.703 INFO O| Done
36702024-09-05T00:38:12.767Z[ recovery-image] Sep 05 00:38:11.703 INFO O| Sep 05 00:38:11.703 INFO O| Done
36712024-09-05T00:38:12.777Z[ recovery-image] Sep 05 00:38:11.713 INFO O| Sep 05 00:38:11.713 INFO O| Done
36722024-09-05T00:38:12.893Z[ recovery-image] Sep 05 00:38:11.830 INFO O| Sep 05 00:38:11.829 INFO STEP 14 (pkg_install) COMPLETE
36732024-09-05T00:38:12.893Z[ recovery-image] Sep 05 00:38:11.830 INFO O| Sep 05 00:38:11.829 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36742024-09-05T00:38:12.896Z[ recovery-image] Sep 05 00:38:11.830 INFO O| Sep 05 00:38:11.830 INFO skip step because feature "mfg" is not enabled
36752024-09-05T00:38:12.896Z[ recovery-image] Sep 05 00:38:11.830 INFO O| Sep 05 00:38:11.830 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762024-09-05T00:38:12.896Z[ recovery-image] Sep 05 00:38:11.830 INFO O| Sep 05 00:38:11.830 INFO skip step because feature "compliance" is not enabled
36772024-09-05T00:38:12.896Z[ recovery-image] Sep 05 00:38:11.830 INFO O| Sep 05 00:38:11.830 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36782024-09-05T00:38:12.896Z[ recovery-image] Sep 05 00:38:11.830 INFO O| Sep 05 00:38:11.830 INFO skip step because feature "stress" is not enabled
36792024-09-05T00:38:12.897Z[ recovery-image] Sep 05 00:38:11.830 INFO O| Sep 05 00:38:11.830 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36802024-09-05T00:38:12.897Z[ recovery-image] Sep 05 00:38:11.830 INFO O| Sep 05 00:38:11.830 INFO skip step because feature "nfs" is not enabled
36812024-09-05T00:38:12.897Z[ recovery-image] Sep 05 00:38:11.830 INFO O| Sep 05 00:38:11.830 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36822024-09-05T00:38:12.897Z[ recovery-image] Sep 05 00:38:11.830 INFO O| Sep 05 00:38:11.830 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36832024-09-05T00:38:13.111Z[ recovery-image] Sep 05 00:38:12.047 INFO O| Sep 05 00:38:12.047 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36842024-09-05T00:38:13.265Z[ recovery-image] Sep 05 00:38:12.201 INFO O| Sep 05 00:38:12.200 INFO completed processing gimlet/ramdisk-01-os
36852024-09-05T00:38:13.268Z[ recovery-image] Sep 05 00:38:12.204 INFO image builder template: ramdisk-02-trim...
36862024-09-05T00:38:13.268Z[ recovery-image] Sep 05 00:38:12.204 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/.tmpw4xSUh/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
36872024-09-05T00:38:13.308Z[ recovery-image] Sep 05 00:38:12.244 INFO O| Sep 05 00:38:12.243 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36882024-09-05T00:38:13.315Z[ recovery-image] Sep 05 00:38:12.251 INFO O| Sep 05 00:38:12.251 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36892024-09-05T00:38:13.437Z[ recovery-image] Sep 05 00:38:12.373 INFO O| Sep 05 00:38:12.373 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36902024-09-05T00:38:13.525Z[ host-image] Sep 05 00:38:12.461 INFO O| Sep 05 00:38:12.460 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36912024-09-05T00:38:13.530Z[ recovery-image] Sep 05 00:38:12.466 INFO O| Sep 05 00:38:12.466 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36922024-09-05T00:38:13.533Z[ recovery-image] Sep 05 00:38:12.466 INFO O| Sep 05 00:38:12.466 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36932024-09-05T00:38:13.544Z[ recovery-image] Sep 05 00:38:12.478 INFO O| Sep 05 00:38:12.478 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36942024-09-05T00:38:13.553Z[ recovery-image] Sep 05 00:38:12.488 INFO O| Sep 05 00:38:12.488 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36952024-09-05T00:38:13.582Z[ recovery-image] Sep 05 00:38:12.518 INFO O| Sep 05 00:38:12.518 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36962024-09-05T00:38:14.120Z[ recovery-image] Sep 05 00:38:13.056 INFO O| Sep 05 00:38:13.056 INFO rolled back to input snapshot; work may begin
36972024-09-05T00:38:14.120Z[ recovery-image] Sep 05 00:38:13.056 INFO O| Sep 05 00:38:13.056 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36982024-09-05T00:38:14.134Z[ recovery-image] Sep 05 00:38:13.070 INFO O| Sep 05 00:38:13.070 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36992024-09-05T00:38:14.181Z[ recovery-image] Sep 05 00:38:13.117 INFO O| Sep 05 00:38:13.117 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37002024-09-05T00:38:15.034Z[ recovery-image] Sep 05 00:38:13.970 INFO O| Sep 05 00:38:13.970 INFO STEP 0 (remove_files) COMPLETE
37012024-09-05T00:38:15.035Z[ recovery-image] Sep 05 00:38:13.970 INFO O| Sep 05 00:38:13.970 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-09-05T00:38:15.054Z[ recovery-image] Sep 05 00:38:13.990 INFO O| Sep 05 00:38:13.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37032024-09-05T00:38:15.058Z[ recovery-image] Sep 05 00:38:13.993 INFO O| Sep 05 00:38:13.993 INFO STEP 1 (remove_files) COMPLETE
37042024-09-05T00:38:15.058Z[ recovery-image] Sep 05 00:38:13.993 INFO O| Sep 05 00:38:13.993 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-09-05T00:38:15.078Z[ recovery-image] Sep 05 00:38:14.014 INFO O| Sep 05 00:38:14.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37062024-09-05T00:38:15.104Z[ recovery-image] Sep 05 00:38:14.039 INFO O| Sep 05 00:38:14.039 INFO STEP 2 (remove_files) COMPLETE
37072024-09-05T00:38:15.104Z[ recovery-image] Sep 05 00:38:14.040 INFO O| Sep 05 00:38:14.039 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-09-05T00:38:15.129Z[ recovery-image] Sep 05 00:38:14.064 INFO O| Sep 05 00:38:14.064 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37092024-09-05T00:38:15.132Z[ recovery-image] Sep 05 00:38:14.068 INFO O| Sep 05 00:38:14.068 INFO STEP 3 (remove_files) COMPLETE
37102024-09-05T00:38:15.132Z[ recovery-image] Sep 05 00:38:14.068 INFO O| Sep 05 00:38:14.068 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-09-05T00:38:15.156Z[ recovery-image] Sep 05 00:38:14.092 INFO O| Sep 05 00:38:14.092 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37122024-09-05T00:38:15.163Z[ recovery-image] Sep 05 00:38:14.099 INFO O| Sep 05 00:38:14.099 INFO STEP 4 (remove_files) COMPLETE
37132024-09-05T00:38:15.166Z[ recovery-image] Sep 05 00:38:14.099 INFO O| Sep 05 00:38:14.099 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-09-05T00:38:15.203Z[ recovery-image] Sep 05 00:38:14.139 INFO O| Sep 05 00:38:14.139 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37152024-09-05T00:38:15.206Z[ recovery-image] Sep 05 00:38:14.139 INFO O| Sep 05 00:38:14.139 INFO STEP 5 (remove_files) COMPLETE
37162024-09-05T00:38:15.206Z[ recovery-image] Sep 05 00:38:14.139 INFO O| Sep 05 00:38:14.139 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-09-05T00:38:15.243Z[ recovery-image] Sep 05 00:38:14.179 INFO O| Sep 05 00:38:14.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37182024-09-05T00:38:15.264Z[ recovery-image] Sep 05 00:38:14.200 INFO O| Sep 05 00:38:14.200 INFO STEP 6 (remove_files) COMPLETE
37192024-09-05T00:38:15.264Z[ recovery-image] Sep 05 00:38:14.200 INFO O| Sep 05 00:38:14.200 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-09-05T00:38:15.264Z[ recovery-image] Sep 05 00:38:14.200 INFO O| Sep 05 00:38:14.200 INFO skip step because feature "recovery" is enabled
37212024-09-05T00:38:15.267Z[ recovery-image] Sep 05 00:38:14.200 INFO O| Sep 05 00:38:14.200 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37222024-09-05T00:38:15.267Z[ recovery-image] Sep 05 00:38:14.200 INFO O| Sep 05 00:38:14.200 INFO skip step because feature "recovery" is enabled
37232024-09-05T00:38:15.267Z[ recovery-image] Sep 05 00:38:14.200 INFO O| Sep 05 00:38:14.200 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37242024-09-05T00:38:15.267Z[ recovery-image] Sep 05 00:38:14.200 INFO O| Sep 05 00:38:14.200 INFO skip step because feature "recovery" is enabled
37252024-09-05T00:38:15.267Z[ recovery-image] Sep 05 00:38:14.200 INFO O| Sep 05 00:38:14.200 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-09-05T00:38:15.341Z[ recovery-image] Sep 05 00:38:14.277 INFO O| Sep 05 00:38:14.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37272024-09-05T00:38:15.348Z[ recovery-image] Sep 05 00:38:14.283 INFO O| Sep 05 00:38:14.283 INFO STEP 10 (remove_files) COMPLETE
37282024-09-05T00:38:15.348Z[ recovery-image] Sep 05 00:38:14.284 INFO O| Sep 05 00:38:14.283 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-09-05T00:38:15.413Z[ recovery-image] Sep 05 00:38:14.349 INFO O| Sep 05 00:38:14.349 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37302024-09-05T00:38:15.416Z[ recovery-image] Sep 05 00:38:14.351 INFO O| Sep 05 00:38:14.351 INFO STEP 11 (remove_files) COMPLETE
37312024-09-05T00:38:15.416Z[ recovery-image] Sep 05 00:38:14.351 INFO O| Sep 05 00:38:14.351 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-09-05T00:38:15.456Z[ recovery-image] Sep 05 00:38:14.392 INFO O| Sep 05 00:38:14.392 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37332024-09-05T00:38:15.459Z[ recovery-image] Sep 05 00:38:14.395 INFO O| Sep 05 00:38:14.395 INFO STEP 12 (remove_files) COMPLETE
37342024-09-05T00:38:15.462Z[ recovery-image] Sep 05 00:38:14.395 INFO O| Sep 05 00:38:14.395 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-09-05T00:38:15.837Z[ recovery-image] Sep 05 00:38:14.773 INFO O| Sep 05 00:38:14.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37362024-09-05T00:38:15.856Z[ recovery-image] Sep 05 00:38:14.792 INFO O| Sep 05 00:38:14.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37372024-09-05T00:38:15.886Z[ recovery-image] Sep 05 00:38:14.822 INFO O| Sep 05 00:38:14.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37382024-09-05T00:38:15.891Z[ recovery-image] Sep 05 00:38:14.827 INFO O| Sep 05 00:38:14.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37392024-09-05T00:38:16.097Z[ recovery-image] Sep 05 00:38:15.033 INFO O| Sep 05 00:38:15.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37402024-09-05T00:38:16.109Z[ recovery-image] Sep 05 00:38:15.045 INFO O| Sep 05 00:38:15.044 INFO STEP 13 (remove_files) COMPLETE
37412024-09-05T00:38:16.109Z[ recovery-image] Sep 05 00:38:15.045 INFO O| Sep 05 00:38:15.045 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37422024-09-05T00:38:16.146Z[ recovery-image] Sep 05 00:38:15.082 INFO O| Sep 05 00:38:15.082 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37432024-09-05T00:38:16.149Z[ recovery-image] Sep 05 00:38:15.084 INFO O| Sep 05 00:38:15.084 INFO STEP 14 (remove_files) COMPLETE
37442024-09-05T00:38:16.149Z[ recovery-image] Sep 05 00:38:15.084 INFO O| Sep 05 00:38:15.084 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-09-05T00:38:16.189Z[ recovery-image] Sep 05 00:38:15.124 INFO O| Sep 05 00:38:15.124 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37462024-09-05T00:38:16.200Z[ recovery-image] Sep 05 00:38:15.136 INFO O| Sep 05 00:38:15.136 INFO STEP 15 (remove_files) COMPLETE
37472024-09-05T00:38:16.200Z[ recovery-image] Sep 05 00:38:15.136 INFO O| Sep 05 00:38:15.136 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-09-05T00:38:16.230Z[ recovery-image] Sep 05 00:38:15.165 INFO O| Sep 05 00:38:15.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37492024-09-05T00:38:16.232Z[ recovery-image] Sep 05 00:38:15.166 INFO O| Sep 05 00:38:15.166 INFO STEP 16 (remove_files) COMPLETE
37502024-09-05T00:38:16.232Z[ recovery-image] Sep 05 00:38:15.166 INFO O| Sep 05 00:38:15.166 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37512024-09-05T00:38:16.324Z[ recovery-image] Sep 05 00:38:15.260 INFO O| Sep 05 00:38:15.260 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37522024-09-05T00:38:16.328Z[ recovery-image] Sep 05 00:38:15.263 INFO O| Sep 05 00:38:15.263 INFO STEP 17 (remove_files) COMPLETE
37532024-09-05T00:38:16.328Z[ recovery-image] Sep 05 00:38:15.263 INFO O| Sep 05 00:38:15.263 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37542024-09-05T00:38:16.355Z[ recovery-image] Sep 05 00:38:15.290 INFO O| Sep 05 00:38:15.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37552024-09-05T00:38:16.355Z[ recovery-image] Sep 05 00:38:15.290 INFO O| Sep 05 00:38:15.290 INFO STEP 18 (remove_files) COMPLETE
37562024-09-05T00:38:16.355Z[ recovery-image] Sep 05 00:38:15.290 INFO O| Sep 05 00:38:15.290 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37572024-09-05T00:38:16.381Z[ recovery-image] Sep 05 00:38:15.317 INFO O| Sep 05 00:38:15.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37582024-09-05T00:38:16.384Z[ recovery-image] Sep 05 00:38:15.317 INFO O| Sep 05 00:38:15.317 INFO STEP 19 (remove_files) COMPLETE
37592024-09-05T00:38:16.384Z[ recovery-image] Sep 05 00:38:15.317 INFO O| Sep 05 00:38:15.317 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37602024-09-05T00:38:16.410Z[ recovery-image] Sep 05 00:38:15.345 INFO O| Sep 05 00:38:15.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37612024-09-05T00:38:16.413Z[ recovery-image] Sep 05 00:38:15.345 INFO O| Sep 05 00:38:15.345 INFO STEP 20 (remove_files) COMPLETE
37622024-09-05T00:38:16.413Z[ recovery-image] Sep 05 00:38:15.346 INFO O| Sep 05 00:38:15.345 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-09-05T00:38:16.438Z[ recovery-image] Sep 05 00:38:15.374 INFO O| Sep 05 00:38:15.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37642024-09-05T00:38:16.438Z[ recovery-image] Sep 05 00:38:15.374 INFO O| Sep 05 00:38:15.374 INFO STEP 21 (remove_files) COMPLETE
37652024-09-05T00:38:16.441Z[ recovery-image] Sep 05 00:38:15.374 INFO O| Sep 05 00:38:15.374 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-09-05T00:38:16.464Z[ recovery-image] Sep 05 00:38:15.399 INFO O| Sep 05 00:38:15.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37672024-09-05T00:38:16.464Z[ recovery-image] Sep 05 00:38:15.400 INFO O| Sep 05 00:38:15.400 INFO STEP 22 (remove_files) COMPLETE
37682024-09-05T00:38:16.464Z[ recovery-image] Sep 05 00:38:15.400 INFO O| Sep 05 00:38:15.400 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-09-05T00:38:16.507Z[ recovery-image] Sep 05 00:38:15.443 INFO O| Sep 05 00:38:15.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37702024-09-05T00:38:16.507Z[ recovery-image] Sep 05 00:38:15.443 INFO O| Sep 05 00:38:15.443 INFO STEP 23 (remove_files) COMPLETE
37712024-09-05T00:38:16.510Z[ recovery-image] Sep 05 00:38:15.443 INFO O| Sep 05 00:38:15.443 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-09-05T00:38:16.563Z[ recovery-image] Sep 05 00:38:15.498 INFO O| Sep 05 00:38:15.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37732024-09-05T00:38:16.563Z[ recovery-image] Sep 05 00:38:15.498 INFO O| Sep 05 00:38:15.498 INFO STEP 24 (remove_files) COMPLETE
37742024-09-05T00:38:16.565Z[ recovery-image] Sep 05 00:38:15.498 INFO O| Sep 05 00:38:15.498 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-09-05T00:38:16.589Z[ recovery-image] Sep 05 00:38:15.524 INFO O| Sep 05 00:38:15.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37762024-09-05T00:38:16.589Z[ recovery-image] Sep 05 00:38:15.524 INFO O| Sep 05 00:38:15.524 INFO STEP 25 (remove_files) COMPLETE
37772024-09-05T00:38:16.589Z[ recovery-image] Sep 05 00:38:15.524 INFO O| Sep 05 00:38:15.524 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-09-05T00:38:16.618Z[ recovery-image] Sep 05 00:38:15.553 INFO O| Sep 05 00:38:15.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37792024-09-05T00:38:16.618Z[ recovery-image] Sep 05 00:38:15.553 INFO O| Sep 05 00:38:15.553 INFO STEP 26 (remove_files) COMPLETE
37802024-09-05T00:38:16.618Z[ recovery-image] Sep 05 00:38:15.553 INFO O| Sep 05 00:38:15.553 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-09-05T00:38:16.659Z[ recovery-image] Sep 05 00:38:15.595 INFO O| Sep 05 00:38:15.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37822024-09-05T00:38:16.659Z[ recovery-image] Sep 05 00:38:15.595 INFO O| Sep 05 00:38:15.595 INFO STEP 27 (remove_files) COMPLETE
37832024-09-05T00:38:16.659Z[ recovery-image] Sep 05 00:38:15.595 INFO O| Sep 05 00:38:15.595 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-09-05T00:38:16.711Z[ recovery-image] Sep 05 00:38:15.647 INFO O| Sep 05 00:38:15.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37852024-09-05T00:38:16.711Z[ recovery-image] Sep 05 00:38:15.647 INFO O| Sep 05 00:38:15.647 INFO STEP 28 (remove_files) COMPLETE
37862024-09-05T00:38:16.714Z[ recovery-image] Sep 05 00:38:15.647 INFO O| Sep 05 00:38:15.647 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-09-05T00:38:16.748Z[ recovery-image] Sep 05 00:38:15.684 INFO O| Sep 05 00:38:15.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37882024-09-05T00:38:16.749Z[ recovery-image] Sep 05 00:38:15.684 INFO O| Sep 05 00:38:15.684 INFO STEP 29 (remove_files) COMPLETE
37892024-09-05T00:38:16.749Z[ recovery-image] Sep 05 00:38:15.684 INFO O| Sep 05 00:38:15.684 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-09-05T00:38:16.773Z[ recovery-image] Sep 05 00:38:15.708 INFO O| Sep 05 00:38:15.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37912024-09-05T00:38:16.773Z[ recovery-image] Sep 05 00:38:15.709 INFO O| Sep 05 00:38:15.708 INFO STEP 30 (remove_files) COMPLETE
37922024-09-05T00:38:16.773Z[ recovery-image] Sep 05 00:38:15.709 INFO O| Sep 05 00:38:15.709 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37932024-09-05T00:38:16.796Z[ recovery-image] Sep 05 00:38:15.732 INFO O| Sep 05 00:38:15.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37942024-09-05T00:38:16.797Z[ recovery-image] Sep 05 00:38:15.732 INFO O| Sep 05 00:38:15.732 INFO STEP 31 (remove_files) COMPLETE
37952024-09-05T00:38:16.800Z[ recovery-image] Sep 05 00:38:15.732 INFO O| Sep 05 00:38:15.732 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37962024-09-05T00:38:16.832Z[ recovery-image] Sep 05 00:38:15.768 INFO O| Sep 05 00:38:15.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37972024-09-05T00:38:16.832Z[ recovery-image] Sep 05 00:38:15.768 INFO O| Sep 05 00:38:15.768 INFO STEP 32 (remove_files) COMPLETE
37982024-09-05T00:38:16.835Z[ recovery-image] Sep 05 00:38:15.768 INFO O| Sep 05 00:38:15.768 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-09-05T00:38:16.856Z[ recovery-image] Sep 05 00:38:15.791 INFO O| Sep 05 00:38:15.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38002024-09-05T00:38:16.856Z[ recovery-image] Sep 05 00:38:15.791 INFO O| Sep 05 00:38:15.791 INFO STEP 33 (remove_files) COMPLETE
38012024-09-05T00:38:16.856Z[ recovery-image] Sep 05 00:38:15.791 INFO O| Sep 05 00:38:15.791 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38022024-09-05T00:38:16.878Z[ recovery-image] Sep 05 00:38:15.813 INFO O| Sep 05 00:38:15.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38032024-09-05T00:38:16.881Z[ recovery-image] Sep 05 00:38:15.813 INFO O| Sep 05 00:38:15.813 INFO STEP 34 (remove_files) COMPLETE
38042024-09-05T00:38:16.881Z[ recovery-image] Sep 05 00:38:15.814 INFO O| Sep 05 00:38:15.813 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38052024-09-05T00:38:16.914Z[ recovery-image] Sep 05 00:38:15.850 INFO O| Sep 05 00:38:15.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38062024-09-05T00:38:16.914Z[ recovery-image] Sep 05 00:38:15.850 INFO O| Sep 05 00:38:15.850 INFO STEP 35 (remove_files) COMPLETE
38072024-09-05T00:38:16.914Z[ recovery-image] Sep 05 00:38:15.850 INFO O| Sep 05 00:38:15.850 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-09-05T00:38:16.939Z[ recovery-image] Sep 05 00:38:15.874 INFO O| Sep 05 00:38:15.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38092024-09-05T00:38:16.939Z[ recovery-image] Sep 05 00:38:15.874 INFO O| Sep 05 00:38:15.874 INFO STEP 36 (remove_files) COMPLETE
38102024-09-05T00:38:16.939Z[ recovery-image] Sep 05 00:38:15.874 INFO O| Sep 05 00:38:15.874 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38112024-09-05T00:38:16.958Z[ recovery-image] Sep 05 00:38:15.894 INFO O| Sep 05 00:38:15.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38122024-09-05T00:38:16.958Z[ recovery-image] Sep 05 00:38:15.894 INFO O| Sep 05 00:38:15.894 INFO STEP 37 (remove_files) COMPLETE
38132024-09-05T00:38:16.958Z[ recovery-image] Sep 05 00:38:15.894 INFO O| Sep 05 00:38:15.894 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38142024-09-05T00:38:16.978Z[ recovery-image] Sep 05 00:38:15.913 INFO O| Sep 05 00:38:15.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38152024-09-05T00:38:16.978Z[ recovery-image] Sep 05 00:38:15.913 INFO O| Sep 05 00:38:15.913 INFO STEP 38 (remove_files) COMPLETE
38162024-09-05T00:38:16.980Z[ recovery-image] Sep 05 00:38:15.913 INFO O| Sep 05 00:38:15.913 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38172024-09-05T00:38:17.016Z[ recovery-image] Sep 05 00:38:15.952 INFO O| Sep 05 00:38:15.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38182024-09-05T00:38:17.016Z[ recovery-image] Sep 05 00:38:15.952 INFO O| Sep 05 00:38:15.952 INFO STEP 39 (remove_files) COMPLETE
38192024-09-05T00:38:17.016Z[ recovery-image] Sep 05 00:38:15.952 INFO O| Sep 05 00:38:15.952 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38202024-09-05T00:38:17.042Z[ recovery-image] Sep 05 00:38:15.977 INFO O| Sep 05 00:38:15.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38212024-09-05T00:38:17.045Z[ recovery-image] Sep 05 00:38:15.977 INFO O| Sep 05 00:38:15.977 INFO STEP 40 (remove_files) COMPLETE
38222024-09-05T00:38:17.045Z[ recovery-image] Sep 05 00:38:15.977 INFO O| Sep 05 00:38:15.977 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38232024-09-05T00:38:17.105Z[ recovery-image] Sep 05 00:38:16.041 INFO O| Sep 05 00:38:16.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38242024-09-05T00:38:17.109Z[ recovery-image] Sep 05 00:38:16.041 INFO O| Sep 05 00:38:16.041 INFO STEP 41 (remove_files) COMPLETE
38252024-09-05T00:38:17.109Z[ recovery-image] Sep 05 00:38:16.041 INFO O| Sep 05 00:38:16.041 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-09-05T00:38:17.129Z[ recovery-image] Sep 05 00:38:16.064 INFO O| Sep 05 00:38:16.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38272024-09-05T00:38:17.131Z[ recovery-image] Sep 05 00:38:16.064 INFO O| Sep 05 00:38:16.064 INFO STEP 42 (remove_files) COMPLETE
38282024-09-05T00:38:17.131Z[ recovery-image] Sep 05 00:38:16.064 INFO O| Sep 05 00:38:16.064 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-09-05T00:38:17.134Z[ host-image] Sep 05 00:38:16.068 INFO O| Sep 05 00:38:16.068 INFO O| Planning: Solver setup ... Done
38302024-09-05T00:38:17.138Z[ host-image] Sep 05 00:38:16.074 INFO O| Sep 05 00:38:16.074 INFO O| Planning: Running solver ... Done
38312024-09-05T00:38:17.152Z[ recovery-image] Sep 05 00:38:16.088 INFO O| Sep 05 00:38:16.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38322024-09-05T00:38:17.152Z[ recovery-image] Sep 05 00:38:16.088 INFO O| Sep 05 00:38:16.088 INFO STEP 43 (remove_files) COMPLETE
38332024-09-05T00:38:17.152Z[ recovery-image] Sep 05 00:38:16.088 INFO O| Sep 05 00:38:16.088 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-09-05T00:38:17.197Z[ recovery-image] Sep 05 00:38:16.132 INFO O| Sep 05 00:38:16.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38352024-09-05T00:38:17.197Z[ recovery-image] Sep 05 00:38:16.132 INFO O| Sep 05 00:38:16.132 INFO STEP 44 (remove_files) COMPLETE
38362024-09-05T00:38:17.199Z[ recovery-image] Sep 05 00:38:16.132 INFO O| Sep 05 00:38:16.132 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-09-05T00:38:17.220Z[ recovery-image] Sep 05 00:38:16.155 INFO O| Sep 05 00:38:16.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38382024-09-05T00:38:17.220Z[ recovery-image] Sep 05 00:38:16.155 INFO O| Sep 05 00:38:16.155 INFO STEP 45 (remove_files) COMPLETE
38392024-09-05T00:38:17.220Z[ recovery-image] Sep 05 00:38:16.155 INFO O| Sep 05 00:38:16.155 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-09-05T00:38:17.233Z[ host-image] Sep 05 00:38:16.168 INFO O| Sep 05 00:38:16.168 INFO O| Planning: Finding local manifests ... Done
38412024-09-05T00:38:17.235Z[ host-image] Sep 05 00:38:16.170 INFO O| Sep 05 00:38:16.170 INFO O| Planning: Fetching manifests: 0/4 0% complete
38422024-09-05T00:38:17.281Z[ recovery-image] Sep 05 00:38:16.217 INFO O| Sep 05 00:38:16.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38432024-09-05T00:38:17.281Z[ recovery-image] Sep 05 00:38:16.217 INFO O| Sep 05 00:38:16.217 INFO STEP 46 (remove_files) COMPLETE
38442024-09-05T00:38:17.281Z[ recovery-image] Sep 05 00:38:16.217 INFO O| Sep 05 00:38:16.217 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38452024-09-05T00:38:17.302Z[ recovery-image] Sep 05 00:38:16.238 INFO O| Sep 05 00:38:16.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38462024-09-05T00:38:17.302Z[ recovery-image] Sep 05 00:38:16.238 INFO O| Sep 05 00:38:16.238 INFO STEP 47 (remove_files) COMPLETE
38472024-09-05T00:38:17.302Z[ recovery-image] Sep 05 00:38:16.238 INFO O| Sep 05 00:38:16.238 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38482024-09-05T00:38:17.323Z[ recovery-image] Sep 05 00:38:16.258 INFO O| Sep 05 00:38:16.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38492024-09-05T00:38:17.323Z[ recovery-image] Sep 05 00:38:16.258 INFO O| Sep 05 00:38:16.258 INFO STEP 48 (remove_files) COMPLETE
38502024-09-05T00:38:17.323Z[ recovery-image] Sep 05 00:38:16.258 INFO O| Sep 05 00:38:16.258 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-09-05T00:38:17.345Z[ recovery-image] Sep 05 00:38:16.280 INFO O| Sep 05 00:38:16.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38522024-09-05T00:38:17.345Z[ recovery-image] Sep 05 00:38:16.280 INFO O| Sep 05 00:38:16.280 INFO STEP 49 (remove_files) COMPLETE
38532024-09-05T00:38:17.345Z[ recovery-image] Sep 05 00:38:16.280 INFO O| Sep 05 00:38:16.280 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-09-05T00:38:17.380Z[ recovery-image] Sep 05 00:38:16.315 INFO O| Sep 05 00:38:16.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38552024-09-05T00:38:17.380Z[ recovery-image] Sep 05 00:38:16.315 INFO O| Sep 05 00:38:16.315 INFO STEP 50 (remove_files) COMPLETE
38562024-09-05T00:38:17.383Z[ recovery-image] Sep 05 00:38:16.315 INFO O| Sep 05 00:38:16.315 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-09-05T00:38:17.405Z[ recovery-image] Sep 05 00:38:16.340 INFO O| Sep 05 00:38:16.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38582024-09-05T00:38:17.407Z[ recovery-image] Sep 05 00:38:16.340 INFO O| Sep 05 00:38:16.340 INFO STEP 51 (remove_files) COMPLETE
38592024-09-05T00:38:17.407Z[ recovery-image] Sep 05 00:38:16.340 INFO O| Sep 05 00:38:16.340 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-09-05T00:38:17.413Z[ host-image] Sep 05 00:38:16.349 INFO O| Sep 05 00:38:16.348 INFO O| Planning: Fetching manifests: 4/4 100% complete
38612024-09-05T00:38:17.430Z[ recovery-image] Sep 05 00:38:16.365 INFO O| Sep 05 00:38:16.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38622024-09-05T00:38:17.430Z[ recovery-image] Sep 05 00:38:16.365 INFO O| Sep 05 00:38:16.365 INFO STEP 52 (remove_files) COMPLETE
38632024-09-05T00:38:17.433Z[ recovery-image] Sep 05 00:38:16.365 INFO O| Sep 05 00:38:16.365 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-09-05T00:38:17.460Z[ recovery-image] Sep 05 00:38:16.396 INFO O| Sep 05 00:38:16.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38652024-09-05T00:38:17.460Z[ recovery-image] Sep 05 00:38:16.396 INFO O| Sep 05 00:38:16.396 INFO STEP 53 (remove_files) COMPLETE
38662024-09-05T00:38:17.460Z[ recovery-image] Sep 05 00:38:16.396 INFO O| Sep 05 00:38:16.396 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-09-05T00:38:17.472Z[ host-image] Sep 05 00:38:16.408 INFO O| Sep 05 00:38:16.408 INFO O| Planning: Package planning ... Done
38682024-09-05T00:38:17.478Z[ host-image] Sep 05 00:38:16.413 INFO O| Sep 05 00:38:16.413 INFO O| Planning: Merging actions ... Done
38692024-09-05T00:38:17.481Z[ recovery-image] Sep 05 00:38:16.417 INFO O| Sep 05 00:38:16.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38702024-09-05T00:38:17.482Z[ recovery-image] Sep 05 00:38:16.417 INFO O| Sep 05 00:38:16.417 INFO STEP 54 (remove_files) COMPLETE
38712024-09-05T00:38:17.484Z[ recovery-image] Sep 05 00:38:16.417 INFO O| Sep 05 00:38:16.417 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-09-05T00:38:17.504Z[ recovery-image] Sep 05 00:38:16.439 INFO O| Sep 05 00:38:16.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38732024-09-05T00:38:17.504Z[ recovery-image] Sep 05 00:38:16.440 INFO O| Sep 05 00:38:16.440 INFO STEP 55 (remove_files) COMPLETE
38742024-09-05T00:38:17.507Z[ recovery-image] Sep 05 00:38:16.440 INFO O| Sep 05 00:38:16.440 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-09-05T00:38:17.527Z[ recovery-image] Sep 05 00:38:16.462 INFO O| Sep 05 00:38:16.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38762024-09-05T00:38:17.527Z[ recovery-image] Sep 05 00:38:16.462 INFO O| Sep 05 00:38:16.462 INFO STEP 56 (remove_files) COMPLETE
38772024-09-05T00:38:17.527Z[ recovery-image] Sep 05 00:38:16.462 INFO O| Sep 05 00:38:16.462 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-09-05T00:38:17.589Z[ recovery-image] Sep 05 00:38:16.525 INFO O| Sep 05 00:38:16.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38792024-09-05T00:38:17.590Z[ recovery-image] Sep 05 00:38:16.525 INFO O| Sep 05 00:38:16.525 INFO STEP 57 (remove_files) COMPLETE
38802024-09-05T00:38:17.590Z[ recovery-image] Sep 05 00:38:16.525 INFO O| Sep 05 00:38:16.525 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-09-05T00:38:17.646Z[ host-image] Sep 05 00:38:16.582 INFO O| Sep 05 00:38:16.581 INFO O| Planning: Checking for conflicting actions ... Done
38822024-09-05T00:38:17.649Z[ host-image] Sep 05 00:38:16.584 INFO O| Sep 05 00:38:16.584 INFO O| Planning: Consolidating action changes ... Done
38832024-09-05T00:38:17.652Z[ recovery-image] Sep 05 00:38:16.588 INFO O| Sep 05 00:38:16.588 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38842024-09-05T00:38:17.655Z[ recovery-image] Sep 05 00:38:16.588 INFO O| Sep 05 00:38:16.588 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38852024-09-05T00:38:17.655Z[ recovery-image] Sep 05 00:38:16.588 INFO O| Sep 05 00:38:16.588 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38862024-09-05T00:38:17.655Z[ recovery-image] Sep 05 00:38:16.588 INFO O| Sep 05 00:38:16.588 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38872024-09-05T00:38:17.655Z[ recovery-image] Sep 05 00:38:16.588 INFO O| Sep 05 00:38:16.588 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38882024-09-05T00:38:17.655Z[ recovery-image] Sep 05 00:38:16.589 INFO O| Sep 05 00:38:16.588 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38892024-09-05T00:38:17.655Z[ recovery-image] Sep 05 00:38:16.589 INFO O| Sep 05 00:38:16.589 INFO ok!
38902024-09-05T00:38:17.655Z[ recovery-image] Sep 05 00:38:16.589 INFO O| Sep 05 00:38:16.589 INFO STEP 58 (ensure_file) COMPLETE
38912024-09-05T00:38:17.655Z[ recovery-image] Sep 05 00:38:16.589 INFO O| Sep 05 00:38:16.589 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-09-05T00:38:17.678Z[ recovery-image] Sep 05 00:38:16.613 INFO O| Sep 05 00:38:16.613 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38932024-09-05T00:38:17.681Z[ recovery-image] Sep 05 00:38:16.614 INFO O| Sep 05 00:38:16.614 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38942024-09-05T00:38:17.681Z[ recovery-image] Sep 05 00:38:16.614 INFO O| Sep 05 00:38:16.614 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38952024-09-05T00:38:17.681Z[ recovery-image] Sep 05 00:38:16.614 INFO O| Sep 05 00:38:16.614 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38962024-09-05T00:38:17.681Z[ recovery-image] Sep 05 00:38:16.614 INFO O| Sep 05 00:38:16.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38972024-09-05T00:38:17.681Z[ recovery-image] Sep 05 00:38:16.614 INFO O| Sep 05 00:38:16.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38982024-09-05T00:38:17.681Z[ recovery-image] Sep 05 00:38:16.615 INFO O| Sep 05 00:38:16.614 INFO ok!
38992024-09-05T00:38:17.681Z[ recovery-image] Sep 05 00:38:16.615 INFO O| Sep 05 00:38:16.615 INFO STEP 59 (ensure_file) COMPLETE
39002024-09-05T00:38:17.681Z[ recovery-image] Sep 05 00:38:16.615 INFO O| Sep 05 00:38:16.615 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-09-05T00:38:17.701Z[ recovery-image] Sep 05 00:38:16.636 INFO O| Sep 05 00:38:16.636 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39022024-09-05T00:38:17.701Z[ recovery-image] Sep 05 00:38:16.636 INFO O| Sep 05 00:38:16.636 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39032024-09-05T00:38:17.704Z[ recovery-image] Sep 05 00:38:16.637 INFO O| Sep 05 00:38:16.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39042024-09-05T00:38:17.704Z[ recovery-image] Sep 05 00:38:16.637 INFO O| Sep 05 00:38:16.637 INFO ok!
39052024-09-05T00:38:17.704Z[ recovery-image] Sep 05 00:38:16.637 INFO O| Sep 05 00:38:16.637 INFO STEP 60 (ensure_file) COMPLETE
39062024-09-05T00:38:17.704Z[ recovery-image] Sep 05 00:38:16.637 INFO O| Sep 05 00:38:16.637 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-09-05T00:38:17.723Z[ recovery-image] Sep 05 00:38:16.659 INFO O| Sep 05 00:38:16.659 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39082024-09-05T00:38:17.723Z[ recovery-image] Sep 05 00:38:16.659 INFO O| Sep 05 00:38:16.659 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39092024-09-05T00:38:17.727Z[ recovery-image] Sep 05 00:38:16.659 INFO O| Sep 05 00:38:16.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39102024-09-05T00:38:17.727Z[ recovery-image] Sep 05 00:38:16.659 INFO O| Sep 05 00:38:16.659 INFO ok!
39112024-09-05T00:38:17.727Z[ recovery-image] Sep 05 00:38:16.659 INFO O| Sep 05 00:38:16.659 INFO STEP 61 (ensure_file) COMPLETE
39122024-09-05T00:38:17.727Z[ recovery-image] Sep 05 00:38:16.660 INFO O| Sep 05 00:38:16.660 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-09-05T00:38:17.758Z[ recovery-image] Sep 05 00:38:16.693 INFO O| Sep 05 00:38:16.693 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39142024-09-05T00:38:17.758Z[ recovery-image] Sep 05 00:38:16.694 INFO O| Sep 05 00:38:16.693 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39152024-09-05T00:38:17.761Z[ recovery-image] Sep 05 00:38:16.694 INFO O| Sep 05 00:38:16.694 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39162024-09-05T00:38:17.761Z[ recovery-image] Sep 05 00:38:16.694 INFO O| Sep 05 00:38:16.694 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39172024-09-05T00:38:17.761Z[ recovery-image] Sep 05 00:38:16.694 INFO O| Sep 05 00:38:16.694 INFO ok!
39182024-09-05T00:38:17.761Z[ recovery-image] Sep 05 00:38:16.694 INFO O| Sep 05 00:38:16.694 INFO STEP 62 (ensure_file) COMPLETE
39192024-09-05T00:38:17.761Z[ recovery-image] Sep 05 00:38:16.694 INFO O| Sep 05 00:38:16.694 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-09-05T00:38:17.817Z[ recovery-image] Sep 05 00:38:16.752 INFO O| Sep 05 00:38:16.752 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39212024-09-05T00:38:17.817Z[ recovery-image] Sep 05 00:38:16.753 INFO O| Sep 05 00:38:16.752 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39222024-09-05T00:38:17.820Z[ recovery-image] Sep 05 00:38:16.753 INFO O| Sep 05 00:38:16.753 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39232024-09-05T00:38:17.820Z[ recovery-image] Sep 05 00:38:16.753 INFO O| Sep 05 00:38:16.753 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39242024-09-05T00:38:17.820Z[ recovery-image] Sep 05 00:38:16.753 INFO O| Sep 05 00:38:16.753 INFO ok!
39252024-09-05T00:38:17.820Z[ recovery-image] Sep 05 00:38:16.753 INFO O| Sep 05 00:38:16.753 INFO STEP 63 (ensure_file) COMPLETE
39262024-09-05T00:38:17.820Z[ recovery-image] Sep 05 00:38:16.753 INFO O| Sep 05 00:38:16.753 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39272024-09-05T00:38:17.839Z[ recovery-image] Sep 05 00:38:16.774 INFO O| Sep 05 00:38:16.774 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39282024-09-05T00:38:17.839Z[ recovery-image] Sep 05 00:38:16.774 INFO O| Sep 05 00:38:16.774 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39292024-09-05T00:38:17.842Z[ recovery-image] Sep 05 00:38:16.774 INFO O| Sep 05 00:38:16.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39302024-09-05T00:38:17.842Z[ recovery-image] Sep 05 00:38:16.774 INFO O| Sep 05 00:38:16.774 INFO ok!
39312024-09-05T00:38:17.842Z[ recovery-image] Sep 05 00:38:16.775 INFO O| Sep 05 00:38:16.774 INFO STEP 64 (assemble_files) COMPLETE
39322024-09-05T00:38:17.842Z[ recovery-image] Sep 05 00:38:16.775 INFO O| Sep 05 00:38:16.775 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39332024-09-05T00:38:17.903Z[ recovery-image] Sep 05 00:38:16.838 INFO O| Sep 05 00:38:16.838 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39342024-09-05T00:38:17.903Z[ recovery-image] Sep 05 00:38:16.838 INFO O| Sep 05 00:38:16.838 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39352024-09-05T00:38:17.906Z[ recovery-image] Sep 05 00:38:16.839 INFO O| Sep 05 00:38:16.838 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39362024-09-05T00:38:17.906Z[ recovery-image] Sep 05 00:38:16.839 INFO O| Sep 05 00:38:16.839 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39372024-09-05T00:38:17.906Z[ recovery-image] Sep 05 00:38:16.839 INFO O| Sep 05 00:38:16.839 INFO ok!
39382024-09-05T00:38:17.906Z[ recovery-image] Sep 05 00:38:16.839 INFO O| Sep 05 00:38:16.839 INFO STEP 65 (ensure_file) COMPLETE
39392024-09-05T00:38:17.906Z[ recovery-image] Sep 05 00:38:16.839 INFO O| Sep 05 00:38:16.839 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-09-05T00:38:17.906Z[ recovery-image] Sep 05 00:38:16.839 INFO O| Sep 05 00:38:16.839 INFO skip step because feature "omicron1" is not enabled
39412024-09-05T00:38:17.906Z[ recovery-image] Sep 05 00:38:16.839 INFO O| Sep 05 00:38:16.839 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39422024-09-05T00:38:17.906Z[ recovery-image] Sep 05 00:38:16.839 INFO O| Sep 05 00:38:16.839 INFO skip step because feature "omicron1" is not enabled
39432024-09-05T00:38:17.906Z[ recovery-image] Sep 05 00:38:16.839 INFO O| Sep 05 00:38:16.839 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-09-05T00:38:17.906Z[ recovery-image] Sep 05 00:38:16.839 INFO O| Sep 05 00:38:16.839 INFO skip step because feature "omicron1" is not enabled
39452024-09-05T00:38:17.906Z[ recovery-image] Sep 05 00:38:16.839 INFO O| Sep 05 00:38:16.839 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-09-05T00:38:17.955Z[ recovery-image] Sep 05 00:38:16.891 INFO O| Sep 05 00:38:16.891 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39472024-09-05T00:38:17.955Z[ recovery-image] Sep 05 00:38:16.891 INFO O| Sep 05 00:38:16.891 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39482024-09-05T00:38:18.018Z[ host-image] Sep 05 00:38:16.953 INFO O| Sep 05 00:38:16.953 INFO O| Planning: Evaluating mediators ... Done
39492024-09-05T00:38:18.020Z[ host-image] Sep 05 00:38:16.955 INFO O| Sep 05 00:38:16.955 INFO O| Planning: Planning completed in 4.49 seconds
39502024-09-05T00:38:18.023Z[ host-image] Sep 05 00:38:16.957 INFO O| Sep 05 00:38:16.957 INFO O| Packages to install: 4
39512024-09-05T00:38:18.023Z[ host-image] Sep 05 00:38:16.957 INFO O| Sep 05 00:38:16.957 INFO O| Services to change: 2
39522024-09-05T00:38:18.040Z[ host-image] Sep 05 00:38:16.975 INFO O| Sep 05 00:38:16.975 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
39532024-09-05T00:38:19.225Z[ host-image] Sep 05 00:38:18.161 INFO O| Sep 05 00:38:18.160 INFO O| Download: Completed 1.39 MB in 1.19 seconds (1.2M/s)
39542024-09-05T00:38:19.274Z[ host-image] Sep 05 00:38:18.209 INFO O| Sep 05 00:38:18.209 INFO O| Actions: 1/238 actions (Installing new actions)
39552024-09-05T00:38:19.857Z[ host-image] Sep 05 00:38:18.792 INFO O| Sep 05 00:38:18.792 INFO O| Actions: Completed 238 actions in 0.58 seconds.
39562024-09-05T00:38:20.284Z[ host-image] Sep 05 00:38:19.219 INFO O| Sep 05 00:38:19.219 INFO O| Done
39572024-09-05T00:38:20.284Z[ host-image] Sep 05 00:38:19.219 INFO O| Sep 05 00:38:19.219 INFO O| Done
39582024-09-05T00:38:20.955Z[ recovery-image] Sep 05 00:38:19.890 INFO O| Sep 05 00:38:19.890 INFO STEP 69 (pack_tar) COMPLETE
39592024-09-05T00:38:20.955Z[ recovery-image] Sep 05 00:38:19.890 INFO O| Sep 05 00:38:19.890 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39602024-09-05T00:38:20.958Z[ recovery-image] Sep 05 00:38:19.890 INFO O| Sep 05 00:38:19.890 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39612024-09-05T00:38:21.108Z[ host-image] Sep 05 00:38:20.043 INFO O| Sep 05 00:38:20.043 INFO O| Done
39622024-09-05T00:38:21.704Z[ recovery-image] Sep 05 00:38:20.638 INFO O| Sep 05 00:38:20.638 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39632024-09-05T00:38:21.846Z[ recovery-image] Sep 05 00:38:20.781 INFO O| Sep 05 00:38:20.780 INFO completed processing gimlet/ramdisk-02-trim
39642024-09-05T00:38:21.850Z[ recovery-image] Sep 05 00:38:20.785 INFO image builder template: ramdisk-03-recovery-trim...
39652024-09-05T00:38:21.850Z[ recovery-image] Sep 05 00:38:20.785 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/.tmpw4xSUh/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
39662024-09-05T00:38:22.053Z[ recovery-image] Sep 05 00:38:20.987 INFO O| Sep 05 00:38:20.986 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39672024-09-05T00:38:22.112Z[ recovery-image] Sep 05 00:38:21.046 INFO O| Sep 05 00:38:21.046 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39682024-09-05T00:38:22.271Z[ recovery-image] Sep 05 00:38:21.205 INFO O| Sep 05 00:38:21.205 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39692024-09-05T00:38:22.343Z[ recovery-image] Sep 05 00:38:21.278 INFO O| Sep 05 00:38:21.278 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39702024-09-05T00:38:22.350Z[ recovery-image] Sep 05 00:38:21.278 INFO O| Sep 05 00:38:21.278 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39712024-09-05T00:38:22.360Z[ recovery-image] Sep 05 00:38:21.295 INFO O| Sep 05 00:38:21.295 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39722024-09-05T00:38:22.370Z[ recovery-image] Sep 05 00:38:21.305 INFO O| Sep 05 00:38:21.305 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39732024-09-05T00:38:22.400Z[ recovery-image] Sep 05 00:38:21.333 INFO O| Sep 05 00:38:21.333 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39742024-09-05T00:38:22.978Z[ recovery-image] Sep 05 00:38:21.912 INFO O| Sep 05 00:38:21.912 INFO rolled back to input snapshot; work may begin
39752024-09-05T00:38:22.978Z[ recovery-image] Sep 05 00:38:21.912 INFO O| Sep 05 00:38:21.912 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39762024-09-05T00:38:23.006Z[ recovery-image] Sep 05 00:38:21.939 INFO O| Sep 05 00:38:21.939 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39772024-09-05T00:38:23.070Z[ recovery-image] Sep 05 00:38:22.005 INFO O| Sep 05 00:38:22.005 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39782024-09-05T00:38:23.132Z[ recovery-image] Sep 05 00:38:22.066 INFO O| Sep 05 00:38:22.066 INFO STEP 0 (remove_files) COMPLETE
39792024-09-05T00:38:23.132Z[ recovery-image] Sep 05 00:38:22.066 INFO O| Sep 05 00:38:22.066 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39802024-09-05T00:38:23.161Z[ recovery-image] Sep 05 00:38:22.096 INFO O| Sep 05 00:38:22.096 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39812024-09-05T00:38:23.257Z[ recovery-image] Sep 05 00:38:22.192 INFO O| Sep 05 00:38:22.192 INFO STEP 1 (remove_files) COMPLETE
39822024-09-05T00:38:23.257Z[ recovery-image] Sep 05 00:38:22.192 INFO O| Sep 05 00:38:22.192 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39832024-09-05T00:38:23.322Z[ recovery-image] Sep 05 00:38:22.256 INFO O| Sep 05 00:38:22.256 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39842024-09-05T00:38:23.382Z[ recovery-image] Sep 05 00:38:22.316 INFO O| Sep 05 00:38:22.315 INFO STEP 2 (remove_files) COMPLETE
39852024-09-05T00:38:23.382Z[ recovery-image] Sep 05 00:38:22.316 INFO O| Sep 05 00:38:22.316 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39862024-09-05T00:38:23.420Z[ recovery-image] Sep 05 00:38:22.354 INFO O| Sep 05 00:38:22.354 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39872024-09-05T00:38:23.562Z[ recovery-image] Sep 05 00:38:22.496 INFO O| Sep 05 00:38:22.496 INFO STEP 3 (remove_files) COMPLETE
39882024-09-05T00:38:23.566Z[ recovery-image] Sep 05 00:38:22.497 INFO O| Sep 05 00:38:22.496 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39892024-09-05T00:38:23.595Z[ recovery-image] Sep 05 00:38:22.529 INFO O| Sep 05 00:38:22.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39902024-09-05T00:38:23.824Z[ host-image] Sep 05 00:38:22.758 INFO O| Sep 05 00:38:22.758 INFO O| Done
39912024-09-05T00:38:23.863Z[ recovery-image] Sep 05 00:38:22.798 INFO O| Sep 05 00:38:22.797 INFO STEP 4 (remove_files) COMPLETE
39922024-09-05T00:38:23.863Z[ recovery-image] Sep 05 00:38:22.798 INFO O| Sep 05 00:38:22.798 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-09-05T00:38:23.875Z[ host-image] Sep 05 00:38:22.809 INFO O| Sep 05 00:38:22.809 INFO O| Done
39942024-09-05T00:38:23.878Z[ host-image] Sep 05 00:38:22.810 INFO O| Sep 05 00:38:22.810 INFO O| Done
39952024-09-05T00:38:23.917Z[ host-image] Sep 05 00:38:22.851 INFO O| Sep 05 00:38:22.851 INFO O| Done
39962024-09-05T00:38:23.927Z[ recovery-image] Sep 05 00:38:22.861 INFO O| Sep 05 00:38:22.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39972024-09-05T00:38:23.987Z[ recovery-image] Sep 05 00:38:22.922 INFO O| Sep 05 00:38:22.921 INFO STEP 5 (remove_files) COMPLETE
39982024-09-05T00:38:23.987Z[ recovery-image] Sep 05 00:38:22.922 INFO O| Sep 05 00:38:22.921 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-09-05T00:38:24.035Z[ recovery-image] Sep 05 00:38:22.969 INFO O| Sep 05 00:38:22.969 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40002024-09-05T00:38:24.038Z[ recovery-image] Sep 05 00:38:22.971 INFO O| Sep 05 00:38:22.971 INFO STEP 6 (remove_files) COMPLETE
40012024-09-05T00:38:24.038Z[ recovery-image] Sep 05 00:38:22.971 INFO O| Sep 05 00:38:22.971 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-09-05T00:38:24.097Z[ recovery-image] Sep 05 00:38:23.030 INFO O| Sep 05 00:38:23.030 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40032024-09-05T00:38:24.099Z[ recovery-image] Sep 05 00:38:23.033 INFO O| Sep 05 00:38:23.033 INFO STEP 7 (remove_files) COMPLETE
40042024-09-05T00:38:24.099Z[ recovery-image] Sep 05 00:38:23.033 INFO O| Sep 05 00:38:23.033 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-09-05T00:38:24.142Z[ host-image] Sep 05 00:38:23.076 INFO O| Sep 05 00:38:23.076 INFO STEP 12 (pkg_install) COMPLETE
40062024-09-05T00:38:24.142Z[ host-image] Sep 05 00:38:23.077 INFO O| Sep 05 00:38:23.076 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40072024-09-05T00:38:24.145Z[ recovery-image] Sep 05 00:38:23.077 INFO O| Sep 05 00:38:23.077 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40082024-09-05T00:38:24.158Z[ recovery-image] Sep 05 00:38:23.093 INFO O| Sep 05 00:38:23.092 INFO STEP 8 (remove_files) COMPLETE
40092024-09-05T00:38:24.158Z[ recovery-image] Sep 05 00:38:23.093 INFO O| Sep 05 00:38:23.093 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40102024-09-05T00:38:24.167Z[ host-image] Sep 05 00:38:23.101 INFO O| Sep 05 00:38:23.101 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40112024-09-05T00:38:24.186Z[ recovery-image] Sep 05 00:38:23.120 INFO O| Sep 05 00:38:23.120 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40122024-09-05T00:38:24.188Z[ recovery-image] Sep 05 00:38:23.121 INFO O| Sep 05 00:38:23.121 INFO STEP 9 (remove_files) COMPLETE
40132024-09-05T00:38:24.189Z[ recovery-image] Sep 05 00:38:23.121 INFO O| Sep 05 00:38:23.121 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-09-05T00:38:24.224Z[ recovery-image] Sep 05 00:38:23.158 INFO O| Sep 05 00:38:23.158 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40152024-09-05T00:38:24.226Z[ recovery-image] Sep 05 00:38:23.159 INFO O| Sep 05 00:38:23.159 INFO STEP 10 (remove_files) COMPLETE
40162024-09-05T00:38:24.226Z[ recovery-image] Sep 05 00:38:23.159 INFO O| Sep 05 00:38:23.159 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-09-05T00:38:24.269Z[ recovery-image] Sep 05 00:38:23.204 INFO O| Sep 05 00:38:23.203 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40182024-09-05T00:38:25.045Z[ recovery-image] Sep 05 00:38:23.979 INFO O| Sep 05 00:38:23.979 INFO STEP 11 (remove_files) COMPLETE
40192024-09-05T00:38:25.045Z[ recovery-image] Sep 05 00:38:23.980 INFO O| Sep 05 00:38:23.979 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-09-05T00:38:25.073Z[ recovery-image] Sep 05 00:38:24.007 INFO O| Sep 05 00:38:24.007 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40212024-09-05T00:38:25.096Z[ recovery-image] Sep 05 00:38:24.030 INFO O| Sep 05 00:38:24.030 INFO STEP 12 (remove_files) COMPLETE
40222024-09-05T00:38:25.096Z[ recovery-image] Sep 05 00:38:24.030 INFO O| Sep 05 00:38:24.030 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-09-05T00:38:25.153Z[ recovery-image] Sep 05 00:38:24.087 INFO O| Sep 05 00:38:24.087 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40242024-09-05T00:38:25.162Z[ recovery-image] Sep 05 00:38:24.096 INFO O| Sep 05 00:38:24.096 INFO STEP 13 (remove_files) COMPLETE
40252024-09-05T00:38:25.162Z[ recovery-image] Sep 05 00:38:24.096 INFO O| Sep 05 00:38:24.096 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-09-05T00:38:25.207Z[ recovery-image] Sep 05 00:38:24.140 INFO O| Sep 05 00:38:24.140 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40272024-09-05T00:38:25.211Z[ recovery-image] Sep 05 00:38:24.141 INFO O| Sep 05 00:38:24.141 INFO STEP 14 (remove_files) COMPLETE
40282024-09-05T00:38:25.211Z[ recovery-image] Sep 05 00:38:24.141 INFO O| Sep 05 00:38:24.141 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-09-05T00:38:25.247Z[ recovery-image] Sep 05 00:38:24.180 INFO O| Sep 05 00:38:24.180 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40302024-09-05T00:38:25.250Z[ recovery-image] Sep 05 00:38:24.182 INFO O| Sep 05 00:38:24.181 INFO STEP 15 (remove_files) COMPLETE
40312024-09-05T00:38:25.250Z[ recovery-image] Sep 05 00:38:24.182 INFO O| Sep 05 00:38:24.182 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-09-05T00:38:25.313Z[ recovery-image] Sep 05 00:38:24.247 INFO O| Sep 05 00:38:24.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40332024-09-05T00:38:25.368Z[ host-image] Sep 05 00:38:24.302 INFO O| Sep 05 00:38:24.301 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40342024-09-05T00:38:25.463Z[ recovery-image] Sep 05 00:38:24.397 INFO O| Sep 05 00:38:24.397 INFO STEP 16 (remove_files) COMPLETE
40352024-09-05T00:38:25.463Z[ recovery-image] Sep 05 00:38:24.397 INFO O| Sep 05 00:38:24.397 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-09-05T00:38:25.493Z[ recovery-image] Sep 05 00:38:24.427 INFO O| Sep 05 00:38:24.427 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40372024-09-05T00:38:25.496Z[ recovery-image] Sep 05 00:38:24.428 INFO O| Sep 05 00:38:24.428 INFO STEP 17 (remove_files) COMPLETE
40382024-09-05T00:38:25.496Z[ recovery-image] Sep 05 00:38:24.428 INFO O| Sep 05 00:38:24.428 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-09-05T00:38:25.524Z[ recovery-image] Sep 05 00:38:24.458 INFO O| Sep 05 00:38:24.458 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40402024-09-05T00:38:25.543Z[ recovery-image] Sep 05 00:38:24.477 INFO O| Sep 05 00:38:24.477 INFO STEP 18 (remove_files) COMPLETE
40412024-09-05T00:38:25.543Z[ recovery-image] Sep 05 00:38:24.477 INFO O| Sep 05 00:38:24.477 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-09-05T00:38:25.580Z[ recovery-image] Sep 05 00:38:24.514 INFO O| Sep 05 00:38:24.514 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40432024-09-05T00:38:25.790Z[ recovery-image] Sep 05 00:38:24.724 INFO O| Sep 05 00:38:24.724 INFO STEP 19 (remove_files) COMPLETE
40442024-09-05T00:38:25.790Z[ recovery-image] Sep 05 00:38:24.724 INFO O| Sep 05 00:38:24.724 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-09-05T00:38:25.850Z[ recovery-image] Sep 05 00:38:24.784 INFO O| Sep 05 00:38:24.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40462024-09-05T00:38:25.857Z[ recovery-image] Sep 05 00:38:24.790 INFO O| Sep 05 00:38:24.790 INFO STEP 20 (remove_files) COMPLETE
40472024-09-05T00:38:25.857Z[ recovery-image] Sep 05 00:38:24.791 INFO O| Sep 05 00:38:24.790 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-09-05T00:38:25.892Z[ recovery-image] Sep 05 00:38:24.825 INFO O| Sep 05 00:38:24.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40492024-09-05T00:38:25.894Z[ recovery-image] Sep 05 00:38:24.826 INFO O| Sep 05 00:38:24.826 INFO STEP 21 (remove_files) COMPLETE
40502024-09-05T00:38:25.894Z[ recovery-image] Sep 05 00:38:24.826 INFO O| Sep 05 00:38:24.826 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-09-05T00:38:25.919Z[ recovery-image] Sep 05 00:38:24.852 INFO O| Sep 05 00:38:24.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40522024-09-05T00:38:25.922Z[ recovery-image] Sep 05 00:38:24.853 INFO O| Sep 05 00:38:24.853 INFO STEP 22 (remove_files) COMPLETE
40532024-09-05T00:38:25.922Z[ recovery-image] Sep 05 00:38:24.853 INFO O| Sep 05 00:38:24.853 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-09-05T00:38:25.962Z[ recovery-image] Sep 05 00:38:24.895 INFO O| Sep 05 00:38:24.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40552024-09-05T00:38:25.981Z[ recovery-image] Sep 05 00:38:24.915 INFO O| Sep 05 00:38:24.915 INFO STEP 23 (remove_files) COMPLETE
40562024-09-05T00:38:25.981Z[ recovery-image] Sep 05 00:38:24.915 INFO O| Sep 05 00:38:24.915 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-09-05T00:38:26.017Z[ recovery-image] Sep 05 00:38:24.950 INFO O| Sep 05 00:38:24.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40582024-09-05T00:38:26.024Z[ recovery-image] Sep 05 00:38:24.958 INFO O| Sep 05 00:38:24.958 INFO STEP 24 (remove_files) COMPLETE
40592024-09-05T00:38:26.024Z[ recovery-image] Sep 05 00:38:24.958 INFO O| Sep 05 00:38:24.958 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-09-05T00:38:26.059Z[ recovery-image] Sep 05 00:38:24.993 INFO O| Sep 05 00:38:24.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40612024-09-05T00:38:26.060Z[ recovery-image] Sep 05 00:38:24.994 INFO O| Sep 05 00:38:24.993 INFO STEP 25 (remove_files) COMPLETE
40622024-09-05T00:38:26.062Z[ recovery-image] Sep 05 00:38:24.994 INFO O| Sep 05 00:38:24.993 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-09-05T00:38:26.086Z[ recovery-image] Sep 05 00:38:25.019 INFO O| Sep 05 00:38:25.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40642024-09-05T00:38:26.086Z[ recovery-image] Sep 05 00:38:25.020 INFO O| Sep 05 00:38:25.019 INFO STEP 26 (remove_files) COMPLETE
40652024-09-05T00:38:26.088Z[ recovery-image] Sep 05 00:38:25.020 INFO O| Sep 05 00:38:25.020 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-09-05T00:38:26.115Z[ recovery-image] Sep 05 00:38:25.049 INFO O| Sep 05 00:38:25.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40672024-09-05T00:38:26.131Z[ recovery-image] Sep 05 00:38:25.064 INFO O| Sep 05 00:38:25.064 INFO STEP 27 (remove_files) COMPLETE
40682024-09-05T00:38:26.131Z[ recovery-image] Sep 05 00:38:25.064 INFO O| Sep 05 00:38:25.064 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-09-05T00:38:26.185Z[ recovery-image] Sep 05 00:38:25.119 INFO O| Sep 05 00:38:25.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40702024-09-05T00:38:26.188Z[ recovery-image] Sep 05 00:38:25.120 INFO O| Sep 05 00:38:25.120 INFO STEP 28 (remove_files) COMPLETE
40712024-09-05T00:38:26.188Z[ recovery-image] Sep 05 00:38:25.120 INFO O| Sep 05 00:38:25.120 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-09-05T00:38:26.215Z[ recovery-image] Sep 05 00:38:25.149 INFO O| Sep 05 00:38:25.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40732024-09-05T00:38:26.215Z[ recovery-image] Sep 05 00:38:25.149 INFO O| Sep 05 00:38:25.149 INFO STEP 29 (remove_files) COMPLETE
40742024-09-05T00:38:26.215Z[ recovery-image] Sep 05 00:38:25.149 INFO O| Sep 05 00:38:25.149 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-09-05T00:38:26.256Z[ recovery-image] Sep 05 00:38:25.190 INFO O| Sep 05 00:38:25.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40762024-09-05T00:38:26.259Z[ recovery-image] Sep 05 00:38:25.190 INFO O| Sep 05 00:38:25.190 INFO STEP 30 (remove_files) COMPLETE
40772024-09-05T00:38:26.259Z[ recovery-image] Sep 05 00:38:25.191 INFO O| Sep 05 00:38:25.190 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-09-05T00:38:26.286Z[ recovery-image] Sep 05 00:38:25.219 INFO O| Sep 05 00:38:25.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40792024-09-05T00:38:26.286Z[ recovery-image] Sep 05 00:38:25.220 INFO O| Sep 05 00:38:25.219 INFO STEP 31 (remove_files) COMPLETE
40802024-09-05T00:38:26.286Z[ recovery-image] Sep 05 00:38:25.220 INFO O| Sep 05 00:38:25.220 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-09-05T00:38:26.325Z[ recovery-image] Sep 05 00:38:25.259 INFO O| Sep 05 00:38:25.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40822024-09-05T00:38:26.345Z[ recovery-image] Sep 05 00:38:25.279 INFO O| Sep 05 00:38:25.279 INFO STEP 32 (remove_files) COMPLETE
40832024-09-05T00:38:26.345Z[ recovery-image] Sep 05 00:38:25.279 INFO O| Sep 05 00:38:25.279 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-09-05T00:38:26.372Z[ recovery-image] Sep 05 00:38:25.306 INFO O| Sep 05 00:38:25.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40852024-09-05T00:38:26.381Z[ recovery-image] Sep 05 00:38:25.315 INFO O| Sep 05 00:38:25.315 INFO STEP 33 (remove_files) COMPLETE
40862024-09-05T00:38:26.384Z[ recovery-image] Sep 05 00:38:25.315 INFO O| Sep 05 00:38:25.315 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-09-05T00:38:26.411Z[ recovery-image] Sep 05 00:38:25.343 INFO O| Sep 05 00:38:25.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40882024-09-05T00:38:26.411Z[ recovery-image] Sep 05 00:38:25.344 INFO O| Sep 05 00:38:25.344 INFO STEP 34 (remove_files) COMPLETE
40892024-09-05T00:38:26.411Z[ recovery-image] Sep 05 00:38:25.344 INFO O| Sep 05 00:38:25.344 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-09-05T00:38:26.440Z[ recovery-image] Sep 05 00:38:25.372 INFO O| Sep 05 00:38:25.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40912024-09-05T00:38:26.522Z[ recovery-image] Sep 05 00:38:25.456 INFO O| Sep 05 00:38:25.456 INFO STEP 35 (remove_files) COMPLETE
40922024-09-05T00:38:26.522Z[ recovery-image] Sep 05 00:38:25.456 INFO O| Sep 05 00:38:25.456 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-09-05T00:38:26.551Z[ recovery-image] Sep 05 00:38:25.485 INFO O| Sep 05 00:38:25.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40942024-09-05T00:38:26.554Z[ recovery-image] Sep 05 00:38:25.485 INFO O| Sep 05 00:38:25.485 INFO STEP 36 (remove_files) COMPLETE
40952024-09-05T00:38:26.554Z[ recovery-image] Sep 05 00:38:25.486 INFO O| Sep 05 00:38:25.485 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-09-05T00:38:26.581Z[ recovery-image] Sep 05 00:38:25.514 INFO O| Sep 05 00:38:25.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40972024-09-05T00:38:26.601Z[ recovery-image] Sep 05 00:38:25.535 INFO O| Sep 05 00:38:25.535 INFO STEP 37 (remove_files) COMPLETE
40982024-09-05T00:38:26.601Z[ recovery-image] Sep 05 00:38:25.535 INFO O| Sep 05 00:38:25.535 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-09-05T00:38:26.631Z[ recovery-image] Sep 05 00:38:25.564 INFO O| Sep 05 00:38:25.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41002024-09-05T00:38:26.633Z[ recovery-image] Sep 05 00:38:25.565 INFO O| Sep 05 00:38:25.565 INFO STEP 38 (remove_files) COMPLETE
41012024-09-05T00:38:26.633Z[ recovery-image] Sep 05 00:38:25.565 INFO O| Sep 05 00:38:25.565 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-09-05T00:38:26.723Z[ recovery-image] Sep 05 00:38:25.657 INFO O| Sep 05 00:38:25.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41032024-09-05T00:38:26.728Z[ recovery-image] Sep 05 00:38:25.657 INFO O| Sep 05 00:38:25.657 INFO STEP 39 (remove_files) COMPLETE
41042024-09-05T00:38:26.728Z[ recovery-image] Sep 05 00:38:25.657 INFO O| Sep 05 00:38:25.657 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-09-05T00:38:26.751Z[ recovery-image] Sep 05 00:38:25.685 INFO O| Sep 05 00:38:25.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41062024-09-05T00:38:26.754Z[ recovery-image] Sep 05 00:38:25.685 INFO O| Sep 05 00:38:25.685 INFO STEP 40 (remove_files) COMPLETE
41072024-09-05T00:38:26.754Z[ recovery-image] Sep 05 00:38:25.686 INFO O| Sep 05 00:38:25.685 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-09-05T00:38:26.780Z[ recovery-image] Sep 05 00:38:25.714 INFO O| Sep 05 00:38:25.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41092024-09-05T00:38:26.800Z[ recovery-image] Sep 05 00:38:25.734 INFO O| Sep 05 00:38:25.734 INFO STEP 41 (remove_files) COMPLETE
41102024-09-05T00:38:26.800Z[ recovery-image] Sep 05 00:38:25.734 INFO O| Sep 05 00:38:25.734 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-09-05T00:38:26.833Z[ recovery-image] Sep 05 00:38:25.767 INFO O| Sep 05 00:38:25.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41122024-09-05T00:38:26.833Z[ recovery-image] Sep 05 00:38:25.767 INFO O| Sep 05 00:38:25.767 INFO STEP 42 (remove_files) COMPLETE
41132024-09-05T00:38:26.836Z[ recovery-image] Sep 05 00:38:25.767 INFO O| Sep 05 00:38:25.767 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-09-05T00:38:26.857Z[ recovery-image] Sep 05 00:38:25.791 INFO O| Sep 05 00:38:25.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41152024-09-05T00:38:26.857Z[ recovery-image] Sep 05 00:38:25.791 INFO O| Sep 05 00:38:25.791 INFO STEP 43 (remove_files) COMPLETE
41162024-09-05T00:38:26.860Z[ recovery-image] Sep 05 00:38:25.791 INFO O| Sep 05 00:38:25.791 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-09-05T00:38:26.883Z[ recovery-image] Sep 05 00:38:25.816 INFO O| Sep 05 00:38:25.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41182024-09-05T00:38:26.883Z[ recovery-image] Sep 05 00:38:25.816 INFO O| Sep 05 00:38:25.816 INFO STEP 44 (remove_files) COMPLETE
41192024-09-05T00:38:26.885Z[ recovery-image] Sep 05 00:38:25.817 INFO O| Sep 05 00:38:25.816 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-09-05T00:38:26.928Z[ recovery-image] Sep 05 00:38:25.862 INFO O| Sep 05 00:38:25.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41212024-09-05T00:38:26.950Z[ recovery-image] Sep 05 00:38:25.884 INFO O| Sep 05 00:38:25.884 INFO STEP 45 (remove_files) COMPLETE
41222024-09-05T00:38:26.950Z[ recovery-image] Sep 05 00:38:25.884 INFO O| Sep 05 00:38:25.884 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-09-05T00:38:26.988Z[ recovery-image] Sep 05 00:38:25.922 INFO O| Sep 05 00:38:25.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41242024-09-05T00:38:26.988Z[ recovery-image] Sep 05 00:38:25.922 INFO O| Sep 05 00:38:25.922 INFO STEP 46 (remove_files) COMPLETE
41252024-09-05T00:38:26.988Z[ recovery-image] Sep 05 00:38:25.922 INFO O| Sep 05 00:38:25.922 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-09-05T00:38:27.034Z[ recovery-image] Sep 05 00:38:25.967 INFO O| Sep 05 00:38:25.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41272024-09-05T00:38:27.034Z[ recovery-image] Sep 05 00:38:25.968 INFO O| Sep 05 00:38:25.967 INFO STEP 47 (remove_files) COMPLETE
41282024-09-05T00:38:27.037Z[ recovery-image] Sep 05 00:38:25.968 INFO O| Sep 05 00:38:25.967 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-09-05T00:38:27.059Z[ recovery-image] Sep 05 00:38:25.993 INFO O| Sep 05 00:38:25.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41302024-09-05T00:38:27.059Z[ recovery-image] Sep 05 00:38:25.993 INFO O| Sep 05 00:38:25.993 INFO STEP 48 (remove_files) COMPLETE
41312024-09-05T00:38:27.062Z[ recovery-image] Sep 05 00:38:25.993 INFO O| Sep 05 00:38:25.993 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-09-05T00:38:27.108Z[ recovery-image] Sep 05 00:38:26.042 INFO O| Sep 05 00:38:26.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41332024-09-05T00:38:27.108Z[ recovery-image] Sep 05 00:38:26.042 INFO O| Sep 05 00:38:26.042 INFO STEP 49 (remove_files) COMPLETE
41342024-09-05T00:38:27.108Z[ recovery-image] Sep 05 00:38:26.042 INFO O| Sep 05 00:38:26.042 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-09-05T00:38:27.177Z[ recovery-image] Sep 05 00:38:26.111 INFO O| Sep 05 00:38:26.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41362024-09-05T00:38:27.177Z[ recovery-image] Sep 05 00:38:26.111 INFO O| Sep 05 00:38:26.111 INFO STEP 50 (remove_files) COMPLETE
41372024-09-05T00:38:27.181Z[ recovery-image] Sep 05 00:38:26.111 INFO O| Sep 05 00:38:26.111 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-09-05T00:38:27.203Z[ recovery-image] Sep 05 00:38:26.137 INFO O| Sep 05 00:38:26.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41392024-09-05T00:38:27.203Z[ recovery-image] Sep 05 00:38:26.137 INFO O| Sep 05 00:38:26.137 INFO STEP 51 (remove_files) COMPLETE
41402024-09-05T00:38:27.206Z[ recovery-image] Sep 05 00:38:26.137 INFO O| Sep 05 00:38:26.137 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-09-05T00:38:27.229Z[ recovery-image] Sep 05 00:38:26.162 INFO O| Sep 05 00:38:26.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41422024-09-05T00:38:27.232Z[ recovery-image] Sep 05 00:38:26.165 INFO O| Sep 05 00:38:26.165 INFO STEP 52 (remove_files) COMPLETE
41432024-09-05T00:38:27.232Z[ recovery-image] Sep 05 00:38:26.165 INFO O| Sep 05 00:38:26.165 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-09-05T00:38:27.257Z[ recovery-image] Sep 05 00:38:26.191 INFO O| Sep 05 00:38:26.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41452024-09-05T00:38:27.278Z[ recovery-image] Sep 05 00:38:26.211 INFO O| Sep 05 00:38:26.211 INFO STEP 53 (remove_files) COMPLETE
41462024-09-05T00:38:27.278Z[ recovery-image] Sep 05 00:38:26.211 INFO O| Sep 05 00:38:26.211 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-09-05T00:38:27.304Z[ recovery-image] Sep 05 00:38:26.238 INFO O| Sep 05 00:38:26.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41482024-09-05T00:38:27.307Z[ recovery-image] Sep 05 00:38:26.238 INFO O| Sep 05 00:38:26.238 INFO STEP 54 (remove_files) COMPLETE
41492024-09-05T00:38:27.307Z[ recovery-image] Sep 05 00:38:26.238 INFO O| Sep 05 00:38:26.238 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-09-05T00:38:27.351Z[ recovery-image] Sep 05 00:38:26.285 INFO O| Sep 05 00:38:26.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41512024-09-05T00:38:27.354Z[ recovery-image] Sep 05 00:38:26.285 INFO O| Sep 05 00:38:26.285 INFO STEP 55 (remove_files) COMPLETE
41522024-09-05T00:38:27.354Z[ recovery-image] Sep 05 00:38:26.285 INFO O| Sep 05 00:38:26.285 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-09-05T00:38:27.379Z[ recovery-image] Sep 05 00:38:26.313 INFO O| Sep 05 00:38:26.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41542024-09-05T00:38:27.379Z[ recovery-image] Sep 05 00:38:26.313 INFO O| Sep 05 00:38:26.313 INFO STEP 56 (remove_files) COMPLETE
41552024-09-05T00:38:27.379Z[ recovery-image] Sep 05 00:38:26.313 INFO O| Sep 05 00:38:26.313 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-09-05T00:38:27.421Z[ recovery-image] Sep 05 00:38:26.354 INFO O| Sep 05 00:38:26.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41572024-09-05T00:38:27.439Z[ recovery-image] Sep 05 00:38:26.372 INFO O| Sep 05 00:38:26.372 INFO STEP 57 (remove_files) COMPLETE
41582024-09-05T00:38:27.439Z[ recovery-image] Sep 05 00:38:26.372 INFO O| Sep 05 00:38:26.372 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-09-05T00:38:27.476Z[ recovery-image] Sep 05 00:38:26.409 INFO O| Sep 05 00:38:26.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41602024-09-05T00:38:27.476Z[ recovery-image] Sep 05 00:38:26.409 INFO O| Sep 05 00:38:26.409 INFO STEP 58 (remove_files) COMPLETE
41612024-09-05T00:38:27.476Z[ recovery-image] Sep 05 00:38:26.410 INFO O| Sep 05 00:38:26.409 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-09-05T00:38:27.506Z[ recovery-image] Sep 05 00:38:26.440 INFO O| Sep 05 00:38:26.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41632024-09-05T00:38:27.509Z[ recovery-image] Sep 05 00:38:26.440 INFO O| Sep 05 00:38:26.440 INFO STEP 59 (remove_files) COMPLETE
41642024-09-05T00:38:27.509Z[ recovery-image] Sep 05 00:38:26.440 INFO O| Sep 05 00:38:26.440 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-09-05T00:38:27.539Z[ recovery-image] Sep 05 00:38:26.472 INFO O| Sep 05 00:38:26.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41662024-09-05T00:38:27.541Z[ recovery-image] Sep 05 00:38:26.472 INFO O| Sep 05 00:38:26.472 INFO STEP 60 (remove_files) COMPLETE
41672024-09-05T00:38:27.541Z[ recovery-image] Sep 05 00:38:26.473 INFO O| Sep 05 00:38:26.473 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-09-05T00:38:27.569Z[ recovery-image] Sep 05 00:38:26.503 INFO O| Sep 05 00:38:26.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41692024-09-05T00:38:27.571Z[ recovery-image] Sep 05 00:38:26.503 INFO O| Sep 05 00:38:26.503 INFO STEP 61 (remove_files) COMPLETE
41702024-09-05T00:38:27.571Z[ recovery-image] Sep 05 00:38:26.504 INFO O| Sep 05 00:38:26.503 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-09-05T00:38:27.600Z[ recovery-image] Sep 05 00:38:26.533 INFO O| Sep 05 00:38:26.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41722024-09-05T00:38:27.602Z[ recovery-image] Sep 05 00:38:26.533 INFO O| Sep 05 00:38:26.533 INFO STEP 62 (remove_files) COMPLETE
41732024-09-05T00:38:27.602Z[ recovery-image] Sep 05 00:38:26.533 INFO O| Sep 05 00:38:26.533 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-09-05T00:38:27.628Z[ recovery-image] Sep 05 00:38:26.561 INFO O| Sep 05 00:38:26.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41752024-09-05T00:38:27.628Z[ recovery-image] Sep 05 00:38:26.561 INFO O| Sep 05 00:38:26.561 INFO STEP 63 (remove_files) COMPLETE
41762024-09-05T00:38:27.631Z[ recovery-image] Sep 05 00:38:26.561 INFO O| Sep 05 00:38:26.561 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-09-05T00:38:27.655Z[ recovery-image] Sep 05 00:38:26.588 INFO O| Sep 05 00:38:26.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41782024-09-05T00:38:27.657Z[ recovery-image] Sep 05 00:38:26.589 INFO O| Sep 05 00:38:26.588 INFO STEP 64 (remove_files) COMPLETE
41792024-09-05T00:38:27.657Z[ recovery-image] Sep 05 00:38:26.589 INFO O| Sep 05 00:38:26.589 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-09-05T00:38:27.679Z[ recovery-image] Sep 05 00:38:26.613 INFO O| Sep 05 00:38:26.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41812024-09-05T00:38:27.682Z[ recovery-image] Sep 05 00:38:26.613 INFO O| Sep 05 00:38:26.613 INFO STEP 65 (remove_files) COMPLETE
41822024-09-05T00:38:27.682Z[ recovery-image] Sep 05 00:38:26.613 INFO O| Sep 05 00:38:26.613 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-09-05T00:38:27.702Z[ recovery-image] Sep 05 00:38:26.635 INFO O| Sep 05 00:38:26.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41842024-09-05T00:38:27.704Z[ recovery-image] Sep 05 00:38:26.636 INFO O| Sep 05 00:38:26.635 INFO STEP 66 (remove_files) COMPLETE
41852024-09-05T00:38:27.704Z[ recovery-image] Sep 05 00:38:26.636 INFO O| Sep 05 00:38:26.635 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-09-05T00:38:27.725Z[ recovery-image] Sep 05 00:38:26.658 INFO O| Sep 05 00:38:26.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41872024-09-05T00:38:27.725Z[ recovery-image] Sep 05 00:38:26.658 INFO O| Sep 05 00:38:26.658 INFO STEP 67 (remove_files) COMPLETE
41882024-09-05T00:38:27.728Z[ recovery-image] Sep 05 00:38:26.658 INFO O| Sep 05 00:38:26.658 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-09-05T00:38:27.777Z[ recovery-image] Sep 05 00:38:26.711 INFO O| Sep 05 00:38:26.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41902024-09-05T00:38:27.780Z[ recovery-image] Sep 05 00:38:26.711 INFO O| Sep 05 00:38:26.711 INFO STEP 68 (remove_files) COMPLETE
41912024-09-05T00:38:27.780Z[ recovery-image] Sep 05 00:38:26.711 INFO O| Sep 05 00:38:26.711 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-09-05T00:38:27.807Z[ recovery-image] Sep 05 00:38:26.740 INFO O| Sep 05 00:38:26.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41932024-09-05T00:38:27.810Z[ recovery-image] Sep 05 00:38:26.740 INFO O| Sep 05 00:38:26.740 INFO STEP 69 (remove_files) COMPLETE
41942024-09-05T00:38:27.810Z[ recovery-image] Sep 05 00:38:26.740 INFO O| Sep 05 00:38:26.740 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-09-05T00:38:27.832Z[ recovery-image] Sep 05 00:38:26.766 INFO O| Sep 05 00:38:26.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41962024-09-05T00:38:27.835Z[ recovery-image] Sep 05 00:38:26.766 INFO O| Sep 05 00:38:26.766 INFO STEP 70 (remove_files) COMPLETE
41972024-09-05T00:38:27.835Z[ recovery-image] Sep 05 00:38:26.766 INFO O| Sep 05 00:38:26.766 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-09-05T00:38:27.858Z[ recovery-image] Sep 05 00:38:26.792 INFO O| Sep 05 00:38:26.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41992024-09-05T00:38:27.862Z[ recovery-image] Sep 05 00:38:26.792 INFO O| Sep 05 00:38:26.792 INFO STEP 71 (remove_files) COMPLETE
42002024-09-05T00:38:27.862Z[ recovery-image] Sep 05 00:38:26.792 INFO O| Sep 05 00:38:26.792 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-09-05T00:38:27.883Z[ recovery-image] Sep 05 00:38:26.817 INFO O| Sep 05 00:38:26.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42022024-09-05T00:38:27.886Z[ recovery-image] Sep 05 00:38:26.817 INFO O| Sep 05 00:38:26.817 INFO STEP 72 (remove_files) COMPLETE
42032024-09-05T00:38:27.886Z[ recovery-image] Sep 05 00:38:26.817 INFO O| Sep 05 00:38:26.817 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-09-05T00:38:27.909Z[ recovery-image] Sep 05 00:38:26.843 INFO O| Sep 05 00:38:26.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42052024-09-05T00:38:27.913Z[ recovery-image] Sep 05 00:38:26.843 INFO O| Sep 05 00:38:26.843 INFO STEP 73 (remove_files) COMPLETE
42062024-09-05T00:38:27.913Z[ recovery-image] Sep 05 00:38:26.843 INFO O| Sep 05 00:38:26.843 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-09-05T00:38:27.933Z[ recovery-image] Sep 05 00:38:26.867 INFO O| Sep 05 00:38:26.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42082024-09-05T00:38:27.937Z[ recovery-image] Sep 05 00:38:26.867 INFO O| Sep 05 00:38:26.867 INFO STEP 74 (remove_files) COMPLETE
42092024-09-05T00:38:27.937Z[ recovery-image] Sep 05 00:38:26.867 INFO O| Sep 05 00:38:26.867 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-09-05T00:38:27.958Z[ recovery-image] Sep 05 00:38:26.891 INFO O| Sep 05 00:38:26.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42112024-09-05T00:38:27.961Z[ recovery-image] Sep 05 00:38:26.892 INFO O| Sep 05 00:38:26.892 INFO STEP 75 (remove_files) COMPLETE
42122024-09-05T00:38:27.961Z[ recovery-image] Sep 05 00:38:26.892 INFO O| Sep 05 00:38:26.892 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-09-05T00:38:27.985Z[ recovery-image] Sep 05 00:38:26.919 INFO O| Sep 05 00:38:26.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42142024-09-05T00:38:27.988Z[ recovery-image] Sep 05 00:38:26.919 INFO O| Sep 05 00:38:26.919 INFO STEP 76 (remove_files) COMPLETE
42152024-09-05T00:38:27.988Z[ recovery-image] Sep 05 00:38:26.919 INFO O| Sep 05 00:38:26.919 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-09-05T00:38:28.014Z[ recovery-image] Sep 05 00:38:26.948 INFO O| Sep 05 00:38:26.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42172024-09-05T00:38:28.017Z[ recovery-image] Sep 05 00:38:26.948 INFO O| Sep 05 00:38:26.948 INFO STEP 77 (remove_files) COMPLETE
42182024-09-05T00:38:28.017Z[ recovery-image] Sep 05 00:38:26.948 INFO O| Sep 05 00:38:26.948 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-09-05T00:38:28.043Z[ recovery-image] Sep 05 00:38:26.976 INFO O| Sep 05 00:38:26.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42202024-09-05T00:38:28.045Z[ recovery-image] Sep 05 00:38:26.977 INFO O| Sep 05 00:38:26.976 INFO STEP 78 (remove_files) COMPLETE
42212024-09-05T00:38:28.045Z[ recovery-image] Sep 05 00:38:26.977 INFO O| Sep 05 00:38:26.977 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-09-05T00:38:28.072Z[ recovery-image] Sep 05 00:38:27.006 INFO O| Sep 05 00:38:27.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42232024-09-05T00:38:28.075Z[ recovery-image] Sep 05 00:38:27.006 INFO O| Sep 05 00:38:27.006 INFO STEP 79 (remove_files) COMPLETE
42242024-09-05T00:38:28.075Z[ recovery-image] Sep 05 00:38:27.006 INFO O| Sep 05 00:38:27.006 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-09-05T00:38:28.101Z[ recovery-image] Sep 05 00:38:27.034 INFO O| Sep 05 00:38:27.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42262024-09-05T00:38:28.103Z[ recovery-image] Sep 05 00:38:27.034 INFO O| Sep 05 00:38:27.034 INFO STEP 80 (remove_files) COMPLETE
42272024-09-05T00:38:28.103Z[ recovery-image] Sep 05 00:38:27.034 INFO O| Sep 05 00:38:27.034 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-09-05T00:38:28.130Z[ recovery-image] Sep 05 00:38:27.063 INFO O| Sep 05 00:38:27.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42292024-09-05T00:38:28.130Z[ recovery-image] Sep 05 00:38:27.063 INFO O| Sep 05 00:38:27.063 INFO STEP 81 (remove_files) COMPLETE
42302024-09-05T00:38:28.130Z[ recovery-image] Sep 05 00:38:27.063 INFO O| Sep 05 00:38:27.063 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-09-05T00:38:28.160Z[ recovery-image] Sep 05 00:38:27.093 INFO O| Sep 05 00:38:27.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42322024-09-05T00:38:28.160Z[ recovery-image] Sep 05 00:38:27.093 INFO O| Sep 05 00:38:27.093 INFO STEP 82 (remove_files) COMPLETE
42332024-09-05T00:38:28.160Z[ recovery-image] Sep 05 00:38:27.093 INFO O| Sep 05 00:38:27.093 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-09-05T00:38:28.184Z[ recovery-image] Sep 05 00:38:27.118 INFO O| Sep 05 00:38:27.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42352024-09-05T00:38:28.184Z[ recovery-image] Sep 05 00:38:27.118 INFO O| Sep 05 00:38:27.118 INFO STEP 83 (remove_files) COMPLETE
42362024-09-05T00:38:28.185Z[ recovery-image] Sep 05 00:38:27.118 INFO O| Sep 05 00:38:27.118 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-09-05T00:38:28.225Z[ recovery-image] Sep 05 00:38:27.158 INFO O| Sep 05 00:38:27.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42382024-09-05T00:38:28.225Z[ recovery-image] Sep 05 00:38:27.159 INFO O| Sep 05 00:38:27.158 INFO STEP 84 (remove_files) COMPLETE
42392024-09-05T00:38:28.225Z[ recovery-image] Sep 05 00:38:27.159 INFO O| Sep 05 00:38:27.159 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-09-05T00:38:28.295Z[ recovery-image] Sep 05 00:38:27.228 INFO O| Sep 05 00:38:27.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42412024-09-05T00:38:28.295Z[ recovery-image] Sep 05 00:38:27.228 INFO O| Sep 05 00:38:27.228 INFO STEP 85 (remove_files) COMPLETE
42422024-09-05T00:38:28.298Z[ recovery-image] Sep 05 00:38:27.228 INFO O| Sep 05 00:38:27.228 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-09-05T00:38:28.356Z[ recovery-image] Sep 05 00:38:27.290 INFO O| Sep 05 00:38:27.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42442024-09-05T00:38:28.356Z[ recovery-image] Sep 05 00:38:27.290 INFO O| Sep 05 00:38:27.290 INFO STEP 86 (remove_files) COMPLETE
42452024-09-05T00:38:28.356Z[ recovery-image] Sep 05 00:38:27.290 INFO O| Sep 05 00:38:27.290 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-09-05T00:38:28.382Z[ recovery-image] Sep 05 00:38:27.315 INFO O| Sep 05 00:38:27.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42472024-09-05T00:38:28.398Z[ recovery-image] Sep 05 00:38:27.331 INFO O| Sep 05 00:38:27.331 INFO STEP 87 (remove_files) COMPLETE
42482024-09-05T00:38:28.398Z[ recovery-image] Sep 05 00:38:27.331 INFO O| Sep 05 00:38:27.331 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-09-05T00:38:28.432Z[ recovery-image] Sep 05 00:38:27.366 INFO O| Sep 05 00:38:27.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42502024-09-05T00:38:28.432Z[ recovery-image] Sep 05 00:38:27.366 INFO O| Sep 05 00:38:27.366 INFO STEP 88 (remove_files) COMPLETE
42512024-09-05T00:38:28.432Z[ recovery-image] Sep 05 00:38:27.366 INFO O| Sep 05 00:38:27.366 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-09-05T00:38:28.458Z[ recovery-image] Sep 05 00:38:27.392 INFO O| Sep 05 00:38:27.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42532024-09-05T00:38:28.458Z[ recovery-image] Sep 05 00:38:27.392 INFO O| Sep 05 00:38:27.392 INFO STEP 89 (remove_files) COMPLETE
42542024-09-05T00:38:28.461Z[ recovery-image] Sep 05 00:38:27.392 INFO O| Sep 05 00:38:27.392 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-09-05T00:38:28.526Z[ recovery-image] Sep 05 00:38:27.459 INFO O| Sep 05 00:38:27.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42562024-09-05T00:38:28.526Z[ recovery-image] Sep 05 00:38:27.459 INFO O| Sep 05 00:38:27.459 INFO STEP 90 (remove_files) COMPLETE
42572024-09-05T00:38:28.526Z[ recovery-image] Sep 05 00:38:27.459 INFO O| Sep 05 00:38:27.459 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-09-05T00:38:28.554Z[ host-image] Sep 05 00:38:27.487 INFO O| Sep 05 00:38:27.487 INFO O| Planning: Solver setup ... Done
42592024-09-05T00:38:28.557Z[ recovery-image] Sep 05 00:38:27.488 INFO O| Sep 05 00:38:27.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42602024-09-05T00:38:28.557Z[ recovery-image] Sep 05 00:38:27.488 INFO O| Sep 05 00:38:27.488 INFO STEP 91 (remove_files) COMPLETE
42612024-09-05T00:38:28.557Z[ recovery-image] Sep 05 00:38:27.488 INFO O| Sep 05 00:38:27.488 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-09-05T00:38:28.560Z[ host-image] Sep 05 00:38:27.494 INFO O| Sep 05 00:38:27.494 INFO O| Planning: Running solver ... Done
42632024-09-05T00:38:28.601Z[ recovery-image] Sep 05 00:38:27.535 INFO O| Sep 05 00:38:27.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42642024-09-05T00:38:28.622Z[ recovery-image] Sep 05 00:38:27.555 INFO O| Sep 05 00:38:27.555 INFO STEP 92 (remove_files) COMPLETE
42652024-09-05T00:38:28.622Z[ recovery-image] Sep 05 00:38:27.555 INFO O| Sep 05 00:38:27.555 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-09-05T00:38:28.645Z[ host-image] Sep 05 00:38:27.578 INFO O| Sep 05 00:38:27.578 INFO O| Planning: Finding local manifests ... Done
42672024-09-05T00:38:28.648Z[ host-image] Sep 05 00:38:27.581 INFO O| Sep 05 00:38:27.580 INFO O| Planning: Fetching manifests: 0/6 0% complete
42682024-09-05T00:38:28.666Z[ recovery-image] Sep 05 00:38:27.599 INFO O| Sep 05 00:38:27.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42692024-09-05T00:38:28.666Z[ recovery-image] Sep 05 00:38:27.599 INFO O| Sep 05 00:38:27.599 INFO STEP 93 (remove_files) COMPLETE
42702024-09-05T00:38:28.666Z[ recovery-image] Sep 05 00:38:27.599 INFO O| Sep 05 00:38:27.599 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-09-05T00:38:28.705Z[ recovery-image] Sep 05 00:38:27.638 INFO O| Sep 05 00:38:27.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42722024-09-05T00:38:28.707Z[ recovery-image] Sep 05 00:38:27.639 INFO O| Sep 05 00:38:27.638 INFO STEP 94 (remove_files) COMPLETE
42732024-09-05T00:38:28.707Z[ recovery-image] Sep 05 00:38:27.639 INFO O| Sep 05 00:38:27.638 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-09-05T00:38:28.796Z[ recovery-image] Sep 05 00:38:27.729 INFO O| Sep 05 00:38:27.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42752024-09-05T00:38:28.796Z[ recovery-image] Sep 05 00:38:27.729 INFO O| Sep 05 00:38:27.729 INFO STEP 95 (remove_files) COMPLETE
42762024-09-05T00:38:28.799Z[ recovery-image] Sep 05 00:38:27.729 INFO O| Sep 05 00:38:27.729 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-09-05T00:38:28.826Z[ recovery-image] Sep 05 00:38:27.759 INFO O| Sep 05 00:38:27.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42782024-09-05T00:38:28.826Z[ recovery-image] Sep 05 00:38:27.759 INFO O| Sep 05 00:38:27.759 INFO STEP 96 (remove_files) COMPLETE
42792024-09-05T00:38:28.829Z[ recovery-image] Sep 05 00:38:27.759 INFO O| Sep 05 00:38:27.759 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-09-05T00:38:28.893Z[ recovery-image] Sep 05 00:38:27.825 INFO O| Sep 05 00:38:27.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42812024-09-05T00:38:28.893Z[ recovery-image] Sep 05 00:38:27.825 INFO O| Sep 05 00:38:27.825 INFO STEP 97 (remove_files) COMPLETE
42822024-09-05T00:38:28.893Z[ recovery-image] Sep 05 00:38:27.825 INFO O| Sep 05 00:38:27.825 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-09-05T00:38:28.949Z[ recovery-image] Sep 05 00:38:27.882 INFO O| Sep 05 00:38:27.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42842024-09-05T00:38:28.949Z[ recovery-image] Sep 05 00:38:27.882 INFO O| Sep 05 00:38:27.882 INFO STEP 98 (remove_files) COMPLETE
42852024-09-05T00:38:28.949Z[ recovery-image] Sep 05 00:38:27.882 INFO O| Sep 05 00:38:27.882 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-09-05T00:38:29.003Z[ host-image] Sep 05 00:38:27.936 INFO O| Sep 05 00:38:27.936 INFO O| Planning: Fetching manifests: 6/6 100% complete
42872024-09-05T00:38:29.021Z[ recovery-image] Sep 05 00:38:27.954 INFO O| Sep 05 00:38:27.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42882024-09-05T00:38:29.021Z[ recovery-image] Sep 05 00:38:27.955 INFO O| Sep 05 00:38:27.954 INFO STEP 99 (remove_files) COMPLETE
42892024-09-05T00:38:29.024Z[ recovery-image] Sep 05 00:38:27.955 INFO O| Sep 05 00:38:27.955 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-09-05T00:38:29.043Z[ recovery-image] Sep 05 00:38:27.977 INFO O| Sep 05 00:38:27.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42912024-09-05T00:38:29.043Z[ recovery-image] Sep 05 00:38:27.977 INFO O| Sep 05 00:38:27.977 INFO STEP 100 (remove_files) COMPLETE
42922024-09-05T00:38:29.044Z[ recovery-image] Sep 05 00:38:27.977 INFO O| Sep 05 00:38:27.977 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-09-05T00:38:29.063Z[ host-image] Sep 05 00:38:27.996 INFO O| Sep 05 00:38:27.996 INFO O| Planning: Package planning ... Done
42942024-09-05T00:38:29.086Z[ recovery-image] Sep 05 00:38:28.019 INFO O| Sep 05 00:38:28.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42952024-09-05T00:38:29.086Z[ recovery-image] Sep 05 00:38:28.019 INFO O| Sep 05 00:38:28.019 INFO STEP 101 (remove_files) COMPLETE
42962024-09-05T00:38:29.086Z[ recovery-image] Sep 05 00:38:28.019 INFO O| Sep 05 00:38:28.019 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-09-05T00:38:29.126Z[ recovery-image] Sep 05 00:38:28.060 INFO O| Sep 05 00:38:28.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42982024-09-05T00:38:29.129Z[ recovery-image] Sep 05 00:38:28.060 INFO O| Sep 05 00:38:28.060 INFO STEP 102 (remove_files) COMPLETE
42992024-09-05T00:38:29.129Z[ recovery-image] Sep 05 00:38:28.060 INFO O| Sep 05 00:38:28.060 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-09-05T00:38:29.153Z[ recovery-image] Sep 05 00:38:28.087 INFO O| Sep 05 00:38:28.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43012024-09-05T00:38:29.154Z[ recovery-image] Sep 05 00:38:28.087 INFO O| Sep 05 00:38:28.087 INFO STEP 103 (remove_files) COMPLETE
43022024-09-05T00:38:29.157Z[ recovery-image] Sep 05 00:38:28.087 INFO O| Sep 05 00:38:28.087 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-09-05T00:38:29.180Z[ recovery-image] Sep 05 00:38:28.113 INFO O| Sep 05 00:38:28.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43042024-09-05T00:38:29.181Z[ recovery-image] Sep 05 00:38:28.113 INFO O| Sep 05 00:38:28.113 INFO STEP 104 (remove_files) COMPLETE
43052024-09-05T00:38:29.184Z[ recovery-image] Sep 05 00:38:28.113 INFO O| Sep 05 00:38:28.113 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-09-05T00:38:29.198Z[ host-image] Sep 05 00:38:28.132 INFO O| Sep 05 00:38:28.131 INFO O| Planning: Merging actions ... Done
43072024-09-05T00:38:29.215Z[ recovery-image] Sep 05 00:38:28.148 INFO O| Sep 05 00:38:28.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43082024-09-05T00:38:29.215Z[ recovery-image] Sep 05 00:38:28.148 INFO O| Sep 05 00:38:28.148 INFO STEP 105 (remove_files) COMPLETE
43092024-09-05T00:38:29.218Z[ recovery-image] Sep 05 00:38:28.148 INFO O| Sep 05 00:38:28.148 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-09-05T00:38:29.256Z[ recovery-image] Sep 05 00:38:28.189 INFO O| Sep 05 00:38:28.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43112024-09-05T00:38:29.256Z[ recovery-image] Sep 05 00:38:28.189 INFO O| Sep 05 00:38:28.189 INFO STEP 106 (remove_files) COMPLETE
43122024-09-05T00:38:29.259Z[ recovery-image] Sep 05 00:38:28.189 INFO O| Sep 05 00:38:28.189 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-09-05T00:38:29.318Z[ recovery-image] Sep 05 00:38:28.251 INFO O| Sep 05 00:38:28.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43142024-09-05T00:38:29.318Z[ recovery-image] Sep 05 00:38:28.251 INFO O| Sep 05 00:38:28.251 INFO STEP 107 (remove_files) COMPLETE
43152024-09-05T00:38:29.321Z[ recovery-image] Sep 05 00:38:28.251 INFO O| Sep 05 00:38:28.251 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-09-05T00:38:29.343Z[ recovery-image] Sep 05 00:38:28.276 INFO O| Sep 05 00:38:28.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43172024-09-05T00:38:29.343Z[ recovery-image] Sep 05 00:38:28.276 INFO O| Sep 05 00:38:28.276 INFO STEP 108 (remove_files) COMPLETE
43182024-09-05T00:38:29.345Z[ recovery-image] Sep 05 00:38:28.276 INFO O| Sep 05 00:38:28.276 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-09-05T00:38:29.367Z[ recovery-image] Sep 05 00:38:28.300 INFO O| Sep 05 00:38:28.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43202024-09-05T00:38:29.367Z[ recovery-image] Sep 05 00:38:28.300 INFO O| Sep 05 00:38:28.300 INFO STEP 109 (remove_files) COMPLETE
43212024-09-05T00:38:29.370Z[ recovery-image] Sep 05 00:38:28.300 INFO O| Sep 05 00:38:28.300 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-09-05T00:38:29.373Z[ host-image] Sep 05 00:38:28.306 INFO O| Sep 05 00:38:28.306 INFO O| Planning: Checking for conflicting actions ... Done
43232024-09-05T00:38:29.381Z[ host-image] Sep 05 00:38:28.314 INFO O| Sep 05 00:38:28.314 INFO O| Planning: Consolidating action changes ... Done
43242024-09-05T00:38:29.392Z[ recovery-image] Sep 05 00:38:28.325 INFO O| Sep 05 00:38:28.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43252024-09-05T00:38:29.392Z[ recovery-image] Sep 05 00:38:28.325 INFO O| Sep 05 00:38:28.325 INFO STEP 110 (remove_files) COMPLETE
43262024-09-05T00:38:29.395Z[ recovery-image] Sep 05 00:38:28.325 INFO O| Sep 05 00:38:28.325 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-09-05T00:38:29.417Z[ recovery-image] Sep 05 00:38:28.351 INFO O| Sep 05 00:38:28.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43282024-09-05T00:38:29.418Z[ recovery-image] Sep 05 00:38:28.351 INFO O| Sep 05 00:38:28.351 INFO STEP 111 (remove_files) COMPLETE
43292024-09-05T00:38:29.420Z[ recovery-image] Sep 05 00:38:28.351 INFO O| Sep 05 00:38:28.351 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-09-05T00:38:29.454Z[ recovery-image] Sep 05 00:38:28.386 INFO O| Sep 05 00:38:28.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43312024-09-05T00:38:29.454Z[ recovery-image] Sep 05 00:38:28.386 INFO O| Sep 05 00:38:28.386 INFO STEP 112 (remove_files) COMPLETE
43322024-09-05T00:38:29.454Z[ recovery-image] Sep 05 00:38:28.387 INFO O| Sep 05 00:38:28.386 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-09-05T00:38:29.484Z[ recovery-image] Sep 05 00:38:28.417 INFO O| Sep 05 00:38:28.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43342024-09-05T00:38:29.504Z[ recovery-image] Sep 05 00:38:28.437 INFO O| Sep 05 00:38:28.437 INFO STEP 113 (remove_files) COMPLETE
43352024-09-05T00:38:29.504Z[ recovery-image] Sep 05 00:38:28.437 INFO O| Sep 05 00:38:28.437 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-09-05T00:38:29.531Z[ recovery-image] Sep 05 00:38:28.464 INFO O| Sep 05 00:38:28.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43372024-09-05T00:38:29.531Z[ recovery-image] Sep 05 00:38:28.464 INFO O| Sep 05 00:38:28.464 INFO STEP 114 (remove_files) COMPLETE
43382024-09-05T00:38:29.534Z[ recovery-image] Sep 05 00:38:28.464 INFO O| Sep 05 00:38:28.464 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-09-05T00:38:29.589Z[ recovery-image] Sep 05 00:38:28.522 INFO O| Sep 05 00:38:28.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43402024-09-05T00:38:29.589Z[ recovery-image] Sep 05 00:38:28.522 INFO O| Sep 05 00:38:28.522 INFO STEP 115 (remove_files) COMPLETE
43412024-09-05T00:38:29.589Z[ recovery-image] Sep 05 00:38:28.522 INFO O| Sep 05 00:38:28.522 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-09-05T00:38:29.674Z[ recovery-image] Sep 05 00:38:28.607 INFO O| Sep 05 00:38:28.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43432024-09-05T00:38:29.674Z[ recovery-image] Sep 05 00:38:28.607 INFO O| Sep 05 00:38:28.607 INFO STEP 116 (remove_files) COMPLETE
43442024-09-05T00:38:29.674Z[ recovery-image] Sep 05 00:38:28.607 INFO O| Sep 05 00:38:28.607 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-09-05T00:38:29.735Z[ recovery-image] Sep 05 00:38:28.668 INFO O| Sep 05 00:38:28.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43462024-09-05T00:38:29.735Z[ recovery-image] Sep 05 00:38:28.668 INFO O| Sep 05 00:38:28.668 INFO STEP 117 (remove_files) COMPLETE
43472024-09-05T00:38:29.735Z[ recovery-image] Sep 05 00:38:28.668 INFO O| Sep 05 00:38:28.668 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-09-05T00:38:29.760Z[ recovery-image] Sep 05 00:38:28.693 INFO O| Sep 05 00:38:28.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43492024-09-05T00:38:29.760Z[ recovery-image] Sep 05 00:38:28.693 INFO O| Sep 05 00:38:28.693 INFO STEP 118 (remove_files) COMPLETE
43502024-09-05T00:38:29.762Z[ recovery-image] Sep 05 00:38:28.693 INFO O| Sep 05 00:38:28.693 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-09-05T00:38:29.782Z[ recovery-image] Sep 05 00:38:28.715 INFO O| Sep 05 00:38:28.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43522024-09-05T00:38:29.782Z[ recovery-image] Sep 05 00:38:28.715 INFO O| Sep 05 00:38:28.715 INFO STEP 119 (remove_files) COMPLETE
43532024-09-05T00:38:29.782Z[ recovery-image] Sep 05 00:38:28.715 INFO O| Sep 05 00:38:28.715 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-09-05T00:38:29.796Z[ host-image] Sep 05 00:38:28.729 INFO O| Sep 05 00:38:28.729 INFO O| Planning: Evaluating mediators ... Done
43552024-09-05T00:38:29.802Z[ host-image] Sep 05 00:38:28.736 INFO O| Sep 05 00:38:28.736 INFO O| Planning: Planning completed in 4.43 seconds
43562024-09-05T00:38:29.805Z[ host-image] Sep 05 00:38:28.739 INFO O| Sep 05 00:38:28.739 INFO O| Packages to install: 6
43572024-09-05T00:38:29.805Z[ host-image] Sep 05 00:38:28.739 INFO O| Sep 05 00:38:28.739 INFO O| Mediators to change: 1
43582024-09-05T00:38:29.808Z[ host-image] Sep 05 00:38:28.739 INFO O| Sep 05 00:38:28.739 INFO O| Services to change: 1
43592024-09-05T00:38:29.808Z[ recovery-image] Sep 05 00:38:28.741 INFO O| Sep 05 00:38:28.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43602024-09-05T00:38:29.808Z[ recovery-image] Sep 05 00:38:28.741 INFO O| Sep 05 00:38:28.741 INFO STEP 120 (remove_files) COMPLETE
43612024-09-05T00:38:29.811Z[ recovery-image] Sep 05 00:38:28.741 INFO O| Sep 05 00:38:28.741 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-09-05T00:38:29.833Z[ recovery-image] Sep 05 00:38:28.767 INFO O| Sep 05 00:38:28.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43632024-09-05T00:38:29.833Z[ recovery-image] Sep 05 00:38:28.767 INFO O| Sep 05 00:38:28.767 INFO STEP 121 (remove_files) COMPLETE
43642024-09-05T00:38:29.836Z[ recovery-image] Sep 05 00:38:28.767 INFO O| Sep 05 00:38:28.767 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-09-05T00:38:29.838Z[ host-image] Sep 05 00:38:28.772 INFO O| Sep 05 00:38:28.771 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43662024-09-05T00:38:29.865Z[ recovery-image] Sep 05 00:38:28.799 INFO O| Sep 05 00:38:28.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43672024-09-05T00:38:29.865Z[ recovery-image] Sep 05 00:38:28.799 INFO O| Sep 05 00:38:28.799 INFO STEP 122 (remove_files) COMPLETE
43682024-09-05T00:38:29.865Z[ recovery-image] Sep 05 00:38:28.799 INFO O| Sep 05 00:38:28.799 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-09-05T00:38:29.890Z[ recovery-image] Sep 05 00:38:28.823 INFO O| Sep 05 00:38:28.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43702024-09-05T00:38:29.890Z[ recovery-image] Sep 05 00:38:28.823 INFO O| Sep 05 00:38:28.823 INFO STEP 123 (remove_files) COMPLETE
43712024-09-05T00:38:29.890Z[ recovery-image] Sep 05 00:38:28.823 INFO O| Sep 05 00:38:28.823 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-09-05T00:38:29.912Z[ recovery-image] Sep 05 00:38:28.845 INFO O| Sep 05 00:38:28.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43732024-09-05T00:38:29.912Z[ recovery-image] Sep 05 00:38:28.845 INFO O| Sep 05 00:38:28.845 INFO STEP 124 (remove_files) COMPLETE
43742024-09-05T00:38:29.914Z[ recovery-image] Sep 05 00:38:28.845 INFO O| Sep 05 00:38:28.845 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-09-05T00:38:29.934Z[ recovery-image] Sep 05 00:38:28.867 INFO O| Sep 05 00:38:28.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43762024-09-05T00:38:29.934Z[ recovery-image] Sep 05 00:38:28.867 INFO O| Sep 05 00:38:28.867 INFO STEP 125 (remove_files) COMPLETE
43772024-09-05T00:38:29.939Z[ recovery-image] Sep 05 00:38:28.867 INFO O| Sep 05 00:38:28.867 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-09-05T00:38:29.956Z[ recovery-image] Sep 05 00:38:28.890 INFO O| Sep 05 00:38:28.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43792024-09-05T00:38:29.956Z[ recovery-image] Sep 05 00:38:28.890 INFO O| Sep 05 00:38:28.890 INFO STEP 126 (remove_files) COMPLETE
43802024-09-05T00:38:29.956Z[ recovery-image] Sep 05 00:38:28.890 INFO O| Sep 05 00:38:28.890 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-09-05T00:38:29.987Z[ recovery-image] Sep 05 00:38:28.920 INFO O| Sep 05 00:38:28.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43822024-09-05T00:38:29.987Z[ recovery-image] Sep 05 00:38:28.920 INFO O| Sep 05 00:38:28.920 INFO STEP 127 (remove_files) COMPLETE
43832024-09-05T00:38:29.987Z[ recovery-image] Sep 05 00:38:28.920 INFO O| Sep 05 00:38:28.920 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-09-05T00:38:30.023Z[ recovery-image] Sep 05 00:38:28.956 INFO O| Sep 05 00:38:28.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43852024-09-05T00:38:30.023Z[ recovery-image] Sep 05 00:38:28.956 INFO O| Sep 05 00:38:28.956 INFO STEP 128 (remove_files) COMPLETE
43862024-09-05T00:38:30.023Z[ recovery-image] Sep 05 00:38:28.956 INFO O| Sep 05 00:38:28.956 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-09-05T00:38:30.058Z[ recovery-image] Sep 05 00:38:28.991 INFO O| Sep 05 00:38:28.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43882024-09-05T00:38:30.058Z[ recovery-image] Sep 05 00:38:28.991 INFO O| Sep 05 00:38:28.991 INFO STEP 129 (remove_files) COMPLETE
43892024-09-05T00:38:30.061Z[ recovery-image] Sep 05 00:38:28.991 INFO O| Sep 05 00:38:28.991 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-09-05T00:38:30.094Z[ recovery-image] Sep 05 00:38:29.027 INFO O| Sep 05 00:38:29.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43912024-09-05T00:38:30.097Z[ recovery-image] Sep 05 00:38:29.028 INFO O| Sep 05 00:38:29.028 INFO STEP 130 (remove_files) COMPLETE
43922024-09-05T00:38:30.097Z[ recovery-image] Sep 05 00:38:29.028 INFO O| Sep 05 00:38:29.028 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-09-05T00:38:30.128Z[ recovery-image] Sep 05 00:38:29.061 INFO O| Sep 05 00:38:29.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43942024-09-05T00:38:30.128Z[ recovery-image] Sep 05 00:38:29.061 INFO O| Sep 05 00:38:29.061 INFO STEP 131 (remove_files) COMPLETE
43952024-09-05T00:38:30.128Z[ recovery-image] Sep 05 00:38:29.061 INFO O| Sep 05 00:38:29.061 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-09-05T00:38:30.154Z[ recovery-image] Sep 05 00:38:29.087 INFO O| Sep 05 00:38:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43972024-09-05T00:38:30.154Z[ recovery-image] Sep 05 00:38:29.087 INFO O| Sep 05 00:38:29.087 INFO STEP 132 (remove_files) COMPLETE
43982024-09-05T00:38:30.154Z[ recovery-image] Sep 05 00:38:29.087 INFO O| Sep 05 00:38:29.087 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-09-05T00:38:30.179Z[ recovery-image] Sep 05 00:38:29.112 INFO O| Sep 05 00:38:29.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44002024-09-05T00:38:30.179Z[ recovery-image] Sep 05 00:38:29.112 INFO O| Sep 05 00:38:29.112 INFO STEP 133 (remove_files) COMPLETE
44012024-09-05T00:38:30.179Z[ recovery-image] Sep 05 00:38:29.112 INFO O| Sep 05 00:38:29.112 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-09-05T00:38:30.224Z[ recovery-image] Sep 05 00:38:29.157 INFO O| Sep 05 00:38:29.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44032024-09-05T00:38:30.224Z[ recovery-image] Sep 05 00:38:29.157 INFO O| Sep 05 00:38:29.157 INFO STEP 134 (remove_files) COMPLETE
44042024-09-05T00:38:30.224Z[ recovery-image] Sep 05 00:38:29.157 INFO O| Sep 05 00:38:29.157 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-09-05T00:38:30.264Z[ recovery-image] Sep 05 00:38:29.196 INFO O| Sep 05 00:38:29.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44062024-09-05T00:38:30.264Z[ recovery-image] Sep 05 00:38:29.196 INFO O| Sep 05 00:38:29.196 INFO STEP 135 (remove_files) COMPLETE
44072024-09-05T00:38:30.264Z[ recovery-image] Sep 05 00:38:29.197 INFO O| Sep 05 00:38:29.196 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-09-05T00:38:30.285Z[ recovery-image] Sep 05 00:38:29.218 INFO O| Sep 05 00:38:29.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44092024-09-05T00:38:30.285Z[ recovery-image] Sep 05 00:38:29.218 INFO O| Sep 05 00:38:29.218 INFO STEP 136 (remove_files) COMPLETE
44102024-09-05T00:38:30.288Z[ recovery-image] Sep 05 00:38:29.218 INFO O| Sep 05 00:38:29.218 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-09-05T00:38:30.308Z[ recovery-image] Sep 05 00:38:29.241 INFO O| Sep 05 00:38:29.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44122024-09-05T00:38:30.308Z[ recovery-image] Sep 05 00:38:29.241 INFO O| Sep 05 00:38:29.241 INFO STEP 137 (remove_files) COMPLETE
44132024-09-05T00:38:30.311Z[ recovery-image] Sep 05 00:38:29.241 INFO O| Sep 05 00:38:29.241 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-09-05T00:38:30.332Z[ recovery-image] Sep 05 00:38:29.265 INFO O| Sep 05 00:38:29.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44152024-09-05T00:38:30.332Z[ recovery-image] Sep 05 00:38:29.265 INFO O| Sep 05 00:38:29.265 INFO STEP 138 (remove_files) COMPLETE
44162024-09-05T00:38:30.332Z[ recovery-image] Sep 05 00:38:29.265 INFO O| Sep 05 00:38:29.265 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-09-05T00:38:30.356Z[ recovery-image] Sep 05 00:38:29.289 INFO O| Sep 05 00:38:29.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44182024-09-05T00:38:30.356Z[ recovery-image] Sep 05 00:38:29.289 INFO O| Sep 05 00:38:29.289 INFO STEP 139 (remove_files) COMPLETE
44192024-09-05T00:38:30.359Z[ recovery-image] Sep 05 00:38:29.289 INFO O| Sep 05 00:38:29.289 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-09-05T00:38:30.381Z[ recovery-image] Sep 05 00:38:29.314 INFO O| Sep 05 00:38:29.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44212024-09-05T00:38:30.381Z[ recovery-image] Sep 05 00:38:29.314 INFO O| Sep 05 00:38:29.314 INFO STEP 140 (remove_files) COMPLETE
44222024-09-05T00:38:30.392Z[ recovery-image] Sep 05 00:38:29.314 INFO O| Sep 05 00:38:29.314 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-09-05T00:38:30.407Z[ recovery-image] Sep 05 00:38:29.340 INFO O| Sep 05 00:38:29.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44242024-09-05T00:38:30.407Z[ recovery-image] Sep 05 00:38:29.341 INFO O| Sep 05 00:38:29.341 INFO STEP 141 (remove_files) COMPLETE
44252024-09-05T00:38:30.410Z[ recovery-image] Sep 05 00:38:29.341 INFO O| Sep 05 00:38:29.341 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-09-05T00:38:30.433Z[ recovery-image] Sep 05 00:38:29.366 INFO O| Sep 05 00:38:29.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44272024-09-05T00:38:30.433Z[ recovery-image] Sep 05 00:38:29.366 INFO O| Sep 05 00:38:29.366 INFO STEP 142 (remove_files) COMPLETE
44282024-09-05T00:38:30.435Z[ recovery-image] Sep 05 00:38:29.366 INFO O| Sep 05 00:38:29.366 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-09-05T00:38:30.479Z[ recovery-image] Sep 05 00:38:29.412 INFO O| Sep 05 00:38:29.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44302024-09-05T00:38:30.482Z[ recovery-image] Sep 05 00:38:29.412 INFO O| Sep 05 00:38:29.412 INFO STEP 143 (remove_files) COMPLETE
44312024-09-05T00:38:30.482Z[ recovery-image] Sep 05 00:38:29.413 INFO O| Sep 05 00:38:29.412 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-09-05T00:38:30.504Z[ recovery-image] Sep 05 00:38:29.437 INFO O| Sep 05 00:38:29.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44332024-09-05T00:38:30.504Z[ recovery-image] Sep 05 00:38:29.437 INFO O| Sep 05 00:38:29.437 INFO STEP 144 (remove_files) COMPLETE
44342024-09-05T00:38:30.507Z[ recovery-image] Sep 05 00:38:29.437 INFO O| Sep 05 00:38:29.437 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-09-05T00:38:30.574Z[ recovery-image] Sep 05 00:38:29.507 INFO O| Sep 05 00:38:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44362024-09-05T00:38:30.574Z[ recovery-image] Sep 05 00:38:29.507 INFO O| Sep 05 00:38:29.507 INFO STEP 145 (remove_files) COMPLETE
44372024-09-05T00:38:30.575Z[ recovery-image] Sep 05 00:38:29.507 INFO O| Sep 05 00:38:29.507 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-09-05T00:38:30.601Z[ recovery-image] Sep 05 00:38:29.534 INFO O| Sep 05 00:38:29.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44392024-09-05T00:38:30.601Z[ recovery-image] Sep 05 00:38:29.534 INFO O| Sep 05 00:38:29.534 INFO STEP 146 (remove_files) COMPLETE
44402024-09-05T00:38:30.603Z[ recovery-image] Sep 05 00:38:29.534 INFO O| Sep 05 00:38:29.534 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-09-05T00:38:30.689Z[ recovery-image] Sep 05 00:38:29.622 INFO O| Sep 05 00:38:29.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44422024-09-05T00:38:30.692Z[ recovery-image] Sep 05 00:38:29.622 INFO O| Sep 05 00:38:29.622 INFO STEP 147 (remove_files) COMPLETE
44432024-09-05T00:38:30.692Z[ recovery-image] Sep 05 00:38:29.622 INFO O| Sep 05 00:38:29.622 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-09-05T00:38:30.715Z[ recovery-image] Sep 05 00:38:29.648 INFO O| Sep 05 00:38:29.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44452024-09-05T00:38:30.715Z[ recovery-image] Sep 05 00:38:29.649 INFO O| Sep 05 00:38:29.648 INFO STEP 148 (remove_files) COMPLETE
44462024-09-05T00:38:30.718Z[ recovery-image] Sep 05 00:38:29.649 INFO O| Sep 05 00:38:29.649 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-09-05T00:38:30.741Z[ recovery-image] Sep 05 00:38:29.674 INFO O| Sep 05 00:38:29.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44482024-09-05T00:38:30.744Z[ recovery-image] Sep 05 00:38:29.674 INFO O| Sep 05 00:38:29.674 INFO STEP 149 (remove_files) COMPLETE
44492024-09-05T00:38:30.744Z[ recovery-image] Sep 05 00:38:29.674 INFO O| Sep 05 00:38:29.674 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-09-05T00:38:30.767Z[ recovery-image] Sep 05 00:38:29.700 INFO O| Sep 05 00:38:29.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44512024-09-05T00:38:30.793Z[ recovery-image] Sep 05 00:38:29.725 INFO O| Sep 05 00:38:29.725 INFO STEP 150 (remove_files) COMPLETE
44522024-09-05T00:38:30.793Z[ recovery-image] Sep 05 00:38:29.725 INFO O| Sep 05 00:38:29.725 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-09-05T00:38:30.828Z[ recovery-image] Sep 05 00:38:29.761 INFO O| Sep 05 00:38:29.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44542024-09-05T00:38:30.828Z[ recovery-image] Sep 05 00:38:29.761 INFO O| Sep 05 00:38:29.761 INFO STEP 151 (remove_files) COMPLETE
44552024-09-05T00:38:30.831Z[ recovery-image] Sep 05 00:38:29.761 INFO O| Sep 05 00:38:29.761 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-09-05T00:38:30.857Z[ recovery-image] Sep 05 00:38:29.790 INFO O| Sep 05 00:38:29.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44572024-09-05T00:38:30.857Z[ recovery-image] Sep 05 00:38:29.790 INFO O| Sep 05 00:38:29.790 INFO STEP 152 (remove_files) COMPLETE
44582024-09-05T00:38:30.860Z[ recovery-image] Sep 05 00:38:29.790 INFO O| Sep 05 00:38:29.790 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-09-05T00:38:30.886Z[ recovery-image] Sep 05 00:38:29.819 INFO O| Sep 05 00:38:29.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44602024-09-05T00:38:30.886Z[ recovery-image] Sep 05 00:38:29.819 INFO O| Sep 05 00:38:29.819 INFO STEP 153 (remove_files) COMPLETE
44612024-09-05T00:38:30.886Z[ recovery-image] Sep 05 00:38:29.819 INFO O| Sep 05 00:38:29.819 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-09-05T00:38:30.936Z[ recovery-image] Sep 05 00:38:29.869 INFO O| Sep 05 00:38:29.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44632024-09-05T00:38:30.936Z[ recovery-image] Sep 05 00:38:29.869 INFO O| Sep 05 00:38:29.869 INFO STEP 154 (remove_files) COMPLETE
44642024-09-05T00:38:30.939Z[ recovery-image] Sep 05 00:38:29.869 INFO O| Sep 05 00:38:29.869 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-09-05T00:38:30.967Z[ recovery-image] Sep 05 00:38:29.900 INFO O| Sep 05 00:38:29.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44662024-09-05T00:38:30.967Z[ recovery-image] Sep 05 00:38:29.900 INFO O| Sep 05 00:38:29.900 INFO STEP 155 (remove_files) COMPLETE
44672024-09-05T00:38:30.967Z[ recovery-image] Sep 05 00:38:29.900 INFO O| Sep 05 00:38:29.900 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-09-05T00:38:31.010Z[ recovery-image] Sep 05 00:38:29.943 INFO O| Sep 05 00:38:29.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44692024-09-05T00:38:31.010Z[ recovery-image] Sep 05 00:38:29.943 INFO O| Sep 05 00:38:29.943 INFO STEP 156 (remove_files) COMPLETE
44702024-09-05T00:38:31.010Z[ recovery-image] Sep 05 00:38:29.943 INFO O| Sep 05 00:38:29.943 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-09-05T00:38:31.059Z[ recovery-image] Sep 05 00:38:29.992 INFO O| Sep 05 00:38:29.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44722024-09-05T00:38:31.059Z[ recovery-image] Sep 05 00:38:29.992 INFO O| Sep 05 00:38:29.992 INFO STEP 157 (remove_files) COMPLETE
44732024-09-05T00:38:31.059Z[ recovery-image] Sep 05 00:38:29.992 INFO O| Sep 05 00:38:29.992 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-09-05T00:38:31.097Z[ recovery-image] Sep 05 00:38:30.030 INFO O| Sep 05 00:38:30.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44752024-09-05T00:38:31.099Z[ recovery-image] Sep 05 00:38:30.032 INFO O| Sep 05 00:38:30.032 INFO STEP 158 (remove_files) COMPLETE
44762024-09-05T00:38:31.102Z[ recovery-image] Sep 05 00:38:30.032 INFO O| Sep 05 00:38:30.032 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-09-05T00:38:31.129Z[ recovery-image] Sep 05 00:38:30.062 INFO O| Sep 05 00:38:30.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44782024-09-05T00:38:31.129Z[ recovery-image] Sep 05 00:38:30.062 INFO O| Sep 05 00:38:30.062 INFO STEP 159 (remove_files) COMPLETE
44792024-09-05T00:38:31.129Z[ recovery-image] Sep 05 00:38:30.062 INFO O| Sep 05 00:38:30.062 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-09-05T00:38:31.161Z[ recovery-image] Sep 05 00:38:30.094 INFO O| Sep 05 00:38:30.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44812024-09-05T00:38:31.161Z[ recovery-image] Sep 05 00:38:30.094 INFO O| Sep 05 00:38:30.094 INFO STEP 160 (remove_files) COMPLETE
44822024-09-05T00:38:31.164Z[ recovery-image] Sep 05 00:38:30.094 INFO O| Sep 05 00:38:30.094 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-09-05T00:38:31.196Z[ recovery-image] Sep 05 00:38:30.129 INFO O| Sep 05 00:38:30.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44842024-09-05T00:38:31.196Z[ recovery-image] Sep 05 00:38:30.129 INFO O| Sep 05 00:38:30.129 INFO STEP 161 (remove_files) COMPLETE
44852024-09-05T00:38:31.196Z[ recovery-image] Sep 05 00:38:30.129 INFO O| Sep 05 00:38:30.129 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-09-05T00:38:31.222Z[ recovery-image] Sep 05 00:38:30.155 INFO O| Sep 05 00:38:30.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44872024-09-05T00:38:31.222Z[ recovery-image] Sep 05 00:38:30.155 INFO O| Sep 05 00:38:30.155 INFO STEP 162 (remove_files) COMPLETE
44882024-09-05T00:38:31.222Z[ recovery-image] Sep 05 00:38:30.155 INFO O| Sep 05 00:38:30.155 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-09-05T00:38:31.268Z[ recovery-image] Sep 05 00:38:30.200 INFO O| Sep 05 00:38:30.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44902024-09-05T00:38:31.268Z[ recovery-image] Sep 05 00:38:30.201 INFO O| Sep 05 00:38:30.201 INFO STEP 163 (remove_files) COMPLETE
44912024-09-05T00:38:31.272Z[ recovery-image] Sep 05 00:38:30.201 INFO O| Sep 05 00:38:30.201 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-09-05T00:38:31.295Z[ recovery-image] Sep 05 00:38:30.228 INFO O| Sep 05 00:38:30.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44932024-09-05T00:38:31.295Z[ recovery-image] Sep 05 00:38:30.228 INFO O| Sep 05 00:38:30.228 INFO STEP 164 (remove_files) COMPLETE
44942024-09-05T00:38:31.295Z[ recovery-image] Sep 05 00:38:30.228 INFO O| Sep 05 00:38:30.228 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-09-05T00:38:31.325Z[ recovery-image] Sep 05 00:38:30.258 INFO O| Sep 05 00:38:30.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44962024-09-05T00:38:31.325Z[ recovery-image] Sep 05 00:38:30.258 INFO O| Sep 05 00:38:30.258 INFO STEP 165 (remove_files) COMPLETE
44972024-09-05T00:38:31.328Z[ recovery-image] Sep 05 00:38:30.258 INFO O| Sep 05 00:38:30.258 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-09-05T00:38:31.355Z[ recovery-image] Sep 05 00:38:30.286 INFO O| Sep 05 00:38:30.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44992024-09-05T00:38:31.355Z[ recovery-image] Sep 05 00:38:30.287 INFO O| Sep 05 00:38:30.287 INFO STEP 166 (remove_files) COMPLETE
45002024-09-05T00:38:31.355Z[ recovery-image] Sep 05 00:38:30.287 INFO O| Sep 05 00:38:30.287 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-09-05T00:38:31.386Z[ recovery-image] Sep 05 00:38:30.319 INFO O| Sep 05 00:38:30.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45022024-09-05T00:38:31.386Z[ recovery-image] Sep 05 00:38:30.319 INFO O| Sep 05 00:38:30.319 INFO STEP 167 (remove_files) COMPLETE
45032024-09-05T00:38:31.388Z[ recovery-image] Sep 05 00:38:30.319 INFO O| Sep 05 00:38:30.319 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-09-05T00:38:31.414Z[ recovery-image] Sep 05 00:38:30.347 INFO O| Sep 05 00:38:30.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45052024-09-05T00:38:31.421Z[ recovery-image] Sep 05 00:38:30.353 INFO O| Sep 05 00:38:30.353 INFO STEP 168 (remove_files) COMPLETE
45062024-09-05T00:38:31.425Z[ recovery-image] Sep 05 00:38:30.353 INFO O| Sep 05 00:38:30.353 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-09-05T00:38:31.506Z[ recovery-image] Sep 05 00:38:30.438 INFO O| Sep 05 00:38:30.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45082024-09-05T00:38:31.506Z[ recovery-image] Sep 05 00:38:30.438 INFO O| Sep 05 00:38:30.438 INFO STEP 169 (remove_files) COMPLETE
45092024-09-05T00:38:31.506Z[ recovery-image] Sep 05 00:38:30.438 INFO O| Sep 05 00:38:30.438 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-09-05T00:38:31.524Z[ recovery-image] Sep 05 00:38:30.457 INFO O| Sep 05 00:38:30.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45112024-09-05T00:38:31.524Z[ recovery-image] Sep 05 00:38:30.457 INFO O| Sep 05 00:38:30.457 INFO STEP 170 (remove_files) COMPLETE
45122024-09-05T00:38:31.524Z[ recovery-image] Sep 05 00:38:30.457 INFO O| Sep 05 00:38:30.457 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-09-05T00:38:31.549Z[ recovery-image] Sep 05 00:38:30.481 INFO O| Sep 05 00:38:30.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45142024-09-05T00:38:31.549Z[ recovery-image] Sep 05 00:38:30.482 INFO O| Sep 05 00:38:30.482 INFO STEP 171 (remove_files) COMPLETE
45152024-09-05T00:38:31.549Z[ recovery-image] Sep 05 00:38:30.482 INFO O| Sep 05 00:38:30.482 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-09-05T00:38:31.581Z[ recovery-image] Sep 05 00:38:30.513 INFO O| Sep 05 00:38:30.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45172024-09-05T00:38:31.581Z[ recovery-image] Sep 05 00:38:30.513 INFO O| Sep 05 00:38:30.513 INFO STEP 172 (remove_files) COMPLETE
45182024-09-05T00:38:31.581Z[ recovery-image] Sep 05 00:38:30.513 INFO O| Sep 05 00:38:30.513 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-09-05T00:38:31.609Z[ recovery-image] Sep 05 00:38:30.542 INFO O| Sep 05 00:38:30.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45202024-09-05T00:38:31.609Z[ recovery-image] Sep 05 00:38:30.542 INFO O| Sep 05 00:38:30.542 INFO STEP 173 (remove_files) COMPLETE
45212024-09-05T00:38:31.612Z[ recovery-image] Sep 05 00:38:30.542 INFO O| Sep 05 00:38:30.542 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-09-05T00:38:31.666Z[ recovery-image] Sep 05 00:38:30.599 INFO O| Sep 05 00:38:30.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45232024-09-05T00:38:31.666Z[ recovery-image] Sep 05 00:38:30.599 INFO O| Sep 05 00:38:30.599 INFO STEP 174 (remove_files) COMPLETE
45242024-09-05T00:38:31.669Z[ recovery-image] Sep 05 00:38:30.599 INFO O| Sep 05 00:38:30.599 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-09-05T00:38:31.696Z[ recovery-image] Sep 05 00:38:30.629 INFO O| Sep 05 00:38:30.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45262024-09-05T00:38:31.696Z[ recovery-image] Sep 05 00:38:30.629 INFO O| Sep 05 00:38:30.629 INFO STEP 175 (remove_files) COMPLETE
45272024-09-05T00:38:31.696Z[ recovery-image] Sep 05 00:38:30.629 INFO O| Sep 05 00:38:30.629 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-09-05T00:38:31.731Z[ recovery-image] Sep 05 00:38:30.664 INFO O| Sep 05 00:38:30.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45292024-09-05T00:38:31.734Z[ recovery-image] Sep 05 00:38:30.664 INFO O| Sep 05 00:38:30.664 INFO STEP 176 (remove_files) COMPLETE
45302024-09-05T00:38:31.734Z[ recovery-image] Sep 05 00:38:30.664 INFO O| Sep 05 00:38:30.664 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-09-05T00:38:31.770Z[ recovery-image] Sep 05 00:38:30.702 INFO O| Sep 05 00:38:30.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45322024-09-05T00:38:31.774Z[ recovery-image] Sep 05 00:38:30.703 INFO O| Sep 05 00:38:30.703 INFO STEP 177 (remove_files) COMPLETE
45332024-09-05T00:38:31.774Z[ recovery-image] Sep 05 00:38:30.703 INFO O| Sep 05 00:38:30.703 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-09-05T00:38:31.807Z[ recovery-image] Sep 05 00:38:30.740 INFO O| Sep 05 00:38:30.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45352024-09-05T00:38:31.807Z[ recovery-image] Sep 05 00:38:30.740 INFO O| Sep 05 00:38:30.740 INFO STEP 178 (remove_files) COMPLETE
45362024-09-05T00:38:31.807Z[ recovery-image] Sep 05 00:38:30.740 INFO O| Sep 05 00:38:30.740 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-09-05T00:38:31.888Z[ recovery-image] Sep 05 00:38:30.821 INFO O| Sep 05 00:38:30.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45382024-09-05T00:38:31.888Z[ recovery-image] Sep 05 00:38:30.821 INFO O| Sep 05 00:38:30.821 INFO STEP 179 (remove_files) COMPLETE
45392024-09-05T00:38:31.888Z[ recovery-image] Sep 05 00:38:30.821 INFO O| Sep 05 00:38:30.821 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-09-05T00:38:31.963Z[ recovery-image] Sep 05 00:38:30.896 INFO O| Sep 05 00:38:30.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45412024-09-05T00:38:31.963Z[ recovery-image] Sep 05 00:38:30.896 INFO O| Sep 05 00:38:30.896 INFO STEP 180 (remove_files) COMPLETE
45422024-09-05T00:38:31.966Z[ recovery-image] Sep 05 00:38:30.896 INFO O| Sep 05 00:38:30.896 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-09-05T00:38:31.988Z[ recovery-image] Sep 05 00:38:30.920 INFO O| Sep 05 00:38:30.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45442024-09-05T00:38:31.988Z[ recovery-image] Sep 05 00:38:30.921 INFO O| Sep 05 00:38:30.920 INFO STEP 181 (remove_files) COMPLETE
45452024-09-05T00:38:31.988Z[ recovery-image] Sep 05 00:38:30.921 INFO O| Sep 05 00:38:30.920 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-09-05T00:38:32.019Z[ recovery-image] Sep 05 00:38:30.952 INFO O| Sep 05 00:38:30.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45472024-09-05T00:38:32.019Z[ recovery-image] Sep 05 00:38:30.952 INFO O| Sep 05 00:38:30.952 INFO STEP 182 (remove_files) COMPLETE
45482024-09-05T00:38:32.019Z[ recovery-image] Sep 05 00:38:30.952 INFO O| Sep 05 00:38:30.952 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-09-05T00:38:32.092Z[ recovery-image] Sep 05 00:38:31.025 INFO O| Sep 05 00:38:31.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45502024-09-05T00:38:32.092Z[ recovery-image] Sep 05 00:38:31.025 INFO O| Sep 05 00:38:31.025 INFO STEP 183 (remove_files) COMPLETE
45512024-09-05T00:38:32.092Z[ recovery-image] Sep 05 00:38:31.025 INFO O| Sep 05 00:38:31.025 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-09-05T00:38:32.124Z[ recovery-image] Sep 05 00:38:31.056 INFO O| Sep 05 00:38:31.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45532024-09-05T00:38:32.124Z[ recovery-image] Sep 05 00:38:31.056 INFO O| Sep 05 00:38:31.056 INFO STEP 184 (remove_files) COMPLETE
45542024-09-05T00:38:32.124Z[ recovery-image] Sep 05 00:38:31.056 INFO O| Sep 05 00:38:31.056 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-09-05T00:38:32.210Z[ recovery-image] Sep 05 00:38:31.142 INFO O| Sep 05 00:38:31.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45562024-09-05T00:38:32.210Z[ recovery-image] Sep 05 00:38:31.142 INFO O| Sep 05 00:38:31.142 INFO STEP 185 (remove_files) COMPLETE
45572024-09-05T00:38:32.212Z[ recovery-image] Sep 05 00:38:31.142 INFO O| Sep 05 00:38:31.142 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-09-05T00:38:32.234Z[ recovery-image] Sep 05 00:38:31.167 INFO O| Sep 05 00:38:31.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45592024-09-05T00:38:32.237Z[ recovery-image] Sep 05 00:38:31.168 INFO O| Sep 05 00:38:31.168 INFO STEP 186 (remove_files) COMPLETE
45602024-09-05T00:38:32.237Z[ recovery-image] Sep 05 00:38:31.168 INFO O| Sep 05 00:38:31.168 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-09-05T00:38:32.259Z[ recovery-image] Sep 05 00:38:31.192 INFO O| Sep 05 00:38:31.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45622024-09-05T00:38:32.259Z[ recovery-image] Sep 05 00:38:31.192 INFO O| Sep 05 00:38:31.192 INFO STEP 187 (remove_files) COMPLETE
45632024-09-05T00:38:32.262Z[ recovery-image] Sep 05 00:38:31.192 INFO O| Sep 05 00:38:31.192 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-09-05T00:38:32.303Z[ recovery-image] Sep 05 00:38:31.236 INFO O| Sep 05 00:38:31.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45652024-09-05T00:38:32.303Z[ recovery-image] Sep 05 00:38:31.236 INFO O| Sep 05 00:38:31.236 INFO STEP 188 (remove_files) COMPLETE
45662024-09-05T00:38:32.303Z[ recovery-image] Sep 05 00:38:31.236 INFO O| Sep 05 00:38:31.236 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-09-05T00:38:32.332Z[ recovery-image] Sep 05 00:38:31.265 INFO O| Sep 05 00:38:31.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45682024-09-05T00:38:32.332Z[ recovery-image] Sep 05 00:38:31.265 INFO O| Sep 05 00:38:31.265 INFO STEP 189 (remove_files) COMPLETE
45692024-09-05T00:38:32.334Z[ recovery-image] Sep 05 00:38:31.265 INFO O| Sep 05 00:38:31.265 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-09-05T00:38:32.362Z[ recovery-image] Sep 05 00:38:31.294 INFO O| Sep 05 00:38:31.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45712024-09-05T00:38:32.362Z[ recovery-image] Sep 05 00:38:31.294 INFO O| Sep 05 00:38:31.294 INFO STEP 190 (remove_files) COMPLETE
45722024-09-05T00:38:32.362Z[ recovery-image] Sep 05 00:38:31.294 INFO O| Sep 05 00:38:31.294 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-09-05T00:38:32.391Z[ recovery-image] Sep 05 00:38:31.324 INFO O| Sep 05 00:38:31.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45742024-09-05T00:38:32.391Z[ recovery-image] Sep 05 00:38:31.324 INFO O| Sep 05 00:38:31.324 INFO STEP 191 (remove_files) COMPLETE
45752024-09-05T00:38:32.395Z[ recovery-image] Sep 05 00:38:31.324 INFO O| Sep 05 00:38:31.324 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-09-05T00:38:32.420Z[ recovery-image] Sep 05 00:38:31.352 INFO O| Sep 05 00:38:31.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45772024-09-05T00:38:32.420Z[ recovery-image] Sep 05 00:38:31.353 INFO O| Sep 05 00:38:31.353 INFO STEP 192 (remove_files) COMPLETE
45782024-09-05T00:38:32.420Z[ recovery-image] Sep 05 00:38:31.353 INFO O| Sep 05 00:38:31.353 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-09-05T00:38:32.444Z[ recovery-image] Sep 05 00:38:31.377 INFO O| Sep 05 00:38:31.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45802024-09-05T00:38:32.444Z[ recovery-image] Sep 05 00:38:31.377 INFO O| Sep 05 00:38:31.377 INFO STEP 193 (remove_files) COMPLETE
45812024-09-05T00:38:32.447Z[ recovery-image] Sep 05 00:38:31.377 INFO O| Sep 05 00:38:31.377 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-09-05T00:38:32.471Z[ recovery-image] Sep 05 00:38:31.404 INFO O| Sep 05 00:38:31.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45832024-09-05T00:38:32.471Z[ recovery-image] Sep 05 00:38:31.404 INFO O| Sep 05 00:38:31.404 INFO STEP 194 (remove_files) COMPLETE
45842024-09-05T00:38:32.471Z[ recovery-image] Sep 05 00:38:31.404 INFO O| Sep 05 00:38:31.404 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-09-05T00:38:32.500Z[ recovery-image] Sep 05 00:38:31.433 INFO O| Sep 05 00:38:31.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45862024-09-05T00:38:32.500Z[ recovery-image] Sep 05 00:38:31.433 INFO O| Sep 05 00:38:31.433 INFO STEP 195 (remove_files) COMPLETE
45872024-09-05T00:38:32.503Z[ recovery-image] Sep 05 00:38:31.433 INFO O| Sep 05 00:38:31.433 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-09-05T00:38:32.529Z[ recovery-image] Sep 05 00:38:31.462 INFO O| Sep 05 00:38:31.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45892024-09-05T00:38:32.532Z[ recovery-image] Sep 05 00:38:31.462 INFO O| Sep 05 00:38:31.462 INFO STEP 196 (remove_files) COMPLETE
45902024-09-05T00:38:32.532Z[ recovery-image] Sep 05 00:38:31.462 INFO O| Sep 05 00:38:31.462 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-09-05T00:38:32.559Z[ recovery-image] Sep 05 00:38:31.491 INFO O| Sep 05 00:38:31.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45922024-09-05T00:38:32.561Z[ recovery-image] Sep 05 00:38:31.491 INFO O| Sep 05 00:38:31.491 INFO STEP 197 (remove_files) COMPLETE
45932024-09-05T00:38:32.561Z[ recovery-image] Sep 05 00:38:31.491 INFO O| Sep 05 00:38:31.491 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-09-05T00:38:32.588Z[ recovery-image] Sep 05 00:38:31.521 INFO O| Sep 05 00:38:31.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45952024-09-05T00:38:32.588Z[ recovery-image] Sep 05 00:38:31.521 INFO O| Sep 05 00:38:31.521 INFO STEP 198 (remove_files) COMPLETE
45962024-09-05T00:38:32.588Z[ recovery-image] Sep 05 00:38:31.521 INFO O| Sep 05 00:38:31.521 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-09-05T00:38:32.617Z[ recovery-image] Sep 05 00:38:31.550 INFO O| Sep 05 00:38:31.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45982024-09-05T00:38:32.617Z[ recovery-image] Sep 05 00:38:31.550 INFO O| Sep 05 00:38:31.550 INFO STEP 199 (remove_files) COMPLETE
45992024-09-05T00:38:32.620Z[ recovery-image] Sep 05 00:38:31.550 INFO O| Sep 05 00:38:31.550 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-09-05T00:38:32.647Z[ recovery-image] Sep 05 00:38:31.579 INFO O| Sep 05 00:38:31.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46012024-09-05T00:38:32.647Z[ recovery-image] Sep 05 00:38:31.579 INFO O| Sep 05 00:38:31.579 INFO STEP 200 (remove_files) COMPLETE
46022024-09-05T00:38:32.647Z[ recovery-image] Sep 05 00:38:31.579 INFO O| Sep 05 00:38:31.579 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-09-05T00:38:32.677Z[ recovery-image] Sep 05 00:38:31.608 INFO O| Sep 05 00:38:31.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46042024-09-05T00:38:32.677Z[ recovery-image] Sep 05 00:38:31.608 INFO O| Sep 05 00:38:31.608 INFO STEP 201 (remove_files) COMPLETE
46052024-09-05T00:38:32.677Z[ recovery-image] Sep 05 00:38:31.608 INFO O| Sep 05 00:38:31.608 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-09-05T00:38:32.703Z[ recovery-image] Sep 05 00:38:31.635 INFO O| Sep 05 00:38:31.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46072024-09-05T00:38:32.703Z[ recovery-image] Sep 05 00:38:31.636 INFO O| Sep 05 00:38:31.636 INFO STEP 202 (remove_files) COMPLETE
46082024-09-05T00:38:32.703Z[ recovery-image] Sep 05 00:38:31.636 INFO O| Sep 05 00:38:31.636 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-09-05T00:38:32.729Z[ recovery-image] Sep 05 00:38:31.662 INFO O| Sep 05 00:38:31.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46102024-09-05T00:38:32.729Z[ recovery-image] Sep 05 00:38:31.662 INFO O| Sep 05 00:38:31.662 INFO STEP 203 (remove_files) COMPLETE
46112024-09-05T00:38:32.732Z[ recovery-image] Sep 05 00:38:31.662 INFO O| Sep 05 00:38:31.662 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-09-05T00:38:32.762Z[ recovery-image] Sep 05 00:38:31.695 INFO O| Sep 05 00:38:31.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46132024-09-05T00:38:32.766Z[ recovery-image] Sep 05 00:38:31.695 INFO O| Sep 05 00:38:31.695 INFO STEP 204 (remove_files) COMPLETE
46142024-09-05T00:38:32.766Z[ recovery-image] Sep 05 00:38:31.695 INFO O| Sep 05 00:38:31.695 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-09-05T00:38:32.793Z[ recovery-image] Sep 05 00:38:31.725 INFO O| Sep 05 00:38:31.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46162024-09-05T00:38:32.795Z[ recovery-image] Sep 05 00:38:31.726 INFO O| Sep 05 00:38:31.725 INFO STEP 205 (remove_files) COMPLETE
46172024-09-05T00:38:32.795Z[ recovery-image] Sep 05 00:38:31.726 INFO O| Sep 05 00:38:31.726 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-09-05T00:38:32.911Z[ recovery-image] Sep 05 00:38:31.844 INFO O| Sep 05 00:38:31.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46192024-09-05T00:38:32.911Z[ recovery-image] Sep 05 00:38:31.844 INFO O| Sep 05 00:38:31.844 INFO STEP 206 (remove_files) COMPLETE
46202024-09-05T00:38:32.915Z[ recovery-image] Sep 05 00:38:31.844 INFO O| Sep 05 00:38:31.844 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-09-05T00:38:32.935Z[ recovery-image] Sep 05 00:38:31.868 INFO O| Sep 05 00:38:31.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46222024-09-05T00:38:32.935Z[ recovery-image] Sep 05 00:38:31.868 INFO O| Sep 05 00:38:31.868 INFO STEP 207 (remove_files) COMPLETE
46232024-09-05T00:38:32.935Z[ recovery-image] Sep 05 00:38:31.868 INFO O| Sep 05 00:38:31.868 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-09-05T00:38:32.961Z[ recovery-image] Sep 05 00:38:31.893 INFO O| Sep 05 00:38:31.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46252024-09-05T00:38:32.961Z[ recovery-image] Sep 05 00:38:31.893 INFO O| Sep 05 00:38:31.893 INFO STEP 208 (remove_files) COMPLETE
46262024-09-05T00:38:32.961Z[ recovery-image] Sep 05 00:38:31.893 INFO O| Sep 05 00:38:31.893 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-09-05T00:38:32.985Z[ recovery-image] Sep 05 00:38:31.917 INFO O| Sep 05 00:38:31.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46282024-09-05T00:38:32.985Z[ recovery-image] Sep 05 00:38:31.917 INFO O| Sep 05 00:38:31.917 INFO STEP 209 (remove_files) COMPLETE
46292024-09-05T00:38:32.987Z[ recovery-image] Sep 05 00:38:31.917 INFO O| Sep 05 00:38:31.917 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-09-05T00:38:33.013Z[ recovery-image] Sep 05 00:38:31.946 INFO O| Sep 05 00:38:31.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46312024-09-05T00:38:33.013Z[ recovery-image] Sep 05 00:38:31.946 INFO O| Sep 05 00:38:31.946 INFO STEP 210 (remove_files) COMPLETE
46322024-09-05T00:38:33.013Z[ recovery-image] Sep 05 00:38:31.946 INFO O| Sep 05 00:38:31.946 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-09-05T00:38:33.042Z[ recovery-image] Sep 05 00:38:31.975 INFO O| Sep 05 00:38:31.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46342024-09-05T00:38:33.043Z[ recovery-image] Sep 05 00:38:31.975 INFO O| Sep 05 00:38:31.975 INFO STEP 211 (remove_files) COMPLETE
46352024-09-05T00:38:33.043Z[ recovery-image] Sep 05 00:38:31.975 INFO O| Sep 05 00:38:31.975 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-09-05T00:38:33.072Z[ recovery-image] Sep 05 00:38:32.004 INFO O| Sep 05 00:38:32.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46372024-09-05T00:38:33.072Z[ recovery-image] Sep 05 00:38:32.004 INFO O| Sep 05 00:38:32.004 INFO STEP 212 (remove_files) COMPLETE
46382024-09-05T00:38:33.072Z[ recovery-image] Sep 05 00:38:32.005 INFO O| Sep 05 00:38:32.004 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-09-05T00:38:33.104Z[ recovery-image] Sep 05 00:38:32.035 INFO O| Sep 05 00:38:32.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46402024-09-05T00:38:33.104Z[ recovery-image] Sep 05 00:38:32.035 INFO O| Sep 05 00:38:32.035 INFO STEP 213 (remove_files) COMPLETE
46412024-09-05T00:38:33.104Z[ recovery-image] Sep 05 00:38:32.035 INFO O| Sep 05 00:38:32.035 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-09-05T00:38:33.133Z[ recovery-image] Sep 05 00:38:32.065 INFO O| Sep 05 00:38:32.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46432024-09-05T00:38:33.133Z[ recovery-image] Sep 05 00:38:32.065 INFO O| Sep 05 00:38:32.065 INFO STEP 214 (remove_files) COMPLETE
46442024-09-05T00:38:33.133Z[ recovery-image] Sep 05 00:38:32.065 INFO O| Sep 05 00:38:32.065 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-09-05T00:38:33.160Z[ recovery-image] Sep 05 00:38:32.092 INFO O| Sep 05 00:38:32.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46462024-09-05T00:38:33.160Z[ recovery-image] Sep 05 00:38:32.092 INFO O| Sep 05 00:38:32.092 INFO STEP 215 (remove_files) COMPLETE
46472024-09-05T00:38:33.160Z[ recovery-image] Sep 05 00:38:32.092 INFO O| Sep 05 00:38:32.092 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-09-05T00:38:33.183Z[ recovery-image] Sep 05 00:38:32.116 INFO O| Sep 05 00:38:32.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46492024-09-05T00:38:33.183Z[ recovery-image] Sep 05 00:38:32.116 INFO O| Sep 05 00:38:32.116 INFO STEP 216 (remove_files) COMPLETE
46502024-09-05T00:38:33.183Z[ recovery-image] Sep 05 00:38:32.116 INFO O| Sep 05 00:38:32.116 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-09-05T00:38:33.215Z[ recovery-image] Sep 05 00:38:32.148 INFO O| Sep 05 00:38:32.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46522024-09-05T00:38:33.215Z[ recovery-image] Sep 05 00:38:32.148 INFO O| Sep 05 00:38:32.148 INFO STEP 217 (remove_files) COMPLETE
46532024-09-05T00:38:33.218Z[ recovery-image] Sep 05 00:38:32.148 INFO O| Sep 05 00:38:32.148 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-09-05T00:38:33.264Z[ recovery-image] Sep 05 00:38:32.197 INFO O| Sep 05 00:38:32.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46552024-09-05T00:38:33.264Z[ recovery-image] Sep 05 00:38:32.197 INFO O| Sep 05 00:38:32.197 INFO STEP 218 (remove_files) COMPLETE
46562024-09-05T00:38:33.267Z[ recovery-image] Sep 05 00:38:32.197 INFO O| Sep 05 00:38:32.197 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-09-05T00:38:33.362Z[ recovery-image] Sep 05 00:38:32.295 INFO O| Sep 05 00:38:32.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46582024-09-05T00:38:33.365Z[ recovery-image] Sep 05 00:38:32.295 INFO O| Sep 05 00:38:32.295 INFO STEP 219 (remove_files) COMPLETE
46592024-09-05T00:38:33.365Z[ recovery-image] Sep 05 00:38:32.295 INFO O| Sep 05 00:38:32.295 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-09-05T00:38:33.393Z[ recovery-image] Sep 05 00:38:32.326 INFO O| Sep 05 00:38:32.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46612024-09-05T00:38:33.396Z[ recovery-image] Sep 05 00:38:32.326 INFO O| Sep 05 00:38:32.326 INFO STEP 220 (remove_files) COMPLETE
46622024-09-05T00:38:33.396Z[ recovery-image] Sep 05 00:38:32.326 INFO O| Sep 05 00:38:32.326 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-09-05T00:38:33.420Z[ recovery-image] Sep 05 00:38:32.352 INFO O| Sep 05 00:38:32.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46642024-09-05T00:38:33.423Z[ recovery-image] Sep 05 00:38:32.353 INFO O| Sep 05 00:38:32.352 INFO STEP 221 (remove_files) COMPLETE
46652024-09-05T00:38:33.423Z[ recovery-image] Sep 05 00:38:32.353 INFO O| Sep 05 00:38:32.353 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-09-05T00:38:33.444Z[ recovery-image] Sep 05 00:38:32.376 INFO O| Sep 05 00:38:32.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46672024-09-05T00:38:33.446Z[ recovery-image] Sep 05 00:38:32.376 INFO O| Sep 05 00:38:32.376 INFO STEP 222 (remove_files) COMPLETE
46682024-09-05T00:38:33.446Z[ recovery-image] Sep 05 00:38:32.376 INFO O| Sep 05 00:38:32.376 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-09-05T00:38:33.468Z[ recovery-image] Sep 05 00:38:32.401 INFO O| Sep 05 00:38:32.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46702024-09-05T00:38:33.472Z[ recovery-image] Sep 05 00:38:32.401 INFO O| Sep 05 00:38:32.401 INFO STEP 223 (remove_files) COMPLETE
46712024-09-05T00:38:33.472Z[ recovery-image] Sep 05 00:38:32.401 INFO O| Sep 05 00:38:32.401 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-09-05T00:38:33.509Z[ recovery-image] Sep 05 00:38:32.441 INFO O| Sep 05 00:38:32.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46732024-09-05T00:38:33.512Z[ recovery-image] Sep 05 00:38:32.442 INFO O| Sep 05 00:38:32.442 INFO STEP 224 (remove_files) COMPLETE
46742024-09-05T00:38:33.512Z[ recovery-image] Sep 05 00:38:32.442 INFO O| Sep 05 00:38:32.442 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-09-05T00:38:33.544Z[ recovery-image] Sep 05 00:38:32.477 INFO O| Sep 05 00:38:32.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46762024-09-05T00:38:33.547Z[ recovery-image] Sep 05 00:38:32.477 INFO O| Sep 05 00:38:32.477 INFO STEP 225 (remove_files) COMPLETE
46772024-09-05T00:38:33.547Z[ recovery-image] Sep 05 00:38:32.477 INFO O| Sep 05 00:38:32.477 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-09-05T00:38:33.575Z[ recovery-image] Sep 05 00:38:32.507 INFO O| Sep 05 00:38:32.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46792024-09-05T00:38:33.577Z[ recovery-image] Sep 05 00:38:32.508 INFO O| Sep 05 00:38:32.507 INFO STEP 226 (remove_files) COMPLETE
46802024-09-05T00:38:33.577Z[ recovery-image] Sep 05 00:38:32.508 INFO O| Sep 05 00:38:32.508 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-09-05T00:38:33.655Z[ recovery-image] Sep 05 00:38:32.587 INFO O| Sep 05 00:38:32.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46822024-09-05T00:38:33.655Z[ recovery-image] Sep 05 00:38:32.587 INFO O| Sep 05 00:38:32.587 INFO STEP 227 (remove_files) COMPLETE
46832024-09-05T00:38:33.655Z[ recovery-image] Sep 05 00:38:32.587 INFO O| Sep 05 00:38:32.587 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-09-05T00:38:33.705Z[ recovery-image] Sep 05 00:38:32.638 INFO O| Sep 05 00:38:32.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46852024-09-05T00:38:33.705Z[ recovery-image] Sep 05 00:38:32.638 INFO O| Sep 05 00:38:32.638 INFO STEP 228 (remove_files) COMPLETE
46862024-09-05T00:38:33.705Z[ recovery-image] Sep 05 00:38:32.638 INFO O| Sep 05 00:38:32.638 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-09-05T00:38:33.735Z[ recovery-image] Sep 05 00:38:32.667 INFO O| Sep 05 00:38:32.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46882024-09-05T00:38:33.735Z[ recovery-image] Sep 05 00:38:32.667 INFO O| Sep 05 00:38:32.667 INFO STEP 229 (remove_files) COMPLETE
46892024-09-05T00:38:33.738Z[ recovery-image] Sep 05 00:38:32.667 INFO O| Sep 05 00:38:32.667 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-09-05T00:38:33.765Z[ recovery-image] Sep 05 00:38:32.697 INFO O| Sep 05 00:38:32.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46912024-09-05T00:38:33.765Z[ recovery-image] Sep 05 00:38:32.697 INFO O| Sep 05 00:38:32.697 INFO STEP 230 (remove_files) COMPLETE
46922024-09-05T00:38:33.768Z[ recovery-image] Sep 05 00:38:32.697 INFO O| Sep 05 00:38:32.697 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-09-05T00:38:33.793Z[ recovery-image] Sep 05 00:38:32.725 INFO O| Sep 05 00:38:32.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46942024-09-05T00:38:33.796Z[ recovery-image] Sep 05 00:38:32.725 INFO O| Sep 05 00:38:32.725 INFO STEP 231 (remove_files) COMPLETE
46952024-09-05T00:38:33.796Z[ recovery-image] Sep 05 00:38:32.725 INFO O| Sep 05 00:38:32.725 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-09-05T00:38:33.876Z[ recovery-image] Sep 05 00:38:32.808 INFO O| Sep 05 00:38:32.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46972024-09-05T00:38:33.876Z[ recovery-image] Sep 05 00:38:32.808 INFO O| Sep 05 00:38:32.808 INFO STEP 232 (remove_files) COMPLETE
46982024-09-05T00:38:33.879Z[ recovery-image] Sep 05 00:38:32.808 INFO O| Sep 05 00:38:32.808 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-09-05T00:38:33.946Z[ recovery-image] Sep 05 00:38:32.879 INFO O| Sep 05 00:38:32.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47002024-09-05T00:38:33.947Z[ recovery-image] Sep 05 00:38:32.879 INFO O| Sep 05 00:38:32.879 INFO STEP 233 (remove_files) COMPLETE
47012024-09-05T00:38:33.947Z[ recovery-image] Sep 05 00:38:32.879 INFO O| Sep 05 00:38:32.879 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-09-05T00:38:34.045Z[ recovery-image] Sep 05 00:38:32.978 INFO O| Sep 05 00:38:32.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47032024-09-05T00:38:34.045Z[ recovery-image] Sep 05 00:38:32.978 INFO O| Sep 05 00:38:32.978 INFO STEP 234 (remove_files) COMPLETE
47042024-09-05T00:38:34.045Z[ recovery-image] Sep 05 00:38:32.978 INFO O| Sep 05 00:38:32.978 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-09-05T00:38:34.077Z[ recovery-image] Sep 05 00:38:33.009 INFO O| Sep 05 00:38:33.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47062024-09-05T00:38:34.077Z[ recovery-image] Sep 05 00:38:33.009 INFO O| Sep 05 00:38:33.009 INFO STEP 235 (remove_files) COMPLETE
47072024-09-05T00:38:34.077Z[ recovery-image] Sep 05 00:38:33.009 INFO O| Sep 05 00:38:33.009 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-09-05T00:38:34.144Z[ recovery-image] Sep 05 00:38:33.076 INFO O| Sep 05 00:38:33.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47092024-09-05T00:38:34.144Z[ recovery-image] Sep 05 00:38:33.076 INFO O| Sep 05 00:38:33.076 INFO STEP 236 (remove_files) COMPLETE
47102024-09-05T00:38:34.146Z[ recovery-image] Sep 05 00:38:33.076 INFO O| Sep 05 00:38:33.076 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-09-05T00:38:34.173Z[ recovery-image] Sep 05 00:38:33.105 INFO O| Sep 05 00:38:33.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47122024-09-05T00:38:34.173Z[ recovery-image] Sep 05 00:38:33.106 INFO O| Sep 05 00:38:33.106 INFO STEP 237 (remove_files) COMPLETE
47132024-09-05T00:38:34.173Z[ recovery-image] Sep 05 00:38:33.106 INFO O| Sep 05 00:38:33.106 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-09-05T00:38:34.206Z[ recovery-image] Sep 05 00:38:33.138 INFO O| Sep 05 00:38:33.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47152024-09-05T00:38:34.206Z[ recovery-image] Sep 05 00:38:33.138 INFO O| Sep 05 00:38:33.138 INFO STEP 238 (remove_files) COMPLETE
47162024-09-05T00:38:34.206Z[ recovery-image] Sep 05 00:38:33.138 INFO O| Sep 05 00:38:33.138 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-09-05T00:38:34.258Z[ recovery-image] Sep 05 00:38:33.190 INFO O| Sep 05 00:38:33.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47182024-09-05T00:38:34.258Z[ recovery-image] Sep 05 00:38:33.190 INFO O| Sep 05 00:38:33.190 INFO STEP 239 (remove_files) COMPLETE
47192024-09-05T00:38:34.261Z[ recovery-image] Sep 05 00:38:33.190 INFO O| Sep 05 00:38:33.190 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-09-05T00:38:34.305Z[ recovery-image] Sep 05 00:38:33.238 INFO O| Sep 05 00:38:33.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47212024-09-05T00:38:34.305Z[ recovery-image] Sep 05 00:38:33.238 INFO O| Sep 05 00:38:33.238 INFO STEP 240 (remove_files) COMPLETE
47222024-09-05T00:38:34.305Z[ recovery-image] Sep 05 00:38:33.238 INFO O| Sep 05 00:38:33.238 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-09-05T00:38:34.377Z[ recovery-image] Sep 05 00:38:33.310 INFO O| Sep 05 00:38:33.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47242024-09-05T00:38:34.377Z[ recovery-image] Sep 05 00:38:33.310 INFO O| Sep 05 00:38:33.310 INFO STEP 241 (remove_files) COMPLETE
47252024-09-05T00:38:34.380Z[ recovery-image] Sep 05 00:38:33.310 INFO O| Sep 05 00:38:33.310 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-09-05T00:38:34.421Z[ recovery-image] Sep 05 00:38:33.353 INFO O| Sep 05 00:38:33.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47272024-09-05T00:38:34.421Z[ recovery-image] Sep 05 00:38:33.353 INFO O| Sep 05 00:38:33.353 INFO STEP 242 (remove_files) COMPLETE
47282024-09-05T00:38:34.424Z[ recovery-image] Sep 05 00:38:33.354 INFO O| Sep 05 00:38:33.353 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-09-05T00:38:34.445Z[ recovery-image] Sep 05 00:38:33.377 INFO O| Sep 05 00:38:33.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47302024-09-05T00:38:34.445Z[ recovery-image] Sep 05 00:38:33.377 INFO O| Sep 05 00:38:33.377 INFO STEP 243 (remove_files) COMPLETE
47312024-09-05T00:38:34.447Z[ recovery-image] Sep 05 00:38:33.377 INFO O| Sep 05 00:38:33.377 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-09-05T00:38:34.469Z[ recovery-image] Sep 05 00:38:33.401 INFO O| Sep 05 00:38:33.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47332024-09-05T00:38:34.469Z[ recovery-image] Sep 05 00:38:33.401 INFO O| Sep 05 00:38:33.401 INFO STEP 244 (remove_files) COMPLETE
47342024-09-05T00:38:34.472Z[ recovery-image] Sep 05 00:38:33.402 INFO O| Sep 05 00:38:33.401 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-09-05T00:38:34.500Z[ recovery-image] Sep 05 00:38:33.432 INFO O| Sep 05 00:38:33.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47362024-09-05T00:38:34.500Z[ recovery-image] Sep 05 00:38:33.432 INFO O| Sep 05 00:38:33.432 INFO STEP 245 (remove_files) COMPLETE
47372024-09-05T00:38:34.500Z[ recovery-image] Sep 05 00:38:33.432 INFO O| Sep 05 00:38:33.432 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-09-05T00:38:34.526Z[ recovery-image] Sep 05 00:38:33.458 INFO O| Sep 05 00:38:33.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47392024-09-05T00:38:34.526Z[ recovery-image] Sep 05 00:38:33.459 INFO O| Sep 05 00:38:33.459 INFO STEP 246 (remove_files) COMPLETE
47402024-09-05T00:38:34.526Z[ recovery-image] Sep 05 00:38:33.459 INFO O| Sep 05 00:38:33.459 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-09-05T00:38:34.552Z[ recovery-image] Sep 05 00:38:33.484 INFO O| Sep 05 00:38:33.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47422024-09-05T00:38:34.552Z[ recovery-image] Sep 05 00:38:33.484 INFO O| Sep 05 00:38:33.484 INFO STEP 247 (remove_files) COMPLETE
47432024-09-05T00:38:34.552Z[ recovery-image] Sep 05 00:38:33.484 INFO O| Sep 05 00:38:33.484 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-09-05T00:38:34.576Z[ recovery-image] Sep 05 00:38:33.508 INFO O| Sep 05 00:38:33.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47452024-09-05T00:38:34.576Z[ recovery-image] Sep 05 00:38:33.508 INFO O| Sep 05 00:38:33.508 INFO STEP 248 (remove_files) COMPLETE
47462024-09-05T00:38:34.576Z[ recovery-image] Sep 05 00:38:33.508 INFO O| Sep 05 00:38:33.508 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-09-05T00:38:34.615Z[ recovery-image] Sep 05 00:38:33.547 INFO O| Sep 05 00:38:33.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47482024-09-05T00:38:34.615Z[ recovery-image] Sep 05 00:38:33.547 INFO O| Sep 05 00:38:33.547 INFO STEP 249 (remove_files) COMPLETE
47492024-09-05T00:38:34.617Z[ recovery-image] Sep 05 00:38:33.547 INFO O| Sep 05 00:38:33.547 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-09-05T00:38:34.639Z[ recovery-image] Sep 05 00:38:33.571 INFO O| Sep 05 00:38:33.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47512024-09-05T00:38:34.639Z[ recovery-image] Sep 05 00:38:33.571 INFO O| Sep 05 00:38:33.571 INFO STEP 250 (remove_files) COMPLETE
47522024-09-05T00:38:34.639Z[ recovery-image] Sep 05 00:38:33.571 INFO O| Sep 05 00:38:33.571 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-09-05T00:38:34.659Z[ recovery-image] Sep 05 00:38:33.591 INFO O| Sep 05 00:38:33.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47542024-09-05T00:38:34.659Z[ recovery-image] Sep 05 00:38:33.591 INFO O| Sep 05 00:38:33.591 INFO STEP 251 (remove_files) COMPLETE
47552024-09-05T00:38:34.659Z[ recovery-image] Sep 05 00:38:33.592 INFO O| Sep 05 00:38:33.591 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-09-05T00:38:34.681Z[ recovery-image] Sep 05 00:38:33.613 INFO O| Sep 05 00:38:33.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47572024-09-05T00:38:34.681Z[ recovery-image] Sep 05 00:38:33.613 INFO O| Sep 05 00:38:33.613 INFO STEP 252 (remove_files) COMPLETE
47582024-09-05T00:38:34.683Z[ recovery-image] Sep 05 00:38:33.613 INFO O| Sep 05 00:38:33.613 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-09-05T00:38:34.704Z[ recovery-image] Sep 05 00:38:33.636 INFO O| Sep 05 00:38:33.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47602024-09-05T00:38:34.704Z[ recovery-image] Sep 05 00:38:33.636 INFO O| Sep 05 00:38:33.636 INFO STEP 253 (remove_files) COMPLETE
47612024-09-05T00:38:34.704Z[ recovery-image] Sep 05 00:38:33.636 INFO O| Sep 05 00:38:33.636 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-09-05T00:38:34.839Z[ host-image] Sep 05 00:38:33.772 INFO O| Sep 05 00:38:33.772 INFO O| Download: 1135/1140 items 6.6/8.4MB 78% complete (1.3M/s)
47632024-09-05T00:38:34.869Z[ recovery-image] Sep 05 00:38:33.801 INFO O| Sep 05 00:38:33.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47642024-09-05T00:38:34.869Z[ recovery-image] Sep 05 00:38:33.801 INFO O| Sep 05 00:38:33.801 INFO STEP 254 (remove_files) COMPLETE
47652024-09-05T00:38:34.869Z[ recovery-image] Sep 05 00:38:33.801 INFO O| Sep 05 00:38:33.801 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-09-05T00:38:34.895Z[ recovery-image] Sep 05 00:38:33.828 INFO O| Sep 05 00:38:33.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47672024-09-05T00:38:34.895Z[ recovery-image] Sep 05 00:38:33.828 INFO O| Sep 05 00:38:33.828 INFO STEP 255 (remove_files) COMPLETE
47682024-09-05T00:38:34.895Z[ recovery-image] Sep 05 00:38:33.828 INFO O| Sep 05 00:38:33.828 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-09-05T00:38:34.934Z[ recovery-image] Sep 05 00:38:33.866 INFO O| Sep 05 00:38:33.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47702024-09-05T00:38:34.937Z[ recovery-image] Sep 05 00:38:33.866 INFO O| Sep 05 00:38:33.866 INFO STEP 256 (remove_files) COMPLETE
47712024-09-05T00:38:34.937Z[ recovery-image] Sep 05 00:38:33.866 INFO O| Sep 05 00:38:33.866 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-09-05T00:38:34.959Z[ recovery-image] Sep 05 00:38:33.891 INFO O| Sep 05 00:38:33.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47732024-09-05T00:38:34.962Z[ recovery-image] Sep 05 00:38:33.891 INFO O| Sep 05 00:38:33.891 INFO STEP 257 (remove_files) COMPLETE
47742024-09-05T00:38:34.962Z[ recovery-image] Sep 05 00:38:33.891 INFO O| Sep 05 00:38:33.891 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-09-05T00:38:34.982Z[ recovery-image] Sep 05 00:38:33.914 INFO O| Sep 05 00:38:33.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47762024-09-05T00:38:34.984Z[ recovery-image] Sep 05 00:38:33.914 INFO O| Sep 05 00:38:33.914 INFO STEP 258 (remove_files) COMPLETE
47772024-09-05T00:38:34.984Z[ recovery-image] Sep 05 00:38:33.914 INFO O| Sep 05 00:38:33.914 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-09-05T00:38:35.004Z[ recovery-image] Sep 05 00:38:33.936 INFO O| Sep 05 00:38:33.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47792024-09-05T00:38:35.006Z[ recovery-image] Sep 05 00:38:33.936 INFO O| Sep 05 00:38:33.936 INFO STEP 259 (remove_files) COMPLETE
47802024-09-05T00:38:35.006Z[ recovery-image] Sep 05 00:38:33.936 INFO O| Sep 05 00:38:33.936 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-09-05T00:38:35.023Z[ recovery-image] Sep 05 00:38:33.955 INFO O| Sep 05 00:38:33.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47822024-09-05T00:38:35.025Z[ recovery-image] Sep 05 00:38:33.956 INFO O| Sep 05 00:38:33.956 INFO STEP 260 (remove_files) COMPLETE
47832024-09-05T00:38:35.026Z[ recovery-image] Sep 05 00:38:33.956 INFO O| Sep 05 00:38:33.956 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-09-05T00:38:35.026Z[ host-image] Sep 05 00:38:33.957 INFO O| Sep 05 00:38:33.957 INFO O| Download: Completed 8.42 MB in 5.19 seconds (1.6M/s)
47852024-09-05T00:38:35.044Z[ recovery-image] Sep 05 00:38:33.976 INFO O| Sep 05 00:38:33.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47862024-09-05T00:38:35.044Z[ recovery-image] Sep 05 00:38:33.976 INFO O| Sep 05 00:38:33.976 INFO STEP 261 (remove_files) COMPLETE
47872024-09-05T00:38:35.044Z[ recovery-image] Sep 05 00:38:33.976 INFO O| Sep 05 00:38:33.976 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-09-05T00:38:35.062Z[ recovery-image] Sep 05 00:38:33.995 INFO O| Sep 05 00:38:33.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47892024-09-05T00:38:35.065Z[ recovery-image] Sep 05 00:38:33.995 INFO O| Sep 05 00:38:33.995 INFO STEP 262 (remove_files) COMPLETE
47902024-09-05T00:38:35.065Z[ recovery-image] Sep 05 00:38:33.995 INFO O| Sep 05 00:38:33.995 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-09-05T00:38:35.134Z[ recovery-image] Sep 05 00:38:34.064 INFO O| Sep 05 00:38:34.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47922024-09-05T00:38:35.134Z[ recovery-image] Sep 05 00:38:34.065 INFO O| Sep 05 00:38:34.065 INFO STEP 263 (remove_files) COMPLETE
47932024-09-05T00:38:35.134Z[ recovery-image] Sep 05 00:38:34.065 INFO O| Sep 05 00:38:34.065 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-09-05T00:38:35.175Z[ recovery-image] Sep 05 00:38:34.108 INFO O| Sep 05 00:38:34.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47952024-09-05T00:38:35.176Z[ recovery-image] Sep 05 00:38:34.108 INFO O| Sep 05 00:38:34.108 INFO STEP 264 (remove_files) COMPLETE
47962024-09-05T00:38:35.176Z[ recovery-image] Sep 05 00:38:34.108 INFO O| Sep 05 00:38:34.108 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-09-05T00:38:35.199Z[ recovery-image] Sep 05 00:38:34.131 INFO O| Sep 05 00:38:34.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47982024-09-05T00:38:35.199Z[ recovery-image] Sep 05 00:38:34.131 INFO O| Sep 05 00:38:34.131 INFO STEP 265 (remove_files) COMPLETE
47992024-09-05T00:38:35.199Z[ recovery-image] Sep 05 00:38:34.131 INFO O| Sep 05 00:38:34.131 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-09-05T00:38:35.219Z[ host-image] Sep 05 00:38:34.152 INFO O| Sep 05 00:38:34.152 INFO O| Actions: 1/1361 actions (Installing new actions)
48012024-09-05T00:38:35.234Z[ recovery-image] Sep 05 00:38:34.166 INFO O| Sep 05 00:38:34.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48022024-09-05T00:38:35.237Z[ recovery-image] Sep 05 00:38:34.166 INFO O| Sep 05 00:38:34.166 INFO STEP 266 (remove_files) COMPLETE
48032024-09-05T00:38:35.237Z[ recovery-image] Sep 05 00:38:34.166 INFO O| Sep 05 00:38:34.166 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-09-05T00:38:35.258Z[ recovery-image] Sep 05 00:38:34.190 INFO O| Sep 05 00:38:34.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48052024-09-05T00:38:35.261Z[ recovery-image] Sep 05 00:38:34.191 INFO O| Sep 05 00:38:34.190 INFO STEP 267 (remove_files) COMPLETE
48062024-09-05T00:38:35.261Z[ recovery-image] Sep 05 00:38:34.191 INFO O| Sep 05 00:38:34.191 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-09-05T00:38:35.298Z[ recovery-image] Sep 05 00:38:34.230 INFO O| Sep 05 00:38:34.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48082024-09-05T00:38:35.298Z[ recovery-image] Sep 05 00:38:34.230 INFO O| Sep 05 00:38:34.230 INFO STEP 268 (remove_files) COMPLETE
48092024-09-05T00:38:35.298Z[ recovery-image] Sep 05 00:38:34.230 INFO O| Sep 05 00:38:34.230 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-09-05T00:38:35.384Z[ recovery-image] Sep 05 00:38:34.315 INFO O| Sep 05 00:38:34.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48112024-09-05T00:38:35.384Z[ recovery-image] Sep 05 00:38:34.315 INFO O| Sep 05 00:38:34.315 INFO STEP 269 (remove_files) COMPLETE
48122024-09-05T00:38:35.384Z[ recovery-image] Sep 05 00:38:34.315 INFO O| Sep 05 00:38:34.315 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-09-05T00:38:35.431Z[ recovery-image] Sep 05 00:38:34.363 INFO O| Sep 05 00:38:34.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48142024-09-05T00:38:35.434Z[ recovery-image] Sep 05 00:38:34.363 INFO O| Sep 05 00:38:34.363 INFO STEP 270 (remove_files) COMPLETE
48152024-09-05T00:38:35.434Z[ recovery-image] Sep 05 00:38:34.363 INFO O| Sep 05 00:38:34.363 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-09-05T00:38:35.459Z[ recovery-image] Sep 05 00:38:34.391 INFO O| Sep 05 00:38:34.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48172024-09-05T00:38:35.463Z[ recovery-image] Sep 05 00:38:34.392 INFO O| Sep 05 00:38:34.391 INFO STEP 271 (remove_files) COMPLETE
48182024-09-05T00:38:35.463Z[ recovery-image] Sep 05 00:38:34.392 INFO O| Sep 05 00:38:34.392 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-09-05T00:38:35.488Z[ recovery-image] Sep 05 00:38:34.420 INFO O| Sep 05 00:38:34.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48202024-09-05T00:38:35.490Z[ recovery-image] Sep 05 00:38:34.420 INFO O| Sep 05 00:38:34.420 INFO STEP 272 (remove_files) COMPLETE
48212024-09-05T00:38:35.490Z[ recovery-image] Sep 05 00:38:34.420 INFO O| Sep 05 00:38:34.420 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-09-05T00:38:35.572Z[ recovery-image] Sep 05 00:38:34.504 INFO O| Sep 05 00:38:34.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48232024-09-05T00:38:35.572Z[ recovery-image] Sep 05 00:38:34.504 INFO O| Sep 05 00:38:34.504 INFO STEP 273 (remove_files) COMPLETE
48242024-09-05T00:38:35.575Z[ recovery-image] Sep 05 00:38:34.504 INFO O| Sep 05 00:38:34.504 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-09-05T00:38:35.598Z[ recovery-image] Sep 05 00:38:34.530 INFO O| Sep 05 00:38:34.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48262024-09-05T00:38:35.601Z[ recovery-image] Sep 05 00:38:34.530 INFO O| Sep 05 00:38:34.530 INFO STEP 274 (remove_files) COMPLETE
48272024-09-05T00:38:35.601Z[ recovery-image] Sep 05 00:38:34.530 INFO O| Sep 05 00:38:34.530 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-09-05T00:38:35.626Z[ recovery-image] Sep 05 00:38:34.558 INFO O| Sep 05 00:38:34.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48292024-09-05T00:38:35.628Z[ recovery-image] Sep 05 00:38:34.558 INFO O| Sep 05 00:38:34.558 INFO STEP 275 (remove_files) COMPLETE
48302024-09-05T00:38:35.628Z[ recovery-image] Sep 05 00:38:34.558 INFO O| Sep 05 00:38:34.558 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-09-05T00:38:35.653Z[ recovery-image] Sep 05 00:38:34.586 INFO O| Sep 05 00:38:34.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48322024-09-05T00:38:35.654Z[ recovery-image] Sep 05 00:38:34.586 INFO O| Sep 05 00:38:34.586 INFO STEP 276 (remove_files) COMPLETE
48332024-09-05T00:38:35.656Z[ recovery-image] Sep 05 00:38:34.586 INFO O| Sep 05 00:38:34.586 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-09-05T00:38:35.680Z[ recovery-image] Sep 05 00:38:34.613 INFO O| Sep 05 00:38:34.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48352024-09-05T00:38:35.680Z[ recovery-image] Sep 05 00:38:34.613 INFO O| Sep 05 00:38:34.613 INFO STEP 277 (remove_files) COMPLETE
48362024-09-05T00:38:35.680Z[ recovery-image] Sep 05 00:38:34.613 INFO O| Sep 05 00:38:34.613 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-09-05T00:38:35.706Z[ recovery-image] Sep 05 00:38:34.638 INFO O| Sep 05 00:38:34.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48382024-09-05T00:38:35.706Z[ recovery-image] Sep 05 00:38:34.638 INFO O| Sep 05 00:38:34.638 INFO STEP 278 (remove_files) COMPLETE
48392024-09-05T00:38:35.706Z[ recovery-image] Sep 05 00:38:34.638 INFO O| Sep 05 00:38:34.638 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-09-05T00:38:35.727Z[ recovery-image] Sep 05 00:38:34.659 INFO O| Sep 05 00:38:34.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48412024-09-05T00:38:35.729Z[ recovery-image] Sep 05 00:38:34.659 INFO O| Sep 05 00:38:34.659 INFO STEP 279 (remove_files) COMPLETE
48422024-09-05T00:38:35.729Z[ recovery-image] Sep 05 00:38:34.660 INFO O| Sep 05 00:38:34.660 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-09-05T00:38:35.753Z[ recovery-image] Sep 05 00:38:34.685 INFO O| Sep 05 00:38:34.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48442024-09-05T00:38:35.756Z[ recovery-image] Sep 05 00:38:34.686 INFO O| Sep 05 00:38:34.686 INFO STEP 280 (remove_files) COMPLETE
48452024-09-05T00:38:35.756Z[ recovery-image] Sep 05 00:38:34.686 INFO O| Sep 05 00:38:34.686 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-09-05T00:38:35.782Z[ recovery-image] Sep 05 00:38:34.714 INFO O| Sep 05 00:38:34.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48472024-09-05T00:38:35.782Z[ recovery-image] Sep 05 00:38:34.714 INFO O| Sep 05 00:38:34.714 INFO STEP 281 (remove_files) COMPLETE
48482024-09-05T00:38:35.785Z[ recovery-image] Sep 05 00:38:34.715 INFO O| Sep 05 00:38:34.714 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-09-05T00:38:35.812Z[ recovery-image] Sep 05 00:38:34.744 INFO O| Sep 05 00:38:34.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48502024-09-05T00:38:35.812Z[ recovery-image] Sep 05 00:38:34.744 INFO O| Sep 05 00:38:34.744 INFO STEP 282 (remove_files) COMPLETE
48512024-09-05T00:38:35.815Z[ recovery-image] Sep 05 00:38:34.744 INFO O| Sep 05 00:38:34.744 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-09-05T00:38:35.840Z[ recovery-image] Sep 05 00:38:34.772 INFO O| Sep 05 00:38:34.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48532024-09-05T00:38:35.840Z[ recovery-image] Sep 05 00:38:34.772 INFO O| Sep 05 00:38:34.772 INFO STEP 283 (remove_files) COMPLETE
48542024-09-05T00:38:35.843Z[ recovery-image] Sep 05 00:38:34.773 INFO O| Sep 05 00:38:34.772 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-09-05T00:38:35.882Z[ recovery-image] Sep 05 00:38:34.814 INFO O| Sep 05 00:38:34.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48562024-09-05T00:38:35.882Z[ recovery-image] Sep 05 00:38:34.815 INFO O| Sep 05 00:38:34.815 INFO STEP 284 (remove_files) COMPLETE
48572024-09-05T00:38:35.882Z[ recovery-image] Sep 05 00:38:34.815 INFO O| Sep 05 00:38:34.815 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-09-05T00:38:35.913Z[ recovery-image] Sep 05 00:38:34.845 INFO O| Sep 05 00:38:34.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48592024-09-05T00:38:35.933Z[ recovery-image] Sep 05 00:38:34.865 INFO O| Sep 05 00:38:34.865 INFO STEP 285 (remove_files) COMPLETE
48602024-09-05T00:38:35.933Z[ recovery-image] Sep 05 00:38:34.865 INFO O| Sep 05 00:38:34.865 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-09-05T00:38:35.962Z[ recovery-image] Sep 05 00:38:34.894 INFO O| Sep 05 00:38:34.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48622024-09-05T00:38:35.965Z[ recovery-image] Sep 05 00:38:34.895 INFO O| Sep 05 00:38:34.895 INFO STEP 286 (remove_files) COMPLETE
48632024-09-05T00:38:35.965Z[ recovery-image] Sep 05 00:38:34.895 INFO O| Sep 05 00:38:34.895 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-09-05T00:38:35.983Z[ host-image] Sep 05 00:38:34.915 INFO O| Sep 05 00:38:34.915 INFO O| Actions: Completed 1361 actions in 0.76 seconds.
48652024-09-05T00:38:35.992Z[ recovery-image] Sep 05 00:38:34.924 INFO O| Sep 05 00:38:34.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48662024-09-05T00:38:35.992Z[ recovery-image] Sep 05 00:38:34.924 INFO O| Sep 05 00:38:34.924 INFO STEP 287 (remove_files) COMPLETE
48672024-09-05T00:38:35.992Z[ recovery-image] Sep 05 00:38:34.924 INFO O| Sep 05 00:38:34.924 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-09-05T00:38:36.021Z[ recovery-image] Sep 05 00:38:34.953 INFO O| Sep 05 00:38:34.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48692024-09-05T00:38:36.021Z[ recovery-image] Sep 05 00:38:34.953 INFO O| Sep 05 00:38:34.953 INFO STEP 288 (remove_files) COMPLETE
48702024-09-05T00:38:36.021Z[ recovery-image] Sep 05 00:38:34.953 INFO O| Sep 05 00:38:34.953 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-09-05T00:38:36.062Z[ recovery-image] Sep 05 00:38:34.994 INFO O| Sep 05 00:38:34.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48722024-09-05T00:38:36.062Z[ recovery-image] Sep 05 00:38:34.994 INFO O| Sep 05 00:38:34.994 INFO STEP 289 (remove_files) COMPLETE
48732024-09-05T00:38:36.062Z[ recovery-image] Sep 05 00:38:34.995 INFO O| Sep 05 00:38:34.994 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-09-05T00:38:36.095Z[ recovery-image] Sep 05 00:38:35.025 INFO O| Sep 05 00:38:35.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48752024-09-05T00:38:36.095Z[ recovery-image] Sep 05 00:38:35.025 INFO O| Sep 05 00:38:35.025 INFO STEP 290 (remove_files) COMPLETE
48762024-09-05T00:38:36.095Z[ recovery-image] Sep 05 00:38:35.025 INFO O| Sep 05 00:38:35.025 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-09-05T00:38:36.127Z[ recovery-image] Sep 05 00:38:35.059 INFO O| Sep 05 00:38:35.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48782024-09-05T00:38:36.127Z[ recovery-image] Sep 05 00:38:35.059 INFO O| Sep 05 00:38:35.057 INFO STEP 291 (remove_files) COMPLETE
48792024-09-05T00:38:36.130Z[ recovery-image] Sep 05 00:38:35.059 INFO O| Sep 05 00:38:35.057 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-09-05T00:38:36.175Z[ recovery-image] Sep 05 00:38:35.107 INFO O| Sep 05 00:38:35.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48812024-09-05T00:38:36.175Z[ recovery-image] Sep 05 00:38:35.107 INFO O| Sep 05 00:38:35.107 INFO STEP 292 (remove_files) COMPLETE
48822024-09-05T00:38:36.175Z[ recovery-image] Sep 05 00:38:35.107 INFO O| Sep 05 00:38:35.107 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-09-05T00:38:36.197Z[ recovery-image] Sep 05 00:38:35.129 INFO O| Sep 05 00:38:35.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48842024-09-05T00:38:36.197Z[ recovery-image] Sep 05 00:38:35.129 INFO O| Sep 05 00:38:35.129 INFO STEP 293 (remove_files) COMPLETE
48852024-09-05T00:38:36.197Z[ recovery-image] Sep 05 00:38:35.129 INFO O| Sep 05 00:38:35.129 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-09-05T00:38:36.244Z[ recovery-image] Sep 05 00:38:35.176 INFO O| Sep 05 00:38:35.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48872024-09-05T00:38:36.244Z[ recovery-image] Sep 05 00:38:35.176 INFO O| Sep 05 00:38:35.176 INFO STEP 294 (remove_files) COMPLETE
48882024-09-05T00:38:36.244Z[ recovery-image] Sep 05 00:38:35.176 INFO O| Sep 05 00:38:35.176 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-09-05T00:38:36.271Z[ recovery-image] Sep 05 00:38:35.203 INFO O| Sep 05 00:38:35.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48902024-09-05T00:38:36.271Z[ recovery-image] Sep 05 00:38:35.203 INFO O| Sep 05 00:38:35.203 INFO STEP 295 (remove_files) COMPLETE
48912024-09-05T00:38:36.271Z[ recovery-image] Sep 05 00:38:35.203 INFO O| Sep 05 00:38:35.203 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-09-05T00:38:36.298Z[ recovery-image] Sep 05 00:38:35.230 INFO O| Sep 05 00:38:35.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48932024-09-05T00:38:36.299Z[ recovery-image] Sep 05 00:38:35.230 INFO O| Sep 05 00:38:35.230 INFO STEP 296 (remove_files) COMPLETE
48942024-09-05T00:38:36.302Z[ recovery-image] Sep 05 00:38:35.230 INFO O| Sep 05 00:38:35.230 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-09-05T00:38:36.340Z[ recovery-image] Sep 05 00:38:35.272 INFO O| Sep 05 00:38:35.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48962024-09-05T00:38:36.340Z[ recovery-image] Sep 05 00:38:35.272 INFO O| Sep 05 00:38:35.272 INFO STEP 297 (remove_files) COMPLETE
48972024-09-05T00:38:36.340Z[ recovery-image] Sep 05 00:38:35.272 INFO O| Sep 05 00:38:35.272 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-09-05T00:38:36.369Z[ recovery-image] Sep 05 00:38:35.301 INFO O| Sep 05 00:38:35.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48992024-09-05T00:38:36.369Z[ recovery-image] Sep 05 00:38:35.301 INFO O| Sep 05 00:38:35.301 INFO STEP 298 (remove_files) COMPLETE
49002024-09-05T00:38:36.369Z[ recovery-image] Sep 05 00:38:35.301 INFO O| Sep 05 00:38:35.301 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-09-05T00:38:36.411Z[ recovery-image] Sep 05 00:38:35.343 INFO O| Sep 05 00:38:35.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49022024-09-05T00:38:36.414Z[ recovery-image] Sep 05 00:38:35.343 INFO O| Sep 05 00:38:35.343 INFO STEP 299 (remove_files) COMPLETE
49032024-09-05T00:38:36.414Z[ recovery-image] Sep 05 00:38:35.343 INFO O| Sep 05 00:38:35.343 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-09-05T00:38:36.442Z[ recovery-image] Sep 05 00:38:35.373 INFO O| Sep 05 00:38:35.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49052024-09-05T00:38:36.442Z[ recovery-image] Sep 05 00:38:35.373 INFO O| Sep 05 00:38:35.373 INFO STEP 300 (remove_files) COMPLETE
49062024-09-05T00:38:36.444Z[ recovery-image] Sep 05 00:38:35.373 INFO O| Sep 05 00:38:35.373 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-09-05T00:38:36.470Z[ recovery-image] Sep 05 00:38:35.402 INFO O| Sep 05 00:38:35.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49082024-09-05T00:38:36.470Z[ recovery-image] Sep 05 00:38:35.402 INFO O| Sep 05 00:38:35.402 INFO STEP 301 (remove_files) COMPLETE
49092024-09-05T00:38:36.473Z[ recovery-image] Sep 05 00:38:35.402 INFO O| Sep 05 00:38:35.402 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-09-05T00:38:36.506Z[ recovery-image] Sep 05 00:38:35.438 INFO O| Sep 05 00:38:35.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49112024-09-05T00:38:36.506Z[ recovery-image] Sep 05 00:38:35.438 INFO O| Sep 05 00:38:35.438 INFO STEP 302 (remove_files) COMPLETE
49122024-09-05T00:38:36.506Z[ recovery-image] Sep 05 00:38:35.438 INFO O| Sep 05 00:38:35.438 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-09-05T00:38:36.528Z[ host-image] Sep 05 00:38:35.460 INFO O| Sep 05 00:38:35.460 INFO O| Done
49142024-09-05T00:38:36.528Z[ host-image] Sep 05 00:38:35.460 INFO O| Sep 05 00:38:35.460 INFO O| Done
49152024-09-05T00:38:36.531Z[ recovery-image] Sep 05 00:38:35.462 INFO O| Sep 05 00:38:35.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49162024-09-05T00:38:36.531Z[ recovery-image] Sep 05 00:38:35.462 INFO O| Sep 05 00:38:35.462 INFO STEP 303 (remove_files) COMPLETE
49172024-09-05T00:38:36.531Z[ recovery-image] Sep 05 00:38:35.462 INFO O| Sep 05 00:38:35.462 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-09-05T00:38:36.590Z[ recovery-image] Sep 05 00:38:35.522 INFO O| Sep 05 00:38:35.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49192024-09-05T00:38:36.592Z[ recovery-image] Sep 05 00:38:35.523 INFO O| Sep 05 00:38:35.522 INFO STEP 304 (remove_files) COMPLETE
49202024-09-05T00:38:36.593Z[ recovery-image] Sep 05 00:38:35.523 INFO O| Sep 05 00:38:35.523 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-09-05T00:38:36.628Z[ recovery-image] Sep 05 00:38:35.560 INFO O| Sep 05 00:38:35.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49222024-09-05T00:38:36.628Z[ recovery-image] Sep 05 00:38:35.560 INFO O| Sep 05 00:38:35.560 INFO STEP 305 (remove_files) COMPLETE
49232024-09-05T00:38:36.631Z[ recovery-image] Sep 05 00:38:35.560 INFO O| Sep 05 00:38:35.560 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-09-05T00:38:36.665Z[ recovery-image] Sep 05 00:38:35.597 INFO O| Sep 05 00:38:35.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49252024-09-05T00:38:36.665Z[ recovery-image] Sep 05 00:38:35.597 INFO O| Sep 05 00:38:35.597 INFO STEP 306 (remove_files) COMPLETE
49262024-09-05T00:38:36.665Z[ recovery-image] Sep 05 00:38:35.598 INFO O| Sep 05 00:38:35.597 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-09-05T00:38:36.708Z[ recovery-image] Sep 05 00:38:35.640 INFO O| Sep 05 00:38:35.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49282024-09-05T00:38:36.708Z[ recovery-image] Sep 05 00:38:35.640 INFO O| Sep 05 00:38:35.640 INFO STEP 307 (remove_files) COMPLETE
49292024-09-05T00:38:36.711Z[ recovery-image] Sep 05 00:38:35.640 INFO O| Sep 05 00:38:35.640 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-09-05T00:38:36.735Z[ recovery-image] Sep 05 00:38:35.667 INFO O| Sep 05 00:38:35.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49312024-09-05T00:38:36.736Z[ recovery-image] Sep 05 00:38:35.667 INFO O| Sep 05 00:38:35.667 INFO STEP 308 (remove_files) COMPLETE
49322024-09-05T00:38:36.739Z[ recovery-image] Sep 05 00:38:35.667 INFO O| Sep 05 00:38:35.667 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-09-05T00:38:36.774Z[ recovery-image] Sep 05 00:38:35.705 INFO O| Sep 05 00:38:35.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49342024-09-05T00:38:36.774Z[ recovery-image] Sep 05 00:38:35.705 INFO O| Sep 05 00:38:35.705 INFO STEP 309 (remove_files) COMPLETE
49352024-09-05T00:38:36.774Z[ recovery-image] Sep 05 00:38:35.705 INFO O| Sep 05 00:38:35.705 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-09-05T00:38:36.799Z[ recovery-image] Sep 05 00:38:35.731 INFO O| Sep 05 00:38:35.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49372024-09-05T00:38:36.799Z[ recovery-image] Sep 05 00:38:35.731 INFO O| Sep 05 00:38:35.731 INFO STEP 310 (remove_files) COMPLETE
49382024-09-05T00:38:36.802Z[ recovery-image] Sep 05 00:38:35.731 INFO O| Sep 05 00:38:35.731 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-09-05T00:38:36.833Z[ recovery-image] Sep 05 00:38:35.765 INFO O| Sep 05 00:38:35.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49402024-09-05T00:38:36.833Z[ recovery-image] Sep 05 00:38:35.765 INFO O| Sep 05 00:38:35.765 INFO STEP 311 (remove_files) COMPLETE
49412024-09-05T00:38:36.833Z[ recovery-image] Sep 05 00:38:35.765 INFO O| Sep 05 00:38:35.765 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-09-05T00:38:36.901Z[ recovery-image] Sep 05 00:38:35.833 INFO O| Sep 05 00:38:35.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49432024-09-05T00:38:36.901Z[ recovery-image] Sep 05 00:38:35.833 INFO O| Sep 05 00:38:35.833 INFO STEP 312 (remove_files) COMPLETE
49442024-09-05T00:38:36.904Z[ recovery-image] Sep 05 00:38:35.833 INFO O| Sep 05 00:38:35.833 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-09-05T00:38:36.959Z[ recovery-image] Sep 05 00:38:35.890 INFO O| Sep 05 00:38:35.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49462024-09-05T00:38:36.959Z[ recovery-image] Sep 05 00:38:35.890 INFO O| Sep 05 00:38:35.890 INFO STEP 313 (remove_files) COMPLETE
49472024-09-05T00:38:36.959Z[ recovery-image] Sep 05 00:38:35.890 INFO O| Sep 05 00:38:35.890 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-09-05T00:38:36.983Z[ recovery-image] Sep 05 00:38:35.915 INFO O| Sep 05 00:38:35.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49492024-09-05T00:38:36.983Z[ recovery-image] Sep 05 00:38:35.915 INFO O| Sep 05 00:38:35.915 INFO STEP 314 (remove_files) COMPLETE
49502024-09-05T00:38:36.983Z[ recovery-image] Sep 05 00:38:35.915 INFO O| Sep 05 00:38:35.915 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-09-05T00:38:37.029Z[ recovery-image] Sep 05 00:38:35.961 INFO O| Sep 05 00:38:35.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49522024-09-05T00:38:37.031Z[ recovery-image] Sep 05 00:38:35.961 INFO O| Sep 05 00:38:35.961 INFO STEP 315 (remove_files) COMPLETE
49532024-09-05T00:38:37.032Z[ recovery-image] Sep 05 00:38:35.961 INFO O| Sep 05 00:38:35.961 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-09-05T00:38:37.055Z[ recovery-image] Sep 05 00:38:35.987 INFO O| Sep 05 00:38:35.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49552024-09-05T00:38:37.058Z[ recovery-image] Sep 05 00:38:35.987 INFO O| Sep 05 00:38:35.987 INFO STEP 316 (remove_files) COMPLETE
49562024-09-05T00:38:37.058Z[ recovery-image] Sep 05 00:38:35.987 INFO O| Sep 05 00:38:35.987 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-09-05T00:38:37.092Z[ recovery-image] Sep 05 00:38:36.024 INFO O| Sep 05 00:38:36.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49582024-09-05T00:38:37.095Z[ recovery-image] Sep 05 00:38:36.024 INFO O| Sep 05 00:38:36.024 INFO STEP 317 (remove_files) COMPLETE
49592024-09-05T00:38:37.095Z[ recovery-image] Sep 05 00:38:36.024 INFO O| Sep 05 00:38:36.024 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-09-05T00:38:37.120Z[ recovery-image] Sep 05 00:38:36.051 INFO O| Sep 05 00:38:36.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49612024-09-05T00:38:37.120Z[ recovery-image] Sep 05 00:38:36.051 INFO O| Sep 05 00:38:36.051 INFO STEP 318 (remove_files) COMPLETE
49622024-09-05T00:38:37.120Z[ recovery-image] Sep 05 00:38:36.051 INFO O| Sep 05 00:38:36.051 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-09-05T00:38:37.156Z[ recovery-image] Sep 05 00:38:36.088 INFO O| Sep 05 00:38:36.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49642024-09-05T00:38:37.156Z[ recovery-image] Sep 05 00:38:36.088 INFO O| Sep 05 00:38:36.088 INFO STEP 319 (remove_files) COMPLETE
49652024-09-05T00:38:37.156Z[ recovery-image] Sep 05 00:38:36.088 INFO O| Sep 05 00:38:36.088 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-09-05T00:38:37.183Z[ recovery-image] Sep 05 00:38:36.115 INFO O| Sep 05 00:38:36.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49672024-09-05T00:38:37.183Z[ recovery-image] Sep 05 00:38:36.115 INFO O| Sep 05 00:38:36.115 INFO STEP 320 (remove_files) COMPLETE
49682024-09-05T00:38:37.183Z[ recovery-image] Sep 05 00:38:36.115 INFO O| Sep 05 00:38:36.115 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-09-05T00:38:37.226Z[ recovery-image] Sep 05 00:38:36.158 INFO O| Sep 05 00:38:36.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49702024-09-05T00:38:37.227Z[ recovery-image] Sep 05 00:38:36.158 INFO O| Sep 05 00:38:36.158 INFO STEP 321 (remove_files) COMPLETE
49712024-09-05T00:38:37.229Z[ recovery-image] Sep 05 00:38:36.158 INFO O| Sep 05 00:38:36.158 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-09-05T00:38:37.287Z[ recovery-image] Sep 05 00:38:36.218 INFO O| Sep 05 00:38:36.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49732024-09-05T00:38:37.287Z[ recovery-image] Sep 05 00:38:36.218 INFO O| Sep 05 00:38:36.218 INFO STEP 322 (remove_files) COMPLETE
49742024-09-05T00:38:37.287Z[ recovery-image] Sep 05 00:38:36.218 INFO O| Sep 05 00:38:36.218 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-09-05T00:38:37.315Z[ recovery-image] Sep 05 00:38:36.247 INFO O| Sep 05 00:38:36.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49762024-09-05T00:38:37.318Z[ recovery-image] Sep 05 00:38:36.247 INFO O| Sep 05 00:38:36.247 INFO STEP 323 (remove_files) COMPLETE
49772024-09-05T00:38:37.318Z[ recovery-image] Sep 05 00:38:36.247 INFO O| Sep 05 00:38:36.247 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-09-05T00:38:37.346Z[ host-image] Sep 05 00:38:36.278 INFO O| Sep 05 00:38:36.278 INFO O| Done
49792024-09-05T00:38:37.360Z[ recovery-image] Sep 05 00:38:36.292 INFO O| Sep 05 00:38:36.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49802024-09-05T00:38:37.360Z[ recovery-image] Sep 05 00:38:36.292 INFO O| Sep 05 00:38:36.277 INFO STEP 324 (remove_files) COMPLETE
49812024-09-05T00:38:37.362Z[ recovery-image] Sep 05 00:38:36.292 INFO O| Sep 05 00:38:36.277 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-09-05T00:38:37.375Z[ recovery-image] Sep 05 00:38:36.306 INFO O| Sep 05 00:38:36.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49832024-09-05T00:38:37.375Z[ recovery-image] Sep 05 00:38:36.307 INFO O| Sep 05 00:38:36.307 INFO STEP 325 (remove_files) COMPLETE
49842024-09-05T00:38:37.375Z[ recovery-image] Sep 05 00:38:36.307 INFO O| Sep 05 00:38:36.307 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-09-05T00:38:37.412Z[ recovery-image] Sep 05 00:38:36.343 INFO O| Sep 05 00:38:36.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49862024-09-05T00:38:37.412Z[ recovery-image] Sep 05 00:38:36.343 INFO O| Sep 05 00:38:36.343 INFO STEP 326 (remove_files) COMPLETE
49872024-09-05T00:38:37.412Z[ recovery-image] Sep 05 00:38:36.343 INFO O| Sep 05 00:38:36.343 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-09-05T00:38:37.529Z[ recovery-image] Sep 05 00:38:36.460 INFO O| Sep 05 00:38:36.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49892024-09-05T00:38:37.529Z[ recovery-image] Sep 05 00:38:36.460 INFO O| Sep 05 00:38:36.460 INFO STEP 327 (remove_files) COMPLETE
49902024-09-05T00:38:37.529Z[ recovery-image] Sep 05 00:38:36.460 INFO O| Sep 05 00:38:36.460 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-09-05T00:38:37.584Z[ recovery-image] Sep 05 00:38:36.516 INFO O| Sep 05 00:38:36.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49922024-09-05T00:38:37.584Z[ recovery-image] Sep 05 00:38:36.516 INFO O| Sep 05 00:38:36.516 INFO STEP 328 (remove_files) COMPLETE
49932024-09-05T00:38:37.584Z[ recovery-image] Sep 05 00:38:36.516 INFO O| Sep 05 00:38:36.516 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-09-05T00:38:37.617Z[ recovery-image] Sep 05 00:38:36.540 INFO O| Sep 05 00:38:36.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49952024-09-05T00:38:37.617Z[ recovery-image] Sep 05 00:38:36.546 INFO O| Sep 05 00:38:36.546 INFO STEP 329 (remove_files) COMPLETE
49962024-09-05T00:38:37.621Z[ recovery-image] Sep 05 00:38:36.546 INFO O| Sep 05 00:38:36.546 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-09-05T00:38:37.642Z[ recovery-image] Sep 05 00:38:36.574 INFO O| Sep 05 00:38:36.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49982024-09-05T00:38:37.642Z[ recovery-image] Sep 05 00:38:36.574 INFO O| Sep 05 00:38:36.574 INFO STEP 330 (remove_files) COMPLETE
49992024-09-05T00:38:37.645Z[ recovery-image] Sep 05 00:38:36.574 INFO O| Sep 05 00:38:36.574 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-09-05T00:38:37.671Z[ recovery-image] Sep 05 00:38:36.603 INFO O| Sep 05 00:38:36.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50012024-09-05T00:38:37.674Z[ recovery-image] Sep 05 00:38:36.603 INFO O| Sep 05 00:38:36.603 INFO STEP 331 (remove_files) COMPLETE
50022024-09-05T00:38:37.674Z[ recovery-image] Sep 05 00:38:36.603 INFO O| Sep 05 00:38:36.603 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-09-05T00:38:37.718Z[ recovery-image] Sep 05 00:38:36.650 INFO O| Sep 05 00:38:36.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50042024-09-05T00:38:37.718Z[ recovery-image] Sep 05 00:38:36.650 INFO O| Sep 05 00:38:36.650 INFO STEP 332 (remove_files) COMPLETE
50052024-09-05T00:38:37.718Z[ recovery-image] Sep 05 00:38:36.650 INFO O| Sep 05 00:38:36.650 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-09-05T00:38:37.748Z[ recovery-image] Sep 05 00:38:36.680 INFO O| Sep 05 00:38:36.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50072024-09-05T00:38:37.752Z[ recovery-image] Sep 05 00:38:36.681 INFO O| Sep 05 00:38:36.681 INFO STEP 333 (remove_files) COMPLETE
50082024-09-05T00:38:37.752Z[ recovery-image] Sep 05 00:38:36.682 INFO O| Sep 05 00:38:36.681 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-09-05T00:38:37.931Z[ recovery-image] Sep 05 00:38:36.863 INFO O| Sep 05 00:38:36.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50102024-09-05T00:38:37.934Z[ recovery-image] Sep 05 00:38:36.864 INFO O| Sep 05 00:38:36.863 INFO STEP 334 (remove_files) COMPLETE
50112024-09-05T00:38:37.934Z[ recovery-image] Sep 05 00:38:36.864 INFO O| Sep 05 00:38:36.864 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-09-05T00:38:38.036Z[ recovery-image] Sep 05 00:38:36.968 INFO O| Sep 05 00:38:36.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50132024-09-05T00:38:38.039Z[ recovery-image] Sep 05 00:38:36.968 INFO O| Sep 05 00:38:36.968 INFO STEP 335 (remove_files) COMPLETE
50142024-09-05T00:38:38.039Z[ recovery-image] Sep 05 00:38:36.968 INFO O| Sep 05 00:38:36.968 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-09-05T00:38:38.064Z[ recovery-image] Sep 05 00:38:36.995 INFO O| Sep 05 00:38:36.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50162024-09-05T00:38:38.066Z[ recovery-image] Sep 05 00:38:36.996 INFO O| Sep 05 00:38:36.995 INFO STEP 336 (remove_files) COMPLETE
50172024-09-05T00:38:38.066Z[ recovery-image] Sep 05 00:38:36.996 INFO O| Sep 05 00:38:36.996 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-09-05T00:38:38.086Z[ recovery-image] Sep 05 00:38:37.017 INFO O| Sep 05 00:38:37.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50192024-09-05T00:38:38.089Z[ recovery-image] Sep 05 00:38:37.017 INFO O| Sep 05 00:38:37.017 INFO STEP 337 (remove_files) COMPLETE
50202024-09-05T00:38:38.089Z[ recovery-image] Sep 05 00:38:37.018 INFO O| Sep 05 00:38:37.018 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-09-05T00:38:38.108Z[ recovery-image] Sep 05 00:38:37.040 INFO O| Sep 05 00:38:37.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50222024-09-05T00:38:38.111Z[ recovery-image] Sep 05 00:38:37.040 INFO O| Sep 05 00:38:37.040 INFO STEP 338 (remove_files) COMPLETE
50232024-09-05T00:38:38.111Z[ recovery-image] Sep 05 00:38:37.040 INFO O| Sep 05 00:38:37.040 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-09-05T00:38:38.129Z[ recovery-image] Sep 05 00:38:37.061 INFO O| Sep 05 00:38:37.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50252024-09-05T00:38:38.132Z[ recovery-image] Sep 05 00:38:37.061 INFO O| Sep 05 00:38:37.061 INFO STEP 339 (remove_files) COMPLETE
50262024-09-05T00:38:38.132Z[ recovery-image] Sep 05 00:38:37.061 INFO O| Sep 05 00:38:37.061 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-09-05T00:38:38.173Z[ recovery-image] Sep 05 00:38:37.105 INFO O| Sep 05 00:38:37.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50282024-09-05T00:38:38.173Z[ recovery-image] Sep 05 00:38:37.105 INFO O| Sep 05 00:38:37.105 INFO STEP 340 (remove_files) COMPLETE
50292024-09-05T00:38:38.176Z[ recovery-image] Sep 05 00:38:37.105 INFO O| Sep 05 00:38:37.105 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-09-05T00:38:38.199Z[ recovery-image] Sep 05 00:38:37.131 INFO O| Sep 05 00:38:37.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50312024-09-05T00:38:38.200Z[ recovery-image] Sep 05 00:38:37.131 INFO O| Sep 05 00:38:37.131 INFO STEP 341 (remove_files) COMPLETE
50322024-09-05T00:38:38.200Z[ recovery-image] Sep 05 00:38:37.131 INFO O| Sep 05 00:38:37.131 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-09-05T00:38:38.226Z[ recovery-image] Sep 05 00:38:37.158 INFO O| Sep 05 00:38:37.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50342024-09-05T00:38:38.226Z[ recovery-image] Sep 05 00:38:37.158 INFO O| Sep 05 00:38:37.158 INFO STEP 342 (remove_files) COMPLETE
50352024-09-05T00:38:38.229Z[ recovery-image] Sep 05 00:38:37.158 INFO O| Sep 05 00:38:37.158 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-09-05T00:38:38.300Z[ recovery-image] Sep 05 00:38:37.232 INFO O| Sep 05 00:38:37.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50372024-09-05T00:38:38.300Z[ recovery-image] Sep 05 00:38:37.232 INFO O| Sep 05 00:38:37.232 INFO STEP 343 (remove_files) COMPLETE
50382024-09-05T00:38:38.300Z[ recovery-image] Sep 05 00:38:37.232 INFO O| Sep 05 00:38:37.232 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-09-05T00:38:38.330Z[ recovery-image] Sep 05 00:38:37.261 INFO O| Sep 05 00:38:37.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50402024-09-05T00:38:38.330Z[ recovery-image] Sep 05 00:38:37.262 INFO O| Sep 05 00:38:37.261 INFO STEP 344 (remove_files) COMPLETE
50412024-09-05T00:38:38.330Z[ recovery-image] Sep 05 00:38:37.262 INFO O| Sep 05 00:38:37.261 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-09-05T00:38:38.369Z[ recovery-image] Sep 05 00:38:37.299 INFO O| Sep 05 00:38:37.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50432024-09-05T00:38:38.369Z[ recovery-image] Sep 05 00:38:37.299 INFO O| Sep 05 00:38:37.299 INFO STEP 345 (remove_files) COMPLETE
50442024-09-05T00:38:38.369Z[ recovery-image] Sep 05 00:38:37.299 INFO O| Sep 05 00:38:37.299 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-09-05T00:38:38.430Z[ recovery-image] Sep 05 00:38:37.362 INFO O| Sep 05 00:38:37.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50462024-09-05T00:38:38.430Z[ recovery-image] Sep 05 00:38:37.362 INFO O| Sep 05 00:38:37.362 INFO STEP 346 (remove_files) COMPLETE
50472024-09-05T00:38:38.430Z[ recovery-image] Sep 05 00:38:37.362 INFO O| Sep 05 00:38:37.362 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-09-05T00:38:38.462Z[ recovery-image] Sep 05 00:38:37.393 INFO O| Sep 05 00:38:37.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50492024-09-05T00:38:38.465Z[ recovery-image] Sep 05 00:38:37.394 INFO O| Sep 05 00:38:37.393 INFO STEP 347 (remove_files) COMPLETE
50502024-09-05T00:38:38.465Z[ recovery-image] Sep 05 00:38:37.394 INFO O| Sep 05 00:38:37.394 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-09-05T00:38:38.491Z[ recovery-image] Sep 05 00:38:37.423 INFO O| Sep 05 00:38:37.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50522024-09-05T00:38:38.504Z[ recovery-image] Sep 05 00:38:37.423 INFO O| Sep 05 00:38:37.423 INFO STEP 348 (remove_files) COMPLETE
50532024-09-05T00:38:38.504Z[ recovery-image] Sep 05 00:38:37.423 INFO O| Sep 05 00:38:37.423 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-09-05T00:38:38.519Z[ recovery-image] Sep 05 00:38:37.451 INFO O| Sep 05 00:38:37.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50552024-09-05T00:38:38.522Z[ recovery-image] Sep 05 00:38:37.451 INFO O| Sep 05 00:38:37.451 INFO STEP 349 (remove_files) COMPLETE
50562024-09-05T00:38:38.522Z[ recovery-image] Sep 05 00:38:37.451 INFO O| Sep 05 00:38:37.451 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-09-05T00:38:38.545Z[ recovery-image] Sep 05 00:38:37.477 INFO O| Sep 05 00:38:37.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50582024-09-05T00:38:38.548Z[ recovery-image] Sep 05 00:38:37.477 INFO O| Sep 05 00:38:37.477 INFO STEP 350 (remove_files) COMPLETE
50592024-09-05T00:38:38.548Z[ recovery-image] Sep 05 00:38:37.477 INFO O| Sep 05 00:38:37.477 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-09-05T00:38:38.572Z[ recovery-image] Sep 05 00:38:37.503 INFO O| Sep 05 00:38:37.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50612024-09-05T00:38:38.575Z[ recovery-image] Sep 05 00:38:37.504 INFO O| Sep 05 00:38:37.504 INFO STEP 351 (remove_files) COMPLETE
50622024-09-05T00:38:38.575Z[ recovery-image] Sep 05 00:38:37.504 INFO O| Sep 05 00:38:37.504 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-09-05T00:38:38.597Z[ recovery-image] Sep 05 00:38:37.529 INFO O| Sep 05 00:38:37.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50642024-09-05T00:38:38.600Z[ recovery-image] Sep 05 00:38:37.529 INFO O| Sep 05 00:38:37.529 INFO STEP 352 (remove_files) COMPLETE
50652024-09-05T00:38:38.600Z[ recovery-image] Sep 05 00:38:37.529 INFO O| Sep 05 00:38:37.529 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-09-05T00:38:38.631Z[ recovery-image] Sep 05 00:38:37.562 INFO O| Sep 05 00:38:37.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50672024-09-05T00:38:38.631Z[ recovery-image] Sep 05 00:38:37.563 INFO O| Sep 05 00:38:37.562 INFO STEP 353 (remove_files) COMPLETE
50682024-09-05T00:38:38.633Z[ recovery-image] Sep 05 00:38:37.563 INFO O| Sep 05 00:38:37.562 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-09-05T00:38:38.688Z[ recovery-image] Sep 05 00:38:37.620 INFO O| Sep 05 00:38:37.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50702024-09-05T00:38:38.688Z[ recovery-image] Sep 05 00:38:37.620 INFO O| Sep 05 00:38:37.620 INFO STEP 354 (remove_files) COMPLETE
50712024-09-05T00:38:38.691Z[ recovery-image] Sep 05 00:38:37.620 INFO O| Sep 05 00:38:37.620 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-09-05T00:38:38.716Z[ recovery-image] Sep 05 00:38:37.648 INFO O| Sep 05 00:38:37.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50732024-09-05T00:38:38.716Z[ recovery-image] Sep 05 00:38:37.648 INFO O| Sep 05 00:38:37.648 INFO STEP 355 (remove_files) COMPLETE
50742024-09-05T00:38:38.719Z[ recovery-image] Sep 05 00:38:37.648 INFO O| Sep 05 00:38:37.648 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-09-05T00:38:38.753Z[ recovery-image] Sep 05 00:38:37.685 INFO O| Sep 05 00:38:37.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50762024-09-05T00:38:38.753Z[ recovery-image] Sep 05 00:38:37.685 INFO O| Sep 05 00:38:37.685 INFO STEP 356 (remove_files) COMPLETE
50772024-09-05T00:38:38.753Z[ recovery-image] Sep 05 00:38:37.685 INFO O| Sep 05 00:38:37.685 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-09-05T00:38:38.792Z[ recovery-image] Sep 05 00:38:37.723 INFO O| Sep 05 00:38:37.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50792024-09-05T00:38:38.794Z[ recovery-image] Sep 05 00:38:37.723 INFO O| Sep 05 00:38:37.723 INFO STEP 357 (remove_files) COMPLETE
50802024-09-05T00:38:38.794Z[ recovery-image] Sep 05 00:38:37.723 INFO O| Sep 05 00:38:37.723 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-09-05T00:38:38.879Z[ recovery-image] Sep 05 00:38:37.810 INFO O| Sep 05 00:38:37.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50822024-09-05T00:38:38.879Z[ recovery-image] Sep 05 00:38:37.810 INFO O| Sep 05 00:38:37.810 INFO STEP 358 (remove_files) COMPLETE
50832024-09-05T00:38:38.879Z[ recovery-image] Sep 05 00:38:37.810 INFO O| Sep 05 00:38:37.810 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-09-05T00:38:38.909Z[ recovery-image] Sep 05 00:38:37.840 INFO O| Sep 05 00:38:37.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50852024-09-05T00:38:38.909Z[ recovery-image] Sep 05 00:38:37.840 INFO O| Sep 05 00:38:37.840 INFO STEP 359 (remove_files) COMPLETE
50862024-09-05T00:38:38.911Z[ recovery-image] Sep 05 00:38:37.840 INFO O| Sep 05 00:38:37.840 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-09-05T00:38:38.937Z[ recovery-image] Sep 05 00:38:37.869 INFO O| Sep 05 00:38:37.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50882024-09-05T00:38:38.940Z[ recovery-image] Sep 05 00:38:37.869 INFO O| Sep 05 00:38:37.869 INFO STEP 360 (remove_files) COMPLETE
50892024-09-05T00:38:38.940Z[ recovery-image] Sep 05 00:38:37.869 INFO O| Sep 05 00:38:37.869 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-09-05T00:38:38.966Z[ recovery-image] Sep 05 00:38:37.897 INFO O| Sep 05 00:38:37.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50912024-09-05T00:38:38.966Z[ recovery-image] Sep 05 00:38:37.897 INFO O| Sep 05 00:38:37.897 INFO STEP 361 (remove_files) COMPLETE
50922024-09-05T00:38:38.966Z[ recovery-image] Sep 05 00:38:37.897 INFO O| Sep 05 00:38:37.897 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-09-05T00:38:38.993Z[ recovery-image] Sep 05 00:38:37.924 INFO O| Sep 05 00:38:37.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50942024-09-05T00:38:38.993Z[ recovery-image] Sep 05 00:38:37.924 INFO O| Sep 05 00:38:37.924 INFO STEP 362 (remove_files) COMPLETE
50952024-09-05T00:38:38.999Z[ recovery-image] Sep 05 00:38:37.924 INFO O| Sep 05 00:38:37.924 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-09-05T00:38:39.026Z[ recovery-image] Sep 05 00:38:37.957 INFO O| Sep 05 00:38:37.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50972024-09-05T00:38:39.028Z[ recovery-image] Sep 05 00:38:37.958 INFO O| Sep 05 00:38:37.958 INFO STEP 363 (remove_files) COMPLETE
50982024-09-05T00:38:39.028Z[ recovery-image] Sep 05 00:38:37.958 INFO O| Sep 05 00:38:37.958 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-09-05T00:38:39.095Z[ recovery-image] Sep 05 00:38:38.025 INFO O| Sep 05 00:38:38.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51002024-09-05T00:38:39.099Z[ recovery-image] Sep 05 00:38:38.025 INFO O| Sep 05 00:38:38.025 INFO STEP 364 (remove_files) COMPLETE
51012024-09-05T00:38:39.099Z[ recovery-image] Sep 05 00:38:38.025 INFO O| Sep 05 00:38:38.025 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-09-05T00:38:39.150Z[ recovery-image] Sep 05 00:38:38.082 INFO O| Sep 05 00:38:38.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51032024-09-05T00:38:39.150Z[ recovery-image] Sep 05 00:38:38.082 INFO O| Sep 05 00:38:38.082 INFO STEP 365 (remove_files) COMPLETE
51042024-09-05T00:38:39.159Z[ recovery-image] Sep 05 00:38:38.082 INFO O| Sep 05 00:38:38.082 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-09-05T00:38:39.188Z[ recovery-image] Sep 05 00:38:38.119 INFO O| Sep 05 00:38:38.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51062024-09-05T00:38:39.188Z[ recovery-image] Sep 05 00:38:38.119 INFO O| Sep 05 00:38:38.119 INFO STEP 366 (remove_files) COMPLETE
51072024-09-05T00:38:39.188Z[ recovery-image] Sep 05 00:38:38.119 INFO O| Sep 05 00:38:38.119 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-09-05T00:38:39.215Z[ recovery-image] Sep 05 00:38:38.146 INFO O| Sep 05 00:38:38.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51092024-09-05T00:38:39.215Z[ recovery-image] Sep 05 00:38:38.146 INFO O| Sep 05 00:38:38.146 INFO STEP 367 (remove_files) COMPLETE
51102024-09-05T00:38:39.215Z[ recovery-image] Sep 05 00:38:38.146 INFO O| Sep 05 00:38:38.146 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-09-05T00:38:39.255Z[ recovery-image] Sep 05 00:38:38.186 INFO O| Sep 05 00:38:38.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51122024-09-05T00:38:39.258Z[ recovery-image] Sep 05 00:38:38.187 INFO O| Sep 05 00:38:38.187 INFO STEP 368 (remove_files) COMPLETE
51132024-09-05T00:38:39.258Z[ recovery-image] Sep 05 00:38:38.187 INFO O| Sep 05 00:38:38.187 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-09-05T00:38:39.285Z[ recovery-image] Sep 05 00:38:38.216 INFO O| Sep 05 00:38:38.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51152024-09-05T00:38:39.291Z[ recovery-image] Sep 05 00:38:38.217 INFO O| Sep 05 00:38:38.217 INFO STEP 369 (remove_files) COMPLETE
51162024-09-05T00:38:39.291Z[ recovery-image] Sep 05 00:38:38.217 INFO O| Sep 05 00:38:38.217 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-09-05T00:38:39.327Z[ recovery-image] Sep 05 00:38:38.258 INFO O| Sep 05 00:38:38.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51182024-09-05T00:38:39.330Z[ recovery-image] Sep 05 00:38:38.259 INFO O| Sep 05 00:38:38.259 INFO STEP 370 (remove_files) COMPLETE
51192024-09-05T00:38:39.330Z[ recovery-image] Sep 05 00:38:38.259 INFO O| Sep 05 00:38:38.259 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-09-05T00:38:39.356Z[ recovery-image] Sep 05 00:38:38.288 INFO O| Sep 05 00:38:38.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51212024-09-05T00:38:39.359Z[ recovery-image] Sep 05 00:38:38.288 INFO O| Sep 05 00:38:38.288 INFO STEP 371 (remove_files) COMPLETE
51222024-09-05T00:38:39.359Z[ recovery-image] Sep 05 00:38:38.288 INFO O| Sep 05 00:38:38.288 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-09-05T00:38:39.392Z[ recovery-image] Sep 05 00:38:38.324 INFO O| Sep 05 00:38:38.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51242024-09-05T00:38:39.392Z[ recovery-image] Sep 05 00:38:38.324 INFO O| Sep 05 00:38:38.324 INFO STEP 372 (remove_files) COMPLETE
51252024-09-05T00:38:39.392Z[ recovery-image] Sep 05 00:38:38.324 INFO O| Sep 05 00:38:38.324 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-09-05T00:38:39.421Z[ recovery-image] Sep 05 00:38:38.352 INFO O| Sep 05 00:38:38.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51272024-09-05T00:38:39.421Z[ recovery-image] Sep 05 00:38:38.352 INFO O| Sep 05 00:38:38.352 INFO STEP 373 (remove_files) COMPLETE
51282024-09-05T00:38:39.424Z[ recovery-image] Sep 05 00:38:38.353 INFO O| Sep 05 00:38:38.352 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-09-05T00:38:39.450Z[ recovery-image] Sep 05 00:38:38.381 INFO O| Sep 05 00:38:38.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51302024-09-05T00:38:39.450Z[ recovery-image] Sep 05 00:38:38.382 INFO O| Sep 05 00:38:38.382 INFO STEP 374 (remove_files) COMPLETE
51312024-09-05T00:38:39.450Z[ recovery-image] Sep 05 00:38:38.382 INFO O| Sep 05 00:38:38.382 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-09-05T00:38:39.476Z[ recovery-image] Sep 05 00:38:38.408 INFO O| Sep 05 00:38:38.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51332024-09-05T00:38:39.476Z[ recovery-image] Sep 05 00:38:38.408 INFO O| Sep 05 00:38:38.408 INFO STEP 375 (remove_files) COMPLETE
51342024-09-05T00:38:39.476Z[ recovery-image] Sep 05 00:38:38.408 INFO O| Sep 05 00:38:38.408 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-09-05T00:38:39.514Z[ recovery-image] Sep 05 00:38:38.446 INFO O| Sep 05 00:38:38.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51362024-09-05T00:38:39.514Z[ recovery-image] Sep 05 00:38:38.446 INFO O| Sep 05 00:38:38.446 INFO STEP 376 (remove_files) COMPLETE
51372024-09-05T00:38:39.517Z[ recovery-image] Sep 05 00:38:38.446 INFO O| Sep 05 00:38:38.446 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-09-05T00:38:39.540Z[ recovery-image] Sep 05 00:38:38.471 INFO O| Sep 05 00:38:38.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51392024-09-05T00:38:39.540Z[ recovery-image] Sep 05 00:38:38.471 INFO O| Sep 05 00:38:38.471 INFO STEP 377 (remove_files) COMPLETE
51402024-09-05T00:38:39.542Z[ recovery-image] Sep 05 00:38:38.471 INFO O| Sep 05 00:38:38.471 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-09-05T00:38:39.561Z[ recovery-image] Sep 05 00:38:38.492 INFO O| Sep 05 00:38:38.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51422024-09-05T00:38:39.561Z[ recovery-image] Sep 05 00:38:38.492 INFO O| Sep 05 00:38:38.492 INFO STEP 378 (remove_files) COMPLETE
51432024-09-05T00:38:39.561Z[ recovery-image] Sep 05 00:38:38.492 INFO O| Sep 05 00:38:38.492 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-09-05T00:38:39.599Z[ recovery-image] Sep 05 00:38:38.530 INFO O| Sep 05 00:38:38.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51452024-09-05T00:38:39.599Z[ recovery-image] Sep 05 00:38:38.530 INFO O| Sep 05 00:38:38.530 INFO STEP 379 (remove_files) COMPLETE
51462024-09-05T00:38:39.602Z[ recovery-image] Sep 05 00:38:38.530 INFO O| Sep 05 00:38:38.530 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-09-05T00:38:39.644Z[ recovery-image] Sep 05 00:38:38.576 INFO O| Sep 05 00:38:38.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51482024-09-05T00:38:39.644Z[ recovery-image] Sep 05 00:38:38.576 INFO O| Sep 05 00:38:38.576 INFO STEP 380 (remove_files) COMPLETE
51492024-09-05T00:38:39.644Z[ recovery-image] Sep 05 00:38:38.576 INFO O| Sep 05 00:38:38.576 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-09-05T00:38:39.690Z[ recovery-image] Sep 05 00:38:38.621 INFO O| Sep 05 00:38:38.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51512024-09-05T00:38:39.693Z[ recovery-image] Sep 05 00:38:38.622 INFO O| Sep 05 00:38:38.622 INFO STEP 381 (remove_files) COMPLETE
51522024-09-05T00:38:39.693Z[ recovery-image] Sep 05 00:38:38.622 INFO O| Sep 05 00:38:38.622 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-09-05T00:38:39.790Z[ recovery-image] Sep 05 00:38:38.721 INFO O| Sep 05 00:38:38.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51542024-09-05T00:38:39.793Z[ recovery-image] Sep 05 00:38:38.722 INFO O| Sep 05 00:38:38.722 INFO STEP 382 (remove_files) COMPLETE
51552024-09-05T00:38:39.793Z[ recovery-image] Sep 05 00:38:38.722 INFO O| Sep 05 00:38:38.722 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-09-05T00:38:39.819Z[ recovery-image] Sep 05 00:38:38.750 INFO O| Sep 05 00:38:38.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51572024-09-05T00:38:39.822Z[ recovery-image] Sep 05 00:38:38.751 INFO O| Sep 05 00:38:38.751 INFO STEP 383 (remove_files) COMPLETE
51582024-09-05T00:38:39.822Z[ recovery-image] Sep 05 00:38:38.751 INFO O| Sep 05 00:38:38.751 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-09-05T00:38:39.857Z[ recovery-image] Sep 05 00:38:38.788 INFO O| Sep 05 00:38:38.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51602024-09-05T00:38:39.859Z[ recovery-image] Sep 05 00:38:38.788 INFO O| Sep 05 00:38:38.788 INFO STEP 384 (remove_files) COMPLETE
51612024-09-05T00:38:39.859Z[ recovery-image] Sep 05 00:38:38.788 INFO O| Sep 05 00:38:38.788 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-09-05T00:38:39.886Z[ recovery-image] Sep 05 00:38:38.817 INFO O| Sep 05 00:38:38.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51632024-09-05T00:38:39.888Z[ recovery-image] Sep 05 00:38:38.817 INFO O| Sep 05 00:38:38.817 INFO STEP 385 (remove_files) COMPLETE
51642024-09-05T00:38:39.888Z[ recovery-image] Sep 05 00:38:38.817 INFO O| Sep 05 00:38:38.817 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-09-05T00:38:39.913Z[ recovery-image] Sep 05 00:38:38.844 INFO O| Sep 05 00:38:38.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51662024-09-05T00:38:39.916Z[ recovery-image] Sep 05 00:38:38.844 INFO O| Sep 05 00:38:38.844 INFO STEP 386 (remove_files) COMPLETE
51672024-09-05T00:38:39.916Z[ recovery-image] Sep 05 00:38:38.844 INFO O| Sep 05 00:38:38.844 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-09-05T00:38:39.944Z[ recovery-image] Sep 05 00:38:38.875 INFO O| Sep 05 00:38:38.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51692024-09-05T00:38:39.946Z[ recovery-image] Sep 05 00:38:38.876 INFO O| Sep 05 00:38:38.876 INFO STEP 387 (remove_files) COMPLETE
51702024-09-05T00:38:39.946Z[ recovery-image] Sep 05 00:38:38.876 INFO O| Sep 05 00:38:38.876 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-09-05T00:38:40.075Z[ recovery-image] Sep 05 00:38:39.006 INFO O| Sep 05 00:38:39.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51722024-09-05T00:38:40.075Z[ recovery-image] Sep 05 00:38:39.006 INFO O| Sep 05 00:38:39.006 INFO STEP 388 (remove_files) COMPLETE
51732024-09-05T00:38:40.077Z[ recovery-image] Sep 05 00:38:39.006 INFO O| Sep 05 00:38:39.006 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-09-05T00:38:40.103Z[ recovery-image] Sep 05 00:38:39.034 INFO O| Sep 05 00:38:39.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51752024-09-05T00:38:40.103Z[ recovery-image] Sep 05 00:38:39.034 INFO O| Sep 05 00:38:39.034 INFO STEP 389 (remove_files) COMPLETE
51762024-09-05T00:38:40.103Z[ recovery-image] Sep 05 00:38:39.035 INFO O| Sep 05 00:38:39.034 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-09-05T00:38:40.138Z[ recovery-image] Sep 05 00:38:39.069 INFO O| Sep 05 00:38:39.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51782024-09-05T00:38:40.138Z[ recovery-image] Sep 05 00:38:39.069 INFO O| Sep 05 00:38:39.069 INFO STEP 390 (remove_files) COMPLETE
51792024-09-05T00:38:40.138Z[ recovery-image] Sep 05 00:38:39.069 INFO O| Sep 05 00:38:39.069 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-09-05T00:38:40.186Z[ recovery-image] Sep 05 00:38:39.117 INFO O| Sep 05 00:38:39.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51812024-09-05T00:38:40.186Z[ recovery-image] Sep 05 00:38:39.118 INFO O| Sep 05 00:38:39.118 INFO STEP 391 (remove_files) COMPLETE
51822024-09-05T00:38:40.186Z[ recovery-image] Sep 05 00:38:39.118 INFO O| Sep 05 00:38:39.118 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-09-05T00:38:40.213Z[ recovery-image] Sep 05 00:38:39.144 INFO O| Sep 05 00:38:39.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51842024-09-05T00:38:40.213Z[ recovery-image] Sep 05 00:38:39.145 INFO O| Sep 05 00:38:39.145 INFO STEP 392 (remove_files) COMPLETE
51852024-09-05T00:38:40.213Z[ recovery-image] Sep 05 00:38:39.145 INFO O| Sep 05 00:38:39.145 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-09-05T00:38:40.250Z[ recovery-image] Sep 05 00:38:39.181 INFO O| Sep 05 00:38:39.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51872024-09-05T00:38:40.250Z[ recovery-image] Sep 05 00:38:39.181 INFO O| Sep 05 00:38:39.181 INFO STEP 393 (remove_files) COMPLETE
51882024-09-05T00:38:40.250Z[ recovery-image] Sep 05 00:38:39.182 INFO O| Sep 05 00:38:39.181 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-09-05T00:38:40.312Z[ recovery-image] Sep 05 00:38:39.243 INFO O| Sep 05 00:38:39.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51902024-09-05T00:38:40.312Z[ recovery-image] Sep 05 00:38:39.243 INFO O| Sep 05 00:38:39.243 INFO STEP 394 (remove_files) COMPLETE
51912024-09-05T00:38:40.312Z[ recovery-image] Sep 05 00:38:39.243 INFO O| Sep 05 00:38:39.243 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-09-05T00:38:40.344Z[ recovery-image] Sep 05 00:38:39.275 INFO O| Sep 05 00:38:39.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51932024-09-05T00:38:40.344Z[ recovery-image] Sep 05 00:38:39.275 INFO O| Sep 05 00:38:39.275 INFO STEP 395 (remove_files) COMPLETE
51942024-09-05T00:38:40.347Z[ recovery-image] Sep 05 00:38:39.275 INFO O| Sep 05 00:38:39.275 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-09-05T00:38:40.374Z[ recovery-image] Sep 05 00:38:39.305 INFO O| Sep 05 00:38:39.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51962024-09-05T00:38:40.374Z[ recovery-image] Sep 05 00:38:39.305 INFO O| Sep 05 00:38:39.305 INFO STEP 396 (remove_files) COMPLETE
51972024-09-05T00:38:40.374Z[ recovery-image] Sep 05 00:38:39.305 INFO O| Sep 05 00:38:39.305 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-09-05T00:38:40.403Z[ recovery-image] Sep 05 00:38:39.334 INFO O| Sep 05 00:38:39.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51992024-09-05T00:38:40.403Z[ recovery-image] Sep 05 00:38:39.334 INFO O| Sep 05 00:38:39.334 INFO STEP 397 (remove_files) COMPLETE
52002024-09-05T00:38:40.403Z[ recovery-image] Sep 05 00:38:39.334 INFO O| Sep 05 00:38:39.334 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-09-05T00:38:40.432Z[ host-image] Sep 05 00:38:39.363 INFO O| Sep 05 00:38:39.363 INFO O| Done
52022024-09-05T00:38:40.445Z[ recovery-image] Sep 05 00:38:39.376 INFO O| Sep 05 00:38:39.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52032024-09-05T00:38:40.448Z[ recovery-image] Sep 05 00:38:39.377 INFO O| Sep 05 00:38:39.377 INFO STEP 398 (remove_files) COMPLETE
52042024-09-05T00:38:40.448Z[ recovery-image] Sep 05 00:38:39.377 INFO O| Sep 05 00:38:39.377 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-09-05T00:38:40.473Z[ recovery-image] Sep 05 00:38:39.404 INFO O| Sep 05 00:38:39.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52062024-09-05T00:38:40.476Z[ recovery-image] Sep 05 00:38:39.404 INFO O| Sep 05 00:38:39.404 INFO STEP 399 (remove_files) COMPLETE
52072024-09-05T00:38:40.476Z[ recovery-image] Sep 05 00:38:39.405 INFO O| Sep 05 00:38:39.405 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-09-05T00:38:40.495Z[ host-image] Sep 05 00:38:39.426 INFO O| Sep 05 00:38:39.426 INFO O| Done
52092024-09-05T00:38:40.497Z[ host-image] Sep 05 00:38:39.426 INFO O| Sep 05 00:38:39.426 INFO O| Done
52102024-09-05T00:38:40.497Z[ recovery-image] Sep 05 00:38:39.426 INFO O| Sep 05 00:38:39.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52112024-09-05T00:38:40.497Z[ recovery-image] Sep 05 00:38:39.427 INFO O| Sep 05 00:38:39.427 INFO STEP 400 (remove_files) COMPLETE
52122024-09-05T00:38:40.497Z[ recovery-image] Sep 05 00:38:39.427 INFO O| Sep 05 00:38:39.427 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-09-05T00:38:40.536Z[ recovery-image] Sep 05 00:38:39.467 INFO O| Sep 05 00:38:39.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52142024-09-05T00:38:40.536Z[ recovery-image] Sep 05 00:38:39.467 INFO O| Sep 05 00:38:39.467 INFO STEP 401 (remove_files) COMPLETE
52152024-09-05T00:38:40.539Z[ recovery-image] Sep 05 00:38:39.467 INFO O| Sep 05 00:38:39.467 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-09-05T00:38:40.578Z[ host-image] Sep 05 00:38:39.509 INFO O| Sep 05 00:38:39.509 INFO O| Done
52172024-09-05T00:38:40.625Z[ recovery-image] Sep 05 00:38:39.555 INFO O| Sep 05 00:38:39.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52182024-09-05T00:38:40.625Z[ recovery-image] Sep 05 00:38:39.555 INFO O| Sep 05 00:38:39.555 INFO STEP 402 (remove_files) COMPLETE
52192024-09-05T00:38:40.625Z[ recovery-image] Sep 05 00:38:39.555 INFO O| Sep 05 00:38:39.555 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-09-05T00:38:40.685Z[ recovery-image] Sep 05 00:38:39.616 INFO O| Sep 05 00:38:39.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52212024-09-05T00:38:40.685Z[ recovery-image] Sep 05 00:38:39.616 INFO O| Sep 05 00:38:39.616 INFO STEP 403 (remove_files) COMPLETE
52222024-09-05T00:38:40.685Z[ recovery-image] Sep 05 00:38:39.616 INFO O| Sep 05 00:38:39.616 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-09-05T00:38:40.714Z[ recovery-image] Sep 05 00:38:39.645 INFO O| Sep 05 00:38:39.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52242024-09-05T00:38:40.716Z[ recovery-image] Sep 05 00:38:39.645 INFO O| Sep 05 00:38:39.645 INFO STEP 404 (remove_files) COMPLETE
52252024-09-05T00:38:40.716Z[ recovery-image] Sep 05 00:38:39.645 INFO O| Sep 05 00:38:39.645 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-09-05T00:38:40.770Z[ recovery-image] Sep 05 00:38:39.702 INFO O| Sep 05 00:38:39.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52272024-09-05T00:38:40.771Z[ recovery-image] Sep 05 00:38:39.702 INFO O| Sep 05 00:38:39.702 INFO STEP 405 (remove_files) COMPLETE
52282024-09-05T00:38:40.773Z[ recovery-image] Sep 05 00:38:39.702 INFO O| Sep 05 00:38:39.702 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-09-05T00:38:40.827Z[ host-image] Sep 05 00:38:39.758 INFO O| Sep 05 00:38:39.758 INFO STEP 13 (pkg_install) COMPLETE
52302024-09-05T00:38:40.827Z[ host-image] Sep 05 00:38:39.758 INFO O| Sep 05 00:38:39.758 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52312024-09-05T00:38:40.855Z[ host-image] Sep 05 00:38:39.786 INFO O| Sep 05 00:38:39.786 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
52322024-09-05T00:38:40.930Z[ recovery-image] Sep 05 00:38:39.861 INFO O| Sep 05 00:38:39.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52332024-09-05T00:38:40.930Z[ recovery-image] Sep 05 00:38:39.861 INFO O| Sep 05 00:38:39.861 INFO STEP 406 (remove_files) COMPLETE
52342024-09-05T00:38:40.933Z[ recovery-image] Sep 05 00:38:39.861 INFO O| Sep 05 00:38:39.861 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-09-05T00:38:40.963Z[ recovery-image] Sep 05 00:38:39.894 INFO O| Sep 05 00:38:39.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52362024-09-05T00:38:40.966Z[ recovery-image] Sep 05 00:38:39.894 INFO O| Sep 05 00:38:39.894 INFO STEP 407 (remove_files) COMPLETE
52372024-09-05T00:38:40.966Z[ recovery-image] Sep 05 00:38:39.894 INFO O| Sep 05 00:38:39.894 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-09-05T00:38:40.991Z[ recovery-image] Sep 05 00:38:39.922 INFO O| Sep 05 00:38:39.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52392024-09-05T00:38:40.991Z[ recovery-image] Sep 05 00:38:39.923 INFO O| Sep 05 00:38:39.922 INFO STEP 408 (remove_files) COMPLETE
52402024-09-05T00:38:40.991Z[ recovery-image] Sep 05 00:38:39.923 INFO O| Sep 05 00:38:39.923 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-09-05T00:38:41.024Z[ recovery-image] Sep 05 00:38:39.955 INFO O| Sep 05 00:38:39.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52422024-09-05T00:38:41.027Z[ recovery-image] Sep 05 00:38:39.955 INFO O| Sep 05 00:38:39.955 INFO STEP 409 (remove_files) COMPLETE
52432024-09-05T00:38:41.027Z[ recovery-image] Sep 05 00:38:39.955 INFO O| Sep 05 00:38:39.955 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-09-05T00:38:41.078Z[ recovery-image] Sep 05 00:38:40.009 INFO O| Sep 05 00:38:40.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52452024-09-05T00:38:41.078Z[ recovery-image] Sep 05 00:38:40.009 INFO O| Sep 05 00:38:40.009 INFO STEP 410 (remove_files) COMPLETE
52462024-09-05T00:38:41.080Z[ recovery-image] Sep 05 00:38:40.009 INFO O| Sep 05 00:38:40.009 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-09-05T00:38:41.108Z[ recovery-image] Sep 05 00:38:40.039 INFO O| Sep 05 00:38:40.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52482024-09-05T00:38:41.108Z[ recovery-image] Sep 05 00:38:40.039 INFO O| Sep 05 00:38:40.039 INFO STEP 411 (remove_files) COMPLETE
52492024-09-05T00:38:41.111Z[ recovery-image] Sep 05 00:38:40.040 INFO O| Sep 05 00:38:40.039 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-09-05T00:38:41.146Z[ recovery-image] Sep 05 00:38:40.077 INFO O| Sep 05 00:38:40.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52512024-09-05T00:38:41.146Z[ recovery-image] Sep 05 00:38:40.077 INFO O| Sep 05 00:38:40.077 INFO STEP 412 (remove_files) COMPLETE
52522024-09-05T00:38:41.148Z[ recovery-image] Sep 05 00:38:40.077 INFO O| Sep 05 00:38:40.077 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-09-05T00:38:41.197Z[ recovery-image] Sep 05 00:38:40.128 INFO O| Sep 05 00:38:40.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52542024-09-05T00:38:41.197Z[ recovery-image] Sep 05 00:38:40.128 INFO O| Sep 05 00:38:40.128 INFO STEP 413 (remove_files) COMPLETE
52552024-09-05T00:38:41.199Z[ recovery-image] Sep 05 00:38:40.128 INFO O| Sep 05 00:38:40.128 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-09-05T00:38:41.222Z[ recovery-image] Sep 05 00:38:40.153 INFO O| Sep 05 00:38:40.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52572024-09-05T00:38:41.222Z[ recovery-image] Sep 05 00:38:40.153 INFO O| Sep 05 00:38:40.153 INFO STEP 414 (remove_files) COMPLETE
52582024-09-05T00:38:41.222Z[ recovery-image] Sep 05 00:38:40.153 INFO O| Sep 05 00:38:40.153 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-09-05T00:38:41.252Z[ recovery-image] Sep 05 00:38:40.183 INFO O| Sep 05 00:38:40.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52602024-09-05T00:38:41.255Z[ recovery-image] Sep 05 00:38:40.184 INFO O| Sep 05 00:38:40.184 INFO STEP 415 (remove_files) COMPLETE
52612024-09-05T00:38:41.255Z[ recovery-image] Sep 05 00:38:40.184 INFO O| Sep 05 00:38:40.184 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-09-05T00:38:41.281Z[ recovery-image] Sep 05 00:38:40.212 INFO O| Sep 05 00:38:40.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52632024-09-05T00:38:41.281Z[ recovery-image] Sep 05 00:38:40.212 INFO O| Sep 05 00:38:40.212 INFO STEP 416 (remove_files) COMPLETE
52642024-09-05T00:38:41.281Z[ recovery-image] Sep 05 00:38:40.212 INFO O| Sep 05 00:38:40.212 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-09-05T00:38:41.308Z[ recovery-image] Sep 05 00:38:40.239 INFO O| Sep 05 00:38:40.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52662024-09-05T00:38:41.308Z[ recovery-image] Sep 05 00:38:40.240 INFO O| Sep 05 00:38:40.239 INFO STEP 417 (remove_files) COMPLETE
52672024-09-05T00:38:41.311Z[ recovery-image] Sep 05 00:38:40.240 INFO O| Sep 05 00:38:40.240 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-09-05T00:38:41.343Z[ recovery-image] Sep 05 00:38:40.275 INFO O| Sep 05 00:38:40.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52692024-09-05T00:38:41.346Z[ recovery-image] Sep 05 00:38:40.275 INFO O| Sep 05 00:38:40.275 INFO STEP 418 (remove_files) COMPLETE
52702024-09-05T00:38:41.346Z[ recovery-image] Sep 05 00:38:40.275 INFO O| Sep 05 00:38:40.275 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-09-05T00:38:41.384Z[ recovery-image] Sep 05 00:38:40.315 INFO O| Sep 05 00:38:40.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52722024-09-05T00:38:41.386Z[ recovery-image] Sep 05 00:38:40.315 INFO O| Sep 05 00:38:40.315 INFO STEP 419 (remove_files) COMPLETE
52732024-09-05T00:38:41.386Z[ recovery-image] Sep 05 00:38:40.315 INFO O| Sep 05 00:38:40.315 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-09-05T00:38:41.411Z[ recovery-image] Sep 05 00:38:40.341 INFO O| Sep 05 00:38:40.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52752024-09-05T00:38:41.412Z[ recovery-image] Sep 05 00:38:40.341 INFO O| Sep 05 00:38:40.341 INFO STEP 420 (remove_files) COMPLETE
52762024-09-05T00:38:41.415Z[ recovery-image] Sep 05 00:38:40.342 INFO O| Sep 05 00:38:40.341 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-09-05T00:38:41.446Z[ recovery-image] Sep 05 00:38:40.377 INFO O| Sep 05 00:38:40.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52782024-09-05T00:38:41.449Z[ recovery-image] Sep 05 00:38:40.378 INFO O| Sep 05 00:38:40.378 INFO STEP 421 (remove_files) COMPLETE
52792024-09-05T00:38:41.449Z[ recovery-image] Sep 05 00:38:40.378 INFO O| Sep 05 00:38:40.378 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-09-05T00:38:41.475Z[ recovery-image] Sep 05 00:38:40.406 INFO O| Sep 05 00:38:40.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52812024-09-05T00:38:41.475Z[ recovery-image] Sep 05 00:38:40.407 INFO O| Sep 05 00:38:40.407 INFO STEP 422 (remove_files) COMPLETE
52822024-09-05T00:38:41.478Z[ recovery-image] Sep 05 00:38:40.407 INFO O| Sep 05 00:38:40.407 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-09-05T00:38:41.521Z[ recovery-image] Sep 05 00:38:40.452 INFO O| Sep 05 00:38:40.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52842024-09-05T00:38:41.524Z[ recovery-image] Sep 05 00:38:40.452 INFO O| Sep 05 00:38:40.452 INFO STEP 423 (remove_files) COMPLETE
52852024-09-05T00:38:41.524Z[ recovery-image] Sep 05 00:38:40.452 INFO O| Sep 05 00:38:40.452 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-09-05T00:38:41.622Z[ recovery-image] Sep 05 00:38:40.553 INFO O| Sep 05 00:38:40.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52872024-09-05T00:38:41.625Z[ recovery-image] Sep 05 00:38:40.553 INFO O| Sep 05 00:38:40.553 INFO STEP 424 (remove_files) COMPLETE
52882024-09-05T00:38:41.625Z[ recovery-image] Sep 05 00:38:40.553 INFO O| Sep 05 00:38:40.553 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-09-05T00:38:41.742Z[ recovery-image] Sep 05 00:38:40.673 INFO O| Sep 05 00:38:40.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52902024-09-05T00:38:41.744Z[ recovery-image] Sep 05 00:38:40.673 INFO O| Sep 05 00:38:40.673 INFO STEP 425 (remove_files) COMPLETE
52912024-09-05T00:38:41.744Z[ recovery-image] Sep 05 00:38:40.673 INFO O| Sep 05 00:38:40.673 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-09-05T00:38:41.768Z[ recovery-image] Sep 05 00:38:40.699 INFO O| Sep 05 00:38:40.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52932024-09-05T00:38:41.771Z[ recovery-image] Sep 05 00:38:40.699 INFO O| Sep 05 00:38:40.699 INFO STEP 426 (remove_files) COMPLETE
52942024-09-05T00:38:41.771Z[ recovery-image] Sep 05 00:38:40.699 INFO O| Sep 05 00:38:40.699 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-09-05T00:38:41.796Z[ recovery-image] Sep 05 00:38:40.727 INFO O| Sep 05 00:38:40.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52962024-09-05T00:38:41.798Z[ recovery-image] Sep 05 00:38:40.727 INFO O| Sep 05 00:38:40.727 INFO STEP 427 (remove_files) COMPLETE
52972024-09-05T00:38:41.798Z[ recovery-image] Sep 05 00:38:40.727 INFO O| Sep 05 00:38:40.727 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-09-05T00:38:41.825Z[ recovery-image] Sep 05 00:38:40.755 INFO O| Sep 05 00:38:40.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52992024-09-05T00:38:41.845Z[ recovery-image] Sep 05 00:38:40.776 INFO O| Sep 05 00:38:40.776 INFO STEP 428 (remove_files) COMPLETE
53002024-09-05T00:38:41.845Z[ recovery-image] Sep 05 00:38:40.776 INFO O| Sep 05 00:38:40.776 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-09-05T00:38:41.871Z[ recovery-image] Sep 05 00:38:40.802 INFO O| Sep 05 00:38:40.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53022024-09-05T00:38:41.871Z[ recovery-image] Sep 05 00:38:40.802 INFO O| Sep 05 00:38:40.802 INFO STEP 429 (remove_files) COMPLETE
53032024-09-05T00:38:41.874Z[ recovery-image] Sep 05 00:38:40.802 INFO O| Sep 05 00:38:40.802 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-09-05T00:38:41.915Z[ recovery-image] Sep 05 00:38:40.846 INFO O| Sep 05 00:38:40.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53052024-09-05T00:38:41.918Z[ recovery-image] Sep 05 00:38:40.847 INFO O| Sep 05 00:38:40.847 INFO STEP 430 (remove_files) COMPLETE
53062024-09-05T00:38:41.918Z[ recovery-image] Sep 05 00:38:40.847 INFO O| Sep 05 00:38:40.847 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-09-05T00:38:41.975Z[ recovery-image] Sep 05 00:38:40.906 INFO O| Sep 05 00:38:40.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53082024-09-05T00:38:41.975Z[ recovery-image] Sep 05 00:38:40.906 INFO O| Sep 05 00:38:40.906 INFO STEP 431 (remove_files) COMPLETE
53092024-09-05T00:38:41.975Z[ recovery-image] Sep 05 00:38:40.906 INFO O| Sep 05 00:38:40.906 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-09-05T00:38:42.002Z[ recovery-image] Sep 05 00:38:40.933 INFO O| Sep 05 00:38:40.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53112024-09-05T00:38:42.017Z[ recovery-image] Sep 05 00:38:40.948 INFO O| Sep 05 00:38:40.948 INFO STEP 432 (remove_files) COMPLETE
53122024-09-05T00:38:42.017Z[ recovery-image] Sep 05 00:38:40.948 INFO O| Sep 05 00:38:40.948 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-09-05T00:38:42.044Z[ host-image] Sep 05 00:38:40.975 INFO O| Sep 05 00:38:40.975 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
53142024-09-05T00:38:42.055Z[ recovery-image] Sep 05 00:38:40.985 INFO O| Sep 05 00:38:40.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53152024-09-05T00:38:42.055Z[ recovery-image] Sep 05 00:38:40.985 INFO O| Sep 05 00:38:40.985 INFO STEP 433 (remove_files) COMPLETE
53162024-09-05T00:38:42.055Z[ recovery-image] Sep 05 00:38:40.985 INFO O| Sep 05 00:38:40.985 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-09-05T00:38:42.114Z[ recovery-image] Sep 05 00:38:41.044 INFO O| Sep 05 00:38:41.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53182024-09-05T00:38:42.117Z[ recovery-image] Sep 05 00:38:41.044 INFO O| Sep 05 00:38:41.044 INFO STEP 434 (remove_files) COMPLETE
53192024-09-05T00:38:42.117Z[ recovery-image] Sep 05 00:38:41.045 INFO O| Sep 05 00:38:41.045 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-09-05T00:38:42.142Z[ recovery-image] Sep 05 00:38:41.072 INFO O| Sep 05 00:38:41.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53212024-09-05T00:38:42.144Z[ recovery-image] Sep 05 00:38:41.073 INFO O| Sep 05 00:38:41.073 INFO STEP 435 (remove_files) COMPLETE
53222024-09-05T00:38:42.144Z[ recovery-image] Sep 05 00:38:41.073 INFO O| Sep 05 00:38:41.073 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-09-05T00:38:42.169Z[ recovery-image] Sep 05 00:38:41.100 INFO O| Sep 05 00:38:41.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53242024-09-05T00:38:42.169Z[ recovery-image] Sep 05 00:38:41.100 INFO O| Sep 05 00:38:41.100 INFO STEP 436 (remove_files) COMPLETE
53252024-09-05T00:38:42.169Z[ recovery-image] Sep 05 00:38:41.100 INFO O| Sep 05 00:38:41.100 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-09-05T00:38:42.198Z[ recovery-image] Sep 05 00:38:41.129 INFO O| Sep 05 00:38:41.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53272024-09-05T00:38:42.198Z[ recovery-image] Sep 05 00:38:41.129 INFO O| Sep 05 00:38:41.129 INFO STEP 437 (remove_files) COMPLETE
53282024-09-05T00:38:42.201Z[ recovery-image] Sep 05 00:38:41.129 INFO O| Sep 05 00:38:41.129 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-09-05T00:38:42.235Z[ recovery-image] Sep 05 00:38:41.166 INFO O| Sep 05 00:38:41.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53302024-09-05T00:38:42.235Z[ recovery-image] Sep 05 00:38:41.166 INFO O| Sep 05 00:38:41.166 INFO STEP 438 (remove_files) COMPLETE
53312024-09-05T00:38:42.236Z[ recovery-image] Sep 05 00:38:41.166 INFO O| Sep 05 00:38:41.166 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-09-05T00:38:42.263Z[ recovery-image] Sep 05 00:38:41.193 INFO O| Sep 05 00:38:41.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53332024-09-05T00:38:42.263Z[ recovery-image] Sep 05 00:38:41.194 INFO O| Sep 05 00:38:41.194 INFO STEP 439 (remove_files) COMPLETE
53342024-09-05T00:38:42.263Z[ recovery-image] Sep 05 00:38:41.194 INFO O| Sep 05 00:38:41.194 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-09-05T00:38:42.289Z[ recovery-image] Sep 05 00:38:41.220 INFO O| Sep 05 00:38:41.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53362024-09-05T00:38:42.291Z[ recovery-image] Sep 05 00:38:41.220 INFO O| Sep 05 00:38:41.220 INFO STEP 440 (remove_files) COMPLETE
53372024-09-05T00:38:42.291Z[ recovery-image] Sep 05 00:38:41.220 INFO O| Sep 05 00:38:41.220 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-09-05T00:38:42.315Z[ recovery-image] Sep 05 00:38:41.246 INFO O| Sep 05 00:38:41.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53392024-09-05T00:38:42.318Z[ recovery-image] Sep 05 00:38:41.247 INFO O| Sep 05 00:38:41.246 INFO STEP 441 (remove_files) COMPLETE
53402024-09-05T00:38:42.318Z[ recovery-image] Sep 05 00:38:41.247 INFO O| Sep 05 00:38:41.247 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-09-05T00:38:42.337Z[ recovery-image] Sep 05 00:38:41.268 INFO O| Sep 05 00:38:41.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53422024-09-05T00:38:42.340Z[ recovery-image] Sep 05 00:38:41.269 INFO O| Sep 05 00:38:41.269 INFO STEP 442 (remove_files) COMPLETE
53432024-09-05T00:38:42.340Z[ recovery-image] Sep 05 00:38:41.269 INFO O| Sep 05 00:38:41.269 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-09-05T00:38:42.378Z[ recovery-image] Sep 05 00:38:41.309 INFO O| Sep 05 00:38:41.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53452024-09-05T00:38:42.378Z[ recovery-image] Sep 05 00:38:41.309 INFO O| Sep 05 00:38:41.309 INFO STEP 443 (remove_files) COMPLETE
53462024-09-05T00:38:42.378Z[ recovery-image] Sep 05 00:38:41.309 INFO O| Sep 05 00:38:41.309 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-09-05T00:38:42.407Z[ recovery-image] Sep 05 00:38:41.337 INFO O| Sep 05 00:38:41.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53482024-09-05T00:38:42.407Z[ recovery-image] Sep 05 00:38:41.338 INFO O| Sep 05 00:38:41.338 INFO STEP 444 (remove_files) COMPLETE
53492024-09-05T00:38:42.409Z[ recovery-image] Sep 05 00:38:41.338 INFO O| Sep 05 00:38:41.338 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-09-05T00:38:42.434Z[ recovery-image] Sep 05 00:38:41.365 INFO O| Sep 05 00:38:41.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53512024-09-05T00:38:42.437Z[ recovery-image] Sep 05 00:38:41.365 INFO O| Sep 05 00:38:41.365 INFO STEP 445 (remove_files) COMPLETE
53522024-09-05T00:38:42.437Z[ recovery-image] Sep 05 00:38:41.365 INFO O| Sep 05 00:38:41.365 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-09-05T00:38:42.480Z[ recovery-image] Sep 05 00:38:41.411 INFO O| Sep 05 00:38:41.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53542024-09-05T00:38:42.480Z[ recovery-image] Sep 05 00:38:41.411 INFO O| Sep 05 00:38:41.411 INFO STEP 446 (remove_files) COMPLETE
53552024-09-05T00:38:42.480Z[ recovery-image] Sep 05 00:38:41.411 INFO O| Sep 05 00:38:41.411 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-09-05T00:38:42.524Z[ recovery-image] Sep 05 00:38:41.455 INFO O| Sep 05 00:38:41.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53572024-09-05T00:38:42.524Z[ recovery-image] Sep 05 00:38:41.455 INFO O| Sep 05 00:38:41.455 INFO STEP 447 (remove_files) COMPLETE
53582024-09-05T00:38:42.524Z[ recovery-image] Sep 05 00:38:41.455 INFO O| Sep 05 00:38:41.455 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-09-05T00:38:42.554Z[ recovery-image] Sep 05 00:38:41.485 INFO O| Sep 05 00:38:41.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53602024-09-05T00:38:42.554Z[ recovery-image] Sep 05 00:38:41.485 INFO O| Sep 05 00:38:41.485 INFO STEP 448 (remove_files) COMPLETE
53612024-09-05T00:38:42.554Z[ recovery-image] Sep 05 00:38:41.485 INFO O| Sep 05 00:38:41.485 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-09-05T00:38:42.593Z[ recovery-image] Sep 05 00:38:41.523 INFO O| Sep 05 00:38:41.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53632024-09-05T00:38:42.593Z[ recovery-image] Sep 05 00:38:41.524 INFO O| Sep 05 00:38:41.524 INFO STEP 449 (remove_files) COMPLETE
53642024-09-05T00:38:42.595Z[ recovery-image] Sep 05 00:38:41.524 INFO O| Sep 05 00:38:41.524 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-09-05T00:38:42.622Z[ recovery-image] Sep 05 00:38:41.553 INFO O| Sep 05 00:38:41.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53662024-09-05T00:38:42.622Z[ recovery-image] Sep 05 00:38:41.553 INFO O| Sep 05 00:38:41.553 INFO STEP 450 (remove_files) COMPLETE
53672024-09-05T00:38:42.625Z[ recovery-image] Sep 05 00:38:41.553 INFO O| Sep 05 00:38:41.553 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-09-05T00:38:42.652Z[ recovery-image] Sep 05 00:38:41.583 INFO O| Sep 05 00:38:41.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53692024-09-05T00:38:42.652Z[ recovery-image] Sep 05 00:38:41.583 INFO O| Sep 05 00:38:41.583 INFO STEP 451 (remove_files) COMPLETE
53702024-09-05T00:38:42.652Z[ recovery-image] Sep 05 00:38:41.583 INFO O| Sep 05 00:38:41.583 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-09-05T00:38:42.682Z[ recovery-image] Sep 05 00:38:41.613 INFO O| Sep 05 00:38:41.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53722024-09-05T00:38:42.682Z[ recovery-image] Sep 05 00:38:41.613 INFO O| Sep 05 00:38:41.613 INFO STEP 452 (remove_files) COMPLETE
53732024-09-05T00:38:42.682Z[ recovery-image] Sep 05 00:38:41.613 INFO O| Sep 05 00:38:41.613 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-09-05T00:38:42.728Z[ recovery-image] Sep 05 00:38:41.658 INFO O| Sep 05 00:38:41.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53752024-09-05T00:38:42.728Z[ recovery-image] Sep 05 00:38:41.658 INFO O| Sep 05 00:38:41.658 INFO STEP 453 (remove_files) COMPLETE
53762024-09-05T00:38:42.728Z[ recovery-image] Sep 05 00:38:41.658 INFO O| Sep 05 00:38:41.658 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-09-05T00:38:42.760Z[ recovery-image] Sep 05 00:38:41.691 INFO O| Sep 05 00:38:41.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53782024-09-05T00:38:42.761Z[ recovery-image] Sep 05 00:38:41.691 INFO O| Sep 05 00:38:41.691 INFO STEP 454 (remove_files) COMPLETE
53792024-09-05T00:38:42.763Z[ recovery-image] Sep 05 00:38:41.691 INFO O| Sep 05 00:38:41.691 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-09-05T00:38:42.824Z[ recovery-image] Sep 05 00:38:41.754 INFO O| Sep 05 00:38:41.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53812024-09-05T00:38:42.826Z[ recovery-image] Sep 05 00:38:41.755 INFO O| Sep 05 00:38:41.755 INFO STEP 455 (remove_files) COMPLETE
53822024-09-05T00:38:42.826Z[ recovery-image] Sep 05 00:38:41.755 INFO O| Sep 05 00:38:41.755 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-09-05T00:38:42.849Z[ recovery-image] Sep 05 00:38:41.779 INFO O| Sep 05 00:38:41.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53842024-09-05T00:38:42.849Z[ recovery-image] Sep 05 00:38:41.779 INFO O| Sep 05 00:38:41.779 INFO STEP 456 (remove_files) COMPLETE
53852024-09-05T00:38:42.852Z[ recovery-image] Sep 05 00:38:41.780 INFO O| Sep 05 00:38:41.779 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-09-05T00:38:42.891Z[ recovery-image] Sep 05 00:38:41.822 INFO O| Sep 05 00:38:41.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53872024-09-05T00:38:42.891Z[ recovery-image] Sep 05 00:38:41.822 INFO O| Sep 05 00:38:41.822 INFO STEP 457 (remove_files) COMPLETE
53882024-09-05T00:38:42.891Z[ recovery-image] Sep 05 00:38:41.822 INFO O| Sep 05 00:38:41.822 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-09-05T00:38:42.920Z[ recovery-image] Sep 05 00:38:41.850 INFO O| Sep 05 00:38:41.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53902024-09-05T00:38:42.920Z[ recovery-image] Sep 05 00:38:41.850 INFO O| Sep 05 00:38:41.850 INFO STEP 458 (remove_files) COMPLETE
53912024-09-05T00:38:42.923Z[ recovery-image] Sep 05 00:38:41.851 INFO O| Sep 05 00:38:41.850 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-09-05T00:38:42.948Z[ recovery-image] Sep 05 00:38:41.879 INFO O| Sep 05 00:38:41.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53932024-09-05T00:38:42.948Z[ recovery-image] Sep 05 00:38:41.879 INFO O| Sep 05 00:38:41.879 INFO STEP 459 (remove_files) COMPLETE
53942024-09-05T00:38:42.948Z[ recovery-image] Sep 05 00:38:41.879 INFO O| Sep 05 00:38:41.879 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-09-05T00:38:42.980Z[ recovery-image] Sep 05 00:38:41.910 INFO O| Sep 05 00:38:41.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53962024-09-05T00:38:42.980Z[ recovery-image] Sep 05 00:38:41.910 INFO O| Sep 05 00:38:41.910 INFO STEP 460 (remove_files) COMPLETE
53972024-09-05T00:38:42.980Z[ recovery-image] Sep 05 00:38:41.910 INFO O| Sep 05 00:38:41.910 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-09-05T00:38:43.045Z[ recovery-image] Sep 05 00:38:41.976 INFO O| Sep 05 00:38:41.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53992024-09-05T00:38:43.045Z[ recovery-image] Sep 05 00:38:41.976 INFO O| Sep 05 00:38:41.976 INFO STEP 461 (remove_files) COMPLETE
54002024-09-05T00:38:43.046Z[ recovery-image] Sep 05 00:38:41.976 INFO O| Sep 05 00:38:41.976 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-09-05T00:38:43.092Z[ recovery-image] Sep 05 00:38:42.022 INFO O| Sep 05 00:38:42.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54022024-09-05T00:38:43.092Z[ recovery-image] Sep 05 00:38:42.022 INFO O| Sep 05 00:38:42.022 INFO STEP 462 (remove_files) COMPLETE
54032024-09-05T00:38:43.095Z[ recovery-image] Sep 05 00:38:42.022 INFO O| Sep 05 00:38:42.022 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-09-05T00:38:43.120Z[ recovery-image] Sep 05 00:38:42.051 INFO O| Sep 05 00:38:42.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54052024-09-05T00:38:43.120Z[ recovery-image] Sep 05 00:38:42.051 INFO O| Sep 05 00:38:42.051 INFO STEP 463 (remove_files) COMPLETE
54062024-09-05T00:38:43.123Z[ recovery-image] Sep 05 00:38:42.051 INFO O| Sep 05 00:38:42.051 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-09-05T00:38:43.151Z[ recovery-image] Sep 05 00:38:42.082 INFO O| Sep 05 00:38:42.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54082024-09-05T00:38:43.151Z[ recovery-image] Sep 05 00:38:42.082 INFO O| Sep 05 00:38:42.082 INFO STEP 464 (remove_files) COMPLETE
54092024-09-05T00:38:43.151Z[ recovery-image] Sep 05 00:38:42.082 INFO O| Sep 05 00:38:42.082 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-09-05T00:38:43.188Z[ recovery-image] Sep 05 00:38:42.119 INFO O| Sep 05 00:38:42.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54112024-09-05T00:38:43.188Z[ recovery-image] Sep 05 00:38:42.119 INFO O| Sep 05 00:38:42.119 INFO STEP 465 (remove_files) COMPLETE
54122024-09-05T00:38:43.191Z[ recovery-image] Sep 05 00:38:42.119 INFO O| Sep 05 00:38:42.119 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-09-05T00:38:43.215Z[ recovery-image] Sep 05 00:38:42.145 INFO O| Sep 05 00:38:42.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54142024-09-05T00:38:43.215Z[ recovery-image] Sep 05 00:38:42.145 INFO O| Sep 05 00:38:42.145 INFO STEP 466 (remove_files) COMPLETE
54152024-09-05T00:38:43.215Z[ recovery-image] Sep 05 00:38:42.145 INFO O| Sep 05 00:38:42.145 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-09-05T00:38:43.258Z[ recovery-image] Sep 05 00:38:42.189 INFO O| Sep 05 00:38:42.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54172024-09-05T00:38:43.258Z[ recovery-image] Sep 05 00:38:42.189 INFO O| Sep 05 00:38:42.189 INFO STEP 467 (remove_files) COMPLETE
54182024-09-05T00:38:43.258Z[ recovery-image] Sep 05 00:38:42.189 INFO O| Sep 05 00:38:42.189 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-09-05T00:38:43.320Z[ recovery-image] Sep 05 00:38:42.247 INFO O| Sep 05 00:38:42.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54202024-09-05T00:38:43.323Z[ recovery-image] Sep 05 00:38:42.252 INFO O| Sep 05 00:38:42.251 INFO STEP 468 (remove_files) COMPLETE
54212024-09-05T00:38:43.323Z[ recovery-image] Sep 05 00:38:42.252 INFO O| Sep 05 00:38:42.251 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-09-05T00:38:43.345Z[ recovery-image] Sep 05 00:38:42.275 INFO O| Sep 05 00:38:42.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54232024-09-05T00:38:43.345Z[ recovery-image] Sep 05 00:38:42.276 INFO O| Sep 05 00:38:42.276 INFO STEP 469 (remove_files) COMPLETE
54242024-09-05T00:38:43.347Z[ recovery-image] Sep 05 00:38:42.276 INFO O| Sep 05 00:38:42.276 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-09-05T00:38:43.368Z[ recovery-image] Sep 05 00:38:42.299 INFO O| Sep 05 00:38:42.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54262024-09-05T00:38:43.370Z[ recovery-image] Sep 05 00:38:42.299 INFO O| Sep 05 00:38:42.299 INFO STEP 470 (remove_files) COMPLETE
54272024-09-05T00:38:43.370Z[ recovery-image] Sep 05 00:38:42.299 INFO O| Sep 05 00:38:42.299 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-09-05T00:38:43.402Z[ recovery-image] Sep 05 00:38:42.333 INFO O| Sep 05 00:38:42.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54292024-09-05T00:38:43.402Z[ recovery-image] Sep 05 00:38:42.333 INFO O| Sep 05 00:38:42.333 INFO STEP 471 (remove_files) COMPLETE
54302024-09-05T00:38:43.402Z[ recovery-image] Sep 05 00:38:42.333 INFO O| Sep 05 00:38:42.333 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-09-05T00:38:43.439Z[ recovery-image] Sep 05 00:38:42.369 INFO O| Sep 05 00:38:42.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54322024-09-05T00:38:43.442Z[ recovery-image] Sep 05 00:38:42.369 INFO O| Sep 05 00:38:42.369 INFO STEP 472 (remove_files) COMPLETE
54332024-09-05T00:38:43.442Z[ recovery-image] Sep 05 00:38:42.369 INFO O| Sep 05 00:38:42.369 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-09-05T00:38:43.526Z[ recovery-image] Sep 05 00:38:42.457 INFO O| Sep 05 00:38:42.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54352024-09-05T00:38:43.529Z[ recovery-image] Sep 05 00:38:42.457 INFO O| Sep 05 00:38:42.457 INFO STEP 473 (remove_files) COMPLETE
54362024-09-05T00:38:43.529Z[ recovery-image] Sep 05 00:38:42.457 INFO O| Sep 05 00:38:42.457 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-09-05T00:38:43.562Z[ recovery-image] Sep 05 00:38:42.492 INFO O| Sep 05 00:38:42.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54382024-09-05T00:38:43.564Z[ recovery-image] Sep 05 00:38:42.493 INFO O| Sep 05 00:38:42.492 INFO STEP 474 (remove_files) COMPLETE
54392024-09-05T00:38:43.564Z[ recovery-image] Sep 05 00:38:42.493 INFO O| Sep 05 00:38:42.493 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-09-05T00:38:43.599Z[ recovery-image] Sep 05 00:38:42.529 INFO O| Sep 05 00:38:42.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54412024-09-05T00:38:43.601Z[ recovery-image] Sep 05 00:38:42.529 INFO O| Sep 05 00:38:42.529 INFO STEP 475 (remove_files) COMPLETE
54422024-09-05T00:38:43.601Z[ recovery-image] Sep 05 00:38:42.529 INFO O| Sep 05 00:38:42.529 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-09-05T00:38:43.658Z[ recovery-image] Sep 05 00:38:42.589 INFO O| Sep 05 00:38:42.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54442024-09-05T00:38:43.658Z[ recovery-image] Sep 05 00:38:42.589 INFO O| Sep 05 00:38:42.589 INFO STEP 476 (remove_files) COMPLETE
54452024-09-05T00:38:43.661Z[ recovery-image] Sep 05 00:38:42.589 INFO O| Sep 05 00:38:42.589 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-09-05T00:38:43.708Z[ recovery-image] Sep 05 00:38:42.639 INFO O| Sep 05 00:38:42.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54472024-09-05T00:38:43.711Z[ recovery-image] Sep 05 00:38:42.639 INFO O| Sep 05 00:38:42.639 INFO STEP 477 (remove_files) COMPLETE
54482024-09-05T00:38:43.711Z[ recovery-image] Sep 05 00:38:42.640 INFO O| Sep 05 00:38:42.639 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-09-05T00:38:43.755Z[ recovery-image] Sep 05 00:38:42.686 INFO O| Sep 05 00:38:42.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54502024-09-05T00:38:43.758Z[ recovery-image] Sep 05 00:38:42.686 INFO O| Sep 05 00:38:42.686 INFO STEP 478 (remove_files) COMPLETE
54512024-09-05T00:38:43.758Z[ recovery-image] Sep 05 00:38:42.686 INFO O| Sep 05 00:38:42.686 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-09-05T00:38:43.786Z[ recovery-image] Sep 05 00:38:42.716 INFO O| Sep 05 00:38:42.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54532024-09-05T00:38:43.786Z[ recovery-image] Sep 05 00:38:42.716 INFO O| Sep 05 00:38:42.716 INFO STEP 479 (remove_files) COMPLETE
54542024-09-05T00:38:43.788Z[ recovery-image] Sep 05 00:38:42.716 INFO O| Sep 05 00:38:42.716 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-09-05T00:38:43.820Z[ recovery-image] Sep 05 00:38:42.750 INFO O| Sep 05 00:38:42.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54562024-09-05T00:38:43.823Z[ recovery-image] Sep 05 00:38:42.751 INFO O| Sep 05 00:38:42.751 INFO STEP 480 (remove_files) COMPLETE
54572024-09-05T00:38:43.823Z[ recovery-image] Sep 05 00:38:42.751 INFO O| Sep 05 00:38:42.751 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-09-05T00:38:43.867Z[ recovery-image] Sep 05 00:38:42.797 INFO O| Sep 05 00:38:42.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54592024-09-05T00:38:43.867Z[ recovery-image] Sep 05 00:38:42.797 INFO O| Sep 05 00:38:42.797 INFO STEP 481 (remove_files) COMPLETE
54602024-09-05T00:38:43.867Z[ recovery-image] Sep 05 00:38:42.797 INFO O| Sep 05 00:38:42.797 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-09-05T00:38:43.924Z[ recovery-image] Sep 05 00:38:42.855 INFO O| Sep 05 00:38:42.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54622024-09-05T00:38:43.924Z[ recovery-image] Sep 05 00:38:42.855 INFO O| Sep 05 00:38:42.855 INFO STEP 482 (remove_files) COMPLETE
54632024-09-05T00:38:43.924Z[ recovery-image] Sep 05 00:38:42.855 INFO O| Sep 05 00:38:42.855 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-09-05T00:38:43.965Z[ recovery-image] Sep 05 00:38:42.894 INFO O| Sep 05 00:38:42.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54652024-09-05T00:38:43.967Z[ recovery-image] Sep 05 00:38:42.895 INFO O| Sep 05 00:38:42.895 INFO STEP 483 (remove_files) COMPLETE
54662024-09-05T00:38:43.967Z[ recovery-image] Sep 05 00:38:42.895 INFO O| Sep 05 00:38:42.895 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-09-05T00:38:44.019Z[ recovery-image] Sep 05 00:38:42.949 INFO O| Sep 05 00:38:42.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54682024-09-05T00:38:44.019Z[ recovery-image] Sep 05 00:38:42.949 INFO O| Sep 05 00:38:42.949 INFO STEP 484 (remove_files) COMPLETE
54692024-09-05T00:38:44.021Z[ recovery-image] Sep 05 00:38:42.949 INFO O| Sep 05 00:38:42.949 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-09-05T00:38:44.053Z[ recovery-image] Sep 05 00:38:42.984 INFO O| Sep 05 00:38:42.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54712024-09-05T00:38:44.053Z[ recovery-image] Sep 05 00:38:42.984 INFO O| Sep 05 00:38:42.984 INFO STEP 485 (remove_files) COMPLETE
54722024-09-05T00:38:44.053Z[ recovery-image] Sep 05 00:38:42.984 INFO O| Sep 05 00:38:42.984 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-09-05T00:38:44.094Z[ recovery-image] Sep 05 00:38:43.024 INFO O| Sep 05 00:38:43.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54742024-09-05T00:38:44.094Z[ recovery-image] Sep 05 00:38:43.025 INFO O| Sep 05 00:38:43.024 INFO STEP 486 (remove_files) COMPLETE
54752024-09-05T00:38:44.094Z[ recovery-image] Sep 05 00:38:43.025 INFO O| Sep 05 00:38:43.025 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-09-05T00:38:44.126Z[ recovery-image] Sep 05 00:38:43.056 INFO O| Sep 05 00:38:43.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54772024-09-05T00:38:44.126Z[ recovery-image] Sep 05 00:38:43.056 INFO O| Sep 05 00:38:43.056 INFO STEP 487 (remove_files) COMPLETE
54782024-09-05T00:38:44.129Z[ recovery-image] Sep 05 00:38:43.057 INFO O| Sep 05 00:38:43.056 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-09-05T00:38:44.156Z[ recovery-image] Sep 05 00:38:43.087 INFO O| Sep 05 00:38:43.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54802024-09-05T00:38:44.160Z[ recovery-image] Sep 05 00:38:43.087 INFO O| Sep 05 00:38:43.087 INFO STEP 488 (remove_files) COMPLETE
54812024-09-05T00:38:44.160Z[ recovery-image] Sep 05 00:38:43.087 INFO O| Sep 05 00:38:43.087 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-09-05T00:38:44.184Z[ recovery-image] Sep 05 00:38:43.114 INFO O| Sep 05 00:38:43.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54832024-09-05T00:38:44.184Z[ recovery-image] Sep 05 00:38:43.115 INFO O| Sep 05 00:38:43.115 INFO STEP 489 (remove_files) COMPLETE
54842024-09-05T00:38:44.184Z[ recovery-image] Sep 05 00:38:43.115 INFO O| Sep 05 00:38:43.115 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-09-05T00:38:44.234Z[ recovery-image] Sep 05 00:38:43.163 INFO O| Sep 05 00:38:43.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54862024-09-05T00:38:44.234Z[ recovery-image] Sep 05 00:38:43.164 INFO O| Sep 05 00:38:43.163 INFO STEP 490 (remove_files) COMPLETE
54872024-09-05T00:38:44.234Z[ recovery-image] Sep 05 00:38:43.164 INFO O| Sep 05 00:38:43.164 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-09-05T00:38:44.276Z[ recovery-image] Sep 05 00:38:43.206 INFO O| Sep 05 00:38:43.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54892024-09-05T00:38:44.300Z[ recovery-image] Sep 05 00:38:43.230 INFO O| Sep 05 00:38:43.230 INFO STEP 491 (remove_files) COMPLETE
54902024-09-05T00:38:44.302Z[ recovery-image] Sep 05 00:38:43.230 INFO O| Sep 05 00:38:43.230 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-09-05T00:38:44.335Z[ recovery-image] Sep 05 00:38:43.265 INFO O| Sep 05 00:38:43.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54922024-09-05T00:38:44.335Z[ recovery-image] Sep 05 00:38:43.266 INFO O| Sep 05 00:38:43.266 INFO STEP 492 (remove_files) COMPLETE
54932024-09-05T00:38:44.338Z[ recovery-image] Sep 05 00:38:43.266 INFO O| Sep 05 00:38:43.266 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-09-05T00:38:44.397Z[ recovery-image] Sep 05 00:38:43.327 INFO O| Sep 05 00:38:43.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54952024-09-05T00:38:44.397Z[ recovery-image] Sep 05 00:38:43.327 INFO O| Sep 05 00:38:43.327 INFO STEP 493 (remove_files) COMPLETE
54962024-09-05T00:38:44.399Z[ recovery-image] Sep 05 00:38:43.327 INFO O| Sep 05 00:38:43.327 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-09-05T00:38:44.434Z[ recovery-image] Sep 05 00:38:43.364 INFO O| Sep 05 00:38:43.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54982024-09-05T00:38:44.434Z[ recovery-image] Sep 05 00:38:43.364 INFO O| Sep 05 00:38:43.364 INFO STEP 494 (remove_files) COMPLETE
54992024-09-05T00:38:44.434Z[ recovery-image] Sep 05 00:38:43.364 INFO O| Sep 05 00:38:43.364 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-09-05T00:38:44.463Z[ recovery-image] Sep 05 00:38:43.392 INFO O| Sep 05 00:38:43.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55012024-09-05T00:38:44.463Z[ recovery-image] Sep 05 00:38:43.392 INFO O| Sep 05 00:38:43.392 INFO STEP 495 (remove_files) COMPLETE
55022024-09-05T00:38:44.463Z[ recovery-image] Sep 05 00:38:43.392 INFO O| Sep 05 00:38:43.392 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-09-05T00:38:44.491Z[ recovery-image] Sep 05 00:38:43.421 INFO O| Sep 05 00:38:43.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55042024-09-05T00:38:44.491Z[ recovery-image] Sep 05 00:38:43.421 INFO O| Sep 05 00:38:43.421 INFO STEP 496 (remove_files) COMPLETE
55052024-09-05T00:38:44.491Z[ recovery-image] Sep 05 00:38:43.422 INFO O| Sep 05 00:38:43.421 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-09-05T00:38:44.521Z[ recovery-image] Sep 05 00:38:43.451 INFO O| Sep 05 00:38:43.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55072024-09-05T00:38:44.536Z[ recovery-image] Sep 05 00:38:43.467 INFO O| Sep 05 00:38:43.467 INFO STEP 497 (remove_files) COMPLETE
55082024-09-05T00:38:44.537Z[ recovery-image] Sep 05 00:38:43.467 INFO O| Sep 05 00:38:43.467 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-09-05T00:38:44.574Z[ recovery-image] Sep 05 00:38:43.505 INFO O| Sep 05 00:38:43.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55102024-09-05T00:38:44.574Z[ recovery-image] Sep 05 00:38:43.505 INFO O| Sep 05 00:38:43.505 INFO STEP 498 (remove_files) COMPLETE
55112024-09-05T00:38:44.578Z[ recovery-image] Sep 05 00:38:43.505 INFO O| Sep 05 00:38:43.505 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-09-05T00:38:44.604Z[ recovery-image] Sep 05 00:38:43.534 INFO O| Sep 05 00:38:43.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55132024-09-05T00:38:44.604Z[ recovery-image] Sep 05 00:38:43.534 INFO O| Sep 05 00:38:43.534 INFO STEP 499 (remove_files) COMPLETE
55142024-09-05T00:38:44.604Z[ recovery-image] Sep 05 00:38:43.534 INFO O| Sep 05 00:38:43.534 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-09-05T00:38:44.638Z[ recovery-image] Sep 05 00:38:43.568 INFO O| Sep 05 00:38:43.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55162024-09-05T00:38:44.641Z[ recovery-image] Sep 05 00:38:43.569 INFO O| Sep 05 00:38:43.569 INFO STEP 500 (remove_files) COMPLETE
55172024-09-05T00:38:44.641Z[ recovery-image] Sep 05 00:38:43.569 INFO O| Sep 05 00:38:43.569 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-09-05T00:38:44.676Z[ recovery-image] Sep 05 00:38:43.606 INFO O| Sep 05 00:38:43.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55192024-09-05T00:38:44.679Z[ recovery-image] Sep 05 00:38:43.607 INFO O| Sep 05 00:38:43.607 INFO STEP 501 (remove_files) COMPLETE
55202024-09-05T00:38:44.679Z[ recovery-image] Sep 05 00:38:43.607 INFO O| Sep 05 00:38:43.607 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-09-05T00:38:44.707Z[ recovery-image] Sep 05 00:38:43.636 INFO O| Sep 05 00:38:43.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55222024-09-05T00:38:44.710Z[ recovery-image] Sep 05 00:38:43.637 INFO O| Sep 05 00:38:43.636 INFO STEP 502 (remove_files) COMPLETE
55232024-09-05T00:38:44.710Z[ recovery-image] Sep 05 00:38:43.637 INFO O| Sep 05 00:38:43.637 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-09-05T00:38:44.735Z[ recovery-image] Sep 05 00:38:43.666 INFO O| Sep 05 00:38:43.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55252024-09-05T00:38:44.738Z[ recovery-image] Sep 05 00:38:43.666 INFO O| Sep 05 00:38:43.666 INFO STEP 503 (remove_files) COMPLETE
55262024-09-05T00:38:44.738Z[ recovery-image] Sep 05 00:38:43.666 INFO O| Sep 05 00:38:43.666 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-09-05T00:38:44.765Z[ recovery-image] Sep 05 00:38:43.695 INFO O| Sep 05 00:38:43.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55282024-09-05T00:38:44.767Z[ recovery-image] Sep 05 00:38:43.695 INFO O| Sep 05 00:38:43.695 INFO STEP 504 (remove_files) COMPLETE
55292024-09-05T00:38:44.767Z[ recovery-image] Sep 05 00:38:43.695 INFO O| Sep 05 00:38:43.695 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-09-05T00:38:44.796Z[ recovery-image] Sep 05 00:38:43.726 INFO O| Sep 05 00:38:43.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55312024-09-05T00:38:44.799Z[ recovery-image] Sep 05 00:38:43.726 INFO O| Sep 05 00:38:43.726 INFO STEP 505 (remove_files) COMPLETE
55322024-09-05T00:38:44.799Z[ recovery-image] Sep 05 00:38:43.727 INFO O| Sep 05 00:38:43.727 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-09-05T00:38:44.824Z[ recovery-image] Sep 05 00:38:43.754 INFO O| Sep 05 00:38:43.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55342024-09-05T00:38:44.826Z[ recovery-image] Sep 05 00:38:43.754 INFO O| Sep 05 00:38:43.754 INFO STEP 506 (remove_files) COMPLETE
55352024-09-05T00:38:44.826Z[ recovery-image] Sep 05 00:38:43.754 INFO O| Sep 05 00:38:43.754 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-09-05T00:38:44.872Z[ recovery-image] Sep 05 00:38:43.802 INFO O| Sep 05 00:38:43.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55372024-09-05T00:38:44.893Z[ recovery-image] Sep 05 00:38:43.823 INFO O| Sep 05 00:38:43.823 INFO STEP 507 (remove_files) COMPLETE
55382024-09-05T00:38:44.893Z[ recovery-image] Sep 05 00:38:43.823 INFO O| Sep 05 00:38:43.823 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-09-05T00:38:44.959Z[ recovery-image] Sep 05 00:38:43.889 INFO O| Sep 05 00:38:43.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55402024-09-05T00:38:44.962Z[ recovery-image] Sep 05 00:38:43.889 INFO O| Sep 05 00:38:43.889 INFO STEP 508 (remove_files) COMPLETE
55412024-09-05T00:38:44.962Z[ recovery-image] Sep 05 00:38:43.889 INFO O| Sep 05 00:38:43.889 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-09-05T00:38:45.010Z[ recovery-image] Sep 05 00:38:43.940 INFO O| Sep 05 00:38:43.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55432024-09-05T00:38:45.010Z[ recovery-image] Sep 05 00:38:43.940 INFO O| Sep 05 00:38:43.940 INFO STEP 509 (remove_files) COMPLETE
55442024-09-05T00:38:45.010Z[ recovery-image] Sep 05 00:38:43.940 INFO O| Sep 05 00:38:43.940 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-09-05T00:38:45.105Z[ recovery-image] Sep 05 00:38:44.035 INFO O| Sep 05 00:38:44.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55462024-09-05T00:38:45.105Z[ recovery-image] Sep 05 00:38:44.036 INFO O| Sep 05 00:38:44.036 INFO STEP 510 (remove_files) COMPLETE
55472024-09-05T00:38:45.105Z[ recovery-image] Sep 05 00:38:44.036 INFO O| Sep 05 00:38:44.036 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-09-05T00:38:45.165Z[ recovery-image] Sep 05 00:38:44.095 INFO O| Sep 05 00:38:44.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55492024-09-05T00:38:45.168Z[ recovery-image] Sep 05 00:38:44.096 INFO O| Sep 05 00:38:44.096 INFO STEP 511 (remove_files) COMPLETE
55502024-09-05T00:38:45.168Z[ recovery-image] Sep 05 00:38:44.096 INFO O| Sep 05 00:38:44.096 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-09-05T00:38:45.194Z[ recovery-image] Sep 05 00:38:44.124 INFO O| Sep 05 00:38:44.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55522024-09-05T00:38:45.194Z[ recovery-image] Sep 05 00:38:44.124 INFO O| Sep 05 00:38:44.124 INFO STEP 512 (remove_files) COMPLETE
55532024-09-05T00:38:45.194Z[ recovery-image] Sep 05 00:38:44.124 INFO O| Sep 05 00:38:44.124 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-09-05T00:38:45.220Z[ recovery-image] Sep 05 00:38:44.150 INFO O| Sep 05 00:38:44.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55552024-09-05T00:38:45.222Z[ recovery-image] Sep 05 00:38:44.151 INFO O| Sep 05 00:38:44.150 INFO STEP 513 (remove_files) COMPLETE
55562024-09-05T00:38:45.222Z[ recovery-image] Sep 05 00:38:44.151 INFO O| Sep 05 00:38:44.151 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-09-05T00:38:45.251Z[ host-image] Sep 05 00:38:44.182 INFO O| Sep 05 00:38:44.182 INFO O| Planning: Solver setup ... Done
55582024-09-05T00:38:45.259Z[ host-image] Sep 05 00:38:44.189 INFO O| Sep 05 00:38:44.189 INFO O| Planning: Running solver ... Done
55592024-09-05T00:38:45.293Z[ recovery-image] Sep 05 00:38:44.224 INFO O| Sep 05 00:38:44.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55602024-09-05T00:38:45.293Z[ recovery-image] Sep 05 00:38:44.224 INFO O| Sep 05 00:38:44.224 INFO STEP 514 (remove_files) COMPLETE
55612024-09-05T00:38:45.293Z[ recovery-image] Sep 05 00:38:44.224 INFO O| Sep 05 00:38:44.224 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-09-05T00:38:45.318Z[ recovery-image] Sep 05 00:38:44.248 INFO O| Sep 05 00:38:44.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55632024-09-05T00:38:45.318Z[ recovery-image] Sep 05 00:38:44.248 INFO O| Sep 05 00:38:44.248 INFO STEP 515 (remove_files) COMPLETE
55642024-09-05T00:38:45.318Z[ recovery-image] Sep 05 00:38:44.248 INFO O| Sep 05 00:38:44.248 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-09-05T00:38:45.322Z[ host-image] Sep 05 00:38:44.253 INFO O| Sep 05 00:38:44.253 INFO O| Planning: Finding local manifests ... Done
55662024-09-05T00:38:45.343Z[ recovery-image] Sep 05 00:38:44.274 INFO O| Sep 05 00:38:44.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55672024-09-05T00:38:45.348Z[ recovery-image] Sep 05 00:38:44.278 INFO O| Sep 05 00:38:44.278 INFO STEP 516 (remove_files) COMPLETE
55682024-09-05T00:38:45.348Z[ recovery-image] Sep 05 00:38:44.278 INFO O| Sep 05 00:38:44.278 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-09-05T00:38:45.351Z[ host-image] Sep 05 00:38:44.278 INFO O| Sep 05 00:38:44.278 INFO O| Planning: Fetching manifests: 0/1 0% complete
55702024-09-05T00:38:45.378Z[ recovery-image] Sep 05 00:38:44.307 INFO O| Sep 05 00:38:44.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55712024-09-05T00:38:45.378Z[ recovery-image] Sep 05 00:38:44.307 INFO O| Sep 05 00:38:44.307 INFO STEP 517 (remove_files) COMPLETE
55722024-09-05T00:38:45.378Z[ recovery-image] Sep 05 00:38:44.307 INFO O| Sep 05 00:38:44.307 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-09-05T00:38:45.405Z[ recovery-image] Sep 05 00:38:44.336 INFO O| Sep 05 00:38:44.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55742024-09-05T00:38:45.405Z[ recovery-image] Sep 05 00:38:44.336 INFO O| Sep 05 00:38:44.336 INFO STEP 518 (remove_files) COMPLETE
55752024-09-05T00:38:45.408Z[ recovery-image] Sep 05 00:38:44.336 INFO O| Sep 05 00:38:44.336 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-09-05T00:38:45.432Z[ recovery-image] Sep 05 00:38:44.362 INFO O| Sep 05 00:38:44.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55772024-09-05T00:38:45.432Z[ recovery-image] Sep 05 00:38:44.362 INFO O| Sep 05 00:38:44.362 INFO STEP 519 (remove_files) COMPLETE
55782024-09-05T00:38:45.434Z[ recovery-image] Sep 05 00:38:44.362 INFO O| Sep 05 00:38:44.362 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-09-05T00:38:45.466Z[ recovery-image] Sep 05 00:38:44.396 INFO O| Sep 05 00:38:44.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55802024-09-05T00:38:45.469Z[ recovery-image] Sep 05 00:38:44.396 INFO O| Sep 05 00:38:44.396 INFO STEP 520 (remove_files) COMPLETE
55812024-09-05T00:38:45.469Z[ recovery-image] Sep 05 00:38:44.396 INFO O| Sep 05 00:38:44.396 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-09-05T00:38:45.490Z[ recovery-image] Sep 05 00:38:44.421 INFO O| Sep 05 00:38:44.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55832024-09-05T00:38:45.490Z[ recovery-image] Sep 05 00:38:44.421 INFO O| Sep 05 00:38:44.421 INFO STEP 521 (remove_files) COMPLETE
55842024-09-05T00:38:45.494Z[ recovery-image] Sep 05 00:38:44.421 INFO O| Sep 05 00:38:44.421 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-09-05T00:38:45.503Z[ host-image] Sep 05 00:38:44.433 INFO O| Sep 05 00:38:44.433 INFO O| Planning: Fetching manifests: 1/1 100% complete
55862024-09-05T00:38:45.517Z[ recovery-image] Sep 05 00:38:44.447 INFO O| Sep 05 00:38:44.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55872024-09-05T00:38:45.518Z[ recovery-image] Sep 05 00:38:44.447 INFO O| Sep 05 00:38:44.447 INFO STEP 522 (remove_files) COMPLETE
55882024-09-05T00:38:45.521Z[ recovery-image] Sep 05 00:38:44.447 INFO O| Sep 05 00:38:44.447 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-09-05T00:38:45.537Z[ host-image] Sep 05 00:38:44.467 INFO O| Sep 05 00:38:44.467 INFO O| Planning: Package planning ... Done
55902024-09-05T00:38:45.541Z[ host-image] Sep 05 00:38:44.468 INFO O| Sep 05 00:38:44.468 INFO O| Planning: Merging actions ... Done
55912024-09-05T00:38:45.544Z[ recovery-image] Sep 05 00:38:44.472 INFO O| Sep 05 00:38:44.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55922024-09-05T00:38:45.544Z[ recovery-image] Sep 05 00:38:44.473 INFO O| Sep 05 00:38:44.472 INFO STEP 523 (remove_files) COMPLETE
55932024-09-05T00:38:45.544Z[ recovery-image] Sep 05 00:38:44.473 INFO O| Sep 05 00:38:44.472 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-09-05T00:38:45.572Z[ recovery-image] Sep 05 00:38:44.501 INFO O| Sep 05 00:38:44.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55952024-09-05T00:38:45.572Z[ recovery-image] Sep 05 00:38:44.502 INFO O| Sep 05 00:38:44.501 INFO STEP 524 (remove_files) COMPLETE
55962024-09-05T00:38:45.572Z[ recovery-image] Sep 05 00:38:44.502 INFO O| Sep 05 00:38:44.502 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-09-05T00:38:45.617Z[ recovery-image] Sep 05 00:38:44.547 INFO O| Sep 05 00:38:44.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55982024-09-05T00:38:45.619Z[ recovery-image] Sep 05 00:38:44.547 INFO O| Sep 05 00:38:44.547 INFO STEP 525 (remove_files) COMPLETE
55992024-09-05T00:38:45.619Z[ recovery-image] Sep 05 00:38:44.547 INFO O| Sep 05 00:38:44.547 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-09-05T00:38:45.673Z[ recovery-image] Sep 05 00:38:44.603 INFO O| Sep 05 00:38:44.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56012024-09-05T00:38:45.676Z[ recovery-image] Sep 05 00:38:44.603 INFO O| Sep 05 00:38:44.603 INFO STEP 526 (remove_files) COMPLETE
56022024-09-05T00:38:45.676Z[ recovery-image] Sep 05 00:38:44.603 INFO O| Sep 05 00:38:44.603 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-09-05T00:38:45.701Z[ host-image] Sep 05 00:38:44.631 INFO O| Sep 05 00:38:44.631 INFO O| Planning: Checking for conflicting actions ... Done
56042024-09-05T00:38:45.703Z[ host-image] Sep 05 00:38:44.632 INFO O| Sep 05 00:38:44.632 INFO O| Planning: Consolidating action changes ... Done
56052024-09-05T00:38:45.703Z[ recovery-image] Sep 05 00:38:44.632 INFO O| Sep 05 00:38:44.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56062024-09-05T00:38:45.703Z[ recovery-image] Sep 05 00:38:44.632 INFO O| Sep 05 00:38:44.632 INFO STEP 527 (remove_files) COMPLETE
56072024-09-05T00:38:45.703Z[ recovery-image] Sep 05 00:38:44.632 INFO O| Sep 05 00:38:44.632 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-09-05T00:38:45.732Z[ recovery-image] Sep 05 00:38:44.662 INFO O| Sep 05 00:38:44.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56092024-09-05T00:38:45.732Z[ recovery-image] Sep 05 00:38:44.663 INFO O| Sep 05 00:38:44.663 INFO STEP 528 (remove_files) COMPLETE
56102024-09-05T00:38:45.732Z[ recovery-image] Sep 05 00:38:44.663 INFO O| Sep 05 00:38:44.663 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-09-05T00:38:45.787Z[ recovery-image] Sep 05 00:38:44.718 INFO O| Sep 05 00:38:44.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56122024-09-05T00:38:45.787Z[ recovery-image] Sep 05 00:38:44.718 INFO O| Sep 05 00:38:44.718 INFO STEP 529 (remove_files) COMPLETE
56132024-09-05T00:38:45.791Z[ recovery-image] Sep 05 00:38:44.718 INFO O| Sep 05 00:38:44.718 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-09-05T00:38:45.836Z[ recovery-image] Sep 05 00:38:44.767 INFO O| Sep 05 00:38:44.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56152024-09-05T00:38:45.837Z[ recovery-image] Sep 05 00:38:44.767 INFO O| Sep 05 00:38:44.767 INFO STEP 530 (remove_files) COMPLETE
56162024-09-05T00:38:45.837Z[ recovery-image] Sep 05 00:38:44.767 INFO O| Sep 05 00:38:44.767 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-09-05T00:38:45.865Z[ recovery-image] Sep 05 00:38:44.796 INFO O| Sep 05 00:38:44.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56182024-09-05T00:38:45.865Z[ recovery-image] Sep 05 00:38:44.796 INFO O| Sep 05 00:38:44.796 INFO STEP 531 (remove_files) COMPLETE
56192024-09-05T00:38:45.865Z[ recovery-image] Sep 05 00:38:44.796 INFO O| Sep 05 00:38:44.796 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-09-05T00:38:45.894Z[ recovery-image] Sep 05 00:38:44.824 INFO O| Sep 05 00:38:44.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56212024-09-05T00:38:45.894Z[ recovery-image] Sep 05 00:38:44.824 INFO O| Sep 05 00:38:44.824 INFO STEP 532 (remove_files) COMPLETE
56222024-09-05T00:38:45.897Z[ recovery-image] Sep 05 00:38:44.824 INFO O| Sep 05 00:38:44.824 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-09-05T00:38:45.922Z[ recovery-image] Sep 05 00:38:44.852 INFO O| Sep 05 00:38:44.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56242024-09-05T00:38:45.925Z[ recovery-image] Sep 05 00:38:44.853 INFO O| Sep 05 00:38:44.853 INFO STEP 533 (remove_files) COMPLETE
56252024-09-05T00:38:45.925Z[ recovery-image] Sep 05 00:38:44.853 INFO O| Sep 05 00:38:44.853 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-09-05T00:38:46.012Z[ recovery-image] Sep 05 00:38:44.942 INFO O| Sep 05 00:38:44.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56272024-09-05T00:38:46.015Z[ recovery-image] Sep 05 00:38:44.942 INFO O| Sep 05 00:38:44.942 INFO STEP 534 (remove_files) COMPLETE
56282024-09-05T00:38:46.015Z[ recovery-image] Sep 05 00:38:44.942 INFO O| Sep 05 00:38:44.942 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-09-05T00:38:46.039Z[ recovery-image] Sep 05 00:38:44.969 INFO O| Sep 05 00:38:44.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56302024-09-05T00:38:46.042Z[ recovery-image] Sep 05 00:38:44.970 INFO O| Sep 05 00:38:44.970 INFO STEP 535 (remove_files) COMPLETE
56312024-09-05T00:38:46.042Z[ recovery-image] Sep 05 00:38:44.970 INFO O| Sep 05 00:38:44.970 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-09-05T00:38:46.084Z[ recovery-image] Sep 05 00:38:45.014 INFO O| Sep 05 00:38:45.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56332024-09-05T00:38:46.084Z[ recovery-image] Sep 05 00:38:45.014 INFO O| Sep 05 00:38:45.014 INFO STEP 536 (remove_files) COMPLETE
56342024-09-05T00:38:46.084Z[ recovery-image] Sep 05 00:38:45.014 INFO O| Sep 05 00:38:45.014 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-09-05T00:38:46.114Z[ recovery-image] Sep 05 00:38:45.045 INFO O| Sep 05 00:38:45.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56362024-09-05T00:38:46.115Z[ recovery-image] Sep 05 00:38:45.045 INFO O| Sep 05 00:38:45.045 INFO STEP 537 (remove_files) COMPLETE
56372024-09-05T00:38:46.115Z[ recovery-image] Sep 05 00:38:45.045 INFO O| Sep 05 00:38:45.045 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-09-05T00:38:46.133Z[ host-image] Sep 05 00:38:45.063 INFO O| Sep 05 00:38:45.063 INFO O| Planning: Evaluating mediators ... Done
56392024-09-05T00:38:46.135Z[ host-image] Sep 05 00:38:45.064 INFO O| Sep 05 00:38:45.064 INFO O| Planning: Planning completed in 4.09 seconds
56402024-09-05T00:38:46.138Z[ host-image] Sep 05 00:38:45.067 INFO O| Sep 05 00:38:45.066 INFO O| Packages to install: 1
56412024-09-05T00:38:46.144Z[ recovery-image] Sep 05 00:38:45.074 INFO O| Sep 05 00:38:45.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56422024-09-05T00:38:46.144Z[ recovery-image] Sep 05 00:38:45.075 INFO O| Sep 05 00:38:45.074 INFO STEP 538 (remove_files) COMPLETE
56432024-09-05T00:38:46.144Z[ recovery-image] Sep 05 00:38:45.075 INFO O| Sep 05 00:38:45.075 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-09-05T00:38:46.159Z[ host-image] Sep 05 00:38:45.087 INFO O| Sep 05 00:38:45.087 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
56452024-09-05T00:38:46.173Z[ recovery-image] Sep 05 00:38:45.103 INFO O| Sep 05 00:38:45.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56462024-09-05T00:38:46.176Z[ recovery-image] Sep 05 00:38:45.104 INFO O| Sep 05 00:38:45.103 INFO STEP 539 (remove_files) COMPLETE
56472024-09-05T00:38:46.176Z[ recovery-image] Sep 05 00:38:45.104 INFO O| Sep 05 00:38:45.104 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-09-05T00:38:46.209Z[ recovery-image] Sep 05 00:38:45.139 INFO O| Sep 05 00:38:45.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56492024-09-05T00:38:46.209Z[ recovery-image] Sep 05 00:38:45.139 INFO O| Sep 05 00:38:45.139 INFO STEP 540 (remove_files) COMPLETE
56502024-09-05T00:38:46.213Z[ recovery-image] Sep 05 00:38:45.139 INFO O| Sep 05 00:38:45.139 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-09-05T00:38:46.267Z[ recovery-image] Sep 05 00:38:45.197 INFO O| Sep 05 00:38:45.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56522024-09-05T00:38:46.267Z[ recovery-image] Sep 05 00:38:45.197 INFO O| Sep 05 00:38:45.197 INFO STEP 541 (remove_files) COMPLETE
56532024-09-05T00:38:46.270Z[ recovery-image] Sep 05 00:38:45.197 INFO O| Sep 05 00:38:45.197 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-09-05T00:38:46.294Z[ recovery-image] Sep 05 00:38:45.224 INFO O| Sep 05 00:38:45.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56552024-09-05T00:38:46.294Z[ recovery-image] Sep 05 00:38:45.224 INFO O| Sep 05 00:38:45.224 INFO STEP 542 (remove_files) COMPLETE
56562024-09-05T00:38:46.297Z[ recovery-image] Sep 05 00:38:45.224 INFO O| Sep 05 00:38:45.224 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-09-05T00:38:46.324Z[ recovery-image] Sep 05 00:38:45.254 INFO O| Sep 05 00:38:45.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56582024-09-05T00:38:46.333Z[ recovery-image] Sep 05 00:38:45.262 INFO O| Sep 05 00:38:45.262 INFO STEP 543 (remove_files) COMPLETE
56592024-09-05T00:38:46.333Z[ recovery-image] Sep 05 00:38:45.262 INFO O| Sep 05 00:38:45.262 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-09-05T00:38:46.408Z[ recovery-image] Sep 05 00:38:45.338 INFO O| Sep 05 00:38:45.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56612024-09-05T00:38:46.408Z[ recovery-image] Sep 05 00:38:45.338 INFO O| Sep 05 00:38:45.338 INFO STEP 544 (remove_files) COMPLETE
56622024-09-05T00:38:46.410Z[ recovery-image] Sep 05 00:38:45.338 INFO O| Sep 05 00:38:45.338 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-09-05T00:38:46.433Z[ recovery-image] Sep 05 00:38:45.363 INFO O| Sep 05 00:38:45.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56642024-09-05T00:38:46.433Z[ recovery-image] Sep 05 00:38:45.364 INFO O| Sep 05 00:38:45.364 INFO STEP 545 (remove_files) COMPLETE
56652024-09-05T00:38:46.436Z[ recovery-image] Sep 05 00:38:45.364 INFO O| Sep 05 00:38:45.364 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-09-05T00:38:46.458Z[ recovery-image] Sep 05 00:38:45.388 INFO O| Sep 05 00:38:45.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56672024-09-05T00:38:46.458Z[ recovery-image] Sep 05 00:38:45.389 INFO O| Sep 05 00:38:45.388 INFO STEP 546 (remove_files) COMPLETE
56682024-09-05T00:38:46.461Z[ recovery-image] Sep 05 00:38:45.389 INFO O| Sep 05 00:38:45.388 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-09-05T00:38:46.483Z[ recovery-image] Sep 05 00:38:45.413 INFO O| Sep 05 00:38:45.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56702024-09-05T00:38:46.483Z[ recovery-image] Sep 05 00:38:45.413 INFO O| Sep 05 00:38:45.413 INFO STEP 547 (remove_files) COMPLETE
56712024-09-05T00:38:46.483Z[ recovery-image] Sep 05 00:38:45.413 INFO O| Sep 05 00:38:45.413 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-09-05T00:38:46.509Z[ recovery-image] Sep 05 00:38:45.440 INFO O| Sep 05 00:38:45.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56732024-09-05T00:38:46.512Z[ recovery-image] Sep 05 00:38:45.440 INFO O| Sep 05 00:38:45.440 INFO STEP 548 (remove_files) COMPLETE
56742024-09-05T00:38:46.512Z[ recovery-image] Sep 05 00:38:45.440 INFO O| Sep 05 00:38:45.440 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-09-05T00:38:46.574Z[ recovery-image] Sep 05 00:38:45.504 INFO O| Sep 05 00:38:45.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56762024-09-05T00:38:46.574Z[ recovery-image] Sep 05 00:38:45.504 INFO O| Sep 05 00:38:45.504 INFO STEP 549 (remove_files) COMPLETE
56772024-09-05T00:38:46.577Z[ recovery-image] Sep 05 00:38:45.504 INFO O| Sep 05 00:38:45.504 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-09-05T00:38:46.619Z[ recovery-image] Sep 05 00:38:45.549 INFO O| Sep 05 00:38:45.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56792024-09-05T00:38:46.619Z[ recovery-image] Sep 05 00:38:45.549 INFO O| Sep 05 00:38:45.549 INFO STEP 550 (remove_files) COMPLETE
56802024-09-05T00:38:46.619Z[ recovery-image] Sep 05 00:38:45.549 INFO O| Sep 05 00:38:45.549 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-09-05T00:38:46.649Z[ recovery-image] Sep 05 00:38:45.579 INFO O| Sep 05 00:38:45.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56822024-09-05T00:38:46.649Z[ recovery-image] Sep 05 00:38:45.579 INFO O| Sep 05 00:38:45.579 INFO STEP 551 (remove_files) COMPLETE
56832024-09-05T00:38:46.649Z[ recovery-image] Sep 05 00:38:45.579 INFO O| Sep 05 00:38:45.579 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-09-05T00:38:46.679Z[ recovery-image] Sep 05 00:38:45.609 INFO O| Sep 05 00:38:45.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56852024-09-05T00:38:46.679Z[ recovery-image] Sep 05 00:38:45.609 INFO O| Sep 05 00:38:45.609 INFO STEP 552 (remove_files) COMPLETE
56862024-09-05T00:38:46.682Z[ recovery-image] Sep 05 00:38:45.609 INFO O| Sep 05 00:38:45.609 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-09-05T00:38:46.708Z[ recovery-image] Sep 05 00:38:45.638 INFO O| Sep 05 00:38:45.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56882024-09-05T00:38:46.708Z[ recovery-image] Sep 05 00:38:45.638 INFO O| Sep 05 00:38:45.638 INFO STEP 553 (remove_files) COMPLETE
56892024-09-05T00:38:46.708Z[ recovery-image] Sep 05 00:38:45.638 INFO O| Sep 05 00:38:45.638 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-09-05T00:38:46.778Z[ recovery-image] Sep 05 00:38:45.708 INFO O| Sep 05 00:38:45.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56912024-09-05T00:38:46.780Z[ recovery-image] Sep 05 00:38:45.708 INFO O| Sep 05 00:38:45.708 INFO STEP 554 (remove_files) COMPLETE
56922024-09-05T00:38:46.780Z[ recovery-image] Sep 05 00:38:45.708 INFO O| Sep 05 00:38:45.708 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-09-05T00:38:46.808Z[ recovery-image] Sep 05 00:38:45.738 INFO O| Sep 05 00:38:45.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56942024-09-05T00:38:46.808Z[ recovery-image] Sep 05 00:38:45.738 INFO O| Sep 05 00:38:45.738 INFO STEP 555 (remove_files) COMPLETE
56952024-09-05T00:38:46.808Z[ recovery-image] Sep 05 00:38:45.738 INFO O| Sep 05 00:38:45.738 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-09-05T00:38:46.835Z[ recovery-image] Sep 05 00:38:45.765 INFO O| Sep 05 00:38:45.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56972024-09-05T00:38:46.835Z[ recovery-image] Sep 05 00:38:45.765 INFO O| Sep 05 00:38:45.765 INFO STEP 556 (remove_files) COMPLETE
56982024-09-05T00:38:46.838Z[ recovery-image] Sep 05 00:38:45.766 INFO O| Sep 05 00:38:45.765 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-09-05T00:38:46.861Z[ recovery-image] Sep 05 00:38:45.791 INFO O| Sep 05 00:38:45.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57002024-09-05T00:38:46.861Z[ recovery-image] Sep 05 00:38:45.791 INFO O| Sep 05 00:38:45.791 INFO STEP 557 (remove_files) COMPLETE
57012024-09-05T00:38:46.865Z[ recovery-image] Sep 05 00:38:45.792 INFO O| Sep 05 00:38:45.791 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-09-05T00:38:46.895Z[ recovery-image] Sep 05 00:38:45.825 INFO O| Sep 05 00:38:45.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57032024-09-05T00:38:46.895Z[ recovery-image] Sep 05 00:38:45.825 INFO O| Sep 05 00:38:45.825 INFO STEP 558 (remove_files) COMPLETE
57042024-09-05T00:38:46.897Z[ recovery-image] Sep 05 00:38:45.825 INFO O| Sep 05 00:38:45.825 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-09-05T00:38:46.992Z[ recovery-image] Sep 05 00:38:45.921 INFO O| Sep 05 00:38:45.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57062024-09-05T00:38:46.992Z[ recovery-image] Sep 05 00:38:45.922 INFO O| Sep 05 00:38:45.921 INFO STEP 559 (remove_files) COMPLETE
57072024-09-05T00:38:46.994Z[ recovery-image] Sep 05 00:38:45.922 INFO O| Sep 05 00:38:45.922 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-09-05T00:38:47.034Z[ recovery-image] Sep 05 00:38:45.964 INFO O| Sep 05 00:38:45.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57092024-09-05T00:38:47.037Z[ recovery-image] Sep 05 00:38:45.964 INFO O| Sep 05 00:38:45.964 INFO STEP 560 (remove_files) COMPLETE
57102024-09-05T00:38:47.037Z[ recovery-image] Sep 05 00:38:45.964 INFO O| Sep 05 00:38:45.964 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-09-05T00:38:47.065Z[ recovery-image] Sep 05 00:38:45.994 INFO O| Sep 05 00:38:45.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57122024-09-05T00:38:47.065Z[ recovery-image] Sep 05 00:38:45.995 INFO O| Sep 05 00:38:45.995 INFO STEP 561 (remove_files) COMPLETE
57132024-09-05T00:38:47.067Z[ recovery-image] Sep 05 00:38:45.995 INFO O| Sep 05 00:38:45.995 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-09-05T00:38:47.098Z[ recovery-image] Sep 05 00:38:46.028 INFO O| Sep 05 00:38:46.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57152024-09-05T00:38:47.098Z[ recovery-image] Sep 05 00:38:46.028 INFO O| Sep 05 00:38:46.028 INFO STEP 562 (remove_files) COMPLETE
57162024-09-05T00:38:47.101Z[ recovery-image] Sep 05 00:38:46.028 INFO O| Sep 05 00:38:46.028 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-09-05T00:38:47.128Z[ recovery-image] Sep 05 00:38:46.058 INFO O| Sep 05 00:38:46.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57182024-09-05T00:38:47.128Z[ recovery-image] Sep 05 00:38:46.058 INFO O| Sep 05 00:38:46.058 INFO STEP 563 (remove_files) COMPLETE
57192024-09-05T00:38:47.130Z[ recovery-image] Sep 05 00:38:46.058 INFO O| Sep 05 00:38:46.058 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-09-05T00:38:47.160Z[ recovery-image] Sep 05 00:38:46.088 INFO O| Sep 05 00:38:46.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57212024-09-05T00:38:47.160Z[ recovery-image] Sep 05 00:38:46.088 INFO O| Sep 05 00:38:46.088 INFO STEP 564 (remove_files) COMPLETE
57222024-09-05T00:38:47.160Z[ recovery-image] Sep 05 00:38:46.088 INFO O| Sep 05 00:38:46.088 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-09-05T00:38:47.182Z[ recovery-image] Sep 05 00:38:46.112 INFO O| Sep 05 00:38:46.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57242024-09-05T00:38:47.182Z[ recovery-image] Sep 05 00:38:46.112 INFO O| Sep 05 00:38:46.112 INFO STEP 565 (remove_files) COMPLETE
57252024-09-05T00:38:47.184Z[ recovery-image] Sep 05 00:38:46.112 INFO O| Sep 05 00:38:46.112 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-09-05T00:38:47.206Z[ recovery-image] Sep 05 00:38:46.136 INFO O| Sep 05 00:38:46.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57272024-09-05T00:38:47.209Z[ recovery-image] Sep 05 00:38:46.136 INFO O| Sep 05 00:38:46.136 INFO STEP 566 (remove_files) COMPLETE
57282024-09-05T00:38:47.209Z[ recovery-image] Sep 05 00:38:46.136 INFO O| Sep 05 00:38:46.136 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-09-05T00:38:47.240Z[ recovery-image] Sep 05 00:38:46.170 INFO O| Sep 05 00:38:46.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57302024-09-05T00:38:47.240Z[ recovery-image] Sep 05 00:38:46.171 INFO O| Sep 05 00:38:46.171 INFO STEP 567 (remove_files) COMPLETE
57312024-09-05T00:38:47.243Z[ recovery-image] Sep 05 00:38:46.171 INFO O| Sep 05 00:38:46.171 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-09-05T00:38:47.269Z[ recovery-image] Sep 05 00:38:46.199 INFO O| Sep 05 00:38:46.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57332024-09-05T00:38:47.269Z[ recovery-image] Sep 05 00:38:46.199 INFO O| Sep 05 00:38:46.199 INFO STEP 568 (remove_files) COMPLETE
57342024-09-05T00:38:47.274Z[ recovery-image] Sep 05 00:38:46.199 INFO O| Sep 05 00:38:46.199 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-09-05T00:38:47.297Z[ recovery-image] Sep 05 00:38:46.227 INFO O| Sep 05 00:38:46.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57362024-09-05T00:38:47.297Z[ recovery-image] Sep 05 00:38:46.227 INFO O| Sep 05 00:38:46.227 INFO STEP 569 (remove_files) COMPLETE
57372024-09-05T00:38:47.301Z[ recovery-image] Sep 05 00:38:46.227 INFO O| Sep 05 00:38:46.227 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-09-05T00:38:47.324Z[ recovery-image] Sep 05 00:38:46.254 INFO O| Sep 05 00:38:46.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57392024-09-05T00:38:47.324Z[ recovery-image] Sep 05 00:38:46.254 INFO O| Sep 05 00:38:46.254 INFO STEP 570 (remove_files) COMPLETE
57402024-09-05T00:38:47.327Z[ recovery-image] Sep 05 00:38:46.254 INFO O| Sep 05 00:38:46.254 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-09-05T00:38:47.370Z[ recovery-image] Sep 05 00:38:46.300 INFO O| Sep 05 00:38:46.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57422024-09-05T00:38:47.370Z[ recovery-image] Sep 05 00:38:46.300 INFO O| Sep 05 00:38:46.300 INFO STEP 571 (remove_files) COMPLETE
57432024-09-05T00:38:47.373Z[ recovery-image] Sep 05 00:38:46.300 INFO O| Sep 05 00:38:46.300 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-09-05T00:38:47.397Z[ recovery-image] Sep 05 00:38:46.327 INFO O| Sep 05 00:38:46.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57452024-09-05T00:38:47.397Z[ recovery-image] Sep 05 00:38:46.327 INFO O| Sep 05 00:38:46.327 INFO STEP 572 (remove_files) COMPLETE
57462024-09-05T00:38:47.397Z[ recovery-image] Sep 05 00:38:46.327 INFO O| Sep 05 00:38:46.327 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-09-05T00:38:47.424Z[ recovery-image] Sep 05 00:38:46.353 INFO O| Sep 05 00:38:46.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57482024-09-05T00:38:47.424Z[ recovery-image] Sep 05 00:38:46.354 INFO O| Sep 05 00:38:46.354 INFO STEP 573 (remove_files) COMPLETE
57492024-09-05T00:38:47.426Z[ recovery-image] Sep 05 00:38:46.354 INFO O| Sep 05 00:38:46.354 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-09-05T00:38:47.460Z[ recovery-image] Sep 05 00:38:46.390 INFO O| Sep 05 00:38:46.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57512024-09-05T00:38:47.463Z[ recovery-image] Sep 05 00:38:46.390 INFO O| Sep 05 00:38:46.390 INFO STEP 574 (remove_files) COMPLETE
57522024-09-05T00:38:47.463Z[ recovery-image] Sep 05 00:38:46.390 INFO O| Sep 05 00:38:46.390 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-09-05T00:38:47.490Z[ recovery-image] Sep 05 00:38:46.419 INFO O| Sep 05 00:38:46.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57542024-09-05T00:38:47.492Z[ recovery-image] Sep 05 00:38:46.420 INFO O| Sep 05 00:38:46.420 INFO STEP 575 (remove_files) COMPLETE
57552024-09-05T00:38:47.492Z[ recovery-image] Sep 05 00:38:46.420 INFO O| Sep 05 00:38:46.420 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-09-05T00:38:47.520Z[ recovery-image] Sep 05 00:38:46.448 INFO O| Sep 05 00:38:46.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57572024-09-05T00:38:47.520Z[ recovery-image] Sep 05 00:38:46.449 INFO O| Sep 05 00:38:46.449 INFO STEP 576 (remove_files) COMPLETE
57582024-09-05T00:38:47.522Z[ recovery-image] Sep 05 00:38:46.449 INFO O| Sep 05 00:38:46.449 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-09-05T00:38:47.548Z[ recovery-image] Sep 05 00:38:46.478 INFO O| Sep 05 00:38:46.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57602024-09-05T00:38:47.551Z[ recovery-image] Sep 05 00:38:46.479 INFO O| Sep 05 00:38:46.478 INFO STEP 577 (remove_files) COMPLETE
57612024-09-05T00:38:47.551Z[ recovery-image] Sep 05 00:38:46.479 INFO O| Sep 05 00:38:46.479 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-09-05T00:38:47.590Z[ recovery-image] Sep 05 00:38:46.520 INFO O| Sep 05 00:38:46.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57632024-09-05T00:38:47.590Z[ recovery-image] Sep 05 00:38:46.520 INFO O| Sep 05 00:38:46.520 INFO STEP 578 (remove_files) COMPLETE
57642024-09-05T00:38:47.590Z[ recovery-image] Sep 05 00:38:46.520 INFO O| Sep 05 00:38:46.520 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-09-05T00:38:47.616Z[ recovery-image] Sep 05 00:38:46.546 INFO O| Sep 05 00:38:46.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57662024-09-05T00:38:47.616Z[ recovery-image] Sep 05 00:38:46.546 INFO O| Sep 05 00:38:46.546 INFO STEP 579 (remove_files) COMPLETE
57672024-09-05T00:38:47.620Z[ recovery-image] Sep 05 00:38:46.546 INFO O| Sep 05 00:38:46.546 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-09-05T00:38:47.641Z[ host-image] Sep 05 00:38:46.570 INFO O| Sep 05 00:38:46.570 INFO O| Download: Completed 20.80 MB in 1.48 seconds (14.0M/s)
57692024-09-05T00:38:47.651Z[ recovery-image] Sep 05 00:38:46.581 INFO O| Sep 05 00:38:46.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57702024-09-05T00:38:47.651Z[ recovery-image] Sep 05 00:38:46.581 INFO O| Sep 05 00:38:46.581 INFO STEP 580 (remove_files) COMPLETE
57712024-09-05T00:38:47.651Z[ recovery-image] Sep 05 00:38:46.581 INFO O| Sep 05 00:38:46.581 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-09-05T00:38:47.700Z[ recovery-image] Sep 05 00:38:46.629 INFO O| Sep 05 00:38:46.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57732024-09-05T00:38:47.700Z[ recovery-image] Sep 05 00:38:46.629 INFO O| Sep 05 00:38:46.629 INFO STEP 581 (remove_files) COMPLETE
57742024-09-05T00:38:47.700Z[ recovery-image] Sep 05 00:38:46.629 INFO O| Sep 05 00:38:46.629 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-09-05T00:38:47.726Z[ recovery-image] Sep 05 00:38:46.656 INFO O| Sep 05 00:38:46.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57762024-09-05T00:38:47.726Z[ recovery-image] Sep 05 00:38:46.656 INFO O| Sep 05 00:38:46.656 INFO STEP 582 (remove_files) COMPLETE
57772024-09-05T00:38:47.726Z[ recovery-image] Sep 05 00:38:46.656 INFO O| Sep 05 00:38:46.656 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-09-05T00:38:47.787Z[ recovery-image] Sep 05 00:38:46.717 INFO O| Sep 05 00:38:46.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57792024-09-05T00:38:47.787Z[ recovery-image] Sep 05 00:38:46.717 INFO O| Sep 05 00:38:46.717 INFO STEP 583 (remove_files) COMPLETE
57802024-09-05T00:38:47.790Z[ recovery-image] Sep 05 00:38:46.717 INFO O| Sep 05 00:38:46.717 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-09-05T00:38:47.925Z[ host-image] Sep 05 00:38:46.855 INFO O| Sep 05 00:38:46.855 INFO O| Actions: 1/22 actions (Installing new actions)
57822024-09-05T00:38:47.979Z[ recovery-image] Sep 05 00:38:46.909 INFO O| Sep 05 00:38:46.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57832024-09-05T00:38:47.979Z[ recovery-image] Sep 05 00:38:46.909 INFO O| Sep 05 00:38:46.909 INFO STEP 584 (remove_files) COMPLETE
57842024-09-05T00:38:47.979Z[ recovery-image] Sep 05 00:38:46.909 INFO O| Sep 05 00:38:46.909 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-09-05T00:38:48.008Z[ recovery-image] Sep 05 00:38:46.938 INFO O| Sep 05 00:38:46.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57862024-09-05T00:38:48.008Z[ recovery-image] Sep 05 00:38:46.938 INFO O| Sep 05 00:38:46.938 INFO STEP 585 (remove_files) COMPLETE
57872024-09-05T00:38:48.008Z[ recovery-image] Sep 05 00:38:46.938 INFO O| Sep 05 00:38:46.938 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-09-05T00:38:48.055Z[ recovery-image] Sep 05 00:38:46.985 INFO O| Sep 05 00:38:46.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57892024-09-05T00:38:48.055Z[ recovery-image] Sep 05 00:38:46.985 INFO O| Sep 05 00:38:46.985 INFO STEP 586 (remove_files) COMPLETE
57902024-09-05T00:38:48.055Z[ recovery-image] Sep 05 00:38:46.985 INFO O| Sep 05 00:38:46.985 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-09-05T00:38:48.099Z[ recovery-image] Sep 05 00:38:47.029 INFO O| Sep 05 00:38:47.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57922024-09-05T00:38:48.099Z[ recovery-image] Sep 05 00:38:47.029 INFO O| Sep 05 00:38:47.029 INFO STEP 587 (remove_files) COMPLETE
57932024-09-05T00:38:48.099Z[ recovery-image] Sep 05 00:38:47.029 INFO O| Sep 05 00:38:47.029 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-09-05T00:38:48.181Z[ recovery-image] Sep 05 00:38:47.111 INFO O| Sep 05 00:38:47.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57952024-09-05T00:38:48.181Z[ recovery-image] Sep 05 00:38:47.111 INFO O| Sep 05 00:38:47.111 INFO STEP 588 (remove_files) COMPLETE
57962024-09-05T00:38:48.181Z[ recovery-image] Sep 05 00:38:47.111 INFO O| Sep 05 00:38:47.111 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-09-05T00:38:48.203Z[ recovery-image] Sep 05 00:38:47.132 INFO O| Sep 05 00:38:47.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57982024-09-05T00:38:48.203Z[ recovery-image] Sep 05 00:38:47.132 INFO O| Sep 05 00:38:47.132 INFO STEP 589 (remove_files) COMPLETE
57992024-09-05T00:38:48.206Z[ recovery-image] Sep 05 00:38:47.133 INFO O| Sep 05 00:38:47.132 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-09-05T00:38:48.247Z[ recovery-image] Sep 05 00:38:47.177 INFO O| Sep 05 00:38:47.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58012024-09-05T00:38:48.250Z[ recovery-image] Sep 05 00:38:47.178 INFO O| Sep 05 00:38:47.178 INFO STEP 590 (remove_files) COMPLETE
58022024-09-05T00:38:48.250Z[ recovery-image] Sep 05 00:38:47.178 INFO O| Sep 05 00:38:47.178 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-09-05T00:38:48.275Z[ recovery-image] Sep 05 00:38:47.205 INFO O| Sep 05 00:38:47.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58042024-09-05T00:38:48.277Z[ recovery-image] Sep 05 00:38:47.205 INFO O| Sep 05 00:38:47.205 INFO STEP 591 (remove_files) COMPLETE
58052024-09-05T00:38:48.278Z[ recovery-image] Sep 05 00:38:47.205 INFO O| Sep 05 00:38:47.205 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-09-05T00:38:48.301Z[ recovery-image] Sep 05 00:38:47.231 INFO O| Sep 05 00:38:47.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58072024-09-05T00:38:48.301Z[ recovery-image] Sep 05 00:38:47.231 INFO O| Sep 05 00:38:47.231 INFO STEP 592 (remove_files) COMPLETE
58082024-09-05T00:38:48.301Z[ recovery-image] Sep 05 00:38:47.231 INFO O| Sep 05 00:38:47.231 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-09-05T00:38:48.326Z[ recovery-image] Sep 05 00:38:47.256 INFO O| Sep 05 00:38:47.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58102024-09-05T00:38:48.326Z[ recovery-image] Sep 05 00:38:47.256 INFO O| Sep 05 00:38:47.256 INFO STEP 593 (remove_files) COMPLETE
58112024-09-05T00:38:48.329Z[ recovery-image] Sep 05 00:38:47.256 INFO O| Sep 05 00:38:47.256 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-09-05T00:38:48.350Z[ recovery-image] Sep 05 00:38:47.280 INFO O| Sep 05 00:38:47.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58132024-09-05T00:38:48.353Z[ recovery-image] Sep 05 00:38:47.280 INFO O| Sep 05 00:38:47.280 INFO STEP 594 (remove_files) COMPLETE
58142024-09-05T00:38:48.353Z[ recovery-image] Sep 05 00:38:47.280 INFO O| Sep 05 00:38:47.280 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-09-05T00:38:48.375Z[ recovery-image] Sep 05 00:38:47.305 INFO O| Sep 05 00:38:47.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58162024-09-05T00:38:48.375Z[ recovery-image] Sep 05 00:38:47.305 INFO O| Sep 05 00:38:47.305 INFO STEP 595 (remove_files) COMPLETE
58172024-09-05T00:38:48.377Z[ recovery-image] Sep 05 00:38:47.305 INFO O| Sep 05 00:38:47.305 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-09-05T00:38:48.400Z[ recovery-image] Sep 05 00:38:47.329 INFO O| Sep 05 00:38:47.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58192024-09-05T00:38:48.400Z[ recovery-image] Sep 05 00:38:47.329 INFO O| Sep 05 00:38:47.329 INFO STEP 596 (remove_files) COMPLETE
58202024-09-05T00:38:48.402Z[ recovery-image] Sep 05 00:38:47.330 INFO O| Sep 05 00:38:47.329 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-09-05T00:38:48.425Z[ recovery-image] Sep 05 00:38:47.355 INFO O| Sep 05 00:38:47.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58222024-09-05T00:38:48.428Z[ recovery-image] Sep 05 00:38:47.355 INFO O| Sep 05 00:38:47.355 INFO STEP 597 (remove_files) COMPLETE
58232024-09-05T00:38:48.428Z[ recovery-image] Sep 05 00:38:47.355 INFO O| Sep 05 00:38:47.355 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-09-05T00:38:48.459Z[ recovery-image] Sep 05 00:38:47.389 INFO O| Sep 05 00:38:47.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58252024-09-05T00:38:48.463Z[ recovery-image] Sep 05 00:38:47.389 INFO O| Sep 05 00:38:47.389 INFO STEP 598 (remove_files) COMPLETE
58262024-09-05T00:38:48.463Z[ recovery-image] Sep 05 00:38:47.389 INFO O| Sep 05 00:38:47.389 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-09-05T00:38:48.485Z[ recovery-image] Sep 05 00:38:47.414 INFO O| Sep 05 00:38:47.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58282024-09-05T00:38:48.485Z[ recovery-image] Sep 05 00:38:47.414 INFO O| Sep 05 00:38:47.414 INFO STEP 599 (remove_files) COMPLETE
58292024-09-05T00:38:48.488Z[ recovery-image] Sep 05 00:38:47.414 INFO O| Sep 05 00:38:47.414 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-09-05T00:38:48.507Z[ recovery-image] Sep 05 00:38:47.437 INFO O| Sep 05 00:38:47.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58312024-09-05T00:38:48.507Z[ recovery-image] Sep 05 00:38:47.437 INFO O| Sep 05 00:38:47.437 INFO STEP 600 (remove_files) COMPLETE
58322024-09-05T00:38:48.511Z[ recovery-image] Sep 05 00:38:47.437 INFO O| Sep 05 00:38:47.437 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-09-05T00:38:48.533Z[ recovery-image] Sep 05 00:38:47.463 INFO O| Sep 05 00:38:47.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58342024-09-05T00:38:48.533Z[ recovery-image] Sep 05 00:38:47.463 INFO O| Sep 05 00:38:47.463 INFO STEP 601 (remove_files) COMPLETE
58352024-09-05T00:38:48.536Z[ recovery-image] Sep 05 00:38:47.463 INFO O| Sep 05 00:38:47.463 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-09-05T00:38:48.600Z[ recovery-image] Sep 05 00:38:47.529 INFO O| Sep 05 00:38:47.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58372024-09-05T00:38:48.600Z[ recovery-image] Sep 05 00:38:47.529 INFO O| Sep 05 00:38:47.529 INFO STEP 602 (remove_files) COMPLETE
58382024-09-05T00:38:48.600Z[ recovery-image] Sep 05 00:38:47.529 INFO O| Sep 05 00:38:47.529 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-09-05T00:38:48.634Z[ recovery-image] Sep 05 00:38:47.564 INFO O| Sep 05 00:38:47.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58402024-09-05T00:38:48.634Z[ recovery-image] Sep 05 00:38:47.564 INFO O| Sep 05 00:38:47.564 INFO STEP 603 (remove_files) COMPLETE
58412024-09-05T00:38:48.634Z[ recovery-image] Sep 05 00:38:47.564 INFO O| Sep 05 00:38:47.564 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-09-05T00:38:48.657Z[ recovery-image] Sep 05 00:38:47.586 INFO O| Sep 05 00:38:47.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58432024-09-05T00:38:48.657Z[ recovery-image] Sep 05 00:38:47.586 INFO O| Sep 05 00:38:47.586 INFO STEP 604 (remove_files) COMPLETE
58442024-09-05T00:38:48.657Z[ recovery-image] Sep 05 00:38:47.586 INFO O| Sep 05 00:38:47.586 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-09-05T00:38:48.687Z[ recovery-image] Sep 05 00:38:47.615 INFO O| Sep 05 00:38:47.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58462024-09-05T00:38:48.687Z[ recovery-image] Sep 05 00:38:47.616 INFO O| Sep 05 00:38:47.615 INFO STEP 605 (remove_files) COMPLETE
58472024-09-05T00:38:48.687Z[ recovery-image] Sep 05 00:38:47.616 INFO O| Sep 05 00:38:47.616 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-09-05T00:38:48.713Z[ recovery-image] Sep 05 00:38:47.642 INFO O| Sep 05 00:38:47.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58492024-09-05T00:38:48.713Z[ recovery-image] Sep 05 00:38:47.642 INFO O| Sep 05 00:38:47.642 INFO STEP 606 (remove_files) COMPLETE
58502024-09-05T00:38:48.713Z[ recovery-image] Sep 05 00:38:47.642 INFO O| Sep 05 00:38:47.642 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-09-05T00:38:48.738Z[ recovery-image] Sep 05 00:38:47.667 INFO O| Sep 05 00:38:47.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58522024-09-05T00:38:48.738Z[ recovery-image] Sep 05 00:38:47.668 INFO O| Sep 05 00:38:47.668 INFO STEP 607 (remove_files) COMPLETE
58532024-09-05T00:38:48.738Z[ recovery-image] Sep 05 00:38:47.668 INFO O| Sep 05 00:38:47.668 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-09-05T00:38:48.762Z[ recovery-image] Sep 05 00:38:47.691 INFO O| Sep 05 00:38:47.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58552024-09-05T00:38:48.762Z[ recovery-image] Sep 05 00:38:47.691 INFO O| Sep 05 00:38:47.691 INFO STEP 608 (remove_files) COMPLETE
58562024-09-05T00:38:48.762Z[ recovery-image] Sep 05 00:38:47.691 INFO O| Sep 05 00:38:47.691 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-09-05T00:38:48.831Z[ recovery-image] Sep 05 00:38:47.761 INFO O| Sep 05 00:38:47.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58582024-09-05T00:38:48.831Z[ recovery-image] Sep 05 00:38:47.761 INFO O| Sep 05 00:38:47.761 INFO STEP 609 (remove_files) COMPLETE
58592024-09-05T00:38:48.834Z[ recovery-image] Sep 05 00:38:47.761 INFO O| Sep 05 00:38:47.761 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-09-05T00:38:48.861Z[ recovery-image] Sep 05 00:38:47.791 INFO O| Sep 05 00:38:47.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58612024-09-05T00:38:48.870Z[ recovery-image] Sep 05 00:38:47.791 INFO O| Sep 05 00:38:47.791 INFO STEP 610 (remove_files) COMPLETE
58622024-09-05T00:38:48.870Z[ recovery-image] Sep 05 00:38:47.792 INFO O| Sep 05 00:38:47.791 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-09-05T00:38:48.891Z[ recovery-image] Sep 05 00:38:47.821 INFO O| Sep 05 00:38:47.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58642024-09-05T00:38:48.891Z[ recovery-image] Sep 05 00:38:47.821 INFO O| Sep 05 00:38:47.821 INFO STEP 611 (remove_files) COMPLETE
58652024-09-05T00:38:48.894Z[ recovery-image] Sep 05 00:38:47.821 INFO O| Sep 05 00:38:47.821 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-09-05T00:38:48.917Z[ host-image] Sep 05 00:38:47.846 INFO O| Sep 05 00:38:47.846 INFO O| Actions: Completed 22 actions in 0.99 seconds.
58672024-09-05T00:38:48.919Z[ recovery-image] Sep 05 00:38:47.848 INFO O| Sep 05 00:38:47.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58682024-09-05T00:38:48.919Z[ recovery-image] Sep 05 00:38:47.849 INFO O| Sep 05 00:38:47.849 INFO STEP 612 (remove_files) COMPLETE
58692024-09-05T00:38:48.919Z[ recovery-image] Sep 05 00:38:47.849 INFO O| Sep 05 00:38:47.849 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-09-05T00:38:48.948Z[ recovery-image] Sep 05 00:38:47.877 INFO O| Sep 05 00:38:47.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58712024-09-05T00:38:48.951Z[ recovery-image] Sep 05 00:38:47.878 INFO O| Sep 05 00:38:47.877 INFO STEP 613 (remove_files) COMPLETE
58722024-09-05T00:38:48.951Z[ recovery-image] Sep 05 00:38:47.878 INFO O| Sep 05 00:38:47.878 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-09-05T00:38:48.985Z[ recovery-image] Sep 05 00:38:47.915 INFO O| Sep 05 00:38:47.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58742024-09-05T00:38:48.986Z[ recovery-image] Sep 05 00:38:47.915 INFO O| Sep 05 00:38:47.915 INFO STEP 614 (remove_files) COMPLETE
58752024-09-05T00:38:48.986Z[ recovery-image] Sep 05 00:38:47.915 INFO O| Sep 05 00:38:47.915 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-09-05T00:38:49.063Z[ recovery-image] Sep 05 00:38:47.961 INFO O| Sep 05 00:38:47.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58772024-09-05T00:38:49.063Z[ recovery-image] Sep 05 00:38:47.961 INFO O| Sep 05 00:38:47.961 INFO STEP 615 (remove_files) COMPLETE
58782024-09-05T00:38:49.063Z[ recovery-image] Sep 05 00:38:47.961 INFO O| Sep 05 00:38:47.961 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-09-05T00:38:49.063Z[ recovery-image] Sep 05 00:38:47.991 INFO O| Sep 05 00:38:47.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58802024-09-05T00:38:49.063Z[ recovery-image] Sep 05 00:38:47.991 INFO O| Sep 05 00:38:47.991 INFO STEP 616 (remove_files) COMPLETE
58812024-09-05T00:38:49.063Z[ recovery-image] Sep 05 00:38:47.992 INFO O| Sep 05 00:38:47.992 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-09-05T00:38:49.127Z[ recovery-image] Sep 05 00:38:48.045 INFO O| Sep 05 00:38:48.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58832024-09-05T00:38:49.127Z[ recovery-image] Sep 05 00:38:48.045 INFO O| Sep 05 00:38:48.045 INFO STEP 617 (remove_files) COMPLETE
58842024-09-05T00:38:49.127Z[ recovery-image] Sep 05 00:38:48.045 INFO O| Sep 05 00:38:48.045 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-09-05T00:38:49.153Z[ recovery-image] Sep 05 00:38:48.081 INFO O| Sep 05 00:38:48.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58862024-09-05T00:38:49.153Z[ recovery-image] Sep 05 00:38:48.081 INFO O| Sep 05 00:38:48.081 INFO STEP 618 (remove_files) COMPLETE
58872024-09-05T00:38:49.153Z[ recovery-image] Sep 05 00:38:48.081 INFO O| Sep 05 00:38:48.081 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-09-05T00:38:49.178Z[ recovery-image] Sep 05 00:38:48.108 INFO O| Sep 05 00:38:48.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58892024-09-05T00:38:49.179Z[ recovery-image] Sep 05 00:38:48.108 INFO O| Sep 05 00:38:48.108 INFO STEP 619 (remove_files) COMPLETE
58902024-09-05T00:38:49.181Z[ recovery-image] Sep 05 00:38:48.108 INFO O| Sep 05 00:38:48.108 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-09-05T00:38:49.206Z[ recovery-image] Sep 05 00:38:48.136 INFO O| Sep 05 00:38:48.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58922024-09-05T00:38:49.206Z[ recovery-image] Sep 05 00:38:48.136 INFO O| Sep 05 00:38:48.136 INFO STEP 620 (remove_files) COMPLETE
58932024-09-05T00:38:49.209Z[ recovery-image] Sep 05 00:38:48.136 INFO O| Sep 05 00:38:48.136 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-09-05T00:38:49.276Z[ recovery-image] Sep 05 00:38:48.177 INFO O| Sep 05 00:38:48.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58952024-09-05T00:38:49.276Z[ recovery-image] Sep 05 00:38:48.177 INFO O| Sep 05 00:38:48.177 INFO STEP 621 (remove_files) COMPLETE
58962024-09-05T00:38:49.276Z[ recovery-image] Sep 05 00:38:48.177 INFO O| Sep 05 00:38:48.177 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-09-05T00:38:49.290Z[ recovery-image] Sep 05 00:38:48.207 INFO O| Sep 05 00:38:48.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58982024-09-05T00:38:49.290Z[ recovery-image] Sep 05 00:38:48.207 INFO O| Sep 05 00:38:48.207 INFO STEP 622 (remove_files) COMPLETE
58992024-09-05T00:38:49.293Z[ recovery-image] Sep 05 00:38:48.207 INFO O| Sep 05 00:38:48.207 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-09-05T00:38:49.304Z[ recovery-image] Sep 05 00:38:48.234 INFO O| Sep 05 00:38:48.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59012024-09-05T00:38:49.307Z[ recovery-image] Sep 05 00:38:48.234 INFO O| Sep 05 00:38:48.234 INFO STEP 623 (remove_files) COMPLETE
59022024-09-05T00:38:49.307Z[ recovery-image] Sep 05 00:38:48.234 INFO O| Sep 05 00:38:48.234 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-09-05T00:38:49.330Z[ recovery-image] Sep 05 00:38:48.260 INFO O| Sep 05 00:38:48.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59042024-09-05T00:38:49.331Z[ recovery-image] Sep 05 00:38:48.260 INFO O| Sep 05 00:38:48.260 INFO STEP 624 (remove_files) COMPLETE
59052024-09-05T00:38:49.333Z[ recovery-image] Sep 05 00:38:48.260 INFO O| Sep 05 00:38:48.260 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-09-05T00:38:49.356Z[ recovery-image] Sep 05 00:38:48.285 INFO O| Sep 05 00:38:48.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59072024-09-05T00:38:49.358Z[ recovery-image] Sep 05 00:38:48.285 INFO O| Sep 05 00:38:48.285 INFO STEP 625 (remove_files) COMPLETE
59082024-09-05T00:38:49.358Z[ recovery-image] Sep 05 00:38:48.286 INFO O| Sep 05 00:38:48.285 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-09-05T00:38:49.387Z[ host-image] Sep 05 00:38:48.317 INFO O| Sep 05 00:38:48.317 INFO O| Done
59102024-09-05T00:38:49.387Z[ host-image] Sep 05 00:38:48.317 INFO O| Sep 05 00:38:48.317 INFO O| Done
59112024-09-05T00:38:49.405Z[ recovery-image] Sep 05 00:38:48.323 INFO O| Sep 05 00:38:48.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59122024-09-05T00:38:49.405Z[ recovery-image] Sep 05 00:38:48.323 INFO O| Sep 05 00:38:48.323 INFO STEP 626 (remove_files) COMPLETE
59132024-09-05T00:38:49.405Z[ recovery-image] Sep 05 00:38:48.323 INFO O| Sep 05 00:38:48.323 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-09-05T00:38:49.424Z[ recovery-image] Sep 05 00:38:48.354 INFO O| Sep 05 00:38:48.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59152024-09-05T00:38:49.424Z[ recovery-image] Sep 05 00:38:48.354 INFO O| Sep 05 00:38:48.354 INFO STEP 627 (remove_files) COMPLETE
59162024-09-05T00:38:49.424Z[ recovery-image] Sep 05 00:38:48.354 INFO O| Sep 05 00:38:48.354 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-09-05T00:38:49.458Z[ recovery-image] Sep 05 00:38:48.387 INFO O| Sep 05 00:38:48.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59182024-09-05T00:38:49.458Z[ recovery-image] Sep 05 00:38:48.387 INFO O| Sep 05 00:38:48.387 INFO STEP 628 (remove_files) COMPLETE
59192024-09-05T00:38:49.461Z[ recovery-image] Sep 05 00:38:48.387 INFO O| Sep 05 00:38:48.387 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-09-05T00:38:49.503Z[ recovery-image] Sep 05 00:38:48.423 INFO O| Sep 05 00:38:48.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59212024-09-05T00:38:49.505Z[ recovery-image] Sep 05 00:38:48.423 INFO O| Sep 05 00:38:48.423 INFO STEP 629 (remove_files) COMPLETE
59222024-09-05T00:38:49.505Z[ recovery-image] Sep 05 00:38:48.423 INFO O| Sep 05 00:38:48.423 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-09-05T00:38:49.583Z[ recovery-image] Sep 05 00:38:48.495 INFO O| Sep 05 00:38:48.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59242024-09-05T00:38:49.583Z[ recovery-image] Sep 05 00:38:48.495 INFO O| Sep 05 00:38:48.481 INFO STEP 630 (remove_files) COMPLETE
59252024-09-05T00:38:49.583Z[ recovery-image] Sep 05 00:38:48.495 INFO O| Sep 05 00:38:48.481 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-09-05T00:38:49.617Z[ recovery-image] Sep 05 00:38:48.547 INFO O| Sep 05 00:38:48.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59272024-09-05T00:38:49.617Z[ recovery-image] Sep 05 00:38:48.547 INFO O| Sep 05 00:38:48.547 INFO STEP 631 (remove_files) COMPLETE
59282024-09-05T00:38:49.617Z[ recovery-image] Sep 05 00:38:48.547 INFO O| Sep 05 00:38:48.547 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-09-05T00:38:49.644Z[ recovery-image] Sep 05 00:38:48.573 INFO O| Sep 05 00:38:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59302024-09-05T00:38:49.644Z[ recovery-image] Sep 05 00:38:48.573 INFO O| Sep 05 00:38:48.573 INFO STEP 632 (remove_files) COMPLETE
59312024-09-05T00:38:49.644Z[ recovery-image] Sep 05 00:38:48.573 INFO O| Sep 05 00:38:48.573 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-09-05T00:38:49.672Z[ recovery-image] Sep 05 00:38:48.601 INFO O| Sep 05 00:38:48.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59332024-09-05T00:38:49.672Z[ recovery-image] Sep 05 00:38:48.601 INFO O| Sep 05 00:38:48.601 INFO STEP 633 (remove_files) COMPLETE
59342024-09-05T00:38:49.672Z[ recovery-image] Sep 05 00:38:48.601 INFO O| Sep 05 00:38:48.601 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-09-05T00:38:49.700Z[ recovery-image] Sep 05 00:38:48.630 INFO O| Sep 05 00:38:48.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59362024-09-05T00:38:49.713Z[ recovery-image] Sep 05 00:38:48.643 INFO O| Sep 05 00:38:48.643 INFO STEP 634 (remove_files) COMPLETE
59372024-09-05T00:38:49.713Z[ recovery-image] Sep 05 00:38:48.643 INFO O| Sep 05 00:38:48.643 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-09-05T00:38:49.852Z[ recovery-image] Sep 05 00:38:48.782 INFO O| Sep 05 00:38:48.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59392024-09-05T00:38:49.852Z[ recovery-image] Sep 05 00:38:48.782 INFO O| Sep 05 00:38:48.782 INFO STEP 635 (remove_files) COMPLETE
59402024-09-05T00:38:49.855Z[ recovery-image] Sep 05 00:38:48.782 INFO O| Sep 05 00:38:48.782 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-09-05T00:38:49.909Z[ recovery-image] Sep 05 00:38:48.839 INFO O| Sep 05 00:38:48.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59422024-09-05T00:38:49.912Z[ recovery-image] Sep 05 00:38:48.839 INFO O| Sep 05 00:38:48.839 INFO STEP 636 (remove_files) COMPLETE
59432024-09-05T00:38:49.912Z[ recovery-image] Sep 05 00:38:48.839 INFO O| Sep 05 00:38:48.839 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-09-05T00:38:49.974Z[ recovery-image] Sep 05 00:38:48.904 INFO O| Sep 05 00:38:48.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59452024-09-05T00:38:49.974Z[ recovery-image] Sep 05 00:38:48.904 INFO O| Sep 05 00:38:48.904 INFO STEP 637 (remove_files) COMPLETE
59462024-09-05T00:38:49.977Z[ recovery-image] Sep 05 00:38:48.904 INFO O| Sep 05 00:38:48.904 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-09-05T00:38:50.005Z[ recovery-image] Sep 05 00:38:48.934 INFO O| Sep 05 00:38:48.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59482024-09-05T00:38:50.005Z[ recovery-image] Sep 05 00:38:48.934 INFO O| Sep 05 00:38:48.934 INFO STEP 638 (remove_files) COMPLETE
59492024-09-05T00:38:50.007Z[ recovery-image] Sep 05 00:38:48.934 INFO O| Sep 05 00:38:48.934 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-09-05T00:38:50.033Z[ recovery-image] Sep 05 00:38:48.962 INFO O| Sep 05 00:38:48.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59512024-09-05T00:38:50.033Z[ recovery-image] Sep 05 00:38:48.963 INFO O| Sep 05 00:38:48.962 INFO STEP 639 (remove_files) COMPLETE
59522024-09-05T00:38:50.033Z[ recovery-image] Sep 05 00:38:48.963 INFO O| Sep 05 00:38:48.963 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-09-05T00:38:50.088Z[ recovery-image] Sep 05 00:38:49.017 INFO O| Sep 05 00:38:49.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59542024-09-05T00:38:50.088Z[ recovery-image] Sep 05 00:38:49.017 INFO O| Sep 05 00:38:49.017 INFO STEP 640 (remove_files) COMPLETE
59552024-09-05T00:38:50.088Z[ recovery-image] Sep 05 00:38:49.017 INFO O| Sep 05 00:38:49.017 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-09-05T00:38:50.123Z[ recovery-image] Sep 05 00:38:49.052 INFO O| Sep 05 00:38:49.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59572024-09-05T00:38:50.126Z[ recovery-image] Sep 05 00:38:49.052 INFO O| Sep 05 00:38:49.052 INFO STEP 641 (remove_files) COMPLETE
59582024-09-05T00:38:50.126Z[ recovery-image] Sep 05 00:38:49.053 INFO O| Sep 05 00:38:49.052 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-09-05T00:38:50.152Z[ recovery-image] Sep 05 00:38:49.081 INFO O| Sep 05 00:38:49.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59602024-09-05T00:38:50.155Z[ recovery-image] Sep 05 00:38:49.082 INFO O| Sep 05 00:38:49.082 INFO STEP 642 (remove_files) COMPLETE
59612024-09-05T00:38:50.155Z[ recovery-image] Sep 05 00:38:49.082 INFO O| Sep 05 00:38:49.082 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-09-05T00:38:50.181Z[ recovery-image] Sep 05 00:38:49.110 INFO O| Sep 05 00:38:49.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59632024-09-05T00:38:50.181Z[ recovery-image] Sep 05 00:38:49.110 INFO O| Sep 05 00:38:49.110 INFO STEP 643 (remove_files) COMPLETE
59642024-09-05T00:38:50.184Z[ recovery-image] Sep 05 00:38:49.110 INFO O| Sep 05 00:38:49.110 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-09-05T00:38:50.208Z[ recovery-image] Sep 05 00:38:49.138 INFO O| Sep 05 00:38:49.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59662024-09-05T00:38:50.208Z[ recovery-image] Sep 05 00:38:49.138 INFO O| Sep 05 00:38:49.138 INFO STEP 644 (remove_files) COMPLETE
59672024-09-05T00:38:50.208Z[ recovery-image] Sep 05 00:38:49.138 INFO O| Sep 05 00:38:49.138 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-09-05T00:38:50.253Z[ recovery-image] Sep 05 00:38:49.182 INFO O| Sep 05 00:38:49.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59692024-09-05T00:38:50.257Z[ recovery-image] Sep 05 00:38:49.183 INFO O| Sep 05 00:38:49.183 INFO STEP 645 (remove_files) COMPLETE
59702024-09-05T00:38:50.257Z[ recovery-image] Sep 05 00:38:49.183 INFO O| Sep 05 00:38:49.183 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-09-05T00:38:50.292Z[ recovery-image] Sep 05 00:38:49.221 INFO O| Sep 05 00:38:49.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59722024-09-05T00:38:50.295Z[ recovery-image] Sep 05 00:38:49.222 INFO O| Sep 05 00:38:49.222 INFO STEP 646 (remove_files) COMPLETE
59732024-09-05T00:38:50.295Z[ recovery-image] Sep 05 00:38:49.222 INFO O| Sep 05 00:38:49.222 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-09-05T00:38:50.356Z[ recovery-image] Sep 05 00:38:49.285 INFO O| Sep 05 00:38:49.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59752024-09-05T00:38:50.356Z[ recovery-image] Sep 05 00:38:49.285 INFO O| Sep 05 00:38:49.285 INFO STEP 647 (remove_files) COMPLETE
59762024-09-05T00:38:50.359Z[ recovery-image] Sep 05 00:38:49.286 INFO O| Sep 05 00:38:49.285 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-09-05T00:38:50.395Z[ recovery-image] Sep 05 00:38:49.323 INFO O| Sep 05 00:38:49.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59782024-09-05T00:38:50.395Z[ recovery-image] Sep 05 00:38:49.323 INFO O| Sep 05 00:38:49.323 INFO STEP 648 (remove_files) COMPLETE
59792024-09-05T00:38:50.398Z[ recovery-image] Sep 05 00:38:49.323 INFO O| Sep 05 00:38:49.323 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-09-05T00:38:50.428Z[ recovery-image] Sep 05 00:38:49.357 INFO O| Sep 05 00:38:49.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59812024-09-05T00:38:50.431Z[ recovery-image] Sep 05 00:38:49.358 INFO O| Sep 05 00:38:49.358 INFO STEP 649 (remove_files) COMPLETE
59822024-09-05T00:38:50.431Z[ recovery-image] Sep 05 00:38:49.358 INFO O| Sep 05 00:38:49.358 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-09-05T00:38:50.440Z[ host-image] Sep 05 00:38:49.369 INFO O| Sep 05 00:38:49.369 INFO O| Done
59842024-09-05T00:38:50.458Z[ recovery-image] Sep 05 00:38:49.386 INFO O| Sep 05 00:38:49.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59852024-09-05T00:38:50.458Z[ recovery-image] Sep 05 00:38:49.386 INFO O| Sep 05 00:38:49.386 INFO STEP 650 (remove_files) COMPLETE
59862024-09-05T00:38:50.458Z[ recovery-image] Sep 05 00:38:49.386 INFO O| Sep 05 00:38:49.386 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-09-05T00:38:50.482Z[ recovery-image] Sep 05 00:38:49.412 INFO O| Sep 05 00:38:49.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59882024-09-05T00:38:50.482Z[ recovery-image] Sep 05 00:38:49.412 INFO O| Sep 05 00:38:49.412 INFO STEP 651 (remove_files) COMPLETE
59892024-09-05T00:38:50.485Z[ recovery-image] Sep 05 00:38:49.412 INFO O| Sep 05 00:38:49.412 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-09-05T00:38:50.509Z[ recovery-image] Sep 05 00:38:49.438 INFO O| Sep 05 00:38:49.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59912024-09-05T00:38:50.509Z[ recovery-image] Sep 05 00:38:49.438 INFO O| Sep 05 00:38:49.438 INFO STEP 652 (remove_files) COMPLETE
59922024-09-05T00:38:50.509Z[ recovery-image] Sep 05 00:38:49.438 INFO O| Sep 05 00:38:49.438 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-09-05T00:38:50.541Z[ recovery-image] Sep 05 00:38:49.470 INFO O| Sep 05 00:38:49.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59942024-09-05T00:38:50.544Z[ recovery-image] Sep 05 00:38:49.471 INFO O| Sep 05 00:38:49.470 INFO STEP 653 (remove_files) COMPLETE
59952024-09-05T00:38:50.544Z[ recovery-image] Sep 05 00:38:49.471 INFO O| Sep 05 00:38:49.471 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-09-05T00:38:50.602Z[ recovery-image] Sep 05 00:38:49.531 INFO O| Sep 05 00:38:49.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59972024-09-05T00:38:50.604Z[ recovery-image] Sep 05 00:38:49.531 INFO O| Sep 05 00:38:49.531 INFO STEP 654 (remove_files) COMPLETE
59982024-09-05T00:38:50.604Z[ recovery-image] Sep 05 00:38:49.531 INFO O| Sep 05 00:38:49.531 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-09-05T00:38:50.630Z[ recovery-image] Sep 05 00:38:49.559 INFO O| Sep 05 00:38:49.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60002024-09-05T00:38:50.650Z[ recovery-image] Sep 05 00:38:49.579 INFO O| Sep 05 00:38:49.579 INFO STEP 655 (remove_files) COMPLETE
60012024-09-05T00:38:50.650Z[ recovery-image] Sep 05 00:38:49.579 INFO O| Sep 05 00:38:49.579 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-09-05T00:38:50.685Z[ recovery-image] Sep 05 00:38:49.615 INFO O| Sep 05 00:38:49.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60032024-09-05T00:38:50.688Z[ recovery-image] Sep 05 00:38:49.615 INFO O| Sep 05 00:38:49.615 INFO STEP 656 (remove_files) COMPLETE
60042024-09-05T00:38:50.688Z[ recovery-image] Sep 05 00:38:49.615 INFO O| Sep 05 00:38:49.615 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-09-05T00:38:50.714Z[ recovery-image] Sep 05 00:38:49.643 INFO O| Sep 05 00:38:49.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60062024-09-05T00:38:50.716Z[ recovery-image] Sep 05 00:38:49.643 INFO O| Sep 05 00:38:49.643 INFO STEP 657 (remove_files) COMPLETE
60072024-09-05T00:38:50.716Z[ recovery-image] Sep 05 00:38:49.644 INFO O| Sep 05 00:38:49.643 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-09-05T00:38:50.744Z[ recovery-image] Sep 05 00:38:49.673 INFO O| Sep 05 00:38:49.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60092024-09-05T00:38:50.747Z[ recovery-image] Sep 05 00:38:49.674 INFO O| Sep 05 00:38:49.674 INFO STEP 658 (remove_files) COMPLETE
60102024-09-05T00:38:50.747Z[ recovery-image] Sep 05 00:38:49.674 INFO O| Sep 05 00:38:49.674 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-09-05T00:38:50.774Z[ recovery-image] Sep 05 00:38:49.703 INFO O| Sep 05 00:38:49.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60122024-09-05T00:38:50.774Z[ recovery-image] Sep 05 00:38:49.704 INFO O| Sep 05 00:38:49.703 INFO STEP 659 (remove_files) COMPLETE
60132024-09-05T00:38:50.774Z[ recovery-image] Sep 05 00:38:49.704 INFO O| Sep 05 00:38:49.704 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-09-05T00:38:50.804Z[ recovery-image] Sep 05 00:38:49.733 INFO O| Sep 05 00:38:49.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60152024-09-05T00:38:50.806Z[ recovery-image] Sep 05 00:38:49.733 INFO O| Sep 05 00:38:49.733 INFO STEP 660 (remove_files) COMPLETE
60162024-09-05T00:38:50.806Z[ recovery-image] Sep 05 00:38:49.733 INFO O| Sep 05 00:38:49.733 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-09-05T00:38:50.831Z[ recovery-image] Sep 05 00:38:49.760 INFO O| Sep 05 00:38:49.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60182024-09-05T00:38:50.833Z[ recovery-image] Sep 05 00:38:49.760 INFO O| Sep 05 00:38:49.760 INFO STEP 661 (remove_files) COMPLETE
60192024-09-05T00:38:50.833Z[ recovery-image] Sep 05 00:38:49.760 INFO O| Sep 05 00:38:49.760 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-09-05T00:38:50.856Z[ recovery-image] Sep 05 00:38:49.785 INFO O| Sep 05 00:38:49.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60212024-09-05T00:38:50.859Z[ recovery-image] Sep 05 00:38:49.785 INFO O| Sep 05 00:38:49.785 INFO STEP 662 (remove_files) COMPLETE
60222024-09-05T00:38:50.859Z[ recovery-image] Sep 05 00:38:49.785 INFO O| Sep 05 00:38:49.785 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-09-05T00:38:50.898Z[ recovery-image] Sep 05 00:38:49.827 INFO O| Sep 05 00:38:49.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60242024-09-05T00:38:50.898Z[ recovery-image] Sep 05 00:38:49.827 INFO O| Sep 05 00:38:49.827 INFO STEP 663 (remove_files) COMPLETE
60252024-09-05T00:38:50.912Z[ recovery-image] Sep 05 00:38:49.827 INFO O| Sep 05 00:38:49.827 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-09-05T00:38:50.927Z[ recovery-image] Sep 05 00:38:49.856 INFO O| Sep 05 00:38:49.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60272024-09-05T00:38:50.927Z[ recovery-image] Sep 05 00:38:49.856 INFO O| Sep 05 00:38:49.856 INFO STEP 664 (remove_files) COMPLETE
60282024-09-05T00:38:50.930Z[ recovery-image] Sep 05 00:38:49.856 INFO O| Sep 05 00:38:49.856 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-09-05T00:38:50.962Z[ recovery-image] Sep 05 00:38:49.891 INFO O| Sep 05 00:38:49.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60302024-09-05T00:38:50.962Z[ recovery-image] Sep 05 00:38:49.891 INFO O| Sep 05 00:38:49.891 INFO STEP 665 (remove_files) COMPLETE
60312024-09-05T00:38:50.962Z[ recovery-image] Sep 05 00:38:49.891 INFO O| Sep 05 00:38:49.891 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-09-05T00:38:50.992Z[ recovery-image] Sep 05 00:38:49.921 INFO O| Sep 05 00:38:49.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60332024-09-05T00:38:50.992Z[ recovery-image] Sep 05 00:38:49.922 INFO O| Sep 05 00:38:49.921 INFO STEP 666 (remove_files) COMPLETE
60342024-09-05T00:38:50.995Z[ recovery-image] Sep 05 00:38:49.922 INFO O| Sep 05 00:38:49.922 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-09-05T00:38:51.021Z[ recovery-image] Sep 05 00:38:49.951 INFO O| Sep 05 00:38:49.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60362024-09-05T00:38:51.021Z[ recovery-image] Sep 05 00:38:49.951 INFO O| Sep 05 00:38:49.951 INFO STEP 667 (remove_files) COMPLETE
60372024-09-05T00:38:51.024Z[ recovery-image] Sep 05 00:38:49.951 INFO O| Sep 05 00:38:49.951 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-09-05T00:38:51.058Z[ recovery-image] Sep 05 00:38:49.987 INFO O| Sep 05 00:38:49.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60392024-09-05T00:38:51.058Z[ recovery-image] Sep 05 00:38:49.987 INFO O| Sep 05 00:38:49.987 INFO STEP 668 (remove_files) COMPLETE
60402024-09-05T00:38:51.058Z[ recovery-image] Sep 05 00:38:49.987 INFO O| Sep 05 00:38:49.987 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-09-05T00:38:51.091Z[ recovery-image] Sep 05 00:38:50.020 INFO O| Sep 05 00:38:50.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60422024-09-05T00:38:51.093Z[ recovery-image] Sep 05 00:38:50.020 INFO O| Sep 05 00:38:50.020 INFO STEP 669 (remove_files) COMPLETE
60432024-09-05T00:38:51.093Z[ recovery-image] Sep 05 00:38:50.020 INFO O| Sep 05 00:38:50.020 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-09-05T00:38:51.128Z[ recovery-image] Sep 05 00:38:50.057 INFO O| Sep 05 00:38:50.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60452024-09-05T00:38:51.131Z[ recovery-image] Sep 05 00:38:50.058 INFO O| Sep 05 00:38:50.057 INFO STEP 670 (remove_files) COMPLETE
60462024-09-05T00:38:51.131Z[ recovery-image] Sep 05 00:38:50.058 INFO O| Sep 05 00:38:50.057 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-09-05T00:38:51.178Z[ recovery-image] Sep 05 00:38:50.108 INFO O| Sep 05 00:38:50.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60482024-09-05T00:38:51.181Z[ recovery-image] Sep 05 00:38:50.108 INFO O| Sep 05 00:38:50.108 INFO STEP 671 (remove_files) COMPLETE
60492024-09-05T00:38:51.181Z[ recovery-image] Sep 05 00:38:50.108 INFO O| Sep 05 00:38:50.108 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-09-05T00:38:51.204Z[ recovery-image] Sep 05 00:38:50.133 INFO O| Sep 05 00:38:50.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60512024-09-05T00:38:51.204Z[ recovery-image] Sep 05 00:38:50.133 INFO O| Sep 05 00:38:50.133 INFO STEP 672 (remove_files) COMPLETE
60522024-09-05T00:38:51.204Z[ recovery-image] Sep 05 00:38:50.133 INFO O| Sep 05 00:38:50.133 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-09-05T00:38:51.249Z[ recovery-image] Sep 05 00:38:50.178 INFO O| Sep 05 00:38:50.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60542024-09-05T00:38:51.252Z[ recovery-image] Sep 05 00:38:50.179 INFO O| Sep 05 00:38:50.178 INFO STEP 673 (remove_files) COMPLETE
60552024-09-05T00:38:51.252Z[ recovery-image] Sep 05 00:38:50.179 INFO O| Sep 05 00:38:50.179 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-09-05T00:38:51.286Z[ recovery-image] Sep 05 00:38:50.216 INFO O| Sep 05 00:38:50.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60572024-09-05T00:38:51.286Z[ recovery-image] Sep 05 00:38:50.216 INFO O| Sep 05 00:38:50.216 INFO STEP 674 (remove_files) COMPLETE
60582024-09-05T00:38:51.289Z[ recovery-image] Sep 05 00:38:50.216 INFO O| Sep 05 00:38:50.216 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-09-05T00:38:51.330Z[ recovery-image] Sep 05 00:38:50.259 INFO O| Sep 05 00:38:50.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60602024-09-05T00:38:51.332Z[ recovery-image] Sep 05 00:38:50.259 INFO O| Sep 05 00:38:50.259 INFO STEP 675 (remove_files) COMPLETE
60612024-09-05T00:38:51.332Z[ recovery-image] Sep 05 00:38:50.259 INFO O| Sep 05 00:38:50.259 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-09-05T00:38:51.355Z[ recovery-image] Sep 05 00:38:50.284 INFO O| Sep 05 00:38:50.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60632024-09-05T00:38:51.358Z[ recovery-image] Sep 05 00:38:50.285 INFO O| Sep 05 00:38:50.285 INFO STEP 676 (remove_files) COMPLETE
60642024-09-05T00:38:51.358Z[ recovery-image] Sep 05 00:38:50.285 INFO O| Sep 05 00:38:50.285 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-09-05T00:38:51.387Z[ recovery-image] Sep 05 00:38:50.316 INFO O| Sep 05 00:38:50.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60662024-09-05T00:38:51.387Z[ recovery-image] Sep 05 00:38:50.316 INFO O| Sep 05 00:38:50.316 INFO STEP 677 (remove_files) COMPLETE
60672024-09-05T00:38:51.390Z[ recovery-image] Sep 05 00:38:50.316 INFO O| Sep 05 00:38:50.316 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-09-05T00:38:51.416Z[ recovery-image] Sep 05 00:38:50.345 INFO O| Sep 05 00:38:50.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60692024-09-05T00:38:51.416Z[ recovery-image] Sep 05 00:38:50.345 INFO O| Sep 05 00:38:50.345 INFO STEP 678 (remove_files) COMPLETE
60702024-09-05T00:38:51.418Z[ recovery-image] Sep 05 00:38:50.345 INFO O| Sep 05 00:38:50.345 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-09-05T00:38:51.445Z[ recovery-image] Sep 05 00:38:50.374 INFO O| Sep 05 00:38:50.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60722024-09-05T00:38:51.445Z[ recovery-image] Sep 05 00:38:50.374 INFO O| Sep 05 00:38:50.374 INFO STEP 679 (remove_files) COMPLETE
60732024-09-05T00:38:51.448Z[ recovery-image] Sep 05 00:38:50.374 INFO O| Sep 05 00:38:50.374 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-09-05T00:38:51.480Z[ recovery-image] Sep 05 00:38:50.409 INFO O| Sep 05 00:38:50.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60752024-09-05T00:38:51.480Z[ recovery-image] Sep 05 00:38:50.410 INFO O| Sep 05 00:38:50.409 INFO STEP 680 (remove_files) COMPLETE
60762024-09-05T00:38:51.483Z[ recovery-image] Sep 05 00:38:50.410 INFO O| Sep 05 00:38:50.410 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-09-05T00:38:51.506Z[ recovery-image] Sep 05 00:38:50.435 INFO O| Sep 05 00:38:50.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60782024-09-05T00:38:51.506Z[ recovery-image] Sep 05 00:38:50.435 INFO O| Sep 05 00:38:50.435 INFO STEP 681 (remove_files) COMPLETE
60792024-09-05T00:38:51.506Z[ recovery-image] Sep 05 00:38:50.435 INFO O| Sep 05 00:38:50.435 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-09-05T00:38:51.535Z[ recovery-image] Sep 05 00:38:50.464 INFO O| Sep 05 00:38:50.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60812024-09-05T00:38:51.535Z[ recovery-image] Sep 05 00:38:50.465 INFO O| Sep 05 00:38:50.465 INFO STEP 682 (remove_files) COMPLETE
60822024-09-05T00:38:51.535Z[ recovery-image] Sep 05 00:38:50.465 INFO O| Sep 05 00:38:50.465 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-09-05T00:38:51.565Z[ recovery-image] Sep 05 00:38:50.495 INFO O| Sep 05 00:38:50.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60842024-09-05T00:38:51.566Z[ recovery-image] Sep 05 00:38:50.495 INFO O| Sep 05 00:38:50.495 INFO STEP 683 (remove_files) COMPLETE
60852024-09-05T00:38:51.566Z[ recovery-image] Sep 05 00:38:50.495 INFO O| Sep 05 00:38:50.495 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-09-05T00:38:51.643Z[ recovery-image] Sep 05 00:38:50.572 INFO O| Sep 05 00:38:50.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60872024-09-05T00:38:51.643Z[ recovery-image] Sep 05 00:38:50.572 INFO O| Sep 05 00:38:50.572 INFO STEP 684 (remove_files) COMPLETE
60882024-09-05T00:38:51.643Z[ recovery-image] Sep 05 00:38:50.572 INFO O| Sep 05 00:38:50.572 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-09-05T00:38:51.673Z[ recovery-image] Sep 05 00:38:50.602 INFO O| Sep 05 00:38:50.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60902024-09-05T00:38:51.674Z[ recovery-image] Sep 05 00:38:50.602 INFO O| Sep 05 00:38:50.602 INFO STEP 685 (remove_files) COMPLETE
60912024-09-05T00:38:51.674Z[ recovery-image] Sep 05 00:38:50.602 INFO O| Sep 05 00:38:50.602 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-09-05T00:38:51.701Z[ recovery-image] Sep 05 00:38:50.631 INFO O| Sep 05 00:38:50.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60932024-09-05T00:38:51.701Z[ recovery-image] Sep 05 00:38:50.631 INFO O| Sep 05 00:38:50.631 INFO STEP 686 (remove_files) COMPLETE
60942024-09-05T00:38:51.705Z[ recovery-image] Sep 05 00:38:50.631 INFO O| Sep 05 00:38:50.631 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-09-05T00:38:51.739Z[ recovery-image] Sep 05 00:38:50.668 INFO O| Sep 05 00:38:50.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60962024-09-05T00:38:51.739Z[ recovery-image] Sep 05 00:38:50.668 INFO O| Sep 05 00:38:50.668 INFO STEP 687 (remove_files) COMPLETE
60972024-09-05T00:38:51.742Z[ recovery-image] Sep 05 00:38:50.668 INFO O| Sep 05 00:38:50.668 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-09-05T00:38:51.769Z[ recovery-image] Sep 05 00:38:50.698 INFO O| Sep 05 00:38:50.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60992024-09-05T00:38:51.769Z[ recovery-image] Sep 05 00:38:50.698 INFO O| Sep 05 00:38:50.698 INFO STEP 688 (remove_files) COMPLETE
61002024-09-05T00:38:51.772Z[ recovery-image] Sep 05 00:38:50.698 INFO O| Sep 05 00:38:50.698 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-09-05T00:38:51.804Z[ recovery-image] Sep 05 00:38:50.733 INFO O| Sep 05 00:38:50.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61022024-09-05T00:38:51.807Z[ recovery-image] Sep 05 00:38:50.733 INFO O| Sep 05 00:38:50.733 INFO STEP 689 (remove_files) COMPLETE
61032024-09-05T00:38:51.807Z[ recovery-image] Sep 05 00:38:50.733 INFO O| Sep 05 00:38:50.733 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-09-05T00:38:51.828Z[ recovery-image] Sep 05 00:38:50.757 INFO O| Sep 05 00:38:50.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61052024-09-05T00:38:51.831Z[ recovery-image] Sep 05 00:38:50.758 INFO O| Sep 05 00:38:50.758 INFO STEP 690 (remove_files) COMPLETE
61062024-09-05T00:38:51.831Z[ recovery-image] Sep 05 00:38:50.758 INFO O| Sep 05 00:38:50.758 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-09-05T00:38:51.854Z[ recovery-image] Sep 05 00:38:50.783 INFO O| Sep 05 00:38:50.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61082024-09-05T00:38:51.857Z[ recovery-image] Sep 05 00:38:50.784 INFO O| Sep 05 00:38:50.784 INFO STEP 691 (remove_files) COMPLETE
61092024-09-05T00:38:51.857Z[ recovery-image] Sep 05 00:38:50.784 INFO O| Sep 05 00:38:50.784 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-09-05T00:38:51.883Z[ recovery-image] Sep 05 00:38:50.811 INFO O| Sep 05 00:38:50.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61112024-09-05T00:38:51.883Z[ recovery-image] Sep 05 00:38:50.811 INFO O| Sep 05 00:38:50.811 INFO STEP 692 (remove_files) COMPLETE
61122024-09-05T00:38:51.886Z[ recovery-image] Sep 05 00:38:50.811 INFO O| Sep 05 00:38:50.811 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-09-05T00:38:51.910Z[ recovery-image] Sep 05 00:38:50.839 INFO O| Sep 05 00:38:50.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61142024-09-05T00:38:51.910Z[ recovery-image] Sep 05 00:38:50.839 INFO O| Sep 05 00:38:50.839 INFO STEP 693 (remove_files) COMPLETE
61152024-09-05T00:38:51.910Z[ recovery-image] Sep 05 00:38:50.839 INFO O| Sep 05 00:38:50.839 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-09-05T00:38:51.951Z[ recovery-image] Sep 05 00:38:50.880 INFO O| Sep 05 00:38:50.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61172024-09-05T00:38:51.951Z[ recovery-image] Sep 05 00:38:50.880 INFO O| Sep 05 00:38:50.880 INFO STEP 694 (remove_files) COMPLETE
61182024-09-05T00:38:51.953Z[ recovery-image] Sep 05 00:38:50.880 INFO O| Sep 05 00:38:50.880 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-09-05T00:38:51.977Z[ recovery-image] Sep 05 00:38:50.906 INFO O| Sep 05 00:38:50.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61202024-09-05T00:38:51.977Z[ recovery-image] Sep 05 00:38:50.906 INFO O| Sep 05 00:38:50.906 INFO STEP 695 (remove_files) COMPLETE
61212024-09-05T00:38:51.980Z[ recovery-image] Sep 05 00:38:50.906 INFO O| Sep 05 00:38:50.906 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-09-05T00:38:52.002Z[ recovery-image] Sep 05 00:38:50.931 INFO O| Sep 05 00:38:50.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61232024-09-05T00:38:52.002Z[ recovery-image] Sep 05 00:38:50.931 INFO O| Sep 05 00:38:50.931 INFO STEP 696 (remove_files) COMPLETE
61242024-09-05T00:38:52.005Z[ recovery-image] Sep 05 00:38:50.931 INFO O| Sep 05 00:38:50.931 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-09-05T00:38:52.041Z[ recovery-image] Sep 05 00:38:50.970 INFO O| Sep 05 00:38:50.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61262024-09-05T00:38:52.043Z[ recovery-image] Sep 05 00:38:50.970 INFO O| Sep 05 00:38:50.970 INFO STEP 697 (remove_files) COMPLETE
61272024-09-05T00:38:52.043Z[ recovery-image] Sep 05 00:38:50.970 INFO O| Sep 05 00:38:50.970 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-09-05T00:38:52.081Z[ recovery-image] Sep 05 00:38:51.010 INFO O| Sep 05 00:38:51.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61292024-09-05T00:38:52.081Z[ recovery-image] Sep 05 00:38:51.010 INFO O| Sep 05 00:38:51.010 INFO STEP 698 (remove_files) COMPLETE
61302024-09-05T00:38:52.084Z[ recovery-image] Sep 05 00:38:51.010 INFO O| Sep 05 00:38:51.010 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-09-05T00:38:52.140Z[ recovery-image] Sep 05 00:38:51.068 INFO O| Sep 05 00:38:51.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61322024-09-05T00:38:52.140Z[ recovery-image] Sep 05 00:38:51.068 INFO O| Sep 05 00:38:51.068 INFO STEP 699 (remove_files) COMPLETE
61332024-09-05T00:38:52.140Z[ recovery-image] Sep 05 00:38:51.068 INFO O| Sep 05 00:38:51.068 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-09-05T00:38:52.167Z[ recovery-image] Sep 05 00:38:51.096 INFO O| Sep 05 00:38:51.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61352024-09-05T00:38:52.167Z[ recovery-image] Sep 05 00:38:51.096 INFO O| Sep 05 00:38:51.096 INFO STEP 700 (remove_files) COMPLETE
61362024-09-05T00:38:52.167Z[ recovery-image] Sep 05 00:38:51.096 INFO O| Sep 05 00:38:51.096 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-09-05T00:38:52.202Z[ recovery-image] Sep 05 00:38:51.131 INFO O| Sep 05 00:38:51.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61382024-09-05T00:38:52.202Z[ recovery-image] Sep 05 00:38:51.131 INFO O| Sep 05 00:38:51.131 INFO STEP 701 (remove_files) COMPLETE
61392024-09-05T00:38:52.205Z[ recovery-image] Sep 05 00:38:51.131 INFO O| Sep 05 00:38:51.131 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-09-05T00:38:52.227Z[ recovery-image] Sep 05 00:38:51.156 INFO O| Sep 05 00:38:51.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61412024-09-05T00:38:52.230Z[ recovery-image] Sep 05 00:38:51.157 INFO O| Sep 05 00:38:51.157 INFO STEP 702 (remove_files) COMPLETE
61422024-09-05T00:38:52.230Z[ recovery-image] Sep 05 00:38:51.157 INFO O| Sep 05 00:38:51.157 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-09-05T00:38:52.272Z[ recovery-image] Sep 05 00:38:51.200 INFO O| Sep 05 00:38:51.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61442024-09-05T00:38:52.274Z[ recovery-image] Sep 05 00:38:51.201 INFO O| Sep 05 00:38:51.201 INFO STEP 703 (remove_files) COMPLETE
61452024-09-05T00:38:52.274Z[ recovery-image] Sep 05 00:38:51.201 INFO O| Sep 05 00:38:51.201 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-09-05T00:38:52.321Z[ recovery-image] Sep 05 00:38:51.250 INFO O| Sep 05 00:38:51.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61472024-09-05T00:38:52.321Z[ recovery-image] Sep 05 00:38:51.250 INFO O| Sep 05 00:38:51.250 INFO STEP 704 (remove_files) COMPLETE
61482024-09-05T00:38:52.323Z[ recovery-image] Sep 05 00:38:51.250 INFO O| Sep 05 00:38:51.250 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-09-05T00:38:52.385Z[ recovery-image] Sep 05 00:38:51.314 INFO O| Sep 05 00:38:51.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61502024-09-05T00:38:52.387Z[ recovery-image] Sep 05 00:38:51.314 INFO O| Sep 05 00:38:51.314 INFO STEP 705 (remove_files) COMPLETE
61512024-09-05T00:38:52.387Z[ recovery-image] Sep 05 00:38:51.314 INFO O| Sep 05 00:38:51.314 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-09-05T00:38:52.411Z[ recovery-image] Sep 05 00:38:51.340 INFO O| Sep 05 00:38:51.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61532024-09-05T00:38:52.411Z[ recovery-image] Sep 05 00:38:51.340 INFO O| Sep 05 00:38:51.340 INFO STEP 706 (remove_files) COMPLETE
61542024-09-05T00:38:52.414Z[ recovery-image] Sep 05 00:38:51.340 INFO O| Sep 05 00:38:51.340 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-09-05T00:38:52.436Z[ recovery-image] Sep 05 00:38:51.365 INFO O| Sep 05 00:38:51.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61562024-09-05T00:38:52.436Z[ recovery-image] Sep 05 00:38:51.365 INFO O| Sep 05 00:38:51.365 INFO STEP 707 (remove_files) COMPLETE
61572024-09-05T00:38:52.436Z[ recovery-image] Sep 05 00:38:51.365 INFO O| Sep 05 00:38:51.365 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-09-05T00:38:52.472Z[ recovery-image] Sep 05 00:38:51.401 INFO O| Sep 05 00:38:51.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61592024-09-05T00:38:52.472Z[ recovery-image] Sep 05 00:38:51.402 INFO O| Sep 05 00:38:51.401 INFO STEP 708 (remove_files) COMPLETE
61602024-09-05T00:38:52.475Z[ recovery-image] Sep 05 00:38:51.402 INFO O| Sep 05 00:38:51.401 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-09-05T00:38:52.525Z[ recovery-image] Sep 05 00:38:51.454 INFO O| Sep 05 00:38:51.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61622024-09-05T00:38:52.525Z[ recovery-image] Sep 05 00:38:51.454 INFO O| Sep 05 00:38:51.454 INFO STEP 709 (remove_files) COMPLETE
61632024-09-05T00:38:52.525Z[ recovery-image] Sep 05 00:38:51.454 INFO O| Sep 05 00:38:51.454 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-09-05T00:38:52.551Z[ recovery-image] Sep 05 00:38:51.480 INFO O| Sep 05 00:38:51.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61652024-09-05T00:38:52.551Z[ recovery-image] Sep 05 00:38:51.480 INFO O| Sep 05 00:38:51.480 INFO STEP 710 (remove_files) COMPLETE
61662024-09-05T00:38:52.551Z[ recovery-image] Sep 05 00:38:51.480 INFO O| Sep 05 00:38:51.480 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-09-05T00:38:52.573Z[ recovery-image] Sep 05 00:38:51.502 INFO O| Sep 05 00:38:51.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61682024-09-05T00:38:52.573Z[ recovery-image] Sep 05 00:38:51.503 INFO O| Sep 05 00:38:51.502 INFO STEP 711 (remove_files) COMPLETE
61692024-09-05T00:38:52.576Z[ recovery-image] Sep 05 00:38:51.503 INFO O| Sep 05 00:38:51.503 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-09-05T00:38:52.595Z[ recovery-image] Sep 05 00:38:51.524 INFO O| Sep 05 00:38:51.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61712024-09-05T00:38:52.595Z[ recovery-image] Sep 05 00:38:51.524 INFO O| Sep 05 00:38:51.524 INFO STEP 712 (remove_files) COMPLETE
61722024-09-05T00:38:52.598Z[ recovery-image] Sep 05 00:38:51.524 INFO O| Sep 05 00:38:51.524 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-09-05T00:38:52.629Z[ recovery-image] Sep 05 00:38:51.558 INFO O| Sep 05 00:38:51.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61742024-09-05T00:38:52.629Z[ recovery-image] Sep 05 00:38:51.558 INFO O| Sep 05 00:38:51.558 INFO STEP 713 (remove_files) COMPLETE
61752024-09-05T00:38:52.632Z[ recovery-image] Sep 05 00:38:51.558 INFO O| Sep 05 00:38:51.558 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-09-05T00:38:52.664Z[ recovery-image] Sep 05 00:38:51.593 INFO O| Sep 05 00:38:51.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61772024-09-05T00:38:52.664Z[ recovery-image] Sep 05 00:38:51.593 INFO O| Sep 05 00:38:51.593 INFO STEP 714 (remove_files) COMPLETE
61782024-09-05T00:38:52.664Z[ recovery-image] Sep 05 00:38:51.594 INFO O| Sep 05 00:38:51.593 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-09-05T00:38:52.686Z[ recovery-image] Sep 05 00:38:51.615 INFO O| Sep 05 00:38:51.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61802024-09-05T00:38:52.689Z[ recovery-image] Sep 05 00:38:51.615 INFO O| Sep 05 00:38:51.615 INFO STEP 715 (remove_files) COMPLETE
61812024-09-05T00:38:52.689Z[ recovery-image] Sep 05 00:38:51.615 INFO O| Sep 05 00:38:51.615 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-09-05T00:38:52.708Z[ recovery-image] Sep 05 00:38:51.637 INFO O| Sep 05 00:38:51.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61832024-09-05T00:38:52.708Z[ recovery-image] Sep 05 00:38:51.637 INFO O| Sep 05 00:38:51.637 INFO STEP 716 (remove_files) COMPLETE
61842024-09-05T00:38:52.711Z[ recovery-image] Sep 05 00:38:51.637 INFO O| Sep 05 00:38:51.637 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-09-05T00:38:52.730Z[ recovery-image] Sep 05 00:38:51.658 INFO O| Sep 05 00:38:51.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61862024-09-05T00:38:52.730Z[ recovery-image] Sep 05 00:38:51.658 INFO O| Sep 05 00:38:51.658 INFO STEP 717 (remove_files) COMPLETE
61872024-09-05T00:38:52.732Z[ recovery-image] Sep 05 00:38:51.658 INFO O| Sep 05 00:38:51.658 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-09-05T00:38:52.796Z[ recovery-image] Sep 05 00:38:51.725 INFO O| Sep 05 00:38:51.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61892024-09-05T00:38:52.796Z[ recovery-image] Sep 05 00:38:51.725 INFO O| Sep 05 00:38:51.725 INFO STEP 718 (remove_files) COMPLETE
61902024-09-05T00:38:52.798Z[ recovery-image] Sep 05 00:38:51.725 INFO O| Sep 05 00:38:51.725 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-09-05T00:38:52.862Z[ recovery-image] Sep 05 00:38:51.791 INFO O| Sep 05 00:38:51.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61922024-09-05T00:38:52.862Z[ recovery-image] Sep 05 00:38:51.791 INFO O| Sep 05 00:38:51.791 INFO STEP 719 (remove_files) COMPLETE
61932024-09-05T00:38:52.862Z[ recovery-image] Sep 05 00:38:51.791 INFO O| Sep 05 00:38:51.791 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-09-05T00:38:52.905Z[ recovery-image] Sep 05 00:38:51.834 INFO O| Sep 05 00:38:51.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61952024-09-05T00:38:52.925Z[ recovery-image] Sep 05 00:38:51.854 INFO O| Sep 05 00:38:51.854 INFO STEP 720 (remove_files) COMPLETE
61962024-09-05T00:38:52.925Z[ recovery-image] Sep 05 00:38:51.854 INFO O| Sep 05 00:38:51.854 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-09-05T00:38:52.971Z[ recovery-image] Sep 05 00:38:51.900 INFO O| Sep 05 00:38:51.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61982024-09-05T00:38:52.971Z[ recovery-image] Sep 05 00:38:51.900 INFO O| Sep 05 00:38:51.900 INFO STEP 721 (remove_files) COMPLETE
61992024-09-05T00:38:52.971Z[ recovery-image] Sep 05 00:38:51.900 INFO O| Sep 05 00:38:51.900 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-09-05T00:38:52.993Z[ recovery-image] Sep 05 00:38:51.922 INFO O| Sep 05 00:38:51.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62012024-09-05T00:38:52.993Z[ recovery-image] Sep 05 00:38:51.922 INFO O| Sep 05 00:38:51.922 INFO STEP 722 (remove_files) COMPLETE
62022024-09-05T00:38:52.993Z[ recovery-image] Sep 05 00:38:51.922 INFO O| Sep 05 00:38:51.922 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-09-05T00:38:53.015Z[ recovery-image] Sep 05 00:38:51.943 INFO O| Sep 05 00:38:51.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62042024-09-05T00:38:53.015Z[ recovery-image] Sep 05 00:38:51.944 INFO O| Sep 05 00:38:51.943 INFO STEP 723 (remove_files) COMPLETE
62052024-09-05T00:38:53.015Z[ recovery-image] Sep 05 00:38:51.944 INFO O| Sep 05 00:38:51.944 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-09-05T00:38:53.037Z[ recovery-image] Sep 05 00:38:51.966 INFO O| Sep 05 00:38:51.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62072024-09-05T00:38:53.037Z[ recovery-image] Sep 05 00:38:51.966 INFO O| Sep 05 00:38:51.966 INFO STEP 724 (remove_files) COMPLETE
62082024-09-05T00:38:53.037Z[ recovery-image] Sep 05 00:38:51.966 INFO O| Sep 05 00:38:51.966 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-09-05T00:38:53.097Z[ recovery-image] Sep 05 00:38:52.026 INFO O| Sep 05 00:38:52.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62102024-09-05T00:38:53.100Z[ recovery-image] Sep 05 00:38:52.026 INFO O| Sep 05 00:38:52.026 INFO STEP 725 (remove_files) COMPLETE
62112024-09-05T00:38:53.100Z[ recovery-image] Sep 05 00:38:52.026 INFO O| Sep 05 00:38:52.026 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-09-05T00:38:53.122Z[ recovery-image] Sep 05 00:38:52.051 INFO O| Sep 05 00:38:52.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62132024-09-05T00:38:53.125Z[ recovery-image] Sep 05 00:38:52.051 INFO O| Sep 05 00:38:52.051 INFO STEP 726 (remove_files) COMPLETE
62142024-09-05T00:38:53.125Z[ recovery-image] Sep 05 00:38:52.051 INFO O| Sep 05 00:38:52.051 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-09-05T00:38:53.176Z[ recovery-image] Sep 05 00:38:52.104 INFO O| Sep 05 00:38:52.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62162024-09-05T00:38:53.176Z[ recovery-image] Sep 05 00:38:52.104 INFO O| Sep 05 00:38:52.104 INFO STEP 727 (remove_files) COMPLETE
62172024-09-05T00:38:53.176Z[ recovery-image] Sep 05 00:38:52.104 INFO O| Sep 05 00:38:52.104 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-09-05T00:38:53.186Z[ host-image] Sep 05 00:38:52.115 INFO O| Sep 05 00:38:52.115 INFO O| Done
62192024-09-05T00:38:53.201Z[ recovery-image] Sep 05 00:38:52.130 INFO O| Sep 05 00:38:52.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62202024-09-05T00:38:53.201Z[ recovery-image] Sep 05 00:38:52.130 INFO O| Sep 05 00:38:52.130 INFO STEP 728 (remove_files) COMPLETE
62212024-09-05T00:38:53.201Z[ recovery-image] Sep 05 00:38:52.130 INFO O| Sep 05 00:38:52.130 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-09-05T00:38:53.229Z[ recovery-image] Sep 05 00:38:52.157 INFO O| Sep 05 00:38:52.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62232024-09-05T00:38:53.231Z[ recovery-image] Sep 05 00:38:52.158 INFO O| Sep 05 00:38:52.158 INFO STEP 729 (remove_files) COMPLETE
62242024-09-05T00:38:53.231Z[ recovery-image] Sep 05 00:38:52.158 INFO O| Sep 05 00:38:52.158 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-09-05T00:38:53.251Z[ host-image] Sep 05 00:38:52.179 INFO O| Sep 05 00:38:52.179 INFO O| Done
62262024-09-05T00:38:53.253Z[ host-image] Sep 05 00:38:52.180 INFO O| Sep 05 00:38:52.180 INFO O| Done
62272024-09-05T00:38:53.271Z[ recovery-image] Sep 05 00:38:52.200 INFO O| Sep 05 00:38:52.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62282024-09-05T00:38:53.274Z[ recovery-image] Sep 05 00:38:52.200 INFO O| Sep 05 00:38:52.200 INFO STEP 730 (remove_files) COMPLETE
62292024-09-05T00:38:53.274Z[ recovery-image] Sep 05 00:38:52.200 INFO O| Sep 05 00:38:52.200 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-09-05T00:38:53.295Z[ host-image] Sep 05 00:38:52.224 INFO O| Sep 05 00:38:52.224 INFO O| Done
62312024-09-05T00:38:53.300Z[ recovery-image] Sep 05 00:38:52.229 INFO O| Sep 05 00:38:52.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62322024-09-05T00:38:53.303Z[ recovery-image] Sep 05 00:38:52.229 INFO O| Sep 05 00:38:52.229 INFO STEP 731 (remove_files) COMPLETE
62332024-09-05T00:38:53.303Z[ recovery-image] Sep 05 00:38:52.230 INFO O| Sep 05 00:38:52.229 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-09-05T00:38:53.335Z[ recovery-image] Sep 05 00:38:52.264 INFO O| Sep 05 00:38:52.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62352024-09-05T00:38:53.335Z[ recovery-image] Sep 05 00:38:52.264 INFO O| Sep 05 00:38:52.264 INFO STEP 732 (remove_files) COMPLETE
62362024-09-05T00:38:53.335Z[ recovery-image] Sep 05 00:38:52.264 INFO O| Sep 05 00:38:52.264 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-09-05T00:38:53.362Z[ recovery-image] Sep 05 00:38:52.290 INFO O| Sep 05 00:38:52.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62382024-09-05T00:38:53.362Z[ recovery-image] Sep 05 00:38:52.290 INFO O| Sep 05 00:38:52.290 INFO STEP 733 (remove_files) COMPLETE
62392024-09-05T00:38:53.362Z[ recovery-image] Sep 05 00:38:52.290 INFO O| Sep 05 00:38:52.290 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-09-05T00:38:53.389Z[ recovery-image] Sep 05 00:38:52.318 INFO O| Sep 05 00:38:52.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62412024-09-05T00:38:53.389Z[ recovery-image] Sep 05 00:38:52.318 INFO O| Sep 05 00:38:52.318 INFO STEP 734 (remove_files) COMPLETE
62422024-09-05T00:38:53.389Z[ recovery-image] Sep 05 00:38:52.318 INFO O| Sep 05 00:38:52.318 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-09-05T00:38:53.439Z[ recovery-image] Sep 05 00:38:52.368 INFO O| Sep 05 00:38:52.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62442024-09-05T00:38:53.459Z[ recovery-image] Sep 05 00:38:52.388 INFO O| Sep 05 00:38:52.388 INFO STEP 735 (remove_files) COMPLETE
62452024-09-05T00:38:53.459Z[ recovery-image] Sep 05 00:38:52.388 INFO O| Sep 05 00:38:52.388 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-09-05T00:38:53.484Z[ recovery-image] Sep 05 00:38:52.413 INFO O| Sep 05 00:38:52.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62472024-09-05T00:38:53.487Z[ recovery-image] Sep 05 00:38:52.413 INFO O| Sep 05 00:38:52.413 INFO STEP 736 (remove_files) COMPLETE
62482024-09-05T00:38:53.487Z[ recovery-image] Sep 05 00:38:52.414 INFO O| Sep 05 00:38:52.413 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-09-05T00:38:53.526Z[ recovery-image] Sep 05 00:38:52.455 INFO O| Sep 05 00:38:52.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62502024-09-05T00:38:53.526Z[ recovery-image] Sep 05 00:38:52.455 INFO O| Sep 05 00:38:52.455 INFO STEP 737 (remove_files) COMPLETE
62512024-09-05T00:38:53.529Z[ recovery-image] Sep 05 00:38:52.455 INFO O| Sep 05 00:38:52.455 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-09-05T00:38:53.534Z[ host-image] Sep 05 00:38:52.463 INFO O| Sep 05 00:38:52.463 INFO STEP 14 (pkg_install) COMPLETE
62532024-09-05T00:38:53.534Z[ host-image] Sep 05 00:38:52.463 INFO O| Sep 05 00:38:52.463 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62542024-09-05T00:38:53.536Z[ host-image] Sep 05 00:38:52.463 INFO O| Sep 05 00:38:52.463 INFO skip step because feature "mfg" is not enabled
62552024-09-05T00:38:53.537Z[ host-image] Sep 05 00:38:52.463 INFO O| Sep 05 00:38:52.463 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62562024-09-05T00:38:53.537Z[ host-image] Sep 05 00:38:52.463 INFO O| Sep 05 00:38:52.463 INFO skip step because feature "compliance" is not enabled
62572024-09-05T00:38:53.537Z[ host-image] Sep 05 00:38:52.463 INFO O| Sep 05 00:38:52.463 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62582024-09-05T00:38:53.537Z[ host-image] Sep 05 00:38:52.463 INFO O| Sep 05 00:38:52.463 INFO skip step because feature "stress" is not enabled
62592024-09-05T00:38:53.537Z[ host-image] Sep 05 00:38:52.463 INFO O| Sep 05 00:38:52.463 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62602024-09-05T00:38:53.537Z[ host-image] Sep 05 00:38:52.463 INFO O| Sep 05 00:38:52.463 INFO skip step because feature "nfs" is not enabled
62612024-09-05T00:38:53.537Z[ host-image] Sep 05 00:38:52.463 INFO O| Sep 05 00:38:52.463 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
62622024-09-05T00:38:53.537Z[ host-image] Sep 05 00:38:52.463 INFO O| Sep 05 00:38:52.463 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
62632024-09-05T00:38:53.597Z[ host-image] Sep 05 00:38:52.526 INFO O| Sep 05 00:38:52.526 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
62642024-09-05T00:38:53.635Z[ recovery-image] Sep 05 00:38:52.564 INFO O| Sep 05 00:38:52.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62652024-09-05T00:38:53.635Z[ recovery-image] Sep 05 00:38:52.564 INFO O| Sep 05 00:38:52.545 INFO STEP 738 (remove_files) COMPLETE
62662024-09-05T00:38:53.638Z[ recovery-image] Sep 05 00:38:52.564 INFO O| Sep 05 00:38:52.545 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-09-05T00:38:53.646Z[ recovery-image] Sep 05 00:38:52.575 INFO O| Sep 05 00:38:52.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62682024-09-05T00:38:53.646Z[ recovery-image] Sep 05 00:38:52.575 INFO O| Sep 05 00:38:52.575 INFO STEP 739 (remove_files) COMPLETE
62692024-09-05T00:38:53.648Z[ recovery-image] Sep 05 00:38:52.575 INFO O| Sep 05 00:38:52.575 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-09-05T00:38:53.711Z[ host-image] Sep 05 00:38:52.640 INFO O| Sep 05 00:38:52.640 INFO completed processing gimlet/ramdisk-01-os
62712024-09-05T00:38:53.714Z[ host-image] Sep 05 00:38:52.643 INFO omicron1 baseline generation...
62722024-09-05T00:38:53.717Z[ host-image] Sep 05 00:38:52.644 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
62732024-09-05T00:38:53.772Z[ recovery-image] Sep 05 00:38:52.700 INFO O| Sep 05 00:38:52.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62742024-09-05T00:38:53.774Z[ recovery-image] Sep 05 00:38:52.701 INFO O| Sep 05 00:38:52.701 INFO STEP 740 (remove_files) COMPLETE
62752024-09-05T00:38:53.774Z[ recovery-image] Sep 05 00:38:52.701 INFO O| Sep 05 00:38:52.701 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-09-05T00:38:53.798Z[ recovery-image] Sep 05 00:38:52.727 INFO O| Sep 05 00:38:52.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62772024-09-05T00:38:53.798Z[ recovery-image] Sep 05 00:38:52.727 INFO O| Sep 05 00:38:52.727 INFO STEP 741 (remove_files) COMPLETE
62782024-09-05T00:38:53.798Z[ recovery-image] Sep 05 00:38:52.727 INFO O| Sep 05 00:38:52.727 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-09-05T00:38:53.835Z[ recovery-image] Sep 05 00:38:52.763 INFO O| Sep 05 00:38:52.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62802024-09-05T00:38:53.837Z[ recovery-image] Sep 05 00:38:52.764 INFO O| Sep 05 00:38:52.764 INFO STEP 742 (remove_files) COMPLETE
62812024-09-05T00:38:53.837Z[ recovery-image] Sep 05 00:38:52.764 INFO O| Sep 05 00:38:52.764 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-09-05T00:38:53.879Z[ recovery-image] Sep 05 00:38:52.808 INFO O| Sep 05 00:38:52.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62832024-09-05T00:38:53.879Z[ recovery-image] Sep 05 00:38:52.808 INFO O| Sep 05 00:38:52.808 INFO STEP 743 (remove_files) COMPLETE
62842024-09-05T00:38:53.882Z[ recovery-image] Sep 05 00:38:52.808 INFO O| Sep 05 00:38:52.808 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-09-05T00:38:53.907Z[ recovery-image] Sep 05 00:38:52.836 INFO O| Sep 05 00:38:52.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62862024-09-05T00:38:53.910Z[ recovery-image] Sep 05 00:38:52.836 INFO O| Sep 05 00:38:52.836 INFO STEP 744 (remove_files) COMPLETE
62872024-09-05T00:38:53.910Z[ recovery-image] Sep 05 00:38:52.836 INFO O| Sep 05 00:38:52.836 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-09-05T00:38:53.936Z[ recovery-image] Sep 05 00:38:52.864 INFO O| Sep 05 00:38:52.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62892024-09-05T00:38:53.937Z[ recovery-image] Sep 05 00:38:52.864 INFO O| Sep 05 00:38:52.864 INFO STEP 745 (remove_files) COMPLETE
62902024-09-05T00:38:53.937Z[ recovery-image] Sep 05 00:38:52.864 INFO O| Sep 05 00:38:52.864 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-09-05T00:38:53.977Z[ recovery-image] Sep 05 00:38:52.906 INFO O| Sep 05 00:38:52.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62922024-09-05T00:38:53.977Z[ recovery-image] Sep 05 00:38:52.906 INFO O| Sep 05 00:38:52.906 INFO STEP 746 (remove_files) COMPLETE
62932024-09-05T00:38:53.977Z[ recovery-image] Sep 05 00:38:52.906 INFO O| Sep 05 00:38:52.906 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-09-05T00:38:54.022Z[ recovery-image] Sep 05 00:38:52.950 INFO O| Sep 05 00:38:52.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62952024-09-05T00:38:54.022Z[ recovery-image] Sep 05 00:38:52.950 INFO O| Sep 05 00:38:52.950 INFO STEP 747 (remove_files) COMPLETE
62962024-09-05T00:38:54.022Z[ recovery-image] Sep 05 00:38:52.950 INFO O| Sep 05 00:38:52.950 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-09-05T00:38:54.049Z[ recovery-image] Sep 05 00:38:52.978 INFO O| Sep 05 00:38:52.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62982024-09-05T00:38:54.049Z[ recovery-image] Sep 05 00:38:52.978 INFO O| Sep 05 00:38:52.978 INFO STEP 748 (remove_files) COMPLETE
62992024-09-05T00:38:54.049Z[ recovery-image] Sep 05 00:38:52.978 INFO O| Sep 05 00:38:52.978 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-09-05T00:38:54.096Z[ recovery-image] Sep 05 00:38:53.025 INFO O| Sep 05 00:38:53.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63012024-09-05T00:38:54.096Z[ recovery-image] Sep 05 00:38:53.025 INFO O| Sep 05 00:38:53.025 INFO STEP 749 (remove_files) COMPLETE
63022024-09-05T00:38:54.096Z[ recovery-image] Sep 05 00:38:53.025 INFO O| Sep 05 00:38:53.025 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-09-05T00:38:54.124Z[ recovery-image] Sep 05 00:38:53.053 INFO O| Sep 05 00:38:53.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63042024-09-05T00:38:54.124Z[ recovery-image] Sep 05 00:38:53.053 INFO O| Sep 05 00:38:53.053 INFO STEP 750 (remove_files) COMPLETE
63052024-09-05T00:38:54.124Z[ recovery-image] Sep 05 00:38:53.053 INFO O| Sep 05 00:38:53.053 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-09-05T00:38:54.148Z[ recovery-image] Sep 05 00:38:53.077 INFO O| Sep 05 00:38:53.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63072024-09-05T00:38:54.151Z[ recovery-image] Sep 05 00:38:53.077 INFO O| Sep 05 00:38:53.077 INFO STEP 751 (remove_files) COMPLETE
63082024-09-05T00:38:54.151Z[ recovery-image] Sep 05 00:38:53.077 INFO O| Sep 05 00:38:53.077 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-09-05T00:38:54.173Z[ recovery-image] Sep 05 00:38:53.102 INFO O| Sep 05 00:38:53.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63102024-09-05T00:38:54.173Z[ recovery-image] Sep 05 00:38:53.102 INFO O| Sep 05 00:38:53.102 INFO STEP 752 (remove_files) COMPLETE
63112024-09-05T00:38:54.173Z[ recovery-image] Sep 05 00:38:53.102 INFO O| Sep 05 00:38:53.102 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-09-05T00:38:54.202Z[ recovery-image] Sep 05 00:38:53.131 INFO O| Sep 05 00:38:53.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63132024-09-05T00:38:54.202Z[ recovery-image] Sep 05 00:38:53.131 INFO O| Sep 05 00:38:53.131 INFO STEP 753 (remove_files) COMPLETE
63142024-09-05T00:38:54.202Z[ recovery-image] Sep 05 00:38:53.131 INFO O| Sep 05 00:38:53.131 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-09-05T00:38:54.238Z[ recovery-image] Sep 05 00:38:53.167 INFO O| Sep 05 00:38:53.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63162024-09-05T00:38:54.238Z[ recovery-image] Sep 05 00:38:53.167 INFO O| Sep 05 00:38:53.167 INFO STEP 754 (remove_files) COMPLETE
63172024-09-05T00:38:54.239Z[ recovery-image] Sep 05 00:38:53.167 INFO O| Sep 05 00:38:53.167 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-09-05T00:38:54.267Z[ recovery-image] Sep 05 00:38:53.195 INFO O| Sep 05 00:38:53.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63192024-09-05T00:38:54.267Z[ recovery-image] Sep 05 00:38:53.195 INFO O| Sep 05 00:38:53.195 INFO STEP 755 (remove_files) COMPLETE
63202024-09-05T00:38:54.270Z[ recovery-image] Sep 05 00:38:53.195 INFO O| Sep 05 00:38:53.195 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-09-05T00:38:54.331Z[ recovery-image] Sep 05 00:38:53.260 INFO O| Sep 05 00:38:53.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63222024-09-05T00:38:54.331Z[ recovery-image] Sep 05 00:38:53.260 INFO O| Sep 05 00:38:53.260 INFO STEP 756 (remove_files) COMPLETE
63232024-09-05T00:38:54.331Z[ recovery-image] Sep 05 00:38:53.260 INFO O| Sep 05 00:38:53.260 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-09-05T00:38:54.393Z[ recovery-image] Sep 05 00:38:53.322 INFO O| Sep 05 00:38:53.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63252024-09-05T00:38:54.393Z[ recovery-image] Sep 05 00:38:53.322 INFO O| Sep 05 00:38:53.322 INFO STEP 757 (remove_files) COMPLETE
63262024-09-05T00:38:54.396Z[ recovery-image] Sep 05 00:38:53.322 INFO O| Sep 05 00:38:53.322 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-09-05T00:38:54.440Z[ recovery-image] Sep 05 00:38:53.369 INFO O| Sep 05 00:38:53.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63282024-09-05T00:38:54.443Z[ recovery-image] Sep 05 00:38:53.369 INFO O| Sep 05 00:38:53.369 INFO STEP 758 (remove_files) COMPLETE
63292024-09-05T00:38:54.443Z[ recovery-image] Sep 05 00:38:53.369 INFO O| Sep 05 00:38:53.369 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-09-05T00:38:54.488Z[ recovery-image] Sep 05 00:38:53.417 INFO O| Sep 05 00:38:53.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63312024-09-05T00:38:54.488Z[ recovery-image] Sep 05 00:38:53.417 INFO O| Sep 05 00:38:53.417 INFO STEP 759 (remove_files) COMPLETE
63322024-09-05T00:38:54.489Z[ recovery-image] Sep 05 00:38:53.417 INFO O| Sep 05 00:38:53.417 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-09-05T00:38:54.520Z[ recovery-image] Sep 05 00:38:53.447 INFO O| Sep 05 00:38:53.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63342024-09-05T00:38:54.520Z[ recovery-image] Sep 05 00:38:53.447 INFO O| Sep 05 00:38:53.447 INFO STEP 760 (remove_files) COMPLETE
63352024-09-05T00:38:54.520Z[ recovery-image] Sep 05 00:38:53.447 INFO O| Sep 05 00:38:53.447 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-09-05T00:38:54.548Z[ recovery-image] Sep 05 00:38:53.476 INFO O| Sep 05 00:38:53.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63372024-09-05T00:38:54.548Z[ recovery-image] Sep 05 00:38:53.477 INFO O| Sep 05 00:38:53.477 INFO STEP 761 (remove_files) COMPLETE
63382024-09-05T00:38:54.551Z[ recovery-image] Sep 05 00:38:53.477 INFO O| Sep 05 00:38:53.477 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-09-05T00:38:54.617Z[ recovery-image] Sep 05 00:38:53.545 INFO O| Sep 05 00:38:53.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63402024-09-05T00:38:54.617Z[ recovery-image] Sep 05 00:38:53.545 INFO O| Sep 05 00:38:53.545 INFO STEP 762 (remove_files) COMPLETE
63412024-09-05T00:38:54.617Z[ recovery-image] Sep 05 00:38:53.545 INFO O| Sep 05 00:38:53.545 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-09-05T00:38:54.684Z[ recovery-image] Sep 05 00:38:53.612 INFO O| Sep 05 00:38:53.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63432024-09-05T00:38:54.686Z[ recovery-image] Sep 05 00:38:53.612 INFO O| Sep 05 00:38:53.612 INFO STEP 763 (remove_files) COMPLETE
63442024-09-05T00:38:54.686Z[ recovery-image] Sep 05 00:38:53.612 INFO O| Sep 05 00:38:53.612 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-09-05T00:38:54.748Z[ recovery-image] Sep 05 00:38:53.677 INFO O| Sep 05 00:38:53.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63462024-09-05T00:38:54.748Z[ recovery-image] Sep 05 00:38:53.677 INFO O| Sep 05 00:38:53.677 INFO STEP 764 (remove_files) COMPLETE
63472024-09-05T00:38:54.748Z[ recovery-image] Sep 05 00:38:53.677 INFO O| Sep 05 00:38:53.677 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-09-05T00:38:54.786Z[ recovery-image] Sep 05 00:38:53.715 INFO O| Sep 05 00:38:53.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63492024-09-05T00:38:54.786Z[ recovery-image] Sep 05 00:38:53.715 INFO O| Sep 05 00:38:53.715 INFO STEP 765 (remove_files) COMPLETE
63502024-09-05T00:38:54.786Z[ recovery-image] Sep 05 00:38:53.715 INFO O| Sep 05 00:38:53.715 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-09-05T00:38:54.805Z[ host-image] Sep 05 00:38:53.733 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z
63522024-09-05T00:38:54.815Z[ recovery-image] Sep 05 00:38:53.743 INFO O| Sep 05 00:38:53.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63532024-09-05T00:38:54.815Z[ recovery-image] Sep 05 00:38:53.743 INFO O| Sep 05 00:38:53.743 INFO STEP 766 (remove_files) COMPLETE
63542024-09-05T00:38:54.817Z[ recovery-image] Sep 05 00:38:53.743 INFO O| Sep 05 00:38:53.743 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-09-05T00:38:54.841Z[ recovery-image] Sep 05 00:38:53.770 INFO O| Sep 05 00:38:53.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63562024-09-05T00:38:54.841Z[ recovery-image] Sep 05 00:38:53.770 INFO O| Sep 05 00:38:53.770 INFO STEP 767 (remove_files) COMPLETE
63572024-09-05T00:38:54.844Z[ recovery-image] Sep 05 00:38:53.770 INFO O| Sep 05 00:38:53.770 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-09-05T00:38:54.871Z[ recovery-image] Sep 05 00:38:53.798 INFO O| Sep 05 00:38:53.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63592024-09-05T00:38:54.871Z[ recovery-image] Sep 05 00:38:53.798 INFO O| Sep 05 00:38:53.798 INFO STEP 768 (remove_files) COMPLETE
63602024-09-05T00:38:54.871Z[ recovery-image] Sep 05 00:38:53.798 INFO O| Sep 05 00:38:53.798 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-09-05T00:38:54.912Z[ recovery-image] Sep 05 00:38:53.840 INFO O| Sep 05 00:38:53.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63622024-09-05T00:38:54.912Z[ recovery-image] Sep 05 00:38:53.840 INFO O| Sep 05 00:38:53.840 INFO STEP 769 (remove_files) COMPLETE
63632024-09-05T00:38:54.912Z[ recovery-image] Sep 05 00:38:53.840 INFO O| Sep 05 00:38:53.840 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-09-05T00:38:54.978Z[ recovery-image] Sep 05 00:38:53.907 INFO O| Sep 05 00:38:53.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63652024-09-05T00:38:54.978Z[ recovery-image] Sep 05 00:38:53.907 INFO O| Sep 05 00:38:53.907 INFO STEP 770 (remove_files) COMPLETE
63662024-09-05T00:38:54.981Z[ recovery-image] Sep 05 00:38:53.907 INFO O| Sep 05 00:38:53.907 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-09-05T00:38:55.075Z[ recovery-image] Sep 05 00:38:54.003 INFO O| Sep 05 00:38:54.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63682024-09-05T00:38:55.075Z[ recovery-image] Sep 05 00:38:54.003 INFO O| Sep 05 00:38:54.003 INFO STEP 771 (remove_files) COMPLETE
63692024-09-05T00:38:55.078Z[ recovery-image] Sep 05 00:38:54.004 INFO O| Sep 05 00:38:54.003 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-09-05T00:38:55.110Z[ recovery-image] Sep 05 00:38:54.038 INFO O| Sep 05 00:38:54.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63712024-09-05T00:38:55.110Z[ recovery-image] Sep 05 00:38:54.038 INFO O| Sep 05 00:38:54.038 INFO STEP 772 (remove_files) COMPLETE
63722024-09-05T00:38:55.110Z[ recovery-image] Sep 05 00:38:54.038 INFO O| Sep 05 00:38:54.038 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-09-05T00:38:55.136Z[ recovery-image] Sep 05 00:38:54.064 INFO O| Sep 05 00:38:54.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63742024-09-05T00:38:55.136Z[ recovery-image] Sep 05 00:38:54.064 INFO O| Sep 05 00:38:54.064 INFO STEP 773 (remove_files) COMPLETE
63752024-09-05T00:38:55.138Z[ recovery-image] Sep 05 00:38:54.064 INFO O| Sep 05 00:38:54.064 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-09-05T00:38:55.188Z[ recovery-image] Sep 05 00:38:54.117 INFO O| Sep 05 00:38:54.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63772024-09-05T00:38:55.189Z[ recovery-image] Sep 05 00:38:54.117 INFO O| Sep 05 00:38:54.117 INFO STEP 774 (remove_files) COMPLETE
63782024-09-05T00:38:55.189Z[ recovery-image] Sep 05 00:38:54.117 INFO O| Sep 05 00:38:54.117 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-09-05T00:38:55.211Z[ recovery-image] Sep 05 00:38:54.139 INFO O| Sep 05 00:38:54.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63802024-09-05T00:38:55.213Z[ recovery-image] Sep 05 00:38:54.139 INFO O| Sep 05 00:38:54.139 INFO STEP 775 (remove_files) COMPLETE
63812024-09-05T00:38:55.213Z[ recovery-image] Sep 05 00:38:54.139 INFO O| Sep 05 00:38:54.139 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-09-05T00:38:55.246Z[ recovery-image] Sep 05 00:38:54.174 INFO O| Sep 05 00:38:54.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63832024-09-05T00:38:55.249Z[ recovery-image] Sep 05 00:38:54.175 INFO O| Sep 05 00:38:54.174 INFO STEP 776 (remove_files) COMPLETE
63842024-09-05T00:38:55.249Z[ recovery-image] Sep 05 00:38:54.175 INFO O| Sep 05 00:38:54.175 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-09-05T00:38:55.270Z[ recovery-image] Sep 05 00:38:54.199 INFO O| Sep 05 00:38:54.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63862024-09-05T00:38:55.273Z[ recovery-image] Sep 05 00:38:54.199 INFO O| Sep 05 00:38:54.199 INFO STEP 777 (remove_files) COMPLETE
63872024-09-05T00:38:55.273Z[ recovery-image] Sep 05 00:38:54.199 INFO O| Sep 05 00:38:54.199 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-09-05T00:38:55.320Z[ recovery-image] Sep 05 00:38:54.248 INFO O| Sep 05 00:38:54.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63892024-09-05T00:38:55.320Z[ recovery-image] Sep 05 00:38:54.248 INFO O| Sep 05 00:38:54.248 INFO STEP 778 (remove_files) COMPLETE
63902024-09-05T00:38:55.320Z[ recovery-image] Sep 05 00:38:54.248 INFO O| Sep 05 00:38:54.248 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-09-05T00:38:55.367Z[ recovery-image] Sep 05 00:38:54.295 INFO O| Sep 05 00:38:54.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63922024-09-05T00:38:55.367Z[ recovery-image] Sep 05 00:38:54.296 INFO O| Sep 05 00:38:54.295 INFO STEP 779 (remove_files) COMPLETE
63932024-09-05T00:38:55.370Z[ recovery-image] Sep 05 00:38:54.296 INFO O| Sep 05 00:38:54.296 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-09-05T00:38:55.418Z[ recovery-image] Sep 05 00:38:54.346 INFO O| Sep 05 00:38:54.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63952024-09-05T00:38:55.418Z[ recovery-image] Sep 05 00:38:54.346 INFO O| Sep 05 00:38:54.346 INFO STEP 780 (remove_files) COMPLETE
63962024-09-05T00:38:55.418Z[ recovery-image] Sep 05 00:38:54.346 INFO O| Sep 05 00:38:54.346 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-09-05T00:38:55.466Z[ recovery-image] Sep 05 00:38:54.395 INFO O| Sep 05 00:38:54.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63982024-09-05T00:38:55.466Z[ recovery-image] Sep 05 00:38:54.395 INFO O| Sep 05 00:38:54.395 INFO STEP 781 (remove_files) COMPLETE
63992024-09-05T00:38:55.466Z[ recovery-image] Sep 05 00:38:54.395 INFO O| Sep 05 00:38:54.395 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-09-05T00:38:55.495Z[ recovery-image] Sep 05 00:38:54.423 INFO O| Sep 05 00:38:54.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64012024-09-05T00:38:55.495Z[ recovery-image] Sep 05 00:38:54.423 INFO O| Sep 05 00:38:54.423 INFO STEP 782 (remove_files) COMPLETE
64022024-09-05T00:38:55.497Z[ recovery-image] Sep 05 00:38:54.423 INFO O| Sep 05 00:38:54.423 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-09-05T00:38:55.524Z[ recovery-image] Sep 05 00:38:54.452 INFO O| Sep 05 00:38:54.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64042024-09-05T00:38:55.524Z[ recovery-image] Sep 05 00:38:54.452 INFO O| Sep 05 00:38:54.452 INFO STEP 783 (remove_files) COMPLETE
64052024-09-05T00:38:55.529Z[ recovery-image] Sep 05 00:38:54.452 INFO O| Sep 05 00:38:54.452 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-09-05T00:38:55.552Z[ recovery-image] Sep 05 00:38:54.481 INFO O| Sep 05 00:38:54.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64072024-09-05T00:38:55.556Z[ recovery-image] Sep 05 00:38:54.481 INFO O| Sep 05 00:38:54.481 INFO STEP 784 (remove_files) COMPLETE
64082024-09-05T00:38:55.556Z[ recovery-image] Sep 05 00:38:54.481 INFO O| Sep 05 00:38:54.481 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-09-05T00:38:55.580Z[ recovery-image] Sep 05 00:38:54.508 INFO O| Sep 05 00:38:54.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64102024-09-05T00:38:55.584Z[ recovery-image] Sep 05 00:38:54.508 INFO O| Sep 05 00:38:54.508 INFO STEP 785 (remove_files) COMPLETE
64112024-09-05T00:38:55.584Z[ recovery-image] Sep 05 00:38:54.508 INFO O| Sep 05 00:38:54.508 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-09-05T00:38:55.628Z[ recovery-image] Sep 05 00:38:54.557 INFO O| Sep 05 00:38:54.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64132024-09-05T00:38:55.631Z[ recovery-image] Sep 05 00:38:54.557 INFO O| Sep 05 00:38:54.557 INFO STEP 786 (remove_files) COMPLETE
64142024-09-05T00:38:55.631Z[ recovery-image] Sep 05 00:38:54.557 INFO O| Sep 05 00:38:54.557 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-09-05T00:38:55.658Z[ recovery-image] Sep 05 00:38:54.586 INFO O| Sep 05 00:38:54.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64162024-09-05T00:38:55.658Z[ recovery-image] Sep 05 00:38:54.587 INFO O| Sep 05 00:38:54.587 INFO STEP 787 (remove_files) COMPLETE
64172024-09-05T00:38:55.658Z[ recovery-image] Sep 05 00:38:54.587 INFO O| Sep 05 00:38:54.587 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-09-05T00:38:55.697Z[ recovery-image] Sep 05 00:38:54.625 INFO O| Sep 05 00:38:54.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64192024-09-05T00:38:55.697Z[ recovery-image] Sep 05 00:38:54.625 INFO O| Sep 05 00:38:54.625 INFO STEP 788 (remove_files) COMPLETE
64202024-09-05T00:38:55.699Z[ recovery-image] Sep 05 00:38:54.625 INFO O| Sep 05 00:38:54.625 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-09-05T00:38:55.794Z[ recovery-image] Sep 05 00:38:54.722 INFO O| Sep 05 00:38:54.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64222024-09-05T00:38:55.794Z[ recovery-image] Sep 05 00:38:54.723 INFO O| Sep 05 00:38:54.723 INFO STEP 789 (remove_files) COMPLETE
64232024-09-05T00:38:55.797Z[ recovery-image] Sep 05 00:38:54.723 INFO O| Sep 05 00:38:54.723 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-09-05T00:38:55.822Z[ recovery-image] Sep 05 00:38:54.749 INFO O| Sep 05 00:38:54.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64252024-09-05T00:38:55.823Z[ recovery-image] Sep 05 00:38:54.750 INFO O| Sep 05 00:38:54.749 INFO STEP 790 (remove_files) COMPLETE
64262024-09-05T00:38:55.823Z[ recovery-image] Sep 05 00:38:54.750 INFO O| Sep 05 00:38:54.750 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-09-05T00:38:55.858Z[ recovery-image] Sep 05 00:38:54.786 INFO O| Sep 05 00:38:54.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64282024-09-05T00:38:55.858Z[ recovery-image] Sep 05 00:38:54.786 INFO O| Sep 05 00:38:54.786 INFO STEP 791 (remove_files) COMPLETE
64292024-09-05T00:38:55.861Z[ recovery-image] Sep 05 00:38:54.786 INFO O| Sep 05 00:38:54.786 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-09-05T00:38:55.920Z[ recovery-image] Sep 05 00:38:54.848 INFO O| Sep 05 00:38:54.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64312024-09-05T00:38:55.920Z[ recovery-image] Sep 05 00:38:54.848 INFO O| Sep 05 00:38:54.848 INFO STEP 792 (remove_files) COMPLETE
64322024-09-05T00:38:55.920Z[ recovery-image] Sep 05 00:38:54.848 INFO O| Sep 05 00:38:54.848 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-09-05T00:38:55.946Z[ recovery-image] Sep 05 00:38:54.875 INFO O| Sep 05 00:38:54.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64342024-09-05T00:38:55.949Z[ recovery-image] Sep 05 00:38:54.875 INFO O| Sep 05 00:38:54.875 INFO STEP 793 (remove_files) COMPLETE
64352024-09-05T00:38:55.949Z[ recovery-image] Sep 05 00:38:54.875 INFO O| Sep 05 00:38:54.875 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-09-05T00:38:55.971Z[ recovery-image] Sep 05 00:38:54.899 INFO O| Sep 05 00:38:54.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64372024-09-05T00:38:55.971Z[ recovery-image] Sep 05 00:38:54.899 INFO O| Sep 05 00:38:54.899 INFO STEP 794 (remove_files) COMPLETE
64382024-09-05T00:38:55.971Z[ recovery-image] Sep 05 00:38:54.899 INFO O| Sep 05 00:38:54.899 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-09-05T00:38:56.002Z[ recovery-image] Sep 05 00:38:54.930 INFO O| Sep 05 00:38:54.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64402024-09-05T00:38:56.002Z[ recovery-image] Sep 05 00:38:54.931 INFO O| Sep 05 00:38:54.930 INFO STEP 795 (remove_files) COMPLETE
64412024-09-05T00:38:56.005Z[ recovery-image] Sep 05 00:38:54.931 INFO O| Sep 05 00:38:54.931 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-09-05T00:38:56.036Z[ recovery-image] Sep 05 00:38:54.964 INFO O| Sep 05 00:38:54.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64432024-09-05T00:38:56.039Z[ recovery-image] Sep 05 00:38:54.965 INFO O| Sep 05 00:38:54.964 INFO STEP 796 (remove_files) COMPLETE
64442024-09-05T00:38:56.039Z[ recovery-image] Sep 05 00:38:54.965 INFO O| Sep 05 00:38:54.965 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-09-05T00:38:56.078Z[ recovery-image] Sep 05 00:38:55.006 INFO O| Sep 05 00:38:55.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64462024-09-05T00:38:56.098Z[ recovery-image] Sep 05 00:38:55.027 INFO O| Sep 05 00:38:55.027 INFO STEP 797 (remove_files) COMPLETE
64472024-09-05T00:38:56.101Z[ recovery-image] Sep 05 00:38:55.027 INFO O| Sep 05 00:38:55.027 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-09-05T00:38:56.128Z[ recovery-image] Sep 05 00:38:55.056 INFO O| Sep 05 00:38:55.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64492024-09-05T00:38:56.130Z[ recovery-image] Sep 05 00:38:55.056 INFO O| Sep 05 00:38:55.056 INFO STEP 798 (remove_files) COMPLETE
64502024-09-05T00:38:56.130Z[ recovery-image] Sep 05 00:38:55.057 INFO O| Sep 05 00:38:55.056 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-09-05T00:38:56.155Z[ recovery-image] Sep 05 00:38:55.084 INFO O| Sep 05 00:38:55.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64522024-09-05T00:38:56.155Z[ recovery-image] Sep 05 00:38:55.084 INFO O| Sep 05 00:38:55.084 INFO STEP 799 (remove_files) COMPLETE
64532024-09-05T00:38:56.155Z[ recovery-image] Sep 05 00:38:55.084 INFO O| Sep 05 00:38:55.084 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-09-05T00:38:56.186Z[ recovery-image] Sep 05 00:38:55.113 INFO O| Sep 05 00:38:55.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64552024-09-05T00:38:56.186Z[ recovery-image] Sep 05 00:38:55.114 INFO O| Sep 05 00:38:55.114 INFO STEP 800 (remove_files) COMPLETE
64562024-09-05T00:38:56.186Z[ recovery-image] Sep 05 00:38:55.114 INFO O| Sep 05 00:38:55.114 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-09-05T00:38:56.226Z[ recovery-image] Sep 05 00:38:55.155 INFO O| Sep 05 00:38:55.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64582024-09-05T00:38:56.227Z[ recovery-image] Sep 05 00:38:55.155 INFO O| Sep 05 00:38:55.155 INFO STEP 801 (remove_files) COMPLETE
64592024-09-05T00:38:56.229Z[ recovery-image] Sep 05 00:38:55.155 INFO O| Sep 05 00:38:55.155 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-09-05T00:38:56.265Z[ recovery-image] Sep 05 00:38:55.194 INFO O| Sep 05 00:38:55.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64612024-09-05T00:38:56.268Z[ recovery-image] Sep 05 00:38:55.194 INFO O| Sep 05 00:38:55.194 INFO STEP 802 (remove_files) COMPLETE
64622024-09-05T00:38:56.268Z[ recovery-image] Sep 05 00:38:55.194 INFO O| Sep 05 00:38:55.194 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-09-05T00:38:56.313Z[ recovery-image] Sep 05 00:38:55.241 INFO O| Sep 05 00:38:55.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64642024-09-05T00:38:56.315Z[ recovery-image] Sep 05 00:38:55.241 INFO O| Sep 05 00:38:55.241 INFO STEP 803 (remove_files) COMPLETE
64652024-09-05T00:38:56.315Z[ recovery-image] Sep 05 00:38:55.241 INFO O| Sep 05 00:38:55.241 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-09-05T00:38:56.431Z[ recovery-image] Sep 05 00:38:55.360 INFO O| Sep 05 00:38:55.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64672024-09-05T00:38:56.432Z[ recovery-image] Sep 05 00:38:55.360 INFO O| Sep 05 00:38:55.360 INFO STEP 804 (remove_files) COMPLETE
64682024-09-05T00:38:56.432Z[ recovery-image] Sep 05 00:38:55.360 INFO O| Sep 05 00:38:55.360 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-09-05T00:38:56.455Z[ recovery-image] Sep 05 00:38:55.384 INFO O| Sep 05 00:38:55.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64702024-09-05T00:38:56.456Z[ recovery-image] Sep 05 00:38:55.384 INFO O| Sep 05 00:38:55.384 INFO STEP 805 (remove_files) COMPLETE
64712024-09-05T00:38:56.456Z[ recovery-image] Sep 05 00:38:55.384 INFO O| Sep 05 00:38:55.384 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-09-05T00:38:56.480Z[ recovery-image] Sep 05 00:38:55.408 INFO O| Sep 05 00:38:55.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64732024-09-05T00:38:56.480Z[ recovery-image] Sep 05 00:38:55.408 INFO O| Sep 05 00:38:55.408 INFO STEP 806 (remove_files) COMPLETE
64742024-09-05T00:38:56.480Z[ recovery-image] Sep 05 00:38:55.408 INFO O| Sep 05 00:38:55.408 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-09-05T00:38:56.502Z[ recovery-image] Sep 05 00:38:55.430 INFO O| Sep 05 00:38:55.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64762024-09-05T00:38:56.502Z[ recovery-image] Sep 05 00:38:55.430 INFO O| Sep 05 00:38:55.430 INFO STEP 807 (remove_files) COMPLETE
64772024-09-05T00:38:56.502Z[ recovery-image] Sep 05 00:38:55.430 INFO O| Sep 05 00:38:55.430 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-09-05T00:38:56.525Z[ recovery-image] Sep 05 00:38:55.454 INFO O| Sep 05 00:38:55.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64792024-09-05T00:38:56.525Z[ recovery-image] Sep 05 00:38:55.454 INFO O| Sep 05 00:38:55.454 INFO STEP 808 (remove_files) COMPLETE
64802024-09-05T00:38:56.528Z[ recovery-image] Sep 05 00:38:55.454 INFO O| Sep 05 00:38:55.454 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-09-05T00:38:56.550Z[ recovery-image] Sep 05 00:38:55.478 INFO O| Sep 05 00:38:55.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64822024-09-05T00:38:56.550Z[ recovery-image] Sep 05 00:38:55.479 INFO O| Sep 05 00:38:55.479 INFO STEP 809 (remove_files) COMPLETE
64832024-09-05T00:38:56.553Z[ recovery-image] Sep 05 00:38:55.479 INFO O| Sep 05 00:38:55.479 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-09-05T00:38:56.576Z[ recovery-image] Sep 05 00:38:55.504 INFO O| Sep 05 00:38:55.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64852024-09-05T00:38:56.576Z[ recovery-image] Sep 05 00:38:55.504 INFO O| Sep 05 00:38:55.504 INFO STEP 810 (remove_files) COMPLETE
64862024-09-05T00:38:56.578Z[ recovery-image] Sep 05 00:38:55.504 INFO O| Sep 05 00:38:55.504 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-09-05T00:38:56.601Z[ recovery-image] Sep 05 00:38:55.529 INFO O| Sep 05 00:38:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64882024-09-05T00:38:56.601Z[ recovery-image] Sep 05 00:38:55.529 INFO O| Sep 05 00:38:55.529 INFO STEP 811 (remove_files) COMPLETE
64892024-09-05T00:38:56.601Z[ recovery-image] Sep 05 00:38:55.530 INFO O| Sep 05 00:38:55.529 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-09-05T00:38:56.631Z[ recovery-image] Sep 05 00:38:55.558 INFO O| Sep 05 00:38:55.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64912024-09-05T00:38:56.631Z[ recovery-image] Sep 05 00:38:55.558 INFO O| Sep 05 00:38:55.554 INFO STEP 812 (remove_files) COMPLETE
64922024-09-05T00:38:56.634Z[ recovery-image] Sep 05 00:38:55.558 INFO O| Sep 05 00:38:55.554 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-09-05T00:38:56.649Z[ recovery-image] Sep 05 00:38:55.576 INFO O| Sep 05 00:38:55.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64942024-09-05T00:38:56.649Z[ recovery-image] Sep 05 00:38:55.577 INFO O| Sep 05 00:38:55.577 INFO STEP 813 (remove_files) COMPLETE
64952024-09-05T00:38:56.650Z[ recovery-image] Sep 05 00:38:55.577 INFO O| Sep 05 00:38:55.577 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-09-05T00:38:56.671Z[ recovery-image] Sep 05 00:38:55.599 INFO O| Sep 05 00:38:55.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64972024-09-05T00:38:56.671Z[ recovery-image] Sep 05 00:38:55.600 INFO O| Sep 05 00:38:55.599 INFO STEP 814 (remove_files) COMPLETE
64982024-09-05T00:38:56.671Z[ recovery-image] Sep 05 00:38:55.600 INFO O| Sep 05 00:38:55.599 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-09-05T00:38:56.693Z[ recovery-image] Sep 05 00:38:55.621 INFO O| Sep 05 00:38:55.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65002024-09-05T00:38:56.693Z[ recovery-image] Sep 05 00:38:55.621 INFO O| Sep 05 00:38:55.621 INFO STEP 815 (remove_files) COMPLETE
65012024-09-05T00:38:56.695Z[ recovery-image] Sep 05 00:38:55.621 INFO O| Sep 05 00:38:55.621 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-09-05T00:38:56.713Z[ recovery-image] Sep 05 00:38:55.640 INFO O| Sep 05 00:38:55.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65032024-09-05T00:38:56.713Z[ recovery-image] Sep 05 00:38:55.640 INFO O| Sep 05 00:38:55.640 INFO STEP 816 (remove_files) COMPLETE
65042024-09-05T00:38:56.714Z[ recovery-image] Sep 05 00:38:55.640 INFO O| Sep 05 00:38:55.640 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-09-05T00:38:56.741Z[ recovery-image] Sep 05 00:38:55.662 INFO O| Sep 05 00:38:55.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65062024-09-05T00:38:56.741Z[ recovery-image] Sep 05 00:38:55.662 INFO O| Sep 05 00:38:55.662 INFO STEP 817 (remove_files) COMPLETE
65072024-09-05T00:38:56.741Z[ recovery-image] Sep 05 00:38:55.662 INFO O| Sep 05 00:38:55.662 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-09-05T00:38:56.781Z[ recovery-image] Sep 05 00:38:55.707 INFO O| Sep 05 00:38:55.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65092024-09-05T00:38:56.781Z[ recovery-image] Sep 05 00:38:55.707 INFO O| Sep 05 00:38:55.707 INFO STEP 818 (remove_files) COMPLETE
65102024-09-05T00:38:56.781Z[ recovery-image] Sep 05 00:38:55.708 INFO O| Sep 05 00:38:55.707 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-09-05T00:38:56.842Z[ recovery-image] Sep 05 00:38:55.770 INFO O| Sep 05 00:38:55.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65122024-09-05T00:38:56.842Z[ recovery-image] Sep 05 00:38:55.770 INFO O| Sep 05 00:38:55.770 INFO STEP 819 (remove_files) COMPLETE
65132024-09-05T00:38:56.844Z[ recovery-image] Sep 05 00:38:55.770 INFO O| Sep 05 00:38:55.770 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-09-05T00:38:56.863Z[ recovery-image] Sep 05 00:38:55.791 INFO O| Sep 05 00:38:55.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65152024-09-05T00:38:56.863Z[ recovery-image] Sep 05 00:38:55.791 INFO O| Sep 05 00:38:55.791 INFO STEP 820 (remove_files) COMPLETE
65162024-09-05T00:38:56.865Z[ recovery-image] Sep 05 00:38:55.791 INFO O| Sep 05 00:38:55.791 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-09-05T00:38:56.883Z[ recovery-image] Sep 05 00:38:55.812 INFO O| Sep 05 00:38:55.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65182024-09-05T00:38:56.883Z[ recovery-image] Sep 05 00:38:55.812 INFO O| Sep 05 00:38:55.812 INFO STEP 821 (remove_files) COMPLETE
65192024-09-05T00:38:56.883Z[ recovery-image] Sep 05 00:38:55.812 INFO O| Sep 05 00:38:55.812 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-09-05T00:38:56.904Z[ recovery-image] Sep 05 00:38:55.832 INFO O| Sep 05 00:38:55.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65212024-09-05T00:38:56.904Z[ recovery-image] Sep 05 00:38:55.832 INFO O| Sep 05 00:38:55.832 INFO STEP 822 (remove_files) COMPLETE
65222024-09-05T00:38:56.904Z[ recovery-image] Sep 05 00:38:55.832 INFO O| Sep 05 00:38:55.832 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-09-05T00:38:56.925Z[ recovery-image] Sep 05 00:38:55.853 INFO O| Sep 05 00:38:55.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65242024-09-05T00:38:56.925Z[ recovery-image] Sep 05 00:38:55.853 INFO O| Sep 05 00:38:55.853 INFO STEP 823 (remove_files) COMPLETE
65252024-09-05T00:38:56.928Z[ recovery-image] Sep 05 00:38:55.853 INFO O| Sep 05 00:38:55.853 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-09-05T00:38:56.945Z[ recovery-image] Sep 05 00:38:55.874 INFO O| Sep 05 00:38:55.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65272024-09-05T00:38:56.945Z[ recovery-image] Sep 05 00:38:55.874 INFO O| Sep 05 00:38:55.874 INFO STEP 824 (remove_files) COMPLETE
65282024-09-05T00:38:56.948Z[ recovery-image] Sep 05 00:38:55.874 INFO O| Sep 05 00:38:55.874 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-09-05T00:38:56.967Z[ recovery-image] Sep 05 00:38:55.895 INFO O| Sep 05 00:38:55.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65302024-09-05T00:38:56.967Z[ recovery-image] Sep 05 00:38:55.895 INFO O| Sep 05 00:38:55.895 INFO STEP 825 (remove_files) COMPLETE
65312024-09-05T00:38:56.970Z[ recovery-image] Sep 05 00:38:55.895 INFO O| Sep 05 00:38:55.895 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-09-05T00:38:57.003Z[ recovery-image] Sep 05 00:38:55.931 INFO O| Sep 05 00:38:55.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65332024-09-05T00:38:57.006Z[ recovery-image] Sep 05 00:38:55.932 INFO O| Sep 05 00:38:55.931 INFO STEP 826 (remove_files) COMPLETE
65342024-09-05T00:38:57.006Z[ recovery-image] Sep 05 00:38:55.932 INFO O| Sep 05 00:38:55.931 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-09-05T00:38:57.045Z[ recovery-image] Sep 05 00:38:55.973 INFO O| Sep 05 00:38:55.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65362024-09-05T00:38:57.049Z[ recovery-image] Sep 05 00:38:55.974 INFO O| Sep 05 00:38:55.973 INFO STEP 827 (remove_files) COMPLETE
65372024-09-05T00:38:57.049Z[ recovery-image] Sep 05 00:38:55.974 INFO O| Sep 05 00:38:55.974 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-09-05T00:38:57.069Z[ recovery-image] Sep 05 00:38:55.997 INFO O| Sep 05 00:38:55.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65392024-09-05T00:38:57.072Z[ recovery-image] Sep 05 00:38:55.997 INFO O| Sep 05 00:38:55.997 INFO STEP 828 (remove_files) COMPLETE
65402024-09-05T00:38:57.072Z[ recovery-image] Sep 05 00:38:55.998 INFO O| Sep 05 00:38:55.997 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-09-05T00:38:57.093Z[ recovery-image] Sep 05 00:38:56.021 INFO O| Sep 05 00:38:56.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65422024-09-05T00:38:57.096Z[ recovery-image] Sep 05 00:38:56.022 INFO O| Sep 05 00:38:56.022 INFO STEP 829 (remove_files) COMPLETE
65432024-09-05T00:38:57.096Z[ recovery-image] Sep 05 00:38:56.022 INFO O| Sep 05 00:38:56.022 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-09-05T00:38:57.117Z[ recovery-image] Sep 05 00:38:56.045 INFO O| Sep 05 00:38:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65452024-09-05T00:38:57.117Z[ recovery-image] Sep 05 00:38:56.045 INFO O| Sep 05 00:38:56.045 INFO STEP 830 (remove_files) COMPLETE
65462024-09-05T00:38:57.117Z[ recovery-image] Sep 05 00:38:56.045 INFO O| Sep 05 00:38:56.045 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-09-05T00:38:57.137Z[ recovery-image] Sep 05 00:38:56.065 INFO O| Sep 05 00:38:56.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65482024-09-05T00:38:57.137Z[ recovery-image] Sep 05 00:38:56.065 INFO O| Sep 05 00:38:56.065 INFO STEP 831 (remove_files) COMPLETE
65492024-09-05T00:38:57.137Z[ recovery-image] Sep 05 00:38:56.065 INFO O| Sep 05 00:38:56.065 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-09-05T00:38:57.158Z[ recovery-image] Sep 05 00:38:56.085 INFO O| Sep 05 00:38:56.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65512024-09-05T00:38:57.158Z[ recovery-image] Sep 05 00:38:56.085 INFO O| Sep 05 00:38:56.085 INFO STEP 832 (remove_files) COMPLETE
65522024-09-05T00:38:57.158Z[ recovery-image] Sep 05 00:38:56.085 INFO O| Sep 05 00:38:56.085 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-09-05T00:38:57.187Z[ recovery-image] Sep 05 00:38:56.116 INFO O| Sep 05 00:38:56.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65542024-09-05T00:38:57.187Z[ recovery-image] Sep 05 00:38:56.116 INFO O| Sep 05 00:38:56.116 INFO STEP 833 (remove_files) COMPLETE
65552024-09-05T00:38:57.190Z[ recovery-image] Sep 05 00:38:56.116 INFO O| Sep 05 00:38:56.116 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-09-05T00:38:57.225Z[ recovery-image] Sep 05 00:38:56.153 INFO O| Sep 05 00:38:56.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65572024-09-05T00:38:57.225Z[ recovery-image] Sep 05 00:38:56.153 INFO O| Sep 05 00:38:56.153 INFO STEP 834 (remove_files) COMPLETE
65582024-09-05T00:38:57.225Z[ recovery-image] Sep 05 00:38:56.153 INFO O| Sep 05 00:38:56.153 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-09-05T00:38:57.267Z[ recovery-image] Sep 05 00:38:56.195 INFO O| Sep 05 00:38:56.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65602024-09-05T00:38:57.269Z[ recovery-image] Sep 05 00:38:56.195 INFO O| Sep 05 00:38:56.195 INFO STEP 835 (remove_files) COMPLETE
65612024-09-05T00:38:57.269Z[ recovery-image] Sep 05 00:38:56.196 INFO O| Sep 05 00:38:56.195 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-09-05T00:38:57.293Z[ recovery-image] Sep 05 00:38:56.221 INFO O| Sep 05 00:38:56.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65632024-09-05T00:38:57.295Z[ recovery-image] Sep 05 00:38:56.221 INFO O| Sep 05 00:38:56.221 INFO STEP 836 (remove_files) COMPLETE
65642024-09-05T00:38:57.295Z[ recovery-image] Sep 05 00:38:56.221 INFO O| Sep 05 00:38:56.221 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-09-05T00:38:57.384Z[ recovery-image] Sep 05 00:38:56.312 INFO O| Sep 05 00:38:56.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65662024-09-05T00:38:57.384Z[ recovery-image] Sep 05 00:38:56.312 INFO O| Sep 05 00:38:56.312 INFO STEP 837 (remove_files) COMPLETE
65672024-09-05T00:38:57.386Z[ recovery-image] Sep 05 00:38:56.312 INFO O| Sep 05 00:38:56.312 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-09-05T00:38:57.406Z[ recovery-image] Sep 05 00:38:56.334 INFO O| Sep 05 00:38:56.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65692024-09-05T00:38:57.426Z[ recovery-image] Sep 05 00:38:56.354 INFO O| Sep 05 00:38:56.354 INFO STEP 838 (remove_files) COMPLETE
65702024-09-05T00:38:57.426Z[ recovery-image] Sep 05 00:38:56.354 INFO O| Sep 05 00:38:56.354 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-09-05T00:38:57.491Z[ recovery-image] Sep 05 00:38:56.419 INFO O| Sep 05 00:38:56.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65722024-09-05T00:38:57.491Z[ recovery-image] Sep 05 00:38:56.419 INFO O| Sep 05 00:38:56.419 INFO STEP 839 (remove_files) COMPLETE
65732024-09-05T00:38:57.493Z[ recovery-image] Sep 05 00:38:56.419 INFO O| Sep 05 00:38:56.419 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-09-05T00:38:57.519Z[ recovery-image] Sep 05 00:38:56.446 INFO O| Sep 05 00:38:56.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65752024-09-05T00:38:57.519Z[ recovery-image] Sep 05 00:38:56.446 INFO O| Sep 05 00:38:56.446 INFO STEP 840 (remove_files) COMPLETE
65762024-09-05T00:38:57.519Z[ recovery-image] Sep 05 00:38:56.446 INFO O| Sep 05 00:38:56.446 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-09-05T00:38:57.544Z[ recovery-image] Sep 05 00:38:56.473 INFO O| Sep 05 00:38:56.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65782024-09-05T00:38:57.545Z[ recovery-image] Sep 05 00:38:56.473 INFO O| Sep 05 00:38:56.473 INFO STEP 841 (remove_files) COMPLETE
65792024-09-05T00:38:57.547Z[ recovery-image] Sep 05 00:38:56.473 INFO O| Sep 05 00:38:56.473 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-09-05T00:38:57.570Z[ recovery-image] Sep 05 00:38:56.498 INFO O| Sep 05 00:38:56.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65812024-09-05T00:38:57.570Z[ recovery-image] Sep 05 00:38:56.498 INFO O| Sep 05 00:38:56.498 INFO STEP 842 (remove_files) COMPLETE
65822024-09-05T00:38:57.572Z[ recovery-image] Sep 05 00:38:56.498 INFO O| Sep 05 00:38:56.498 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-09-05T00:38:57.595Z[ recovery-image] Sep 05 00:38:56.523 INFO O| Sep 05 00:38:56.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65842024-09-05T00:38:57.598Z[ recovery-image] Sep 05 00:38:56.523 INFO O| Sep 05 00:38:56.523 INFO STEP 843 (remove_files) COMPLETE
65852024-09-05T00:38:57.598Z[ recovery-image] Sep 05 00:38:56.523 INFO O| Sep 05 00:38:56.523 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-09-05T00:38:57.618Z[ recovery-image] Sep 05 00:38:56.547 INFO O| Sep 05 00:38:56.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65872024-09-05T00:38:57.618Z[ recovery-image] Sep 05 00:38:56.547 INFO O| Sep 05 00:38:56.547 INFO STEP 844 (remove_files) COMPLETE
65882024-09-05T00:38:57.621Z[ recovery-image] Sep 05 00:38:56.547 INFO O| Sep 05 00:38:56.547 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-09-05T00:38:57.682Z[ recovery-image] Sep 05 00:38:56.610 INFO O| Sep 05 00:38:56.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65902024-09-05T00:38:57.682Z[ recovery-image] Sep 05 00:38:56.610 INFO O| Sep 05 00:38:56.610 INFO STEP 845 (remove_files) COMPLETE
65912024-09-05T00:38:57.685Z[ recovery-image] Sep 05 00:38:56.610 INFO O| Sep 05 00:38:56.610 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-09-05T00:38:57.708Z[ recovery-image] Sep 05 00:38:56.635 INFO O| Sep 05 00:38:56.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65932024-09-05T00:38:57.708Z[ recovery-image] Sep 05 00:38:56.635 INFO O| Sep 05 00:38:56.635 INFO STEP 846 (remove_files) COMPLETE
65942024-09-05T00:38:57.708Z[ recovery-image] Sep 05 00:38:56.636 INFO O| Sep 05 00:38:56.635 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-09-05T00:38:57.733Z[ recovery-image] Sep 05 00:38:56.661 INFO O| Sep 05 00:38:56.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65962024-09-05T00:38:57.733Z[ recovery-image] Sep 05 00:38:56.661 INFO O| Sep 05 00:38:56.661 INFO STEP 847 (remove_files) COMPLETE
65972024-09-05T00:38:57.733Z[ recovery-image] Sep 05 00:38:56.661 INFO O| Sep 05 00:38:56.661 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-09-05T00:38:57.756Z[ recovery-image] Sep 05 00:38:56.684 INFO O| Sep 05 00:38:56.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65992024-09-05T00:38:57.756Z[ recovery-image] Sep 05 00:38:56.684 INFO O| Sep 05 00:38:56.684 INFO STEP 848 (remove_files) COMPLETE
66002024-09-05T00:38:57.758Z[ recovery-image] Sep 05 00:38:56.684 INFO O| Sep 05 00:38:56.684 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-09-05T00:38:57.781Z[ recovery-image] Sep 05 00:38:56.709 INFO O| Sep 05 00:38:56.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66022024-09-05T00:38:57.781Z[ recovery-image] Sep 05 00:38:56.709 INFO O| Sep 05 00:38:56.709 INFO STEP 849 (remove_files) COMPLETE
66032024-09-05T00:38:57.781Z[ recovery-image] Sep 05 00:38:56.709 INFO O| Sep 05 00:38:56.709 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-09-05T00:38:57.821Z[ recovery-image] Sep 05 00:38:56.749 INFO O| Sep 05 00:38:56.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66052024-09-05T00:38:57.821Z[ recovery-image] Sep 05 00:38:56.749 INFO O| Sep 05 00:38:56.749 INFO STEP 850 (remove_files) COMPLETE
66062024-09-05T00:38:57.821Z[ recovery-image] Sep 05 00:38:56.749 INFO O| Sep 05 00:38:56.749 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-09-05T00:38:57.881Z[ recovery-image] Sep 05 00:38:56.809 INFO O| Sep 05 00:38:56.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66082024-09-05T00:38:57.881Z[ recovery-image] Sep 05 00:38:56.809 INFO O| Sep 05 00:38:56.809 INFO STEP 851 (remove_files) COMPLETE
66092024-09-05T00:38:57.881Z[ recovery-image] Sep 05 00:38:56.809 INFO O| Sep 05 00:38:56.809 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-09-05T00:38:57.940Z[ recovery-image] Sep 05 00:38:56.868 INFO O| Sep 05 00:38:56.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66112024-09-05T00:38:57.940Z[ recovery-image] Sep 05 00:38:56.869 INFO O| Sep 05 00:38:56.868 INFO STEP 852 (remove_files) COMPLETE
66122024-09-05T00:38:57.940Z[ recovery-image] Sep 05 00:38:56.869 INFO O| Sep 05 00:38:56.869 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-09-05T00:38:57.972Z[ recovery-image] Sep 05 00:38:56.899 INFO O| Sep 05 00:38:56.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66142024-09-05T00:38:57.972Z[ recovery-image] Sep 05 00:38:56.900 INFO O| Sep 05 00:38:56.899 INFO STEP 853 (remove_files) COMPLETE
66152024-09-05T00:38:57.974Z[ recovery-image] Sep 05 00:38:56.900 INFO O| Sep 05 00:38:56.900 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-09-05T00:38:58.027Z[ recovery-image] Sep 05 00:38:56.955 INFO O| Sep 05 00:38:56.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66172024-09-05T00:38:58.028Z[ recovery-image] Sep 05 00:38:56.956 INFO O| Sep 05 00:38:56.956 INFO STEP 854 (remove_files) COMPLETE
66182024-09-05T00:38:58.028Z[ recovery-image] Sep 05 00:38:56.956 INFO O| Sep 05 00:38:56.956 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-09-05T00:38:58.074Z[ recovery-image] Sep 05 00:38:57.002 INFO O| Sep 05 00:38:57.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66202024-09-05T00:38:58.076Z[ recovery-image] Sep 05 00:38:57.002 INFO O| Sep 05 00:38:57.002 INFO STEP 855 (remove_files) COMPLETE
66212024-09-05T00:38:58.076Z[ recovery-image] Sep 05 00:38:57.002 INFO O| Sep 05 00:38:57.002 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-09-05T00:38:58.103Z[ recovery-image] Sep 05 00:38:57.030 INFO O| Sep 05 00:38:57.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66232024-09-05T00:38:58.105Z[ recovery-image] Sep 05 00:38:57.031 INFO O| Sep 05 00:38:57.031 INFO STEP 856 (remove_files) COMPLETE
66242024-09-05T00:38:58.105Z[ recovery-image] Sep 05 00:38:57.031 INFO O| Sep 05 00:38:57.031 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-09-05T00:38:58.160Z[ recovery-image] Sep 05 00:38:57.079 INFO O| Sep 05 00:38:57.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66262024-09-05T00:38:58.160Z[ recovery-image] Sep 05 00:38:57.079 INFO O| Sep 05 00:38:57.079 INFO STEP 857 (remove_files) COMPLETE
66272024-09-05T00:38:58.163Z[ recovery-image] Sep 05 00:38:57.079 INFO O| Sep 05 00:38:57.079 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-05T00:38:58.186Z[ recovery-image] Sep 05 00:38:57.114 INFO O| Sep 05 00:38:57.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66292024-09-05T00:38:58.186Z[ recovery-image] Sep 05 00:38:57.114 INFO O| Sep 05 00:38:57.114 INFO STEP 858 (remove_files) COMPLETE
66302024-09-05T00:38:58.186Z[ recovery-image] Sep 05 00:38:57.114 INFO O| Sep 05 00:38:57.114 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-05T00:38:58.213Z[ recovery-image] Sep 05 00:38:57.141 INFO O| Sep 05 00:38:57.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66322024-09-05T00:38:58.213Z[ recovery-image] Sep 05 00:38:57.141 INFO O| Sep 05 00:38:57.141 INFO STEP 859 (remove_files) COMPLETE
66332024-09-05T00:38:58.213Z[ recovery-image] Sep 05 00:38:57.141 INFO O| Sep 05 00:38:57.141 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-09-05T00:38:58.312Z[ recovery-image] Sep 05 00:38:57.186 INFO O| Sep 05 00:38:57.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66352024-09-05T00:38:58.312Z[ recovery-image] Sep 05 00:38:57.186 INFO O| Sep 05 00:38:57.186 INFO STEP 860 (remove_files) COMPLETE
66362024-09-05T00:38:58.312Z[ recovery-image] Sep 05 00:38:57.186 INFO O| Sep 05 00:38:57.186 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-09-05T00:38:58.312Z[ recovery-image] Sep 05 00:38:57.215 INFO O| Sep 05 00:38:57.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66382024-09-05T00:38:58.312Z[ recovery-image] Sep 05 00:38:57.215 INFO O| Sep 05 00:38:57.215 INFO STEP 861 (remove_files) COMPLETE
66392024-09-05T00:38:58.312Z[ recovery-image] Sep 05 00:38:57.215 INFO O| Sep 05 00:38:57.215 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-09-05T00:38:58.330Z[ recovery-image] Sep 05 00:38:57.244 INFO O| Sep 05 00:38:57.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66412024-09-05T00:38:58.330Z[ recovery-image] Sep 05 00:38:57.244 INFO O| Sep 05 00:38:57.244 INFO STEP 862 (remove_files) COMPLETE
66422024-09-05T00:38:58.334Z[ recovery-image] Sep 05 00:38:57.244 INFO O| Sep 05 00:38:57.244 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-09-05T00:38:58.361Z[ recovery-image] Sep 05 00:38:57.289 INFO O| Sep 05 00:38:57.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66442024-09-05T00:38:58.361Z[ recovery-image] Sep 05 00:38:57.289 INFO O| Sep 05 00:38:57.289 INFO STEP 863 (remove_files) COMPLETE
66452024-09-05T00:38:58.361Z[ recovery-image] Sep 05 00:38:57.289 INFO O| Sep 05 00:38:57.289 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-09-05T00:38:58.401Z[ recovery-image] Sep 05 00:38:57.325 INFO O| Sep 05 00:38:57.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66472024-09-05T00:38:58.423Z[ recovery-image] Sep 05 00:38:57.349 INFO O| Sep 05 00:38:57.349 INFO STEP 864 (remove_files) COMPLETE
66482024-09-05T00:38:58.423Z[ recovery-image] Sep 05 00:38:57.349 INFO O| Sep 05 00:38:57.349 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-09-05T00:38:58.511Z[ recovery-image] Sep 05 00:38:57.439 INFO O| Sep 05 00:38:57.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66502024-09-05T00:38:58.511Z[ recovery-image] Sep 05 00:38:57.439 INFO O| Sep 05 00:38:57.439 INFO STEP 865 (remove_files) COMPLETE
66512024-09-05T00:38:58.514Z[ recovery-image] Sep 05 00:38:57.439 INFO O| Sep 05 00:38:57.439 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-09-05T00:38:58.548Z[ recovery-image] Sep 05 00:38:57.475 INFO O| Sep 05 00:38:57.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66532024-09-05T00:38:58.548Z[ recovery-image] Sep 05 00:38:57.475 INFO O| Sep 05 00:38:57.475 INFO STEP 866 (remove_files) COMPLETE
66542024-09-05T00:38:58.548Z[ recovery-image] Sep 05 00:38:57.476 INFO O| Sep 05 00:38:57.475 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-09-05T00:38:58.573Z[ recovery-image] Sep 05 00:38:57.501 INFO O| Sep 05 00:38:57.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66562024-09-05T00:38:58.573Z[ recovery-image] Sep 05 00:38:57.501 INFO O| Sep 05 00:38:57.501 INFO STEP 867 (remove_files) COMPLETE
66572024-09-05T00:38:58.573Z[ recovery-image] Sep 05 00:38:57.501 INFO O| Sep 05 00:38:57.501 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-09-05T00:38:58.599Z[ recovery-image] Sep 05 00:38:57.527 INFO O| Sep 05 00:38:57.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66592024-09-05T00:38:58.599Z[ recovery-image] Sep 05 00:38:57.527 INFO O| Sep 05 00:38:57.527 INFO STEP 868 (remove_files) COMPLETE
66602024-09-05T00:38:58.599Z[ recovery-image] Sep 05 00:38:57.527 INFO O| Sep 05 00:38:57.527 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-09-05T00:38:58.631Z[ recovery-image] Sep 05 00:38:57.559 INFO O| Sep 05 00:38:57.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66622024-09-05T00:38:58.631Z[ recovery-image] Sep 05 00:38:57.559 INFO O| Sep 05 00:38:57.551 INFO STEP 869 (remove_files) COMPLETE
66632024-09-05T00:38:58.633Z[ recovery-image] Sep 05 00:38:57.559 INFO O| Sep 05 00:38:57.551 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-09-05T00:38:58.666Z[ recovery-image] Sep 05 00:38:57.594 INFO O| Sep 05 00:38:57.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66652024-09-05T00:38:58.666Z[ recovery-image] Sep 05 00:38:57.594 INFO O| Sep 05 00:38:57.594 INFO STEP 870 (remove_files) COMPLETE
66662024-09-05T00:38:58.668Z[ recovery-image] Sep 05 00:38:57.594 INFO O| Sep 05 00:38:57.594 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-09-05T00:38:58.692Z[ recovery-image] Sep 05 00:38:57.619 INFO O| Sep 05 00:38:57.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66682024-09-05T00:38:58.692Z[ recovery-image] Sep 05 00:38:57.619 INFO O| Sep 05 00:38:57.619 INFO STEP 871 (remove_files) COMPLETE
66692024-09-05T00:38:58.694Z[ recovery-image] Sep 05 00:38:57.619 INFO O| Sep 05 00:38:57.619 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-09-05T00:38:58.715Z[ recovery-image] Sep 05 00:38:57.643 INFO O| Sep 05 00:38:57.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66712024-09-05T00:38:58.715Z[ recovery-image] Sep 05 00:38:57.643 INFO O| Sep 05 00:38:57.643 INFO STEP 872 (remove_files) COMPLETE
66722024-09-05T00:38:58.718Z[ recovery-image] Sep 05 00:38:57.643 INFO O| Sep 05 00:38:57.643 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-09-05T00:38:58.737Z[ recovery-image] Sep 05 00:38:57.665 INFO O| Sep 05 00:38:57.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66742024-09-05T00:38:58.737Z[ recovery-image] Sep 05 00:38:57.666 INFO O| Sep 05 00:38:57.665 INFO STEP 873 (remove_files) COMPLETE
66752024-09-05T00:38:58.740Z[ recovery-image] Sep 05 00:38:57.666 INFO O| Sep 05 00:38:57.666 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-09-05T00:38:58.781Z[ recovery-image] Sep 05 00:38:57.709 INFO O| Sep 05 00:38:57.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66772024-09-05T00:38:58.784Z[ recovery-image] Sep 05 00:38:57.709 INFO O| Sep 05 00:38:57.709 INFO STEP 874 (remove_files) COMPLETE
66782024-09-05T00:38:58.784Z[ recovery-image] Sep 05 00:38:57.710 INFO O| Sep 05 00:38:57.709 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-09-05T00:38:58.810Z[ recovery-image] Sep 05 00:38:57.738 INFO O| Sep 05 00:38:57.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66802024-09-05T00:38:58.813Z[ recovery-image] Sep 05 00:38:57.738 INFO O| Sep 05 00:38:57.738 INFO STEP 875 (remove_files) COMPLETE
66812024-09-05T00:38:58.813Z[ recovery-image] Sep 05 00:38:57.739 INFO O| Sep 05 00:38:57.739 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-09-05T00:38:58.838Z[ recovery-image] Sep 05 00:38:57.766 INFO O| Sep 05 00:38:57.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66832024-09-05T00:38:58.842Z[ recovery-image] Sep 05 00:38:57.766 INFO O| Sep 05 00:38:57.766 INFO STEP 876 (remove_files) COMPLETE
66842024-09-05T00:38:58.842Z[ recovery-image] Sep 05 00:38:57.767 INFO O| Sep 05 00:38:57.766 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-09-05T00:38:58.866Z[ recovery-image] Sep 05 00:38:57.794 INFO O| Sep 05 00:38:57.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66862024-09-05T00:38:58.869Z[ recovery-image] Sep 05 00:38:57.794 INFO O| Sep 05 00:38:57.794 INFO STEP 877 (remove_files) COMPLETE
66872024-09-05T00:38:58.869Z[ recovery-image] Sep 05 00:38:57.794 INFO O| Sep 05 00:38:57.794 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-09-05T00:38:58.896Z[ recovery-image] Sep 05 00:38:57.824 INFO O| Sep 05 00:38:57.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66892024-09-05T00:38:58.896Z[ recovery-image] Sep 05 00:38:57.824 INFO O| Sep 05 00:38:57.824 INFO STEP 878 (remove_files) COMPLETE
66902024-09-05T00:38:58.898Z[ recovery-image] Sep 05 00:38:57.824 INFO O| Sep 05 00:38:57.824 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-09-05T00:38:58.922Z[ recovery-image] Sep 05 00:38:57.850 INFO O| Sep 05 00:38:57.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66922024-09-05T00:38:58.925Z[ recovery-image] Sep 05 00:38:57.850 INFO O| Sep 05 00:38:57.850 INFO STEP 879 (remove_files) COMPLETE
66932024-09-05T00:38:58.925Z[ recovery-image] Sep 05 00:38:57.850 INFO O| Sep 05 00:38:57.850 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-09-05T00:38:58.951Z[ recovery-image] Sep 05 00:38:57.878 INFO O| Sep 05 00:38:57.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66952024-09-05T00:38:58.953Z[ recovery-image] Sep 05 00:38:57.879 INFO O| Sep 05 00:38:57.879 INFO STEP 880 (remove_files) COMPLETE
66962024-09-05T00:38:58.953Z[ recovery-image] Sep 05 00:38:57.879 INFO O| Sep 05 00:38:57.879 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-09-05T00:38:58.980Z[ recovery-image] Sep 05 00:38:57.908 INFO O| Sep 05 00:38:57.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66982024-09-05T00:38:58.982Z[ recovery-image] Sep 05 00:38:57.908 INFO O| Sep 05 00:38:57.908 INFO STEP 881 (remove_files) COMPLETE
66992024-09-05T00:38:58.982Z[ recovery-image] Sep 05 00:38:57.908 INFO O| Sep 05 00:38:57.908 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-09-05T00:38:59.058Z[ recovery-image] Sep 05 00:38:57.986 INFO O| Sep 05 00:38:57.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67012024-09-05T00:38:59.058Z[ recovery-image] Sep 05 00:38:57.986 INFO O| Sep 05 00:38:57.986 INFO STEP 882 (remove_files) COMPLETE
67022024-09-05T00:38:59.058Z[ recovery-image] Sep 05 00:38:57.986 INFO O| Sep 05 00:38:57.986 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-09-05T00:38:59.125Z[ recovery-image] Sep 05 00:38:58.053 INFO O| Sep 05 00:38:58.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67042024-09-05T00:38:59.128Z[ recovery-image] Sep 05 00:38:58.053 INFO O| Sep 05 00:38:58.053 INFO STEP 883 (remove_files) COMPLETE
67052024-09-05T00:38:59.128Z[ recovery-image] Sep 05 00:38:58.053 INFO O| Sep 05 00:38:58.053 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-09-05T00:38:59.150Z[ recovery-image] Sep 05 00:38:58.078 INFO O| Sep 05 00:38:58.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67072024-09-05T00:38:59.153Z[ recovery-image] Sep 05 00:38:58.078 INFO O| Sep 05 00:38:58.078 INFO STEP 884 (remove_files) COMPLETE
67082024-09-05T00:38:59.153Z[ recovery-image] Sep 05 00:38:58.078 INFO O| Sep 05 00:38:58.078 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-09-05T00:38:59.176Z[ recovery-image] Sep 05 00:38:58.104 INFO O| Sep 05 00:38:58.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67102024-09-05T00:38:59.176Z[ recovery-image] Sep 05 00:38:58.104 INFO O| Sep 05 00:38:58.104 INFO STEP 885 (remove_files) COMPLETE
67112024-09-05T00:38:59.179Z[ recovery-image] Sep 05 00:38:58.104 INFO O| Sep 05 00:38:58.104 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-09-05T00:38:59.209Z[ recovery-image] Sep 05 00:38:58.137 INFO O| Sep 05 00:38:58.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67132024-09-05T00:38:59.209Z[ recovery-image] Sep 05 00:38:58.137 INFO O| Sep 05 00:38:58.137 INFO STEP 886 (remove_files) COMPLETE
67142024-09-05T00:38:59.209Z[ recovery-image] Sep 05 00:38:58.137 INFO O| Sep 05 00:38:58.137 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-09-05T00:38:59.256Z[ recovery-image] Sep 05 00:38:58.184 INFO O| Sep 05 00:38:58.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67162024-09-05T00:38:59.265Z[ recovery-image] Sep 05 00:38:58.184 INFO O| Sep 05 00:38:58.184 INFO STEP 887 (remove_files) COMPLETE
67172024-09-05T00:38:59.265Z[ recovery-image] Sep 05 00:38:58.184 INFO O| Sep 05 00:38:58.184 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-09-05T00:38:59.283Z[ recovery-image] Sep 05 00:38:58.210 INFO O| Sep 05 00:38:58.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67192024-09-05T00:38:59.283Z[ recovery-image] Sep 05 00:38:58.210 INFO O| Sep 05 00:38:58.210 INFO STEP 888 (remove_files) COMPLETE
67202024-09-05T00:38:59.283Z[ recovery-image] Sep 05 00:38:58.210 INFO O| Sep 05 00:38:58.210 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-09-05T00:38:59.318Z[ recovery-image] Sep 05 00:38:58.246 INFO O| Sep 05 00:38:58.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67222024-09-05T00:38:59.318Z[ recovery-image] Sep 05 00:38:58.246 INFO O| Sep 05 00:38:58.246 INFO STEP 889 (remove_files) COMPLETE
67232024-09-05T00:38:59.321Z[ recovery-image] Sep 05 00:38:58.246 INFO O| Sep 05 00:38:58.246 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-09-05T00:38:59.348Z[ recovery-image] Sep 05 00:38:58.275 INFO O| Sep 05 00:38:58.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67252024-09-05T00:38:59.348Z[ recovery-image] Sep 05 00:38:58.275 INFO O| Sep 05 00:38:58.275 INFO STEP 890 (remove_files) COMPLETE
67262024-09-05T00:38:59.348Z[ recovery-image] Sep 05 00:38:58.275 INFO O| Sep 05 00:38:58.275 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-09-05T00:38:59.375Z[ recovery-image] Sep 05 00:38:58.303 INFO O| Sep 05 00:38:58.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67282024-09-05T00:38:59.375Z[ recovery-image] Sep 05 00:38:58.303 INFO O| Sep 05 00:38:58.303 INFO STEP 891 (remove_files) COMPLETE
67292024-09-05T00:38:59.375Z[ recovery-image] Sep 05 00:38:58.303 INFO O| Sep 05 00:38:58.303 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-09-05T00:38:59.409Z[ recovery-image] Sep 05 00:38:58.336 INFO O| Sep 05 00:38:58.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67312024-09-05T00:38:59.409Z[ recovery-image] Sep 05 00:38:58.337 INFO O| Sep 05 00:38:58.336 INFO STEP 892 (remove_files) COMPLETE
67322024-09-05T00:38:59.411Z[ recovery-image] Sep 05 00:38:58.337 INFO O| Sep 05 00:38:58.337 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-09-05T00:38:59.476Z[ recovery-image] Sep 05 00:38:58.403 INFO O| Sep 05 00:38:58.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67342024-09-05T00:38:59.476Z[ recovery-image] Sep 05 00:38:58.404 INFO O| Sep 05 00:38:58.403 INFO STEP 893 (remove_files) COMPLETE
67352024-09-05T00:38:59.476Z[ recovery-image] Sep 05 00:38:58.404 INFO O| Sep 05 00:38:58.404 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-09-05T00:38:59.507Z[ recovery-image] Sep 05 00:38:58.434 INFO O| Sep 05 00:38:58.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67372024-09-05T00:38:59.507Z[ recovery-image] Sep 05 00:38:58.434 INFO O| Sep 05 00:38:58.434 INFO STEP 894 (remove_files) COMPLETE
67382024-09-05T00:38:59.507Z[ recovery-image] Sep 05 00:38:58.434 INFO O| Sep 05 00:38:58.434 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-09-05T00:38:59.567Z[ recovery-image] Sep 05 00:38:58.494 INFO O| Sep 05 00:38:58.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67402024-09-05T00:38:59.567Z[ recovery-image] Sep 05 00:38:58.495 INFO O| Sep 05 00:38:58.495 INFO STEP 895 (remove_files) COMPLETE
67412024-09-05T00:38:59.567Z[ recovery-image] Sep 05 00:38:58.495 INFO O| Sep 05 00:38:58.495 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-09-05T00:38:59.595Z[ recovery-image] Sep 05 00:38:58.523 INFO O| Sep 05 00:38:58.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67432024-09-05T00:38:59.595Z[ recovery-image] Sep 05 00:38:58.523 INFO O| Sep 05 00:38:58.523 INFO STEP 896 (remove_files) COMPLETE
67442024-09-05T00:38:59.595Z[ recovery-image] Sep 05 00:38:58.523 INFO O| Sep 05 00:38:58.523 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-09-05T00:38:59.643Z[ recovery-image] Sep 05 00:38:58.570 INFO O| Sep 05 00:38:58.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67462024-09-05T00:38:59.645Z[ recovery-image] Sep 05 00:38:58.571 INFO O| Sep 05 00:38:58.570 INFO STEP 897 (remove_files) COMPLETE
67472024-09-05T00:38:59.645Z[ recovery-image] Sep 05 00:38:58.571 INFO O| Sep 05 00:38:58.571 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-09-05T00:38:59.681Z[ recovery-image] Sep 05 00:38:58.608 INFO O| Sep 05 00:38:58.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67492024-09-05T00:38:59.683Z[ recovery-image] Sep 05 00:38:58.608 INFO O| Sep 05 00:38:58.608 INFO STEP 898 (remove_files) COMPLETE
67502024-09-05T00:38:59.683Z[ recovery-image] Sep 05 00:38:58.609 INFO O| Sep 05 00:38:58.609 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-09-05T00:38:59.707Z[ recovery-image] Sep 05 00:38:58.634 INFO O| Sep 05 00:38:58.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67522024-09-05T00:38:59.709Z[ recovery-image] Sep 05 00:38:58.635 INFO O| Sep 05 00:38:58.635 INFO STEP 899 (remove_files) COMPLETE
67532024-09-05T00:38:59.709Z[ recovery-image] Sep 05 00:38:58.635 INFO O| Sep 05 00:38:58.635 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-09-05T00:38:59.747Z[ recovery-image] Sep 05 00:38:58.674 INFO O| Sep 05 00:38:58.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67552024-09-05T00:38:59.747Z[ recovery-image] Sep 05 00:38:58.675 INFO O| Sep 05 00:38:58.674 INFO STEP 900 (remove_files) COMPLETE
67562024-09-05T00:38:59.749Z[ recovery-image] Sep 05 00:38:58.675 INFO O| Sep 05 00:38:58.675 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-09-05T00:38:59.769Z[ recovery-image] Sep 05 00:38:58.697 INFO O| Sep 05 00:38:58.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67582024-09-05T00:38:59.771Z[ recovery-image] Sep 05 00:38:58.697 INFO O| Sep 05 00:38:58.697 INFO STEP 901 (remove_files) COMPLETE
67592024-09-05T00:38:59.772Z[ recovery-image] Sep 05 00:38:58.697 INFO O| Sep 05 00:38:58.697 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-09-05T00:38:59.794Z[ recovery-image] Sep 05 00:38:58.721 INFO O| Sep 05 00:38:58.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67612024-09-05T00:38:59.796Z[ recovery-image] Sep 05 00:38:58.722 INFO O| Sep 05 00:38:58.722 INFO STEP 902 (remove_files) COMPLETE
67622024-09-05T00:38:59.796Z[ recovery-image] Sep 05 00:38:58.722 INFO O| Sep 05 00:38:58.722 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-09-05T00:38:59.822Z[ recovery-image] Sep 05 00:38:58.749 INFO O| Sep 05 00:38:58.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67642024-09-05T00:38:59.824Z[ recovery-image] Sep 05 00:38:58.750 INFO O| Sep 05 00:38:58.750 INFO STEP 903 (remove_files) COMPLETE
67652024-09-05T00:38:59.825Z[ recovery-image] Sep 05 00:38:58.750 INFO O| Sep 05 00:38:58.750 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-09-05T00:38:59.859Z[ recovery-image] Sep 05 00:38:58.786 INFO O| Sep 05 00:38:58.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67672024-09-05T00:38:59.863Z[ recovery-image] Sep 05 00:38:58.787 INFO O| Sep 05 00:38:58.787 INFO STEP 904 (remove_files) COMPLETE
67682024-09-05T00:38:59.863Z[ recovery-image] Sep 05 00:38:58.787 INFO O| Sep 05 00:38:58.787 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-09-05T00:38:59.888Z[ recovery-image] Sep 05 00:38:58.816 INFO O| Sep 05 00:38:58.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67702024-09-05T00:38:59.890Z[ recovery-image] Sep 05 00:38:58.816 INFO O| Sep 05 00:38:58.816 INFO STEP 905 (remove_files) COMPLETE
67712024-09-05T00:38:59.890Z[ recovery-image] Sep 05 00:38:58.816 INFO O| Sep 05 00:38:58.816 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-09-05T00:38:59.932Z[ recovery-image] Sep 05 00:38:58.860 INFO O| Sep 05 00:38:58.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67732024-09-05T00:38:59.932Z[ recovery-image] Sep 05 00:38:58.860 INFO O| Sep 05 00:38:58.860 INFO STEP 906 (remove_files) COMPLETE
67742024-09-05T00:38:59.932Z[ recovery-image] Sep 05 00:38:58.860 INFO O| Sep 05 00:38:58.860 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-09-05T00:38:59.960Z[ recovery-image] Sep 05 00:38:58.888 INFO O| Sep 05 00:38:58.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67762024-09-05T00:38:59.960Z[ recovery-image] Sep 05 00:38:58.888 INFO O| Sep 05 00:38:58.888 INFO STEP 907 (remove_files) COMPLETE
67772024-09-05T00:38:59.963Z[ recovery-image] Sep 05 00:38:58.888 INFO O| Sep 05 00:38:58.888 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-09-05T00:38:59.988Z[ recovery-image] Sep 05 00:38:58.915 INFO O| Sep 05 00:38:58.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67792024-09-05T00:38:59.988Z[ recovery-image] Sep 05 00:38:58.915 INFO O| Sep 05 00:38:58.915 INFO STEP 908 (remove_files) COMPLETE
67802024-09-05T00:38:59.990Z[ recovery-image] Sep 05 00:38:58.915 INFO O| Sep 05 00:38:58.915 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-09-05T00:39:00.016Z[ recovery-image] Sep 05 00:38:58.944 INFO O| Sep 05 00:38:58.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67822024-09-05T00:39:00.016Z[ recovery-image] Sep 05 00:38:58.944 INFO O| Sep 05 00:38:58.944 INFO STEP 909 (remove_files) COMPLETE
67832024-09-05T00:39:00.016Z[ recovery-image] Sep 05 00:38:58.944 INFO O| Sep 05 00:38:58.944 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-09-05T00:39:00.042Z[ recovery-image] Sep 05 00:38:58.970 INFO O| Sep 05 00:38:58.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67852024-09-05T00:39:00.042Z[ recovery-image] Sep 05 00:38:58.970 INFO O| Sep 05 00:38:58.970 INFO STEP 910 (remove_files) COMPLETE
67862024-09-05T00:39:00.043Z[ recovery-image] Sep 05 00:38:58.970 INFO O| Sep 05 00:38:58.970 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-09-05T00:39:00.080Z[ recovery-image] Sep 05 00:38:59.008 INFO O| Sep 05 00:38:59.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67882024-09-05T00:39:00.080Z[ recovery-image] Sep 05 00:38:59.008 INFO O| Sep 05 00:38:59.008 INFO STEP 911 (remove_files) COMPLETE
67892024-09-05T00:39:00.083Z[ recovery-image] Sep 05 00:38:59.008 INFO O| Sep 05 00:38:59.008 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-09-05T00:39:00.140Z[ recovery-image] Sep 05 00:38:59.068 INFO O| Sep 05 00:38:59.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67912024-09-05T00:39:00.140Z[ recovery-image] Sep 05 00:38:59.068 INFO O| Sep 05 00:38:59.068 INFO STEP 912 (remove_files) COMPLETE
67922024-09-05T00:39:00.143Z[ recovery-image] Sep 05 00:38:59.068 INFO O| Sep 05 00:38:59.068 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-09-05T00:39:00.190Z[ recovery-image] Sep 05 00:38:59.117 INFO O| Sep 05 00:38:59.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67942024-09-05T00:39:00.190Z[ recovery-image] Sep 05 00:38:59.118 INFO O| Sep 05 00:38:59.118 INFO STEP 913 (remove_files) COMPLETE
67952024-09-05T00:39:00.190Z[ recovery-image] Sep 05 00:38:59.118 INFO O| Sep 05 00:38:59.118 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-09-05T00:39:00.215Z[ recovery-image] Sep 05 00:38:59.143 INFO O| Sep 05 00:38:59.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67972024-09-05T00:39:00.215Z[ recovery-image] Sep 05 00:38:59.143 INFO O| Sep 05 00:38:59.143 INFO STEP 914 (remove_files) COMPLETE
67982024-09-05T00:39:00.216Z[ recovery-image] Sep 05 00:38:59.143 INFO O| Sep 05 00:38:59.143 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-09-05T00:39:00.255Z[ recovery-image] Sep 05 00:38:59.182 INFO O| Sep 05 00:38:59.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68002024-09-05T00:39:00.255Z[ recovery-image] Sep 05 00:38:59.182 INFO O| Sep 05 00:38:59.182 INFO STEP 915 (remove_files) COMPLETE
68012024-09-05T00:39:00.257Z[ recovery-image] Sep 05 00:38:59.182 INFO O| Sep 05 00:38:59.182 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-09-05T00:39:00.294Z[ recovery-image] Sep 05 00:38:59.222 INFO O| Sep 05 00:38:59.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68032024-09-05T00:39:00.294Z[ recovery-image] Sep 05 00:38:59.222 INFO O| Sep 05 00:38:59.222 INFO STEP 916 (remove_files) COMPLETE
68042024-09-05T00:39:00.294Z[ recovery-image] Sep 05 00:38:59.222 INFO O| Sep 05 00:38:59.222 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-09-05T00:39:00.328Z[ recovery-image] Sep 05 00:38:59.255 INFO O| Sep 05 00:38:59.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68062024-09-05T00:39:00.328Z[ recovery-image] Sep 05 00:38:59.255 INFO O| Sep 05 00:38:59.255 INFO STEP 917 (remove_files) COMPLETE
68072024-09-05T00:39:00.331Z[ recovery-image] Sep 05 00:38:59.255 INFO O| Sep 05 00:38:59.255 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-09-05T00:39:00.356Z[ recovery-image] Sep 05 00:38:59.283 INFO O| Sep 05 00:38:59.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68092024-09-05T00:39:00.356Z[ recovery-image] Sep 05 00:38:59.283 INFO O| Sep 05 00:38:59.283 INFO STEP 918 (remove_files) COMPLETE
68102024-09-05T00:39:00.358Z[ recovery-image] Sep 05 00:38:59.284 INFO O| Sep 05 00:38:59.283 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-09-05T00:39:00.384Z[ recovery-image] Sep 05 00:38:59.311 INFO O| Sep 05 00:38:59.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68122024-09-05T00:39:00.384Z[ recovery-image] Sep 05 00:38:59.312 INFO O| Sep 05 00:38:59.311 INFO STEP 919 (remove_files) COMPLETE
68132024-09-05T00:39:00.387Z[ recovery-image] Sep 05 00:38:59.312 INFO O| Sep 05 00:38:59.311 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-09-05T00:39:00.413Z[ recovery-image] Sep 05 00:38:59.340 INFO O| Sep 05 00:38:59.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68152024-09-05T00:39:00.413Z[ recovery-image] Sep 05 00:38:59.341 INFO O| Sep 05 00:38:59.341 INFO STEP 920 (remove_files) COMPLETE
68162024-09-05T00:39:00.415Z[ recovery-image] Sep 05 00:38:59.341 INFO O| Sep 05 00:38:59.341 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-09-05T00:39:00.445Z[ recovery-image] Sep 05 00:38:59.373 INFO O| Sep 05 00:38:59.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68182024-09-05T00:39:00.448Z[ recovery-image] Sep 05 00:38:59.373 INFO O| Sep 05 00:38:59.373 INFO STEP 921 (remove_files) COMPLETE
68192024-09-05T00:39:00.448Z[ recovery-image] Sep 05 00:38:59.373 INFO O| Sep 05 00:38:59.373 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-09-05T00:39:00.489Z[ recovery-image] Sep 05 00:38:59.417 INFO O| Sep 05 00:38:59.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68212024-09-05T00:39:00.489Z[ recovery-image] Sep 05 00:38:59.417 INFO O| Sep 05 00:38:59.417 INFO STEP 922 (remove_files) COMPLETE
68222024-09-05T00:39:00.492Z[ recovery-image] Sep 05 00:38:59.417 INFO O| Sep 05 00:38:59.417 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-09-05T00:39:00.533Z[ recovery-image] Sep 05 00:38:59.461 INFO O| Sep 05 00:38:59.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68242024-09-05T00:39:00.536Z[ recovery-image] Sep 05 00:38:59.461 INFO O| Sep 05 00:38:59.461 INFO STEP 923 (remove_files) COMPLETE
68252024-09-05T00:39:00.536Z[ recovery-image] Sep 05 00:38:59.461 INFO O| Sep 05 00:38:59.461 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-09-05T00:39:00.556Z[ recovery-image] Sep 05 00:38:59.483 INFO O| Sep 05 00:38:59.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68272024-09-05T00:39:00.556Z[ recovery-image] Sep 05 00:38:59.483 INFO O| Sep 05 00:38:59.483 INFO STEP 924 (remove_files) COMPLETE
68282024-09-05T00:39:00.556Z[ recovery-image] Sep 05 00:38:59.483 INFO O| Sep 05 00:38:59.483 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-09-05T00:39:00.578Z[ recovery-image] Sep 05 00:38:59.506 INFO O| Sep 05 00:38:59.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68302024-09-05T00:39:00.578Z[ recovery-image] Sep 05 00:38:59.506 INFO O| Sep 05 00:38:59.506 INFO STEP 925 (remove_files) COMPLETE
68312024-09-05T00:39:00.580Z[ recovery-image] Sep 05 00:38:59.506 INFO O| Sep 05 00:38:59.506 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-09-05T00:39:00.612Z[ recovery-image] Sep 05 00:38:59.537 INFO O| Sep 05 00:38:59.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68332024-09-05T00:39:00.612Z[ recovery-image] Sep 05 00:38:59.537 INFO O| Sep 05 00:38:59.537 INFO STEP 926 (remove_files) COMPLETE
68342024-09-05T00:39:00.614Z[ recovery-image] Sep 05 00:38:59.537 INFO O| Sep 05 00:38:59.537 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-09-05T00:39:00.636Z[ recovery-image] Sep 05 00:38:59.563 INFO O| Sep 05 00:38:59.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68362024-09-05T00:39:00.638Z[ recovery-image] Sep 05 00:38:59.563 INFO O| Sep 05 00:38:59.563 INFO STEP 927 (remove_files) COMPLETE
68372024-09-05T00:39:00.638Z[ recovery-image] Sep 05 00:38:59.564 INFO O| Sep 05 00:38:59.564 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-09-05T00:39:00.663Z[ recovery-image] Sep 05 00:38:59.591 INFO O| Sep 05 00:38:59.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68392024-09-05T00:39:00.666Z[ recovery-image] Sep 05 00:38:59.591 INFO O| Sep 05 00:38:59.591 INFO STEP 928 (remove_files) COMPLETE
68402024-09-05T00:39:00.666Z[ recovery-image] Sep 05 00:38:59.591 INFO O| Sep 05 00:38:59.591 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-09-05T00:39:00.707Z[ recovery-image] Sep 05 00:38:59.635 INFO O| Sep 05 00:38:59.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68422024-09-05T00:39:00.709Z[ recovery-image] Sep 05 00:38:59.635 INFO O| Sep 05 00:38:59.635 INFO STEP 929 (remove_files) COMPLETE
68432024-09-05T00:39:00.709Z[ recovery-image] Sep 05 00:38:59.635 INFO O| Sep 05 00:38:59.635 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-09-05T00:39:00.787Z[ recovery-image] Sep 05 00:38:59.715 INFO O| Sep 05 00:38:59.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68452024-09-05T00:39:00.787Z[ recovery-image] Sep 05 00:38:59.715 INFO O| Sep 05 00:38:59.715 INFO STEP 930 (remove_files) COMPLETE
68462024-09-05T00:39:00.790Z[ recovery-image] Sep 05 00:38:59.715 INFO O| Sep 05 00:38:59.715 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-09-05T00:39:00.816Z[ recovery-image] Sep 05 00:38:59.744 INFO O| Sep 05 00:38:59.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68482024-09-05T00:39:00.816Z[ recovery-image] Sep 05 00:38:59.744 INFO O| Sep 05 00:38:59.744 INFO STEP 931 (remove_files) COMPLETE
68492024-09-05T00:39:00.816Z[ recovery-image] Sep 05 00:38:59.744 INFO O| Sep 05 00:38:59.744 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-09-05T00:39:00.844Z[ recovery-image] Sep 05 00:38:59.771 INFO O| Sep 05 00:38:59.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68512024-09-05T00:39:00.844Z[ recovery-image] Sep 05 00:38:59.772 INFO O| Sep 05 00:38:59.771 INFO STEP 932 (remove_files) COMPLETE
68522024-09-05T00:39:00.844Z[ recovery-image] Sep 05 00:38:59.772 INFO O| Sep 05 00:38:59.772 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-09-05T00:39:00.871Z[ recovery-image] Sep 05 00:38:59.799 INFO O| Sep 05 00:38:59.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68542024-09-05T00:39:00.874Z[ recovery-image] Sep 05 00:38:59.799 INFO O| Sep 05 00:38:59.799 INFO STEP 933 (remove_files) COMPLETE
68552024-09-05T00:39:00.874Z[ recovery-image] Sep 05 00:38:59.799 INFO O| Sep 05 00:38:59.799 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-09-05T00:39:00.898Z[ recovery-image] Sep 05 00:38:59.826 INFO O| Sep 05 00:38:59.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68572024-09-05T00:39:00.898Z[ recovery-image] Sep 05 00:38:59.826 INFO O| Sep 05 00:38:59.826 INFO STEP 934 (remove_files) COMPLETE
68582024-09-05T00:39:00.898Z[ recovery-image] Sep 05 00:38:59.826 INFO O| Sep 05 00:38:59.826 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-09-05T00:39:00.933Z[ recovery-image] Sep 05 00:38:59.860 INFO O| Sep 05 00:38:59.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68602024-09-05T00:39:00.935Z[ recovery-image] Sep 05 00:38:59.860 INFO O| Sep 05 00:38:59.860 INFO STEP 935 (remove_files) COMPLETE
68612024-09-05T00:39:00.936Z[ recovery-image] Sep 05 00:38:59.861 INFO O| Sep 05 00:38:59.861 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-09-05T00:39:00.980Z[ recovery-image] Sep 05 00:38:59.908 INFO O| Sep 05 00:38:59.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68632024-09-05T00:39:00.983Z[ recovery-image] Sep 05 00:38:59.908 INFO O| Sep 05 00:38:59.908 INFO STEP 936 (remove_files) COMPLETE
68642024-09-05T00:39:00.983Z[ recovery-image] Sep 05 00:38:59.908 INFO O| Sep 05 00:38:59.908 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-09-05T00:39:01.029Z[ recovery-image] Sep 05 00:38:59.957 INFO O| Sep 05 00:38:59.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68662024-09-05T00:39:01.032Z[ recovery-image] Sep 05 00:38:59.957 INFO O| Sep 05 00:38:59.957 INFO STEP 937 (remove_files) COMPLETE
68672024-09-05T00:39:01.032Z[ recovery-image] Sep 05 00:38:59.957 INFO O| Sep 05 00:38:59.957 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-09-05T00:39:01.056Z[ recovery-image] Sep 05 00:38:59.984 INFO O| Sep 05 00:38:59.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68692024-09-05T00:39:01.059Z[ recovery-image] Sep 05 00:38:59.984 INFO O| Sep 05 00:38:59.984 INFO STEP 938 (remove_files) COMPLETE
68702024-09-05T00:39:01.059Z[ recovery-image] Sep 05 00:38:59.984 INFO O| Sep 05 00:38:59.984 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-09-05T00:39:01.151Z[ recovery-image] Sep 05 00:39:00.040 INFO O| Sep 05 00:39:00.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68722024-09-05T00:39:01.159Z[ recovery-image] Sep 05 00:39:00.040 INFO O| Sep 05 00:39:00.040 INFO STEP 939 (remove_files) COMPLETE
68732024-09-05T00:39:01.159Z[ recovery-image] Sep 05 00:39:00.040 INFO O| Sep 05 00:39:00.040 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-09-05T00:39:01.159Z[ recovery-image] Sep 05 00:39:00.069 INFO O| Sep 05 00:39:00.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68752024-09-05T00:39:01.159Z[ recovery-image] Sep 05 00:39:00.070 INFO O| Sep 05 00:39:00.070 INFO STEP 940 (remove_files) COMPLETE
68762024-09-05T00:39:01.159Z[ recovery-image] Sep 05 00:39:00.070 INFO O| Sep 05 00:39:00.070 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-09-05T00:39:01.179Z[ recovery-image] Sep 05 00:39:00.106 INFO O| Sep 05 00:39:00.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68782024-09-05T00:39:01.179Z[ recovery-image] Sep 05 00:39:00.106 INFO O| Sep 05 00:39:00.105 INFO STEP 941 (remove_files) COMPLETE
68792024-09-05T00:39:01.179Z[ recovery-image] Sep 05 00:39:00.106 INFO O| Sep 05 00:39:00.105 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-09-05T00:39:01.204Z[ recovery-image] Sep 05 00:39:00.131 INFO O| Sep 05 00:39:00.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68812024-09-05T00:39:01.204Z[ recovery-image] Sep 05 00:39:00.131 INFO O| Sep 05 00:39:00.131 INFO STEP 942 (remove_files) COMPLETE
68822024-09-05T00:39:01.206Z[ recovery-image] Sep 05 00:39:00.131 INFO O| Sep 05 00:39:00.131 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-09-05T00:39:01.236Z[ recovery-image] Sep 05 00:39:00.163 INFO O| Sep 05 00:39:00.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68842024-09-05T00:39:01.239Z[ recovery-image] Sep 05 00:39:00.164 INFO O| Sep 05 00:39:00.164 INFO STEP 943 (remove_files) COMPLETE
68852024-09-05T00:39:01.239Z[ recovery-image] Sep 05 00:39:00.164 INFO O| Sep 05 00:39:00.164 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-09-05T00:39:01.290Z[ recovery-image] Sep 05 00:39:00.218 INFO O| Sep 05 00:39:00.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68872024-09-05T00:39:01.293Z[ recovery-image] Sep 05 00:39:00.218 INFO O| Sep 05 00:39:00.218 INFO STEP 944 (remove_files) COMPLETE
68882024-09-05T00:39:01.293Z[ recovery-image] Sep 05 00:39:00.218 INFO O| Sep 05 00:39:00.218 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-09-05T00:39:01.318Z[ recovery-image] Sep 05 00:39:00.245 INFO O| Sep 05 00:39:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68902024-09-05T00:39:01.319Z[ recovery-image] Sep 05 00:39:00.246 INFO O| Sep 05 00:39:00.246 INFO STEP 945 (remove_files) COMPLETE
68912024-09-05T00:39:01.321Z[ recovery-image] Sep 05 00:39:00.246 INFO O| Sep 05 00:39:00.246 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-09-05T00:39:01.344Z[ recovery-image] Sep 05 00:39:00.271 INFO O| Sep 05 00:39:00.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68932024-09-05T00:39:01.347Z[ recovery-image] Sep 05 00:39:00.272 INFO O| Sep 05 00:39:00.271 INFO STEP 946 (remove_files) COMPLETE
68942024-09-05T00:39:01.347Z[ recovery-image] Sep 05 00:39:00.272 INFO O| Sep 05 00:39:00.272 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-09-05T00:39:01.372Z[ recovery-image] Sep 05 00:39:00.300 INFO O| Sep 05 00:39:00.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68962024-09-05T00:39:01.372Z[ recovery-image] Sep 05 00:39:00.300 INFO O| Sep 05 00:39:00.300 INFO STEP 947 (remove_files) COMPLETE
68972024-09-05T00:39:01.375Z[ recovery-image] Sep 05 00:39:00.300 INFO O| Sep 05 00:39:00.300 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-09-05T00:39:01.422Z[ recovery-image] Sep 05 00:39:00.350 INFO O| Sep 05 00:39:00.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68992024-09-05T00:39:01.422Z[ recovery-image] Sep 05 00:39:00.350 INFO O| Sep 05 00:39:00.350 INFO STEP 948 (remove_files) COMPLETE
69002024-09-05T00:39:01.423Z[ recovery-image] Sep 05 00:39:00.350 INFO O| Sep 05 00:39:00.350 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-09-05T00:39:01.545Z[ recovery-image] Sep 05 00:39:00.472 INFO O| Sep 05 00:39:00.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69022024-09-05T00:39:01.549Z[ recovery-image] Sep 05 00:39:00.473 INFO O| Sep 05 00:39:00.472 INFO STEP 949 (remove_files) COMPLETE
69032024-09-05T00:39:01.549Z[ recovery-image] Sep 05 00:39:00.473 INFO O| Sep 05 00:39:00.473 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-09-05T00:39:01.571Z[ recovery-image] Sep 05 00:39:00.498 INFO O| Sep 05 00:39:00.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69052024-09-05T00:39:01.571Z[ recovery-image] Sep 05 00:39:00.498 INFO O| Sep 05 00:39:00.498 INFO STEP 950 (remove_files) COMPLETE
69062024-09-05T00:39:01.571Z[ recovery-image] Sep 05 00:39:00.498 INFO O| Sep 05 00:39:00.498 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-09-05T00:39:01.593Z[ recovery-image] Sep 05 00:39:00.521 INFO O| Sep 05 00:39:00.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69082024-09-05T00:39:01.593Z[ recovery-image] Sep 05 00:39:00.521 INFO O| Sep 05 00:39:00.521 INFO STEP 951 (remove_files) COMPLETE
69092024-09-05T00:39:01.593Z[ recovery-image] Sep 05 00:39:00.521 INFO O| Sep 05 00:39:00.521 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-09-05T00:39:01.617Z[ recovery-image] Sep 05 00:39:00.543 INFO O| Sep 05 00:39:00.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69112024-09-05T00:39:01.617Z[ recovery-image] Sep 05 00:39:00.543 INFO O| Sep 05 00:39:00.543 INFO STEP 952 (remove_files) COMPLETE
69122024-09-05T00:39:01.617Z[ recovery-image] Sep 05 00:39:00.543 INFO O| Sep 05 00:39:00.543 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-09-05T00:39:01.639Z[ recovery-image] Sep 05 00:39:00.566 INFO O| Sep 05 00:39:00.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69142024-09-05T00:39:01.639Z[ recovery-image] Sep 05 00:39:00.566 INFO O| Sep 05 00:39:00.566 INFO STEP 953 (remove_files) COMPLETE
69152024-09-05T00:39:01.639Z[ recovery-image] Sep 05 00:39:00.566 INFO O| Sep 05 00:39:00.566 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-09-05T00:39:01.662Z[ recovery-image] Sep 05 00:39:00.589 INFO O| Sep 05 00:39:00.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69172024-09-05T00:39:01.662Z[ recovery-image] Sep 05 00:39:00.589 INFO O| Sep 05 00:39:00.589 INFO STEP 954 (remove_files) COMPLETE
69182024-09-05T00:39:01.662Z[ recovery-image] Sep 05 00:39:00.589 INFO O| Sep 05 00:39:00.589 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-09-05T00:39:01.706Z[ recovery-image] Sep 05 00:39:00.633 INFO O| Sep 05 00:39:00.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69202024-09-05T00:39:01.709Z[ recovery-image] Sep 05 00:39:00.634 INFO O| Sep 05 00:39:00.634 INFO STEP 955 (remove_files) COMPLETE
69212024-09-05T00:39:01.709Z[ recovery-image] Sep 05 00:39:00.634 INFO O| Sep 05 00:39:00.634 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-09-05T00:39:01.733Z[ recovery-image] Sep 05 00:39:00.659 INFO O| Sep 05 00:39:00.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69232024-09-05T00:39:01.736Z[ recovery-image] Sep 05 00:39:00.659 INFO O| Sep 05 00:39:00.659 INFO STEP 956 (remove_files) COMPLETE
69242024-09-05T00:39:01.736Z[ recovery-image] Sep 05 00:39:00.659 INFO O| Sep 05 00:39:00.659 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-09-05T00:39:01.760Z[ recovery-image] Sep 05 00:39:00.687 INFO O| Sep 05 00:39:00.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69262024-09-05T00:39:01.760Z[ recovery-image] Sep 05 00:39:00.687 INFO O| Sep 05 00:39:00.687 INFO STEP 957 (remove_files) COMPLETE
69272024-09-05T00:39:01.760Z[ recovery-image] Sep 05 00:39:00.687 INFO O| Sep 05 00:39:00.687 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-09-05T00:39:01.789Z[ recovery-image] Sep 05 00:39:00.716 INFO O| Sep 05 00:39:00.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69292024-09-05T00:39:01.791Z[ recovery-image] Sep 05 00:39:00.716 INFO O| Sep 05 00:39:00.716 INFO STEP 958 (remove_files) COMPLETE
69302024-09-05T00:39:01.791Z[ recovery-image] Sep 05 00:39:00.716 INFO O| Sep 05 00:39:00.716 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-09-05T00:39:01.816Z[ recovery-image] Sep 05 00:39:00.744 INFO O| Sep 05 00:39:00.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69322024-09-05T00:39:01.816Z[ recovery-image] Sep 05 00:39:00.744 INFO O| Sep 05 00:39:00.744 INFO STEP 959 (remove_files) COMPLETE
69332024-09-05T00:39:01.817Z[ recovery-image] Sep 05 00:39:00.744 INFO O| Sep 05 00:39:00.744 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-09-05T00:39:01.845Z[ recovery-image] Sep 05 00:39:00.772 INFO O| Sep 05 00:39:00.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69352024-09-05T00:39:01.845Z[ recovery-image] Sep 05 00:39:00.772 INFO O| Sep 05 00:39:00.772 INFO STEP 960 (remove_files) COMPLETE
69362024-09-05T00:39:01.848Z[ recovery-image] Sep 05 00:39:00.772 INFO O| Sep 05 00:39:00.772 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-09-05T00:39:01.873Z[ recovery-image] Sep 05 00:39:00.800 INFO O| Sep 05 00:39:00.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69382024-09-05T00:39:01.873Z[ recovery-image] Sep 05 00:39:00.800 INFO O| Sep 05 00:39:00.800 INFO STEP 961 (remove_files) COMPLETE
69392024-09-05T00:39:01.873Z[ recovery-image] Sep 05 00:39:00.800 INFO O| Sep 05 00:39:00.800 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-09-05T00:39:01.900Z[ recovery-image] Sep 05 00:39:00.828 INFO O| Sep 05 00:39:00.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69412024-09-05T00:39:01.901Z[ recovery-image] Sep 05 00:39:00.828 INFO O| Sep 05 00:39:00.828 INFO STEP 962 (remove_files) COMPLETE
69422024-09-05T00:39:01.901Z[ recovery-image] Sep 05 00:39:00.828 INFO O| Sep 05 00:39:00.828 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-09-05T00:39:01.938Z[ recovery-image] Sep 05 00:39:00.865 INFO O| Sep 05 00:39:00.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69442024-09-05T00:39:01.938Z[ recovery-image] Sep 05 00:39:00.865 INFO O| Sep 05 00:39:00.865 INFO STEP 963 (remove_files) COMPLETE
69452024-09-05T00:39:01.940Z[ recovery-image] Sep 05 00:39:00.865 INFO O| Sep 05 00:39:00.865 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-09-05T00:39:01.997Z[ recovery-image] Sep 05 00:39:00.925 INFO O| Sep 05 00:39:00.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69472024-09-05T00:39:01.997Z[ recovery-image] Sep 05 00:39:00.925 INFO O| Sep 05 00:39:00.925 INFO STEP 964 (remove_files) COMPLETE
69482024-09-05T00:39:01.997Z[ recovery-image] Sep 05 00:39:00.925 INFO O| Sep 05 00:39:00.925 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-09-05T00:39:02.025Z[ recovery-image] Sep 05 00:39:00.952 INFO O| Sep 05 00:39:00.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69502024-09-05T00:39:02.025Z[ recovery-image] Sep 05 00:39:00.952 INFO O| Sep 05 00:39:00.952 INFO STEP 965 (remove_files) COMPLETE
69512024-09-05T00:39:02.025Z[ recovery-image] Sep 05 00:39:00.952 INFO O| Sep 05 00:39:00.952 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-09-05T00:39:02.053Z[ recovery-image] Sep 05 00:39:00.980 INFO O| Sep 05 00:39:00.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69532024-09-05T00:39:02.053Z[ recovery-image] Sep 05 00:39:00.980 INFO O| Sep 05 00:39:00.980 INFO STEP 966 (remove_files) COMPLETE
69542024-09-05T00:39:02.053Z[ recovery-image] Sep 05 00:39:00.980 INFO O| Sep 05 00:39:00.980 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-09-05T00:39:02.081Z[ recovery-image] Sep 05 00:39:01.009 INFO O| Sep 05 00:39:01.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69562024-09-05T00:39:02.081Z[ recovery-image] Sep 05 00:39:01.009 INFO O| Sep 05 00:39:01.009 INFO STEP 967 (remove_files) COMPLETE
69572024-09-05T00:39:02.084Z[ recovery-image] Sep 05 00:39:01.009 INFO O| Sep 05 00:39:01.009 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-09-05T00:39:02.123Z[ recovery-image] Sep 05 00:39:01.050 INFO O| Sep 05 00:39:01.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69592024-09-05T00:39:02.123Z[ recovery-image] Sep 05 00:39:01.050 INFO O| Sep 05 00:39:01.050 INFO STEP 968 (remove_files) COMPLETE
69602024-09-05T00:39:02.126Z[ recovery-image] Sep 05 00:39:01.050 INFO O| Sep 05 00:39:01.050 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-09-05T00:39:02.161Z[ recovery-image] Sep 05 00:39:01.088 INFO O| Sep 05 00:39:01.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69622024-09-05T00:39:02.161Z[ recovery-image] Sep 05 00:39:01.089 INFO O| Sep 05 00:39:01.088 INFO STEP 969 (remove_files) COMPLETE
69632024-09-05T00:39:02.161Z[ recovery-image] Sep 05 00:39:01.089 INFO O| Sep 05 00:39:01.089 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-09-05T00:39:02.188Z[ recovery-image] Sep 05 00:39:01.115 INFO O| Sep 05 00:39:01.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69652024-09-05T00:39:02.188Z[ recovery-image] Sep 05 00:39:01.115 INFO O| Sep 05 00:39:01.115 INFO STEP 970 (remove_files) COMPLETE
69662024-09-05T00:39:02.191Z[ recovery-image] Sep 05 00:39:01.115 INFO O| Sep 05 00:39:01.115 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-09-05T00:39:02.213Z[ recovery-image] Sep 05 00:39:01.140 INFO O| Sep 05 00:39:01.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69682024-09-05T00:39:02.213Z[ recovery-image] Sep 05 00:39:01.140 INFO O| Sep 05 00:39:01.140 INFO STEP 971 (remove_files) COMPLETE
69692024-09-05T00:39:02.216Z[ recovery-image] Sep 05 00:39:01.140 INFO O| Sep 05 00:39:01.140 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-09-05T00:39:02.246Z[ recovery-image] Sep 05 00:39:01.173 INFO O| Sep 05 00:39:01.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69712024-09-05T00:39:02.248Z[ recovery-image] Sep 05 00:39:01.173 INFO O| Sep 05 00:39:01.173 INFO STEP 972 (remove_files) COMPLETE
69722024-09-05T00:39:02.248Z[ recovery-image] Sep 05 00:39:01.173 INFO O| Sep 05 00:39:01.173 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-09-05T00:39:02.281Z[ recovery-image] Sep 05 00:39:01.208 INFO O| Sep 05 00:39:01.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69742024-09-05T00:39:02.283Z[ recovery-image] Sep 05 00:39:01.208 INFO O| Sep 05 00:39:01.208 INFO STEP 973 (remove_files) COMPLETE
69752024-09-05T00:39:02.284Z[ recovery-image] Sep 05 00:39:01.208 INFO O| Sep 05 00:39:01.208 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-09-05T00:39:02.303Z[ recovery-image] Sep 05 00:39:01.230 INFO O| Sep 05 00:39:01.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69772024-09-05T00:39:02.303Z[ recovery-image] Sep 05 00:39:01.230 INFO O| Sep 05 00:39:01.230 INFO STEP 974 (remove_files) COMPLETE
69782024-09-05T00:39:02.306Z[ recovery-image] Sep 05 00:39:01.230 INFO O| Sep 05 00:39:01.230 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-09-05T00:39:02.326Z[ recovery-image] Sep 05 00:39:01.253 INFO O| Sep 05 00:39:01.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69802024-09-05T00:39:02.326Z[ recovery-image] Sep 05 00:39:01.253 INFO O| Sep 05 00:39:01.253 INFO STEP 975 (remove_files) COMPLETE
69812024-09-05T00:39:02.326Z[ recovery-image] Sep 05 00:39:01.253 INFO O| Sep 05 00:39:01.253 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-09-05T00:39:02.362Z[ recovery-image] Sep 05 00:39:01.289 INFO O| Sep 05 00:39:01.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69832024-09-05T00:39:02.365Z[ recovery-image] Sep 05 00:39:01.290 INFO O| Sep 05 00:39:01.289 INFO STEP 976 (remove_files) COMPLETE
69842024-09-05T00:39:02.365Z[ recovery-image] Sep 05 00:39:01.290 INFO O| Sep 05 00:39:01.290 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-09-05T00:39:02.392Z[ recovery-image] Sep 05 00:39:01.318 INFO O| Sep 05 00:39:01.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69862024-09-05T00:39:02.411Z[ recovery-image] Sep 05 00:39:01.338 INFO O| Sep 05 00:39:01.338 INFO STEP 977 (remove_files) COMPLETE
69872024-09-05T00:39:02.411Z[ recovery-image] Sep 05 00:39:01.338 INFO O| Sep 05 00:39:01.338 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-09-05T00:39:02.477Z[ recovery-image] Sep 05 00:39:01.404 INFO O| Sep 05 00:39:01.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69892024-09-05T00:39:02.480Z[ recovery-image] Sep 05 00:39:01.404 INFO O| Sep 05 00:39:01.404 INFO STEP 978 (remove_files) COMPLETE
69902024-09-05T00:39:02.480Z[ recovery-image] Sep 05 00:39:01.404 INFO O| Sep 05 00:39:01.404 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-09-05T00:39:02.508Z[ recovery-image] Sep 05 00:39:01.435 INFO O| Sep 05 00:39:01.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69922024-09-05T00:39:02.508Z[ recovery-image] Sep 05 00:39:01.436 INFO O| Sep 05 00:39:01.435 INFO STEP 979 (remove_files) COMPLETE
69932024-09-05T00:39:02.508Z[ recovery-image] Sep 05 00:39:01.436 INFO O| Sep 05 00:39:01.436 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-09-05T00:39:02.534Z[ recovery-image] Sep 05 00:39:01.461 INFO O| Sep 05 00:39:01.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69952024-09-05T00:39:02.534Z[ recovery-image] Sep 05 00:39:01.461 INFO O| Sep 05 00:39:01.461 INFO STEP 980 (remove_files) COMPLETE
69962024-09-05T00:39:02.537Z[ recovery-image] Sep 05 00:39:01.461 INFO O| Sep 05 00:39:01.461 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-09-05T00:39:02.562Z[ recovery-image] Sep 05 00:39:01.489 INFO O| Sep 05 00:39:01.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69982024-09-05T00:39:02.565Z[ recovery-image] Sep 05 00:39:01.489 INFO O| Sep 05 00:39:01.489 INFO STEP 981 (remove_files) COMPLETE
69992024-09-05T00:39:02.565Z[ recovery-image] Sep 05 00:39:01.489 INFO O| Sep 05 00:39:01.489 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-09-05T00:39:02.623Z[ recovery-image] Sep 05 00:39:01.551 INFO O| Sep 05 00:39:01.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70012024-09-05T00:39:02.624Z[ recovery-image] Sep 05 00:39:01.551 INFO O| Sep 05 00:39:01.551 INFO STEP 982 (remove_files) COMPLETE
70022024-09-05T00:39:02.624Z[ recovery-image] Sep 05 00:39:01.551 INFO O| Sep 05 00:39:01.551 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-09-05T00:39:02.653Z[ recovery-image] Sep 05 00:39:01.580 INFO O| Sep 05 00:39:01.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70042024-09-05T00:39:02.653Z[ recovery-image] Sep 05 00:39:01.580 INFO O| Sep 05 00:39:01.580 INFO STEP 983 (remove_files) COMPLETE
70052024-09-05T00:39:02.653Z[ recovery-image] Sep 05 00:39:01.580 INFO O| Sep 05 00:39:01.580 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-09-05T00:39:02.679Z[ recovery-image] Sep 05 00:39:01.606 INFO O| Sep 05 00:39:01.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70072024-09-05T00:39:02.679Z[ recovery-image] Sep 05 00:39:01.606 INFO O| Sep 05 00:39:01.606 INFO STEP 984 (remove_files) COMPLETE
70082024-09-05T00:39:02.679Z[ recovery-image] Sep 05 00:39:01.606 INFO O| Sep 05 00:39:01.606 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-09-05T00:39:02.705Z[ recovery-image] Sep 05 00:39:01.632 INFO O| Sep 05 00:39:01.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70102024-09-05T00:39:02.705Z[ recovery-image] Sep 05 00:39:01.632 INFO O| Sep 05 00:39:01.632 INFO STEP 985 (remove_files) COMPLETE
70112024-09-05T00:39:02.705Z[ recovery-image] Sep 05 00:39:01.632 INFO O| Sep 05 00:39:01.632 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-09-05T00:39:02.744Z[ recovery-image] Sep 05 00:39:01.671 INFO O| Sep 05 00:39:01.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70132024-09-05T00:39:02.744Z[ recovery-image] Sep 05 00:39:01.671 INFO O| Sep 05 00:39:01.671 INFO STEP 986 (remove_files) COMPLETE
70142024-09-05T00:39:02.744Z[ recovery-image] Sep 05 00:39:01.671 INFO O| Sep 05 00:39:01.671 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-09-05T00:39:02.767Z[ recovery-image] Sep 05 00:39:01.694 INFO O| Sep 05 00:39:01.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70162024-09-05T00:39:02.767Z[ recovery-image] Sep 05 00:39:01.694 INFO O| Sep 05 00:39:01.694 INFO STEP 987 (remove_files) COMPLETE
70172024-09-05T00:39:02.767Z[ recovery-image] Sep 05 00:39:01.694 INFO O| Sep 05 00:39:01.694 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-09-05T00:39:02.787Z[ recovery-image] Sep 05 00:39:01.714 INFO O| Sep 05 00:39:01.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70192024-09-05T00:39:02.787Z[ recovery-image] Sep 05 00:39:01.714 INFO O| Sep 05 00:39:01.714 INFO STEP 988 (remove_files) COMPLETE
70202024-09-05T00:39:02.787Z[ recovery-image] Sep 05 00:39:01.714 INFO O| Sep 05 00:39:01.714 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-09-05T00:39:02.809Z[ recovery-image] Sep 05 00:39:01.735 INFO O| Sep 05 00:39:01.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70222024-09-05T00:39:02.809Z[ recovery-image] Sep 05 00:39:01.735 INFO O| Sep 05 00:39:01.735 INFO STEP 989 (remove_files) COMPLETE
70232024-09-05T00:39:02.809Z[ recovery-image] Sep 05 00:39:01.735 INFO O| Sep 05 00:39:01.735 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-09-05T00:39:02.832Z[ recovery-image] Sep 05 00:39:01.758 INFO O| Sep 05 00:39:01.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70252024-09-05T00:39:02.832Z[ recovery-image] Sep 05 00:39:01.758 INFO O| Sep 05 00:39:01.758 INFO STEP 990 (remove_files) COMPLETE
70262024-09-05T00:39:02.832Z[ recovery-image] Sep 05 00:39:01.759 INFO O| Sep 05 00:39:01.758 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-09-05T00:39:02.859Z[ recovery-image] Sep 05 00:39:01.786 INFO O| Sep 05 00:39:01.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70282024-09-05T00:39:02.859Z[ recovery-image] Sep 05 00:39:01.786 INFO O| Sep 05 00:39:01.786 INFO STEP 991 (remove_files) COMPLETE
70292024-09-05T00:39:02.859Z[ recovery-image] Sep 05 00:39:01.786 INFO O| Sep 05 00:39:01.786 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-09-05T00:39:02.882Z[ recovery-image] Sep 05 00:39:01.808 INFO O| Sep 05 00:39:01.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70312024-09-05T00:39:02.882Z[ recovery-image] Sep 05 00:39:01.809 INFO O| Sep 05 00:39:01.809 INFO STEP 992 (remove_files) COMPLETE
70322024-09-05T00:39:02.882Z[ recovery-image] Sep 05 00:39:01.809 INFO O| Sep 05 00:39:01.809 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-09-05T00:39:02.905Z[ recovery-image] Sep 05 00:39:01.832 INFO O| Sep 05 00:39:01.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70342024-09-05T00:39:02.905Z[ recovery-image] Sep 05 00:39:01.832 INFO O| Sep 05 00:39:01.832 INFO STEP 993 (remove_files) COMPLETE
70352024-09-05T00:39:02.908Z[ recovery-image] Sep 05 00:39:01.832 INFO O| Sep 05 00:39:01.832 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-09-05T00:39:02.946Z[ recovery-image] Sep 05 00:39:01.873 INFO O| Sep 05 00:39:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70372024-09-05T00:39:02.946Z[ recovery-image] Sep 05 00:39:01.873 INFO O| Sep 05 00:39:01.873 INFO STEP 994 (remove_files) COMPLETE
70382024-09-05T00:39:02.948Z[ recovery-image] Sep 05 00:39:01.873 INFO O| Sep 05 00:39:01.873 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-09-05T00:39:02.976Z[ recovery-image] Sep 05 00:39:01.903 INFO O| Sep 05 00:39:01.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70402024-09-05T00:39:02.979Z[ recovery-image] Sep 05 00:39:01.903 INFO O| Sep 05 00:39:01.903 INFO STEP 995 (remove_files) COMPLETE
70412024-09-05T00:39:02.979Z[ recovery-image] Sep 05 00:39:01.903 INFO O| Sep 05 00:39:01.903 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-09-05T00:39:03.005Z[ recovery-image] Sep 05 00:39:01.929 INFO O| Sep 05 00:39:01.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70432024-09-05T00:39:03.005Z[ recovery-image] Sep 05 00:39:01.929 INFO O| Sep 05 00:39:01.929 INFO STEP 996 (remove_files) COMPLETE
70442024-09-05T00:39:03.005Z[ recovery-image] Sep 05 00:39:01.929 INFO O| Sep 05 00:39:01.929 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-09-05T00:39:03.057Z[ recovery-image] Sep 05 00:39:01.984 INFO O| Sep 05 00:39:01.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70462024-09-05T00:39:03.057Z[ recovery-image] Sep 05 00:39:01.984 INFO O| Sep 05 00:39:01.984 INFO STEP 997 (remove_files) COMPLETE
70472024-09-05T00:39:03.057Z[ recovery-image] Sep 05 00:39:01.984 INFO O| Sep 05 00:39:01.984 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-09-05T00:39:03.100Z[ recovery-image] Sep 05 00:39:02.027 INFO O| Sep 05 00:39:02.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70492024-09-05T00:39:03.100Z[ recovery-image] Sep 05 00:39:02.027 INFO O| Sep 05 00:39:02.027 INFO STEP 998 (remove_files) COMPLETE
70502024-09-05T00:39:03.103Z[ recovery-image] Sep 05 00:39:02.027 INFO O| Sep 05 00:39:02.027 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-09-05T00:39:03.130Z[ recovery-image] Sep 05 00:39:02.057 INFO O| Sep 05 00:39:02.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70522024-09-05T00:39:03.130Z[ recovery-image] Sep 05 00:39:02.057 INFO O| Sep 05 00:39:02.057 INFO STEP 999 (remove_files) COMPLETE
70532024-09-05T00:39:03.133Z[ recovery-image] Sep 05 00:39:02.057 INFO O| Sep 05 00:39:02.057 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-09-05T00:39:03.160Z[ recovery-image] Sep 05 00:39:02.085 INFO O| Sep 05 00:39:02.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70552024-09-05T00:39:03.160Z[ recovery-image] Sep 05 00:39:02.086 INFO O| Sep 05 00:39:02.086 INFO STEP 1000 (remove_files) COMPLETE
70562024-09-05T00:39:03.160Z[ recovery-image] Sep 05 00:39:02.086 INFO O| Sep 05 00:39:02.086 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-09-05T00:39:03.186Z[ recovery-image] Sep 05 00:39:02.113 INFO O| Sep 05 00:39:02.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70582024-09-05T00:39:03.186Z[ recovery-image] Sep 05 00:39:02.113 INFO O| Sep 05 00:39:02.113 INFO STEP 1001 (remove_files) COMPLETE
70592024-09-05T00:39:03.186Z[ recovery-image] Sep 05 00:39:02.113 INFO O| Sep 05 00:39:02.113 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-09-05T00:39:03.224Z[ recovery-image] Sep 05 00:39:02.151 INFO O| Sep 05 00:39:02.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70612024-09-05T00:39:03.224Z[ recovery-image] Sep 05 00:39:02.151 INFO O| Sep 05 00:39:02.149 INFO STEP 1002 (remove_files) COMPLETE
70622024-09-05T00:39:03.226Z[ recovery-image] Sep 05 00:39:02.151 INFO O| Sep 05 00:39:02.149 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-09-05T00:39:03.257Z[ recovery-image] Sep 05 00:39:02.183 INFO O| Sep 05 00:39:02.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70642024-09-05T00:39:03.261Z[ recovery-image] Sep 05 00:39:02.184 INFO O| Sep 05 00:39:02.184 INFO STEP 1003 (remove_files) COMPLETE
70652024-09-05T00:39:03.261Z[ recovery-image] Sep 05 00:39:02.184 INFO O| Sep 05 00:39:02.184 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-09-05T00:39:03.296Z[ recovery-image] Sep 05 00:39:02.223 INFO O| Sep 05 00:39:02.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70672024-09-05T00:39:03.299Z[ recovery-image] Sep 05 00:39:02.224 INFO O| Sep 05 00:39:02.223 INFO STEP 1004 (remove_files) COMPLETE
70682024-09-05T00:39:03.299Z[ recovery-image] Sep 05 00:39:02.224 INFO O| Sep 05 00:39:02.224 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-09-05T00:39:03.320Z[ recovery-image] Sep 05 00:39:02.247 INFO O| Sep 05 00:39:02.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70702024-09-05T00:39:03.323Z[ recovery-image] Sep 05 00:39:02.247 INFO O| Sep 05 00:39:02.247 INFO STEP 1005 (remove_files) COMPLETE
70712024-09-05T00:39:03.323Z[ recovery-image] Sep 05 00:39:02.247 INFO O| Sep 05 00:39:02.247 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-09-05T00:39:03.346Z[ recovery-image] Sep 05 00:39:02.273 INFO O| Sep 05 00:39:02.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70732024-09-05T00:39:03.350Z[ recovery-image] Sep 05 00:39:02.273 INFO O| Sep 05 00:39:02.273 INFO STEP 1006 (remove_files) COMPLETE
70742024-09-05T00:39:03.350Z[ recovery-image] Sep 05 00:39:02.273 INFO O| Sep 05 00:39:02.273 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-09-05T00:39:03.374Z[ recovery-image] Sep 05 00:39:02.301 INFO O| Sep 05 00:39:02.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70762024-09-05T00:39:03.377Z[ recovery-image] Sep 05 00:39:02.301 INFO O| Sep 05 00:39:02.301 INFO STEP 1007 (remove_files) COMPLETE
70772024-09-05T00:39:03.377Z[ recovery-image] Sep 05 00:39:02.302 INFO O| Sep 05 00:39:02.301 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-09-05T00:39:03.417Z[ recovery-image] Sep 05 00:39:02.344 INFO O| Sep 05 00:39:02.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70792024-09-05T00:39:03.417Z[ recovery-image] Sep 05 00:39:02.344 INFO O| Sep 05 00:39:02.344 INFO STEP 1008 (remove_files) COMPLETE
70802024-09-05T00:39:03.420Z[ recovery-image] Sep 05 00:39:02.344 INFO O| Sep 05 00:39:02.344 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-09-05T00:39:03.447Z[ recovery-image] Sep 05 00:39:02.372 INFO O| Sep 05 00:39:02.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70822024-09-05T00:39:03.447Z[ recovery-image] Sep 05 00:39:02.372 INFO O| Sep 05 00:39:02.372 INFO STEP 1009 (remove_files) COMPLETE
70832024-09-05T00:39:03.452Z[ recovery-image] Sep 05 00:39:02.372 INFO O| Sep 05 00:39:02.372 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-09-05T00:39:03.500Z[ recovery-image] Sep 05 00:39:02.418 INFO O| Sep 05 00:39:02.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70852024-09-05T00:39:03.500Z[ recovery-image] Sep 05 00:39:02.418 INFO O| Sep 05 00:39:02.418 INFO STEP 1010 (remove_files) COMPLETE
70862024-09-05T00:39:03.501Z[ recovery-image] Sep 05 00:39:02.418 INFO O| Sep 05 00:39:02.418 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-09-05T00:39:03.518Z[ recovery-image] Sep 05 00:39:02.445 INFO O| Sep 05 00:39:02.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70882024-09-05T00:39:03.518Z[ recovery-image] Sep 05 00:39:02.445 INFO O| Sep 05 00:39:02.445 INFO STEP 1011 (remove_files) COMPLETE
70892024-09-05T00:39:03.518Z[ recovery-image] Sep 05 00:39:02.445 INFO O| Sep 05 00:39:02.445 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-09-05T00:39:03.555Z[ recovery-image] Sep 05 00:39:02.472 INFO O| Sep 05 00:39:02.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70912024-09-05T00:39:03.555Z[ recovery-image] Sep 05 00:39:02.472 INFO O| Sep 05 00:39:02.472 INFO STEP 1012 (remove_files) COMPLETE
70922024-09-05T00:39:03.555Z[ recovery-image] Sep 05 00:39:02.472 INFO O| Sep 05 00:39:02.472 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-09-05T00:39:03.584Z[ recovery-image] Sep 05 00:39:02.498 INFO O| Sep 05 00:39:02.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70942024-09-05T00:39:03.585Z[ recovery-image] Sep 05 00:39:02.498 INFO O| Sep 05 00:39:02.498 INFO STEP 1013 (remove_files) COMPLETE
70952024-09-05T00:39:03.585Z[ recovery-image] Sep 05 00:39:02.498 INFO O| Sep 05 00:39:02.498 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-09-05T00:39:03.598Z[ recovery-image] Sep 05 00:39:02.525 INFO O| Sep 05 00:39:02.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70972024-09-05T00:39:03.598Z[ recovery-image] Sep 05 00:39:02.526 INFO O| Sep 05 00:39:02.525 INFO STEP 1014 (remove_files) COMPLETE
70982024-09-05T00:39:03.598Z[ recovery-image] Sep 05 00:39:02.526 INFO O| Sep 05 00:39:02.526 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-09-05T00:39:03.641Z[ recovery-image] Sep 05 00:39:02.568 INFO O| Sep 05 00:39:02.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71002024-09-05T00:39:03.641Z[ recovery-image] Sep 05 00:39:02.568 INFO O| Sep 05 00:39:02.568 INFO STEP 1015 (remove_files) COMPLETE
71012024-09-05T00:39:03.641Z[ recovery-image] Sep 05 00:39:02.568 INFO O| Sep 05 00:39:02.568 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-09-05T00:39:03.710Z[ recovery-image] Sep 05 00:39:02.637 INFO O| Sep 05 00:39:02.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71032024-09-05T00:39:03.711Z[ recovery-image] Sep 05 00:39:02.638 INFO O| Sep 05 00:39:02.638 INFO STEP 1016 (remove_files) COMPLETE
71042024-09-05T00:39:03.713Z[ recovery-image] Sep 05 00:39:02.638 INFO O| Sep 05 00:39:02.638 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-09-05T00:39:03.867Z[ recovery-image] Sep 05 00:39:02.794 INFO O| Sep 05 00:39:02.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71062024-09-05T00:39:03.867Z[ recovery-image] Sep 05 00:39:02.794 INFO O| Sep 05 00:39:02.794 INFO STEP 1017 (remove_files) COMPLETE
71072024-09-05T00:39:03.870Z[ recovery-image] Sep 05 00:39:02.794 INFO O| Sep 05 00:39:02.794 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-09-05T00:39:03.917Z[ recovery-image] Sep 05 00:39:02.844 INFO O| Sep 05 00:39:02.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71092024-09-05T00:39:03.917Z[ recovery-image] Sep 05 00:39:02.844 INFO O| Sep 05 00:39:02.844 INFO STEP 1018 (remove_files) COMPLETE
71102024-09-05T00:39:03.921Z[ recovery-image] Sep 05 00:39:02.844 INFO O| Sep 05 00:39:02.844 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-09-05T00:39:03.968Z[ recovery-image] Sep 05 00:39:02.895 INFO O| Sep 05 00:39:02.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71122024-09-05T00:39:03.973Z[ recovery-image] Sep 05 00:39:02.899 INFO O| Sep 05 00:39:02.899 INFO STEP 1019 (remove_files) COMPLETE
71132024-09-05T00:39:03.973Z[ recovery-image] Sep 05 00:39:02.899 INFO O| Sep 05 00:39:02.899 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-09-05T00:39:04.034Z[ recovery-image] Sep 05 00:39:02.961 INFO O| Sep 05 00:39:02.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71152024-09-05T00:39:04.037Z[ recovery-image] Sep 05 00:39:02.961 INFO O| Sep 05 00:39:02.961 INFO STEP 1020 (remove_files) COMPLETE
71162024-09-05T00:39:04.037Z[ recovery-image] Sep 05 00:39:02.961 INFO O| Sep 05 00:39:02.961 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-09-05T00:39:04.120Z[ recovery-image] Sep 05 00:39:03.046 INFO O| Sep 05 00:39:03.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71182024-09-05T00:39:04.120Z[ recovery-image] Sep 05 00:39:03.046 INFO O| Sep 05 00:39:03.046 INFO STEP 1021 (remove_files) COMPLETE
71192024-09-05T00:39:04.120Z[ recovery-image] Sep 05 00:39:03.046 INFO O| Sep 05 00:39:03.046 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-09-05T00:39:04.162Z[ recovery-image] Sep 05 00:39:03.089 INFO O| Sep 05 00:39:03.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71212024-09-05T00:39:04.163Z[ recovery-image] Sep 05 00:39:03.090 INFO O| Sep 05 00:39:03.090 INFO STEP 1022 (remove_files) COMPLETE
71222024-09-05T00:39:04.165Z[ recovery-image] Sep 05 00:39:03.090 INFO O| Sep 05 00:39:03.090 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-09-05T00:39:04.192Z[ recovery-image] Sep 05 00:39:03.119 INFO O| Sep 05 00:39:03.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71242024-09-05T00:39:04.192Z[ recovery-image] Sep 05 00:39:03.119 INFO O| Sep 05 00:39:03.119 INFO STEP 1023 (remove_files) COMPLETE
71252024-09-05T00:39:04.194Z[ recovery-image] Sep 05 00:39:03.119 INFO O| Sep 05 00:39:03.119 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-09-05T00:39:04.236Z[ recovery-image] Sep 05 00:39:03.163 INFO O| Sep 05 00:39:03.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71272024-09-05T00:39:04.236Z[ recovery-image] Sep 05 00:39:03.163 INFO O| Sep 05 00:39:03.163 INFO STEP 1024 (remove_files) COMPLETE
71282024-09-05T00:39:04.238Z[ recovery-image] Sep 05 00:39:03.163 INFO O| Sep 05 00:39:03.163 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-09-05T00:39:04.283Z[ recovery-image] Sep 05 00:39:03.208 INFO O| Sep 05 00:39:03.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71302024-09-05T00:39:04.283Z[ recovery-image] Sep 05 00:39:03.208 INFO O| Sep 05 00:39:03.208 INFO STEP 1025 (remove_files) COMPLETE
71312024-09-05T00:39:04.283Z[ recovery-image] Sep 05 00:39:03.208 INFO O| Sep 05 00:39:03.208 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-09-05T00:39:04.348Z[ recovery-image] Sep 05 00:39:03.273 INFO O| Sep 05 00:39:03.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71332024-09-05T00:39:04.358Z[ recovery-image] Sep 05 00:39:03.285 INFO O| Sep 05 00:39:03.285 INFO STEP 1026 (remove_files) COMPLETE
71342024-09-05T00:39:04.358Z[ recovery-image] Sep 05 00:39:03.285 INFO O| Sep 05 00:39:03.285 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-09-05T00:39:04.387Z[ recovery-image] Sep 05 00:39:03.314 INFO O| Sep 05 00:39:03.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71362024-09-05T00:39:04.390Z[ recovery-image] Sep 05 00:39:03.315 INFO O| Sep 05 00:39:03.314 INFO STEP 1027 (remove_files) COMPLETE
71372024-09-05T00:39:04.390Z[ recovery-image] Sep 05 00:39:03.315 INFO O| Sep 05 00:39:03.315 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-09-05T00:39:04.417Z[ recovery-image] Sep 05 00:39:03.343 INFO O| Sep 05 00:39:03.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71392024-09-05T00:39:04.419Z[ recovery-image] Sep 05 00:39:03.344 INFO O| Sep 05 00:39:03.344 INFO STEP 1028 (remove_files) COMPLETE
71402024-09-05T00:39:04.419Z[ recovery-image] Sep 05 00:39:03.344 INFO O| Sep 05 00:39:03.344 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-09-05T00:39:04.445Z[ recovery-image] Sep 05 00:39:03.372 INFO O| Sep 05 00:39:03.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71422024-09-05T00:39:04.448Z[ recovery-image] Sep 05 00:39:03.373 INFO O| Sep 05 00:39:03.372 INFO STEP 1029 (remove_files) COMPLETE
71432024-09-05T00:39:04.448Z[ recovery-image] Sep 05 00:39:03.373 INFO O| Sep 05 00:39:03.372 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-09-05T00:39:04.472Z[ recovery-image] Sep 05 00:39:03.399 INFO O| Sep 05 00:39:03.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71452024-09-05T00:39:04.475Z[ recovery-image] Sep 05 00:39:03.399 INFO O| Sep 05 00:39:03.399 INFO STEP 1030 (remove_files) COMPLETE
71462024-09-05T00:39:04.475Z[ recovery-image] Sep 05 00:39:03.399 INFO O| Sep 05 00:39:03.399 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-09-05T00:39:04.501Z[ recovery-image] Sep 05 00:39:03.428 INFO O| Sep 05 00:39:03.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71482024-09-05T00:39:04.504Z[ recovery-image] Sep 05 00:39:03.429 INFO O| Sep 05 00:39:03.428 INFO STEP 1031 (remove_files) COMPLETE
71492024-09-05T00:39:04.504Z[ recovery-image] Sep 05 00:39:03.429 INFO O| Sep 05 00:39:03.428 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-09-05T00:39:04.530Z[ recovery-image] Sep 05 00:39:03.457 INFO O| Sep 05 00:39:03.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71512024-09-05T00:39:04.530Z[ recovery-image] Sep 05 00:39:03.457 INFO O| Sep 05 00:39:03.457 INFO STEP 1032 (remove_files) COMPLETE
71522024-09-05T00:39:04.531Z[ recovery-image] Sep 05 00:39:03.457 INFO O| Sep 05 00:39:03.457 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-09-05T00:39:04.570Z[ recovery-image] Sep 05 00:39:03.497 INFO O| Sep 05 00:39:03.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71542024-09-05T00:39:04.574Z[ recovery-image] Sep 05 00:39:03.498 INFO O| Sep 05 00:39:03.497 INFO STEP 1033 (remove_files) COMPLETE
71552024-09-05T00:39:04.574Z[ recovery-image] Sep 05 00:39:03.498 INFO O| Sep 05 00:39:03.498 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-09-05T00:39:04.613Z[ recovery-image] Sep 05 00:39:03.538 INFO O| Sep 05 00:39:03.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71572024-09-05T00:39:04.613Z[ recovery-image] Sep 05 00:39:03.538 INFO O| Sep 05 00:39:03.538 INFO STEP 1034 (remove_files) COMPLETE
71582024-09-05T00:39:04.616Z[ recovery-image] Sep 05 00:39:03.538 INFO O| Sep 05 00:39:03.538 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-09-05T00:39:04.642Z[ recovery-image] Sep 05 00:39:03.569 INFO O| Sep 05 00:39:03.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71602024-09-05T00:39:04.642Z[ recovery-image] Sep 05 00:39:03.569 INFO O| Sep 05 00:39:03.569 INFO STEP 1035 (remove_files) COMPLETE
71612024-09-05T00:39:04.646Z[ recovery-image] Sep 05 00:39:03.569 INFO O| Sep 05 00:39:03.569 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-09-05T00:39:04.670Z[ recovery-image] Sep 05 00:39:03.596 INFO O| Sep 05 00:39:03.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71632024-09-05T00:39:04.670Z[ recovery-image] Sep 05 00:39:03.596 INFO O| Sep 05 00:39:03.596 INFO STEP 1036 (remove_files) COMPLETE
71642024-09-05T00:39:04.672Z[ recovery-image] Sep 05 00:39:03.597 INFO O| Sep 05 00:39:03.596 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-09-05T00:39:04.698Z[ recovery-image] Sep 05 00:39:03.623 INFO O| Sep 05 00:39:03.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71662024-09-05T00:39:04.698Z[ recovery-image] Sep 05 00:39:03.624 INFO O| Sep 05 00:39:03.624 INFO STEP 1037 (remove_files) COMPLETE
71672024-09-05T00:39:04.698Z[ recovery-image] Sep 05 00:39:03.624 INFO O| Sep 05 00:39:03.624 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-09-05T00:39:04.722Z[ recovery-image] Sep 05 00:39:03.649 INFO O| Sep 05 00:39:03.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71692024-09-05T00:39:04.722Z[ recovery-image] Sep 05 00:39:03.649 INFO O| Sep 05 00:39:03.649 INFO STEP 1038 (remove_files) COMPLETE
71702024-09-05T00:39:04.725Z[ recovery-image] Sep 05 00:39:03.649 INFO O| Sep 05 00:39:03.649 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-09-05T00:39:04.781Z[ recovery-image] Sep 05 00:39:03.708 INFO O| Sep 05 00:39:03.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71722024-09-05T00:39:04.782Z[ recovery-image] Sep 05 00:39:03.708 INFO O| Sep 05 00:39:03.708 INFO STEP 1039 (remove_files) COMPLETE
71732024-09-05T00:39:04.784Z[ recovery-image] Sep 05 00:39:03.708 INFO O| Sep 05 00:39:03.708 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-09-05T00:39:04.815Z[ recovery-image] Sep 05 00:39:03.742 INFO O| Sep 05 00:39:03.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71752024-09-05T00:39:04.815Z[ recovery-image] Sep 05 00:39:03.742 INFO O| Sep 05 00:39:03.742 INFO STEP 1040 (remove_files) COMPLETE
71762024-09-05T00:39:04.815Z[ recovery-image] Sep 05 00:39:03.742 INFO O| Sep 05 00:39:03.742 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-09-05T00:39:04.839Z[ recovery-image] Sep 05 00:39:03.766 INFO O| Sep 05 00:39:03.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71782024-09-05T00:39:04.839Z[ recovery-image] Sep 05 00:39:03.766 INFO O| Sep 05 00:39:03.766 INFO STEP 1041 (remove_files) COMPLETE
71792024-09-05T00:39:04.839Z[ recovery-image] Sep 05 00:39:03.766 INFO O| Sep 05 00:39:03.766 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-09-05T00:39:04.883Z[ recovery-image] Sep 05 00:39:03.810 INFO O| Sep 05 00:39:03.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71812024-09-05T00:39:04.886Z[ recovery-image] Sep 05 00:39:03.811 INFO O| Sep 05 00:39:03.810 INFO STEP 1042 (remove_files) COMPLETE
71822024-09-05T00:39:04.886Z[ recovery-image] Sep 05 00:39:03.811 INFO O| Sep 05 00:39:03.811 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-09-05T00:39:04.916Z[ recovery-image] Sep 05 00:39:03.842 INFO O| Sep 05 00:39:03.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71842024-09-05T00:39:04.918Z[ recovery-image] Sep 05 00:39:03.843 INFO O| Sep 05 00:39:03.843 INFO STEP 1043 (remove_files) COMPLETE
71852024-09-05T00:39:04.918Z[ recovery-image] Sep 05 00:39:03.843 INFO O| Sep 05 00:39:03.843 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-09-05T00:39:04.942Z[ recovery-image] Sep 05 00:39:03.868 INFO O| Sep 05 00:39:03.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71872024-09-05T00:39:04.945Z[ recovery-image] Sep 05 00:39:03.868 INFO O| Sep 05 00:39:03.868 INFO STEP 1044 (remove_files) COMPLETE
71882024-09-05T00:39:04.945Z[ recovery-image] Sep 05 00:39:03.868 INFO O| Sep 05 00:39:03.868 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-09-05T00:39:04.968Z[ recovery-image] Sep 05 00:39:03.895 INFO O| Sep 05 00:39:03.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71902024-09-05T00:39:04.971Z[ recovery-image] Sep 05 00:39:03.895 INFO O| Sep 05 00:39:03.895 INFO STEP 1045 (remove_files) COMPLETE
71912024-09-05T00:39:04.971Z[ recovery-image] Sep 05 00:39:03.895 INFO O| Sep 05 00:39:03.895 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-09-05T00:39:04.996Z[ recovery-image] Sep 05 00:39:03.923 INFO O| Sep 05 00:39:03.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71932024-09-05T00:39:04.999Z[ recovery-image] Sep 05 00:39:03.923 INFO O| Sep 05 00:39:03.923 INFO STEP 1046 (remove_files) COMPLETE
71942024-09-05T00:39:04.999Z[ recovery-image] Sep 05 00:39:03.923 INFO O| Sep 05 00:39:03.923 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-09-05T00:39:05.027Z[ recovery-image] Sep 05 00:39:03.953 INFO O| Sep 05 00:39:03.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71962024-09-05T00:39:05.029Z[ recovery-image] Sep 05 00:39:03.953 INFO O| Sep 05 00:39:03.953 INFO STEP 1047 (remove_files) COMPLETE
71972024-09-05T00:39:05.029Z[ recovery-image] Sep 05 00:39:03.954 INFO O| Sep 05 00:39:03.953 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-09-05T00:39:05.054Z[ recovery-image] Sep 05 00:39:03.980 INFO O| Sep 05 00:39:03.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71992024-09-05T00:39:05.054Z[ recovery-image] Sep 05 00:39:03.980 INFO O| Sep 05 00:39:03.980 INFO STEP 1048 (remove_files) COMPLETE
72002024-09-05T00:39:05.056Z[ recovery-image] Sep 05 00:39:03.981 INFO O| Sep 05 00:39:03.980 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-09-05T00:39:05.080Z[ recovery-image] Sep 05 00:39:04.007 INFO O| Sep 05 00:39:04.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72022024-09-05T00:39:05.080Z[ recovery-image] Sep 05 00:39:04.007 INFO O| Sep 05 00:39:04.007 INFO STEP 1049 (remove_files) COMPLETE
72032024-09-05T00:39:05.080Z[ recovery-image] Sep 05 00:39:04.007 INFO O| Sep 05 00:39:04.007 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-09-05T00:39:05.111Z[ recovery-image] Sep 05 00:39:04.037 INFO O| Sep 05 00:39:04.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72052024-09-05T00:39:05.111Z[ recovery-image] Sep 05 00:39:04.037 INFO O| Sep 05 00:39:04.037 INFO STEP 1050 (remove_files) COMPLETE
72062024-09-05T00:39:05.114Z[ recovery-image] Sep 05 00:39:04.038 INFO O| Sep 05 00:39:04.037 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-09-05T00:39:05.138Z[ recovery-image] Sep 05 00:39:04.064 INFO O| Sep 05 00:39:04.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72082024-09-05T00:39:05.140Z[ recovery-image] Sep 05 00:39:04.065 INFO O| Sep 05 00:39:04.065 INFO STEP 1051 (remove_files) COMPLETE
72092024-09-05T00:39:05.140Z[ recovery-image] Sep 05 00:39:04.065 INFO O| Sep 05 00:39:04.065 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-09-05T00:39:05.167Z[ recovery-image] Sep 05 00:39:04.094 INFO O| Sep 05 00:39:04.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72112024-09-05T00:39:05.167Z[ recovery-image] Sep 05 00:39:04.094 INFO O| Sep 05 00:39:04.094 INFO STEP 1052 (remove_files) COMPLETE
72122024-09-05T00:39:05.167Z[ recovery-image] Sep 05 00:39:04.094 INFO O| Sep 05 00:39:04.094 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-09-05T00:39:05.195Z[ recovery-image] Sep 05 00:39:04.121 INFO O| Sep 05 00:39:04.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72142024-09-05T00:39:05.195Z[ recovery-image] Sep 05 00:39:04.122 INFO O| Sep 05 00:39:04.122 INFO STEP 1053 (remove_files) COMPLETE
72152024-09-05T00:39:05.195Z[ recovery-image] Sep 05 00:39:04.122 INFO O| Sep 05 00:39:04.122 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-09-05T00:39:05.223Z[ recovery-image] Sep 05 00:39:04.149 INFO O| Sep 05 00:39:04.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72172024-09-05T00:39:05.223Z[ recovery-image] Sep 05 00:39:04.149 INFO O| Sep 05 00:39:04.149 INFO STEP 1054 (remove_files) COMPLETE
72182024-09-05T00:39:05.223Z[ recovery-image] Sep 05 00:39:04.149 INFO O| Sep 05 00:39:04.149 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-09-05T00:39:05.291Z[ recovery-image] Sep 05 00:39:04.217 INFO O| Sep 05 00:39:04.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72202024-09-05T00:39:05.291Z[ recovery-image] Sep 05 00:39:04.217 INFO O| Sep 05 00:39:04.217 INFO STEP 1055 (remove_files) COMPLETE
72212024-09-05T00:39:05.291Z[ recovery-image] Sep 05 00:39:04.217 INFO O| Sep 05 00:39:04.217 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-09-05T00:39:05.311Z[ recovery-image] Sep 05 00:39:04.238 INFO O| Sep 05 00:39:04.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72232024-09-05T00:39:05.311Z[ recovery-image] Sep 05 00:39:04.238 INFO O| Sep 05 00:39:04.238 INFO STEP 1056 (remove_files) COMPLETE
72242024-09-05T00:39:05.311Z[ recovery-image] Sep 05 00:39:04.238 INFO O| Sep 05 00:39:04.238 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-09-05T00:39:05.329Z[ recovery-image] Sep 05 00:39:04.256 INFO O| Sep 05 00:39:04.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72262024-09-05T00:39:05.330Z[ recovery-image] Sep 05 00:39:04.256 INFO O| Sep 05 00:39:04.256 INFO STEP 1057 (remove_files) COMPLETE
72272024-09-05T00:39:05.330Z[ recovery-image] Sep 05 00:39:04.256 INFO O| Sep 05 00:39:04.256 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-09-05T00:39:05.354Z[ recovery-image] Sep 05 00:39:04.280 INFO O| Sep 05 00:39:04.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72292024-09-05T00:39:05.354Z[ recovery-image] Sep 05 00:39:04.280 INFO O| Sep 05 00:39:04.280 INFO STEP 1058 (remove_files) COMPLETE
72302024-09-05T00:39:05.355Z[ recovery-image] Sep 05 00:39:04.280 INFO O| Sep 05 00:39:04.280 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-09-05T00:39:05.379Z[ recovery-image] Sep 05 00:39:04.306 INFO O| Sep 05 00:39:04.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72322024-09-05T00:39:05.379Z[ recovery-image] Sep 05 00:39:04.306 INFO O| Sep 05 00:39:04.306 INFO STEP 1059 (remove_files) COMPLETE
72332024-09-05T00:39:05.379Z[ recovery-image] Sep 05 00:39:04.306 INFO O| Sep 05 00:39:04.306 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-09-05T00:39:05.402Z[ recovery-image] Sep 05 00:39:04.329 INFO O| Sep 05 00:39:04.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72352024-09-05T00:39:05.405Z[ recovery-image] Sep 05 00:39:04.329 INFO O| Sep 05 00:39:04.329 INFO STEP 1060 (remove_files) COMPLETE
72362024-09-05T00:39:05.405Z[ recovery-image] Sep 05 00:39:04.329 INFO O| Sep 05 00:39:04.329 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-09-05T00:39:05.430Z[ recovery-image] Sep 05 00:39:04.357 INFO O| Sep 05 00:39:04.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72382024-09-05T00:39:05.430Z[ recovery-image] Sep 05 00:39:04.357 INFO O| Sep 05 00:39:04.357 INFO STEP 1061 (remove_files) COMPLETE
72392024-09-05T00:39:05.433Z[ recovery-image] Sep 05 00:39:04.357 INFO O| Sep 05 00:39:04.357 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-09-05T00:39:05.459Z[ recovery-image] Sep 05 00:39:04.386 INFO O| Sep 05 00:39:04.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72412024-09-05T00:39:05.462Z[ recovery-image] Sep 05 00:39:04.386 INFO O| Sep 05 00:39:04.386 INFO STEP 1062 (remove_files) COMPLETE
72422024-09-05T00:39:05.462Z[ recovery-image] Sep 05 00:39:04.386 INFO O| Sep 05 00:39:04.386 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-09-05T00:39:05.505Z[ recovery-image] Sep 05 00:39:04.432 INFO O| Sep 05 00:39:04.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72442024-09-05T00:39:05.506Z[ recovery-image] Sep 05 00:39:04.432 INFO O| Sep 05 00:39:04.419 INFO STEP 1063 (remove_files) COMPLETE
72452024-09-05T00:39:05.508Z[ recovery-image] Sep 05 00:39:04.432 INFO O| Sep 05 00:39:04.419 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-09-05T00:39:05.519Z[ recovery-image] Sep 05 00:39:04.446 INFO O| Sep 05 00:39:04.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72472024-09-05T00:39:05.519Z[ recovery-image] Sep 05 00:39:04.446 INFO O| Sep 05 00:39:04.446 INFO STEP 1064 (remove_files) COMPLETE
72482024-09-05T00:39:05.523Z[ recovery-image] Sep 05 00:39:04.446 INFO O| Sep 05 00:39:04.446 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-09-05T00:39:05.546Z[ recovery-image] Sep 05 00:39:04.473 INFO O| Sep 05 00:39:04.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72502024-09-05T00:39:05.546Z[ recovery-image] Sep 05 00:39:04.473 INFO O| Sep 05 00:39:04.473 INFO STEP 1065 (remove_files) COMPLETE
72512024-09-05T00:39:05.546Z[ recovery-image] Sep 05 00:39:04.473 INFO O| Sep 05 00:39:04.473 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-09-05T00:39:05.573Z[ recovery-image] Sep 05 00:39:04.500 INFO O| Sep 05 00:39:04.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72532024-09-05T00:39:05.573Z[ recovery-image] Sep 05 00:39:04.500 INFO O| Sep 05 00:39:04.500 INFO STEP 1066 (remove_files) COMPLETE
72542024-09-05T00:39:05.573Z[ recovery-image] Sep 05 00:39:04.500 INFO O| Sep 05 00:39:04.500 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-09-05T00:39:05.613Z[ recovery-image] Sep 05 00:39:04.539 INFO O| Sep 05 00:39:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72562024-09-05T00:39:05.632Z[ recovery-image] Sep 05 00:39:04.559 INFO O| Sep 05 00:39:04.559 INFO STEP 1067 (remove_files) COMPLETE
72572024-09-05T00:39:05.632Z[ recovery-image] Sep 05 00:39:04.559 INFO O| Sep 05 00:39:04.559 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-09-05T00:39:05.673Z[ recovery-image] Sep 05 00:39:04.600 INFO O| Sep 05 00:39:04.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72592024-09-05T00:39:05.673Z[ recovery-image] Sep 05 00:39:04.600 INFO O| Sep 05 00:39:04.600 INFO STEP 1068 (remove_files) COMPLETE
72602024-09-05T00:39:05.673Z[ recovery-image] Sep 05 00:39:04.600 INFO O| Sep 05 00:39:04.600 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-09-05T00:39:05.700Z[ recovery-image] Sep 05 00:39:04.626 INFO O| Sep 05 00:39:04.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72622024-09-05T00:39:05.700Z[ recovery-image] Sep 05 00:39:04.626 INFO O| Sep 05 00:39:04.626 INFO STEP 1069 (remove_files) COMPLETE
72632024-09-05T00:39:05.700Z[ recovery-image] Sep 05 00:39:04.626 INFO O| Sep 05 00:39:04.626 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-09-05T00:39:05.738Z[ recovery-image] Sep 05 00:39:04.664 INFO O| Sep 05 00:39:04.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72652024-09-05T00:39:05.740Z[ recovery-image] Sep 05 00:39:04.664 INFO O| Sep 05 00:39:04.664 INFO STEP 1070 (remove_files) COMPLETE
72662024-09-05T00:39:05.740Z[ recovery-image] Sep 05 00:39:04.664 INFO O| Sep 05 00:39:04.664 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-09-05T00:39:05.764Z[ recovery-image] Sep 05 00:39:04.690 INFO O| Sep 05 00:39:04.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72682024-09-05T00:39:05.764Z[ recovery-image] Sep 05 00:39:04.690 INFO O| Sep 05 00:39:04.690 INFO STEP 1071 (remove_files) COMPLETE
72692024-09-05T00:39:05.764Z[ recovery-image] Sep 05 00:39:04.690 INFO O| Sep 05 00:39:04.690 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-09-05T00:39:05.800Z[ recovery-image] Sep 05 00:39:04.727 INFO O| Sep 05 00:39:04.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72712024-09-05T00:39:05.800Z[ recovery-image] Sep 05 00:39:04.727 INFO O| Sep 05 00:39:04.727 INFO STEP 1072 (remove_files) COMPLETE
72722024-09-05T00:39:05.803Z[ recovery-image] Sep 05 00:39:04.727 INFO O| Sep 05 00:39:04.727 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-09-05T00:39:05.880Z[ recovery-image] Sep 05 00:39:04.806 INFO O| Sep 05 00:39:04.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72742024-09-05T00:39:05.880Z[ recovery-image] Sep 05 00:39:04.806 INFO O| Sep 05 00:39:04.806 INFO STEP 1073 (remove_files) COMPLETE
72752024-09-05T00:39:05.883Z[ recovery-image] Sep 05 00:39:04.806 INFO O| Sep 05 00:39:04.806 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-09-05T00:39:05.905Z[ recovery-image] Sep 05 00:39:04.831 INFO O| Sep 05 00:39:04.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72772024-09-05T00:39:05.905Z[ recovery-image] Sep 05 00:39:04.832 INFO O| Sep 05 00:39:04.831 INFO STEP 1074 (remove_files) COMPLETE
72782024-09-05T00:39:05.908Z[ recovery-image] Sep 05 00:39:04.832 INFO O| Sep 05 00:39:04.832 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-09-05T00:39:05.928Z[ recovery-image] Sep 05 00:39:04.855 INFO O| Sep 05 00:39:04.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72802024-09-05T00:39:05.931Z[ recovery-image] Sep 05 00:39:04.855 INFO O| Sep 05 00:39:04.855 INFO STEP 1075 (remove_files) COMPLETE
72812024-09-05T00:39:05.931Z[ recovery-image] Sep 05 00:39:04.855 INFO O| Sep 05 00:39:04.855 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-09-05T00:39:05.967Z[ recovery-image] Sep 05 00:39:04.894 INFO O| Sep 05 00:39:04.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72832024-09-05T00:39:05.967Z[ recovery-image] Sep 05 00:39:04.894 INFO O| Sep 05 00:39:04.894 INFO STEP 1076 (remove_files) COMPLETE
72842024-09-05T00:39:05.967Z[ recovery-image] Sep 05 00:39:04.894 INFO O| Sep 05 00:39:04.894 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-09-05T00:39:06.002Z[ recovery-image] Sep 05 00:39:04.929 INFO O| Sep 05 00:39:04.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72862024-09-05T00:39:06.005Z[ recovery-image] Sep 05 00:39:04.929 INFO O| Sep 05 00:39:04.929 INFO STEP 1077 (remove_files) COMPLETE
72872024-09-05T00:39:06.005Z[ recovery-image] Sep 05 00:39:04.929 INFO O| Sep 05 00:39:04.929 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-09-05T00:39:06.029Z[ recovery-image] Sep 05 00:39:04.956 INFO O| Sep 05 00:39:04.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72892024-09-05T00:39:06.029Z[ recovery-image] Sep 05 00:39:04.956 INFO O| Sep 05 00:39:04.956 INFO STEP 1078 (remove_files) COMPLETE
72902024-09-05T00:39:06.031Z[ recovery-image] Sep 05 00:39:04.956 INFO O| Sep 05 00:39:04.956 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-09-05T00:39:06.122Z[ recovery-image] Sep 05 00:39:05.019 INFO O| Sep 05 00:39:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72922024-09-05T00:39:06.122Z[ recovery-image] Sep 05 00:39:05.019 INFO O| Sep 05 00:39:05.019 INFO STEP 1079 (remove_files) COMPLETE
72932024-09-05T00:39:06.122Z[ recovery-image] Sep 05 00:39:05.019 INFO O| Sep 05 00:39:05.019 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-09-05T00:39:06.124Z[ recovery-image] Sep 05 00:39:05.047 INFO O| Sep 05 00:39:05.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72952024-09-05T00:39:06.124Z[ recovery-image] Sep 05 00:39:05.047 INFO O| Sep 05 00:39:05.047 INFO STEP 1080 (remove_files) COMPLETE
72962024-09-05T00:39:06.124Z[ recovery-image] Sep 05 00:39:05.047 INFO O| Sep 05 00:39:05.047 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-09-05T00:39:06.188Z[ recovery-image] Sep 05 00:39:05.114 INFO O| Sep 05 00:39:05.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
72982024-09-05T00:39:06.188Z[ recovery-image] Sep 05 00:39:05.114 INFO O| Sep 05 00:39:05.114 INFO STEP 1081 (remove_files) COMPLETE
72992024-09-05T00:39:06.190Z[ recovery-image] Sep 05 00:39:05.114 INFO O| Sep 05 00:39:05.114 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-09-05T00:39:06.214Z[ recovery-image] Sep 05 00:39:05.141 INFO O| Sep 05 00:39:05.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73012024-09-05T00:39:06.214Z[ recovery-image] Sep 05 00:39:05.141 INFO O| Sep 05 00:39:05.141 INFO STEP 1082 (remove_files) COMPLETE
73022024-09-05T00:39:06.217Z[ recovery-image] Sep 05 00:39:05.141 INFO O| Sep 05 00:39:05.141 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-09-05T00:39:06.261Z[ recovery-image] Sep 05 00:39:05.187 INFO O| Sep 05 00:39:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73042024-09-05T00:39:06.261Z[ recovery-image] Sep 05 00:39:05.187 INFO O| Sep 05 00:39:05.187 INFO STEP 1083 (remove_files) COMPLETE
73052024-09-05T00:39:06.264Z[ recovery-image] Sep 05 00:39:05.187 INFO O| Sep 05 00:39:05.187 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-09-05T00:39:06.288Z[ recovery-image] Sep 05 00:39:05.215 INFO O| Sep 05 00:39:05.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73072024-09-05T00:39:06.288Z[ recovery-image] Sep 05 00:39:05.215 INFO O| Sep 05 00:39:05.215 INFO STEP 1084 (remove_files) COMPLETE
73082024-09-05T00:39:06.291Z[ recovery-image] Sep 05 00:39:05.215 INFO O| Sep 05 00:39:05.215 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-09-05T00:39:06.317Z[ recovery-image] Sep 05 00:39:05.243 INFO O| Sep 05 00:39:05.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73102024-09-05T00:39:06.319Z[ recovery-image] Sep 05 00:39:05.243 INFO O| Sep 05 00:39:05.243 INFO STEP 1085 (remove_files) COMPLETE
73112024-09-05T00:39:06.319Z[ recovery-image] Sep 05 00:39:05.243 INFO O| Sep 05 00:39:05.243 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-09-05T00:39:06.345Z[ recovery-image] Sep 05 00:39:05.271 INFO O| Sep 05 00:39:05.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73132024-09-05T00:39:06.345Z[ recovery-image] Sep 05 00:39:05.271 INFO O| Sep 05 00:39:05.271 INFO STEP 1086 (remove_files) COMPLETE
73142024-09-05T00:39:06.345Z[ recovery-image] Sep 05 00:39:05.271 INFO O| Sep 05 00:39:05.271 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-09-05T00:39:06.384Z[ recovery-image] Sep 05 00:39:05.310 INFO O| Sep 05 00:39:05.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73162024-09-05T00:39:06.386Z[ recovery-image] Sep 05 00:39:05.311 INFO O| Sep 05 00:39:05.311 INFO STEP 1087 (remove_files) COMPLETE
73172024-09-05T00:39:06.387Z[ recovery-image] Sep 05 00:39:05.311 INFO O| Sep 05 00:39:05.311 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-09-05T00:39:06.428Z[ recovery-image] Sep 05 00:39:05.355 INFO O| Sep 05 00:39:05.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73192024-09-05T00:39:06.428Z[ recovery-image] Sep 05 00:39:05.355 INFO O| Sep 05 00:39:05.355 INFO STEP 1088 (remove_files) COMPLETE
73202024-09-05T00:39:06.428Z[ recovery-image] Sep 05 00:39:05.355 INFO O| Sep 05 00:39:05.355 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-09-05T00:39:06.456Z[ recovery-image] Sep 05 00:39:05.382 INFO O| Sep 05 00:39:05.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73222024-09-05T00:39:06.456Z[ recovery-image] Sep 05 00:39:05.382 INFO O| Sep 05 00:39:05.382 INFO STEP 1089 (remove_files) COMPLETE
73232024-09-05T00:39:06.458Z[ recovery-image] Sep 05 00:39:05.382 INFO O| Sep 05 00:39:05.382 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-09-05T00:39:06.484Z[ recovery-image] Sep 05 00:39:05.410 INFO O| Sep 05 00:39:05.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73252024-09-05T00:39:06.484Z[ recovery-image] Sep 05 00:39:05.410 INFO O| Sep 05 00:39:05.410 INFO STEP 1090 (remove_files) COMPLETE
73262024-09-05T00:39:06.484Z[ recovery-image] Sep 05 00:39:05.410 INFO O| Sep 05 00:39:05.410 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-09-05T00:39:06.527Z[ recovery-image] Sep 05 00:39:05.453 INFO O| Sep 05 00:39:05.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73282024-09-05T00:39:06.529Z[ recovery-image] Sep 05 00:39:05.453 INFO O| Sep 05 00:39:05.453 INFO STEP 1091 (remove_files) COMPLETE
73292024-09-05T00:39:06.530Z[ recovery-image] Sep 05 00:39:05.454 INFO O| Sep 05 00:39:05.453 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-09-05T00:39:06.555Z[ recovery-image] Sep 05 00:39:05.481 INFO O| Sep 05 00:39:05.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73312024-09-05T00:39:06.555Z[ recovery-image] Sep 05 00:39:05.481 INFO O| Sep 05 00:39:05.481 INFO STEP 1092 (remove_files) COMPLETE
73322024-09-05T00:39:06.555Z[ recovery-image] Sep 05 00:39:05.481 INFO O| Sep 05 00:39:05.481 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-09-05T00:39:06.599Z[ recovery-image] Sep 05 00:39:05.525 INFO O| Sep 05 00:39:05.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73342024-09-05T00:39:06.599Z[ recovery-image] Sep 05 00:39:05.525 INFO O| Sep 05 00:39:05.525 INFO STEP 1093 (remove_files) COMPLETE
73352024-09-05T00:39:06.599Z[ recovery-image] Sep 05 00:39:05.525 INFO O| Sep 05 00:39:05.525 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-09-05T00:39:06.625Z[ recovery-image] Sep 05 00:39:05.552 INFO O| Sep 05 00:39:05.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73372024-09-05T00:39:06.626Z[ recovery-image] Sep 05 00:39:05.552 INFO O| Sep 05 00:39:05.552 INFO STEP 1094 (remove_files) COMPLETE
73382024-09-05T00:39:06.626Z[ recovery-image] Sep 05 00:39:05.552 INFO O| Sep 05 00:39:05.552 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-09-05T00:39:06.653Z[ recovery-image] Sep 05 00:39:05.580 INFO O| Sep 05 00:39:05.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73402024-09-05T00:39:06.653Z[ recovery-image] Sep 05 00:39:05.580 INFO O| Sep 05 00:39:05.580 INFO STEP 1095 (remove_files) COMPLETE
73412024-09-05T00:39:06.654Z[ recovery-image] Sep 05 00:39:05.580 INFO O| Sep 05 00:39:05.580 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-09-05T00:39:06.699Z[ recovery-image] Sep 05 00:39:05.625 INFO O| Sep 05 00:39:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73432024-09-05T00:39:06.699Z[ recovery-image] Sep 05 00:39:05.625 INFO O| Sep 05 00:39:05.625 INFO STEP 1096 (remove_files) COMPLETE
73442024-09-05T00:39:06.701Z[ recovery-image] Sep 05 00:39:05.626 INFO O| Sep 05 00:39:05.625 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-09-05T00:39:06.725Z[ recovery-image] Sep 05 00:39:05.650 INFO O| Sep 05 00:39:05.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73462024-09-05T00:39:06.725Z[ recovery-image] Sep 05 00:39:05.650 INFO O| Sep 05 00:39:05.650 INFO STEP 1097 (remove_files) COMPLETE
73472024-09-05T00:39:06.725Z[ recovery-image] Sep 05 00:39:05.650 INFO O| Sep 05 00:39:05.650 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-09-05T00:39:06.747Z[ recovery-image] Sep 05 00:39:05.673 INFO O| Sep 05 00:39:05.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73492024-09-05T00:39:06.747Z[ recovery-image] Sep 05 00:39:05.673 INFO O| Sep 05 00:39:05.673 INFO STEP 1098 (remove_files) COMPLETE
73502024-09-05T00:39:06.747Z[ recovery-image] Sep 05 00:39:05.673 INFO O| Sep 05 00:39:05.673 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-09-05T00:39:06.775Z[ recovery-image] Sep 05 00:39:05.701 INFO O| Sep 05 00:39:05.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73522024-09-05T00:39:06.775Z[ recovery-image] Sep 05 00:39:05.702 INFO O| Sep 05 00:39:05.701 INFO STEP 1099 (remove_files) COMPLETE
73532024-09-05T00:39:06.775Z[ recovery-image] Sep 05 00:39:05.702 INFO O| Sep 05 00:39:05.702 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-09-05T00:39:06.814Z[ recovery-image] Sep 05 00:39:05.740 INFO O| Sep 05 00:39:05.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73552024-09-05T00:39:06.816Z[ recovery-image] Sep 05 00:39:05.740 INFO O| Sep 05 00:39:05.740 INFO STEP 1100 (remove_files) COMPLETE
73562024-09-05T00:39:06.816Z[ recovery-image] Sep 05 00:39:05.741 INFO O| Sep 05 00:39:05.740 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-09-05T00:39:06.841Z[ recovery-image] Sep 05 00:39:05.767 INFO O| Sep 05 00:39:05.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73582024-09-05T00:39:06.841Z[ recovery-image] Sep 05 00:39:05.767 INFO O| Sep 05 00:39:05.767 INFO STEP 1101 (remove_files) COMPLETE
73592024-09-05T00:39:06.844Z[ recovery-image] Sep 05 00:39:05.768 INFO O| Sep 05 00:39:05.767 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-09-05T00:39:06.871Z[ recovery-image] Sep 05 00:39:05.796 INFO O| Sep 05 00:39:05.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73612024-09-05T00:39:06.873Z[ recovery-image] Sep 05 00:39:05.797 INFO O| Sep 05 00:39:05.796 INFO STEP 1102 (remove_files) COMPLETE
73622024-09-05T00:39:06.873Z[ recovery-image] Sep 05 00:39:05.797 INFO O| Sep 05 00:39:05.797 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-09-05T00:39:06.908Z[ recovery-image] Sep 05 00:39:05.834 INFO O| Sep 05 00:39:05.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73642024-09-05T00:39:06.908Z[ recovery-image] Sep 05 00:39:05.834 INFO O| Sep 05 00:39:05.834 INFO STEP 1103 (remove_files) COMPLETE
73652024-09-05T00:39:06.908Z[ recovery-image] Sep 05 00:39:05.834 INFO O| Sep 05 00:39:05.834 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-09-05T00:39:06.937Z[ recovery-image] Sep 05 00:39:05.864 INFO O| Sep 05 00:39:05.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73672024-09-05T00:39:06.937Z[ recovery-image] Sep 05 00:39:05.864 INFO O| Sep 05 00:39:05.864 INFO STEP 1104 (remove_files) COMPLETE
73682024-09-05T00:39:06.937Z[ recovery-image] Sep 05 00:39:05.864 INFO O| Sep 05 00:39:05.864 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-09-05T00:39:06.979Z[ recovery-image] Sep 05 00:39:05.905 INFO O| Sep 05 00:39:05.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73702024-09-05T00:39:06.979Z[ recovery-image] Sep 05 00:39:05.905 INFO O| Sep 05 00:39:05.905 INFO STEP 1105 (remove_files) COMPLETE
73712024-09-05T00:39:06.981Z[ recovery-image] Sep 05 00:39:05.905 INFO O| Sep 05 00:39:05.905 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-09-05T00:39:07.029Z[ recovery-image] Sep 05 00:39:05.956 INFO O| Sep 05 00:39:05.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73732024-09-05T00:39:07.029Z[ recovery-image] Sep 05 00:39:05.956 INFO O| Sep 05 00:39:05.956 INFO STEP 1106 (remove_files) COMPLETE
73742024-09-05T00:39:07.029Z[ recovery-image] Sep 05 00:39:05.956 INFO O| Sep 05 00:39:05.956 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-09-05T00:39:07.059Z[ recovery-image] Sep 05 00:39:05.985 INFO O| Sep 05 00:39:05.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73762024-09-05T00:39:07.059Z[ recovery-image] Sep 05 00:39:05.985 INFO O| Sep 05 00:39:05.985 INFO STEP 1107 (remove_files) COMPLETE
73772024-09-05T00:39:07.059Z[ recovery-image] Sep 05 00:39:05.985 INFO O| Sep 05 00:39:05.985 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-09-05T00:39:07.144Z[ recovery-image] Sep 05 00:39:06.070 INFO O| Sep 05 00:39:06.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73792024-09-05T00:39:07.147Z[ recovery-image] Sep 05 00:39:06.070 INFO O| Sep 05 00:39:06.070 INFO STEP 1108 (remove_files) COMPLETE
73802024-09-05T00:39:07.147Z[ recovery-image] Sep 05 00:39:06.070 INFO O| Sep 05 00:39:06.070 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-09-05T00:39:07.175Z[ recovery-image] Sep 05 00:39:06.101 INFO O| Sep 05 00:39:06.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73822024-09-05T00:39:07.175Z[ recovery-image] Sep 05 00:39:06.101 INFO O| Sep 05 00:39:06.101 INFO STEP 1109 (remove_files) COMPLETE
73832024-09-05T00:39:07.175Z[ recovery-image] Sep 05 00:39:06.101 INFO O| Sep 05 00:39:06.101 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-09-05T00:39:07.205Z[ recovery-image] Sep 05 00:39:06.132 INFO O| Sep 05 00:39:06.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73852024-09-05T00:39:07.208Z[ recovery-image] Sep 05 00:39:06.133 INFO O| Sep 05 00:39:06.133 INFO STEP 1110 (remove_files) COMPLETE
73862024-09-05T00:39:07.208Z[ recovery-image] Sep 05 00:39:06.133 INFO O| Sep 05 00:39:06.133 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-09-05T00:39:07.279Z[ recovery-image] Sep 05 00:39:06.205 INFO O| Sep 05 00:39:06.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73882024-09-05T00:39:07.299Z[ recovery-image] Sep 05 00:39:06.225 INFO O| Sep 05 00:39:06.225 INFO STEP 1111 (remove_files) COMPLETE
73892024-09-05T00:39:07.299Z[ recovery-image] Sep 05 00:39:06.225 INFO O| Sep 05 00:39:06.225 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-09-05T00:39:07.326Z[ recovery-image] Sep 05 00:39:06.252 INFO O| Sep 05 00:39:06.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73912024-09-05T00:39:07.326Z[ recovery-image] Sep 05 00:39:06.253 INFO O| Sep 05 00:39:06.252 INFO STEP 1112 (remove_files) COMPLETE
73922024-09-05T00:39:07.326Z[ recovery-image] Sep 05 00:39:06.253 INFO O| Sep 05 00:39:06.253 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-09-05T00:39:07.354Z[ recovery-image] Sep 05 00:39:06.280 INFO O| Sep 05 00:39:06.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73942024-09-05T00:39:07.354Z[ recovery-image] Sep 05 00:39:06.281 INFO O| Sep 05 00:39:06.281 INFO STEP 1113 (remove_files) COMPLETE
73952024-09-05T00:39:07.354Z[ recovery-image] Sep 05 00:39:06.281 INFO O| Sep 05 00:39:06.281 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-09-05T00:39:07.379Z[ recovery-image] Sep 05 00:39:06.306 INFO O| Sep 05 00:39:06.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
73972024-09-05T00:39:07.379Z[ recovery-image] Sep 05 00:39:06.306 INFO O| Sep 05 00:39:06.306 INFO STEP 1114 (remove_files) COMPLETE
73982024-09-05T00:39:07.379Z[ recovery-image] Sep 05 00:39:06.306 INFO O| Sep 05 00:39:06.306 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-09-05T00:39:07.405Z[ recovery-image] Sep 05 00:39:06.332 INFO O| Sep 05 00:39:06.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74002024-09-05T00:39:07.405Z[ recovery-image] Sep 05 00:39:06.332 INFO O| Sep 05 00:39:06.332 INFO STEP 1115 (remove_files) COMPLETE
74012024-09-05T00:39:07.405Z[ recovery-image] Sep 05 00:39:06.332 INFO O| Sep 05 00:39:06.332 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-09-05T00:39:07.432Z[ recovery-image] Sep 05 00:39:06.358 INFO O| Sep 05 00:39:06.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74032024-09-05T00:39:07.432Z[ recovery-image] Sep 05 00:39:06.358 INFO O| Sep 05 00:39:06.358 INFO STEP 1116 (remove_files) COMPLETE
74042024-09-05T00:39:07.432Z[ recovery-image] Sep 05 00:39:06.358 INFO O| Sep 05 00:39:06.358 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-09-05T00:39:07.458Z[ recovery-image] Sep 05 00:39:06.384 INFO O| Sep 05 00:39:06.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74062024-09-05T00:39:07.458Z[ recovery-image] Sep 05 00:39:06.384 INFO O| Sep 05 00:39:06.384 INFO STEP 1117 (remove_files) COMPLETE
74072024-09-05T00:39:07.458Z[ recovery-image] Sep 05 00:39:06.384 INFO O| Sep 05 00:39:06.384 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-09-05T00:39:07.487Z[ recovery-image] Sep 05 00:39:06.412 INFO O| Sep 05 00:39:06.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74092024-09-05T00:39:07.487Z[ recovery-image] Sep 05 00:39:06.413 INFO O| Sep 05 00:39:06.412 INFO STEP 1118 (remove_files) COMPLETE
74102024-09-05T00:39:07.487Z[ recovery-image] Sep 05 00:39:06.413 INFO O| Sep 05 00:39:06.413 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-09-05T00:39:07.554Z[ recovery-image] Sep 05 00:39:06.481 INFO O| Sep 05 00:39:06.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74122024-09-05T00:39:07.554Z[ recovery-image] Sep 05 00:39:06.481 INFO O| Sep 05 00:39:06.481 INFO STEP 1119 (remove_files) COMPLETE
74132024-09-05T00:39:07.554Z[ recovery-image] Sep 05 00:39:06.481 INFO O| Sep 05 00:39:06.481 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-09-05T00:39:07.602Z[ recovery-image] Sep 05 00:39:06.528 INFO O| Sep 05 00:39:06.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74152024-09-05T00:39:07.602Z[ recovery-image] Sep 05 00:39:06.528 INFO O| Sep 05 00:39:06.528 INFO STEP 1120 (remove_files) COMPLETE
74162024-09-05T00:39:07.602Z[ recovery-image] Sep 05 00:39:06.528 INFO O| Sep 05 00:39:06.528 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-09-05T00:39:07.631Z[ recovery-image] Sep 05 00:39:06.557 INFO O| Sep 05 00:39:06.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74182024-09-05T00:39:07.631Z[ recovery-image] Sep 05 00:39:06.557 INFO O| Sep 05 00:39:06.557 INFO STEP 1121 (remove_files) COMPLETE
74192024-09-05T00:39:07.631Z[ recovery-image] Sep 05 00:39:06.557 INFO O| Sep 05 00:39:06.557 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-09-05T00:39:07.687Z[ recovery-image] Sep 05 00:39:06.613 INFO O| Sep 05 00:39:06.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74212024-09-05T00:39:07.687Z[ recovery-image] Sep 05 00:39:06.613 INFO O| Sep 05 00:39:06.613 INFO STEP 1122 (remove_files) COMPLETE
74222024-09-05T00:39:07.687Z[ recovery-image] Sep 05 00:39:06.613 INFO O| Sep 05 00:39:06.613 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-09-05T00:39:07.740Z[ recovery-image] Sep 05 00:39:06.666 INFO O| Sep 05 00:39:06.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74242024-09-05T00:39:07.740Z[ recovery-image] Sep 05 00:39:06.666 INFO O| Sep 05 00:39:06.666 INFO STEP 1123 (remove_files) COMPLETE
74252024-09-05T00:39:07.743Z[ recovery-image] Sep 05 00:39:06.666 INFO O| Sep 05 00:39:06.666 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-09-05T00:39:07.800Z[ recovery-image] Sep 05 00:39:06.726 INFO O| Sep 05 00:39:06.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74272024-09-05T00:39:07.800Z[ recovery-image] Sep 05 00:39:06.726 INFO O| Sep 05 00:39:06.726 INFO STEP 1124 (remove_files) COMPLETE
74282024-09-05T00:39:07.803Z[ recovery-image] Sep 05 00:39:06.726 INFO O| Sep 05 00:39:06.726 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-09-05T00:39:07.827Z[ recovery-image] Sep 05 00:39:06.752 INFO O| Sep 05 00:39:06.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74302024-09-05T00:39:07.827Z[ recovery-image] Sep 05 00:39:06.752 INFO O| Sep 05 00:39:06.752 INFO STEP 1125 (remove_files) COMPLETE
74312024-09-05T00:39:07.827Z[ recovery-image] Sep 05 00:39:06.752 INFO O| Sep 05 00:39:06.752 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-09-05T00:39:07.851Z[ recovery-image] Sep 05 00:39:06.777 INFO O| Sep 05 00:39:06.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74332024-09-05T00:39:07.851Z[ recovery-image] Sep 05 00:39:06.777 INFO O| Sep 05 00:39:06.777 INFO STEP 1126 (remove_files) COMPLETE
74342024-09-05T00:39:07.851Z[ recovery-image] Sep 05 00:39:06.777 INFO O| Sep 05 00:39:06.777 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-09-05T00:39:07.875Z[ recovery-image] Sep 05 00:39:06.801 INFO O| Sep 05 00:39:06.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74362024-09-05T00:39:07.875Z[ recovery-image] Sep 05 00:39:06.802 INFO O| Sep 05 00:39:06.802 INFO STEP 1127 (remove_files) COMPLETE
74372024-09-05T00:39:07.875Z[ recovery-image] Sep 05 00:39:06.802 INFO O| Sep 05 00:39:06.802 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-09-05T00:39:07.913Z[ recovery-image] Sep 05 00:39:06.840 INFO O| Sep 05 00:39:06.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74392024-09-05T00:39:07.916Z[ recovery-image] Sep 05 00:39:06.840 INFO O| Sep 05 00:39:06.840 INFO STEP 1128 (remove_files) COMPLETE
74402024-09-05T00:39:07.916Z[ recovery-image] Sep 05 00:39:06.840 INFO O| Sep 05 00:39:06.840 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-09-05T00:39:07.958Z[ recovery-image] Sep 05 00:39:06.884 INFO O| Sep 05 00:39:06.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74422024-09-05T00:39:07.958Z[ recovery-image] Sep 05 00:39:06.884 INFO O| Sep 05 00:39:06.884 INFO STEP 1129 (remove_files) COMPLETE
74432024-09-05T00:39:07.958Z[ recovery-image] Sep 05 00:39:06.884 INFO O| Sep 05 00:39:06.884 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-09-05T00:39:07.980Z[ recovery-image] Sep 05 00:39:06.907 INFO O| Sep 05 00:39:06.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74452024-09-05T00:39:07.980Z[ recovery-image] Sep 05 00:39:06.907 INFO O| Sep 05 00:39:06.907 INFO STEP 1130 (remove_files) COMPLETE
74462024-09-05T00:39:07.980Z[ recovery-image] Sep 05 00:39:06.907 INFO O| Sep 05 00:39:06.907 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-09-05T00:39:08.014Z[ recovery-image] Sep 05 00:39:06.929 INFO O| Sep 05 00:39:06.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74482024-09-05T00:39:08.014Z[ recovery-image] Sep 05 00:39:06.930 INFO O| Sep 05 00:39:06.930 INFO STEP 1131 (remove_files) COMPLETE
74492024-09-05T00:39:08.017Z[ recovery-image] Sep 05 00:39:06.930 INFO O| Sep 05 00:39:06.930 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-09-05T00:39:08.035Z[ recovery-image] Sep 05 00:39:06.961 INFO O| Sep 05 00:39:06.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74512024-09-05T00:39:08.038Z[ recovery-image] Sep 05 00:39:06.962 INFO O| Sep 05 00:39:06.962 INFO STEP 1132 (remove_files) COMPLETE
74522024-09-05T00:39:08.038Z[ recovery-image] Sep 05 00:39:06.962 INFO O| Sep 05 00:39:06.962 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-09-05T00:39:08.063Z[ recovery-image] Sep 05 00:39:06.989 INFO O| Sep 05 00:39:06.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74542024-09-05T00:39:08.066Z[ recovery-image] Sep 05 00:39:06.989 INFO O| Sep 05 00:39:06.989 INFO STEP 1133 (remove_files) COMPLETE
74552024-09-05T00:39:08.066Z[ recovery-image] Sep 05 00:39:06.989 INFO O| Sep 05 00:39:06.989 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-09-05T00:39:08.094Z[ recovery-image] Sep 05 00:39:07.021 INFO O| Sep 05 00:39:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74572024-09-05T00:39:08.097Z[ recovery-image] Sep 05 00:39:07.021 INFO O| Sep 05 00:39:07.021 INFO STEP 1134 (remove_files) COMPLETE
74582024-09-05T00:39:08.097Z[ recovery-image] Sep 05 00:39:07.021 INFO O| Sep 05 00:39:07.021 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-09-05T00:39:08.120Z[ recovery-image] Sep 05 00:39:07.045 INFO O| Sep 05 00:39:07.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74602024-09-05T00:39:08.120Z[ recovery-image] Sep 05 00:39:07.046 INFO O| Sep 05 00:39:07.045 INFO STEP 1135 (remove_files) COMPLETE
74612024-09-05T00:39:08.120Z[ recovery-image] Sep 05 00:39:07.046 INFO O| Sep 05 00:39:07.045 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-09-05T00:39:08.140Z[ recovery-image] Sep 05 00:39:07.065 INFO O| Sep 05 00:39:07.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74632024-09-05T00:39:08.140Z[ recovery-image] Sep 05 00:39:07.065 INFO O| Sep 05 00:39:07.065 INFO STEP 1136 (remove_files) COMPLETE
74642024-09-05T00:39:08.140Z[ recovery-image] Sep 05 00:39:07.065 INFO O| Sep 05 00:39:07.065 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-09-05T00:39:08.162Z[ recovery-image] Sep 05 00:39:07.088 INFO O| Sep 05 00:39:07.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74662024-09-05T00:39:08.162Z[ recovery-image] Sep 05 00:39:07.088 INFO O| Sep 05 00:39:07.088 INFO STEP 1137 (remove_files) COMPLETE
74672024-09-05T00:39:08.162Z[ recovery-image] Sep 05 00:39:07.088 INFO O| Sep 05 00:39:07.088 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-09-05T00:39:08.198Z[ recovery-image] Sep 05 00:39:07.124 INFO O| Sep 05 00:39:07.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74692024-09-05T00:39:08.198Z[ recovery-image] Sep 05 00:39:07.124 INFO O| Sep 05 00:39:07.124 INFO STEP 1138 (remove_files) COMPLETE
74702024-09-05T00:39:08.198Z[ recovery-image] Sep 05 00:39:07.124 INFO O| Sep 05 00:39:07.124 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-09-05T00:39:08.225Z[ recovery-image] Sep 05 00:39:07.151 INFO O| Sep 05 00:39:07.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74722024-09-05T00:39:08.225Z[ recovery-image] Sep 05 00:39:07.151 INFO O| Sep 05 00:39:07.151 INFO STEP 1139 (remove_files) COMPLETE
74732024-09-05T00:39:08.225Z[ recovery-image] Sep 05 00:39:07.151 INFO O| Sep 05 00:39:07.151 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-09-05T00:39:08.259Z[ recovery-image] Sep 05 00:39:07.186 INFO O| Sep 05 00:39:07.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74752024-09-05T00:39:08.262Z[ recovery-image] Sep 05 00:39:07.186 INFO O| Sep 05 00:39:07.186 INFO STEP 1140 (remove_files) COMPLETE
74762024-09-05T00:39:08.262Z[ recovery-image] Sep 05 00:39:07.186 INFO O| Sep 05 00:39:07.186 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-09-05T00:39:08.366Z[ recovery-image] Sep 05 00:39:07.292 INFO O| Sep 05 00:39:07.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74782024-09-05T00:39:08.368Z[ recovery-image] Sep 05 00:39:07.292 INFO O| Sep 05 00:39:07.292 INFO STEP 1141 (remove_files) COMPLETE
74792024-09-05T00:39:08.368Z[ recovery-image] Sep 05 00:39:07.292 INFO O| Sep 05 00:39:07.292 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-09-05T00:39:08.425Z[ recovery-image] Sep 05 00:39:07.351 INFO O| Sep 05 00:39:07.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74812024-09-05T00:39:08.425Z[ recovery-image] Sep 05 00:39:07.351 INFO O| Sep 05 00:39:07.351 INFO STEP 1142 (remove_files) COMPLETE
74822024-09-05T00:39:08.427Z[ recovery-image] Sep 05 00:39:07.351 INFO O| Sep 05 00:39:07.351 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-09-05T00:39:08.467Z[ recovery-image] Sep 05 00:39:07.392 INFO O| Sep 05 00:39:07.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74842024-09-05T00:39:08.467Z[ recovery-image] Sep 05 00:39:07.393 INFO O| Sep 05 00:39:07.393 INFO STEP 1143 (remove_files) COMPLETE
74852024-09-05T00:39:08.467Z[ recovery-image] Sep 05 00:39:07.393 INFO O| Sep 05 00:39:07.393 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-09-05T00:39:08.493Z[ recovery-image] Sep 05 00:39:07.419 INFO O| Sep 05 00:39:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74872024-09-05T00:39:08.493Z[ recovery-image] Sep 05 00:39:07.419 INFO O| Sep 05 00:39:07.419 INFO STEP 1144 (remove_files) COMPLETE
74882024-09-05T00:39:08.496Z[ recovery-image] Sep 05 00:39:07.419 INFO O| Sep 05 00:39:07.419 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-09-05T00:39:08.518Z[ recovery-image] Sep 05 00:39:07.444 INFO O| Sep 05 00:39:07.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74902024-09-05T00:39:08.518Z[ recovery-image] Sep 05 00:39:07.444 INFO O| Sep 05 00:39:07.444 INFO STEP 1145 (remove_files) COMPLETE
74912024-09-05T00:39:08.518Z[ recovery-image] Sep 05 00:39:07.444 INFO O| Sep 05 00:39:07.444 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-09-05T00:39:08.573Z[ recovery-image] Sep 05 00:39:07.499 INFO O| Sep 05 00:39:07.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74932024-09-05T00:39:08.573Z[ recovery-image] Sep 05 00:39:07.499 INFO O| Sep 05 00:39:07.499 INFO STEP 1146 (remove_files) COMPLETE
74942024-09-05T00:39:08.576Z[ recovery-image] Sep 05 00:39:07.499 INFO O| Sep 05 00:39:07.499 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-09-05T00:39:08.598Z[ recovery-image] Sep 05 00:39:07.525 INFO O| Sep 05 00:39:07.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74962024-09-05T00:39:08.601Z[ recovery-image] Sep 05 00:39:07.525 INFO O| Sep 05 00:39:07.525 INFO STEP 1147 (remove_files) COMPLETE
74972024-09-05T00:39:08.601Z[ recovery-image] Sep 05 00:39:07.525 INFO O| Sep 05 00:39:07.525 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-09-05T00:39:08.621Z[ recovery-image] Sep 05 00:39:07.548 INFO O| Sep 05 00:39:07.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
74992024-09-05T00:39:08.624Z[ recovery-image] Sep 05 00:39:07.548 INFO O| Sep 05 00:39:07.548 INFO STEP 1148 (remove_files) COMPLETE
75002024-09-05T00:39:08.624Z[ recovery-image] Sep 05 00:39:07.548 INFO O| Sep 05 00:39:07.548 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-09-05T00:39:08.645Z[ recovery-image] Sep 05 00:39:07.571 INFO O| Sep 05 00:39:07.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75022024-09-05T00:39:08.645Z[ recovery-image] Sep 05 00:39:07.571 INFO O| Sep 05 00:39:07.571 INFO STEP 1149 (remove_files) COMPLETE
75032024-09-05T00:39:08.647Z[ recovery-image] Sep 05 00:39:07.571 INFO O| Sep 05 00:39:07.571 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-09-05T00:39:08.685Z[ recovery-image] Sep 05 00:39:07.611 INFO O| Sep 05 00:39:07.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75052024-09-05T00:39:08.707Z[ recovery-image] Sep 05 00:39:07.632 INFO O| Sep 05 00:39:07.632 INFO STEP 1150 (remove_files) COMPLETE
75062024-09-05T00:39:08.707Z[ recovery-image] Sep 05 00:39:07.632 INFO O| Sep 05 00:39:07.632 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-09-05T00:39:08.733Z[ recovery-image] Sep 05 00:39:07.659 INFO O| Sep 05 00:39:07.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75082024-09-05T00:39:08.733Z[ recovery-image] Sep 05 00:39:07.659 INFO O| Sep 05 00:39:07.659 INFO STEP 1151 (remove_files) COMPLETE
75092024-09-05T00:39:08.736Z[ recovery-image] Sep 05 00:39:07.659 INFO O| Sep 05 00:39:07.659 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-09-05T00:39:08.765Z[ recovery-image] Sep 05 00:39:07.690 INFO O| Sep 05 00:39:07.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75112024-09-05T00:39:08.765Z[ recovery-image] Sep 05 00:39:07.690 INFO O| Sep 05 00:39:07.690 INFO STEP 1152 (remove_files) COMPLETE
75122024-09-05T00:39:08.765Z[ recovery-image] Sep 05 00:39:07.690 INFO O| Sep 05 00:39:07.690 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-09-05T00:39:08.800Z[ recovery-image] Sep 05 00:39:07.726 INFO O| Sep 05 00:39:07.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75142024-09-05T00:39:08.800Z[ recovery-image] Sep 05 00:39:07.726 INFO O| Sep 05 00:39:07.726 INFO STEP 1153 (remove_files) COMPLETE
75152024-09-05T00:39:08.800Z[ recovery-image] Sep 05 00:39:07.726 INFO O| Sep 05 00:39:07.726 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-09-05T00:39:08.844Z[ recovery-image] Sep 05 00:39:07.770 INFO O| Sep 05 00:39:07.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75172024-09-05T00:39:08.844Z[ recovery-image] Sep 05 00:39:07.770 INFO O| Sep 05 00:39:07.770 INFO STEP 1154 (remove_files) COMPLETE
75182024-09-05T00:39:08.847Z[ recovery-image] Sep 05 00:39:07.770 INFO O| Sep 05 00:39:07.770 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-09-05T00:39:08.869Z[ recovery-image] Sep 05 00:39:07.795 INFO O| Sep 05 00:39:07.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75202024-09-05T00:39:08.869Z[ recovery-image] Sep 05 00:39:07.795 INFO O| Sep 05 00:39:07.795 INFO STEP 1155 (remove_files) COMPLETE
75212024-09-05T00:39:08.869Z[ recovery-image] Sep 05 00:39:07.795 INFO O| Sep 05 00:39:07.795 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-09-05T00:39:08.894Z[ recovery-image] Sep 05 00:39:07.820 INFO O| Sep 05 00:39:07.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75232024-09-05T00:39:08.894Z[ recovery-image] Sep 05 00:39:07.820 INFO O| Sep 05 00:39:07.820 INFO STEP 1156 (remove_files) COMPLETE
75242024-09-05T00:39:08.894Z[ recovery-image] Sep 05 00:39:07.820 INFO O| Sep 05 00:39:07.820 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-09-05T00:39:08.919Z[ recovery-image] Sep 05 00:39:07.845 INFO O| Sep 05 00:39:07.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75262024-09-05T00:39:08.919Z[ recovery-image] Sep 05 00:39:07.845 INFO O| Sep 05 00:39:07.845 INFO STEP 1157 (remove_files) COMPLETE
75272024-09-05T00:39:08.919Z[ recovery-image] Sep 05 00:39:07.845 INFO O| Sep 05 00:39:07.845 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-09-05T00:39:08.943Z[ recovery-image] Sep 05 00:39:07.869 INFO O| Sep 05 00:39:07.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75292024-09-05T00:39:08.943Z[ recovery-image] Sep 05 00:39:07.869 INFO O| Sep 05 00:39:07.869 INFO STEP 1158 (remove_files) COMPLETE
75302024-09-05T00:39:08.943Z[ recovery-image] Sep 05 00:39:07.869 INFO O| Sep 05 00:39:07.869 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-09-05T00:39:08.968Z[ recovery-image] Sep 05 00:39:07.894 INFO O| Sep 05 00:39:07.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75322024-09-05T00:39:08.968Z[ recovery-image] Sep 05 00:39:07.894 INFO O| Sep 05 00:39:07.894 INFO STEP 1159 (remove_files) COMPLETE
75332024-09-05T00:39:08.971Z[ recovery-image] Sep 05 00:39:07.894 INFO O| Sep 05 00:39:07.894 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-09-05T00:39:08.994Z[ recovery-image] Sep 05 00:39:07.920 INFO O| Sep 05 00:39:07.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75352024-09-05T00:39:08.994Z[ recovery-image] Sep 05 00:39:07.920 INFO O| Sep 05 00:39:07.920 INFO STEP 1160 (remove_files) COMPLETE
75362024-09-05T00:39:08.996Z[ recovery-image] Sep 05 00:39:07.920 INFO O| Sep 05 00:39:07.920 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-09-05T00:39:09.020Z[ recovery-image] Sep 05 00:39:07.946 INFO O| Sep 05 00:39:07.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75382024-09-05T00:39:09.020Z[ recovery-image] Sep 05 00:39:07.946 INFO O| Sep 05 00:39:07.946 INFO STEP 1161 (remove_files) COMPLETE
75392024-09-05T00:39:09.020Z[ recovery-image] Sep 05 00:39:07.946 INFO O| Sep 05 00:39:07.946 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-09-05T00:39:09.053Z[ recovery-image] Sep 05 00:39:07.979 INFO O| Sep 05 00:39:07.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75412024-09-05T00:39:09.053Z[ recovery-image] Sep 05 00:39:07.979 INFO O| Sep 05 00:39:07.979 INFO STEP 1162 (remove_files) COMPLETE
75422024-09-05T00:39:09.053Z[ recovery-image] Sep 05 00:39:07.979 INFO O| Sep 05 00:39:07.979 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-09-05T00:39:09.112Z[ recovery-image] Sep 05 00:39:08.037 INFO O| Sep 05 00:39:08.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75442024-09-05T00:39:09.112Z[ recovery-image] Sep 05 00:39:08.037 INFO O| Sep 05 00:39:08.037 INFO STEP 1163 (remove_files) COMPLETE
75452024-09-05T00:39:09.112Z[ recovery-image] Sep 05 00:39:08.037 INFO O| Sep 05 00:39:08.037 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-09-05T00:39:09.140Z[ recovery-image] Sep 05 00:39:08.066 INFO O| Sep 05 00:39:08.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75472024-09-05T00:39:09.143Z[ recovery-image] Sep 05 00:39:08.066 INFO O| Sep 05 00:39:08.066 INFO STEP 1164 (remove_files) COMPLETE
75482024-09-05T00:39:09.143Z[ recovery-image] Sep 05 00:39:08.067 INFO O| Sep 05 00:39:08.067 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-09-05T00:39:09.163Z[ recovery-image] Sep 05 00:39:08.089 INFO O| Sep 05 00:39:08.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75502024-09-05T00:39:09.163Z[ recovery-image] Sep 05 00:39:08.089 INFO O| Sep 05 00:39:08.089 INFO STEP 1165 (remove_files) COMPLETE
75512024-09-05T00:39:09.163Z[ recovery-image] Sep 05 00:39:08.089 INFO O| Sep 05 00:39:08.089 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-09-05T00:39:09.188Z[ recovery-image] Sep 05 00:39:08.114 INFO O| Sep 05 00:39:08.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75532024-09-05T00:39:09.188Z[ recovery-image] Sep 05 00:39:08.114 INFO O| Sep 05 00:39:08.114 INFO STEP 1166 (remove_files) COMPLETE
75542024-09-05T00:39:09.188Z[ recovery-image] Sep 05 00:39:08.115 INFO O| Sep 05 00:39:08.114 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-09-05T00:39:09.221Z[ recovery-image] Sep 05 00:39:08.147 INFO O| Sep 05 00:39:08.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75562024-09-05T00:39:09.221Z[ recovery-image] Sep 05 00:39:08.147 INFO O| Sep 05 00:39:08.147 INFO STEP 1167 (remove_files) COMPLETE
75572024-09-05T00:39:09.221Z[ recovery-image] Sep 05 00:39:08.147 INFO O| Sep 05 00:39:08.147 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-09-05T00:39:09.393Z[ recovery-image] Sep 05 00:39:08.184 INFO O| Sep 05 00:39:08.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75592024-09-05T00:39:09.393Z[ recovery-image] Sep 05 00:39:08.184 INFO O| Sep 05 00:39:08.184 INFO STEP 1168 (remove_files) COMPLETE
75602024-09-05T00:39:09.393Z[ recovery-image] Sep 05 00:39:08.184 INFO O| Sep 05 00:39:08.184 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.207 INFO O| Sep 05 00:39:08.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75622024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.207 INFO O| Sep 05 00:39:08.207 INFO STEP 1169 (remove_files) COMPLETE
75632024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.208 INFO O| Sep 05 00:39:08.207 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.231 INFO O| Sep 05 00:39:08.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75652024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.231 INFO O| Sep 05 00:39:08.231 INFO STEP 1170 (remove_files) COMPLETE
75662024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.231 INFO O| Sep 05 00:39:08.231 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.255 INFO O| Sep 05 00:39:08.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75682024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.256 INFO O| Sep 05 00:39:08.255 INFO STEP 1171 (remove_files) COMPLETE
75692024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.256 INFO O| Sep 05 00:39:08.256 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.289 INFO O| Sep 05 00:39:08.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75712024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.289 INFO O| Sep 05 00:39:08.289 INFO STEP 1172 (remove_files) COMPLETE
75722024-09-05T00:39:09.396Z[ recovery-image] Sep 05 00:39:08.289 INFO O| Sep 05 00:39:08.289 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-09-05T00:39:09.407Z[ recovery-image] Sep 05 00:39:08.333 INFO O| Sep 05 00:39:08.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75742024-09-05T00:39:09.409Z[ recovery-image] Sep 05 00:39:08.333 INFO O| Sep 05 00:39:08.333 INFO STEP 1173 (remove_files) COMPLETE
75752024-09-05T00:39:09.410Z[ recovery-image] Sep 05 00:39:08.333 INFO O| Sep 05 00:39:08.333 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-09-05T00:39:09.433Z[ recovery-image] Sep 05 00:39:08.359 INFO O| Sep 05 00:39:08.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75772024-09-05T00:39:09.433Z[ recovery-image] Sep 05 00:39:08.359 INFO O| Sep 05 00:39:08.359 INFO STEP 1174 (remove_files) COMPLETE
75782024-09-05T00:39:09.433Z[ recovery-image] Sep 05 00:39:08.359 INFO O| Sep 05 00:39:08.359 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-09-05T00:39:09.467Z[ recovery-image] Sep 05 00:39:08.393 INFO O| Sep 05 00:39:08.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75802024-09-05T00:39:09.467Z[ recovery-image] Sep 05 00:39:08.393 INFO O| Sep 05 00:39:08.393 INFO STEP 1175 (remove_files) COMPLETE
75812024-09-05T00:39:09.471Z[ recovery-image] Sep 05 00:39:08.393 INFO O| Sep 05 00:39:08.393 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-09-05T00:39:09.494Z[ recovery-image] Sep 05 00:39:08.420 INFO O| Sep 05 00:39:08.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75832024-09-05T00:39:09.494Z[ recovery-image] Sep 05 00:39:08.420 INFO O| Sep 05 00:39:08.420 INFO STEP 1176 (remove_files) COMPLETE
75842024-09-05T00:39:09.497Z[ recovery-image] Sep 05 00:39:08.420 INFO O| Sep 05 00:39:08.420 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-09-05T00:39:09.558Z[ recovery-image] Sep 05 00:39:08.484 INFO O| Sep 05 00:39:08.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75862024-09-05T00:39:09.558Z[ recovery-image] Sep 05 00:39:08.484 INFO O| Sep 05 00:39:08.484 INFO STEP 1177 (remove_files) COMPLETE
75872024-09-05T00:39:09.558Z[ recovery-image] Sep 05 00:39:08.484 INFO O| Sep 05 00:39:08.484 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-09-05T00:39:09.585Z[ recovery-image] Sep 05 00:39:08.511 INFO O| Sep 05 00:39:08.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75892024-09-05T00:39:09.588Z[ recovery-image] Sep 05 00:39:08.511 INFO O| Sep 05 00:39:08.511 INFO STEP 1178 (remove_files) COMPLETE
75902024-09-05T00:39:09.588Z[ recovery-image] Sep 05 00:39:08.511 INFO O| Sep 05 00:39:08.511 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-09-05T00:39:09.611Z[ recovery-image] Sep 05 00:39:08.537 INFO O| Sep 05 00:39:08.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75922024-09-05T00:39:09.614Z[ recovery-image] Sep 05 00:39:08.537 INFO O| Sep 05 00:39:08.537 INFO STEP 1179 (remove_files) COMPLETE
75932024-09-05T00:39:09.614Z[ recovery-image] Sep 05 00:39:08.537 INFO O| Sep 05 00:39:08.537 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-09-05T00:39:09.634Z[ recovery-image] Sep 05 00:39:08.559 INFO O| Sep 05 00:39:08.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75952024-09-05T00:39:09.637Z[ recovery-image] Sep 05 00:39:08.559 INFO O| Sep 05 00:39:08.559 INFO STEP 1180 (remove_files) COMPLETE
75962024-09-05T00:39:09.637Z[ recovery-image] Sep 05 00:39:08.560 INFO O| Sep 05 00:39:08.559 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-09-05T00:39:09.656Z[ recovery-image] Sep 05 00:39:08.582 INFO O| Sep 05 00:39:08.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
75982024-09-05T00:39:09.658Z[ recovery-image] Sep 05 00:39:08.582 INFO O| Sep 05 00:39:08.582 INFO STEP 1181 (remove_files) COMPLETE
75992024-09-05T00:39:09.658Z[ recovery-image] Sep 05 00:39:08.582 INFO O| Sep 05 00:39:08.582 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-09-05T00:39:09.681Z[ recovery-image] Sep 05 00:39:08.607 INFO O| Sep 05 00:39:08.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76012024-09-05T00:39:09.684Z[ recovery-image] Sep 05 00:39:08.607 INFO O| Sep 05 00:39:08.607 INFO STEP 1182 (remove_files) COMPLETE
76022024-09-05T00:39:09.684Z[ recovery-image] Sep 05 00:39:08.607 INFO O| Sep 05 00:39:08.607 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-09-05T00:39:09.706Z[ recovery-image] Sep 05 00:39:08.632 INFO O| Sep 05 00:39:08.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76042024-09-05T00:39:09.709Z[ recovery-image] Sep 05 00:39:08.632 INFO O| Sep 05 00:39:08.632 INFO STEP 1183 (remove_files) COMPLETE
76052024-09-05T00:39:09.709Z[ recovery-image] Sep 05 00:39:08.632 INFO O| Sep 05 00:39:08.632 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-09-05T00:39:09.732Z[ recovery-image] Sep 05 00:39:08.658 INFO O| Sep 05 00:39:08.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76072024-09-05T00:39:09.734Z[ recovery-image] Sep 05 00:39:08.658 INFO O| Sep 05 00:39:08.658 INFO STEP 1184 (remove_files) COMPLETE
76082024-09-05T00:39:09.734Z[ recovery-image] Sep 05 00:39:08.658 INFO O| Sep 05 00:39:08.658 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-09-05T00:39:09.758Z[ recovery-image] Sep 05 00:39:08.684 INFO O| Sep 05 00:39:08.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76102024-09-05T00:39:09.761Z[ recovery-image] Sep 05 00:39:08.684 INFO O| Sep 05 00:39:08.684 INFO STEP 1185 (remove_files) COMPLETE
76112024-09-05T00:39:09.761Z[ recovery-image] Sep 05 00:39:08.684 INFO O| Sep 05 00:39:08.684 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-09-05T00:39:09.819Z[ recovery-image] Sep 05 00:39:08.745 INFO O| Sep 05 00:39:08.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76132024-09-05T00:39:09.822Z[ recovery-image] Sep 05 00:39:08.745 INFO O| Sep 05 00:39:08.745 INFO STEP 1186 (remove_files) COMPLETE
76142024-09-05T00:39:09.822Z[ recovery-image] Sep 05 00:39:08.745 INFO O| Sep 05 00:39:08.745 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-09-05T00:39:09.856Z[ recovery-image] Sep 05 00:39:08.782 INFO O| Sep 05 00:39:08.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76162024-09-05T00:39:09.856Z[ recovery-image] Sep 05 00:39:08.782 INFO O| Sep 05 00:39:08.782 INFO STEP 1187 (remove_files) COMPLETE
76172024-09-05T00:39:09.856Z[ recovery-image] Sep 05 00:39:08.782 INFO O| Sep 05 00:39:08.782 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-09-05T00:39:09.884Z[ recovery-image] Sep 05 00:39:08.810 INFO O| Sep 05 00:39:08.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76192024-09-05T00:39:09.884Z[ recovery-image] Sep 05 00:39:08.810 INFO O| Sep 05 00:39:08.810 INFO STEP 1188 (remove_files) COMPLETE
76202024-09-05T00:39:09.887Z[ recovery-image] Sep 05 00:39:08.810 INFO O| Sep 05 00:39:08.810 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-09-05T00:39:09.909Z[ recovery-image] Sep 05 00:39:08.835 INFO O| Sep 05 00:39:08.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76222024-09-05T00:39:09.909Z[ recovery-image] Sep 05 00:39:08.835 INFO O| Sep 05 00:39:08.835 INFO STEP 1189 (remove_files) COMPLETE
76232024-09-05T00:39:09.909Z[ recovery-image] Sep 05 00:39:08.835 INFO O| Sep 05 00:39:08.835 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-09-05T00:39:09.951Z[ recovery-image] Sep 05 00:39:08.877 INFO O| Sep 05 00:39:08.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76252024-09-05T00:39:09.954Z[ recovery-image] Sep 05 00:39:08.877 INFO O| Sep 05 00:39:08.877 INFO STEP 1190 (remove_files) COMPLETE
76262024-09-05T00:39:09.954Z[ recovery-image] Sep 05 00:39:08.877 INFO O| Sep 05 00:39:08.877 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-09-05T00:39:09.980Z[ recovery-image] Sep 05 00:39:08.905 INFO O| Sep 05 00:39:08.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76282024-09-05T00:39:09.980Z[ recovery-image] Sep 05 00:39:08.905 INFO O| Sep 05 00:39:08.905 INFO STEP 1191 (remove_files) COMPLETE
76292024-09-05T00:39:09.980Z[ recovery-image] Sep 05 00:39:08.905 INFO O| Sep 05 00:39:08.905 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-09-05T00:39:10.021Z[ recovery-image] Sep 05 00:39:08.946 INFO O| Sep 05 00:39:08.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76312024-09-05T00:39:10.021Z[ recovery-image] Sep 05 00:39:08.946 INFO O| Sep 05 00:39:08.946 INFO STEP 1192 (remove_files) COMPLETE
76322024-09-05T00:39:10.021Z[ recovery-image] Sep 05 00:39:08.946 INFO O| Sep 05 00:39:08.946 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-09-05T00:39:10.048Z[ recovery-image] Sep 05 00:39:08.973 INFO O| Sep 05 00:39:08.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76342024-09-05T00:39:10.048Z[ recovery-image] Sep 05 00:39:08.973 INFO O| Sep 05 00:39:08.973 INFO STEP 1193 (remove_files) COMPLETE
76352024-09-05T00:39:10.050Z[ recovery-image] Sep 05 00:39:08.974 INFO O| Sep 05 00:39:08.973 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-09-05T00:39:10.086Z[ recovery-image] Sep 05 00:39:09.011 INFO O| Sep 05 00:39:09.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76372024-09-05T00:39:10.086Z[ recovery-image] Sep 05 00:39:09.011 INFO O| Sep 05 00:39:09.011 INFO STEP 1194 (remove_files) COMPLETE
76382024-09-05T00:39:10.086Z[ recovery-image] Sep 05 00:39:09.011 INFO O| Sep 05 00:39:09.011 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-09-05T00:39:10.119Z[ recovery-image] Sep 05 00:39:09.045 INFO O| Sep 05 00:39:09.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76402024-09-05T00:39:10.119Z[ recovery-image] Sep 05 00:39:09.045 INFO O| Sep 05 00:39:09.045 INFO STEP 1195 (remove_files) COMPLETE
76412024-09-05T00:39:10.121Z[ recovery-image] Sep 05 00:39:09.045 INFO O| Sep 05 00:39:09.045 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-09-05T00:39:10.154Z[ recovery-image] Sep 05 00:39:09.079 INFO O| Sep 05 00:39:09.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76432024-09-05T00:39:10.154Z[ recovery-image] Sep 05 00:39:09.079 INFO O| Sep 05 00:39:09.079 INFO STEP 1196 (remove_files) COMPLETE
76442024-09-05T00:39:10.154Z[ recovery-image] Sep 05 00:39:09.079 INFO O| Sep 05 00:39:09.079 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-09-05T00:39:10.181Z[ recovery-image] Sep 05 00:39:09.106 INFO O| Sep 05 00:39:09.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76462024-09-05T00:39:10.181Z[ recovery-image] Sep 05 00:39:09.106 INFO O| Sep 05 00:39:09.106 INFO STEP 1197 (remove_files) COMPLETE
76472024-09-05T00:39:10.181Z[ recovery-image] Sep 05 00:39:09.107 INFO O| Sep 05 00:39:09.106 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-09-05T00:39:10.215Z[ recovery-image] Sep 05 00:39:09.141 INFO O| Sep 05 00:39:09.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76492024-09-05T00:39:10.215Z[ recovery-image] Sep 05 00:39:09.141 INFO O| Sep 05 00:39:09.141 INFO STEP 1198 (remove_files) COMPLETE
76502024-09-05T00:39:10.218Z[ recovery-image] Sep 05 00:39:09.141 INFO O| Sep 05 00:39:09.141 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-09-05T00:39:10.281Z[ recovery-image] Sep 05 00:39:09.206 INFO O| Sep 05 00:39:09.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76522024-09-05T00:39:10.281Z[ recovery-image] Sep 05 00:39:09.206 INFO O| Sep 05 00:39:09.206 INFO STEP 1199 (remove_files) COMPLETE
76532024-09-05T00:39:10.281Z[ recovery-image] Sep 05 00:39:09.206 INFO O| Sep 05 00:39:09.206 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-09-05T00:39:10.307Z[ recovery-image] Sep 05 00:39:09.232 INFO O| Sep 05 00:39:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76552024-09-05T00:39:10.307Z[ recovery-image] Sep 05 00:39:09.232 INFO O| Sep 05 00:39:09.232 INFO STEP 1200 (remove_files) COMPLETE
76562024-09-05T00:39:10.307Z[ recovery-image] Sep 05 00:39:09.232 INFO O| Sep 05 00:39:09.232 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-09-05T00:39:10.350Z[ recovery-image] Sep 05 00:39:09.276 INFO O| Sep 05 00:39:09.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76582024-09-05T00:39:10.350Z[ recovery-image] Sep 05 00:39:09.276 INFO O| Sep 05 00:39:09.276 INFO STEP 1201 (remove_files) COMPLETE
76592024-09-05T00:39:10.350Z[ recovery-image] Sep 05 00:39:09.276 INFO O| Sep 05 00:39:09.276 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-09-05T00:39:10.394Z[ recovery-image] Sep 05 00:39:09.320 INFO O| Sep 05 00:39:09.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76612024-09-05T00:39:10.397Z[ recovery-image] Sep 05 00:39:09.320 INFO O| Sep 05 00:39:09.320 INFO STEP 1202 (remove_files) COMPLETE
76622024-09-05T00:39:10.397Z[ recovery-image] Sep 05 00:39:09.320 INFO O| Sep 05 00:39:09.320 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-09-05T00:39:10.425Z[ recovery-image] Sep 05 00:39:09.351 INFO O| Sep 05 00:39:09.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76642024-09-05T00:39:10.428Z[ recovery-image] Sep 05 00:39:09.351 INFO O| Sep 05 00:39:09.351 INFO STEP 1203 (remove_files) COMPLETE
76652024-09-05T00:39:10.428Z[ recovery-image] Sep 05 00:39:09.351 INFO O| Sep 05 00:39:09.351 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-09-05T00:39:10.457Z[ recovery-image] Sep 05 00:39:09.383 INFO O| Sep 05 00:39:09.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76672024-09-05T00:39:10.457Z[ recovery-image] Sep 05 00:39:09.383 INFO O| Sep 05 00:39:09.383 INFO STEP 1204 (remove_files) COMPLETE
76682024-09-05T00:39:10.457Z[ recovery-image] Sep 05 00:39:09.383 INFO O| Sep 05 00:39:09.383 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-09-05T00:39:10.486Z[ recovery-image] Sep 05 00:39:09.411 INFO O| Sep 05 00:39:09.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76702024-09-05T00:39:10.486Z[ recovery-image] Sep 05 00:39:09.412 INFO O| Sep 05 00:39:09.411 INFO STEP 1205 (remove_files) COMPLETE
76712024-09-05T00:39:10.486Z[ recovery-image] Sep 05 00:39:09.412 INFO O| Sep 05 00:39:09.412 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76722024-09-05T00:39:10.525Z[ recovery-image] Sep 05 00:39:09.451 INFO O| Sep 05 00:39:09.451 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76732024-09-05T00:39:10.525Z[ recovery-image] Sep 05 00:39:09.451 INFO O| Sep 05 00:39:09.451 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76742024-09-05T00:39:12.515Z[ recovery-image] Sep 05 00:39:11.441 INFO O| Sep 05 00:39:11.441 INFO STEP 1206 (pack_tar) COMPLETE
76752024-09-05T00:39:12.518Z[ recovery-image] Sep 05 00:39:11.441 INFO O| Sep 05 00:39:11.441 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76762024-09-05T00:39:12.518Z[ recovery-image] Sep 05 00:39:11.441 INFO O| Sep 05 00:39:11.441 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76772024-09-05T00:39:13.074Z[ recovery-image] Sep 05 00:39:12.000 INFO O| Sep 05 00:39:12.000 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76782024-09-05T00:39:13.198Z[ recovery-image] Sep 05 00:39:12.123 INFO O| Sep 05 00:39:12.123 INFO completed processing gimlet/ramdisk-03-recovery-trim
76792024-09-05T00:39:13.208Z[ recovery-image] Sep 05 00:39:12.134 INFO image builder template: zfs-recovery...
76802024-09-05T00:39:13.211Z[ recovery-image] Sep 05 00:39:12.134 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/.tmpw4xSUh/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
76812024-09-05T00:39:13.265Z[ recovery-image] Sep 05 00:39:12.190 INFO O| Sep 05 00:39:12.190 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76822024-09-05T00:39:13.293Z[ recovery-image] Sep 05 00:39:12.218 INFO O| Sep 05 00:39:12.218 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76832024-09-05T00:39:13.514Z[ recovery-image] Sep 05 00:39:12.439 INFO O| Sep 05 00:39:12.439 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76842024-09-05T00:39:13.644Z[ recovery-image] Sep 05 00:39:12.568 INFO O| Sep 05 00:39:12.568 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76852024-09-05T00:39:13.644Z[ recovery-image] Sep 05 00:39:12.569 INFO O| Sep 05 00:39:12.568 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76862024-09-05T00:39:13.666Z[ recovery-image] Sep 05 00:39:12.591 INFO O| Sep 05 00:39:12.591 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76872024-09-05T00:39:13.785Z[ recovery-image] Sep 05 00:39:12.710 INFO O| Sep 05 00:39:12.710 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76882024-09-05T00:39:13.914Z[ recovery-image] Sep 05 00:39:12.839 INFO O| Sep 05 00:39:12.839 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76892024-09-05T00:39:13.953Z[ recovery-image] Sep 05 00:39:12.878 INFO O| Sep 05 00:39:12.877 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76902024-09-05T00:39:13.984Z[ recovery-image] Sep 05 00:39:12.909 INFO O| Sep 05 00:39:12.909 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76912024-09-05T00:39:13.986Z[ recovery-image] Sep 05 00:39:12.911 INFO O| Sep 05 00:39:12.911 INFO no lofi found
76922024-09-05T00:39:13.986Z[ recovery-image] Sep 05 00:39:12.911 INFO O| Sep 05 00:39:12.911 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76932024-09-05T00:39:13.986Z[ recovery-image] Sep 05 00:39:12.911 INFO O| Sep 05 00:39:12.911 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76942024-09-05T00:39:16.089Z[ recovery-image] Sep 05 00:39:15.013 INFO O| Sep 05 00:39:15.013 INFO lofi device = /dev/dsk/c2t1d0p0
76952024-09-05T00:39:16.089Z[ recovery-image] Sep 05 00:39:15.014 INFO O| Sep 05 00:39:15.013 INFO pool device = /dev/dsk/c2t1d0p0
76962024-09-05T00:39:16.092Z[ recovery-image] Sep 05 00:39:15.014 INFO O| Sep 05 00:39:15.014 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"]
76972024-09-05T00:39:16.355Z[ recovery-image] Sep 05 00:39:15.280 INFO O| Sep 05 00:39:15.280 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76982024-09-05T00:39:16.355Z[ recovery-image] Sep 05 00:39:15.280 INFO O| Sep 05 00:39:15.280 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76992024-09-05T00:39:16.390Z[ recovery-image] Sep 05 00:39:15.315 INFO O| Sep 05 00:39:15.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77002024-09-05T00:39:16.538Z[ recovery-image] Sep 05 00:39:15.462 INFO O| Sep 05 00:39:15.462 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77012024-09-05T00:39:16.617Z[ recovery-image] Sep 05 00:39:15.541 INFO O| Sep 05 00:39:15.541 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77022024-09-05T00:39:16.647Z[ recovery-image] Sep 05 00:39:15.572 INFO O| Sep 05 00:39:15.572 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77032024-09-05T00:39:16.671Z[ recovery-image] Sep 05 00:39:15.595 INFO O| Sep 05 00:39:15.595 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77042024-09-05T00:39:16.811Z[ recovery-image] Sep 05 00:39:15.735 INFO O| Sep 05 00:39:15.735 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77052024-09-05T00:39:16.813Z[ recovery-image] Sep 05 00:39:15.735 INFO O| Sep 05 00:39:15.735 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77062024-09-05T00:39:16.813Z[ recovery-image] Sep 05 00:39:15.736 INFO O| Sep 05 00:39:15.735 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77072024-09-05T00:39:16.876Z[ recovery-image] Sep 05 00:39:15.801 INFO O| Sep 05 00:39:15.801 INFO boot environment UUID: 320a2fdc-8a29-4165-ae09-58119cde8d5c
77082024-09-05T00:39:16.876Z[ recovery-image] Sep 05 00:39:15.801 INFO O| Sep 05 00:39:15.801 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 320a2fdc-8a29-4165-ae09-58119cde8d5c
77092024-09-05T00:39:16.955Z[ recovery-image] Sep 05 00:39:15.880 INFO O| Sep 05 00:39:15.879 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77102024-09-05T00:39:17.007Z[ recovery-image] Sep 05 00:39:15.932 INFO O| Sep 05 00:39:15.931 INFO STEP 0 (create_be) COMPLETE
77112024-09-05T00:39:17.007Z[ recovery-image] Sep 05 00:39:15.932 INFO O| Sep 05 00:39:15.932 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77122024-09-05T00:39:17.120Z[ recovery-image] Sep 05 00:39:16.045 INFO O| Sep 05 00:39:16.045 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"]
77132024-09-05T00:39:24.269Z[ recovery-image] Sep 05 00:39:23.192 INFO O| Sep 05 00:39:23.192 INFO STEP 1 (unpack_tar) COMPLETE
77142024-09-05T00:39:24.269Z[ recovery-image] Sep 05 00:39:23.192 INFO O| Sep 05 00:39:23.192 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77152024-09-05T00:39:24.294Z[ recovery-image] Sep 05 00:39:23.217 INFO O| Sep 05 00:39:23.217 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77162024-09-05T00:39:25.935Z[ recovery-image] Sep 05 00:39:24.858 INFO O| Sep 05 00:39:24.858 INFO STEP 2 (devfsadm) COMPLETE
77172024-09-05T00:39:25.935Z[ recovery-image] Sep 05 00:39:24.858 INFO O| Sep 05 00:39:24.858 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77182024-09-05T00:39:25.956Z[ recovery-image] Sep 05 00:39:24.879 INFO O| Sep 05 00:39:24.879 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77192024-09-05T00:39:25.959Z[ recovery-image] Sep 05 00:39:24.879 INFO O| Sep 05 00:39:24.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77202024-09-05T00:39:25.959Z[ recovery-image] Sep 05 00:39:24.879 INFO O| Sep 05 00:39:24.879 INFO STEP 3 (ensure_dir) COMPLETE
77212024-09-05T00:39:25.959Z[ recovery-image] Sep 05 00:39:24.879 INFO O| Sep 05 00:39:24.879 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77222024-09-05T00:39:25.981Z[ recovery-image] Sep 05 00:39:24.904 INFO O| Sep 05 00:39:24.904 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77232024-09-05T00:39:25.981Z[ recovery-image] Sep 05 00:39:24.904 INFO O| Sep 05 00:39:24.904 INFO STEP 4 (ensure_dir) COMPLETE
77242024-09-05T00:39:25.983Z[ recovery-image] Sep 05 00:39:24.904 INFO O| Sep 05 00:39:24.904 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77252024-09-05T00:39:26.022Z[ recovery-image] Sep 05 00:39:24.945 INFO O| Sep 05 00:39:24.944 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77262024-09-05T00:39:26.022Z[ recovery-image] Sep 05 00:39:24.945 INFO O| Sep 05 00:39:24.945 INFO STEP 5 (ensure_dir) COMPLETE
77272024-09-05T00:39:26.025Z[ recovery-image] Sep 05 00:39:24.945 INFO O| Sep 05 00:39:24.945 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77282024-09-05T00:39:26.049Z[ recovery-image] Sep 05 00:39:24.972 INFO O| Sep 05 00:39:24.972 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77292024-09-05T00:39:26.052Z[ recovery-image] Sep 05 00:39:24.973 INFO O| Sep 05 00:39:24.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77302024-09-05T00:39:26.052Z[ recovery-image] Sep 05 00:39:24.973 INFO O| Sep 05 00:39:24.973 INFO STEP 6 (ensure_dir) COMPLETE
77312024-09-05T00:39:26.052Z[ recovery-image] Sep 05 00:39:24.973 INFO O| Sep 05 00:39:24.973 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77322024-09-05T00:39:26.088Z[ recovery-image] Sep 05 00:39:25.011 INFO O| Sep 05 00:39:25.010 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77332024-09-05T00:39:26.088Z[ recovery-image] Sep 05 00:39:25.011 INFO O| Sep 05 00:39:25.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77342024-09-05T00:39:26.088Z[ recovery-image] Sep 05 00:39:25.011 INFO O| Sep 05 00:39:25.011 INFO STEP 7 (ensure_dir) COMPLETE
77352024-09-05T00:39:26.090Z[ recovery-image] Sep 05 00:39:25.011 INFO O| Sep 05 00:39:25.011 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77362024-09-05T00:39:26.114Z[ recovery-image] Sep 05 00:39:25.037 INFO O| Sep 05 00:39:25.036 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77372024-09-05T00:39:26.117Z[ recovery-image] Sep 05 00:39:25.037 INFO O| Sep 05 00:39:25.037 INFO STEP 8 (remove_files) COMPLETE
77382024-09-05T00:39:26.117Z[ recovery-image] Sep 05 00:39:25.037 INFO O| Sep 05 00:39:25.037 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77392024-09-05T00:39:26.157Z[ recovery-image] Sep 05 00:39:25.080 INFO O| Sep 05 00:39:25.079 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77402024-09-05T00:39:26.159Z[ recovery-image] Sep 05 00:39:25.081 INFO O| Sep 05 00:39:25.081 INFO STEP 9 (remove_files) COMPLETE
77412024-09-05T00:39:26.159Z[ recovery-image] Sep 05 00:39:25.081 INFO O| Sep 05 00:39:25.081 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77422024-09-05T00:39:26.186Z[ recovery-image] Sep 05 00:39:25.109 INFO O| Sep 05 00:39:25.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77432024-09-05T00:39:26.188Z[ recovery-image] Sep 05 00:39:25.110 INFO O| Sep 05 00:39:25.110 INFO STEP 10 (remove_files) COMPLETE
77442024-09-05T00:39:26.188Z[ recovery-image] Sep 05 00:39:25.110 INFO O| Sep 05 00:39:25.110 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77452024-09-05T00:39:26.208Z[ recovery-image] Sep 05 00:39:25.131 INFO O| Sep 05 00:39:25.131 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77462024-09-05T00:39:26.210Z[ recovery-image] Sep 05 00:39:25.132 INFO O| Sep 05 00:39:25.131 INFO STEP 11 (remove_files) COMPLETE
77472024-09-05T00:39:26.210Z[ recovery-image] Sep 05 00:39:25.132 INFO O| Sep 05 00:39:25.131 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77482024-09-05T00:39:26.261Z[ recovery-image] Sep 05 00:39:25.183 INFO O| Sep 05 00:39:25.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77492024-09-05T00:39:26.261Z[ recovery-image] Sep 05 00:39:25.183 INFO O| Sep 05 00:39:25.183 INFO STEP 12 (remove_files) COMPLETE
77502024-09-05T00:39:26.261Z[ recovery-image] Sep 05 00:39:25.183 INFO O| Sep 05 00:39:25.183 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77512024-09-05T00:39:26.289Z[ recovery-image] Sep 05 00:39:25.211 INFO O| Sep 05 00:39:25.211 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77522024-09-05T00:39:26.289Z[ recovery-image] Sep 05 00:39:25.212 INFO O| Sep 05 00:39:25.212 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77532024-09-05T00:39:26.291Z[ recovery-image] Sep 05 00:39:25.212 INFO O| Sep 05 00:39:25.212 INFO STEP 13 (ensure_dir) COMPLETE
77542024-09-05T00:39:26.291Z[ recovery-image] Sep 05 00:39:25.212 INFO O| Sep 05 00:39:25.212 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77552024-09-05T00:39:26.317Z[ recovery-image] Sep 05 00:39:25.239 INFO O| Sep 05 00:39:25.239 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77562024-09-05T00:39:26.319Z[ recovery-image] Sep 05 00:39:25.239 INFO O| Sep 05 00:39:25.239 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77572024-09-05T00:39:26.319Z[ recovery-image] Sep 05 00:39:25.239 INFO O| Sep 05 00:39:25.239 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77582024-09-05T00:39:26.319Z[ recovery-image] Sep 05 00:39:25.239 INFO O| Sep 05 00:39:25.239 INFO STEP 14 (ensure_dir) COMPLETE
77592024-09-05T00:39:26.319Z[ recovery-image] Sep 05 00:39:25.239 INFO O| Sep 05 00:39:25.239 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77602024-09-05T00:39:26.401Z[ recovery-image] Sep 05 00:39:25.324 INFO O| Sep 05 00:39:25.324 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77612024-09-05T00:39:26.404Z[ recovery-image] Sep 05 00:39:25.324 INFO O| Sep 05 00:39:25.324 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77622024-09-05T00:39:26.404Z[ recovery-image] Sep 05 00:39:25.324 INFO O| Sep 05 00:39:25.324 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77632024-09-05T00:39:26.404Z[ recovery-image] Sep 05 00:39:25.324 INFO O| Sep 05 00:39:25.324 INFO STEP 15 (ensure_dir) COMPLETE
77642024-09-05T00:39:26.404Z[ recovery-image] Sep 05 00:39:25.325 INFO O| Sep 05 00:39:25.325 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77652024-09-05T00:39:26.426Z[ recovery-image] Sep 05 00:39:25.348 INFO O| Sep 05 00:39:25.348 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77662024-09-05T00:39:26.426Z[ recovery-image] Sep 05 00:39:25.349 INFO O| Sep 05 00:39:25.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77672024-09-05T00:39:26.426Z[ recovery-image] Sep 05 00:39:25.349 INFO O| Sep 05 00:39:25.349 INFO STEP 16 (ensure_dir) COMPLETE
77682024-09-05T00:39:26.431Z[ recovery-image] Sep 05 00:39:25.349 INFO O| Sep 05 00:39:25.349 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77692024-09-05T00:39:26.454Z[ recovery-image] Sep 05 00:39:25.376 INFO O| Sep 05 00:39:25.376 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77702024-09-05T00:39:26.457Z[ recovery-image] Sep 05 00:39:25.376 INFO O| Sep 05 00:39:25.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77712024-09-05T00:39:26.457Z[ recovery-image] Sep 05 00:39:25.377 INFO O| Sep 05 00:39:25.377 INFO STEP 17 (ensure_dir) COMPLETE
77722024-09-05T00:39:26.457Z[ recovery-image] Sep 05 00:39:25.377 INFO O| Sep 05 00:39:25.377 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77732024-09-05T00:39:26.482Z[ recovery-image] Sep 05 00:39:25.404 INFO O| Sep 05 00:39:25.404 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77742024-09-05T00:39:26.482Z[ recovery-image] Sep 05 00:39:25.405 INFO O| Sep 05 00:39:25.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77752024-09-05T00:39:26.484Z[ recovery-image] Sep 05 00:39:25.405 INFO O| Sep 05 00:39:25.405 INFO ok!
77762024-09-05T00:39:26.484Z[ recovery-image] Sep 05 00:39:25.405 INFO O| Sep 05 00:39:25.405 INFO STEP 18 (ensure_symlink) COMPLETE
77772024-09-05T00:39:26.484Z[ recovery-image] Sep 05 00:39:25.405 INFO O| Sep 05 00:39:25.405 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77782024-09-05T00:39:26.509Z[ recovery-image] Sep 05 00:39:25.432 INFO O| Sep 05 00:39:25.432 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77792024-09-05T00:39:26.511Z[ recovery-image] Sep 05 00:39:25.432 INFO O| Sep 05 00:39:25.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77802024-09-05T00:39:26.511Z[ recovery-image] Sep 05 00:39:25.432 INFO O| Sep 05 00:39:25.432 INFO ok!
77812024-09-05T00:39:26.511Z[ recovery-image] Sep 05 00:39:25.432 INFO O| Sep 05 00:39:25.432 INFO STEP 19 (ensure_file) COMPLETE
77822024-09-05T00:39:26.511Z[ recovery-image] Sep 05 00:39:25.432 INFO O| Sep 05 00:39:25.432 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77832024-09-05T00:39:26.534Z[ recovery-image] Sep 05 00:39:25.457 INFO O| Sep 05 00:39:25.456 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77842024-09-05T00:39:26.534Z[ recovery-image] Sep 05 00:39:25.457 INFO O| Sep 05 00:39:25.457 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77852024-09-05T00:39:26.537Z[ recovery-image] Sep 05 00:39:25.457 INFO O| Sep 05 00:39:25.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77862024-09-05T00:39:26.537Z[ recovery-image] Sep 05 00:39:25.457 INFO O| Sep 05 00:39:25.457 INFO ok!
77872024-09-05T00:39:26.537Z[ recovery-image] Sep 05 00:39:25.457 INFO O| Sep 05 00:39:25.457 INFO STEP 20 (ensure_symlink) COMPLETE
77882024-09-05T00:39:26.537Z[ recovery-image] Sep 05 00:39:25.457 INFO O| Sep 05 00:39:25.457 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77892024-09-05T00:39:26.574Z[ recovery-image] Sep 05 00:39:25.496 INFO O| Sep 05 00:39:25.496 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77902024-09-05T00:39:26.574Z[ recovery-image] Sep 05 00:39:25.497 INFO O| Sep 05 00:39:25.496 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77912024-09-05T00:39:26.576Z[ recovery-image] Sep 05 00:39:25.497 INFO O| Sep 05 00:39:25.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77922024-09-05T00:39:26.576Z[ recovery-image] Sep 05 00:39:25.497 INFO O| Sep 05 00:39:25.497 INFO ok!
77932024-09-05T00:39:26.576Z[ recovery-image] Sep 05 00:39:25.497 INFO O| Sep 05 00:39:25.497 INFO STEP 21 (ensure_symlink) COMPLETE
77942024-09-05T00:39:26.576Z[ recovery-image] Sep 05 00:39:25.497 INFO O| Sep 05 00:39:25.497 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77952024-09-05T00:39:26.617Z[ recovery-image] Sep 05 00:39:25.540 INFO O| Sep 05 00:39:25.540 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77962024-09-05T00:39:26.617Z[ recovery-image] Sep 05 00:39:25.540 INFO O| Sep 05 00:39:25.540 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77972024-09-05T00:39:26.620Z[ recovery-image] Sep 05 00:39:25.540 INFO O| Sep 05 00:39:25.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77982024-09-05T00:39:26.620Z[ recovery-image] Sep 05 00:39:25.540 INFO O| Sep 05 00:39:25.540 INFO ok!
77992024-09-05T00:39:26.620Z[ recovery-image] Sep 05 00:39:25.540 INFO O| Sep 05 00:39:25.540 INFO STEP 22 (ensure_symlink) COMPLETE
78002024-09-05T00:39:26.620Z[ recovery-image] Sep 05 00:39:25.540 INFO O| Sep 05 00:39:25.540 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78012024-09-05T00:39:26.677Z[ recovery-image] Sep 05 00:39:25.599 INFO O| Sep 05 00:39:25.599 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78022024-09-05T00:39:26.677Z[ recovery-image] Sep 05 00:39:25.599 INFO O| Sep 05 00:39:25.599 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78032024-09-05T00:39:26.677Z[ recovery-image] Sep 05 00:39:25.600 INFO O| Sep 05 00:39:25.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78042024-09-05T00:39:26.680Z[ recovery-image] Sep 05 00:39:25.600 INFO O| Sep 05 00:39:25.600 INFO ok!
78052024-09-05T00:39:26.680Z[ recovery-image] Sep 05 00:39:25.600 INFO O| Sep 05 00:39:25.600 INFO STEP 23 (ensure_symlink) COMPLETE
78062024-09-05T00:39:26.680Z[ recovery-image] Sep 05 00:39:25.600 INFO O| Sep 05 00:39:25.600 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78072024-09-05T00:39:26.733Z[ recovery-image] Sep 05 00:39:25.656 INFO O| Sep 05 00:39:25.656 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78082024-09-05T00:39:26.733Z[ recovery-image] Sep 05 00:39:25.656 INFO O| Sep 05 00:39:25.656 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 ...
78092024-09-05T00:39:26.736Z[ recovery-image] Sep 05 00:39:25.656 INFO O| Sep 05 00:39:25.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78102024-09-05T00:39:26.736Z[ recovery-image] Sep 05 00:39:25.656 INFO O| Sep 05 00:39:25.656 INFO ok!
78112024-09-05T00:39:26.736Z[ recovery-image] Sep 05 00:39:25.656 INFO O| Sep 05 00:39:25.656 INFO STEP 24 (ensure_file) COMPLETE
78122024-09-05T00:39:26.736Z[ recovery-image] Sep 05 00:39:25.657 INFO O| Sep 05 00:39:25.656 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78132024-09-05T00:39:26.762Z[ recovery-image] Sep 05 00:39:25.685 INFO O| Sep 05 00:39:25.684 INFO updating shadow file
78142024-09-05T00:39:26.765Z[ recovery-image] Sep 05 00:39:25.685 INFO O| Sep 05 00:39:25.685 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78152024-09-05T00:39:26.765Z[ recovery-image] Sep 05 00:39:25.685 INFO O| Sep 05 00:39:25.685 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78162024-09-05T00:39:26.765Z[ recovery-image] Sep 05 00:39:25.685 INFO O| Sep 05 00:39:25.685 INFO STEP 25 (shadow) COMPLETE
78172024-09-05T00:39:26.765Z[ recovery-image] Sep 05 00:39:25.685 INFO O| Sep 05 00:39:25.685 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78182024-09-05T00:39:26.790Z[ recovery-image] Sep 05 00:39:25.713 INFO O| Sep 05 00:39:25.713 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78192024-09-05T00:39:26.790Z[ recovery-image] Sep 05 00:39:25.713 INFO O| Sep 05 00:39:25.713 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78202024-09-05T00:39:26.793Z[ recovery-image] Sep 05 00:39:25.714 INFO O| Sep 05 00:39:25.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78212024-09-05T00:39:26.793Z[ recovery-image] Sep 05 00:39:25.714 INFO O| Sep 05 00:39:25.714 INFO ok!
78222024-09-05T00:39:26.793Z[ recovery-image] Sep 05 00:39:25.714 INFO O| Sep 05 00:39:25.714 INFO STEP 26 (ensure_file) COMPLETE
78232024-09-05T00:39:26.793Z[ recovery-image] Sep 05 00:39:25.714 INFO O| Sep 05 00:39:25.714 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78242024-09-05T00:39:26.819Z[ recovery-image] Sep 05 00:39:25.742 INFO O| Sep 05 00:39:25.742 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78252024-09-05T00:39:26.819Z[ recovery-image] Sep 05 00:39:25.742 INFO O| Sep 05 00:39:25.742 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78262024-09-05T00:39:26.822Z[ recovery-image] Sep 05 00:39:25.743 INFO O| Sep 05 00:39:25.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78272024-09-05T00:39:26.822Z[ recovery-image] Sep 05 00:39:25.743 INFO O| Sep 05 00:39:25.743 INFO ok!
78282024-09-05T00:39:26.822Z[ recovery-image] Sep 05 00:39:25.743 INFO O| Sep 05 00:39:25.743 INFO STEP 27 (ensure_file) COMPLETE
78292024-09-05T00:39:26.822Z[ recovery-image] Sep 05 00:39:25.743 INFO O| Sep 05 00:39:25.743 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78302024-09-05T00:39:26.852Z[ recovery-image] Sep 05 00:39:25.775 INFO O| Sep 05 00:39:25.775 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78312024-09-05T00:39:26.852Z[ recovery-image] Sep 05 00:39:25.775 INFO O| Sep 05 00:39:25.775 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78322024-09-05T00:39:26.855Z[ recovery-image] Sep 05 00:39:25.775 INFO O| Sep 05 00:39:25.775 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78332024-09-05T00:39:26.855Z[ recovery-image] Sep 05 00:39:25.775 INFO O| Sep 05 00:39:25.775 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78342024-09-05T00:39:26.855Z[ recovery-image] Sep 05 00:39:25.775 INFO O| Sep 05 00:39:25.775 INFO ok!
78352024-09-05T00:39:26.855Z[ recovery-image] Sep 05 00:39:25.775 INFO O| Sep 05 00:39:25.775 INFO STEP 28 (ensure_file) COMPLETE
78362024-09-05T00:39:26.855Z[ recovery-image] Sep 05 00:39:25.775 INFO O| Sep 05 00:39:25.775 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78372024-09-05T00:39:26.879Z[ recovery-image] Sep 05 00:39:25.801 INFO O| Sep 05 00:39:25.801 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78382024-09-05T00:39:26.879Z[ recovery-image] Sep 05 00:39:25.801 INFO O| Sep 05 00:39:25.801 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78392024-09-05T00:39:26.883Z[ recovery-image] Sep 05 00:39:25.802 INFO O| Sep 05 00:39:25.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78402024-09-05T00:39:26.883Z[ recovery-image] Sep 05 00:39:25.802 INFO O| Sep 05 00:39:25.802 INFO ok!
78412024-09-05T00:39:26.883Z[ recovery-image] Sep 05 00:39:25.802 INFO O| Sep 05 00:39:25.802 INFO STEP 29 (ensure_file) COMPLETE
78422024-09-05T00:39:26.883Z[ recovery-image] Sep 05 00:39:25.802 INFO O| Sep 05 00:39:25.802 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78432024-09-05T00:39:26.905Z[ recovery-image] Sep 05 00:39:25.828 INFO O| Sep 05 00:39:25.828 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78442024-09-05T00:39:26.905Z[ recovery-image] Sep 05 00:39:25.828 INFO O| Sep 05 00:39:25.828 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78452024-09-05T00:39:26.908Z[ recovery-image] Sep 05 00:39:25.828 INFO O| Sep 05 00:39:25.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78462024-09-05T00:39:26.908Z[ recovery-image] Sep 05 00:39:25.828 INFO O| Sep 05 00:39:25.828 INFO ok!
78472024-09-05T00:39:26.908Z[ recovery-image] Sep 05 00:39:25.828 INFO O| Sep 05 00:39:25.828 INFO STEP 30 (ensure_file) COMPLETE
78482024-09-05T00:39:26.908Z[ recovery-image] Sep 05 00:39:25.828 INFO O| Sep 05 00:39:25.828 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78492024-09-05T00:39:26.954Z[ recovery-image] Sep 05 00:39:25.875 INFO O| Sep 05 00:39:25.875 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78502024-09-05T00:39:26.954Z[ recovery-image] Sep 05 00:39:25.876 INFO O| Sep 05 00:39:25.876 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78512024-09-05T00:39:26.959Z[ recovery-image] Sep 05 00:39:25.876 INFO O| Sep 05 00:39:25.876 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78522024-09-05T00:39:26.959Z[ recovery-image] Sep 05 00:39:25.876 INFO O| Sep 05 00:39:25.876 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78532024-09-05T00:39:26.959Z[ recovery-image] Sep 05 00:39:25.876 INFO O| Sep 05 00:39:25.876 INFO ok!
78542024-09-05T00:39:26.959Z[ recovery-image] Sep 05 00:39:25.876 INFO O| Sep 05 00:39:25.876 INFO STEP 31 (ensure_file) COMPLETE
78552024-09-05T00:39:26.960Z[ recovery-image] Sep 05 00:39:25.876 INFO O| Sep 05 00:39:25.876 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78562024-09-05T00:39:27.025Z[ recovery-image] Sep 05 00:39:25.947 INFO O| Sep 05 00:39:25.947 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78572024-09-05T00:39:27.026Z[ recovery-image] Sep 05 00:39:25.947 INFO O| Sep 05 00:39:25.947 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78582024-09-05T00:39:27.029Z[ recovery-image] Sep 05 00:39:25.948 INFO O| Sep 05 00:39:25.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78592024-09-05T00:39:27.030Z[ recovery-image] Sep 05 00:39:25.948 INFO O| Sep 05 00:39:25.948 INFO ok!
78602024-09-05T00:39:27.030Z[ recovery-image] Sep 05 00:39:25.948 INFO O| Sep 05 00:39:25.948 INFO STEP 32 (ensure_file) COMPLETE
78612024-09-05T00:39:27.030Z[ recovery-image] Sep 05 00:39:25.948 INFO O| Sep 05 00:39:25.948 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78622024-09-05T00:39:27.053Z[ recovery-image] Sep 05 00:39:25.974 INFO O| Sep 05 00:39:25.974 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78632024-09-05T00:39:27.053Z[ recovery-image] Sep 05 00:39:25.974 INFO O| Sep 05 00:39:25.974 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78642024-09-05T00:39:27.057Z[ recovery-image] Sep 05 00:39:25.975 INFO O| Sep 05 00:39:25.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78652024-09-05T00:39:27.057Z[ recovery-image] Sep 05 00:39:25.975 INFO O| Sep 05 00:39:25.975 INFO ok!
78662024-09-05T00:39:27.057Z[ recovery-image] Sep 05 00:39:25.975 INFO O| Sep 05 00:39:25.975 INFO STEP 33 (ensure_file) COMPLETE
78672024-09-05T00:39:27.057Z[ recovery-image] Sep 05 00:39:25.975 INFO O| Sep 05 00:39:25.975 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78682024-09-05T00:39:27.080Z[ recovery-image] Sep 05 00:39:26.001 INFO O| Sep 05 00:39:26.001 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78692024-09-05T00:39:27.080Z[ recovery-image] Sep 05 00:39:26.001 INFO O| Sep 05 00:39:26.001 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78702024-09-05T00:39:27.080Z[ recovery-image] Sep 05 00:39:26.001 INFO O| Sep 05 00:39:26.001 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78712024-09-05T00:39:27.080Z[ recovery-image] Sep 05 00:39:26.002 INFO O| Sep 05 00:39:26.002 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78722024-09-05T00:39:27.080Z[ recovery-image] Sep 05 00:39:26.002 INFO O| Sep 05 00:39:26.002 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78732024-09-05T00:39:27.080Z[ recovery-image] Sep 05 00:39:26.002 INFO O| Sep 05 00:39:26.002 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78742024-09-05T00:39:27.080Z[ recovery-image] Sep 05 00:39:26.002 INFO O| Sep 05 00:39:26.002 INFO ok!
78752024-09-05T00:39:27.080Z[ recovery-image] Sep 05 00:39:26.002 INFO O| Sep 05 00:39:26.002 INFO STEP 34 (ensure_file) COMPLETE
78762024-09-05T00:39:27.080Z[ recovery-image] Sep 05 00:39:26.002 INFO O| Sep 05 00:39:26.002 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78772024-09-05T00:39:27.139Z[ recovery-image] Sep 05 00:39:26.062 INFO O| Sep 05 00:39:26.062 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78782024-09-05T00:39:27.142Z[ recovery-image] Sep 05 00:39:26.062 INFO O| Sep 05 00:39:26.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78792024-09-05T00:39:27.142Z[ recovery-image] Sep 05 00:39:26.062 INFO O| Sep 05 00:39:26.062 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78802024-09-05T00:39:27.142Z[ recovery-image] Sep 05 00:39:26.062 INFO O| Sep 05 00:39:26.062 INFO STEP 35 (ensure_dir) COMPLETE
78812024-09-05T00:39:27.142Z[ recovery-image] Sep 05 00:39:26.063 INFO O| Sep 05 00:39:26.062 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78822024-09-05T00:39:27.287Z[ recovery-image] Sep 05 00:39:26.210 INFO O| Sep 05 00:39:26.209 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
78832024-09-05T00:39:27.287Z[ recovery-image] Sep 05 00:39:26.210 INFO O| Sep 05 00:39:26.210 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 ...
78842024-09-05T00:39:27.290Z[ recovery-image] Sep 05 00:39:26.210 INFO O| Sep 05 00:39:26.210 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
78852024-09-05T00:39:27.290Z[ recovery-image] Sep 05 00:39:26.210 INFO O| Sep 05 00:39:26.210 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
78862024-09-05T00:39:27.290Z[ recovery-image] Sep 05 00:39:26.210 INFO O| Sep 05 00:39:26.210 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
78872024-09-05T00:39:27.290Z[ recovery-image] Sep 05 00:39:26.210 INFO O| Sep 05 00:39:26.210 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
78882024-09-05T00:39:27.290Z[ recovery-image] Sep 05 00:39:26.210 INFO O| Sep 05 00:39:26.210 INFO ok!
78892024-09-05T00:39:27.290Z[ recovery-image] Sep 05 00:39:26.210 INFO O| Sep 05 00:39:26.210 INFO STEP 36 (ensure_file) COMPLETE
78902024-09-05T00:39:27.290Z[ recovery-image] Sep 05 00:39:26.210 INFO O| Sep 05 00:39:26.210 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78912024-09-05T00:39:27.312Z[ recovery-image] Sep 05 00:39:26.234 INFO O| Sep 05 00:39:26.234 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78922024-09-05T00:39:27.312Z[ recovery-image] Sep 05 00:39:26.234 INFO O| Sep 05 00:39:26.234 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 ...
78932024-09-05T00:39:27.315Z[ recovery-image] Sep 05 00:39:26.234 INFO O| Sep 05 00:39:26.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78942024-09-05T00:39:27.315Z[ recovery-image] Sep 05 00:39:26.235 INFO O| Sep 05 00:39:26.234 INFO ok!
78952024-09-05T00:39:27.315Z[ recovery-image] Sep 05 00:39:26.235 INFO O| Sep 05 00:39:26.234 INFO STEP 37 (ensure_symlink) COMPLETE
78962024-09-05T00:39:27.315Z[ recovery-image] Sep 05 00:39:26.235 INFO O| Sep 05 00:39:26.235 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78972024-09-05T00:39:27.405Z[ recovery-image] Sep 05 00:39:26.327 INFO O| Sep 05 00:39:26.327 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78982024-09-05T00:39:27.405Z[ recovery-image] Sep 05 00:39:26.327 INFO O| Sep 05 00:39:26.327 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78992024-09-05T00:39:27.407Z[ recovery-image] Sep 05 00:39:26.328 INFO O| Sep 05 00:39:26.328 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79002024-09-05T00:39:27.407Z[ recovery-image] Sep 05 00:39:26.328 INFO O| Sep 05 00:39:26.328 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79012024-09-05T00:39:27.407Z[ recovery-image] Sep 05 00:39:26.328 INFO O| Sep 05 00:39:26.328 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79022024-09-05T00:39:27.407Z[ recovery-image] Sep 05 00:39:26.328 INFO O| Sep 05 00:39:26.328 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79032024-09-05T00:39:27.407Z[ recovery-image] Sep 05 00:39:26.328 INFO O| Sep 05 00:39:26.328 INFO ok!
79042024-09-05T00:39:27.407Z[ recovery-image] Sep 05 00:39:26.329 INFO O| Sep 05 00:39:26.328 INFO STEP 38 (ensure_file) COMPLETE
79052024-09-05T00:39:27.407Z[ recovery-image] Sep 05 00:39:26.329 INFO O| Sep 05 00:39:26.329 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79062024-09-05T00:39:27.436Z[ recovery-image] Sep 05 00:39:26.359 INFO O| Sep 05 00:39:26.358 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79072024-09-05T00:39:27.436Z[ recovery-image] Sep 05 00:39:26.359 INFO O| Sep 05 00:39:26.359 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 ...
79082024-09-05T00:39:27.439Z[ recovery-image] Sep 05 00:39:26.359 INFO O| Sep 05 00:39:26.359 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
79092024-09-05T00:39:27.439Z[ recovery-image] Sep 05 00:39:26.359 INFO O| Sep 05 00:39:26.359 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79102024-09-05T00:39:27.439Z[ recovery-image] Sep 05 00:39:26.359 INFO O| Sep 05 00:39:26.359 INFO ok!
79112024-09-05T00:39:27.439Z[ recovery-image] Sep 05 00:39:26.359 INFO O| Sep 05 00:39:26.359 INFO STEP 39 (ensure_file) COMPLETE
79122024-09-05T00:39:27.439Z[ recovery-image] Sep 05 00:39:26.359 INFO O| Sep 05 00:39:26.359 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79132024-09-05T00:39:27.506Z[ recovery-image] Sep 05 00:39:26.428 INFO O| Sep 05 00:39:26.428 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79142024-09-05T00:39:27.506Z[ recovery-image] Sep 05 00:39:26.428 INFO O| Sep 05 00:39:26.428 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79152024-09-05T00:39:27.508Z[ recovery-image] Sep 05 00:39:26.429 INFO O| Sep 05 00:39:26.429 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79162024-09-05T00:39:27.508Z[ recovery-image] Sep 05 00:39:26.429 INFO O| Sep 05 00:39:26.429 INFO ok!
79172024-09-05T00:39:27.508Z[ recovery-image] Sep 05 00:39:26.429 INFO O| Sep 05 00:39:26.429 INFO STEP 40 (ensure_file) COMPLETE
79182024-09-05T00:39:27.508Z[ recovery-image] Sep 05 00:39:26.429 INFO O| Sep 05 00:39:26.429 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79192024-09-05T00:39:27.565Z[ recovery-image] Sep 05 00:39:26.488 INFO O| Sep 05 00:39:26.488 INFO updating shadow file
79202024-09-05T00:39:27.565Z[ recovery-image] Sep 05 00:39:26.488 INFO O| Sep 05 00:39:26.488 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79212024-09-05T00:39:27.568Z[ recovery-image] Sep 05 00:39:26.488 INFO O| Sep 05 00:39:26.488 INFO STEP 41 (shadow) COMPLETE
79222024-09-05T00:39:27.568Z[ recovery-image] Sep 05 00:39:26.488 INFO O| Sep 05 00:39:26.488 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79232024-09-05T00:39:27.593Z[ recovery-image] Sep 05 00:39:26.516 INFO O| Sep 05 00:39:26.515 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79242024-09-05T00:39:27.593Z[ recovery-image] Sep 05 00:39:26.516 INFO O| Sep 05 00:39:26.516 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79252024-09-05T00:39:27.596Z[ recovery-image] Sep 05 00:39:26.516 INFO O| Sep 05 00:39:26.516 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79262024-09-05T00:39:27.596Z[ recovery-image] Sep 05 00:39:26.516 INFO O| Sep 05 00:39:26.516 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79272024-09-05T00:39:27.596Z[ recovery-image] Sep 05 00:39:26.516 INFO O| Sep 05 00:39:26.516 INFO ok!
79282024-09-05T00:39:27.596Z[ recovery-image] Sep 05 00:39:26.516 INFO O| Sep 05 00:39:26.516 INFO STEP 42 (ensure_file) COMPLETE
79292024-09-05T00:39:27.596Z[ recovery-image] Sep 05 00:39:26.516 INFO O| Sep 05 00:39:26.516 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79302024-09-05T00:39:27.628Z[ recovery-image] Sep 05 00:39:26.551 INFO O| Sep 05 00:39:26.550 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79312024-09-05T00:39:27.628Z[ recovery-image] Sep 05 00:39:26.551 INFO O| Sep 05 00:39:26.550 INFO STEP 43 (ensure_dir) COMPLETE
79322024-09-05T00:39:27.630Z[ recovery-image] Sep 05 00:39:26.551 INFO O| Sep 05 00:39:26.550 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79332024-09-05T00:39:27.699Z[ recovery-image] Sep 05 00:39:26.621 INFO O| Sep 05 00:39:26.621 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79342024-09-05T00:39:27.699Z[ recovery-image] Sep 05 00:39:26.621 INFO O| Sep 05 00:39:26.621 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79352024-09-05T00:39:27.699Z[ recovery-image] Sep 05 00:39:26.621 INFO O| Sep 05 00:39:26.621 INFO STEP 44 (ensure_dir) COMPLETE
79362024-09-05T00:39:27.702Z[ recovery-image] Sep 05 00:39:26.621 INFO O| Sep 05 00:39:26.621 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79372024-09-05T00:39:27.727Z[ recovery-image] Sep 05 00:39:26.649 INFO O| Sep 05 00:39:26.649 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79382024-09-05T00:39:27.727Z[ recovery-image] Sep 05 00:39:26.649 INFO O| Sep 05 00:39:26.649 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79392024-09-05T00:39:27.727Z[ recovery-image] Sep 05 00:39:26.649 INFO O| Sep 05 00:39:26.649 INFO STEP 45 (ensure_dir) COMPLETE
79402024-09-05T00:39:27.727Z[ recovery-image] Sep 05 00:39:26.649 INFO O| Sep 05 00:39:26.649 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79412024-09-05T00:39:27.779Z[ recovery-image] Sep 05 00:39:26.702 INFO O| Sep 05 00:39:26.702 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79422024-09-05T00:39:27.779Z[ recovery-image] Sep 05 00:39:26.702 INFO O| Sep 05 00:39:26.702 INFO copying /tmp/.tmpw4xSUh/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79432024-09-05T00:39:27.824Z[ recovery-image] Sep 05 00:39:26.747 INFO O| Sep 05 00:39:26.747 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79442024-09-05T00:39:27.825Z[ recovery-image] Sep 05 00:39:26.747 INFO O| Sep 05 00:39:26.747 INFO ok!
79452024-09-05T00:39:27.827Z[ recovery-image] Sep 05 00:39:26.747 INFO O| Sep 05 00:39:26.747 INFO STEP 46 (ensure_file) COMPLETE
79462024-09-05T00:39:27.827Z[ recovery-image] Sep 05 00:39:26.747 INFO O| Sep 05 00:39:26.747 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79472024-09-05T00:39:27.862Z[ recovery-image] Sep 05 00:39:26.784 INFO O| Sep 05 00:39:26.784 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79482024-09-05T00:39:27.862Z[ recovery-image] Sep 05 00:39:26.784 INFO O| Sep 05 00:39:26.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79492024-09-05T00:39:27.862Z[ recovery-image] Sep 05 00:39:26.784 INFO O| Sep 05 00:39:26.784 INFO STEP 47 (ensure_dir) COMPLETE
79502024-09-05T00:39:27.864Z[ recovery-image] Sep 05 00:39:26.785 INFO O| Sep 05 00:39:26.784 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79512024-09-05T00:39:27.896Z[ recovery-image] Sep 05 00:39:26.819 INFO O| Sep 05 00:39:26.818 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79522024-09-05T00:39:27.896Z[ recovery-image] Sep 05 00:39:26.819 INFO O| Sep 05 00:39:26.818 INFO copying /tmp/.tmpw4xSUh/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79532024-09-05T00:39:27.896Z[ recovery-image] Sep 05 00:39:26.819 INFO O| Sep 05 00:39:26.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79542024-09-05T00:39:27.899Z[ recovery-image] Sep 05 00:39:26.819 INFO O| Sep 05 00:39:26.819 INFO ok!
79552024-09-05T00:39:27.899Z[ recovery-image] Sep 05 00:39:26.819 INFO O| Sep 05 00:39:26.819 INFO STEP 48 (ensure_file) COMPLETE
79562024-09-05T00:39:27.899Z[ recovery-image] Sep 05 00:39:26.819 INFO O| Sep 05 00:39:26.819 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79572024-09-05T00:39:27.947Z[ recovery-image] Sep 05 00:39:26.869 INFO O| Sep 05 00:39:26.869 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79582024-09-05T00:39:27.947Z[ recovery-image] Sep 05 00:39:26.870 INFO O| Sep 05 00:39:26.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79592024-09-05T00:39:27.947Z[ recovery-image] Sep 05 00:39:26.870 INFO O| Sep 05 00:39:26.870 INFO STEP 49 (ensure_dir) COMPLETE
79602024-09-05T00:39:27.950Z[ recovery-image] Sep 05 00:39:26.870 INFO O| Sep 05 00:39:26.870 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79612024-09-05T00:39:27.990Z[ recovery-image] Sep 05 00:39:26.912 INFO O| Sep 05 00:39:26.912 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79622024-09-05T00:39:27.990Z[ recovery-image] Sep 05 00:39:26.912 INFO O| Sep 05 00:39:26.912 INFO copying /tmp/.tmpw4xSUh/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79632024-09-05T00:39:28.013Z[ recovery-image] Sep 05 00:39:26.936 INFO O| Sep 05 00:39:26.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79642024-09-05T00:39:28.013Z[ recovery-image] Sep 05 00:39:26.936 INFO O| Sep 05 00:39:26.936 INFO ok!
79652024-09-05T00:39:28.017Z[ recovery-image] Sep 05 00:39:26.936 INFO O| Sep 05 00:39:26.936 INFO STEP 50 (ensure_file) COMPLETE
79662024-09-05T00:39:28.017Z[ recovery-image] Sep 05 00:39:26.936 INFO O| Sep 05 00:39:26.936 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79672024-09-05T00:39:28.038Z[ recovery-image] Sep 05 00:39:26.960 INFO O| Sep 05 00:39:26.960 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79682024-09-05T00:39:28.038Z[ recovery-image] Sep 05 00:39:26.960 INFO O| Sep 05 00:39:26.960 INFO copying /tmp/.tmpw4xSUh/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79692024-09-05T00:39:29.856Z[ recovery-image] Sep 05 00:39:28.778 INFO O| Sep 05 00:39:28.778 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79702024-09-05T00:39:29.856Z[ recovery-image] Sep 05 00:39:28.778 INFO O| Sep 05 00:39:28.778 INFO ok!
79712024-09-05T00:39:29.859Z[ recovery-image] Sep 05 00:39:28.778 INFO O| Sep 05 00:39:28.778 INFO STEP 51 (ensure_file) COMPLETE
79722024-09-05T00:39:29.860Z[ recovery-image] Sep 05 00:39:28.778 INFO O| Sep 05 00:39:28.778 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79732024-09-05T00:39:29.883Z[ recovery-image] Sep 05 00:39:28.805 INFO O| Sep 05 00:39:28.805 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79742024-09-05T00:39:29.883Z[ recovery-image] Sep 05 00:39:28.806 INFO O| Sep 05 00:39:28.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79752024-09-05T00:39:29.884Z[ recovery-image] Sep 05 00:39:28.806 INFO O| Sep 05 00:39:28.805 INFO STEP 52 (ensure_dir) COMPLETE
79762024-09-05T00:39:29.884Z[ recovery-image] Sep 05 00:39:28.806 INFO O| Sep 05 00:39:28.806 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79772024-09-05T00:39:29.911Z[ recovery-image] Sep 05 00:39:28.833 INFO O| Sep 05 00:39:28.833 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79782024-09-05T00:39:29.911Z[ recovery-image] Sep 05 00:39:28.833 INFO O| Sep 05 00:39:28.833 INFO copying /tmp/.tmpw4xSUh/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 ...
79792024-09-05T00:39:29.914Z[ recovery-image] Sep 05 00:39:28.833 INFO O| Sep 05 00:39:28.833 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
79802024-09-05T00:39:29.914Z[ recovery-image] Sep 05 00:39:28.833 INFO O| Sep 05 00:39:28.833 INFO ok!
79812024-09-05T00:39:29.914Z[ recovery-image] Sep 05 00:39:28.833 INFO O| Sep 05 00:39:28.833 INFO STEP 53 (ensure_file) COMPLETE
79822024-09-05T00:39:29.914Z[ recovery-image] Sep 05 00:39:28.833 INFO O| Sep 05 00:39:28.833 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79832024-09-05T00:39:29.988Z[ recovery-image] Sep 05 00:39:28.910 INFO O| Sep 05 00:39:28.910 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79842024-09-05T00:39:29.988Z[ recovery-image] Sep 05 00:39:28.910 INFO O| Sep 05 00:39:28.910 INFO copying /tmp/.tmpw4xSUh/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 ...
79852024-09-05T00:39:29.990Z[ recovery-image] Sep 05 00:39:28.910 INFO O| Sep 05 00:39:28.910 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
79862024-09-05T00:39:29.990Z[ recovery-image] Sep 05 00:39:28.910 INFO O| Sep 05 00:39:28.910 INFO ok!
79872024-09-05T00:39:29.991Z[ recovery-image] Sep 05 00:39:28.910 INFO O| Sep 05 00:39:28.910 INFO STEP 54 (ensure_file) COMPLETE
79882024-09-05T00:39:29.991Z[ recovery-image] Sep 05 00:39:28.910 INFO O| Sep 05 00:39:28.910 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79892024-09-05T00:39:30.054Z[ recovery-image] Sep 05 00:39:28.976 INFO O| Sep 05 00:39:28.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79902024-09-05T00:39:30.055Z[ recovery-image] Sep 05 00:39:28.977 INFO O| Sep 05 00:39:28.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79912024-09-05T00:39:30.055Z[ recovery-image] Sep 05 00:39:28.977 INFO O| Sep 05 00:39:28.977 INFO STEP 55 (ensure_dir) COMPLETE
79922024-09-05T00:39:30.057Z[ recovery-image] Sep 05 00:39:28.977 INFO O| Sep 05 00:39:28.977 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79932024-09-05T00:39:30.106Z[ recovery-image] Sep 05 00:39:29.028 INFO O| Sep 05 00:39:29.028 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79942024-09-05T00:39:30.106Z[ recovery-image] Sep 05 00:39:29.028 INFO O| Sep 05 00:39:29.028 INFO copying /tmp/.tmpw4xSUh/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 ...
79952024-09-05T00:39:30.106Z[ recovery-image] Sep 05 00:39:29.028 INFO O| Sep 05 00:39:29.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79962024-09-05T00:39:30.111Z[ recovery-image] Sep 05 00:39:29.028 INFO O| Sep 05 00:39:29.028 INFO ok!
79972024-09-05T00:39:30.112Z[ recovery-image] Sep 05 00:39:29.028 INFO O| Sep 05 00:39:29.028 INFO STEP 56 (ensure_file) COMPLETE
79982024-09-05T00:39:30.112Z[ recovery-image] Sep 05 00:39:29.028 INFO O| Sep 05 00:39:29.028 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79992024-09-05T00:39:30.131Z[ recovery-image] Sep 05 00:39:29.053 INFO O| Sep 05 00:39:29.053 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80002024-09-05T00:39:30.131Z[ recovery-image] Sep 05 00:39:29.053 INFO O| Sep 05 00:39:29.053 INFO copying /tmp/.tmpw4xSUh/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 ...
80012024-09-05T00:39:30.136Z[ recovery-image] Sep 05 00:39:29.053 INFO O| Sep 05 00:39:29.053 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
80022024-09-05T00:39:30.136Z[ recovery-image] Sep 05 00:39:29.053 INFO O| Sep 05 00:39:29.053 INFO ok!
80032024-09-05T00:39:30.136Z[ recovery-image] Sep 05 00:39:29.053 INFO O| Sep 05 00:39:29.053 INFO STEP 57 (ensure_file) COMPLETE
80042024-09-05T00:39:30.136Z[ recovery-image] Sep 05 00:39:29.054 INFO O| Sep 05 00:39:29.053 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80052024-09-05T00:39:30.157Z[ recovery-image] Sep 05 00:39:29.079 INFO O| Sep 05 00:39:29.079 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80062024-09-05T00:39:30.157Z[ recovery-image] Sep 05 00:39:29.079 INFO O| Sep 05 00:39:29.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80072024-09-05T00:39:30.161Z[ recovery-image] Sep 05 00:39:29.079 INFO O| Sep 05 00:39:29.079 INFO STEP 58 (ensure_dir) COMPLETE
80082024-09-05T00:39:30.161Z[ recovery-image] Sep 05 00:39:29.079 INFO O| Sep 05 00:39:29.079 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80092024-09-05T00:39:30.180Z[ recovery-image] Sep 05 00:39:29.102 INFO O| Sep 05 00:39:29.102 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80102024-09-05T00:39:30.180Z[ recovery-image] Sep 05 00:39:29.102 INFO O| Sep 05 00:39:29.102 INFO copying /tmp/.tmpw4xSUh/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 ...
80112024-09-05T00:39:30.180Z[ recovery-image] Sep 05 00:39:29.102 INFO O| Sep 05 00:39:29.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80122024-09-05T00:39:30.180Z[ recovery-image] Sep 05 00:39:29.102 INFO O| Sep 05 00:39:29.102 INFO ok!
80132024-09-05T00:39:30.183Z[ recovery-image] Sep 05 00:39:29.102 INFO O| Sep 05 00:39:29.102 INFO STEP 59 (ensure_file) COMPLETE
80142024-09-05T00:39:30.183Z[ recovery-image] Sep 05 00:39:29.102 INFO O| Sep 05 00:39:29.102 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80152024-09-05T00:39:30.210Z[ recovery-image] Sep 05 00:39:29.132 INFO O| Sep 05 00:39:29.132 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80162024-09-05T00:39:30.210Z[ recovery-image] Sep 05 00:39:29.132 INFO O| Sep 05 00:39:29.132 INFO copying /tmp/.tmpw4xSUh/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80172024-09-05T00:39:30.210Z[ recovery-image] Sep 05 00:39:29.132 INFO O| Sep 05 00:39:29.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80182024-09-05T00:39:30.213Z[ recovery-image] Sep 05 00:39:29.132 INFO O| Sep 05 00:39:29.132 INFO ok!
80192024-09-05T00:39:30.213Z[ recovery-image] Sep 05 00:39:29.132 INFO O| Sep 05 00:39:29.132 INFO STEP 60 (ensure_file) COMPLETE
80202024-09-05T00:39:30.213Z[ recovery-image] Sep 05 00:39:29.132 INFO O| Sep 05 00:39:29.132 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80212024-09-05T00:39:30.270Z[ recovery-image] Sep 05 00:39:29.192 INFO O| Sep 05 00:39:29.192 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80222024-09-05T00:39:30.274Z[ recovery-image] Sep 05 00:39:29.193 INFO O| Sep 05 00:39:29.192 INFO STEP 61 (ensure_dir) COMPLETE
80232024-09-05T00:39:30.274Z[ recovery-image] Sep 05 00:39:29.193 INFO O| Sep 05 00:39:29.192 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80242024-09-05T00:39:30.296Z[ recovery-image] Sep 05 00:39:29.218 INFO O| Sep 05 00:39:29.218 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80252024-09-05T00:39:30.296Z[ recovery-image] Sep 05 00:39:29.218 INFO O| Sep 05 00:39:29.218 INFO STEP 62 (ensure_dir) COMPLETE
80262024-09-05T00:39:30.299Z[ recovery-image] Sep 05 00:39:29.218 INFO O| Sep 05 00:39:29.218 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80272024-09-05T00:39:30.332Z[ recovery-image] Sep 05 00:39:29.253 INFO O| Sep 05 00:39:29.253 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80282024-09-05T00:39:30.332Z[ recovery-image] Sep 05 00:39:29.253 INFO O| Sep 05 00:39:29.253 INFO STEP 63 (ensure_dir) COMPLETE
80292024-09-05T00:39:30.332Z[ recovery-image] Sep 05 00:39:29.253 INFO O| Sep 05 00:39:29.253 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-09-05T00:39:30.372Z[ recovery-image] Sep 05 00:39:29.294 INFO O| Sep 05 00:39:29.294 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80312024-09-05T00:39:30.373Z[ recovery-image] Sep 05 00:39:29.294 INFO O| Sep 05 00:39:29.294 INFO STEP 64 (ensure_dir) COMPLETE
80322024-09-05T00:39:30.373Z[ recovery-image] Sep 05 00:39:29.294 INFO O| Sep 05 00:39:29.294 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80332024-09-05T00:39:30.400Z[ recovery-image] Sep 05 00:39:29.322 INFO O| Sep 05 00:39:29.322 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80342024-09-05T00:39:30.400Z[ recovery-image] Sep 05 00:39:29.322 INFO O| Sep 05 00:39:29.322 INFO copying /tmp/.tmpw4xSUh/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80352024-09-05T00:39:30.404Z[ recovery-image] Sep 05 00:39:29.323 INFO O| Sep 05 00:39:29.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80362024-09-05T00:39:30.404Z[ recovery-image] Sep 05 00:39:29.323 INFO O| Sep 05 00:39:29.323 INFO ok!
80372024-09-05T00:39:30.404Z[ recovery-image] Sep 05 00:39:29.323 INFO O| Sep 05 00:39:29.323 INFO STEP 65 (ensure_file) COMPLETE
80382024-09-05T00:39:30.404Z[ recovery-image] Sep 05 00:39:29.323 INFO O| Sep 05 00:39:29.323 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80392024-09-05T00:39:30.428Z[ recovery-image] Sep 05 00:39:29.350 INFO O| Sep 05 00:39:29.350 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80402024-09-05T00:39:30.433Z[ recovery-image] Sep 05 00:39:29.351 INFO O| Sep 05 00:39:29.351 INFO STEP 66 (remove_files) COMPLETE
80412024-09-05T00:39:30.433Z[ recovery-image] Sep 05 00:39:29.351 INFO O| Sep 05 00:39:29.351 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80422024-09-05T00:39:30.455Z[ recovery-image] Sep 05 00:39:29.377 INFO O| Sep 05 00:39:29.377 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80432024-09-05T00:39:30.459Z[ recovery-image] Sep 05 00:39:29.378 INFO O| Sep 05 00:39:29.378 INFO STEP 67 (remove_files) COMPLETE
80442024-09-05T00:39:30.459Z[ recovery-image] Sep 05 00:39:29.378 INFO O| Sep 05 00:39:29.378 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80452024-09-05T00:39:30.485Z[ recovery-image] Sep 05 00:39:29.407 INFO O| Sep 05 00:39:29.406 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80462024-09-05T00:39:30.489Z[ recovery-image] Sep 05 00:39:29.407 INFO O| Sep 05 00:39:29.407 INFO STEP 68 (remove_files) COMPLETE
80472024-09-05T00:39:30.489Z[ recovery-image] Sep 05 00:39:29.407 INFO O| Sep 05 00:39:29.407 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80482024-09-05T00:39:30.512Z[ recovery-image] Sep 05 00:39:29.434 INFO O| Sep 05 00:39:29.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80492024-09-05T00:39:30.515Z[ recovery-image] Sep 05 00:39:29.434 INFO O| Sep 05 00:39:29.434 INFO STEP 69 (remove_files) COMPLETE
80502024-09-05T00:39:30.515Z[ recovery-image] Sep 05 00:39:29.434 INFO O| Sep 05 00:39:29.434 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80512024-09-05T00:39:30.542Z[ recovery-image] Sep 05 00:39:29.464 INFO O| Sep 05 00:39:29.464 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80522024-09-05T00:39:30.546Z[ recovery-image] Sep 05 00:39:29.464 INFO O| Sep 05 00:39:29.464 INFO STEP 70 (remove_files) COMPLETE
80532024-09-05T00:39:30.546Z[ recovery-image] Sep 05 00:39:29.464 INFO O| Sep 05 00:39:29.464 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80542024-09-05T00:39:30.582Z[ recovery-image] Sep 05 00:39:29.504 INFO O| Sep 05 00:39:29.504 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80552024-09-05T00:39:30.585Z[ recovery-image] Sep 05 00:39:29.504 INFO O| Sep 05 00:39:29.504 INFO STEP 71 (remove_files) COMPLETE
80562024-09-05T00:39:30.585Z[ recovery-image] Sep 05 00:39:29.504 INFO O| Sep 05 00:39:29.504 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80572024-09-05T00:39:30.651Z[ recovery-image] Sep 05 00:39:29.555 INFO O| Sep 05 00:39:29.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80582024-09-05T00:39:30.651Z[ recovery-image] Sep 05 00:39:29.556 INFO O| Sep 05 00:39:29.556 INFO STEP 72 (remove_files) COMPLETE
80592024-09-05T00:39:30.651Z[ recovery-image] Sep 05 00:39:29.556 INFO O| Sep 05 00:39:29.556 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80602024-09-05T00:39:30.673Z[ recovery-image] Sep 05 00:39:29.596 INFO O| Sep 05 00:39:29.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80612024-09-05T00:39:30.674Z[ recovery-image] Sep 05 00:39:29.596 INFO O| Sep 05 00:39:29.596 INFO STEP 73 (remove_files) COMPLETE
80622024-09-05T00:39:30.674Z[ recovery-image] Sep 05 00:39:29.596 INFO O| Sep 05 00:39:29.596 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80632024-09-05T00:39:30.700Z[ recovery-image] Sep 05 00:39:29.621 INFO O| Sep 05 00:39:29.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80642024-09-05T00:39:30.700Z[ recovery-image] Sep 05 00:39:29.621 INFO O| Sep 05 00:39:29.621 INFO STEP 74 (remove_files) COMPLETE
80652024-09-05T00:39:30.702Z[ recovery-image] Sep 05 00:39:29.622 INFO O| Sep 05 00:39:29.621 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80662024-09-05T00:39:30.726Z[ recovery-image] Sep 05 00:39:29.648 INFO O| Sep 05 00:39:29.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80672024-09-05T00:39:30.726Z[ recovery-image] Sep 05 00:39:29.648 INFO O| Sep 05 00:39:29.648 INFO STEP 75 (remove_files) COMPLETE
80682024-09-05T00:39:30.726Z[ recovery-image] Sep 05 00:39:29.648 INFO O| Sep 05 00:39:29.648 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80692024-09-05T00:39:30.752Z[ recovery-image] Sep 05 00:39:29.674 INFO O| Sep 05 00:39:29.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80702024-09-05T00:39:30.752Z[ recovery-image] Sep 05 00:39:29.674 INFO O| Sep 05 00:39:29.674 INFO STEP 76 (remove_files) COMPLETE
80712024-09-05T00:39:30.752Z[ recovery-image] Sep 05 00:39:29.674 INFO O| Sep 05 00:39:29.674 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80722024-09-05T00:39:30.779Z[ recovery-image] Sep 05 00:39:29.701 INFO O| Sep 05 00:39:29.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80732024-09-05T00:39:30.779Z[ recovery-image] Sep 05 00:39:29.701 INFO O| Sep 05 00:39:29.701 INFO STEP 77 (remove_files) COMPLETE
80742024-09-05T00:39:30.779Z[ recovery-image] Sep 05 00:39:29.701 INFO O| Sep 05 00:39:29.701 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80752024-09-05T00:39:30.822Z[ recovery-image] Sep 05 00:39:29.743 INFO O| Sep 05 00:39:29.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80762024-09-05T00:39:30.822Z[ recovery-image] Sep 05 00:39:29.743 INFO O| Sep 05 00:39:29.743 INFO STEP 78 (remove_files) COMPLETE
80772024-09-05T00:39:30.822Z[ recovery-image] Sep 05 00:39:29.743 INFO O| Sep 05 00:39:29.743 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80782024-09-05T00:39:30.900Z[ recovery-image] Sep 05 00:39:29.821 INFO O| Sep 05 00:39:29.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80792024-09-05T00:39:30.900Z[ recovery-image] Sep 05 00:39:29.821 INFO O| Sep 05 00:39:29.821 INFO STEP 79 (remove_files) COMPLETE
80802024-09-05T00:39:30.903Z[ recovery-image] Sep 05 00:39:29.821 INFO O| Sep 05 00:39:29.821 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80812024-09-05T00:39:30.939Z[ recovery-image] Sep 05 00:39:29.861 INFO O| Sep 05 00:39:29.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80822024-09-05T00:39:30.939Z[ recovery-image] Sep 05 00:39:29.861 INFO O| Sep 05 00:39:29.861 INFO STEP 80 (remove_files) COMPLETE
80832024-09-05T00:39:30.939Z[ recovery-image] Sep 05 00:39:29.861 INFO O| Sep 05 00:39:29.861 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80842024-09-05T00:39:30.981Z[ recovery-image] Sep 05 00:39:29.902 INFO O| Sep 05 00:39:29.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80852024-09-05T00:39:30.981Z[ recovery-image] Sep 05 00:39:29.902 INFO O| Sep 05 00:39:29.902 INFO STEP 81 (remove_files) COMPLETE
80862024-09-05T00:39:30.984Z[ recovery-image] Sep 05 00:39:29.902 INFO O| Sep 05 00:39:29.902 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80872024-09-05T00:39:31.026Z[ recovery-image] Sep 05 00:39:29.947 INFO O| Sep 05 00:39:29.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80882024-09-05T00:39:31.028Z[ recovery-image] Sep 05 00:39:29.948 INFO O| Sep 05 00:39:29.947 INFO STEP 82 (remove_files) COMPLETE
80892024-09-05T00:39:31.029Z[ recovery-image] Sep 05 00:39:29.948 INFO O| Sep 05 00:39:29.948 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80902024-09-05T00:39:31.052Z[ recovery-image] Sep 05 00:39:29.974 INFO O| Sep 05 00:39:29.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80912024-09-05T00:39:31.052Z[ recovery-image] Sep 05 00:39:29.974 INFO O| Sep 05 00:39:29.974 INFO STEP 83 (remove_files) COMPLETE
80922024-09-05T00:39:31.055Z[ recovery-image] Sep 05 00:39:29.974 INFO O| Sep 05 00:39:29.974 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80932024-09-05T00:39:31.078Z[ recovery-image] Sep 05 00:39:30.000 INFO O| Sep 05 00:39:29.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80942024-09-05T00:39:31.078Z[ recovery-image] Sep 05 00:39:30.000 INFO O| Sep 05 00:39:30.000 INFO STEP 84 (remove_files) COMPLETE
80952024-09-05T00:39:31.080Z[ recovery-image] Sep 05 00:39:30.000 INFO O| Sep 05 00:39:30.000 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80962024-09-05T00:39:31.115Z[ recovery-image] Sep 05 00:39:30.036 INFO O| Sep 05 00:39:30.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80972024-09-05T00:39:31.115Z[ recovery-image] Sep 05 00:39:30.036 INFO O| Sep 05 00:39:30.036 INFO STEP 85 (remove_files) COMPLETE
80982024-09-05T00:39:31.115Z[ recovery-image] Sep 05 00:39:30.037 INFO O| Sep 05 00:39:30.036 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80992024-09-05T00:39:31.147Z[ recovery-image] Sep 05 00:39:30.069 INFO O| Sep 05 00:39:30.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81002024-09-05T00:39:31.147Z[ recovery-image] Sep 05 00:39:30.069 INFO O| Sep 05 00:39:30.069 INFO STEP 86 (remove_files) COMPLETE
81012024-09-05T00:39:31.147Z[ recovery-image] Sep 05 00:39:30.069 INFO O| Sep 05 00:39:30.069 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81022024-09-05T00:39:31.190Z[ recovery-image] Sep 05 00:39:30.112 INFO O| Sep 05 00:39:30.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81032024-09-05T00:39:32.195Z[ recovery-image] Sep 05 00:39:30.112 INFO O| Sep 05 00:39:30.112 INFO STEP 87 (remove_files) COMPLETE
81042024-09-05T00:39:32.195Z[ recovery-image] Sep 05 00:39:30.112 INFO O| Sep 05 00:39:30.112 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81052024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.145 INFO O| Sep 05 00:39:30.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81062024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.146 INFO O| Sep 05 00:39:30.146 INFO STEP 88 (remove_files) COMPLETE
81072024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.146 INFO O| Sep 05 00:39:30.146 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81082024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.171 INFO O| Sep 05 00:39:30.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81092024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.171 INFO O| Sep 05 00:39:30.171 INFO STEP 89 (remove_files) COMPLETE
81102024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.171 INFO O| Sep 05 00:39:30.171 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81112024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.198 INFO O| Sep 05 00:39:30.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81122024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.198 INFO O| Sep 05 00:39:30.198 INFO STEP 90 (remove_files) COMPLETE
81132024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.198 INFO O| Sep 05 00:39:30.198 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81142024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.227 INFO O| Sep 05 00:39:30.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81152024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.227 INFO O| Sep 05 00:39:30.227 INFO STEP 91 (remove_files) COMPLETE
81162024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.227 INFO O| Sep 05 00:39:30.227 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81172024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.268 INFO O| Sep 05 00:39:30.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81182024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.268 INFO O| Sep 05 00:39:30.268 INFO STEP 92 (remove_files) COMPLETE
81192024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.268 INFO O| Sep 05 00:39:30.268 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81202024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.305 INFO O| Sep 05 00:39:30.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81212024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.305 INFO O| Sep 05 00:39:30.305 INFO STEP 93 (remove_files) COMPLETE
81222024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.305 INFO O| Sep 05 00:39:30.305 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81232024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.351 INFO O| Sep 05 00:39:30.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81242024-09-05T00:39:32.198Z[ recovery-image] Sep 05 00:39:30.352 INFO O| Sep 05 00:39:30.352 INFO STEP 94 (remove_files) COMPLETE
81252024-09-05T00:39:32.199Z[ recovery-image] Sep 05 00:39:30.352 INFO O| Sep 05 00:39:30.352 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81262024-09-05T00:39:32.199Z[ recovery-image] Sep 05 00:39:30.448 INFO O| Sep 05 00:39:30.448 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81272024-09-05T00:39:32.199Z[ recovery-image] Sep 05 00:39:30.448 INFO O| Sep 05 00:39:30.448 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81282024-09-05T00:39:45.067Z[ recovery-image] Sep 05 00:39:43.986 INFO O| Sep 05 00:39:43.986 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
81292024-09-05T00:39:45.070Z[ recovery-image] Sep 05 00:39:43.986 INFO O| Sep 05 00:39:43.986 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81302024-09-05T00:39:45.093Z[ recovery-image] Sep 05 00:39:44.012 INFO O| Sep 05 00:39:44.012 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81312024-09-05T00:39:45.258Z[ recovery-image] Sep 05 00:39:44.177 INFO O| Sep 05 00:39:44.177 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81322024-09-05T00:39:45.260Z[ recovery-image] Sep 05 00:39:44.177 INFO O| Sep 05 00:39:44.177 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 ...
81332024-09-05T00:39:45.263Z[ recovery-image] Sep 05 00:39:44.180 INFO O| Sep 05 00:39:44.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81342024-09-05T00:39:45.263Z[ recovery-image] Sep 05 00:39:44.180 INFO O| Sep 05 00:39:44.180 INFO ok!
81352024-09-05T00:39:45.263Z[ recovery-image] Sep 05 00:39:44.180 INFO O| Sep 05 00:39:44.180 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81362024-09-05T00:39:45.263Z[ recovery-image] Sep 05 00:39:44.180 INFO O| Sep 05 00:39:44.180 INFO STEP 95 (seed_smf) COMPLETE
81372024-09-05T00:39:45.263Z[ recovery-image] Sep 05 00:39:44.180 INFO O| Sep 05 00:39:44.180 INFO steps complete; finalising image!
81382024-09-05T00:39:45.263Z[ recovery-image] Sep 05 00:39:44.180 INFO O| Sep 05 00:39:44.180 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81392024-09-05T00:39:45.337Z[ recovery-image] Sep 05 00:39:44.256 INFO O| Sep 05 00:39:44.256 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu Sep 5 00:39:44 2024)
81402024-09-05T00:39:45.549Z[ recovery-image] Sep 05 00:39:44.469 INFO O| Sep 05 00:39:44.469 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Thu Sep 5 00:39:44 2024)
81412024-09-05T00:39:45.827Z[ recovery-image] Sep 05 00:39:44.746 INFO O| Sep 05 00:39:44.746 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
81422024-09-05T00:39:45.827Z[ recovery-image] Sep 05 00:39:44.746 INFO O| Sep 05 00:39:44.746 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81432024-09-05T00:39:46.539Z[ recovery-image] Sep 05 00:39:45.458 INFO O| Sep 05 00:39:45.458 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
81442024-09-05T00:39:46.539Z[ recovery-image] Sep 05 00:39:45.458 INFO O| Sep 05 00:39:45.458 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81452024-09-05T00:39:52.464Z[ recovery-image] Sep 05 00:39:51.382 INFO O| Sep 05 00:39:51.382 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81462024-09-05T00:39:52.464Z[ recovery-image] Sep 05 00:39:51.382 INFO O| Sep 05 00:39:51.382 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81472024-09-05T00:39:52.467Z[ recovery-image] Sep 05 00:39:51.382 INFO O| Sep 05 00:39:51.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81482024-09-05T00:39:52.467Z[ recovery-image] Sep 05 00:39:51.382 INFO O| Sep 05 00:39:51.382 INFO completed processing gimlet/zfs-recovery
81492024-09-05T00:39:52.467Z[ recovery-image] Sep 05 00:39:51.383 INFO O| Sep 05 00:39:51.382 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81502024-09-05T00:39:52.715Z[ recovery-image] Sep 05 00:39:51.633 INFO O| Sep 05 00:39:51.633 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81512024-09-05T00:39:52.860Z[ recovery-image] Sep 05 00:39:51.778 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
81522024-09-05T00:39:52.863Z[ recovery-image] Sep 05 00:39:51.779 INFO expanded image name: "recovery 48f8cf9/${os_short_commit} 2024-09-05 00:10" -> "recovery 48f8cf9/2408c3f 2024-09-05 00:10"
81532024-09-05T00:39:52.863Z[ recovery-image] Sep 05 00:39:51.779 INFO output artefacts stored in: "/work/os-recovery"
81542024-09-05T00:39:52.863Z[ recovery-image] Sep 05 00:39:51.779 INFO collecting git info from project "image-builder"...
81552024-09-05T00:39:52.879Z[ recovery-image] Sep 05 00:39:51.797 INFO collecting git info from project "pilot"...
81562024-09-05T00:39:52.902Z[ recovery-image] Sep 05 00:39:51.820 INFO collecting git info from project "phbl"...
81572024-09-05T00:39:52.917Z[ recovery-image] Sep 05 00:39:51.835 INFO collecting git info from project "amd-host-image-builder"...
81582024-09-05T00:39:53.408Z[ recovery-image] Sep 05 00:39:52.325 INFO collecting git info from project "bootserver"...
81592024-09-05T00:39:53.418Z[ recovery-image] Sep 05 00:39:52.335 INFO collecting git info from project "amd-firmware"...
81602024-09-05T00:39:53.781Z[ recovery-image] Sep 05 00:39:52.699 INFO collecting git info from project "pinprick"...
81612024-09-05T00:39:53.791Z[ recovery-image] Sep 05 00:39:52.709 INFO collecting git info from project "chelsio-t6-roms"...
81622024-09-05T00:39:53.829Z[ recovery-image] Sep 05 00:39:52.746 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81632024-09-05T00:39:55.356Z[ recovery-image] Sep 05 00:39:54.274 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81642024-09-05T00:39:56.301Z[ recovery-image] Sep 05 00:39:55.218 INFO creating Oxide boot image...
81652024-09-05T00:39:56.304Z[ recovery-image] Sep 05 00:39:55.219 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 48f8cf9/2408c3f 2024-09-05 00:10", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81662024-09-05T00:40:10.309Z[verify-libraries] Finished `release` profile [optimized] target(s) in 6m 21s
81672024-09-05T00:40:10.635ZSep 05 00:40:09.550 INFO [verify-libraries] process exited with exit status: 0 (386.883999082s)
81682024-09-05T00:40:28.239Z[ host-image] Sep 05 00:40:27.150 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z
81692024-09-05T00:40:28.239Z[ host-image] Sep 05 00:40:27.150 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z
81702024-09-05T00:40:28.242Z[ host-image] Sep 05 00:40:27.151 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81712024-09-05T00:40:28.243Z[ host-image] Sep 05 00:40:27.151 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81722024-09-05T00:40:28.243Z[ host-image] Sep 05 00:40:27.151 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81732024-09-05T00:40:28.243Z[ host-image] Sep 05 00:40:27.151 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81742024-09-05T00:40:28.243Z[ host-image] Sep 05 00:40:27.152 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81752024-09-05T00:40:28.243Z[ host-image] Sep 05 00:40:27.152 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81762024-09-05T00:40:28.243Z[ host-image] Sep 05 00:40:27.152 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81772024-09-05T00:40:28.243Z[ host-image] Sep 05 00:40:27.152 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81782024-09-05T00:40:28.243Z[ host-image] Sep 05 00:40:27.152 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z
81792024-09-05T00:40:28.246Z[ host-image] Sep 05 00:40:27.154 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z
81802024-09-05T00:40:28.246Z[ host-image] Sep 05 00:40:27.155 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z
81812024-09-05T00:40:28.246Z[ host-image] Sep 05 00:40:27.156 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z
81822024-09-05T00:40:28.246Z[ host-image] Sep 05 00:40:27.156 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81832024-09-05T00:40:28.246Z[ host-image] Sep 05 00:40:27.157 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z
81842024-09-05T00:40:28.246Z[ host-image] Sep 05 00:40:27.157 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z
81852024-09-05T00:40:28.246Z[ host-image] Sep 05 00:40:27.157 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z
81862024-09-05T00:40:28.246Z[ host-image] Sep 05 00:40:27.157 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z
81872024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.158 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z
81882024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.158 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z
81892024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.158 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z
81902024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.158 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z
81912024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.158 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z
81922024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.159 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z
81932024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.159 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z
81942024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.159 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z
81952024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.159 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z
81962024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.159 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
81972024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.159 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z
81982024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.159 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z
81992024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.159 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z
82002024-09-05T00:40:28.249Z[ host-image] Sep 05 00:40:27.159 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z
82012024-09-05T00:40:28.252Z[ host-image] Sep 05 00:40:27.161 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z
82022024-09-05T00:40:28.252Z[ host-image] Sep 05 00:40:27.161 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z
82032024-09-05T00:40:28.259Z[ host-image] Sep 05 00:40:27.171 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82042024-09-05T00:40:28.262Z[ host-image] Sep 05 00:40:27.171 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z
82052024-09-05T00:40:28.262Z[ host-image] Sep 05 00:40:27.171 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82062024-09-05T00:40:28.262Z[ host-image] Sep 05 00:40:27.171 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82072024-09-05T00:40:28.262Z[ host-image] Sep 05 00:40:27.172 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82082024-09-05T00:40:28.262Z[ host-image] Sep 05 00:40:27.172 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z
82092024-09-05T00:40:28.262Z[ host-image] Sep 05 00:40:27.173 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82102024-09-05T00:40:28.262Z[ host-image] Sep 05 00:40:27.173 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82112024-09-05T00:40:28.266Z[ host-image] Sep 05 00:40:27.174 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82122024-09-05T00:40:28.266Z[ host-image] Sep 05 00:40:27.175 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82132024-09-05T00:40:28.276Z[ host-image] Sep 05 00:40:27.188 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82142024-09-05T00:40:28.276Z[ host-image] Sep 05 00:40:27.188 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82152024-09-05T00:40:28.279Z[ host-image] Sep 05 00:40:27.188 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82162024-09-05T00:40:28.279Z[ host-image] Sep 05 00:40:27.189 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82172024-09-05T00:40:28.279Z[ host-image] Sep 05 00:40:27.190 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82182024-09-05T00:40:28.279Z[ host-image] Sep 05 00:40:27.190 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82192024-09-05T00:40:28.318Z[ host-image] Sep 05 00:40:27.229 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82202024-09-05T00:40:28.320Z[ host-image] Sep 05 00:40:27.230 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82212024-09-05T00:40:28.321Z[ host-image] Sep 05 00:40:27.230 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82222024-09-05T00:40:28.321Z[ host-image] Sep 05 00:40:27.231 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z
82232024-09-05T00:40:28.321Z[ host-image] Sep 05 00:40:27.231 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z
82242024-09-05T00:40:28.321Z[ host-image] Sep 05 00:40:27.231 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82252024-09-05T00:40:28.321Z[ host-image] Sep 05 00:40:27.231 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z
82262024-09-05T00:40:28.321Z[ host-image] Sep 05 00:40:27.232 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82272024-09-05T00:40:28.321Z[ host-image] Sep 05 00:40:27.232 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82282024-09-05T00:40:28.321Z[ host-image] Sep 05 00:40:27.232 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82292024-09-05T00:40:28.321Z[ host-image] Sep 05 00:40:27.232 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z
82302024-09-05T00:40:28.321Z[ host-image] Sep 05 00:40:27.232 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82312024-09-05T00:40:28.325Z[ host-image] Sep 05 00:40:27.237 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82322024-09-05T00:40:28.328Z[ host-image] Sep 05 00:40:27.237 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82332024-09-05T00:40:28.328Z[ host-image] Sep 05 00:40:27.237 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82342024-09-05T00:40:28.328Z[ host-image] Sep 05 00:40:27.238 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z
82352024-09-05T00:40:28.328Z[ host-image] Sep 05 00:40:27.238 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82362024-09-05T00:40:28.343Z[ host-image] Sep 05 00:40:27.254 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82372024-09-05T00:40:28.343Z[ host-image] Sep 05 00:40:27.254 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z
82382024-09-05T00:40:28.345Z[ host-image] Sep 05 00:40:27.257 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z
82392024-09-05T00:40:28.347Z[ host-image] Sep 05 00:40:27.257 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z
82402024-09-05T00:40:28.347Z[ host-image] Sep 05 00:40:27.257 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82412024-09-05T00:40:28.348Z[ host-image] Sep 05 00:40:27.258 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z
82422024-09-05T00:40:28.348Z[ host-image] Sep 05 00:40:27.258 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z
82432024-09-05T00:40:28.348Z[ host-image] Sep 05 00:40:27.259 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z
82442024-09-05T00:40:28.348Z[ host-image] Sep 05 00:40:27.259 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z
82452024-09-05T00:40:28.351Z[ host-image] Sep 05 00:40:27.263 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82462024-09-05T00:40:28.354Z[ host-image] Sep 05 00:40:27.263 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z
82472024-09-05T00:40:28.354Z[ host-image] Sep 05 00:40:27.264 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z
82482024-09-05T00:40:28.354Z[ host-image] Sep 05 00:40:27.264 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82492024-09-05T00:40:28.354Z[ host-image] Sep 05 00:40:27.265 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z
82502024-09-05T00:40:28.354Z[ host-image] Sep 05 00:40:27.265 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z
82512024-09-05T00:40:28.354Z[ host-image] Sep 05 00:40:27.265 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z
82522024-09-05T00:40:28.354Z[ host-image] Sep 05 00:40:27.265 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z
82532024-09-05T00:40:28.362Z[ host-image] Sep 05 00:40:27.274 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z
82542024-09-05T00:40:28.362Z[ host-image] Sep 05 00:40:27.274 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82552024-09-05T00:40:28.365Z[ host-image] Sep 05 00:40:27.276 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z
82562024-09-05T00:40:28.368Z[ host-image] Sep 05 00:40:27.278 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z
82572024-09-05T00:40:28.368Z[ host-image] Sep 05 00:40:27.278 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z
82582024-09-05T00:40:28.368Z[ host-image] Sep 05 00:40:27.278 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z
82592024-09-05T00:40:28.368Z[ host-image] Sep 05 00:40:27.279 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z
82602024-09-05T00:40:28.368Z[ host-image] Sep 05 00:40:27.279 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z
82612024-09-05T00:40:28.378Z[ host-image] Sep 05 00:40:27.290 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z
82622024-09-05T00:40:28.380Z[ host-image] Sep 05 00:40:27.290 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z
82632024-09-05T00:40:28.380Z[ host-image] Sep 05 00:40:27.290 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z
82642024-09-05T00:40:28.380Z[ host-image] Sep 05 00:40:27.291 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z
82652024-09-05T00:40:28.380Z[ host-image] Sep 05 00:40:27.291 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z
82662024-09-05T00:40:28.403Z[ host-image] Sep 05 00:40:27.314 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z
82672024-09-05T00:40:28.403Z[ host-image] Sep 05 00:40:27.314 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z
82682024-09-05T00:40:28.405Z[ host-image] Sep 05 00:40:27.315 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z
82692024-09-05T00:40:28.405Z[ host-image] Sep 05 00:40:27.315 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82702024-09-05T00:40:28.405Z[ host-image] Sep 05 00:40:27.315 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82712024-09-05T00:40:28.435Z[ host-image] Sep 05 00:40:27.347 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z
82722024-09-05T00:40:28.435Z[ host-image] Sep 05 00:40:27.347 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82732024-09-05T00:40:28.438Z[ host-image] Sep 05 00:40:27.347 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z
82742024-09-05T00:40:28.438Z[ host-image] Sep 05 00:40:27.347 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z
82752024-09-05T00:40:28.438Z[ host-image] Sep 05 00:40:27.349 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z
82762024-09-05T00:40:28.438Z[ host-image] Sep 05 00:40:27.349 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82772024-09-05T00:40:28.438Z[ host-image] Sep 05 00:40:27.349 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82782024-09-05T00:40:28.440Z[ host-image] Sep 05 00:40:27.350 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z
82792024-09-05T00:40:28.440Z[ host-image] Sep 05 00:40:27.350 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z
82802024-09-05T00:40:28.440Z[ host-image] Sep 05 00:40:27.350 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z
82812024-09-05T00:40:28.440Z[ host-image] Sep 05 00:40:27.351 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z
82822024-09-05T00:40:28.441Z[ host-image] Sep 05 00:40:27.351 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z
82832024-09-05T00:40:28.441Z[ host-image] Sep 05 00:40:27.351 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z
82842024-09-05T00:40:28.443Z[ host-image] Sep 05 00:40:27.354 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82852024-09-05T00:40:28.443Z[ host-image] Sep 05 00:40:27.355 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z
82862024-09-05T00:40:28.445Z[ host-image] Sep 05 00:40:27.356 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z
82872024-09-05T00:40:28.446Z[ host-image] Sep 05 00:40:27.357 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z
82882024-09-05T00:40:28.446Z[ host-image] Sep 05 00:40:27.357 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z
82892024-09-05T00:40:28.446Z[ host-image] Sep 05 00:40:27.357 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z
82902024-09-05T00:40:28.448Z[ host-image] Sep 05 00:40:27.357 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z
82912024-09-05T00:40:28.448Z[ host-image] Sep 05 00:40:27.357 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82922024-09-05T00:40:28.448Z[ host-image] Sep 05 00:40:27.358 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82932024-09-05T00:40:28.448Z[ host-image] Sep 05 00:40:27.358 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z
82942024-09-05T00:40:28.448Z[ host-image] Sep 05 00:40:27.359 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z
82952024-09-05T00:40:28.448Z[ host-image] Sep 05 00:40:27.359 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82962024-09-05T00:40:28.448Z[ host-image] Sep 05 00:40:27.359 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82972024-09-05T00:40:28.448Z[ host-image] Sep 05 00:40:27.359 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82982024-09-05T00:40:28.448Z[ host-image] Sep 05 00:40:27.359 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82992024-09-05T00:40:28.448Z[ host-image] Sep 05 00:40:27.359 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83002024-09-05T00:40:28.448Z[ host-image] Sep 05 00:40:27.360 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83012024-09-05T00:40:28.451Z[ host-image] Sep 05 00:40:27.361 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83022024-09-05T00:40:28.451Z[ host-image] Sep 05 00:40:27.361 INFO O| tempdir @ "/tmp/.tmpwhiQGD/tmp"
83032024-09-05T00:40:28.451Z[ host-image] Sep 05 00:40:27.362 INFO O| image root @ "/tmp/.tmpwhiQGD/tmp/root"
83042024-09-05T00:40:28.451Z[ host-image] Sep 05 00:40:27.362 INFO O| creating image...
83052024-09-05T00:40:29.058Z[ host-image] Sep 05 00:40:27.969 INFO O| copying publishers...
83062024-09-05T00:40:38.685Z[ host-image] Sep 05 00:40:37.595 INFO O| adding properties...
83072024-09-05T00:40:39.931Z[ host-image] Sep 05 00:40:38.840 INFO O| installing packages...
83082024-09-05T00:40:43.903Z[ recovery-image] Sep 05 00:40:42.812 INFO O| ok, image written!
83092024-09-05T00:40:43.904Z[ recovery-image] Sep 05 00:40:42.812 INFO O| ok, boot_image_csum file written!
83102024-09-05T00:40:43.908Z[ recovery-image] Sep 05 00:40:42.817 INFO creating boot archive (CPIO)...
83112024-09-05T00:40:43.908Z[ recovery-image] Sep 05 00:40:42.817 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
83122024-09-05T00:40:43.918Z[ recovery-image] Sep 05 00:40:42.826 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83132024-09-05T00:40:43.918Z[ recovery-image] Sep 05 00:40:42.827 INFO E| + outfile=/work/os-recovery/cpio
83142024-09-05T00:40:43.918Z[ recovery-image] Sep 05 00:40:42.827 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83152024-09-05T00:40:43.920Z[ recovery-image] Sep 05 00:40:42.829 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83162024-09-05T00:40:43.920Z[ recovery-image] Sep 05 00:40:42.829 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83172024-09-05T00:40:43.953Z[ recovery-image] Sep 05 00:40:42.862 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83182024-09-05T00:40:43.954Z[ recovery-image] Sep 05 00:40:42.862 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83192024-09-05T00:40:43.961Z[ recovery-image] Sep 05 00:40:42.870 INFO creating compressed cpio/unix for nanobl-rs...
83202024-09-05T00:40:43.961Z[ recovery-image] Sep 05 00:40:42.870 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
83212024-09-05T00:40:44.242Z[ recovery-image] Sep 05 00:40:43.150 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83222024-09-05T00:40:48.657Z[ recovery-image] Sep 05 00:40:47.565 INFO creating reset image...
83232024-09-05T00:40:48.659Z[ recovery-image] Sep 05 00:40:47.565 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83242024-09-05T00:40:48.912Z[ recovery-image] Sep 05 00:40:47.820 INFO E| Updating crates.io index
83252024-09-05T00:40:48.989Z[ recovery-image] Sep 05 00:40:47.897 INFO E| Downloading crates ...
83262024-09-05T00:40:49.055Z[ recovery-image] Sep 05 00:40:47.962 INFO E| Downloaded proc-macro2 v1.0.79
83272024-09-05T00:40:49.069Z[ recovery-image] Sep 05 00:40:47.977 INFO E| Downloaded anstream v0.6.13
83282024-09-05T00:40:49.073Z[ recovery-image] Sep 05 00:40:47.981 INFO E| Downloaded anstyle-query v1.0.2
83292024-09-05T00:40:49.076Z[ recovery-image] Sep 05 00:40:47.983 INFO E| Downloaded anstyle v1.0.6
83302024-09-05T00:40:49.078Z[ recovery-image] Sep 05 00:40:47.985 INFO E| Downloaded shared_child v1.0.0
83312024-09-05T00:40:49.080Z[ recovery-image] Sep 05 00:40:47.987 INFO E| Downloaded duct v0.13.7
83322024-09-05T00:40:49.083Z[ recovery-image] Sep 05 00:40:47.991 INFO E| Downloaded clap_derive v4.5.3
83332024-09-05T00:40:49.085Z[ recovery-image] Sep 05 00:40:47.993 INFO E| Downloaded clap v4.5.3
83342024-09-05T00:40:49.100Z[ recovery-image] Sep 05 00:40:48.007 INFO E| Downloaded anstyle-parse v0.2.3
83352024-09-05T00:40:49.102Z[ recovery-image] Sep 05 00:40:48.010 INFO E| Downloaded os_pipe v1.1.5
83362024-09-05T00:40:49.107Z[ recovery-image] Sep 05 00:40:48.015 INFO E| Downloaded syn v2.0.53
83372024-09-05T00:40:49.128Z[ recovery-image] Sep 05 00:40:48.036 INFO E| Downloaded libc v0.2.153
83382024-09-05T00:40:49.219Z[ recovery-image] Sep 05 00:40:48.127 INFO E| Compiling proc-macro2 v1.0.79
83392024-09-05T00:40:49.219Z[ recovery-image] Sep 05 00:40:48.127 INFO E| Compiling libc v0.2.153
83402024-09-05T00:40:49.219Z[ recovery-image] Sep 05 00:40:48.127 INFO E| Compiling unicode-ident v1.0.12
83412024-09-05T00:40:49.222Z[ recovery-image] Sep 05 00:40:48.127 INFO E| Compiling utf8parse v0.2.1
83422024-09-05T00:40:49.222Z[ recovery-image] Sep 05 00:40:48.127 INFO E| Compiling colorchoice v1.0.0
83432024-09-05T00:40:49.222Z[ recovery-image] Sep 05 00:40:48.127 INFO E| Compiling anstyle-query v1.0.2
83442024-09-05T00:40:49.222Z[ recovery-image] Sep 05 00:40:48.127 INFO E| Compiling anstyle v1.0.6
83452024-09-05T00:40:49.222Z[ recovery-image] Sep 05 00:40:48.127 INFO E| Compiling strsim v0.11.0
83462024-09-05T00:40:49.450Z[ recovery-image] Sep 05 00:40:48.357 INFO E| Compiling anstyle-parse v0.2.3
83472024-09-05T00:40:49.461Z[ recovery-image] Sep 05 00:40:48.369 INFO E| Compiling heck v0.5.0
83482024-09-05T00:40:49.470Z[ recovery-image] Sep 05 00:40:48.377 INFO E| Compiling clap_lex v0.7.0
83492024-09-05T00:40:49.486Z[ recovery-image] Sep 05 00:40:48.393 INFO E| Compiling once_cell v1.19.0
83502024-09-05T00:40:49.801Z[ recovery-image] Sep 05 00:40:48.709 INFO E| Compiling anstream v0.6.13
83512024-09-05T00:40:50.280Z[ recovery-image] Sep 05 00:40:49.188 INFO E| Compiling clap_builder v4.5.2
83522024-09-05T00:40:50.667Z[ recovery-image] Sep 05 00:40:49.575 INFO E| Compiling os_pipe v1.1.5
83532024-09-05T00:40:50.667Z[ recovery-image] Sep 05 00:40:49.575 INFO E| Compiling shared_child v1.0.0
83542024-09-05T00:40:50.790Z[ recovery-image] Sep 05 00:40:49.697 INFO E| Compiling quote v1.0.35
83552024-09-05T00:40:50.834Z[ recovery-image] Sep 05 00:40:49.741 INFO E| Compiling duct v0.13.7
83562024-09-05T00:40:51.158Z[ recovery-image] Sep 05 00:40:50.066 INFO E| Compiling syn v2.0.53
83572024-09-05T00:40:55.887Z[ host-image] Sep 05 00:40:54.794 INFO O| seeding SMF database...
83582024-09-05T00:40:56.397Z[ recovery-image] Sep 05 00:40:55.303 INFO E| Compiling clap_derive v4.5.3
83592024-09-05T00:40:58.967Z[ recovery-image] Sep 05 00:40:57.873 INFO E| Compiling clap v4.5.3
83602024-09-05T00:40:59.035Z[ recovery-image] Sep 05 00:40:57.941 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83612024-09-05T00:41:00.395Z[ recovery-image] Sep 05 00:40:59.300 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
83622024-09-05T00:41:00.405Z[ recovery-image] Sep 05 00:40:59.311 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
83632024-09-05T00:41:00.552Z[ recovery-image] Sep 05 00:40:59.457 INFO E| Updating crates.io index
83642024-09-05T00:41:00.709Z[ recovery-image] Sep 05 00:40:59.615 INFO E| Downloading crates ...
83652024-09-05T00:41:00.757Z[ recovery-image] Sep 05 00:40:59.663 INFO E| Downloaded bit_field v0.10.2
83662024-09-05T00:41:00.772Z[ recovery-image] Sep 05 00:40:59.678 INFO E| Downloaded seq-macro v0.3.5
83672024-09-05T00:41:00.784Z[ recovery-image] Sep 05 00:40:59.690 INFO E| Downloaded raw-cpuid v10.7.0
83682024-09-05T00:41:00.789Z[ recovery-image] Sep 05 00:40:59.695 INFO E| Downloaded cpio_reader v0.1.1
83692024-09-05T00:41:00.877Z[ recovery-image] Sep 05 00:40:59.783 INFO E| Downloaded x86 v0.52.0
83702024-09-05T00:41:00.952Z[ recovery-image] Sep 05 00:40:59.858 INFO E| Updating crates.io index
83712024-09-05T00:41:01.098Z[ recovery-image] Sep 05 00:41:00.003 INFO E| Downloading crates ...
83722024-09-05T00:41:01.156Z[ recovery-image] Sep 05 00:41:00.061 INFO E| Downloaded compiler_builtins v0.1.108
83732024-09-05T00:41:01.235Z[ recovery-image] Sep 05 00:41:00.140 INFO E| Compiling compiler_builtins v0.1.108
83742024-09-05T00:41:01.235Z[ recovery-image] Sep 05 00:41:00.140 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)
83752024-09-05T00:41:01.237Z[ recovery-image] Sep 05 00:41:00.140 INFO E| Compiling proc-macro2 v1.0.79
83762024-09-05T00:41:01.237Z[ recovery-image] Sep 05 00:41:00.141 INFO E| Compiling unicode-ident v1.0.12
83772024-09-05T00:41:01.237Z[ recovery-image] Sep 05 00:41:00.141 INFO E| Compiling syn v1.0.109
83782024-09-05T00:41:01.241Z[ recovery-image] Sep 05 00:41:00.147 INFO E| Compiling x86 v0.52.0
83792024-09-05T00:41:01.243Z[ recovery-image] Sep 05 00:41:00.147 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
83802024-09-05T00:41:01.243Z[ recovery-image] Sep 05 00:41:00.148 INFO E| Compiling seq-macro v0.3.5
83812024-09-05T00:41:02.518Z[ recovery-image] Sep 05 00:41:01.423 INFO E| Compiling quote v1.0.35
83822024-09-05T00:41:02.866Z[ recovery-image] Sep 05 00:41:01.771 INFO E| Compiling syn v2.0.53
83832024-09-05T00:41:04.429Z[ host-image] Sep 05 00:41:03.333 INFO O| configuring SMF profile...
83842024-09-05T00:41:04.429Z[ host-image] Sep 05 00:41:03.334 INFO O| modifying shadow(5)...
83852024-09-05T00:41:04.431Z[ host-image] Sep 05 00:41:03.334 INFO O| loading user and group database...
83862024-09-05T00:41:04.431Z[ host-image] Sep 05 00:41:03.334 INFO O| assessing packaged files...
83872024-09-05T00:41:06.654Z[ recovery-image] Sep 05 00:41:05.558 INFO E| Compiling scroll_derive v0.12.0
83882024-09-05T00:41:07.611Z[ host-image] Sep 05 00:41:06.515 INFO O| creating archive...
83892024-09-05T00:41:07.674Z[ host-image] Sep 05 00:41:06.578 INFO O| missing from packaging:
83902024-09-05T00:41:07.674Z[ host-image] Sep 05 00:41:06.578 INFO O| "etc/.pwd.lock"
83912024-09-05T00:41:07.676Z[ host-image] Sep 05 00:41:06.578 INFO O| "etc/bash"
83922024-09-05T00:41:07.681Z[ host-image] Sep 05 00:41:06.585 INFO O| "etc/svc/profile/generic.xml"
83932024-09-05T00:41:07.683Z[ host-image] Sep 05 00:41:06.586 INFO O| "etc/svc/profile/inetd_services.xml"
83942024-09-05T00:41:07.683Z[ host-image] Sep 05 00:41:06.586 INFO O| "etc/svc/profile/name_service.xml"
83952024-09-05T00:41:07.683Z[ host-image] Sep 05 00:41:06.586 INFO O| "etc/svc/profile/platform.xml"
83962024-09-05T00:41:07.683Z[ host-image] Sep 05 00:41:06.586 INFO O| "etc/svc/profile/platform_omicron1.xml"
83972024-09-05T00:41:07.683Z[ host-image] Sep 05 00:41:06.586 INFO O| "etc/svc/repository.db"
83982024-09-05T00:41:07.693Z[ host-image] Sep 05 00:41:06.597 INFO O| "opt/ooce/share"
83992024-09-05T00:41:07.693Z[ host-image] Sep 05 00:41:06.597 INFO O| "opt/ooce/share/man"
84002024-09-05T00:41:07.695Z[ host-image] Sep 05 00:41:06.597 INFO O| "opt/ooce/share/man/man1"
84012024-09-05T00:41:07.704Z[ host-image] Sep 05 00:41:06.608 INFO O| finishing archive...
84022024-09-05T00:41:09.309Z[ recovery-image] Sep 05 00:41:08.213 INFO E| Compiling bitstruct_derive v0.1.0
84032024-09-05T00:41:10.719Z[ host-image] Sep 05 00:41:09.622 INFO O| creating gzonly manifest...
84042024-09-05T00:41:10.745Z[ host-image] Sep 05 00:41:09.649 INFO O| ok
84052024-09-05T00:41:10.866Z[ host-image] Sep 05 00:41:09.769 INFO image builder template: ramdisk-02-trim...
84062024-09-05T00:41:10.866Z[ host-image] Sep 05 00:41:09.770 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/.tmpw4xSUh/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
84072024-09-05T00:41:10.894Z[ host-image] Sep 05 00:41:09.798 INFO O| Sep 05 00:41:09.798 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84082024-09-05T00:41:10.900Z[ host-image] Sep 05 00:41:09.804 INFO O| Sep 05 00:41:09.804 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84092024-09-05T00:41:11.032Z[ host-image] Sep 05 00:41:09.936 INFO O| Sep 05 00:41:09.935 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84102024-09-05T00:41:11.102Z[ host-image] Sep 05 00:41:10.006 INFO O| Sep 05 00:41:10.006 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84112024-09-05T00:41:11.102Z[ host-image] Sep 05 00:41:10.006 INFO O| Sep 05 00:41:10.006 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84122024-09-05T00:41:11.110Z[ host-image] Sep 05 00:41:10.014 INFO O| Sep 05 00:41:10.014 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84132024-09-05T00:41:11.116Z[ host-image] Sep 05 00:41:10.020 INFO O| Sep 05 00:41:10.020 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84142024-09-05T00:41:11.124Z[ host-image] Sep 05 00:41:10.028 INFO O| Sep 05 00:41:10.028 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84152024-09-05T00:41:11.343Z[ host-image] Sep 05 00:41:10.247 INFO O| Sep 05 00:41:10.246 INFO rolled back to input snapshot; work may begin
84162024-09-05T00:41:11.343Z[ host-image] Sep 05 00:41:10.247 INFO O| Sep 05 00:41:10.246 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84172024-09-05T00:41:11.350Z[ host-image] Sep 05 00:41:10.254 INFO O| Sep 05 00:41:10.254 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84182024-09-05T00:41:11.366Z[ host-image] Sep 05 00:41:10.270 INFO O| Sep 05 00:41:10.269 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84192024-09-05T00:41:11.419Z[ host-image] Sep 05 00:41:10.322 INFO O| Sep 05 00:41:10.322 INFO STEP 0 (remove_files) COMPLETE
84202024-09-05T00:41:11.419Z[ host-image] Sep 05 00:41:10.322 INFO O| Sep 05 00:41:10.322 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84212024-09-05T00:41:11.431Z[ host-image] Sep 05 00:41:10.335 INFO O| Sep 05 00:41:10.335 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84222024-09-05T00:41:11.433Z[ host-image] Sep 05 00:41:10.337 INFO O| Sep 05 00:41:10.337 INFO STEP 1 (remove_files) COMPLETE
84232024-09-05T00:41:11.433Z[ host-image] Sep 05 00:41:10.337 INFO O| Sep 05 00:41:10.337 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84242024-09-05T00:41:11.444Z[ host-image] Sep 05 00:41:10.348 INFO O| Sep 05 00:41:10.348 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84252024-09-05T00:41:11.466Z[ host-image] Sep 05 00:41:10.370 INFO O| Sep 05 00:41:10.370 INFO STEP 2 (remove_files) COMPLETE
84262024-09-05T00:41:11.466Z[ host-image] Sep 05 00:41:10.370 INFO O| Sep 05 00:41:10.370 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84272024-09-05T00:41:11.480Z[ host-image] Sep 05 00:41:10.384 INFO O| Sep 05 00:41:10.384 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84282024-09-05T00:41:11.482Z[ host-image] Sep 05 00:41:10.386 INFO O| Sep 05 00:41:10.386 INFO STEP 3 (remove_files) COMPLETE
84292024-09-05T00:41:11.482Z[ host-image] Sep 05 00:41:10.386 INFO O| Sep 05 00:41:10.386 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84302024-09-05T00:41:11.495Z[ host-image] Sep 05 00:41:10.399 INFO O| Sep 05 00:41:10.399 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84312024-09-05T00:41:11.499Z[ host-image] Sep 05 00:41:10.403 INFO O| Sep 05 00:41:10.403 INFO STEP 4 (remove_files) COMPLETE
84322024-09-05T00:41:11.499Z[ host-image] Sep 05 00:41:10.403 INFO O| Sep 05 00:41:10.403 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84332024-09-05T00:41:11.513Z[ host-image] Sep 05 00:41:10.417 INFO O| Sep 05 00:41:10.417 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84342024-09-05T00:41:11.516Z[ host-image] Sep 05 00:41:10.420 INFO O| Sep 05 00:41:10.420 INFO STEP 5 (remove_files) COMPLETE
84352024-09-05T00:41:11.516Z[ host-image] Sep 05 00:41:10.420 INFO O| Sep 05 00:41:10.420 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84362024-09-05T00:41:11.532Z[ host-image] Sep 05 00:41:10.436 INFO O| Sep 05 00:41:10.436 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84372024-09-05T00:41:11.544Z[ host-image] Sep 05 00:41:10.447 INFO O| Sep 05 00:41:10.447 INFO STEP 6 (remove_files) COMPLETE
84382024-09-05T00:41:11.544Z[ host-image] Sep 05 00:41:10.447 INFO O| Sep 05 00:41:10.447 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84392024-09-05T00:41:11.561Z[ host-image] Sep 05 00:41:10.464 INFO O| Sep 05 00:41:10.464 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84402024-09-05T00:41:11.574Z[ host-image] Sep 05 00:41:10.478 INFO O| Sep 05 00:41:10.478 INFO STEP 7 (remove_files) COMPLETE
84412024-09-05T00:41:11.574Z[ host-image] Sep 05 00:41:10.478 INFO O| Sep 05 00:41:10.478 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84422024-09-05T00:41:11.591Z[ host-image] Sep 05 00:41:10.495 INFO O| Sep 05 00:41:10.495 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84432024-09-05T00:41:11.671Z[ host-image] Sep 05 00:41:10.574 INFO O| Sep 05 00:41:10.574 INFO STEP 8 (remove_files) COMPLETE
84442024-09-05T00:41:11.671Z[ host-image] Sep 05 00:41:10.574 INFO O| Sep 05 00:41:10.574 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84452024-09-05T00:41:11.685Z[ host-image] Sep 05 00:41:10.589 INFO O| Sep 05 00:41:10.589 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84462024-09-05T00:41:11.788Z[ host-image] Sep 05 00:41:10.691 INFO O| Sep 05 00:41:10.691 INFO STEP 9 (remove_files) COMPLETE
84472024-09-05T00:41:11.788Z[ host-image] Sep 05 00:41:10.691 INFO O| Sep 05 00:41:10.691 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84482024-09-05T00:41:11.805Z[ host-image] Sep 05 00:41:10.709 INFO O| Sep 05 00:41:10.708 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84492024-09-05T00:41:11.809Z[ host-image] Sep 05 00:41:10.713 INFO O| Sep 05 00:41:10.713 INFO STEP 10 (remove_files) COMPLETE
84502024-09-05T00:41:11.809Z[ host-image] Sep 05 00:41:10.713 INFO O| Sep 05 00:41:10.713 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84512024-09-05T00:41:11.826Z[ host-image] Sep 05 00:41:10.730 INFO O| Sep 05 00:41:10.730 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84522024-09-05T00:41:11.829Z[ host-image] Sep 05 00:41:10.731 INFO O| Sep 05 00:41:10.731 INFO STEP 11 (remove_files) COMPLETE
84532024-09-05T00:41:11.829Z[ host-image] Sep 05 00:41:10.731 INFO O| Sep 05 00:41:10.731 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84542024-09-05T00:41:11.844Z[ host-image] Sep 05 00:41:10.748 INFO O| Sep 05 00:41:10.748 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84552024-09-05T00:41:11.846Z[ host-image] Sep 05 00:41:10.749 INFO O| Sep 05 00:41:10.749 INFO STEP 12 (remove_files) COMPLETE
84562024-09-05T00:41:11.846Z[ host-image] Sep 05 00:41:10.749 INFO O| Sep 05 00:41:10.749 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84572024-09-05T00:41:11.881Z[ host-image] Sep 05 00:41:10.784 INFO O| Sep 05 00:41:10.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84582024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.784 INFO O| Sep 05 00:41:10.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84592024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.785 INFO O| Sep 05 00:41:10.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84602024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.785 INFO O| Sep 05 00:41:10.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84612024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.785 INFO O| Sep 05 00:41:10.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84622024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.785 INFO O| Sep 05 00:41:10.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84632024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.785 INFO O| Sep 05 00:41:10.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84642024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.785 INFO O| Sep 05 00:41:10.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84652024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.785 INFO O| Sep 05 00:41:10.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84662024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.786 INFO O| Sep 05 00:41:10.786 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84672024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.786 INFO O| Sep 05 00:41:10.786 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84682024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.786 INFO O| Sep 05 00:41:10.786 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84692024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.786 INFO O| Sep 05 00:41:10.786 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84702024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.787 INFO O| Sep 05 00:41:10.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84712024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.787 INFO O| Sep 05 00:41:10.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84722024-09-05T00:41:11.884Z[ host-image] Sep 05 00:41:10.787 INFO O| Sep 05 00:41:10.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84732024-09-05T00:41:11.886Z[ host-image] Sep 05 00:41:10.788 INFO O| Sep 05 00:41:10.788 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84742024-09-05T00:41:12.176Z[ host-image] Sep 05 00:41:11.079 INFO O| Sep 05 00:41:11.079 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84752024-09-05T00:41:12.224Z[ host-image] Sep 05 00:41:11.127 INFO O| Sep 05 00:41:11.127 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84762024-09-05T00:41:12.229Z[ host-image] Sep 05 00:41:11.132 INFO O| Sep 05 00:41:11.132 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84772024-09-05T00:41:12.231Z[ host-image] Sep 05 00:41:11.134 INFO O| Sep 05 00:41:11.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84782024-09-05T00:41:12.315Z[ host-image] Sep 05 00:41:11.219 INFO O| Sep 05 00:41:11.219 INFO STEP 13 (remove_files) COMPLETE
84792024-09-05T00:41:12.315Z[ host-image] Sep 05 00:41:11.219 INFO O| Sep 05 00:41:11.219 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-09-05T00:41:12.330Z[ host-image] Sep 05 00:41:11.234 INFO O| Sep 05 00:41:11.234 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84812024-09-05T00:41:12.333Z[ host-image] Sep 05 00:41:11.236 INFO O| Sep 05 00:41:11.235 INFO STEP 14 (remove_files) COMPLETE
84822024-09-05T00:41:12.333Z[ host-image] Sep 05 00:41:11.236 INFO O| Sep 05 00:41:11.235 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-09-05T00:41:12.343Z[ host-image] Sep 05 00:41:11.247 INFO O| Sep 05 00:41:11.247 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84842024-09-05T00:41:12.351Z[ host-image] Sep 05 00:41:11.254 INFO O| Sep 05 00:41:11.254 INFO STEP 15 (remove_files) COMPLETE
84852024-09-05T00:41:12.351Z[ host-image] Sep 05 00:41:11.254 INFO O| Sep 05 00:41:11.254 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-09-05T00:41:12.367Z[ host-image] Sep 05 00:41:11.271 INFO O| Sep 05 00:41:11.271 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84872024-09-05T00:41:12.370Z[ host-image] Sep 05 00:41:11.272 INFO O| Sep 05 00:41:11.272 INFO STEP 16 (remove_files) COMPLETE
84882024-09-05T00:41:12.370Z[ host-image] Sep 05 00:41:11.272 INFO O| Sep 05 00:41:11.272 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-09-05T00:41:12.385Z[ host-image] Sep 05 00:41:11.288 INFO O| Sep 05 00:41:11.288 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84902024-09-05T00:41:12.387Z[ host-image] Sep 05 00:41:11.290 INFO O| Sep 05 00:41:11.290 INFO STEP 17 (remove_files) COMPLETE
84912024-09-05T00:41:12.387Z[ host-image] Sep 05 00:41:11.290 INFO O| Sep 05 00:41:11.290 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-09-05T00:41:12.403Z[ host-image] Sep 05 00:41:11.307 INFO O| Sep 05 00:41:11.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84932024-09-05T00:41:12.403Z[ host-image] Sep 05 00:41:11.307 INFO O| Sep 05 00:41:11.307 INFO STEP 18 (remove_files) COMPLETE
84942024-09-05T00:41:12.406Z[ host-image] Sep 05 00:41:11.307 INFO O| Sep 05 00:41:11.307 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-09-05T00:41:12.420Z[ host-image] Sep 05 00:41:11.323 INFO O| Sep 05 00:41:11.323 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84962024-09-05T00:41:12.420Z[ host-image] Sep 05 00:41:11.323 INFO O| Sep 05 00:41:11.323 INFO STEP 19 (remove_files) COMPLETE
84972024-09-05T00:41:12.422Z[ host-image] Sep 05 00:41:11.323 INFO O| Sep 05 00:41:11.323 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-09-05T00:41:12.436Z[ host-image] Sep 05 00:41:11.340 INFO O| Sep 05 00:41:11.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84992024-09-05T00:41:12.436Z[ host-image] Sep 05 00:41:11.340 INFO O| Sep 05 00:41:11.340 INFO STEP 20 (remove_files) COMPLETE
85002024-09-05T00:41:12.439Z[ host-image] Sep 05 00:41:11.340 INFO O| Sep 05 00:41:11.340 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-09-05T00:41:12.453Z[ host-image] Sep 05 00:41:11.356 INFO O| Sep 05 00:41:11.356 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85022024-09-05T00:41:12.453Z[ host-image] Sep 05 00:41:11.356 INFO O| Sep 05 00:41:11.356 INFO STEP 21 (remove_files) COMPLETE
85032024-09-05T00:41:12.455Z[ host-image] Sep 05 00:41:11.356 INFO O| Sep 05 00:41:11.356 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-09-05T00:41:12.469Z[ host-image] Sep 05 00:41:11.373 INFO O| Sep 05 00:41:11.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85052024-09-05T00:41:12.469Z[ host-image] Sep 05 00:41:11.373 INFO O| Sep 05 00:41:11.373 INFO STEP 22 (remove_files) COMPLETE
85062024-09-05T00:41:12.469Z[ host-image] Sep 05 00:41:11.373 INFO O| Sep 05 00:41:11.373 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-09-05T00:41:12.485Z[ host-image] Sep 05 00:41:11.389 INFO O| Sep 05 00:41:11.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85082024-09-05T00:41:12.485Z[ host-image] Sep 05 00:41:11.389 INFO O| Sep 05 00:41:11.389 INFO STEP 23 (remove_files) COMPLETE
85092024-09-05T00:41:12.485Z[ host-image] Sep 05 00:41:11.389 INFO O| Sep 05 00:41:11.389 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-09-05T00:41:12.501Z[ host-image] Sep 05 00:41:11.405 INFO O| Sep 05 00:41:11.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85112024-09-05T00:41:12.501Z[ host-image] Sep 05 00:41:11.405 INFO O| Sep 05 00:41:11.405 INFO STEP 24 (remove_files) COMPLETE
85122024-09-05T00:41:12.501Z[ host-image] Sep 05 00:41:11.405 INFO O| Sep 05 00:41:11.405 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-09-05T00:41:12.518Z[ host-image] Sep 05 00:41:11.421 INFO O| Sep 05 00:41:11.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85142024-09-05T00:41:12.518Z[ host-image] Sep 05 00:41:11.421 INFO O| Sep 05 00:41:11.421 INFO STEP 25 (remove_files) COMPLETE
85152024-09-05T00:41:12.518Z[ host-image] Sep 05 00:41:11.421 INFO O| Sep 05 00:41:11.421 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-09-05T00:41:12.531Z[ host-image] Sep 05 00:41:11.435 INFO O| Sep 05 00:41:11.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85172024-09-05T00:41:12.533Z[ host-image] Sep 05 00:41:11.435 INFO O| Sep 05 00:41:11.435 INFO STEP 26 (remove_files) COMPLETE
85182024-09-05T00:41:12.533Z[ host-image] Sep 05 00:41:11.435 INFO O| Sep 05 00:41:11.435 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-09-05T00:41:12.543Z[ host-image] Sep 05 00:41:11.447 INFO O| Sep 05 00:41:11.447 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85202024-09-05T00:41:12.543Z[ host-image] Sep 05 00:41:11.447 INFO O| Sep 05 00:41:11.447 INFO STEP 27 (remove_files) COMPLETE
85212024-09-05T00:41:12.546Z[ host-image] Sep 05 00:41:11.447 INFO O| Sep 05 00:41:11.447 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-09-05T00:41:12.554Z[ host-image] Sep 05 00:41:11.458 INFO O| Sep 05 00:41:11.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85232024-09-05T00:41:12.555Z[ host-image] Sep 05 00:41:11.458 INFO O| Sep 05 00:41:11.458 INFO STEP 28 (remove_files) COMPLETE
85242024-09-05T00:41:12.557Z[ host-image] Sep 05 00:41:11.458 INFO O| Sep 05 00:41:11.458 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-09-05T00:41:12.566Z[ host-image] Sep 05 00:41:11.470 INFO O| Sep 05 00:41:11.470 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85262024-09-05T00:41:12.566Z[ host-image] Sep 05 00:41:11.470 INFO O| Sep 05 00:41:11.470 INFO STEP 29 (remove_files) COMPLETE
85272024-09-05T00:41:12.569Z[ host-image] Sep 05 00:41:11.470 INFO O| Sep 05 00:41:11.470 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85282024-09-05T00:41:12.578Z[ host-image] Sep 05 00:41:11.481 INFO O| Sep 05 00:41:11.481 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85292024-09-05T00:41:12.578Z[ host-image] Sep 05 00:41:11.481 INFO O| Sep 05 00:41:11.481 INFO STEP 30 (remove_files) COMPLETE
85302024-09-05T00:41:12.578Z[ host-image] Sep 05 00:41:11.481 INFO O| Sep 05 00:41:11.481 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-09-05T00:41:12.591Z[ host-image] Sep 05 00:41:11.494 INFO O| Sep 05 00:41:11.494 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85322024-09-05T00:41:12.591Z[ host-image] Sep 05 00:41:11.494 INFO O| Sep 05 00:41:11.494 INFO STEP 31 (remove_files) COMPLETE
85332024-09-05T00:41:12.593Z[ host-image] Sep 05 00:41:11.494 INFO O| Sep 05 00:41:11.494 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-09-05T00:41:12.607Z[ host-image] Sep 05 00:41:11.510 INFO O| Sep 05 00:41:11.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85352024-09-05T00:41:12.607Z[ host-image] Sep 05 00:41:11.510 INFO O| Sep 05 00:41:11.510 INFO STEP 32 (remove_files) COMPLETE
85362024-09-05T00:41:12.607Z[ host-image] Sep 05 00:41:11.510 INFO O| Sep 05 00:41:11.510 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85372024-09-05T00:41:12.623Z[ host-image] Sep 05 00:41:11.526 INFO O| Sep 05 00:41:11.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85382024-09-05T00:41:12.623Z[ host-image] Sep 05 00:41:11.526 INFO O| Sep 05 00:41:11.526 INFO STEP 33 (remove_files) COMPLETE
85392024-09-05T00:41:12.623Z[ host-image] Sep 05 00:41:11.526 INFO O| Sep 05 00:41:11.526 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85402024-09-05T00:41:12.639Z[ host-image] Sep 05 00:41:11.542 INFO O| Sep 05 00:41:11.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85412024-09-05T00:41:12.639Z[ host-image] Sep 05 00:41:11.543 INFO O| Sep 05 00:41:11.543 INFO STEP 34 (remove_files) COMPLETE
85422024-09-05T00:41:12.639Z[ host-image] Sep 05 00:41:11.543 INFO O| Sep 05 00:41:11.543 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-09-05T00:41:12.655Z[ host-image] Sep 05 00:41:11.559 INFO O| Sep 05 00:41:11.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85442024-09-05T00:41:12.655Z[ host-image] Sep 05 00:41:11.559 INFO O| Sep 05 00:41:11.559 INFO STEP 35 (remove_files) COMPLETE
85452024-09-05T00:41:12.655Z[ host-image] Sep 05 00:41:11.559 INFO O| Sep 05 00:41:11.559 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-09-05T00:41:12.671Z[ host-image] Sep 05 00:41:11.575 INFO O| Sep 05 00:41:11.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85472024-09-05T00:41:12.671Z[ host-image] Sep 05 00:41:11.575 INFO O| Sep 05 00:41:11.575 INFO STEP 36 (remove_files) COMPLETE
85482024-09-05T00:41:12.674Z[ host-image] Sep 05 00:41:11.575 INFO O| Sep 05 00:41:11.575 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85492024-09-05T00:41:12.687Z[ host-image] Sep 05 00:41:11.591 INFO O| Sep 05 00:41:11.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85502024-09-05T00:41:12.690Z[ host-image] Sep 05 00:41:11.591 INFO O| Sep 05 00:41:11.591 INFO STEP 37 (remove_files) COMPLETE
85512024-09-05T00:41:12.690Z[ host-image] Sep 05 00:41:11.591 INFO O| Sep 05 00:41:11.591 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85522024-09-05T00:41:12.703Z[ host-image] Sep 05 00:41:11.607 INFO O| Sep 05 00:41:11.607 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85532024-09-05T00:41:12.703Z[ host-image] Sep 05 00:41:11.607 INFO O| Sep 05 00:41:11.607 INFO STEP 38 (remove_files) COMPLETE
85542024-09-05T00:41:12.703Z[ host-image] Sep 05 00:41:11.607 INFO O| Sep 05 00:41:11.607 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85552024-09-05T00:41:12.719Z[ host-image] Sep 05 00:41:11.623 INFO O| Sep 05 00:41:11.623 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85562024-09-05T00:41:12.719Z[ host-image] Sep 05 00:41:11.623 INFO O| Sep 05 00:41:11.623 INFO STEP 39 (remove_files) COMPLETE
85572024-09-05T00:41:12.719Z[ host-image] Sep 05 00:41:11.623 INFO O| Sep 05 00:41:11.623 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85582024-09-05T00:41:12.734Z[ host-image] Sep 05 00:41:11.638 INFO O| Sep 05 00:41:11.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85592024-09-05T00:41:12.734Z[ host-image] Sep 05 00:41:11.638 INFO O| Sep 05 00:41:11.638 INFO STEP 40 (remove_files) COMPLETE
85602024-09-05T00:41:12.737Z[ host-image] Sep 05 00:41:11.638 INFO O| Sep 05 00:41:11.638 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85612024-09-05T00:41:12.748Z[ host-image] Sep 05 00:41:11.652 INFO O| Sep 05 00:41:11.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85622024-09-05T00:41:12.748Z[ host-image] Sep 05 00:41:11.652 INFO O| Sep 05 00:41:11.652 INFO STEP 41 (remove_files) COMPLETE
85632024-09-05T00:41:12.751Z[ host-image] Sep 05 00:41:11.652 INFO O| Sep 05 00:41:11.652 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85642024-09-05T00:41:12.761Z[ host-image] Sep 05 00:41:11.664 INFO O| Sep 05 00:41:11.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85652024-09-05T00:41:12.761Z[ host-image] Sep 05 00:41:11.665 INFO O| Sep 05 00:41:11.664 INFO STEP 42 (remove_files) COMPLETE
85662024-09-05T00:41:12.763Z[ host-image] Sep 05 00:41:11.665 INFO O| Sep 05 00:41:11.665 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85672024-09-05T00:41:12.774Z[ host-image] Sep 05 00:41:11.677 INFO O| Sep 05 00:41:11.677 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85682024-09-05T00:41:12.774Z[ host-image] Sep 05 00:41:11.677 INFO O| Sep 05 00:41:11.677 INFO STEP 43 (remove_files) COMPLETE
85692024-09-05T00:41:12.774Z[ host-image] Sep 05 00:41:11.677 INFO O| Sep 05 00:41:11.677 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-09-05T00:41:12.787Z[ host-image] Sep 05 00:41:11.690 INFO O| Sep 05 00:41:11.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85712024-09-05T00:41:12.789Z[ host-image] Sep 05 00:41:11.690 INFO O| Sep 05 00:41:11.690 INFO STEP 44 (remove_files) COMPLETE
85722024-09-05T00:41:12.789Z[ host-image] Sep 05 00:41:11.690 INFO O| Sep 05 00:41:11.690 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-09-05T00:41:12.800Z[ host-image] Sep 05 00:41:11.703 INFO O| Sep 05 00:41:11.703 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85742024-09-05T00:41:12.800Z[ host-image] Sep 05 00:41:11.703 INFO O| Sep 05 00:41:11.703 INFO STEP 45 (remove_files) COMPLETE
85752024-09-05T00:41:12.802Z[ host-image] Sep 05 00:41:11.703 INFO O| Sep 05 00:41:11.703 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-09-05T00:41:12.812Z[ host-image] Sep 05 00:41:11.716 INFO O| Sep 05 00:41:11.716 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85772024-09-05T00:41:12.812Z[ host-image] Sep 05 00:41:11.716 INFO O| Sep 05 00:41:11.716 INFO STEP 46 (remove_files) COMPLETE
85782024-09-05T00:41:12.812Z[ host-image] Sep 05 00:41:11.716 INFO O| Sep 05 00:41:11.716 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-09-05T00:41:12.825Z[ host-image] Sep 05 00:41:11.729 INFO O| Sep 05 00:41:11.728 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85802024-09-05T00:41:12.825Z[ host-image] Sep 05 00:41:11.729 INFO O| Sep 05 00:41:11.729 INFO STEP 47 (remove_files) COMPLETE
85812024-09-05T00:41:12.828Z[ host-image] Sep 05 00:41:11.729 INFO O| Sep 05 00:41:11.729 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-09-05T00:41:12.841Z[ host-image] Sep 05 00:41:11.745 INFO O| Sep 05 00:41:11.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85832024-09-05T00:41:12.841Z[ host-image] Sep 05 00:41:11.745 INFO O| Sep 05 00:41:11.745 INFO STEP 48 (remove_files) COMPLETE
85842024-09-05T00:41:12.841Z[ host-image] Sep 05 00:41:11.745 INFO O| Sep 05 00:41:11.745 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-09-05T00:41:12.858Z[ host-image] Sep 05 00:41:11.761 INFO O| Sep 05 00:41:11.761 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85862024-09-05T00:41:12.858Z[ host-image] Sep 05 00:41:11.761 INFO O| Sep 05 00:41:11.761 INFO STEP 49 (remove_files) COMPLETE
85872024-09-05T00:41:12.858Z[ host-image] Sep 05 00:41:11.761 INFO O| Sep 05 00:41:11.761 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-09-05T00:41:12.874Z[ host-image] Sep 05 00:41:11.778 INFO O| Sep 05 00:41:11.777 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85892024-09-05T00:41:12.874Z[ host-image] Sep 05 00:41:11.778 INFO O| Sep 05 00:41:11.778 INFO STEP 50 (remove_files) COMPLETE
85902024-09-05T00:41:12.877Z[ host-image] Sep 05 00:41:11.778 INFO O| Sep 05 00:41:11.778 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-09-05T00:41:12.891Z[ host-image] Sep 05 00:41:11.794 INFO O| Sep 05 00:41:11.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85922024-09-05T00:41:12.893Z[ host-image] Sep 05 00:41:11.794 INFO O| Sep 05 00:41:11.794 INFO STEP 51 (remove_files) COMPLETE
85932024-09-05T00:41:12.893Z[ host-image] Sep 05 00:41:11.794 INFO O| Sep 05 00:41:11.794 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-09-05T00:41:12.907Z[ host-image] Sep 05 00:41:11.810 INFO O| Sep 05 00:41:11.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85952024-09-05T00:41:12.907Z[ host-image] Sep 05 00:41:11.811 INFO O| Sep 05 00:41:11.811 INFO STEP 52 (remove_files) COMPLETE
85962024-09-05T00:41:12.909Z[ host-image] Sep 05 00:41:11.811 INFO O| Sep 05 00:41:11.811 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-09-05T00:41:12.923Z[ host-image] Sep 05 00:41:11.827 INFO O| Sep 05 00:41:11.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85982024-09-05T00:41:12.923Z[ host-image] Sep 05 00:41:11.827 INFO O| Sep 05 00:41:11.827 INFO STEP 53 (remove_files) COMPLETE
85992024-09-05T00:41:12.923Z[ host-image] Sep 05 00:41:11.827 INFO O| Sep 05 00:41:11.827 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-09-05T00:41:12.940Z[ host-image] Sep 05 00:41:11.843 INFO O| Sep 05 00:41:11.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86012024-09-05T00:41:12.940Z[ host-image] Sep 05 00:41:11.843 INFO O| Sep 05 00:41:11.843 INFO STEP 54 (remove_files) COMPLETE
86022024-09-05T00:41:12.940Z[ host-image] Sep 05 00:41:11.843 INFO O| Sep 05 00:41:11.843 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-09-05T00:41:12.956Z[ host-image] Sep 05 00:41:11.860 INFO O| Sep 05 00:41:11.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86042024-09-05T00:41:12.956Z[ host-image] Sep 05 00:41:11.860 INFO O| Sep 05 00:41:11.860 INFO STEP 55 (remove_files) COMPLETE
86052024-09-05T00:41:12.959Z[ host-image] Sep 05 00:41:11.860 INFO O| Sep 05 00:41:11.860 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-09-05T00:41:12.973Z[ host-image] Sep 05 00:41:11.876 INFO O| Sep 05 00:41:11.876 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86072024-09-05T00:41:12.976Z[ host-image] Sep 05 00:41:11.876 INFO O| Sep 05 00:41:11.876 INFO STEP 56 (remove_files) COMPLETE
86082024-09-05T00:41:12.976Z[ host-image] Sep 05 00:41:11.876 INFO O| Sep 05 00:41:11.876 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-09-05T00:41:12.989Z[ host-image] Sep 05 00:41:11.893 INFO O| Sep 05 00:41:11.893 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86102024-09-05T00:41:12.989Z[ host-image] Sep 05 00:41:11.893 INFO O| Sep 05 00:41:11.893 INFO STEP 57 (remove_files) COMPLETE
86112024-09-05T00:41:12.992Z[ host-image] Sep 05 00:41:11.893 INFO O| Sep 05 00:41:11.893 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-09-05T00:41:13.004Z[ host-image] Sep 05 00:41:11.908 INFO O| Sep 05 00:41:11.908 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86132024-09-05T00:41:13.007Z[ host-image] Sep 05 00:41:11.908 INFO O| Sep 05 00:41:11.908 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86142024-09-05T00:41:13.007Z[ host-image] Sep 05 00:41:11.908 INFO O| Sep 05 00:41:11.908 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86152024-09-05T00:41:13.007Z[ host-image] Sep 05 00:41:11.908 INFO O| Sep 05 00:41:11.908 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86162024-09-05T00:41:13.007Z[ host-image] Sep 05 00:41:11.908 INFO O| Sep 05 00:41:11.908 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86172024-09-05T00:41:13.007Z[ host-image] Sep 05 00:41:11.908 INFO O| Sep 05 00:41:11.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86182024-09-05T00:41:13.007Z[ host-image] Sep 05 00:41:11.908 INFO O| Sep 05 00:41:11.908 INFO ok!
86192024-09-05T00:41:13.007Z[ host-image] Sep 05 00:41:11.908 INFO O| Sep 05 00:41:11.908 INFO STEP 58 (ensure_file) COMPLETE
86202024-09-05T00:41:13.007Z[ host-image] Sep 05 00:41:11.908 INFO O| Sep 05 00:41:11.908 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-09-05T00:41:13.017Z[ host-image] Sep 05 00:41:11.921 INFO O| Sep 05 00:41:11.921 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86222024-09-05T00:41:13.017Z[ host-image] Sep 05 00:41:11.921 INFO O| Sep 05 00:41:11.921 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86232024-09-05T00:41:13.020Z[ host-image] Sep 05 00:41:11.921 INFO O| Sep 05 00:41:11.921 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86242024-09-05T00:41:13.020Z[ host-image] Sep 05 00:41:11.921 INFO O| Sep 05 00:41:11.921 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86252024-09-05T00:41:13.020Z[ host-image] Sep 05 00:41:11.921 INFO O| Sep 05 00:41:11.921 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86262024-09-05T00:41:13.020Z[ host-image] Sep 05 00:41:11.921 INFO O| Sep 05 00:41:11.921 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86272024-09-05T00:41:13.020Z[ host-image] Sep 05 00:41:11.921 INFO O| Sep 05 00:41:11.921 INFO ok!
86282024-09-05T00:41:13.020Z[ host-image] Sep 05 00:41:11.921 INFO O| Sep 05 00:41:11.921 INFO STEP 59 (ensure_file) COMPLETE
86292024-09-05T00:41:13.020Z[ host-image] Sep 05 00:41:11.921 INFO O| Sep 05 00:41:11.921 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86302024-09-05T00:41:13.030Z[ host-image] Sep 05 00:41:11.933 INFO O| Sep 05 00:41:11.933 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86312024-09-05T00:41:13.030Z[ host-image] Sep 05 00:41:11.933 INFO O| Sep 05 00:41:11.933 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86322024-09-05T00:41:13.032Z[ host-image] Sep 05 00:41:11.933 INFO O| Sep 05 00:41:11.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86332024-09-05T00:41:13.032Z[ host-image] Sep 05 00:41:11.933 INFO O| Sep 05 00:41:11.933 INFO ok!
86342024-09-05T00:41:13.032Z[ host-image] Sep 05 00:41:11.933 INFO O| Sep 05 00:41:11.933 INFO STEP 60 (ensure_file) COMPLETE
86352024-09-05T00:41:13.033Z[ host-image] Sep 05 00:41:11.933 INFO O| Sep 05 00:41:11.933 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-09-05T00:41:13.041Z[ host-image] Sep 05 00:41:11.945 INFO O| Sep 05 00:41:11.945 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86372024-09-05T00:41:13.041Z[ host-image] Sep 05 00:41:11.945 INFO O| Sep 05 00:41:11.945 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86382024-09-05T00:41:13.044Z[ host-image] Sep 05 00:41:11.945 INFO O| Sep 05 00:41:11.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86392024-09-05T00:41:13.044Z[ host-image] Sep 05 00:41:11.945 INFO O| Sep 05 00:41:11.945 INFO ok!
86402024-09-05T00:41:13.044Z[ host-image] Sep 05 00:41:11.945 INFO O| Sep 05 00:41:11.945 INFO STEP 61 (ensure_file) COMPLETE
86412024-09-05T00:41:13.044Z[ host-image] Sep 05 00:41:11.945 INFO O| Sep 05 00:41:11.945 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-09-05T00:41:13.053Z[ host-image] Sep 05 00:41:11.957 INFO O| Sep 05 00:41:11.957 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86432024-09-05T00:41:13.053Z[ host-image] Sep 05 00:41:11.957 INFO O| Sep 05 00:41:11.957 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86442024-09-05T00:41:13.056Z[ host-image] Sep 05 00:41:11.957 INFO O| Sep 05 00:41:11.957 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86452024-09-05T00:41:13.056Z[ host-image] Sep 05 00:41:11.957 INFO O| Sep 05 00:41:11.957 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86462024-09-05T00:41:13.056Z[ host-image] Sep 05 00:41:11.957 INFO O| Sep 05 00:41:11.957 INFO ok!
86472024-09-05T00:41:13.056Z[ host-image] Sep 05 00:41:11.957 INFO O| Sep 05 00:41:11.957 INFO STEP 62 (ensure_file) COMPLETE
86482024-09-05T00:41:13.056Z[ host-image] Sep 05 00:41:11.957 INFO O| Sep 05 00:41:11.957 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86492024-09-05T00:41:13.068Z[ host-image] Sep 05 00:41:11.971 INFO O| Sep 05 00:41:11.971 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86502024-09-05T00:41:13.068Z[ host-image] Sep 05 00:41:11.971 INFO O| Sep 05 00:41:11.971 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86512024-09-05T00:41:13.070Z[ host-image] Sep 05 00:41:11.971 INFO O| Sep 05 00:41:11.971 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86522024-09-05T00:41:13.070Z[ host-image] Sep 05 00:41:11.971 INFO O| Sep 05 00:41:11.971 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86532024-09-05T00:41:13.070Z[ host-image] Sep 05 00:41:11.971 INFO O| Sep 05 00:41:11.971 INFO ok!
86542024-09-05T00:41:13.070Z[ host-image] Sep 05 00:41:11.971 INFO O| Sep 05 00:41:11.971 INFO STEP 63 (ensure_file) COMPLETE
86552024-09-05T00:41:13.070Z[ host-image] Sep 05 00:41:11.971 INFO O| Sep 05 00:41:11.971 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-09-05T00:41:13.085Z[ host-image] Sep 05 00:41:11.988 INFO O| Sep 05 00:41:11.988 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86572024-09-05T00:41:13.085Z[ host-image] Sep 05 00:41:11.988 INFO O| Sep 05 00:41:11.988 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86582024-09-05T00:41:13.087Z[ host-image] Sep 05 00:41:11.988 INFO O| Sep 05 00:41:11.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86592024-09-05T00:41:13.087Z[ host-image] Sep 05 00:41:11.988 INFO O| Sep 05 00:41:11.988 INFO ok!
86602024-09-05T00:41:13.087Z[ host-image] Sep 05 00:41:11.988 INFO O| Sep 05 00:41:11.988 INFO STEP 64 (assemble_files) COMPLETE
86612024-09-05T00:41:13.087Z[ host-image] Sep 05 00:41:11.988 INFO O| Sep 05 00:41:11.988 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-09-05T00:41:13.102Z[ host-image] Sep 05 00:41:12.005 INFO O| Sep 05 00:41:12.005 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86632024-09-05T00:41:13.102Z[ host-image] Sep 05 00:41:12.005 INFO O| Sep 05 00:41:12.005 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86642024-09-05T00:41:13.104Z[ host-image] Sep 05 00:41:12.005 INFO O| Sep 05 00:41:12.005 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86652024-09-05T00:41:13.104Z[ host-image] Sep 05 00:41:12.005 INFO O| Sep 05 00:41:12.005 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86662024-09-05T00:41:13.104Z[ host-image] Sep 05 00:41:12.005 INFO O| Sep 05 00:41:12.005 INFO ok!
86672024-09-05T00:41:13.104Z[ host-image] Sep 05 00:41:12.005 INFO O| Sep 05 00:41:12.005 INFO STEP 65 (ensure_file) COMPLETE
86682024-09-05T00:41:13.105Z[ host-image] Sep 05 00:41:12.005 INFO O| Sep 05 00:41:12.005 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-09-05T00:41:13.118Z[ host-image] Sep 05 00:41:12.022 INFO O| Sep 05 00:41:12.022 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86702024-09-05T00:41:13.121Z[ host-image] Sep 05 00:41:12.022 INFO O| Sep 05 00:41:12.022 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86712024-09-05T00:41:13.121Z[ host-image] Sep 05 00:41:12.022 INFO O| Sep 05 00:41:12.022 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86722024-09-05T00:41:13.121Z[ host-image] Sep 05 00:41:12.022 INFO O| Sep 05 00:41:12.022 INFO STEP 66 (ensure_dir) COMPLETE
86732024-09-05T00:41:13.121Z[ host-image] Sep 05 00:41:12.022 INFO O| Sep 05 00:41:12.022 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-09-05T00:41:13.135Z[ host-image] Sep 05 00:41:12.038 INFO O| Sep 05 00:41:12.038 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86752024-09-05T00:41:13.135Z[ host-image] Sep 05 00:41:12.038 INFO O| Sep 05 00:41:12.038 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 ...
86762024-09-05T00:41:13.143Z[ host-image] Sep 05 00:41:12.046 INFO O| Sep 05 00:41:12.046 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
86772024-09-05T00:41:13.143Z[ host-image] Sep 05 00:41:12.046 INFO O| Sep 05 00:41:12.046 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86782024-09-05T00:41:13.145Z[ host-image] Sep 05 00:41:12.046 INFO O| Sep 05 00:41:12.046 INFO ok!
86792024-09-05T00:41:13.145Z[ host-image] Sep 05 00:41:12.046 INFO O| Sep 05 00:41:12.046 INFO STEP 67 (ensure_file) COMPLETE
86802024-09-05T00:41:13.146Z[ host-image] Sep 05 00:41:12.046 INFO O| Sep 05 00:41:12.046 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86812024-09-05T00:41:13.160Z[ host-image] Sep 05 00:41:12.063 INFO O| Sep 05 00:41:12.063 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86822024-09-05T00:41:13.160Z[ host-image] Sep 05 00:41:12.064 INFO O| Sep 05 00:41:12.063 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 ...
86832024-09-05T00:41:13.162Z[ host-image] Sep 05 00:41:12.064 INFO O| Sep 05 00:41:12.064 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
86842024-09-05T00:41:13.163Z[ host-image] Sep 05 00:41:12.064 INFO O| Sep 05 00:41:12.064 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86852024-09-05T00:41:13.163Z[ host-image] Sep 05 00:41:12.064 INFO O| Sep 05 00:41:12.064 INFO ok!
86862024-09-05T00:41:13.163Z[ host-image] Sep 05 00:41:12.064 INFO O| Sep 05 00:41:12.064 INFO STEP 68 (ensure_file) COMPLETE
86872024-09-05T00:41:13.163Z[ host-image] Sep 05 00:41:12.064 INFO O| Sep 05 00:41:12.064 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86882024-09-05T00:41:13.184Z[ host-image] Sep 05 00:41:12.088 INFO O| Sep 05 00:41:12.088 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86892024-09-05T00:41:13.184Z[ host-image] Sep 05 00:41:12.088 INFO O| Sep 05 00:41:12.088 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86902024-09-05T00:41:15.419Z[ host-image] Sep 05 00:41:14.322 INFO O| Sep 05 00:41:14.322 INFO STEP 69 (pack_tar) COMPLETE
86912024-09-05T00:41:15.419Z[ host-image] Sep 05 00:41:14.322 INFO O| Sep 05 00:41:14.322 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86922024-09-05T00:41:15.421Z[ host-image] Sep 05 00:41:14.322 INFO O| Sep 05 00:41:14.322 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86932024-09-05T00:41:16.177Z[ host-image] Sep 05 00:41:15.080 INFO O| Sep 05 00:41:15.080 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86942024-09-05T00:41:16.304Z[ host-image] Sep 05 00:41:15.207 INFO O| Sep 05 00:41:15.206 INFO completed processing gimlet/ramdisk-02-trim
86952024-09-05T00:41:16.306Z[ host-image] Sep 05 00:41:15.209 INFO image builder template: zfs...
86962024-09-05T00:41:16.307Z[ host-image] Sep 05 00:41:15.209 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/.tmpw4xSUh/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
86972024-09-05T00:41:16.324Z[ host-image] Sep 05 00:41:15.227 INFO O| Sep 05 00:41:15.226 INFO skip include "stress" because feature "stress" is not enabled
86982024-09-05T00:41:16.361Z[ host-image] Sep 05 00:41:15.264 INFO O| Sep 05 00:41:15.264 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86992024-09-05T00:41:16.367Z[ host-image] Sep 05 00:41:15.270 INFO O| Sep 05 00:41:15.270 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87002024-09-05T00:41:16.522Z[ host-image] Sep 05 00:41:15.424 INFO O| Sep 05 00:41:15.424 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87012024-09-05T00:41:16.588Z[ host-image] Sep 05 00:41:15.491 INFO O| Sep 05 00:41:15.491 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87022024-09-05T00:41:16.588Z[ host-image] Sep 05 00:41:15.491 INFO O| Sep 05 00:41:15.491 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87032024-09-05T00:41:16.607Z[ host-image] Sep 05 00:41:15.496 INFO O| Sep 05 00:41:15.496 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87042024-09-05T00:41:16.718Z[ host-image] Sep 05 00:41:15.620 INFO O| Sep 05 00:41:15.620 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87052024-09-05T00:41:16.784Z[ host-image] Sep 05 00:41:15.686 INFO O| Sep 05 00:41:15.686 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87062024-09-05T00:41:16.795Z[ host-image] Sep 05 00:41:15.697 INFO O| Sep 05 00:41:15.697 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87072024-09-05T00:41:16.800Z[ host-image] Sep 05 00:41:15.703 INFO O| Sep 05 00:41:15.703 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87082024-09-05T00:41:16.803Z[ host-image] Sep 05 00:41:15.703 INFO O| Sep 05 00:41:15.703 INFO no lofi found
87092024-09-05T00:41:16.803Z[ host-image] Sep 05 00:41:15.703 INFO O| Sep 05 00:41:15.703 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87102024-09-05T00:41:16.803Z[ host-image] Sep 05 00:41:15.703 INFO O| Sep 05 00:41:15.703 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87112024-09-05T00:41:18.107Z[ host-image] Sep 05 00:41:17.009 INFO O| Sep 05 00:41:17.009 INFO lofi device = /dev/dsk/c2t1d0p0
87122024-09-05T00:41:18.107Z[ host-image] Sep 05 00:41:17.009 INFO O| Sep 05 00:41:17.009 INFO pool device = /dev/dsk/c2t1d0p0
87132024-09-05T00:41:18.110Z[ host-image] Sep 05 00:41:17.010 INFO O| Sep 05 00:41:17.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87142024-09-05T00:41:18.187Z[ host-image] Sep 05 00:41:17.089 INFO O| Sep 05 00:41:17.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87152024-09-05T00:41:18.187Z[ host-image] Sep 05 00:41:17.089 INFO O| Sep 05 00:41:17.089 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87162024-09-05T00:41:18.213Z[ host-image] Sep 05 00:41:17.115 INFO O| Sep 05 00:41:17.115 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87172024-09-05T00:41:18.278Z[ host-image] Sep 05 00:41:17.180 INFO O| Sep 05 00:41:17.180 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87182024-09-05T00:41:18.321Z[ host-image] Sep 05 00:41:17.223 INFO O| Sep 05 00:41:17.223 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87192024-09-05T00:41:18.339Z[ host-image] Sep 05 00:41:17.241 INFO O| Sep 05 00:41:17.241 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87202024-09-05T00:41:18.354Z[ host-image] Sep 05 00:41:17.256 INFO O| Sep 05 00:41:17.256 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87212024-09-05T00:41:18.412Z[ host-image] Sep 05 00:41:17.315 INFO O| Sep 05 00:41:17.315 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87222024-09-05T00:41:18.415Z[ host-image] Sep 05 00:41:17.315 INFO O| Sep 05 00:41:17.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87232024-09-05T00:41:18.415Z[ host-image] Sep 05 00:41:17.315 INFO O| Sep 05 00:41:17.315 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87242024-09-05T00:41:18.425Z[ host-image] Sep 05 00:41:17.327 INFO O| Sep 05 00:41:17.327 INFO boot environment UUID: 9cd2674b-6159-458b-9e3b-2447fa9ad979
87252024-09-05T00:41:18.425Z[ host-image] Sep 05 00:41:17.327 INFO O| Sep 05 00:41:17.327 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9cd2674b-6159-458b-9e3b-2447fa9ad979
87262024-09-05T00:41:18.442Z[ host-image] Sep 05 00:41:17.345 INFO O| Sep 05 00:41:17.344 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87272024-09-05T00:41:18.458Z[ host-image] Sep 05 00:41:17.360 INFO O| Sep 05 00:41:17.360 INFO STEP 0 (create_be) COMPLETE
87282024-09-05T00:41:18.458Z[ host-image] Sep 05 00:41:17.360 INFO O| Sep 05 00:41:17.360 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87292024-09-05T00:41:18.486Z[ host-image] Sep 05 00:41:17.388 INFO O| Sep 05 00:41:17.388 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87302024-09-05T00:41:26.338Z[ recovery-image] Sep 05 00:41:25.232 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)
87312024-09-05T00:41:29.062Z[ recovery-image] Sep 05 00:41:27.954 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)
87322024-09-05T00:41:33.846Z[ recovery-image] Sep 05 00:41:32.743 INFO E| Compiling bitflags v1.3.2
87332024-09-05T00:41:33.846Z[ recovery-image] Sep 05 00:41:32.743 INFO E| Compiling adler v1.0.2
87342024-09-05T00:41:33.846Z[ recovery-image] Sep 05 00:41:32.743 INFO E| Compiling log v0.4.21
87352024-09-05T00:41:33.851Z[ recovery-image] Sep 05 00:41:32.743 INFO E| Compiling bit_field v0.10.2
87362024-09-05T00:41:33.851Z[ recovery-image] Sep 05 00:41:32.743 INFO E| Compiling scroll v0.12.0
87372024-09-05T00:41:33.851Z[ recovery-image] Sep 05 00:41:32.743 INFO E| Compiling plain v0.2.3
87382024-09-05T00:41:33.851Z[ recovery-image] Sep 05 00:41:32.743 INFO E| Compiling bitstruct v0.1.1
87392024-09-05T00:41:34.017Z[ recovery-image] Sep 05 00:41:32.913 INFO E| Compiling static_assertions v1.1.0
87402024-09-05T00:41:34.152Z[ recovery-image] Sep 05 00:41:33.051 INFO E| Compiling raw-cpuid v10.7.0
87412024-09-05T00:41:34.182Z[ recovery-image] Sep 05 00:41:33.082 INFO E| Compiling miniz_oxide v0.7.2
87422024-09-05T00:41:34.308Z[ recovery-image] Sep 05 00:41:33.207 INFO E| Compiling cpio_reader v0.1.1
87432024-09-05T00:41:35.072Z[ recovery-image] Sep 05 00:41:33.971 INFO E| Compiling goblin v0.8.0
87442024-09-05T00:41:40.829Z[ host-image] Sep 05 00:41:39.727 INFO O| Sep 05 00:41:39.727 INFO STEP 1 (unpack_tar) COMPLETE
87452024-09-05T00:41:40.829Z[ host-image] Sep 05 00:41:39.727 INFO O| Sep 05 00:41:39.727 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462024-09-05T00:41:40.848Z[ host-image] Sep 05 00:41:39.746 INFO O| Sep 05 00:41:39.746 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87472024-09-05T00:41:40.938Z[ host-image] Sep 05 00:41:39.837 INFO O| Sep 05 00:41:39.837 INFO STEP 2 (devfsadm) COMPLETE
87482024-09-05T00:41:40.938Z[ host-image] Sep 05 00:41:39.837 INFO O| Sep 05 00:41:39.837 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87492024-09-05T00:41:40.951Z[ host-image] Sep 05 00:41:39.850 INFO O| Sep 05 00:41:39.850 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87502024-09-05T00:41:40.952Z[ host-image] Sep 05 00:41:39.850 INFO O| Sep 05 00:41:39.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87512024-09-05T00:41:40.954Z[ host-image] Sep 05 00:41:39.850 INFO O| Sep 05 00:41:39.850 INFO STEP 3 (ensure_dir) COMPLETE
87522024-09-05T00:41:40.954Z[ host-image] Sep 05 00:41:39.850 INFO O| Sep 05 00:41:39.850 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532024-09-05T00:41:40.963Z[ host-image] Sep 05 00:41:39.862 INFO O| Sep 05 00:41:39.862 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87542024-09-05T00:41:40.963Z[ host-image] Sep 05 00:41:39.862 INFO O| Sep 05 00:41:39.862 INFO STEP 4 (ensure_dir) COMPLETE
87552024-09-05T00:41:40.966Z[ host-image] Sep 05 00:41:39.862 INFO O| Sep 05 00:41:39.862 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562024-09-05T00:41:40.975Z[ host-image] Sep 05 00:41:39.873 INFO O| Sep 05 00:41:39.873 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87572024-09-05T00:41:40.975Z[ host-image] Sep 05 00:41:39.873 INFO O| Sep 05 00:41:39.873 INFO STEP 5 (ensure_dir) COMPLETE
87582024-09-05T00:41:40.977Z[ host-image] Sep 05 00:41:39.873 INFO O| Sep 05 00:41:39.873 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592024-09-05T00:41:40.986Z[ host-image] Sep 05 00:41:39.885 INFO O| Sep 05 00:41:39.885 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87602024-09-05T00:41:40.986Z[ host-image] Sep 05 00:41:39.885 INFO O| Sep 05 00:41:39.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87612024-09-05T00:41:40.986Z[ host-image] Sep 05 00:41:39.885 INFO O| Sep 05 00:41:39.885 INFO STEP 6 (ensure_dir) COMPLETE
87622024-09-05T00:41:40.989Z[ host-image] Sep 05 00:41:39.885 INFO O| Sep 05 00:41:39.885 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632024-09-05T00:41:40.998Z[ host-image] Sep 05 00:41:39.897 INFO O| Sep 05 00:41:39.897 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87642024-09-05T00:41:40.998Z[ host-image] Sep 05 00:41:39.897 INFO O| Sep 05 00:41:39.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87652024-09-05T00:41:41.001Z[ host-image] Sep 05 00:41:39.897 INFO O| Sep 05 00:41:39.897 INFO STEP 7 (ensure_dir) COMPLETE
87662024-09-05T00:41:41.001Z[ host-image] Sep 05 00:41:39.897 INFO O| Sep 05 00:41:39.897 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87672024-09-05T00:41:41.011Z[ host-image] Sep 05 00:41:39.909 INFO O| Sep 05 00:41:39.909 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87682024-09-05T00:41:41.013Z[ host-image] Sep 05 00:41:39.909 INFO O| Sep 05 00:41:39.909 INFO STEP 8 (remove_files) COMPLETE
87692024-09-05T00:41:41.013Z[ host-image] Sep 05 00:41:39.909 INFO O| Sep 05 00:41:39.909 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87702024-09-05T00:41:41.023Z[ host-image] Sep 05 00:41:39.921 INFO O| Sep 05 00:41:39.921 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87712024-09-05T00:41:41.025Z[ host-image] Sep 05 00:41:39.922 INFO O| Sep 05 00:41:39.922 INFO STEP 9 (remove_files) COMPLETE
87722024-09-05T00:41:41.025Z[ host-image] Sep 05 00:41:39.922 INFO O| Sep 05 00:41:39.922 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732024-09-05T00:41:41.036Z[ host-image] Sep 05 00:41:39.934 INFO O| Sep 05 00:41:39.934 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87742024-09-05T00:41:41.038Z[ host-image] Sep 05 00:41:39.935 INFO O| Sep 05 00:41:39.935 INFO STEP 10 (remove_files) COMPLETE
87752024-09-05T00:41:41.038Z[ host-image] Sep 05 00:41:39.935 INFO O| Sep 05 00:41:39.935 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762024-09-05T00:41:41.051Z[ host-image] Sep 05 00:41:39.949 INFO O| Sep 05 00:41:39.949 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87772024-09-05T00:41:41.051Z[ host-image] Sep 05 00:41:39.949 INFO O| Sep 05 00:41:39.949 INFO STEP 11 (remove_files) COMPLETE
87782024-09-05T00:41:41.051Z[ host-image] Sep 05 00:41:39.949 INFO O| Sep 05 00:41:39.949 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792024-09-05T00:41:41.068Z[ host-image] Sep 05 00:41:39.966 INFO O| Sep 05 00:41:39.966 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87802024-09-05T00:41:41.068Z[ host-image] Sep 05 00:41:39.966 INFO O| Sep 05 00:41:39.966 INFO STEP 12 (remove_files) COMPLETE
87812024-09-05T00:41:41.068Z[ host-image] Sep 05 00:41:39.966 INFO O| Sep 05 00:41:39.966 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822024-09-05T00:41:41.085Z[ host-image] Sep 05 00:41:39.984 INFO O| Sep 05 00:41:39.983 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87832024-09-05T00:41:41.085Z[ host-image] Sep 05 00:41:39.984 INFO O| Sep 05 00:41:39.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87842024-09-05T00:41:41.088Z[ host-image] Sep 05 00:41:39.984 INFO O| Sep 05 00:41:39.984 INFO STEP 13 (ensure_dir) COMPLETE
87852024-09-05T00:41:41.088Z[ host-image] Sep 05 00:41:39.984 INFO O| Sep 05 00:41:39.984 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862024-09-05T00:41:41.102Z[ host-image] Sep 05 00:41:40.000 INFO O| Sep 05 00:41:40.000 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87872024-09-05T00:41:41.102Z[ host-image] Sep 05 00:41:40.000 INFO O| Sep 05 00:41:40.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87882024-09-05T00:41:41.105Z[ host-image] Sep 05 00:41:40.000 INFO O| Sep 05 00:41:40.000 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87892024-09-05T00:41:41.105Z[ host-image] Sep 05 00:41:40.000 INFO O| Sep 05 00:41:40.000 INFO STEP 14 (ensure_dir) COMPLETE
87902024-09-05T00:41:41.105Z[ host-image] Sep 05 00:41:40.000 INFO O| Sep 05 00:41:40.000 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912024-09-05T00:41:41.119Z[ host-image] Sep 05 00:41:40.018 INFO O| Sep 05 00:41:40.017 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87922024-09-05T00:41:41.119Z[ host-image] Sep 05 00:41:40.018 INFO O| Sep 05 00:41:40.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87932024-09-05T00:41:41.119Z[ host-image] Sep 05 00:41:40.018 INFO O| Sep 05 00:41:40.018 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87942024-09-05T00:41:41.122Z[ host-image] Sep 05 00:41:40.018 INFO O| Sep 05 00:41:40.018 INFO STEP 15 (ensure_dir) COMPLETE
87952024-09-05T00:41:41.122Z[ host-image] Sep 05 00:41:40.018 INFO O| Sep 05 00:41:40.018 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962024-09-05T00:41:41.135Z[ host-image] Sep 05 00:41:40.033 INFO O| Sep 05 00:41:40.033 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87972024-09-05T00:41:41.135Z[ host-image] Sep 05 00:41:40.033 INFO O| Sep 05 00:41:40.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87982024-09-05T00:41:41.135Z[ host-image] Sep 05 00:41:40.033 INFO O| Sep 05 00:41:40.033 INFO STEP 16 (ensure_dir) COMPLETE
87992024-09-05T00:41:41.137Z[ host-image] Sep 05 00:41:40.033 INFO O| Sep 05 00:41:40.033 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002024-09-05T00:41:41.149Z[ host-image] Sep 05 00:41:40.047 INFO O| Sep 05 00:41:40.047 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88012024-09-05T00:41:41.149Z[ host-image] Sep 05 00:41:40.047 INFO O| Sep 05 00:41:40.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88022024-09-05T00:41:41.149Z[ host-image] Sep 05 00:41:40.047 INFO O| Sep 05 00:41:40.047 INFO STEP 17 (ensure_dir) COMPLETE
88032024-09-05T00:41:41.151Z[ host-image] Sep 05 00:41:40.047 INFO O| Sep 05 00:41:40.047 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042024-09-05T00:41:41.163Z[ host-image] Sep 05 00:41:40.061 INFO O| Sep 05 00:41:40.061 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88052024-09-05T00:41:41.163Z[ host-image] Sep 05 00:41:40.061 INFO O| Sep 05 00:41:40.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88062024-09-05T00:41:41.163Z[ host-image] Sep 05 00:41:40.061 INFO O| Sep 05 00:41:40.061 INFO ok!
88072024-09-05T00:41:41.165Z[ host-image] Sep 05 00:41:40.061 INFO O| Sep 05 00:41:40.061 INFO STEP 18 (ensure_symlink) COMPLETE
88082024-09-05T00:41:41.165Z[ host-image] Sep 05 00:41:40.061 INFO O| Sep 05 00:41:40.061 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092024-09-05T00:41:41.176Z[ host-image] Sep 05 00:41:40.075 INFO O| Sep 05 00:41:40.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88102024-09-05T00:41:41.176Z[ host-image] Sep 05 00:41:40.075 INFO O| Sep 05 00:41:40.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88112024-09-05T00:41:41.179Z[ host-image] Sep 05 00:41:40.075 INFO O| Sep 05 00:41:40.075 INFO ok!
88122024-09-05T00:41:41.179Z[ host-image] Sep 05 00:41:40.075 INFO O| Sep 05 00:41:40.075 INFO STEP 19 (ensure_file) COMPLETE
88132024-09-05T00:41:41.179Z[ host-image] Sep 05 00:41:40.075 INFO O| Sep 05 00:41:40.075 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88142024-09-05T00:41:41.191Z[ host-image] Sep 05 00:41:40.089 INFO O| Sep 05 00:41:40.089 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88152024-09-05T00:41:41.191Z[ host-image] Sep 05 00:41:40.089 INFO O| Sep 05 00:41:40.089 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88162024-09-05T00:41:41.193Z[ host-image] Sep 05 00:41:40.089 INFO O| Sep 05 00:41:40.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88172024-09-05T00:41:41.193Z[ host-image] Sep 05 00:41:40.089 INFO O| Sep 05 00:41:40.089 INFO ok!
88182024-09-05T00:41:41.194Z[ host-image] Sep 05 00:41:40.089 INFO O| Sep 05 00:41:40.089 INFO STEP 20 (ensure_symlink) COMPLETE
88192024-09-05T00:41:41.194Z[ host-image] Sep 05 00:41:40.089 INFO O| Sep 05 00:41:40.089 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88202024-09-05T00:41:41.208Z[ host-image] Sep 05 00:41:40.106 INFO O| Sep 05 00:41:40.106 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88212024-09-05T00:41:41.208Z[ host-image] Sep 05 00:41:40.106 INFO O| Sep 05 00:41:40.106 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88222024-09-05T00:41:41.210Z[ host-image] Sep 05 00:41:40.106 INFO O| Sep 05 00:41:40.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88232024-09-05T00:41:41.210Z[ host-image] Sep 05 00:41:40.106 INFO O| Sep 05 00:41:40.106 INFO ok!
88242024-09-05T00:41:41.210Z[ host-image] Sep 05 00:41:40.106 INFO O| Sep 05 00:41:40.106 INFO STEP 21 (ensure_symlink) COMPLETE
88252024-09-05T00:41:41.210Z[ host-image] Sep 05 00:41:40.106 INFO O| Sep 05 00:41:40.106 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88262024-09-05T00:41:41.225Z[ host-image] Sep 05 00:41:40.123 INFO O| Sep 05 00:41:40.123 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88272024-09-05T00:41:41.225Z[ host-image] Sep 05 00:41:40.123 INFO O| Sep 05 00:41:40.123 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88282024-09-05T00:41:41.227Z[ host-image] Sep 05 00:41:40.123 INFO O| Sep 05 00:41:40.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88292024-09-05T00:41:41.227Z[ host-image] Sep 05 00:41:40.123 INFO O| Sep 05 00:41:40.123 INFO ok!
88302024-09-05T00:41:41.227Z[ host-image] Sep 05 00:41:40.123 INFO O| Sep 05 00:41:40.123 INFO STEP 22 (ensure_symlink) COMPLETE
88312024-09-05T00:41:41.227Z[ host-image] Sep 05 00:41:40.123 INFO O| Sep 05 00:41:40.123 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322024-09-05T00:41:41.241Z[ host-image] Sep 05 00:41:40.140 INFO O| Sep 05 00:41:40.139 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88332024-09-05T00:41:41.241Z[ host-image] Sep 05 00:41:40.140 INFO O| Sep 05 00:41:40.140 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88342024-09-05T00:41:41.243Z[ host-image] Sep 05 00:41:40.140 INFO O| Sep 05 00:41:40.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88352024-09-05T00:41:41.244Z[ host-image] Sep 05 00:41:40.140 INFO O| Sep 05 00:41:40.140 INFO ok!
88362024-09-05T00:41:41.244Z[ host-image] Sep 05 00:41:40.140 INFO O| Sep 05 00:41:40.140 INFO STEP 23 (ensure_symlink) COMPLETE
88372024-09-05T00:41:41.244Z[ host-image] Sep 05 00:41:40.140 INFO O| Sep 05 00:41:40.140 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382024-09-05T00:41:41.258Z[ host-image] Sep 05 00:41:40.156 INFO O| Sep 05 00:41:40.156 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88392024-09-05T00:41:41.258Z[ host-image] Sep 05 00:41:40.157 INFO O| Sep 05 00:41:40.157 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88402024-09-05T00:41:41.261Z[ host-image] Sep 05 00:41:40.157 INFO O| Sep 05 00:41:40.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88412024-09-05T00:41:41.261Z[ host-image] Sep 05 00:41:40.157 INFO O| Sep 05 00:41:40.157 INFO ok!
88422024-09-05T00:41:41.261Z[ host-image] Sep 05 00:41:40.157 INFO O| Sep 05 00:41:40.157 INFO STEP 24 (ensure_file) COMPLETE
88432024-09-05T00:41:41.261Z[ host-image] Sep 05 00:41:40.157 INFO O| Sep 05 00:41:40.157 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442024-09-05T00:41:41.275Z[ host-image] Sep 05 00:41:40.173 INFO O| Sep 05 00:41:40.173 INFO updating shadow file
88452024-09-05T00:41:41.277Z[ host-image] Sep 05 00:41:40.173 INFO O| Sep 05 00:41:40.173 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88462024-09-05T00:41:41.277Z[ host-image] Sep 05 00:41:40.173 INFO O| Sep 05 00:41:40.173 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88472024-09-05T00:41:41.277Z[ host-image] Sep 05 00:41:40.173 INFO O| Sep 05 00:41:40.173 INFO STEP 25 (shadow) COMPLETE
88482024-09-05T00:41:41.277Z[ host-image] Sep 05 00:41:40.173 INFO O| Sep 05 00:41:40.173 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492024-09-05T00:41:41.291Z[ host-image] Sep 05 00:41:40.189 INFO O| Sep 05 00:41:40.189 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88502024-09-05T00:41:41.291Z[ host-image] Sep 05 00:41:40.190 INFO O| Sep 05 00:41:40.189 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88512024-09-05T00:41:41.291Z[ host-image] Sep 05 00:41:40.190 INFO O| Sep 05 00:41:40.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88522024-09-05T00:41:41.294Z[ host-image] Sep 05 00:41:40.190 INFO O| Sep 05 00:41:40.190 INFO ok!
88532024-09-05T00:41:41.294Z[ host-image] Sep 05 00:41:40.190 INFO O| Sep 05 00:41:40.190 INFO STEP 26 (ensure_file) COMPLETE
88542024-09-05T00:41:41.294Z[ host-image] Sep 05 00:41:40.190 INFO O| Sep 05 00:41:40.190 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552024-09-05T00:41:41.306Z[ host-image] Sep 05 00:41:40.204 INFO O| Sep 05 00:41:40.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88562024-09-05T00:41:41.306Z[ host-image] Sep 05 00:41:40.204 INFO O| Sep 05 00:41:40.204 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88572024-09-05T00:41:41.306Z[ host-image] Sep 05 00:41:40.204 INFO O| Sep 05 00:41:40.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88582024-09-05T00:41:41.306Z[ host-image] Sep 05 00:41:40.204 INFO O| Sep 05 00:41:40.204 INFO ok!
88592024-09-05T00:41:41.308Z[ host-image] Sep 05 00:41:40.204 INFO O| Sep 05 00:41:40.204 INFO STEP 27 (ensure_file) COMPLETE
88602024-09-05T00:41:41.309Z[ host-image] Sep 05 00:41:40.204 INFO O| Sep 05 00:41:40.204 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612024-09-05T00:41:41.320Z[ host-image] Sep 05 00:41:40.218 INFO O| Sep 05 00:41:40.218 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88622024-09-05T00:41:41.320Z[ host-image] Sep 05 00:41:40.218 INFO O| Sep 05 00:41:40.218 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88632024-09-05T00:41:41.323Z[ host-image] Sep 05 00:41:40.218 INFO O| Sep 05 00:41:40.218 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88642024-09-05T00:41:41.323Z[ host-image] Sep 05 00:41:40.219 INFO O| Sep 05 00:41:40.218 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88652024-09-05T00:41:41.323Z[ host-image] Sep 05 00:41:40.219 INFO O| Sep 05 00:41:40.218 INFO ok!
88662024-09-05T00:41:41.323Z[ host-image] Sep 05 00:41:40.219 INFO O| Sep 05 00:41:40.218 INFO STEP 28 (ensure_file) COMPLETE
88672024-09-05T00:41:41.323Z[ host-image] Sep 05 00:41:40.219 INFO O| Sep 05 00:41:40.218 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682024-09-05T00:41:41.334Z[ host-image] Sep 05 00:41:40.232 INFO O| Sep 05 00:41:40.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88692024-09-05T00:41:41.334Z[ host-image] Sep 05 00:41:40.232 INFO O| Sep 05 00:41:40.232 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88702024-09-05T00:41:41.337Z[ host-image] Sep 05 00:41:40.232 INFO O| Sep 05 00:41:40.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88712024-09-05T00:41:41.337Z[ host-image] Sep 05 00:41:40.232 INFO O| Sep 05 00:41:40.232 INFO ok!
88722024-09-05T00:41:41.337Z[ host-image] Sep 05 00:41:40.232 INFO O| Sep 05 00:41:40.232 INFO STEP 29 (ensure_file) COMPLETE
88732024-09-05T00:41:41.337Z[ host-image] Sep 05 00:41:40.232 INFO O| Sep 05 00:41:40.232 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88742024-09-05T00:41:41.348Z[ host-image] Sep 05 00:41:40.246 INFO O| Sep 05 00:41:40.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88752024-09-05T00:41:41.348Z[ host-image] Sep 05 00:41:40.246 INFO O| Sep 05 00:41:40.246 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88762024-09-05T00:41:41.350Z[ host-image] Sep 05 00:41:40.246 INFO O| Sep 05 00:41:40.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88772024-09-05T00:41:41.350Z[ host-image] Sep 05 00:41:40.246 INFO O| Sep 05 00:41:40.246 INFO ok!
88782024-09-05T00:41:41.350Z[ host-image] Sep 05 00:41:40.246 INFO O| Sep 05 00:41:40.246 INFO STEP 30 (ensure_file) COMPLETE
88792024-09-05T00:41:41.350Z[ host-image] Sep 05 00:41:40.246 INFO O| Sep 05 00:41:40.246 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88802024-09-05T00:41:41.361Z[ host-image] Sep 05 00:41:40.260 INFO O| Sep 05 00:41:40.260 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88812024-09-05T00:41:41.361Z[ host-image] Sep 05 00:41:40.260 INFO O| Sep 05 00:41:40.260 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88822024-09-05T00:41:41.364Z[ host-image] Sep 05 00:41:40.260 INFO O| Sep 05 00:41:40.260 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88832024-09-05T00:41:41.364Z[ host-image] Sep 05 00:41:40.260 INFO O| Sep 05 00:41:40.260 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88842024-09-05T00:41:41.364Z[ host-image] Sep 05 00:41:40.260 INFO O| Sep 05 00:41:40.260 INFO ok!
88852024-09-05T00:41:41.364Z[ host-image] Sep 05 00:41:40.260 INFO O| Sep 05 00:41:40.260 INFO STEP 31 (ensure_file) COMPLETE
88862024-09-05T00:41:41.364Z[ host-image] Sep 05 00:41:40.260 INFO O| Sep 05 00:41:40.260 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88872024-09-05T00:41:41.375Z[ host-image] Sep 05 00:41:40.273 INFO O| Sep 05 00:41:40.273 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88882024-09-05T00:41:41.375Z[ host-image] Sep 05 00:41:40.273 INFO O| Sep 05 00:41:40.273 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88892024-09-05T00:41:41.378Z[ host-image] Sep 05 00:41:40.273 INFO O| Sep 05 00:41:40.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88902024-09-05T00:41:41.378Z[ host-image] Sep 05 00:41:40.273 INFO O| Sep 05 00:41:40.273 INFO ok!
88912024-09-05T00:41:41.378Z[ host-image] Sep 05 00:41:40.273 INFO O| Sep 05 00:41:40.273 INFO STEP 32 (ensure_file) COMPLETE
88922024-09-05T00:41:41.378Z[ host-image] Sep 05 00:41:40.273 INFO O| Sep 05 00:41:40.273 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88932024-09-05T00:41:41.388Z[ host-image] Sep 05 00:41:40.286 INFO O| Sep 05 00:41:40.286 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88942024-09-05T00:41:41.388Z[ host-image] Sep 05 00:41:40.286 INFO O| Sep 05 00:41:40.286 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88952024-09-05T00:41:41.391Z[ host-image] Sep 05 00:41:40.287 INFO O| Sep 05 00:41:40.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88962024-09-05T00:41:41.391Z[ host-image] Sep 05 00:41:40.287 INFO O| Sep 05 00:41:40.287 INFO ok!
88972024-09-05T00:41:41.391Z[ host-image] Sep 05 00:41:40.287 INFO O| Sep 05 00:41:40.287 INFO STEP 33 (ensure_file) COMPLETE
88982024-09-05T00:41:41.391Z[ host-image] Sep 05 00:41:40.287 INFO O| Sep 05 00:41:40.287 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88992024-09-05T00:41:41.401Z[ host-image] Sep 05 00:41:40.299 INFO O| Sep 05 00:41:40.299 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89002024-09-05T00:41:41.401Z[ host-image] Sep 05 00:41:40.300 INFO O| Sep 05 00:41:40.299 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89012024-09-05T00:41:41.404Z[ host-image] Sep 05 00:41:40.300 INFO O| Sep 05 00:41:40.300 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89022024-09-05T00:41:41.404Z[ host-image] Sep 05 00:41:40.300 INFO O| Sep 05 00:41:40.300 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89032024-09-05T00:41:41.404Z[ host-image] Sep 05 00:41:40.300 INFO O| Sep 05 00:41:40.300 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89042024-09-05T00:41:41.404Z[ host-image] Sep 05 00:41:40.300 INFO O| Sep 05 00:41:40.300 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89052024-09-05T00:41:41.404Z[ host-image] Sep 05 00:41:40.300 INFO O| Sep 05 00:41:40.300 INFO ok!
89062024-09-05T00:41:41.404Z[ host-image] Sep 05 00:41:40.300 INFO O| Sep 05 00:41:40.300 INFO STEP 34 (ensure_file) COMPLETE
89072024-09-05T00:41:41.404Z[ host-image] Sep 05 00:41:40.300 INFO O| Sep 05 00:41:40.300 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89082024-09-05T00:41:41.414Z[ host-image] Sep 05 00:41:40.313 INFO O| Sep 05 00:41:40.313 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89092024-09-05T00:41:41.415Z[ host-image] Sep 05 00:41:40.313 INFO O| Sep 05 00:41:40.313 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89102024-09-05T00:41:41.417Z[ host-image] Sep 05 00:41:40.313 INFO O| Sep 05 00:41:40.313 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89112024-09-05T00:41:41.418Z[ host-image] Sep 05 00:41:40.313 INFO O| Sep 05 00:41:40.313 INFO STEP 35 (ensure_dir) COMPLETE
89122024-09-05T00:41:41.418Z[ host-image] Sep 05 00:41:40.313 INFO O| Sep 05 00:41:40.313 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89132024-09-05T00:41:41.429Z[ host-image] Sep 05 00:41:40.326 INFO O| Sep 05 00:41:40.326 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
89142024-09-05T00:41:41.429Z[ host-image] Sep 05 00:41:40.326 INFO O| Sep 05 00:41:40.326 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 ...
89152024-09-05T00:41:41.432Z[ host-image] Sep 05 00:41:40.326 INFO O| Sep 05 00:41:40.326 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
89162024-09-05T00:41:41.432Z[ host-image] Sep 05 00:41:40.326 INFO O| Sep 05 00:41:40.326 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
89172024-09-05T00:41:41.432Z[ host-image] Sep 05 00:41:40.326 INFO O| Sep 05 00:41:40.326 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
89182024-09-05T00:41:41.432Z[ host-image] Sep 05 00:41:40.327 INFO O| Sep 05 00:41:40.327 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
89192024-09-05T00:41:41.432Z[ host-image] Sep 05 00:41:40.327 INFO O| Sep 05 00:41:40.327 INFO ok!
89202024-09-05T00:41:41.432Z[ host-image] Sep 05 00:41:40.327 INFO O| Sep 05 00:41:40.327 INFO STEP 36 (ensure_file) COMPLETE
89212024-09-05T00:41:41.432Z[ host-image] Sep 05 00:41:40.327 INFO O| Sep 05 00:41:40.327 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89222024-09-05T00:41:41.445Z[ host-image] Sep 05 00:41:40.343 INFO O| Sep 05 00:41:40.343 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89232024-09-05T00:41:41.445Z[ host-image] Sep 05 00:41:40.343 INFO O| Sep 05 00:41:40.343 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 ...
89242024-09-05T00:41:41.445Z[ host-image] Sep 05 00:41:40.343 INFO O| Sep 05 00:41:40.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89252024-09-05T00:41:41.447Z[ host-image] Sep 05 00:41:40.343 INFO O| Sep 05 00:41:40.343 INFO ok!
89262024-09-05T00:41:41.447Z[ host-image] Sep 05 00:41:40.343 INFO O| Sep 05 00:41:40.343 INFO STEP 37 (ensure_symlink) COMPLETE
89272024-09-05T00:41:41.447Z[ host-image] Sep 05 00:41:40.343 INFO O| Sep 05 00:41:40.343 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89282024-09-05T00:41:41.458Z[ host-image] Sep 05 00:41:40.356 INFO O| Sep 05 00:41:40.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89292024-09-05T00:41:41.458Z[ host-image] Sep 05 00:41:40.356 INFO O| Sep 05 00:41:40.356 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89302024-09-05T00:41:41.460Z[ host-image] Sep 05 00:41:40.356 INFO O| Sep 05 00:41:40.356 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89312024-09-05T00:41:41.460Z[ host-image] Sep 05 00:41:40.356 INFO O| Sep 05 00:41:40.356 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89322024-09-05T00:41:41.460Z[ host-image] Sep 05 00:41:40.356 INFO O| Sep 05 00:41:40.356 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89332024-09-05T00:41:41.460Z[ host-image] Sep 05 00:41:40.356 INFO O| Sep 05 00:41:40.356 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89342024-09-05T00:41:41.460Z[ host-image] Sep 05 00:41:40.356 INFO O| Sep 05 00:41:40.356 INFO ok!
89352024-09-05T00:41:41.460Z[ host-image] Sep 05 00:41:40.356 INFO O| Sep 05 00:41:40.356 INFO STEP 38 (ensure_file) COMPLETE
89362024-09-05T00:41:41.461Z[ host-image] Sep 05 00:41:40.356 INFO O| Sep 05 00:41:40.356 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89372024-09-05T00:41:41.470Z[ host-image] Sep 05 00:41:40.369 INFO O| Sep 05 00:41:40.369 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89382024-09-05T00:41:41.471Z[ host-image] Sep 05 00:41:40.369 INFO O| Sep 05 00:41:40.369 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 ...
89392024-09-05T00:41:41.473Z[ host-image] Sep 05 00:41:40.369 INFO O| Sep 05 00:41:40.369 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
89402024-09-05T00:41:41.473Z[ host-image] Sep 05 00:41:40.369 INFO O| Sep 05 00:41:40.369 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89412024-09-05T00:41:41.473Z[ host-image] Sep 05 00:41:40.369 INFO O| Sep 05 00:41:40.369 INFO ok!
89422024-09-05T00:41:41.474Z[ host-image] Sep 05 00:41:40.369 INFO O| Sep 05 00:41:40.369 INFO STEP 39 (ensure_file) COMPLETE
89432024-09-05T00:41:41.474Z[ host-image] Sep 05 00:41:40.369 INFO O| Sep 05 00:41:40.369 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89442024-09-05T00:41:41.486Z[ host-image] Sep 05 00:41:40.385 INFO O| Sep 05 00:41:40.384 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89452024-09-05T00:41:41.486Z[ host-image] Sep 05 00:41:40.385 INFO O| Sep 05 00:41:40.384 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89462024-09-05T00:41:41.489Z[ host-image] Sep 05 00:41:40.385 INFO O| Sep 05 00:41:40.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89472024-09-05T00:41:41.489Z[ host-image] Sep 05 00:41:40.385 INFO O| Sep 05 00:41:40.385 INFO ok!
89482024-09-05T00:41:41.489Z[ host-image] Sep 05 00:41:40.385 INFO O| Sep 05 00:41:40.385 INFO STEP 40 (ensure_file) COMPLETE
89492024-09-05T00:41:41.489Z[ host-image] Sep 05 00:41:40.385 INFO O| Sep 05 00:41:40.385 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89502024-09-05T00:41:41.503Z[ host-image] Sep 05 00:41:40.401 INFO O| Sep 05 00:41:40.401 INFO updating shadow file
89512024-09-05T00:41:41.505Z[ host-image] Sep 05 00:41:40.401 INFO O| Sep 05 00:41:40.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89522024-09-05T00:41:41.505Z[ host-image] Sep 05 00:41:40.401 INFO O| Sep 05 00:41:40.401 INFO STEP 41 (shadow) COMPLETE
89532024-09-05T00:41:41.505Z[ host-image] Sep 05 00:41:40.401 INFO O| Sep 05 00:41:40.401 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89542024-09-05T00:41:41.519Z[ host-image] Sep 05 00:41:40.418 INFO O| Sep 05 00:41:40.417 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89552024-09-05T00:41:41.519Z[ host-image] Sep 05 00:41:40.418 INFO O| Sep 05 00:41:40.418 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89562024-09-05T00:41:41.522Z[ host-image] Sep 05 00:41:40.418 INFO O| Sep 05 00:41:40.418 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89572024-09-05T00:41:41.522Z[ host-image] Sep 05 00:41:40.418 INFO O| Sep 05 00:41:40.418 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89582024-09-05T00:41:41.522Z[ host-image] Sep 05 00:41:40.418 INFO O| Sep 05 00:41:40.418 INFO ok!
89592024-09-05T00:41:41.522Z[ host-image] Sep 05 00:41:40.418 INFO O| Sep 05 00:41:40.418 INFO STEP 42 (ensure_file) COMPLETE
89602024-09-05T00:41:41.522Z[ host-image] Sep 05 00:41:40.418 INFO O| Sep 05 00:41:40.418 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89612024-09-05T00:41:41.522Z[ host-image] Sep 05 00:41:40.418 INFO O| Sep 05 00:41:40.418 INFO skip step because feature "mfg" is not enabled
89622024-09-05T00:41:41.522Z[ host-image] Sep 05 00:41:40.418 INFO O| Sep 05 00:41:40.418 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89632024-09-05T00:41:41.522Z[ host-image] Sep 05 00:41:40.418 INFO O| Sep 05 00:41:40.418 INFO skip step because feature "mfg" is not enabled
89642024-09-05T00:41:41.522Z[ host-image] Sep 05 00:41:40.418 INFO O| Sep 05 00:41:40.418 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89652024-09-05T00:41:41.536Z[ host-image] Sep 05 00:41:40.434 INFO O| Sep 05 00:41:40.434 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89662024-09-05T00:41:41.536Z[ host-image] Sep 05 00:41:40.434 INFO O| Sep 05 00:41:40.434 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89672024-09-05T00:41:42.257Z[ host-image] Sep 05 00:41:41.155 INFO O| Sep 05 00:41:41.155 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89682024-09-05T00:41:42.259Z[ host-image] Sep 05 00:41:41.155 INFO O| Sep 05 00:41:41.155 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89692024-09-05T00:41:42.259Z[ host-image] Sep 05 00:41:41.155 INFO O| Sep 05 00:41:41.155 INFO ok!
89702024-09-05T00:41:42.259Z[ host-image] Sep 05 00:41:41.155 INFO O| Sep 05 00:41:41.155 INFO STEP 45 (ensure_file) COMPLETE
89712024-09-05T00:41:42.260Z[ host-image] Sep 05 00:41:41.155 INFO O| Sep 05 00:41:41.155 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89722024-09-05T00:41:42.276Z[ host-image] Sep 05 00:41:41.174 INFO O| Sep 05 00:41:41.174 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89732024-09-05T00:41:42.279Z[ host-image] Sep 05 00:41:41.174 INFO O| Sep 05 00:41:41.174 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89742024-09-05T00:41:42.279Z[ host-image] Sep 05 00:41:41.174 INFO O| Sep 05 00:41:41.174 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89752024-09-05T00:41:42.279Z[ host-image] Sep 05 00:41:41.175 INFO O| Sep 05 00:41:41.174 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89762024-09-05T00:41:42.279Z[ host-image] Sep 05 00:41:41.175 INFO O| Sep 05 00:41:41.175 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89772024-09-05T00:41:42.279Z[ host-image] Sep 05 00:41:41.175 INFO O| Sep 05 00:41:41.175 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89782024-09-05T00:41:42.279Z[ host-image] Sep 05 00:41:41.175 INFO O| Sep 05 00:41:41.175 INFO ok!
89792024-09-05T00:41:42.279Z[ host-image] Sep 05 00:41:41.175 INFO O| Sep 05 00:41:41.175 INFO STEP 46 (ensure_file) COMPLETE
89802024-09-05T00:41:42.279Z[ host-image] Sep 05 00:41:41.175 INFO O| Sep 05 00:41:41.175 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89812024-09-05T00:41:42.295Z[ host-image] Sep 05 00:41:41.193 INFO O| Sep 05 00:41:41.193 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89822024-09-05T00:41:42.295Z[ host-image] Sep 05 00:41:41.193 INFO O| Sep 05 00:41:41.193 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 ...
89832024-09-05T00:41:42.295Z[ host-image] Sep 05 00:41:41.193 INFO O| Sep 05 00:41:41.193 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
89842024-09-05T00:41:42.298Z[ host-image] Sep 05 00:41:41.193 INFO O| Sep 05 00:41:41.193 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89852024-09-05T00:41:42.298Z[ host-image] Sep 05 00:41:41.193 INFO O| Sep 05 00:41:41.193 INFO ok!
89862024-09-05T00:41:42.298Z[ host-image] Sep 05 00:41:41.193 INFO O| Sep 05 00:41:41.193 INFO STEP 47 (ensure_file) COMPLETE
89872024-09-05T00:41:42.298Z[ host-image] Sep 05 00:41:41.193 INFO O| Sep 05 00:41:41.193 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89882024-09-05T00:41:42.313Z[ host-image] Sep 05 00:41:41.211 INFO O| Sep 05 00:41:41.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89892024-09-05T00:41:42.313Z[ host-image] Sep 05 00:41:41.211 INFO O| Sep 05 00:41:41.211 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89902024-09-05T00:41:42.316Z[ host-image] Sep 05 00:41:41.211 INFO O| Sep 05 00:41:41.211 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89912024-09-05T00:41:42.316Z[ host-image] Sep 05 00:41:41.211 INFO O| Sep 05 00:41:41.211 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89922024-09-05T00:41:42.316Z[ host-image] Sep 05 00:41:41.211 INFO O| Sep 05 00:41:41.211 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89932024-09-05T00:41:42.316Z[ host-image] Sep 05 00:41:41.211 INFO O| Sep 05 00:41:41.211 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89942024-09-05T00:41:42.316Z[ host-image] Sep 05 00:41:41.211 INFO O| Sep 05 00:41:41.211 INFO ok!
89952024-09-05T00:41:42.316Z[ host-image] Sep 05 00:41:41.211 INFO O| Sep 05 00:41:41.211 INFO STEP 48 (ensure_file) COMPLETE
89962024-09-05T00:41:42.316Z[ host-image] Sep 05 00:41:41.211 INFO O| Sep 05 00:41:41.211 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89972024-09-05T00:41:42.327Z[ host-image] Sep 05 00:41:41.225 INFO O| Sep 05 00:41:41.225 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89982024-09-05T00:41:42.327Z[ host-image] Sep 05 00:41:41.225 INFO O| Sep 05 00:41:41.225 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 ...
89992024-09-05T00:41:42.330Z[ host-image] Sep 05 00:41:41.225 INFO O| Sep 05 00:41:41.225 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
90002024-09-05T00:41:42.330Z[ host-image] Sep 05 00:41:41.225 INFO O| Sep 05 00:41:41.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90012024-09-05T00:41:42.330Z[ host-image] Sep 05 00:41:41.225 INFO O| Sep 05 00:41:41.225 INFO ok!
90022024-09-05T00:41:42.330Z[ host-image] Sep 05 00:41:41.225 INFO O| Sep 05 00:41:41.225 INFO STEP 49 (ensure_file) COMPLETE
90032024-09-05T00:41:42.330Z[ host-image] Sep 05 00:41:41.225 INFO O| Sep 05 00:41:41.225 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90042024-09-05T00:41:42.340Z[ host-image] Sep 05 00:41:41.238 INFO O| Sep 05 00:41:41.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90052024-09-05T00:41:42.340Z[ host-image] Sep 05 00:41:41.238 INFO O| Sep 05 00:41:41.238 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90062024-09-05T00:41:42.342Z[ host-image] Sep 05 00:41:41.238 INFO O| Sep 05 00:41:41.238 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90072024-09-05T00:41:42.342Z[ host-image] Sep 05 00:41:41.238 INFO O| Sep 05 00:41:41.238 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90082024-09-05T00:41:42.342Z[ host-image] Sep 05 00:41:41.238 INFO O| Sep 05 00:41:41.238 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90092024-09-05T00:41:42.342Z[ host-image] Sep 05 00:41:41.238 INFO O| Sep 05 00:41:41.238 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90102024-09-05T00:41:42.342Z[ host-image] Sep 05 00:41:41.238 INFO O| Sep 05 00:41:41.238 INFO ok!
90112024-09-05T00:41:42.342Z[ host-image] Sep 05 00:41:41.238 INFO O| Sep 05 00:41:41.238 INFO STEP 50 (ensure_file) COMPLETE
90122024-09-05T00:41:42.342Z[ host-image] Sep 05 00:41:41.238 INFO O| Sep 05 00:41:41.238 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90132024-09-05T00:41:42.355Z[ host-image] Sep 05 00:41:41.253 INFO O| Sep 05 00:41:41.253 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90142024-09-05T00:41:42.355Z[ host-image] Sep 05 00:41:41.253 INFO O| Sep 05 00:41:41.253 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 ...
90152024-09-05T00:41:42.358Z[ host-image] Sep 05 00:41:41.253 INFO O| Sep 05 00:41:41.253 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
90162024-09-05T00:41:42.358Z[ host-image] Sep 05 00:41:41.253 INFO O| Sep 05 00:41:41.253 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90172024-09-05T00:41:42.358Z[ host-image] Sep 05 00:41:41.253 INFO O| Sep 05 00:41:41.253 INFO ok!
90182024-09-05T00:41:42.358Z[ host-image] Sep 05 00:41:41.253 INFO O| Sep 05 00:41:41.253 INFO STEP 51 (ensure_file) COMPLETE
90192024-09-05T00:41:42.358Z[ host-image] Sep 05 00:41:41.253 INFO O| Sep 05 00:41:41.253 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90202024-09-05T00:41:42.371Z[ host-image] Sep 05 00:41:41.269 INFO O| Sep 05 00:41:41.269 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90212024-09-05T00:41:42.371Z[ host-image] Sep 05 00:41:41.269 INFO O| Sep 05 00:41:41.269 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 ...
90222024-09-05T00:41:42.374Z[ host-image] Sep 05 00:41:41.269 INFO O| Sep 05 00:41:41.269 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
90232024-09-05T00:41:42.374Z[ host-image] Sep 05 00:41:41.269 INFO O| Sep 05 00:41:41.269 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90242024-09-05T00:41:42.374Z[ host-image] Sep 05 00:41:41.269 INFO O| Sep 05 00:41:41.269 INFO ok!
90252024-09-05T00:41:42.374Z[ host-image] Sep 05 00:41:41.270 INFO O| Sep 05 00:41:41.269 INFO STEP 52 (ensure_file) COMPLETE
90262024-09-05T00:41:42.374Z[ host-image] Sep 05 00:41:41.270 INFO O| Sep 05 00:41:41.270 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90272024-09-05T00:41:42.390Z[ host-image] Sep 05 00:41:41.288 INFO O| Sep 05 00:41:41.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90282024-09-05T00:41:42.390Z[ host-image] Sep 05 00:41:41.288 INFO O| Sep 05 00:41:41.288 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 ...
90292024-09-05T00:41:42.392Z[ host-image] Sep 05 00:41:41.288 INFO O| Sep 05 00:41:41.288 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
90302024-09-05T00:41:42.393Z[ host-image] Sep 05 00:41:41.288 INFO O| Sep 05 00:41:41.288 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90312024-09-05T00:41:42.393Z[ host-image] Sep 05 00:41:41.288 INFO O| Sep 05 00:41:41.288 INFO ok!
90322024-09-05T00:41:42.393Z[ host-image] Sep 05 00:41:41.288 INFO O| Sep 05 00:41:41.288 INFO STEP 53 (ensure_file) COMPLETE
90332024-09-05T00:41:42.393Z[ host-image] Sep 05 00:41:41.288 INFO O| Sep 05 00:41:41.288 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90342024-09-05T00:41:42.407Z[ host-image] Sep 05 00:41:41.305 INFO O| Sep 05 00:41:41.305 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90352024-09-05T00:41:42.407Z[ host-image] Sep 05 00:41:41.306 INFO O| Sep 05 00:41:41.305 INFO STEP 54 (ensure_dir) COMPLETE
90362024-09-05T00:41:42.410Z[ host-image] Sep 05 00:41:41.306 INFO O| Sep 05 00:41:41.305 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90372024-09-05T00:41:42.425Z[ host-image] Sep 05 00:41:41.323 INFO O| Sep 05 00:41:41.323 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90382024-09-05T00:41:42.425Z[ host-image] Sep 05 00:41:41.323 INFO O| Sep 05 00:41:41.323 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90392024-09-05T00:41:42.425Z[ host-image] Sep 05 00:41:41.323 INFO O| Sep 05 00:41:41.323 INFO STEP 55 (ensure_dir) COMPLETE
90402024-09-05T00:41:42.428Z[ host-image] Sep 05 00:41:41.323 INFO O| Sep 05 00:41:41.323 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90412024-09-05T00:41:42.442Z[ host-image] Sep 05 00:41:41.340 INFO O| Sep 05 00:41:41.340 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90422024-09-05T00:41:42.442Z[ host-image] Sep 05 00:41:41.341 INFO O| Sep 05 00:41:41.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90432024-09-05T00:41:42.445Z[ host-image] Sep 05 00:41:41.341 INFO O| Sep 05 00:41:41.340 INFO STEP 56 (ensure_dir) COMPLETE
90442024-09-05T00:41:42.445Z[ host-image] Sep 05 00:41:41.341 INFO O| Sep 05 00:41:41.341 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-09-05T00:41:42.459Z[ host-image] Sep 05 00:41:41.357 INFO O| Sep 05 00:41:41.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90462024-09-05T00:41:42.459Z[ host-image] Sep 05 00:41:41.357 INFO O| Sep 05 00:41:41.357 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90472024-09-05T00:41:42.476Z[ host-image] Sep 05 00:41:41.374 INFO O| Sep 05 00:41:41.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90482024-09-05T00:41:42.476Z[ host-image] Sep 05 00:41:41.374 INFO O| Sep 05 00:41:41.373 INFO ok!
90492024-09-05T00:41:42.476Z[ host-image] Sep 05 00:41:41.374 INFO O| Sep 05 00:41:41.374 INFO STEP 57 (ensure_file) COMPLETE
90502024-09-05T00:41:42.478Z[ host-image] Sep 05 00:41:41.374 INFO O| Sep 05 00:41:41.374 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90512024-09-05T00:41:42.494Z[ host-image] Sep 05 00:41:41.392 INFO O| Sep 05 00:41:41.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90522024-09-05T00:41:42.494Z[ host-image] Sep 05 00:41:41.392 INFO O| Sep 05 00:41:41.392 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90532024-09-05T00:41:43.630Z[ host-image] Sep 05 00:41:42.528 INFO O| Sep 05 00:41:42.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90542024-09-05T00:41:43.630Z[ host-image] Sep 05 00:41:42.528 INFO O| Sep 05 00:41:42.528 INFO ok!
90552024-09-05T00:41:43.633Z[ host-image] Sep 05 00:41:42.528 INFO O| Sep 05 00:41:42.528 INFO STEP 58 (ensure_file) COMPLETE
90562024-09-05T00:41:43.633Z[ host-image] Sep 05 00:41:42.528 INFO O| Sep 05 00:41:42.528 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90572024-09-05T00:41:43.644Z[ host-image] Sep 05 00:41:42.541 INFO O| Sep 05 00:41:42.541 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90582024-09-05T00:41:43.644Z[ host-image] Sep 05 00:41:42.542 INFO O| Sep 05 00:41:42.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90592024-09-05T00:41:43.646Z[ host-image] Sep 05 00:41:42.542 INFO O| Sep 05 00:41:42.542 INFO STEP 59 (ensure_dir) COMPLETE
90602024-09-05T00:41:43.646Z[ host-image] Sep 05 00:41:42.542 INFO O| Sep 05 00:41:42.542 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-09-05T00:41:43.655Z[ host-image] Sep 05 00:41:42.553 INFO O| Sep 05 00:41:42.553 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90622024-09-05T00:41:43.655Z[ host-image] Sep 05 00:41:42.553 INFO O| Sep 05 00:41:42.553 INFO copying /tmp/.tmpw4xSUh/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 ...
90632024-09-05T00:41:43.658Z[ host-image] Sep 05 00:41:42.554 INFO O| Sep 05 00:41:42.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90642024-09-05T00:41:43.658Z[ host-image] Sep 05 00:41:42.554 INFO O| Sep 05 00:41:42.554 INFO ok!
90652024-09-05T00:41:43.659Z[ host-image] Sep 05 00:41:42.554 INFO O| Sep 05 00:41:42.554 INFO STEP 60 (ensure_file) COMPLETE
90662024-09-05T00:41:43.659Z[ host-image] Sep 05 00:41:42.554 INFO O| Sep 05 00:41:42.554 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90672024-09-05T00:41:43.668Z[ host-image] Sep 05 00:41:42.566 INFO O| Sep 05 00:41:42.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90682024-09-05T00:41:43.668Z[ host-image] Sep 05 00:41:42.566 INFO O| Sep 05 00:41:42.566 INFO copying /tmp/.tmpw4xSUh/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 ...
90692024-09-05T00:41:43.670Z[ host-image] Sep 05 00:41:42.566 INFO O| Sep 05 00:41:42.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90702024-09-05T00:41:43.670Z[ host-image] Sep 05 00:41:42.566 INFO O| Sep 05 00:41:42.566 INFO ok!
90712024-09-05T00:41:43.671Z[ host-image] Sep 05 00:41:42.566 INFO O| Sep 05 00:41:42.566 INFO STEP 61 (ensure_file) COMPLETE
90722024-09-05T00:41:43.671Z[ host-image] Sep 05 00:41:42.566 INFO O| Sep 05 00:41:42.566 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90732024-09-05T00:41:43.680Z[ host-image] Sep 05 00:41:42.578 INFO O| Sep 05 00:41:42.578 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90742024-09-05T00:41:43.680Z[ host-image] Sep 05 00:41:42.578 INFO O| Sep 05 00:41:42.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90752024-09-05T00:41:43.682Z[ host-image] Sep 05 00:41:42.578 INFO O| Sep 05 00:41:42.578 INFO STEP 62 (ensure_dir) COMPLETE
90762024-09-05T00:41:43.682Z[ host-image] Sep 05 00:41:42.578 INFO O| Sep 05 00:41:42.578 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-09-05T00:41:43.692Z[ host-image] Sep 05 00:41:42.590 INFO O| Sep 05 00:41:42.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90782024-09-05T00:41:43.692Z[ host-image] Sep 05 00:41:42.590 INFO O| Sep 05 00:41:42.590 INFO copying /tmp/.tmpw4xSUh/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 ...
90792024-09-05T00:41:43.695Z[ host-image] Sep 05 00:41:42.590 INFO O| Sep 05 00:41:42.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90802024-09-05T00:41:43.695Z[ host-image] Sep 05 00:41:42.590 INFO O| Sep 05 00:41:42.590 INFO ok!
90812024-09-05T00:41:43.695Z[ host-image] Sep 05 00:41:42.590 INFO O| Sep 05 00:41:42.590 INFO STEP 63 (ensure_file) COMPLETE
90822024-09-05T00:41:43.695Z[ host-image] Sep 05 00:41:42.590 INFO O| Sep 05 00:41:42.590 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-09-05T00:41:43.705Z[ host-image] Sep 05 00:41:42.603 INFO O| Sep 05 00:41:42.603 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90842024-09-05T00:41:43.705Z[ host-image] Sep 05 00:41:42.603 INFO O| Sep 05 00:41:42.603 INFO copying /tmp/.tmpw4xSUh/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 ...
90852024-09-05T00:41:43.707Z[ host-image] Sep 05 00:41:42.603 INFO O| Sep 05 00:41:42.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90862024-09-05T00:41:43.707Z[ host-image] Sep 05 00:41:42.603 INFO O| Sep 05 00:41:42.603 INFO ok!
90872024-09-05T00:41:43.707Z[ host-image] Sep 05 00:41:42.603 INFO O| Sep 05 00:41:42.603 INFO STEP 64 (ensure_file) COMPLETE
90882024-09-05T00:41:43.707Z[ host-image] Sep 05 00:41:42.603 INFO O| Sep 05 00:41:42.603 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90892024-09-05T00:41:43.717Z[ host-image] Sep 05 00:41:42.615 INFO O| Sep 05 00:41:42.615 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90902024-09-05T00:41:43.717Z[ host-image] Sep 05 00:41:42.615 INFO O| Sep 05 00:41:42.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90912024-09-05T00:41:43.720Z[ host-image] Sep 05 00:41:42.615 INFO O| Sep 05 00:41:42.615 INFO STEP 65 (ensure_dir) COMPLETE
90922024-09-05T00:41:43.720Z[ host-image] Sep 05 00:41:42.615 INFO O| Sep 05 00:41:42.615 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-09-05T00:41:43.730Z[ host-image] Sep 05 00:41:42.628 INFO O| Sep 05 00:41:42.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90942024-09-05T00:41:43.732Z[ host-image] Sep 05 00:41:42.628 INFO O| Sep 05 00:41:42.628 INFO copying /tmp/.tmpw4xSUh/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 ...
90952024-09-05T00:41:43.732Z[ host-image] Sep 05 00:41:42.628 INFO O| Sep 05 00:41:42.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90962024-09-05T00:41:43.732Z[ host-image] Sep 05 00:41:42.628 INFO O| Sep 05 00:41:42.628 INFO ok!
90972024-09-05T00:41:43.732Z[ host-image] Sep 05 00:41:42.628 INFO O| Sep 05 00:41:42.628 INFO STEP 66 (ensure_file) COMPLETE
90982024-09-05T00:41:43.732Z[ host-image] Sep 05 00:41:42.628 INFO O| Sep 05 00:41:42.628 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-09-05T00:41:43.742Z[ host-image] Sep 05 00:41:42.640 INFO O| Sep 05 00:41:42.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91002024-09-05T00:41:43.744Z[ host-image] Sep 05 00:41:42.640 INFO O| Sep 05 00:41:42.640 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91012024-09-05T00:41:43.744Z[ host-image] Sep 05 00:41:42.640 INFO O| Sep 05 00:41:42.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91022024-09-05T00:41:43.744Z[ host-image] Sep 05 00:41:42.640 INFO O| Sep 05 00:41:42.640 INFO ok!
91032024-09-05T00:41:43.744Z[ host-image] Sep 05 00:41:42.640 INFO O| Sep 05 00:41:42.640 INFO STEP 67 (ensure_file) COMPLETE
91042024-09-05T00:41:43.744Z[ host-image] Sep 05 00:41:42.640 INFO O| Sep 05 00:41:42.640 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91052024-09-05T00:41:43.753Z[ host-image] Sep 05 00:41:42.651 INFO O| Sep 05 00:41:42.651 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91062024-09-05T00:41:43.756Z[ host-image] Sep 05 00:41:42.651 INFO O| Sep 05 00:41:42.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91072024-09-05T00:41:43.756Z[ host-image] Sep 05 00:41:42.651 INFO O| Sep 05 00:41:42.651 INFO STEP 68 (ensure_dir) COMPLETE
91082024-09-05T00:41:43.756Z[ host-image] Sep 05 00:41:42.651 INFO O| Sep 05 00:41:42.651 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-09-05T00:41:43.765Z[ host-image] Sep 05 00:41:42.663 INFO O| Sep 05 00:41:42.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91102024-09-05T00:41:43.765Z[ host-image] Sep 05 00:41:42.663 INFO O| Sep 05 00:41:42.663 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91112024-09-05T00:41:44.429Z[ host-image] Sep 05 00:41:43.326 INFO O| Sep 05 00:41:43.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91122024-09-05T00:41:44.429Z[ host-image] Sep 05 00:41:43.326 INFO O| Sep 05 00:41:43.326 INFO ok!
91132024-09-05T00:41:44.429Z[ host-image] Sep 05 00:41:43.326 INFO O| Sep 05 00:41:43.326 INFO STEP 69 (ensure_file) COMPLETE
91142024-09-05T00:41:44.431Z[ host-image] Sep 05 00:41:43.326 INFO O| Sep 05 00:41:43.326 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-09-05T00:41:44.442Z[ host-image] Sep 05 00:41:43.340 INFO O| Sep 05 00:41:43.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91162024-09-05T00:41:44.442Z[ host-image] Sep 05 00:41:43.340 INFO O| Sep 05 00:41:43.340 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91172024-09-05T00:41:45.891Z[ host-image] Sep 05 00:41:44.788 INFO O| Sep 05 00:41:44.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91182024-09-05T00:41:45.893Z[ host-image] Sep 05 00:41:44.788 INFO O| Sep 05 00:41:44.788 INFO ok!
91192024-09-05T00:41:45.893Z[ host-image] Sep 05 00:41:44.788 INFO O| Sep 05 00:41:44.788 INFO STEP 70 (ensure_file) COMPLETE
91202024-09-05T00:41:45.893Z[ host-image] Sep 05 00:41:44.788 INFO O| Sep 05 00:41:44.788 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-09-05T00:41:45.903Z[ host-image] Sep 05 00:41:44.800 INFO O| Sep 05 00:41:44.800 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91222024-09-05T00:41:45.905Z[ host-image] Sep 05 00:41:44.800 INFO O| Sep 05 00:41:44.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91232024-09-05T00:41:45.905Z[ host-image] Sep 05 00:41:44.801 INFO O| Sep 05 00:41:44.800 INFO STEP 71 (ensure_dir) COMPLETE
91242024-09-05T00:41:45.905Z[ host-image] Sep 05 00:41:44.801 INFO O| Sep 05 00:41:44.800 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-09-05T00:41:45.914Z[ host-image] Sep 05 00:41:44.811 INFO O| Sep 05 00:41:44.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91262024-09-05T00:41:45.914Z[ host-image] Sep 05 00:41:44.811 INFO O| Sep 05 00:41:44.811 INFO copying /tmp/.tmpw4xSUh/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 ...
91272024-09-05T00:41:45.916Z[ host-image] Sep 05 00:41:44.812 INFO O| Sep 05 00:41:44.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91282024-09-05T00:41:45.916Z[ host-image] Sep 05 00:41:44.812 INFO O| Sep 05 00:41:44.812 INFO ok!
91292024-09-05T00:41:45.916Z[ host-image] Sep 05 00:41:44.812 INFO O| Sep 05 00:41:44.812 INFO STEP 72 (ensure_file) COMPLETE
91302024-09-05T00:41:45.916Z[ host-image] Sep 05 00:41:44.812 INFO O| Sep 05 00:41:44.812 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-09-05T00:41:45.925Z[ host-image] Sep 05 00:41:44.823 INFO O| Sep 05 00:41:44.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91322024-09-05T00:41:45.925Z[ host-image] Sep 05 00:41:44.823 INFO O| Sep 05 00:41:44.823 INFO copying /tmp/.tmpw4xSUh/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 ...
91332024-09-05T00:41:45.926Z[ host-image] Sep 05 00:41:44.823 INFO O| Sep 05 00:41:44.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91342024-09-05T00:41:45.928Z[ host-image] Sep 05 00:41:44.823 INFO O| Sep 05 00:41:44.823 INFO ok!
91352024-09-05T00:41:45.928Z[ host-image] Sep 05 00:41:44.823 INFO O| Sep 05 00:41:44.823 INFO STEP 73 (ensure_file) COMPLETE
91362024-09-05T00:41:45.928Z[ host-image] Sep 05 00:41:44.823 INFO O| Sep 05 00:41:44.823 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91372024-09-05T00:41:45.942Z[ host-image] Sep 05 00:41:44.840 INFO O| Sep 05 00:41:44.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91382024-09-05T00:41:45.942Z[ host-image] Sep 05 00:41:44.840 INFO O| Sep 05 00:41:44.839 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91392024-09-05T00:41:45.945Z[ host-image] Sep 05 00:41:44.840 INFO O| Sep 05 00:41:44.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91402024-09-05T00:41:45.945Z[ host-image] Sep 05 00:41:44.840 INFO O| Sep 05 00:41:44.840 INFO ok!
91412024-09-05T00:41:45.945Z[ host-image] Sep 05 00:41:44.840 INFO O| Sep 05 00:41:44.840 INFO STEP 74 (ensure_file) COMPLETE
91422024-09-05T00:41:45.945Z[ host-image] Sep 05 00:41:44.840 INFO O| Sep 05 00:41:44.840 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91432024-09-05T00:41:45.959Z[ host-image] Sep 05 00:41:44.856 INFO O| Sep 05 00:41:44.856 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91442024-09-05T00:41:45.959Z[ host-image] Sep 05 00:41:44.856 INFO O| Sep 05 00:41:44.856 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91452024-09-05T00:41:45.961Z[ host-image] Sep 05 00:41:44.856 INFO O| Sep 05 00:41:44.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91462024-09-05T00:41:45.961Z[ host-image] Sep 05 00:41:44.856 INFO O| Sep 05 00:41:44.856 INFO ok!
91472024-09-05T00:41:45.961Z[ host-image] Sep 05 00:41:44.856 INFO O| Sep 05 00:41:44.856 INFO STEP 75 (ensure_file) COMPLETE
91482024-09-05T00:41:45.961Z[ host-image] Sep 05 00:41:44.856 INFO O| Sep 05 00:41:44.856 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-09-05T00:41:45.974Z[ host-image] Sep 05 00:41:44.872 INFO O| Sep 05 00:41:44.872 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91502024-09-05T00:41:45.974Z[ host-image] Sep 05 00:41:44.872 INFO O| Sep 05 00:41:44.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91512024-09-05T00:41:45.974Z[ host-image] Sep 05 00:41:44.872 INFO O| Sep 05 00:41:44.872 INFO STEP 76 (ensure_dir) COMPLETE
91522024-09-05T00:41:45.977Z[ host-image] Sep 05 00:41:44.872 INFO O| Sep 05 00:41:44.872 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-09-05T00:41:45.989Z[ host-image] Sep 05 00:41:44.887 INFO O| Sep 05 00:41:44.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91542024-09-05T00:41:45.989Z[ host-image] Sep 05 00:41:44.887 INFO O| Sep 05 00:41:44.887 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91552024-09-05T00:41:46.112Z[ recovery-image] Sep 05 00:41:45.010 INFO E| Finished `release` profile [optimized] target(s) in 45.68s
91562024-09-05T00:41:46.140Z[ recovery-image] Sep 05 00:41:45.037 INFO building host image...
91572024-09-05T00:41:46.142Z[ recovery-image] Sep 05 00:41:45.038 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")
91582024-09-05T00:41:46.462Z[ host-image] Sep 05 00:41:45.359 INFO O| Sep 05 00:41:45.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91592024-09-05T00:41:46.462Z[ host-image] Sep 05 00:41:45.359 INFO O| Sep 05 00:41:45.359 INFO ok!
91602024-09-05T00:41:46.464Z[ host-image] Sep 05 00:41:45.359 INFO O| Sep 05 00:41:45.359 INFO STEP 77 (ensure_file) COMPLETE
91612024-09-05T00:41:46.465Z[ host-image] Sep 05 00:41:45.359 INFO O| Sep 05 00:41:45.359 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91622024-09-05T00:41:46.476Z[ host-image] Sep 05 00:41:45.374 INFO O| Sep 05 00:41:45.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91632024-09-05T00:41:46.476Z[ host-image] Sep 05 00:41:45.374 INFO O| Sep 05 00:41:45.373 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91642024-09-05T00:41:46.479Z[ host-image] Sep 05 00:41:45.374 INFO O| Sep 05 00:41:45.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91652024-09-05T00:41:46.479Z[ host-image] Sep 05 00:41:45.374 INFO O| Sep 05 00:41:45.374 INFO ok!
91662024-09-05T00:41:46.479Z[ host-image] Sep 05 00:41:45.374 INFO O| Sep 05 00:41:45.374 INFO STEP 78 (ensure_file) COMPLETE
91672024-09-05T00:41:46.479Z[ host-image] Sep 05 00:41:45.374 INFO O| Sep 05 00:41:45.374 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91682024-09-05T00:41:46.490Z[ host-image] Sep 05 00:41:45.388 INFO O| Sep 05 00:41:45.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91692024-09-05T00:41:46.490Z[ host-image] Sep 05 00:41:45.388 INFO O| Sep 05 00:41:45.388 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91702024-09-05T00:41:46.754Z[ recovery-image] Sep 05 00:41:45.652 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
91712024-09-05T00:41:47.345Z[ host-image] Sep 05 00:41:46.242 INFO O| Sep 05 00:41:46.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91722024-09-05T00:41:47.345Z[ host-image] Sep 05 00:41:46.242 INFO O| Sep 05 00:41:46.242 INFO ok!
91732024-09-05T00:41:47.348Z[ host-image] Sep 05 00:41:46.242 INFO O| Sep 05 00:41:46.242 INFO STEP 79 (ensure_file) COMPLETE
91742024-09-05T00:41:47.348Z[ host-image] Sep 05 00:41:46.242 INFO O| Sep 05 00:41:46.242 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-09-05T00:41:47.361Z[ host-image] Sep 05 00:41:46.259 INFO O| Sep 05 00:41:46.259 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91762024-09-05T00:41:47.362Z[ host-image] Sep 05 00:41:46.259 INFO O| Sep 05 00:41:46.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91772024-09-05T00:41:47.362Z[ host-image] Sep 05 00:41:46.259 INFO O| Sep 05 00:41:46.259 INFO STEP 80 (ensure_dir) COMPLETE
91782024-09-05T00:41:47.364Z[ host-image] Sep 05 00:41:46.259 INFO O| Sep 05 00:41:46.259 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91792024-09-05T00:41:47.377Z[ host-image] Sep 05 00:41:46.274 INFO O| Sep 05 00:41:46.274 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91802024-09-05T00:41:47.377Z[ host-image] Sep 05 00:41:46.275 INFO O| Sep 05 00:41:46.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91812024-09-05T00:41:47.380Z[ host-image] Sep 05 00:41:46.275 INFO O| Sep 05 00:41:46.275 INFO STEP 81 (ensure_dir) COMPLETE
91822024-09-05T00:41:47.380Z[ host-image] Sep 05 00:41:46.275 INFO O| Sep 05 00:41:46.275 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91832024-09-05T00:41:47.393Z[ host-image] Sep 05 00:41:46.290 INFO O| Sep 05 00:41:46.290 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91842024-09-05T00:41:47.393Z[ host-image] Sep 05 00:41:46.290 INFO O| Sep 05 00:41:46.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91852024-09-05T00:41:47.393Z[ host-image] Sep 05 00:41:46.290 INFO O| Sep 05 00:41:46.290 INFO STEP 82 (ensure_dir) COMPLETE
91862024-09-05T00:41:47.395Z[ host-image] Sep 05 00:41:46.290 INFO O| Sep 05 00:41:46.290 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-09-05T00:41:47.408Z[ host-image] Sep 05 00:41:46.305 INFO O| Sep 05 00:41:46.304 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91882024-09-05T00:41:47.410Z[ host-image] Sep 05 00:41:46.305 INFO O| Sep 05 00:41:46.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91892024-09-05T00:41:47.410Z[ host-image] Sep 05 00:41:46.305 INFO O| Sep 05 00:41:46.305 INFO STEP 83 (ensure_dir) COMPLETE
91902024-09-05T00:41:47.410Z[ host-image] Sep 05 00:41:46.305 INFO O| Sep 05 00:41:46.305 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-09-05T00:41:47.422Z[ host-image] Sep 05 00:41:46.320 INFO O| Sep 05 00:41:46.320 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91922024-09-05T00:41:47.423Z[ host-image] Sep 05 00:41:46.320 INFO O| Sep 05 00:41:46.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91932024-09-05T00:41:47.425Z[ host-image] Sep 05 00:41:46.320 INFO O| Sep 05 00:41:46.320 INFO STEP 84 (ensure_dir) COMPLETE
91942024-09-05T00:41:47.425Z[ host-image] Sep 05 00:41:46.320 INFO O| Sep 05 00:41:46.320 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-09-05T00:41:47.438Z[ host-image] Sep 05 00:41:46.335 INFO O| Sep 05 00:41:46.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91962024-09-05T00:41:47.438Z[ host-image] Sep 05 00:41:46.335 INFO O| Sep 05 00:41:46.335 INFO copying /tmp/.tmpw4xSUh/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 ...
91972024-09-05T00:41:47.441Z[ host-image] Sep 05 00:41:46.335 INFO O| Sep 05 00:41:46.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91982024-09-05T00:41:47.441Z[ host-image] Sep 05 00:41:46.335 INFO O| Sep 05 00:41:46.335 INFO ok!
91992024-09-05T00:41:47.441Z[ host-image] Sep 05 00:41:46.335 INFO O| Sep 05 00:41:46.335 INFO STEP 85 (ensure_file) COMPLETE
92002024-09-05T00:41:47.441Z[ host-image] Sep 05 00:41:46.335 INFO O| Sep 05 00:41:46.335 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-09-05T00:41:47.451Z[ host-image] Sep 05 00:41:46.349 INFO O| Sep 05 00:41:46.349 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92022024-09-05T00:41:47.451Z[ host-image] Sep 05 00:41:46.349 INFO O| Sep 05 00:41:46.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92032024-09-05T00:41:47.459Z[ host-image] Sep 05 00:41:46.349 INFO O| Sep 05 00:41:46.349 INFO STEP 86 (ensure_dir) COMPLETE
92042024-09-05T00:41:47.459Z[ host-image] Sep 05 00:41:46.349 INFO O| Sep 05 00:41:46.349 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-09-05T00:41:47.466Z[ host-image] Sep 05 00:41:46.363 INFO O| Sep 05 00:41:46.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92062024-09-05T00:41:47.468Z[ host-image] Sep 05 00:41:46.363 INFO O| Sep 05 00:41:46.363 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92072024-09-05T00:41:47.468Z[ host-image] Sep 05 00:41:46.363 INFO O| Sep 05 00:41:46.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92082024-09-05T00:41:47.468Z[ host-image] Sep 05 00:41:46.363 INFO O| Sep 05 00:41:46.363 INFO ok!
92092024-09-05T00:41:47.468Z[ host-image] Sep 05 00:41:46.363 INFO O| Sep 05 00:41:46.363 INFO STEP 87 (ensure_file) COMPLETE
92102024-09-05T00:41:47.468Z[ host-image] Sep 05 00:41:46.363 INFO O| Sep 05 00:41:46.363 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-09-05T00:41:47.480Z[ host-image] Sep 05 00:41:46.377 INFO O| Sep 05 00:41:46.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92122024-09-05T00:41:47.480Z[ host-image] Sep 05 00:41:46.377 INFO O| Sep 05 00:41:46.377 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92132024-09-05T00:41:47.489Z[ host-image] Sep 05 00:41:46.386 INFO O| Sep 05 00:41:46.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92142024-09-05T00:41:47.489Z[ host-image] Sep 05 00:41:46.386 INFO O| Sep 05 00:41:46.386 INFO ok!
92152024-09-05T00:41:47.489Z[ host-image] Sep 05 00:41:46.386 INFO O| Sep 05 00:41:46.386 INFO STEP 88 (ensure_file) COMPLETE
92162024-09-05T00:41:47.492Z[ host-image] Sep 05 00:41:46.386 INFO O| Sep 05 00:41:46.386 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-09-05T00:41:47.505Z[ host-image] Sep 05 00:41:46.402 INFO O| Sep 05 00:41:46.402 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92182024-09-05T00:41:47.505Z[ host-image] Sep 05 00:41:46.402 INFO O| Sep 05 00:41:46.402 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92192024-09-05T00:41:47.992Z[ host-image] Sep 05 00:41:46.889 INFO O| Sep 05 00:41:46.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92202024-09-05T00:41:47.995Z[ host-image] Sep 05 00:41:46.889 INFO O| Sep 05 00:41:46.889 INFO ok!
92212024-09-05T00:41:47.995Z[ host-image] Sep 05 00:41:46.889 INFO O| Sep 05 00:41:46.889 INFO STEP 89 (ensure_file) COMPLETE
92222024-09-05T00:41:47.995Z[ host-image] Sep 05 00:41:46.889 INFO O| Sep 05 00:41:46.889 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-09-05T00:41:48.005Z[ host-image] Sep 05 00:41:46.902 INFO O| Sep 05 00:41:46.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92242024-09-05T00:41:48.008Z[ host-image] Sep 05 00:41:46.902 INFO O| Sep 05 00:41:46.902 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92252024-09-05T00:41:48.008Z[ host-image] Sep 05 00:41:46.902 INFO O| Sep 05 00:41:46.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92262024-09-05T00:41:48.008Z[ host-image] Sep 05 00:41:46.902 INFO O| Sep 05 00:41:46.902 INFO ok!
92272024-09-05T00:41:48.008Z[ host-image] Sep 05 00:41:46.902 INFO O| Sep 05 00:41:46.902 INFO STEP 90 (ensure_file) COMPLETE
92282024-09-05T00:41:48.008Z[ host-image] Sep 05 00:41:46.902 INFO O| Sep 05 00:41:46.902 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-09-05T00:41:48.015Z[ host-image] Sep 05 00:41:46.912 INFO O| Sep 05 00:41:46.912 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92302024-09-05T00:41:48.017Z[ host-image] Sep 05 00:41:46.912 INFO O| Sep 05 00:41:46.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92312024-09-05T00:41:48.017Z[ host-image] Sep 05 00:41:46.912 INFO O| Sep 05 00:41:46.912 INFO STEP 91 (ensure_dir) COMPLETE
92322024-09-05T00:41:48.018Z[ host-image] Sep 05 00:41:46.912 INFO O| Sep 05 00:41:46.912 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-09-05T00:41:48.025Z[ host-image] Sep 05 00:41:46.922 INFO O| Sep 05 00:41:46.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92342024-09-05T00:41:48.025Z[ host-image] Sep 05 00:41:46.922 INFO O| Sep 05 00:41:46.922 INFO copying /tmp/.tmpw4xSUh/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 ...
92352024-09-05T00:41:48.028Z[ host-image] Sep 05 00:41:46.922 INFO O| Sep 05 00:41:46.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92362024-09-05T00:41:48.028Z[ host-image] Sep 05 00:41:46.922 INFO O| Sep 05 00:41:46.922 INFO ok!
92372024-09-05T00:41:48.028Z[ host-image] Sep 05 00:41:46.922 INFO O| Sep 05 00:41:46.922 INFO STEP 92 (ensure_file) COMPLETE
92382024-09-05T00:41:48.028Z[ host-image] Sep 05 00:41:46.922 INFO O| Sep 05 00:41:46.922 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-09-05T00:41:48.035Z[ host-image] Sep 05 00:41:46.932 INFO O| Sep 05 00:41:46.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92402024-09-05T00:41:48.035Z[ host-image] Sep 05 00:41:46.932 INFO O| Sep 05 00:41:46.932 INFO copying /tmp/.tmpw4xSUh/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 ...
92412024-09-05T00:41:48.039Z[ host-image] Sep 05 00:41:46.932 INFO O| Sep 05 00:41:46.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92422024-09-05T00:41:48.039Z[ host-image] Sep 05 00:41:46.932 INFO O| Sep 05 00:41:46.932 INFO ok!
92432024-09-05T00:41:48.039Z[ host-image] Sep 05 00:41:46.932 INFO O| Sep 05 00:41:46.932 INFO STEP 93 (ensure_file) COMPLETE
92442024-09-05T00:41:48.039Z[ host-image] Sep 05 00:41:46.932 INFO O| Sep 05 00:41:46.932 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-09-05T00:41:48.045Z[ host-image] Sep 05 00:41:46.942 INFO O| Sep 05 00:41:46.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92462024-09-05T00:41:48.045Z[ host-image] Sep 05 00:41:46.943 INFO O| Sep 05 00:41:46.942 INFO copying /tmp/.tmpw4xSUh/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 ...
92472024-09-05T00:41:48.049Z[ host-image] Sep 05 00:41:46.943 INFO O| Sep 05 00:41:46.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92482024-09-05T00:41:48.049Z[ host-image] Sep 05 00:41:46.943 INFO O| Sep 05 00:41:46.943 INFO ok!
92492024-09-05T00:41:48.049Z[ host-image] Sep 05 00:41:46.943 INFO O| Sep 05 00:41:46.943 INFO STEP 94 (ensure_file) COMPLETE
92502024-09-05T00:41:48.050Z[ host-image] Sep 05 00:41:46.943 INFO O| Sep 05 00:41:46.943 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-09-05T00:41:48.056Z[ host-image] Sep 05 00:41:46.953 INFO O| Sep 05 00:41:46.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92522024-09-05T00:41:48.056Z[ host-image] Sep 05 00:41:46.953 INFO O| Sep 05 00:41:46.953 INFO copying /tmp/.tmpw4xSUh/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 ...
92532024-09-05T00:41:48.056Z[ host-image] Sep 05 00:41:46.953 INFO O| Sep 05 00:41:46.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92542024-09-05T00:41:48.060Z[ host-image] Sep 05 00:41:46.953 INFO O| Sep 05 00:41:46.953 INFO ok!
92552024-09-05T00:41:48.060Z[ host-image] Sep 05 00:41:46.953 INFO O| Sep 05 00:41:46.953 INFO STEP 95 (ensure_file) COMPLETE
92562024-09-05T00:41:48.060Z[ host-image] Sep 05 00:41:46.953 INFO O| Sep 05 00:41:46.953 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-09-05T00:41:48.067Z[ host-image] Sep 05 00:41:46.965 INFO O| Sep 05 00:41:46.964 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92582024-09-05T00:41:48.067Z[ host-image] Sep 05 00:41:46.965 INFO O| Sep 05 00:41:46.964 INFO copying /tmp/.tmpw4xSUh/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 ...
92592024-09-05T00:41:48.070Z[ host-image] Sep 05 00:41:46.965 INFO O| Sep 05 00:41:46.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92602024-09-05T00:41:48.070Z[ host-image] Sep 05 00:41:46.965 INFO O| Sep 05 00:41:46.965 INFO ok!
92612024-09-05T00:41:48.070Z[ host-image] Sep 05 00:41:46.965 INFO O| Sep 05 00:41:46.965 INFO STEP 96 (ensure_file) COMPLETE
92622024-09-05T00:41:48.070Z[ host-image] Sep 05 00:41:46.965 INFO O| Sep 05 00:41:46.965 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-09-05T00:41:48.079Z[ host-image] Sep 05 00:41:46.976 INFO O| Sep 05 00:41:46.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92642024-09-05T00:41:48.079Z[ host-image] Sep 05 00:41:46.976 INFO O| Sep 05 00:41:46.976 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92652024-09-05T00:41:48.082Z[ host-image] Sep 05 00:41:46.976 INFO O| Sep 05 00:41:46.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92662024-09-05T00:41:48.082Z[ host-image] Sep 05 00:41:46.976 INFO O| Sep 05 00:41:46.976 INFO ok!
92672024-09-05T00:41:48.082Z[ host-image] Sep 05 00:41:46.976 INFO O| Sep 05 00:41:46.976 INFO STEP 97 (ensure_file) COMPLETE
92682024-09-05T00:41:48.082Z[ host-image] Sep 05 00:41:46.976 INFO O| Sep 05 00:41:46.976 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-09-05T00:41:48.091Z[ host-image] Sep 05 00:41:46.988 INFO O| Sep 05 00:41:46.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92702024-09-05T00:41:48.091Z[ host-image] Sep 05 00:41:46.988 INFO O| Sep 05 00:41:46.988 INFO copying /tmp/.tmpw4xSUh/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 ...
92712024-09-05T00:41:48.094Z[ host-image] Sep 05 00:41:46.988 INFO O| Sep 05 00:41:46.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92722024-09-05T00:41:48.094Z[ host-image] Sep 05 00:41:46.988 INFO O| Sep 05 00:41:46.988 INFO ok!
92732024-09-05T00:41:48.095Z[ host-image] Sep 05 00:41:46.988 INFO O| Sep 05 00:41:46.988 INFO STEP 98 (ensure_file) COMPLETE
92742024-09-05T00:41:48.095Z[ host-image] Sep 05 00:41:46.988 INFO O| Sep 05 00:41:46.988 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-09-05T00:41:48.103Z[ host-image] Sep 05 00:41:47.000 INFO O| Sep 05 00:41:47.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92762024-09-05T00:41:48.103Z[ host-image] Sep 05 00:41:47.000 INFO O| Sep 05 00:41:47.000 INFO copying /tmp/.tmpw4xSUh/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 ...
92772024-09-05T00:41:48.106Z[ host-image] Sep 05 00:41:47.000 INFO O| Sep 05 00:41:47.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92782024-09-05T00:41:48.106Z[ host-image] Sep 05 00:41:47.000 INFO O| Sep 05 00:41:47.000 INFO ok!
92792024-09-05T00:41:48.106Z[ host-image] Sep 05 00:41:47.000 INFO O| Sep 05 00:41:47.000 INFO STEP 99 (ensure_file) COMPLETE
92802024-09-05T00:41:48.106Z[ host-image] Sep 05 00:41:47.000 INFO O| Sep 05 00:41:47.000 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92812024-09-05T00:41:48.116Z[ host-image] Sep 05 00:41:47.013 INFO O| Sep 05 00:41:47.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92822024-09-05T00:41:48.117Z[ host-image] Sep 05 00:41:47.013 INFO O| Sep 05 00:41:47.013 INFO copying /tmp/.tmpw4xSUh/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 ...
92832024-09-05T00:41:48.119Z[ host-image] Sep 05 00:41:47.014 INFO O| Sep 05 00:41:47.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92842024-09-05T00:41:48.119Z[ host-image] Sep 05 00:41:47.014 INFO O| Sep 05 00:41:47.014 INFO ok!
92852024-09-05T00:41:48.119Z[ host-image] Sep 05 00:41:47.014 INFO O| Sep 05 00:41:47.014 INFO STEP 100 (ensure_file) COMPLETE
92862024-09-05T00:41:48.119Z[ host-image] Sep 05 00:41:47.014 INFO O| Sep 05 00:41:47.014 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92872024-09-05T00:41:48.130Z[ host-image] Sep 05 00:41:47.027 INFO O| Sep 05 00:41:47.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92882024-09-05T00:41:48.130Z[ host-image] Sep 05 00:41:47.027 INFO O| Sep 05 00:41:47.027 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92892024-09-05T00:41:48.132Z[ host-image] Sep 05 00:41:47.027 INFO O| Sep 05 00:41:47.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92902024-09-05T00:41:48.132Z[ host-image] Sep 05 00:41:47.027 INFO O| Sep 05 00:41:47.027 INFO ok!
92912024-09-05T00:41:48.132Z[ host-image] Sep 05 00:41:47.027 INFO O| Sep 05 00:41:47.027 INFO STEP 101 (ensure_file) COMPLETE
92922024-09-05T00:41:48.133Z[ host-image] Sep 05 00:41:47.027 INFO O| Sep 05 00:41:47.027 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932024-09-05T00:41:48.143Z[ host-image] Sep 05 00:41:47.040 INFO O| Sep 05 00:41:47.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92942024-09-05T00:41:48.143Z[ host-image] Sep 05 00:41:47.040 INFO O| Sep 05 00:41:47.040 INFO copying /tmp/.tmpw4xSUh/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 ...
92952024-09-05T00:41:48.143Z[ host-image] Sep 05 00:41:47.040 INFO O| Sep 05 00:41:47.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92962024-09-05T00:41:48.145Z[ host-image] Sep 05 00:41:47.040 INFO O| Sep 05 00:41:47.040 INFO ok!
92972024-09-05T00:41:48.146Z[ host-image] Sep 05 00:41:47.040 INFO O| Sep 05 00:41:47.040 INFO STEP 102 (ensure_file) COMPLETE
92982024-09-05T00:41:48.146Z[ host-image] Sep 05 00:41:47.040 INFO O| Sep 05 00:41:47.040 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92992024-09-05T00:41:48.156Z[ host-image] Sep 05 00:41:47.053 INFO O| Sep 05 00:41:47.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93002024-09-05T00:41:48.156Z[ host-image] Sep 05 00:41:47.053 INFO O| Sep 05 00:41:47.053 INFO copying /tmp/.tmpw4xSUh/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 ...
93012024-09-05T00:41:48.159Z[ host-image] Sep 05 00:41:47.053 INFO O| Sep 05 00:41:47.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93022024-09-05T00:41:48.159Z[ host-image] Sep 05 00:41:47.053 INFO O| Sep 05 00:41:47.053 INFO ok!
93032024-09-05T00:41:48.159Z[ host-image] Sep 05 00:41:47.053 INFO O| Sep 05 00:41:47.053 INFO STEP 103 (ensure_file) COMPLETE
93042024-09-05T00:41:48.159Z[ host-image] Sep 05 00:41:47.053 INFO O| Sep 05 00:41:47.053 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052024-09-05T00:41:48.169Z[ host-image] Sep 05 00:41:47.066 INFO O| Sep 05 00:41:47.066 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93062024-09-05T00:41:48.169Z[ host-image] Sep 05 00:41:47.066 INFO O| Sep 05 00:41:47.066 INFO copying /tmp/.tmpw4xSUh/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 ...
93072024-09-05T00:41:48.172Z[ host-image] Sep 05 00:41:47.066 INFO O| Sep 05 00:41:47.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93082024-09-05T00:41:48.172Z[ host-image] Sep 05 00:41:47.066 INFO O| Sep 05 00:41:47.066 INFO ok!
93092024-09-05T00:41:48.172Z[ host-image] Sep 05 00:41:47.067 INFO O| Sep 05 00:41:47.066 INFO STEP 104 (ensure_file) COMPLETE
93102024-09-05T00:41:48.172Z[ host-image] Sep 05 00:41:47.067 INFO O| Sep 05 00:41:47.066 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93112024-09-05T00:41:48.182Z[ host-image] Sep 05 00:41:47.079 INFO O| Sep 05 00:41:47.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93122024-09-05T00:41:48.182Z[ host-image] Sep 05 00:41:47.079 INFO O| Sep 05 00:41:47.079 INFO copying /tmp/.tmpw4xSUh/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 ...
93132024-09-05T00:41:48.185Z[ host-image] Sep 05 00:41:47.079 INFO O| Sep 05 00:41:47.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93142024-09-05T00:41:48.185Z[ host-image] Sep 05 00:41:47.080 INFO O| Sep 05 00:41:47.079 INFO ok!
93152024-09-05T00:41:48.185Z[ host-image] Sep 05 00:41:47.080 INFO O| Sep 05 00:41:47.079 INFO STEP 105 (ensure_file) COMPLETE
93162024-09-05T00:41:48.185Z[ host-image] Sep 05 00:41:47.080 INFO O| Sep 05 00:41:47.080 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172024-09-05T00:41:48.195Z[ host-image] Sep 05 00:41:47.092 INFO O| Sep 05 00:41:47.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93182024-09-05T00:41:48.195Z[ host-image] Sep 05 00:41:47.092 INFO O| Sep 05 00:41:47.092 INFO copying /tmp/.tmpw4xSUh/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 ...
93192024-09-05T00:41:48.197Z[ host-image] Sep 05 00:41:47.092 INFO O| Sep 05 00:41:47.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93202024-09-05T00:41:48.198Z[ host-image] Sep 05 00:41:47.092 INFO O| Sep 05 00:41:47.092 INFO ok!
93212024-09-05T00:41:48.198Z[ host-image] Sep 05 00:41:47.092 INFO O| Sep 05 00:41:47.092 INFO STEP 106 (ensure_file) COMPLETE
93222024-09-05T00:41:48.198Z[ host-image] Sep 05 00:41:47.093 INFO O| Sep 05 00:41:47.092 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232024-09-05T00:41:48.208Z[ host-image] Sep 05 00:41:47.105 INFO O| Sep 05 00:41:47.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93242024-09-05T00:41:48.210Z[ host-image] Sep 05 00:41:47.105 INFO O| Sep 05 00:41:47.105 INFO copying /tmp/.tmpw4xSUh/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 ...
93252024-09-05T00:41:48.210Z[ host-image] Sep 05 00:41:47.105 INFO O| Sep 05 00:41:47.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93262024-09-05T00:41:48.210Z[ host-image] Sep 05 00:41:47.105 INFO O| Sep 05 00:41:47.105 INFO ok!
93272024-09-05T00:41:48.210Z[ host-image] Sep 05 00:41:47.105 INFO O| Sep 05 00:41:47.105 INFO STEP 107 (ensure_file) COMPLETE
93282024-09-05T00:41:48.210Z[ host-image] Sep 05 00:41:47.105 INFO O| Sep 05 00:41:47.105 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93292024-09-05T00:41:48.220Z[ host-image] Sep 05 00:41:47.117 INFO O| Sep 05 00:41:47.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93302024-09-05T00:41:48.220Z[ host-image] Sep 05 00:41:47.117 INFO O| Sep 05 00:41:47.117 INFO copying /tmp/.tmpw4xSUh/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 ...
93312024-09-05T00:41:48.223Z[ host-image] Sep 05 00:41:47.117 INFO O| Sep 05 00:41:47.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93322024-09-05T00:41:48.223Z[ host-image] Sep 05 00:41:47.117 INFO O| Sep 05 00:41:47.117 INFO ok!
93332024-09-05T00:41:48.223Z[ host-image] Sep 05 00:41:47.117 INFO O| Sep 05 00:41:47.117 INFO STEP 108 (ensure_file) COMPLETE
93342024-09-05T00:41:48.223Z[ host-image] Sep 05 00:41:47.117 INFO O| Sep 05 00:41:47.117 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93352024-09-05T00:41:48.235Z[ host-image] Sep 05 00:41:47.132 INFO O| Sep 05 00:41:47.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93362024-09-05T00:41:48.235Z[ host-image] Sep 05 00:41:47.132 INFO O| Sep 05 00:41:47.132 INFO copying /tmp/.tmpw4xSUh/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 ...
93372024-09-05T00:41:48.238Z[ host-image] Sep 05 00:41:47.132 INFO O| Sep 05 00:41:47.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93382024-09-05T00:41:48.238Z[ host-image] Sep 05 00:41:47.132 INFO O| Sep 05 00:41:47.132 INFO ok!
93392024-09-05T00:41:48.238Z[ host-image] Sep 05 00:41:47.132 INFO O| Sep 05 00:41:47.132 INFO STEP 109 (ensure_file) COMPLETE
93402024-09-05T00:41:48.238Z[ host-image] Sep 05 00:41:47.132 INFO O| Sep 05 00:41:47.132 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93412024-09-05T00:41:48.247Z[ host-image] Sep 05 00:41:47.144 INFO O| Sep 05 00:41:47.144 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93422024-09-05T00:41:48.247Z[ host-image] Sep 05 00:41:47.144 INFO O| Sep 05 00:41:47.144 INFO copying /tmp/.tmpw4xSUh/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 ...
93432024-09-05T00:41:48.250Z[ host-image] Sep 05 00:41:47.144 INFO O| Sep 05 00:41:47.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93442024-09-05T00:41:48.250Z[ host-image] Sep 05 00:41:47.144 INFO O| Sep 05 00:41:47.144 INFO ok!
93452024-09-05T00:41:48.250Z[ host-image] Sep 05 00:41:47.144 INFO O| Sep 05 00:41:47.144 INFO STEP 110 (ensure_file) COMPLETE
93462024-09-05T00:41:48.250Z[ host-image] Sep 05 00:41:47.144 INFO O| Sep 05 00:41:47.144 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93472024-09-05T00:41:48.259Z[ host-image] Sep 05 00:41:47.156 INFO O| Sep 05 00:41:47.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93482024-09-05T00:41:48.259Z[ host-image] Sep 05 00:41:47.156 INFO O| Sep 05 00:41:47.156 INFO copying /tmp/.tmpw4xSUh/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 ...
93492024-09-05T00:41:48.262Z[ host-image] Sep 05 00:41:47.157 INFO O| Sep 05 00:41:47.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93502024-09-05T00:41:48.262Z[ host-image] Sep 05 00:41:47.157 INFO O| Sep 05 00:41:47.156 INFO ok!
93512024-09-05T00:41:48.262Z[ host-image] Sep 05 00:41:47.157 INFO O| Sep 05 00:41:47.157 INFO STEP 111 (ensure_file) COMPLETE
93522024-09-05T00:41:48.262Z[ host-image] Sep 05 00:41:47.157 INFO O| Sep 05 00:41:47.157 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93532024-09-05T00:41:48.271Z[ host-image] Sep 05 00:41:47.169 INFO O| Sep 05 00:41:47.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93542024-09-05T00:41:48.271Z[ host-image] Sep 05 00:41:47.169 INFO O| Sep 05 00:41:47.169 INFO copying /tmp/.tmpw4xSUh/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 ...
93552024-09-05T00:41:48.274Z[ host-image] Sep 05 00:41:47.169 INFO O| Sep 05 00:41:47.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93562024-09-05T00:41:48.274Z[ host-image] Sep 05 00:41:47.169 INFO O| Sep 05 00:41:47.169 INFO ok!
93572024-09-05T00:41:48.274Z[ host-image] Sep 05 00:41:47.169 INFO O| Sep 05 00:41:47.169 INFO STEP 112 (ensure_file) COMPLETE
93582024-09-05T00:41:48.274Z[ host-image] Sep 05 00:41:47.169 INFO O| Sep 05 00:41:47.169 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93592024-09-05T00:41:48.284Z[ host-image] Sep 05 00:41:47.182 INFO O| Sep 05 00:41:47.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93602024-09-05T00:41:48.284Z[ host-image] Sep 05 00:41:47.182 INFO O| Sep 05 00:41:47.181 INFO copying /tmp/.tmpw4xSUh/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 ...
93612024-09-05T00:41:48.287Z[ host-image] Sep 05 00:41:47.182 INFO O| Sep 05 00:41:47.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93622024-09-05T00:41:48.287Z[ host-image] Sep 05 00:41:47.182 INFO O| Sep 05 00:41:47.182 INFO ok!
93632024-09-05T00:41:48.287Z[ host-image] Sep 05 00:41:47.182 INFO O| Sep 05 00:41:47.182 INFO STEP 113 (ensure_file) COMPLETE
93642024-09-05T00:41:48.287Z[ host-image] Sep 05 00:41:47.182 INFO O| Sep 05 00:41:47.182 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652024-09-05T00:41:48.297Z[ host-image] Sep 05 00:41:47.194 INFO O| Sep 05 00:41:47.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93662024-09-05T00:41:48.297Z[ host-image] Sep 05 00:41:47.194 INFO O| Sep 05 00:41:47.194 INFO copying /tmp/.tmpw4xSUh/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 ...
93672024-09-05T00:41:48.299Z[ host-image] Sep 05 00:41:47.194 INFO O| Sep 05 00:41:47.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93682024-09-05T00:41:48.299Z[ host-image] Sep 05 00:41:47.194 INFO O| Sep 05 00:41:47.194 INFO ok!
93692024-09-05T00:41:48.299Z[ host-image] Sep 05 00:41:47.194 INFO O| Sep 05 00:41:47.194 INFO STEP 114 (ensure_file) COMPLETE
93702024-09-05T00:41:48.299Z[ host-image] Sep 05 00:41:47.194 INFO O| Sep 05 00:41:47.194 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93712024-09-05T00:41:48.308Z[ host-image] Sep 05 00:41:47.206 INFO O| Sep 05 00:41:47.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93722024-09-05T00:41:48.308Z[ host-image] Sep 05 00:41:47.206 INFO O| Sep 05 00:41:47.205 INFO copying /tmp/.tmpw4xSUh/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 ...
93732024-09-05T00:41:48.311Z[ host-image] Sep 05 00:41:47.206 INFO O| Sep 05 00:41:47.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93742024-09-05T00:41:48.311Z[ host-image] Sep 05 00:41:47.206 INFO O| Sep 05 00:41:47.206 INFO ok!
93752024-09-05T00:41:48.311Z[ host-image] Sep 05 00:41:47.206 INFO O| Sep 05 00:41:47.206 INFO STEP 115 (ensure_file) COMPLETE
93762024-09-05T00:41:48.311Z[ host-image] Sep 05 00:41:47.206 INFO O| Sep 05 00:41:47.206 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772024-09-05T00:41:48.321Z[ host-image] Sep 05 00:41:47.218 INFO O| Sep 05 00:41:47.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93782024-09-05T00:41:48.321Z[ host-image] Sep 05 00:41:47.218 INFO O| Sep 05 00:41:47.218 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93792024-09-05T00:41:48.323Z[ host-image] Sep 05 00:41:47.218 INFO O| Sep 05 00:41:47.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93802024-09-05T00:41:48.323Z[ host-image] Sep 05 00:41:47.218 INFO O| Sep 05 00:41:47.218 INFO ok!
93812024-09-05T00:41:48.323Z[ host-image] Sep 05 00:41:47.218 INFO O| Sep 05 00:41:47.218 INFO STEP 116 (ensure_file) COMPLETE
93822024-09-05T00:41:48.323Z[ host-image] Sep 05 00:41:47.218 INFO O| Sep 05 00:41:47.218 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93832024-09-05T00:41:48.333Z[ host-image] Sep 05 00:41:47.230 INFO O| Sep 05 00:41:47.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93842024-09-05T00:41:48.333Z[ host-image] Sep 05 00:41:47.230 INFO O| Sep 05 00:41:47.230 INFO copying /tmp/.tmpw4xSUh/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 ...
93852024-09-05T00:41:48.336Z[ host-image] Sep 05 00:41:47.230 INFO O| Sep 05 00:41:47.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93862024-09-05T00:41:48.336Z[ host-image] Sep 05 00:41:47.230 INFO O| Sep 05 00:41:47.230 INFO ok!
93872024-09-05T00:41:48.336Z[ host-image] Sep 05 00:41:47.230 INFO O| Sep 05 00:41:47.230 INFO STEP 117 (ensure_file) COMPLETE
93882024-09-05T00:41:48.336Z[ host-image] Sep 05 00:41:47.230 INFO O| Sep 05 00:41:47.230 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93892024-09-05T00:41:48.345Z[ host-image] Sep 05 00:41:47.242 INFO O| Sep 05 00:41:47.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93902024-09-05T00:41:48.345Z[ host-image] Sep 05 00:41:47.242 INFO O| Sep 05 00:41:47.242 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93912024-09-05T00:41:48.345Z[ host-image] Sep 05 00:41:47.242 INFO O| Sep 05 00:41:47.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93922024-09-05T00:41:48.349Z[ host-image] Sep 05 00:41:47.242 INFO O| Sep 05 00:41:47.242 INFO ok!
93932024-09-05T00:41:48.349Z[ host-image] Sep 05 00:41:47.242 INFO O| Sep 05 00:41:47.242 INFO STEP 118 (ensure_file) COMPLETE
93942024-09-05T00:41:48.349Z[ host-image] Sep 05 00:41:47.242 INFO O| Sep 05 00:41:47.242 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952024-09-05T00:41:48.357Z[ host-image] Sep 05 00:41:47.254 INFO O| Sep 05 00:41:47.254 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93962024-09-05T00:41:48.357Z[ host-image] Sep 05 00:41:47.254 INFO O| Sep 05 00:41:47.254 INFO copying /tmp/.tmpw4xSUh/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93972024-09-05T00:41:48.609Z[ recovery-image] Sep 05 00:41:47.497 INFO image complete! materials are in "/work/os-recovery"
93982024-09-05T00:41:48.611ZSep 05 00:41:47.504 INFO [recovery-image] process exited with exit status: 0 (484.348016892s)
93992024-09-05T00:41:48.611Z[ recovery-image]
94002024-09-05T00:41:48.611Z[ recovery-image] real 8:04.326625968
94012024-09-05T00:41:48.611Z[ recovery-image] user 4:53.441764947
94022024-09-05T00:41:48.611Z[ recovery-image] sys 1:25.930226047
94032024-09-05T00:41:48.611Z[ recovery-image] trap 0.252613524
94042024-09-05T00:41:48.611Z[ recovery-image] tflt 0.788199459
94052024-09-05T00:41:48.611Z[ recovery-image] dflt 1.263777530
94062024-09-05T00:41:48.611Z[ recovery-image] kflt 0.000042630
94072024-09-05T00:41:48.611Z[ recovery-image] lock 10:12.291050879
94082024-09-05T00:41:48.611Z[ recovery-image] slp 46:35.703820982
94092024-09-05T00:41:48.611Z[ recovery-image] lat 2:35.312296329
94102024-09-05T00:41:48.611Z[ recovery-image] stop 5.765276589
94112024-09-05T00:41:51.675Z[ host-image] Sep 05 00:41:50.572 INFO O| Sep 05 00:41:50.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94122024-09-05T00:41:51.675Z[ host-image] Sep 05 00:41:50.572 INFO O| Sep 05 00:41:50.572 INFO ok!
94132024-09-05T00:41:51.678Z[ host-image] Sep 05 00:41:50.572 INFO O| Sep 05 00:41:50.572 INFO STEP 119 (ensure_file) COMPLETE
94142024-09-05T00:41:51.678Z[ host-image] Sep 05 00:41:50.572 INFO O| Sep 05 00:41:50.572 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-09-05T00:41:51.686Z[ host-image] Sep 05 00:41:50.583 INFO O| Sep 05 00:41:50.583 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94162024-09-05T00:41:51.687Z[ host-image] Sep 05 00:41:50.583 INFO O| Sep 05 00:41:50.583 INFO STEP 120 (ensure_dir) COMPLETE
94172024-09-05T00:41:51.687Z[ host-image] Sep 05 00:41:50.583 INFO O| Sep 05 00:41:50.583 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-09-05T00:41:51.696Z[ host-image] Sep 05 00:41:50.593 INFO O| Sep 05 00:41:50.593 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94192024-09-05T00:41:51.696Z[ host-image] Sep 05 00:41:50.593 INFO O| Sep 05 00:41:50.593 INFO STEP 121 (ensure_dir) COMPLETE
94202024-09-05T00:41:51.699Z[ host-image] Sep 05 00:41:50.593 INFO O| Sep 05 00:41:50.593 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-09-05T00:41:51.706Z[ host-image] Sep 05 00:41:50.602 INFO O| Sep 05 00:41:50.602 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94222024-09-05T00:41:51.706Z[ host-image] Sep 05 00:41:50.602 INFO O| Sep 05 00:41:50.602 INFO STEP 122 (ensure_dir) COMPLETE
94232024-09-05T00:41:51.706Z[ host-image] Sep 05 00:41:50.602 INFO O| Sep 05 00:41:50.602 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-09-05T00:41:51.715Z[ host-image] Sep 05 00:41:50.611 INFO O| Sep 05 00:41:50.611 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94252024-09-05T00:41:51.715Z[ host-image] Sep 05 00:41:50.611 INFO O| Sep 05 00:41:50.611 INFO STEP 123 (ensure_dir) COMPLETE
94262024-09-05T00:41:51.717Z[ host-image] Sep 05 00:41:50.611 INFO O| Sep 05 00:41:50.611 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-09-05T00:41:51.726Z[ host-image] Sep 05 00:41:50.622 INFO O| Sep 05 00:41:50.622 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94282024-09-05T00:41:51.726Z[ host-image] Sep 05 00:41:50.622 INFO O| Sep 05 00:41:50.622 INFO copying /tmp/.tmpw4xSUh/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 ...
94292024-09-05T00:41:51.728Z[ host-image] Sep 05 00:41:50.622 INFO O| Sep 05 00:41:50.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94302024-09-05T00:41:51.729Z[ host-image] Sep 05 00:41:50.622 INFO O| Sep 05 00:41:50.622 INFO ok!
94312024-09-05T00:41:51.729Z[ host-image] Sep 05 00:41:50.622 INFO O| Sep 05 00:41:50.622 INFO STEP 124 (ensure_file) COMPLETE
94322024-09-05T00:41:51.729Z[ host-image] Sep 05 00:41:50.622 INFO O| Sep 05 00:41:50.622 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-09-05T00:41:51.739Z[ host-image] Sep 05 00:41:50.636 INFO O| Sep 05 00:41:50.636 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94342024-09-05T00:41:51.739Z[ host-image] Sep 05 00:41:50.636 INFO O| Sep 05 00:41:50.636 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94352024-09-05T00:41:51.742Z[ host-image] Sep 05 00:41:50.636 INFO O| Sep 05 00:41:50.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94362024-09-05T00:41:51.742Z[ host-image] Sep 05 00:41:50.636 INFO O| Sep 05 00:41:50.636 INFO STEP 125 (ensure_dir) COMPLETE
94372024-09-05T00:41:51.742Z[ host-image] Sep 05 00:41:50.636 INFO O| Sep 05 00:41:50.636 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-09-05T00:41:51.753Z[ host-image] Sep 05 00:41:50.649 INFO O| Sep 05 00:41:50.649 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94392024-09-05T00:41:51.753Z[ host-image] Sep 05 00:41:50.649 INFO O| Sep 05 00:41:50.649 INFO copying /tmp/.tmpw4xSUh/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94402024-09-05T00:41:51.756Z[ host-image] Sep 05 00:41:50.649 INFO O| Sep 05 00:41:50.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94412024-09-05T00:41:51.756Z[ host-image] Sep 05 00:41:50.649 INFO O| Sep 05 00:41:50.649 INFO ok!
94422024-09-05T00:41:51.756Z[ host-image] Sep 05 00:41:50.649 INFO O| Sep 05 00:41:50.649 INFO STEP 126 (ensure_file) COMPLETE
94432024-09-05T00:41:51.756Z[ host-image] Sep 05 00:41:50.649 INFO O| Sep 05 00:41:50.649 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94442024-09-05T00:41:51.765Z[ host-image] Sep 05 00:41:50.661 INFO O| Sep 05 00:41:50.661 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94452024-09-05T00:41:51.767Z[ host-image] Sep 05 00:41:50.662 INFO O| Sep 05 00:41:50.661 INFO STEP 127 (remove_files) COMPLETE
94462024-09-05T00:41:51.767Z[ host-image] Sep 05 00:41:50.662 INFO O| Sep 05 00:41:50.662 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94472024-09-05T00:41:51.777Z[ host-image] Sep 05 00:41:50.673 INFO O| Sep 05 00:41:50.673 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94482024-09-05T00:41:51.779Z[ host-image] Sep 05 00:41:50.674 INFO O| Sep 05 00:41:50.674 INFO STEP 128 (remove_files) COMPLETE
94492024-09-05T00:41:51.779Z[ host-image] Sep 05 00:41:50.674 INFO O| Sep 05 00:41:50.674 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94502024-09-05T00:41:51.789Z[ host-image] Sep 05 00:41:50.685 INFO O| Sep 05 00:41:50.685 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94512024-09-05T00:41:51.792Z[ host-image] Sep 05 00:41:50.686 INFO O| Sep 05 00:41:50.685 INFO STEP 129 (remove_files) COMPLETE
94522024-09-05T00:41:51.792Z[ host-image] Sep 05 00:41:50.686 INFO O| Sep 05 00:41:50.685 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94532024-09-05T00:41:51.801Z[ host-image] Sep 05 00:41:50.697 INFO O| Sep 05 00:41:50.697 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94542024-09-05T00:41:51.803Z[ host-image] Sep 05 00:41:50.698 INFO O| Sep 05 00:41:50.698 INFO STEP 130 (remove_files) COMPLETE
94552024-09-05T00:41:51.803Z[ host-image] Sep 05 00:41:50.698 INFO O| Sep 05 00:41:50.698 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94562024-09-05T00:41:51.813Z[ host-image] Sep 05 00:41:50.709 INFO O| Sep 05 00:41:50.709 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94572024-09-05T00:41:51.815Z[ host-image] Sep 05 00:41:50.710 INFO O| Sep 05 00:41:50.709 INFO STEP 131 (remove_files) COMPLETE
94582024-09-05T00:41:51.815Z[ host-image] Sep 05 00:41:50.710 INFO O| Sep 05 00:41:50.709 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94592024-09-05T00:41:51.824Z[ host-image] Sep 05 00:41:50.721 INFO O| Sep 05 00:41:50.721 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94602024-09-05T00:41:51.828Z[ host-image] Sep 05 00:41:50.721 INFO O| Sep 05 00:41:50.721 INFO STEP 132 (remove_files) COMPLETE
94612024-09-05T00:41:51.828Z[ host-image] Sep 05 00:41:50.721 INFO O| Sep 05 00:41:50.721 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94622024-09-05T00:41:51.836Z[ host-image] Sep 05 00:41:50.732 INFO O| Sep 05 00:41:50.732 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94632024-09-05T00:41:51.836Z[ host-image] Sep 05 00:41:50.733 INFO O| Sep 05 00:41:50.732 INFO STEP 133 (remove_files) COMPLETE
94642024-09-05T00:41:51.838Z[ host-image] Sep 05 00:41:50.733 INFO O| Sep 05 00:41:50.732 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94652024-09-05T00:41:51.847Z[ host-image] Sep 05 00:41:50.744 INFO O| Sep 05 00:41:50.744 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94662024-09-05T00:41:51.850Z[ host-image] Sep 05 00:41:50.744 INFO O| Sep 05 00:41:50.744 INFO STEP 134 (remove_files) COMPLETE
94672024-09-05T00:41:51.850Z[ host-image] Sep 05 00:41:50.744 INFO O| Sep 05 00:41:50.744 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94682024-09-05T00:41:51.859Z[ host-image] Sep 05 00:41:50.755 INFO O| Sep 05 00:41:50.755 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94692024-09-05T00:41:51.859Z[ host-image] Sep 05 00:41:50.756 INFO O| Sep 05 00:41:50.755 INFO STEP 135 (remove_files) COMPLETE
94702024-09-05T00:41:51.859Z[ host-image] Sep 05 00:41:50.756 INFO O| Sep 05 00:41:50.755 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94712024-09-05T00:41:51.870Z[ host-image] Sep 05 00:41:50.767 INFO O| Sep 05 00:41:50.767 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94722024-09-05T00:41:51.870Z[ host-image] Sep 05 00:41:50.767 INFO O| Sep 05 00:41:50.767 INFO STEP 136 (remove_files) COMPLETE
94732024-09-05T00:41:51.873Z[ host-image] Sep 05 00:41:50.767 INFO O| Sep 05 00:41:50.767 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94742024-09-05T00:41:51.882Z[ host-image] Sep 05 00:41:50.778 INFO O| Sep 05 00:41:50.778 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94752024-09-05T00:41:51.882Z[ host-image] Sep 05 00:41:50.778 INFO O| Sep 05 00:41:50.778 INFO STEP 137 (remove_files) COMPLETE
94762024-09-05T00:41:51.885Z[ host-image] Sep 05 00:41:50.778 INFO O| Sep 05 00:41:50.778 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94772024-09-05T00:41:51.893Z[ host-image] Sep 05 00:41:50.790 INFO O| Sep 05 00:41:50.790 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94782024-09-05T00:41:51.896Z[ host-image] Sep 05 00:41:50.790 INFO O| Sep 05 00:41:50.790 INFO STEP 138 (remove_files) COMPLETE
94792024-09-05T00:41:51.896Z[ host-image] Sep 05 00:41:50.790 INFO O| Sep 05 00:41:50.790 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94802024-09-05T00:41:51.905Z[ host-image] Sep 05 00:41:50.801 INFO O| Sep 05 00:41:50.801 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94812024-09-05T00:41:51.905Z[ host-image] Sep 05 00:41:50.801 INFO O| Sep 05 00:41:50.801 INFO STEP 139 (remove_files) COMPLETE
94822024-09-05T00:41:51.910Z[ host-image] Sep 05 00:41:50.802 INFO O| Sep 05 00:41:50.801 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94832024-09-05T00:41:51.916Z[ host-image] Sep 05 00:41:50.813 INFO O| Sep 05 00:41:50.813 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94842024-09-05T00:41:51.916Z[ host-image] Sep 05 00:41:50.813 INFO O| Sep 05 00:41:50.813 INFO STEP 140 (remove_files) COMPLETE
94852024-09-05T00:41:51.916Z[ host-image] Sep 05 00:41:50.813 INFO O| Sep 05 00:41:50.813 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94862024-09-05T00:41:51.927Z[ host-image] Sep 05 00:41:50.823 INFO O| Sep 05 00:41:50.823 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94872024-09-05T00:41:51.927Z[ host-image] Sep 05 00:41:50.823 INFO O| Sep 05 00:41:50.823 INFO STEP 141 (remove_files) COMPLETE
94882024-09-05T00:41:51.929Z[ host-image] Sep 05 00:41:50.823 INFO O| Sep 05 00:41:50.823 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94892024-09-05T00:41:51.938Z[ host-image] Sep 05 00:41:50.834 INFO O| Sep 05 00:41:50.834 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94902024-09-05T00:41:51.938Z[ host-image] Sep 05 00:41:50.834 INFO O| Sep 05 00:41:50.834 INFO STEP 142 (remove_files) COMPLETE
94912024-09-05T00:41:51.938Z[ host-image] Sep 05 00:41:50.834 INFO O| Sep 05 00:41:50.834 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94922024-09-05T00:41:51.949Z[ host-image] Sep 05 00:41:50.845 INFO O| Sep 05 00:41:50.845 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94932024-09-05T00:41:51.949Z[ host-image] Sep 05 00:41:50.845 INFO O| Sep 05 00:41:50.845 INFO STEP 143 (remove_files) COMPLETE
94942024-09-05T00:41:51.951Z[ host-image] Sep 05 00:41:50.845 INFO O| Sep 05 00:41:50.845 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94952024-09-05T00:41:51.960Z[ host-image] Sep 05 00:41:50.856 INFO O| Sep 05 00:41:50.856 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94962024-09-05T00:41:51.960Z[ host-image] Sep 05 00:41:50.856 INFO O| Sep 05 00:41:50.856 INFO STEP 144 (remove_files) COMPLETE
94972024-09-05T00:41:51.962Z[ host-image] Sep 05 00:41:50.856 INFO O| Sep 05 00:41:50.856 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94982024-09-05T00:41:51.971Z[ host-image] Sep 05 00:41:50.868 INFO O| Sep 05 00:41:50.867 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94992024-09-05T00:41:51.971Z[ host-image] Sep 05 00:41:50.868 INFO O| Sep 05 00:41:50.868 INFO STEP 145 (remove_files) COMPLETE
95002024-09-05T00:41:51.973Z[ host-image] Sep 05 00:41:50.868 INFO O| Sep 05 00:41:50.868 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95012024-09-05T00:41:51.983Z[ host-image] Sep 05 00:41:50.879 INFO O| Sep 05 00:41:50.879 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95022024-09-05T00:41:51.983Z[ host-image] Sep 05 00:41:50.879 INFO O| Sep 05 00:41:50.879 INFO STEP 146 (remove_files) COMPLETE
95032024-09-05T00:41:51.985Z[ host-image] Sep 05 00:41:50.879 INFO O| Sep 05 00:41:50.879 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95042024-09-05T00:41:51.994Z[ host-image] Sep 05 00:41:50.890 INFO O| Sep 05 00:41:50.890 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95052024-09-05T00:41:51.994Z[ host-image] Sep 05 00:41:50.891 INFO O| Sep 05 00:41:50.891 INFO STEP 147 (remove_files) COMPLETE
95062024-09-05T00:41:51.994Z[ host-image] Sep 05 00:41:50.891 INFO O| Sep 05 00:41:50.891 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95072024-09-05T00:41:52.015Z[ host-image] Sep 05 00:41:50.910 INFO O| Sep 05 00:41:50.910 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95082024-09-05T00:41:52.017Z[ host-image] Sep 05 00:41:50.911 INFO O| Sep 05 00:41:50.911 INFO STEP 148 (remove_files) COMPLETE
95092024-09-05T00:41:52.017Z[ host-image] Sep 05 00:41:50.911 INFO O| Sep 05 00:41:50.911 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95102024-09-05T00:41:52.031Z[ host-image] Sep 05 00:41:50.928 INFO O| Sep 05 00:41:50.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95112024-09-05T00:41:52.031Z[ host-image] Sep 05 00:41:50.928 INFO O| Sep 05 00:41:50.928 INFO STEP 149 (remove_files) COMPLETE
95122024-09-05T00:41:52.031Z[ host-image] Sep 05 00:41:50.928 INFO O| Sep 05 00:41:50.928 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95132024-09-05T00:41:52.047Z[ host-image] Sep 05 00:41:50.943 INFO O| Sep 05 00:41:50.943 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95142024-09-05T00:41:52.047Z[ host-image] Sep 05 00:41:50.943 INFO O| Sep 05 00:41:50.943 INFO STEP 150 (remove_files) COMPLETE
95152024-09-05T00:41:52.047Z[ host-image] Sep 05 00:41:50.943 INFO O| Sep 05 00:41:50.943 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95162024-09-05T00:41:52.061Z[ host-image] Sep 05 00:41:50.957 INFO O| Sep 05 00:41:50.957 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95172024-09-05T00:41:52.061Z[ host-image] Sep 05 00:41:50.957 INFO O| Sep 05 00:41:50.957 INFO STEP 151 (remove_files) COMPLETE
95182024-09-05T00:41:52.061Z[ host-image] Sep 05 00:41:50.957 INFO O| Sep 05 00:41:50.957 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95192024-09-05T00:41:52.074Z[ host-image] Sep 05 00:41:50.970 INFO O| Sep 05 00:41:50.970 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95202024-09-05T00:41:52.074Z[ host-image] Sep 05 00:41:50.971 INFO O| Sep 05 00:41:50.971 INFO STEP 152 (remove_files) COMPLETE
95212024-09-05T00:41:52.076Z[ host-image] Sep 05 00:41:50.971 INFO O| Sep 05 00:41:50.971 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95222024-09-05T00:41:52.087Z[ host-image] Sep 05 00:41:50.983 INFO O| Sep 05 00:41:50.983 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95232024-09-05T00:41:52.087Z[ host-image] Sep 05 00:41:50.983 INFO O| Sep 05 00:41:50.983 INFO STEP 153 (remove_files) COMPLETE
95242024-09-05T00:41:52.089Z[ host-image] Sep 05 00:41:50.983 INFO O| Sep 05 00:41:50.983 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95252024-09-05T00:41:52.098Z[ host-image] Sep 05 00:41:50.995 INFO O| Sep 05 00:41:50.995 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95262024-09-05T00:41:52.098Z[ host-image] Sep 05 00:41:50.995 INFO O| Sep 05 00:41:50.995 INFO STEP 154 (remove_files) COMPLETE
95272024-09-05T00:41:52.100Z[ host-image] Sep 05 00:41:50.995 INFO O| Sep 05 00:41:50.995 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95282024-09-05T00:41:52.109Z[ host-image] Sep 05 00:41:51.005 INFO O| Sep 05 00:41:51.005 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95292024-09-05T00:41:52.109Z[ host-image] Sep 05 00:41:51.006 INFO O| Sep 05 00:41:51.006 INFO STEP 155 (remove_files) COMPLETE
95302024-09-05T00:41:52.111Z[ host-image] Sep 05 00:41:51.006 INFO O| Sep 05 00:41:51.006 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95312024-09-05T00:41:52.124Z[ host-image] Sep 05 00:41:51.021 INFO O| Sep 05 00:41:51.021 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95322024-09-05T00:41:52.124Z[ host-image] Sep 05 00:41:51.021 INFO O| Sep 05 00:41:51.021 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_CHECKHASH": "1", "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"}
95332024-09-05T00:41:57.979Z[ host-image] Sep 05 00:41:56.874 INFO O| Sep 05 00:41:56.874 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
95342024-09-05T00:41:57.979Z[ host-image] Sep 05 00:41:56.874 INFO O| Sep 05 00:41:56.874 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95352024-09-05T00:41:57.995Z[ host-image] Sep 05 00:41:56.890 INFO O| Sep 05 00:41:56.890 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
95362024-09-05T00:41:58.085Z[ host-image] Sep 05 00:41:56.980 INFO O| Sep 05 00:41:56.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95372024-09-05T00:41:58.085Z[ host-image] Sep 05 00:41:56.980 INFO O| Sep 05 00:41:56.980 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95382024-09-05T00:41:58.087Z[ host-image] Sep 05 00:41:56.982 INFO O| Sep 05 00:41:56.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95392024-09-05T00:41:58.087Z[ host-image] Sep 05 00:41:56.982 INFO O| Sep 05 00:41:56.982 INFO ok!
95402024-09-05T00:41:58.087Z[ host-image] Sep 05 00:41:56.982 INFO O| Sep 05 00:41:56.982 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95412024-09-05T00:41:58.087Z[ host-image] Sep 05 00:41:56.982 INFO O| Sep 05 00:41:56.982 INFO STEP 156 (seed_smf) COMPLETE
95422024-09-05T00:41:58.087Z[ host-image] Sep 05 00:41:56.982 INFO O| Sep 05 00:41:56.982 INFO steps complete; finalising image!
95432024-09-05T00:41:58.087Z[ host-image] Sep 05 00:41:56.982 INFO O| Sep 05 00:41:56.982 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95442024-09-05T00:41:58.230Z[ host-image] Sep 05 00:41:57.125 INFO O| Sep 05 00:41:57.125 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Sep 5 00:41:56 2024)
95452024-09-05T00:41:58.462Z[ host-image] Sep 05 00:41:57.357 INFO O| Sep 05 00:41:57.357 INFO temporary pool has 671M used, 161M avail, 1.87x compressratio
95462024-09-05T00:41:58.462Z[ host-image] Sep 05 00:41:57.357 INFO O| Sep 05 00:41:57.357 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95472024-09-05T00:41:58.809Z[ host-image] Sep 05 00:41:57.704 INFO O| Sep 05 00:41:57.704 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95482024-09-05T00:41:58.809Z[ host-image] Sep 05 00:41:57.704 INFO O| Sep 05 00:41:57.704 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95492024-09-05T00:41:59.900Z[ host-image] Sep 05 00:41:58.795 INFO O| Sep 05 00:41:58.795 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95502024-09-05T00:41:59.900Z[ host-image] Sep 05 00:41:58.795 INFO O| Sep 05 00:41:58.795 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95512024-09-05T00:41:59.903Z[ host-image] Sep 05 00:41:58.795 INFO O| Sep 05 00:41:58.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95522024-09-05T00:41:59.903Z[ host-image] Sep 05 00:41:58.795 INFO O| Sep 05 00:41:58.795 INFO completed processing gimlet/zfs
95532024-09-05T00:41:59.903Z[ host-image] Sep 05 00:41:58.795 INFO O| Sep 05 00:41:58.795 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95542024-09-05T00:42:06.586Z[ host-image] Sep 05 00:42:05.480 INFO O| Sep 05 00:42:05.480 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95552024-09-05T00:42:06.725Z[ host-image] Sep 05 00:42:05.618 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
95562024-09-05T00:42:06.725Z[ host-image] Sep 05 00:42:05.618 INFO expanded image name: "ci 48f8cf9/${os_short_commit} 2024-09-05 00:10" -> "ci 48f8cf9/2408c3f 2024-09-05 00:10"
95572024-09-05T00:42:06.728Z[ host-image] Sep 05 00:42:05.619 INFO output artefacts stored in: "/work/os-host"
95582024-09-05T00:42:06.728Z[ host-image] Sep 05 00:42:05.619 INFO collecting git info from project "image-builder"...
95592024-09-05T00:42:06.732Z[ host-image] Sep 05 00:42:05.625 INFO collecting git info from project "pilot"...
95602024-09-05T00:42:06.739Z[ host-image] Sep 05 00:42:05.632 INFO collecting git info from project "phbl"...
95612024-09-05T00:42:06.744Z[ host-image] Sep 05 00:42:05.638 INFO collecting git info from project "amd-host-image-builder"...
95622024-09-05T00:42:06.761Z[ host-image] Sep 05 00:42:05.655 INFO collecting git info from project "bootserver"...
95632024-09-05T00:42:06.767Z[ host-image] Sep 05 00:42:05.661 INFO collecting git info from project "amd-firmware"...
95642024-09-05T00:42:06.778Z[ host-image] Sep 05 00:42:05.671 INFO collecting git info from project "pinprick"...
95652024-09-05T00:42:06.784Z[ host-image] Sep 05 00:42:05.678 INFO collecting git info from project "chelsio-t6-roms"...
95662024-09-05T00:42:06.790Z[ host-image] Sep 05 00:42:05.684 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95672024-09-05T00:42:07.249Z[ host-image] Sep 05 00:42:06.143 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95682024-09-05T00:42:07.678Z[ host-image] Sep 05 00:42:06.571 INFO creating Oxide boot image...
95692024-09-05T00:42:07.678Z[ host-image] Sep 05 00:42:06.571 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 48f8cf9/2408c3f 2024-09-05 00:10", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95702024-09-05T00:42:08.641Z[ host-image] Sep 05 00:42:07.534 INFO O| ok, image written!
95712024-09-05T00:42:08.641Z[ host-image] Sep 05 00:42:07.534 INFO O| ok, boot_image_csum file written!
95722024-09-05T00:42:08.644Z[ host-image] Sep 05 00:42:07.537 INFO creating boot archive (CPIO)...
95732024-09-05T00:42:08.644Z[ host-image] Sep 05 00:42:07.537 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
95742024-09-05T00:42:08.651Z[ host-image] Sep 05 00:42:07.545 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95752024-09-05T00:42:08.651Z[ host-image] Sep 05 00:42:07.545 INFO E| + outfile=/work/os-host/cpio
95762024-09-05T00:42:08.651Z[ host-image] Sep 05 00:42:07.545 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95772024-09-05T00:42:08.654Z[ host-image] Sep 05 00:42:07.547 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95782024-09-05T00:42:08.654Z[ host-image] Sep 05 00:42:07.547 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95792024-09-05T00:42:08.686Z[ host-image] Sep 05 00:42:07.579 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95802024-09-05T00:42:08.686Z[ host-image] Sep 05 00:42:07.579 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95812024-09-05T00:42:08.695Z[ host-image] Sep 05 00:42:07.588 INFO creating compressed cpio/unix for nanobl-rs...
95822024-09-05T00:42:08.695Z[ host-image] Sep 05 00:42:07.588 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
95832024-09-05T00:42:08.989Z[ host-image] Sep 05 00:42:07.882 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95842024-09-05T00:42:13.365Z[ host-image] Sep 05 00:42:12.257 INFO creating reset image...
95852024-09-05T00:42:13.365Z[ host-image] Sep 05 00:42:12.257 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95862024-09-05T00:42:13.459Z[ host-image] Sep 05 00:42:12.351 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95872024-09-05T00:42:13.462Z[ host-image] Sep 05 00:42:12.352 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95882024-09-05T00:42:13.537Z[ host-image] Sep 05 00:42:12.430 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95892024-09-05T00:42:15.945Z[ host-image] Sep 05 00:42:14.837 INFO E| Finished `release` profile [optimized] target(s) in 2.47s
95902024-09-05T00:42:15.958Z[ host-image] Sep 05 00:42:14.850 INFO building host image...
95912024-09-05T00:42:15.960Z[ host-image] Sep 05 00:42:14.850 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")
95922024-09-05T00:42:16.431Z[ host-image] Sep 05 00:42:15.323 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95932024-09-05T00:43:02.907Z[ host-image] Sep 05 00:43:01.790 INFO image complete! materials are in "/work/os-host"
95942024-09-05T00:43:02.910Z[ host-image]
95952024-09-05T00:43:02.913Z[ host-image] real 9:35.062656543
95962024-09-05T00:43:02.913Z[ host-image] user 4:42.895172631
95972024-09-05T00:43:02.913Z[ host-image] sys 59.876114486
95982024-09-05T00:43:02.913Z[ host-image] trap 0.242037990
95992024-09-05T00:43:02.913Z[ host-image] tflt 0.010699074
96002024-09-05T00:43:02.913Z[ host-image] dflt 0.064977149
96012024-09-05T00:43:02.913Z[ host-image] kflt 0.000034394
96022024-09-05T00:43:02.913Z[ host-image] lock 4:42.068774267
96032024-09-05T00:43:02.913Z[ host-image] slp 50:46.093436024
96042024-09-05T00:43:02.913Z[ host-image] lat 1:46.510787101
96052024-09-05T00:43:02.913Z[ host-image] stop 0.781424129
96062024-09-05T00:43:02.913ZSep 05 00:43:01.795 INFO [host-image] process exited with exit status: 0 (575.078787835s)
96072024-09-05T00:43:02.913ZSep 05 00:43:01.795 INFO [tuf-repo] running task
96082024-09-05T00:43:10.412ZSep 05 00:43:09.294 INFO assembling repository in `/tmp/tufaceouskgf9AM`, component: OmicronRepoAssembler
96092024-09-05T00:43:15.567ZSep 05 00:43:14.448 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96102024-09-05T00:43:15.905ZSep 05 00:43:14.786 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96112024-09-05T00:43:27.263ZSep 05 00:43:26.142 INFO [tuf-repo] task succeeded (24.347105979s)
96122024-09-05T00:43:27.263ZSep 05 00:43:26.142 INFO all jobs completed in 1996.698186482s
96132024-09-05T00:43:27.872Zprocess exited: duration 2583298 ms, exit code 0
 
96142024-09-05T00:43:27.883Zfound 33 output files
96152024-09-05T00:43:27.883Zuploading: /work/manifest.toml (8404 bytes)
96162024-09-05T00:43:28.894Zuploaded: /work/manifest.toml
96172024-09-05T00:43:28.904Zuploading: /work/repo.zip (1794026751 bytes)
96182024-09-05T00:44:01.810Zuploaded: /work/repo.zip
96192024-09-05T00:44:01.810Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96202024-09-05T00:44:02.824Zuploaded: /work/repo.zip.sha256.txt
96212024-09-05T00:44:02.824Zuploading: /work/helios-setup.log (52305 bytes)
96222024-09-05T00:44:03.835Zuploaded: /work/helios-setup.log
96232024-09-05T00:44:03.836Zuploading: /work/host-image.log (194741 bytes)
96242024-09-05T00:44:04.855Zuploaded: /work/host-image.log
96252024-09-05T00:44:04.855Zuploading: /work/host-package.log (19359 bytes)
96262024-09-05T00:44:05.863Zuploaded: /work/host-package.log
96272024-09-05T00:44:05.863Zuploading: /work/host-target.log (101 bytes)
96282024-09-05T00:44:06.871Zuploaded: /work/host-target.log
96292024-09-05T00:44:06.871Zuploading: /work/omicron-package.log (4520 bytes)
96302024-09-05T00:44:07.879Zuploaded: /work/omicron-package.log
96312024-09-05T00:44:07.879Zuploading: /work/phbl-toolchain.log (881 bytes)
96322024-09-05T00:44:08.887Zuploaded: /work/phbl-toolchain.log
96332024-09-05T00:44:08.887Zuploading: /work/recovery-image.log (590749 bytes)
96342024-09-05T00:44:09.918Zuploaded: /work/recovery-image.log
96352024-09-05T00:44:09.919Zuploading: /work/recovery-package.log (282 bytes)
96362024-09-05T00:44:10.927Zuploaded: /work/recovery-package.log
96372024-09-05T00:44:10.929Zuploading: /work/recovery-target.log (98 bytes)
96382024-09-05T00:44:11.935Zuploaded: /work/recovery-target.log
96392024-09-05T00:44:11.935Zuploading: /work/stamp-clickhouse.log (117 bytes)
96402024-09-05T00:44:12.943Zuploaded: /work/stamp-clickhouse.log
96412024-09-05T00:44:12.943Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96422024-09-05T00:44:13.949Zuploaded: /work/stamp-clickhouse_keeper.log
96432024-09-05T00:44:13.950Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96442024-09-05T00:44:14.957Zuploaded: /work/stamp-cockroachdb.log
96452024-09-05T00:44:14.957Zuploading: /work/stamp-crucible-dtrace.log (71 bytes)
96462024-09-05T00:44:15.965Zuploaded: /work/stamp-crucible-dtrace.log
96472024-09-05T00:44:15.965Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96482024-09-05T00:44:16.972Zuploaded: /work/stamp-crucible-pantry-zone.log
96492024-09-05T00:44:16.973Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96502024-09-05T00:44:17.980Zuploaded: /work/stamp-crucible-zone.log
96512024-09-05T00:44:17.980Zuploading: /work/stamp-external-dns.log (119 bytes)
96522024-09-05T00:44:18.988Zuploaded: /work/stamp-external-dns.log
96532024-09-05T00:44:18.988Zuploading: /work/stamp-installinator.log (103 bytes)
96542024-09-05T00:44:19.995Zuploaded: /work/stamp-installinator.log
96552024-09-05T00:44:19.995Zuploading: /work/stamp-internal-dns.log (119 bytes)
96562024-09-05T00:44:21.003Zuploaded: /work/stamp-internal-dns.log
96572024-09-05T00:44:21.003Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96582024-09-05T00:44:22.012Zuploaded: /work/stamp-mg-ddm-gz.log
96592024-09-05T00:44:22.012Zuploading: /work/stamp-nexus.log (112 bytes)
96602024-09-05T00:44:23.020Zuploaded: /work/stamp-nexus.log
96612024-09-05T00:44:23.020Zuploading: /work/stamp-ntp.log (110 bytes)
96622024-09-05T00:44:24.028Zuploaded: /work/stamp-ntp.log
96632024-09-05T00:44:24.028Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96642024-09-05T00:44:25.036Zuploaded: /work/stamp-omicron-sled-agent.log
96652024-09-05T00:44:25.036Zuploading: /work/stamp-overlay.log (66 bytes)
96662024-09-05T00:44:26.044Zuploaded: /work/stamp-overlay.log
96672024-09-05T00:44:26.044Zuploading: /work/stamp-oximeter.log (115 bytes)
96682024-09-05T00:44:27.052Zuploaded: /work/stamp-oximeter.log
96692024-09-05T00:44:27.052Zuploading: /work/stamp-oxlog.log (109 bytes)
96702024-09-05T00:44:28.059Zuploaded: /work/stamp-oxlog.log
96712024-09-05T00:44:28.059Zuploading: /work/stamp-probe.log (112 bytes)
96722024-09-05T00:44:29.067Zuploaded: /work/stamp-probe.log
96732024-09-05T00:44:29.067Zuploading: /work/stamp-propolis-server.log (122 bytes)
96742024-09-05T00:44:30.075Zuploaded: /work/stamp-propolis-server.log
96752024-09-05T00:44:30.075Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96762024-09-05T00:44:31.082Zuploaded: /work/stamp-pumpkind-gz.log
96772024-09-05T00:44:31.083Zuploading: /work/stamp-switch-asic.log (118 bytes)
96782024-09-05T00:44:32.090Zuploaded: /work/stamp-switch-asic.log
96792024-09-05T00:44:32.090Zuploading: /work/verify-libraries.log (3177 bytes)
96802024-09-05T00:44:33.098Zuploaded: /work/verify-libraries.log