01J4WDAQCEN82DB7CZGYKT2MHJ: 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: 01J4WDB53W9N5RBBRA8XWET4SS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-09T20:31:20.670Zjob assigned to worker 01J4WDB8NJVXJF5JCDZ8W2CM6W (queued for 1 m 13 s)
 
22024-08-09T20:31:28.838Zstarting task 0: "setup"
32024-08-09T20:31:28.924Z++ uname -s
42024-08-09T20:31:28.927Z+ kern=SunOS
52024-08-09T20:31:28.927Z+ case "$kern" in
62024-08-09T20:31:28.927Z+ groupadd -g 12345 build
72024-08-09T20:31:28.930Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-09T20:31:30.942Z+ zfs create -o mountpoint=/work rpool/work
92024-08-09T20:31:31.044Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-09T20:31:31.047Z+ home_fs=zfs
112024-08-09T20:31:31.048Z+ [[ zfs == autofs ]]
122024-08-09T20:31:31.048Z+ mkdir -p /home/build
132024-08-09T20:31:31.048Z+ chown build:build /home/build /work
142024-08-09T20:31:33.050Z+ chmod 0700 /home/build /work
152024-08-09T20:31:33.055Zprocess exited: duration 4213 ms, exit code 0
 
162024-08-09T20:31:33.064Zstarting task 1: "rust-toolchain"
172024-08-09T20:31:33.071Z+ printf ' * toolchain channel = "%s"
182024-08-09T20:31:33.071Z' 1.80.1
192024-08-09T20:31:33.072Z * toolchain channel = "1.80.1"
202024-08-09T20:31:33.072Z * toolchain profile = "default"
212024-08-09T20:31:33.072Z+ printf ' * toolchain profile = "%s"
222024-08-09T20:31:33.072Z' default
232024-08-09T20:31:33.072Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-09T20:31:33.078Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-09T20:31:33.176Zinfo: downloading installer
262024-08-09T20:31:34.316Zinfo: profile set to 'default'
272024-08-09T20:31:34.316Zinfo: default host triple is x86_64-unknown-illumos
282024-08-09T20:31:34.320Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-09T20:31:34.462Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-09T20:31:34.463Zinfo: downloading component 'cargo'
312024-08-09T20:31:35.045Zinfo: downloading component 'clippy'
322024-08-09T20:31:35.256Zinfo: downloading component 'rust-docs'
332024-08-09T20:31:36.077Zinfo: downloading component 'rust-std'
342024-08-09T20:31:37.228Zinfo: downloading component 'rustc'
352024-08-09T20:31:40.486Zinfo: downloading component 'rustfmt'
362024-08-09T20:31:40.661Zinfo: installing component 'cargo'
372024-08-09T20:31:41.569Zinfo: installing component 'clippy'
382024-08-09T20:31:41.968Zinfo: installing component 'rust-docs'
392024-08-09T20:31:43.636Zinfo: installing component 'rust-std'
402024-08-09T20:31:45.347Zinfo: installing component 'rustc'
412024-08-09T20:31:49.905Zinfo: installing component 'rustfmt'
422024-08-09T20:31:50.256Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-09T20:31:50.256Z
442024-08-09T20:31:50.521Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-09T20:31:50.521Z
462024-08-09T20:31:50.526Z
472024-08-09T20:31:50.526ZRust is installed now. Great!
482024-08-09T20:31:50.526Z
492024-08-09T20:31:50.526ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-09T20:31:50.526Zenvironment variable. This has not been done automatically.
512024-08-09T20:31:50.526Z
522024-08-09T20:31:50.526ZTo configure your current shell, you need to source
532024-08-09T20:31:50.526Zthe corresponding env file under $HOME/.cargo.
542024-08-09T20:31:50.526Z
552024-08-09T20:31:50.526ZThis is usually done by running one of the following (note the leading DOT):
562024-08-09T20:31:50.526Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-09T20:31:50.526Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-09T20:31:50.647Z+ rustc --version
592024-08-09T20:31:50.734Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-09T20:31:50.738Zprocess exited: duration 17672 ms, exit code 0
 
612024-08-09T20:31:50.743Zstarting task 2: "authentication"
622024-08-09T20:31:50.769Zprocess exited: duration 25 ms, exit code 0
 
632024-08-09T20:31:50.774Zstarting task 3: "clone repository"
642024-08-09T20:31:50.780Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-09T20:31:50.783Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-09T20:31:51.217ZCloning into '/work/oxidecomputer/omicron'...
672024-08-09T20:31:57.175Z+ cd /work/oxidecomputer/omicron
682024-08-09T20:31:57.175Z+ git fetch origin 38348069b757c06ec7038fd7c3db4bf5efe7c0b9
692024-08-09T20:31:57.576ZFrom https://github.com/oxidecomputer/omicron
702024-08-09T20:31:57.576Z * branch 38348069b757c06ec7038fd7c3db4bf5efe7c0b9 -> FETCH_HEAD
712024-08-09T20:31:57.585Z+ [[ -n '' ]]
722024-08-09T20:31:57.585Z+ git reset --hard 38348069b757c06ec7038fd7c3db4bf5efe7c0b9
732024-08-09T20:31:57.627ZHEAD is now at 38348069b [#5333 2/6] Region snapshot replacement omdb cmds
742024-08-09T20:31:57.630Zprocess exited: duration 6853 ms, exit code 0
 
752024-08-09T20:31:57.636Zstarting task 4: "build"
762024-08-09T20:31:57.642Z+ cargo --version
772024-08-09T20:31:57.704Zcargo 1.80.1 (376290515 2024-07-16)
782024-08-09T20:31:57.707Z+ rustc --version
792024-08-09T20:31:57.771Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
802024-08-09T20:31:57.775Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
812024-08-09T20:32:11.141Z Startup: Refreshing catalog 'helios-dev' ... Done
822024-08-09T20:32:13.418Z Startup: Caching catalogs ... Done
832024-08-09T20:32:17.487ZPlanning: Solver setup ... Done (3.450s)
842024-08-09T20:32:17.549ZPlanning: Running solver ... Done (0.063s)
852024-08-09T20:32:17.603ZPlanning: Finding local manifests ... Done (0.003s)
862024-08-09T20:32:17.633ZPlanning: Fetching manifests: 0/4 0% complete
872024-08-09T20:32:18.276ZPlanning: Fetching manifests: 4/4 100% complete
882024-08-09T20:32:18.326ZPlanning: Package planning ... Done (0.050s)
892024-08-09T20:32:18.378ZPlanning: Merging actions ... Done (0.051s)
902024-08-09T20:32:19.273ZPlanning: Checking for conflicting actions ... Done (0.895s)
912024-08-09T20:32:19.285ZPlanning: Consolidating action changes ... Done (0.011s)
922024-08-09T20:32:24.113ZPlanning: Evaluating mediators ... Done (4.827s)
932024-08-09T20:32:24.122ZPlanning: Planning completed in 10.63 seconds
942024-08-09T20:32:24.666Z Packages to install: 4
952024-08-09T20:32:24.666Z Mediators to change: 2
962024-08-09T20:32:24.667Z Services to change: 1
972024-08-09T20:32:24.667Z Estimated space available: 155.75 GB
982024-08-09T20:32:24.667ZEstimated space to be consumed: 1.47 GB
992024-08-09T20:32:24.669Z Create boot environment: No
1002024-08-09T20:32:24.669ZCreate backup boot environment: No
1012024-08-09T20:32:24.669Z Rebuild boot archive: No
1022024-08-09T20:32:24.669Z
1032024-08-09T20:32:24.669ZChanged mediators:
1042024-08-09T20:32:24.669Z mediator clang:
1052024-08-09T20:32:24.669Z version: None -> 15 (system default)
1062024-08-09T20:32:24.670Z
1072024-08-09T20:32:24.670Z mediator llvm:
1082024-08-09T20:32:24.670Z version: 14 (system default) -> 15 (system default)
1092024-08-09T20:32:24.670Z
1102024-08-09T20:32:24.670ZChanged packages:
1112024-08-09T20:32:24.670Zhelios-dev
1122024-08-09T20:32:24.670Z developer/build-essential
1132024-08-09T20:32:24.670Z None -> 11-2.0
1142024-08-09T20:32:24.670Z library/libxmlsec1
1152024-08-09T20:32:24.670Z None -> 1.2.35-2.0
1162024-08-09T20:32:24.670Z ooce/developer/clang-15
1172024-08-09T20:32:24.670Z None -> 15.0.7-2.0
1182024-08-09T20:32:24.670Z ooce/developer/llvm-15
1192024-08-09T20:32:24.670Z None -> 15.0.7-2.0
1202024-08-09T20:32:24.670Z
1212024-08-09T20:32:24.670ZServices:
1222024-08-09T20:32:24.670Z restart_fmri:
1232024-08-09T20:32:24.670Z svc:/system/update-man-index:default
1242024-08-09T20:32:24.882Z
1252024-08-09T20:32:24.882ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1262024-08-09T20:32:31.014ZDownload: 211/3290 items 1.3/212.6MB 0% complete (503k/s)
1272024-08-09T20:32:36.031ZDownload: 546/3290 items 17.1/212.6MB 8% complete (1.7M/s)
1282024-08-09T20:32:41.032ZDownload: 927/3290 items 18.9/212.6MB 8% complete (1.8M/s)
1292024-08-09T20:32:46.035ZDownload: 1341/3290 items 116.9/212.6MB 54% complete (9.9M/s)
1302024-08-09T20:32:51.074ZDownload: 2217/3290 items 119.2/212.6MB 56% complete (10.1M/s)
1312024-08-09T20:32:56.075ZDownload: 2705/3290 items 120.7/212.6MB 56% complete (394k/s)
1322024-08-09T20:33:01.076ZDownload: 3287/3290 items 212.3/212.6MB 99% complete (9.3M/s)
1332024-08-09T20:33:01.515ZDownload: Completed 212.60 MB in 36.63 seconds (5.8M/s)
1342024-08-09T20:33:02.255Z Actions: 1/3689 actions (Installing new actions)
1352024-08-09T20:33:07.540Z Actions: 3670/3689 actions (Installing new actions)
1362024-08-09T20:33:07.605Z Actions: Completed 3689 actions in 5.35 seconds.
1372024-08-09T20:33:07.756Z Done (0.146s)
1382024-08-09T20:33:07.756Z Done (0.000s)
1392024-08-09T20:33:08.117Z Done (0.361s)
1402024-08-09T20:33:14.063Z Done (5.783s)
1412024-08-09T20:33:14.227Z Done (0.094s)
1422024-08-09T20:33:14.231Z Done (0.000s)
1432024-08-09T20:33:14.397Z Done (0.000s)
1442024-08-09T20:33:15.005ZPlanning: Evaluating mediator changes ... Done
1452024-08-09T20:33:15.163ZPlanning: Checking for conflicting actions ... Done
1462024-08-09T20:33:15.165ZPlanning: Consolidating action changes ... Done
1472024-08-09T20:33:15.436ZPlanning: Evaluating mediators ... Done
1482024-08-09T20:33:15.438ZPlanning: Planning completed in 0.43 seconds
1492024-08-09T20:33:15.470Z Mediators to change: 2
1502024-08-09T20:33:15.470Z Create boot environment: No
1512024-08-09T20:33:15.473ZCreate backup boot environment: No
1522024-08-09T20:33:15.551Z Done
1532024-08-09T20:33:15.551Z Done
1542024-08-09T20:33:15.778Z Done
1552024-08-09T20:33:19.451Z Done
1562024-08-09T20:33:19.538Z Done
1572024-08-09T20:33:19.541Z Done
1582024-08-09T20:33:19.682Z Done
1592024-08-09T20:33:20.301ZPlanning: Evaluating mediator changes ... Done
1602024-08-09T20:33:20.303ZPlanning: Merging actions ... Done
1612024-08-09T20:33:20.495ZPlanning: Checking for conflicting actions ... Done
1622024-08-09T20:33:20.498ZPlanning: Consolidating action changes ... Done
1632024-08-09T20:33:20.770ZPlanning: Evaluating mediators ... Done
1642024-08-09T20:33:20.830ZPlanning: Planning completed in 0.78 seconds
1652024-08-09T20:33:20.865Z Packages to change: 1
1662024-08-09T20:33:20.865Z Mediators to change: 1
1672024-08-09T20:33:20.866Z Services to change: 1
1682024-08-09T20:33:20.866Z Create boot environment: No
1692024-08-09T20:33:20.869ZCreate backup boot environment: Yes
1702024-08-09T20:33:22.766Z Actions: 1/6 actions (Updating modified actions)
1712024-08-09T20:33:22.860Z Actions: Completed 6 actions in 0.09 seconds.
1722024-08-09T20:33:22.862Z Done
1732024-08-09T20:33:22.862Z Done
1742024-08-09T20:33:22.935Z Done
1752024-08-09T20:33:26.813Z Done
1762024-08-09T20:33:26.899Z Done
1772024-08-09T20:33:26.902Z Done
1782024-08-09T20:33:27.021Z Done
1792024-08-09T20:33:27.473ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1802024-08-09T20:33:27.474Zclang system 15 system
1812024-08-09T20:33:27.474Zcsh system system illumos
1822024-08-09T20:33:27.474Zctags system system illumos
1832024-08-09T20:33:27.474Zgcc vendor 12 vendor
1842024-08-09T20:33:27.474Zgcc system 10 system
1852024-08-09T20:33:27.474Zgcc system 7 system
1862024-08-09T20:33:27.474Zgo system 1.20 system
1872024-08-09T20:33:27.474Zgo system 1.19 system
1882024-08-09T20:33:27.474Zllvm system 15 system
1892024-08-09T20:33:27.474Zllvm system 14 system
1902024-08-09T20:33:27.474Zmariadb system 10.6 system
1912024-08-09T20:33:27.475Zmta vendor vendor dma
1922024-08-09T20:33:27.475Zopenjdk system 17 system
1932024-08-09T20:33:27.475Zopenjdk system 11 system
1942024-08-09T20:33:27.475Zopenjdk system 1.8 system
1952024-08-09T20:33:27.475Zopenssl vendor 3 vendor
1962024-08-09T20:33:27.475Zperl system 5.36 system
1972024-08-09T20:33:27.475Zpostgresql system 15 system
1982024-08-09T20:33:27.475Zpostgresql system 13 system
1992024-08-09T20:33:27.475Zpython vendor 3 vendor
2002024-08-09T20:33:27.475Zpython system 2 system
2012024-08-09T20:33:27.475Zpython3 system 3.11 system
2022024-08-09T20:33:27.475Zruby system 3.0 system
2032024-08-09T20:33:27.475Zwords vendor vendor american-english
2042024-08-09T20:33:27.475Zwords system system australian-english
2052024-08-09T20:33:27.475Zwords system system british-english
2062024-08-09T20:33:27.475Zwords system system canadian-english
2072024-08-09T20:33:27.475Zwords system system french
2082024-08-09T20:33:27.475Zwords system system italian
2092024-08-09T20:33:27.475Zwords system system ngerman
2102024-08-09T20:33:27.475Zwords system system ogerman
2112024-08-09T20:33:27.475Zwords system system spanish
2122024-08-09T20:33:27.809ZPUBLISHER TYPE STATUS P LOCATION
2132024-08-09T20:33:27.809Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2142024-08-09T20:33:29.494ZFMRI IFO
2152024-08-09T20:33:29.494Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2162024-08-09T20:33:29.494Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2172024-08-09T20:33:29.495Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2182024-08-09T20:33:29.495Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2192024-08-09T20:33:29.495Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2202024-08-09T20:33:29.495Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2212024-08-09T20:33:29.495Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2222024-08-09T20:33:29.495Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2232024-08-09T20:33:29.495Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2242024-08-09T20:33:29.495Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2252024-08-09T20:33:29.495Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2262024-08-09T20:33:29.495Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2272024-08-09T20:33:30.087Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2282024-08-09T20:33:30.342Z Updating git repository `https://github.com/oxidecomputer/zone`
2292024-08-09T20:33:30.592Z Updating crates.io index
2302024-08-09T20:33:30.651Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2312024-08-09T20:33:31.363Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322024-08-09T20:33:32.318Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2332024-08-09T20:33:32.594Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2342024-08-09T20:33:34.149Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2352024-08-09T20:33:34.390Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2362024-08-09T20:33:34.629Z Updating git repository `https://github.com/oxidecomputer/propolis`
2372024-08-09T20:33:35.693Z Updating git repository `https://github.com/oxidecomputer/crucible`
2382024-08-09T20:33:37.577Z Updating git repository `https://github.com/oxidecomputer/opte`
2392024-08-09T20:33:38.452Z Updating git repository `https://github.com/oxidecomputer/falcon`
2402024-08-09T20:33:39.177Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2412024-08-09T20:33:39.647Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2422024-08-09T20:33:39.937Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2432024-08-09T20:33:40.170Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2442024-08-09T20:33:40.438Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452024-08-09T20:33:40.710Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2462024-08-09T20:33:41.006Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2472024-08-09T20:33:41.208Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2482024-08-09T20:33:41.508Z Updating git repository `https://github.com/oxidecomputer/clickward`
2492024-08-09T20:33:41.788Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2502024-08-09T20:33:42.176Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512024-08-09T20:33:42.538Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2522024-08-09T20:33:42.853Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532024-08-09T20:33:43.265Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542024-08-09T20:33:43.560Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552024-08-09T20:33:43.958Z Updating git repository `https://github.com/oxidecomputer/typify`
2562024-08-09T20:33:45.906Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572024-08-09T20:33:46.134Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2582024-08-09T20:33:46.410Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2592024-08-09T20:33:46.738Z Updating git repository `https://github.com/oxidecomputer/rfb`
2602024-08-09T20:33:47.870Z Downloading crates ...
2612024-08-09T20:33:47.928Z Downloaded bytecount v0.6.8
2622024-08-09T20:33:47.932Z Downloaded anstream v0.6.14
2632024-08-09T20:33:47.935Z Downloaded equivalent v1.0.1
2642024-08-09T20:33:47.941Z Downloaded dtrace-parser v0.2.0
2652024-08-09T20:33:47.944Z Downloaded pretty-hex v0.4.1
2662024-08-09T20:33:47.946Z Downloaded is_terminal_polyfill v1.70.0
2672024-08-09T20:33:47.950Z Downloaded usdt-attr-macro v0.5.0
2682024-08-09T20:33:47.953Z Downloaded scroll_derive v0.12.0
2692024-08-09T20:33:47.956Z Downloaded usdt-macro v0.5.0
2702024-08-09T20:33:47.959Z Downloaded crypto-common v0.1.6
2712024-08-09T20:33:47.962Z Downloaded colorchoice v1.0.1
2722024-08-09T20:33:47.962Z Downloaded cargo_metadata v0.18.1
2732024-08-09T20:33:47.965Z Downloaded errno v0.3.9
2742024-08-09T20:33:47.965Z Downloaded anstyle-parse v0.2.4
2752024-08-09T20:33:47.969Z Downloaded dof v0.3.0
2762024-08-09T20:33:47.974Z Downloaded digest v0.10.7
2772024-08-09T20:33:47.977Z Downloaded cpufeatures v0.2.12
2782024-08-09T20:33:47.980Z Downloaded cfg-if v1.0.0
2792024-08-09T20:33:47.980Z Downloaded version_check v0.9.5
2802024-08-09T20:33:47.980Z Downloaded clap_lex v0.7.0
2812024-08-09T20:33:47.983Z Downloaded cargo-platform v0.1.8
2822024-08-09T20:33:47.983Z Downloaded autocfg v1.3.0
2832024-08-09T20:33:47.985Z Downloaded anstyle-query v1.0.3
2842024-08-09T20:33:47.985Z Downloaded serde_tokenstream v0.2.1
2852024-08-09T20:33:47.988Z Downloaded heck v0.5.0
2862024-08-09T20:33:47.991Z Downloaded macaddr v1.0.1
2872024-08-09T20:33:47.991Z Downloaded proc-macro-error-attr v1.0.4
2882024-08-09T20:33:47.994Z Downloaded anstyle v1.0.8
2892024-08-09T20:33:47.996Z Downloaded swrite v0.1.0
2902024-08-09T20:33:48.001Z Downloaded thiserror-impl v1.0.63
2912024-08-09T20:33:48.004Z Downloaded block-buffer v0.10.4
2922024-08-09T20:33:48.004Z Downloaded memmap v0.7.0
2932024-08-09T20:33:48.007Z Downloaded fnv v1.0.7
2942024-08-09T20:33:48.009Z Downloaded terminal_size v0.3.0
2952024-08-09T20:33:48.009Z Downloaded camino v1.1.7
2962024-08-09T20:33:48.012Z Downloaded utf8parse v0.2.1
2972024-08-09T20:33:48.022Z Downloaded thread-id v4.2.1
2982024-08-09T20:33:48.022Z Downloaded tabled_derive v0.7.0
2992024-08-09T20:33:48.022Z Downloaded usdt-impl v0.5.0
3002024-08-09T20:33:48.022Z Downloaded usdt v0.5.0
3012024-08-09T20:33:48.022Z Downloaded cargo_toml v0.20.4
3022024-08-09T20:33:48.022Z Downloaded toml_datetime v0.6.8
3032024-08-09T20:33:48.027Z Downloaded plain v0.2.3
3042024-08-09T20:33:48.027Z Downloaded clap_derive v4.5.13
3052024-08-09T20:33:48.030Z Downloaded quote v1.0.36
3062024-08-09T20:33:48.030Z Downloaded strsim v0.11.1
3072024-08-09T20:33:48.038Z Downloaded serde_spanned v0.6.7
3082024-08-09T20:33:48.044Z Downloaded bitflags v2.6.0
3092024-08-09T20:33:48.047Z Downloaded itoa v1.0.11
3102024-08-09T20:33:48.047Z Downloaded heck v0.4.1
3112024-08-09T20:33:48.047Z Downloaded thiserror v1.0.63
3122024-08-09T20:33:48.053Z Downloaded zerocopy-derive v0.7.34
3132024-08-09T20:33:48.057Z Downloaded generic-array v0.14.7
3142024-08-09T20:33:48.060Z Downloaded sha2 v0.10.8
3152024-08-09T20:33:48.063Z Downloaded semver v1.0.23
3162024-08-09T20:33:48.065Z Downloaded proc-macro-error v1.0.4
3172024-08-09T20:33:48.068Z Downloaded clap v4.5.13
3182024-08-09T20:33:48.075Z Downloaded ucd-trie v0.1.6
3192024-08-09T20:33:48.078Z Downloaded scroll v0.12.0
3202024-08-09T20:33:48.081Z Downloaded ryu v1.0.18
3212024-08-09T20:33:48.083Z Downloaded pest_meta v2.7.10
3222024-08-09T20:33:48.083Z Downloaded once_cell v1.19.0
3232024-08-09T20:33:48.086Z Downloaded pest_generator v2.7.10
3242024-08-09T20:33:48.089Z Downloaded toml v0.8.19
3252024-08-09T20:33:48.093Z Downloaded pest_derive v2.7.10
3262024-08-09T20:33:48.096Z Downloaded unicode-ident v1.0.12
3272024-08-09T20:33:48.096Z Downloaded typenum v1.17.0
3282024-08-09T20:33:48.099Z Downloaded proc-macro2 v1.0.86
3292024-08-09T20:33:48.102Z Downloaded papergrid v0.11.0
3302024-08-09T20:33:48.104Z Downloaded fs-err v2.11.0
3312024-08-09T20:33:48.107Z Downloaded serde_derive v1.0.205
3322024-08-09T20:33:48.110Z Downloaded log v0.4.21
3332024-08-09T20:33:48.112Z Downloaded byteorder v1.5.0
3342024-08-09T20:33:48.115Z Downloaded anyhow v1.0.86
3352024-08-09T20:33:48.118Z Downloaded serde v1.0.205
3362024-08-09T20:33:48.131Z Downloaded indexmap v2.3.0
3372024-08-09T20:33:48.146Z Downloaded toml_edit v0.22.20
3382024-08-09T20:33:48.171Z Downloaded memchr v2.7.2
3392024-08-09T20:33:48.177Z Downloaded pest v2.7.10
3402024-08-09T20:33:48.185Z Downloaded zerocopy v0.7.34
3412024-08-09T20:33:48.203Z Downloaded serde_json v1.0.122
3422024-08-09T20:33:48.209Z Downloaded hashbrown v0.14.5
3432024-08-09T20:33:48.213Z Downloaded clap_builder v4.5.13
3442024-08-09T20:33:48.222Z Downloaded winnow v0.6.18
3452024-08-09T20:33:48.229Z Downloaded tabled v0.15.0
3462024-08-09T20:33:48.246Z Downloaded syn v1.0.109
3472024-08-09T20:33:48.256Z Downloaded goblin v0.8.2
3482024-08-09T20:33:48.260Z Downloaded syn v2.0.72
3492024-08-09T20:33:48.274Z Downloaded rustix v0.38.34
3502024-08-09T20:33:48.293Z Downloaded unicode-width v0.1.13
3512024-08-09T20:33:48.311Z Downloaded libc v0.2.155
3522024-08-09T20:33:48.613Z Compiling proc-macro2 v1.0.86
3532024-08-09T20:33:48.615Z Compiling unicode-ident v1.0.12
3542024-08-09T20:33:48.615Z Compiling version_check v0.9.5
3552024-08-09T20:33:48.615Z Compiling serde v1.0.205
3562024-08-09T20:33:48.616Z Compiling memchr v2.7.2
3572024-08-09T20:33:48.616Z Compiling thiserror v1.0.63
3582024-08-09T20:33:48.616Z Compiling libc v0.2.155
3592024-08-09T20:33:48.616Z Compiling itoa v1.0.11
3602024-08-09T20:33:48.901Z Compiling ryu v1.0.18
3612024-08-09T20:33:48.979Z Compiling ucd-trie v0.1.6
3622024-08-09T20:33:49.511Z Compiling once_cell v1.19.0
3632024-08-09T20:33:49.534Z Compiling byteorder v1.5.0
3642024-08-09T20:33:49.843Z Compiling serde_json v1.0.122
3652024-08-09T20:33:50.966Z Compiling proc-macro-error-attr v1.0.4
3662024-08-09T20:33:50.969Z Compiling usdt-impl v0.5.0
3672024-08-09T20:33:51.007Z Compiling rustix v0.38.34
3682024-08-09T20:33:51.010Z Compiling syn v1.0.109
3692024-08-09T20:33:51.095Z Compiling proc-macro-error v1.0.4
3702024-08-09T20:33:51.324Z Compiling equivalent v1.0.1
3712024-08-09T20:33:51.416Z Compiling log v0.4.21
3722024-08-09T20:33:51.442Z Compiling bitflags v2.6.0
3732024-08-09T20:33:51.445Z Compiling plain v0.2.3
3742024-08-09T20:33:51.633Z Compiling hashbrown v0.14.5
3752024-08-09T20:33:51.759Z Compiling thread-id v4.2.1
3762024-08-09T20:33:51.823Z Compiling utf8parse v0.2.1
3772024-08-09T20:33:51.894Z Compiling quote v1.0.36
3782024-08-09T20:33:51.920Z Compiling camino v1.1.7
3792024-08-09T20:33:52.017Z Compiling anstyle-parse v0.2.4
3802024-08-09T20:33:52.042Z Compiling anstyle v1.0.8
3812024-08-09T20:33:52.259Z Compiling semver v1.0.23
3822024-08-09T20:33:52.398Z Compiling syn v2.0.72
3832024-08-09T20:33:52.549Z Compiling errno v0.3.9
3842024-08-09T20:33:52.705Z Compiling autocfg v1.3.0
3852024-08-09T20:33:52.730Z Compiling anstyle-query v1.0.3
3862024-08-09T20:33:52.865Z Compiling winnow v0.6.18
3872024-08-09T20:33:52.891Z Compiling colorchoice v1.0.1
3882024-08-09T20:33:53.053Z Compiling indexmap v2.3.0
3892024-08-09T20:33:53.077Z Compiling pretty-hex v0.4.1
3902024-08-09T20:33:53.292Z Compiling is_terminal_polyfill v1.70.0
3912024-08-09T20:33:53.436Z Compiling anstream v0.6.14
3922024-08-09T20:33:53.716Z Compiling fs-err v2.11.0
3932024-08-09T20:33:54.077Z Compiling terminal_size v0.3.0
3942024-08-09T20:33:54.435Z Compiling heck v0.5.0
3952024-08-09T20:33:54.500Z Compiling heck v0.4.1
3962024-08-09T20:33:54.527Z Compiling unicode-width v0.1.13
3972024-08-09T20:33:54.554Z Compiling clap_lex v0.7.0
3982024-08-09T20:33:54.579Z Compiling fnv v1.0.7
3992024-08-09T20:33:54.714Z Compiling bytecount v0.6.8
4002024-08-09T20:33:54.783Z Compiling strsim v0.11.1
4012024-08-09T20:33:54.955Z Compiling anyhow v1.0.86
4022024-08-09T20:33:54.981Z Compiling papergrid v0.11.0
4032024-08-09T20:33:55.086Z Compiling memmap v0.7.0
4042024-08-09T20:33:55.165Z Compiling clap_builder v4.5.13
4052024-08-09T20:33:56.058Z Compiling swrite v0.1.0
4062024-08-09T20:33:57.879Z Compiling tabled_derive v0.7.0
4072024-08-09T20:33:59.431Z Compiling tabled v0.15.0
4082024-08-09T20:34:01.238Z Compiling serde_derive v1.0.205
4092024-08-09T20:34:01.238Z Compiling thiserror-impl v1.0.63
4102024-08-09T20:34:01.241Z Compiling zerocopy-derive v0.7.34
4112024-08-09T20:34:01.241Z Compiling scroll_derive v0.12.0
4122024-08-09T20:34:01.241Z Compiling clap_derive v4.5.13
4132024-08-09T20:34:02.660Z Compiling scroll v0.12.0
4142024-08-09T20:34:03.169Z Compiling goblin v0.8.2
4152024-08-09T20:34:03.222Z Compiling zerocopy v0.7.34
4162024-08-09T20:34:03.928Z Compiling pest v2.7.10
4172024-08-09T20:34:05.495Z Compiling clap v4.5.13
4182024-08-09T20:34:06.259Z Compiling pest_meta v2.7.10
4192024-08-09T20:34:07.157Z Compiling pest_generator v2.7.10
4202024-08-09T20:34:09.095Z Compiling pest_derive v2.7.10
4212024-08-09T20:34:09.861Z Compiling dtrace-parser v0.2.0
4222024-08-09T20:34:11.634Z Compiling serde_spanned v0.6.7
4232024-08-09T20:34:11.635Z Compiling toml_datetime v0.6.8
4242024-08-09T20:34:11.638Z Compiling cargo-platform v0.1.8
4252024-08-09T20:34:11.966Z Compiling macaddr v1.0.1
4262024-08-09T20:34:12.049Z Compiling toml_edit v0.22.20
4272024-08-09T20:34:12.301Z Compiling serde_tokenstream v0.2.1
4282024-08-09T20:34:13.097Z Compiling dof v0.3.0
4292024-08-09T20:34:13.097Z Compiling cargo_metadata v0.18.1
4302024-08-09T20:34:14.968Z Compiling toml v0.8.19
4312024-08-09T20:34:15.485Z Compiling usdt-macro v0.5.0
4322024-08-09T20:34:15.524Z Compiling usdt-attr-macro v0.5.0
4332024-08-09T20:34:15.831Z Compiling cargo_toml v0.20.4
4342024-08-09T20:34:17.000Z Compiling usdt v0.5.0
4352024-08-09T20:34:19.932Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4362024-08-09T20:34:24.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.24s
4372024-08-09T20:34:24.364Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4382024-08-09T20:34:24.954Z Downloading crates ...
4392024-08-09T20:34:25.084Z Downloaded bitstruct_derive v0.1.0
4402024-08-09T20:34:25.087Z Downloaded atomicwrites v0.4.3
4412024-08-09T20:34:25.091Z Downloaded assert_matches v1.5.0
4422024-08-09T20:34:25.094Z Downloaded aead v0.5.2
4432024-08-09T20:34:25.097Z Downloaded bitstruct v0.1.1
4442024-08-09T20:34:25.097Z Downloaded adler v1.0.2
4452024-08-09T20:34:25.099Z Downloaded crucible-workspace-hack v0.1.0
4462024-08-09T20:34:25.102Z Downloaded cfg_aliases v0.1.1
4472024-08-09T20:34:25.110Z Downloaded buf-list v1.0.3
4482024-08-09T20:34:25.113Z Downloaded block-padding v0.3.3
4492024-08-09T20:34:25.116Z Downloaded is_ci v1.2.0
4502024-08-09T20:34:25.119Z Downloaded bitfield-struct v0.6.1
4512024-08-09T20:34:25.119Z Downloaded instant v0.1.12
4522024-08-09T20:34:25.121Z Downloaded bit-set v0.5.3
4532024-08-09T20:34:25.121Z Downloaded async-stream v0.3.5
4542024-08-09T20:34:25.125Z Downloaded arrayref v0.3.7
4552024-08-09T20:34:25.128Z Downloaded camino-tempfile v1.1.1
4562024-08-09T20:34:25.130Z Downloaded castaway v0.2.2
4572024-08-09T20:34:25.133Z Downloaded number_prefix v0.4.0
4582024-08-09T20:34:25.133Z Downloaded num-conv v0.1.0
4592024-08-09T20:34:25.136Z Downloaded newline-converter v0.3.0
4602024-08-09T20:34:25.138Z Downloaded convert_case v0.4.0
4612024-08-09T20:34:25.138Z Downloaded oso-derive v0.27.3
4622024-08-09T20:34:25.141Z Downloaded openssl-macros v0.1.1
4632024-08-09T20:34:25.141Z Downloaded defmt-parser v0.3.4
4642024-08-09T20:34:25.144Z Downloaded newtype_derive v0.1.6
4652024-08-09T20:34:25.147Z Downloaded data-encoding v2.6.0
4662024-08-09T20:34:25.147Z Downloaded defmt v0.3.8
4672024-08-09T20:34:25.150Z Downloaded argon2 v0.5.3
4682024-08-09T20:34:25.154Z Downloaded parse-size v1.0.0
4692024-08-09T20:34:25.157Z Downloaded ipnetwork v0.20.0
4702024-08-09T20:34:25.161Z Downloaded indoc v1.0.9
4712024-08-09T20:34:25.164Z Downloaded lazy_static v1.5.0
4722024-08-09T20:34:25.164Z Downloaded impl-trait-for-tuples v0.2.2
4732024-08-09T20:34:25.167Z Downloaded num_threads v0.1.7
4742024-08-09T20:34:25.170Z Downloaded normalize-line-endings v0.3.0
4752024-08-09T20:34:25.173Z Downloaded matches v0.1.10
4762024-08-09T20:34:25.173Z Downloaded atty v0.2.14
4772024-08-09T20:34:25.173Z Downloaded opaque-debug v0.3.1
4782024-08-09T20:34:25.176Z Downloaded const_format_proc_macros v0.2.32
4792024-08-09T20:34:25.178Z Downloaded async-stream-impl v0.3.5
4802024-08-09T20:34:25.178Z Downloaded ciborium-io v0.2.2
4812024-08-09T20:34:25.181Z Downloaded curve25519-dalek-derive v0.1.1
4822024-08-09T20:34:25.181Z Downloaded maybe-uninit v2.0.0
4832024-08-09T20:34:25.183Z Downloaded atomic-waker v1.1.2
4842024-08-09T20:34:25.186Z Downloaded ascii-canvas v3.0.0
4852024-08-09T20:34:25.186Z Downloaded num_enum_derive v0.5.11
4862024-08-09T20:34:25.188Z Downloaded nanorand v0.7.0
4872024-08-09T20:34:25.192Z Downloaded mime v0.3.17
4882024-08-09T20:34:25.195Z Downloaded num-integer v0.1.46
4892024-08-09T20:34:25.197Z Downloaded lazycell v1.3.0
4902024-08-09T20:34:25.197Z Downloaded darling_macro v0.20.9
4912024-08-09T20:34:25.200Z Downloaded strum v0.26.3
4922024-08-09T20:34:25.200Z Downloaded inout v0.1.3
4932024-08-09T20:34:25.202Z Downloaded parse-display v0.9.1
4942024-08-09T20:34:25.202Z Downloaded sqlparser_derive v0.2.2
4952024-08-09T20:34:25.206Z Downloaded signal-hook-tokio v0.3.1
4962024-08-09T20:34:25.206Z Downloaded array-init v0.0.4
4972024-08-09T20:34:25.210Z Downloaded lalrpop-util v0.19.12
4982024-08-09T20:34:25.210Z Downloaded kstat-rs v0.2.4
4992024-08-09T20:34:25.210Z Downloaded keccak v0.1.5
5002024-08-09T20:34:25.212Z Downloaded num_cpus v1.16.0
5012024-08-09T20:34:25.215Z Downloaded const-oid v0.9.6
5022024-08-09T20:34:25.217Z Downloaded openssl-probe v0.1.5
5032024-08-09T20:34:25.220Z Downloaded bitflags v1.3.2
5042024-08-09T20:34:25.223Z Downloaded num_enum v0.5.11
5052024-08-09T20:34:25.229Z Downloaded num-iter v0.1.45
5062024-08-09T20:34:25.232Z Downloaded tower-service v0.3.2
5072024-08-09T20:34:25.234Z Downloaded toolchain_find v0.4.0
5082024-08-09T20:34:25.234Z Downloaded packed_struct_codegen v0.10.1
5092024-08-09T20:34:25.237Z Downloaded olpc-cjson v0.1.3
5102024-08-09T20:34:25.239Z Downloaded newtype-uuid v1.1.0
5112024-08-09T20:34:25.242Z Downloaded crossbeam-epoch v0.9.18
5122024-08-09T20:34:25.244Z Downloaded num-derive v0.4.2
5132024-08-09T20:34:25.247Z Downloaded parse-display-derive v0.9.1
5142024-08-09T20:34:25.250Z Downloaded nu-ansi-term v0.50.0
5152024-08-09T20:34:25.252Z Downloaded packed_struct v0.10.1
5162024-08-09T20:34:25.255Z Downloaded libloading v0.8.3
5172024-08-09T20:34:25.257Z Downloaded crossbeam-deque v0.8.5
5182024-08-09T20:34:25.260Z Downloaded cassowary v0.3.0
5192024-08-09T20:34:25.260Z Downloaded ipnet v2.9.0
5202024-08-09T20:34:25.263Z Downloaded allocator-api2 v0.2.18
5212024-08-09T20:34:25.266Z Downloaded foreign-types-shared v0.3.1
5222024-08-09T20:34:25.269Z Downloaded foreign-types-shared v0.1.1
5232024-08-09T20:34:25.269Z Downloaded foreign-types-macros v0.2.3
5242024-08-09T20:34:25.271Z Downloaded parking_lot_core v0.9.10
5252024-08-09T20:34:25.274Z Downloaded sqlformat v0.2.4
5262024-08-09T20:34:25.277Z Downloaded termios v0.3.3
5272024-08-09T20:34:25.279Z Downloaded termcolor v1.4.1
5282024-08-09T20:34:25.279Z Downloaded tabwriter v1.4.0
5292024-08-09T20:34:25.282Z Downloaded structmeta-derive v0.3.0
5302024-08-09T20:34:25.283Z Downloaded bcs v0.1.6
5312024-08-09T20:34:25.286Z Downloaded signal-hook-registry v1.4.2
5322024-08-09T20:34:25.286Z Downloaded native-tls v0.2.11
5332024-08-09T20:34:25.288Z Downloaded psl-types v2.0.11
5342024-08-09T20:34:25.291Z Downloaded cancel-safe-futures v0.1.5
5352024-08-09T20:34:25.294Z Downloaded base64ct v1.6.0
5362024-08-09T20:34:25.296Z Downloaded backoff v0.4.0
5372024-08-09T20:34:25.299Z Downloaded topological-sort v0.2.2
5382024-08-09T20:34:25.301Z Downloaded zeroize v1.7.0
5392024-08-09T20:34:25.301Z Downloaded wyz v0.5.1
5402024-08-09T20:34:25.304Z Downloaded uzers v0.11.3
5412024-08-09T20:34:25.304Z Downloaded parking_lot_core v0.8.6
5422024-08-09T20:34:25.307Z Downloaded memmap2 v0.9.4
5432024-08-09T20:34:25.309Z Downloaded base64 v0.13.1
5442024-08-09T20:34:25.312Z Downloaded backtrace v0.3.71
5452024-08-09T20:34:25.317Z Downloaded derive_builder_macro v0.20.0
5462024-08-09T20:34:25.320Z Downloaded form_urlencoded v1.2.1
5472024-08-09T20:34:25.323Z Downloaded omicron-zone-package v0.11.0
5482024-08-09T20:34:25.325Z Downloaded parking_lot v0.12.2
5492024-08-09T20:34:25.328Z Downloaded tinyvec_macros v0.1.1
5502024-08-09T20:34:25.328Z Downloaded take_mut v0.2.2
5512024-08-09T20:34:25.331Z Downloaded csv-core v0.1.11
5522024-08-09T20:34:25.333Z Downloaded cookie v0.17.0
5532024-08-09T20:34:25.334Z Downloaded darling v0.20.9
5542024-08-09T20:34:25.338Z Downloaded group v0.13.0
5552024-08-09T20:34:25.341Z Downloaded num-traits v0.2.19
5562024-08-09T20:34:25.343Z Downloaded httpdate v1.0.3
5572024-08-09T20:34:25.346Z Downloaded miniz_oxide v0.7.2
5582024-08-09T20:34:25.349Z Downloaded quick-error v1.2.3
5592024-08-09T20:34:25.349Z Downloaded ppv-lite86 v0.2.17
5602024-08-09T20:34:25.352Z Downloaded pin-utils v0.1.0
5612024-08-09T20:34:25.352Z Downloaded pem-rfc7468 v0.7.0
5622024-08-09T20:34:25.355Z Downloaded hubpack_derive v0.1.1
5632024-08-09T20:34:25.357Z Downloaded rustversion v1.0.17
5642024-08-09T20:34:25.360Z Downloaded clang-sys v1.7.0
5652024-08-09T20:34:25.363Z Downloaded same-file v1.0.6
5662024-08-09T20:34:25.363Z Downloaded path-slash v0.1.5
5672024-08-09T20:34:25.366Z Downloaded siphasher v0.3.11
5682024-08-09T20:34:25.366Z Downloaded vsss-rs v3.3.4
5692024-08-09T20:34:25.368Z Downloaded portpicker v0.1.1
5702024-08-09T20:34:25.371Z Downloaded spki v0.7.3
5712024-08-09T20:34:25.374Z Downloaded openssl-sys v0.9.103
5722024-08-09T20:34:25.377Z Downloaded structmeta v0.2.0
5732024-08-09T20:34:25.380Z Downloaded structmeta v0.3.0
5742024-08-09T20:34:25.380Z Downloaded slog-dtrace v0.3.0
5752024-08-09T20:34:25.383Z Downloaded termtree v0.4.1
5762024-08-09T20:34:25.383Z Downloaded stable_deref_trait v1.2.0
5772024-08-09T20:34:25.386Z Downloaded unicode-linebreak v0.1.5
5782024-08-09T20:34:25.386Z Downloaded unicase v2.7.0
5792024-08-09T20:34:25.389Z Downloaded tap v1.0.1
5802024-08-09T20:34:25.389Z Downloaded arc-swap v1.7.1
5812024-08-09T20:34:25.393Z Downloaded fragile v2.0.0
5822024-08-09T20:34:25.396Z Downloaded untrusted v0.7.1
5832024-08-09T20:34:25.396Z Downloaded try-lock v0.2.5
5842024-08-09T20:34:25.399Z Downloaded universal-hash v0.5.1
5852024-08-09T20:34:25.400Z Downloaded unicode-truncate v1.0.0
5862024-08-09T20:34:25.403Z Downloaded slog v2.7.0
5872024-08-09T20:34:25.403Z Downloaded bytes v1.7.1
5882024-08-09T20:34:25.407Z Downloaded difflib v0.4.0
5892024-08-09T20:34:25.410Z Downloaded pin-project-lite v0.2.14
5902024-08-09T20:34:25.414Z Downloaded tls_codec_derive v0.4.1
5912024-08-09T20:34:25.417Z Downloaded fixedbitset v0.4.2
5922024-08-09T20:34:25.420Z Downloaded pretty-hex v0.2.1
5932024-08-09T20:34:25.420Z Downloaded headers-core v0.2.0
5942024-08-09T20:34:25.422Z Downloaded pkg-config v0.3.30
5952024-08-09T20:34:25.423Z Downloaded paste v1.0.15
5962024-08-09T20:34:25.425Z Downloaded hash32 v0.2.1
5972024-08-09T20:34:25.428Z Downloaded smallvec v1.13.2
5982024-08-09T20:34:25.432Z Downloaded hubpack v0.1.2
5992024-08-09T20:34:25.432Z Downloaded sync_wrapper v0.1.2
6002024-08-09T20:34:25.444Z Downloaded hostname v0.3.1
6012024-08-09T20:34:25.447Z Downloaded static_assertions v1.1.0
6022024-08-09T20:34:25.447Z Downloaded stability v0.2.0
6032024-08-09T20:34:25.451Z Downloaded shlex v1.3.0
6042024-08-09T20:34:25.451Z Downloaded secrecy v0.8.0
6052024-08-09T20:34:25.451Z Downloaded rpassword v7.3.1
6062024-08-09T20:34:25.454Z Downloaded half v2.4.1
6072024-08-09T20:34:25.458Z Downloaded pkcs1 v0.7.5
6082024-08-09T20:34:25.458Z Downloaded tokio-rustls v0.24.1
6092024-08-09T20:34:25.462Z Downloaded base64 v0.22.1
6102024-08-09T20:34:25.465Z Downloaded cc v1.0.97
6112024-08-09T20:34:25.468Z Downloaded diesel_table_macro_syntax v0.2.0
6122024-08-09T20:34:25.471Z Downloaded rustc-hash v1.1.0
6132024-08-09T20:34:25.471Z Downloaded phf_shared v0.10.0
6142024-08-09T20:34:25.474Z Downloaded home v0.5.9
6152024-08-09T20:34:25.474Z Downloaded serde_yaml v0.9.34+deprecated
6162024-08-09T20:34:25.476Z Downloaded slog-stdlog v4.1.1
6172024-08-09T20:34:25.479Z Downloaded predicates-tree v1.0.9
6182024-08-09T20:34:25.482Z Downloaded poly1305 v0.8.0
6192024-08-09T20:34:25.482Z Downloaded percent-encoding v2.3.1
6202024-08-09T20:34:25.485Z Downloaded glob v0.3.1
6212024-08-09T20:34:25.485Z Downloaded rtoolbox v0.0.2
6222024-08-09T20:34:25.489Z Downloaded pkcs8 v0.10.2
6232024-08-09T20:34:25.491Z Downloaded scopeguard v1.2.0
6242024-08-09T20:34:25.491Z Downloaded futures-task v0.3.30
6252024-08-09T20:34:25.494Z Downloaded chacha20poly1305 v0.10.1
6262024-08-09T20:34:25.494Z Downloaded signal-hook-mio v0.2.3
6272024-08-09T20:34:25.497Z Downloaded futures-core v0.3.30
6282024-08-09T20:34:25.500Z Downloaded thiserror-impl-no-std v2.0.2
6292024-08-09T20:34:25.500Z Downloaded futures-io v0.3.30
6302024-08-09T20:34:25.500Z Downloaded futures-executor v0.3.30
6312024-08-09T20:34:25.503Z Downloaded supports-color v3.0.0
6322024-08-09T20:34:25.503Z Downloaded term v0.7.0
6332024-08-09T20:34:25.507Z Downloaded tinyvec v1.6.0
6342024-08-09T20:34:25.511Z Downloaded signal-hook v0.3.17
6352024-08-09T20:34:25.514Z Downloaded minimal-lexical v0.2.1
6362024-08-09T20:34:25.519Z Downloaded display-error-chain v0.2.0
6372024-08-09T20:34:25.522Z Downloaded tempfile v3.10.1
6382024-08-09T20:34:25.524Z Downloaded tar v0.4.41
6392024-08-09T20:34:25.527Z Downloaded float-cmp v0.9.0
6402024-08-09T20:34:25.530Z Downloaded deranged v0.3.11
6412024-08-09T20:34:25.530Z Downloaded http-range v0.1.5
6422024-08-09T20:34:25.533Z Downloaded unicode_categories v0.1.1
6432024-08-09T20:34:25.533Z Downloaded sha1 v0.10.6
6442024-08-09T20:34:25.536Z Downloaded semver v0.1.20
6452024-08-09T20:34:25.536Z Downloaded ena v0.14.3
6462024-08-09T20:34:25.538Z Downloaded rustc_version v0.4.0
6472024-08-09T20:34:25.541Z Downloaded globset v0.4.14
6482024-08-09T20:34:25.541Z Downloaded serde_with_macros v3.8.3
6492024-08-09T20:34:25.544Z Downloaded env_logger v0.10.2
6502024-08-09T20:34:25.546Z Downloaded env_logger v0.9.3
6512024-08-09T20:34:25.549Z Downloaded string_cache v0.8.7
6522024-08-09T20:34:25.552Z Downloaded spin v0.5.2
6532024-08-09T20:34:25.554Z Downloaded phf v0.11.2
6542024-08-09T20:34:25.554Z Downloaded diff v0.1.13
6552024-08-09T20:34:25.558Z Downloaded slab v0.4.9
6562024-08-09T20:34:25.560Z Downloaded tui-tree-widget v0.21.0
6572024-08-09T20:34:25.560Z Downloaded ron v0.7.1
6582024-08-09T20:34:25.566Z Downloaded rustfmt-wrapper v0.2.1
6592024-08-09T20:34:25.568Z Downloaded ff v0.13.0
6602024-08-09T20:34:25.571Z Downloaded fd-lock v4.0.2
6612024-08-09T20:34:25.573Z Downloaded funty v2.0.0
6622024-08-09T20:34:25.573Z Downloaded rustls-pemfile v1.0.4
6632024-08-09T20:34:25.576Z Downloaded hostname v0.4.0
6642024-08-09T20:34:25.578Z Downloaded walkdir v2.5.0
6652024-08-09T20:34:25.581Z Downloaded unicode-bidi v0.3.15
6662024-08-09T20:34:25.584Z Downloaded tracing v0.1.40
6672024-08-09T20:34:25.586Z Downloaded der_derive v0.7.2
6682024-08-09T20:34:25.589Z Downloaded iana-time-zone v0.1.60
6692024-08-09T20:34:25.592Z Downloaded rustc-demangle v0.1.24
6702024-08-09T20:34:25.594Z Downloaded precomputed-hash v0.1.1
6712024-08-09T20:34:25.594Z Downloaded ref-cast-impl v1.0.23
6722024-08-09T20:34:25.597Z Downloaded ref-cast v1.0.23
6732024-08-09T20:34:25.600Z Downloaded endian-type v0.1.2
6742024-08-09T20:34:25.600Z Downloaded postcard v1.0.8
6752024-08-09T20:34:25.602Z Downloaded untrusted v0.9.0
6762024-08-09T20:34:25.605Z Downloaded unarray v0.1.4
6772024-08-09T20:34:25.608Z Downloaded shell-words v1.1.0
6782024-08-09T20:34:25.608Z Downloaded rand_chacha v0.3.1
6792024-08-09T20:34:25.610Z Downloaded futures-sink v0.3.30
6802024-08-09T20:34:25.610Z Downloaded humantime v2.1.0
6812024-08-09T20:34:25.613Z Downloaded httparse v1.8.0
6822024-08-09T20:34:25.613Z Downloaded http-body v0.4.6
6832024-08-09T20:34:25.616Z Downloaded pin-project-internal v1.1.5
6842024-08-09T20:34:25.618Z Downloaded phf_shared v0.11.2
6852024-08-09T20:34:25.618Z Downloaded slog-envlogger v2.2.0
6862024-08-09T20:34:25.621Z Downloaded slog-bunyan v2.5.0
6872024-08-09T20:34:25.623Z Downloaded slog-term v2.9.1
6882024-08-09T20:34:25.626Z Downloaded ron v0.8.1
6892024-08-09T20:34:25.629Z Downloaded float-ord v0.3.2
6902024-08-09T20:34:25.632Z Downloaded test-strategy v0.3.1
6912024-08-09T20:34:25.635Z Downloaded unsafe-libyaml v0.2.11
6922024-08-09T20:34:25.638Z Downloaded ident_case v1.0.1
6932024-08-09T20:34:25.641Z Downloaded utf-8 v0.7.6
6942024-08-09T20:34:25.641Z Downloaded slog-scope v4.4.0
6952024-08-09T20:34:25.644Z Downloaded subprocess v0.2.9
6962024-08-09T20:34:25.646Z Downloaded schemars_derive v0.8.21
6972024-08-09T20:34:25.649Z Downloaded stringprep v0.1.4
6982024-08-09T20:34:25.650Z Downloaded strum_macros v0.24.3
6992024-08-09T20:34:25.652Z Downloaded postgres-types v0.2.7
7002024-08-09T20:34:25.655Z Downloaded zerocopy v0.6.6
7012024-08-09T20:34:25.655Z Downloaded serde-big-array v0.5.1
7022024-08-09T20:34:25.658Z Downloaded hmac v0.12.1
7032024-08-09T20:34:25.660Z Downloaded structmeta-derive v0.2.0
7042024-08-09T20:34:25.660Z Downloaded hyper-tls v0.5.0
7052024-08-09T20:34:25.663Z Downloaded waitgroup v0.1.2
7062024-08-09T20:34:25.663Z Downloaded hyper-staticfile v0.9.5
7072024-08-09T20:34:25.666Z Downloaded libm v0.2.8
7082024-08-09T20:34:25.673Z Downloaded zone_cfg_derive v0.1.2
7092024-08-09T20:34:25.676Z Downloaded predicates v3.1.2
7102024-08-09T20:34:25.679Z Downloaded peg v0.8.4
7112024-08-09T20:34:25.681Z Downloaded similar v2.5.0
7122024-08-09T20:34:25.686Z Downloaded vte_generate_state_changes v0.1.1
7132024-08-09T20:34:25.688Z Downloaded sigpipe v0.1.3
7142024-08-09T20:34:25.688Z Downloaded serde_repr v0.1.19
7152024-08-09T20:34:25.691Z Downloaded enum-as-inner v0.5.1
7162024-08-09T20:34:25.694Z Downloaded tokio-tungstenite v0.21.0
7172024-08-09T20:34:25.696Z Downloaded xattr v1.3.1
7182024-08-09T20:34:25.696Z Downloaded derive-where v1.2.7
7192024-08-09T20:34:25.699Z Downloaded tungstenite v0.21.0
7202024-08-09T20:34:25.703Z Downloaded foreign-types v0.3.2
7212024-08-09T20:34:25.705Z Downloaded time-core v0.1.2
7222024-08-09T20:34:25.705Z Downloaded which v4.4.2
7232024-08-09T20:34:25.709Z Downloaded foreign-types v0.5.0
7242024-08-09T20:34:25.709Z Downloaded heck v0.3.3
7252024-08-09T20:34:25.709Z Downloaded embedded-io v0.4.0
7262024-08-09T20:34:25.711Z Downloaded getopts v0.2.21
7272024-08-09T20:34:25.714Z Downloaded serde_arrays v0.1.0
7282024-08-09T20:34:25.714Z Downloaded rand_xorshift v0.3.0
7292024-08-09T20:34:25.717Z Downloaded headers v0.3.9
7302024-08-09T20:34:25.719Z Downloaded diesel_derives v2.2.2
7312024-08-09T20:34:25.724Z Downloaded trust-dns-client v0.22.0
7322024-08-09T20:34:25.729Z Downloaded expectorate v1.1.0
7332024-08-09T20:34:25.732Z Downloaded r2d2 v0.8.10
7342024-08-09T20:34:25.735Z Downloaded serde-hex v0.1.0
7352024-08-09T20:34:25.735Z Downloaded powerfmt v0.2.0
7362024-08-09T20:34:25.738Z Downloaded tracing-attributes v0.1.27
7372024-08-09T20:34:25.741Z Downloaded serde_path_to_error v0.1.16
7382024-08-09T20:34:25.741Z Downloaded radium v0.7.0
7392024-08-09T20:34:25.744Z Downloaded predicates-core v1.0.6
7402024-08-09T20:34:25.744Z Downloaded unicode-segmentation v1.11.0
7412024-08-09T20:34:25.747Z Downloaded itertools v0.13.0
7422024-08-09T20:34:25.753Z Downloaded smawk v0.3.2
7432024-08-09T20:34:25.755Z Downloaded downcast v0.11.0
7442024-08-09T20:34:25.758Z Downloaded futures-macro v0.3.30
7452024-08-09T20:34:25.758Z Downloaded yasna v0.5.2
7462024-08-09T20:34:25.761Z Downloaded signature v2.2.0
7472024-08-09T20:34:25.761Z Downloaded tokio-tungstenite v0.20.1
7482024-08-09T20:34:25.763Z Downloaded tokio-stream v0.1.15
7492024-08-09T20:34:25.767Z Downloaded zone v0.1.8
7502024-08-09T20:34:25.770Z Downloaded rand_seeder v0.3.0
7512024-08-09T20:34:25.770Z Downloaded rand_core v0.6.4
7522024-08-09T20:34:25.773Z Downloaded gethostname v0.5.0
7532024-08-09T20:34:25.773Z Downloaded tough v0.17.1
7542024-08-09T20:34:25.781Z Downloaded wait-timeout v0.2.0
7552024-08-09T20:34:25.783Z Downloaded rustls-pki-types v1.7.0
7562024-08-09T20:34:25.786Z Downloaded getrandom v0.2.14
7572024-08-09T20:34:25.789Z Downloaded futures-channel v0.3.30
7582024-08-09T20:34:25.793Z Downloaded tokio-rustls v0.25.0
7592024-08-09T20:34:25.793Z Downloaded zeroize_derive v1.4.2
7602024-08-09T20:34:25.793Z Downloaded rustc_version v0.1.7
7612024-08-09T20:34:25.795Z Downloaded dsl_auto_type v0.1.2
7622024-08-09T20:34:25.795Z Downloaded thread_local v1.1.8
7632024-08-09T20:34:25.798Z Downloaded serde_derive_internals v0.29.1
7642024-08-09T20:34:25.798Z Downloaded rustls-pemfile v2.1.3
7652024-08-09T20:34:25.801Z Downloaded highway v1.2.0
7662024-08-09T20:34:25.804Z Downloaded whoami v1.5.1
7672024-08-09T20:34:25.807Z Downloaded toml v0.7.8
7682024-08-09T20:34:25.810Z Downloaded futures v0.3.30
7692024-08-09T20:34:25.814Z Downloaded flagset v0.4.5
7702024-08-09T20:34:25.818Z Downloaded hashbrown v0.13.2
7712024-08-09T20:34:25.822Z Downloaded vte v0.11.1
7722024-08-09T20:34:25.822Z Downloaded hashbrown v0.12.3
7732024-08-09T20:34:25.825Z Downloaded unicode-normalization v0.1.23
7742024-08-09T20:34:25.829Z Downloaded time-macros v0.2.18
7752024-08-09T20:34:25.832Z Downloaded thiserror-no-std v2.0.2
7762024-08-09T20:34:25.834Z Downloaded schemars v0.8.21
7772024-08-09T20:34:25.846Z Downloaded strum_macros v0.25.3
7782024-08-09T20:34:25.850Z Downloaded url v2.5.2
7792024-08-09T20:34:25.853Z Downloaded toml v0.5.11
7802024-08-09T20:34:25.856Z Downloaded toml_edit v0.19.15
7812024-08-09T20:34:25.871Z Downloaded steno v0.4.1
7822024-08-09T20:34:25.876Z Downloaded rcgen v0.12.1
7832024-08-09T20:34:25.880Z Downloaded elliptic-curve v0.13.8
7842024-08-09T20:34:25.883Z Downloaded rustyline v14.0.0
7852024-08-09T20:34:25.888Z Downloaded zip v0.6.6
7862024-08-09T20:34:25.891Z Downloaded blake3 v1.5.1
7872024-08-09T20:34:25.899Z Downloaded typed-path v0.7.1
7882024-08-09T20:34:25.905Z Downloaded flume v0.11.0
7892024-08-09T20:34:25.909Z Downloaded rand v0.8.5
7902024-08-09T20:34:25.913Z Downloaded portable-atomic v1.6.0
7912024-08-09T20:34:25.919Z Downloaded chrono v0.4.38
7922024-08-09T20:34:25.927Z Downloaded reqwest v0.11.27
7932024-08-09T20:34:25.934Z Downloaded rayon-core v1.12.1
7942024-08-09T20:34:25.938Z Downloaded flate2 v1.0.31
7952024-08-09T20:34:25.944Z Downloaded tokio-util v0.7.11
7962024-08-09T20:34:25.950Z Downloaded hkdf v0.12.4
7972024-08-09T20:34:25.953Z Downloaded reedline v0.31.0
7982024-08-09T20:34:25.961Z Downloaded quick-xml v0.31.0
7992024-08-09T20:34:25.966Z Downloaded lalrpop v0.19.12
8002024-08-09T20:34:25.977Z Downloaded futures-util v0.3.30
8012024-08-09T20:34:25.989Z Downloaded proptest v1.5.0
8022024-08-09T20:34:26.000Z Downloaded bindgen v0.69.4
8032024-08-09T20:34:26.007Z Downloaded time v0.3.36
8042024-08-09T20:34:26.014Z Downloaded regex-automata v0.1.10
8052024-08-09T20:34:26.019Z Downloaded idna v0.5.0
8062024-08-09T20:34:26.028Z Downloaded heapless v0.8.0
8072024-08-09T20:34:26.031Z Downloaded vcpkg v0.2.15
8082024-08-09T20:34:26.070Z Downloaded x509-cert v0.2.5
8092024-08-09T20:34:26.076Z Downloaded hyper v0.14.30
8102024-08-09T20:34:26.084Z Downloaded openssl v0.10.66
8112024-08-09T20:34:26.094Z Downloaded curve25519-dalek v4.1.3
8122024-08-09T20:34:26.103Z Downloaded object v0.30.4
8132024-08-09T20:34:26.114Z Downloaded rustls-webpki v0.101.7
8142024-08-09T20:34:26.129Z Downloaded object v0.32.2
8152024-08-09T20:34:26.140Z Downloaded winnow v0.5.40
8162024-08-09T20:34:26.149Z Downloaded rayon v1.10.0
8172024-08-09T20:34:26.160Z Downloaded idna v0.3.0
8182024-08-09T20:34:26.167Z Downloaded gimli v0.28.1
8192024-08-09T20:34:26.176Z Downloaded radix_trie v0.2.1
8202024-08-09T20:34:26.182Z Downloaded smoltcp v0.11.0
8212024-08-09T20:34:26.197Z Downloaded regex-syntax v0.6.29
8222024-08-09T20:34:26.206Z Downloaded webpki-roots v0.25.4
8232024-08-09T20:34:26.209Z Downloaded regex v1.10.6
8242024-08-09T20:34:26.223Z Downloaded openapiv3 v2.0.0
8252024-08-09T20:34:26.236Z Downloaded smoltcp v0.9.1
8262024-08-09T20:34:26.248Z Downloaded rustls v0.22.4
8272024-08-09T20:34:26.264Z Downloaded diesel v2.2.2
8282024-08-09T20:34:26.285Z Downloaded sled v0.34.7
8292024-08-09T20:34:26.296Z Downloaded bzip2-sys v0.1.11+1.0.8
8302024-08-09T20:34:26.308Z Downloaded zerocopy-derive v0.6.6
8312024-08-09T20:34:26.319Z Downloaded rustls v0.21.12
8322024-08-09T20:34:26.330Z Downloaded regex-syntax v0.8.3
8332024-08-09T20:34:26.340Z Downloaded ratatui v0.27.0
8342024-08-09T20:34:26.362Z Downloaded tokio v1.38.1
8352024-08-09T20:34:26.399Z Downloaded csv v1.3.0
8362024-08-09T20:34:26.421Z Downloaded petgraph v0.6.5
8372024-08-09T20:34:26.439Z Downloaded finl_unicode v1.2.0
8382024-08-09T20:34:26.452Z Downloaded sha3 v0.10.8
8392024-08-09T20:34:26.458Z Downloaded regex-automata v0.4.6
8402024-08-09T20:34:26.478Z Downloaded regress v0.9.1
8412024-08-09T20:34:26.484Z Downloaded encoding_rs v0.8.34
8422024-08-09T20:34:26.508Z Downloaded nix v0.28.0
8432024-08-09T20:34:26.520Z Downloaded rustls-webpki v0.102.4
8442024-08-09T20:34:26.539Z Downloaded trust-dns-proto v0.22.0
8452024-08-09T20:34:26.550Z Downloaded polar-core v0.27.3
8462024-08-09T20:34:26.560Z Downloaded idna v0.2.3
8472024-08-09T20:34:26.566Z Downloaded bstr v0.2.17
8482024-08-09T20:34:26.575Z Downloaded bstr v1.9.1
8492024-08-09T20:34:26.586Z Downloaded nix v0.27.1
8502024-08-09T20:34:26.598Z Downloaded http v1.1.0
8512024-08-09T20:34:26.604Z Downloaded sqlparser v0.45.0
8522024-08-09T20:34:26.607Z Downloaded aho-corasick v1.1.3
8532024-08-09T20:34:26.614Z Downloaded h2 v0.3.26
8542024-08-09T20:34:26.621Z Downloaded bitvec v1.0.1
8552024-08-09T20:34:26.636Z Downloaded heapless v0.7.17
8562024-08-09T20:34:26.640Z Downloaded tracing-core v0.1.32
8572024-08-09T20:34:26.643Z Downloaded trust-dns-server v0.22.1
8582024-08-09T20:34:26.648Z Downloaded dirs-sys-next v0.1.2
8592024-08-09T20:34:26.653Z Downloaded serde_with v3.8.3
8602024-08-09T20:34:26.657Z Downloaded spin v0.9.8
8612024-08-09T20:34:26.660Z Downloaded uuid v1.10.0
8622024-08-09T20:34:26.663Z Downloaded crossterm v0.27.0
8632024-08-09T20:34:26.669Z Downloaded itertools v0.12.1
8642024-08-09T20:34:26.676Z Downloaded libxml v0.3.3
8652024-08-09T20:34:26.684Z Downloaded derive_more v0.99.18
8662024-08-09T20:34:26.689Z Downloaded tungstenite v0.20.1
8672024-08-09T20:34:26.693Z Downloaded http v0.2.12
8682024-08-09T20:34:26.697Z Downloaded slog-async v2.8.0
8692024-08-09T20:34:26.700Z Downloaded trust-dns-resolver v0.22.0
8702024-08-09T20:34:26.703Z Downloaded socket2 v0.4.10
8712024-08-09T20:34:26.705Z Downloaded rsa v0.9.6
8722024-08-09T20:34:26.710Z Downloaded fxhash v0.2.1
8732024-08-09T20:34:26.712Z Downloaded socket2 v0.5.7
8742024-08-09T20:34:26.715Z Downloaded textwrap v0.16.1
8752024-08-09T20:34:26.718Z Downloaded snafu v0.8.2
8762024-08-09T20:34:26.721Z Downloaded num-bigint v0.4.5
8772024-08-09T20:34:26.726Z Downloaded pin-project v1.1.5
8782024-08-09T20:34:26.738Z Downloaded strum_macros v0.26.4
8792024-08-09T20:34:26.741Z Downloaded prettyplease v0.2.20
8802024-08-09T20:34:26.744Z Downloaded tokio-postgres v0.7.11
8812024-08-09T20:34:26.749Z Downloaded num-bigint-dig v0.8.4
8822024-08-09T20:34:26.754Z Downloaded nom v7.1.3
8832024-08-09T20:34:26.759Z Downloaded itertools v0.10.5
8842024-08-09T20:34:26.766Z Downloaded serde_plain v1.0.2
8852024-08-09T20:34:26.769Z Downloaded hex v0.4.3
8862024-08-09T20:34:26.771Z Downloaded dirs-next v2.0.0
8872024-08-09T20:34:26.771Z Downloaded strip-ansi-escapes v0.2.0
8882024-08-09T20:34:26.771Z Downloaded peg-macros v0.8.4
8892024-08-09T20:34:26.775Z Downloaded samael v0.0.15
8902024-08-09T20:34:26.779Z Downloaded fatfs v0.3.6
8912024-08-09T20:34:26.781Z Downloaded scheduled-thread-pool v0.2.7
8922024-08-09T20:34:26.784Z Downloaded publicsuffix v2.2.3
8932024-08-09T20:34:26.786Z Downloaded der v0.7.9
8942024-08-09T20:34:26.790Z Downloaded postgres-protocol v0.6.7
8952024-08-09T20:34:26.793Z Downloaded mio v0.8.11
8962024-08-09T20:34:26.798Z Downloaded want v0.3.1
8972024-08-09T20:34:26.802Z Downloaded subtle v2.5.0
8982024-08-09T20:34:26.802Z Downloaded sec1 v0.7.3
8992024-08-09T20:34:26.806Z Downloaded sct v0.7.1
9002024-08-09T20:34:26.806Z Downloaded hash32 v0.3.1
9012024-08-09T20:34:26.809Z Downloaded peg-runtime v0.8.3
9022024-08-09T20:34:26.809Z Downloaded filetime v0.2.23
9032024-08-09T20:34:26.809Z Downloaded resolv-conf v0.7.0
9042024-08-09T20:34:26.811Z Downloaded crossbeam-channel v0.5.12
9052024-08-09T20:34:26.815Z Downloaded tls_codec v0.4.1
9062024-08-09T20:34:26.818Z Downloaded hyper-rustls v0.24.2
9072024-08-09T20:34:26.821Z Downloaded crc-any v2.5.0
9082024-08-09T20:34:26.823Z Downloaded cookie_store v0.20.0
9092024-08-09T20:34:26.823Z Downloaded smallvec v0.6.14
9102024-08-09T20:34:26.826Z Downloaded derive_builder_core v0.20.0
9112024-08-09T20:34:26.826Z Downloaded derive_builder v0.20.0
9122024-08-09T20:34:26.831Z Downloaded snafu-derive v0.8.2
9132024-08-09T20:34:26.834Z Downloaded indicatif v0.17.8
9142024-08-09T20:34:26.836Z Downloaded console v0.15.8
9152024-08-09T20:34:26.839Z Downloaded crossbeam-utils v0.8.19
9162024-08-09T20:34:26.842Z Downloaded rusty-fork v0.3.0
9172024-08-09T20:34:26.844Z Downloaded darling_core v0.20.9
9182024-08-09T20:34:26.848Z Downloaded base64 v0.21.7
9192024-08-09T20:34:26.852Z Downloaded proc-macro-crate v1.3.1
9202024-08-09T20:34:26.855Z Downloaded pem v3.0.4
9212024-08-09T20:34:26.855Z Downloaded tokio-macros v2.3.0
9222024-08-09T20:34:26.857Z Downloaded tiny-keccak v2.0.2
9232024-08-09T20:34:26.860Z Downloaded const_format v0.2.32
9242024-08-09T20:34:26.863Z Downloaded mime_guess v2.0.4
9252024-08-09T20:34:26.866Z Downloaded lock_api v0.4.12
9262024-08-09T20:34:26.866Z Downloaded crypto-bigint v0.5.5
9272024-08-09T20:34:26.872Z Downloaded erased-serde v0.3.31
9282024-08-09T20:34:26.875Z Downloaded ring v0.17.8
9292024-08-09T20:34:26.951Z Downloaded smf v0.2.3
9302024-08-09T20:34:26.955Z Downloaded oso v0.27.3
9312024-08-09T20:34:26.958Z Downloaded crc32fast v1.4.0
9322024-08-09T20:34:26.960Z Downloaded fastrand v2.1.0
9332024-08-09T20:34:26.963Z Downloaded fallible-iterator v0.2.0
9342024-08-09T20:34:26.966Z Downloaded either v1.13.0
9352024-08-09T20:34:26.966Z Downloaded dyn-clone v1.0.17
9362024-08-09T20:34:26.969Z Downloaded indexmap v1.9.3
9372024-08-09T20:34:26.974Z Downloaded num-rational v0.4.2
9382024-08-09T20:34:26.977Z Downloaded mockall_derive v0.13.0
9392024-08-09T20:34:26.980Z Downloaded unicode-xid v0.2.4
9402024-08-09T20:34:26.982Z Downloaded tokio-native-tls v0.3.1
9412024-08-09T20:34:26.985Z Downloaded password-hash v0.5.0
9422024-08-09T20:34:26.988Z Downloaded num-complex v0.4.6
9432024-08-09T20:34:26.991Z Downloaded multer v3.1.0
9442024-08-09T20:34:26.993Z Downloaded parking_lot v0.11.2
9452024-08-09T20:34:26.996Z Downloaded compact_str v0.7.1
9462024-08-09T20:34:26.999Z Downloaded colored v2.1.0
9472024-08-09T20:34:27.002Z Downloaded ring v0.16.20
9482024-08-09T20:34:27.093Z Downloaded ciborium v0.2.2
9492024-08-09T20:34:27.096Z Downloaded serde_urlencoded v0.7.1
9502024-08-09T20:34:27.098Z Downloaded cstr-argument v0.1.2
9512024-08-09T20:34:27.098Z Downloaded cookie v0.18.1
9522024-08-09T20:34:27.101Z Downloaded owo-colors v4.0.0
9532024-08-09T20:34:27.104Z Downloaded defmt-macros v0.3.9
9542024-08-09T20:34:27.107Z Downloaded debug-ignore v1.0.5
9552024-08-09T20:34:27.109Z Downloaded chacha20 v0.9.1
9562024-08-09T20:34:27.109Z Downloaded nodrop v0.1.14
9572024-08-09T20:34:27.112Z Downloaded libsw v3.3.1
9582024-08-09T20:34:27.113Z Downloaded cipher v0.4.4
9592024-08-09T20:34:27.116Z Downloaded lru-cache v0.1.2
9602024-08-09T20:34:27.116Z Downloaded nibble_vec v0.1.0
9612024-08-09T20:34:27.116Z Downloaded slog-json v2.6.1
9622024-08-09T20:34:27.117Z Downloaded multimap v0.10.0
9632024-08-09T20:34:27.119Z Downloaded mockall v0.13.0
9642024-08-09T20:34:27.120Z Downloaded memoffset v0.9.1
9652024-08-09T20:34:27.120Z Downloaded linear-map v1.2.0
9662024-08-09T20:34:27.122Z Downloaded constant_time_eq v0.3.0
9672024-08-09T20:34:27.122Z Downloaded arrayvec v0.7.4
9682024-08-09T20:34:27.125Z Downloaded md-5 v0.10.6
9692024-08-09T20:34:27.125Z Downloaded maplit v1.0.2
9702024-08-09T20:34:27.127Z Downloaded bitfield v0.14.0
9712024-08-09T20:34:27.127Z Downloaded async-recursion v1.1.1
9722024-08-09T20:34:27.130Z Downloaded base16ct v0.2.0
9732024-08-09T20:34:27.132Z Downloaded crunchy v0.2.2
9742024-08-09T20:34:27.132Z Downloaded num v0.4.3
9752024-08-09T20:34:27.132Z Downloaded managed v0.8.0
9762024-08-09T20:34:27.135Z Downloaded lru v0.12.3
9772024-08-09T20:34:27.135Z Downloaded linked-hash-map v0.5.6
9782024-08-09T20:34:27.138Z Downloaded is-terminal v0.4.12
9792024-08-09T20:34:27.138Z Downloaded blake2 v0.10.6
9802024-08-09T20:34:27.141Z Downloaded async-trait v0.1.81
9812024-08-09T20:34:27.143Z Downloaded ahash v0.8.11
9822024-08-09T20:34:27.146Z Downloaded ascii v1.1.0
9832024-08-09T20:34:27.146Z Downloaded addr2line v0.21.0
9842024-08-09T20:34:27.149Z Downloaded libefi-sys v0.1.0
9852024-08-09T20:34:27.149Z Downloaded indent_write v2.2.0
9862024-08-09T20:34:27.152Z Downloaded bzip2 v0.4.4
9872024-08-09T20:34:27.152Z Downloaded cobs v0.2.3
9882024-08-09T20:34:27.154Z Downloaded ciborium-ll v0.2.2
9892024-08-09T20:34:27.154Z Downloaded match_cfg v0.1.0
9902024-08-09T20:34:27.154Z Downloaded crc-catalog v2.4.0
9912024-08-09T20:34:27.157Z Downloaded cexpr v0.6.0
9922024-08-09T20:34:27.157Z Downloaded new_debug_unreachable v1.0.6
9932024-08-09T20:34:27.157Z Downloaded crc v3.2.1
9942024-08-09T20:34:27.160Z Downloaded bit-vec v0.6.3
9952024-08-09T20:34:27.165Z Downloaded bb8 v0.8.5
9962024-08-09T20:34:27.254Z Compiling cfg-if v1.0.0
9972024-08-09T20:34:27.254Z Compiling serde v1.0.205
9982024-08-09T20:34:27.257Z Compiling lock_api v0.4.12
9992024-08-09T20:34:27.257Z Compiling scopeguard v1.2.0
10002024-08-09T20:34:27.257Z Compiling log v0.4.21
10012024-08-09T20:34:27.257Z Compiling cc v1.0.97
10022024-08-09T20:34:27.401Z Compiling syn v2.0.72
10032024-08-09T20:34:27.428Z Compiling typenum v1.17.0
10042024-08-09T20:34:27.490Z Compiling getrandom v0.2.14
10052024-08-09T20:34:27.557Z Compiling generic-array v0.14.7
10062024-08-09T20:34:27.926Z Compiling rand_core v0.6.4
10072024-08-09T20:34:27.943Z Compiling pin-project-lite v0.2.14
10082024-08-09T20:34:27.976Z Compiling parking_lot_core v0.9.10
10092024-08-09T20:34:28.072Z Compiling smallvec v1.13.2
10102024-08-09T20:34:28.090Z Compiling signal-hook-registry v1.4.2
10112024-08-09T20:34:28.353Z Compiling spin v0.9.8
10122024-08-09T20:34:28.517Z Compiling mio v0.8.11
10132024-08-09T20:34:28.532Z Compiling ahash v0.8.11
10142024-08-09T20:34:28.765Z Compiling tinyvec_macros v0.1.1
10152024-08-09T20:34:28.916Z Compiling futures-core v0.3.30
10162024-08-09T20:34:28.934Z Compiling parking_lot v0.12.2
10172024-08-09T20:34:29.079Z Compiling tinyvec v1.6.0
10182024-08-09T20:34:29.157Z Compiling num_cpus v1.16.0
10192024-08-09T20:34:29.221Z Compiling socket2 v0.5.7
10202024-08-09T20:34:29.285Z Compiling const-oid v0.9.6
10212024-08-09T20:34:29.890Z Compiling subtle v2.5.0
10222024-08-09T20:34:29.912Z Compiling libm v0.2.8
10232024-08-09T20:34:30.232Z Compiling serde_json v1.0.122
10242024-08-09T20:34:30.251Z Compiling slab v0.4.9
10252024-08-09T20:34:30.315Z Compiling num-traits v0.2.19
10262024-08-09T20:34:30.391Z Compiling allocator-api2 v0.2.18
10272024-08-09T20:34:30.566Z Compiling unicode-bidi v0.3.15
10282024-08-09T20:34:30.609Z Compiling unicode-normalization v0.1.23
10292024-08-09T20:34:30.636Z Compiling futures-sink v0.3.30
10302024-08-09T20:34:31.176Z Compiling futures-channel v0.3.30
10312024-08-09T20:34:31.200Z Compiling vcpkg v0.2.15
10322024-08-09T20:34:31.217Z Compiling futures-task v0.3.30
10332024-08-09T20:34:31.314Z Compiling pkg-config v0.3.30
10342024-08-09T20:34:31.526Z Compiling pin-utils v0.1.0
10352024-08-09T20:34:31.594Z Compiling futures-io v0.3.30
10362024-08-09T20:34:31.628Z Compiling ring v0.17.8
10372024-08-09T20:34:31.780Z Compiling percent-encoding v2.3.1
10382024-08-09T20:34:32.132Z Compiling ppv-lite86 v0.2.17
10392024-08-09T20:34:32.236Z Compiling tracing-core v0.1.32
10402024-08-09T20:34:32.415Z Compiling num-conv v0.1.0
10412024-08-09T20:34:32.732Z Compiling powerfmt v0.2.0
10422024-08-09T20:34:32.983Z Compiling rand_chacha v0.3.1
10432024-08-09T20:34:33.001Z Compiling syn v1.0.109
10442024-08-09T20:34:33.107Z Compiling time-core v0.1.2
10452024-08-09T20:34:33.288Z Compiling rustix v0.38.34
10462024-08-09T20:34:33.441Z Compiling openssl-sys v0.9.103
10472024-08-09T20:34:33.655Z Compiling untrusted v0.9.0
10482024-08-09T20:34:33.786Z Compiling rand v0.8.5
10492024-08-09T20:34:33.813Z Compiling time-macros v0.2.18
10502024-08-09T20:34:34.094Z Compiling deranged v0.3.11
10512024-08-09T20:34:34.255Z Compiling foreign-types-shared v0.1.1
10522024-08-09T20:34:34.364Z Compiling base64ct v1.6.0
10532024-08-09T20:34:34.967Z Compiling httparse v1.8.0
10542024-08-09T20:34:35.153Z Compiling openssl v0.10.66
10552024-08-09T20:34:35.394Z Compiling num_threads v0.1.7
10562024-08-09T20:34:35.518Z Compiling rustversion v1.0.17
10572024-08-09T20:34:35.560Z Compiling pem-rfc7468 v0.7.0
10582024-08-09T20:34:35.600Z Compiling foreign-types v0.3.2
10592024-08-09T20:34:35.842Z Compiling form_urlencoded v1.2.1
10602024-08-09T20:34:36.179Z Compiling crossbeam-utils v0.8.19
10612024-08-09T20:34:36.236Z Compiling rustls v0.21.12
10622024-08-09T20:34:36.260Z Compiling try-lock v0.2.5
10632024-08-09T20:34:36.403Z Compiling native-tls v0.2.11
10642024-08-09T20:34:36.474Z Compiling flagset v0.4.5
10652024-08-09T20:34:36.680Z Compiling siphasher v0.3.11
10662024-08-09T20:34:36.771Z Compiling want v0.3.1
10672024-08-09T20:34:36.963Z Compiling time v0.3.36
10682024-08-09T20:34:37.091Z Compiling idna v0.5.0
10692024-08-09T20:34:37.360Z Compiling lazy_static v1.5.0
10702024-08-09T20:34:37.489Z Compiling cookie v0.17.0
10712024-08-09T20:34:37.756Z Compiling aho-corasick v1.1.3
10722024-08-09T20:34:37.784Z Compiling openssl-probe v0.1.5
10732024-08-09T20:34:38.163Z Compiling finl_unicode v1.2.0
10742024-08-09T20:34:38.331Z Compiling adler v1.0.2
10752024-08-09T20:34:38.577Z Compiling tower-service v0.3.2
10762024-08-09T20:34:38.704Z Compiling slog v2.7.0
10772024-08-09T20:34:38.707Z Compiling httpdate v1.0.3
10782024-08-09T20:34:38.784Z Compiling signal-hook v0.3.17
10792024-08-09T20:34:39.072Z Compiling cpufeatures v0.2.12
10802024-08-09T20:34:39.158Z Compiling regex-syntax v0.8.3
10812024-08-09T20:34:39.177Z Compiling iana-time-zone v0.1.60
10822024-08-09T20:34:39.325Z Compiling stringprep v0.1.4
10832024-08-09T20:34:39.643Z Compiling miniz_oxide v0.7.2
10842024-08-09T20:34:40.557Z Compiling url v2.5.2
10852024-08-09T20:34:41.804Z Compiling serde_derive v1.0.205
10862024-08-09T20:34:42.453Z Compiling zeroize_derive v1.4.2
10872024-08-09T20:34:42.504Z Compiling zerocopy-derive v0.7.34
10882024-08-09T20:34:42.640Z Compiling tokio-macros v2.3.0
10892024-08-09T20:34:43.516Z Compiling thiserror-impl v1.0.63
10902024-08-09T20:34:44.149Z Compiling zeroize v1.7.0
10912024-08-09T20:34:44.367Z Compiling futures-macro v0.3.30
10922024-08-09T20:34:44.898Z Compiling zerocopy v0.7.34
10932024-08-09T20:34:45.348Z Compiling scroll_derive v0.12.0
10942024-08-09T20:34:46.037Z Compiling crypto-common v0.1.6
10952024-08-09T20:34:46.075Z Compiling block-buffer v0.10.4
10962024-08-09T20:34:46.282Z Compiling tracing-attributes v0.1.27
10972024-08-09T20:34:46.348Z Compiling digest v0.10.7
10982024-08-09T20:34:46.582Z Compiling futures-util v0.3.30
10992024-08-09T20:34:46.869Z Compiling hmac v0.12.1
11002024-08-09T20:34:46.928Z Compiling scroll v0.12.0
11012024-08-09T20:34:47.053Z Compiling thiserror v1.0.63
11022024-08-09T20:34:47.125Z Compiling hashbrown v0.14.5
11032024-08-09T20:34:47.185Z Compiling pest v2.7.10
11042024-08-09T20:34:47.209Z Compiling openssl-macros v0.1.1
11052024-08-09T20:34:47.564Z Compiling goblin v0.8.2
11062024-08-09T20:34:48.010Z Compiling der_derive v0.7.2
11072024-08-09T20:34:48.591Z Compiling sct v0.7.1
11082024-08-09T20:34:48.914Z Compiling rustls-webpki v0.101.7
11092024-08-09T20:34:50.251Z Compiling pest_meta v2.7.10
11102024-08-09T20:34:50.282Z Compiling tracing v0.1.40
11112024-08-09T20:34:50.608Z Compiling der v0.7.9
11122024-08-09T20:34:50.820Z Compiling sha2 v0.10.8
11132024-08-09T20:34:50.923Z Compiling md-5 v0.10.6
11142024-08-09T20:34:51.197Z Compiling regex-automata v0.4.6
11152024-08-09T20:34:53.148Z Compiling pest_generator v2.7.10
11162024-08-09T20:34:54.163Z Compiling spki v0.7.3
11172024-08-09T20:34:54.559Z Compiling num-integer v0.1.46
11182024-08-09T20:34:54.657Z Compiling idna v0.3.0
11192024-08-09T20:34:55.283Z Compiling backtrace v0.3.71
11202024-08-09T20:34:55.392Z Compiling hash32 v0.2.1
11212024-08-09T20:34:55.480Z Compiling pest_derive v2.7.10
11222024-08-09T20:34:55.745Z Compiling crc32fast v1.4.0
11232024-08-09T20:34:55.791Z Compiling stable_deref_trait v1.2.0
11242024-08-09T20:34:55.906Z Compiling gimli v0.28.1
11252024-08-09T20:34:56.281Z Compiling psl-types v2.0.11
11262024-08-09T20:34:56.299Z Compiling dtrace-parser v0.2.0
11272024-08-09T20:34:56.354Z Compiling smoltcp v0.9.1
11282024-08-09T20:34:56.466Z Compiling fallible-iterator v0.2.0
11292024-08-09T20:34:57.165Z Compiling bytes v1.7.1
11302024-08-09T20:34:57.234Z Compiling bitflags v2.6.0
11312024-08-09T20:34:57.704Z Compiling indexmap v2.3.0
11322024-08-09T20:34:58.398Z Compiling tokio v1.38.1
11332024-08-09T20:34:58.546Z Compiling http v0.2.12
11342024-08-09T20:34:58.548Z Compiling semver v1.0.23
11352024-08-09T20:34:59.239Z Compiling rustc_version v0.4.0
11362024-08-09T20:34:59.898Z Compiling dof v0.3.0
11372024-08-09T20:35:00.049Z Compiling heapless v0.7.17
11382024-08-09T20:35:00.538Z Compiling http-body v0.4.6
11392024-08-09T20:35:01.017Z Compiling uuid v1.10.0
11402024-08-09T20:35:01.042Z Compiling usdt-impl v0.5.0
11412024-08-09T20:35:01.195Z Compiling toml_datetime v0.6.8
11422024-08-09T20:35:01.714Z Compiling serde_spanned v0.6.7
11432024-08-09T20:35:01.969Z Compiling serde_tokenstream v0.2.1
11442024-08-09T20:35:02.206Z Compiling chrono v0.4.38
11452024-08-09T20:35:02.490Z Compiling base64 v0.22.1
11462024-08-09T20:35:02.540Z Compiling terminal_size v0.3.0
11472024-08-09T20:35:02.744Z Compiling addr2line v0.21.0
11482024-08-09T20:35:02.824Z Compiling publicsuffix v2.2.3
11492024-08-09T20:35:03.092Z Compiling postgres-protocol v0.6.7
11502024-08-09T20:35:03.400Z Compiling pkcs8 v0.10.2
11512024-08-09T20:35:03.467Z Compiling hubpack_derive v0.1.1
11522024-08-09T20:35:03.811Z Compiling block-padding v0.3.3
11532024-08-09T20:35:04.008Z Compiling async-trait v0.1.81
11542024-08-09T20:35:04.061Z Compiling zerocopy-derive v0.6.6
11552024-08-09T20:35:05.549Z Compiling phf_shared v0.11.2
11562024-08-09T20:35:05.596Z Compiling serde_derive_internals v0.29.1
11572024-08-09T20:35:05.855Z Compiling ff v0.13.0
11582024-08-09T20:35:05.941Z Compiling fs-err v2.11.0
11592024-08-09T20:35:06.076Z Compiling object v0.32.2
11602024-08-09T20:35:06.123Z Compiling base64 v0.21.7
11612024-08-09T20:35:06.250Z Compiling ipnet v2.9.0
11622024-08-09T20:35:06.331Z Compiling either v1.13.0
11632024-08-09T20:35:06.869Z Compiling tokio-util v0.7.11
11642024-08-09T20:35:06.888Z Compiling tokio-rustls v0.24.1
11652024-08-09T20:35:07.354Z Compiling tokio-native-tls v0.3.1
11662024-08-09T20:35:07.466Z Compiling anyhow v1.0.86
11672024-08-09T20:35:07.510Z Compiling bitflags v1.3.2
11682024-08-09T20:35:07.620Z Compiling managed v0.8.0
11692024-08-09T20:35:07.648Z Compiling bit-vec v0.6.3
11702024-08-09T20:35:08.088Z Compiling h2 v0.3.26
11712024-08-09T20:35:08.121Z Compiling rustc-demangle v0.1.24
11722024-08-09T20:35:08.139Z Compiling matches v0.1.10
11732024-08-09T20:35:08.245Z Compiling winnow v0.5.40
11742024-08-09T20:35:08.414Z Compiling regex-automata v0.1.10
11752024-08-09T20:35:08.518Z Compiling base16ct v0.2.0
11762024-08-09T20:35:08.850Z Compiling schemars v0.8.21
11772024-08-09T20:35:08.903Z Compiling bstr v0.2.17
11782024-08-09T20:35:09.109Z Compiling sec1 v0.7.3
11792024-08-09T20:35:09.268Z Compiling schemars_derive v0.8.21
11802024-08-09T20:35:09.597Z Compiling idna v0.2.3
11812024-08-09T20:35:09.704Z Compiling clap_builder v4.5.13
11822024-08-09T20:35:11.293Z Compiling rustls-pemfile v1.0.4
11832024-08-09T20:35:11.764Z Compiling zerocopy v0.6.6
11842024-08-09T20:35:12.264Z Compiling toml_edit v0.19.15
11852024-08-09T20:35:12.796Z Compiling group v0.13.0
11862024-08-09T20:35:12.814Z Compiling phf v0.11.2
11872024-08-09T20:35:12.817Z Compiling signal-hook-mio v0.2.3
11882024-08-09T20:35:13.135Z Compiling cookie_store v0.20.0
11892024-08-09T20:35:13.138Z Compiling postgres-types v0.2.7
11902024-08-09T20:35:13.591Z Compiling hubpack v0.1.2
11912024-08-09T20:35:14.072Z Compiling inout v0.1.3
11922024-08-09T20:35:14.439Z Compiling usdt-macro v0.5.0
11932024-08-09T20:35:14.698Z Compiling usdt-attr-macro v0.5.0
11942024-08-09T20:35:14.718Z Compiling regex v1.10.6
11952024-08-09T20:35:14.718Z Compiling serde_urlencoded v0.7.1
11962024-08-09T20:35:15.262Z Compiling num-bigint v0.4.5
11972024-08-09T20:35:15.885Z Compiling hyper v0.14.30
11982024-08-09T20:35:15.991Z Compiling futures-executor v0.3.30
11992024-08-09T20:35:16.435Z Compiling enum-as-inner v0.5.1
12002024-08-09T20:35:16.598Z Compiling hkdf v0.12.4
12012024-08-09T20:35:16.617Z Compiling crypto-bigint v0.5.5
12022024-08-09T20:35:16.868Z Compiling serde_repr v0.1.19
12032024-08-09T20:35:17.604Z Compiling clap_derive v4.5.13
12042024-08-09T20:35:18.163Z Compiling strum_macros v0.25.3
12052024-08-09T20:35:19.386Z Compiling phf_shared v0.10.0
12062024-08-09T20:35:19.470Z Compiling float-cmp v0.9.0
12072024-08-09T20:35:19.701Z Compiling encoding_rs v0.8.34
12082024-08-09T20:35:19.796Z Compiling precomputed-hash v0.1.1
12092024-08-09T20:35:19.917Z Compiling dyn-clone v1.0.17
12102024-08-09T20:35:20.141Z Compiling unicode-segmentation v1.11.0
12112024-08-09T20:35:20.627Z Compiling difflib v0.4.0
12122024-08-09T20:35:21.041Z Compiling mime v0.3.17
12132024-08-09T20:35:21.692Z Compiling data-encoding v2.6.0
12142024-08-09T20:35:22.286Z Compiling new_debug_unreachable v1.0.6
12152024-08-09T20:35:22.396Z Compiling webpki-roots v0.25.4
12162024-08-09T20:35:22.429Z Compiling minimal-lexical v0.2.1
12172024-08-09T20:35:22.548Z Compiling whoami v1.5.1
12182024-08-09T20:35:22.764Z Compiling sync_wrapper v0.1.2
12192024-08-09T20:35:22.974Z Compiling normalize-line-endings v0.3.0
12202024-08-09T20:35:22.978Z Compiling fixedbitset v0.4.2
12212024-08-09T20:35:22.990Z Compiling predicates-core v1.0.6
12222024-08-09T20:35:23.034Z Compiling static_assertions v1.1.0
12232024-08-09T20:35:23.146Z Compiling hyper-tls v0.5.0
12242024-08-09T20:35:23.205Z Compiling hyper-rustls v0.24.2
12252024-08-09T20:35:23.357Z Compiling petgraph v0.6.5
12262024-08-09T20:35:23.439Z Compiling predicates v3.1.2
12272024-08-09T20:35:23.520Z Compiling reqwest v0.11.27
12282024-08-09T20:35:23.553Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12292024-08-09T20:35:24.170Z Compiling tokio-postgres v0.7.11
12302024-08-09T20:35:24.310Z Compiling nom v7.1.3
12312024-08-09T20:35:25.192Z Compiling console v0.15.8
12322024-08-09T20:35:26.281Z Compiling toml_edit v0.22.20
12332024-08-09T20:35:26.550Z Compiling clap v4.5.13
12342024-08-09T20:35:26.669Z Compiling trust-dns-proto v0.22.0
12352024-08-09T20:35:26.746Z Compiling string_cache v0.8.7
12362024-08-09T20:35:27.227Z Compiling similar v2.5.0
12372024-08-09T20:35:28.154Z Compiling elliptic-curve v0.13.8
12382024-08-09T20:35:29.025Z Compiling usdt v0.5.0
12392024-08-09T20:35:29.537Z Compiling yasna v0.5.2
12402024-08-09T20:35:29.832Z Compiling futures v0.3.30
12412024-08-09T20:35:29.936Z Compiling toml v0.7.8
12422024-08-09T20:35:29.956Z Compiling flate2 v1.0.31
12432024-08-09T20:35:30.116Z Compiling cipher v0.4.4
12442024-08-09T20:35:30.936Z Compiling crossterm v0.27.0
12452024-08-09T20:35:31.464Z Compiling bit-set v0.5.3
12462024-08-09T20:35:31.540Z Compiling tokio-stream v0.1.15
12472024-08-09T20:35:31.687Z Compiling itertools v0.10.5
12482024-08-09T20:35:31.755Z Compiling itertools v0.12.1
12492024-08-09T20:35:32.229Z Compiling openapiv3 v2.0.0
12502024-08-09T20:35:32.617Z Compiling bstr v1.9.1
12512024-08-09T20:35:34.502Z Compiling hex v0.4.3
12522024-08-09T20:35:34.575Z Compiling num-iter v0.1.45
12532024-08-09T20:35:34.732Z Compiling crossbeam-epoch v0.9.18
12542024-08-09T20:35:34.758Z Compiling dirs-sys-next v0.1.2
12552024-08-09T20:35:34.780Z Compiling unicode-xid v0.2.4
12562024-08-09T20:35:34.960Z Compiling lalrpop-util v0.19.12
12572024-08-09T20:35:35.057Z Compiling peg-runtime v0.8.3
12582024-08-09T20:35:35.087Z Compiling dirs-next v2.0.0
12592024-08-09T20:35:35.286Z Compiling thread_local v1.1.8
12602024-08-09T20:35:35.306Z Compiling slog-async v2.8.0
12612024-08-09T20:35:35.365Z Compiling term v0.7.0
12622024-08-09T20:35:35.434Z Compiling xattr v1.3.1
12632024-08-09T20:35:35.499Z Compiling crossbeam-channel v0.5.12
12642024-08-09T20:35:35.703Z Compiling strum_macros v0.26.4
12652024-08-09T20:35:35.729Z Compiling filetime v0.2.23
12662024-08-09T20:35:35.862Z Compiling is-terminal v0.4.12
12672024-08-09T20:35:35.912Z Compiling take_mut v0.2.2
12682024-08-09T20:35:35.991Z Compiling slog-term v2.9.1
12692024-08-09T20:35:36.047Z Compiling tar v0.4.41
12702024-08-09T20:35:36.067Z Compiling camino v1.1.7
12712024-08-09T20:35:37.870Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12722024-08-09T20:35:38.796Z Compiling strum v0.26.3
12732024-08-09T20:35:38.877Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12742024-08-09T20:35:44.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
12752024-08-09T20:35:44.251Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12762024-08-09T20:35:44.297ZAug 09 20:35:43.134 INFO Starting download, target: Console
12772024-08-09T20:35:44.298ZAug 09 20:35:43.135 INFO Starting download, target: Clickhouse
12782024-08-09T20:35:44.298ZAug 09 20:35:43.135 INFO Starting download, target: Cockroach
12792024-08-09T20:35:44.301ZAug 09 20:35:43.135 INFO Starting download, target: DendriteOpenapi
12802024-08-09T20:35:44.301ZAug 09 20:35:43.135 INFO Starting download, target: DendriteStub
12812024-08-09T20:35:44.301ZAug 09 20:35:43.135 INFO Starting download, target: MaghemiteMgd
12822024-08-09T20:35:44.301ZAug 09 20:35:43.135 INFO Starting download, target: TransceiverControl
12832024-08-09T20:35:44.301ZAug 09 20:35:43.136 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
12842024-08-09T20:35:44.301ZAug 09 20:35:43.136 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
12852024-08-09T20:35:44.301ZAug 09 20:35:43.136 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
12862024-08-09T20:35:44.301ZAug 09 20:35:43.136 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
12872024-08-09T20:35:44.301ZAug 09 20:35:43.136 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
12882024-08-09T20:35:44.302ZAug 09 20:35:43.136 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
12892024-08-09T20:35:44.302ZAug 09 20:35:43.136 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
12902024-08-09T20:35:44.433ZAug 09 20:35:43.263 INFO Download complete, target: DendriteOpenapi
12912024-08-09T20:35:44.565ZAug 09 20:35:43.402 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
12922024-08-09T20:35:45.019ZAug 09 20:35:43.831 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
12932024-08-09T20:35:45.221ZAug 09 20:35:44.054 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
12942024-08-09T20:35:45.230ZAug 09 20:35:44.062 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
12952024-08-09T20:35:45.322ZAug 09 20:35:44.158 INFO Download complete, target: TransceiverControl
12962024-08-09T20:35:45.434ZAug 09 20:35:44.271 INFO Download complete, target: Console
12972024-08-09T20:35:46.410ZAug 09 20:35:45.246 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
12982024-08-09T20:35:47.905ZAug 09 20:35:46.739 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
12992024-08-09T20:35:47.907ZAug 09 20:35:46.739 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13002024-08-09T20:35:48.468ZAug 09 20:35:47.305 INFO Download complete, target: DendriteStub
13012024-08-09T20:35:48.525ZAug 09 20:35:47.362 INFO Download complete, target: MaghemiteMgd
13022024-08-09T20:35:56.077ZAug 09 20:35:54.909 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13032024-08-09T20:35:56.450ZAug 09 20:35:55.286 INFO Checking that binary works, target: Cockroach
13042024-08-09T20:35:56.612ZAug 09 20:35:55.448 INFO Download complete, target: Cockroach
13052024-08-09T20:36:00.601ZAug 09 20:35:59.436 INFO Checking that binary works, target: Clickhouse
13062024-08-09T20:36:00.888ZAug 09 20:35:59.723 INFO Download complete, target: Clickhouse
13072024-08-09T20:36:00.898ZAll prerequisites installed successfully
13082024-08-09T20:36:00.900Z
13092024-08-09T20:36:00.900Zreal 4:03.037059799
13102024-08-09T20:36:00.900Zuser 11:30.149459339
13112024-08-09T20:36:00.900Zsys 2:23.983993851
13122024-08-09T20:36:00.900Ztrap 0.424661627
13132024-08-09T20:36:00.900Ztflt 5.746380623
13142024-08-09T20:36:00.901Zdflt 6.604976192
13152024-08-09T20:36:00.901Zkflt 0.165432646
13162024-08-09T20:36:00.901Zlock 21:58.349678945
13172024-08-09T20:36:00.901Zslp 45:16.597797692
13182024-08-09T20:36:00.901Zlat 39.421116938
13192024-08-09T20:36:00.901Zstop 1:42.610305794
13202024-08-09T20:36:00.901Z+ source ./tools/include/force-git-over-https.sh
13212024-08-09T20:36:00.901Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13222024-08-09T20:36:00.901Z++ (( i = 0 ))
13232024-08-09T20:36:00.901Z++ (( i < 5 ))
13242024-08-09T20:36:00.901Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13252024-08-09T20:36:00.904Z++ (( i++ ))
13262024-08-09T20:36:00.904Z++ (( i < 5 ))
13272024-08-09T20:36:00.907Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13282024-08-09T20:36:00.909Z++ (( i++ ))
13292024-08-09T20:36:00.909Z++ (( i < 5 ))
13302024-08-09T20:36:00.910Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13312024-08-09T20:36:00.912Z++ (( i++ ))
13322024-08-09T20:36:00.912Z++ (( i < 5 ))
13332024-08-09T20:36:00.912Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13342024-08-09T20:36:00.916Z++ (( i++ ))
13352024-08-09T20:36:00.916Z++ (( i < 5 ))
13362024-08-09T20:36:00.918Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13372024-08-09T20:36:00.921Z++ (( i++ ))
13382024-08-09T20:36:00.921Z++ (( i < 5 ))
13392024-08-09T20:36:00.921Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13402024-08-09T20:36:00.921Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13412024-08-09T20:36:00.921Z+ rc=0
13422024-08-09T20:36:00.921Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13432024-08-09T20:36:37.389Z+ case $rc in
13442024-08-09T20:36:37.389Z+ pfexec zfs create -p rpool/images/build/host
13452024-08-09T20:36:37.609Z+ pfexec zfs create -p rpool/images/build/recovery
13462024-08-09T20:36:37.663Z+ cargo xtask releng --output-dir /work
13472024-08-09T20:36:38.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13482024-08-09T20:36:38.249Z Running `target/debug/xtask releng --output-dir /work`
13492024-08-09T20:36:39.159Z Compiling proc-macro2 v1.0.86
13502024-08-09T20:36:39.159Z Compiling unicode-ident v1.0.12
13512024-08-09T20:36:39.162Z Compiling libc v0.2.155
13522024-08-09T20:36:39.162Z Compiling serde v1.0.205
13532024-08-09T20:36:39.162Z Compiling autocfg v1.3.0
13542024-08-09T20:36:39.162Z Compiling version_check v0.9.5
13552024-08-09T20:36:39.162Z Compiling cfg-if v1.0.0
13562024-08-09T20:36:39.426Z Compiling cc v1.0.97
13572024-08-09T20:36:39.426Z Compiling memchr v2.7.2
13582024-08-09T20:36:39.999Z Compiling libm v0.2.8
13592024-08-09T20:36:40.014Z Compiling lock_api v0.4.12
13602024-08-09T20:36:40.336Z Compiling ahash v0.8.11
13612024-08-09T20:36:40.339Z Compiling serde_json v1.0.122
13622024-08-09T20:36:40.717Z Compiling num-traits v0.2.19
13632024-08-09T20:36:40.737Z Compiling parking_lot_core v0.9.10
13642024-08-09T20:36:41.020Z Compiling quote v1.0.36
13652024-08-09T20:36:41.039Z Compiling typenum v1.17.0
13662024-08-09T20:36:41.194Z Compiling once_cell v1.19.0
13672024-08-09T20:36:41.620Z Compiling syn v2.0.72
13682024-08-09T20:36:41.653Z Compiling getrandom v0.2.14
13692024-08-09T20:36:41.723Z Compiling generic-array v0.14.7
13702024-08-09T20:36:42.042Z Compiling byteorder v1.5.0
13712024-08-09T20:36:42.044Z Compiling scopeguard v1.2.0
13722024-08-09T20:36:42.094Z Compiling log v0.4.21
13732024-08-09T20:36:42.220Z Compiling itoa v1.0.11
13742024-08-09T20:36:42.364Z Compiling thiserror v1.0.63
13752024-08-09T20:36:42.649Z Compiling slab v0.4.9
13762024-08-09T20:36:42.670Z Compiling pkg-config v0.3.30
13772024-08-09T20:36:42.935Z Compiling ring v0.17.8
13782024-08-09T20:36:42.966Z Compiling semver v1.0.23
13792024-08-09T20:36:43.062Z Compiling ryu v1.0.18
13802024-08-09T20:36:43.084Z Compiling smallvec v1.13.2
13812024-08-09T20:36:43.221Z Compiling spin v0.9.8
13822024-08-09T20:36:43.537Z Compiling pin-project-lite v0.2.14
13832024-08-09T20:36:43.560Z Compiling vcpkg v0.2.15
13842024-08-09T20:36:43.664Z Compiling allocator-api2 v0.2.18
13852024-08-09T20:36:43.726Z Compiling rand_core v0.6.4
13862024-08-09T20:36:44.301Z Compiling signal-hook-registry v1.4.2
13872024-08-09T20:36:44.501Z Compiling time-core v0.1.2
13882024-08-09T20:36:44.591Z Compiling num-conv v0.1.0
13892024-08-09T20:36:44.711Z Compiling parking_lot v0.12.2
13902024-08-09T20:36:45.084Z Compiling time-macros v0.2.18
13912024-08-09T20:36:45.471Z Compiling openssl-sys v0.9.103
13922024-08-09T20:36:45.820Z Compiling mio v0.8.11
13932024-08-09T20:36:46.865Z Compiling httparse v1.8.0
13942024-08-09T20:36:47.178Z Compiling heck v0.5.0
13952024-08-09T20:36:47.352Z Compiling schemars v0.8.21
13962024-08-09T20:36:47.718Z Compiling rustix v0.38.34
13972024-08-09T20:36:47.795Z Compiling futures-core v0.3.30
13982024-08-09T20:36:48.085Z Compiling num_cpus v1.16.0
13992024-08-09T20:36:48.162Z Compiling socket2 v0.5.7
14002024-08-09T20:36:48.238Z Compiling openssl v0.10.66
14012024-08-09T20:36:48.435Z Compiling equivalent v1.0.1
14022024-08-09T20:36:48.704Z Compiling const-oid v0.9.6
14032024-08-09T20:36:48.727Z Compiling subtle v2.5.0
14042024-08-09T20:36:49.082Z Compiling fnv v1.0.7
14052024-08-09T20:36:49.517Z Compiling syn v1.0.109
14062024-08-09T20:36:49.609Z Compiling native-tls v0.2.11
14072024-08-09T20:36:49.677Z Compiling serde_derive_internals v0.29.1
14082024-08-09T20:36:49.921Z Compiling rustls v0.21.12
14092024-08-09T20:36:50.070Z Compiling tinyvec_macros v0.1.1
14102024-08-09T20:36:50.273Z Compiling tinyvec v1.6.0
14112024-08-09T20:36:50.378Z Compiling crossbeam-utils v0.8.19
14122024-08-09T20:36:50.409Z Compiling futures-sink v0.3.30
14132024-08-09T20:36:51.317Z Compiling cookie v0.17.0
14142024-08-09T20:36:51.887Z Compiling iana-time-zone v0.1.60
14152024-08-09T20:36:52.061Z Compiling unicode-normalization v0.1.23
14162024-08-09T20:36:52.152Z Compiling ucd-trie v0.1.6
14172024-08-09T20:36:52.799Z Compiling futures-channel v0.3.30
14182024-08-09T20:36:53.081Z Compiling unicode-bidi v0.3.15
14192024-08-09T20:36:53.470Z Compiling futures-task v0.3.30
14202024-08-09T20:36:53.585Z Compiling slog v2.7.0
14212024-08-09T20:36:53.609Z Compiling futures-io v0.3.30
14222024-08-09T20:36:54.009Z Compiling pin-utils v0.1.0
14232024-08-09T20:36:54.338Z Compiling untrusted v0.9.0
14242024-08-09T20:36:54.910Z Compiling aho-corasick v1.1.3
14252024-08-09T20:36:55.185Z Compiling dyn-clone v1.0.17
14262024-08-09T20:36:55.236Z Compiling crc32fast v1.4.0
14272024-08-09T20:36:55.620Z Compiling serde_derive v1.0.205
14282024-08-09T20:36:55.620Z Compiling zerocopy-derive v0.7.34
14292024-08-09T20:36:55.900Z Compiling zeroize_derive v1.4.2
14302024-08-09T20:36:55.975Z Compiling tokio-macros v2.3.0
14312024-08-09T20:36:56.356Z Compiling thiserror-impl v1.0.63
14322024-08-09T20:36:57.758Z Compiling futures-macro v0.3.30
14332024-08-09T20:36:57.779Z Compiling zeroize v1.7.0
14342024-08-09T20:36:57.865Z Compiling zerocopy v0.7.34
14352024-08-09T20:36:59.852Z Compiling tracing-attributes v0.1.27
14362024-08-09T20:37:00.143Z Compiling schemars_derive v0.8.21
14372024-08-09T20:37:00.392Z Compiling hashbrown v0.14.5
14382024-08-09T20:37:01.929Z Compiling der_derive v0.7.2
14392024-08-09T20:37:02.077Z Compiling openssl-macros v0.1.1
14402024-08-09T20:37:03.039Z Compiling scroll_derive v0.12.0
14412024-08-09T20:37:03.073Z Compiling pest v2.7.10
14422024-08-09T20:37:03.496Z Compiling crypto-common v0.1.6
14432024-08-09T20:37:03.679Z Compiling futures-util v0.3.30
14442024-08-09T20:37:04.583Z Compiling block-buffer v0.10.4
14452024-08-09T20:37:04.608Z Compiling regex-syntax v0.8.3
14462024-08-09T20:37:04.611Z Compiling powerfmt v0.2.0
14472024-08-09T20:37:04.909Z Compiling digest v0.10.7
14482024-08-09T20:37:05.183Z Compiling deranged v0.3.11
14492024-08-09T20:37:06.417Z Compiling pest_meta v2.7.10
14502024-08-09T20:37:07.836Z Compiling usdt-impl v0.5.0
14512024-08-09T20:37:08.226Z Compiling pest_generator v2.7.10
14522024-08-09T20:37:10.403Z Compiling regex-automata v0.4.6
14532024-08-09T20:37:11.076Z Compiling bytes v1.7.1
14542024-08-09T20:37:11.844Z Compiling bitflags v2.6.0
14552024-08-09T20:37:12.753Z Compiling tokio v1.38.1
14562024-08-09T20:37:12.800Z Compiling indexmap v2.3.0
14572024-08-09T20:37:13.339Z Compiling serde_tokenstream v0.2.1
14582024-08-09T20:37:13.563Z Compiling uuid v1.10.0
14592024-08-09T20:37:14.498Z Compiling chrono v0.4.38
14602024-08-09T20:37:14.676Z Compiling http v0.2.12
14612024-08-09T20:37:15.265Z Compiling rustc_version v0.4.0
14622024-08-09T20:37:15.960Z Compiling pest_derive v2.7.10
14632024-08-09T20:37:18.434Z Compiling heck v0.4.1
14642024-08-09T20:37:18.800Z Compiling percent-encoding v2.3.1
14652024-08-09T20:37:19.203Z Compiling num_threads v0.1.7
14662024-08-09T20:37:19.291Z Compiling heapless v0.7.17
14672024-08-09T20:37:19.400Z Compiling time v0.3.36
14682024-08-09T20:37:20.313Z Compiling scroll v0.12.0
14692024-08-09T20:37:20.904Z Compiling zerocopy-derive v0.6.6
14702024-08-09T20:37:22.767Z Compiling tracing-core v0.1.32
14712024-08-09T20:37:23.097Z Compiling backtrace v0.3.71
14722024-08-09T20:37:23.573Z Compiling errno v0.3.9
14732024-08-09T20:37:23.924Z Compiling ppv-lite86 v0.2.17
14742024-08-09T20:37:24.839Z Compiling plain v0.2.3
14752024-08-09T20:37:25.040Z Compiling signal-hook v0.3.17
14762024-08-09T20:37:25.058Z Compiling goblin v0.8.2
14772024-08-09T20:37:25.250Z Compiling rand_chacha v0.3.1
14782024-08-09T20:37:25.564Z Compiling tracing v0.1.40
14792024-08-09T20:37:26.578Z Compiling tokio-util v0.7.11
14802024-08-09T20:37:27.260Z Compiling regex v1.10.6
14812024-08-09T20:37:27.410Z Compiling async-trait v0.1.81
14822024-08-09T20:37:29.170Z Compiling pretty-hex v0.4.1
14832024-08-09T20:37:29.214Z Compiling strsim v0.11.1
14842024-08-09T20:37:29.419Z Compiling rustversion v1.0.17
14852024-08-09T20:37:30.285Z Compiling rand v0.8.5
14862024-08-09T20:37:31.403Z Compiling form_urlencoded v1.2.1
14872024-08-09T20:37:32.014Z Compiling dtrace-parser v0.2.0
14882024-08-09T20:37:32.093Z Compiling dof v0.3.0
14892024-08-09T20:37:32.398Z Compiling thread-id v4.2.1
14902024-08-09T20:37:32.739Z Compiling base64ct v1.6.0
14912024-08-09T20:37:32.847Z Compiling foreign-types-shared v0.1.1
14922024-08-09T20:37:32.973Z Compiling try-lock v0.2.5
14932024-08-09T20:37:33.154Z Compiling unicode-width v0.1.13
14942024-08-09T20:37:33.478Z Compiling smoltcp v0.9.1
14952024-08-09T20:37:33.815Z Compiling anyhow v1.0.86
14962024-08-09T20:37:33.889Z Compiling foreign-types v0.3.2
14972024-08-09T20:37:33.993Z Compiling pem-rfc7468 v0.7.0
14982024-08-09T20:37:34.046Z Compiling want v0.3.1
14992024-08-09T20:37:35.591Z Compiling h2 v0.3.26
15002024-08-09T20:37:36.002Z Compiling http-body v0.4.6
15012024-08-09T20:37:36.174Z Compiling hmac v0.12.1
15022024-08-09T20:37:36.430Z Compiling clap_derive v4.5.13
15032024-08-09T20:37:37.418Z Compiling flagset v0.4.5
15042024-08-09T20:37:37.561Z Compiling tower-service v0.3.2
15052024-08-09T20:37:37.710Z Compiling base64 v0.21.7
15062024-08-09T20:37:37.753Z Compiling siphasher v0.3.11
15072024-08-09T20:37:38.149Z Compiling httpdate v1.0.3
15082024-08-09T20:37:39.394Z Compiling der v0.7.9
15092024-08-09T20:37:46.598Z Compiling hyper v0.14.30
15102024-08-09T20:37:53.016Z Compiling rustls-webpki v0.101.7
15112024-08-09T20:37:53.473Z Compiling sct v0.7.1
15122024-08-09T20:37:55.821Z Compiling openapiv3 v2.0.0
15132024-08-09T20:37:58.406Z Compiling hubpack_derive v0.1.1
15142024-08-09T20:37:58.842Z Compiling idna v0.5.0
15152024-08-09T20:38:00.560Z Compiling lazy_static v1.5.0
15162024-08-09T20:38:00.886Z Compiling fs-err v2.11.0
15172024-08-09T20:38:01.009Z Compiling openssl-probe v0.1.5
15182024-08-09T20:38:01.498Z Compiling cpufeatures v0.2.12
15192024-08-09T20:38:01.502Z Compiling anstyle v1.0.8
15202024-08-09T20:38:01.625Z Compiling adler v1.0.2
15212024-08-09T20:38:01.766Z Compiling finl_unicode v1.2.0
15222024-08-09T20:38:02.061Z Compiling utf8parse v0.2.1
15232024-08-09T20:38:02.184Z Compiling sha2 v0.10.8
15242024-08-09T20:38:02.280Z Compiling anstyle-parse v0.2.4
15252024-08-09T20:38:02.654Z Compiling stringprep v0.1.4
15262024-08-09T20:38:03.072Z Compiling miniz_oxide v0.7.2
15272024-08-09T20:38:03.786Z Compiling url v2.5.2
15282024-08-09T20:38:06.231Z Compiling spki v0.7.3
15292024-08-09T20:38:07.164Z Compiling usdt-macro v0.5.0
15302024-08-09T20:38:08.157Z Compiling usdt-attr-macro v0.5.0
15312024-08-09T20:38:08.636Z Compiling md-5 v0.10.6
15322024-08-09T20:38:08.972Z Compiling toml_datetime v0.6.8
15332024-08-09T20:38:09.416Z Compiling serde_spanned v0.6.7
15342024-08-09T20:38:09.597Z Compiling regress v0.9.1
15352024-08-09T20:38:09.642Z Compiling idna v0.3.0
15362024-08-09T20:38:11.228Z Compiling num-integer v0.1.46
15372024-08-09T20:38:12.184Z Compiling hash32 v0.2.1
15382024-08-09T20:38:12.573Z Compiling encoding_rs v0.8.34
15392024-08-09T20:38:12.709Z Compiling psl-types v2.0.11
15402024-08-09T20:38:12.946Z Compiling gimli v0.28.1
15412024-08-09T20:38:12.965Z Compiling anstyle-query v1.0.3
15422024-08-09T20:38:13.114Z Compiling base64 v0.22.1
15432024-08-09T20:38:13.771Z Compiling stable_deref_trait v1.2.0
15442024-08-09T20:38:13.804Z Compiling is_terminal_polyfill v1.70.0
15452024-08-09T20:38:13.939Z Compiling fallible-iterator v0.2.0
15462024-08-09T20:38:14.086Z Compiling colorchoice v1.0.1
15472024-08-09T20:38:14.510Z Compiling mime v0.3.17
15482024-08-09T20:38:14.702Z Compiling postgres-protocol v0.6.7
15492024-08-09T20:38:15.607Z Compiling anstream v0.6.14
15502024-08-09T20:38:15.931Z Compiling publicsuffix v2.2.3
15512024-08-09T20:38:16.290Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15522024-08-09T20:38:17.466Z Compiling addr2line v0.21.0
15532024-08-09T20:38:19.128Z Compiling tokio-rustls v0.24.1
15542024-08-09T20:38:19.960Z Compiling pkcs8 v0.10.2
15552024-08-09T20:38:20.371Z Compiling terminal_size v0.3.0
15562024-08-09T20:38:20.515Z Compiling tokio-native-tls v0.3.1
15572024-08-09T20:38:20.845Z Compiling phf_shared v0.11.2
15582024-08-09T20:38:20.871Z Compiling strum_macros v0.25.3
15592024-08-09T20:38:21.137Z Compiling serde_urlencoded v0.7.1
15602024-08-09T20:38:21.257Z Compiling enum-as-inner v0.5.1
15612024-08-09T20:38:22.418Z Compiling block-padding v0.3.3
15622024-08-09T20:38:22.604Z Compiling serde_repr v0.1.19
15632024-08-09T20:38:22.676Z Compiling ff v0.13.0
15642024-08-09T20:38:23.542Z Compiling object v0.32.2
15652024-08-09T20:38:24.101Z Compiling bit-vec v0.6.3
15662024-08-09T20:38:24.286Z Compiling winnow v0.5.40
15672024-08-09T20:38:24.503Z Compiling ipnet v2.9.0
15682024-08-09T20:38:24.553Z Compiling either v1.13.0
15692024-08-09T20:38:25.000Z Compiling matches v0.1.10
15702024-08-09T20:38:25.107Z Compiling base16ct v0.2.0
15712024-08-09T20:38:25.559Z Compiling regex-automata v0.1.10
15722024-08-09T20:38:26.734Z Compiling rustc-demangle v0.1.24
15732024-08-09T20:38:27.714Z Compiling bitflags v1.3.2
15742024-08-09T20:38:28.299Z Compiling clap_lex v0.7.0
15752024-08-09T20:38:28.543Z Compiling managed v0.8.0
15762024-08-09T20:38:28.658Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15772024-08-09T20:38:28.732Z Compiling clap_builder v4.5.13
15782024-08-09T20:38:28.812Z Compiling rustls-pemfile v1.0.4
15792024-08-09T20:38:29.184Z Compiling toml_edit v0.19.15
15802024-08-09T20:38:31.128Z Compiling bstr v0.2.17
15812024-08-09T20:38:31.396Z Compiling sec1 v0.7.3
15822024-08-09T20:38:31.956Z Compiling idna v0.2.3
15832024-08-09T20:38:32.604Z Compiling group v0.13.0
15842024-08-09T20:38:32.658Z Compiling inout v0.1.3
15852024-08-09T20:38:32.957Z Compiling phf v0.11.2
15862024-08-09T20:38:33.267Z Compiling hyper-tls v0.5.0
15872024-08-09T20:38:33.328Z Compiling signal-hook-mio v0.2.3
15882024-08-09T20:38:33.443Z Compiling hyper-rustls v0.24.2
15892024-08-09T20:38:33.596Z Compiling cookie_store v0.20.0
15902024-08-09T20:38:33.715Z Compiling postgres-types v0.2.7
15912024-08-09T20:38:33.817Z Compiling num-bigint v0.4.5
15922024-08-09T20:38:35.314Z Compiling hubpack v0.1.2
15932024-08-09T20:38:35.749Z Compiling phf_shared v0.10.0
15942024-08-09T20:38:36.113Z Compiling hkdf v0.12.4
15952024-08-09T20:38:36.343Z Compiling zerocopy v0.6.6
15962024-08-09T20:38:36.415Z Compiling futures-executor v0.3.30
15972024-08-09T20:38:36.438Z Compiling crypto-bigint v0.5.5
15982024-08-09T20:38:36.802Z Compiling float-cmp v0.9.0
15992024-08-09T20:38:36.875Z Compiling memmap v0.7.0
16002024-08-09T20:38:37.265Z Compiling webpki-roots v0.25.4
16012024-08-09T20:38:37.335Z Compiling new_debug_unreachable v1.0.6
16022024-08-09T20:38:37.432Z Compiling difflib v0.4.0
16032024-08-09T20:38:37.626Z Compiling precomputed-hash v0.1.1
16042024-08-09T20:38:37.649Z Compiling winnow v0.6.18
16052024-08-09T20:38:37.761Z Compiling fixedbitset v0.4.2
16062024-08-09T20:38:37.834Z Compiling data-encoding v2.6.0
16072024-08-09T20:38:38.189Z Compiling sync_wrapper v0.1.2
16082024-08-09T20:38:38.358Z Compiling unicode-segmentation v1.11.0
16092024-08-09T20:38:38.897Z Compiling minimal-lexical v0.2.1
16102024-08-09T20:38:39.203Z Compiling static_assertions v1.1.0
16112024-08-09T20:38:39.308Z Compiling whoami v1.5.1
16122024-08-09T20:38:39.396Z Compiling predicates-core v1.0.6
16132024-08-09T20:38:39.489Z Compiling normalize-line-endings v0.3.0
16142024-08-09T20:38:39.566Z Compiling elliptic-curve v0.13.8
16152024-08-09T20:38:39.624Z Compiling predicates v3.1.2
16162024-08-09T20:38:39.722Z Compiling tokio-postgres v0.7.11
16172024-08-09T20:38:39.863Z Compiling reqwest v0.11.27
16182024-08-09T20:38:40.106Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16192024-08-09T20:38:40.316Z Compiling nom v7.1.3
16202024-08-09T20:38:40.549Z Compiling similar v2.5.0
16212024-08-09T20:38:41.385Z Compiling toml_edit v0.22.20
16222024-08-09T20:38:42.752Z Compiling trust-dns-proto v0.22.0
16232024-08-09T20:38:44.128Z Compiling petgraph v0.6.5
16242024-08-09T20:38:45.072Z Compiling string_cache v0.8.7
16252024-08-09T20:38:46.535Z Compiling usdt v0.5.0
16262024-08-09T20:38:47.392Z Compiling futures v0.3.30
16272024-08-09T20:38:47.522Z Compiling yasna v0.5.2
16282024-08-09T20:38:48.342Z Compiling crossterm v0.27.0
16292024-08-09T20:38:48.927Z Compiling crossbeam-epoch v0.9.18
16302024-08-09T20:38:49.131Z Compiling flate2 v1.0.31
16312024-08-09T20:38:49.228Z Compiling cipher v0.4.4
16322024-08-09T20:38:49.649Z Compiling clap v4.5.13
16332024-08-09T20:38:49.703Z Compiling toml v0.7.8
16342024-08-09T20:38:49.775Z Compiling itertools v0.10.5
16352024-08-09T20:38:50.085Z Compiling itertools v0.12.1
16362024-08-09T20:38:50.428Z Compiling bit-set v0.5.3
16372024-08-09T20:38:50.728Z Compiling num-iter v0.1.45
16382024-08-09T20:38:50.930Z Compiling console v0.15.8
16392024-08-09T20:38:51.921Z Compiling tokio-stream v0.1.15
16402024-08-09T20:38:52.594Z Compiling bstr v1.9.1
16412024-08-09T20:38:52.705Z Compiling hex v0.4.3
16422024-08-09T20:38:53.502Z Compiling lalrpop-util v0.19.12
16432024-08-09T20:38:53.710Z Compiling radium v0.7.0
16442024-08-09T20:38:54.030Z Compiling camino v1.1.7
16452024-08-09T20:38:54.479Z Compiling peg-runtime v0.8.3
16462024-08-09T20:38:54.564Z Compiling unicode-xid v0.2.4
16472024-08-09T20:38:55.015Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16482024-08-09T20:38:58.634Z Compiling is-terminal v0.4.12
16492024-08-09T20:39:01.806Z Compiling tap v1.0.1
16502024-08-09T20:39:02.006Z Compiling rustls-pki-types v1.7.0
16512024-08-09T20:39:02.345Z Compiling ident_case v1.0.1
16522024-08-09T20:39:02.544Z Compiling maybe-uninit v2.0.0
16532024-08-09T20:39:06.291Z Compiling darling_core v0.20.9
16542024-08-09T20:39:08.686Z Compiling wyz v0.5.1
16552024-08-09T20:39:18.034Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16562024-08-09T20:39:18.398Z Compiling getopts v0.2.21
16572024-08-09T20:39:18.840Z Compiling bzip2-sys v0.1.11+1.0.8
16582024-08-09T20:39:19.173Z Compiling dirs-sys-next v0.1.2
16592024-08-09T20:39:19.228Z Compiling unsafe-libyaml v0.2.11
16602024-08-09T20:39:19.365Z Compiling funty v2.0.0
16612024-08-09T20:39:19.416Z Compiling packed_struct v0.10.1
16622024-08-09T20:39:20.234Z Compiling paste v1.0.15
16632024-08-09T20:39:20.732Z Compiling rustls v0.22.4
16642024-08-09T20:39:21.054Z Compiling num-bigint-dig v0.8.4
16652024-08-09T20:39:21.240Z Compiling serde_yaml v0.9.34+deprecated
16662024-08-09T20:39:21.387Z Compiling bitvec v1.0.1
16672024-08-09T20:39:23.383Z Compiling dirs-next v2.0.0
16682024-08-09T20:39:25.109Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16692024-08-09T20:39:28.921Z Compiling darling_macro v0.20.9
16702024-08-09T20:39:30.215Z Compiling rustls-webpki v0.102.4
16712024-08-09T20:39:31.958Z Compiling packed_struct_codegen v0.10.1
16722024-08-09T20:39:32.849Z Compiling structmeta-derive v0.3.0
16732024-08-09T20:39:33.928Z Compiling thread_local v1.1.8
16742024-08-09T20:39:34.439Z Compiling multer v3.1.0
16752024-08-09T20:39:34.490Z Compiling indexmap v1.9.3
16762024-08-09T20:39:34.748Z Compiling match_cfg v0.1.0
16772024-08-09T20:39:34.867Z Compiling nodrop v0.1.14
16782024-08-09T20:39:34.888Z Compiling slog-async v2.8.0
16792024-08-09T20:39:35.163Z Compiling fastrand v2.1.0
16802024-08-09T20:39:35.477Z Compiling rayon-core v1.12.1
16812024-08-09T20:39:35.562Z Compiling crc-catalog v2.4.0
16822024-08-09T20:39:35.788Z Compiling crc v3.2.1
16832024-08-09T20:39:35.844Z Compiling tempfile v3.10.1
16842024-08-09T20:39:35.890Z Compiling structmeta v0.3.0
16852024-08-09T20:39:37.546Z Compiling array-init v0.0.4
16862024-08-09T20:39:37.747Z Compiling hostname v0.3.1
16872024-08-09T20:39:38.904Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16882024-08-09T20:39:39.720Z Compiling smallvec v0.6.14
16892024-08-09T20:39:39.827Z Compiling darling v0.20.9
16902024-08-09T20:39:40.256Z Compiling term v0.7.0
16912024-08-09T20:39:46.162Z Compiling crossbeam-deque v0.8.5
16922024-08-09T20:39:46.265Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16932024-08-09T20:39:46.578Z Compiling pkcs1 v0.7.5
16942024-08-09T20:39:47.766Z Compiling slog-json v2.6.1
16952024-08-09T20:39:48.918Z Compiling crossbeam-channel v0.5.12
16962024-08-09T20:39:50.601Z Compiling http v1.1.0
16972024-08-09T20:39:50.702Z Compiling signature v2.2.0
16982024-08-09T20:39:53.676Z Compiling pin-project-internal v1.1.5
16992024-08-09T20:39:54.643Z Compiling async-stream-impl v0.3.5
17002024-08-09T20:39:55.688Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17012024-08-09T20:39:56.096Z Compiling same-file v1.0.6
17022024-08-09T20:39:56.501Z Compiling termcolor v1.4.1
17032024-08-09T20:39:56.690Z Compiling take_mut v0.2.2
17042024-08-09T20:39:57.092Z Compiling atomic-waker v1.1.2
17052024-08-09T20:39:57.301Z Compiling bitfield v0.14.0
17062024-08-09T20:39:57.633Z Compiling hashbrown v0.12.3
17072024-08-09T20:40:02.671Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17082024-08-09T20:40:05.194Z Compiling waitgroup v0.1.2
17092024-08-09T20:40:06.696Z Compiling env_logger v0.10.2
17102024-08-09T20:40:10.715Z Compiling pin-project v1.1.5
17112024-08-09T20:40:11.433Z Compiling walkdir v2.5.0
17122024-08-09T20:40:11.907Z Compiling async-stream v0.3.5
17132024-08-09T20:40:12.249Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17142024-08-09T20:40:13.347Z Compiling rsa v0.9.6
17152024-08-09T20:40:16.073Z Compiling slog-bunyan v2.5.0
17162024-08-09T20:40:16.873Z Compiling tokio-rustls v0.25.0
17172024-08-09T20:40:17.388Z Compiling slog-term v2.9.1
17182024-08-09T20:40:18.942Z Compiling serde-hex v0.1.0
17192024-08-09T20:40:19.053Z Compiling bzip2 v0.4.4
17202024-08-09T20:40:19.507Z Compiling serde_with_macros v3.8.3
17212024-08-09T20:40:20.100Z Compiling parse-display-derive v0.9.1
17222024-08-09T20:40:20.588Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17232024-08-09T20:40:21.188Z Compiling toml v0.8.19
17242024-08-09T20:40:21.296Z Compiling rustls-pemfile v2.1.3
17252024-08-09T20:40:24.274Z Compiling x509-cert v0.2.5
17262024-08-09T20:40:24.348Z Compiling sha1 v0.10.6
17272024-08-09T20:40:25.083Z Compiling ron v0.8.1
17282024-08-09T20:40:25.199Z Compiling newtype-uuid v1.1.0
17292024-08-09T20:40:25.566Z Compiling ipnetwork v0.20.0
17302024-08-09T20:40:26.051Z Compiling strum_macros v0.26.4
17312024-08-09T20:40:26.328Z Compiling xattr v1.3.1
17322024-08-09T20:40:27.569Z Compiling snafu-derive v0.8.2
17332024-08-09T20:40:27.940Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17342024-08-09T20:40:28.483Z Compiling serde_path_to_error v0.1.16
17352024-08-09T20:40:29.382Z Compiling hashbrown v0.13.2
17362024-08-09T20:40:29.519Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17372024-08-09T20:40:30.316Z Compiling ring v0.16.20
17382024-08-09T20:40:30.724Z Compiling blake3 v1.5.1
17392024-08-09T20:40:30.819Z Compiling hostname v0.4.0
17402024-08-09T20:40:31.089Z Compiling filetime v0.2.23
17412024-08-09T20:40:31.326Z Compiling instant v0.1.12
17422024-08-09T20:40:31.359Z Compiling debug-ignore v1.0.5
17432024-08-09T20:40:31.503Z Compiling buf-list v1.0.3
17442024-08-09T20:40:31.524Z Compiling crc-any v2.5.0
17452024-08-09T20:40:31.874Z Compiling backoff v0.4.0
17462024-08-09T20:40:32.183Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17472024-08-09T20:40:32.461Z Compiling tar v0.4.41
17482024-08-09T20:40:32.544Z Compiling snafu v0.8.2
17492024-08-09T20:40:32.861Z Compiling strum v0.26.3
17502024-08-09T20:40:33.080Z Compiling object v0.30.4
17512024-08-09T20:40:33.938Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17522024-08-09T20:40:34.157Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17532024-08-09T20:40:35.933Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17542024-08-09T20:40:36.252Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17552024-08-09T20:40:36.812Z Compiling parse-display v0.9.1
17562024-08-09T20:40:37.897Z Compiling serde_with v3.8.3
17572024-08-09T20:40:38.366Z Compiling zip v0.6.6
17582024-08-09T20:40:38.614Z Compiling rayon v1.10.0
17592024-08-09T20:40:39.799Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17602024-08-09T20:40:40.557Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17612024-08-09T20:40:41.252Z Compiling camino-tempfile v1.1.1
17622024-08-09T20:40:42.076Z Compiling globset v0.4.14
17632024-08-09T20:40:42.513Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17642024-08-09T20:40:42.737Z Compiling pem v3.0.4
17652024-08-09T20:40:44.260Z Compiling olpc-cjson v0.1.3
17662024-08-09T20:40:44.614Z Compiling macaddr v1.0.1
17672024-08-09T20:40:44.634Z Compiling serde_plain v1.0.2
17682024-08-09T20:40:45.176Z Compiling async-recursion v1.1.1
17692024-08-09T20:40:45.271Z Compiling memmap2 v0.9.4
17702024-08-09T20:40:45.890Z Compiling constant_time_eq v0.3.0
17712024-08-09T20:40:46.089Z Compiling typed-path v0.7.1
17722024-08-09T20:40:46.658Z Compiling path-slash v0.1.5
17732024-08-09T20:40:46.819Z Compiling arrayvec v0.7.4
17742024-08-09T20:40:46.915Z Compiling untrusted v0.7.1
17752024-08-09T20:40:47.126Z Compiling arrayref v0.3.7
17762024-08-09T20:40:47.249Z Compiling spin v0.5.2
17772024-08-09T20:40:48.552Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17782024-08-09T20:40:49.861Z Compiling tough v0.17.1
17792024-08-09T20:40:50.108Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17802024-08-09T20:40:51.441Z Compiling itertools v0.13.0
17812024-08-09T20:40:53.059Z Compiling cargo-platform v0.1.8
17822024-08-09T20:40:54.278Z Compiling parse-size v1.0.0
17832024-08-09T20:40:54.586Z Compiling topological-sort v0.2.2
17842024-08-09T20:40:54.866Z Compiling omicron-zone-package v0.11.0
17852024-08-09T20:40:55.224Z Compiling cargo_metadata v0.18.1
17862024-08-09T20:40:55.403Z Compiling shell-words v1.1.0
17872024-08-09T20:41:03.143Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
17882024-08-09T20:41:15.830Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
17892024-08-09T20:41:30.408Z Finished `release` profile [optimized] target(s) in 4m 52s
17902024-08-09T20:41:30.547Z Running `target/release/omicron-releng --output-dir /work`
17912024-08-09T20:41:30.590ZAug 09 20:41:29.383 DEBG changing working directory to /work/oxidecomputer/omicron
17922024-08-09T20:41:30.689ZAug 09 20:41:29.478 DEBG running: git rev-parse HEAD
17932024-08-09T20:41:30.692ZAug 09 20:41:29.484 DEBG process exited with exit status: 0 (6.722072ms)
17942024-08-09T20:41:30.692ZAug 09 20:41:29.485 INFO version: 10.0.0-0.ci+git38348069b75
17952024-08-09T20:41:30.741ZAug 09 20:41:29.524 INFO cloning helios to /work/oxidecomputer/helios
17962024-08-09T20:41:30.741ZAug 09 20:41:29.524 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
17972024-08-09T20:41:30.756ZCloning into '/work/oxidecomputer/helios'...
17982024-08-09T20:41:31.254ZAug 09 20:41:30.033 DEBG process exited with exit status: 0 (508.826534ms)
17992024-08-09T20:41:31.255ZAug 09 20:41:30.033 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18002024-08-09T20:41:31.267Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18012024-08-09T20:41:31.268Z# branch.head master
18022024-08-09T20:41:31.268Z# branch.upstream origin/master
18032024-08-09T20:41:31.268Z# branch.ab +0 -0
18042024-08-09T20:41:31.268ZAug 09 20:41:30.042 DEBG process exited with exit status: 0 (8.852457ms)
18052024-08-09T20:41:31.268ZAug 09 20:41:30.042 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18062024-08-09T20:41:31.988ZAug 09 20:41:30.781 DEBG process exited with exit status: 0 (738.90568ms)
18072024-08-09T20:41:31.988ZAug 09 20:41:30.782 DEBG running: zfs list rpool/images/build/host
18082024-08-09T20:41:31.995ZNAME USED AVAIL REFER MOUNTPOINT
18092024-08-09T20:41:31.995Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18102024-08-09T20:41:31.999ZAug 09 20:41:30.790 DEBG process exited with exit status: 0 (7.978409ms)
18112024-08-09T20:41:31.999ZAug 09 20:41:30.790 DEBG running: zfs list rpool/images/build/recovery
18122024-08-09T20:41:32.002ZNAME USED AVAIL REFER MOUNTPOINT
18132024-08-09T20:41:32.002Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18142024-08-09T20:41:32.005ZAug 09 20:41:30.797 DEBG process exited with exit status: 0 (6.961366ms)
18152024-08-09T20:41:32.005ZAug 09 20:41:30.797 INFO [hubris-staging] running task
18162024-08-09T20:41:32.005ZAug 09 20:41:30.797 INFO [hubris-production] running task
18172024-08-09T20:41:32.005ZAug 09 20:41:30.798 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18182024-08-09T20:41:32.008ZAug 09 20:41:30.801 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
18192024-08-09T20:41:32.441Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18202024-08-09T20:41:32.628Z[ omicron-package] Blocking waiting for file lock on package cache
18212024-08-09T20:41:33.359ZAug 09 20:41:32.152 INFO [hubris-production] task succeeded (1.354503436s)
18222024-08-09T20:41:33.398Z[ omicron-package] Blocking waiting for file lock on package cache
18232024-08-09T20:41:34.117Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18242024-08-09T20:41:34.121Z[ omicron-package] Compiling heapless v0.8.0
18252024-08-09T20:41:34.121Z[ omicron-package] Compiling hash32 v0.3.1
18262024-08-09T20:41:34.121Z[ omicron-package] Compiling smoltcp v0.11.0
18272024-08-09T20:41:34.121Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18282024-08-09T20:41:34.675Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18292024-08-09T20:41:34.675Z[ omicron-package] Compiling cobs v0.2.3
18302024-08-09T20:41:34.679Z[ omicron-package] Compiling embedded-io v0.4.0
18312024-08-09T20:41:35.106Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18322024-08-09T20:41:35.591Z[ omicron-package] Compiling num_enum_derive v0.5.11
18332024-08-09T20:41:35.912Z[ omicron-package] Compiling postcard v1.0.8
18342024-08-09T20:41:36.264Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18352024-08-09T20:41:36.399Z[ omicron-package] Compiling proc-macro-error v1.0.4
18362024-08-09T20:41:36.474Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18372024-08-09T20:41:36.690Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18382024-08-09T20:41:36.850Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18392024-08-09T20:41:37.073Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18402024-08-09T20:41:38.129Z[ omicron-package] Compiling tabwriter v1.4.0
18412024-08-09T20:41:38.136Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18422024-08-09T20:41:38.429Z[ omicron-package] Compiling cstr-argument v0.1.2
18432024-08-09T20:41:38.854Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18442024-08-09T20:41:39.194Z[ omicron-package] Compiling pretty-hex v0.2.1
18452024-08-09T20:41:39.212Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18462024-08-09T20:41:39.465Z[ omicron-package] Compiling foreign-types v0.5.0
18472024-08-09T20:41:39.689Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18482024-08-09T20:41:39.781Z[ omicron-package] Compiling num_enum v0.5.11
18492024-08-09T20:41:39.854Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18502024-08-09T20:41:40.157Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18512024-08-09T20:41:40.379Z[ omicron-package] Compiling colored v2.1.0
18522024-08-09T20:41:40.527Z[ omicron-package] Compiling socket2 v0.4.10
18532024-08-09T20:41:40.529Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18542024-08-09T20:41:41.150ZAug 09 20:41:39.942 INFO [hubris-staging] task succeeded (9.144947201s)
18552024-08-09T20:41:41.197Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18562024-08-09T20:41:41.353Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18572024-08-09T20:41:41.526Z[ omicron-package] Compiling sigpipe v0.1.3
18582024-08-09T20:41:41.787Z[ omicron-package] Compiling num-derive v0.4.2
18592024-08-09T20:41:41.915Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18602024-08-09T20:41:42.189Z[ omicron-package] Compiling libefi-sys v0.1.0
18612024-08-09T20:41:42.682Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18622024-08-09T20:41:43.197Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18632024-08-09T20:41:43.335Z[ omicron-package] Compiling smf v0.2.3
18642024-08-09T20:41:43.707Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18652024-08-09T20:41:43.849Z[ omicron-package] Compiling bitfield-struct v0.6.1
18662024-08-09T20:41:44.460Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18672024-08-09T20:41:44.698Z[ omicron-package] Compiling portable-atomic v1.6.0
18682024-08-09T20:41:46.232Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18692024-08-09T20:41:46.816Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18702024-08-09T20:41:47.470Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18712024-08-09T20:41:49.060Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18722024-08-09T20:41:49.094Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18732024-08-09T20:41:49.465Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18742024-08-09T20:41:49.567Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18752024-08-09T20:41:50.565Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18762024-08-09T20:41:51.246Z[ omicron-package] Compiling gethostname v0.5.0
18772024-08-09T20:41:51.503Z[ omicron-package] Compiling number_prefix v0.4.0
18782024-08-09T20:41:52.529Z[ omicron-package] Compiling indicatif v0.17.8
18792024-08-09T20:41:52.605Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18802024-08-09T20:41:56.169Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18812024-08-09T20:41:56.840Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18822024-08-09T20:42:02.700Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18832024-08-09T20:42:16.267Z[ helios-setup] Aug 09 20:42:15.055 INFO helios repository root is: /work/oxidecomputer/helios
18842024-08-09T20:42:16.270Z[ helios-setup] Aug 09 20:42:15.058 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
18852024-08-09T20:42:16.270Z[ helios-setup] Aug 09 20:42:15.058 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
18862024-08-09T20:42:16.276Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
18872024-08-09T20:42:18.445Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.42s
18882024-08-09T20:42:18.668Z[ omicron-package]
18892024-08-09T20:42:18.668Z[ omicron-package] real 46.611392386
18902024-08-09T20:42:18.672Z[ omicron-package] user 2:54.123714499
18912024-08-09T20:42:18.672Z[ omicron-package] sys 22.043079084
18922024-08-09T20:42:18.672Z[ omicron-package] trap 0.175515514
18932024-08-09T20:42:18.672Z[ omicron-package] tflt 0.616982854
18942024-08-09T20:42:18.672Z[ omicron-package] dflt 0.594648506
18952024-08-09T20:42:18.672Z[ omicron-package] kflt 0.002768426
18962024-08-09T20:42:18.672Z[ omicron-package] lock 5:57.445796537
18972024-08-09T20:42:18.672Z[ omicron-package] slp 9:26.641517728
18982024-08-09T20:42:18.672Z[ omicron-package] lat 1:44.805297666
18992024-08-09T20:42:18.672Z[ omicron-package] stop 1:02.780067949
19002024-08-09T20:42:18.672ZAug 09 20:42:17.456 INFO [omicron-package] process exited with exit status: 0 (46.654839439s)
19012024-08-09T20:42:18.673ZAug 09 20:42:17.456 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
19022024-08-09T20:42:18.709ZAug 09 20:42:17.496 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19032024-08-09T20:42:18.720Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19042024-08-09T20:42:18.723Z[ host-target] Created new build target 'host' and set it as active
19052024-08-09T20:42:18.723ZAug 09 20:42:17.511 INFO [host-target] process exited with exit status: 0 (54.257863ms)
19062024-08-09T20:42:18.726ZAug 09 20:42:17.511 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19072024-08-09T20:42:18.729Z[ recovery-target] Created new build target 'recovery' and set it as active
19082024-08-09T20:42:18.729Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19092024-08-09T20:42:18.733ZAug 09 20:42:17.519 INFO [recovery-target] process exited with exit status: 0 (22.503639ms)
19102024-08-09T20:42:18.740Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19112024-08-09T20:42:19.935Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19122024-08-09T20:42:19.935Z[ host-package] Compiling camino v1.1.7
19132024-08-09T20:42:19.935Z[ host-package] Compiling password-hash v0.5.0
19142024-08-09T20:42:19.938Z[ host-package] Compiling blake2 v0.10.6
19152024-08-09T20:42:19.938Z[ host-package] Compiling derive-where v1.2.7
19162024-08-09T20:42:19.938Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19172024-08-09T20:42:19.939Z[ host-package] Compiling humantime v2.1.0
19182024-08-09T20:42:20.057Z[ host-package] Compiling newline-converter v0.3.0
19192024-08-09T20:42:20.301Z[ host-package] Compiling expectorate v1.1.0
19202024-08-09T20:42:20.376Z[ host-package] Compiling toml v0.8.19
19212024-08-09T20:42:20.608Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19222024-08-09T20:42:20.938Z[ helios-setup] Aug 09 20:42:19.724 INFO clone ok!, project: amd-firmware
19232024-08-09T20:42:20.938Z[ helios-setup] Aug 09 20:42:19.724 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
19242024-08-09T20:42:20.938Z[ helios-setup] Aug 09 20:42:19.724 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19252024-08-09T20:42:20.942Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19262024-08-09T20:42:21.002Z[ host-package] Compiling argon2 v0.5.3
19272024-08-09T20:42:21.099Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19282024-08-09T20:42:21.120Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19292024-08-09T20:42:21.326Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19302024-08-09T20:42:21.346Z[ host-package] Compiling dirs-sys-next v0.1.2
19312024-08-09T20:42:21.596Z[ host-package] Compiling dirs-next v2.0.0
19322024-08-09T20:42:21.803Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19332024-08-09T20:42:21.878Z[ host-package] Compiling prettyplease v0.2.20
19342024-08-09T20:42:22.124Z[ host-package] Compiling convert_case v0.4.0
19352024-08-09T20:42:22.156Z[ helios-setup] Aug 09 20:42:20.941 INFO clone ok!, project: pilot
19362024-08-09T20:42:22.156Z[ helios-setup] Aug 09 20:42:20.941 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19372024-08-09T20:42:22.156Z[ helios-setup] Aug 09 20:42:20.941 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
19382024-08-09T20:42:22.156Z[ helios-setup] Aug 09 20:42:20.941 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19392024-08-09T20:42:22.159Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19402024-08-09T20:42:22.328Z[ host-package] Compiling term v0.7.0
19412024-08-09T20:42:22.363Z[ host-package] Compiling semver v0.1.20
19422024-08-09T20:42:22.421Z[ host-package] Compiling is-terminal v0.4.12
19432024-08-09T20:42:22.571Z[ host-package] Compiling home v0.5.9
19442024-08-09T20:42:22.918Z[ host-package] Compiling rustc_version v0.1.7
19452024-08-09T20:42:23.018Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19462024-08-09T20:42:23.021Z[ helios-setup] Aug 09 20:42:21.800 INFO clone ok!, project: image-builder
19472024-08-09T20:42:23.021Z[ helios-setup] Aug 09 20:42:21.800 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
19482024-08-09T20:42:23.021Z[ helios-setup] Aug 09 20:42:21.800 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19492024-08-09T20:42:23.035Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19502024-08-09T20:42:23.063Z[ host-package] Compiling derive_more v0.99.18
19512024-08-09T20:42:23.337Z[ host-package] Compiling rustls-pki-types v1.7.0
19522024-08-09T20:42:23.395Z[ host-package] Compiling newtype_derive v0.1.6
19532024-08-09T20:42:23.774Z[ host-package] Compiling rustls v0.22.4
19542024-08-09T20:42:23.781Z[ helios-setup] Aug 09 20:42:22.567 INFO clone ok!, project: phbl
19552024-08-09T20:42:23.781Z[ helios-setup] Aug 09 20:42:22.567 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19562024-08-09T20:42:23.781Z[ helios-setup] Aug 09 20:42:22.567 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
19572024-08-09T20:42:23.781Z[ helios-setup] Aug 09 20:42:22.567 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19582024-08-09T20:42:23.785Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19592024-08-09T20:42:23.807Z[ host-package] Compiling thread_local v1.1.8
19602024-08-09T20:42:24.126Z[ host-package] Compiling steno v0.4.1
19612024-08-09T20:42:24.192Z[ host-package] Compiling rustls-webpki v0.102.4
19622024-08-09T20:42:24.338Z[ host-package] Compiling match_cfg v0.1.0
19632024-08-09T20:42:24.423Z[ helios-setup] Aug 09 20:42:23.209 INFO clone ok!, project: bootserver
19642024-08-09T20:42:24.426Z[ helios-setup] Aug 09 20:42:23.210 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
19652024-08-09T20:42:24.426Z[ helios-setup] Aug 09 20:42:23.210 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19662024-08-09T20:42:24.429Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19672024-08-09T20:42:24.493Z[ host-package] Compiling linked-hash-map v0.5.6
19682024-08-09T20:42:24.993Z[ host-package] Compiling lru-cache v0.1.2
19692024-08-09T20:42:25.455Z[ helios-setup] Aug 09 20:42:24.241 INFO clone ok!, project: chelsio-t6-roms
19702024-08-09T20:42:25.458Z[ helios-setup] Aug 09 20:42:24.242 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19712024-08-09T20:42:25.458Z[ helios-setup] Aug 09 20:42:24.242 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
19722024-08-09T20:42:25.458Z[ helios-setup] Aug 09 20:42:24.242 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19732024-08-09T20:42:25.461Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19742024-08-09T20:42:26.198Z[ host-package] Compiling hostname v0.3.1
19752024-08-09T20:42:26.201Z[ helios-setup] Aug 09 20:42:24.988 INFO clone ok!, project: pinprick
19762024-08-09T20:42:26.204Z[ helios-setup] Aug 09 20:42:24.988 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
19772024-08-09T20:42:26.204Z[ helios-setup] Aug 09 20:42:24.988 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
19782024-08-09T20:42:26.207Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19792024-08-09T20:42:26.449Z[ host-package] Compiling multer v3.1.0
19802024-08-09T20:42:26.514Z[ host-package] Compiling slog-async v2.8.0
19812024-08-09T20:42:26.534Z[ host-package] Compiling slog-json v2.6.1
19822024-08-09T20:42:26.596Z[ host-package] Compiling crossbeam-channel v0.5.12
19832024-08-09T20:42:26.928Z[ host-package] Compiling http v1.1.0
19842024-08-09T20:42:27.429Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19852024-08-09T20:42:27.447Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19862024-08-09T20:42:27.791Z[ host-package] Compiling take_mut v0.2.2
19872024-08-09T20:42:27.982Z[ host-package] Compiling atomic-waker v1.1.2
19882024-08-09T20:42:28.181Z[ host-package] Compiling waitgroup v0.1.2
19892024-08-09T20:42:28.415Z[ host-package] Compiling slog-bunyan v2.5.0
19902024-08-09T20:42:28.651Z[ host-package] Compiling slog-term v2.9.1
19912024-08-09T20:42:29.476Z[ host-package] Compiling rustls-pemfile v2.1.3
19922024-08-09T20:42:29.958Z[ host-package] Compiling async-stream v0.3.5
19932024-08-09T20:42:30.067Z[ host-package] Compiling tokio-rustls v0.25.0
19942024-08-09T20:42:30.115Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19952024-08-09T20:42:30.184Z[ host-package] Compiling sha1 v0.10.6
19962024-08-09T20:42:30.205Z[ host-package] Compiling newtype-uuid v1.1.0
19972024-08-09T20:42:30.280Z[ host-package] Compiling ipnetwork v0.20.0
19982024-08-09T20:42:30.325Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19992024-08-09T20:42:30.534Z[ host-package] Compiling serde_path_to_error v0.1.16
20002024-08-09T20:42:30.564Z[ host-package] Compiling hostname v0.4.0
20012024-08-09T20:42:30.618Z[ host-package] Compiling instant v0.1.12
20022024-08-09T20:42:30.790Z[ host-package] Compiling slog-dtrace v0.3.0
20032024-08-09T20:42:30.812Z[ host-package] Compiling debug-ignore v1.0.5
20042024-08-09T20:42:30.988Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20052024-08-09T20:42:31.151Z[ host-package] Compiling backoff v0.4.0
20062024-08-09T20:42:31.389Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20072024-08-09T20:42:31.557Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20082024-08-09T20:42:31.756Z[ host-package] Compiling parse-display v0.9.1
20092024-08-09T20:42:31.808Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20102024-08-09T20:42:32.027Z[ host-package] Compiling serde_with v3.8.3
20112024-08-09T20:42:32.358Z[ host-package] Compiling strum v0.26.3
20122024-08-09T20:42:32.558Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20132024-08-09T20:42:33.758Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20142024-08-09T20:42:33.940Z[ host-package] Compiling num-rational v0.4.2
20152024-08-09T20:42:34.939Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20162024-08-09T20:42:34.954Z[ helios-setup] Aug 09 20:42:33.739 INFO clone ok!, project: amd-host-image-builder
20172024-08-09T20:42:34.957Z[ helios-setup] Aug 09 20:42:33.740 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20182024-08-09T20:42:35.096Z[ host-package] Compiling num-complex v0.4.6
20192024-08-09T20:42:35.774Z[ host-package] Compiling macaddr v1.0.1
20202024-08-09T20:42:36.257Z[ host-package] Compiling swrite v0.1.0
20212024-08-09T20:42:36.290Z[ host-package] Compiling num v0.4.3
20222024-08-09T20:42:36.322Z[ helios-setup] Aug 09 20:42:35.105 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20232024-08-09T20:42:36.859Z[ host-package] Compiling quick-error v1.2.3
20242024-08-09T20:42:36.895Z[ helios-setup] Aug 09 20:42:35.680 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20252024-08-09T20:42:36.895Z[ helios-setup] Aug 09 20:42:35.681 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20262024-08-09T20:42:37.126Z[ host-package] Compiling float-ord v0.3.2
20272024-08-09T20:42:37.435Z[ host-package] Compiling resolv-conf v0.7.0
20282024-08-09T20:42:37.495Z[ helios-setup] Aug 09 20:42:36.280 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20292024-08-09T20:42:38.107Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20302024-08-09T20:42:38.115Z[ helios-setup] Aug 09 20:42:36.900 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20312024-08-09T20:42:38.118Z[ helios-setup] Aug 09 20:42:36.900 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20322024-08-09T20:42:38.662Z[ helios-setup] Aug 09 20:42:37.447 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20332024-08-09T20:42:39.226Z[ helios-setup] Aug 09 20:42:38.011 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20342024-08-09T20:42:39.234Z[ helios-setup] Aug 09 20:42:38.011 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20352024-08-09T20:42:39.234Z[ helios-setup] Aug 09 20:42:38.011 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20362024-08-09T20:42:39.234Z[ helios-setup] Aug 09 20:42:38.011 INFO ok!
20372024-08-09T20:42:39.234Z[ helios-setup] Aug 09 20:42:38.011 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20382024-08-09T20:42:39.234Z[ helios-setup] Aug 09 20:42:38.011 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20392024-08-09T20:42:39.234Z[ helios-setup] Aug 09 20:42:38.012 INFO ok!
20402024-08-09T20:42:39.234Z[ helios-setup] Aug 09 20:42:38.012 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20412024-08-09T20:42:39.234Z[ helios-setup] Aug 09 20:42:38.012 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20422024-08-09T20:42:39.234Z[ helios-setup] Aug 09 20:42:38.012 INFO ok!
20432024-08-09T20:42:39.234Z[ helios-setup] Aug 09 20:42:38.012 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
20442024-08-09T20:42:39.234Z[ helios-setup] Aug 09 20:42:38.012 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
20452024-08-09T20:42:39.312Z[ host-package] Compiling trust-dns-resolver v0.22.0
20462024-08-09T20:42:39.446Z[ host-package] Compiling rayon-core v1.12.1
20472024-08-09T20:42:39.523Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20482024-08-09T20:42:39.754Z[ helios-setup] Aug 09 20:42:38.538 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
20492024-08-09T20:42:40.112Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20502024-08-09T20:42:40.286Z[ helios-setup] Aug 09 20:42:39.070 INFO E| From https://github.com/jclulow/hiercmd
20512024-08-09T20:42:40.286Z[ helios-setup] Aug 09 20:42:39.070 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
20522024-08-09T20:42:40.306Z[ helios-setup] Aug 09 20:42:39.090 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
20532024-08-09T20:42:40.469Z[ host-package] Compiling crossbeam-deque v0.8.5
20542024-08-09T20:42:40.850Z[ helios-setup] Aug 09 20:42:39.635 INFO E| From https://github.com/jclulow/network-interface
20552024-08-09T20:42:40.850Z[ helios-setup] Aug 09 20:42:39.635 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
20562024-08-09T20:42:40.881Z[ host-package] Compiling display-error-chain v0.2.0
20572024-08-09T20:42:40.884Z[ helios-setup] Aug 09 20:42:39.666 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
20582024-08-09T20:42:41.108Z[ host-package] Compiling same-file v1.0.6
20592024-08-09T20:42:41.378Z[ host-package] Compiling fastrand v2.1.0
20602024-08-09T20:42:41.403Z[ helios-setup] Aug 09 20:42:40.188 INFO E| From https://github.com/oxidecomputer/boot-image-tools
20612024-08-09T20:42:41.403Z[ helios-setup] Aug 09 20:42:40.188 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
20622024-08-09T20:42:41.442Z[ helios-setup] Aug 09 20:42:40.227 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
20632024-08-09T20:42:41.906Z[ host-package] Compiling tempfile v3.10.1
20642024-08-09T20:42:42.269Z[ helios-setup] Aug 09 20:42:41.053 INFO E| From https://github.com/oxidecomputer/facade
20652024-08-09T20:42:42.269Z[ helios-setup] Aug 09 20:42:41.053 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
20662024-08-09T20:42:42.353Z[ helios-setup] Aug 09 20:42:41.137 INFO E| Updating crates.io index
20672024-08-09T20:42:42.761Z[ host-package] Compiling walkdir v2.5.0
20682024-08-09T20:42:43.064Z[ helios-setup] Aug 09 20:42:41.848 INFO E| Downloading crates ...
20692024-08-09T20:42:43.227Z[ helios-setup] Aug 09 20:42:42.011 INFO E| Downloaded const-random-macro v0.1.15
20702024-08-09T20:42:43.230Z[ helios-setup] Aug 09 20:42:42.014 INFO E| Downloaded concolor-override v1.0.0
20712024-08-09T20:42:43.234Z[ helios-setup] Aug 09 20:42:42.018 INFO E| Downloaded cargo-lock v8.0.3
20722024-08-09T20:42:43.240Z[ helios-setup] Aug 09 20:42:42.024 INFO E| Downloaded project-root v0.2.2
20732024-08-09T20:42:43.243Z[ helios-setup] Aug 09 20:42:42.026 INFO E| Downloaded num_cpus v1.15.0
20742024-08-09T20:42:43.247Z[ helios-setup] Aug 09 20:42:42.031 INFO E| Downloaded anstream v0.2.6
20752024-08-09T20:42:43.250Z[ helios-setup] Aug 09 20:42:42.034 INFO E| Downloaded built v0.6.0
20762024-08-09T20:42:43.253Z[ helios-setup] Aug 09 20:42:42.038 INFO E| Downloaded lazy_static v1.4.0
20772024-08-09T20:42:43.257Z[ helios-setup] Aug 09 20:42:42.040 INFO E| Downloaded iana-time-zone v0.1.56
20782024-08-09T20:42:43.261Z[ helios-setup] Aug 09 20:42:42.045 INFO E| Downloaded httpdate v1.0.2
20792024-08-09T20:42:43.265Z[ helios-setup] Aug 09 20:42:42.048 INFO E| Downloaded num_enum_derive v0.5.7
20802024-08-09T20:42:43.268Z[ helios-setup] Aug 09 20:42:42.050 INFO E| Downloaded fastrand v1.9.0
20812024-08-09T20:42:43.271Z[ helios-setup] Aug 09 20:42:42.055 INFO E| Downloaded clap_derive v4.2.0
20822024-08-09T20:42:43.275Z[ helios-setup] Aug 09 20:42:42.059 INFO E| Downloaded rustfmt-wrapper v0.2.0
20832024-08-09T20:42:43.279Z[ helios-setup] Aug 09 20:42:42.064 INFO E| Downloaded const-random v0.1.15
20842024-08-09T20:42:43.282Z[ helios-setup] Aug 09 20:42:42.066 INFO E| Downloaded proc-macro-crate v1.2.1
20852024-08-09T20:42:43.286Z[ helios-setup] Aug 09 20:42:42.069 INFO E| Downloaded toolchain_find v0.2.0
20862024-08-09T20:42:43.289Z[ helios-setup] Aug 09 20:42:42.071 INFO E| Downloaded serde_yaml v0.9.21
20872024-08-09T20:42:43.293Z[ helios-setup] Aug 09 20:42:42.077 INFO E| Downloaded ipnet v2.7.2
20882024-08-09T20:42:43.297Z[ helios-setup] Aug 09 20:42:42.081 INFO E| Downloaded try-lock v0.2.4
20892024-08-09T20:42:43.300Z[ helios-setup] Aug 09 20:42:42.083 INFO E| Downloaded getrandom v0.2.8
20902024-08-09T20:42:43.304Z[ helios-setup] Aug 09 20:42:42.089 INFO E| Downloaded futures-channel v0.3.28
20912024-08-09T20:42:43.313Z[ helios-setup] Aug 09 20:42:42.098 INFO E| Downloaded want v0.3.0
20922024-08-09T20:42:43.318Z[ helios-setup] Aug 09 20:42:42.100 INFO E| Downloaded semver v0.11.0
20932024-08-09T20:42:43.321Z[ helios-setup] Aug 09 20:42:42.103 INFO E| Downloaded serde_spanned v0.6.1
20942024-08-09T20:42:43.321Z[ helios-setup] Aug 09 20:42:42.105 INFO E| Downloaded paste v1.0.12
20952024-08-09T20:42:43.327Z[ helios-setup] Aug 09 20:42:42.112 INFO E| Downloaded ahash v0.7.6
20962024-08-09T20:42:43.333Z[ helios-setup] Aug 09 20:42:42.117 INFO E| Downloaded thiserror-impl v1.0.38
20972024-08-09T20:42:43.336Z[ helios-setup] Aug 09 20:42:42.120 INFO E| Downloaded walkdir v2.3.3
20982024-08-09T20:42:43.340Z[ helios-setup] Aug 09 20:42:42.124 INFO E| Downloaded generic-array v0.14.6
20992024-08-09T20:42:43.343Z[ helios-setup] Aug 09 20:42:42.127 INFO E| Downloaded serde_tokenstream v0.2.0
21002024-08-09T20:42:43.350Z[ helios-setup] Aug 09 20:42:42.134 INFO E| Downloaded semver v1.0.17
21012024-08-09T20:42:43.356Z[ helios-setup] Aug 09 20:42:42.140 INFO E| Downloaded semver-parser v0.10.2
21022024-08-09T20:42:43.360Z[ helios-setup] Aug 09 20:42:42.144 INFO E| Downloaded terminal_size v0.2.6
21032024-08-09T20:42:43.363Z[ helios-setup] Aug 09 20:42:42.147 INFO E| Downloaded rustls-pemfile v1.0.2
21042024-08-09T20:42:43.368Z[ helios-setup] Aug 09 20:42:42.152 INFO E| Downloaded memchr v2.5.0
21052024-08-09T20:42:43.377Z[ helios-setup] Aug 09 20:42:42.162 INFO E| Downloaded serde_derive_internals v0.26.0
21062024-08-09T20:42:43.432Z[ helios-setup] Aug 09 20:42:42.216 INFO E| Downloaded tokio-tungstenite v0.18.0
21072024-08-09T20:42:43.435Z[ helios-setup] Aug 09 20:42:42.219 INFO E| Downloaded serde_derive v1.0.204
21082024-08-09T20:42:43.441Z[ helios-setup] Aug 09 20:42:42.225 INFO E| Downloaded uuid v1.3.0
21092024-08-09T20:42:43.451Z[ helios-setup] Aug 09 20:42:42.234 INFO E| Downloaded url v2.3.1
21102024-08-09T20:42:43.457Z[ helios-setup] Aug 09 20:42:42.241 INFO E| Downloaded typenum v1.16.0
21112024-08-09T20:42:43.464Z[ helios-setup] Aug 09 20:42:42.248 INFO E| Downloaded unsafe-libyaml v0.2.8
21122024-08-09T20:42:43.473Z[ helios-setup] Aug 09 20:42:42.256 INFO E| Downloaded serde v1.0.204
21132024-08-09T20:42:43.480Z[ helios-setup] Aug 09 20:42:42.265 INFO E| Downloaded serde_json v1.0.95
21142024-08-09T20:42:43.498Z[ helios-setup] Aug 09 20:42:42.282 INFO E| Downloaded unicode-normalization v0.1.22
21152024-08-09T20:42:43.505Z[ helios-setup] Aug 09 20:42:42.289 INFO E| Downloaded rustls v0.21.0
21162024-08-09T20:42:43.527Z[ helios-setup] Aug 09 20:42:42.311 INFO E| Downloaded syn v1.0.107
21172024-08-09T20:42:43.564Z[ helios-setup] Aug 09 20:42:42.332 INFO E| Downloaded rustls-webpki v0.100.1
21182024-08-09T20:42:43.574Z[ helios-setup] Aug 09 20:42:42.343 INFO E| Downloaded pest v2.5.7
21192024-08-09T20:42:43.574Z[ helios-setup] Aug 09 20:42:42.351 INFO E| Downloaded tokio v1.27.0
21202024-08-09T20:42:43.618Z[ helios-setup] Aug 09 20:42:42.402 INFO E| Downloaded h2 v0.3.16
21212024-08-09T20:42:43.629Z[ helios-setup] Aug 09 20:42:42.413 INFO E| Downloaded chrono v0.4.24
21222024-08-09T20:42:43.643Z[ helios-setup] Aug 09 20:42:42.427 INFO E| Downloaded aho-corasick v0.7.20
21232024-08-09T20:42:43.651Z[ helios-setup] Aug 09 20:42:42.435 INFO E| Downloaded reqwest v0.11.16
21242024-08-09T20:42:43.665Z[ helios-setup] Aug 09 20:42:42.449 INFO E| Downloaded hyper v0.14.25
21252024-08-09T20:42:43.681Z[ helios-setup] Aug 09 20:42:42.464 INFO E| Downloaded regress v0.5.0
21262024-08-09T20:42:43.700Z[ helios-setup] Aug 09 20:42:42.484 INFO E| Downloaded git2 v0.16.1
21272024-08-09T20:42:43.715Z[ helios-setup] Aug 09 20:42:42.499 INFO E| Downloaded regex v1.7.3
21282024-08-09T20:42:43.777Z[ helios-setup] Aug 09 20:42:42.561 INFO E| Downloaded rhai v1.14.0
21292024-08-09T20:42:43.799Z[ helios-setup] Aug 09 20:42:42.582 INFO E| Downloaded rustix v0.37.3
21302024-08-09T20:42:43.858Z[ helios-setup] Aug 09 20:42:42.642 INFO E| Downloaded openapiv3 v1.0.2
21312024-08-09T20:42:43.879Z[ helios-setup] Aug 09 20:42:42.663 INFO E| Downloaded rayon v1.6.1
21322024-08-09T20:42:43.894Z[ helios-setup] Aug 09 20:42:42.678 INFO E| Downloaded clap_builder v4.2.1
21332024-08-09T20:42:43.905Z[ helios-setup] Aug 09 20:42:42.689 INFO E| Downloaded futures-util v0.3.28
21342024-08-09T20:42:43.928Z[ helios-setup] Aug 09 20:42:42.710 INFO E| Downloaded crossbeam-channel v0.5.6
21352024-08-09T20:42:43.936Z[ helios-setup] Aug 09 20:42:42.719 INFO E| Downloaded libc v0.2.139
21362024-08-09T20:42:43.975Z[ helios-setup] Aug 09 20:42:42.759 INFO E| Downloaded base64 v0.21.0
21372024-08-09T20:42:43.981Z[ helios-setup] Aug 09 20:42:42.765 INFO E| Downloaded rayon-core v1.10.2
21382024-08-09T20:42:43.992Z[ helios-setup] Aug 09 20:42:42.776 INFO E| Downloaded flate2 v1.0.25
21392024-08-09T20:42:44.002Z[ helios-setup] Aug 09 20:42:42.784 INFO E| Downloaded winnow v0.4.1
21402024-08-09T20:42:44.014Z[ helios-setup] Aug 09 20:42:42.798 INFO E| Downloaded mio v0.8.5
21412024-08-09T20:42:44.022Z[ helios-setup] Aug 09 20:42:42.806 INFO E| Downloaded http v0.2.9
21422024-08-09T20:42:44.028Z[ helios-setup] Aug 09 20:42:42.812 INFO E| Downloaded tracing v0.1.37
21432024-08-09T20:42:44.035Z[ helios-setup] Aug 09 20:42:42.820 INFO E| Downloaded toml_edit v0.19.8
21442024-08-09T20:42:44.075Z[ helios-setup] Aug 09 20:42:42.859 INFO E| Downloaded tokio-util v0.7.7
21452024-08-09T20:42:44.098Z[ helios-setup] Aug 09 20:42:42.882 INFO E| Downloaded schemars v0.8.12
21462024-08-09T20:42:44.138Z[ helios-setup] Aug 09 20:42:42.922 INFO E| Downloaded encoding_rs v0.8.32
21472024-08-09T20:42:44.177Z[ helios-setup] Aug 09 20:42:42.961 INFO E| Downloaded ryu v1.0.13
21482024-08-09T20:42:44.182Z[ helios-setup] Aug 09 20:42:42.966 INFO E| Downloaded cc v1.0.78
21492024-08-09T20:42:44.186Z[ helios-setup] Aug 09 20:42:42.970 INFO E| Downloaded unicode-linebreak v0.1.4
21502024-08-09T20:42:44.190Z[ helios-setup] Aug 09 20:42:42.974 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
21512024-08-09T20:42:44.353Z[ helios-setup] Aug 09 20:42:43.137 INFO E| Downloaded tungstenite v0.18.0
21522024-08-09T20:42:44.358Z[ helios-setup] Aug 09 20:42:43.142 INFO E| Downloaded parking_lot v0.12.1
21532024-08-09T20:42:44.362Z[ helios-setup] Aug 09 20:42:43.146 INFO E| Downloaded num-traits v0.2.15
21542024-08-09T20:42:44.366Z[ helios-setup] Aug 09 20:42:43.150 INFO E| Downloaded crossbeam-utils v0.8.14
21552024-08-09T20:42:44.371Z[ helios-setup] Aug 09 20:42:43.155 INFO E| Downloaded tracing-core v0.1.30
21562024-08-09T20:42:44.376Z[ helios-setup] Aug 09 20:42:43.160 INFO E| Downloaded socket2 v0.4.9
21572024-08-09T20:42:44.379Z[ helios-setup] Aug 09 20:42:43.163 INFO E| Downloaded camino v1.1.4
21582024-08-09T20:42:44.383Z[ helios-setup] Aug 09 20:42:43.166 INFO E| Downloaded unicode-ident v1.0.8
21592024-08-09T20:42:44.387Z[ helios-setup] Aug 09 20:42:43.170 INFO E| Downloaded libz-sys v1.1.8
21602024-08-09T20:42:44.477Z[ helios-setup] Aug 09 20:42:43.261 INFO E| Downloaded unicode-bidi v0.3.13
21612024-08-09T20:42:44.481Z[ helios-setup] Aug 09 20:42:43.264 INFO E| Downloaded ucd-trie v0.1.5
21622024-08-09T20:42:44.485Z[ helios-setup] Aug 09 20:42:43.269 INFO E| Downloaded toml v0.7.3
21632024-08-09T20:42:44.490Z[ helios-setup] Aug 09 20:42:43.274 INFO E| Downloaded textwrap v0.16.0
21642024-08-09T20:42:44.494Z[ helios-setup] Aug 09 20:42:43.278 INFO E| Downloaded rhai_codegen v1.5.0
21652024-08-09T20:42:44.506Z[ helios-setup] Aug 09 20:42:43.290 INFO E| Downloaded once_cell v1.17.0
21662024-08-09T20:42:44.510Z[ helios-setup] Aug 09 20:42:43.294 INFO E| Downloaded log v0.4.17
21672024-08-09T20:42:44.514Z[ helios-setup] Aug 09 20:42:43.298 INFO E| Downloaded io-lifetimes v1.0.10
21682024-08-09T20:42:44.518Z[ helios-setup] Aug 09 20:42:43.302 INFO E| Downloaded futures v0.3.28
21692024-08-09T20:42:44.526Z[ helios-setup] Aug 09 20:42:43.310 INFO E| Downloaded anyhow v1.0.68
21702024-08-09T20:42:44.532Z[ helios-setup] Aug 09 20:42:43.316 INFO E| Downloaded memoffset v0.7.1
21712024-08-09T20:42:44.535Z[ helios-setup] Aug 09 20:42:43.318 INFO E| Downloaded sct v0.7.0
21722024-08-09T20:42:44.541Z[ helios-setup] Aug 09 20:42:43.323 INFO E| Downloaded time v0.1.45
21732024-08-09T20:42:44.545Z[ helios-setup] Aug 09 20:42:43.326 INFO E| Downloaded smallvec v1.10.0
21742024-08-09T20:42:44.548Z[ helios-setup] Aug 09 20:42:43.329 INFO E| Downloaded miniz_oxide v0.6.2
21752024-08-09T20:42:44.551Z[ helios-setup] Aug 09 20:42:43.333 INFO E| Downloaded clap v4.2.1
21762024-08-09T20:42:44.563Z[ helios-setup] Aug 09 20:42:43.347 INFO E| Downloaded home v0.5.4
21772024-08-09T20:42:44.566Z[ helios-setup] Aug 09 20:42:43.348 INFO E| Downloaded schemars_derive v0.8.12
21782024-08-09T20:42:44.569Z[ helios-setup] Aug 09 20:42:43.351 INFO E| Downloaded tokio-rustls v0.24.0
21792024-08-09T20:42:44.573Z[ helios-setup] Aug 09 20:42:43.354 INFO E| Downloaded tempfile v3.5.0
21802024-08-09T20:42:44.576Z[ helios-setup] Aug 09 20:42:43.357 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
21812024-08-09T20:42:44.579Z[ helios-setup] Aug 09 20:42:43.360 INFO E| Downloaded parking_lot_core v0.9.6
21822024-08-09T20:42:44.584Z[ helios-setup] Aug 09 20:42:43.368 INFO E| Downloaded http-body v0.4.5
21832024-08-09T20:42:44.587Z[ helios-setup] Aug 09 20:42:43.370 INFO E| Downloaded futures-io v0.3.28
21842024-08-09T20:42:44.590Z[ helios-setup] Aug 09 20:42:43.372 INFO E| Downloaded either v1.8.0
21852024-08-09T20:42:44.591Z[ helios-setup] Aug 09 20:42:43.374 INFO E| Downloaded unicode-width v0.1.10
21862024-08-09T20:42:44.594Z[ helios-setup] Aug 09 20:42:43.376 INFO E| Downloaded tokio-macros v2.0.0
21872024-08-09T20:42:44.594Z[ helios-setup] Aug 09 20:42:43.377 INFO E| Downloaded smartstring v1.0.1
21882024-08-09T20:42:44.597Z[ helios-setup] Aug 09 20:42:43.381 INFO E| Downloaded jobserver v0.1.26
21892024-08-09T20:42:44.600Z[ helios-setup] Aug 09 20:42:43.384 INFO E| Downloaded is-terminal v0.4.7
21902024-08-09T20:42:44.603Z[ helios-setup] Aug 09 20:42:43.385 INFO E| Downloaded serde_path_to_error v0.1.11
21912024-08-09T20:42:44.606Z[ helios-setup] Aug 09 20:42:43.388 INFO E| Downloaded signal-hook-registry v1.4.0
21922024-08-09T20:42:44.606Z[ helios-setup] Aug 09 20:42:43.390 INFO E| Downloaded pkg-config v0.3.26
21932024-08-09T20:42:44.610Z[ helios-setup] Aug 09 20:42:43.392 INFO E| Downloaded dyn-clone v1.0.11
21942024-08-09T20:42:44.613Z[ helios-setup] Aug 09 20:42:43.395 INFO E| Downloaded cpufeatures v0.2.5
21952024-08-09T20:42:44.613Z[ helios-setup] Aug 09 20:42:43.397 INFO E| Downloaded futures-core v0.3.28
21962024-08-09T20:42:44.616Z[ helios-setup] Aug 09 20:42:43.399 INFO E| Downloaded errno v0.3.1
21972024-08-09T20:42:44.619Z[ helios-setup] Aug 09 20:42:43.401 INFO E| Downloaded crossbeam-deque v0.8.2
21982024-08-09T20:42:44.620Z[ helios-setup] Aug 09 20:42:43.403 INFO E| Downloaded concolor-query v0.3.3
21992024-08-09T20:42:44.623Z[ helios-setup] Aug 09 20:42:43.405 INFO E| Downloaded thiserror v1.0.38
22002024-08-09T20:42:44.628Z[ helios-setup] Aug 09 20:42:43.412 INFO E| Downloaded strsim v0.10.0
22012024-08-09T20:42:44.632Z[ helios-setup] Aug 09 20:42:43.414 INFO E| Downloaded smawk v0.3.1
22022024-08-09T20:42:44.635Z[ helios-setup] Aug 09 20:42:43.416 INFO E| Downloaded slog-async v2.7.0
22032024-08-09T20:42:44.635Z[ helios-setup] Aug 09 20:42:43.418 INFO E| Downloaded num_enum v0.5.7
22042024-08-09T20:42:44.641Z[ helios-setup] Aug 09 20:42:43.425 INFO E| Downloaded crossbeam-epoch v0.9.13
22052024-08-09T20:42:44.645Z[ helios-setup] Aug 09 20:42:43.429 INFO E| Downloaded bytes v1.4.0
22062024-08-09T20:42:44.651Z[ helios-setup] Aug 09 20:42:43.435 INFO E| Downloaded toml_datetime v0.6.1
22072024-08-09T20:42:44.655Z[ helios-setup] Aug 09 20:42:43.436 INFO E| Downloaded slog-bunyan v2.4.0
22082024-08-09T20:42:44.655Z[ helios-setup] Aug 09 20:42:43.438 INFO E| Downloaded scopeguard v1.1.0
22092024-08-09T20:42:44.658Z[ helios-setup] Aug 09 20:42:43.440 INFO E| Downloaded slab v0.4.7
22102024-08-09T20:42:44.658Z[ helios-setup] Aug 09 20:42:43.442 INFO E| Downloaded sha2 v0.10.6
22112024-08-09T20:42:44.661Z[ helios-setup] Aug 09 20:42:43.445 INFO E| Downloaded futures-task v0.3.28
22122024-08-09T20:42:44.665Z[ helios-setup] Aug 09 20:42:43.447 INFO E| Downloaded byteorder v1.4.3
22132024-08-09T20:42:44.668Z[ helios-setup] Aug 09 20:42:43.450 INFO E| Downloaded ahash v0.8.3
22142024-08-09T20:42:44.671Z[ helios-setup] Aug 09 20:42:43.454 INFO E| Downloaded sha1 v0.10.5
22152024-08-09T20:42:44.674Z[ helios-setup] Aug 09 20:42:43.457 INFO E| Downloaded pin-project-lite v0.2.9
22162024-08-09T20:42:44.694Z[ helios-setup] Aug 09 20:42:43.479 INFO E| Downloaded async-trait v0.1.68
22172024-08-09T20:42:44.700Z[ helios-setup] Aug 09 20:42:43.484 INFO E| Downloaded anstyle v0.3.5
22182024-08-09T20:42:44.703Z[ helios-setup] Aug 09 20:42:43.486 INFO E| Downloaded lock_api v0.4.9
22192024-08-09T20:42:44.706Z[ helios-setup] Aug 09 20:42:43.488 INFO E| Downloaded itoa v1.0.6
22202024-08-09T20:42:44.706Z[ helios-setup] Aug 09 20:42:43.490 INFO E| Downloaded clap_lex v0.4.1
22212024-08-09T20:42:44.709Z[ helios-setup] Aug 09 20:42:43.491 INFO E| Downloaded block-buffer v0.10.3
22222024-08-09T20:42:44.709Z[ helios-setup] Aug 09 20:42:43.493 INFO E| Downloaded percent-encoding v2.2.0
22232024-08-09T20:42:44.712Z[ helios-setup] Aug 09 20:42:43.494 INFO E| Downloaded bincode v1.3.3
22242024-08-09T20:42:44.717Z[ helios-setup] Aug 09 20:42:43.501 INFO E| Downloaded num-integer v0.1.45
22252024-08-09T20:42:44.720Z[ helios-setup] Aug 09 20:42:43.503 INFO E| Downloaded digest v0.10.6
22262024-08-09T20:42:44.723Z[ helios-setup] Aug 09 20:42:43.506 INFO E| Downloaded futures-sink v0.3.28
22272024-08-09T20:42:44.723Z[ helios-setup] Aug 09 20:42:43.507 INFO E| Downloaded futures-executor v0.3.28
22282024-08-09T20:42:44.727Z[ helios-setup] Aug 09 20:42:43.509 INFO E| Downloaded futures-macro v0.3.28
22292024-08-09T20:42:44.727Z[ helios-setup] Aug 09 20:42:43.511 INFO E| Downloaded form_urlencoded v1.1.0
22302024-08-09T20:42:44.730Z[ helios-setup] Aug 09 20:42:43.512 INFO E| Downloaded anstyle-parse v0.1.1
22312024-08-09T20:42:44.733Z[ helios-setup] Aug 09 20:42:43.514 INFO E| Downloaded autocfg v1.1.0
22322024-08-09T20:42:45.096Z[ helios-setup] Aug 09 20:42:43.880 INFO E| Compiling proc-macro2 v1.0.86
22332024-08-09T20:42:45.096Z[ helios-setup] Aug 09 20:42:43.880 INFO E| Compiling libc v0.2.139
22342024-08-09T20:42:45.096Z[ helios-setup] Aug 09 20:42:43.880 INFO E| Compiling unicode-ident v1.0.8
22352024-08-09T20:42:45.100Z[ helios-setup] Aug 09 20:42:43.880 INFO E| Compiling autocfg v1.1.0
22362024-08-09T20:42:45.100Z[ helios-setup] Aug 09 20:42:43.880 INFO E| Compiling cfg-if v1.0.0
22372024-08-09T20:42:45.100Z[ helios-setup] Aug 09 20:42:43.880 INFO E| Compiling version_check v0.9.4
22382024-08-09T20:42:45.100Z[ helios-setup] Aug 09 20:42:43.880 INFO E| Compiling serde v1.0.204
22392024-08-09T20:42:45.100Z[ helios-setup] Aug 09 20:42:43.880 INFO E| Compiling syn v1.0.107
22402024-08-09T20:42:45.468Z[ helios-setup] Aug 09 20:42:44.251 INFO E| Compiling memchr v2.5.0
22412024-08-09T20:42:45.628Z[ host-package] Compiling half v2.4.1
22422024-08-09T20:42:45.941Z[ helios-setup] Aug 09 20:42:44.725 INFO E| Compiling once_cell v1.17.0
22432024-08-09T20:42:46.388Z[ helios-setup] Aug 09 20:42:45.172 INFO E| Compiling log v0.4.17
22442024-08-09T20:42:46.519Z[ helios-setup] Aug 09 20:42:45.302 INFO E| Compiling thiserror v1.0.38
22452024-08-09T20:42:46.779Z[ host-package] Compiling utf-8 v0.7.6
22462024-08-09T20:42:47.103Z[ host-package] Compiling ciborium-io v0.2.2
22472024-08-09T20:42:47.239Z[ host-package] Compiling ring v0.16.20
22482024-08-09T20:42:47.548Z[ helios-setup] Aug 09 20:42:46.331 INFO E| Compiling itoa v1.0.6
22492024-08-09T20:42:47.641Z[ helios-setup] Aug 09 20:42:46.424 INFO E| Compiling serde_json v1.0.95
22502024-08-09T20:42:48.090Z[ host-package] Compiling ciborium-ll v0.2.2
22512024-08-09T20:42:48.500Z[ helios-setup] Aug 09 20:42:47.282 INFO E| Compiling indexmap v1.9.3
22522024-08-09T20:42:49.080Z[ helios-setup] Aug 09 20:42:47.855 INFO E| Compiling quote v1.0.36
22532024-08-09T20:42:49.245Z[ host-package] Compiling blake3 v1.5.1
22542024-08-09T20:42:49.269Z[ helios-setup] Aug 09 20:42:48.052 INFO E| Compiling jobserver v0.1.26
22552024-08-09T20:42:49.342Z[ helios-setup] Aug 09 20:42:48.126 INFO E| Compiling getrandom v0.2.8
22562024-08-09T20:42:49.612Z[ helios-setup] Aug 09 20:42:48.395 INFO E| Compiling scopeguard v1.1.0
22572024-08-09T20:42:49.753Z[ helios-setup] Aug 09 20:42:48.525 INFO E| Compiling pin-project-lite v0.2.9
22582024-08-09T20:42:50.006Z[ host-package] Compiling rayon v1.10.0
22592024-08-09T20:42:50.110Z[ helios-setup] Aug 09 20:42:48.894 INFO E| Compiling syn v2.0.72
22602024-08-09T20:42:50.164Z[ helios-setup] Aug 09 20:42:48.947 INFO E| Compiling cc v1.0.78
22612024-08-09T20:42:50.643Z[ helios-setup] Aug 09 20:42:49.426 INFO E| Compiling num-integer v0.1.45
22622024-08-09T20:42:50.647Z[ helios-setup] Aug 09 20:42:49.427 INFO E| Compiling bytes v1.4.0
22632024-08-09T20:42:51.058Z[ helios-setup] Aug 09 20:42:49.841 INFO E| Compiling futures-core v0.3.28
22642024-08-09T20:42:51.286Z[ helios-setup] Aug 09 20:42:50.070 INFO E| Compiling ryu v1.0.13
22652024-08-09T20:42:51.505Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22662024-08-09T20:42:52.967Z[ helios-setup] Aug 09 20:42:51.750 INFO E| Compiling lock_api v0.4.9
22672024-08-09T20:42:53.066Z[ helios-setup] Aug 09 20:42:51.848 INFO E| Compiling typenum v1.16.0
22682024-08-09T20:42:53.157Z[ helios-setup] Aug 09 20:42:51.940 INFO E| Compiling bitflags v1.3.2
22692024-08-09T20:42:53.367Z[ helios-setup] Aug 09 20:42:52.149 INFO E| Compiling parking_lot_core v0.9.6
22702024-08-09T20:42:53.428Z[ host-package] Compiling xattr v1.3.1
22712024-08-09T20:42:53.589Z[ helios-setup] Aug 09 20:42:52.369 INFO E| Compiling num_cpus v1.15.0
22722024-08-09T20:42:54.048Z[ host-package] Compiling nibble_vec v0.1.0
22732024-08-09T20:42:54.122Z[ helios-setup] Aug 09 20:42:52.904 INFO E| Compiling generic-array v0.14.6
22742024-08-09T20:42:54.367Z[ helios-setup] Aug 09 20:42:53.150 INFO E| Compiling slab v0.4.7
22752024-08-09T20:42:54.503Z[ host-package] Compiling filetime v0.2.23
22762024-08-09T20:42:54.560Z[ helios-setup] Aug 09 20:42:53.343 INFO E| Compiling futures-sink v0.3.28
22772024-08-09T20:42:54.751Z[ helios-setup] Aug 09 20:42:53.534 INFO E| Compiling futures-channel v0.3.28
22782024-08-09T20:42:55.007Z[ helios-setup] Aug 09 20:42:53.789 INFO E| Compiling futures-task v0.3.28
22792024-08-09T20:42:55.239Z[ helios-setup] Aug 09 20:42:54.021 INFO E| Compiling tokio v1.27.0
22802024-08-09T20:42:55.789Z[ helios-setup] Aug 09 20:42:54.572 INFO E| Compiling futures-util v0.3.28
22812024-08-09T20:42:55.925Z[ helios-setup] Aug 09 20:42:54.707 INFO E| Compiling schemars v0.8.12
22822024-08-09T20:42:56.767Z[ helios-setup] Aug 09 20:42:55.550 INFO E| Compiling socket2 v0.4.9
22832024-08-09T20:42:57.100Z[ helios-setup] Aug 09 20:42:55.882 INFO E| Compiling signal-hook-registry v1.4.0
22842024-08-09T20:42:57.168Z[ helios-setup] Aug 09 20:42:55.950 INFO E| Compiling mio v0.8.5
22852024-08-09T20:42:57.438Z[ helios-setup] Aug 09 20:42:56.220 INFO E| Compiling ahash v0.7.6
22862024-08-09T20:42:57.942Z[ helios-setup] Aug 09 20:42:56.725 INFO E| Compiling num-traits v0.2.15
22872024-08-09T20:42:58.578Z[ helios-setup] Aug 09 20:42:57.361 INFO E| Compiling pin-utils v0.1.0
22882024-08-09T20:42:59.040Z[ helios-setup] Aug 09 20:42:57.822 INFO E| Compiling io-lifetimes v1.0.10
22892024-08-09T20:42:59.119Z[ helios-setup] Aug 09 20:42:57.901 INFO E| Compiling futures-io v0.3.28
22902024-08-09T20:42:59.648Z[ host-package] Compiling memmap2 v0.9.4
22912024-08-09T20:42:59.885Z[ helios-setup] Aug 09 20:42:58.667 INFO E| Compiling crunchy v0.2.2
22922024-08-09T20:43:00.677Z[ host-package] Compiling constant_time_eq v0.3.0
22932024-08-09T20:43:01.143Z[ host-package] Compiling endian-type v0.1.2
22942024-08-09T20:43:01.293Z[ helios-setup] Aug 09 20:43:00.075 INFO E| Compiling ahash v0.8.3
22952024-08-09T20:43:01.471Z[ helios-setup] Aug 09 20:43:00.253 INFO E| Compiling hashbrown v0.12.3
22962024-08-09T20:43:01.843Z[ host-package] Compiling cancel-safe-futures v0.1.5
22972024-08-09T20:43:01.857Z[ helios-setup] Aug 09 20:43:00.638 INFO E| Compiling tiny-keccak v2.0.2
22982024-08-09T20:43:01.972Z[ helios-setup] Aug 09 20:43:00.754 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
22992024-08-09T20:43:02.163Z[ helios-setup] Aug 09 20:43:00.945 INFO E| Compiling rustix v0.37.3
23002024-08-09T20:43:02.655Z[ host-package] Compiling untrusted v0.7.1
23012024-08-09T20:43:02.841Z[ host-package] Compiling spin v0.5.2
23022024-08-09T20:43:02.848Z[ helios-setup] Aug 09 20:43:01.630 INFO E| Compiling serde_derive_internals v0.26.0
23032024-08-09T20:43:03.112Z[ host-package] Compiling arrayref v0.3.7
23042024-08-09T20:43:03.580Z[ host-package] Compiling arrayvec v0.7.4
23052024-08-09T20:43:03.951Z[ helios-setup] Aug 09 20:43:02.732 INFO E| Compiling block-buffer v0.10.3
23062024-08-09T20:43:04.085Z[ helios-setup] Aug 09 20:43:02.867 INFO E| Compiling crypto-common v0.1.6
23072024-08-09T20:43:04.504Z[ helios-setup] Aug 09 20:43:03.286 INFO E| Compiling errno v0.3.1
23082024-08-09T20:43:05.070Z[ helios-setup] Aug 09 20:43:03.852 INFO E| Compiling slog v2.7.0
23092024-08-09T20:43:05.146Z[ helios-setup] Aug 09 20:43:03.927 INFO E| Compiling crossbeam-utils v0.8.14
23102024-08-09T20:43:05.181Z[ helios-setup] Aug 09 20:43:03.962 INFO E| Compiling fnv v1.0.7
23112024-08-09T20:43:05.381Z[ helios-setup] Aug 09 20:43:04.163 INFO E| Compiling pkg-config v0.3.26
23122024-08-09T20:43:06.015Z[ helios-setup] Aug 09 20:43:04.795 INFO E| Compiling http v0.2.9
23132024-08-09T20:43:06.521Z[ host-package] Compiling radix_trie v0.2.1
23142024-08-09T20:43:07.601Z[ helios-setup] Aug 09 20:43:06.381 INFO E| Compiling digest v0.10.6
23152024-08-09T20:43:08.483Z[ host-package] Compiling tar v0.4.41
23162024-08-09T20:43:09.879Z[ helios-setup] Aug 09 20:43:08.660 INFO E| Compiling aho-corasick v0.7.20
23172024-08-09T20:43:09.931Z[ helios-setup] Aug 09 20:43:08.712 INFO E| Compiling unicode-width v0.1.10
23182024-08-09T20:43:09.934Z[ host-package] Compiling ciborium v0.2.2
23192024-08-09T20:43:10.116Z[ helios-setup] Aug 09 20:43:08.897 INFO E| Compiling tinyvec_macros v0.1.1
23202024-08-09T20:43:10.388Z[ helios-setup] Aug 09 20:43:09.168 INFO E| Compiling percent-encoding v2.2.0
23212024-08-09T20:43:10.774Z[ helios-setup] Aug 09 20:43:09.555 INFO E| Compiling heck v0.4.1
23222024-08-09T20:43:11.408Z[ helios-setup] Aug 09 20:43:10.187 INFO E| Compiling regex-syntax v0.6.29
23232024-08-09T20:43:11.760Z[ helios-setup] Aug 09 20:43:10.541 INFO E| Compiling anyhow v1.0.68
23242024-08-09T20:43:11.863Z[ helios-setup] Aug 09 20:43:10.644 INFO E| Compiling cpufeatures v0.2.5
23252024-08-09T20:43:12.183Z[ helios-setup] Aug 09 20:43:10.963 INFO E| Compiling httparse v1.8.0
23262024-08-09T20:43:12.264Z[ helios-setup] Aug 09 20:43:11.044 INFO E| Compiling tinyvec v1.6.0
23272024-08-09T20:43:12.455Z[ host-package] Compiling toolchain_find v0.4.0
23282024-08-09T20:43:12.880Z[ helios-setup] Aug 09 20:43:11.660 INFO E| Compiling serde_derive v1.0.204
23292024-08-09T20:43:13.101Z[ helios-setup] Aug 09 20:43:11.881 INFO E| Compiling futures-macro v0.3.28
23302024-08-09T20:43:13.509Z[ helios-setup] Aug 09 20:43:12.290 INFO E| Compiling tokio-macros v2.0.0
23312024-08-09T20:43:13.544Z[ helios-setup] Aug 09 20:43:12.325 INFO E| Compiling thiserror-impl v1.0.38
23322024-08-09T20:43:13.767Z[ host-package] Compiling camino-tempfile v1.1.1
23332024-08-09T20:43:14.562Z[ host-package] Compiling maplit v1.0.2
23342024-08-09T20:43:14.740Z[ helios-setup] Aug 09 20:43:13.520 INFO E| Compiling schemars_derive v0.8.12
23352024-08-09T20:43:14.819Z[ host-package] Compiling glob v0.3.1
23362024-08-09T20:43:15.093Z[ host-package] Compiling topological-sort v0.2.2
23372024-08-09T20:43:15.810Z[ host-package] Compiling crunchy v0.2.2
23382024-08-09T20:43:16.082Z[ helios-setup] Aug 09 20:43:14.862 INFO E| Compiling const-random-macro v0.1.15
23392024-08-09T20:43:16.279Z[ host-package] Compiling omicron-zone-package v0.11.0
23402024-08-09T20:43:16.289Z[ helios-setup] Aug 09 20:43:15.070 INFO E| Compiling form_urlencoded v1.1.0
23412024-08-09T20:43:16.348Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23422024-08-09T20:43:16.714Z[ host-package] Compiling clang-sys v1.7.0
23432024-08-09T20:43:17.221Z[ helios-setup] Aug 09 20:43:16.001 INFO E| Compiling hashbrown v0.13.2
23442024-08-09T20:43:17.321Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23452024-08-09T20:43:17.958Z[ helios-setup] Aug 09 20:43:16.738 INFO E| Compiling chrono v0.4.24
23462024-08-09T20:43:18.280Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23472024-08-09T20:43:18.623Z[ host-package] Compiling tiny-keccak v2.0.2
23482024-08-09T20:43:19.711Z[ helios-setup] Aug 09 20:43:18.490 INFO E| Compiling regex v1.7.3
23492024-08-09T20:43:19.766Z[ host-package] Compiling dsl_auto_type v0.1.2
23502024-08-09T20:43:19.826Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23512024-08-09T20:43:20.095Z[ helios-setup] Aug 09 20:43:18.875 INFO E| Compiling libz-sys v1.1.8
23522024-08-09T20:43:22.221Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23532024-08-09T20:43:22.555Z[ host-package] Compiling arc-swap v1.7.1
23542024-08-09T20:43:22.713Z[ helios-setup] Aug 09 20:43:21.492 INFO E| Compiling dyn-clone v1.0.11
23552024-08-09T20:43:22.963Z[ helios-setup] Aug 09 20:43:21.743 INFO E| Compiling uuid v1.3.0
23562024-08-09T20:43:23.373Z[ helios-setup] Aug 09 20:43:22.152 INFO E| Compiling unicode-normalization v0.1.22
23572024-08-09T20:43:23.396Z[ host-package] Compiling diesel_derives v2.2.2
23582024-08-09T20:43:23.734Z[ helios-setup] Aug 09 20:43:22.514 INFO E| Compiling regress v0.5.0
23592024-08-09T20:43:24.064Z[ host-package] Compiling slog-scope v4.4.0
23602024-08-09T20:43:24.153Z[ helios-setup] Aug 09 20:43:22.932 INFO E| Compiling const-random v0.1.15
23612024-08-09T20:43:25.674Z[ helios-setup] Aug 09 20:43:24.453 INFO E| Compiling getopts v0.2.21
23622024-08-09T20:43:25.796Z[ host-package] Compiling r2d2 v0.8.10
23632024-08-09T20:43:26.072Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23642024-08-09T20:43:26.432Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23652024-08-09T20:43:27.164Z[ host-package] Compiling ascii-canvas v3.0.0
23662024-08-09T20:43:27.295Z[ helios-setup] Aug 09 20:43:26.074 INFO E| Compiling tracing-core v0.1.30
23672024-08-09T20:43:27.631Z[ helios-setup] Aug 09 20:43:26.410 INFO E| Compiling memoffset v0.7.1
23682024-08-09T20:43:27.992Z[ host-package] Compiling ena v0.14.3
23692024-08-09T20:43:28.226Z[ host-package] Compiling libloading v0.8.3
23702024-08-09T20:43:28.739Z[ helios-setup] Aug 09 20:43:27.517 INFO E| Compiling unicode-bidi v0.3.13
23712024-08-09T20:43:28.899Z[ host-package] Compiling regex-syntax v0.6.29
23722024-08-09T20:43:29.241Z[ host-package] Compiling bindgen v0.69.4
23732024-08-09T20:43:30.867Z[ host-package] Compiling diff v0.1.13
23742024-08-09T20:43:30.988Z[ helios-setup] Aug 09 20:43:29.767 INFO E| Compiling powerfmt v0.2.0
23752024-08-09T20:43:31.710Z[ helios-setup] Aug 09 20:43:30.487 INFO E| Compiling time-core v0.1.2
23762024-08-09T20:43:32.242Z[ helios-setup] Aug 09 20:43:31.020 INFO E| Compiling ucd-trie v0.1.5
23772024-08-09T20:43:32.695Z[ helios-setup] Aug 09 20:43:31.473 INFO E| Compiling num-conv v0.1.0
23782024-08-09T20:43:32.995Z[ helios-setup] Aug 09 20:43:31.773 INFO E| Compiling pest v2.5.7
23792024-08-09T20:43:33.725Z[ helios-setup] Aug 09 20:43:32.503 INFO E| Compiling time-macros v0.2.18
23802024-08-09T20:43:33.904Z[ helios-setup] Aug 09 20:43:32.682 INFO E| Compiling deranged v0.3.11
23812024-08-09T20:43:34.110Z[ helios-setup] Aug 09 20:43:32.888 INFO E| Compiling idna v0.3.0
23822024-08-09T20:43:38.958Z[ helios-setup] Aug 09 20:43:37.735 INFO E| Compiling tracing v0.1.37
23832024-08-09T20:43:40.165Z[ helios-setup] Aug 09 20:43:38.943 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
23842024-08-09T20:43:40.177Z[ host-package] Compiling lalrpop v0.19.12
23852024-08-09T20:43:40.639Z[ helios-setup] Aug 09 20:43:39.416 INFO E| Compiling time v0.1.45
23862024-08-09T20:43:41.091Z[ helios-setup] Aug 09 20:43:39.868 INFO E| Compiling crossbeam-epoch v0.9.13
23872024-08-09T20:43:42.007Z[ helios-setup] Aug 09 20:43:40.784 INFO E| Compiling semver v1.0.17
23882024-08-09T20:43:42.955Z[ helios-setup] Aug 09 20:43:41.731 INFO E| Compiling toml v0.5.11
23892024-08-09T20:43:43.325Z[ helios-setup] Aug 09 20:43:42.102 INFO E| Compiling smallvec v1.10.0
23902024-08-09T20:43:43.774Z[ helios-setup] Aug 09 20:43:42.551 INFO E| Compiling serde_tokenstream v0.2.0
23912024-08-09T20:43:44.630Z[ helios-setup] Aug 09 20:43:43.406 INFO E| Compiling iana-time-zone v0.1.56
23922024-08-09T20:43:45.046Z[ helios-setup] Aug 09 20:43:43.823 INFO E| Compiling num_threads v0.1.6
23932024-08-09T20:43:45.380Z[ helios-setup] Aug 09 20:43:44.156 INFO E| Compiling parking_lot v0.12.1
23942024-08-09T20:43:45.927Z[ helios-setup] Aug 09 20:43:44.704 INFO E| Compiling time v0.3.36
23952024-08-09T20:43:46.687Z[ host-package] Compiling diesel v2.2.2
23962024-08-09T20:43:50.490Z[ helios-setup] Aug 09 20:43:49.265 INFO E| Compiling semver-parser v0.10.2
23972024-08-09T20:43:53.819Z[ helios-setup] Aug 09 20:43:52.595 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
23982024-08-09T20:43:53.999Z[ host-package] Compiling slog-stdlog v4.1.1
23992024-08-09T20:43:55.482Z[ helios-setup] Aug 09 20:43:54.257 INFO E| Compiling url v2.3.1
24002024-08-09T20:43:55.813Z[ host-package] Compiling tungstenite v0.21.0
24012024-08-09T20:43:56.786Z[ helios-setup] Aug 09 20:43:55.562 INFO E| Compiling crossbeam-channel v0.5.6
24022024-08-09T20:43:58.711Z[ helios-setup] Aug 09 20:43:57.486 INFO E| Compiling dirs-sys-next v0.1.2
24032024-08-09T20:43:59.918Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24042024-08-09T20:44:00.370Z[ helios-setup] Aug 09 20:43:59.145 INFO E| Compiling same-file v1.0.6
24052024-08-09T20:44:00.438Z[ host-package] Compiling which v4.4.2
24062024-08-09T20:44:00.885Z[ helios-setup] Aug 09 20:43:59.660 INFO E| Compiling try-lock v0.2.4
24072024-08-09T20:44:01.032Z[ helios-setup] Aug 09 20:43:59.807 INFO E| Compiling crc32fast v1.3.2
24082024-08-09T20:44:01.136Z[ helios-setup] Aug 09 20:43:59.911 INFO E| Compiling want v0.3.0
24092024-08-09T20:44:01.378Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24102024-08-09T20:44:01.712Z[ helios-setup] Aug 09 20:44:00.486 INFO E| Compiling walkdir v2.3.3
24112024-08-09T20:44:02.166Z[ host-package] Compiling cexpr v0.6.0
24122024-08-09T20:44:02.699Z[ host-package] Compiling libsw v3.3.1
24132024-08-09T20:44:03.348Z[ helios-setup] Aug 09 20:44:02.122 INFO E| Compiling dirs-next v2.0.0
24142024-08-09T20:44:03.927Z[ helios-setup] Aug 09 20:44:02.702 INFO E| Compiling tokio-util v0.7.7
24152024-08-09T20:44:03.990Z[ host-package] Compiling atty v0.2.14
24162024-08-09T20:44:04.336Z[ host-package] Compiling owo-colors v4.0.0
24172024-08-09T20:44:05.257Z[ host-package] Compiling ref-cast v1.0.23
24182024-08-09T20:44:05.454Z[ host-package] Compiling lazycell v1.3.0
24192024-08-09T20:44:05.665Z[ helios-setup] Aug 09 20:44:04.439 INFO E| Compiling semver v0.11.0
24202024-08-09T20:44:06.108Z[ host-package] Compiling rustc-hash v1.1.0
24212024-08-09T20:44:06.244Z[ helios-setup] Aug 09 20:44:05.018 INFO E| Compiling proc-macro-crate v1.2.1
24222024-08-09T20:44:06.281Z[ host-package] Compiling linear-map v1.2.0
24232024-08-09T20:44:06.589Z[ host-package] Compiling shlex v1.3.0
24242024-08-09T20:44:07.027Z[ helios-setup] Aug 09 20:44:05.801 INFO E| Compiling h2 v0.3.16
24252024-08-09T20:44:07.850Z[ host-package] Compiling tokio-tungstenite v0.21.0
24262024-08-09T20:44:09.125Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24272024-08-09T20:44:09.162Z[ host-package] Compiling slog-envlogger v2.2.0
24282024-08-09T20:44:09.399Z[ helios-setup] Aug 09 20:44:08.172 INFO E| Compiling futures-executor v0.3.28
24292024-08-09T20:44:10.196Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24302024-08-09T20:44:11.669Z[ helios-setup] Aug 09 20:44:10.442 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24312024-08-09T20:44:11.970Z[ helios-setup] Aug 09 20:44:10.744 INFO E| Compiling http-body v0.4.5
24322024-08-09T20:44:12.007Z[ helios-setup] Aug 09 20:44:10.776 INFO E| Compiling ring v0.16.20
24332024-08-09T20:44:13.060Z[ helios-setup] Aug 09 20:44:11.833 INFO E| Compiling rand_core v0.6.4
24342024-08-09T20:44:13.416Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24352024-08-09T20:44:14.117Z[ helios-setup] Aug 09 20:44:12.890 INFO E| Compiling thread_local v1.1.7
24362024-08-09T20:44:14.239Z[ helios-setup] Aug 09 20:44:13.012 INFO E| Compiling ppv-lite86 v0.2.17
24372024-08-09T20:44:14.334Z[ host-package] Compiling derive_builder_core v0.20.0
24382024-08-09T20:44:15.674Z[ helios-setup] Aug 09 20:44:14.447 INFO E| Compiling lazy_static v1.4.0
24392024-08-09T20:44:16.063Z[ helios-setup] Aug 09 20:44:14.835 INFO E| Compiling base64 v0.21.0
24402024-08-09T20:44:17.100Z[ helios-setup] Aug 09 20:44:15.872 INFO E| Compiling fastrand v1.9.0
24412024-08-09T20:44:18.042Z[ helios-setup] Aug 09 20:44:16.814 INFO E| Compiling tower-service v0.3.2
24422024-08-09T20:44:18.482Z[ helios-setup] Aug 09 20:44:17.254 INFO E| Compiling utf8parse v0.2.1
24432024-08-09T20:44:18.959Z[ host-package] Compiling headers-core v0.2.0
24442024-08-09T20:44:19.045Z[ helios-setup] Aug 09 20:44:17.817 INFO E| Compiling rayon-core v1.10.2
24452024-08-09T20:44:19.196Z[ helios-setup] Aug 09 20:44:17.968 INFO E| Compiling adler v1.0.2
24462024-08-09T20:44:19.558Z[ host-package] Compiling fxhash v0.2.1
24472024-08-09T20:44:19.882Z[ helios-setup] Aug 09 20:44:18.654 INFO E| Compiling httpdate v1.0.2
24482024-08-09T20:44:20.147Z[ host-package] Compiling libxml v0.3.3
24492024-08-09T20:44:20.186Z[ helios-setup] Aug 09 20:44:18.958 INFO E| Compiling home v0.5.4
24502024-08-09T20:44:20.406Z[ helios-setup] Aug 09 20:44:19.178 INFO E| Compiling miniz_oxide v0.6.2
24512024-08-09T20:44:20.704Z[ helios-setup] Aug 09 20:44:19.476 INFO E| Compiling hyper v0.14.25
24522024-08-09T20:44:21.236Z[ host-package] Compiling ref-cast-impl v1.0.23
24532024-08-09T20:44:21.589Z[ helios-setup] Aug 09 20:44:20.361 INFO E| Compiling toolchain_find v0.2.0
24542024-08-09T20:44:22.538Z[ helios-setup] Aug 09 20:44:21.310 INFO E| Compiling anstyle-parse v0.1.1
24552024-08-09T20:44:23.153Z[ helios-setup] Aug 09 20:44:21.924 INFO E| Compiling tempfile v3.5.0
24562024-08-09T20:44:23.290Z[ host-package] Compiling headers v0.3.9
24572024-08-09T20:44:24.242Z[ host-package] Compiling derive_builder_macro v0.20.0
24582024-08-09T20:44:24.440Z[ helios-setup] Aug 09 20:44:23.212 INFO E| Compiling rand_chacha v0.3.1
24592024-08-09T20:44:26.279Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24602024-08-09T20:44:27.884Z[ helios-setup] Aug 09 20:44:26.655 INFO E| Compiling futures v0.3.28
24612024-08-09T20:44:29.907Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24622024-08-09T20:44:30.789Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24632024-08-09T20:44:33.004Z[ host-package] Compiling strum_macros v0.24.3
24642024-08-09T20:44:35.075Z[ host-package] Compiling polar-core v0.27.3
24652024-08-09T20:44:35.665Z[ host-package] Compiling samael v0.0.15
24662024-08-09T20:44:36.806Z[ helios-setup] Aug 09 20:44:35.576 INFO E| Compiling cargo-lock v8.0.3
24672024-08-09T20:44:39.257Z[ host-package] Compiling cookie v0.18.1
24682024-08-09T20:44:39.722Z[ host-package] Compiling unicase v2.7.0
24692024-08-09T20:44:39.857Z[ host-package] Compiling indoc v1.0.9
24702024-08-09T20:44:40.516Z[ host-package] Compiling derive_builder v0.20.0
24712024-08-09T20:44:41.198Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24722024-08-09T20:44:41.721Z[ helios-setup] Aug 09 20:44:40.490 INFO E| Compiling num_enum_derive v0.5.7
24732024-08-09T20:44:42.137Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24742024-08-09T20:44:42.236Z[ host-package] Compiling oso-derive v0.27.3
24752024-08-09T20:44:42.597Z[ helios-setup] Aug 09 20:44:41.366 INFO E| Compiling crossbeam-deque v0.8.2
24762024-08-09T20:44:43.565Z[ helios-setup] Aug 09 20:44:42.334 INFO E| Compiling term v0.7.0
24772024-08-09T20:44:44.236Z[ host-package] Compiling quick-xml v0.31.0
24782024-08-09T20:44:45.503Z[ helios-setup] Aug 09 20:44:44.272 INFO E| Compiling serde_urlencoded v0.7.1
24792024-08-09T20:44:45.963Z[ helios-setup] Aug 09 20:44:44.732 INFO E| Compiling sha2 v0.10.6
24802024-08-09T20:44:46.739Z[ helios-setup] Aug 09 20:44:45.508 INFO E| Compiling sha1 v0.10.5
24812024-08-09T20:44:47.103Z[ helios-setup] Aug 09 20:44:45.872 INFO E| Compiling is-terminal v0.4.7
24822024-08-09T20:44:47.429Z[ helios-setup] Aug 09 20:44:46.197 INFO E| Compiling atty v0.2.14
24832024-08-09T20:44:48.752Z[ helios-setup] Aug 09 20:44:47.521 INFO E| Compiling anstyle v0.3.5
24842024-08-09T20:44:49.721Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
24852024-08-09T20:44:50.609Z[ helios-setup] Aug 09 20:44:49.377 INFO E| Compiling concolor-override v1.0.0
24862024-08-09T20:44:50.652Z[ host-package] Compiling parking_lot_core v0.8.6
24872024-08-09T20:44:50.736Z[ host-package] Compiling cfg_aliases v0.1.1
24882024-08-09T20:44:50.931Z[ helios-setup] Aug 09 20:44:49.699 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
24892024-08-09T20:44:51.085Z[ host-package] Compiling nix v0.28.0
24902024-08-09T20:44:52.058Z[ helios-setup] Aug 09 20:44:50.826 INFO E| Compiling concolor-query v0.3.3
24912024-08-09T20:44:52.395Z[ helios-setup] Aug 09 20:44:51.163 INFO E| Compiling anstream v0.2.6
24922024-08-09T20:44:52.950Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24932024-08-09T20:44:54.885Z[ helios-setup] Aug 09 20:44:53.653 INFO E| Compiling slog-term v2.9.0
24942024-08-09T20:44:55.756Z[ helios-setup] Aug 09 20:44:54.524 INFO E| Compiling num_enum v0.5.7
24952024-08-09T20:44:55.843Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24962024-08-09T20:44:55.883Z[ helios-setup] Aug 09 20:44:54.651 INFO E| Compiling flate2 v1.0.25
24972024-08-09T20:44:56.135Z[ helios-setup] Aug 09 20:44:54.903 INFO E| Compiling rand v0.8.5
24982024-08-09T20:44:56.291Z[ helios-setup] Aug 09 20:44:55.058 INFO E| Compiling rustfmt-wrapper v0.2.0
24992024-08-09T20:44:57.276Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25002024-08-09T20:44:57.637Z[ helios-setup] Aug 09 20:44:56.405 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25012024-08-09T20:44:58.095Z[ helios-setup] Aug 09 20:44:56.863 INFO E| Compiling openapiv3 v1.0.2
25022024-08-09T20:44:58.305Z[ host-package] Compiling bb8 v0.8.5
25032024-08-09T20:44:59.135Z[ host-package] Compiling const_format_proc_macros v0.2.32
25042024-08-09T20:45:00.093Z[ host-package] Compiling curve25519-dalek v4.1.3
25052024-08-09T20:45:00.248Z[ helios-setup] Aug 09 20:44:59.015 INFO E| Compiling encoding_rs v0.8.32
25062024-08-09T20:45:00.827Z[ helios-setup] Aug 09 20:44:59.593 INFO E| Compiling either v1.8.0
25072024-08-09T20:45:01.149Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25082024-08-09T20:45:01.513Z[ helios-setup] Aug 09 20:45:00.280 INFO E| Compiling base64 v0.13.1
25092024-08-09T20:45:02.821Z[ host-package] Compiling keccak v0.1.5
25102024-08-09T20:45:03.268Z[ host-package] Compiling const_format v0.2.32
25112024-08-09T20:45:03.288Z[ helios-setup] Aug 09 20:45:02.053 INFO E| Compiling ipnet v2.7.2
25122024-08-09T20:45:03.922Z[ host-package] Compiling sha3 v0.10.8
25132024-08-09T20:45:05.187Z[ host-package] Compiling vte v0.11.1
25142024-08-09T20:45:07.008Z[ helios-setup] Aug 09 20:45:05.774 INFO E| Compiling unsafe-libyaml v0.2.8
25152024-08-09T20:45:07.096Z[ host-package] Compiling fd-lock v4.0.2
25162024-08-09T20:45:07.632Z[ host-package] Compiling universal-hash v0.5.1
25172024-08-09T20:45:07.911Z[ host-package] Compiling secrecy v0.8.0
25182024-08-09T20:45:08.059Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25192024-08-09T20:45:08.229Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25202024-08-09T20:45:08.435Z[ host-package] Compiling opaque-debug v0.3.1
25212024-08-09T20:45:08.440Z[ helios-setup] Aug 09 20:45:07.206 INFO E| Compiling untrusted v0.7.1
25222024-08-09T20:45:08.495Z[ helios-setup] Aug 09 20:45:07.260 INFO E| Compiling clap_lex v0.4.1
25232024-08-09T20:45:08.606Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25242024-08-09T20:45:08.762Z[ host-package] Compiling bytecount v0.6.8
25252024-08-09T20:45:09.103Z[ helios-setup] Aug 09 20:45:07.869 INFO E| Compiling strsim v0.10.0
25262024-08-09T20:45:09.480Z[ host-package] Compiling papergrid v0.11.0
25272024-08-09T20:45:09.751Z[ host-package] Compiling poly1305 v0.8.0
25282024-08-09T20:45:10.200Z[ helios-setup] Aug 09 20:45:08.965 INFO E| Compiling byteorder v1.4.3
25292024-08-09T20:45:10.716Z[ helios-setup] Aug 09 20:45:09.482 INFO E| Compiling spin v0.5.2
25302024-08-09T20:45:11.140Z[ helios-setup] Aug 09 20:45:09.906 INFO E| Compiling project-root v0.2.2
25312024-08-09T20:45:11.195Z[ helios-setup] Aug 09 20:45:09.960 INFO E| Compiling mime v0.3.17
25322024-08-09T20:45:11.639Z[ helios-setup] Aug 09 20:45:10.404 INFO E| Compiling utf-8 v0.7.6
25332024-08-09T20:45:12.048Z[ helios-setup] Aug 09 20:45:10.813 INFO E| Compiling reqwest v0.11.16
25342024-08-09T20:45:12.581Z[ helios-setup] Aug 09 20:45:11.346 INFO E| Compiling tungstenite v0.18.0
25352024-08-09T20:45:13.057Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25362024-08-09T20:45:13.117Z[ helios-setup] Aug 09 20:45:11.883 INFO E| Compiling serde_yaml v0.9.21
25372024-08-09T20:45:13.221Z[ host-package] Compiling thiserror-no-std v2.0.2
25382024-08-09T20:45:13.251Z[ helios-setup] Aug 09 20:45:12.017 INFO E| Compiling clap_builder v4.2.1
25392024-08-09T20:45:14.468Z[ host-package] Compiling parking_lot v0.11.2
25402024-08-09T20:45:18.301Z[ host-package] Compiling trust-dns-client v0.22.0
25412024-08-09T20:45:20.295Z[ helios-setup] Aug 09 20:45:19.060 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25422024-08-09T20:45:21.351Z[ helios-setup] Aug 09 20:45:20.115 INFO E| Compiling rayon v1.6.1
25432024-08-09T20:45:24.109Z[ helios-setup] Aug 09 20:45:22.873 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
25442024-08-09T20:45:26.607Z[ helios-setup] Aug 09 20:45:25.371 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
25452024-08-09T20:45:26.944Z[ host-package] Compiling oso v0.27.3
25462024-08-09T20:45:29.489Z[ helios-setup] Aug 09 20:45:28.253 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
25472024-08-09T20:45:31.431Z[ helios-setup] Aug 09 20:45:30.194 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
25482024-08-09T20:45:31.540Z[ helios-setup] Aug 09 20:45:30.303 INFO E| Compiling clap_derive v4.2.0
25492024-08-09T20:45:32.841Z[ helios-setup] Aug 09 20:45:31.604 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
25502024-08-09T20:45:34.867Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25512024-08-09T20:45:37.304Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25522024-08-09T20:45:37.866Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25532024-08-09T20:45:38.231Z[ host-package] Compiling tabled_derive v0.7.0
25542024-08-09T20:45:40.862Z[ host-package] Compiling chacha20 v0.9.1
25552024-08-09T20:45:41.477Z[ helios-setup] Aug 09 20:45:40.239 INFO E| Compiling clap v4.2.1
25562024-08-09T20:45:42.008Z[ helios-setup] Aug 09 20:45:40.769 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25572024-08-09T20:45:42.124Z[ host-package] Compiling aead v0.5.2
25582024-08-09T20:45:43.116Z[ host-package] Compiling peg-macros v0.8.4
25592024-08-09T20:45:43.223Z[ host-package] Compiling kstat-rs v0.2.4
25602024-08-09T20:45:45.406Z[ host-package] Compiling toml v0.5.11
25612024-08-09T20:45:47.239Z[ host-package] Compiling sqlparser_derive v0.2.2
25622024-08-09T20:45:49.647Z[ host-package] Compiling unicode_categories v0.1.1
25632024-08-09T20:45:50.559Z[ host-package] Compiling nu-ansi-term v0.50.0
25642024-08-09T20:45:51.110Z[ host-package] Compiling rustyline v14.0.0
25652024-08-09T20:45:52.728Z[ helios-setup] Aug 09 20:45:51.489 INFO E| Compiling tokio-tungstenite v0.18.0
25662024-08-09T20:45:53.123Z[ host-package] Compiling reedline v0.31.0
25672024-08-09T20:45:54.150Z[ helios-setup] Aug 09 20:45:52.910 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25682024-08-09T20:45:57.476Z[ helios-setup] Aug 09 20:45:56.236 INFO E| Compiling smartstring v1.0.1
25692024-08-09T20:45:58.625Z[ helios-setup] Aug 09 20:45:57.385 INFO E| Compiling rustls v0.21.0
25702024-08-09T20:46:00.726Z[ helios-setup] Aug 09 20:45:59.485 INFO E| Compiling rustls-webpki v0.100.1
25712024-08-09T20:46:02.444Z[ host-package] Compiling sqlformat v0.2.4
25722024-08-09T20:46:04.081Z[ host-package] Compiling peg v0.8.4
25732024-08-09T20:46:04.326Z[ host-package] Compiling sqlparser v0.45.0
25742024-08-09T20:46:04.377Z[ host-package] Compiling trust-dns-server v0.22.1
25752024-08-09T20:46:04.804Z[ helios-setup] Aug 09 20:46:03.563 INFO E| Compiling sct v0.7.0
25762024-08-09T20:46:06.281Z[ helios-setup] Aug 09 20:46:05.040 INFO E| Compiling serde_spanned v0.6.1
25772024-08-09T20:46:07.165Z[ helios-setup] Aug 09 20:46:05.923 INFO E| Compiling toml_datetime v0.6.1
25782024-08-09T20:46:08.756Z[ helios-setup] Aug 09 20:46:07.514 INFO E| Compiling async-trait v0.1.68
25792024-08-09T20:46:08.878Z[ helios-setup] Aug 09 20:46:07.637 INFO E| Compiling slog-async v2.7.0
25802024-08-09T20:46:10.149Z[ helios-setup] Aug 09 20:46:08.906 INFO E| Compiling paste v1.0.12
25812024-08-09T20:46:10.539Z[ helios-setup] Aug 09 20:46:09.297 INFO E| Compiling winnow v0.4.1
25822024-08-09T20:46:11.403Z[ helios-setup] Aug 09 20:46:10.161 INFO E| Compiling camino v1.1.4
25832024-08-09T20:46:13.247Z[ helios-setup] Aug 09 20:46:12.005 INFO E| Compiling match_cfg v0.1.0
25842024-08-09T20:46:13.669Z[ helios-setup] Aug 09 20:46:12.426 INFO E| Compiling static_assertions v1.1.0
25852024-08-09T20:46:14.974Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25862024-08-09T20:46:15.741Z[ helios-setup] Aug 09 20:46:14.499 INFO E| Compiling hostname v0.3.1
25872024-08-09T20:46:17.184Z[ helios-setup] Aug 09 20:46:15.941 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
25882024-08-09T20:46:18.472Z[ helios-setup] Aug 09 20:46:17.229 INFO E| Compiling toml_edit v0.19.8
25892024-08-09T20:46:21.489Z[ helios-setup] Aug 09 20:46:20.246 INFO E| Compiling slog-json v2.6.1
25902024-08-09T20:46:22.897Z[ helios-setup] Aug 09 20:46:21.653 INFO E| Compiling unicode-linebreak v0.1.4
25912024-08-09T20:46:24.796Z[ host-package] Compiling tabled v0.15.0
25922024-08-09T20:46:28.128Z[ helios-setup] Aug 09 20:46:26.884 INFO E| Compiling rhai_codegen v1.5.0
25932024-08-09T20:46:28.436Z[ host-package] Compiling chacha20poly1305 v0.10.1
25942024-08-09T20:46:28.540Z[ helios-setup] Aug 09 20:46:27.296 INFO E| Compiling async-stream-impl v0.3.5
25952024-08-09T20:46:29.220Z[ host-package] Compiling vsss-rs v3.3.4
25962024-08-09T20:46:31.371Z[ helios-setup] Aug 09 20:46:30.126 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
25972024-08-09T20:46:31.588Z[ helios-setup] Aug 09 20:46:30.343 INFO E| Compiling take_mut v0.2.2
25982024-08-09T20:46:32.621Z[ helios-setup] Aug 09 20:46:31.377 INFO E| Compiling async-stream v0.3.5
25992024-08-09T20:46:33.109Z[ helios-setup] Aug 09 20:46:31.864 INFO E| Compiling rhai v1.14.0
26002024-08-09T20:46:33.705Z[ helios-setup] Aug 09 20:46:32.460 INFO E| Compiling tokio-rustls v0.24.0
26012024-08-09T20:46:33.820Z[ helios-setup] Aug 09 20:46:32.575 INFO E| Compiling toml v0.7.3
26022024-08-09T20:46:34.732Z[ helios-setup] Aug 09 20:46:33.487 INFO E| Compiling slog-bunyan v2.4.0
26032024-08-09T20:46:39.181Z[ host-package] Compiling sled v0.34.7
26042024-08-09T20:46:39.546Z[ host-package] Compiling mime_guess v2.0.4
26052024-08-09T20:46:40.865Z[ helios-setup] Aug 09 20:46:39.619 INFO E| Compiling rustls-pemfile v1.0.2
26062024-08-09T20:46:42.356Z[ helios-setup] Aug 09 20:46:41.110 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26072024-08-09T20:46:43.375Z[ helios-setup] Aug 09 20:46:42.129 INFO E| Compiling serde_path_to_error v0.1.11
26082024-08-09T20:46:44.103Z[ helios-setup] Aug 09 20:46:42.857 INFO E| Compiling bincode v1.3.3
26092024-08-09T20:46:45.401Z[ helios-setup] Aug 09 20:46:44.145 INFO E| Compiling terminal_size v0.2.6
26102024-08-09T20:46:46.025Z[ helios-setup] Aug 09 20:46:44.779 INFO E| Compiling smawk v0.3.1
26112024-08-09T20:46:46.182Z[ helios-setup] Aug 09 20:46:44.936 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
26122024-08-09T20:46:46.902Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26132024-08-09T20:46:47.086Z[ helios-setup] Aug 09 20:46:45.840 INFO E| Compiling textwrap v0.16.0
26142024-08-09T20:46:47.258Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26152024-08-09T20:46:47.647Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26162024-08-09T20:46:48.381Z[ host-package] Compiling env_logger v0.9.3
26172024-08-09T20:46:55.671Z[ host-package] Compiling tungstenite v0.20.1
26182024-08-09T20:47:04.311Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26192024-08-09T20:47:04.420Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26202024-08-09T20:47:15.332Z[ helios-setup] Aug 09 20:47:14.082 INFO E| Compiling git2 v0.16.1
26212024-08-09T20:47:16.307Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26222024-08-09T20:47:20.639Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26232024-08-09T20:47:20.855Z[ helios-setup] Aug 09 20:47:19.605 INFO E| Compiling built v0.6.0
26242024-08-09T20:47:23.650Z[ helios-setup] Aug 09 20:47:22.399 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26252024-08-09T20:47:25.309Z[ helios-setup] Aug 09 20:47:24.058 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
26262024-08-09T20:47:26.001Z[ helios-setup] Aug 09 20:47:24.750 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
26272024-08-09T20:47:26.897Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
26282024-08-09T20:47:29.277Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26292024-08-09T20:47:29.833Z[ host-package] Compiling bcs v0.1.6
26302024-08-09T20:47:30.610Z[ host-package] Compiling bitstruct_derive v0.1.0
26312024-08-09T20:47:31.037Z[ host-package] Compiling nanorand v0.7.0
26322024-08-09T20:47:32.141Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26332024-08-09T20:47:32.521Z[ host-package] Compiling memoffset v0.9.1
26342024-08-09T20:47:33.299Z[ host-package] Compiling ascii v1.1.0
26352024-08-09T20:47:34.476Z[ host-package] Compiling highway v1.2.0
26362024-08-09T20:47:35.466Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26372024-08-09T20:47:35.567Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26382024-08-09T20:47:35.671Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26392024-08-09T20:47:36.009Z[ host-package] Compiling bitstruct v0.1.1
26402024-08-09T20:47:36.474Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26412024-08-09T20:47:36.710Z[ host-package] Compiling flume v0.11.0
26422024-08-09T20:47:36.914Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26432024-08-09T20:47:37.894Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26442024-08-09T20:47:38.137Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26452024-08-09T20:47:39.464Z[ host-package] Compiling tokio-tungstenite v0.20.1
26462024-08-09T20:47:41.999Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26472024-08-09T20:47:46.697Z[ helios-setup] Aug 09 20:47:45.443 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
26482024-08-09T20:47:49.360Z[ helios-setup] Aug 09 20:47:48.105 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
26492024-08-09T20:47:51.604Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26502024-08-09T20:47:53.736Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26512024-08-09T20:47:57.445Z[ host-package] Compiling erased-serde v0.3.31
26522024-08-09T20:47:58.152Z[ host-package] Compiling serde_arrays v0.1.0
26532024-08-09T20:47:59.021Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26542024-08-09T20:48:01.396Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26552024-08-09T20:48:26.474Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26562024-08-09T20:48:26.766Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26572024-08-09T20:48:27.584Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26582024-08-09T20:48:34.365Z[ helios-setup] Aug 09 20:48:33.105 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
26592024-08-09T20:48:40.736Z[ host-package] Compiling heck v0.3.3
26602024-08-09T20:48:41.198Z[ host-package] Compiling rand_seeder v0.3.0
26612024-08-09T20:48:41.809Z[ host-package] Compiling castaway v0.2.2
26622024-08-09T20:48:42.059Z[ host-package] Compiling csv-core v0.1.11
26632024-08-09T20:48:43.108Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
26642024-08-09T20:48:43.480Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26652024-08-09T20:48:43.950Z[ host-package] Compiling http-range v0.1.5
26662024-08-09T20:48:44.584Z[ host-package] Compiling hyper-staticfile v0.9.5
26672024-08-09T20:48:46.928Z[ host-package] Compiling csv v1.3.0
26682024-08-09T20:48:48.318Z[ host-package] Compiling compact_str v0.7.1
26692024-08-09T20:48:49.581Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26702024-08-09T20:48:49.905Z[ host-package] Compiling zone_cfg_derive v0.1.2
26712024-08-09T20:48:50.419Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26722024-08-09T20:48:52.042Z[ host-package] Compiling nix v0.27.1
26732024-08-09T20:48:56.030Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26742024-08-09T20:48:57.403Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26752024-08-09T20:49:01.606Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26762024-08-09T20:49:09.472Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
26772024-08-09T20:49:10.172Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26782024-08-09T20:49:10.889Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26792024-08-09T20:49:11.099Z[ host-package] Compiling unicode-truncate v1.0.0
26802024-08-09T20:49:11.271Z[ host-package] Compiling lru v0.12.3
26812024-08-09T20:49:11.481Z[ host-package] Compiling serde-big-array v0.5.1
26822024-08-09T20:49:11.721Z[ host-package] Compiling stability v0.2.0
26832024-08-09T20:49:11.885Z[ host-package] Compiling cassowary v0.3.0
26842024-08-09T20:49:14.061Z[ host-package] Compiling base64 v0.13.1
26852024-08-09T20:49:15.723Z[ host-package] Compiling ron v0.7.1
26862024-08-09T20:49:17.208Z[ host-package] Compiling ratatui v0.27.0
26872024-08-09T20:49:21.668Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26882024-08-09T20:49:26.009Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26892024-08-09T20:49:28.221Z[ host-package] Compiling zone v0.1.8
26902024-08-09T20:49:34.055Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26912024-08-09T20:49:39.925Z[ helios-setup] Aug 09 20:49:38.657 INFO E| Finished `release` profile [optimized] target(s) in 7m 00s
26922024-08-09T20:49:40.064Z[ helios-setup] Aug 09 20:49:38.796 INFO building project "pilot" ok (420 seconds)
26932024-08-09T20:49:40.064Z[ helios-setup] Aug 09 20:49:38.796 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26942024-08-09T20:49:40.067Z[ helios-setup] Aug 09 20:49:38.796 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26952024-08-09T20:49:40.356Z[ helios-setup] Aug 09 20:49:39.088 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26962024-08-09T20:49:40.852Z[ helios-setup] Aug 09 20:49:39.583 INFO E| From https://github.com/jclulow/rust-jmclib
26972024-08-09T20:49:40.852Z[ helios-setup] Aug 09 20:49:39.584 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26982024-08-09T20:49:40.893Z[ helios-setup] Aug 09 20:49:39.624 INFO E| Updating crates.io index
26992024-08-09T20:49:41.138Z[ helios-setup] Aug 09 20:49:39.869 INFO E| Downloading crates ...
27002024-08-09T20:49:41.252Z[ helios-setup] Aug 09 20:49:39.983 INFO E| Downloaded opaque-debug v0.3.0
27012024-08-09T20:49:41.255Z[ helios-setup] Aug 09 20:49:39.985 INFO E| Downloaded once_cell v1.18.0
27022024-08-09T20:49:41.257Z[ helios-setup] Aug 09 20:49:39.989 INFO E| Downloaded libdevinfo-sys v1.0.0
27032024-08-09T20:49:41.260Z[ helios-setup] Aug 09 20:49:39.990 INFO E| Downloaded itoa v1.0.9
27042024-08-09T20:49:41.263Z[ helios-setup] Aug 09 20:49:39.993 INFO E| Downloaded fastrand v2.0.0
27052024-08-09T20:49:41.263Z[ helios-setup] Aug 09 20:49:39.995 INFO E| Downloaded proc-macro2 v1.0.66
27062024-08-09T20:49:41.267Z[ helios-setup] Aug 09 20:49:39.999 INFO E| Downloaded digest v0.9.0
27072024-08-09T20:49:41.270Z[ helios-setup] Aug 09 20:49:40.001 INFO E| Downloaded cpufeatures v0.2.9
27082024-08-09T20:49:41.273Z[ helios-setup] Aug 09 20:49:40.004 INFO E| Downloaded block-buffer v0.9.0
27092024-08-09T20:49:41.276Z[ helios-setup] Aug 09 20:49:40.005 INFO E| Downloaded sha-1 v0.9.8
27102024-08-09T20:49:41.276Z[ helios-setup] Aug 09 20:49:40.008 INFO E| Downloaded md-5 v0.9.1
27112024-08-09T20:49:41.308Z[ helios-setup] Aug 09 20:49:40.040 INFO E| Downloaded uuid v0.8.2
27122024-08-09T20:49:41.314Z[ helios-setup] Aug 09 20:49:40.045 INFO E| Downloaded unicode-ident v1.0.11
27132024-08-09T20:49:41.318Z[ helios-setup] Aug 09 20:49:40.050 INFO E| Downloaded tempfile v3.7.0
27142024-08-09T20:49:41.322Z[ helios-setup] Aug 09 20:49:40.054 INFO E| Downloaded serde_derive v1.0.193
27152024-08-09T20:49:41.326Z[ helios-setup] Aug 09 20:49:40.058 INFO E| Downloaded ryu v1.0.15
27162024-08-09T20:49:41.332Z[ helios-setup] Aug 09 20:49:40.064 INFO E| Downloaded serde v1.0.193
27172024-08-09T20:49:41.338Z[ helios-setup] Aug 09 20:49:40.070 INFO E| Downloaded quote v1.0.31
27182024-08-09T20:49:41.342Z[ helios-setup] Aug 09 20:49:40.074 INFO E| Downloaded getrandom v0.2.10
27192024-08-09T20:49:41.347Z[ helios-setup] Aug 09 20:49:40.079 INFO E| Downloaded bitflags v2.3.3
27202024-08-09T20:49:41.352Z[ helios-setup] Aug 09 20:49:40.084 INFO E| Downloaded serde_json v1.0.103
27212024-08-09T20:49:41.364Z[ helios-setup] Aug 09 20:49:40.096 INFO E| Downloaded anyhow v1.0.72
27222024-08-09T20:49:41.371Z[ helios-setup] Aug 09 20:49:40.103 INFO E| Downloaded syn v2.0.32
27232024-08-09T20:49:41.390Z[ helios-setup] Aug 09 20:49:40.121 INFO E| Downloaded rustix v0.38.4
27242024-08-09T20:49:41.426Z[ helios-setup] Aug 09 20:49:40.158 INFO E| Downloaded libc v0.2.147
27252024-08-09T20:49:41.693Z[ helios-setup] Aug 09 20:49:40.425 INFO E| Compiling libc v0.2.147
27262024-08-09T20:49:41.693Z[ helios-setup] Aug 09 20:49:40.425 INFO E| Compiling proc-macro2 v1.0.66
27272024-08-09T20:49:41.696Z[ helios-setup] Aug 09 20:49:40.425 INFO E| Compiling unicode-ident v1.0.11
27282024-08-09T20:49:41.696Z[ helios-setup] Aug 09 20:49:40.425 INFO E| Compiling cfg-if v1.0.0
27292024-08-09T20:49:41.697Z[ helios-setup] Aug 09 20:49:40.425 INFO E| Compiling version_check v0.9.4
27302024-08-09T20:49:41.697Z[ helios-setup] Aug 09 20:49:40.425 INFO E| Compiling typenum v1.16.0
27312024-08-09T20:49:42.185Z[ helios-setup] Aug 09 20:49:40.915 INFO E| Compiling serde v1.0.193
27322024-08-09T20:49:42.262Z[ helios-setup] Aug 09 20:49:40.994 INFO E| Compiling itoa v1.0.9
27332024-08-09T20:49:42.506Z[ helios-setup] Aug 09 20:49:41.237 INFO E| Compiling num-conv v0.1.0
27342024-08-09T20:49:42.667Z[ helios-setup] Aug 09 20:49:41.398 INFO E| Compiling slog v2.7.0
27352024-08-09T20:49:42.951Z[ helios-setup] Aug 09 20:49:41.682 INFO E| Compiling rustix v0.38.4
27362024-08-09T20:49:43.177Z[ helios-setup] Aug 09 20:49:41.908 INFO E| Compiling time-core v0.1.2
27372024-08-09T20:49:43.463Z[ helios-setup] Aug 09 20:49:42.194 INFO E| Compiling generic-array v0.14.7
27382024-08-09T20:49:43.699Z[ helios-setup] Aug 09 20:49:42.431 INFO E| Compiling powerfmt v0.2.0
27392024-08-09T20:49:43.799Z[ helios-setup] Aug 09 20:49:42.531 INFO E| Compiling time-macros v0.2.18
27402024-08-09T20:49:43.953Z[ helios-setup] Aug 09 20:49:42.684 INFO E| Compiling num_threads v0.1.6
27412024-08-09T20:49:44.161Z[ helios-setup] Aug 09 20:49:42.892 INFO E| Compiling deranged v0.3.11
27422024-08-09T20:49:44.202Z[ helios-setup] Aug 09 20:49:42.934 INFO E| Compiling once_cell v1.18.0
27432024-08-09T20:49:44.513Z[ helios-setup] Aug 09 20:49:43.244 INFO E| Compiling bitflags v2.3.3
27442024-08-09T20:49:45.221Z[ helios-setup] Aug 09 20:49:43.953 INFO E| Compiling quote v1.0.31
27452024-08-09T20:49:45.541Z[ helios-setup] Aug 09 20:49:44.272 INFO E| Compiling dirs-sys-next v0.1.2
27462024-08-09T20:49:45.976Z[ helios-setup] Aug 09 20:49:44.707 INFO E| Compiling syn v2.0.32
27472024-08-09T20:49:46.071Z[ helios-setup] Aug 09 20:49:44.802 INFO E| Compiling dirs-next v2.0.0
27482024-08-09T20:49:46.141Z[ helios-setup] Aug 09 20:49:44.872 INFO E| Compiling errno v0.3.1
27492024-08-09T20:49:46.660Z[ helios-setup] Aug 09 20:49:45.391 INFO E| Compiling term v0.7.0
27502024-08-09T20:49:46.695Z[ helios-setup] Aug 09 20:49:45.426 INFO E| Compiling atty v0.2.14
27512024-08-09T20:49:46.876Z[ helios-setup] Aug 09 20:49:45.607 INFO E| Compiling thread_local v1.1.7
27522024-08-09T20:49:47.295Z[ helios-setup] Aug 09 20:49:46.025 INFO E| Compiling serde_json v1.0.103
27532024-08-09T20:49:48.118Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27542024-08-09T20:49:48.258Z[ helios-setup] Aug 09 20:49:46.983 INFO E| Compiling anyhow v1.0.72
27552024-08-09T20:49:48.436Z[ helios-setup] Aug 09 20:49:47.167 INFO E| Compiling opaque-debug v0.3.0
27562024-08-09T20:49:48.522Z[ helios-setup] Aug 09 20:49:47.253 INFO E| Compiling block-buffer v0.9.0
27572024-08-09T20:49:48.606Z[ helios-setup] Aug 09 20:49:47.336 INFO E| Compiling digest v0.9.0
27582024-08-09T20:49:48.726Z[ helios-setup] Aug 09 20:49:47.457 INFO E| Compiling fastrand v2.0.0
27592024-08-09T20:49:48.851Z[ helios-setup] Aug 09 20:49:47.582 INFO E| Compiling getrandom v0.2.10
27602024-08-09T20:49:49.149Z[ helios-setup] Aug 09 20:49:47.880 INFO E| Compiling same-file v1.0.6
27612024-08-09T20:49:49.210Z[ helios-setup] Aug 09 20:49:47.941 INFO E| Compiling time v0.3.36
27622024-08-09T20:49:49.385Z[ helios-setup] Aug 09 20:49:48.115 INFO E| Compiling unicode-width v0.1.10
27632024-08-09T20:49:49.761Z[ helios-setup] Aug 09 20:49:48.492 INFO E| Compiling cpufeatures v0.2.9
27642024-08-09T20:49:49.856Z[ helios-setup] Aug 09 20:49:48.586 INFO E| Compiling ryu v1.0.15
27652024-08-09T20:49:50.070Z[ helios-setup] Aug 09 20:49:48.800 INFO E| Compiling sha-1 v0.9.8
27662024-08-09T20:49:50.233Z[ helios-setup] Aug 09 20:49:48.963 INFO E| Compiling tempfile v3.7.0
27672024-08-09T20:49:50.506Z[ helios-setup] Aug 09 20:49:49.236 INFO E| Compiling walkdir v2.3.3
27682024-08-09T20:49:50.535Z[ helios-setup] Aug 09 20:49:49.266 INFO E| Compiling getopts v0.2.21
27692024-08-09T20:49:51.334Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27702024-08-09T20:49:51.446Z[ helios-setup] Aug 09 20:49:50.176 INFO E| Compiling md-5 v0.9.1
27712024-08-09T20:49:51.724Z[ helios-setup] Aug 09 20:49:50.455 INFO E| Compiling glob v0.3.1
27722024-08-09T20:49:51.815Z[ helios-setup] Aug 09 20:49:50.545 INFO E| Compiling libdevinfo-sys v1.0.0
27732024-08-09T20:49:53.199Z[ helios-setup] Aug 09 20:49:51.929 INFO E| Compiling slog-term v2.9.0
27742024-08-09T20:49:54.175Z[ helios-setup] Aug 09 20:49:52.905 INFO E| Compiling serde_derive v1.0.193
27752024-08-09T20:49:56.018Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27762024-08-09T20:50:01.292Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27772024-08-09T20:50:01.680Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27782024-08-09T20:50:02.501Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27792024-08-09T20:50:02.907Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27802024-08-09T20:50:05.594Z[ host-package] Compiling signal-hook-tokio v0.3.1
27812024-08-09T20:50:05.841Z[ host-package] Compiling portpicker v0.1.1
27822024-08-09T20:50:06.388Z[ host-package] Compiling unicode-linebreak v0.1.5
27832024-08-09T20:50:07.125Z[ host-package] Compiling smawk v0.3.2
27842024-08-09T20:50:07.582Z[ host-package] Compiling textwrap v0.16.1
27852024-08-09T20:50:08.622Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27862024-08-09T20:50:09.499Z[ helios-setup] Aug 09 20:50:08.228 INFO E| Compiling toml v0.5.11
27872024-08-09T20:50:09.500Z[ helios-setup] Aug 09 20:50:08.228 INFO E| Compiling uuid v0.8.2
27882024-08-09T20:50:11.748Z[ helios-setup] Aug 09 20:50:10.476 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27892024-08-09T20:50:11.899Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27902024-08-09T20:50:14.869Z[ helios-setup] Aug 09 20:50:13.596 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27912024-08-09T20:50:22.749Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27922024-08-09T20:50:22.788Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27932024-08-09T20:50:28.204Z[ helios-setup] Aug 09 20:50:26.929 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.04s
27942024-08-09T20:50:28.237Z[ helios-setup] Aug 09 20:50:26.963 INFO building project "image-builder" ok (48 seconds)
27952024-08-09T20:50:28.241Z[ helios-setup] Aug 09 20:50:26.963 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27962024-08-09T20:50:28.241Z[ helios-setup] Aug 09 20:50:26.963 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27972024-08-09T20:50:28.559Z[ helios-setup] Aug 09 20:50:27.285 INFO E| Downloading crates ...
27982024-08-09T20:50:28.690Z[ helios-setup] Aug 09 20:50:27.416 INFO E| Downloaded typenum v1.15.0
27992024-08-09T20:50:28.695Z[ helios-setup] Aug 09 20:50:27.420 INFO E| Downloaded sha2 v0.10.5
28002024-08-09T20:50:28.698Z[ helios-setup] Aug 09 20:50:27.424 INFO E| Downloaded digest v0.10.3
28012024-08-09T20:50:28.701Z[ helios-setup] Aug 09 20:50:27.427 INFO E| Downloaded bytes v1.2.1
28022024-08-09T20:50:28.707Z[ helios-setup] Aug 09 20:50:27.433 INFO E| Downloaded anyhow v1.0.62
28032024-08-09T20:50:28.920Z[ helios-setup] Aug 09 20:50:27.646 INFO E| Compiling typenum v1.15.0
28042024-08-09T20:50:28.923Z[ helios-setup] Aug 09 20:50:27.646 INFO E| Compiling version_check v0.9.4
28052024-08-09T20:50:28.923Z[ helios-setup] Aug 09 20:50:27.646 INFO E| Compiling crc32fast v1.3.2
28062024-08-09T20:50:28.923Z[ helios-setup] Aug 09 20:50:27.646 INFO E| Compiling cfg-if v1.0.0
28072024-08-09T20:50:28.923Z[ helios-setup] Aug 09 20:50:27.646 INFO E| Compiling anyhow v1.0.62
28082024-08-09T20:50:28.923Z[ helios-setup] Aug 09 20:50:27.647 INFO E| Compiling adler v1.0.2
28092024-08-09T20:50:28.923Z[ helios-setup] Aug 09 20:50:27.647 INFO E| Compiling cpufeatures v0.2.5
28102024-08-09T20:50:28.923Z[ helios-setup] Aug 09 20:50:27.647 INFO E| Compiling unicode-width v0.1.10
28112024-08-09T20:50:29.013Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28122024-08-09T20:50:29.175Z[ helios-setup] Aug 09 20:50:27.900 INFO E| Compiling bitflags v1.3.2
28132024-08-09T20:50:29.263Z[ helios-setup] Aug 09 20:50:27.988 INFO E| Compiling bytes v1.2.1
28142024-08-09T20:50:29.339Z[ helios-setup] Aug 09 20:50:28.065 INFO E| Compiling getopts v0.2.21
28152024-08-09T20:50:29.448Z[ helios-setup] Aug 09 20:50:28.173 INFO E| Compiling miniz_oxide v0.6.2
28162024-08-09T20:50:30.095Z[ helios-setup] Aug 09 20:50:28.820 INFO E| Compiling generic-array v0.14.6
28172024-08-09T20:50:31.281Z[ helios-setup] Aug 09 20:50:30.006 INFO E| Compiling flate2 v1.0.25
28182024-08-09T20:50:33.673Z[ host-package] Compiling rcgen v0.12.1
28192024-08-09T20:50:35.157Z[ helios-setup] Aug 09 20:50:33.882 INFO E| Compiling block-buffer v0.10.3
28202024-08-09T20:50:35.157Z[ helios-setup] Aug 09 20:50:33.882 INFO E| Compiling crypto-common v0.1.6
28212024-08-09T20:50:35.380Z[ helios-setup] Aug 09 20:50:34.105 INFO E| Compiling digest v0.10.3
28222024-08-09T20:50:35.752Z[ helios-setup] Aug 09 20:50:34.477 INFO E| Compiling sha2 v0.10.5
28232024-08-09T20:50:36.262Z[ helios-setup] Aug 09 20:50:34.986 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28242024-08-09T20:50:37.375Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28252024-08-09T20:50:37.733Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28262024-08-09T20:50:38.435Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28272024-08-09T20:50:38.803Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28282024-08-09T20:50:40.426Z[ host-package] Compiling atomicwrites v0.4.3
28292024-08-09T20:50:41.267Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28302024-08-09T20:50:42.438Z[ helios-setup] Aug 09 20:50:41.162 INFO E| Finished `release` profile [optimized] target(s) in 14.10s
28312024-08-09T20:50:42.459Z[ helios-setup] Aug 09 20:50:41.183 INFO building project "bootserver" ok (14 seconds)
28322024-08-09T20:50:42.459Z[ helios-setup] Aug 09 20:50:41.183 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28332024-08-09T20:50:42.462Z[ helios-setup] Aug 09 20:50:41.183 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28342024-08-09T20:50:42.979Z[ helios-setup] Aug 09 20:50:41.703 INFO E| Compiling adler v1.0.2
28352024-08-09T20:50:43.142Z[ helios-setup] Aug 09 20:50:41.866 INFO E| Compiling miniz_oxide v0.7.2
28362024-08-09T20:50:46.005Z[ host-package] Compiling fatfs v0.3.6
28372024-08-09T20:50:46.332Z[ helios-setup] Aug 09 20:50:45.056 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28382024-08-09T20:50:46.803Z[ host-package] Compiling subprocess v0.2.9
28392024-08-09T20:50:47.553Z[ helios-setup] Aug 09 20:50:46.276 INFO E| Finished `release` profile [optimized] target(s) in 4.98s
28402024-08-09T20:50:47.560Z[ helios-setup] Aug 09 20:50:46.284 INFO building project "pinprick" ok (5 seconds)
28412024-08-09T20:50:47.560Z[ helios-setup] Aug 09 20:50:46.284 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28422024-08-09T20:50:47.563Z[ helios-setup] Aug 09 20:50:46.284 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28432024-08-09T20:50:47.570Z[ helios-setup] Aug 09 20:50:46.294 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
28442024-08-09T20:50:47.896Z[ host-package] Compiling rtoolbox v0.0.2
28452024-08-09T20:50:47.899Z[ helios-setup] Aug 09 20:50:46.620 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
28462024-08-09T20:50:47.899Z[ helios-setup] Aug 09 20:50:46.620 INFO E| info: downloading component 'cargo'
28472024-08-09T20:50:48.372Z[ host-package] Compiling is_ci v1.2.0
28482024-08-09T20:50:48.706Z[ host-package] Compiling assert_matches v1.5.0
28492024-08-09T20:50:48.837Z[ helios-setup] Aug 09 20:50:47.560 INFO E| info: downloading component 'clippy'
28502024-08-09T20:50:49.272Z[ host-package] Compiling supports-color v3.0.0
28512024-08-09T20:50:49.291Z[ helios-setup] Aug 09 20:50:48.014 INFO E| info: downloading component 'rust-docs'
28522024-08-09T20:50:49.977Z[ host-package] Compiling rpassword v7.3.1
28532024-08-09T20:50:50.480Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28542024-08-09T20:50:50.523Z[ helios-setup] Aug 09 20:50:49.246 INFO E| info: downloading component 'rust-src'
28552024-08-09T20:50:50.682Z[ helios-setup] Aug 09 20:50:49.405 INFO E| info: downloading component 'rust-std'
28562024-08-09T20:50:51.967Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28572024-08-09T20:50:52.372Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28582024-08-09T20:50:52.765Z[ helios-setup] Aug 09 20:50:51.486 INFO E| info: downloading component 'rustc'
28592024-08-09T20:50:56.649Z[ host-package] Compiling tui-tree-widget v0.21.0
28602024-08-09T20:50:57.140Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28612024-08-09T20:50:58.052Z[ helios-setup] Aug 09 20:50:56.774 INFO E| info: downloading component 'rustfmt'
28622024-08-09T20:50:58.241Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28632024-08-09T20:50:58.244Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28642024-08-09T20:50:58.422Z[ helios-setup] Aug 09 20:50:57.027 INFO E| info: installing component 'cargo'
28652024-08-09T20:50:58.632Z[ host-package] Compiling uzers v0.11.3
28662024-08-09T20:50:59.720Z[ helios-setup] Aug 09 20:50:58.441 INFO E| info: installing component 'clippy'
28672024-08-09T20:51:00.060Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28682024-08-09T20:51:00.178Z[ helios-setup] Aug 09 20:50:58.900 INFO E| info: installing component 'rust-docs'
28692024-08-09T20:51:01.777Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28702024-08-09T20:51:04.330Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28712024-08-09T20:51:07.128Z[ helios-setup] Aug 09 20:51:05.848 INFO E| info: installing component 'rust-src'
28722024-08-09T20:51:07.783Z[ helios-setup] Aug 09 20:51:06.504 INFO E| info: installing component 'rust-std'
28732024-08-09T20:51:10.357Z[ helios-setup] Aug 09 20:51:09.077 INFO E| info: installing component 'rustc'
28742024-08-09T20:51:16.866Z[ helios-setup] Aug 09 20:51:15.586 INFO E| info: installing component 'rustfmt'
28752024-08-09T20:51:17.864Z[ helios-setup] Aug 09 20:51:16.583 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28762024-08-09T20:51:18.993Z[ helios-setup] Aug 09 20:51:17.709 INFO E| From https://github.com/oxidecomputer/amd-apcb
28772024-08-09T20:51:18.993Z[ helios-setup] Aug 09 20:51:17.709 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
28782024-08-09T20:51:18.993Z[ helios-setup] Aug 09 20:51:17.710 INFO E| * [new tag] v0.3.3 -> v0.3.3
28792024-08-09T20:51:19.025Z[ helios-setup] Aug 09 20:51:17.744 INFO E| * [new tag] v0.1.3 -> v0.1.3
28802024-08-09T20:51:19.028Z[ helios-setup] Aug 09 20:51:17.745 INFO E| * [new tag] v0.1.4 -> v0.1.4
28812024-08-09T20:51:19.028Z[ helios-setup] Aug 09 20:51:17.745 INFO E| * [new tag] v0.1.5 -> v0.1.5
28822024-08-09T20:51:19.028Z[ helios-setup] Aug 09 20:51:17.745 INFO E| * [new tag] v0.2.0 -> v0.2.0
28832024-08-09T20:51:19.028Z[ helios-setup] Aug 09 20:51:17.745 INFO E| * [new tag] v0.3.0 -> v0.3.0
28842024-08-09T20:51:19.028Z[ helios-setup] Aug 09 20:51:17.746 INFO E| * [new tag] v0.3.1 -> v0.3.1
28852024-08-09T20:51:19.028Z[ helios-setup] Aug 09 20:51:17.746 INFO E| * [new tag] v0.3.2 -> v0.3.2
28862024-08-09T20:51:19.064Z[ helios-setup] Aug 09 20:51:17.784 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
28872024-08-09T20:51:20.030Z[ helios-setup] Aug 09 20:51:18.749 INFO E| From https://github.com/oxidecomputer/amd-efs
28882024-08-09T20:51:20.030Z[ helios-setup] Aug 09 20:51:18.749 INFO E| * [new branch] empty -> origin/empty
28892024-08-09T20:51:20.034Z[ helios-setup] Aug 09 20:51:18.750 INFO E| * [new branch] issue-99 -> origin/issue-99
28902024-08-09T20:51:20.034Z[ helios-setup] Aug 09 20:51:18.750 INFO E| * [new branch] main -> origin/main
28912024-08-09T20:51:20.034Z[ helios-setup] Aug 09 20:51:18.751 INFO E| * [new branch] review -> origin/review
28922024-08-09T20:51:20.034Z[ helios-setup] Aug 09 20:51:18.751 INFO E| * [new ref] -> origin/HEAD
28932024-08-09T20:51:20.034Z[ helios-setup] Aug 09 20:51:18.751 INFO E| * [new tag] v0.2.0 -> v0.2.0
28942024-08-09T20:51:20.034Z[ helios-setup] Aug 09 20:51:18.752 INFO E| * [new tag] v0.2.1 -> v0.2.1
28952024-08-09T20:51:20.034Z[ helios-setup] Aug 09 20:51:18.752 INFO E| * [new tag] v0.2.2 -> v0.2.2
28962024-08-09T20:51:20.034Z[ helios-setup] Aug 09 20:51:18.752 INFO E| * [new tag] v0.2.3 -> v0.2.3
28972024-08-09T20:51:20.034Z[ helios-setup] Aug 09 20:51:18.752 INFO E| * [new tag] v0.2.4 -> v0.2.4
28982024-08-09T20:51:20.034Z[ helios-setup] Aug 09 20:51:18.753 INFO E| * [new tag] v0.2.5 -> v0.2.5
28992024-08-09T20:51:20.034Z[ helios-setup] Aug 09 20:51:18.753 INFO E| * [new tag] v0.2.6 -> v0.2.6
29002024-08-09T20:51:20.037Z[ helios-setup] Aug 09 20:51:18.753 INFO E| * [new tag] v0.2.7 -> v0.2.7
29012024-08-09T20:51:20.037Z[ helios-setup] Aug 09 20:51:18.753 INFO E| * [new tag] v0.3.0 -> v0.3.0
29022024-08-09T20:51:20.037Z[ helios-setup] Aug 09 20:51:18.754 INFO E| * [new tag] v0.3.1 -> v0.3.1
29032024-08-09T20:51:20.037Z[ helios-setup] Aug 09 20:51:18.754 INFO E| * [new tag] v0.4.0 -> v0.4.0
29042024-08-09T20:51:20.096Z[ helios-setup] Aug 09 20:51:18.815 INFO E| Updating crates.io index
29052024-08-09T20:51:20.446Z[ helios-setup] Aug 09 20:51:19.165 INFO E| Downloading crates ...
29062024-08-09T20:51:20.616Z[ helios-setup] Aug 09 20:51:19.335 INFO E| Downloaded strum v0.23.0
29072024-08-09T20:51:20.619Z[ helios-setup] Aug 09 20:51:19.337 INFO E| Downloaded proc-macro-crate v0.1.5
29082024-08-09T20:51:20.621Z[ helios-setup] Aug 09 20:51:19.338 INFO E| Downloaded pest_generator v2.7.11
29092024-08-09T20:51:20.621Z[ helios-setup] Aug 09 20:51:19.341 INFO E| Downloaded parse_int v0.6.0
29102024-08-09T20:51:20.624Z[ helios-setup] Aug 09 20:51:19.342 INFO E| Downloaded scroll_derive v0.10.5
29112024-08-09T20:51:20.624Z[ helios-setup] Aug 09 20:51:19.343 INFO E| Downloaded modular-bitfield-impl v0.11.2
29122024-08-09T20:51:20.627Z[ helios-setup] Aug 09 20:51:19.345 INFO E| Downloaded memoffset v0.5.6
29132024-08-09T20:51:20.631Z[ helios-setup] Aug 09 20:51:19.347 INFO E| Downloaded semver v0.9.0
29142024-08-09T20:51:20.632Z[ helios-setup] Aug 09 20:51:19.349 INFO E| Downloaded log v0.4.22
29152024-08-09T20:51:20.635Z[ helios-setup] Aug 09 20:51:19.353 INFO E| Downloaded bytesize v1.3.0
29162024-08-09T20:51:20.638Z[ helios-setup] Aug 09 20:51:19.355 INFO E| Downloaded vec_map v0.8.2
29172024-08-09T20:51:20.638Z[ helios-setup] Aug 09 20:51:19.357 INFO E| Downloaded rustc_version v0.2.3
29182024-08-09T20:51:20.641Z[ helios-setup] Aug 09 20:51:19.358 INFO E| Downloaded strsim v0.8.0
29192024-08-09T20:51:20.641Z[ helios-setup] Aug 09 20:51:19.360 INFO E| Downloaded fletcher v0.1.0
29202024-08-09T20:51:20.644Z[ helios-setup] Aug 09 20:51:19.361 INFO E| Downloaded cfg-if v0.1.10
29212024-08-09T20:51:20.644Z[ helios-setup] Aug 09 20:51:19.363 INFO E| Downloaded num-derive v0.3.3
29222024-08-09T20:51:20.647Z[ helios-setup] Aug 09 20:51:19.365 INFO E| Downloaded textwrap v0.11.0
29232024-08-09T20:51:20.649Z[ helios-setup] Aug 09 20:51:19.368 INFO E| Downloaded four-cc v0.3.0
29242024-08-09T20:51:20.652Z[ helios-setup] Aug 09 20:51:19.370 INFO E| Downloaded scroll v0.10.2
29252024-08-09T20:51:20.655Z[ helios-setup] Aug 09 20:51:19.373 INFO E| Downloaded pre v0.2.1
29262024-08-09T20:51:20.658Z[ helios-setup] Aug 09 20:51:19.374 INFO E| Downloaded pre-proc-macro v0.2.1
29272024-08-09T20:51:20.660Z[ helios-setup] Aug 09 20:51:19.377 INFO E| Downloaded pest_derive v2.7.11
29282024-08-09T20:51:20.663Z[ helios-setup] Aug 09 20:51:19.381 INFO E| Downloaded structopt-derive v0.4.18
29292024-08-09T20:51:20.666Z[ helios-setup] Aug 09 20:51:19.383 INFO E| Downloaded pest_meta v2.7.11
29302024-08-09T20:51:20.669Z[ helios-setup] Aug 09 20:51:19.386 INFO E| Downloaded strum_macros v0.23.1
29312024-08-09T20:51:20.672Z[ helios-setup] Aug 09 20:51:19.390 INFO E| Downloaded semver-parser v0.7.0
29322024-08-09T20:51:20.672Z[ helios-setup] Aug 09 20:51:19.391 INFO E| Downloaded structopt v0.3.26
29332024-08-09T20:51:20.684Z[ helios-setup] Aug 09 20:51:19.403 INFO E| Downloaded modular-bitfield v0.11.2
29342024-08-09T20:51:20.706Z[ helios-setup] Aug 09 20:51:19.426 INFO E| Downloaded serde_json v1.0.120
29352024-08-09T20:51:20.718Z[ helios-setup] Aug 09 20:51:19.437 INFO E| Downloaded clap v2.34.0
29362024-08-09T20:51:20.728Z[ helios-setup] Aug 09 20:51:19.447 INFO E| Downloaded syn v2.0.71
29372024-08-09T20:51:20.746Z[ helios-setup] Aug 09 20:51:19.465 INFO E| Downloaded pest v2.7.11
29382024-08-09T20:51:20.753Z[ helios-setup] Aug 09 20:51:19.472 INFO E| Downloaded memchr v2.7.4
29392024-08-09T20:51:20.827Z[ helios-setup] Aug 09 20:51:19.546 INFO E| Downloaded goblin v0.4.3
29402024-08-09T20:51:20.835Z[ helios-setup] Aug 09 20:51:19.554 INFO E| Downloaded ansi_term v0.12.1
29412024-08-09T20:51:20.929Z[ helios-setup] Aug 09 20:51:19.648 INFO E| Compiling proc-macro2 v1.0.86
29422024-08-09T20:51:20.929Z[ helios-setup] Aug 09 20:51:19.648 INFO E| Compiling unicode-ident v1.0.12
29432024-08-09T20:51:20.937Z[ helios-setup] Aug 09 20:51:19.648 INFO E| Compiling syn v1.0.109
29442024-08-09T20:51:20.937Z[ helios-setup] Aug 09 20:51:19.649 INFO E| Compiling version_check v0.9.4
29452024-08-09T20:51:20.937Z[ helios-setup] Aug 09 20:51:19.649 INFO E| Compiling autocfg v1.3.0
29462024-08-09T20:51:20.938Z[ helios-setup] Aug 09 20:51:19.649 INFO E| Compiling thiserror v1.0.63
29472024-08-09T20:51:20.938Z[ helios-setup] Aug 09 20:51:19.649 INFO E| Compiling semver-parser v0.7.0
29482024-08-09T20:51:20.938Z[ helios-setup] Aug 09 20:51:19.649 INFO E| Compiling serde v1.0.204
29492024-08-09T20:51:22.132Z[ helios-setup] Aug 09 20:51:20.851 INFO E| Compiling semver v0.9.0
29502024-08-09T20:51:22.390Z[ helios-setup] Aug 09 20:51:21.109 INFO E| Compiling serde_json v1.0.120
29512024-08-09T20:51:22.418Z[ helios-setup] Aug 09 20:51:21.137 INFO E| Compiling proc-macro-error-attr v1.0.4
29522024-08-09T20:51:22.654Z[ helios-setup] Aug 09 20:51:21.371 INFO E| Compiling proc-macro-error v1.0.4
29532024-08-09T20:51:22.752Z[ helios-setup] Aug 09 20:51:21.471 INFO E| Compiling num-traits v0.2.19
29542024-08-09T20:51:23.011Z[ helios-setup] Aug 09 20:51:21.730 INFO E| Compiling rustc_version v0.2.3
29552024-08-09T20:51:23.222Z[ helios-setup] Aug 09 20:51:21.941 INFO E| Compiling ryu v1.0.18
29562024-08-09T20:51:23.463Z[ helios-setup] Aug 09 20:51:22.182 INFO E| Compiling unicode-segmentation v1.11.0
29572024-08-09T20:51:23.529Z[ helios-setup] Aug 09 20:51:22.248 INFO E| Compiling schemars v0.8.21
29582024-08-09T20:51:23.568Z[ helios-setup] Aug 09 20:51:22.286 INFO E| Compiling itoa v1.0.11
29592024-08-09T20:51:23.657Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29602024-08-09T20:51:24.026Z[ helios-setup] Aug 09 20:51:22.744 INFO E| Compiling memoffset v0.5.6
29612024-08-09T20:51:24.166Z[ helios-setup] Aug 09 20:51:22.883 INFO E| Compiling quote v1.0.36
29622024-08-09T20:51:24.169Z[ helios-setup] Aug 09 20:51:22.884 INFO E| Compiling pre-proc-macro v0.2.1
29632024-08-09T20:51:24.176Z[ helios-setup] Aug 09 20:51:22.895 INFO E| Compiling lazy_static v1.5.0
29642024-08-09T20:51:24.416Z[ helios-setup] Aug 09 20:51:23.135 INFO E| Compiling paste v1.0.15
29652024-08-09T20:51:24.592Z[ helios-setup] Aug 09 20:51:23.310 INFO E| Compiling rustversion v1.0.17
29662024-08-09T20:51:24.761Z[ helios-setup] Aug 09 20:51:23.479 INFO E| Compiling heck v0.3.3
29672024-08-09T20:51:25.158Z[ helios-setup] Aug 09 20:51:23.877 INFO E| Compiling syn v2.0.71
29682024-08-09T20:51:25.365Z[ helios-setup] Aug 09 20:51:24.084 INFO E| Compiling libc v0.2.155
29692024-08-09T20:51:25.563Z[ helios-setup] Aug 09 20:51:24.281 INFO E| Compiling dyn-clone v1.0.17
29702024-08-09T20:51:25.754Z[ helios-setup] Aug 09 20:51:24.472 INFO E| Compiling memchr v2.7.4
29712024-08-09T20:51:25.966Z[ helios-setup] Aug 09 20:51:24.678 INFO E| Compiling ucd-trie v0.1.6
29722024-08-09T20:51:26.837Z[ helios-setup] Aug 09 20:51:25.555 INFO E| Compiling pre v0.2.1
29732024-08-09T20:51:27.284Z[ helios-setup] Aug 09 20:51:26.003 INFO E| Compiling cfg-if v0.1.10
29742024-08-09T20:51:27.587Z[ helios-setup] Aug 09 20:51:26.305 INFO E| Compiling byteorder v1.5.0
29752024-08-09T20:51:27.748Z[ helios-setup] Aug 09 20:51:26.466 INFO E| Compiling once_cell v1.19.0
29762024-08-09T20:51:27.990Z[ helios-setup] Aug 09 20:51:26.708 INFO E| Compiling static_assertions v1.1.0
29772024-08-09T20:51:29.725Z[ helios-setup] Aug 09 20:51:28.443 INFO E| Compiling unicode-width v0.1.13
29782024-08-09T20:51:30.072Z[ helios-setup] Aug 09 20:51:28.789 INFO E| Compiling textwrap v0.11.0
29792024-08-09T20:51:30.201Z[ helios-setup] Aug 09 20:51:28.919 INFO E| Compiling atty v0.2.14
29802024-08-09T20:51:30.567Z[ helios-setup] Aug 09 20:51:29.285 INFO E| Compiling strsim v0.8.0
29812024-08-09T20:51:30.941Z[ helios-setup] Aug 09 20:51:29.659 INFO E| Compiling bitflags v1.3.2
29822024-08-09T20:51:31.090Z[ helios-setup] Aug 09 20:51:29.808 INFO E| Compiling parse_int v0.6.0
29832024-08-09T20:51:31.283Z[ helios-setup] Aug 09 20:51:30.001 INFO E| Compiling ansi_term v0.12.1
29842024-08-09T20:51:31.336Z[ helios-setup] Aug 09 20:51:30.054 INFO E| Compiling fletcher v0.1.0
29852024-08-09T20:51:31.442Z[ helios-setup] Aug 09 20:51:30.160 INFO E| Compiling strum v0.23.0
29862024-08-09T20:51:31.726Z[ helios-setup] Aug 09 20:51:30.444 INFO E| Compiling vec_map v0.8.2
29872024-08-09T20:51:31.745Z[ helios-setup] Aug 09 20:51:30.463 INFO E| Compiling log v0.4.22
29882024-08-09T20:51:31.856Z[ helios-setup] Aug 09 20:51:30.573 INFO E| Compiling plain v0.2.3
29892024-08-09T20:51:32.048Z[ helios-setup] Aug 09 20:51:30.766 INFO E| Compiling bytesize v1.3.0
29902024-08-09T20:51:32.286Z[ helios-setup] Aug 09 20:51:31.004 INFO E| Compiling clap v2.34.0
29912024-08-09T20:51:34.257Z[ helios-setup] Aug 09 20:51:32.975 INFO E| Compiling serde_derive_internals v0.29.1
29922024-08-09T20:51:35.740Z[ helios-setup] Aug 09 20:51:34.457 INFO E| Compiling toml v0.5.11
29932024-08-09T20:51:39.319Z[ helios-setup] Aug 09 20:51:38.035 INFO E| Compiling proc-macro-crate v0.1.5
29942024-08-09T20:51:41.202Z[ host-package] Compiling multimap v0.10.0
29952024-08-09T20:51:41.225Z[ helios-setup] Aug 09 20:51:39.942 INFO E| Compiling thiserror-impl v1.0.63
29962024-08-09T20:51:41.307Z[ helios-setup] Aug 09 20:51:40.023 INFO E| Compiling serde_derive v1.0.204
29972024-08-09T20:51:41.461Z[ helios-setup] Aug 09 20:51:40.177 INFO E| Compiling schemars_derive v0.8.21
29982024-08-09T20:51:42.197Z[ helios-setup] Aug 09 20:51:40.913 INFO E| Compiling zerocopy-derive v0.6.6
29992024-08-09T20:51:45.732Z[ helios-setup] Aug 09 20:51:44.448 INFO E| Compiling zerocopy v0.6.6
30002024-08-09T20:51:46.182Z[ helios-setup] Aug 09 20:51:44.898 INFO E| Compiling modular-bitfield-impl v0.11.2
30012024-08-09T20:51:46.815Z[ helios-setup] Aug 09 20:51:45.531 INFO E| Compiling pest v2.7.11
30022024-08-09T20:51:47.300Z[ helios-setup] Aug 09 20:51:46.016 INFO E| Compiling num-derive v0.3.3
30032024-08-09T20:51:47.408Z[ helios-setup] Aug 09 20:51:46.123 INFO E| Compiling strum_macros v0.23.1
30042024-08-09T20:51:48.271Z[ helios-setup] Aug 09 20:51:46.987 INFO E| Compiling scroll_derive v0.10.5
30052024-08-09T20:51:50.929Z[ helios-setup] Aug 09 20:51:49.644 INFO E| Compiling structopt-derive v0.4.18
30062024-08-09T20:51:51.611Z[ helios-setup] Aug 09 20:51:50.326 INFO E| Compiling modular-bitfield v0.11.2
30072024-08-09T20:51:52.009Z[ helios-setup] Aug 09 20:51:50.724 INFO E| Compiling pest_meta v2.7.11
30082024-08-09T20:51:52.258Z[ helios-setup] Aug 09 20:51:50.973 INFO E| Compiling scroll v0.10.2
30092024-08-09T20:51:53.234Z[ helios-setup] Aug 09 20:51:51.950 INFO E| Compiling goblin v0.4.3
30102024-08-09T20:51:54.853Z[ helios-setup] Aug 09 20:51:53.568 INFO E| Compiling pest_generator v2.7.11
30112024-08-09T20:51:56.980Z[ helios-setup] Aug 09 20:51:55.694 INFO E| Compiling structopt v0.3.26
30122024-08-09T20:51:59.821Z[ helios-setup] Aug 09 20:51:58.535 INFO E| Compiling pest_derive v2.7.11
30132024-08-09T20:52:04.561Z[ helios-setup] Aug 09 20:52:03.275 INFO E| Compiling json5 v0.4.1
30142024-08-09T20:52:10.060Z[ helios-setup] Aug 09 20:52:08.773 INFO E| Compiling four-cc v0.3.0
30152024-08-09T20:52:10.060Z[ helios-setup] Aug 09 20:52:08.773 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30162024-08-09T20:52:10.401Z[ helios-setup] Aug 09 20:52:09.114 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
30172024-08-09T20:52:54.259Z[ helios-setup] Aug 09 20:52:52.966 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
30182024-08-09T20:53:11.343Z[ helios-setup] Aug 09 20:53:10.048 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30192024-08-09T20:53:47.797Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30202024-08-09T20:53:52.506Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212024-08-09T20:54:04.598Z[ helios-setup] Aug 09 20:54:03.296 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 46s
30222024-08-09T20:54:04.635Z[ helios-setup] Aug 09 20:54:03.333 INFO building project "amd-host-image-builder" ok (197 seconds)
30232024-08-09T20:54:04.639Z[ helios-setup] rm -f helios-build
30242024-08-09T20:54:04.642Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30252024-08-09T20:54:04.645Z[ helios-setup]
30262024-08-09T20:54:04.647Z[ helios-setup] Setup complete! ./helios-build is now available.
30272024-08-09T20:54:04.650Z[ helios-setup]
30282024-08-09T20:54:04.653Z[ helios-setup]
30292024-08-09T20:54:04.653ZAug 09 20:54:03.349 INFO [helios-setup] process exited with exit status: 0 (752.55111777s)
30302024-08-09T20:54:04.653Z[ helios-setup] real 12:32.545156338
30312024-08-09T20:54:04.653Z[ helios-setup] user 29:41.131319539
30322024-08-09T20:54:04.653Z[ helios-setup] sys 3:34.761825718
30332024-08-09T20:54:04.653Z[ helios-setup] trap 1.719212577
30342024-08-09T20:54:04.653Z[ helios-setup] tflt 5.989539518
30352024-08-09T20:54:04.654Z[ helios-setup] dflt 40.045722584
30362024-08-09T20:54:04.654Z[ helios-setup] kflt 0.014637551
30372024-08-09T20:54:04.654Z[ helios-setup] lock 2:05:31.142288743
30382024-08-09T20:54:04.654Z[ helios-setup] slp 3:48:55.253155870
30392024-08-09T20:54:04.654Z[ helios-setup] lat 33:48.645326410
30402024-08-09T20:54:04.654Z[ helios-setup] stop 4:52.096671282
30412024-08-09T20:54:04.654ZAug 09 20:54:03.350 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30422024-08-09T20:54:04.673Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30432024-08-09T20:54:04.868Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30442024-08-09T20:54:04.868Z[ phbl-toolchain] info: downloading component 'cargo'
30452024-08-09T20:54:06.178Z[ phbl-toolchain] info: downloading component 'clippy'
30462024-08-09T20:54:06.386Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30472024-08-09T20:54:10.735Z[ phbl-toolchain] info: downloading component 'miri'
30482024-08-09T20:54:11.237Z[ phbl-toolchain] info: downloading component 'rust-docs'
30492024-08-09T20:54:12.581Z[ phbl-toolchain] info: downloading component 'rust-src'
30502024-08-09T20:54:13.239Z[ phbl-toolchain] info: downloading component 'rust-std'
30512024-08-09T20:54:15.652Z[ phbl-toolchain] info: downloading component 'rustc'
30522024-08-09T20:54:22.038Z[ phbl-toolchain] info: downloading component 'rustfmt'
30532024-08-09T20:54:22.285Z[ phbl-toolchain] info: installing component 'cargo'
30542024-08-09T20:54:23.664Z[ phbl-toolchain] info: installing component 'clippy'
30552024-08-09T20:54:24.150Z[ phbl-toolchain] info: installing component 'llvm-tools'
30562024-08-09T20:54:29.652Z[ phbl-toolchain] info: installing component 'miri'
30572024-08-09T20:54:30.052Z[ phbl-toolchain] info: installing component 'rust-docs'
30582024-08-09T20:54:36.263Z[ phbl-toolchain] info: installing component 'rust-src'
30592024-08-09T20:54:36.970Z[ phbl-toolchain] info: installing component 'rust-std'
30602024-08-09T20:54:39.288Z[ phbl-toolchain] info: installing component 'rustc'
30612024-08-09T20:54:45.420Z[ phbl-toolchain] info: installing component 'rustfmt'
30622024-08-09T20:54:46.300Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30632024-08-09T20:54:46.303ZAug 09 20:54:44.996 INFO [phbl-toolchain] process exited with exit status: 0 (41.645453808s)
30642024-08-09T21:01:09.744Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 50s
30652024-08-09T21:02:01.410ZAug 09 21:02:00.048 INFO [host-package] process exited with exit status: 0 (1182.537669755s)
30662024-08-09T21:02:01.413ZAug 09 21:02:00.049 INFO [host-stamp] running task
30672024-08-09T21:02:01.413ZAug 09 21:02:00.049 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
30682024-08-09T21:02:01.417ZAug 09 21:02:00.055 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+git38348069b75
30692024-08-09T21:02:01.424ZAug 09 21:02:00.063 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+git38348069b75
30702024-08-09T21:02:01.431Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
30712024-08-09T21:02:01.433ZAug 09 21:02:00.070 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+git38348069b75
30722024-08-09T21:02:01.438Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
30732024-08-09T21:02:01.438Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
30742024-08-09T21:02:01.440ZAug 09 21:02:00.079 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+git38348069b75
30752024-08-09T21:02:01.446Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
30762024-08-09T21:02:01.449ZAug 09 21:02:00.087 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+git38348069b75
30772024-08-09T21:02:01.454Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
30782024-08-09T21:02:01.457ZAug 09 21:02:00.096 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+git38348069b75
30792024-08-09T21:02:01.463Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
30802024-08-09T21:02:01.466ZAug 09 21:02:00.105 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+git38348069b75
30812024-08-09T21:02:01.474Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30822024-08-09T21:02:01.474Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
30832024-08-09T21:02:01.477ZAug 09 21:02:00.116 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+git38348069b75
30842024-08-09T21:02:01.485Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
30852024-08-09T21:02:01.489Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
30862024-08-09T21:02:01.489ZAug 09 21:02:00.127 INFO [stamp-overlay] process exited with exit status: 0 (71.415304ms)
30872024-08-09T21:02:01.492ZAug 09 21:02:00.127 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (31.542906ms)
30882024-08-09T21:02:01.492ZAug 09 21:02:00.127 INFO [stamp-oxlog] process exited with exit status: 0 (48.59323ms)
30892024-08-09T21:02:01.492Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30902024-08-09T21:02:01.499Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
30912024-08-09T21:02:01.561Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
30922024-08-09T21:02:01.566ZAug 09 21:02:00.204 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (116.851658ms)
30932024-08-09T21:02:01.690Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
30942024-08-09T21:02:01.694ZAug 09 21:02:00.333 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (227.569871ms)
30952024-08-09T21:02:01.784Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
30962024-08-09T21:02:01.787ZAug 09 21:02:00.426 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (362.989722ms)
30972024-08-09T21:02:02.697Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
30982024-08-09T21:02:02.701ZAug 09 21:02:01.340 INFO [stamp-propolis-server] process exited with exit status: 0 (1.269479494s)
30992024-08-09T21:02:02.787Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31002024-08-09T21:02:05.292Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31012024-08-09T21:02:11.695Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31022024-08-09T21:02:11.697ZAug 09 21:02:10.335 INFO [stamp-switch-asic] process exited with exit status: 0 (10.218942363s)
31032024-08-09T21:02:11.700ZAug 09 21:02:10.335 INFO [host-stamp] task succeeded (10.286495916s)
31042024-08-09T21:02:11.700ZAug 09 21:02:10.335 INFO [host-proto] running task
31052024-08-09T21:02:12.095ZAug 09 21:02:10.732 INFO [host-proto] task succeeded (396.60195ms)
31062024-08-09T21:02:12.095ZAug 09 21:02:10.732 INFO [host-profile] running task
31072024-08-09T21:02:12.099ZAug 09 21:02:10.732 INFO [host-profile] task succeeded (349.003µs)
31082024-08-09T21:02:12.099ZAug 09 21:02:10.733 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpsrWQsK/proto/host/root -N 'ci 3834806/${os_short_commit} 2024-08-09 20:41' -s host -B
31092024-08-09T21:02:12.115Z[ host-image] Aug 09 21:02:10.752 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31102024-08-09T21:02:12.115Z[ host-image] Aug 09 21:02:10.752 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31112024-08-09T21:02:12.134Z[ host-image] Aug 09 21:02:10.771 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpsrWQsK/proto/host/root"
31122024-08-09T21:02:12.134Z[ host-image] Aug 09 21:02:10.771 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31132024-08-09T21:02:12.136Z[ host-image] Aug 09 21:02:10.771 INFO image builder template: ramdisk-01-os...
31142024-08-09T21:02:12.137Z[ host-image] Aug 09 21:02:10.771 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/.tmpsrWQsK/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31152024-08-09T21:02:12.161Z[ host-image] Aug 09 21:02:10.798 INFO O| Aug 09 21:02:10.798 INFO CREATE DATASET: rpool/images/build/host/output
31162024-08-09T21:02:12.325Z[ host-image] Aug 09 21:02:10.962 INFO O| Aug 09 21:02:10.962 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31172024-08-09T21:02:12.332Z[ host-image] Aug 09 21:02:10.969 INFO O| Aug 09 21:02:10.969 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31182024-08-09T21:02:12.557Z[ host-image] Aug 09 21:02:11.192 INFO O| Aug 09 21:02:11.192 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31192024-08-09T21:02:12.645Z[ host-image] Aug 09 21:02:11.282 INFO O| Aug 09 21:02:11.282 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31202024-08-09T21:02:12.648Z[ host-image] Aug 09 21:02:11.282 INFO O| Aug 09 21:02:11.282 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31212024-08-09T21:02:12.648Z[ host-image] Aug 09 21:02:11.282 INFO O| Aug 09 21:02:11.282 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31222024-08-09T21:02:12.648Z[ host-image] Aug 09 21:02:11.282 INFO O| Aug 09 21:02:11.282 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31232024-08-09T21:02:12.658Z[ host-image] Aug 09 21:02:11.296 INFO O| Aug 09 21:02:11.295 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31242024-08-09T21:02:12.837Z[ host-image] Aug 09 21:02:11.474 INFO O| Aug 09 21:02:11.474 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31252024-08-09T21:02:12.850Z[ host-image] Aug 09 21:02:11.487 INFO O| Aug 09 21:02:11.487 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31262024-08-09T21:02:13.272Z[ host-image] Aug 09 21:02:11.909 INFO O| Aug 09 21:02:11.909 INFO O| Caching catalogs ... Done
31272024-08-09T21:02:13.377Z[ host-image] Aug 09 21:02:12.014 INFO O| Aug 09 21:02:12.014 INFO STEP 0 (pkg_image_create) COMPLETE
31282024-08-09T21:02:13.377Z[ host-image] Aug 09 21:02:12.014 INFO O| Aug 09 21:02:12.014 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31292024-08-09T21:02:13.380Z[ host-image] Aug 09 21:02:12.014 INFO O| Aug 09 21:02:12.014 INFO skip step because feature "repo_redist" is not enabled
31302024-08-09T21:02:13.380Z[ host-image] Aug 09 21:02:12.014 INFO O| Aug 09 21:02:12.014 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31312024-08-09T21:02:13.395Z[ host-image] Aug 09 21:02:12.032 INFO O| Aug 09 21:02:12.032 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"]
31322024-08-09T21:02:14.000Z[ host-image] Aug 09 21:02:12.637 INFO O| Aug 09 21:02:12.637 INFO STEP 2 (pkg_set_publisher) COMPLETE
31332024-08-09T21:02:14.003Z[ host-image] Aug 09 21:02:12.637 INFO O| Aug 09 21:02:12.637 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31342024-08-09T21:02:14.021Z[ host-image] Aug 09 21:02:12.657 INFO O| Aug 09 21:02:12.657 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"]
31352024-08-09T21:02:14.680Z[ host-image] Aug 09 21:02:13.317 INFO O| Aug 09 21:02:13.316 INFO STEP 3 (pkg_set_publisher) COMPLETE
31362024-08-09T21:02:14.680Z[ host-image] Aug 09 21:02:13.317 INFO O| Aug 09 21:02:13.317 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31372024-08-09T21:02:14.683Z[ host-image] Aug 09 21:02:13.317 INFO O| Aug 09 21:02:13.317 INFO skip step because feature "repo_redist" is not enabled
31382024-08-09T21:02:14.683Z[ host-image] Aug 09 21:02:13.317 INFO O| Aug 09 21:02:13.317 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31392024-08-09T21:02:15.268Z[ host-image] Aug 09 21:02:13.905 INFO O| Aug 09 21:02:13.904 INFO variant opensolaris.zone is already global
31402024-08-09T21:02:15.268Z[ host-image] Aug 09 21:02:13.905 INFO O| Aug 09 21:02:13.905 INFO STEP 5 (pkg_change_variant) COMPLETE
31412024-08-09T21:02:15.268Z[ host-image] Aug 09 21:02:13.905 INFO O| Aug 09 21:02:13.905 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31422024-08-09T21:02:15.843Z[ host-image] Aug 09 21:02:14.480 INFO O| Aug 09 21:02:14.480 INFO variant opensolaris.imagetype is full; changing to partial
31432024-08-09T21:02:15.843Z[ host-image] Aug 09 21:02:14.480 INFO O| Aug 09 21:02:14.480 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31442024-08-09T21:02:21.543Z[ host-image] Aug 09 21:02:20.179 INFO O| Aug 09 21:02:20.178 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31452024-08-09T21:02:23.791Z[ host-image] Aug 09 21:02:22.427 INFO O| Aug 09 21:02:22.427 INFO O| Startup: Caching catalogs ... Done
31462024-08-09T21:02:23.840Z[ host-image] Aug 09 21:02:22.476 INFO O| Aug 09 21:02:22.476 INFO O| Planning: Planning completed in 0.00 seconds
31472024-08-09T21:02:23.843Z[ host-image] Aug 09 21:02:22.476 INFO O| Aug 09 21:02:22.476 INFO O| Planning: Consolidating action changes ... Done
31482024-08-09T21:02:23.843Z[ host-image] Aug 09 21:02:22.476 INFO O| Aug 09 21:02:22.476 INFO O| Planning: Evaluating mediators ... Done
31492024-08-09T21:02:23.843Z[ host-image] Aug 09 21:02:22.477 INFO O| Aug 09 21:02:22.477 INFO O| Planning: Planning completed in 0.00 seconds
31502024-08-09T21:02:23.843Z[ host-image] Aug 09 21:02:22.478 INFO O| Aug 09 21:02:22.478 INFO O| Variants/Facets to change: 1
31512024-08-09T21:02:23.857Z[ host-image] Aug 09 21:02:22.493 INFO O| Aug 09 21:02:22.493 INFO O| Done
31522024-08-09T21:02:23.857Z[ host-image] Aug 09 21:02:22.493 INFO O| Aug 09 21:02:22.493 INFO O| Done
31532024-08-09T21:02:24.206Z[ host-image] Aug 09 21:02:22.842 INFO O| Aug 09 21:02:22.841 INFO O| Done
31542024-08-09T21:02:24.236Z[ host-image] Aug 09 21:02:22.872 INFO O| Aug 09 21:02:22.872 INFO O| Done
31552024-08-09T21:02:24.239Z[ host-image] Aug 09 21:02:22.873 INFO O| Aug 09 21:02:22.873 INFO O| Done
31562024-08-09T21:02:24.239Z[ host-image] Aug 09 21:02:22.873 INFO O| Aug 09 21:02:22.873 INFO O| Done
31572024-08-09T21:02:24.239Z[ host-image] Aug 09 21:02:22.874 INFO O| Aug 09 21:02:22.874 INFO O| Done
31582024-08-09T21:02:24.569Z[ host-image] Aug 09 21:02:23.205 INFO O| Aug 09 21:02:23.205 INFO STEP 6 (pkg_change_variant) COMPLETE
31592024-08-09T21:02:24.569Z[ host-image] Aug 09 21:02:23.205 INFO O| Aug 09 21:02:23.205 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31602024-08-09T21:02:24.572Z[ host-image] Aug 09 21:02:23.205 INFO O| Aug 09 21:02:23.205 INFO skip step because feature "debug_variant" is not enabled
31612024-08-09T21:02:24.572Z[ host-image] Aug 09 21:02:23.205 INFO O| Aug 09 21:02:23.205 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31622024-08-09T21:02:24.952Z[ host-image] Aug 09 21:02:23.587 INFO O| Aug 09 21:02:23.587 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
31632024-08-09T21:02:25.045Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.39s
31642024-08-09T21:02:25.380Z[ host-image] Aug 09 21:02:24.015 INFO O| Aug 09 21:02:24.015 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31652024-08-09T21:02:25.383Z[ host-image] Aug 09 21:02:24.016 INFO O| Aug 09 21:02:24.016 INFO O| Planning: Planning completed in 0.00 seconds
31662024-08-09T21:02:25.383Z[ host-image] Aug 09 21:02:24.017 INFO O| Aug 09 21:02:24.017 INFO O| Planning: Consolidating action changes ... Done
31672024-08-09T21:02:25.384Z[ host-image] Aug 09 21:02:24.017 INFO O| Aug 09 21:02:24.017 INFO O| Planning: Evaluating mediators ... Done
31682024-08-09T21:02:25.384Z[ host-image] Aug 09 21:02:24.017 INFO O| Aug 09 21:02:24.017 INFO O| Planning: Planning completed in 0.00 seconds
31692024-08-09T21:02:25.384Z[ host-image] Aug 09 21:02:24.017 INFO O| Aug 09 21:02:24.017 INFO O| Variants/Facets to change: 1
31702024-08-09T21:02:25.397Z[ host-image] Aug 09 21:02:24.032 INFO O| Aug 09 21:02:24.032 INFO O| Done
31712024-08-09T21:02:25.397Z[ host-image] Aug 09 21:02:24.032 INFO O| Aug 09 21:02:24.032 INFO O| Done
31722024-08-09T21:02:25.661Z[ host-image] Aug 09 21:02:24.296 INFO O| Aug 09 21:02:24.296 INFO O| Done
31732024-08-09T21:02:25.701Z[ host-image] Aug 09 21:02:24.335 INFO O| Aug 09 21:02:24.335 INFO O| Done
31742024-08-09T21:02:25.705Z[ host-image] Aug 09 21:02:24.336 INFO O| Aug 09 21:02:24.336 INFO O| Done
31752024-08-09T21:02:25.705Z[ host-image] Aug 09 21:02:24.336 INFO O| Aug 09 21:02:24.336 INFO O| Done
31762024-08-09T21:02:25.705Z[ host-image] Aug 09 21:02:24.337 INFO O| Aug 09 21:02:24.337 INFO O| Done
31772024-08-09T21:02:25.759Z[ host-image] Aug 09 21:02:24.394 INFO O| Aug 09 21:02:24.394 INFO STEP 8 (pkg_change_facet) COMPLETE
31782024-08-09T21:02:25.759Z[ host-image] Aug 09 21:02:24.394 INFO O| Aug 09 21:02:24.394 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31792024-08-09T21:02:25.762Z[ host-image] Aug 09 21:02:24.394 INFO O| Aug 09 21:02:24.394 INFO skip step because feature "recovery" is not enabled
31802024-08-09T21:02:25.762Z[ host-image] Aug 09 21:02:24.395 INFO O| Aug 09 21:02:24.394 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31812024-08-09T21:02:25.762Z[ host-image] Aug 09 21:02:24.395 INFO O| Aug 09 21:02:24.394 INFO skip step because feature "recovery" is not enabled
31822024-08-09T21:02:25.762Z[ host-image] Aug 09 21:02:24.395 INFO O| Aug 09 21:02:24.394 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31832024-08-09T21:02:25.770Z[ host-image] Aug 09 21:02:24.406 INFO O| Aug 09 21:02:24.406 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"]
31842024-08-09T21:02:26.208Z[ host-image] Aug 09 21:02:24.842 INFO O| Aug 09 21:02:24.842 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31852024-08-09T21:02:26.891ZAug 09 21:02:25.526 INFO [recovery-package] process exited with exit status: 0 (25.476800853s)
31862024-08-09T21:02:26.893ZAug 09 21:02:25.526 INFO [recovery-stamp] running task
31872024-08-09T21:02:26.893ZAug 09 21:02:25.526 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
31882024-08-09T21:02:26.893ZAug 09 21:02:25.526 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git38348069b75
31892024-08-09T21:02:26.905ZAug 09 21:02:25.541 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+git38348069b75
31902024-08-09T21:02:26.915Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
31912024-08-09T21:02:26.922Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
31922024-08-09T21:02:26.995Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
31932024-08-09T21:02:26.999ZAug 09 21:02:25.635 INFO [stamp-installinator] process exited with exit status: 0 (108.114998ms)
31942024-08-09T21:02:27.049Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
31952024-08-09T21:02:27.055ZAug 09 21:02:25.688 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (147.805576ms)
31962024-08-09T21:02:27.058ZAug 09 21:02:25.688 INFO [recovery-stamp] task succeeded (162.395739ms)
31972024-08-09T21:02:27.058ZAug 09 21:02:25.689 INFO [recovery-proto] running task
31982024-08-09T21:02:27.058ZAug 09 21:02:25.689 INFO [tuf-stamp] running task
31992024-08-09T21:02:27.058ZAug 09 21:02:25.689 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+git38348069b75
32002024-08-09T21:02:27.066ZAug 09 21:02:25.701 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+git38348069b75
32012024-08-09T21:02:27.076ZAug 09 21:02:25.711 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+git38348069b75
32022024-08-09T21:02:27.082Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32032024-08-09T21:02:27.086ZAug 09 21:02:25.722 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+git38348069b75
32042024-08-09T21:02:27.093Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32052024-08-09T21:02:27.097ZAug 09 21:02:25.733 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+git38348069b75
32062024-08-09T21:02:27.105Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32072024-08-09T21:02:27.110Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32082024-08-09T21:02:27.113ZAug 09 21:02:25.745 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+git38348069b75
32092024-08-09T21:02:27.144Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32102024-08-09T21:02:27.147ZAug 09 21:02:25.780 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+git38348069b75
32112024-08-09T21:02:27.189Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32122024-08-09T21:02:27.192Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32132024-08-09T21:02:27.192ZAug 09 21:02:25.825 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+git38348069b75
32142024-08-09T21:02:27.214Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32152024-08-09T21:02:27.214ZAug 09 21:02:25.849 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+git38348069b75
32162024-08-09T21:02:27.258Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32172024-08-09T21:02:27.258ZAug 09 21:02:25.894 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+git38348069b75
32182024-08-09T21:02:27.305ZAug 09 21:02:25.940 INFO [recovery-proto] task succeeded (251.521016ms)
32192024-08-09T21:02:27.305ZAug 09 21:02:25.940 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+git38348069b75
32202024-08-09T21:02:27.308Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32212024-08-09T21:02:27.308ZAug 09 21:02:25.941 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpsrWQsK/proto/recovery/root -N 'recovery 3834806/${os_short_commit} 2024-08-09 20:41' -s recovery -R
32222024-08-09T21:02:27.342Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32232024-08-09T21:02:27.344ZAug 09 21:02:25.977 INFO [stamp-probe] process exited with exit status: 0 (287.599655ms)
32242024-08-09T21:02:27.344Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32252024-08-09T21:02:27.349Z[ recovery-image] Aug 09 21:02:25.984 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32262024-08-09T21:02:27.349Z[ recovery-image] Aug 09 21:02:25.984 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32272024-08-09T21:02:27.367Z[ recovery-image] Aug 09 21:02:26.002 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpsrWQsK/proto/recovery/root"
32282024-08-09T21:02:27.367Z[ recovery-image] Aug 09 21:02:26.002 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32292024-08-09T21:02:27.369Z[ recovery-image] Aug 09 21:02:26.002 INFO image builder template: ramdisk-01-os...
32302024-08-09T21:02:27.369Z[ recovery-image] Aug 09 21:02:26.002 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/.tmpsrWQsK/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32312024-08-09T21:02:27.415Z[ recovery-image] Aug 09 21:02:26.050 INFO O| Aug 09 21:02:26.050 INFO CREATE DATASET: rpool/images/build/recovery/output
32322024-08-09T21:02:27.915Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32332024-08-09T21:02:27.922Z[ recovery-image] Aug 09 21:02:26.557 INFO O| Aug 09 21:02:26.557 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32342024-08-09T21:02:27.948Z[ recovery-image] Aug 09 21:02:26.583 INFO O| Aug 09 21:02:26.583 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32352024-08-09T21:02:27.985ZAug 09 21:02:26.620 INFO [stamp-ntp] process exited with exit status: 0 (726.196391ms)
32362024-08-09T21:02:28.374Z[ recovery-image] Aug 09 21:02:27.009 INFO O| Aug 09 21:02:27.009 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32372024-08-09T21:02:28.453Z[ recovery-image] Aug 09 21:02:27.088 INFO O| Aug 09 21:02:27.088 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32382024-08-09T21:02:28.453Z[ recovery-image] Aug 09 21:02:27.088 INFO O| Aug 09 21:02:27.088 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32392024-08-09T21:02:28.455Z[ recovery-image] Aug 09 21:02:27.088 INFO O| Aug 09 21:02:27.088 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32402024-08-09T21:02:28.456Z[ recovery-image] Aug 09 21:02:27.088 INFO O| Aug 09 21:02:27.088 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32412024-08-09T21:02:28.467Z[ recovery-image] Aug 09 21:02:27.102 INFO O| Aug 09 21:02:27.102 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32422024-08-09T21:02:28.509Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32432024-08-09T21:02:28.541ZAug 09 21:02:27.176 INFO [stamp-external-dns] process exited with exit status: 0 (1.430904824s)
32442024-08-09T21:02:28.582Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32452024-08-09T21:02:28.639ZAug 09 21:02:27.274 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.541373464s)
32462024-08-09T21:02:28.681Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32472024-08-09T21:02:28.695Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
32482024-08-09T21:02:28.701ZAug 09 21:02:27.336 INFO [stamp-internal-dns] process exited with exit status: 0 (1.486458422s)
32492024-08-09T21:02:28.708Z[ recovery-image] Aug 09 21:02:27.343 INFO O| Aug 09 21:02:27.343 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32502024-08-09T21:02:28.718Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32512024-08-09T21:02:28.727Z[ recovery-image] Aug 09 21:02:27.359 INFO O| Aug 09 21:02:27.359 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32522024-08-09T21:02:29.133Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32532024-08-09T21:02:29.138ZAug 09 21:02:27.773 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.051202803s)
32542024-08-09T21:02:29.289Z[ recovery-image] Aug 09 21:02:27.924 INFO O| Aug 09 21:02:27.923 INFO O| Caching catalogs ... Done
32552024-08-09T21:02:29.361Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32562024-08-09T21:02:29.366ZAug 09 21:02:28.001 INFO [stamp-oximeter] process exited with exit status: 0 (2.06025779s)
32572024-08-09T21:02:29.412Z[ recovery-image] Aug 09 21:02:28.047 INFO O| Aug 09 21:02:28.047 INFO STEP 0 (pkg_image_create) COMPLETE
32582024-08-09T21:02:29.412Z[ recovery-image] Aug 09 21:02:28.047 INFO O| Aug 09 21:02:28.047 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32592024-08-09T21:02:29.412Z[ recovery-image] Aug 09 21:02:28.047 INFO O| Aug 09 21:02:28.047 INFO skip step because feature "repo_redist" is not enabled
32602024-08-09T21:02:29.412Z[ recovery-image] Aug 09 21:02:28.047 INFO O| Aug 09 21:02:28.047 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32612024-08-09T21:02:29.428Z[ recovery-image] Aug 09 21:02:28.063 INFO O| Aug 09 21:02:28.063 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"]
32622024-08-09T21:02:29.871Z[ recovery-image] Aug 09 21:02:28.506 INFO O| Aug 09 21:02:28.506 INFO STEP 2 (pkg_set_publisher) COMPLETE
32632024-08-09T21:02:29.871Z[ recovery-image] Aug 09 21:02:28.506 INFO O| Aug 09 21:02:28.506 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32642024-08-09T21:02:29.887Z[ recovery-image] Aug 09 21:02:28.522 INFO O| Aug 09 21:02:28.522 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"]
32652024-08-09T21:02:30.397Z[ recovery-image] Aug 09 21:02:29.032 INFO O| Aug 09 21:02:29.031 INFO STEP 3 (pkg_set_publisher) COMPLETE
32662024-08-09T21:02:30.397Z[ recovery-image] Aug 09 21:02:29.032 INFO O| Aug 09 21:02:29.032 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32672024-08-09T21:02:30.397Z[ recovery-image] Aug 09 21:02:29.032 INFO O| Aug 09 21:02:29.032 INFO skip step because feature "repo_redist" is not enabled
32682024-08-09T21:02:30.397Z[ recovery-image] Aug 09 21:02:29.032 INFO O| Aug 09 21:02:29.032 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32692024-08-09T21:02:30.843Z[ recovery-image] Aug 09 21:02:29.478 INFO O| Aug 09 21:02:29.478 INFO variant opensolaris.zone is already global
32702024-08-09T21:02:30.843Z[ recovery-image] Aug 09 21:02:29.478 INFO O| Aug 09 21:02:29.478 INFO STEP 5 (pkg_change_variant) COMPLETE
32712024-08-09T21:02:30.843Z[ recovery-image] Aug 09 21:02:29.478 INFO O| Aug 09 21:02:29.478 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32722024-08-09T21:02:30.954Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
32732024-08-09T21:02:30.962ZAug 09 21:02:29.594 INFO [stamp-nexus] process exited with exit status: 0 (3.813618978s)
32742024-08-09T21:02:31.259Z[ recovery-image] Aug 09 21:02:29.893 INFO O| Aug 09 21:02:29.893 INFO variant opensolaris.imagetype is full; changing to partial
32752024-08-09T21:02:31.259Z[ recovery-image] Aug 09 21:02:29.893 INFO O| Aug 09 21:02:29.893 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32762024-08-09T21:02:32.790Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
32772024-08-09T21:02:32.797ZAug 09 21:02:31.432 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.730607662s)
32782024-08-09T21:02:35.488Z[ recovery-image] Aug 09 21:02:34.122 INFO O| Aug 09 21:02:34.122 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32792024-08-09T21:02:35.618Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
32802024-08-09T21:02:35.623ZAug 09 21:02:34.257 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.43187923s)
32812024-08-09T21:02:35.693Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
32822024-08-09T21:02:35.697ZAug 09 21:02:34.332 INFO [stamp-clickhouse] process exited with exit status: 0 (8.620487526s)
32832024-08-09T21:02:35.697ZAug 09 21:02:34.332 INFO [tuf-stamp] task succeeded (8.643283844s)
32842024-08-09T21:02:36.126Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32852024-08-09T21:02:36.252Z[verify-libraries] Compiling heck v0.4.1
32862024-08-09T21:02:36.255Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32872024-08-09T21:02:36.266Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32882024-08-09T21:02:36.281Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32892024-08-09T21:02:36.284Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32902024-08-09T21:02:36.284Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32912024-08-09T21:02:36.297Z[verify-libraries] Compiling indent_write v2.2.0
32922024-08-09T21:02:36.716Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32932024-08-09T21:02:36.873Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32942024-08-09T21:02:36.890Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
32952024-08-09T21:02:36.918Z[verify-libraries] Compiling termios v0.3.3
32962024-08-09T21:02:37.362Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32972024-08-09T21:02:37.669Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32982024-08-09T21:02:40.648Z[ recovery-image] Aug 09 21:02:39.282 INFO O| Aug 09 21:02:39.282 INFO O| Startup: Caching catalogs ... Done
32992024-08-09T21:02:40.753Z[ recovery-image] Aug 09 21:02:39.387 INFO O| Aug 09 21:02:39.386 INFO O| Planning: Planning completed in 0.00 seconds
33002024-08-09T21:02:40.756Z[ recovery-image] Aug 09 21:02:39.387 INFO O| Aug 09 21:02:39.387 INFO O| Planning: Consolidating action changes ... Done
33012024-08-09T21:02:40.756Z[ recovery-image] Aug 09 21:02:39.388 INFO O| Aug 09 21:02:39.388 INFO O| Planning: Evaluating mediators ... Done
33022024-08-09T21:02:40.756Z[ recovery-image] Aug 09 21:02:39.388 INFO O| Aug 09 21:02:39.388 INFO O| Planning: Planning completed in 0.00 seconds
33032024-08-09T21:02:40.756Z[ recovery-image] Aug 09 21:02:39.389 INFO O| Aug 09 21:02:39.389 INFO O| Variants/Facets to change: 1
33042024-08-09T21:02:40.839Z[ recovery-image] Aug 09 21:02:39.473 INFO O| Aug 09 21:02:39.472 INFO O| Done
33052024-08-09T21:02:40.839Z[ recovery-image] Aug 09 21:02:39.473 INFO O| Aug 09 21:02:39.472 INFO O| Done
33062024-08-09T21:02:41.419Z[ recovery-image] Aug 09 21:02:40.052 INFO O| Aug 09 21:02:40.052 INFO O| Done
33072024-08-09T21:02:41.467Z[ recovery-image] Aug 09 21:02:40.100 INFO O| Aug 09 21:02:40.100 INFO O| Done
33082024-08-09T21:02:41.470Z[ recovery-image] Aug 09 21:02:40.103 INFO O| Aug 09 21:02:40.103 INFO O| Done
33092024-08-09T21:02:41.470Z[ recovery-image] Aug 09 21:02:40.103 INFO O| Aug 09 21:02:40.103 INFO O| Done
33102024-08-09T21:02:41.473Z[ recovery-image] Aug 09 21:02:40.105 INFO O| Aug 09 21:02:40.105 INFO O| Done
33112024-08-09T21:02:42.078Z[ recovery-image] Aug 09 21:02:40.712 INFO O| Aug 09 21:02:40.712 INFO STEP 6 (pkg_change_variant) COMPLETE
33122024-08-09T21:02:42.078Z[ recovery-image] Aug 09 21:02:40.712 INFO O| Aug 09 21:02:40.712 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33132024-08-09T21:02:42.081Z[ recovery-image] Aug 09 21:02:40.712 INFO O| Aug 09 21:02:40.712 INFO skip step because feature "debug_variant" is not enabled
33142024-08-09T21:02:42.082Z[ recovery-image] Aug 09 21:02:40.712 INFO O| Aug 09 21:02:40.712 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-08-09T21:02:42.845Z[ recovery-image] Aug 09 21:02:41.478 INFO O| Aug 09 21:02:41.478 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33162024-08-09T21:02:43.880Z[ recovery-image] Aug 09 21:02:42.513 INFO O| Aug 09 21:02:42.513 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33172024-08-09T21:02:43.884Z[ recovery-image] Aug 09 21:02:42.515 INFO O| Aug 09 21:02:42.515 INFO O| Planning: Planning completed in 0.00 seconds
33182024-08-09T21:02:43.884Z[ recovery-image] Aug 09 21:02:42.516 INFO O| Aug 09 21:02:42.516 INFO O| Planning: Consolidating action changes ... Done
33192024-08-09T21:02:43.887Z[ recovery-image] Aug 09 21:02:42.516 INFO O| Aug 09 21:02:42.516 INFO O| Planning: Evaluating mediators ... Done
33202024-08-09T21:02:43.887Z[ recovery-image] Aug 09 21:02:42.517 INFO O| Aug 09 21:02:42.517 INFO O| Planning: Planning completed in 0.00 seconds
33212024-08-09T21:02:43.888Z[ recovery-image] Aug 09 21:02:42.517 INFO O| Aug 09 21:02:42.517 INFO O| Variants/Facets to change: 1
33222024-08-09T21:02:43.925Z[ recovery-image] Aug 09 21:02:42.556 INFO O| Aug 09 21:02:42.556 INFO O| Done
33232024-08-09T21:02:43.925Z[ recovery-image] Aug 09 21:02:42.556 INFO O| Aug 09 21:02:42.556 INFO O| Done
33242024-08-09T21:02:44.570Z[ recovery-image] Aug 09 21:02:43.203 INFO O| Aug 09 21:02:43.203 INFO O| Done
33252024-08-09T21:02:44.625Z[ recovery-image] Aug 09 21:02:43.258 INFO O| Aug 09 21:02:43.258 INFO O| Done
33262024-08-09T21:02:44.628Z[ recovery-image] Aug 09 21:02:43.259 INFO O| Aug 09 21:02:43.259 INFO O| Done
33272024-08-09T21:02:44.628Z[ recovery-image] Aug 09 21:02:43.259 INFO O| Aug 09 21:02:43.259 INFO O| Done
33282024-08-09T21:02:44.631Z[ recovery-image] Aug 09 21:02:43.261 INFO O| Aug 09 21:02:43.261 INFO O| Done
33292024-08-09T21:02:44.739Z[ recovery-image] Aug 09 21:02:43.373 INFO O| Aug 09 21:02:43.372 INFO STEP 8 (pkg_change_facet) COMPLETE
33302024-08-09T21:02:44.740Z[ recovery-image] Aug 09 21:02:43.373 INFO O| Aug 09 21:02:43.372 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33312024-08-09T21:02:45.547Z[ recovery-image] Aug 09 21:02:44.179 INFO O| Aug 09 21:02:44.179 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33322024-08-09T21:02:46.423Z[ recovery-image] Aug 09 21:02:45.055 INFO O| Aug 09 21:02:45.055 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33332024-08-09T21:02:46.430Z[ recovery-image] Aug 09 21:02:45.057 INFO O| Aug 09 21:02:45.057 INFO O| Planning: Planning completed in 0.00 seconds
33342024-08-09T21:02:46.430Z[ recovery-image] Aug 09 21:02:45.058 INFO O| Aug 09 21:02:45.058 INFO O| Planning: Consolidating action changes ... Done
33352024-08-09T21:02:46.430Z[ recovery-image] Aug 09 21:02:45.058 INFO O| Aug 09 21:02:45.058 INFO O| Planning: Evaluating mediators ... Done
33362024-08-09T21:02:46.430Z[ recovery-image] Aug 09 21:02:45.059 INFO O| Aug 09 21:02:45.059 INFO O| Planning: Planning completed in 0.00 seconds
33372024-08-09T21:02:46.430Z[ recovery-image] Aug 09 21:02:45.059 INFO O| Aug 09 21:02:45.059 INFO O| Variants/Facets to change: 1
33382024-08-09T21:02:46.494Z[ recovery-image] Aug 09 21:02:45.126 INFO O| Aug 09 21:02:45.126 INFO O| Done
33392024-08-09T21:02:46.494Z[ recovery-image] Aug 09 21:02:45.126 INFO O| Aug 09 21:02:45.126 INFO O| Done
33402024-08-09T21:02:47.055Z[ recovery-image] Aug 09 21:02:45.688 INFO O| Aug 09 21:02:45.688 INFO O| Done
33412024-08-09T21:02:47.145Z[ recovery-image] Aug 09 21:02:45.777 INFO O| Aug 09 21:02:45.777 INFO O| Done
33422024-08-09T21:02:47.147Z[ recovery-image] Aug 09 21:02:45.778 INFO O| Aug 09 21:02:45.778 INFO O| Done
33432024-08-09T21:02:47.147Z[ recovery-image] Aug 09 21:02:45.779 INFO O| Aug 09 21:02:45.779 INFO O| Done
33442024-08-09T21:02:47.150Z[ recovery-image] Aug 09 21:02:45.781 INFO O| Aug 09 21:02:45.781 INFO O| Done
33452024-08-09T21:02:47.302Z[ recovery-image] Aug 09 21:02:45.935 INFO O| Aug 09 21:02:45.935 INFO STEP 9 (pkg_change_facet) COMPLETE
33462024-08-09T21:02:47.302Z[ recovery-image] Aug 09 21:02:45.935 INFO O| Aug 09 21:02:45.935 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33472024-08-09T21:02:48.043Z[ recovery-image] Aug 09 21:02:46.676 INFO O| Aug 09 21:02:46.676 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33482024-08-09T21:02:49.066Z[ recovery-image] Aug 09 21:02:47.698 INFO O| Aug 09 21:02:47.698 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33492024-08-09T21:02:49.069Z[ recovery-image] Aug 09 21:02:47.700 INFO O| Aug 09 21:02:47.700 INFO O| Planning: Planning completed in 0.00 seconds
33502024-08-09T21:02:49.072Z[ recovery-image] Aug 09 21:02:47.701 INFO O| Aug 09 21:02:47.701 INFO O| Planning: Consolidating action changes ... Done
33512024-08-09T21:02:49.072Z[ recovery-image] Aug 09 21:02:47.701 INFO O| Aug 09 21:02:47.701 INFO O| Planning: Evaluating mediators ... Done
33522024-08-09T21:02:49.072Z[ recovery-image] Aug 09 21:02:47.702 INFO O| Aug 09 21:02:47.702 INFO O| Planning: Planning completed in 0.00 seconds
33532024-08-09T21:02:49.073Z[ recovery-image] Aug 09 21:02:47.702 INFO O| Aug 09 21:02:47.702 INFO O| Variants/Facets to change: 1
33542024-08-09T21:02:49.140Z[ recovery-image] Aug 09 21:02:47.772 INFO O| Aug 09 21:02:47.772 INFO O| Done
33552024-08-09T21:02:49.140Z[ recovery-image] Aug 09 21:02:47.773 INFO O| Aug 09 21:02:47.772 INFO O| Done
33562024-08-09T21:02:49.635Z[ recovery-image] Aug 09 21:02:48.267 INFO O| Aug 09 21:02:48.267 INFO O| Done
33572024-08-09T21:02:49.693Z[ recovery-image] Aug 09 21:02:48.325 INFO O| Aug 09 21:02:48.325 INFO O| Done
33582024-08-09T21:02:49.696Z[ recovery-image] Aug 09 21:02:48.327 INFO O| Aug 09 21:02:48.327 INFO O| Done
33592024-08-09T21:02:49.696Z[ recovery-image] Aug 09 21:02:48.327 INFO O| Aug 09 21:02:48.327 INFO O| Done
33602024-08-09T21:02:49.698Z[ recovery-image] Aug 09 21:02:48.329 INFO O| Aug 09 21:02:48.329 INFO O| Done
33612024-08-09T21:02:49.818Z[ recovery-image] Aug 09 21:02:48.450 INFO O| Aug 09 21:02:48.450 INFO STEP 10 (pkg_change_facet) COMPLETE
33622024-08-09T21:02:49.818Z[ recovery-image] Aug 09 21:02:48.450 INFO O| Aug 09 21:02:48.450 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33632024-08-09T21:02:49.839Z[ recovery-image] Aug 09 21:02:48.471 INFO O| Aug 09 21:02:48.471 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"]
33642024-08-09T21:02:50.266Z[ host-image] Aug 09 21:02:48.898 INFO O| Aug 09 21:02:48.898 INFO O| Planning: Solver setup ... Done
33652024-08-09T21:02:51.128Z[ recovery-image] Aug 09 21:02:49.760 INFO O| Aug 09 21:02:49.760 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33662024-08-09T21:03:09.388Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33672024-08-09T21:03:11.121Z[ host-image] Aug 09 21:03:09.751 INFO O| Aug 09 21:03:09.750 INFO O| Planning: Running solver ... Done
33682024-08-09T21:03:11.437Z[ host-image] Aug 09 21:03:10.066 INFO O| Aug 09 21:03:10.066 INFO O| Planning: Finding local manifests ... Done
33692024-08-09T21:03:11.465Z[ host-image] Aug 09 21:03:10.095 INFO O| Aug 09 21:03:10.095 INFO O| Planning: Fetching manifests: 0/124 0% complete
33702024-08-09T21:03:16.009Z[ host-image] Aug 09 21:03:14.638 INFO O| Aug 09 21:03:14.638 INFO O| Planning: Fetching manifests: 124/124 100% complete
33712024-08-09T21:03:17.644Z[ host-image] Aug 09 21:03:16.272 INFO O| Aug 09 21:03:16.272 INFO O| Planning: Package planning ... Done
33722024-08-09T21:03:19.402Z[ host-image] Aug 09 21:03:18.030 INFO O| Aug 09 21:03:18.030 INFO O| Planning: Merging actions ... Done
33732024-08-09T21:03:19.931Z[ host-image] Aug 09 21:03:18.559 INFO O| Aug 09 21:03:18.559 INFO O| Planning: Checking for conflicting actions ... Done
33742024-08-09T21:03:20.254Z[ host-image] Aug 09 21:03:18.882 INFO O| Aug 09 21:03:18.882 INFO O| Planning: Consolidating action changes ... Done
33752024-08-09T21:03:20.790Z[ host-image] Aug 09 21:03:19.418 INFO O| Aug 09 21:03:19.418 INFO O| Planning: Evaluating mediators ... Done
33762024-08-09T21:03:20.897Z[ recovery-image] Aug 09 21:03:19.525 INFO O| Aug 09 21:03:19.525 INFO O| Planning: Solver setup ... Done
33772024-08-09T21:03:24.920Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33782024-08-09T21:03:27.450Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33792024-08-09T21:03:27.567Z[ host-image] Aug 09 21:03:26.194 INFO O| Aug 09 21:03:26.194 INFO O| Planning: Planning completed in 61.35 seconds
33802024-08-09T21:03:27.574Z[ host-image] Aug 09 21:03:26.201 INFO O| Aug 09 21:03:26.201 INFO O| Packages to install: 124
33812024-08-09T21:03:27.574Z[ host-image] Aug 09 21:03:26.201 INFO O| Aug 09 21:03:26.201 INFO O| Mediators to change: 4
33822024-08-09T21:03:27.577Z[ host-image] Aug 09 21:03:26.201 INFO O| Aug 09 21:03:26.201 INFO O| Services to change: 6
33832024-08-09T21:03:27.758Z[ host-image] Aug 09 21:03:26.385 INFO O| Aug 09 21:03:26.385 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
33842024-08-09T21:03:32.841Z[ host-image] Aug 09 21:03:31.468 INFO O| Aug 09 21:03:31.468 INFO O| Download: 1066/22727 items 5.8/196.4MB 2% complete (1.3M/s)
33852024-08-09T21:03:37.847Z[ host-image] Aug 09 21:03:36.473 INFO O| Aug 09 21:03:36.473 INFO O| Download: 1774/22727 items 12.0/196.4MB 6% complete (1.2M/s)
33862024-08-09T21:03:40.821Z[ recovery-image] Aug 09 21:03:39.447 INFO O| Aug 09 21:03:39.447 INFO O| Planning: Running solver ... Done
33872024-08-09T21:03:41.059Z[ recovery-image] Aug 09 21:03:39.684 INFO O| Aug 09 21:03:39.684 INFO O| Planning: Finding local manifests ... Done
33882024-08-09T21:03:41.087Z[ recovery-image] Aug 09 21:03:39.713 INFO O| Aug 09 21:03:39.713 INFO O| Planning: Fetching manifests: 0/124 0% complete
33892024-08-09T21:03:42.927Z[ host-image] Aug 09 21:03:41.553 INFO O| Aug 09 21:03:41.552 INFO O| Download: 2252/22727 items 24.8/196.4MB 12% complete (1.9M/s)
33902024-08-09T21:03:46.267Z[ recovery-image] Aug 09 21:03:44.891 INFO O| Aug 09 21:03:44.891 INFO O| Planning: Fetching manifests: 124/124 100% complete
33912024-08-09T21:03:47.443Z[ recovery-image] Aug 09 21:03:46.068 INFO O| Aug 09 21:03:46.068 INFO O| Planning: Package planning ... Done
33922024-08-09T21:03:48.123Z[ recovery-image] Aug 09 21:03:46.748 INFO O| Aug 09 21:03:46.748 INFO O| Planning: Merging actions ... Done
33932024-08-09T21:03:48.168Z[ host-image] Aug 09 21:03:46.793 INFO O| Aug 09 21:03:46.793 INFO O| Download: 3482/22727 items 35.6/196.4MB 18% complete (2.4M/s)
33942024-08-09T21:03:48.562Z[ recovery-image] Aug 09 21:03:47.187 INFO O| Aug 09 21:03:47.186 INFO O| Planning: Checking for conflicting actions ... Done
33952024-08-09T21:03:48.689Z[ recovery-image] Aug 09 21:03:47.314 INFO O| Aug 09 21:03:47.314 INFO O| Planning: Consolidating action changes ... Done
33962024-08-09T21:03:49.040Z[ recovery-image] Aug 09 21:03:47.665 INFO O| Aug 09 21:03:47.665 INFO O| Planning: Evaluating mediators ... Done
33972024-08-09T21:03:51.363Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33982024-08-09T21:03:53.169Z[ host-image] Aug 09 21:03:51.793 INFO O| Aug 09 21:03:51.793 INFO O| Download: 4639/22727 items 43.0/196.4MB 21% complete (1.7M/s)
33992024-08-09T21:03:55.008Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34002024-08-09T21:03:55.040Z[ recovery-image] Aug 09 21:03:53.664 INFO O| Aug 09 21:03:53.664 INFO O| Planning: Planning completed in 63.90 seconds
34012024-08-09T21:03:55.047Z[ recovery-image] Aug 09 21:03:53.672 INFO O| Aug 09 21:03:53.671 INFO O| Packages to install: 124
34022024-08-09T21:03:55.050Z[ recovery-image] Aug 09 21:03:53.672 INFO O| Aug 09 21:03:53.671 INFO O| Mediators to change: 4
34032024-08-09T21:03:55.050Z[ recovery-image] Aug 09 21:03:53.672 INFO O| Aug 09 21:03:53.672 INFO O| Services to change: 5
34042024-08-09T21:03:55.130Z[ recovery-image] Aug 09 21:03:53.754 INFO O| Aug 09 21:03:53.754 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34052024-08-09T21:03:58.188Z[ host-image] Aug 09 21:03:56.812 INFO O| Aug 09 21:03:56.812 INFO O| Download: 5578/22727 items 46.1/196.4MB 23% complete (1.1M/s)
34062024-08-09T21:03:59.057Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34072024-08-09T21:04:00.144Z[ recovery-image] Aug 09 21:03:58.763 INFO O| Aug 09 21:03:58.763 INFO O| Download: 1002/15831 items 7.8/173.2MB 4% complete (1.6M/s)
34082024-08-09T21:04:03.213Z[ host-image] Aug 09 21:04:01.836 INFO O| Aug 09 21:04:01.836 INFO O| Download: 6431/22727 items 46.6/196.4MB 23% complete (375k/s)
34092024-08-09T21:04:05.239Z[ recovery-image] Aug 09 21:04:03.861 INFO O| Aug 09 21:04:03.861 INFO O| Download: 1316/15831 items 20.2/173.2MB 11% complete (2.0M/s)
34102024-08-09T21:04:08.214Z[ host-image] Aug 09 21:04:06.836 INFO O| Aug 09 21:04:06.836 INFO O| Download: 6978/22727 items 50.3/196.4MB 25% complete (417k/s)
34112024-08-09T21:04:10.253Z[ recovery-image] Aug 09 21:04:08.875 INFO O| Aug 09 21:04:08.875 INFO O| Download: 1866/15831 items 28.4/173.2MB 16% complete (2.1M/s)
34122024-08-09T21:04:12.222Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34132024-08-09T21:04:13.215Z[ host-image] Aug 09 21:04:11.836 INFO O| Aug 09 21:04:11.836 INFO O| Download: 7936/22727 items 59.5/196.4MB 30% complete (1.3M/s)
34142024-08-09T21:04:15.254Z[ recovery-image] Aug 09 21:04:13.876 INFO O| Aug 09 21:04:13.876 INFO O| Download: 2724/15831 items 34.0/173.2MB 19% complete (1.3M/s)
34152024-08-09T21:04:17.338Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34162024-08-09T21:04:18.320Z[ host-image] Aug 09 21:04:16.941 INFO O| Aug 09 21:04:16.941 INFO O| Download: 8234/22727 items 63.4/196.4MB 32% complete (1.4M/s)
34172024-08-09T21:04:20.583Z[ recovery-image] Aug 09 21:04:19.204 INFO O| Aug 09 21:04:19.204 INFO O| Download: 3629/15831 items 39.4/173.2MB 22% complete (1.1M/s)
34182024-08-09T21:04:20.826Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34192024-08-09T21:04:23.322Z[ host-image] Aug 09 21:04:21.942 INFO O| Aug 09 21:04:21.942 INFO O| Download: 8942/22727 items 71.9/196.4MB 36% complete (1.2M/s)
34202024-08-09T21:04:25.588Z[ recovery-image] Aug 09 21:04:24.208 INFO O| Aug 09 21:04:24.208 INFO O| Download: 4533/15831 items 42.8/173.2MB 24% complete (654k/s)
34212024-08-09T21:04:28.323Z[ host-image] Aug 09 21:04:26.943 INFO O| Aug 09 21:04:26.942 INFO O| Download: 9951/22727 items 83.6/196.4MB 42% complete (2.0M/s)
34222024-08-09T21:04:30.599Z[ recovery-image] Aug 09 21:04:29.218 INFO O| Aug 09 21:04:29.218 INFO O| Download: 5365/15831 items 43.3/173.2MB 25% complete (402k/s)
34232024-08-09T21:04:33.325Z[ host-image] Aug 09 21:04:31.944 INFO O| Aug 09 21:04:31.944 INFO O| Download: 10812/22727 items 89.8/196.4MB 45% complete (1.8M/s)
34242024-08-09T21:04:35.873Z[ recovery-image] Aug 09 21:04:34.492 INFO O| Aug 09 21:04:34.492 INFO O| Download: 5938/15831 items 53.6/173.2MB 30% complete (1.0M/s)
34252024-08-09T21:04:38.335Z[ host-image] Aug 09 21:04:36.953 INFO O| Aug 09 21:04:36.953 INFO O| Download: 11391/22727 items 96.1/196.4MB 48% complete (1.2M/s)
34262024-08-09T21:04:41.001Z[ recovery-image] Aug 09 21:04:39.619 INFO O| Aug 09 21:04:39.619 INFO O| Download: 6849/15831 items 67.5/173.2MB 38% complete (2.3M/s)
34272024-08-09T21:04:43.337Z[ host-image] Aug 09 21:04:41.955 INFO O| Aug 09 21:04:41.955 INFO O| Download: 11988/22727 items 99.3/196.4MB 50% complete (919k/s)
34282024-08-09T21:04:46.015Z[ recovery-image] Aug 09 21:04:44.633 INFO O| Aug 09 21:04:44.633 INFO O| Download: 7705/15831 items 74.4/173.2MB 42% complete (2.0M/s)
34292024-08-09T21:04:48.339Z[ host-image] Aug 09 21:04:46.956 INFO O| Aug 09 21:04:46.956 INFO O| Download: 12507/22727 items 109.5/196.4MB 55% complete (1.3M/s)
34302024-08-09T21:04:51.026Z[ recovery-image] Aug 09 21:04:49.642 INFO O| Aug 09 21:04:49.642 INFO O| Download: 8465/15831 items 79.8/173.2MB 46% complete (1.3M/s)
34312024-08-09T21:04:53.342Z[ host-image] Aug 09 21:04:51.958 INFO O| Aug 09 21:04:51.958 INFO O| Download: 13414/22727 items 110.0/196.4MB 55% complete (1.1M/s)
34322024-08-09T21:04:56.436Z[ recovery-image] Aug 09 21:04:55.052 INFO O| Aug 09 21:04:55.052 INFO O| Download: 8842/15831 items 91.9/173.2MB 53% complete (1.8M/s)
34332024-08-09T21:04:58.343Z[ host-image] Aug 09 21:04:56.959 INFO O| Aug 09 21:04:56.959 INFO O| Download: 14283/22727 items 110.6/196.4MB 56% complete (115k/s)
34342024-08-09T21:05:01.436Z[ recovery-image] Aug 09 21:05:00.052 INFO O| Aug 09 21:05:00.052 INFO O| Download: 10002/15831 items 93.1/173.2MB 53% complete (1.3M/s)
34352024-08-09T21:05:03.667Z[ host-image] Aug 09 21:05:02.282 INFO O| Aug 09 21:05:02.282 INFO O| Download: 14499/22727 items 115.3/196.4MB 58% complete (493k/s)
34362024-08-09T21:05:07.383Z[ recovery-image] Aug 09 21:05:05.998 INFO O| Aug 09 21:05:05.998 INFO O| Download: 10542/15831 items 93.4/173.2MB 53% complete (893k/s)
34372024-08-09T21:05:08.682Z[ host-image] Aug 09 21:05:07.297 INFO O| Aug 09 21:05:07.297 INFO O| Download: 15628/22727 items 125.1/196.4MB 63% complete (1.3M/s)
34382024-08-09T21:05:12.386Z[ recovery-image] Aug 09 21:05:11.000 INFO O| Aug 09 21:05:11.000 INFO O| Download: 11240/15831 items 101.6/173.2MB 58% complete (831k/s)
34392024-08-09T21:05:13.702Z[ host-image] Aug 09 21:05:12.316 INFO O| Aug 09 21:05:12.316 INFO O| Download: 16150/22727 items 132.6/196.4MB 67% complete (1.7M/s)
34402024-08-09T21:05:17.387Z[ recovery-image] Aug 09 21:05:16.001 INFO O| Aug 09 21:05:16.001 INFO O| Download: 11586/15831 items 114.3/173.2MB 65% complete (2.0M/s)
34412024-08-09T21:05:18.722Z[ host-image] Aug 09 21:05:17.336 INFO O| Aug 09 21:05:17.336 INFO O| Download: 17195/22727 items 134.8/196.4MB 68% complete (1.0M/s)
34422024-08-09T21:05:22.389Z[ recovery-image] Aug 09 21:05:21.002 INFO O| Aug 09 21:05:21.002 INFO O| Download: 12079/15831 items 137.2/173.2MB 79% complete (3.6M/s)
34432024-08-09T21:05:23.728Z[ host-image] Aug 09 21:05:22.341 INFO O| Aug 09 21:05:22.341 INFO O| Download: 18025/22727 items 159.0/196.4MB 80% complete (2.6M/s)
34442024-08-09T21:05:27.721Z[ recovery-image] Aug 09 21:05:26.333 INFO O| Aug 09 21:05:26.333 INFO O| Download: 13003/15831 items 141.9/173.2MB 81% complete (3.0M/s)
34452024-08-09T21:05:28.748Z[ host-image] Aug 09 21:05:27.360 INFO O| Aug 09 21:05:27.360 INFO O| Download: 18963/22727 items 163.8/196.4MB 83% complete (2.9M/s)
34462024-08-09T21:05:32.739Z[ recovery-image] Aug 09 21:05:31.351 INFO O| Aug 09 21:05:31.351 INFO O| Download: 13712/15831 items 144.4/173.2MB 83% complete (726k/s)
34472024-08-09T21:05:33.748Z[ host-image] Aug 09 21:05:32.360 INFO O| Aug 09 21:05:32.360 INFO O| Download: 19810/22727 items 166.8/196.4MB 84% complete (796k/s)
34482024-08-09T21:05:37.740Z[ recovery-image] Aug 09 21:05:36.352 INFO O| Aug 09 21:05:36.351 INFO O| Download: 14174/15831 items 146.0/173.2MB 84% complete (407k/s)
34492024-08-09T21:05:38.757Z[ host-image] Aug 09 21:05:37.368 INFO O| Aug 09 21:05:37.368 INFO O| Download: 20211/22727 items 168.1/196.4MB 85% complete (434k/s)
34502024-08-09T21:05:42.747Z[ recovery-image] Aug 09 21:05:41.358 INFO O| Aug 09 21:05:41.358 INFO O| Download: 14848/15831 items 154.1/173.2MB 88% complete (987k/s)
34512024-08-09T21:05:43.918Z[ host-image] Aug 09 21:05:42.528 INFO O| Aug 09 21:05:42.528 INFO O| Download: 20607/22727 items 169.6/196.4MB 86% complete (287k/s)
34522024-08-09T21:05:47.893Z[ recovery-image] Aug 09 21:05:46.503 INFO O| Aug 09 21:05:46.503 INFO O| Download: 15521/15831 items 165.8/173.2MB 95% complete (2.0M/s)
34532024-08-09T21:05:49.674Z[ host-image] Aug 09 21:05:48.284 INFO O| Aug 09 21:05:48.284 INFO O| Download: 21020/22727 items 176.3/196.4MB 89% complete (833k/s)
34542024-08-09T21:05:51.501Z[ recovery-image] Aug 09 21:05:50.110 INFO O| Aug 09 21:05:50.110 INFO O| Download: Completed 173.16 MB in 116.36 seconds (1.5M/s)
34552024-08-09T21:05:52.507Z[ recovery-image] Aug 09 21:05:51.116 INFO O| Aug 09 21:05:51.116 INFO O| Actions: 1/24963 actions (Installing new actions)
34562024-08-09T21:05:54.692Z[ host-image] Aug 09 21:05:53.301 INFO O| Aug 09 21:05:53.301 INFO O| Download: 21875/22727 items 188.2/196.4MB 95% complete (1.9M/s)
34572024-08-09T21:05:57.507Z[ recovery-image] Aug 09 21:05:56.116 INFO O| Aug 09 21:05:56.116 INFO O| Actions: 9365/24963 actions (Installing new actions)
34582024-08-09T21:05:59.715Z[ host-image] Aug 09 21:05:58.324 INFO O| Aug 09 21:05:58.324 INFO O| Download: 22483/22727 items 196.1/196.4MB 99% complete (2.0M/s)
34592024-08-09T21:06:01.236Z[ host-image] Aug 09 21:05:59.844 INFO O| Aug 09 21:05:59.844 INFO O| Download: Completed 196.39 MB in 153.46 seconds (1.3M/s)
34602024-08-09T21:06:02.511Z[ recovery-image] Aug 09 21:06:01.120 INFO O| Aug 09 21:06:01.119 INFO O| Actions: 15027/24963 actions (Installing new actions)
34612024-08-09T21:06:02.584Z[ host-image] Aug 09 21:06:01.192 INFO O| Aug 09 21:06:01.192 INFO O| Actions: 1/49259 actions (Installing new actions)
34622024-08-09T21:06:07.586Z[ host-image] Aug 09 21:06:06.192 INFO O| Aug 09 21:06:06.192 INFO O| Actions: 9008/49259 actions (Installing new actions)
34632024-08-09T21:06:07.625Z[ recovery-image] Aug 09 21:06:06.232 INFO O| Aug 09 21:06:06.232 INFO O| Actions: 24410/24963 actions (Installing new actions)
34642024-08-09T21:06:11.913Z[ recovery-image] Aug 09 21:06:10.520 INFO O| Aug 09 21:06:10.520 INFO O| Actions: Completed 24963 actions in 19.40 seconds.
34652024-08-09T21:06:12.527Z[ recovery-image] Aug 09 21:06:11.133 INFO O| Aug 09 21:06:11.133 INFO O| Done
34662024-08-09T21:06:12.528Z[ recovery-image] Aug 09 21:06:11.133 INFO O| Aug 09 21:06:11.133 INFO O| Done
34672024-08-09T21:06:12.589Z[ host-image] Aug 09 21:06:11.193 INFO O| Aug 09 21:06:11.193 INFO O| Actions: 15272/49259 actions (Installing new actions)
34682024-08-09T21:06:13.668Z[ recovery-image] Aug 09 21:06:12.275 INFO O| Aug 09 21:06:12.274 INFO O| Done
34692024-08-09T21:06:15.536Z[ recovery-image] Aug 09 21:06:14.142 INFO O| Aug 09 21:06:14.142 INFO O| Done
34702024-08-09T21:06:15.575Z[ recovery-image] Aug 09 21:06:14.181 INFO O| Aug 09 21:06:14.181 INFO O| Done
34712024-08-09T21:06:17.588Z[ host-image] Aug 09 21:06:16.194 INFO O| Aug 09 21:06:16.194 INFO O| Actions: 21606/49259 actions (Installing new actions)
34722024-08-09T21:06:22.602Z[ host-image] Aug 09 21:06:21.207 INFO O| Aug 09 21:06:21.207 INFO O| Actions: 38277/49259 actions (Installing new actions)
34732024-08-09T21:06:26.132Z[ recovery-image] Aug 09 21:06:24.737 INFO O| Aug 09 21:06:24.737 INFO O| Done
34742024-08-09T21:06:26.958Z[ recovery-image] Aug 09 21:06:25.563 INFO O| Aug 09 21:06:25.563 INFO O| Done
34752024-08-09T21:06:27.279Z[ recovery-image] Aug 09 21:06:25.883 INFO O| Aug 09 21:06:25.883 INFO STEP 11 (pkg_install) COMPLETE
34762024-08-09T21:06:27.279Z[ recovery-image] Aug 09 21:06:25.883 INFO O| Aug 09 21:06:25.883 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34772024-08-09T21:06:27.279Z[ recovery-image] Aug 09 21:06:25.883 INFO O| Aug 09 21:06:25.883 INFO skip step because feature "recovery" is enabled
34782024-08-09T21:06:27.279Z[ recovery-image] Aug 09 21:06:25.883 INFO O| Aug 09 21:06:25.883 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34792024-08-09T21:06:27.282Z[ recovery-image] Aug 09 21:06:25.883 INFO O| Aug 09 21:06:25.883 INFO skip step because feature "omicron1" is not enabled
34802024-08-09T21:06:27.282Z[ recovery-image] Aug 09 21:06:25.883 INFO O| Aug 09 21:06:25.883 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34812024-08-09T21:06:27.302Z[ recovery-image] Aug 09 21:06:25.907 INFO O| Aug 09 21:06:25.906 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
34822024-08-09T21:06:27.762Z[ host-image] Aug 09 21:06:26.365 INFO O| Aug 09 21:06:26.365 INFO O| Actions: 48834/49259 actions (Installing new actions)
34832024-08-09T21:06:28.355Z[ recovery-image] Aug 09 21:06:26.960 INFO O| Aug 09 21:06:26.960 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34842024-08-09T21:06:29.456Z[ host-image] Aug 09 21:06:28.060 INFO O| Aug 09 21:06:28.060 INFO O| Actions: Completed 49259 actions in 26.86 seconds.
34852024-08-09T21:06:29.957Z[ host-image] Aug 09 21:06:28.560 INFO O| Aug 09 21:06:28.560 INFO O| Done
34862024-08-09T21:06:29.957Z[ host-image] Aug 09 21:06:28.560 INFO O| Aug 09 21:06:28.560 INFO O| Done
34872024-08-09T21:06:30.900Z[ recovery-image] Aug 09 21:06:29.504 INFO O| Aug 09 21:06:29.503 INFO O| Planning: Solver setup ... Done
34882024-08-09T21:06:30.906Z[ recovery-image] Aug 09 21:06:29.510 INFO O| Aug 09 21:06:29.510 INFO O| Planning: Running solver ... Done
34892024-08-09T21:06:30.950Z[ recovery-image] Aug 09 21:06:29.554 INFO O| Aug 09 21:06:29.554 INFO O| Planning: Finding local manifests ... Done
34902024-08-09T21:06:30.954Z[ recovery-image] Aug 09 21:06:29.555 INFO O| Aug 09 21:06:29.555 INFO O| Planning: Fetching manifests: 0/1 0% complete
34912024-08-09T21:06:30.968Z[ host-image] Aug 09 21:06:29.573 INFO O| Aug 09 21:06:29.573 INFO O| Done
34922024-08-09T21:06:31.039Z[ recovery-image] Aug 09 21:06:29.644 INFO O| Aug 09 21:06:29.643 INFO O| Planning: Fetching manifests: 1/1 100% complete
34932024-08-09T21:06:31.071Z[ recovery-image] Aug 09 21:06:29.675 INFO O| Aug 09 21:06:29.675 INFO O| Planning: Package planning ... Done
34942024-08-09T21:06:31.074Z[ recovery-image] Aug 09 21:06:29.676 INFO O| Aug 09 21:06:29.676 INFO O| Planning: Merging actions ... Done
34952024-08-09T21:06:31.170Z[ recovery-image] Aug 09 21:06:29.742 INFO O| Aug 09 21:06:29.739 INFO O| Planning: Checking for conflicting actions ... Done
34962024-08-09T21:06:31.170Z[ recovery-image] Aug 09 21:06:29.742 INFO O| Aug 09 21:06:29.740 INFO O| Planning: Consolidating action changes ... Done
34972024-08-09T21:06:31.364Z[ recovery-image] Aug 09 21:06:29.967 INFO O| Aug 09 21:06:29.967 INFO O| Planning: Evaluating mediators ... Done
34982024-08-09T21:06:31.364Z[ recovery-image] Aug 09 21:06:29.968 INFO O| Aug 09 21:06:29.968 INFO O| Planning: Planning completed in 3.01 seconds
34992024-08-09T21:06:31.372Z[ recovery-image] Aug 09 21:06:29.970 INFO O| Aug 09 21:06:29.970 INFO O| Packages to install: 1
35002024-08-09T21:06:31.393Z[ recovery-image] Aug 09 21:06:29.997 INFO O| Aug 09 21:06:29.997 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35012024-08-09T21:06:32.387Z[ recovery-image] Aug 09 21:06:30.990 INFO O| Aug 09 21:06:30.990 INFO O| Download: Completed 20.86 MB in 0.99 seconds (21.0M/s)
35022024-08-09T21:06:32.469Z[ recovery-image] Aug 09 21:06:31.073 INFO O| Aug 09 21:06:31.073 INFO O| Actions: 1/22 actions (Installing new actions)
35032024-08-09T21:06:33.256Z[ recovery-image] Aug 09 21:06:31.859 INFO O| Aug 09 21:06:31.859 INFO O| Actions: Completed 22 actions in 0.79 seconds.
35042024-08-09T21:06:33.481Z[ host-image] Aug 09 21:06:32.085 INFO O| Aug 09 21:06:32.085 INFO O| Done
35052024-08-09T21:06:33.532Z[ host-image] Aug 09 21:06:32.136 INFO O| Aug 09 21:06:32.136 INFO O| Done
35062024-08-09T21:06:33.816Z[ recovery-image] Aug 09 21:06:32.420 INFO O| Aug 09 21:06:32.420 INFO O| Done
35072024-08-09T21:06:33.816Z[ recovery-image] Aug 09 21:06:32.420 INFO O| Aug 09 21:06:32.420 INFO O| Done
35082024-08-09T21:06:34.557Z[ recovery-image] Aug 09 21:06:33.160 INFO O| Aug 09 21:06:33.160 INFO O| Done
35092024-08-09T21:06:36.517Z[ recovery-image] Aug 09 21:06:35.112 INFO O| Aug 09 21:06:35.111 INFO O| Done
35102024-08-09T21:06:36.532Z[ recovery-image] Aug 09 21:06:35.135 INFO O| Aug 09 21:06:35.135 INFO O| Done
35112024-08-09T21:06:36.535Z[ recovery-image] Aug 09 21:06:35.135 INFO O| Aug 09 21:06:35.135 INFO O| Done
35122024-08-09T21:06:36.568Z[ recovery-image] Aug 09 21:06:35.172 INFO O| Aug 09 21:06:35.172 INFO O| Done
35132024-08-09T21:06:36.749Z[ recovery-image] Aug 09 21:06:35.353 INFO O| Aug 09 21:06:35.353 INFO STEP 14 (pkg_install) COMPLETE
35142024-08-09T21:06:36.749Z[ recovery-image] Aug 09 21:06:35.353 INFO O| Aug 09 21:06:35.353 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35152024-08-09T21:06:36.754Z[ recovery-image] Aug 09 21:06:35.353 INFO O| Aug 09 21:06:35.353 INFO skip step because feature "mfg" is not enabled
35162024-08-09T21:06:36.754Z[ recovery-image] Aug 09 21:06:35.353 INFO O| Aug 09 21:06:35.353 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35172024-08-09T21:06:36.754Z[ recovery-image] Aug 09 21:06:35.353 INFO O| Aug 09 21:06:35.353 INFO skip step because feature "compliance" is not enabled
35182024-08-09T21:06:36.754Z[ recovery-image] Aug 09 21:06:35.353 INFO O| Aug 09 21:06:35.353 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35192024-08-09T21:06:36.754Z[ recovery-image] Aug 09 21:06:35.353 INFO O| Aug 09 21:06:35.353 INFO skip step because feature "stress" is not enabled
35202024-08-09T21:06:36.754Z[ recovery-image] Aug 09 21:06:35.353 INFO O| Aug 09 21:06:35.353 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35212024-08-09T21:06:36.755Z[ recovery-image] Aug 09 21:06:35.353 INFO O| Aug 09 21:06:35.353 INFO skip step because feature "nfs" is not enabled
35222024-08-09T21:06:36.755Z[ recovery-image] Aug 09 21:06:35.353 INFO O| Aug 09 21:06:35.353 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35232024-08-09T21:06:36.755Z[ recovery-image] Aug 09 21:06:35.353 INFO O| Aug 09 21:06:35.353 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35242024-08-09T21:06:36.899Z[ recovery-image] Aug 09 21:06:35.502 INFO O| Aug 09 21:06:35.502 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35252024-08-09T21:06:37.028Z[ recovery-image] Aug 09 21:06:35.631 INFO O| Aug 09 21:06:35.631 INFO completed processing gimlet/ramdisk-01-os
35262024-08-09T21:06:37.035Z[ recovery-image] Aug 09 21:06:35.634 INFO image builder template: ramdisk-02-trim...
35272024-08-09T21:06:37.035Z[ recovery-image] Aug 09 21:06:35.634 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/.tmpsrWQsK/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.277", "-n", "ramdisk-02-trim"], pwd: None
35282024-08-09T21:06:37.075Z[ recovery-image] Aug 09 21:06:35.678 INFO O| Aug 09 21:06:35.678 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35292024-08-09T21:06:37.102Z[ recovery-image] Aug 09 21:06:35.705 INFO O| Aug 09 21:06:35.705 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35302024-08-09T21:06:37.223Z[ recovery-image] Aug 09 21:06:35.826 INFO O| Aug 09 21:06:35.826 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35312024-08-09T21:06:37.293Z[ recovery-image] Aug 09 21:06:35.897 INFO O| Aug 09 21:06:35.897 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35322024-08-09T21:06:37.298Z[ recovery-image] Aug 09 21:06:35.897 INFO O| Aug 09 21:06:35.897 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35332024-08-09T21:06:37.303Z[ recovery-image] Aug 09 21:06:35.907 INFO O| Aug 09 21:06:35.907 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35342024-08-09T21:06:37.311Z[ recovery-image] Aug 09 21:06:35.915 INFO O| Aug 09 21:06:35.915 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35352024-08-09T21:06:37.321Z[ recovery-image] Aug 09 21:06:35.925 INFO O| Aug 09 21:06:35.925 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35362024-08-09T21:06:37.735Z[ recovery-image] Aug 09 21:06:36.338 INFO O| Aug 09 21:06:36.338 INFO rolled back to input snapshot; work may begin
35372024-08-09T21:06:37.735Z[ recovery-image] Aug 09 21:06:36.338 INFO O| Aug 09 21:06:36.338 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35382024-08-09T21:06:37.747Z[ recovery-image] Aug 09 21:06:36.348 INFO O| Aug 09 21:06:36.348 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35392024-08-09T21:06:37.811Z[ recovery-image] Aug 09 21:06:36.410 INFO O| Aug 09 21:06:36.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
35402024-08-09T21:06:37.954Z[ recovery-image] Aug 09 21:06:36.527 INFO O| Aug 09 21:06:36.527 INFO STEP 0 (remove_files) COMPLETE
35412024-08-09T21:06:37.954Z[ recovery-image] Aug 09 21:06:36.527 INFO O| Aug 09 21:06:36.527 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35422024-08-09T21:06:37.960Z[ recovery-image] Aug 09 21:06:36.554 INFO O| Aug 09 21:06:36.554 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
35432024-08-09T21:06:37.960Z[ recovery-image] Aug 09 21:06:36.558 INFO O| Aug 09 21:06:36.557 INFO STEP 1 (remove_files) COMPLETE
35442024-08-09T21:06:37.960Z[ recovery-image] Aug 09 21:06:36.558 INFO O| Aug 09 21:06:36.557 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35452024-08-09T21:06:37.995Z[ recovery-image] Aug 09 21:06:36.596 INFO O| Aug 09 21:06:36.596 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
35462024-08-09T21:06:38.019Z[ recovery-image] Aug 09 21:06:36.621 INFO O| Aug 09 21:06:36.621 INFO STEP 2 (remove_files) COMPLETE
35472024-08-09T21:06:38.020Z[ recovery-image] Aug 09 21:06:36.621 INFO O| Aug 09 21:06:36.621 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35482024-08-09T21:06:38.059Z[ recovery-image] Aug 09 21:06:36.662 INFO O| Aug 09 21:06:36.662 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
35492024-08-09T21:06:38.064Z[ recovery-image] Aug 09 21:06:36.666 INFO O| Aug 09 21:06:36.666 INFO STEP 3 (remove_files) COMPLETE
35502024-08-09T21:06:38.064Z[ recovery-image] Aug 09 21:06:36.666 INFO O| Aug 09 21:06:36.666 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35512024-08-09T21:06:38.100Z[ recovery-image] Aug 09 21:06:36.702 INFO O| Aug 09 21:06:36.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
35522024-08-09T21:06:38.106Z[ recovery-image] Aug 09 21:06:36.710 INFO O| Aug 09 21:06:36.709 INFO STEP 4 (remove_files) COMPLETE
35532024-08-09T21:06:38.106Z[ recovery-image] Aug 09 21:06:36.710 INFO O| Aug 09 21:06:36.710 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35542024-08-09T21:06:38.132Z[ recovery-image] Aug 09 21:06:36.735 INFO O| Aug 09 21:06:36.735 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
35552024-08-09T21:06:38.137Z[ recovery-image] Aug 09 21:06:36.736 INFO O| Aug 09 21:06:36.736 INFO STEP 5 (remove_files) COMPLETE
35562024-08-09T21:06:38.137Z[ recovery-image] Aug 09 21:06:36.736 INFO O| Aug 09 21:06:36.736 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35572024-08-09T21:06:38.156Z[ recovery-image] Aug 09 21:06:36.757 INFO O| Aug 09 21:06:36.757 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
35582024-08-09T21:06:38.175Z[ recovery-image] Aug 09 21:06:36.778 INFO O| Aug 09 21:06:36.778 INFO STEP 6 (remove_files) COMPLETE
35592024-08-09T21:06:38.175Z[ recovery-image] Aug 09 21:06:36.778 INFO O| Aug 09 21:06:36.778 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35602024-08-09T21:06:38.176Z[ recovery-image] Aug 09 21:06:36.778 INFO O| Aug 09 21:06:36.778 INFO skip step because feature "recovery" is enabled
35612024-08-09T21:06:38.176Z[ recovery-image] Aug 09 21:06:36.778 INFO O| Aug 09 21:06:36.778 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35622024-08-09T21:06:38.176Z[ recovery-image] Aug 09 21:06:36.778 INFO O| Aug 09 21:06:36.778 INFO skip step because feature "recovery" is enabled
35632024-08-09T21:06:38.176Z[ recovery-image] Aug 09 21:06:36.778 INFO O| Aug 09 21:06:36.778 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35642024-08-09T21:06:38.176Z[ recovery-image] Aug 09 21:06:36.778 INFO O| Aug 09 21:06:36.778 INFO skip step because feature "recovery" is enabled
35652024-08-09T21:06:38.176Z[ recovery-image] Aug 09 21:06:36.778 INFO O| Aug 09 21:06:36.778 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35662024-08-09T21:06:38.217Z[ recovery-image] Aug 09 21:06:36.811 INFO O| Aug 09 21:06:36.811 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
35672024-08-09T21:06:38.221Z[ recovery-image] Aug 09 21:06:36.818 INFO O| Aug 09 21:06:36.818 INFO STEP 10 (remove_files) COMPLETE
35682024-08-09T21:06:38.222Z[ recovery-image] Aug 09 21:06:36.818 INFO O| Aug 09 21:06:36.818 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35692024-08-09T21:06:38.268Z[ recovery-image] Aug 09 21:06:36.871 INFO O| Aug 09 21:06:36.871 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
35702024-08-09T21:06:38.273Z[ recovery-image] Aug 09 21:06:36.873 INFO O| Aug 09 21:06:36.873 INFO STEP 11 (remove_files) COMPLETE
35712024-08-09T21:06:38.273Z[ recovery-image] Aug 09 21:06:36.873 INFO O| Aug 09 21:06:36.873 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35722024-08-09T21:06:38.289Z[ recovery-image] Aug 09 21:06:36.893 INFO O| Aug 09 21:06:36.892 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
35732024-08-09T21:06:38.294Z[ recovery-image] Aug 09 21:06:36.895 INFO O| Aug 09 21:06:36.895 INFO STEP 12 (remove_files) COMPLETE
35742024-08-09T21:06:38.294Z[ recovery-image] Aug 09 21:06:36.895 INFO O| Aug 09 21:06:36.895 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35752024-08-09T21:06:38.423Z[ recovery-image] Aug 09 21:06:37.026 INFO O| Aug 09 21:06:37.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
35762024-08-09T21:06:38.430Z[ recovery-image] Aug 09 21:06:37.032 INFO O| Aug 09 21:06:37.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
35772024-08-09T21:06:38.435Z[ recovery-image] Aug 09 21:06:37.035 INFO O| Aug 09 21:06:37.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
35782024-08-09T21:06:38.523Z[ recovery-image] Aug 09 21:06:37.126 INFO O| Aug 09 21:06:37.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
35792024-08-09T21:06:38.833Z[ recovery-image] Aug 09 21:06:37.380 INFO O| Aug 09 21:06:37.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
35802024-08-09T21:06:38.842Z[ recovery-image] Aug 09 21:06:37.393 INFO O| Aug 09 21:06:37.392 INFO STEP 13 (remove_files) COMPLETE
35812024-08-09T21:06:38.842Z[ recovery-image] Aug 09 21:06:37.393 INFO O| Aug 09 21:06:37.393 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35822024-08-09T21:06:38.850Z[ recovery-image] Aug 09 21:06:37.449 INFO O| Aug 09 21:06:37.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
35832024-08-09T21:06:38.850Z[ recovery-image] Aug 09 21:06:37.452 INFO O| Aug 09 21:06:37.452 INFO STEP 14 (remove_files) COMPLETE
35842024-08-09T21:06:38.850Z[ recovery-image] Aug 09 21:06:37.452 INFO O| Aug 09 21:06:37.452 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35852024-08-09T21:06:38.868Z[ recovery-image] Aug 09 21:06:37.471 INFO O| Aug 09 21:06:37.471 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
35862024-08-09T21:06:38.878Z[ recovery-image] Aug 09 21:06:37.481 INFO O| Aug 09 21:06:37.481 INFO STEP 15 (remove_files) COMPLETE
35872024-08-09T21:06:38.878Z[ recovery-image] Aug 09 21:06:37.481 INFO O| Aug 09 21:06:37.481 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35882024-08-09T21:06:38.916Z[ recovery-image] Aug 09 21:06:37.519 INFO O| Aug 09 21:06:37.519 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
35892024-08-09T21:06:38.921Z[ recovery-image] Aug 09 21:06:37.520 INFO O| Aug 09 21:06:37.520 INFO STEP 16 (remove_files) COMPLETE
35902024-08-09T21:06:38.921Z[ recovery-image] Aug 09 21:06:37.520 INFO O| Aug 09 21:06:37.520 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35912024-08-09T21:06:38.938Z[ recovery-image] Aug 09 21:06:37.541 INFO O| Aug 09 21:06:37.541 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
35922024-08-09T21:06:38.945Z[ recovery-image] Aug 09 21:06:37.543 INFO O| Aug 09 21:06:37.543 INFO STEP 17 (remove_files) COMPLETE
35932024-08-09T21:06:38.945Z[ recovery-image] Aug 09 21:06:37.543 INFO O| Aug 09 21:06:37.543 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35942024-08-09T21:06:38.995Z[ recovery-image] Aug 09 21:06:37.575 INFO O| Aug 09 21:06:37.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
35952024-08-09T21:06:38.996Z[ recovery-image] Aug 09 21:06:37.575 INFO O| Aug 09 21:06:37.575 INFO STEP 18 (remove_files) COMPLETE
35962024-08-09T21:06:38.999Z[ recovery-image] Aug 09 21:06:37.575 INFO O| Aug 09 21:06:37.575 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35972024-08-09T21:06:39.039Z[ recovery-image] Aug 09 21:06:37.635 INFO O| Aug 09 21:06:37.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
35982024-08-09T21:06:39.039Z[ recovery-image] Aug 09 21:06:37.635 INFO O| Aug 09 21:06:37.635 INFO STEP 19 (remove_files) COMPLETE
35992024-08-09T21:06:39.039Z[ recovery-image] Aug 09 21:06:37.635 INFO O| Aug 09 21:06:37.635 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36002024-08-09T21:06:39.055Z[ recovery-image] Aug 09 21:06:37.658 INFO O| Aug 09 21:06:37.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36012024-08-09T21:06:39.059Z[ recovery-image] Aug 09 21:06:37.658 INFO O| Aug 09 21:06:37.658 INFO STEP 20 (remove_files) COMPLETE
36022024-08-09T21:06:39.059Z[ recovery-image] Aug 09 21:06:37.659 INFO O| Aug 09 21:06:37.659 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36032024-08-09T21:06:39.077Z[ recovery-image] Aug 09 21:06:37.680 INFO O| Aug 09 21:06:37.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36042024-08-09T21:06:39.081Z[ recovery-image] Aug 09 21:06:37.680 INFO O| Aug 09 21:06:37.680 INFO STEP 21 (remove_files) COMPLETE
36052024-08-09T21:06:39.081Z[ recovery-image] Aug 09 21:06:37.681 INFO O| Aug 09 21:06:37.680 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36062024-08-09T21:06:39.100Z[ recovery-image] Aug 09 21:06:37.704 INFO O| Aug 09 21:06:37.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36072024-08-09T21:06:39.103Z[ recovery-image] Aug 09 21:06:37.704 INFO O| Aug 09 21:06:37.704 INFO STEP 22 (remove_files) COMPLETE
36082024-08-09T21:06:39.103Z[ recovery-image] Aug 09 21:06:37.704 INFO O| Aug 09 21:06:37.704 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36092024-08-09T21:06:39.127Z[ recovery-image] Aug 09 21:06:37.730 INFO O| Aug 09 21:06:37.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36102024-08-09T21:06:39.127Z[ recovery-image] Aug 09 21:06:37.730 INFO O| Aug 09 21:06:37.730 INFO STEP 23 (remove_files) COMPLETE
36112024-08-09T21:06:39.127Z[ recovery-image] Aug 09 21:06:37.730 INFO O| Aug 09 21:06:37.730 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36122024-08-09T21:06:39.148Z[ recovery-image] Aug 09 21:06:37.751 INFO O| Aug 09 21:06:37.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36132024-08-09T21:06:39.148Z[ recovery-image] Aug 09 21:06:37.751 INFO O| Aug 09 21:06:37.751 INFO STEP 24 (remove_files) COMPLETE
36142024-08-09T21:06:39.148Z[ recovery-image] Aug 09 21:06:37.752 INFO O| Aug 09 21:06:37.751 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36152024-08-09T21:06:39.188Z[ recovery-image] Aug 09 21:06:37.791 INFO O| Aug 09 21:06:37.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36162024-08-09T21:06:39.188Z[ recovery-image] Aug 09 21:06:37.791 INFO O| Aug 09 21:06:37.791 INFO STEP 25 (remove_files) COMPLETE
36172024-08-09T21:06:39.188Z[ recovery-image] Aug 09 21:06:37.791 INFO O| Aug 09 21:06:37.791 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36182024-08-09T21:06:39.208Z[ recovery-image] Aug 09 21:06:37.811 INFO O| Aug 09 21:06:37.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36192024-08-09T21:06:39.208Z[ recovery-image] Aug 09 21:06:37.811 INFO O| Aug 09 21:06:37.811 INFO STEP 26 (remove_files) COMPLETE
36202024-08-09T21:06:39.213Z[ recovery-image] Aug 09 21:06:37.811 INFO O| Aug 09 21:06:37.811 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36212024-08-09T21:06:39.228Z[ recovery-image] Aug 09 21:06:37.831 INFO O| Aug 09 21:06:37.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36222024-08-09T21:06:39.228Z[ recovery-image] Aug 09 21:06:37.831 INFO O| Aug 09 21:06:37.831 INFO STEP 27 (remove_files) COMPLETE
36232024-08-09T21:06:39.233Z[ recovery-image] Aug 09 21:06:37.831 INFO O| Aug 09 21:06:37.831 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36242024-08-09T21:06:39.309Z[ recovery-image] Aug 09 21:06:37.911 INFO O| Aug 09 21:06:37.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36252024-08-09T21:06:39.309Z[ recovery-image] Aug 09 21:06:37.911 INFO O| Aug 09 21:06:37.911 INFO STEP 28 (remove_files) COMPLETE
36262024-08-09T21:06:39.309Z[ recovery-image] Aug 09 21:06:37.911 INFO O| Aug 09 21:06:37.911 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36272024-08-09T21:06:39.330Z[ recovery-image] Aug 09 21:06:37.933 INFO O| Aug 09 21:06:37.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36282024-08-09T21:06:39.331Z[ recovery-image] Aug 09 21:06:37.933 INFO O| Aug 09 21:06:37.933 INFO STEP 29 (remove_files) COMPLETE
36292024-08-09T21:06:39.335Z[ recovery-image] Aug 09 21:06:37.933 INFO O| Aug 09 21:06:37.933 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36302024-08-09T21:06:39.351Z[ recovery-image] Aug 09 21:06:37.954 INFO O| Aug 09 21:06:37.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36312024-08-09T21:06:39.351Z[ recovery-image] Aug 09 21:06:37.954 INFO O| Aug 09 21:06:37.954 INFO STEP 30 (remove_files) COMPLETE
36322024-08-09T21:06:39.355Z[ recovery-image] Aug 09 21:06:37.954 INFO O| Aug 09 21:06:37.954 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36332024-08-09T21:06:39.398Z[ recovery-image] Aug 09 21:06:37.994 INFO O| Aug 09 21:06:37.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36342024-08-09T21:06:39.398Z[ recovery-image] Aug 09 21:06:37.994 INFO O| Aug 09 21:06:37.994 INFO STEP 31 (remove_files) COMPLETE
36352024-08-09T21:06:39.398Z[ recovery-image] Aug 09 21:06:37.994 INFO O| Aug 09 21:06:37.994 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36362024-08-09T21:06:39.450Z[ recovery-image] Aug 09 21:06:38.053 INFO O| Aug 09 21:06:38.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36372024-08-09T21:06:39.451Z[ recovery-image] Aug 09 21:06:38.054 INFO O| Aug 09 21:06:38.053 INFO STEP 32 (remove_files) COMPLETE
36382024-08-09T21:06:39.455Z[ recovery-image] Aug 09 21:06:38.054 INFO O| Aug 09 21:06:38.054 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36392024-08-09T21:06:39.485Z[ recovery-image] Aug 09 21:06:38.088 INFO O| Aug 09 21:06:38.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
36402024-08-09T21:06:39.489Z[ recovery-image] Aug 09 21:06:38.089 INFO O| Aug 09 21:06:38.088 INFO STEP 33 (remove_files) COMPLETE
36412024-08-09T21:06:39.489Z[ recovery-image] Aug 09 21:06:38.089 INFO O| Aug 09 21:06:38.089 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36422024-08-09T21:06:39.504Z[ recovery-image] Aug 09 21:06:38.107 INFO O| Aug 09 21:06:38.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
36432024-08-09T21:06:39.504Z[ recovery-image] Aug 09 21:06:38.107 INFO O| Aug 09 21:06:38.107 INFO STEP 34 (remove_files) COMPLETE
36442024-08-09T21:06:39.507Z[ recovery-image] Aug 09 21:06:38.107 INFO O| Aug 09 21:06:38.107 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36452024-08-09T21:06:39.524Z[ recovery-image] Aug 09 21:06:38.127 INFO O| Aug 09 21:06:38.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
36462024-08-09T21:06:39.525Z[ recovery-image] Aug 09 21:06:38.127 INFO O| Aug 09 21:06:38.127 INFO STEP 35 (remove_files) COMPLETE
36472024-08-09T21:06:39.525Z[ recovery-image] Aug 09 21:06:38.127 INFO O| Aug 09 21:06:38.127 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36482024-08-09T21:06:39.601Z[ recovery-image] Aug 09 21:06:38.204 INFO O| Aug 09 21:06:38.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
36492024-08-09T21:06:39.604Z[ recovery-image] Aug 09 21:06:38.204 INFO O| Aug 09 21:06:38.204 INFO STEP 36 (remove_files) COMPLETE
36502024-08-09T21:06:39.604Z[ recovery-image] Aug 09 21:06:38.204 INFO O| Aug 09 21:06:38.204 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36512024-08-09T21:06:39.621Z[ recovery-image] Aug 09 21:06:38.224 INFO O| Aug 09 21:06:38.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
36522024-08-09T21:06:39.621Z[ recovery-image] Aug 09 21:06:38.224 INFO O| Aug 09 21:06:38.224 INFO STEP 37 (remove_files) COMPLETE
36532024-08-09T21:06:39.625Z[ recovery-image] Aug 09 21:06:38.224 INFO O| Aug 09 21:06:38.224 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36542024-08-09T21:06:39.639Z[ recovery-image] Aug 09 21:06:38.242 INFO O| Aug 09 21:06:38.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
36552024-08-09T21:06:39.639Z[ recovery-image] Aug 09 21:06:38.242 INFO O| Aug 09 21:06:38.242 INFO STEP 38 (remove_files) COMPLETE
36562024-08-09T21:06:39.639Z[ recovery-image] Aug 09 21:06:38.242 INFO O| Aug 09 21:06:38.242 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36572024-08-09T21:06:39.668Z[ recovery-image] Aug 09 21:06:38.269 INFO O| Aug 09 21:06:38.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
36582024-08-09T21:06:39.668Z[ recovery-image] Aug 09 21:06:38.269 INFO O| Aug 09 21:06:38.269 INFO STEP 39 (remove_files) COMPLETE
36592024-08-09T21:06:39.668Z[ recovery-image] Aug 09 21:06:38.269 INFO O| Aug 09 21:06:38.269 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36602024-08-09T21:06:39.698Z[ recovery-image] Aug 09 21:06:38.290 INFO O| Aug 09 21:06:38.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
36612024-08-09T21:06:39.699Z[ recovery-image] Aug 09 21:06:38.290 INFO O| Aug 09 21:06:38.290 INFO STEP 40 (remove_files) COMPLETE
36622024-08-09T21:06:39.699Z[ recovery-image] Aug 09 21:06:38.290 INFO O| Aug 09 21:06:38.290 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36632024-08-09T21:06:39.728Z[ recovery-image] Aug 09 21:06:38.330 INFO O| Aug 09 21:06:38.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
36642024-08-09T21:06:39.728Z[ recovery-image] Aug 09 21:06:38.330 INFO O| Aug 09 21:06:38.330 INFO STEP 41 (remove_files) COMPLETE
36652024-08-09T21:06:39.728Z[ recovery-image] Aug 09 21:06:38.330 INFO O| Aug 09 21:06:38.330 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36662024-08-09T21:06:39.783Z[ recovery-image] Aug 09 21:06:38.386 INFO O| Aug 09 21:06:38.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
36672024-08-09T21:06:39.789Z[ recovery-image] Aug 09 21:06:38.387 INFO O| Aug 09 21:06:38.387 INFO STEP 42 (remove_files) COMPLETE
36682024-08-09T21:06:39.790Z[ recovery-image] Aug 09 21:06:38.387 INFO O| Aug 09 21:06:38.387 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36692024-08-09T21:06:39.824Z[ recovery-image] Aug 09 21:06:38.427 INFO O| Aug 09 21:06:38.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
36702024-08-09T21:06:39.824Z[ recovery-image] Aug 09 21:06:38.427 INFO O| Aug 09 21:06:38.427 INFO STEP 43 (remove_files) COMPLETE
36712024-08-09T21:06:39.824Z[ recovery-image] Aug 09 21:06:38.427 INFO O| Aug 09 21:06:38.427 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36722024-08-09T21:06:39.845Z[ recovery-image] Aug 09 21:06:38.448 INFO O| Aug 09 21:06:38.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
36732024-08-09T21:06:39.845Z[ recovery-image] Aug 09 21:06:38.448 INFO O| Aug 09 21:06:38.448 INFO STEP 44 (remove_files) COMPLETE
36742024-08-09T21:06:39.848Z[ recovery-image] Aug 09 21:06:38.448 INFO O| Aug 09 21:06:38.448 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36752024-08-09T21:06:39.877Z[ recovery-image] Aug 09 21:06:38.480 INFO O| Aug 09 21:06:38.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
36762024-08-09T21:06:39.877Z[ recovery-image] Aug 09 21:06:38.480 INFO O| Aug 09 21:06:38.480 INFO STEP 45 (remove_files) COMPLETE
36772024-08-09T21:06:39.936Z[ recovery-image] Aug 09 21:06:38.480 INFO O| Aug 09 21:06:38.480 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36782024-08-09T21:06:39.937Z[ recovery-image] Aug 09 21:06:38.528 INFO O| Aug 09 21:06:38.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
36792024-08-09T21:06:39.937Z[ recovery-image] Aug 09 21:06:38.528 INFO O| Aug 09 21:06:38.528 INFO STEP 46 (remove_files) COMPLETE
36802024-08-09T21:06:39.938Z[ recovery-image] Aug 09 21:06:38.528 INFO O| Aug 09 21:06:38.528 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36812024-08-09T21:06:39.973Z[ recovery-image] Aug 09 21:06:38.565 INFO O| Aug 09 21:06:38.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
36822024-08-09T21:06:39.973Z[ recovery-image] Aug 09 21:06:38.566 INFO O| Aug 09 21:06:38.566 INFO STEP 47 (remove_files) COMPLETE
36832024-08-09T21:06:39.982Z[ recovery-image] Aug 09 21:06:38.566 INFO O| Aug 09 21:06:38.566 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36842024-08-09T21:06:40.111Z[ recovery-image] Aug 09 21:06:38.602 INFO O| Aug 09 21:06:38.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
36852024-08-09T21:06:40.111Z[ recovery-image] Aug 09 21:06:38.602 INFO O| Aug 09 21:06:38.602 INFO STEP 48 (remove_files) COMPLETE
36862024-08-09T21:06:40.117Z[ recovery-image] Aug 09 21:06:38.602 INFO O| Aug 09 21:06:38.602 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36872024-08-09T21:06:40.117Z[ recovery-image] Aug 09 21:06:38.644 INFO O| Aug 09 21:06:38.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
36882024-08-09T21:06:40.117Z[ recovery-image] Aug 09 21:06:38.644 INFO O| Aug 09 21:06:38.644 INFO STEP 49 (remove_files) COMPLETE
36892024-08-09T21:06:40.117Z[ recovery-image] Aug 09 21:06:38.644 INFO O| Aug 09 21:06:38.644 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36902024-08-09T21:06:40.117Z[ recovery-image] Aug 09 21:06:38.663 INFO O| Aug 09 21:06:38.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
36912024-08-09T21:06:40.117Z[ recovery-image] Aug 09 21:06:38.663 INFO O| Aug 09 21:06:38.663 INFO STEP 50 (remove_files) COMPLETE
36922024-08-09T21:06:40.117Z[ recovery-image] Aug 09 21:06:38.663 INFO O| Aug 09 21:06:38.663 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36932024-08-09T21:06:40.117Z[ recovery-image] Aug 09 21:06:38.683 INFO O| Aug 09 21:06:38.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
36942024-08-09T21:06:40.117Z[ recovery-image] Aug 09 21:06:38.683 INFO O| Aug 09 21:06:38.683 INFO STEP 51 (remove_files) COMPLETE
36952024-08-09T21:06:40.117Z[ recovery-image] Aug 09 21:06:38.683 INFO O| Aug 09 21:06:38.683 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36962024-08-09T21:06:40.122Z[ recovery-image] Aug 09 21:06:38.723 INFO O| Aug 09 21:06:38.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
36972024-08-09T21:06:40.122Z[ recovery-image] Aug 09 21:06:38.723 INFO O| Aug 09 21:06:38.723 INFO STEP 52 (remove_files) COMPLETE
36982024-08-09T21:06:40.122Z[ recovery-image] Aug 09 21:06:38.723 INFO O| Aug 09 21:06:38.723 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36992024-08-09T21:06:40.160Z[ recovery-image] Aug 09 21:06:38.762 INFO O| Aug 09 21:06:38.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37002024-08-09T21:06:40.160Z[ recovery-image] Aug 09 21:06:38.762 INFO O| Aug 09 21:06:38.762 INFO STEP 53 (remove_files) COMPLETE
37012024-08-09T21:06:40.166Z[ recovery-image] Aug 09 21:06:38.762 INFO O| Aug 09 21:06:38.762 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-08-09T21:06:40.178Z[ recovery-image] Aug 09 21:06:38.782 INFO O| Aug 09 21:06:38.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37032024-08-09T21:06:40.179Z[ recovery-image] Aug 09 21:06:38.782 INFO O| Aug 09 21:06:38.782 INFO STEP 54 (remove_files) COMPLETE
37042024-08-09T21:06:40.179Z[ recovery-image] Aug 09 21:06:38.782 INFO O| Aug 09 21:06:38.782 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-08-09T21:06:40.220Z[ recovery-image] Aug 09 21:06:38.822 INFO O| Aug 09 21:06:38.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37062024-08-09T21:06:40.220Z[ recovery-image] Aug 09 21:06:38.823 INFO O| Aug 09 21:06:38.823 INFO STEP 55 (remove_files) COMPLETE
37072024-08-09T21:06:40.222Z[ recovery-image] Aug 09 21:06:38.823 INFO O| Aug 09 21:06:38.823 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-08-09T21:06:40.243Z[ recovery-image] Aug 09 21:06:38.846 INFO O| Aug 09 21:06:38.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37092024-08-09T21:06:40.243Z[ recovery-image] Aug 09 21:06:38.846 INFO O| Aug 09 21:06:38.846 INFO STEP 56 (remove_files) COMPLETE
37102024-08-09T21:06:40.243Z[ recovery-image] Aug 09 21:06:38.846 INFO O| Aug 09 21:06:38.846 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-08-09T21:06:40.263Z[ recovery-image] Aug 09 21:06:38.866 INFO O| Aug 09 21:06:38.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37122024-08-09T21:06:40.263Z[ recovery-image] Aug 09 21:06:38.866 INFO O| Aug 09 21:06:38.866 INFO STEP 57 (remove_files) COMPLETE
37132024-08-09T21:06:40.271Z[ recovery-image] Aug 09 21:06:38.866 INFO O| Aug 09 21:06:38.866 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-08-09T21:06:40.302Z[ recovery-image] Aug 09 21:06:38.905 INFO O| Aug 09 21:06:38.905 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37152024-08-09T21:06:40.302Z[ recovery-image] Aug 09 21:06:38.905 INFO O| Aug 09 21:06:38.905 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37162024-08-09T21:06:40.309Z[ recovery-image] Aug 09 21:06:38.905 INFO O| Aug 09 21:06:38.905 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37172024-08-09T21:06:40.309Z[ recovery-image] Aug 09 21:06:38.905 INFO O| Aug 09 21:06:38.905 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37182024-08-09T21:06:40.309Z[ recovery-image] Aug 09 21:06:38.905 INFO O| Aug 09 21:06:38.905 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37192024-08-09T21:06:40.309Z[ recovery-image] Aug 09 21:06:38.905 INFO O| Aug 09 21:06:38.905 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37202024-08-09T21:06:40.309Z[ recovery-image] Aug 09 21:06:38.905 INFO O| Aug 09 21:06:38.905 INFO ok!
37212024-08-09T21:06:40.309Z[ recovery-image] Aug 09 21:06:38.905 INFO O| Aug 09 21:06:38.905 INFO STEP 58 (ensure_file) COMPLETE
37222024-08-09T21:06:40.309Z[ recovery-image] Aug 09 21:06:38.905 INFO O| Aug 09 21:06:38.905 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-08-09T21:06:40.390Z[ recovery-image] Aug 09 21:06:38.993 INFO O| Aug 09 21:06:38.993 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37242024-08-09T21:06:40.390Z[ recovery-image] Aug 09 21:06:38.993 INFO O| Aug 09 21:06:38.993 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37252024-08-09T21:06:40.400Z[ recovery-image] Aug 09 21:06:38.994 INFO O| Aug 09 21:06:38.994 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37262024-08-09T21:06:40.400Z[ recovery-image] Aug 09 21:06:38.994 INFO O| Aug 09 21:06:38.994 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37272024-08-09T21:06:40.400Z[ recovery-image] Aug 09 21:06:38.994 INFO O| Aug 09 21:06:38.994 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37282024-08-09T21:06:40.400Z[ recovery-image] Aug 09 21:06:38.994 INFO O| Aug 09 21:06:38.994 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37292024-08-09T21:06:40.400Z[ recovery-image] Aug 09 21:06:38.994 INFO O| Aug 09 21:06:38.994 INFO ok!
37302024-08-09T21:06:40.400Z[ recovery-image] Aug 09 21:06:38.994 INFO O| Aug 09 21:06:38.994 INFO STEP 59 (ensure_file) COMPLETE
37312024-08-09T21:06:40.400Z[ recovery-image] Aug 09 21:06:38.994 INFO O| Aug 09 21:06:38.994 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-09T21:06:40.434Z[ recovery-image] Aug 09 21:06:39.037 INFO O| Aug 09 21:06:39.037 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37332024-08-09T21:06:40.435Z[ recovery-image] Aug 09 21:06:39.037 INFO O| Aug 09 21:06:39.037 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37342024-08-09T21:06:40.435Z[ recovery-image] Aug 09 21:06:39.037 INFO O| Aug 09 21:06:39.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37352024-08-09T21:06:44.158Z[ recovery-image] Aug 09 21:06:39.037 INFO O| Aug 09 21:06:39.037 INFO ok!
37362024-08-09T21:06:44.159Z[ recovery-image] Aug 09 21:06:39.037 INFO O| Aug 09 21:06:39.037 INFO STEP 60 (ensure_file) COMPLETE
37372024-08-09T21:06:44.159Z[ recovery-image] Aug 09 21:06:39.037 INFO O| Aug 09 21:06:39.037 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-08-09T21:06:44.159Z[ recovery-image] Aug 09 21:06:39.069 INFO O| Aug 09 21:06:39.068 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
37392024-08-09T21:06:44.159Z[ recovery-image] Aug 09 21:06:39.069 INFO O| Aug 09 21:06:39.069 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
37402024-08-09T21:06:44.159Z[ recovery-image] Aug 09 21:06:39.069 INFO O| Aug 09 21:06:39.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
37412024-08-09T21:06:44.159Z[ recovery-image] Aug 09 21:06:39.069 INFO O| Aug 09 21:06:39.069 INFO ok!
37422024-08-09T21:06:44.159Z[ recovery-image] Aug 09 21:06:39.069 INFO O| Aug 09 21:06:39.069 INFO STEP 61 (ensure_file) COMPLETE
37432024-08-09T21:06:44.159Z[ recovery-image] Aug 09 21:06:39.069 INFO O| Aug 09 21:06:39.069 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-08-09T21:06:44.159Z[ recovery-image] Aug 09 21:06:39.137 INFO O| Aug 09 21:06:39.137 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
37452024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.137 INFO O| Aug 09 21:06:39.137 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
37462024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.137 INFO O| Aug 09 21:06:39.137 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37472024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.137 INFO O| Aug 09 21:06:39.137 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37482024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.137 INFO O| Aug 09 21:06:39.137 INFO ok!
37492024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.137 INFO O| Aug 09 21:06:39.137 INFO STEP 62 (ensure_file) COMPLETE
37502024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.137 INFO O| Aug 09 21:06:39.137 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37512024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.159 INFO O| Aug 09 21:06:39.159 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
37522024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.159 INFO O| Aug 09 21:06:39.159 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
37532024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.159 INFO O| Aug 09 21:06:39.159 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37542024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.159 INFO O| Aug 09 21:06:39.159 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37552024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.159 INFO O| Aug 09 21:06:39.159 INFO ok!
37562024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.159 INFO O| Aug 09 21:06:39.159 INFO STEP 63 (ensure_file) COMPLETE
37572024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.159 INFO O| Aug 09 21:06:39.159 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37582024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.181 INFO O| Aug 09 21:06:39.181 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
37592024-08-09T21:06:44.160Z[ recovery-image] Aug 09 21:06:39.182 INFO O| Aug 09 21:06:39.181 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
37602024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.182 INFO O| Aug 09 21:06:39.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
37612024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.182 INFO O| Aug 09 21:06:39.182 INFO ok!
37622024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.182 INFO O| Aug 09 21:06:39.182 INFO STEP 64 (assemble_files) COMPLETE
37632024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.182 INFO O| Aug 09 21:06:39.182 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37642024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.221 INFO O| Aug 09 21:06:39.221 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
37652024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.221 INFO O| Aug 09 21:06:39.221 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
37662024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.221 INFO O| Aug 09 21:06:39.221 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37672024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.222 INFO O| Aug 09 21:06:39.221 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37682024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.222 INFO O| Aug 09 21:06:39.222 INFO ok!
37692024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.222 INFO O| Aug 09 21:06:39.222 INFO STEP 65 (ensure_file) COMPLETE
37702024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.222 INFO O| Aug 09 21:06:39.222 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.222 INFO O| Aug 09 21:06:39.222 INFO skip step because feature "omicron1" is not enabled
37722024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.222 INFO O| Aug 09 21:06:39.222 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37732024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.222 INFO O| Aug 09 21:06:39.222 INFO skip step because feature "omicron1" is not enabled
37742024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.222 INFO O| Aug 09 21:06:39.222 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.222 INFO O| Aug 09 21:06:39.222 INFO skip step because feature "omicron1" is not enabled
37762024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.222 INFO O| Aug 09 21:06:39.222 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-08-09T21:06:44.161Z[ recovery-image] Aug 09 21:06:39.254 INFO O| Aug 09 21:06:39.253 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
37782024-08-09T21:06:44.162Z[ recovery-image] Aug 09 21:06:39.254 INFO O| Aug 09 21:06:39.254 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
37792024-08-09T21:06:44.162Z[ recovery-image] Aug 09 21:06:42.506 INFO O| Aug 09 21:06:42.505 INFO STEP 69 (pack_tar) COMPLETE
37802024-08-09T21:06:44.162Z[ recovery-image] Aug 09 21:06:42.506 INFO O| Aug 09 21:06:42.506 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37812024-08-09T21:06:44.162Z[ recovery-image] Aug 09 21:06:42.506 INFO O| Aug 09 21:06:42.506 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
37822024-08-09T21:06:44.197Z[ recovery-image] Aug 09 21:06:42.776 INFO O| Aug 09 21:06:42.776 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37832024-08-09T21:06:44.286Z[ recovery-image] Aug 09 21:06:42.889 INFO O| Aug 09 21:06:42.888 INFO completed processing gimlet/ramdisk-02-trim
37842024-08-09T21:06:44.290Z[ recovery-image] Aug 09 21:06:42.892 INFO image builder template: ramdisk-03-recovery-trim...
37852024-08-09T21:06:44.290Z[ recovery-image] Aug 09 21:06:42.892 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/.tmpsrWQsK/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.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
37862024-08-09T21:06:44.406Z[ recovery-image] Aug 09 21:06:43.008 INFO O| Aug 09 21:06:43.008 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
37872024-08-09T21:06:44.435Z[ recovery-image] Aug 09 21:06:43.038 INFO O| Aug 09 21:06:43.038 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
37882024-08-09T21:06:44.560Z[ recovery-image] Aug 09 21:06:43.163 INFO O| Aug 09 21:06:43.163 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
37892024-08-09T21:06:44.669Z[ recovery-image] Aug 09 21:06:43.271 INFO O| Aug 09 21:06:43.271 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
37902024-08-09T21:06:44.669Z[ recovery-image] Aug 09 21:06:43.272 INFO O| Aug 09 21:06:43.272 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37912024-08-09T21:06:44.687Z[ recovery-image] Aug 09 21:06:43.289 INFO O| Aug 09 21:06:43.289 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
37922024-08-09T21:06:44.697Z[ recovery-image] Aug 09 21:06:43.299 INFO O| Aug 09 21:06:43.299 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37932024-08-09T21:06:44.707Z[ recovery-image] Aug 09 21:06:43.310 INFO O| Aug 09 21:06:43.309 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
37942024-08-09T21:06:45.208Z[ recovery-image] Aug 09 21:06:43.810 INFO O| Aug 09 21:06:43.810 INFO rolled back to input snapshot; work may begin
37952024-08-09T21:06:45.208Z[ recovery-image] Aug 09 21:06:43.810 INFO O| Aug 09 21:06:43.810 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37962024-08-09T21:06:45.219Z[ recovery-image] Aug 09 21:06:43.821 INFO O| Aug 09 21:06:43.821 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37972024-08-09T21:06:45.260Z[ recovery-image] Aug 09 21:06:43.863 INFO O| Aug 09 21:06:43.863 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
37982024-08-09T21:06:45.263Z[ recovery-image] Aug 09 21:06:43.866 INFO O| Aug 09 21:06:43.866 INFO STEP 0 (remove_files) COMPLETE
37992024-08-09T21:06:45.263Z[ recovery-image] Aug 09 21:06:43.866 INFO O| Aug 09 21:06:43.866 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38002024-08-09T21:06:45.292Z[ recovery-image] Aug 09 21:06:43.894 INFO O| Aug 09 21:06:43.894 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38012024-08-09T21:06:45.489Z[ recovery-image] Aug 09 21:06:44.092 INFO O| Aug 09 21:06:44.092 INFO STEP 1 (remove_files) COMPLETE
38022024-08-09T21:06:45.490Z[ recovery-image] Aug 09 21:06:44.092 INFO O| Aug 09 21:06:44.092 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38032024-08-09T21:06:45.513Z[ recovery-image] Aug 09 21:06:44.115 INFO O| Aug 09 21:06:44.115 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38042024-08-09T21:06:45.602Z[ recovery-image] Aug 09 21:06:44.205 INFO O| Aug 09 21:06:44.204 INFO STEP 2 (remove_files) COMPLETE
38052024-08-09T21:06:45.602Z[ recovery-image] Aug 09 21:06:44.205 INFO O| Aug 09 21:06:44.205 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38062024-08-09T21:06:45.640Z[ recovery-image] Aug 09 21:06:44.242 INFO O| Aug 09 21:06:44.242 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38072024-08-09T21:06:45.746Z[ recovery-image] Aug 09 21:06:44.349 INFO O| Aug 09 21:06:44.349 INFO STEP 3 (remove_files) COMPLETE
38082024-08-09T21:06:45.747Z[ recovery-image] Aug 09 21:06:44.349 INFO O| Aug 09 21:06:44.349 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38092024-08-09T21:06:45.796Z[ recovery-image] Aug 09 21:06:44.399 INFO O| Aug 09 21:06:44.399 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38102024-08-09T21:06:46.000Z[ recovery-image] Aug 09 21:06:44.602 INFO O| Aug 09 21:06:44.602 INFO STEP 4 (remove_files) COMPLETE
38112024-08-09T21:06:46.003Z[ recovery-image] Aug 09 21:06:44.602 INFO O| Aug 09 21:06:44.602 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38122024-08-09T21:06:46.033Z[ recovery-image] Aug 09 21:06:44.635 INFO O| Aug 09 21:06:44.635 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38132024-08-09T21:06:46.036Z[ recovery-image] Aug 09 21:06:44.639 INFO O| Aug 09 21:06:44.639 INFO STEP 5 (remove_files) COMPLETE
38142024-08-09T21:06:46.036Z[ recovery-image] Aug 09 21:06:44.639 INFO O| Aug 09 21:06:44.639 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38152024-08-09T21:06:46.107Z[ recovery-image] Aug 09 21:06:44.709 INFO O| Aug 09 21:06:44.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38162024-08-09T21:06:46.126Z[ recovery-image] Aug 09 21:06:44.729 INFO O| Aug 09 21:06:44.729 INFO STEP 6 (remove_files) COMPLETE
38172024-08-09T21:06:46.126Z[ recovery-image] Aug 09 21:06:44.729 INFO O| Aug 09 21:06:44.729 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38182024-08-09T21:06:46.170Z[ recovery-image] Aug 09 21:06:44.773 INFO O| Aug 09 21:06:44.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38192024-08-09T21:06:46.173Z[ recovery-image] Aug 09 21:06:44.774 INFO O| Aug 09 21:06:44.774 INFO STEP 7 (remove_files) COMPLETE
38202024-08-09T21:06:46.173Z[ recovery-image] Aug 09 21:06:44.775 INFO O| Aug 09 21:06:44.774 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38212024-08-09T21:06:46.230Z[ recovery-image] Aug 09 21:06:44.832 INFO O| Aug 09 21:06:44.832 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38222024-08-09T21:06:46.247Z[ recovery-image] Aug 09 21:06:44.849 INFO O| Aug 09 21:06:44.849 INFO STEP 8 (remove_files) COMPLETE
38232024-08-09T21:06:46.247Z[ recovery-image] Aug 09 21:06:44.849 INFO O| Aug 09 21:06:44.849 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38242024-08-09T21:06:46.270Z[ recovery-image] Aug 09 21:06:44.873 INFO O| Aug 09 21:06:44.873 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38252024-08-09T21:06:46.273Z[ recovery-image] Aug 09 21:06:44.874 INFO O| Aug 09 21:06:44.874 INFO STEP 9 (remove_files) COMPLETE
38262024-08-09T21:06:46.273Z[ recovery-image] Aug 09 21:06:44.874 INFO O| Aug 09 21:06:44.874 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38272024-08-09T21:06:46.310Z[ recovery-image] Aug 09 21:06:44.913 INFO O| Aug 09 21:06:44.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38282024-08-09T21:06:46.313Z[ recovery-image] Aug 09 21:06:44.915 INFO O| Aug 09 21:06:44.915 INFO STEP 10 (remove_files) COMPLETE
38292024-08-09T21:06:46.313Z[ recovery-image] Aug 09 21:06:44.915 INFO O| Aug 09 21:06:44.915 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38302024-08-09T21:06:46.351Z[ recovery-image] Aug 09 21:06:44.953 INFO O| Aug 09 21:06:44.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
38312024-08-09T21:06:47.256Z[ recovery-image] Aug 09 21:06:45.859 INFO O| Aug 09 21:06:45.859 INFO STEP 11 (remove_files) COMPLETE
38322024-08-09T21:06:47.257Z[ recovery-image] Aug 09 21:06:45.859 INFO O| Aug 09 21:06:45.859 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38332024-08-09T21:06:47.286Z[ recovery-image] Aug 09 21:06:45.888 INFO O| Aug 09 21:06:45.888 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
38342024-08-09T21:06:47.289Z[ recovery-image] Aug 09 21:06:45.892 INFO O| Aug 09 21:06:45.891 INFO STEP 12 (remove_files) COMPLETE
38352024-08-09T21:06:47.289Z[ recovery-image] Aug 09 21:06:45.892 INFO O| Aug 09 21:06:45.892 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38362024-08-09T21:06:47.311Z[ recovery-image] Aug 09 21:06:45.914 INFO O| Aug 09 21:06:45.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
38372024-08-09T21:06:47.335Z[ recovery-image] Aug 09 21:06:45.938 INFO O| Aug 09 21:06:45.938 INFO STEP 13 (remove_files) COMPLETE
38382024-08-09T21:06:47.335Z[ recovery-image] Aug 09 21:06:45.938 INFO O| Aug 09 21:06:45.938 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38392024-08-09T21:06:47.373Z[ recovery-image] Aug 09 21:06:45.974 INFO O| Aug 09 21:06:45.974 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
38402024-08-09T21:06:47.376Z[ recovery-image] Aug 09 21:06:45.975 INFO O| Aug 09 21:06:45.975 INFO STEP 14 (remove_files) COMPLETE
38412024-08-09T21:06:47.376Z[ recovery-image] Aug 09 21:06:45.975 INFO O| Aug 09 21:06:45.975 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38422024-08-09T21:06:47.419Z[ recovery-image] Aug 09 21:06:46.021 INFO O| Aug 09 21:06:46.021 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
38432024-08-09T21:06:47.445Z[ recovery-image] Aug 09 21:06:46.048 INFO O| Aug 09 21:06:46.047 INFO STEP 15 (remove_files) COMPLETE
38442024-08-09T21:06:47.445Z[ recovery-image] Aug 09 21:06:46.048 INFO O| Aug 09 21:06:46.048 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38452024-08-09T21:06:47.466Z[ recovery-image] Aug 09 21:06:46.069 INFO O| Aug 09 21:06:46.069 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
38462024-08-09T21:06:47.601Z[ recovery-image] Aug 09 21:06:46.203 INFO O| Aug 09 21:06:46.203 INFO STEP 16 (remove_files) COMPLETE
38472024-08-09T21:06:47.602Z[ recovery-image] Aug 09 21:06:46.204 INFO O| Aug 09 21:06:46.204 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38482024-08-09T21:06:47.674Z[ recovery-image] Aug 09 21:06:46.276 INFO O| Aug 09 21:06:46.276 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
38492024-08-09T21:06:47.676Z[ recovery-image] Aug 09 21:06:46.276 INFO O| Aug 09 21:06:46.276 INFO STEP 17 (remove_files) COMPLETE
38502024-08-09T21:06:47.676Z[ recovery-image] Aug 09 21:06:46.276 INFO O| Aug 09 21:06:46.276 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38512024-08-09T21:06:47.696Z[ recovery-image] Aug 09 21:06:46.298 INFO O| Aug 09 21:06:46.298 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
38522024-08-09T21:06:47.696Z[ recovery-image] Aug 09 21:06:46.298 INFO O| Aug 09 21:06:46.298 INFO STEP 18 (remove_files) COMPLETE
38532024-08-09T21:06:47.699Z[ recovery-image] Aug 09 21:06:46.298 INFO O| Aug 09 21:06:46.298 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38542024-08-09T21:06:47.716Z[ recovery-image] Aug 09 21:06:46.319 INFO O| Aug 09 21:06:46.319 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
38552024-08-09T21:06:47.851Z[ recovery-image] Aug 09 21:06:46.452 INFO O| Aug 09 21:06:46.452 INFO STEP 19 (remove_files) COMPLETE
38562024-08-09T21:06:47.851Z[ recovery-image] Aug 09 21:06:46.452 INFO O| Aug 09 21:06:46.452 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38572024-08-09T21:06:47.871Z[ recovery-image] Aug 09 21:06:46.474 INFO O| Aug 09 21:06:46.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
38582024-08-09T21:06:47.943Z[ recovery-image] Aug 09 21:06:46.544 INFO O| Aug 09 21:06:46.544 INFO STEP 20 (remove_files) COMPLETE
38592024-08-09T21:06:47.943Z[ recovery-image] Aug 09 21:06:46.544 INFO O| Aug 09 21:06:46.544 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38602024-08-09T21:06:47.963Z[ recovery-image] Aug 09 21:06:46.565 INFO O| Aug 09 21:06:46.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
38612024-08-09T21:06:47.963Z[ recovery-image] Aug 09 21:06:46.565 INFO O| Aug 09 21:06:46.565 INFO STEP 21 (remove_files) COMPLETE
38622024-08-09T21:06:47.964Z[ recovery-image] Aug 09 21:06:46.565 INFO O| Aug 09 21:06:46.565 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38632024-08-09T21:06:48.018Z[ recovery-image] Aug 09 21:06:46.620 INFO O| Aug 09 21:06:46.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
38642024-08-09T21:06:48.021Z[ recovery-image] Aug 09 21:06:46.621 INFO O| Aug 09 21:06:46.621 INFO STEP 22 (remove_files) COMPLETE
38652024-08-09T21:06:48.021Z[ recovery-image] Aug 09 21:06:46.621 INFO O| Aug 09 21:06:46.621 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38662024-08-09T21:06:48.073Z[ recovery-image] Aug 09 21:06:46.675 INFO O| Aug 09 21:06:46.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
38672024-08-09T21:06:48.094Z[ recovery-image] Aug 09 21:06:46.697 INFO O| Aug 09 21:06:46.697 INFO STEP 23 (remove_files) COMPLETE
38682024-08-09T21:06:48.095Z[ recovery-image] Aug 09 21:06:46.697 INFO O| Aug 09 21:06:46.697 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38692024-08-09T21:06:48.145Z[ recovery-image] Aug 09 21:06:46.747 INFO O| Aug 09 21:06:46.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
38702024-08-09T21:06:48.145Z[ recovery-image] Aug 09 21:06:46.747 INFO O| Aug 09 21:06:46.747 INFO STEP 24 (remove_files) COMPLETE
38712024-08-09T21:06:48.145Z[ recovery-image] Aug 09 21:06:46.747 INFO O| Aug 09 21:06:46.747 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38722024-08-09T21:06:48.247Z[ recovery-image] Aug 09 21:06:46.849 INFO O| Aug 09 21:06:46.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
38732024-08-09T21:06:48.247Z[ recovery-image] Aug 09 21:06:46.849 INFO O| Aug 09 21:06:46.849 INFO STEP 25 (remove_files) COMPLETE
38742024-08-09T21:06:48.250Z[ recovery-image] Aug 09 21:06:46.849 INFO O| Aug 09 21:06:46.849 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38752024-08-09T21:06:48.269Z[ recovery-image] Aug 09 21:06:46.871 INFO O| Aug 09 21:06:46.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
38762024-08-09T21:06:48.272Z[ recovery-image] Aug 09 21:06:46.871 INFO O| Aug 09 21:06:46.871 INFO STEP 26 (remove_files) COMPLETE
38772024-08-09T21:06:48.272Z[ recovery-image] Aug 09 21:06:46.871 INFO O| Aug 09 21:06:46.871 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38782024-08-09T21:06:48.305Z[ recovery-image] Aug 09 21:06:46.907 INFO O| Aug 09 21:06:46.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
38792024-08-09T21:06:48.305Z[ recovery-image] Aug 09 21:06:46.907 INFO O| Aug 09 21:06:46.907 INFO STEP 27 (remove_files) COMPLETE
38802024-08-09T21:06:48.305Z[ recovery-image] Aug 09 21:06:46.907 INFO O| Aug 09 21:06:46.907 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38812024-08-09T21:06:48.346Z[ recovery-image] Aug 09 21:06:46.947 INFO O| Aug 09 21:06:46.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
38822024-08-09T21:06:48.370Z[ recovery-image] Aug 09 21:06:46.973 INFO O| Aug 09 21:06:46.973 INFO STEP 28 (remove_files) COMPLETE
38832024-08-09T21:06:48.371Z[ recovery-image] Aug 09 21:06:46.973 INFO O| Aug 09 21:06:46.973 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38842024-08-09T21:06:48.439Z[ recovery-image] Aug 09 21:06:47.041 INFO O| Aug 09 21:06:47.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
38852024-08-09T21:06:48.439Z[ recovery-image] Aug 09 21:06:47.041 INFO O| Aug 09 21:06:47.041 INFO STEP 29 (remove_files) COMPLETE
38862024-08-09T21:06:48.442Z[ recovery-image] Aug 09 21:06:47.041 INFO O| Aug 09 21:06:47.041 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38872024-08-09T21:06:48.458Z[ recovery-image] Aug 09 21:06:47.060 INFO O| Aug 09 21:06:47.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
38882024-08-09T21:06:48.495Z[ recovery-image] Aug 09 21:06:47.097 INFO O| Aug 09 21:06:47.097 INFO STEP 30 (remove_files) COMPLETE
38892024-08-09T21:06:48.495Z[ recovery-image] Aug 09 21:06:47.097 INFO O| Aug 09 21:06:47.097 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38902024-08-09T21:06:48.514Z[ recovery-image] Aug 09 21:06:47.116 INFO O| Aug 09 21:06:47.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
38912024-08-09T21:06:48.514Z[ recovery-image] Aug 09 21:06:47.116 INFO O| Aug 09 21:06:47.116 INFO STEP 31 (remove_files) COMPLETE
38922024-08-09T21:06:48.517Z[ recovery-image] Aug 09 21:06:47.117 INFO O| Aug 09 21:06:47.116 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38932024-08-09T21:06:48.532Z[ recovery-image] Aug 09 21:06:47.135 INFO O| Aug 09 21:06:47.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
38942024-08-09T21:06:48.535Z[ recovery-image] Aug 09 21:06:47.135 INFO O| Aug 09 21:06:47.135 INFO STEP 32 (remove_files) COMPLETE
38952024-08-09T21:06:48.535Z[ recovery-image] Aug 09 21:06:47.135 INFO O| Aug 09 21:06:47.135 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38962024-08-09T21:06:48.551Z[ recovery-image] Aug 09 21:06:47.153 INFO O| Aug 09 21:06:47.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
38972024-08-09T21:06:48.554Z[ recovery-image] Aug 09 21:06:47.153 INFO O| Aug 09 21:06:47.153 INFO STEP 33 (remove_files) COMPLETE
38982024-08-09T21:06:48.554Z[ recovery-image] Aug 09 21:06:47.153 INFO O| Aug 09 21:06:47.153 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38992024-08-09T21:06:48.579Z[ recovery-image] Aug 09 21:06:47.181 INFO O| Aug 09 21:06:47.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39002024-08-09T21:06:48.608Z[ recovery-image] Aug 09 21:06:47.210 INFO O| Aug 09 21:06:47.210 INFO STEP 34 (remove_files) COMPLETE
39012024-08-09T21:06:48.608Z[ recovery-image] Aug 09 21:06:47.210 INFO O| Aug 09 21:06:47.210 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39022024-08-09T21:06:48.648Z[ recovery-image] Aug 09 21:06:47.250 INFO O| Aug 09 21:06:47.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39032024-08-09T21:06:48.648Z[ recovery-image] Aug 09 21:06:47.250 INFO O| Aug 09 21:06:47.250 INFO STEP 35 (remove_files) COMPLETE
39042024-08-09T21:06:48.648Z[ recovery-image] Aug 09 21:06:47.250 INFO O| Aug 09 21:06:47.250 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39052024-08-09T21:06:48.667Z[ recovery-image] Aug 09 21:06:47.269 INFO O| Aug 09 21:06:47.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39062024-08-09T21:06:48.667Z[ recovery-image] Aug 09 21:06:47.269 INFO O| Aug 09 21:06:47.269 INFO STEP 36 (remove_files) COMPLETE
39072024-08-09T21:06:48.667Z[ recovery-image] Aug 09 21:06:47.269 INFO O| Aug 09 21:06:47.269 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39082024-08-09T21:06:48.685Z[ recovery-image] Aug 09 21:06:47.287 INFO O| Aug 09 21:06:47.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39092024-08-09T21:06:48.716Z[ recovery-image] Aug 09 21:06:47.317 INFO O| Aug 09 21:06:47.317 INFO STEP 37 (remove_files) COMPLETE
39102024-08-09T21:06:48.716Z[ recovery-image] Aug 09 21:06:47.317 INFO O| Aug 09 21:06:47.317 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39112024-08-09T21:06:48.782Z[ recovery-image] Aug 09 21:06:47.382 INFO O| Aug 09 21:06:47.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39122024-08-09T21:06:48.782Z[ recovery-image] Aug 09 21:06:47.382 INFO O| Aug 09 21:06:47.382 INFO STEP 38 (remove_files) COMPLETE
39132024-08-09T21:06:48.782Z[ recovery-image] Aug 09 21:06:47.382 INFO O| Aug 09 21:06:47.382 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39142024-08-09T21:06:48.839Z[ recovery-image] Aug 09 21:06:47.440 INFO O| Aug 09 21:06:47.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39152024-08-09T21:06:48.839Z[ recovery-image] Aug 09 21:06:47.441 INFO O| Aug 09 21:06:47.440 INFO STEP 39 (remove_files) COMPLETE
39162024-08-09T21:06:48.839Z[ recovery-image] Aug 09 21:06:47.441 INFO O| Aug 09 21:06:47.440 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39172024-08-09T21:06:48.874Z[ recovery-image] Aug 09 21:06:47.477 INFO O| Aug 09 21:06:47.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39182024-08-09T21:06:48.874Z[ recovery-image] Aug 09 21:06:47.477 INFO O| Aug 09 21:06:47.477 INFO STEP 40 (remove_files) COMPLETE
39192024-08-09T21:06:48.875Z[ recovery-image] Aug 09 21:06:47.477 INFO O| Aug 09 21:06:47.477 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39202024-08-09T21:06:48.894Z[ recovery-image] Aug 09 21:06:47.496 INFO O| Aug 09 21:06:47.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39212024-08-09T21:06:48.894Z[ recovery-image] Aug 09 21:06:47.496 INFO O| Aug 09 21:06:47.496 INFO STEP 41 (remove_files) COMPLETE
39222024-08-09T21:06:48.897Z[ recovery-image] Aug 09 21:06:47.496 INFO O| Aug 09 21:06:47.496 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39232024-08-09T21:06:48.948Z[ recovery-image] Aug 09 21:06:47.550 INFO O| Aug 09 21:06:47.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39242024-08-09T21:06:48.950Z[ recovery-image] Aug 09 21:06:47.550 INFO O| Aug 09 21:06:47.550 INFO STEP 42 (remove_files) COMPLETE
39252024-08-09T21:06:48.950Z[ recovery-image] Aug 09 21:06:47.550 INFO O| Aug 09 21:06:47.550 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39262024-08-09T21:06:48.969Z[ recovery-image] Aug 09 21:06:47.571 INFO O| Aug 09 21:06:47.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39272024-08-09T21:06:48.969Z[ recovery-image] Aug 09 21:06:47.571 INFO O| Aug 09 21:06:47.571 INFO STEP 43 (remove_files) COMPLETE
39282024-08-09T21:06:48.969Z[ recovery-image] Aug 09 21:06:47.571 INFO O| Aug 09 21:06:47.571 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39292024-08-09T21:06:49.005Z[ recovery-image] Aug 09 21:06:47.607 INFO O| Aug 09 21:06:47.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39302024-08-09T21:06:49.033Z[ recovery-image] Aug 09 21:06:47.635 INFO O| Aug 09 21:06:47.635 INFO STEP 44 (remove_files) COMPLETE
39312024-08-09T21:06:49.033Z[ recovery-image] Aug 09 21:06:47.635 INFO O| Aug 09 21:06:47.635 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39322024-08-09T21:06:49.070Z[ recovery-image] Aug 09 21:06:47.672 INFO O| Aug 09 21:06:47.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
39332024-08-09T21:06:49.093Z[ recovery-image] Aug 09 21:06:47.696 INFO O| Aug 09 21:06:47.696 INFO STEP 45 (remove_files) COMPLETE
39342024-08-09T21:06:49.094Z[ recovery-image] Aug 09 21:06:47.696 INFO O| Aug 09 21:06:47.696 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39352024-08-09T21:06:49.114Z[ recovery-image] Aug 09 21:06:47.716 INFO O| Aug 09 21:06:47.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
39362024-08-09T21:06:49.116Z[ recovery-image] Aug 09 21:06:47.716 INFO O| Aug 09 21:06:47.716 INFO STEP 46 (remove_files) COMPLETE
39372024-08-09T21:06:49.116Z[ recovery-image] Aug 09 21:06:47.717 INFO O| Aug 09 21:06:47.716 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39382024-08-09T21:06:49.135Z[ recovery-image] Aug 09 21:06:47.738 INFO O| Aug 09 21:06:47.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
39392024-08-09T21:06:49.138Z[ recovery-image] Aug 09 21:06:47.738 INFO O| Aug 09 21:06:47.738 INFO STEP 47 (remove_files) COMPLETE
39402024-08-09T21:06:49.138Z[ recovery-image] Aug 09 21:06:47.738 INFO O| Aug 09 21:06:47.738 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39412024-08-09T21:06:49.181Z[ recovery-image] Aug 09 21:06:47.783 INFO O| Aug 09 21:06:47.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
39422024-08-09T21:06:49.181Z[ recovery-image] Aug 09 21:06:47.783 INFO O| Aug 09 21:06:47.783 INFO STEP 48 (remove_files) COMPLETE
39432024-08-09T21:06:49.181Z[ recovery-image] Aug 09 21:06:47.783 INFO O| Aug 09 21:06:47.783 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39442024-08-09T21:06:49.201Z[ recovery-image] Aug 09 21:06:47.802 INFO O| Aug 09 21:06:47.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
39452024-08-09T21:06:49.201Z[ recovery-image] Aug 09 21:06:47.802 INFO O| Aug 09 21:06:47.802 INFO STEP 49 (remove_files) COMPLETE
39462024-08-09T21:06:49.201Z[ recovery-image] Aug 09 21:06:47.802 INFO O| Aug 09 21:06:47.802 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39472024-08-09T21:06:49.239Z[ recovery-image] Aug 09 21:06:47.839 INFO O| Aug 09 21:06:47.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
39482024-08-09T21:06:49.239Z[ recovery-image] Aug 09 21:06:47.839 INFO O| Aug 09 21:06:47.839 INFO STEP 50 (remove_files) COMPLETE
39492024-08-09T21:06:49.239Z[ recovery-image] Aug 09 21:06:47.839 INFO O| Aug 09 21:06:47.839 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39502024-08-09T21:06:49.251Z[ host-image] Aug 09 21:06:47.853 INFO O| Aug 09 21:06:47.853 INFO O| Done
39512024-08-09T21:06:49.273Z[ recovery-image] Aug 09 21:06:47.875 INFO O| Aug 09 21:06:47.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
39522024-08-09T21:06:49.276Z[ recovery-image] Aug 09 21:06:47.876 INFO O| Aug 09 21:06:47.876 INFO STEP 51 (remove_files) COMPLETE
39532024-08-09T21:06:49.276Z[ recovery-image] Aug 09 21:06:47.876 INFO O| Aug 09 21:06:47.876 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-08-09T21:06:49.294Z[ recovery-image] Aug 09 21:06:47.896 INFO O| Aug 09 21:06:47.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
39552024-08-09T21:06:49.294Z[ recovery-image] Aug 09 21:06:47.896 INFO O| Aug 09 21:06:47.896 INFO STEP 52 (remove_files) COMPLETE
39562024-08-09T21:06:49.297Z[ recovery-image] Aug 09 21:06:47.896 INFO O| Aug 09 21:06:47.896 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-08-09T21:06:49.341Z[ recovery-image] Aug 09 21:06:47.943 INFO O| Aug 09 21:06:47.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
39582024-08-09T21:06:49.369Z[ recovery-image] Aug 09 21:06:47.970 INFO O| Aug 09 21:06:47.970 INFO STEP 53 (remove_files) COMPLETE
39592024-08-09T21:06:49.369Z[ recovery-image] Aug 09 21:06:47.970 INFO O| Aug 09 21:06:47.970 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-08-09T21:06:49.414Z[ recovery-image] Aug 09 21:06:48.016 INFO O| Aug 09 21:06:48.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
39612024-08-09T21:06:49.414Z[ recovery-image] Aug 09 21:06:48.016 INFO O| Aug 09 21:06:48.016 INFO STEP 54 (remove_files) COMPLETE
39622024-08-09T21:06:49.414Z[ recovery-image] Aug 09 21:06:48.016 INFO O| Aug 09 21:06:48.016 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-08-09T21:06:49.433Z[ recovery-image] Aug 09 21:06:48.035 INFO O| Aug 09 21:06:48.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
39642024-08-09T21:06:49.433Z[ recovery-image] Aug 09 21:06:48.036 INFO O| Aug 09 21:06:48.036 INFO STEP 55 (remove_files) COMPLETE
39652024-08-09T21:06:49.433Z[ recovery-image] Aug 09 21:06:48.036 INFO O| Aug 09 21:06:48.036 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-08-09T21:06:49.460Z[ recovery-image] Aug 09 21:06:48.062 INFO O| Aug 09 21:06:48.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
39672024-08-09T21:06:49.460Z[ recovery-image] Aug 09 21:06:48.062 INFO O| Aug 09 21:06:48.062 INFO STEP 56 (remove_files) COMPLETE
39682024-08-09T21:06:49.463Z[ recovery-image] Aug 09 21:06:48.062 INFO O| Aug 09 21:06:48.062 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-08-09T21:06:49.505Z[ recovery-image] Aug 09 21:06:48.107 INFO O| Aug 09 21:06:48.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
39702024-08-09T21:06:49.505Z[ recovery-image] Aug 09 21:06:48.107 INFO O| Aug 09 21:06:48.107 INFO STEP 57 (remove_files) COMPLETE
39712024-08-09T21:06:49.505Z[ recovery-image] Aug 09 21:06:48.107 INFO O| Aug 09 21:06:48.107 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-09T21:06:49.550Z[ recovery-image] Aug 09 21:06:48.152 INFO O| Aug 09 21:06:48.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
39732024-08-09T21:06:49.551Z[ recovery-image] Aug 09 21:06:48.153 INFO O| Aug 09 21:06:48.152 INFO STEP 58 (remove_files) COMPLETE
39742024-08-09T21:06:49.554Z[ recovery-image] Aug 09 21:06:48.153 INFO O| Aug 09 21:06:48.152 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-09T21:06:49.611Z[ recovery-image] Aug 09 21:06:48.213 INFO O| Aug 09 21:06:48.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
39762024-08-09T21:06:49.611Z[ recovery-image] Aug 09 21:06:48.213 INFO O| Aug 09 21:06:48.213 INFO STEP 59 (remove_files) COMPLETE
39772024-08-09T21:06:49.611Z[ recovery-image] Aug 09 21:06:48.213 INFO O| Aug 09 21:06:48.213 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-08-09T21:06:49.658Z[ recovery-image] Aug 09 21:06:48.260 INFO O| Aug 09 21:06:48.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
39792024-08-09T21:06:49.658Z[ recovery-image] Aug 09 21:06:48.260 INFO O| Aug 09 21:06:48.260 INFO STEP 60 (remove_files) COMPLETE
39802024-08-09T21:06:49.661Z[ recovery-image] Aug 09 21:06:48.260 INFO O| Aug 09 21:06:48.260 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-09T21:06:49.680Z[ recovery-image] Aug 09 21:06:48.282 INFO O| Aug 09 21:06:48.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
39822024-08-09T21:06:49.680Z[ recovery-image] Aug 09 21:06:48.282 INFO O| Aug 09 21:06:48.282 INFO STEP 61 (remove_files) COMPLETE
39832024-08-09T21:06:49.680Z[ recovery-image] Aug 09 21:06:48.282 INFO O| Aug 09 21:06:48.282 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-09T21:06:49.698Z[ recovery-image] Aug 09 21:06:48.300 INFO O| Aug 09 21:06:48.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
39852024-08-09T21:06:49.701Z[ recovery-image] Aug 09 21:06:48.300 INFO O| Aug 09 21:06:48.300 INFO STEP 62 (remove_files) COMPLETE
39862024-08-09T21:06:49.702Z[ recovery-image] Aug 09 21:06:48.301 INFO O| Aug 09 21:06:48.300 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-09T21:06:49.718Z[ recovery-image] Aug 09 21:06:48.320 INFO O| Aug 09 21:06:48.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
39882024-08-09T21:06:49.718Z[ recovery-image] Aug 09 21:06:48.320 INFO O| Aug 09 21:06:48.320 INFO STEP 63 (remove_files) COMPLETE
39892024-08-09T21:06:49.718Z[ recovery-image] Aug 09 21:06:48.320 INFO O| Aug 09 21:06:48.320 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-08-09T21:06:49.735Z[ recovery-image] Aug 09 21:06:48.337 INFO O| Aug 09 21:06:48.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
39912024-08-09T21:06:49.739Z[ recovery-image] Aug 09 21:06:48.337 INFO O| Aug 09 21:06:48.337 INFO STEP 64 (remove_files) COMPLETE
39922024-08-09T21:06:49.739Z[ recovery-image] Aug 09 21:06:48.337 INFO O| Aug 09 21:06:48.337 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-08-09T21:06:49.754Z[ recovery-image] Aug 09 21:06:48.356 INFO O| Aug 09 21:06:48.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
39942024-08-09T21:06:49.757Z[ recovery-image] Aug 09 21:06:48.356 INFO O| Aug 09 21:06:48.356 INFO STEP 65 (remove_files) COMPLETE
39952024-08-09T21:06:49.757Z[ recovery-image] Aug 09 21:06:48.356 INFO O| Aug 09 21:06:48.356 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-09T21:06:49.777Z[ recovery-image] Aug 09 21:06:48.378 INFO O| Aug 09 21:06:48.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
39972024-08-09T21:06:49.780Z[ recovery-image] Aug 09 21:06:48.380 INFO O| Aug 09 21:06:48.380 INFO STEP 66 (remove_files) COMPLETE
39982024-08-09T21:06:49.780Z[ recovery-image] Aug 09 21:06:48.380 INFO O| Aug 09 21:06:48.380 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-09T21:06:49.800Z[ recovery-image] Aug 09 21:06:48.402 INFO O| Aug 09 21:06:48.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40002024-08-09T21:06:49.803Z[ recovery-image] Aug 09 21:06:48.406 INFO O| Aug 09 21:06:48.402 INFO STEP 67 (remove_files) COMPLETE
40012024-08-09T21:06:49.806Z[ recovery-image] Aug 09 21:06:48.406 INFO O| Aug 09 21:06:48.406 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-09T21:06:49.847Z[ recovery-image] Aug 09 21:06:48.448 INFO O| Aug 09 21:06:48.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40032024-08-09T21:06:49.847Z[ recovery-image] Aug 09 21:06:48.448 INFO O| Aug 09 21:06:48.448 INFO STEP 68 (remove_files) COMPLETE
40042024-08-09T21:06:49.847Z[ recovery-image] Aug 09 21:06:48.448 INFO O| Aug 09 21:06:48.448 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-09T21:06:49.868Z[ recovery-image] Aug 09 21:06:48.469 INFO O| Aug 09 21:06:48.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40062024-08-09T21:06:49.868Z[ recovery-image] Aug 09 21:06:48.469 INFO O| Aug 09 21:06:48.469 INFO STEP 69 (remove_files) COMPLETE
40072024-08-09T21:06:49.871Z[ recovery-image] Aug 09 21:06:48.469 INFO O| Aug 09 21:06:48.469 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-09T21:06:49.902Z[ recovery-image] Aug 09 21:06:48.503 INFO O| Aug 09 21:06:48.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40092024-08-09T21:06:49.902Z[ recovery-image] Aug 09 21:06:48.503 INFO O| Aug 09 21:06:48.503 INFO STEP 70 (remove_files) COMPLETE
40102024-08-09T21:06:49.902Z[ recovery-image] Aug 09 21:06:48.503 INFO O| Aug 09 21:06:48.503 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-08-09T21:06:49.948Z[ recovery-image] Aug 09 21:06:48.550 INFO O| Aug 09 21:06:48.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40122024-08-09T21:06:49.948Z[ recovery-image] Aug 09 21:06:48.550 INFO O| Aug 09 21:06:48.550 INFO STEP 71 (remove_files) COMPLETE
40132024-08-09T21:06:49.948Z[ recovery-image] Aug 09 21:06:48.550 INFO O| Aug 09 21:06:48.550 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-08-09T21:06:50.052Z[ recovery-image] Aug 09 21:06:48.654 INFO O| Aug 09 21:06:48.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40152024-08-09T21:06:50.055Z[ recovery-image] Aug 09 21:06:48.654 INFO O| Aug 09 21:06:48.654 INFO STEP 72 (remove_files) COMPLETE
40162024-08-09T21:06:50.055Z[ recovery-image] Aug 09 21:06:48.654 INFO O| Aug 09 21:06:48.654 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-08-09T21:06:50.117Z[ recovery-image] Aug 09 21:06:48.717 INFO O| Aug 09 21:06:48.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40182024-08-09T21:06:50.117Z[ recovery-image] Aug 09 21:06:48.717 INFO O| Aug 09 21:06:48.717 INFO STEP 73 (remove_files) COMPLETE
40192024-08-09T21:06:50.117Z[ recovery-image] Aug 09 21:06:48.717 INFO O| Aug 09 21:06:48.717 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-08-09T21:06:50.193Z[ recovery-image] Aug 09 21:06:48.795 INFO O| Aug 09 21:06:48.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40212024-08-09T21:06:50.193Z[ recovery-image] Aug 09 21:06:48.795 INFO O| Aug 09 21:06:48.795 INFO STEP 74 (remove_files) COMPLETE
40222024-08-09T21:06:50.194Z[ recovery-image] Aug 09 21:06:48.795 INFO O| Aug 09 21:06:48.795 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-08-09T21:06:50.238Z[ recovery-image] Aug 09 21:06:48.840 INFO O| Aug 09 21:06:48.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40242024-08-09T21:06:50.239Z[ recovery-image] Aug 09 21:06:48.840 INFO O| Aug 09 21:06:48.840 INFO STEP 75 (remove_files) COMPLETE
40252024-08-09T21:06:50.239Z[ recovery-image] Aug 09 21:06:48.840 INFO O| Aug 09 21:06:48.840 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-08-09T21:06:50.242Z[ host-image] Aug 09 21:06:48.844 INFO O| Aug 09 21:06:48.844 INFO O| Done
40272024-08-09T21:06:50.273Z[ recovery-image] Aug 09 21:06:48.875 INFO O| Aug 09 21:06:48.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
40282024-08-09T21:06:50.273Z[ recovery-image] Aug 09 21:06:48.875 INFO O| Aug 09 21:06:48.875 INFO STEP 76 (remove_files) COMPLETE
40292024-08-09T21:06:50.273Z[ recovery-image] Aug 09 21:06:48.875 INFO O| Aug 09 21:06:48.875 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-09T21:06:50.298Z[ recovery-image] Aug 09 21:06:48.900 INFO O| Aug 09 21:06:48.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
40312024-08-09T21:06:50.298Z[ recovery-image] Aug 09 21:06:48.900 INFO O| Aug 09 21:06:48.900 INFO STEP 77 (remove_files) COMPLETE
40322024-08-09T21:06:50.301Z[ recovery-image] Aug 09 21:06:48.900 INFO O| Aug 09 21:06:48.900 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-08-09T21:06:50.348Z[ recovery-image] Aug 09 21:06:48.949 INFO O| Aug 09 21:06:48.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
40342024-08-09T21:06:50.351Z[ recovery-image] Aug 09 21:06:48.950 INFO O| Aug 09 21:06:48.950 INFO STEP 78 (remove_files) COMPLETE
40352024-08-09T21:06:50.351Z[ recovery-image] Aug 09 21:06:48.950 INFO O| Aug 09 21:06:48.950 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-09T21:06:50.390Z[ recovery-image] Aug 09 21:06:48.992 INFO O| Aug 09 21:06:48.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
40372024-08-09T21:06:50.393Z[ recovery-image] Aug 09 21:06:48.993 INFO O| Aug 09 21:06:48.992 INFO STEP 79 (remove_files) COMPLETE
40382024-08-09T21:06:50.393Z[ recovery-image] Aug 09 21:06:48.993 INFO O| Aug 09 21:06:48.992 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-08-09T21:06:50.664Z[ host-image] Aug 09 21:06:49.263 INFO O| Aug 09 21:06:49.263 INFO STEP 11 (pkg_install) COMPLETE
40402024-08-09T21:06:50.664Z[ host-image] Aug 09 21:06:49.263 INFO O| Aug 09 21:06:49.263 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40412024-08-09T21:06:50.672Z[ recovery-image] Aug 09 21:06:49.274 INFO O| Aug 09 21:06:49.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
40422024-08-09T21:06:50.672Z[ recovery-image] Aug 09 21:06:49.274 INFO O| Aug 09 21:06:49.274 INFO STEP 80 (remove_files) COMPLETE
40432024-08-09T21:06:50.675Z[ recovery-image] Aug 09 21:06:49.274 INFO O| Aug 09 21:06:49.274 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-09T21:06:50.680Z[ host-image] Aug 09 21:06:49.283 INFO O| Aug 09 21:06:49.282 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
40452024-08-09T21:06:50.697Z[ recovery-image] Aug 09 21:06:49.299 INFO O| Aug 09 21:06:49.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
40462024-08-09T21:06:50.701Z[ recovery-image] Aug 09 21:06:49.299 INFO O| Aug 09 21:06:49.299 INFO STEP 81 (remove_files) COMPLETE
40472024-08-09T21:06:50.702Z[ recovery-image] Aug 09 21:06:49.299 INFO O| Aug 09 21:06:49.299 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-08-09T21:06:50.722Z[ recovery-image] Aug 09 21:06:49.322 INFO O| Aug 09 21:06:49.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
40492024-08-09T21:06:50.722Z[ recovery-image] Aug 09 21:06:49.322 INFO O| Aug 09 21:06:49.322 INFO STEP 82 (remove_files) COMPLETE
40502024-08-09T21:06:50.728Z[ recovery-image] Aug 09 21:06:49.322 INFO O| Aug 09 21:06:49.322 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-08-09T21:06:50.742Z[ recovery-image] Aug 09 21:06:49.344 INFO O| Aug 09 21:06:49.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
40522024-08-09T21:06:50.742Z[ recovery-image] Aug 09 21:06:49.344 INFO O| Aug 09 21:06:49.344 INFO STEP 83 (remove_files) COMPLETE
40532024-08-09T21:06:50.745Z[ recovery-image] Aug 09 21:06:49.344 INFO O| Aug 09 21:06:49.344 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-08-09T21:06:50.763Z[ recovery-image] Aug 09 21:06:49.365 INFO O| Aug 09 21:06:49.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
40552024-08-09T21:06:50.763Z[ recovery-image] Aug 09 21:06:49.365 INFO O| Aug 09 21:06:49.365 INFO STEP 84 (remove_files) COMPLETE
40562024-08-09T21:06:50.763Z[ recovery-image] Aug 09 21:06:49.365 INFO O| Aug 09 21:06:49.365 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-09T21:06:50.803Z[ recovery-image] Aug 09 21:06:49.405 INFO O| Aug 09 21:06:49.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
40582024-08-09T21:06:50.803Z[ recovery-image] Aug 09 21:06:49.405 INFO O| Aug 09 21:06:49.405 INFO STEP 85 (remove_files) COMPLETE
40592024-08-09T21:06:50.803Z[ recovery-image] Aug 09 21:06:49.405 INFO O| Aug 09 21:06:49.405 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-09T21:06:50.872Z[ recovery-image] Aug 09 21:06:49.473 INFO O| Aug 09 21:06:49.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
40612024-08-09T21:06:50.872Z[ recovery-image] Aug 09 21:06:49.474 INFO O| Aug 09 21:06:49.474 INFO STEP 86 (remove_files) COMPLETE
40622024-08-09T21:06:50.875Z[ recovery-image] Aug 09 21:06:49.474 INFO O| Aug 09 21:06:49.474 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-09T21:06:50.939Z[ recovery-image] Aug 09 21:06:49.541 INFO O| Aug 09 21:06:49.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
40642024-08-09T21:06:50.941Z[ recovery-image] Aug 09 21:06:49.541 INFO O| Aug 09 21:06:49.541 INFO STEP 87 (remove_files) COMPLETE
40652024-08-09T21:06:50.942Z[ recovery-image] Aug 09 21:06:49.542 INFO O| Aug 09 21:06:49.541 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-09T21:06:50.995Z[ recovery-image] Aug 09 21:06:49.597 INFO O| Aug 09 21:06:49.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
40672024-08-09T21:06:50.995Z[ recovery-image] Aug 09 21:06:49.597 INFO O| Aug 09 21:06:49.597 INFO STEP 88 (remove_files) COMPLETE
40682024-08-09T21:06:50.995Z[ recovery-image] Aug 09 21:06:49.597 INFO O| Aug 09 21:06:49.597 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-09T21:06:51.041Z[ recovery-image] Aug 09 21:06:49.643 INFO O| Aug 09 21:06:49.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
40702024-08-09T21:06:51.041Z[ recovery-image] Aug 09 21:06:49.643 INFO O| Aug 09 21:06:49.643 INFO STEP 89 (remove_files) COMPLETE
40712024-08-09T21:06:51.044Z[ recovery-image] Aug 09 21:06:49.643 INFO O| Aug 09 21:06:49.643 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-09T21:06:51.079Z[ recovery-image] Aug 09 21:06:49.681 INFO O| Aug 09 21:06:49.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
40732024-08-09T21:06:51.079Z[ recovery-image] Aug 09 21:06:49.681 INFO O| Aug 09 21:06:49.681 INFO STEP 90 (remove_files) COMPLETE
40742024-08-09T21:06:51.081Z[ recovery-image] Aug 09 21:06:49.681 INFO O| Aug 09 21:06:49.681 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-09T21:06:51.115Z[ recovery-image] Aug 09 21:06:49.717 INFO O| Aug 09 21:06:49.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
40762024-08-09T21:06:51.115Z[ recovery-image] Aug 09 21:06:49.717 INFO O| Aug 09 21:06:49.717 INFO STEP 91 (remove_files) COMPLETE
40772024-08-09T21:06:51.118Z[ recovery-image] Aug 09 21:06:49.717 INFO O| Aug 09 21:06:49.717 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-09T21:06:51.179Z[ recovery-image] Aug 09 21:06:49.780 INFO O| Aug 09 21:06:49.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
40792024-08-09T21:06:51.179Z[ recovery-image] Aug 09 21:06:49.781 INFO O| Aug 09 21:06:49.781 INFO STEP 92 (remove_files) COMPLETE
40802024-08-09T21:06:51.180Z[ recovery-image] Aug 09 21:06:49.781 INFO O| Aug 09 21:06:49.781 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-09T21:06:51.203Z[ recovery-image] Aug 09 21:06:49.805 INFO O| Aug 09 21:06:49.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
40822024-08-09T21:06:51.203Z[ recovery-image] Aug 09 21:06:49.805 INFO O| Aug 09 21:06:49.805 INFO STEP 93 (remove_files) COMPLETE
40832024-08-09T21:06:51.206Z[ recovery-image] Aug 09 21:06:49.805 INFO O| Aug 09 21:06:49.805 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-09T21:06:51.227Z[ recovery-image] Aug 09 21:06:49.828 INFO O| Aug 09 21:06:49.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
40852024-08-09T21:06:51.230Z[ recovery-image] Aug 09 21:06:49.828 INFO O| Aug 09 21:06:49.828 INFO STEP 94 (remove_files) COMPLETE
40862024-08-09T21:06:51.230Z[ recovery-image] Aug 09 21:06:49.828 INFO O| Aug 09 21:06:49.828 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-09T21:06:51.270Z[ recovery-image] Aug 09 21:06:49.872 INFO O| Aug 09 21:06:49.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
40882024-08-09T21:06:51.273Z[ recovery-image] Aug 09 21:06:49.873 INFO O| Aug 09 21:06:49.873 INFO STEP 95 (remove_files) COMPLETE
40892024-08-09T21:06:51.273Z[ recovery-image] Aug 09 21:06:49.873 INFO O| Aug 09 21:06:49.873 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-09T21:06:51.291Z[ recovery-image] Aug 09 21:06:49.892 INFO O| Aug 09 21:06:49.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
40912024-08-09T21:06:51.291Z[ recovery-image] Aug 09 21:06:49.893 INFO O| Aug 09 21:06:49.893 INFO STEP 96 (remove_files) COMPLETE
40922024-08-09T21:06:51.293Z[ recovery-image] Aug 09 21:06:49.893 INFO O| Aug 09 21:06:49.893 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-09T21:06:51.331Z[ recovery-image] Aug 09 21:06:49.933 INFO O| Aug 09 21:06:49.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
40942024-08-09T21:06:51.334Z[ recovery-image] Aug 09 21:06:49.933 INFO O| Aug 09 21:06:49.933 INFO STEP 97 (remove_files) COMPLETE
40952024-08-09T21:06:51.334Z[ recovery-image] Aug 09 21:06:49.934 INFO O| Aug 09 21:06:49.934 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-09T21:06:51.375Z[ recovery-image] Aug 09 21:06:49.977 INFO O| Aug 09 21:06:49.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
40972024-08-09T21:06:51.378Z[ recovery-image] Aug 09 21:06:49.977 INFO O| Aug 09 21:06:49.977 INFO STEP 98 (remove_files) COMPLETE
40982024-08-09T21:06:51.378Z[ recovery-image] Aug 09 21:06:49.978 INFO O| Aug 09 21:06:49.978 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-09T21:06:51.424Z[ recovery-image] Aug 09 21:06:50.026 INFO O| Aug 09 21:06:50.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41002024-08-09T21:06:51.427Z[ recovery-image] Aug 09 21:06:50.026 INFO O| Aug 09 21:06:50.026 INFO STEP 99 (remove_files) COMPLETE
41012024-08-09T21:06:51.427Z[ recovery-image] Aug 09 21:06:50.026 INFO O| Aug 09 21:06:50.026 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-08-09T21:06:51.444Z[ recovery-image] Aug 09 21:06:50.046 INFO O| Aug 09 21:06:50.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41032024-08-09T21:06:51.457Z[ recovery-image] Aug 09 21:06:50.059 INFO O| Aug 09 21:06:50.059 INFO STEP 100 (remove_files) COMPLETE
41042024-08-09T21:06:51.457Z[ recovery-image] Aug 09 21:06:50.059 INFO O| Aug 09 21:06:50.059 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-09T21:06:51.477Z[ recovery-image] Aug 09 21:06:50.079 INFO O| Aug 09 21:06:50.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41062024-08-09T21:06:51.480Z[ recovery-image] Aug 09 21:06:50.079 INFO O| Aug 09 21:06:50.079 INFO STEP 101 (remove_files) COMPLETE
41072024-08-09T21:06:51.480Z[ recovery-image] Aug 09 21:06:50.079 INFO O| Aug 09 21:06:50.079 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-09T21:06:51.496Z[ recovery-image] Aug 09 21:06:50.098 INFO O| Aug 09 21:06:50.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41092024-08-09T21:06:51.499Z[ recovery-image] Aug 09 21:06:50.099 INFO O| Aug 09 21:06:50.099 INFO STEP 102 (remove_files) COMPLETE
41102024-08-09T21:06:51.499Z[ recovery-image] Aug 09 21:06:50.099 INFO O| Aug 09 21:06:50.099 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-08-09T21:06:51.516Z[ recovery-image] Aug 09 21:06:50.118 INFO O| Aug 09 21:06:50.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41122024-08-09T21:06:51.519Z[ recovery-image] Aug 09 21:06:50.118 INFO O| Aug 09 21:06:50.118 INFO STEP 103 (remove_files) COMPLETE
41132024-08-09T21:06:51.519Z[ recovery-image] Aug 09 21:06:50.118 INFO O| Aug 09 21:06:50.118 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-08-09T21:06:51.535Z[ recovery-image] Aug 09 21:06:50.137 INFO O| Aug 09 21:06:50.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41152024-08-09T21:06:51.537Z[ recovery-image] Aug 09 21:06:50.137 INFO O| Aug 09 21:06:50.137 INFO STEP 104 (remove_files) COMPLETE
41162024-08-09T21:06:51.537Z[ recovery-image] Aug 09 21:06:50.137 INFO O| Aug 09 21:06:50.137 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-08-09T21:06:51.554Z[ recovery-image] Aug 09 21:06:50.156 INFO O| Aug 09 21:06:50.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41182024-08-09T21:06:51.556Z[ recovery-image] Aug 09 21:06:50.156 INFO O| Aug 09 21:06:50.156 INFO STEP 105 (remove_files) COMPLETE
41192024-08-09T21:06:51.556Z[ recovery-image] Aug 09 21:06:50.156 INFO O| Aug 09 21:06:50.156 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-09T21:06:51.572Z[ recovery-image] Aug 09 21:06:50.174 INFO O| Aug 09 21:06:50.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41212024-08-09T21:06:51.574Z[ recovery-image] Aug 09 21:06:50.174 INFO O| Aug 09 21:06:50.174 INFO STEP 106 (remove_files) COMPLETE
41222024-08-09T21:06:51.575Z[ recovery-image] Aug 09 21:06:50.174 INFO O| Aug 09 21:06:50.174 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-09T21:06:51.591Z[ recovery-image] Aug 09 21:06:50.193 INFO O| Aug 09 21:06:50.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41242024-08-09T21:06:51.593Z[ recovery-image] Aug 09 21:06:50.193 INFO O| Aug 09 21:06:50.193 INFO STEP 107 (remove_files) COMPLETE
41252024-08-09T21:06:51.593Z[ recovery-image] Aug 09 21:06:50.193 INFO O| Aug 09 21:06:50.193 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-09T21:06:51.608Z[ recovery-image] Aug 09 21:06:50.210 INFO O| Aug 09 21:06:50.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41272024-08-09T21:06:51.608Z[ recovery-image] Aug 09 21:06:50.211 INFO O| Aug 09 21:06:50.211 INFO STEP 108 (remove_files) COMPLETE
41282024-08-09T21:06:51.611Z[ recovery-image] Aug 09 21:06:50.211 INFO O| Aug 09 21:06:50.211 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-09T21:06:51.642Z[ recovery-image] Aug 09 21:06:50.244 INFO O| Aug 09 21:06:50.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41302024-08-09T21:06:51.645Z[ recovery-image] Aug 09 21:06:50.244 INFO O| Aug 09 21:06:50.244 INFO STEP 109 (remove_files) COMPLETE
41312024-08-09T21:06:51.645Z[ recovery-image] Aug 09 21:06:50.244 INFO O| Aug 09 21:06:50.244 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-09T21:06:51.665Z[ recovery-image] Aug 09 21:06:50.267 INFO O| Aug 09 21:06:50.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
41332024-08-09T21:06:51.668Z[ recovery-image] Aug 09 21:06:50.267 INFO O| Aug 09 21:06:50.267 INFO STEP 110 (remove_files) COMPLETE
41342024-08-09T21:06:51.668Z[ recovery-image] Aug 09 21:06:50.268 INFO O| Aug 09 21:06:50.267 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-09T21:06:51.724Z[ recovery-image] Aug 09 21:06:50.326 INFO O| Aug 09 21:06:50.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
41362024-08-09T21:06:51.726Z[ recovery-image] Aug 09 21:06:50.326 INFO O| Aug 09 21:06:50.326 INFO STEP 111 (remove_files) COMPLETE
41372024-08-09T21:06:51.726Z[ recovery-image] Aug 09 21:06:50.326 INFO O| Aug 09 21:06:50.326 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-09T21:06:51.754Z[ recovery-image] Aug 09 21:06:50.355 INFO O| Aug 09 21:06:50.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
41392024-08-09T21:06:51.754Z[ recovery-image] Aug 09 21:06:50.355 INFO O| Aug 09 21:06:50.355 INFO STEP 112 (remove_files) COMPLETE
41402024-08-09T21:06:51.754Z[ recovery-image] Aug 09 21:06:50.355 INFO O| Aug 09 21:06:50.355 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-09T21:06:51.775Z[ recovery-image] Aug 09 21:06:50.376 INFO O| Aug 09 21:06:50.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
41422024-08-09T21:06:51.775Z[ recovery-image] Aug 09 21:06:50.376 INFO O| Aug 09 21:06:50.376 INFO STEP 113 (remove_files) COMPLETE
41432024-08-09T21:06:51.775Z[ recovery-image] Aug 09 21:06:50.376 INFO O| Aug 09 21:06:50.376 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-09T21:06:51.793Z[ recovery-image] Aug 09 21:06:50.395 INFO O| Aug 09 21:06:50.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
41452024-08-09T21:06:51.796Z[ recovery-image] Aug 09 21:06:50.395 INFO O| Aug 09 21:06:50.395 INFO STEP 114 (remove_files) COMPLETE
41462024-08-09T21:06:51.796Z[ recovery-image] Aug 09 21:06:50.395 INFO O| Aug 09 21:06:50.395 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-09T21:06:51.804Z[ host-image] Aug 09 21:06:50.405 INFO O| Aug 09 21:06:50.405 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41482024-08-09T21:06:51.813Z[ recovery-image] Aug 09 21:06:50.415 INFO O| Aug 09 21:06:50.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
41492024-08-09T21:06:51.813Z[ recovery-image] Aug 09 21:06:50.415 INFO O| Aug 09 21:06:50.415 INFO STEP 115 (remove_files) COMPLETE
41502024-08-09T21:06:51.816Z[ recovery-image] Aug 09 21:06:50.415 INFO O| Aug 09 21:06:50.415 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-08-09T21:06:51.833Z[ recovery-image] Aug 09 21:06:50.434 INFO O| Aug 09 21:06:50.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
41522024-08-09T21:06:51.833Z[ recovery-image] Aug 09 21:06:50.434 INFO O| Aug 09 21:06:50.434 INFO STEP 116 (remove_files) COMPLETE
41532024-08-09T21:06:51.833Z[ recovery-image] Aug 09 21:06:50.434 INFO O| Aug 09 21:06:50.434 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-08-09T21:06:51.850Z[ recovery-image] Aug 09 21:06:50.452 INFO O| Aug 09 21:06:50.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
41552024-08-09T21:06:51.850Z[ recovery-image] Aug 09 21:06:50.452 INFO O| Aug 09 21:06:50.452 INFO STEP 117 (remove_files) COMPLETE
41562024-08-09T21:06:51.850Z[ recovery-image] Aug 09 21:06:50.452 INFO O| Aug 09 21:06:50.452 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-08-09T21:06:51.889Z[ recovery-image] Aug 09 21:06:50.491 INFO O| Aug 09 21:06:50.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
41582024-08-09T21:06:51.889Z[ recovery-image] Aug 09 21:06:50.491 INFO O| Aug 09 21:06:50.491 INFO STEP 118 (remove_files) COMPLETE
41592024-08-09T21:06:51.892Z[ recovery-image] Aug 09 21:06:50.491 INFO O| Aug 09 21:06:50.491 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-08-09T21:06:51.921Z[ recovery-image] Aug 09 21:06:50.521 INFO O| Aug 09 21:06:50.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
41612024-08-09T21:06:51.923Z[ recovery-image] Aug 09 21:06:50.521 INFO O| Aug 09 21:06:50.521 INFO STEP 119 (remove_files) COMPLETE
41622024-08-09T21:06:51.923Z[ recovery-image] Aug 09 21:06:50.521 INFO O| Aug 09 21:06:50.521 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-08-09T21:06:51.938Z[ recovery-image] Aug 09 21:06:50.540 INFO O| Aug 09 21:06:50.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
41642024-08-09T21:06:51.940Z[ recovery-image] Aug 09 21:06:50.540 INFO O| Aug 09 21:06:50.540 INFO STEP 120 (remove_files) COMPLETE
41652024-08-09T21:06:51.940Z[ recovery-image] Aug 09 21:06:50.540 INFO O| Aug 09 21:06:50.540 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-08-09T21:06:51.957Z[ recovery-image] Aug 09 21:06:50.559 INFO O| Aug 09 21:06:50.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
41672024-08-09T21:06:51.978Z[ recovery-image] Aug 09 21:06:50.580 INFO O| Aug 09 21:06:50.580 INFO STEP 121 (remove_files) COMPLETE
41682024-08-09T21:06:51.978Z[ recovery-image] Aug 09 21:06:50.580 INFO O| Aug 09 21:06:50.580 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-08-09T21:06:52.015Z[ recovery-image] Aug 09 21:06:50.617 INFO O| Aug 09 21:06:50.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
41702024-08-09T21:06:52.015Z[ recovery-image] Aug 09 21:06:50.617 INFO O| Aug 09 21:06:50.617 INFO STEP 122 (remove_files) COMPLETE
41712024-08-09T21:06:52.015Z[ recovery-image] Aug 09 21:06:50.617 INFO O| Aug 09 21:06:50.617 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-08-09T21:06:52.036Z[ recovery-image] Aug 09 21:06:50.637 INFO O| Aug 09 21:06:50.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
41732024-08-09T21:06:52.036Z[ recovery-image] Aug 09 21:06:50.637 INFO O| Aug 09 21:06:50.637 INFO STEP 123 (remove_files) COMPLETE
41742024-08-09T21:06:52.040Z[ recovery-image] Aug 09 21:06:50.637 INFO O| Aug 09 21:06:50.637 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-08-09T21:06:52.057Z[ recovery-image] Aug 09 21:06:50.658 INFO O| Aug 09 21:06:50.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
41762024-08-09T21:06:52.057Z[ recovery-image] Aug 09 21:06:50.658 INFO O| Aug 09 21:06:50.658 INFO STEP 124 (remove_files) COMPLETE
41772024-08-09T21:06:52.057Z[ recovery-image] Aug 09 21:06:50.658 INFO O| Aug 09 21:06:50.658 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-08-09T21:06:52.077Z[ recovery-image] Aug 09 21:06:50.678 INFO O| Aug 09 21:06:50.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
41792024-08-09T21:06:52.077Z[ recovery-image] Aug 09 21:06:50.678 INFO O| Aug 09 21:06:50.678 INFO STEP 125 (remove_files) COMPLETE
41802024-08-09T21:06:52.077Z[ recovery-image] Aug 09 21:06:50.678 INFO O| Aug 09 21:06:50.678 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-08-09T21:06:52.104Z[ recovery-image] Aug 09 21:06:50.705 INFO O| Aug 09 21:06:50.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
41822024-08-09T21:06:52.104Z[ recovery-image] Aug 09 21:06:50.705 INFO O| Aug 09 21:06:50.705 INFO STEP 126 (remove_files) COMPLETE
41832024-08-09T21:06:52.107Z[ recovery-image] Aug 09 21:06:50.706 INFO O| Aug 09 21:06:50.705 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-08-09T21:06:52.134Z[ recovery-image] Aug 09 21:06:50.736 INFO O| Aug 09 21:06:50.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
41852024-08-09T21:06:52.134Z[ recovery-image] Aug 09 21:06:50.736 INFO O| Aug 09 21:06:50.736 INFO STEP 127 (remove_files) COMPLETE
41862024-08-09T21:06:52.137Z[ recovery-image] Aug 09 21:06:50.736 INFO O| Aug 09 21:06:50.736 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-08-09T21:06:52.236Z[ recovery-image] Aug 09 21:06:50.838 INFO O| Aug 09 21:06:50.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
41882024-08-09T21:06:52.236Z[ recovery-image] Aug 09 21:06:50.838 INFO O| Aug 09 21:06:50.838 INFO STEP 128 (remove_files) COMPLETE
41892024-08-09T21:06:52.236Z[ recovery-image] Aug 09 21:06:50.838 INFO O| Aug 09 21:06:50.838 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-08-09T21:06:52.260Z[ recovery-image] Aug 09 21:06:50.862 INFO O| Aug 09 21:06:50.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
41912024-08-09T21:06:52.260Z[ recovery-image] Aug 09 21:06:50.862 INFO O| Aug 09 21:06:50.862 INFO STEP 129 (remove_files) COMPLETE
41922024-08-09T21:06:52.263Z[ recovery-image] Aug 09 21:06:50.862 INFO O| Aug 09 21:06:50.862 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-08-09T21:06:52.278Z[ recovery-image] Aug 09 21:06:50.880 INFO O| Aug 09 21:06:50.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
41942024-08-09T21:06:52.281Z[ recovery-image] Aug 09 21:06:50.881 INFO O| Aug 09 21:06:50.881 INFO STEP 130 (remove_files) COMPLETE
41952024-08-09T21:06:52.281Z[ recovery-image] Aug 09 21:06:50.881 INFO O| Aug 09 21:06:50.881 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-08-09T21:06:52.304Z[ recovery-image] Aug 09 21:06:50.906 INFO O| Aug 09 21:06:50.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
41972024-08-09T21:06:52.304Z[ recovery-image] Aug 09 21:06:50.906 INFO O| Aug 09 21:06:50.906 INFO STEP 131 (remove_files) COMPLETE
41982024-08-09T21:06:52.304Z[ recovery-image] Aug 09 21:06:50.906 INFO O| Aug 09 21:06:50.906 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-08-09T21:06:52.324Z[ recovery-image] Aug 09 21:06:50.926 INFO O| Aug 09 21:06:50.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42002024-08-09T21:06:52.324Z[ recovery-image] Aug 09 21:06:50.926 INFO O| Aug 09 21:06:50.926 INFO STEP 132 (remove_files) COMPLETE
42012024-08-09T21:06:52.327Z[ recovery-image] Aug 09 21:06:50.926 INFO O| Aug 09 21:06:50.926 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-08-09T21:06:52.360Z[ recovery-image] Aug 09 21:06:50.961 INFO O| Aug 09 21:06:50.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42032024-08-09T21:06:52.360Z[ recovery-image] Aug 09 21:06:50.961 INFO O| Aug 09 21:06:50.961 INFO STEP 133 (remove_files) COMPLETE
42042024-08-09T21:06:52.360Z[ recovery-image] Aug 09 21:06:50.961 INFO O| Aug 09 21:06:50.961 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-08-09T21:06:52.380Z[ recovery-image] Aug 09 21:06:50.982 INFO O| Aug 09 21:06:50.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42062024-08-09T21:06:52.380Z[ recovery-image] Aug 09 21:06:50.982 INFO O| Aug 09 21:06:50.982 INFO STEP 134 (remove_files) COMPLETE
42072024-08-09T21:06:52.383Z[ recovery-image] Aug 09 21:06:50.982 INFO O| Aug 09 21:06:50.982 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-08-09T21:06:52.407Z[ recovery-image] Aug 09 21:06:51.008 INFO O| Aug 09 21:06:51.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42092024-08-09T21:06:52.410Z[ recovery-image] Aug 09 21:06:51.008 INFO O| Aug 09 21:06:51.008 INFO STEP 135 (remove_files) COMPLETE
42102024-08-09T21:06:52.411Z[ recovery-image] Aug 09 21:06:51.009 INFO O| Aug 09 21:06:51.008 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-08-09T21:06:52.438Z[ recovery-image] Aug 09 21:06:51.040 INFO O| Aug 09 21:06:51.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42122024-08-09T21:06:52.438Z[ recovery-image] Aug 09 21:06:51.040 INFO O| Aug 09 21:06:51.040 INFO STEP 136 (remove_files) COMPLETE
42132024-08-09T21:06:52.438Z[ recovery-image] Aug 09 21:06:51.040 INFO O| Aug 09 21:06:51.040 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-08-09T21:06:52.470Z[ recovery-image] Aug 09 21:06:51.072 INFO O| Aug 09 21:06:51.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42152024-08-09T21:06:52.470Z[ recovery-image] Aug 09 21:06:51.072 INFO O| Aug 09 21:06:51.072 INFO STEP 137 (remove_files) COMPLETE
42162024-08-09T21:06:52.473Z[ recovery-image] Aug 09 21:06:51.072 INFO O| Aug 09 21:06:51.072 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-08-09T21:06:52.492Z[ recovery-image] Aug 09 21:06:51.093 INFO O| Aug 09 21:06:51.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42182024-08-09T21:06:52.494Z[ recovery-image] Aug 09 21:06:51.097 INFO O| Aug 09 21:06:51.093 INFO STEP 138 (remove_files) COMPLETE
42192024-08-09T21:06:52.497Z[ recovery-image] Aug 09 21:06:51.097 INFO O| Aug 09 21:06:51.097 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-08-09T21:06:52.554Z[ recovery-image] Aug 09 21:06:51.155 INFO O| Aug 09 21:06:51.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42212024-08-09T21:06:52.554Z[ recovery-image] Aug 09 21:06:51.155 INFO O| Aug 09 21:06:51.155 INFO STEP 139 (remove_files) COMPLETE
42222024-08-09T21:06:52.554Z[ recovery-image] Aug 09 21:06:51.156 INFO O| Aug 09 21:06:51.155 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-08-09T21:06:52.588Z[ recovery-image] Aug 09 21:06:51.189 INFO O| Aug 09 21:06:51.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42242024-08-09T21:06:52.590Z[ recovery-image] Aug 09 21:06:51.190 INFO O| Aug 09 21:06:51.189 INFO STEP 140 (remove_files) COMPLETE
42252024-08-09T21:06:52.590Z[ recovery-image] Aug 09 21:06:51.190 INFO O| Aug 09 21:06:51.190 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-08-09T21:06:52.608Z[ recovery-image] Aug 09 21:06:51.210 INFO O| Aug 09 21:06:51.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42272024-08-09T21:06:52.611Z[ recovery-image] Aug 09 21:06:51.210 INFO O| Aug 09 21:06:51.210 INFO STEP 141 (remove_files) COMPLETE
42282024-08-09T21:06:52.611Z[ recovery-image] Aug 09 21:06:51.210 INFO O| Aug 09 21:06:51.210 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-08-09T21:06:52.629Z[ recovery-image] Aug 09 21:06:51.231 INFO O| Aug 09 21:06:51.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42302024-08-09T21:06:52.632Z[ recovery-image] Aug 09 21:06:51.231 INFO O| Aug 09 21:06:51.231 INFO STEP 142 (remove_files) COMPLETE
42312024-08-09T21:06:52.632Z[ recovery-image] Aug 09 21:06:51.232 INFO O| Aug 09 21:06:51.232 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-08-09T21:06:52.668Z[ recovery-image] Aug 09 21:06:51.270 INFO O| Aug 09 21:06:51.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
42332024-08-09T21:06:52.668Z[ recovery-image] Aug 09 21:06:51.270 INFO O| Aug 09 21:06:51.270 INFO STEP 143 (remove_files) COMPLETE
42342024-08-09T21:06:52.671Z[ recovery-image] Aug 09 21:06:51.270 INFO O| Aug 09 21:06:51.270 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-08-09T21:06:52.691Z[ recovery-image] Aug 09 21:06:51.293 INFO O| Aug 09 21:06:51.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
42362024-08-09T21:06:52.691Z[ recovery-image] Aug 09 21:06:51.293 INFO O| Aug 09 21:06:51.293 INFO STEP 144 (remove_files) COMPLETE
42372024-08-09T21:06:52.695Z[ recovery-image] Aug 09 21:06:51.293 INFO O| Aug 09 21:06:51.293 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-08-09T21:06:52.725Z[ recovery-image] Aug 09 21:06:51.327 INFO O| Aug 09 21:06:51.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
42392024-08-09T21:06:52.725Z[ recovery-image] Aug 09 21:06:51.327 INFO O| Aug 09 21:06:51.327 INFO STEP 145 (remove_files) COMPLETE
42402024-08-09T21:06:52.725Z[ recovery-image] Aug 09 21:06:51.327 INFO O| Aug 09 21:06:51.327 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-08-09T21:06:52.771Z[ recovery-image] Aug 09 21:06:51.373 INFO O| Aug 09 21:06:51.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
42422024-08-09T21:06:52.771Z[ recovery-image] Aug 09 21:06:51.373 INFO O| Aug 09 21:06:51.373 INFO STEP 146 (remove_files) COMPLETE
42432024-08-09T21:06:52.771Z[ recovery-image] Aug 09 21:06:51.373 INFO O| Aug 09 21:06:51.373 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-08-09T21:06:52.803Z[ recovery-image] Aug 09 21:06:51.405 INFO O| Aug 09 21:06:51.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
42452024-08-09T21:06:52.803Z[ recovery-image] Aug 09 21:06:51.405 INFO O| Aug 09 21:06:51.405 INFO STEP 147 (remove_files) COMPLETE
42462024-08-09T21:06:52.803Z[ recovery-image] Aug 09 21:06:51.405 INFO O| Aug 09 21:06:51.405 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-08-09T21:06:52.822Z[ recovery-image] Aug 09 21:06:51.424 INFO O| Aug 09 21:06:51.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
42482024-08-09T21:06:52.822Z[ recovery-image] Aug 09 21:06:51.424 INFO O| Aug 09 21:06:51.424 INFO STEP 148 (remove_files) COMPLETE
42492024-08-09T21:06:52.825Z[ recovery-image] Aug 09 21:06:51.424 INFO O| Aug 09 21:06:51.424 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-08-09T21:06:52.857Z[ recovery-image] Aug 09 21:06:51.459 INFO O| Aug 09 21:06:51.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
42512024-08-09T21:06:52.857Z[ recovery-image] Aug 09 21:06:51.459 INFO O| Aug 09 21:06:51.459 INFO STEP 149 (remove_files) COMPLETE
42522024-08-09T21:06:52.857Z[ recovery-image] Aug 09 21:06:51.459 INFO O| Aug 09 21:06:51.459 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-08-09T21:06:52.874Z[ recovery-image] Aug 09 21:06:51.476 INFO O| Aug 09 21:06:51.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
42542024-08-09T21:06:52.874Z[ recovery-image] Aug 09 21:06:51.476 INFO O| Aug 09 21:06:51.476 INFO STEP 150 (remove_files) COMPLETE
42552024-08-09T21:06:52.874Z[ recovery-image] Aug 09 21:06:51.476 INFO O| Aug 09 21:06:51.476 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-08-09T21:06:52.908Z[ recovery-image] Aug 09 21:06:51.509 INFO O| Aug 09 21:06:51.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
42572024-08-09T21:06:52.910Z[ recovery-image] Aug 09 21:06:51.509 INFO O| Aug 09 21:06:51.509 INFO STEP 151 (remove_files) COMPLETE
42582024-08-09T21:06:52.910Z[ recovery-image] Aug 09 21:06:51.509 INFO O| Aug 09 21:06:51.509 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-08-09T21:06:52.928Z[ recovery-image] Aug 09 21:06:51.530 INFO O| Aug 09 21:06:51.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
42602024-08-09T21:06:52.928Z[ recovery-image] Aug 09 21:06:51.530 INFO O| Aug 09 21:06:51.530 INFO STEP 152 (remove_files) COMPLETE
42612024-08-09T21:06:52.931Z[ recovery-image] Aug 09 21:06:51.530 INFO O| Aug 09 21:06:51.530 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-08-09T21:06:52.947Z[ recovery-image] Aug 09 21:06:51.549 INFO O| Aug 09 21:06:51.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
42632024-08-09T21:06:52.947Z[ recovery-image] Aug 09 21:06:51.549 INFO O| Aug 09 21:06:51.549 INFO STEP 153 (remove_files) COMPLETE
42642024-08-09T21:06:52.950Z[ recovery-image] Aug 09 21:06:51.549 INFO O| Aug 09 21:06:51.549 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-08-09T21:06:52.966Z[ recovery-image] Aug 09 21:06:51.568 INFO O| Aug 09 21:06:51.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
42662024-08-09T21:06:52.966Z[ recovery-image] Aug 09 21:06:51.568 INFO O| Aug 09 21:06:51.568 INFO STEP 154 (remove_files) COMPLETE
42672024-08-09T21:06:52.966Z[ recovery-image] Aug 09 21:06:51.568 INFO O| Aug 09 21:06:51.568 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-08-09T21:06:53.001Z[ recovery-image] Aug 09 21:06:51.602 INFO O| Aug 09 21:06:51.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
42692024-08-09T21:06:53.001Z[ recovery-image] Aug 09 21:06:51.602 INFO O| Aug 09 21:06:51.602 INFO STEP 155 (remove_files) COMPLETE
42702024-08-09T21:06:53.004Z[ recovery-image] Aug 09 21:06:51.603 INFO O| Aug 09 21:06:51.603 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-08-09T21:06:53.021Z[ recovery-image] Aug 09 21:06:51.623 INFO O| Aug 09 21:06:51.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
42722024-08-09T21:06:53.021Z[ recovery-image] Aug 09 21:06:51.623 INFO O| Aug 09 21:06:51.623 INFO STEP 156 (remove_files) COMPLETE
42732024-08-09T21:06:53.025Z[ recovery-image] Aug 09 21:06:51.623 INFO O| Aug 09 21:06:51.623 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-08-09T21:06:53.054Z[ recovery-image] Aug 09 21:06:51.656 INFO O| Aug 09 21:06:51.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
42752024-08-09T21:06:53.057Z[ recovery-image] Aug 09 21:06:51.656 INFO O| Aug 09 21:06:51.656 INFO STEP 157 (remove_files) COMPLETE
42762024-08-09T21:06:53.057Z[ recovery-image] Aug 09 21:06:51.656 INFO O| Aug 09 21:06:51.656 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-08-09T21:06:53.076Z[ recovery-image] Aug 09 21:06:51.678 INFO O| Aug 09 21:06:51.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
42782024-08-09T21:06:53.077Z[ recovery-image] Aug 09 21:06:51.678 INFO O| Aug 09 21:06:51.678 INFO STEP 158 (remove_files) COMPLETE
42792024-08-09T21:06:53.077Z[ recovery-image] Aug 09 21:06:51.678 INFO O| Aug 09 21:06:51.678 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-08-09T21:06:53.096Z[ recovery-image] Aug 09 21:06:51.697 INFO O| Aug 09 21:06:51.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
42812024-08-09T21:06:53.096Z[ recovery-image] Aug 09 21:06:51.698 INFO O| Aug 09 21:06:51.698 INFO STEP 159 (remove_files) COMPLETE
42822024-08-09T21:06:53.099Z[ recovery-image] Aug 09 21:06:51.698 INFO O| Aug 09 21:06:51.698 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-08-09T21:06:53.138Z[ recovery-image] Aug 09 21:06:51.740 INFO O| Aug 09 21:06:51.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
42842024-08-09T21:06:53.138Z[ recovery-image] Aug 09 21:06:51.740 INFO O| Aug 09 21:06:51.740 INFO STEP 160 (remove_files) COMPLETE
42852024-08-09T21:06:53.142Z[ recovery-image] Aug 09 21:06:51.740 INFO O| Aug 09 21:06:51.740 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-08-09T21:06:53.182Z[ recovery-image] Aug 09 21:06:51.783 INFO O| Aug 09 21:06:51.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
42872024-08-09T21:06:53.182Z[ recovery-image] Aug 09 21:06:51.783 INFO O| Aug 09 21:06:51.783 INFO STEP 161 (remove_files) COMPLETE
42882024-08-09T21:06:53.185Z[ recovery-image] Aug 09 21:06:51.784 INFO O| Aug 09 21:06:51.783 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-08-09T21:06:53.203Z[ recovery-image] Aug 09 21:06:51.804 INFO O| Aug 09 21:06:51.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
42902024-08-09T21:06:53.203Z[ recovery-image] Aug 09 21:06:51.805 INFO O| Aug 09 21:06:51.805 INFO STEP 162 (remove_files) COMPLETE
42912024-08-09T21:06:53.206Z[ recovery-image] Aug 09 21:06:51.805 INFO O| Aug 09 21:06:51.805 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-08-09T21:06:53.238Z[ recovery-image] Aug 09 21:06:51.840 INFO O| Aug 09 21:06:51.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
42932024-08-09T21:06:53.239Z[ recovery-image] Aug 09 21:06:51.840 INFO O| Aug 09 21:06:51.840 INFO STEP 163 (remove_files) COMPLETE
42942024-08-09T21:06:53.241Z[ recovery-image] Aug 09 21:06:51.840 INFO O| Aug 09 21:06:51.840 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-08-09T21:06:53.263Z[ recovery-image] Aug 09 21:06:51.865 INFO O| Aug 09 21:06:51.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
42962024-08-09T21:06:53.263Z[ recovery-image] Aug 09 21:06:51.865 INFO O| Aug 09 21:06:51.865 INFO STEP 164 (remove_files) COMPLETE
42972024-08-09T21:06:53.263Z[ recovery-image] Aug 09 21:06:51.865 INFO O| Aug 09 21:06:51.865 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-09T21:06:53.282Z[ recovery-image] Aug 09 21:06:51.884 INFO O| Aug 09 21:06:51.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
42992024-08-09T21:06:53.282Z[ recovery-image] Aug 09 21:06:51.884 INFO O| Aug 09 21:06:51.884 INFO STEP 165 (remove_files) COMPLETE
43002024-08-09T21:06:53.285Z[ recovery-image] Aug 09 21:06:51.884 INFO O| Aug 09 21:06:51.884 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-08-09T21:06:53.309Z[ recovery-image] Aug 09 21:06:51.911 INFO O| Aug 09 21:06:51.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43022024-08-09T21:06:53.320Z[ recovery-image] Aug 09 21:06:51.921 INFO O| Aug 09 21:06:51.921 INFO STEP 166 (remove_files) COMPLETE
43032024-08-09T21:06:53.320Z[ recovery-image] Aug 09 21:06:51.921 INFO O| Aug 09 21:06:51.921 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-09T21:06:53.351Z[ recovery-image] Aug 09 21:06:51.953 INFO O| Aug 09 21:06:51.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43052024-08-09T21:06:53.351Z[ recovery-image] Aug 09 21:06:51.953 INFO O| Aug 09 21:06:51.953 INFO STEP 167 (remove_files) COMPLETE
43062024-08-09T21:06:53.351Z[ recovery-image] Aug 09 21:06:51.953 INFO O| Aug 09 21:06:51.953 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-09T21:06:53.370Z[ recovery-image] Aug 09 21:06:51.972 INFO O| Aug 09 21:06:51.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43082024-08-09T21:06:53.370Z[ recovery-image] Aug 09 21:06:51.972 INFO O| Aug 09 21:06:51.972 INFO STEP 168 (remove_files) COMPLETE
43092024-08-09T21:06:53.370Z[ recovery-image] Aug 09 21:06:51.972 INFO O| Aug 09 21:06:51.972 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-09T21:06:53.411Z[ recovery-image] Aug 09 21:06:52.011 INFO O| Aug 09 21:06:52.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43112024-08-09T21:06:53.411Z[ recovery-image] Aug 09 21:06:52.011 INFO O| Aug 09 21:06:52.011 INFO STEP 169 (remove_files) COMPLETE
43122024-08-09T21:06:53.411Z[ recovery-image] Aug 09 21:06:52.011 INFO O| Aug 09 21:06:52.011 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-08-09T21:06:53.468Z[ recovery-image] Aug 09 21:06:52.061 INFO O| Aug 09 21:06:52.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43142024-08-09T21:06:53.468Z[ recovery-image] Aug 09 21:06:52.061 INFO O| Aug 09 21:06:52.052 INFO STEP 170 (remove_files) COMPLETE
43152024-08-09T21:06:53.468Z[ recovery-image] Aug 09 21:06:52.061 INFO O| Aug 09 21:06:52.052 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-08-09T21:06:53.471Z[ recovery-image] Aug 09 21:06:52.071 INFO O| Aug 09 21:06:52.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43172024-08-09T21:06:53.471Z[ recovery-image] Aug 09 21:06:52.071 INFO O| Aug 09 21:06:52.071 INFO STEP 171 (remove_files) COMPLETE
43182024-08-09T21:06:53.471Z[ recovery-image] Aug 09 21:06:52.071 INFO O| Aug 09 21:06:52.071 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-08-09T21:06:53.500Z[ recovery-image] Aug 09 21:06:52.101 INFO O| Aug 09 21:06:52.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43202024-08-09T21:06:53.502Z[ recovery-image] Aug 09 21:06:52.101 INFO O| Aug 09 21:06:52.101 INFO STEP 172 (remove_files) COMPLETE
43212024-08-09T21:06:53.502Z[ recovery-image] Aug 09 21:06:52.101 INFO O| Aug 09 21:06:52.101 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-08-09T21:06:53.521Z[ recovery-image] Aug 09 21:06:52.122 INFO O| Aug 09 21:06:52.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43232024-08-09T21:06:53.521Z[ recovery-image] Aug 09 21:06:52.122 INFO O| Aug 09 21:06:52.122 INFO STEP 173 (remove_files) COMPLETE
43242024-08-09T21:06:53.523Z[ recovery-image] Aug 09 21:06:52.122 INFO O| Aug 09 21:06:52.122 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-09T21:06:53.586Z[ recovery-image] Aug 09 21:06:52.159 INFO O| Aug 09 21:06:52.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43262024-08-09T21:06:53.586Z[ recovery-image] Aug 09 21:06:52.159 INFO O| Aug 09 21:06:52.159 INFO STEP 174 (remove_files) COMPLETE
43272024-08-09T21:06:53.586Z[ recovery-image] Aug 09 21:06:52.159 INFO O| Aug 09 21:06:52.159 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-08-09T21:06:53.589Z[ recovery-image] Aug 09 21:06:52.179 INFO O| Aug 09 21:06:52.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43292024-08-09T21:06:53.589Z[ recovery-image] Aug 09 21:06:52.179 INFO O| Aug 09 21:06:52.179 INFO STEP 175 (remove_files) COMPLETE
43302024-08-09T21:06:53.589Z[ recovery-image] Aug 09 21:06:52.179 INFO O| Aug 09 21:06:52.179 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-08-09T21:06:53.601Z[ recovery-image] Aug 09 21:06:52.202 INFO O| Aug 09 21:06:52.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
43322024-08-09T21:06:53.601Z[ recovery-image] Aug 09 21:06:52.202 INFO O| Aug 09 21:06:52.202 INFO STEP 176 (remove_files) COMPLETE
43332024-08-09T21:06:53.601Z[ recovery-image] Aug 09 21:06:52.202 INFO O| Aug 09 21:06:52.202 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-08-09T21:06:53.620Z[ recovery-image] Aug 09 21:06:52.222 INFO O| Aug 09 21:06:52.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
43352024-08-09T21:06:53.620Z[ recovery-image] Aug 09 21:06:52.222 INFO O| Aug 09 21:06:52.222 INFO STEP 177 (remove_files) COMPLETE
43362024-08-09T21:06:53.623Z[ recovery-image] Aug 09 21:06:52.222 INFO O| Aug 09 21:06:52.222 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-08-09T21:06:53.699Z[ recovery-image] Aug 09 21:06:52.279 INFO O| Aug 09 21:06:52.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
43382024-08-09T21:06:53.699Z[ recovery-image] Aug 09 21:06:52.279 INFO O| Aug 09 21:06:52.279 INFO STEP 178 (remove_files) COMPLETE
43392024-08-09T21:06:53.699Z[ recovery-image] Aug 09 21:06:52.279 INFO O| Aug 09 21:06:52.279 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-09T21:06:53.699Z[ recovery-image] Aug 09 21:06:52.299 INFO O| Aug 09 21:06:52.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
43412024-08-09T21:06:53.699Z[ recovery-image] Aug 09 21:06:52.299 INFO O| Aug 09 21:06:52.299 INFO STEP 179 (remove_files) COMPLETE
43422024-08-09T21:06:53.699Z[ recovery-image] Aug 09 21:06:52.299 INFO O| Aug 09 21:06:52.299 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-09T21:06:53.716Z[ recovery-image] Aug 09 21:06:52.318 INFO O| Aug 09 21:06:52.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
43442024-08-09T21:06:53.717Z[ recovery-image] Aug 09 21:06:52.318 INFO O| Aug 09 21:06:52.318 INFO STEP 180 (remove_files) COMPLETE
43452024-08-09T21:06:53.719Z[ recovery-image] Aug 09 21:06:52.318 INFO O| Aug 09 21:06:52.318 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-09T21:06:53.763Z[ recovery-image] Aug 09 21:06:52.363 INFO O| Aug 09 21:06:52.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
43472024-08-09T21:06:53.763Z[ recovery-image] Aug 09 21:06:52.363 INFO O| Aug 09 21:06:52.363 INFO STEP 181 (remove_files) COMPLETE
43482024-08-09T21:06:53.763Z[ recovery-image] Aug 09 21:06:52.363 INFO O| Aug 09 21:06:52.363 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-09T21:06:53.874Z[ recovery-image] Aug 09 21:06:52.476 INFO O| Aug 09 21:06:52.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
43502024-08-09T21:06:53.874Z[ recovery-image] Aug 09 21:06:52.476 INFO O| Aug 09 21:06:52.476 INFO STEP 182 (remove_files) COMPLETE
43512024-08-09T21:06:53.874Z[ recovery-image] Aug 09 21:06:52.476 INFO O| Aug 09 21:06:52.476 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-09T21:06:53.893Z[ recovery-image] Aug 09 21:06:52.493 INFO O| Aug 09 21:06:52.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
43532024-08-09T21:06:53.908Z[ recovery-image] Aug 09 21:06:52.509 INFO O| Aug 09 21:06:52.509 INFO STEP 183 (remove_files) COMPLETE
43542024-08-09T21:06:53.908Z[ recovery-image] Aug 09 21:06:52.509 INFO O| Aug 09 21:06:52.509 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-09T21:06:53.984Z[ recovery-image] Aug 09 21:06:52.585 INFO O| Aug 09 21:06:52.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
43562024-08-09T21:06:53.984Z[ recovery-image] Aug 09 21:06:52.585 INFO O| Aug 09 21:06:52.585 INFO STEP 184 (remove_files) COMPLETE
43572024-08-09T21:06:53.984Z[ recovery-image] Aug 09 21:06:52.585 INFO O| Aug 09 21:06:52.585 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-09T21:06:54.040Z[ recovery-image] Aug 09 21:06:52.642 INFO O| Aug 09 21:06:52.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
43592024-08-09T21:06:54.040Z[ recovery-image] Aug 09 21:06:52.642 INFO O| Aug 09 21:06:52.642 INFO STEP 185 (remove_files) COMPLETE
43602024-08-09T21:06:54.043Z[ recovery-image] Aug 09 21:06:52.642 INFO O| Aug 09 21:06:52.642 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-09T21:06:54.059Z[ recovery-image] Aug 09 21:06:52.661 INFO O| Aug 09 21:06:52.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
43622024-08-09T21:06:54.059Z[ recovery-image] Aug 09 21:06:52.661 INFO O| Aug 09 21:06:52.661 INFO STEP 186 (remove_files) COMPLETE
43632024-08-09T21:06:54.059Z[ recovery-image] Aug 09 21:06:52.661 INFO O| Aug 09 21:06:52.661 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-09T21:06:54.076Z[ recovery-image] Aug 09 21:06:52.678 INFO O| Aug 09 21:06:52.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
43652024-08-09T21:06:54.076Z[ recovery-image] Aug 09 21:06:52.678 INFO O| Aug 09 21:06:52.678 INFO STEP 187 (remove_files) COMPLETE
43662024-08-09T21:06:54.076Z[ recovery-image] Aug 09 21:06:52.678 INFO O| Aug 09 21:06:52.678 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-09T21:06:54.110Z[ recovery-image] Aug 09 21:06:52.709 INFO O| Aug 09 21:06:52.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
43682024-08-09T21:06:54.110Z[ recovery-image] Aug 09 21:06:52.709 INFO O| Aug 09 21:06:52.709 INFO STEP 188 (remove_files) COMPLETE
43692024-08-09T21:06:54.110Z[ recovery-image] Aug 09 21:06:52.709 INFO O| Aug 09 21:06:52.709 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-08-09T21:06:54.161Z[ recovery-image] Aug 09 21:06:52.763 INFO O| Aug 09 21:06:52.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
43712024-08-09T21:06:54.180Z[ recovery-image] Aug 09 21:06:52.782 INFO O| Aug 09 21:06:52.782 INFO STEP 189 (remove_files) COMPLETE
43722024-08-09T21:06:54.180Z[ recovery-image] Aug 09 21:06:52.782 INFO O| Aug 09 21:06:52.782 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-08-09T21:06:54.212Z[ recovery-image] Aug 09 21:06:52.813 INFO O| Aug 09 21:06:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
43742024-08-09T21:06:54.212Z[ recovery-image] Aug 09 21:06:52.813 INFO O| Aug 09 21:06:52.813 INFO STEP 190 (remove_files) COMPLETE
43752024-08-09T21:06:54.212Z[ recovery-image] Aug 09 21:06:52.813 INFO O| Aug 09 21:06:52.813 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-08-09T21:06:54.229Z[ recovery-image] Aug 09 21:06:52.830 INFO O| Aug 09 21:06:52.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
43772024-08-09T21:06:54.229Z[ recovery-image] Aug 09 21:06:52.831 INFO O| Aug 09 21:06:52.831 INFO STEP 191 (remove_files) COMPLETE
43782024-08-09T21:06:54.229Z[ recovery-image] Aug 09 21:06:52.831 INFO O| Aug 09 21:06:52.831 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-08-09T21:06:54.245Z[ recovery-image] Aug 09 21:06:52.847 INFO O| Aug 09 21:06:52.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
43802024-08-09T21:06:54.245Z[ recovery-image] Aug 09 21:06:52.847 INFO O| Aug 09 21:06:52.847 INFO STEP 192 (remove_files) COMPLETE
43812024-08-09T21:06:54.245Z[ recovery-image] Aug 09 21:06:52.847 INFO O| Aug 09 21:06:52.847 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-08-09T21:06:54.271Z[ recovery-image] Aug 09 21:06:52.872 INFO O| Aug 09 21:06:52.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
43832024-08-09T21:06:54.271Z[ recovery-image] Aug 09 21:06:52.872 INFO O| Aug 09 21:06:52.872 INFO STEP 193 (remove_files) COMPLETE
43842024-08-09T21:06:54.271Z[ recovery-image] Aug 09 21:06:52.872 INFO O| Aug 09 21:06:52.872 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-08-09T21:06:54.305Z[ recovery-image] Aug 09 21:06:52.907 INFO O| Aug 09 21:06:52.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
43862024-08-09T21:06:54.305Z[ recovery-image] Aug 09 21:06:52.907 INFO O| Aug 09 21:06:52.907 INFO STEP 194 (remove_files) COMPLETE
43872024-08-09T21:06:54.305Z[ recovery-image] Aug 09 21:06:52.907 INFO O| Aug 09 21:06:52.907 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-08-09T21:06:54.346Z[ recovery-image] Aug 09 21:06:52.947 INFO O| Aug 09 21:06:52.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
43892024-08-09T21:06:54.346Z[ recovery-image] Aug 09 21:06:52.947 INFO O| Aug 09 21:06:52.947 INFO STEP 195 (remove_files) COMPLETE
43902024-08-09T21:06:54.346Z[ recovery-image] Aug 09 21:06:52.947 INFO O| Aug 09 21:06:52.947 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-08-09T21:06:54.382Z[ recovery-image] Aug 09 21:06:52.983 INFO O| Aug 09 21:06:52.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
43922024-08-09T21:06:54.382Z[ recovery-image] Aug 09 21:06:52.983 INFO O| Aug 09 21:06:52.983 INFO STEP 196 (remove_files) COMPLETE
43932024-08-09T21:06:54.384Z[ recovery-image] Aug 09 21:06:52.984 INFO O| Aug 09 21:06:52.983 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-08-09T21:06:54.409Z[ recovery-image] Aug 09 21:06:53.008 INFO O| Aug 09 21:06:53.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
43952024-08-09T21:06:54.409Z[ recovery-image] Aug 09 21:06:53.008 INFO O| Aug 09 21:06:53.008 INFO STEP 197 (remove_files) COMPLETE
43962024-08-09T21:06:54.409Z[ recovery-image] Aug 09 21:06:53.008 INFO O| Aug 09 21:06:53.008 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-09T21:06:54.428Z[ recovery-image] Aug 09 21:06:53.029 INFO O| Aug 09 21:06:53.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
43982024-08-09T21:06:54.430Z[ recovery-image] Aug 09 21:06:53.030 INFO O| Aug 09 21:06:53.029 INFO STEP 198 (remove_files) COMPLETE
43992024-08-09T21:06:54.430Z[ recovery-image] Aug 09 21:06:53.030 INFO O| Aug 09 21:06:53.029 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-09T21:06:54.462Z[ recovery-image] Aug 09 21:06:53.063 INFO O| Aug 09 21:06:53.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44012024-08-09T21:06:54.464Z[ recovery-image] Aug 09 21:06:53.063 INFO O| Aug 09 21:06:53.063 INFO STEP 199 (remove_files) COMPLETE
44022024-08-09T21:06:54.464Z[ recovery-image] Aug 09 21:06:53.064 INFO O| Aug 09 21:06:53.063 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-09T21:06:54.484Z[ recovery-image] Aug 09 21:06:53.086 INFO O| Aug 09 21:06:53.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44042024-08-09T21:06:54.487Z[ recovery-image] Aug 09 21:06:53.086 INFO O| Aug 09 21:06:53.086 INFO STEP 200 (remove_files) COMPLETE
44052024-08-09T21:06:54.487Z[ recovery-image] Aug 09 21:06:53.086 INFO O| Aug 09 21:06:53.086 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-09T21:06:54.524Z[ recovery-image] Aug 09 21:06:53.126 INFO O| Aug 09 21:06:53.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44072024-08-09T21:06:54.524Z[ recovery-image] Aug 09 21:06:53.126 INFO O| Aug 09 21:06:53.126 INFO STEP 201 (remove_files) COMPLETE
44082024-08-09T21:06:54.527Z[ recovery-image] Aug 09 21:06:53.126 INFO O| Aug 09 21:06:53.126 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-09T21:06:54.571Z[ recovery-image] Aug 09 21:06:53.172 INFO O| Aug 09 21:06:53.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44102024-08-09T21:06:54.575Z[ recovery-image] Aug 09 21:06:53.173 INFO O| Aug 09 21:06:53.172 INFO STEP 202 (remove_files) COMPLETE
44112024-08-09T21:06:54.575Z[ recovery-image] Aug 09 21:06:53.173 INFO O| Aug 09 21:06:53.173 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-09T21:06:54.591Z[ recovery-image] Aug 09 21:06:53.192 INFO O| Aug 09 21:06:53.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44132024-08-09T21:06:54.594Z[ recovery-image] Aug 09 21:06:53.193 INFO O| Aug 09 21:06:53.193 INFO STEP 203 (remove_files) COMPLETE
44142024-08-09T21:06:54.594Z[ recovery-image] Aug 09 21:06:53.193 INFO O| Aug 09 21:06:53.193 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-09T21:06:54.612Z[ recovery-image] Aug 09 21:06:53.214 INFO O| Aug 09 21:06:53.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44162024-08-09T21:06:54.615Z[ recovery-image] Aug 09 21:06:53.214 INFO O| Aug 09 21:06:53.214 INFO STEP 204 (remove_files) COMPLETE
44172024-08-09T21:06:54.615Z[ recovery-image] Aug 09 21:06:53.214 INFO O| Aug 09 21:06:53.214 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-09T21:06:54.633Z[ recovery-image] Aug 09 21:06:53.234 INFO O| Aug 09 21:06:53.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44192024-08-09T21:06:54.633Z[ recovery-image] Aug 09 21:06:53.234 INFO O| Aug 09 21:06:53.234 INFO STEP 205 (remove_files) COMPLETE
44202024-08-09T21:06:54.633Z[ recovery-image] Aug 09 21:06:53.234 INFO O| Aug 09 21:06:53.234 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-09T21:06:54.673Z[ recovery-image] Aug 09 21:06:53.275 INFO O| Aug 09 21:06:53.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44222024-08-09T21:06:54.673Z[ recovery-image] Aug 09 21:06:53.275 INFO O| Aug 09 21:06:53.275 INFO STEP 206 (remove_files) COMPLETE
44232024-08-09T21:06:54.673Z[ recovery-image] Aug 09 21:06:53.275 INFO O| Aug 09 21:06:53.275 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-08-09T21:06:54.695Z[ recovery-image] Aug 09 21:06:53.296 INFO O| Aug 09 21:06:53.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44252024-08-09T21:06:54.695Z[ recovery-image] Aug 09 21:06:53.296 INFO O| Aug 09 21:06:53.296 INFO STEP 207 (remove_files) COMPLETE
44262024-08-09T21:06:54.698Z[ recovery-image] Aug 09 21:06:53.297 INFO O| Aug 09 21:06:53.296 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-08-09T21:06:54.730Z[ recovery-image] Aug 09 21:06:53.331 INFO O| Aug 09 21:06:53.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44282024-08-09T21:06:54.732Z[ recovery-image] Aug 09 21:06:53.331 INFO O| Aug 09 21:06:53.331 INFO STEP 208 (remove_files) COMPLETE
44292024-08-09T21:06:54.732Z[ recovery-image] Aug 09 21:06:53.332 INFO O| Aug 09 21:06:53.331 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-08-09T21:06:54.786Z[ recovery-image] Aug 09 21:06:53.387 INFO O| Aug 09 21:06:53.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
44312024-08-09T21:06:54.786Z[ recovery-image] Aug 09 21:06:53.388 INFO O| Aug 09 21:06:53.388 INFO STEP 209 (remove_files) COMPLETE
44322024-08-09T21:06:54.786Z[ recovery-image] Aug 09 21:06:53.388 INFO O| Aug 09 21:06:53.388 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-08-09T21:06:54.806Z[ recovery-image] Aug 09 21:06:53.408 INFO O| Aug 09 21:06:53.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
44342024-08-09T21:06:54.806Z[ recovery-image] Aug 09 21:06:53.408 INFO O| Aug 09 21:06:53.408 INFO STEP 210 (remove_files) COMPLETE
44352024-08-09T21:06:54.809Z[ recovery-image] Aug 09 21:06:53.408 INFO O| Aug 09 21:06:53.408 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-08-09T21:06:54.842Z[ recovery-image] Aug 09 21:06:53.444 INFO O| Aug 09 21:06:53.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
44372024-08-09T21:06:54.842Z[ recovery-image] Aug 09 21:06:53.444 INFO O| Aug 09 21:06:53.444 INFO STEP 211 (remove_files) COMPLETE
44382024-08-09T21:06:54.842Z[ recovery-image] Aug 09 21:06:53.444 INFO O| Aug 09 21:06:53.444 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-09T21:06:54.880Z[ recovery-image] Aug 09 21:06:53.481 INFO O| Aug 09 21:06:53.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
44402024-08-09T21:06:54.882Z[ recovery-image] Aug 09 21:06:53.482 INFO O| Aug 09 21:06:53.481 INFO STEP 212 (remove_files) COMPLETE
44412024-08-09T21:06:54.882Z[ recovery-image] Aug 09 21:06:53.482 INFO O| Aug 09 21:06:53.482 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-09T21:06:54.902Z[ recovery-image] Aug 09 21:06:53.504 INFO O| Aug 09 21:06:53.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
44432024-08-09T21:06:54.902Z[ recovery-image] Aug 09 21:06:53.504 INFO O| Aug 09 21:06:53.504 INFO STEP 213 (remove_files) COMPLETE
44442024-08-09T21:06:54.902Z[ recovery-image] Aug 09 21:06:53.504 INFO O| Aug 09 21:06:53.504 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-09T21:06:54.927Z[ recovery-image] Aug 09 21:06:53.528 INFO O| Aug 09 21:06:53.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
44462024-08-09T21:06:54.929Z[ recovery-image] Aug 09 21:06:53.528 INFO O| Aug 09 21:06:53.528 INFO STEP 214 (remove_files) COMPLETE
44472024-08-09T21:06:54.929Z[ recovery-image] Aug 09 21:06:53.528 INFO O| Aug 09 21:06:53.528 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-09T21:06:54.946Z[ recovery-image] Aug 09 21:06:53.547 INFO O| Aug 09 21:06:53.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
44492024-08-09T21:06:54.946Z[ recovery-image] Aug 09 21:06:53.547 INFO O| Aug 09 21:06:53.547 INFO STEP 215 (remove_files) COMPLETE
44502024-08-09T21:06:54.949Z[ recovery-image] Aug 09 21:06:53.548 INFO O| Aug 09 21:06:53.547 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-09T21:06:54.952Z[ host-image] Aug 09 21:06:53.551 INFO O| Aug 09 21:06:53.551 INFO O| Planning: Solver setup ... Done
44522024-08-09T21:06:54.955Z[ host-image] Aug 09 21:06:53.557 INFO O| Aug 09 21:06:53.557 INFO O| Planning: Running solver ... Done
44532024-08-09T21:06:54.965Z[ recovery-image] Aug 09 21:06:53.567 INFO O| Aug 09 21:06:53.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
44542024-08-09T21:06:54.965Z[ recovery-image] Aug 09 21:06:53.567 INFO O| Aug 09 21:06:53.567 INFO STEP 216 (remove_files) COMPLETE
44552024-08-09T21:06:54.973Z[ recovery-image] Aug 09 21:06:53.567 INFO O| Aug 09 21:06:53.567 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-08-09T21:06:55.015Z[ recovery-image] Aug 09 21:06:53.617 INFO O| Aug 09 21:06:53.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
44572024-08-09T21:06:55.015Z[ recovery-image] Aug 09 21:06:53.617 INFO O| Aug 09 21:06:53.617 INFO STEP 217 (remove_files) COMPLETE
44582024-08-09T21:06:55.018Z[ recovery-image] Aug 09 21:06:53.617 INFO O| Aug 09 21:06:53.617 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-08-09T21:06:55.047Z[ host-image] Aug 09 21:06:53.648 INFO O| Aug 09 21:06:53.648 INFO O| Planning: Finding local manifests ... Done
44602024-08-09T21:06:55.049Z[ host-image] Aug 09 21:06:53.650 INFO O| Aug 09 21:06:53.650 INFO O| Planning: Fetching manifests: 0/4 0% complete
44612024-08-09T21:06:55.079Z[ recovery-image] Aug 09 21:06:53.680 INFO O| Aug 09 21:06:53.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
44622024-08-09T21:06:55.079Z[ recovery-image] Aug 09 21:06:53.680 INFO O| Aug 09 21:06:53.680 INFO STEP 218 (remove_files) COMPLETE
44632024-08-09T21:06:55.079Z[ recovery-image] Aug 09 21:06:53.680 INFO O| Aug 09 21:06:53.680 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-08-09T21:06:55.098Z[ recovery-image] Aug 09 21:06:53.699 INFO O| Aug 09 21:06:53.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
44652024-08-09T21:06:55.098Z[ recovery-image] Aug 09 21:06:53.699 INFO O| Aug 09 21:06:53.699 INFO STEP 219 (remove_files) COMPLETE
44662024-08-09T21:06:55.098Z[ recovery-image] Aug 09 21:06:53.699 INFO O| Aug 09 21:06:53.699 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-08-09T21:06:55.153Z[ recovery-image] Aug 09 21:06:53.755 INFO O| Aug 09 21:06:53.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
44682024-08-09T21:06:55.154Z[ recovery-image] Aug 09 21:06:53.755 INFO O| Aug 09 21:06:53.755 INFO STEP 220 (remove_files) COMPLETE
44692024-08-09T21:06:55.154Z[ recovery-image] Aug 09 21:06:53.755 INFO O| Aug 09 21:06:53.755 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-08-09T21:06:55.172Z[ recovery-image] Aug 09 21:06:53.773 INFO O| Aug 09 21:06:53.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
44712024-08-09T21:06:55.172Z[ recovery-image] Aug 09 21:06:53.773 INFO O| Aug 09 21:06:53.773 INFO STEP 221 (remove_files) COMPLETE
44722024-08-09T21:06:55.172Z[ recovery-image] Aug 09 21:06:53.773 INFO O| Aug 09 21:06:53.773 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-08-09T21:06:55.188Z[ recovery-image] Aug 09 21:06:53.790 INFO O| Aug 09 21:06:53.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
44742024-08-09T21:06:55.188Z[ recovery-image] Aug 09 21:06:53.790 INFO O| Aug 09 21:06:53.790 INFO STEP 222 (remove_files) COMPLETE
44752024-08-09T21:06:55.188Z[ recovery-image] Aug 09 21:06:53.790 INFO O| Aug 09 21:06:53.790 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-08-09T21:06:55.206Z[ recovery-image] Aug 09 21:06:53.808 INFO O| Aug 09 21:06:53.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
44772024-08-09T21:06:55.206Z[ recovery-image] Aug 09 21:06:53.808 INFO O| Aug 09 21:06:53.808 INFO STEP 223 (remove_files) COMPLETE
44782024-08-09T21:06:55.206Z[ recovery-image] Aug 09 21:06:53.808 INFO O| Aug 09 21:06:53.808 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-08-09T21:06:55.241Z[ recovery-image] Aug 09 21:06:53.842 INFO O| Aug 09 21:06:53.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
44802024-08-09T21:06:55.241Z[ recovery-image] Aug 09 21:06:53.842 INFO O| Aug 09 21:06:53.842 INFO STEP 224 (remove_files) COMPLETE
44812024-08-09T21:06:55.241Z[ recovery-image] Aug 09 21:06:53.842 INFO O| Aug 09 21:06:53.842 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-08-09T21:06:55.270Z[ recovery-image] Aug 09 21:06:53.872 INFO O| Aug 09 21:06:53.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
44832024-08-09T21:06:55.270Z[ recovery-image] Aug 09 21:06:53.872 INFO O| Aug 09 21:06:53.872 INFO STEP 225 (remove_files) COMPLETE
44842024-08-09T21:06:55.270Z[ recovery-image] Aug 09 21:06:53.872 INFO O| Aug 09 21:06:53.872 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-08-09T21:06:55.293Z[ recovery-image] Aug 09 21:06:53.894 INFO O| Aug 09 21:06:53.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
44862024-08-09T21:06:55.295Z[ recovery-image] Aug 09 21:06:53.894 INFO O| Aug 09 21:06:53.894 INFO STEP 226 (remove_files) COMPLETE
44872024-08-09T21:06:55.296Z[ recovery-image] Aug 09 21:06:53.895 INFO O| Aug 09 21:06:53.894 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-08-09T21:06:55.298Z[ host-image] Aug 09 21:06:53.900 INFO O| Aug 09 21:06:53.900 INFO O| Planning: Fetching manifests: 4/4 100% complete
44892024-08-09T21:06:55.313Z[ recovery-image] Aug 09 21:06:53.915 INFO O| Aug 09 21:06:53.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
44902024-08-09T21:06:55.313Z[ recovery-image] Aug 09 21:06:53.915 INFO O| Aug 09 21:06:53.915 INFO STEP 227 (remove_files) COMPLETE
44912024-08-09T21:06:55.313Z[ recovery-image] Aug 09 21:06:53.915 INFO O| Aug 09 21:06:53.915 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-08-09T21:06:55.350Z[ recovery-image] Aug 09 21:06:53.951 INFO O| Aug 09 21:06:53.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
44932024-08-09T21:06:55.350Z[ recovery-image] Aug 09 21:06:53.951 INFO O| Aug 09 21:06:53.951 INFO STEP 228 (remove_files) COMPLETE
44942024-08-09T21:06:55.350Z[ recovery-image] Aug 09 21:06:53.951 INFO O| Aug 09 21:06:53.951 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-08-09T21:06:55.369Z[ recovery-image] Aug 09 21:06:53.970 INFO O| Aug 09 21:06:53.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
44962024-08-09T21:06:55.369Z[ recovery-image] Aug 09 21:06:53.970 INFO O| Aug 09 21:06:53.970 INFO STEP 229 (remove_files) COMPLETE
44972024-08-09T21:06:55.372Z[ recovery-image] Aug 09 21:06:53.970 INFO O| Aug 09 21:06:53.970 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-08-09T21:06:55.379Z[ host-image] Aug 09 21:06:53.980 INFO O| Aug 09 21:06:53.980 INFO O| Planning: Package planning ... Done
44992024-08-09T21:06:55.384Z[ host-image] Aug 09 21:06:53.986 INFO O| Aug 09 21:06:53.986 INFO O| Planning: Merging actions ... Done
45002024-08-09T21:06:55.419Z[ recovery-image] Aug 09 21:06:54.021 INFO O| Aug 09 21:06:54.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45012024-08-09T21:06:55.419Z[ recovery-image] Aug 09 21:06:54.021 INFO O| Aug 09 21:06:54.021 INFO STEP 230 (remove_files) COMPLETE
45022024-08-09T21:06:55.419Z[ recovery-image] Aug 09 21:06:54.021 INFO O| Aug 09 21:06:54.021 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-08-09T21:06:55.463Z[ recovery-image] Aug 09 21:06:54.064 INFO O| Aug 09 21:06:54.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45042024-08-09T21:06:55.463Z[ recovery-image] Aug 09 21:06:54.064 INFO O| Aug 09 21:06:54.064 INFO STEP 231 (remove_files) COMPLETE
45052024-08-09T21:06:55.463Z[ recovery-image] Aug 09 21:06:54.064 INFO O| Aug 09 21:06:54.064 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-08-09T21:06:55.489Z[ recovery-image] Aug 09 21:06:54.090 INFO O| Aug 09 21:06:54.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45072024-08-09T21:06:55.489Z[ recovery-image] Aug 09 21:06:54.090 INFO O| Aug 09 21:06:54.090 INFO STEP 232 (remove_files) COMPLETE
45082024-08-09T21:06:55.496Z[ recovery-image] Aug 09 21:06:54.090 INFO O| Aug 09 21:06:54.090 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-08-09T21:06:55.517Z[ recovery-image] Aug 09 21:06:54.118 INFO O| Aug 09 21:06:54.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45102024-08-09T21:06:55.522Z[ recovery-image] Aug 09 21:06:54.118 INFO O| Aug 09 21:06:54.118 INFO STEP 233 (remove_files) COMPLETE
45112024-08-09T21:06:55.522Z[ recovery-image] Aug 09 21:06:54.118 INFO O| Aug 09 21:06:54.118 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-08-09T21:06:55.536Z[ recovery-image] Aug 09 21:06:54.137 INFO O| Aug 09 21:06:54.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45132024-08-09T21:06:55.539Z[ recovery-image] Aug 09 21:06:54.137 INFO O| Aug 09 21:06:54.137 INFO STEP 234 (remove_files) COMPLETE
45142024-08-09T21:06:55.539Z[ recovery-image] Aug 09 21:06:54.138 INFO O| Aug 09 21:06:54.137 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-08-09T21:06:55.555Z[ recovery-image] Aug 09 21:06:54.156 INFO O| Aug 09 21:06:54.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45162024-08-09T21:06:55.555Z[ recovery-image] Aug 09 21:06:54.156 INFO O| Aug 09 21:06:54.156 INFO STEP 235 (remove_files) COMPLETE
45172024-08-09T21:06:55.555Z[ recovery-image] Aug 09 21:06:54.156 INFO O| Aug 09 21:06:54.156 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-08-09T21:06:55.575Z[ recovery-image] Aug 09 21:06:54.177 INFO O| Aug 09 21:06:54.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45192024-08-09T21:06:55.575Z[ recovery-image] Aug 09 21:06:54.177 INFO O| Aug 09 21:06:54.177 INFO STEP 236 (remove_files) COMPLETE
45202024-08-09T21:06:55.577Z[ recovery-image] Aug 09 21:06:54.177 INFO O| Aug 09 21:06:54.177 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-08-09T21:06:55.597Z[ recovery-image] Aug 09 21:06:54.199 INFO O| Aug 09 21:06:54.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45222024-08-09T21:06:55.597Z[ recovery-image] Aug 09 21:06:54.199 INFO O| Aug 09 21:06:54.199 INFO STEP 237 (remove_files) COMPLETE
45232024-08-09T21:06:55.597Z[ recovery-image] Aug 09 21:06:54.199 INFO O| Aug 09 21:06:54.199 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-08-09T21:06:55.658Z[ recovery-image] Aug 09 21:06:54.260 INFO O| Aug 09 21:06:54.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45252024-08-09T21:06:55.658Z[ recovery-image] Aug 09 21:06:54.260 INFO O| Aug 09 21:06:54.260 INFO STEP 238 (remove_files) COMPLETE
45262024-08-09T21:06:55.659Z[ recovery-image] Aug 09 21:06:54.260 INFO O| Aug 09 21:06:54.260 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-08-09T21:06:55.666Z[ host-image] Aug 09 21:06:54.268 INFO O| Aug 09 21:06:54.268 INFO O| Planning: Checking for conflicting actions ... Done
45282024-08-09T21:06:55.668Z[ host-image] Aug 09 21:06:54.270 INFO O| Aug 09 21:06:54.270 INFO O| Planning: Consolidating action changes ... Done
45292024-08-09T21:06:55.681Z[ recovery-image] Aug 09 21:06:54.282 INFO O| Aug 09 21:06:54.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45302024-08-09T21:06:55.681Z[ recovery-image] Aug 09 21:06:54.282 INFO O| Aug 09 21:06:54.282 INFO STEP 239 (remove_files) COMPLETE
45312024-08-09T21:06:55.681Z[ recovery-image] Aug 09 21:06:54.282 INFO O| Aug 09 21:06:54.282 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-08-09T21:06:55.709Z[ recovery-image] Aug 09 21:06:54.310 INFO O| Aug 09 21:06:54.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45332024-08-09T21:06:55.709Z[ recovery-image] Aug 09 21:06:54.310 INFO O| Aug 09 21:06:54.310 INFO STEP 240 (remove_files) COMPLETE
45342024-08-09T21:06:55.711Z[ recovery-image] Aug 09 21:06:54.310 INFO O| Aug 09 21:06:54.310 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-08-09T21:06:55.729Z[ recovery-image] Aug 09 21:06:54.330 INFO O| Aug 09 21:06:54.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45362024-08-09T21:06:55.729Z[ recovery-image] Aug 09 21:06:54.331 INFO O| Aug 09 21:06:54.331 INFO STEP 241 (remove_files) COMPLETE
45372024-08-09T21:06:55.729Z[ recovery-image] Aug 09 21:06:54.331 INFO O| Aug 09 21:06:54.331 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-08-09T21:06:55.753Z[ recovery-image] Aug 09 21:06:54.354 INFO O| Aug 09 21:06:54.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
45392024-08-09T21:06:55.753Z[ recovery-image] Aug 09 21:06:54.354 INFO O| Aug 09 21:06:54.354 INFO STEP 242 (remove_files) COMPLETE
45402024-08-09T21:06:55.753Z[ recovery-image] Aug 09 21:06:54.354 INFO O| Aug 09 21:06:54.354 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-08-09T21:06:55.789Z[ recovery-image] Aug 09 21:06:54.390 INFO O| Aug 09 21:06:54.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
45422024-08-09T21:06:55.792Z[ recovery-image] Aug 09 21:06:54.391 INFO O| Aug 09 21:06:54.390 INFO STEP 243 (remove_files) COMPLETE
45432024-08-09T21:06:55.792Z[ recovery-image] Aug 09 21:06:54.391 INFO O| Aug 09 21:06:54.391 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-08-09T21:06:55.810Z[ recovery-image] Aug 09 21:06:54.411 INFO O| Aug 09 21:06:54.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
45452024-08-09T21:06:55.810Z[ recovery-image] Aug 09 21:06:54.411 INFO O| Aug 09 21:06:54.411 INFO STEP 244 (remove_files) COMPLETE
45462024-08-09T21:06:55.813Z[ recovery-image] Aug 09 21:06:54.411 INFO O| Aug 09 21:06:54.411 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-08-09T21:06:55.827Z[ recovery-image] Aug 09 21:06:54.428 INFO O| Aug 09 21:06:54.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
45482024-08-09T21:06:55.827Z[ recovery-image] Aug 09 21:06:54.429 INFO O| Aug 09 21:06:54.429 INFO STEP 245 (remove_files) COMPLETE
45492024-08-09T21:06:55.830Z[ recovery-image] Aug 09 21:06:54.429 INFO O| Aug 09 21:06:54.429 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-08-09T21:06:55.850Z[ recovery-image] Aug 09 21:06:54.451 INFO O| Aug 09 21:06:54.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
45512024-08-09T21:06:55.850Z[ recovery-image] Aug 09 21:06:54.451 INFO O| Aug 09 21:06:54.451 INFO STEP 246 (remove_files) COMPLETE
45522024-08-09T21:06:55.850Z[ recovery-image] Aug 09 21:06:54.451 INFO O| Aug 09 21:06:54.451 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-08-09T21:06:55.883Z[ recovery-image] Aug 09 21:06:54.484 INFO O| Aug 09 21:06:54.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
45542024-08-09T21:06:55.883Z[ recovery-image] Aug 09 21:06:54.484 INFO O| Aug 09 21:06:54.484 INFO STEP 247 (remove_files) COMPLETE
45552024-08-09T21:06:55.883Z[ recovery-image] Aug 09 21:06:54.484 INFO O| Aug 09 21:06:54.484 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-08-09T21:06:55.903Z[ recovery-image] Aug 09 21:06:54.504 INFO O| Aug 09 21:06:54.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
45572024-08-09T21:06:55.903Z[ recovery-image] Aug 09 21:06:54.504 INFO O| Aug 09 21:06:54.504 INFO STEP 248 (remove_files) COMPLETE
45582024-08-09T21:06:55.903Z[ recovery-image] Aug 09 21:06:54.504 INFO O| Aug 09 21:06:54.504 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-08-09T21:06:55.923Z[ recovery-image] Aug 09 21:06:54.524 INFO O| Aug 09 21:06:54.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
45602024-08-09T21:06:55.923Z[ recovery-image] Aug 09 21:06:54.525 INFO O| Aug 09 21:06:54.524 INFO STEP 249 (remove_files) COMPLETE
45612024-08-09T21:06:55.926Z[ recovery-image] Aug 09 21:06:54.525 INFO O| Aug 09 21:06:54.525 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-08-09T21:06:55.958Z[ recovery-image] Aug 09 21:06:54.560 INFO O| Aug 09 21:06:54.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
45632024-08-09T21:06:55.958Z[ recovery-image] Aug 09 21:06:54.560 INFO O| Aug 09 21:06:54.560 INFO STEP 250 (remove_files) COMPLETE
45642024-08-09T21:06:55.958Z[ recovery-image] Aug 09 21:06:54.560 INFO O| Aug 09 21:06:54.560 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-08-09T21:06:55.979Z[ recovery-image] Aug 09 21:06:54.580 INFO O| Aug 09 21:06:54.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
45662024-08-09T21:06:55.979Z[ recovery-image] Aug 09 21:06:54.580 INFO O| Aug 09 21:06:54.580 INFO STEP 251 (remove_files) COMPLETE
45672024-08-09T21:06:55.982Z[ recovery-image] Aug 09 21:06:54.580 INFO O| Aug 09 21:06:54.580 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-08-09T21:06:55.998Z[ recovery-image] Aug 09 21:06:54.600 INFO O| Aug 09 21:06:54.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
45692024-08-09T21:06:55.998Z[ recovery-image] Aug 09 21:06:54.600 INFO O| Aug 09 21:06:54.600 INFO STEP 252 (remove_files) COMPLETE
45702024-08-09T21:06:55.999Z[ recovery-image] Aug 09 21:06:54.600 INFO O| Aug 09 21:06:54.600 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-08-09T21:06:56.025Z[ recovery-image] Aug 09 21:06:54.626 INFO O| Aug 09 21:06:54.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
45722024-08-09T21:06:56.028Z[ recovery-image] Aug 09 21:06:54.626 INFO O| Aug 09 21:06:54.626 INFO STEP 253 (remove_files) COMPLETE
45732024-08-09T21:06:56.028Z[ recovery-image] Aug 09 21:06:54.627 INFO O| Aug 09 21:06:54.627 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-08-09T21:06:56.047Z[ recovery-image] Aug 09 21:06:54.648 INFO O| Aug 09 21:06:54.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
45752024-08-09T21:06:56.050Z[ recovery-image] Aug 09 21:06:54.649 INFO O| Aug 09 21:06:54.649 INFO STEP 254 (remove_files) COMPLETE
45762024-08-09T21:06:56.050Z[ recovery-image] Aug 09 21:06:54.649 INFO O| Aug 09 21:06:54.649 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-08-09T21:06:56.073Z[ recovery-image] Aug 09 21:06:54.674 INFO O| Aug 09 21:06:54.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
45782024-08-09T21:06:56.075Z[ recovery-image] Aug 09 21:06:54.675 INFO O| Aug 09 21:06:54.674 INFO STEP 255 (remove_files) COMPLETE
45792024-08-09T21:06:56.075Z[ recovery-image] Aug 09 21:06:54.675 INFO O| Aug 09 21:06:54.674 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-08-09T21:06:56.082Z[ host-image] Aug 09 21:06:54.684 INFO O| Aug 09 21:06:54.683 INFO O| Planning: Evaluating mediators ... Done
45812024-08-09T21:06:56.085Z[ host-image] Aug 09 21:06:54.686 INFO O| Aug 09 21:06:54.686 INFO O| Planning: Planning completed in 4.28 seconds
45822024-08-09T21:06:56.087Z[ host-image] Aug 09 21:06:54.689 INFO O| Aug 09 21:06:54.688 INFO O| Packages to install: 4
45832024-08-09T21:06:56.087Z[ host-image] Aug 09 21:06:54.689 INFO O| Aug 09 21:06:54.689 INFO O| Services to change: 2
45842024-08-09T21:06:56.106Z[ host-image] Aug 09 21:06:54.707 INFO O| Aug 09 21:06:54.707 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
45852024-08-09T21:06:56.131Z[ recovery-image] Aug 09 21:06:54.733 INFO O| Aug 09 21:06:54.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
45862024-08-09T21:06:56.134Z[ recovery-image] Aug 09 21:06:54.733 INFO O| Aug 09 21:06:54.733 INFO STEP 256 (remove_files) COMPLETE
45872024-08-09T21:06:56.134Z[ recovery-image] Aug 09 21:06:54.733 INFO O| Aug 09 21:06:54.733 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-08-09T21:06:56.198Z[ recovery-image] Aug 09 21:06:54.799 INFO O| Aug 09 21:06:54.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
45892024-08-09T21:06:56.201Z[ recovery-image] Aug 09 21:06:54.799 INFO O| Aug 09 21:06:54.799 INFO STEP 257 (remove_files) COMPLETE
45902024-08-09T21:06:56.201Z[ recovery-image] Aug 09 21:06:54.799 INFO O| Aug 09 21:06:54.799 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-08-09T21:06:56.221Z[ recovery-image] Aug 09 21:06:54.822 INFO O| Aug 09 21:06:54.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
45922024-08-09T21:06:56.223Z[ recovery-image] Aug 09 21:06:54.822 INFO O| Aug 09 21:06:54.822 INFO STEP 258 (remove_files) COMPLETE
45932024-08-09T21:06:56.223Z[ recovery-image] Aug 09 21:06:54.822 INFO O| Aug 09 21:06:54.822 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-08-09T21:06:56.242Z[ recovery-image] Aug 09 21:06:54.843 INFO O| Aug 09 21:06:54.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
45952024-08-09T21:06:56.242Z[ recovery-image] Aug 09 21:06:54.843 INFO O| Aug 09 21:06:54.843 INFO STEP 259 (remove_files) COMPLETE
45962024-08-09T21:06:56.242Z[ recovery-image] Aug 09 21:06:54.843 INFO O| Aug 09 21:06:54.843 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-08-09T21:06:56.277Z[ recovery-image] Aug 09 21:06:54.878 INFO O| Aug 09 21:06:54.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
45982024-08-09T21:06:56.277Z[ recovery-image] Aug 09 21:06:54.878 INFO O| Aug 09 21:06:54.878 INFO STEP 260 (remove_files) COMPLETE
45992024-08-09T21:06:56.277Z[ recovery-image] Aug 09 21:06:54.878 INFO O| Aug 09 21:06:54.878 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-08-09T21:06:56.308Z[ recovery-image] Aug 09 21:06:54.908 INFO O| Aug 09 21:06:54.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46012024-08-09T21:06:56.308Z[ recovery-image] Aug 09 21:06:54.908 INFO O| Aug 09 21:06:54.908 INFO STEP 261 (remove_files) COMPLETE
46022024-08-09T21:06:56.308Z[ recovery-image] Aug 09 21:06:54.908 INFO O| Aug 09 21:06:54.908 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-08-09T21:06:56.353Z[ recovery-image] Aug 09 21:06:54.954 INFO O| Aug 09 21:06:54.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46042024-08-09T21:06:56.353Z[ recovery-image] Aug 09 21:06:54.954 INFO O| Aug 09 21:06:54.954 INFO STEP 262 (remove_files) COMPLETE
46052024-08-09T21:06:56.353Z[ recovery-image] Aug 09 21:06:54.954 INFO O| Aug 09 21:06:54.954 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-08-09T21:06:56.374Z[ recovery-image] Aug 09 21:06:54.975 INFO O| Aug 09 21:06:54.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46072024-08-09T21:06:56.374Z[ recovery-image] Aug 09 21:06:54.976 INFO O| Aug 09 21:06:54.975 INFO STEP 263 (remove_files) COMPLETE
46082024-08-09T21:06:56.374Z[ recovery-image] Aug 09 21:06:54.976 INFO O| Aug 09 21:06:54.976 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-08-09T21:06:56.394Z[ recovery-image] Aug 09 21:06:54.996 INFO O| Aug 09 21:06:54.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46102024-08-09T21:06:56.397Z[ recovery-image] Aug 09 21:06:54.996 INFO O| Aug 09 21:06:54.996 INFO STEP 264 (remove_files) COMPLETE
46112024-08-09T21:06:56.397Z[ recovery-image] Aug 09 21:06:54.996 INFO O| Aug 09 21:06:54.996 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-08-09T21:06:56.420Z[ recovery-image] Aug 09 21:06:55.021 INFO O| Aug 09 21:06:55.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46132024-08-09T21:06:56.420Z[ recovery-image] Aug 09 21:06:55.021 INFO O| Aug 09 21:06:55.021 INFO STEP 265 (remove_files) COMPLETE
46142024-08-09T21:06:56.420Z[ recovery-image] Aug 09 21:06:55.021 INFO O| Aug 09 21:06:55.021 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-08-09T21:06:56.456Z[ recovery-image] Aug 09 21:06:55.057 INFO O| Aug 09 21:06:55.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46162024-08-09T21:06:56.458Z[ recovery-image] Aug 09 21:06:55.057 INFO O| Aug 09 21:06:55.057 INFO STEP 266 (remove_files) COMPLETE
46172024-08-09T21:06:56.458Z[ recovery-image] Aug 09 21:06:55.057 INFO O| Aug 09 21:06:55.057 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-08-09T21:06:56.507Z[ recovery-image] Aug 09 21:06:55.108 INFO O| Aug 09 21:06:55.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46192024-08-09T21:06:56.507Z[ recovery-image] Aug 09 21:06:55.108 INFO O| Aug 09 21:06:55.108 INFO STEP 267 (remove_files) COMPLETE
46202024-08-09T21:06:56.507Z[ recovery-image] Aug 09 21:06:55.108 INFO O| Aug 09 21:06:55.108 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-08-09T21:06:56.528Z[ recovery-image] Aug 09 21:06:55.129 INFO O| Aug 09 21:06:55.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46222024-08-09T21:06:56.528Z[ recovery-image] Aug 09 21:06:55.129 INFO O| Aug 09 21:06:55.129 INFO STEP 268 (remove_files) COMPLETE
46232024-08-09T21:06:56.528Z[ recovery-image] Aug 09 21:06:55.129 INFO O| Aug 09 21:06:55.129 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-08-09T21:06:56.548Z[ recovery-image] Aug 09 21:06:55.149 INFO O| Aug 09 21:06:55.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46252024-08-09T21:06:56.549Z[ recovery-image] Aug 09 21:06:55.149 INFO O| Aug 09 21:06:55.149 INFO STEP 269 (remove_files) COMPLETE
46262024-08-09T21:06:56.549Z[ recovery-image] Aug 09 21:06:55.149 INFO O| Aug 09 21:06:55.149 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-08-09T21:06:56.567Z[ recovery-image] Aug 09 21:06:55.169 INFO O| Aug 09 21:06:55.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46282024-08-09T21:06:56.567Z[ recovery-image] Aug 09 21:06:55.169 INFO O| Aug 09 21:06:55.169 INFO STEP 270 (remove_files) COMPLETE
46292024-08-09T21:06:56.570Z[ recovery-image] Aug 09 21:06:55.169 INFO O| Aug 09 21:06:55.169 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-08-09T21:06:56.588Z[ recovery-image] Aug 09 21:06:55.189 INFO O| Aug 09 21:06:55.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46312024-08-09T21:06:56.606Z[ recovery-image] Aug 09 21:06:55.207 INFO O| Aug 09 21:06:55.207 INFO STEP 271 (remove_files) COMPLETE
46322024-08-09T21:06:56.606Z[ recovery-image] Aug 09 21:06:55.207 INFO O| Aug 09 21:06:55.207 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-08-09T21:06:56.626Z[ recovery-image] Aug 09 21:06:55.227 INFO O| Aug 09 21:06:55.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46342024-08-09T21:06:56.629Z[ recovery-image] Aug 09 21:06:55.228 INFO O| Aug 09 21:06:55.227 INFO STEP 272 (remove_files) COMPLETE
46352024-08-09T21:06:56.629Z[ recovery-image] Aug 09 21:06:55.228 INFO O| Aug 09 21:06:55.228 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-08-09T21:06:56.645Z[ recovery-image] Aug 09 21:06:55.247 INFO O| Aug 09 21:06:55.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46372024-08-09T21:06:56.648Z[ recovery-image] Aug 09 21:06:55.247 INFO O| Aug 09 21:06:55.247 INFO STEP 273 (remove_files) COMPLETE
46382024-08-09T21:06:56.648Z[ recovery-image] Aug 09 21:06:55.247 INFO O| Aug 09 21:06:55.247 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-08-09T21:06:56.664Z[ recovery-image] Aug 09 21:06:55.266 INFO O| Aug 09 21:06:55.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46402024-08-09T21:06:56.667Z[ recovery-image] Aug 09 21:06:55.266 INFO O| Aug 09 21:06:55.266 INFO STEP 274 (remove_files) COMPLETE
46412024-08-09T21:06:56.667Z[ recovery-image] Aug 09 21:06:55.266 INFO O| Aug 09 21:06:55.266 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-08-09T21:06:56.691Z[ recovery-image] Aug 09 21:06:55.292 INFO O| Aug 09 21:06:55.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
46432024-08-09T21:06:56.694Z[ recovery-image] Aug 09 21:06:55.293 INFO O| Aug 09 21:06:55.292 INFO STEP 275 (remove_files) COMPLETE
46442024-08-09T21:06:56.694Z[ recovery-image] Aug 09 21:06:55.293 INFO O| Aug 09 21:06:55.292 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-08-09T21:06:56.711Z[ recovery-image] Aug 09 21:06:55.312 INFO O| Aug 09 21:06:55.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
46462024-08-09T21:06:56.713Z[ recovery-image] Aug 09 21:06:55.312 INFO O| Aug 09 21:06:55.312 INFO STEP 276 (remove_files) COMPLETE
46472024-08-09T21:06:56.713Z[ recovery-image] Aug 09 21:06:55.312 INFO O| Aug 09 21:06:55.312 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-08-09T21:06:56.730Z[ recovery-image] Aug 09 21:06:55.331 INFO O| Aug 09 21:06:55.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
46492024-08-09T21:06:56.732Z[ recovery-image] Aug 09 21:06:55.331 INFO O| Aug 09 21:06:55.331 INFO STEP 277 (remove_files) COMPLETE
46502024-08-09T21:06:56.732Z[ recovery-image] Aug 09 21:06:55.331 INFO O| Aug 09 21:06:55.331 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-08-09T21:06:56.751Z[ recovery-image] Aug 09 21:06:55.352 INFO O| Aug 09 21:06:55.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
46522024-08-09T21:06:56.751Z[ recovery-image] Aug 09 21:06:55.353 INFO O| Aug 09 21:06:55.352 INFO STEP 278 (remove_files) COMPLETE
46532024-08-09T21:06:56.754Z[ recovery-image] Aug 09 21:06:55.353 INFO O| Aug 09 21:06:55.353 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-08-09T21:06:56.781Z[ recovery-image] Aug 09 21:06:55.382 INFO O| Aug 09 21:06:55.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
46552024-08-09T21:06:56.783Z[ recovery-image] Aug 09 21:06:55.383 INFO O| Aug 09 21:06:55.382 INFO STEP 279 (remove_files) COMPLETE
46562024-08-09T21:06:56.784Z[ recovery-image] Aug 09 21:06:55.383 INFO O| Aug 09 21:06:55.383 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-08-09T21:06:56.809Z[ recovery-image] Aug 09 21:06:55.410 INFO O| Aug 09 21:06:55.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
46582024-08-09T21:06:56.812Z[ recovery-image] Aug 09 21:06:55.411 INFO O| Aug 09 21:06:55.410 INFO STEP 280 (remove_files) COMPLETE
46592024-08-09T21:06:56.812Z[ recovery-image] Aug 09 21:06:55.411 INFO O| Aug 09 21:06:55.411 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-08-09T21:06:56.844Z[ recovery-image] Aug 09 21:06:55.445 INFO O| Aug 09 21:06:55.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
46612024-08-09T21:06:56.847Z[ recovery-image] Aug 09 21:06:55.445 INFO O| Aug 09 21:06:55.445 INFO STEP 281 (remove_files) COMPLETE
46622024-08-09T21:06:56.847Z[ recovery-image] Aug 09 21:06:55.446 INFO O| Aug 09 21:06:55.446 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-08-09T21:06:56.886Z[ recovery-image] Aug 09 21:06:55.488 INFO O| Aug 09 21:06:55.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
46642024-08-09T21:06:56.889Z[ recovery-image] Aug 09 21:06:55.488 INFO O| Aug 09 21:06:55.488 INFO STEP 282 (remove_files) COMPLETE
46652024-08-09T21:06:56.889Z[ recovery-image] Aug 09 21:06:55.488 INFO O| Aug 09 21:06:55.488 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-08-09T21:06:56.907Z[ recovery-image] Aug 09 21:06:55.508 INFO O| Aug 09 21:06:55.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
46672024-08-09T21:06:56.909Z[ recovery-image] Aug 09 21:06:55.508 INFO O| Aug 09 21:06:55.508 INFO STEP 283 (remove_files) COMPLETE
46682024-08-09T21:06:56.909Z[ recovery-image] Aug 09 21:06:55.509 INFO O| Aug 09 21:06:55.509 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-08-09T21:06:56.926Z[ recovery-image] Aug 09 21:06:55.527 INFO O| Aug 09 21:06:55.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
46702024-08-09T21:06:56.926Z[ recovery-image] Aug 09 21:06:55.527 INFO O| Aug 09 21:06:55.527 INFO STEP 284 (remove_files) COMPLETE
46712024-08-09T21:06:56.930Z[ recovery-image] Aug 09 21:06:55.528 INFO O| Aug 09 21:06:55.527 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-08-09T21:06:56.945Z[ recovery-image] Aug 09 21:06:55.546 INFO O| Aug 09 21:06:55.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
46732024-08-09T21:06:56.948Z[ recovery-image] Aug 09 21:06:55.547 INFO O| Aug 09 21:06:55.547 INFO STEP 285 (remove_files) COMPLETE
46742024-08-09T21:06:56.948Z[ recovery-image] Aug 09 21:06:55.547 INFO O| Aug 09 21:06:55.547 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-08-09T21:06:56.965Z[ recovery-image] Aug 09 21:06:55.567 INFO O| Aug 09 21:06:55.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
46762024-08-09T21:06:56.968Z[ recovery-image] Aug 09 21:06:55.567 INFO O| Aug 09 21:06:55.567 INFO STEP 286 (remove_files) COMPLETE
46772024-08-09T21:06:56.968Z[ recovery-image] Aug 09 21:06:55.567 INFO O| Aug 09 21:06:55.567 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-08-09T21:06:56.984Z[ recovery-image] Aug 09 21:06:55.585 INFO O| Aug 09 21:06:55.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
46792024-08-09T21:06:56.987Z[ recovery-image] Aug 09 21:06:55.589 INFO O| Aug 09 21:06:55.589 INFO STEP 287 (remove_files) COMPLETE
46802024-08-09T21:06:56.987Z[ recovery-image] Aug 09 21:06:55.589 INFO O| Aug 09 21:06:55.589 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-08-09T21:06:57.008Z[ recovery-image] Aug 09 21:06:55.610 INFO O| Aug 09 21:06:55.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
46822024-08-09T21:06:57.019Z[ recovery-image] Aug 09 21:06:55.610 INFO O| Aug 09 21:06:55.610 INFO STEP 288 (remove_files) COMPLETE
46832024-08-09T21:06:57.019Z[ recovery-image] Aug 09 21:06:55.610 INFO O| Aug 09 21:06:55.610 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-08-09T21:06:57.027Z[ recovery-image] Aug 09 21:06:55.629 INFO O| Aug 09 21:06:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
46852024-08-09T21:06:57.030Z[ recovery-image] Aug 09 21:06:55.629 INFO O| Aug 09 21:06:55.629 INFO STEP 289 (remove_files) COMPLETE
46862024-08-09T21:06:57.030Z[ recovery-image] Aug 09 21:06:55.629 INFO O| Aug 09 21:06:55.629 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-08-09T21:06:57.046Z[ recovery-image] Aug 09 21:06:55.648 INFO O| Aug 09 21:06:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
46882024-08-09T21:06:57.049Z[ recovery-image] Aug 09 21:06:55.649 INFO O| Aug 09 21:06:55.649 INFO STEP 290 (remove_files) COMPLETE
46892024-08-09T21:06:57.049Z[ recovery-image] Aug 09 21:06:55.649 INFO O| Aug 09 21:06:55.649 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-08-09T21:06:57.129Z[ recovery-image] Aug 09 21:06:55.730 INFO O| Aug 09 21:06:55.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
46912024-08-09T21:06:57.131Z[ recovery-image] Aug 09 21:06:55.730 INFO O| Aug 09 21:06:55.730 INFO STEP 291 (remove_files) COMPLETE
46922024-08-09T21:06:57.131Z[ recovery-image] Aug 09 21:06:55.730 INFO O| Aug 09 21:06:55.730 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-08-09T21:06:57.150Z[ recovery-image] Aug 09 21:06:55.751 INFO O| Aug 09 21:06:55.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
46942024-08-09T21:06:57.152Z[ recovery-image] Aug 09 21:06:55.751 INFO O| Aug 09 21:06:55.751 INFO STEP 292 (remove_files) COMPLETE
46952024-08-09T21:06:57.152Z[ recovery-image] Aug 09 21:06:55.751 INFO O| Aug 09 21:06:55.751 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-08-09T21:06:57.168Z[ recovery-image] Aug 09 21:06:55.770 INFO O| Aug 09 21:06:55.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
46972024-08-09T21:06:57.171Z[ recovery-image] Aug 09 21:06:55.770 INFO O| Aug 09 21:06:55.770 INFO STEP 293 (remove_files) COMPLETE
46982024-08-09T21:06:57.171Z[ recovery-image] Aug 09 21:06:55.770 INFO O| Aug 09 21:06:55.770 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-08-09T21:06:57.187Z[ recovery-image] Aug 09 21:06:55.788 INFO O| Aug 09 21:06:55.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47002024-08-09T21:06:57.190Z[ recovery-image] Aug 09 21:06:55.789 INFO O| Aug 09 21:06:55.789 INFO STEP 294 (remove_files) COMPLETE
47012024-08-09T21:06:57.190Z[ recovery-image] Aug 09 21:06:55.789 INFO O| Aug 09 21:06:55.789 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-08-09T21:06:57.205Z[ recovery-image] Aug 09 21:06:55.807 INFO O| Aug 09 21:06:55.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47032024-08-09T21:06:57.208Z[ recovery-image] Aug 09 21:06:55.807 INFO O| Aug 09 21:06:55.807 INFO STEP 295 (remove_files) COMPLETE
47042024-08-09T21:06:57.208Z[ recovery-image] Aug 09 21:06:55.807 INFO O| Aug 09 21:06:55.807 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-09T21:06:57.223Z[ recovery-image] Aug 09 21:06:55.825 INFO O| Aug 09 21:06:55.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47062024-08-09T21:06:57.224Z[ recovery-image] Aug 09 21:06:55.825 INFO O| Aug 09 21:06:55.825 INFO STEP 296 (remove_files) COMPLETE
47072024-08-09T21:06:57.226Z[ recovery-image] Aug 09 21:06:55.825 INFO O| Aug 09 21:06:55.825 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-09T21:06:57.242Z[ recovery-image] Aug 09 21:06:55.843 INFO O| Aug 09 21:06:55.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47092024-08-09T21:06:57.242Z[ recovery-image] Aug 09 21:06:55.843 INFO O| Aug 09 21:06:55.843 INFO STEP 297 (remove_files) COMPLETE
47102024-08-09T21:06:57.242Z[ recovery-image] Aug 09 21:06:55.843 INFO O| Aug 09 21:06:55.843 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-08-09T21:06:57.259Z[ host-image] Aug 09 21:06:55.860 INFO O| Aug 09 21:06:55.860 INFO O| Download: Completed 1.39 MB in 1.15 seconds (1.2M/s)
47122024-08-09T21:06:57.274Z[ recovery-image] Aug 09 21:06:55.875 INFO O| Aug 09 21:06:55.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47132024-08-09T21:06:57.274Z[ recovery-image] Aug 09 21:06:55.875 INFO O| Aug 09 21:06:55.875 INFO STEP 298 (remove_files) COMPLETE
47142024-08-09T21:06:57.274Z[ recovery-image] Aug 09 21:06:55.875 INFO O| Aug 09 21:06:55.875 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-08-09T21:06:57.312Z[ host-image] Aug 09 21:06:55.914 INFO O| Aug 09 21:06:55.914 INFO O| Actions: 1/238 actions (Installing new actions)
47162024-08-09T21:06:57.319Z[ recovery-image] Aug 09 21:06:55.921 INFO O| Aug 09 21:06:55.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47172024-08-09T21:06:57.320Z[ recovery-image] Aug 09 21:06:55.921 INFO O| Aug 09 21:06:55.921 INFO STEP 299 (remove_files) COMPLETE
47182024-08-09T21:06:57.320Z[ recovery-image] Aug 09 21:06:55.921 INFO O| Aug 09 21:06:55.921 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-08-09T21:06:57.361Z[ recovery-image] Aug 09 21:06:55.963 INFO O| Aug 09 21:06:55.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47202024-08-09T21:06:57.361Z[ recovery-image] Aug 09 21:06:55.963 INFO O| Aug 09 21:06:55.963 INFO STEP 300 (remove_files) COMPLETE
47212024-08-09T21:06:57.361Z[ recovery-image] Aug 09 21:06:55.963 INFO O| Aug 09 21:06:55.963 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-08-09T21:06:57.405Z[ recovery-image] Aug 09 21:06:56.006 INFO O| Aug 09 21:06:56.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47232024-08-09T21:06:57.405Z[ recovery-image] Aug 09 21:06:56.006 INFO O| Aug 09 21:06:56.006 INFO STEP 301 (remove_files) COMPLETE
47242024-08-09T21:06:57.405Z[ recovery-image] Aug 09 21:06:56.006 INFO O| Aug 09 21:06:56.006 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-08-09T21:06:57.423Z[ recovery-image] Aug 09 21:06:56.024 INFO O| Aug 09 21:06:56.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47262024-08-09T21:06:57.423Z[ recovery-image] Aug 09 21:06:56.024 INFO O| Aug 09 21:06:56.024 INFO STEP 302 (remove_files) COMPLETE
47272024-08-09T21:06:57.425Z[ recovery-image] Aug 09 21:06:56.024 INFO O| Aug 09 21:06:56.024 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-09T21:06:57.440Z[ recovery-image] Aug 09 21:06:56.041 INFO O| Aug 09 21:06:56.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47292024-08-09T21:06:57.440Z[ recovery-image] Aug 09 21:06:56.041 INFO O| Aug 09 21:06:56.041 INFO STEP 303 (remove_files) COMPLETE
47302024-08-09T21:06:57.442Z[ recovery-image] Aug 09 21:06:56.041 INFO O| Aug 09 21:06:56.041 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-09T21:06:57.458Z[ recovery-image] Aug 09 21:06:56.058 INFO O| Aug 09 21:06:56.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47322024-08-09T21:06:57.458Z[ recovery-image] Aug 09 21:06:56.058 INFO O| Aug 09 21:06:56.058 INFO STEP 304 (remove_files) COMPLETE
47332024-08-09T21:06:57.461Z[ recovery-image] Aug 09 21:06:56.058 INFO O| Aug 09 21:06:56.058 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-09T21:06:57.475Z[ recovery-image] Aug 09 21:06:56.076 INFO O| Aug 09 21:06:56.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47352024-08-09T21:06:57.475Z[ recovery-image] Aug 09 21:06:56.077 INFO O| Aug 09 21:06:56.077 INFO STEP 305 (remove_files) COMPLETE
47362024-08-09T21:06:57.478Z[ recovery-image] Aug 09 21:06:56.077 INFO O| Aug 09 21:06:56.077 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-09T21:06:57.495Z[ recovery-image] Aug 09 21:06:56.096 INFO O| Aug 09 21:06:56.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47382024-08-09T21:06:57.506Z[ recovery-image] Aug 09 21:06:56.107 INFO O| Aug 09 21:06:56.107 INFO STEP 306 (remove_files) COMPLETE
47392024-08-09T21:06:57.506Z[ recovery-image] Aug 09 21:06:56.107 INFO O| Aug 09 21:06:56.107 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-09T21:06:57.529Z[ recovery-image] Aug 09 21:06:56.130 INFO O| Aug 09 21:06:56.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47412024-08-09T21:06:57.529Z[ recovery-image] Aug 09 21:06:56.130 INFO O| Aug 09 21:06:56.130 INFO STEP 307 (remove_files) COMPLETE
47422024-08-09T21:06:57.532Z[ recovery-image] Aug 09 21:06:56.130 INFO O| Aug 09 21:06:56.130 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-09T21:06:57.551Z[ recovery-image] Aug 09 21:06:56.152 INFO O| Aug 09 21:06:56.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47442024-08-09T21:06:57.551Z[ recovery-image] Aug 09 21:06:56.152 INFO O| Aug 09 21:06:56.152 INFO STEP 308 (remove_files) COMPLETE
47452024-08-09T21:06:57.554Z[ recovery-image] Aug 09 21:06:56.152 INFO O| Aug 09 21:06:56.152 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-09T21:06:57.574Z[ recovery-image] Aug 09 21:06:56.175 INFO O| Aug 09 21:06:56.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
47472024-08-09T21:06:57.602Z[ recovery-image] Aug 09 21:06:56.203 INFO O| Aug 09 21:06:56.203 INFO STEP 309 (remove_files) COMPLETE
47482024-08-09T21:06:57.602Z[ recovery-image] Aug 09 21:06:56.203 INFO O| Aug 09 21:06:56.203 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-09T21:06:57.623Z[ recovery-image] Aug 09 21:06:56.224 INFO O| Aug 09 21:06:56.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
47502024-08-09T21:06:57.626Z[ recovery-image] Aug 09 21:06:56.224 INFO O| Aug 09 21:06:56.224 INFO STEP 310 (remove_files) COMPLETE
47512024-08-09T21:06:57.626Z[ recovery-image] Aug 09 21:06:56.225 INFO O| Aug 09 21:06:56.224 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-09T21:06:57.658Z[ recovery-image] Aug 09 21:06:56.259 INFO O| Aug 09 21:06:56.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
47532024-08-09T21:06:57.658Z[ recovery-image] Aug 09 21:06:56.259 INFO O| Aug 09 21:06:56.259 INFO STEP 311 (remove_files) COMPLETE
47542024-08-09T21:06:57.661Z[ recovery-image] Aug 09 21:06:56.259 INFO O| Aug 09 21:06:56.259 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-09T21:06:57.691Z[ recovery-image] Aug 09 21:06:56.292 INFO O| Aug 09 21:06:56.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
47562024-08-09T21:06:57.692Z[ recovery-image] Aug 09 21:06:56.292 INFO O| Aug 09 21:06:56.292 INFO STEP 312 (remove_files) COMPLETE
47572024-08-09T21:06:57.692Z[ recovery-image] Aug 09 21:06:56.292 INFO O| Aug 09 21:06:56.292 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-09T21:06:57.709Z[ recovery-image] Aug 09 21:06:56.310 INFO O| Aug 09 21:06:56.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
47592024-08-09T21:06:57.709Z[ recovery-image] Aug 09 21:06:56.310 INFO O| Aug 09 21:06:56.310 INFO STEP 313 (remove_files) COMPLETE
47602024-08-09T21:06:57.709Z[ recovery-image] Aug 09 21:06:56.310 INFO O| Aug 09 21:06:56.310 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-09T21:06:57.726Z[ recovery-image] Aug 09 21:06:56.327 INFO O| Aug 09 21:06:56.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
47622024-08-09T21:06:57.726Z[ recovery-image] Aug 09 21:06:56.327 INFO O| Aug 09 21:06:56.327 INFO STEP 314 (remove_files) COMPLETE
47632024-08-09T21:06:57.726Z[ recovery-image] Aug 09 21:06:56.327 INFO O| Aug 09 21:06:56.327 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-09T21:06:57.744Z[ recovery-image] Aug 09 21:06:56.345 INFO O| Aug 09 21:06:56.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
47652024-08-09T21:06:57.744Z[ recovery-image] Aug 09 21:06:56.345 INFO O| Aug 09 21:06:56.345 INFO STEP 315 (remove_files) COMPLETE
47662024-08-09T21:06:57.747Z[ recovery-image] Aug 09 21:06:56.345 INFO O| Aug 09 21:06:56.345 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-09T21:06:57.762Z[ recovery-image] Aug 09 21:06:56.363 INFO O| Aug 09 21:06:56.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
47682024-08-09T21:06:57.762Z[ recovery-image] Aug 09 21:06:56.363 INFO O| Aug 09 21:06:56.363 INFO STEP 316 (remove_files) COMPLETE
47692024-08-09T21:06:57.765Z[ recovery-image] Aug 09 21:06:56.363 INFO O| Aug 09 21:06:56.363 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-09T21:06:57.781Z[ recovery-image] Aug 09 21:06:56.382 INFO O| Aug 09 21:06:56.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
47712024-08-09T21:06:57.781Z[ recovery-image] Aug 09 21:06:56.382 INFO O| Aug 09 21:06:56.382 INFO STEP 317 (remove_files) COMPLETE
47722024-08-09T21:06:57.781Z[ recovery-image] Aug 09 21:06:56.382 INFO O| Aug 09 21:06:56.382 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-09T21:06:57.806Z[ recovery-image] Aug 09 21:06:56.407 INFO O| Aug 09 21:06:56.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
47742024-08-09T21:06:57.806Z[ recovery-image] Aug 09 21:06:56.407 INFO O| Aug 09 21:06:56.407 INFO STEP 318 (remove_files) COMPLETE
47752024-08-09T21:06:57.809Z[ recovery-image] Aug 09 21:06:56.407 INFO O| Aug 09 21:06:56.407 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-09T21:06:57.823Z[ recovery-image] Aug 09 21:06:56.424 INFO O| Aug 09 21:06:56.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
47772024-08-09T21:06:57.823Z[ recovery-image] Aug 09 21:06:56.424 INFO O| Aug 09 21:06:56.424 INFO STEP 319 (remove_files) COMPLETE
47782024-08-09T21:06:57.827Z[ recovery-image] Aug 09 21:06:56.425 INFO O| Aug 09 21:06:56.424 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-09T21:06:57.841Z[ recovery-image] Aug 09 21:06:56.442 INFO O| Aug 09 21:06:56.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
47802024-08-09T21:06:57.841Z[ recovery-image] Aug 09 21:06:56.442 INFO O| Aug 09 21:06:56.442 INFO STEP 320 (remove_files) COMPLETE
47812024-08-09T21:06:57.841Z[ recovery-image] Aug 09 21:06:56.442 INFO O| Aug 09 21:06:56.442 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-09T21:06:57.858Z[ recovery-image] Aug 09 21:06:56.459 INFO O| Aug 09 21:06:56.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
47832024-08-09T21:06:57.859Z[ recovery-image] Aug 09 21:06:56.459 INFO O| Aug 09 21:06:56.459 INFO STEP 321 (remove_files) COMPLETE
47842024-08-09T21:06:57.862Z[ recovery-image] Aug 09 21:06:56.459 INFO O| Aug 09 21:06:56.459 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-09T21:06:57.876Z[ recovery-image] Aug 09 21:06:56.476 INFO O| Aug 09 21:06:56.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
47862024-08-09T21:06:57.876Z[ recovery-image] Aug 09 21:06:56.476 INFO O| Aug 09 21:06:56.476 INFO STEP 322 (remove_files) COMPLETE
47872024-08-09T21:06:57.876Z[ recovery-image] Aug 09 21:06:56.476 INFO O| Aug 09 21:06:56.476 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-09T21:06:57.892Z[ host-image] Aug 09 21:06:56.492 INFO O| Aug 09 21:06:56.492 INFO O| Actions: Completed 238 actions in 0.58 seconds.
47892024-08-09T21:06:57.894Z[ recovery-image] Aug 09 21:06:56.494 INFO O| Aug 09 21:06:56.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
47902024-08-09T21:06:57.894Z[ recovery-image] Aug 09 21:06:56.494 INFO O| Aug 09 21:06:56.494 INFO STEP 323 (remove_files) COMPLETE
47912024-08-09T21:06:57.894Z[ recovery-image] Aug 09 21:06:56.494 INFO O| Aug 09 21:06:56.494 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-08-09T21:06:57.910Z[ recovery-image] Aug 09 21:06:56.511 INFO O| Aug 09 21:06:56.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
47932024-08-09T21:06:57.910Z[ recovery-image] Aug 09 21:06:56.511 INFO O| Aug 09 21:06:56.511 INFO STEP 324 (remove_files) COMPLETE
47942024-08-09T21:06:57.913Z[ recovery-image] Aug 09 21:06:56.511 INFO O| Aug 09 21:06:56.511 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-08-09T21:06:57.931Z[ recovery-image] Aug 09 21:06:56.531 INFO O| Aug 09 21:06:56.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
47962024-08-09T21:06:57.931Z[ recovery-image] Aug 09 21:06:56.531 INFO O| Aug 09 21:06:56.531 INFO STEP 325 (remove_files) COMPLETE
47972024-08-09T21:06:57.933Z[ recovery-image] Aug 09 21:06:56.531 INFO O| Aug 09 21:06:56.531 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-08-09T21:06:57.986Z[ recovery-image] Aug 09 21:06:56.588 INFO O| Aug 09 21:06:56.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
47992024-08-09T21:06:57.986Z[ recovery-image] Aug 09 21:06:56.588 INFO O| Aug 09 21:06:56.588 INFO STEP 326 (remove_files) COMPLETE
48002024-08-09T21:06:57.989Z[ recovery-image] Aug 09 21:06:56.588 INFO O| Aug 09 21:06:56.588 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-08-09T21:06:58.008Z[ recovery-image] Aug 09 21:06:56.609 INFO O| Aug 09 21:06:56.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48022024-08-09T21:06:58.011Z[ recovery-image] Aug 09 21:06:56.609 INFO O| Aug 09 21:06:56.609 INFO STEP 327 (remove_files) COMPLETE
48032024-08-09T21:06:58.011Z[ recovery-image] Aug 09 21:06:56.609 INFO O| Aug 09 21:06:56.609 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-08-09T21:06:58.027Z[ recovery-image] Aug 09 21:06:56.629 INFO O| Aug 09 21:06:56.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48052024-08-09T21:06:58.030Z[ recovery-image] Aug 09 21:06:56.629 INFO O| Aug 09 21:06:56.629 INFO STEP 328 (remove_files) COMPLETE
48062024-08-09T21:06:58.030Z[ recovery-image] Aug 09 21:06:56.629 INFO O| Aug 09 21:06:56.629 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-08-09T21:06:58.045Z[ recovery-image] Aug 09 21:06:56.647 INFO O| Aug 09 21:06:56.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48082024-08-09T21:06:58.048Z[ recovery-image] Aug 09 21:06:56.647 INFO O| Aug 09 21:06:56.647 INFO STEP 329 (remove_files) COMPLETE
48092024-08-09T21:06:58.048Z[ recovery-image] Aug 09 21:06:56.647 INFO O| Aug 09 21:06:56.647 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-08-09T21:06:58.063Z[ recovery-image] Aug 09 21:06:56.665 INFO O| Aug 09 21:06:56.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48112024-08-09T21:06:58.066Z[ recovery-image] Aug 09 21:06:56.665 INFO O| Aug 09 21:06:56.665 INFO STEP 330 (remove_files) COMPLETE
48122024-08-09T21:06:58.066Z[ recovery-image] Aug 09 21:06:56.665 INFO O| Aug 09 21:06:56.665 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-08-09T21:06:58.084Z[ recovery-image] Aug 09 21:06:56.685 INFO O| Aug 09 21:06:56.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48142024-08-09T21:06:58.087Z[ recovery-image] Aug 09 21:06:56.685 INFO O| Aug 09 21:06:56.685 INFO STEP 331 (remove_files) COMPLETE
48152024-08-09T21:06:58.088Z[ recovery-image] Aug 09 21:06:56.685 INFO O| Aug 09 21:06:56.685 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-08-09T21:06:58.120Z[ recovery-image] Aug 09 21:06:56.722 INFO O| Aug 09 21:06:56.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48172024-08-09T21:06:58.123Z[ recovery-image] Aug 09 21:06:56.722 INFO O| Aug 09 21:06:56.722 INFO STEP 332 (remove_files) COMPLETE
48182024-08-09T21:06:58.123Z[ recovery-image] Aug 09 21:06:56.722 INFO O| Aug 09 21:06:56.722 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-08-09T21:06:58.219Z[ recovery-image] Aug 09 21:06:56.820 INFO O| Aug 09 21:06:56.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48202024-08-09T21:06:58.219Z[ recovery-image] Aug 09 21:06:56.820 INFO O| Aug 09 21:06:56.820 INFO STEP 333 (remove_files) COMPLETE
48212024-08-09T21:06:58.221Z[ recovery-image] Aug 09 21:06:56.820 INFO O| Aug 09 21:06:56.820 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-08-09T21:06:58.264Z[ recovery-image] Aug 09 21:06:56.865 INFO O| Aug 09 21:06:56.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48232024-08-09T21:06:58.264Z[ recovery-image] Aug 09 21:06:56.865 INFO O| Aug 09 21:06:56.865 INFO STEP 334 (remove_files) COMPLETE
48242024-08-09T21:06:58.264Z[ recovery-image] Aug 09 21:06:56.865 INFO O| Aug 09 21:06:56.865 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-08-09T21:06:58.284Z[ host-image] Aug 09 21:06:56.885 INFO O| Aug 09 21:06:56.885 INFO O| Done
48262024-08-09T21:06:58.284Z[ host-image] Aug 09 21:06:56.885 INFO O| Aug 09 21:06:56.885 INFO O| Done
48272024-08-09T21:06:58.316Z[ recovery-image] Aug 09 21:06:56.917 INFO O| Aug 09 21:06:56.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48282024-08-09T21:06:58.316Z[ recovery-image] Aug 09 21:06:56.917 INFO O| Aug 09 21:06:56.917 INFO STEP 335 (remove_files) COMPLETE
48292024-08-09T21:06:58.316Z[ recovery-image] Aug 09 21:06:56.917 INFO O| Aug 09 21:06:56.917 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-08-09T21:06:58.363Z[ recovery-image] Aug 09 21:06:56.964 INFO O| Aug 09 21:06:56.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48312024-08-09T21:06:58.363Z[ recovery-image] Aug 09 21:06:56.964 INFO O| Aug 09 21:06:56.964 INFO STEP 336 (remove_files) COMPLETE
48322024-08-09T21:06:58.363Z[ recovery-image] Aug 09 21:06:56.964 INFO O| Aug 09 21:06:56.964 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-08-09T21:06:58.387Z[ recovery-image] Aug 09 21:06:56.988 INFO O| Aug 09 21:06:56.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48342024-08-09T21:06:58.387Z[ recovery-image] Aug 09 21:06:56.988 INFO O| Aug 09 21:06:56.988 INFO STEP 337 (remove_files) COMPLETE
48352024-08-09T21:06:58.387Z[ recovery-image] Aug 09 21:06:56.988 INFO O| Aug 09 21:06:56.988 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-08-09T21:06:58.411Z[ recovery-image] Aug 09 21:06:57.011 INFO O| Aug 09 21:06:57.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48372024-08-09T21:06:58.411Z[ recovery-image] Aug 09 21:06:57.012 INFO O| Aug 09 21:06:57.012 INFO STEP 338 (remove_files) COMPLETE
48382024-08-09T21:06:58.411Z[ recovery-image] Aug 09 21:06:57.012 INFO O| Aug 09 21:06:57.012 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-08-09T21:06:58.432Z[ recovery-image] Aug 09 21:06:57.032 INFO O| Aug 09 21:06:57.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48402024-08-09T21:06:58.432Z[ recovery-image] Aug 09 21:06:57.033 INFO O| Aug 09 21:06:57.033 INFO STEP 339 (remove_files) COMPLETE
48412024-08-09T21:06:58.435Z[ recovery-image] Aug 09 21:06:57.033 INFO O| Aug 09 21:06:57.033 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-08-09T21:06:58.465Z[ recovery-image] Aug 09 21:06:57.066 INFO O| Aug 09 21:06:57.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48432024-08-09T21:06:58.465Z[ recovery-image] Aug 09 21:06:57.066 INFO O| Aug 09 21:06:57.066 INFO STEP 340 (remove_files) COMPLETE
48442024-08-09T21:06:58.466Z[ recovery-image] Aug 09 21:06:57.066 INFO O| Aug 09 21:06:57.066 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-08-09T21:06:58.505Z[ recovery-image] Aug 09 21:06:57.106 INFO O| Aug 09 21:06:57.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48462024-08-09T21:06:58.509Z[ recovery-image] Aug 09 21:06:57.106 INFO O| Aug 09 21:06:57.106 INFO STEP 341 (remove_files) COMPLETE
48472024-08-09T21:06:58.509Z[ recovery-image] Aug 09 21:06:57.107 INFO O| Aug 09 21:06:57.106 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-08-09T21:06:58.542Z[ recovery-image] Aug 09 21:06:57.143 INFO O| Aug 09 21:06:57.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
48492024-08-09T21:06:58.545Z[ recovery-image] Aug 09 21:06:57.144 INFO O| Aug 09 21:06:57.143 INFO STEP 342 (remove_files) COMPLETE
48502024-08-09T21:06:58.545Z[ recovery-image] Aug 09 21:06:57.144 INFO O| Aug 09 21:06:57.144 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-08-09T21:06:58.564Z[ recovery-image] Aug 09 21:06:57.166 INFO O| Aug 09 21:06:57.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
48522024-08-09T21:06:58.568Z[ recovery-image] Aug 09 21:06:57.166 INFO O| Aug 09 21:06:57.166 INFO STEP 343 (remove_files) COMPLETE
48532024-08-09T21:06:58.568Z[ recovery-image] Aug 09 21:06:57.166 INFO O| Aug 09 21:06:57.166 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-08-09T21:06:58.605Z[ recovery-image] Aug 09 21:06:57.206 INFO O| Aug 09 21:06:57.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
48552024-08-09T21:06:58.605Z[ recovery-image] Aug 09 21:06:57.206 INFO O| Aug 09 21:06:57.206 INFO STEP 344 (remove_files) COMPLETE
48562024-08-09T21:06:58.605Z[ recovery-image] Aug 09 21:06:57.206 INFO O| Aug 09 21:06:57.206 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-08-09T21:06:58.645Z[ recovery-image] Aug 09 21:06:57.246 INFO O| Aug 09 21:06:57.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
48582024-08-09T21:06:58.645Z[ recovery-image] Aug 09 21:06:57.246 INFO O| Aug 09 21:06:57.246 INFO STEP 345 (remove_files) COMPLETE
48592024-08-09T21:06:58.648Z[ recovery-image] Aug 09 21:06:57.246 INFO O| Aug 09 21:06:57.246 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-08-09T21:06:58.682Z[ recovery-image] Aug 09 21:06:57.283 INFO O| Aug 09 21:06:57.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
48612024-08-09T21:06:58.685Z[ recovery-image] Aug 09 21:06:57.283 INFO O| Aug 09 21:06:57.283 INFO STEP 346 (remove_files) COMPLETE
48622024-08-09T21:06:58.685Z[ recovery-image] Aug 09 21:06:57.283 INFO O| Aug 09 21:06:57.283 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-08-09T21:06:58.706Z[ recovery-image] Aug 09 21:06:57.307 INFO O| Aug 09 21:06:57.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
48642024-08-09T21:06:58.706Z[ recovery-image] Aug 09 21:06:57.307 INFO O| Aug 09 21:06:57.307 INFO STEP 347 (remove_files) COMPLETE
48652024-08-09T21:06:58.709Z[ recovery-image] Aug 09 21:06:57.308 INFO O| Aug 09 21:06:57.307 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-08-09T21:06:58.764Z[ recovery-image] Aug 09 21:06:57.365 INFO O| Aug 09 21:06:57.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
48672024-08-09T21:06:58.764Z[ recovery-image] Aug 09 21:06:57.365 INFO O| Aug 09 21:06:57.365 INFO STEP 348 (remove_files) COMPLETE
48682024-08-09T21:06:58.764Z[ recovery-image] Aug 09 21:06:57.365 INFO O| Aug 09 21:06:57.365 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-08-09T21:06:58.794Z[ recovery-image] Aug 09 21:06:57.395 INFO O| Aug 09 21:06:57.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
48702024-08-09T21:06:58.794Z[ recovery-image] Aug 09 21:06:57.395 INFO O| Aug 09 21:06:57.395 INFO STEP 349 (remove_files) COMPLETE
48712024-08-09T21:06:58.795Z[ recovery-image] Aug 09 21:06:57.395 INFO O| Aug 09 21:06:57.395 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-08-09T21:06:58.812Z[ recovery-image] Aug 09 21:06:57.413 INFO O| Aug 09 21:06:57.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
48732024-08-09T21:06:58.812Z[ recovery-image] Aug 09 21:06:57.413 INFO O| Aug 09 21:06:57.413 INFO STEP 350 (remove_files) COMPLETE
48742024-08-09T21:06:58.812Z[ recovery-image] Aug 09 21:06:57.413 INFO O| Aug 09 21:06:57.413 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-08-09T21:06:58.829Z[ recovery-image] Aug 09 21:06:57.429 INFO O| Aug 09 21:06:57.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
48762024-08-09T21:06:58.829Z[ recovery-image] Aug 09 21:06:57.429 INFO O| Aug 09 21:06:57.429 INFO STEP 351 (remove_files) COMPLETE
48772024-08-09T21:06:58.829Z[ recovery-image] Aug 09 21:06:57.429 INFO O| Aug 09 21:06:57.429 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-08-09T21:06:58.844Z[ recovery-image] Aug 09 21:06:57.445 INFO O| Aug 09 21:06:57.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
48792024-08-09T21:06:58.844Z[ recovery-image] Aug 09 21:06:57.445 INFO O| Aug 09 21:06:57.445 INFO STEP 352 (remove_files) COMPLETE
48802024-08-09T21:06:58.844Z[ recovery-image] Aug 09 21:06:57.445 INFO O| Aug 09 21:06:57.445 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-08-09T21:06:58.858Z[ recovery-image] Aug 09 21:06:57.460 INFO O| Aug 09 21:06:57.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
48822024-08-09T21:06:58.859Z[ recovery-image] Aug 09 21:06:57.460 INFO O| Aug 09 21:06:57.460 INFO STEP 353 (remove_files) COMPLETE
48832024-08-09T21:06:58.859Z[ recovery-image] Aug 09 21:06:57.460 INFO O| Aug 09 21:06:57.460 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-08-09T21:06:58.877Z[ recovery-image] Aug 09 21:06:57.478 INFO O| Aug 09 21:06:57.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
48852024-08-09T21:06:58.877Z[ recovery-image] Aug 09 21:06:57.478 INFO O| Aug 09 21:06:57.478 INFO STEP 354 (remove_files) COMPLETE
48862024-08-09T21:06:58.877Z[ recovery-image] Aug 09 21:06:57.478 INFO O| Aug 09 21:06:57.478 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-08-09T21:06:58.908Z[ recovery-image] Aug 09 21:06:57.509 INFO O| Aug 09 21:06:57.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
48882024-08-09T21:06:58.908Z[ recovery-image] Aug 09 21:06:57.509 INFO O| Aug 09 21:06:57.509 INFO STEP 355 (remove_files) COMPLETE
48892024-08-09T21:06:58.910Z[ recovery-image] Aug 09 21:06:57.509 INFO O| Aug 09 21:06:57.509 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-08-09T21:06:58.951Z[ recovery-image] Aug 09 21:06:57.551 INFO O| Aug 09 21:06:57.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
48912024-08-09T21:06:58.951Z[ recovery-image] Aug 09 21:06:57.551 INFO O| Aug 09 21:06:57.551 INFO STEP 356 (remove_files) COMPLETE
48922024-08-09T21:06:58.951Z[ recovery-image] Aug 09 21:06:57.551 INFO O| Aug 09 21:06:57.551 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-08-09T21:06:59.003Z[ recovery-image] Aug 09 21:06:57.604 INFO O| Aug 09 21:06:57.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
48942024-08-09T21:06:59.003Z[ recovery-image] Aug 09 21:06:57.604 INFO O| Aug 09 21:06:57.604 INFO STEP 357 (remove_files) COMPLETE
48952024-08-09T21:06:59.003Z[ recovery-image] Aug 09 21:06:57.604 INFO O| Aug 09 21:06:57.604 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-08-09T21:06:59.022Z[ recovery-image] Aug 09 21:06:57.624 INFO O| Aug 09 21:06:57.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
48972024-08-09T21:06:59.023Z[ recovery-image] Aug 09 21:06:57.624 INFO O| Aug 09 21:06:57.624 INFO STEP 358 (remove_files) COMPLETE
48982024-08-09T21:06:59.025Z[ recovery-image] Aug 09 21:06:57.624 INFO O| Aug 09 21:06:57.624 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-08-09T21:06:59.048Z[ recovery-image] Aug 09 21:06:57.648 INFO O| Aug 09 21:06:57.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49002024-08-09T21:06:59.048Z[ recovery-image] Aug 09 21:06:57.648 INFO O| Aug 09 21:06:57.648 INFO STEP 359 (remove_files) COMPLETE
49012024-08-09T21:06:59.051Z[ recovery-image] Aug 09 21:06:57.649 INFO O| Aug 09 21:06:57.648 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-08-09T21:06:59.053Z[ host-image] Aug 09 21:06:57.653 INFO O| Aug 09 21:06:57.653 INFO O| Done
49032024-08-09T21:06:59.072Z[ recovery-image] Aug 09 21:06:57.672 INFO O| Aug 09 21:06:57.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49042024-08-09T21:06:59.072Z[ recovery-image] Aug 09 21:06:57.672 INFO O| Aug 09 21:06:57.672 INFO STEP 360 (remove_files) COMPLETE
49052024-08-09T21:06:59.072Z[ recovery-image] Aug 09 21:06:57.673 INFO O| Aug 09 21:06:57.673 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-08-09T21:06:59.092Z[ recovery-image] Aug 09 21:06:57.693 INFO O| Aug 09 21:06:57.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49072024-08-09T21:06:59.095Z[ recovery-image] Aug 09 21:06:57.694 INFO O| Aug 09 21:06:57.694 INFO STEP 361 (remove_files) COMPLETE
49082024-08-09T21:06:59.095Z[ recovery-image] Aug 09 21:06:57.694 INFO O| Aug 09 21:06:57.694 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-08-09T21:06:59.140Z[ recovery-image] Aug 09 21:06:57.741 INFO O| Aug 09 21:06:57.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49102024-08-09T21:06:59.140Z[ recovery-image] Aug 09 21:06:57.741 INFO O| Aug 09 21:06:57.741 INFO STEP 362 (remove_files) COMPLETE
49112024-08-09T21:06:59.141Z[ recovery-image] Aug 09 21:06:57.741 INFO O| Aug 09 21:06:57.741 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-08-09T21:06:59.161Z[ recovery-image] Aug 09 21:06:57.762 INFO O| Aug 09 21:06:57.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49132024-08-09T21:06:59.161Z[ recovery-image] Aug 09 21:06:57.762 INFO O| Aug 09 21:06:57.762 INFO STEP 363 (remove_files) COMPLETE
49142024-08-09T21:06:59.162Z[ recovery-image] Aug 09 21:06:57.762 INFO O| Aug 09 21:06:57.762 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-08-09T21:06:59.189Z[ recovery-image] Aug 09 21:06:57.789 INFO O| Aug 09 21:06:57.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49162024-08-09T21:06:59.193Z[ recovery-image] Aug 09 21:06:57.789 INFO O| Aug 09 21:06:57.789 INFO STEP 364 (remove_files) COMPLETE
49172024-08-09T21:06:59.193Z[ recovery-image] Aug 09 21:06:57.790 INFO O| Aug 09 21:06:57.789 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-08-09T21:06:59.226Z[ recovery-image] Aug 09 21:06:57.826 INFO O| Aug 09 21:06:57.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49192024-08-09T21:06:59.229Z[ recovery-image] Aug 09 21:06:57.826 INFO O| Aug 09 21:06:57.826 INFO STEP 365 (remove_files) COMPLETE
49202024-08-09T21:06:59.229Z[ recovery-image] Aug 09 21:06:57.826 INFO O| Aug 09 21:06:57.826 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-08-09T21:06:59.263Z[ recovery-image] Aug 09 21:06:57.863 INFO O| Aug 09 21:06:57.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49222024-08-09T21:06:59.263Z[ recovery-image] Aug 09 21:06:57.863 INFO O| Aug 09 21:06:57.863 INFO STEP 366 (remove_files) COMPLETE
49232024-08-09T21:06:59.266Z[ recovery-image] Aug 09 21:06:57.863 INFO O| Aug 09 21:06:57.863 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-08-09T21:06:59.283Z[ recovery-image] Aug 09 21:06:57.884 INFO O| Aug 09 21:06:57.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49252024-08-09T21:06:59.283Z[ recovery-image] Aug 09 21:06:57.884 INFO O| Aug 09 21:06:57.884 INFO STEP 367 (remove_files) COMPLETE
49262024-08-09T21:06:59.283Z[ recovery-image] Aug 09 21:06:57.884 INFO O| Aug 09 21:06:57.884 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-08-09T21:06:59.350Z[ recovery-image] Aug 09 21:06:57.944 INFO O| Aug 09 21:06:57.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49282024-08-09T21:06:59.350Z[ recovery-image] Aug 09 21:06:57.944 INFO O| Aug 09 21:06:57.944 INFO STEP 368 (remove_files) COMPLETE
49292024-08-09T21:06:59.350Z[ recovery-image] Aug 09 21:06:57.944 INFO O| Aug 09 21:06:57.944 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-08-09T21:06:59.367Z[ recovery-image] Aug 09 21:06:57.967 INFO O| Aug 09 21:06:57.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49312024-08-09T21:06:59.367Z[ recovery-image] Aug 09 21:06:57.967 INFO O| Aug 09 21:06:57.967 INFO STEP 369 (remove_files) COMPLETE
49322024-08-09T21:06:59.367Z[ recovery-image] Aug 09 21:06:57.967 INFO O| Aug 09 21:06:57.967 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-08-09T21:06:59.407Z[ recovery-image] Aug 09 21:06:58.006 INFO O| Aug 09 21:06:58.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49342024-08-09T21:06:59.430Z[ recovery-image] Aug 09 21:06:58.006 INFO O| Aug 09 21:06:58.006 INFO STEP 370 (remove_files) COMPLETE
49352024-08-09T21:06:59.430Z[ recovery-image] Aug 09 21:06:58.006 INFO O| Aug 09 21:06:58.006 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-08-09T21:06:59.434Z[ recovery-image] Aug 09 21:06:58.027 INFO O| Aug 09 21:06:58.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49372024-08-09T21:06:59.434Z[ recovery-image] Aug 09 21:06:58.027 INFO O| Aug 09 21:06:58.027 INFO STEP 371 (remove_files) COMPLETE
49382024-08-09T21:06:59.434Z[ recovery-image] Aug 09 21:06:58.027 INFO O| Aug 09 21:06:58.027 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-08-09T21:06:59.490Z[ recovery-image] Aug 09 21:06:58.090 INFO O| Aug 09 21:06:58.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49402024-08-09T21:06:59.493Z[ recovery-image] Aug 09 21:06:58.091 INFO O| Aug 09 21:06:58.090 INFO STEP 372 (remove_files) COMPLETE
49412024-08-09T21:06:59.493Z[ recovery-image] Aug 09 21:06:58.091 INFO O| Aug 09 21:06:58.090 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-08-09T21:06:59.511Z[ recovery-image] Aug 09 21:06:58.111 INFO O| Aug 09 21:06:58.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49432024-08-09T21:06:59.515Z[ recovery-image] Aug 09 21:06:58.111 INFO O| Aug 09 21:06:58.111 INFO STEP 373 (remove_files) COMPLETE
49442024-08-09T21:06:59.515Z[ recovery-image] Aug 09 21:06:58.111 INFO O| Aug 09 21:06:58.111 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-08-09T21:06:59.531Z[ recovery-image] Aug 09 21:06:58.131 INFO O| Aug 09 21:06:58.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49462024-08-09T21:06:59.534Z[ recovery-image] Aug 09 21:06:58.132 INFO O| Aug 09 21:06:58.131 INFO STEP 374 (remove_files) COMPLETE
49472024-08-09T21:06:59.534Z[ recovery-image] Aug 09 21:06:58.132 INFO O| Aug 09 21:06:58.132 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-08-09T21:06:59.590Z[ recovery-image] Aug 09 21:06:58.190 INFO O| Aug 09 21:06:58.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
49492024-08-09T21:06:59.593Z[ recovery-image] Aug 09 21:06:58.190 INFO O| Aug 09 21:06:58.190 INFO STEP 375 (remove_files) COMPLETE
49502024-08-09T21:06:59.593Z[ recovery-image] Aug 09 21:06:58.190 INFO O| Aug 09 21:06:58.190 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-08-09T21:06:59.617Z[ recovery-image] Aug 09 21:06:58.217 INFO O| Aug 09 21:06:58.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
49522024-08-09T21:06:59.617Z[ recovery-image] Aug 09 21:06:58.217 INFO O| Aug 09 21:06:58.217 INFO STEP 376 (remove_files) COMPLETE
49532024-08-09T21:06:59.617Z[ recovery-image] Aug 09 21:06:58.217 INFO O| Aug 09 21:06:58.217 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-08-09T21:06:59.637Z[ recovery-image] Aug 09 21:06:58.237 INFO O| Aug 09 21:06:58.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
49552024-08-09T21:06:59.637Z[ recovery-image] Aug 09 21:06:58.237 INFO O| Aug 09 21:06:58.237 INFO STEP 377 (remove_files) COMPLETE
49562024-08-09T21:06:59.637Z[ recovery-image] Aug 09 21:06:58.237 INFO O| Aug 09 21:06:58.237 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-08-09T21:06:59.655Z[ recovery-image] Aug 09 21:06:58.255 INFO O| Aug 09 21:06:58.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
49582024-08-09T21:06:59.655Z[ recovery-image] Aug 09 21:06:58.255 INFO O| Aug 09 21:06:58.255 INFO STEP 378 (remove_files) COMPLETE
49592024-08-09T21:06:59.658Z[ recovery-image] Aug 09 21:06:58.255 INFO O| Aug 09 21:06:58.255 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-08-09T21:06:59.673Z[ recovery-image] Aug 09 21:06:58.273 INFO O| Aug 09 21:06:58.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
49612024-08-09T21:06:59.673Z[ recovery-image] Aug 09 21:06:58.273 INFO O| Aug 09 21:06:58.273 INFO STEP 379 (remove_files) COMPLETE
49622024-08-09T21:06:59.676Z[ recovery-image] Aug 09 21:06:58.273 INFO O| Aug 09 21:06:58.273 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-08-09T21:06:59.692Z[ recovery-image] Aug 09 21:06:58.293 INFO O| Aug 09 21:06:58.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
49642024-08-09T21:06:59.695Z[ recovery-image] Aug 09 21:06:58.293 INFO O| Aug 09 21:06:58.293 INFO STEP 380 (remove_files) COMPLETE
49652024-08-09T21:06:59.696Z[ recovery-image] Aug 09 21:06:58.293 INFO O| Aug 09 21:06:58.293 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-08-09T21:06:59.755Z[ recovery-image] Aug 09 21:06:58.355 INFO O| Aug 09 21:06:58.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
49672024-08-09T21:06:59.755Z[ recovery-image] Aug 09 21:06:58.355 INFO O| Aug 09 21:06:58.355 INFO STEP 381 (remove_files) COMPLETE
49682024-08-09T21:06:59.755Z[ recovery-image] Aug 09 21:06:58.355 INFO O| Aug 09 21:06:58.355 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-08-09T21:06:59.777Z[ recovery-image] Aug 09 21:06:58.377 INFO O| Aug 09 21:06:58.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
49702024-08-09T21:06:59.777Z[ recovery-image] Aug 09 21:06:58.377 INFO O| Aug 09 21:06:58.377 INFO STEP 382 (remove_files) COMPLETE
49712024-08-09T21:06:59.780Z[ recovery-image] Aug 09 21:06:58.378 INFO O| Aug 09 21:06:58.377 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-08-09T21:06:59.797Z[ recovery-image] Aug 09 21:06:58.398 INFO O| Aug 09 21:06:58.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
49732024-08-09T21:06:59.797Z[ recovery-image] Aug 09 21:06:58.398 INFO O| Aug 09 21:06:58.398 INFO STEP 383 (remove_files) COMPLETE
49742024-08-09T21:06:59.800Z[ recovery-image] Aug 09 21:06:58.398 INFO O| Aug 09 21:06:58.398 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-08-09T21:06:59.815Z[ recovery-image] Aug 09 21:06:58.416 INFO O| Aug 09 21:06:58.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
49762024-08-09T21:06:59.816Z[ recovery-image] Aug 09 21:06:58.416 INFO O| Aug 09 21:06:58.416 INFO STEP 384 (remove_files) COMPLETE
49772024-08-09T21:06:59.816Z[ recovery-image] Aug 09 21:06:58.416 INFO O| Aug 09 21:06:58.416 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-08-09T21:06:59.844Z[ recovery-image] Aug 09 21:06:58.444 INFO O| Aug 09 21:06:58.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
49792024-08-09T21:06:59.847Z[ recovery-image] Aug 09 21:06:58.445 INFO O| Aug 09 21:06:58.444 INFO STEP 385 (remove_files) COMPLETE
49802024-08-09T21:06:59.847Z[ recovery-image] Aug 09 21:06:58.445 INFO O| Aug 09 21:06:58.445 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-08-09T21:06:59.867Z[ recovery-image] Aug 09 21:06:58.467 INFO O| Aug 09 21:06:58.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
49822024-08-09T21:06:59.870Z[ recovery-image] Aug 09 21:06:58.468 INFO O| Aug 09 21:06:58.467 INFO STEP 386 (remove_files) COMPLETE
49832024-08-09T21:06:59.870Z[ recovery-image] Aug 09 21:06:58.468 INFO O| Aug 09 21:06:58.468 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-08-09T21:06:59.889Z[ recovery-image] Aug 09 21:06:58.490 INFO O| Aug 09 21:06:58.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
49852024-08-09T21:06:59.892Z[ recovery-image] Aug 09 21:06:58.490 INFO O| Aug 09 21:06:58.490 INFO STEP 387 (remove_files) COMPLETE
49862024-08-09T21:06:59.892Z[ recovery-image] Aug 09 21:06:58.490 INFO O| Aug 09 21:06:58.490 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-08-09T21:06:59.942Z[ recovery-image] Aug 09 21:06:58.543 INFO O| Aug 09 21:06:58.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
49882024-08-09T21:06:59.943Z[ recovery-image] Aug 09 21:06:58.543 INFO O| Aug 09 21:06:58.543 INFO STEP 388 (remove_files) COMPLETE
49892024-08-09T21:06:59.945Z[ recovery-image] Aug 09 21:06:58.543 INFO O| Aug 09 21:06:58.543 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-08-09T21:06:59.963Z[ recovery-image] Aug 09 21:06:58.564 INFO O| Aug 09 21:06:58.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
49912024-08-09T21:06:59.964Z[ recovery-image] Aug 09 21:06:58.564 INFO O| Aug 09 21:06:58.564 INFO STEP 389 (remove_files) COMPLETE
49922024-08-09T21:06:59.964Z[ recovery-image] Aug 09 21:06:58.564 INFO O| Aug 09 21:06:58.564 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-08-09T21:07:00.007Z[ recovery-image] Aug 09 21:06:58.608 INFO O| Aug 09 21:06:58.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
49942024-08-09T21:07:00.007Z[ recovery-image] Aug 09 21:06:58.608 INFO O| Aug 09 21:06:58.608 INFO STEP 390 (remove_files) COMPLETE
49952024-08-09T21:07:00.007Z[ recovery-image] Aug 09 21:06:58.608 INFO O| Aug 09 21:06:58.608 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-08-09T21:07:00.101Z[ recovery-image] Aug 09 21:06:58.702 INFO O| Aug 09 21:06:58.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
49972024-08-09T21:07:00.102Z[ recovery-image] Aug 09 21:06:58.702 INFO O| Aug 09 21:06:58.702 INFO STEP 391 (remove_files) COMPLETE
49982024-08-09T21:07:00.105Z[ recovery-image] Aug 09 21:06:58.702 INFO O| Aug 09 21:06:58.702 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-08-09T21:07:00.122Z[ recovery-image] Aug 09 21:06:58.723 INFO O| Aug 09 21:06:58.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50002024-08-09T21:07:00.122Z[ recovery-image] Aug 09 21:06:58.723 INFO O| Aug 09 21:06:58.722 INFO STEP 392 (remove_files) COMPLETE
50012024-08-09T21:07:00.125Z[ recovery-image] Aug 09 21:06:58.723 INFO O| Aug 09 21:06:58.722 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-08-09T21:07:00.158Z[ recovery-image] Aug 09 21:06:58.759 INFO O| Aug 09 21:06:58.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50032024-08-09T21:07:00.159Z[ recovery-image] Aug 09 21:06:58.759 INFO O| Aug 09 21:06:58.759 INFO STEP 393 (remove_files) COMPLETE
50042024-08-09T21:07:00.161Z[ recovery-image] Aug 09 21:06:58.759 INFO O| Aug 09 21:06:58.759 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-08-09T21:07:00.210Z[ recovery-image] Aug 09 21:06:58.776 INFO O| Aug 09 21:06:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50062024-08-09T21:07:00.210Z[ recovery-image] Aug 09 21:06:58.776 INFO O| Aug 09 21:06:58.776 INFO STEP 394 (remove_files) COMPLETE
50072024-08-09T21:07:00.210Z[ recovery-image] Aug 09 21:06:58.776 INFO O| Aug 09 21:06:58.776 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-08-09T21:07:00.243Z[ recovery-image] Aug 09 21:06:58.843 INFO O| Aug 09 21:06:58.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50092024-08-09T21:07:00.243Z[ recovery-image] Aug 09 21:06:58.843 INFO O| Aug 09 21:06:58.843 INFO STEP 395 (remove_files) COMPLETE
50102024-08-09T21:07:00.243Z[ recovery-image] Aug 09 21:06:58.843 INFO O| Aug 09 21:06:58.843 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-08-09T21:07:00.279Z[ recovery-image] Aug 09 21:06:58.879 INFO O| Aug 09 21:06:58.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50122024-08-09T21:07:00.279Z[ recovery-image] Aug 09 21:06:58.879 INFO O| Aug 09 21:06:58.879 INFO STEP 396 (remove_files) COMPLETE
50132024-08-09T21:07:00.282Z[ recovery-image] Aug 09 21:06:58.879 INFO O| Aug 09 21:06:58.879 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-08-09T21:07:00.306Z[ recovery-image] Aug 09 21:06:58.906 INFO O| Aug 09 21:06:58.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50152024-08-09T21:07:00.306Z[ recovery-image] Aug 09 21:06:58.906 INFO O| Aug 09 21:06:58.906 INFO STEP 397 (remove_files) COMPLETE
50162024-08-09T21:07:00.309Z[ recovery-image] Aug 09 21:06:58.907 INFO O| Aug 09 21:06:58.906 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-08-09T21:07:00.330Z[ recovery-image] Aug 09 21:06:58.930 INFO O| Aug 09 21:06:58.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50182024-08-09T21:07:00.330Z[ recovery-image] Aug 09 21:06:58.930 INFO O| Aug 09 21:06:58.930 INFO STEP 398 (remove_files) COMPLETE
50192024-08-09T21:07:00.330Z[ recovery-image] Aug 09 21:06:58.930 INFO O| Aug 09 21:06:58.930 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-08-09T21:07:00.453Z[ recovery-image] Aug 09 21:06:59.053 INFO O| Aug 09 21:06:59.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50212024-08-09T21:07:00.453Z[ recovery-image] Aug 09 21:06:59.053 INFO O| Aug 09 21:06:59.041 INFO STEP 399 (remove_files) COMPLETE
50222024-08-09T21:07:00.456Z[ recovery-image] Aug 09 21:06:59.053 INFO O| Aug 09 21:06:59.041 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-08-09T21:07:00.460Z[ recovery-image] Aug 09 21:06:59.061 INFO O| Aug 09 21:06:59.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50242024-08-09T21:07:00.460Z[ recovery-image] Aug 09 21:06:59.061 INFO O| Aug 09 21:06:59.061 INFO STEP 400 (remove_files) COMPLETE
50252024-08-09T21:07:00.463Z[ recovery-image] Aug 09 21:06:59.061 INFO O| Aug 09 21:06:59.061 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-08-09T21:07:00.478Z[ recovery-image] Aug 09 21:06:59.079 INFO O| Aug 09 21:06:59.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50272024-08-09T21:07:00.481Z[ recovery-image] Aug 09 21:06:59.079 INFO O| Aug 09 21:06:59.079 INFO STEP 401 (remove_files) COMPLETE
50282024-08-09T21:07:00.481Z[ recovery-image] Aug 09 21:06:59.079 INFO O| Aug 09 21:06:59.079 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-08-09T21:07:00.497Z[ recovery-image] Aug 09 21:06:59.098 INFO O| Aug 09 21:06:59.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50302024-08-09T21:07:00.497Z[ recovery-image] Aug 09 21:06:59.098 INFO O| Aug 09 21:06:59.098 INFO STEP 402 (remove_files) COMPLETE
50312024-08-09T21:07:00.498Z[ recovery-image] Aug 09 21:06:59.098 INFO O| Aug 09 21:06:59.098 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-08-09T21:07:00.555Z[ recovery-image] Aug 09 21:06:59.152 INFO O| Aug 09 21:06:59.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50332024-08-09T21:07:00.555Z[ recovery-image] Aug 09 21:06:59.152 INFO O| Aug 09 21:06:59.152 INFO STEP 403 (remove_files) COMPLETE
50342024-08-09T21:07:00.555Z[ recovery-image] Aug 09 21:06:59.153 INFO O| Aug 09 21:06:59.152 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-08-09T21:07:00.593Z[ recovery-image] Aug 09 21:06:59.193 INFO O| Aug 09 21:06:59.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50362024-08-09T21:07:00.593Z[ recovery-image] Aug 09 21:06:59.193 INFO O| Aug 09 21:06:59.193 INFO STEP 404 (remove_files) COMPLETE
50372024-08-09T21:07:00.594Z[ recovery-image] Aug 09 21:06:59.193 INFO O| Aug 09 21:06:59.193 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-08-09T21:07:00.614Z[ recovery-image] Aug 09 21:06:59.212 INFO O| Aug 09 21:06:59.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50392024-08-09T21:07:00.617Z[ recovery-image] Aug 09 21:06:59.212 INFO O| Aug 09 21:06:59.212 INFO STEP 405 (remove_files) COMPLETE
50402024-08-09T21:07:00.620Z[ recovery-image] Aug 09 21:06:59.212 INFO O| Aug 09 21:06:59.212 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-08-09T21:07:00.642Z[ recovery-image] Aug 09 21:06:59.243 INFO O| Aug 09 21:06:59.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50422024-08-09T21:07:00.645Z[ recovery-image] Aug 09 21:06:59.243 INFO O| Aug 09 21:06:59.243 INFO STEP 406 (remove_files) COMPLETE
50432024-08-09T21:07:00.646Z[ recovery-image] Aug 09 21:06:59.243 INFO O| Aug 09 21:06:59.243 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-08-09T21:07:00.662Z[ recovery-image] Aug 09 21:06:59.263 INFO O| Aug 09 21:06:59.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50452024-08-09T21:07:00.665Z[ recovery-image] Aug 09 21:06:59.263 INFO O| Aug 09 21:06:59.263 INFO STEP 407 (remove_files) COMPLETE
50462024-08-09T21:07:00.665Z[ recovery-image] Aug 09 21:06:59.263 INFO O| Aug 09 21:06:59.263 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-08-09T21:07:00.699Z[ recovery-image] Aug 09 21:06:59.300 INFO O| Aug 09 21:06:59.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
50482024-08-09T21:07:00.702Z[ recovery-image] Aug 09 21:06:59.300 INFO O| Aug 09 21:06:59.300 INFO STEP 408 (remove_files) COMPLETE
50492024-08-09T21:07:00.702Z[ recovery-image] Aug 09 21:06:59.300 INFO O| Aug 09 21:06:59.300 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-08-09T21:07:00.737Z[ recovery-image] Aug 09 21:06:59.337 INFO O| Aug 09 21:06:59.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
50512024-08-09T21:07:00.738Z[ recovery-image] Aug 09 21:06:59.337 INFO O| Aug 09 21:06:59.337 INFO STEP 409 (remove_files) COMPLETE
50522024-08-09T21:07:00.741Z[ recovery-image] Aug 09 21:06:59.337 INFO O| Aug 09 21:06:59.337 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-08-09T21:07:00.771Z[ recovery-image] Aug 09 21:06:59.371 INFO O| Aug 09 21:06:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
50542024-08-09T21:07:00.771Z[ recovery-image] Aug 09 21:06:59.371 INFO O| Aug 09 21:06:59.371 INFO STEP 410 (remove_files) COMPLETE
50552024-08-09T21:07:00.771Z[ recovery-image] Aug 09 21:06:59.371 INFO O| Aug 09 21:06:59.371 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-08-09T21:07:00.802Z[ recovery-image] Aug 09 21:06:59.403 INFO O| Aug 09 21:06:59.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
50572024-08-09T21:07:00.805Z[ recovery-image] Aug 09 21:06:59.403 INFO O| Aug 09 21:06:59.403 INFO STEP 411 (remove_files) COMPLETE
50582024-08-09T21:07:00.805Z[ recovery-image] Aug 09 21:06:59.403 INFO O| Aug 09 21:06:59.403 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-08-09T21:07:00.821Z[ recovery-image] Aug 09 21:06:59.421 INFO O| Aug 09 21:06:59.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
50602024-08-09T21:07:00.821Z[ recovery-image] Aug 09 21:06:59.421 INFO O| Aug 09 21:06:59.421 INFO STEP 412 (remove_files) COMPLETE
50612024-08-09T21:07:00.821Z[ recovery-image] Aug 09 21:06:59.421 INFO O| Aug 09 21:06:59.421 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-08-09T21:07:00.925Z[ recovery-image] Aug 09 21:06:59.484 INFO O| Aug 09 21:06:59.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
50632024-08-09T21:07:00.925Z[ recovery-image] Aug 09 21:06:59.484 INFO O| Aug 09 21:06:59.484 INFO STEP 413 (remove_files) COMPLETE
50642024-08-09T21:07:00.928Z[ recovery-image] Aug 09 21:06:59.484 INFO O| Aug 09 21:06:59.484 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-08-09T21:07:01.069Z[ recovery-image] Aug 09 21:06:59.668 INFO O| Aug 09 21:06:59.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
50662024-08-09T21:07:01.069Z[ recovery-image] Aug 09 21:06:59.668 INFO O| Aug 09 21:06:59.668 INFO STEP 414 (remove_files) COMPLETE
50672024-08-09T21:07:01.069Z[ recovery-image] Aug 09 21:06:59.668 INFO O| Aug 09 21:06:59.668 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-08-09T21:07:01.086Z[ recovery-image] Aug 09 21:06:59.687 INFO O| Aug 09 21:06:59.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
50692024-08-09T21:07:01.089Z[ recovery-image] Aug 09 21:06:59.687 INFO O| Aug 09 21:06:59.687 INFO STEP 415 (remove_files) COMPLETE
50702024-08-09T21:07:01.090Z[ recovery-image] Aug 09 21:06:59.687 INFO O| Aug 09 21:06:59.687 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-08-09T21:07:01.202Z[ recovery-image] Aug 09 21:06:59.802 INFO O| Aug 09 21:06:59.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
50722024-08-09T21:07:01.209Z[ recovery-image] Aug 09 21:06:59.803 INFO O| Aug 09 21:06:59.802 INFO STEP 416 (remove_files) COMPLETE
50732024-08-09T21:07:01.209Z[ recovery-image] Aug 09 21:06:59.803 INFO O| Aug 09 21:06:59.802 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-08-09T21:07:01.240Z[ recovery-image] Aug 09 21:06:59.841 INFO O| Aug 09 21:06:59.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
50752024-08-09T21:07:01.243Z[ recovery-image] Aug 09 21:06:59.841 INFO O| Aug 09 21:06:59.841 INFO STEP 417 (remove_files) COMPLETE
50762024-08-09T21:07:01.243Z[ recovery-image] Aug 09 21:06:59.841 INFO O| Aug 09 21:06:59.841 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-08-09T21:07:01.334Z[ recovery-image] Aug 09 21:06:59.934 INFO O| Aug 09 21:06:59.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
50782024-08-09T21:07:01.334Z[ recovery-image] Aug 09 21:06:59.934 INFO O| Aug 09 21:06:59.934 INFO STEP 418 (remove_files) COMPLETE
50792024-08-09T21:07:01.334Z[ recovery-image] Aug 09 21:06:59.934 INFO O| Aug 09 21:06:59.934 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-08-09T21:07:01.355Z[ recovery-image] Aug 09 21:06:59.956 INFO O| Aug 09 21:06:59.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
50812024-08-09T21:07:01.356Z[ recovery-image] Aug 09 21:06:59.956 INFO O| Aug 09 21:06:59.956 INFO STEP 419 (remove_files) COMPLETE
50822024-08-09T21:07:01.356Z[ recovery-image] Aug 09 21:06:59.956 INFO O| Aug 09 21:06:59.956 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-08-09T21:07:01.375Z[ recovery-image] Aug 09 21:06:59.975 INFO O| Aug 09 21:06:59.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
50842024-08-09T21:07:01.375Z[ recovery-image] Aug 09 21:06:59.975 INFO O| Aug 09 21:06:59.975 INFO STEP 420 (remove_files) COMPLETE
50852024-08-09T21:07:01.375Z[ recovery-image] Aug 09 21:06:59.975 INFO O| Aug 09 21:06:59.975 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-08-09T21:07:01.407Z[ recovery-image] Aug 09 21:06:59.992 INFO O| Aug 09 21:06:59.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
50872024-08-09T21:07:01.407Z[ recovery-image] Aug 09 21:06:59.992 INFO O| Aug 09 21:06:59.992 INFO STEP 421 (remove_files) COMPLETE
50882024-08-09T21:07:01.407Z[ recovery-image] Aug 09 21:06:59.992 INFO O| Aug 09 21:06:59.992 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-08-09T21:07:01.432Z[ recovery-image] Aug 09 21:07:00.031 INFO O| Aug 09 21:07:00.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
50902024-08-09T21:07:01.432Z[ recovery-image] Aug 09 21:07:00.031 INFO O| Aug 09 21:07:00.031 INFO STEP 422 (remove_files) COMPLETE
50912024-08-09T21:07:01.432Z[ recovery-image] Aug 09 21:07:00.031 INFO O| Aug 09 21:07:00.031 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-08-09T21:07:01.510Z[ recovery-image] Aug 09 21:07:00.110 INFO O| Aug 09 21:07:00.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
50932024-08-09T21:07:01.510Z[ recovery-image] Aug 09 21:07:00.110 INFO O| Aug 09 21:07:00.110 INFO STEP 423 (remove_files) COMPLETE
50942024-08-09T21:07:01.510Z[ recovery-image] Aug 09 21:07:00.110 INFO O| Aug 09 21:07:00.110 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-08-09T21:07:01.571Z[ recovery-image] Aug 09 21:07:00.171 INFO O| Aug 09 21:07:00.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
50962024-08-09T21:07:01.571Z[ recovery-image] Aug 09 21:07:00.171 INFO O| Aug 09 21:07:00.171 INFO STEP 424 (remove_files) COMPLETE
50972024-08-09T21:07:01.574Z[ recovery-image] Aug 09 21:07:00.172 INFO O| Aug 09 21:07:00.171 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-08-09T21:07:01.635Z[ recovery-image] Aug 09 21:07:00.236 INFO O| Aug 09 21:07:00.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
50992024-08-09T21:07:01.636Z[ recovery-image] Aug 09 21:07:00.236 INFO O| Aug 09 21:07:00.236 INFO STEP 425 (remove_files) COMPLETE
51002024-08-09T21:07:01.636Z[ recovery-image] Aug 09 21:07:00.236 INFO O| Aug 09 21:07:00.236 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-08-09T21:07:01.688Z[ recovery-image] Aug 09 21:07:00.289 INFO O| Aug 09 21:07:00.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51022024-08-09T21:07:01.689Z[ recovery-image] Aug 09 21:07:00.289 INFO O| Aug 09 21:07:00.289 INFO STEP 426 (remove_files) COMPLETE
51032024-08-09T21:07:01.691Z[ recovery-image] Aug 09 21:07:00.289 INFO O| Aug 09 21:07:00.289 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-08-09T21:07:01.724Z[ recovery-image] Aug 09 21:07:00.324 INFO O| Aug 09 21:07:00.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51052024-08-09T21:07:01.786Z[ recovery-image] Aug 09 21:07:00.387 INFO O| Aug 09 21:07:00.387 INFO STEP 427 (remove_files) COMPLETE
51062024-08-09T21:07:01.786Z[ recovery-image] Aug 09 21:07:00.387 INFO O| Aug 09 21:07:00.387 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-08-09T21:07:01.808Z[ recovery-image] Aug 09 21:07:00.407 INFO O| Aug 09 21:07:00.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51082024-08-09T21:07:01.846Z[ recovery-image] Aug 09 21:07:00.446 INFO O| Aug 09 21:07:00.446 INFO STEP 428 (remove_files) COMPLETE
51092024-08-09T21:07:01.846Z[ recovery-image] Aug 09 21:07:00.446 INFO O| Aug 09 21:07:00.446 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-08-09T21:07:01.876Z[ recovery-image] Aug 09 21:07:00.476 INFO O| Aug 09 21:07:00.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51112024-08-09T21:07:01.876Z[ recovery-image] Aug 09 21:07:00.476 INFO O| Aug 09 21:07:00.476 INFO STEP 429 (remove_files) COMPLETE
51122024-08-09T21:07:01.876Z[ recovery-image] Aug 09 21:07:00.476 INFO O| Aug 09 21:07:00.476 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-08-09T21:07:01.931Z[ recovery-image] Aug 09 21:07:00.531 INFO O| Aug 09 21:07:00.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51142024-08-09T21:07:01.931Z[ recovery-image] Aug 09 21:07:00.531 INFO O| Aug 09 21:07:00.531 INFO STEP 430 (remove_files) COMPLETE
51152024-08-09T21:07:01.931Z[ recovery-image] Aug 09 21:07:00.531 INFO O| Aug 09 21:07:00.531 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-08-09T21:07:01.951Z[ recovery-image] Aug 09 21:07:00.551 INFO O| Aug 09 21:07:00.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51172024-08-09T21:07:01.951Z[ recovery-image] Aug 09 21:07:00.551 INFO O| Aug 09 21:07:00.551 INFO STEP 431 (remove_files) COMPLETE
51182024-08-09T21:07:01.951Z[ recovery-image] Aug 09 21:07:00.551 INFO O| Aug 09 21:07:00.551 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-08-09T21:07:01.970Z[ recovery-image] Aug 09 21:07:00.570 INFO O| Aug 09 21:07:00.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51202024-08-09T21:07:01.970Z[ recovery-image] Aug 09 21:07:00.570 INFO O| Aug 09 21:07:00.570 INFO STEP 432 (remove_files) COMPLETE
51212024-08-09T21:07:01.972Z[ recovery-image] Aug 09 21:07:00.570 INFO O| Aug 09 21:07:00.570 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-08-09T21:07:01.989Z[ recovery-image] Aug 09 21:07:00.589 INFO O| Aug 09 21:07:00.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51232024-08-09T21:07:01.990Z[ recovery-image] Aug 09 21:07:00.589 INFO O| Aug 09 21:07:00.589 INFO STEP 433 (remove_files) COMPLETE
51242024-08-09T21:07:01.990Z[ recovery-image] Aug 09 21:07:00.589 INFO O| Aug 09 21:07:00.589 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-08-09T21:07:02.008Z[ recovery-image] Aug 09 21:07:00.608 INFO O| Aug 09 21:07:00.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51262024-08-09T21:07:02.009Z[ recovery-image] Aug 09 21:07:00.608 INFO O| Aug 09 21:07:00.608 INFO STEP 434 (remove_files) COMPLETE
51272024-08-09T21:07:02.009Z[ recovery-image] Aug 09 21:07:00.608 INFO O| Aug 09 21:07:00.608 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-08-09T21:07:02.027Z[ recovery-image] Aug 09 21:07:00.628 INFO O| Aug 09 21:07:00.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51292024-08-09T21:07:02.027Z[ recovery-image] Aug 09 21:07:00.628 INFO O| Aug 09 21:07:00.628 INFO STEP 435 (remove_files) COMPLETE
51302024-08-09T21:07:02.030Z[ recovery-image] Aug 09 21:07:00.628 INFO O| Aug 09 21:07:00.628 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-08-09T21:07:02.046Z[ recovery-image] Aug 09 21:07:00.646 INFO O| Aug 09 21:07:00.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51322024-08-09T21:07:02.046Z[ recovery-image] Aug 09 21:07:00.646 INFO O| Aug 09 21:07:00.646 INFO STEP 436 (remove_files) COMPLETE
51332024-08-09T21:07:02.046Z[ recovery-image] Aug 09 21:07:00.646 INFO O| Aug 09 21:07:00.646 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-08-09T21:07:02.065Z[ host-image] Aug 09 21:07:00.665 INFO O| Aug 09 21:07:00.665 INFO O| Done
51352024-08-09T21:07:02.104Z[ host-image] Aug 09 21:07:00.705 INFO O| Aug 09 21:07:00.704 INFO O| Done
51362024-08-09T21:07:02.107Z[ host-image] Aug 09 21:07:00.705 INFO O| Aug 09 21:07:00.705 INFO O| Done
51372024-08-09T21:07:02.135Z[ recovery-image] Aug 09 21:07:00.718 INFO O| Aug 09 21:07:00.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51382024-08-09T21:07:02.135Z[ recovery-image] Aug 09 21:07:00.718 INFO O| Aug 09 21:07:00.718 INFO STEP 437 (remove_files) COMPLETE
51392024-08-09T21:07:02.135Z[ recovery-image] Aug 09 21:07:00.718 INFO O| Aug 09 21:07:00.718 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-08-09T21:07:02.138Z[ host-image] Aug 09 21:07:00.728 INFO O| Aug 09 21:07:00.728 INFO O| Done
51412024-08-09T21:07:02.155Z[ recovery-image] Aug 09 21:07:00.756 INFO O| Aug 09 21:07:00.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51422024-08-09T21:07:02.155Z[ recovery-image] Aug 09 21:07:00.756 INFO O| Aug 09 21:07:00.756 INFO STEP 438 (remove_files) COMPLETE
51432024-08-09T21:07:02.155Z[ recovery-image] Aug 09 21:07:00.756 INFO O| Aug 09 21:07:00.756 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-09T21:07:02.179Z[ recovery-image] Aug 09 21:07:00.779 INFO O| Aug 09 21:07:00.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51452024-08-09T21:07:02.180Z[ recovery-image] Aug 09 21:07:00.780 INFO O| Aug 09 21:07:00.780 INFO STEP 439 (remove_files) COMPLETE
51462024-08-09T21:07:02.180Z[ recovery-image] Aug 09 21:07:00.780 INFO O| Aug 09 21:07:00.780 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-09T21:07:02.204Z[ recovery-image] Aug 09 21:07:00.804 INFO O| Aug 09 21:07:00.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51482024-08-09T21:07:02.204Z[ recovery-image] Aug 09 21:07:00.804 INFO O| Aug 09 21:07:00.804 INFO STEP 440 (remove_files) COMPLETE
51492024-08-09T21:07:02.204Z[ recovery-image] Aug 09 21:07:00.804 INFO O| Aug 09 21:07:00.804 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-09T21:07:02.225Z[ recovery-image] Aug 09 21:07:00.825 INFO O| Aug 09 21:07:00.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51512024-08-09T21:07:02.225Z[ recovery-image] Aug 09 21:07:00.825 INFO O| Aug 09 21:07:00.825 INFO STEP 441 (remove_files) COMPLETE
51522024-08-09T21:07:02.226Z[ recovery-image] Aug 09 21:07:00.825 INFO O| Aug 09 21:07:00.825 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-08-09T21:07:02.264Z[ recovery-image] Aug 09 21:07:00.864 INFO O| Aug 09 21:07:00.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
51542024-08-09T21:07:02.315Z[ recovery-image] Aug 09 21:07:00.864 INFO O| Aug 09 21:07:00.864 INFO STEP 442 (remove_files) COMPLETE
51552024-08-09T21:07:02.315Z[ recovery-image] Aug 09 21:07:00.864 INFO O| Aug 09 21:07:00.864 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-09T21:07:02.315Z[ recovery-image] Aug 09 21:07:00.883 INFO O| Aug 09 21:07:00.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
51572024-08-09T21:07:02.315Z[ recovery-image] Aug 09 21:07:00.884 INFO O| Aug 09 21:07:00.884 INFO STEP 443 (remove_files) COMPLETE
51582024-08-09T21:07:02.315Z[ recovery-image] Aug 09 21:07:00.884 INFO O| Aug 09 21:07:00.884 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-09T21:07:02.346Z[ recovery-image] Aug 09 21:07:00.924 INFO O| Aug 09 21:07:00.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
51602024-08-09T21:07:02.346Z[ recovery-image] Aug 09 21:07:00.924 INFO O| Aug 09 21:07:00.924 INFO STEP 444 (remove_files) COMPLETE
51612024-08-09T21:07:02.346Z[ recovery-image] Aug 09 21:07:00.925 INFO O| Aug 09 21:07:00.924 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-09T21:07:02.349Z[ host-image] Aug 09 21:07:00.946 INFO O| Aug 09 21:07:00.946 INFO STEP 12 (pkg_install) COMPLETE
51632024-08-09T21:07:02.349Z[ host-image] Aug 09 21:07:00.947 INFO O| Aug 09 21:07:00.946 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
51642024-08-09T21:07:02.363Z[ host-image] Aug 09 21:07:00.963 INFO O| Aug 09 21:07:00.963 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
51652024-08-09T21:07:02.387Z[ recovery-image] Aug 09 21:07:00.987 INFO O| Aug 09 21:07:00.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
51662024-08-09T21:07:02.390Z[ recovery-image] Aug 09 21:07:00.987 INFO O| Aug 09 21:07:00.987 INFO STEP 445 (remove_files) COMPLETE
51672024-08-09T21:07:02.390Z[ recovery-image] Aug 09 21:07:00.987 INFO O| Aug 09 21:07:00.987 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-09T21:07:02.406Z[ recovery-image] Aug 09 21:07:01.006 INFO O| Aug 09 21:07:01.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
51692024-08-09T21:07:02.409Z[ recovery-image] Aug 09 21:07:01.007 INFO O| Aug 09 21:07:01.006 INFO STEP 446 (remove_files) COMPLETE
51702024-08-09T21:07:02.409Z[ recovery-image] Aug 09 21:07:01.007 INFO O| Aug 09 21:07:01.007 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-09T21:07:02.425Z[ recovery-image] Aug 09 21:07:01.025 INFO O| Aug 09 21:07:01.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
51722024-08-09T21:07:02.428Z[ recovery-image] Aug 09 21:07:01.026 INFO O| Aug 09 21:07:01.025 INFO STEP 447 (remove_files) COMPLETE
51732024-08-09T21:07:02.428Z[ recovery-image] Aug 09 21:07:01.026 INFO O| Aug 09 21:07:01.026 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-09T21:07:02.459Z[ recovery-image] Aug 09 21:07:01.059 INFO O| Aug 09 21:07:01.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
51752024-08-09T21:07:02.459Z[ recovery-image] Aug 09 21:07:01.059 INFO O| Aug 09 21:07:01.059 INFO STEP 448 (remove_files) COMPLETE
51762024-08-09T21:07:02.459Z[ recovery-image] Aug 09 21:07:01.059 INFO O| Aug 09 21:07:01.059 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-09T21:07:02.481Z[ recovery-image] Aug 09 21:07:01.081 INFO O| Aug 09 21:07:01.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
51782024-08-09T21:07:02.481Z[ recovery-image] Aug 09 21:07:01.081 INFO O| Aug 09 21:07:01.081 INFO STEP 449 (remove_files) COMPLETE
51792024-08-09T21:07:02.484Z[ recovery-image] Aug 09 21:07:01.081 INFO O| Aug 09 21:07:01.081 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-09T21:07:02.503Z[ recovery-image] Aug 09 21:07:01.103 INFO O| Aug 09 21:07:01.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
51812024-08-09T21:07:02.506Z[ recovery-image] Aug 09 21:07:01.103 INFO O| Aug 09 21:07:01.103 INFO STEP 450 (remove_files) COMPLETE
51822024-08-09T21:07:02.506Z[ recovery-image] Aug 09 21:07:01.103 INFO O| Aug 09 21:07:01.103 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-09T21:07:02.540Z[ recovery-image] Aug 09 21:07:01.140 INFO O| Aug 09 21:07:01.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
51842024-08-09T21:07:02.540Z[ recovery-image] Aug 09 21:07:01.140 INFO O| Aug 09 21:07:01.140 INFO STEP 451 (remove_files) COMPLETE
51852024-08-09T21:07:02.540Z[ recovery-image] Aug 09 21:07:01.140 INFO O| Aug 09 21:07:01.140 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-09T21:07:02.601Z[ recovery-image] Aug 09 21:07:01.201 INFO O| Aug 09 21:07:01.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
51872024-08-09T21:07:02.601Z[ recovery-image] Aug 09 21:07:01.202 INFO O| Aug 09 21:07:01.201 INFO STEP 452 (remove_files) COMPLETE
51882024-08-09T21:07:02.601Z[ recovery-image] Aug 09 21:07:01.202 INFO O| Aug 09 21:07:01.202 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-09T21:07:02.621Z[ recovery-image] Aug 09 21:07:01.221 INFO O| Aug 09 21:07:01.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
51902024-08-09T21:07:02.621Z[ recovery-image] Aug 09 21:07:01.221 INFO O| Aug 09 21:07:01.221 INFO STEP 453 (remove_files) COMPLETE
51912024-08-09T21:07:02.621Z[ recovery-image] Aug 09 21:07:01.221 INFO O| Aug 09 21:07:01.221 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-09T21:07:02.669Z[ recovery-image] Aug 09 21:07:01.269 INFO O| Aug 09 21:07:01.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
51932024-08-09T21:07:02.669Z[ recovery-image] Aug 09 21:07:01.269 INFO O| Aug 09 21:07:01.269 INFO STEP 454 (remove_files) COMPLETE
51942024-08-09T21:07:02.669Z[ recovery-image] Aug 09 21:07:01.269 INFO O| Aug 09 21:07:01.269 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-09T21:07:02.702Z[ recovery-image] Aug 09 21:07:01.302 INFO O| Aug 09 21:07:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
51962024-08-09T21:07:02.702Z[ recovery-image] Aug 09 21:07:01.302 INFO O| Aug 09 21:07:01.302 INFO STEP 455 (remove_files) COMPLETE
51972024-08-09T21:07:02.702Z[ recovery-image] Aug 09 21:07:01.302 INFO O| Aug 09 21:07:01.302 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-09T21:07:02.722Z[ recovery-image] Aug 09 21:07:01.322 INFO O| Aug 09 21:07:01.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
51992024-08-09T21:07:02.722Z[ recovery-image] Aug 09 21:07:01.322 INFO O| Aug 09 21:07:01.322 INFO STEP 456 (remove_files) COMPLETE
52002024-08-09T21:07:02.725Z[ recovery-image] Aug 09 21:07:01.322 INFO O| Aug 09 21:07:01.322 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-09T21:07:02.757Z[ recovery-image] Aug 09 21:07:01.357 INFO O| Aug 09 21:07:01.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52022024-08-09T21:07:02.757Z[ recovery-image] Aug 09 21:07:01.357 INFO O| Aug 09 21:07:01.357 INFO STEP 457 (remove_files) COMPLETE
52032024-08-09T21:07:02.761Z[ recovery-image] Aug 09 21:07:01.357 INFO O| Aug 09 21:07:01.357 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-09T21:07:02.784Z[ recovery-image] Aug 09 21:07:01.384 INFO O| Aug 09 21:07:01.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52052024-08-09T21:07:02.787Z[ recovery-image] Aug 09 21:07:01.384 INFO O| Aug 09 21:07:01.384 INFO STEP 458 (remove_files) COMPLETE
52062024-08-09T21:07:02.787Z[ recovery-image] Aug 09 21:07:01.385 INFO O| Aug 09 21:07:01.384 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-09T21:07:02.804Z[ recovery-image] Aug 09 21:07:01.404 INFO O| Aug 09 21:07:01.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52082024-08-09T21:07:02.806Z[ recovery-image] Aug 09 21:07:01.404 INFO O| Aug 09 21:07:01.404 INFO STEP 459 (remove_files) COMPLETE
52092024-08-09T21:07:02.806Z[ recovery-image] Aug 09 21:07:01.404 INFO O| Aug 09 21:07:01.404 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-09T21:07:02.823Z[ recovery-image] Aug 09 21:07:01.423 INFO O| Aug 09 21:07:01.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52112024-08-09T21:07:02.826Z[ recovery-image] Aug 09 21:07:01.424 INFO O| Aug 09 21:07:01.424 INFO STEP 460 (remove_files) COMPLETE
52122024-08-09T21:07:02.826Z[ recovery-image] Aug 09 21:07:01.424 INFO O| Aug 09 21:07:01.424 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-09T21:07:02.864Z[ recovery-image] Aug 09 21:07:01.464 INFO O| Aug 09 21:07:01.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52142024-08-09T21:07:02.864Z[ recovery-image] Aug 09 21:07:01.464 INFO O| Aug 09 21:07:01.464 INFO STEP 461 (remove_files) COMPLETE
52152024-08-09T21:07:02.864Z[ recovery-image] Aug 09 21:07:01.464 INFO O| Aug 09 21:07:01.464 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-09T21:07:02.889Z[ recovery-image] Aug 09 21:07:01.488 INFO O| Aug 09 21:07:01.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52172024-08-09T21:07:02.889Z[ recovery-image] Aug 09 21:07:01.488 INFO O| Aug 09 21:07:01.488 INFO STEP 462 (remove_files) COMPLETE
52182024-08-09T21:07:02.889Z[ recovery-image] Aug 09 21:07:01.488 INFO O| Aug 09 21:07:01.488 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-09T21:07:02.951Z[ recovery-image] Aug 09 21:07:01.551 INFO O| Aug 09 21:07:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52202024-08-09T21:07:02.951Z[ recovery-image] Aug 09 21:07:01.551 INFO O| Aug 09 21:07:01.551 INFO STEP 463 (remove_files) COMPLETE
52212024-08-09T21:07:02.951Z[ recovery-image] Aug 09 21:07:01.551 INFO O| Aug 09 21:07:01.551 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-09T21:07:02.970Z[ recovery-image] Aug 09 21:07:01.571 INFO O| Aug 09 21:07:01.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52232024-08-09T21:07:02.999Z[ recovery-image] Aug 09 21:07:01.599 INFO O| Aug 09 21:07:01.599 INFO STEP 464 (remove_files) COMPLETE
52242024-08-09T21:07:02.999Z[ recovery-image] Aug 09 21:07:01.599 INFO O| Aug 09 21:07:01.599 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-09T21:07:03.080Z[ recovery-image] Aug 09 21:07:01.680 INFO O| Aug 09 21:07:01.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52262024-08-09T21:07:03.080Z[ recovery-image] Aug 09 21:07:01.680 INFO O| Aug 09 21:07:01.680 INFO STEP 465 (remove_files) COMPLETE
52272024-08-09T21:07:03.080Z[ recovery-image] Aug 09 21:07:01.680 INFO O| Aug 09 21:07:01.680 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-09T21:07:03.119Z[ recovery-image] Aug 09 21:07:01.720 INFO O| Aug 09 21:07:01.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52292024-08-09T21:07:03.119Z[ recovery-image] Aug 09 21:07:01.720 INFO O| Aug 09 21:07:01.720 INFO STEP 466 (remove_files) COMPLETE
52302024-08-09T21:07:03.120Z[ recovery-image] Aug 09 21:07:01.720 INFO O| Aug 09 21:07:01.720 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-09T21:07:03.161Z[ recovery-image] Aug 09 21:07:01.760 INFO O| Aug 09 21:07:01.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52322024-08-09T21:07:03.161Z[ recovery-image] Aug 09 21:07:01.760 INFO O| Aug 09 21:07:01.760 INFO STEP 467 (remove_files) COMPLETE
52332024-08-09T21:07:03.161Z[ recovery-image] Aug 09 21:07:01.760 INFO O| Aug 09 21:07:01.760 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-09T21:07:03.177Z[ recovery-image] Aug 09 21:07:01.777 INFO O| Aug 09 21:07:01.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52352024-08-09T21:07:03.200Z[ recovery-image] Aug 09 21:07:01.799 INFO O| Aug 09 21:07:01.799 INFO STEP 468 (remove_files) COMPLETE
52362024-08-09T21:07:03.200Z[ recovery-image] Aug 09 21:07:01.799 INFO O| Aug 09 21:07:01.799 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-09T21:07:03.232Z[ recovery-image] Aug 09 21:07:01.832 INFO O| Aug 09 21:07:01.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52382024-08-09T21:07:03.232Z[ recovery-image] Aug 09 21:07:01.833 INFO O| Aug 09 21:07:01.833 INFO STEP 469 (remove_files) COMPLETE
52392024-08-09T21:07:03.232Z[ recovery-image] Aug 09 21:07:01.833 INFO O| Aug 09 21:07:01.833 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-09T21:07:03.263Z[ recovery-image] Aug 09 21:07:01.863 INFO O| Aug 09 21:07:01.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52412024-08-09T21:07:03.263Z[ recovery-image] Aug 09 21:07:01.863 INFO O| Aug 09 21:07:01.863 INFO STEP 470 (remove_files) COMPLETE
52422024-08-09T21:07:03.266Z[ recovery-image] Aug 09 21:07:01.863 INFO O| Aug 09 21:07:01.863 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-09T21:07:03.287Z[ recovery-image] Aug 09 21:07:01.887 INFO O| Aug 09 21:07:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52442024-08-09T21:07:03.287Z[ recovery-image] Aug 09 21:07:01.887 INFO O| Aug 09 21:07:01.887 INFO STEP 471 (remove_files) COMPLETE
52452024-08-09T21:07:03.287Z[ recovery-image] Aug 09 21:07:01.887 INFO O| Aug 09 21:07:01.887 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-09T21:07:03.308Z[ recovery-image] Aug 09 21:07:01.908 INFO O| Aug 09 21:07:01.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52472024-08-09T21:07:03.308Z[ recovery-image] Aug 09 21:07:01.909 INFO O| Aug 09 21:07:01.909 INFO STEP 472 (remove_files) COMPLETE
52482024-08-09T21:07:03.308Z[ recovery-image] Aug 09 21:07:01.909 INFO O| Aug 09 21:07:01.909 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-09T21:07:03.330Z[ recovery-image] Aug 09 21:07:01.930 INFO O| Aug 09 21:07:01.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52502024-08-09T21:07:03.330Z[ recovery-image] Aug 09 21:07:01.930 INFO O| Aug 09 21:07:01.930 INFO STEP 473 (remove_files) COMPLETE
52512024-08-09T21:07:03.333Z[ recovery-image] Aug 09 21:07:01.930 INFO O| Aug 09 21:07:01.930 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-09T21:07:03.364Z[ recovery-image] Aug 09 21:07:01.964 INFO O| Aug 09 21:07:01.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52532024-08-09T21:07:03.365Z[ recovery-image] Aug 09 21:07:01.965 INFO O| Aug 09 21:07:01.965 INFO STEP 474 (remove_files) COMPLETE
52542024-08-09T21:07:03.368Z[ recovery-image] Aug 09 21:07:01.965 INFO O| Aug 09 21:07:01.965 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-09T21:07:03.385Z[ recovery-image] Aug 09 21:07:01.984 INFO O| Aug 09 21:07:01.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
52562024-08-09T21:07:03.385Z[ recovery-image] Aug 09 21:07:01.985 INFO O| Aug 09 21:07:01.984 INFO STEP 475 (remove_files) COMPLETE
52572024-08-09T21:07:03.385Z[ recovery-image] Aug 09 21:07:01.985 INFO O| Aug 09 21:07:01.985 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-09T21:07:03.404Z[ recovery-image] Aug 09 21:07:02.004 INFO O| Aug 09 21:07:02.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
52592024-08-09T21:07:03.404Z[ recovery-image] Aug 09 21:07:02.004 INFO O| Aug 09 21:07:02.004 INFO STEP 476 (remove_files) COMPLETE
52602024-08-09T21:07:03.407Z[ recovery-image] Aug 09 21:07:02.005 INFO O| Aug 09 21:07:02.004 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-09T21:07:03.425Z[ recovery-image] Aug 09 21:07:02.025 INFO O| Aug 09 21:07:02.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
52622024-08-09T21:07:03.425Z[ recovery-image] Aug 09 21:07:02.025 INFO O| Aug 09 21:07:02.025 INFO STEP 477 (remove_files) COMPLETE
52632024-08-09T21:07:03.425Z[ recovery-image] Aug 09 21:07:02.025 INFO O| Aug 09 21:07:02.025 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-08-09T21:07:03.444Z[ recovery-image] Aug 09 21:07:02.044 INFO O| Aug 09 21:07:02.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
52652024-08-09T21:07:03.444Z[ recovery-image] Aug 09 21:07:02.044 INFO O| Aug 09 21:07:02.044 INFO STEP 478 (remove_files) COMPLETE
52662024-08-09T21:07:03.444Z[ recovery-image] Aug 09 21:07:02.044 INFO O| Aug 09 21:07:02.044 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-09T21:07:03.455Z[ host-image] Aug 09 21:07:02.055 INFO O| Aug 09 21:07:02.055 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
52682024-08-09T21:07:03.478Z[ recovery-image] Aug 09 21:07:02.078 INFO O| Aug 09 21:07:02.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
52692024-08-09T21:07:03.501Z[ recovery-image] Aug 09 21:07:02.100 INFO O| Aug 09 21:07:02.100 INFO STEP 479 (remove_files) COMPLETE
52702024-08-09T21:07:03.501Z[ recovery-image] Aug 09 21:07:02.100 INFO O| Aug 09 21:07:02.100 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-08-09T21:07:03.560Z[ recovery-image] Aug 09 21:07:02.160 INFO O| Aug 09 21:07:02.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
52722024-08-09T21:07:03.560Z[ recovery-image] Aug 09 21:07:02.160 INFO O| Aug 09 21:07:02.160 INFO STEP 480 (remove_files) COMPLETE
52732024-08-09T21:07:03.563Z[ recovery-image] Aug 09 21:07:02.160 INFO O| Aug 09 21:07:02.160 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-08-09T21:07:03.598Z[ recovery-image] Aug 09 21:07:02.198 INFO O| Aug 09 21:07:02.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
52752024-08-09T21:07:03.598Z[ recovery-image] Aug 09 21:07:02.198 INFO O| Aug 09 21:07:02.198 INFO STEP 481 (remove_files) COMPLETE
52762024-08-09T21:07:03.601Z[ recovery-image] Aug 09 21:07:02.198 INFO O| Aug 09 21:07:02.198 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-08-09T21:07:03.618Z[ recovery-image] Aug 09 21:07:02.218 INFO O| Aug 09 21:07:02.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
52782024-08-09T21:07:03.618Z[ recovery-image] Aug 09 21:07:02.219 INFO O| Aug 09 21:07:02.218 INFO STEP 482 (remove_files) COMPLETE
52792024-08-09T21:07:03.618Z[ recovery-image] Aug 09 21:07:02.219 INFO O| Aug 09 21:07:02.218 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-08-09T21:07:03.639Z[ recovery-image] Aug 09 21:07:02.238 INFO O| Aug 09 21:07:02.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
52812024-08-09T21:07:03.639Z[ recovery-image] Aug 09 21:07:02.238 INFO O| Aug 09 21:07:02.238 INFO STEP 483 (remove_files) COMPLETE
52822024-08-09T21:07:03.642Z[ recovery-image] Aug 09 21:07:02.238 INFO O| Aug 09 21:07:02.238 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-08-09T21:07:03.657Z[ recovery-image] Aug 09 21:07:02.257 INFO O| Aug 09 21:07:02.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
52842024-08-09T21:07:03.657Z[ recovery-image] Aug 09 21:07:02.257 INFO O| Aug 09 21:07:02.257 INFO STEP 484 (remove_files) COMPLETE
52852024-08-09T21:07:03.657Z[ recovery-image] Aug 09 21:07:02.257 INFO O| Aug 09 21:07:02.257 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-08-09T21:07:03.677Z[ recovery-image] Aug 09 21:07:02.277 INFO O| Aug 09 21:07:02.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
52872024-08-09T21:07:03.680Z[ recovery-image] Aug 09 21:07:02.278 INFO O| Aug 09 21:07:02.277 INFO STEP 485 (remove_files) COMPLETE
52882024-08-09T21:07:03.680Z[ recovery-image] Aug 09 21:07:02.278 INFO O| Aug 09 21:07:02.278 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-08-09T21:07:03.715Z[ recovery-image] Aug 09 21:07:02.315 INFO O| Aug 09 21:07:02.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
52902024-08-09T21:07:03.715Z[ recovery-image] Aug 09 21:07:02.315 INFO O| Aug 09 21:07:02.315 INFO STEP 486 (remove_files) COMPLETE
52912024-08-09T21:07:03.718Z[ recovery-image] Aug 09 21:07:02.315 INFO O| Aug 09 21:07:02.315 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-08-09T21:07:03.774Z[ recovery-image] Aug 09 21:07:02.373 INFO O| Aug 09 21:07:02.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
52932024-08-09T21:07:03.774Z[ recovery-image] Aug 09 21:07:02.373 INFO O| Aug 09 21:07:02.373 INFO STEP 487 (remove_files) COMPLETE
52942024-08-09T21:07:03.774Z[ recovery-image] Aug 09 21:07:02.373 INFO O| Aug 09 21:07:02.373 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-08-09T21:07:03.833Z[ recovery-image] Aug 09 21:07:02.433 INFO O| Aug 09 21:07:02.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
52962024-08-09T21:07:03.833Z[ recovery-image] Aug 09 21:07:02.434 INFO O| Aug 09 21:07:02.433 INFO STEP 488 (remove_files) COMPLETE
52972024-08-09T21:07:03.833Z[ recovery-image] Aug 09 21:07:02.434 INFO O| Aug 09 21:07:02.433 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-08-09T21:07:03.851Z[ recovery-image] Aug 09 21:07:02.451 INFO O| Aug 09 21:07:02.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
52992024-08-09T21:07:03.854Z[ recovery-image] Aug 09 21:07:02.451 INFO O| Aug 09 21:07:02.451 INFO STEP 489 (remove_files) COMPLETE
53002024-08-09T21:07:03.854Z[ recovery-image] Aug 09 21:07:02.452 INFO O| Aug 09 21:07:02.452 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-08-09T21:07:03.870Z[ recovery-image] Aug 09 21:07:02.470 INFO O| Aug 09 21:07:02.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53022024-08-09T21:07:03.873Z[ recovery-image] Aug 09 21:07:02.470 INFO O| Aug 09 21:07:02.470 INFO STEP 490 (remove_files) COMPLETE
53032024-08-09T21:07:03.873Z[ recovery-image] Aug 09 21:07:02.470 INFO O| Aug 09 21:07:02.470 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-08-09T21:07:03.888Z[ recovery-image] Aug 09 21:07:02.489 INFO O| Aug 09 21:07:02.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53052024-08-09T21:07:03.912Z[ recovery-image] Aug 09 21:07:02.512 INFO O| Aug 09 21:07:02.512 INFO STEP 491 (remove_files) COMPLETE
53062024-08-09T21:07:03.912Z[ recovery-image] Aug 09 21:07:02.512 INFO O| Aug 09 21:07:02.512 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-08-09T21:07:03.946Z[ recovery-image] Aug 09 21:07:02.547 INFO O| Aug 09 21:07:02.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53082024-08-09T21:07:03.949Z[ recovery-image] Aug 09 21:07:02.547 INFO O| Aug 09 21:07:02.547 INFO STEP 492 (remove_files) COMPLETE
53092024-08-09T21:07:03.949Z[ recovery-image] Aug 09 21:07:02.547 INFO O| Aug 09 21:07:02.547 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-08-09T21:07:03.967Z[ recovery-image] Aug 09 21:07:02.567 INFO O| Aug 09 21:07:02.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53112024-08-09T21:07:03.970Z[ recovery-image] Aug 09 21:07:02.568 INFO O| Aug 09 21:07:02.567 INFO STEP 493 (remove_files) COMPLETE
53122024-08-09T21:07:03.970Z[ recovery-image] Aug 09 21:07:02.568 INFO O| Aug 09 21:07:02.568 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-08-09T21:07:03.987Z[ recovery-image] Aug 09 21:07:02.587 INFO O| Aug 09 21:07:02.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53142024-08-09T21:07:03.990Z[ recovery-image] Aug 09 21:07:02.587 INFO O| Aug 09 21:07:02.587 INFO STEP 494 (remove_files) COMPLETE
53152024-08-09T21:07:03.990Z[ recovery-image] Aug 09 21:07:02.588 INFO O| Aug 09 21:07:02.587 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-08-09T21:07:04.007Z[ recovery-image] Aug 09 21:07:02.607 INFO O| Aug 09 21:07:02.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53172024-08-09T21:07:04.007Z[ recovery-image] Aug 09 21:07:02.607 INFO O| Aug 09 21:07:02.607 INFO STEP 495 (remove_files) COMPLETE
53182024-08-09T21:07:04.010Z[ recovery-image] Aug 09 21:07:02.607 INFO O| Aug 09 21:07:02.607 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-08-09T21:07:04.025Z[ recovery-image] Aug 09 21:07:02.625 INFO O| Aug 09 21:07:02.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53202024-08-09T21:07:04.027Z[ recovery-image] Aug 09 21:07:02.625 INFO O| Aug 09 21:07:02.625 INFO STEP 496 (remove_files) COMPLETE
53212024-08-09T21:07:04.027Z[ recovery-image] Aug 09 21:07:02.625 INFO O| Aug 09 21:07:02.625 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-08-09T21:07:04.044Z[ recovery-image] Aug 09 21:07:02.643 INFO O| Aug 09 21:07:02.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53232024-08-09T21:07:04.044Z[ recovery-image] Aug 09 21:07:02.643 INFO O| Aug 09 21:07:02.643 INFO STEP 497 (remove_files) COMPLETE
53242024-08-09T21:07:04.044Z[ recovery-image] Aug 09 21:07:02.643 INFO O| Aug 09 21:07:02.643 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-08-09T21:07:04.062Z[ recovery-image] Aug 09 21:07:02.662 INFO O| Aug 09 21:07:02.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53262024-08-09T21:07:04.062Z[ recovery-image] Aug 09 21:07:02.663 INFO O| Aug 09 21:07:02.662 INFO STEP 498 (remove_files) COMPLETE
53272024-08-09T21:07:04.062Z[ recovery-image] Aug 09 21:07:02.663 INFO O| Aug 09 21:07:02.662 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-08-09T21:07:04.080Z[ recovery-image] Aug 09 21:07:02.679 INFO O| Aug 09 21:07:02.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53292024-08-09T21:07:04.080Z[ recovery-image] Aug 09 21:07:02.679 INFO O| Aug 09 21:07:02.679 INFO STEP 499 (remove_files) COMPLETE
53302024-08-09T21:07:04.080Z[ recovery-image] Aug 09 21:07:02.679 INFO O| Aug 09 21:07:02.679 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-08-09T21:07:04.097Z[ recovery-image] Aug 09 21:07:02.697 INFO O| Aug 09 21:07:02.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53322024-08-09T21:07:04.097Z[ recovery-image] Aug 09 21:07:02.697 INFO O| Aug 09 21:07:02.697 INFO STEP 500 (remove_files) COMPLETE
53332024-08-09T21:07:04.098Z[ recovery-image] Aug 09 21:07:02.697 INFO O| Aug 09 21:07:02.697 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-08-09T21:07:04.115Z[ recovery-image] Aug 09 21:07:02.716 INFO O| Aug 09 21:07:02.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53352024-08-09T21:07:04.115Z[ recovery-image] Aug 09 21:07:02.716 INFO O| Aug 09 21:07:02.716 INFO STEP 501 (remove_files) COMPLETE
53362024-08-09T21:07:04.115Z[ recovery-image] Aug 09 21:07:02.716 INFO O| Aug 09 21:07:02.716 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-08-09T21:07:04.134Z[ recovery-image] Aug 09 21:07:02.734 INFO O| Aug 09 21:07:02.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53382024-08-09T21:07:04.134Z[ recovery-image] Aug 09 21:07:02.734 INFO O| Aug 09 21:07:02.734 INFO STEP 502 (remove_files) COMPLETE
53392024-08-09T21:07:04.134Z[ recovery-image] Aug 09 21:07:02.734 INFO O| Aug 09 21:07:02.734 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-08-09T21:07:04.154Z[ recovery-image] Aug 09 21:07:02.753 INFO O| Aug 09 21:07:02.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53412024-08-09T21:07:04.154Z[ recovery-image] Aug 09 21:07:02.754 INFO O| Aug 09 21:07:02.754 INFO STEP 503 (remove_files) COMPLETE
53422024-08-09T21:07:04.154Z[ recovery-image] Aug 09 21:07:02.754 INFO O| Aug 09 21:07:02.754 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-08-09T21:07:04.173Z[ recovery-image] Aug 09 21:07:02.773 INFO O| Aug 09 21:07:02.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53442024-08-09T21:07:04.174Z[ recovery-image] Aug 09 21:07:02.773 INFO O| Aug 09 21:07:02.773 INFO STEP 504 (remove_files) COMPLETE
53452024-08-09T21:07:04.174Z[ recovery-image] Aug 09 21:07:02.774 INFO O| Aug 09 21:07:02.773 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-08-09T21:07:04.195Z[ recovery-image] Aug 09 21:07:02.795 INFO O| Aug 09 21:07:02.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53472024-08-09T21:07:04.195Z[ recovery-image] Aug 09 21:07:02.795 INFO O| Aug 09 21:07:02.795 INFO STEP 505 (remove_files) COMPLETE
53482024-08-09T21:07:04.195Z[ recovery-image] Aug 09 21:07:02.795 INFO O| Aug 09 21:07:02.795 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-08-09T21:07:04.216Z[ recovery-image] Aug 09 21:07:02.816 INFO O| Aug 09 21:07:02.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53502024-08-09T21:07:04.219Z[ recovery-image] Aug 09 21:07:02.817 INFO O| Aug 09 21:07:02.817 INFO STEP 506 (remove_files) COMPLETE
53512024-08-09T21:07:04.219Z[ recovery-image] Aug 09 21:07:02.817 INFO O| Aug 09 21:07:02.817 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-08-09T21:07:04.237Z[ recovery-image] Aug 09 21:07:02.837 INFO O| Aug 09 21:07:02.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53532024-08-09T21:07:04.237Z[ recovery-image] Aug 09 21:07:02.837 INFO O| Aug 09 21:07:02.837 INFO STEP 507 (remove_files) COMPLETE
53542024-08-09T21:07:04.241Z[ recovery-image] Aug 09 21:07:02.837 INFO O| Aug 09 21:07:02.837 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-08-09T21:07:04.256Z[ recovery-image] Aug 09 21:07:02.856 INFO O| Aug 09 21:07:02.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
53562024-08-09T21:07:04.256Z[ recovery-image] Aug 09 21:07:02.856 INFO O| Aug 09 21:07:02.856 INFO STEP 508 (remove_files) COMPLETE
53572024-08-09T21:07:04.256Z[ recovery-image] Aug 09 21:07:02.856 INFO O| Aug 09 21:07:02.856 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-08-09T21:07:04.274Z[ recovery-image] Aug 09 21:07:02.874 INFO O| Aug 09 21:07:02.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
53592024-08-09T21:07:04.274Z[ recovery-image] Aug 09 21:07:02.874 INFO O| Aug 09 21:07:02.874 INFO STEP 509 (remove_files) COMPLETE
53602024-08-09T21:07:04.276Z[ recovery-image] Aug 09 21:07:02.874 INFO O| Aug 09 21:07:02.874 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-08-09T21:07:04.292Z[ recovery-image] Aug 09 21:07:02.892 INFO O| Aug 09 21:07:02.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
53622024-08-09T21:07:04.302Z[ recovery-image] Aug 09 21:07:02.892 INFO O| Aug 09 21:07:02.892 INFO STEP 510 (remove_files) COMPLETE
53632024-08-09T21:07:04.302Z[ recovery-image] Aug 09 21:07:02.893 INFO O| Aug 09 21:07:02.892 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-08-09T21:07:04.313Z[ recovery-image] Aug 09 21:07:02.912 INFO O| Aug 09 21:07:02.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
53652024-08-09T21:07:04.313Z[ recovery-image] Aug 09 21:07:02.912 INFO O| Aug 09 21:07:02.912 INFO STEP 511 (remove_files) COMPLETE
53662024-08-09T21:07:04.313Z[ recovery-image] Aug 09 21:07:02.913 INFO O| Aug 09 21:07:02.912 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-08-09T21:07:04.331Z[ recovery-image] Aug 09 21:07:02.931 INFO O| Aug 09 21:07:02.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
53682024-08-09T21:07:04.349Z[ recovery-image] Aug 09 21:07:02.932 INFO O| Aug 09 21:07:02.931 INFO STEP 512 (remove_files) COMPLETE
53692024-08-09T21:07:04.350Z[ recovery-image] Aug 09 21:07:02.932 INFO O| Aug 09 21:07:02.932 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-08-09T21:07:04.356Z[ recovery-image] Aug 09 21:07:02.950 INFO O| Aug 09 21:07:02.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
53712024-08-09T21:07:04.356Z[ recovery-image] Aug 09 21:07:02.950 INFO O| Aug 09 21:07:02.950 INFO STEP 513 (remove_files) COMPLETE
53722024-08-09T21:07:04.356Z[ recovery-image] Aug 09 21:07:02.951 INFO O| Aug 09 21:07:02.950 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-08-09T21:07:04.368Z[ recovery-image] Aug 09 21:07:02.968 INFO O| Aug 09 21:07:02.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
53742024-08-09T21:07:04.371Z[ recovery-image] Aug 09 21:07:02.968 INFO O| Aug 09 21:07:02.968 INFO STEP 514 (remove_files) COMPLETE
53752024-08-09T21:07:04.371Z[ recovery-image] Aug 09 21:07:02.969 INFO O| Aug 09 21:07:02.968 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-08-09T21:07:04.386Z[ recovery-image] Aug 09 21:07:02.987 INFO O| Aug 09 21:07:02.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
53772024-08-09T21:07:04.391Z[ recovery-image] Aug 09 21:07:02.987 INFO O| Aug 09 21:07:02.987 INFO STEP 515 (remove_files) COMPLETE
53782024-08-09T21:07:04.391Z[ recovery-image] Aug 09 21:07:02.987 INFO O| Aug 09 21:07:02.987 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-08-09T21:07:04.405Z[ recovery-image] Aug 09 21:07:03.005 INFO O| Aug 09 21:07:03.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
53802024-08-09T21:07:04.409Z[ recovery-image] Aug 09 21:07:03.006 INFO O| Aug 09 21:07:03.006 INFO STEP 516 (remove_files) COMPLETE
53812024-08-09T21:07:04.409Z[ recovery-image] Aug 09 21:07:03.006 INFO O| Aug 09 21:07:03.006 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-08-09T21:07:04.424Z[ recovery-image] Aug 09 21:07:03.024 INFO O| Aug 09 21:07:03.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
53832024-08-09T21:07:04.427Z[ recovery-image] Aug 09 21:07:03.024 INFO O| Aug 09 21:07:03.024 INFO STEP 517 (remove_files) COMPLETE
53842024-08-09T21:07:04.427Z[ recovery-image] Aug 09 21:07:03.025 INFO O| Aug 09 21:07:03.024 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-08-09T21:07:04.443Z[ recovery-image] Aug 09 21:07:03.043 INFO O| Aug 09 21:07:03.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
53862024-08-09T21:07:04.446Z[ recovery-image] Aug 09 21:07:03.043 INFO O| Aug 09 21:07:03.043 INFO STEP 518 (remove_files) COMPLETE
53872024-08-09T21:07:04.446Z[ recovery-image] Aug 09 21:07:03.043 INFO O| Aug 09 21:07:03.043 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-08-09T21:07:04.461Z[ recovery-image] Aug 09 21:07:03.062 INFO O| Aug 09 21:07:03.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
53892024-08-09T21:07:04.464Z[ recovery-image] Aug 09 21:07:03.062 INFO O| Aug 09 21:07:03.062 INFO STEP 519 (remove_files) COMPLETE
53902024-08-09T21:07:04.465Z[ recovery-image] Aug 09 21:07:03.062 INFO O| Aug 09 21:07:03.062 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-08-09T21:07:04.480Z[ recovery-image] Aug 09 21:07:03.080 INFO O| Aug 09 21:07:03.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
53922024-08-09T21:07:04.482Z[ recovery-image] Aug 09 21:07:03.080 INFO O| Aug 09 21:07:03.080 INFO STEP 520 (remove_files) COMPLETE
53932024-08-09T21:07:04.482Z[ recovery-image] Aug 09 21:07:03.080 INFO O| Aug 09 21:07:03.080 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-08-09T21:07:04.498Z[ recovery-image] Aug 09 21:07:03.098 INFO O| Aug 09 21:07:03.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
53952024-08-09T21:07:04.501Z[ recovery-image] Aug 09 21:07:03.098 INFO O| Aug 09 21:07:03.098 INFO STEP 521 (remove_files) COMPLETE
53962024-08-09T21:07:04.501Z[ recovery-image] Aug 09 21:07:03.098 INFO O| Aug 09 21:07:03.098 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-08-09T21:07:04.516Z[ recovery-image] Aug 09 21:07:03.116 INFO O| Aug 09 21:07:03.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
53982024-08-09T21:07:04.519Z[ recovery-image] Aug 09 21:07:03.117 INFO O| Aug 09 21:07:03.117 INFO STEP 522 (remove_files) COMPLETE
53992024-08-09T21:07:04.519Z[ recovery-image] Aug 09 21:07:03.117 INFO O| Aug 09 21:07:03.117 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-08-09T21:07:04.536Z[ recovery-image] Aug 09 21:07:03.136 INFO O| Aug 09 21:07:03.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54012024-08-09T21:07:04.540Z[ recovery-image] Aug 09 21:07:03.137 INFO O| Aug 09 21:07:03.137 INFO STEP 523 (remove_files) COMPLETE
54022024-08-09T21:07:04.540Z[ recovery-image] Aug 09 21:07:03.137 INFO O| Aug 09 21:07:03.137 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-08-09T21:07:04.559Z[ recovery-image] Aug 09 21:07:03.159 INFO O| Aug 09 21:07:03.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54042024-08-09T21:07:04.563Z[ recovery-image] Aug 09 21:07:03.159 INFO O| Aug 09 21:07:03.159 INFO STEP 524 (remove_files) COMPLETE
54052024-08-09T21:07:04.563Z[ recovery-image] Aug 09 21:07:03.160 INFO O| Aug 09 21:07:03.160 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-08-09T21:07:04.582Z[ recovery-image] Aug 09 21:07:03.182 INFO O| Aug 09 21:07:03.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54072024-08-09T21:07:04.585Z[ recovery-image] Aug 09 21:07:03.182 INFO O| Aug 09 21:07:03.182 INFO STEP 525 (remove_files) COMPLETE
54082024-08-09T21:07:04.585Z[ recovery-image] Aug 09 21:07:03.182 INFO O| Aug 09 21:07:03.182 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-08-09T21:07:04.604Z[ recovery-image] Aug 09 21:07:03.204 INFO O| Aug 09 21:07:03.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54102024-08-09T21:07:04.606Z[ recovery-image] Aug 09 21:07:03.204 INFO O| Aug 09 21:07:03.204 INFO STEP 526 (remove_files) COMPLETE
54112024-08-09T21:07:04.607Z[ recovery-image] Aug 09 21:07:03.204 INFO O| Aug 09 21:07:03.204 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-08-09T21:07:04.624Z[ recovery-image] Aug 09 21:07:03.224 INFO O| Aug 09 21:07:03.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54132024-08-09T21:07:04.624Z[ recovery-image] Aug 09 21:07:03.224 INFO O| Aug 09 21:07:03.224 INFO STEP 527 (remove_files) COMPLETE
54142024-08-09T21:07:04.627Z[ recovery-image] Aug 09 21:07:03.225 INFO O| Aug 09 21:07:03.224 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-08-09T21:07:04.641Z[ recovery-image] Aug 09 21:07:03.241 INFO O| Aug 09 21:07:03.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54162024-08-09T21:07:04.641Z[ recovery-image] Aug 09 21:07:03.241 INFO O| Aug 09 21:07:03.241 INFO STEP 528 (remove_files) COMPLETE
54172024-08-09T21:07:04.641Z[ recovery-image] Aug 09 21:07:03.242 INFO O| Aug 09 21:07:03.241 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-08-09T21:07:04.659Z[ recovery-image] Aug 09 21:07:03.259 INFO O| Aug 09 21:07:03.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54192024-08-09T21:07:04.659Z[ recovery-image] Aug 09 21:07:03.259 INFO O| Aug 09 21:07:03.259 INFO STEP 529 (remove_files) COMPLETE
54202024-08-09T21:07:04.662Z[ recovery-image] Aug 09 21:07:03.259 INFO O| Aug 09 21:07:03.259 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-08-09T21:07:04.677Z[ recovery-image] Aug 09 21:07:03.276 INFO O| Aug 09 21:07:03.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54222024-08-09T21:07:04.677Z[ recovery-image] Aug 09 21:07:03.277 INFO O| Aug 09 21:07:03.277 INFO STEP 530 (remove_files) COMPLETE
54232024-08-09T21:07:04.680Z[ recovery-image] Aug 09 21:07:03.277 INFO O| Aug 09 21:07:03.277 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-08-09T21:07:04.694Z[ recovery-image] Aug 09 21:07:03.294 INFO O| Aug 09 21:07:03.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54252024-08-09T21:07:04.694Z[ recovery-image] Aug 09 21:07:03.294 INFO O| Aug 09 21:07:03.294 INFO STEP 531 (remove_files) COMPLETE
54262024-08-09T21:07:04.697Z[ recovery-image] Aug 09 21:07:03.294 INFO O| Aug 09 21:07:03.294 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-08-09T21:07:04.710Z[ recovery-image] Aug 09 21:07:03.310 INFO O| Aug 09 21:07:03.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54282024-08-09T21:07:04.710Z[ recovery-image] Aug 09 21:07:03.310 INFO O| Aug 09 21:07:03.310 INFO STEP 532 (remove_files) COMPLETE
54292024-08-09T21:07:04.717Z[ recovery-image] Aug 09 21:07:03.310 INFO O| Aug 09 21:07:03.310 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-08-09T21:07:04.726Z[ recovery-image] Aug 09 21:07:03.325 INFO O| Aug 09 21:07:03.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54312024-08-09T21:07:04.732Z[ recovery-image] Aug 09 21:07:03.326 INFO O| Aug 09 21:07:03.326 INFO STEP 533 (remove_files) COMPLETE
54322024-08-09T21:07:04.732Z[ recovery-image] Aug 09 21:07:03.326 INFO O| Aug 09 21:07:03.326 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-08-09T21:07:04.742Z[ recovery-image] Aug 09 21:07:03.342 INFO O| Aug 09 21:07:03.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54342024-08-09T21:07:04.742Z[ recovery-image] Aug 09 21:07:03.342 INFO O| Aug 09 21:07:03.342 INFO STEP 534 (remove_files) COMPLETE
54352024-08-09T21:07:04.746Z[ recovery-image] Aug 09 21:07:03.342 INFO O| Aug 09 21:07:03.342 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-08-09T21:07:04.755Z[ recovery-image] Aug 09 21:07:03.354 INFO O| Aug 09 21:07:03.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54372024-08-09T21:07:04.758Z[ recovery-image] Aug 09 21:07:03.355 INFO O| Aug 09 21:07:03.354 INFO STEP 535 (remove_files) COMPLETE
54382024-08-09T21:07:04.758Z[ recovery-image] Aug 09 21:07:03.355 INFO O| Aug 09 21:07:03.354 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-08-09T21:07:04.767Z[ recovery-image] Aug 09 21:07:03.367 INFO O| Aug 09 21:07:03.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54402024-08-09T21:07:04.771Z[ recovery-image] Aug 09 21:07:03.367 INFO O| Aug 09 21:07:03.367 INFO STEP 536 (remove_files) COMPLETE
54412024-08-09T21:07:04.771Z[ recovery-image] Aug 09 21:07:03.367 INFO O| Aug 09 21:07:03.367 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-08-09T21:07:04.779Z[ recovery-image] Aug 09 21:07:03.379 INFO O| Aug 09 21:07:03.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54432024-08-09T21:07:04.783Z[ recovery-image] Aug 09 21:07:03.379 INFO O| Aug 09 21:07:03.379 INFO STEP 537 (remove_files) COMPLETE
54442024-08-09T21:07:04.783Z[ recovery-image] Aug 09 21:07:03.380 INFO O| Aug 09 21:07:03.379 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-08-09T21:07:04.795Z[ recovery-image] Aug 09 21:07:03.394 INFO O| Aug 09 21:07:03.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54462024-08-09T21:07:04.795Z[ recovery-image] Aug 09 21:07:03.394 INFO O| Aug 09 21:07:03.394 INFO STEP 538 (remove_files) COMPLETE
54472024-08-09T21:07:04.795Z[ recovery-image] Aug 09 21:07:03.394 INFO O| Aug 09 21:07:03.394 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-08-09T21:07:04.806Z[ recovery-image] Aug 09 21:07:03.406 INFO O| Aug 09 21:07:03.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54492024-08-09T21:07:04.806Z[ recovery-image] Aug 09 21:07:03.406 INFO O| Aug 09 21:07:03.406 INFO STEP 539 (remove_files) COMPLETE
54502024-08-09T21:07:04.810Z[ recovery-image] Aug 09 21:07:03.406 INFO O| Aug 09 21:07:03.406 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-08-09T21:07:04.817Z[ recovery-image] Aug 09 21:07:03.417 INFO O| Aug 09 21:07:03.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54522024-08-09T21:07:04.817Z[ recovery-image] Aug 09 21:07:03.417 INFO O| Aug 09 21:07:03.417 INFO STEP 540 (remove_files) COMPLETE
54532024-08-09T21:07:04.820Z[ recovery-image] Aug 09 21:07:03.417 INFO O| Aug 09 21:07:03.417 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-08-09T21:07:04.834Z[ recovery-image] Aug 09 21:07:03.434 INFO O| Aug 09 21:07:03.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54552024-08-09T21:07:04.834Z[ recovery-image] Aug 09 21:07:03.434 INFO O| Aug 09 21:07:03.434 INFO STEP 541 (remove_files) COMPLETE
54562024-08-09T21:07:04.834Z[ recovery-image] Aug 09 21:07:03.434 INFO O| Aug 09 21:07:03.434 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-08-09T21:07:04.851Z[ recovery-image] Aug 09 21:07:03.450 INFO O| Aug 09 21:07:03.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
54582024-08-09T21:07:04.851Z[ recovery-image] Aug 09 21:07:03.450 INFO O| Aug 09 21:07:03.450 INFO STEP 542 (remove_files) COMPLETE
54592024-08-09T21:07:04.856Z[ recovery-image] Aug 09 21:07:03.450 INFO O| Aug 09 21:07:03.450 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-08-09T21:07:04.865Z[ recovery-image] Aug 09 21:07:03.463 INFO O| Aug 09 21:07:03.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
54612024-08-09T21:07:04.865Z[ recovery-image] Aug 09 21:07:03.463 INFO O| Aug 09 21:07:03.463 INFO STEP 543 (remove_files) COMPLETE
54622024-08-09T21:07:04.866Z[ recovery-image] Aug 09 21:07:03.463 INFO O| Aug 09 21:07:03.463 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-08-09T21:07:04.875Z[ recovery-image] Aug 09 21:07:03.475 INFO O| Aug 09 21:07:03.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
54642024-08-09T21:07:04.875Z[ recovery-image] Aug 09 21:07:03.475 INFO O| Aug 09 21:07:03.475 INFO STEP 544 (remove_files) COMPLETE
54652024-08-09T21:07:04.878Z[ recovery-image] Aug 09 21:07:03.475 INFO O| Aug 09 21:07:03.475 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-08-09T21:07:04.890Z[ recovery-image] Aug 09 21:07:03.490 INFO O| Aug 09 21:07:03.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
54672024-08-09T21:07:04.894Z[ recovery-image] Aug 09 21:07:03.490 INFO O| Aug 09 21:07:03.490 INFO STEP 545 (remove_files) COMPLETE
54682024-08-09T21:07:04.894Z[ recovery-image] Aug 09 21:07:03.490 INFO O| Aug 09 21:07:03.490 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-08-09T21:07:04.910Z[ recovery-image] Aug 09 21:07:03.509 INFO O| Aug 09 21:07:03.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
54702024-08-09T21:07:04.910Z[ recovery-image] Aug 09 21:07:03.509 INFO O| Aug 09 21:07:03.509 INFO STEP 546 (remove_files) COMPLETE
54712024-08-09T21:07:04.915Z[ recovery-image] Aug 09 21:07:03.509 INFO O| Aug 09 21:07:03.509 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-08-09T21:07:04.928Z[ recovery-image] Aug 09 21:07:03.528 INFO O| Aug 09 21:07:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
54732024-08-09T21:07:04.928Z[ recovery-image] Aug 09 21:07:03.528 INFO O| Aug 09 21:07:03.528 INFO STEP 547 (remove_files) COMPLETE
54742024-08-09T21:07:04.933Z[ recovery-image] Aug 09 21:07:03.528 INFO O| Aug 09 21:07:03.528 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-08-09T21:07:04.950Z[ recovery-image] Aug 09 21:07:03.547 INFO O| Aug 09 21:07:03.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
54762024-08-09T21:07:04.950Z[ recovery-image] Aug 09 21:07:03.547 INFO O| Aug 09 21:07:03.547 INFO STEP 548 (remove_files) COMPLETE
54772024-08-09T21:07:04.951Z[ recovery-image] Aug 09 21:07:03.547 INFO O| Aug 09 21:07:03.547 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-08-09T21:07:05.007Z[ recovery-image] Aug 09 21:07:03.605 INFO O| Aug 09 21:07:03.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
54792024-08-09T21:07:05.007Z[ recovery-image] Aug 09 21:07:03.605 INFO O| Aug 09 21:07:03.605 INFO STEP 549 (remove_files) COMPLETE
54802024-08-09T21:07:05.007Z[ recovery-image] Aug 09 21:07:03.605 INFO O| Aug 09 21:07:03.605 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-08-09T21:07:05.062Z[ recovery-image] Aug 09 21:07:03.661 INFO O| Aug 09 21:07:03.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
54822024-08-09T21:07:05.065Z[ recovery-image] Aug 09 21:07:03.662 INFO O| Aug 09 21:07:03.661 INFO STEP 550 (remove_files) COMPLETE
54832024-08-09T21:07:05.065Z[ recovery-image] Aug 09 21:07:03.662 INFO O| Aug 09 21:07:03.661 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-08-09T21:07:05.081Z[ recovery-image] Aug 09 21:07:03.680 INFO O| Aug 09 21:07:03.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
54852024-08-09T21:07:05.081Z[ recovery-image] Aug 09 21:07:03.680 INFO O| Aug 09 21:07:03.680 INFO STEP 551 (remove_files) COMPLETE
54862024-08-09T21:07:05.081Z[ recovery-image] Aug 09 21:07:03.680 INFO O| Aug 09 21:07:03.680 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-08-09T21:07:05.102Z[ recovery-image] Aug 09 21:07:03.700 INFO O| Aug 09 21:07:03.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
54882024-08-09T21:07:05.102Z[ recovery-image] Aug 09 21:07:03.700 INFO O| Aug 09 21:07:03.700 INFO STEP 552 (remove_files) COMPLETE
54892024-08-09T21:07:05.122Z[ recovery-image] Aug 09 21:07:03.700 INFO O| Aug 09 21:07:03.700 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-08-09T21:07:05.128Z[ recovery-image] Aug 09 21:07:03.719 INFO O| Aug 09 21:07:03.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
54912024-08-09T21:07:05.129Z[ recovery-image] Aug 09 21:07:03.719 INFO O| Aug 09 21:07:03.719 INFO STEP 553 (remove_files) COMPLETE
54922024-08-09T21:07:05.129Z[ recovery-image] Aug 09 21:07:03.719 INFO O| Aug 09 21:07:03.719 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-08-09T21:07:05.137Z[ recovery-image] Aug 09 21:07:03.736 INFO O| Aug 09 21:07:03.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
54942024-08-09T21:07:05.141Z[ recovery-image] Aug 09 21:07:03.736 INFO O| Aug 09 21:07:03.736 INFO STEP 554 (remove_files) COMPLETE
54952024-08-09T21:07:05.141Z[ recovery-image] Aug 09 21:07:03.736 INFO O| Aug 09 21:07:03.736 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-08-09T21:07:05.153Z[ recovery-image] Aug 09 21:07:03.753 INFO O| Aug 09 21:07:03.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
54972024-08-09T21:07:05.158Z[ recovery-image] Aug 09 21:07:03.754 INFO O| Aug 09 21:07:03.754 INFO STEP 555 (remove_files) COMPLETE
54982024-08-09T21:07:05.158Z[ recovery-image] Aug 09 21:07:03.754 INFO O| Aug 09 21:07:03.754 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-08-09T21:07:05.172Z[ recovery-image] Aug 09 21:07:03.772 INFO O| Aug 09 21:07:03.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55002024-08-09T21:07:05.176Z[ recovery-image] Aug 09 21:07:03.772 INFO O| Aug 09 21:07:03.772 INFO STEP 556 (remove_files) COMPLETE
55012024-08-09T21:07:05.176Z[ recovery-image] Aug 09 21:07:03.773 INFO O| Aug 09 21:07:03.772 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-08-09T21:07:05.188Z[ recovery-image] Aug 09 21:07:03.787 INFO O| Aug 09 21:07:03.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55032024-08-09T21:07:05.192Z[ recovery-image] Aug 09 21:07:03.788 INFO O| Aug 09 21:07:03.788 INFO STEP 557 (remove_files) COMPLETE
55042024-08-09T21:07:05.192Z[ recovery-image] Aug 09 21:07:03.788 INFO O| Aug 09 21:07:03.788 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-08-09T21:07:05.203Z[ recovery-image] Aug 09 21:07:03.803 INFO O| Aug 09 21:07:03.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55062024-08-09T21:07:05.203Z[ recovery-image] Aug 09 21:07:03.803 INFO O| Aug 09 21:07:03.803 INFO STEP 558 (remove_files) COMPLETE
55072024-08-09T21:07:05.207Z[ recovery-image] Aug 09 21:07:03.803 INFO O| Aug 09 21:07:03.803 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-08-09T21:07:05.219Z[ recovery-image] Aug 09 21:07:03.819 INFO O| Aug 09 21:07:03.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55092024-08-09T21:07:05.219Z[ recovery-image] Aug 09 21:07:03.819 INFO O| Aug 09 21:07:03.819 INFO STEP 559 (remove_files) COMPLETE
55102024-08-09T21:07:05.219Z[ recovery-image] Aug 09 21:07:03.819 INFO O| Aug 09 21:07:03.819 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-08-09T21:07:05.233Z[ recovery-image] Aug 09 21:07:03.833 INFO O| Aug 09 21:07:03.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55122024-08-09T21:07:05.234Z[ recovery-image] Aug 09 21:07:03.833 INFO O| Aug 09 21:07:03.833 INFO STEP 560 (remove_files) COMPLETE
55132024-08-09T21:07:05.234Z[ recovery-image] Aug 09 21:07:03.833 INFO O| Aug 09 21:07:03.833 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-08-09T21:07:05.250Z[ recovery-image] Aug 09 21:07:03.849 INFO O| Aug 09 21:07:03.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55152024-08-09T21:07:05.250Z[ recovery-image] Aug 09 21:07:03.849 INFO O| Aug 09 21:07:03.849 INFO STEP 561 (remove_files) COMPLETE
55162024-08-09T21:07:05.250Z[ recovery-image] Aug 09 21:07:03.849 INFO O| Aug 09 21:07:03.849 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-08-09T21:07:05.266Z[ recovery-image] Aug 09 21:07:03.865 INFO O| Aug 09 21:07:03.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55182024-08-09T21:07:05.266Z[ recovery-image] Aug 09 21:07:03.865 INFO O| Aug 09 21:07:03.865 INFO STEP 562 (remove_files) COMPLETE
55192024-08-09T21:07:05.266Z[ recovery-image] Aug 09 21:07:03.866 INFO O| Aug 09 21:07:03.865 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-08-09T21:07:05.283Z[ recovery-image] Aug 09 21:07:03.882 INFO O| Aug 09 21:07:03.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55212024-08-09T21:07:05.283Z[ recovery-image] Aug 09 21:07:03.882 INFO O| Aug 09 21:07:03.882 INFO STEP 563 (remove_files) COMPLETE
55222024-08-09T21:07:05.286Z[ recovery-image] Aug 09 21:07:03.882 INFO O| Aug 09 21:07:03.882 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-08-09T21:07:05.298Z[ recovery-image] Aug 09 21:07:03.898 INFO O| Aug 09 21:07:03.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55242024-08-09T21:07:05.298Z[ recovery-image] Aug 09 21:07:03.898 INFO O| Aug 09 21:07:03.898 INFO STEP 564 (remove_files) COMPLETE
55252024-08-09T21:07:05.298Z[ recovery-image] Aug 09 21:07:03.898 INFO O| Aug 09 21:07:03.898 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-08-09T21:07:05.311Z[ recovery-image] Aug 09 21:07:03.910 INFO O| Aug 09 21:07:03.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55272024-08-09T21:07:05.311Z[ recovery-image] Aug 09 21:07:03.910 INFO O| Aug 09 21:07:03.910 INFO STEP 565 (remove_files) COMPLETE
55282024-08-09T21:07:05.315Z[ recovery-image] Aug 09 21:07:03.910 INFO O| Aug 09 21:07:03.910 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-08-09T21:07:05.324Z[ recovery-image] Aug 09 21:07:03.924 INFO O| Aug 09 21:07:03.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55302024-08-09T21:07:05.324Z[ recovery-image] Aug 09 21:07:03.924 INFO O| Aug 09 21:07:03.924 INFO STEP 566 (remove_files) COMPLETE
55312024-08-09T21:07:05.329Z[ recovery-image] Aug 09 21:07:03.924 INFO O| Aug 09 21:07:03.924 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-08-09T21:07:05.339Z[ recovery-image] Aug 09 21:07:03.938 INFO O| Aug 09 21:07:03.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55332024-08-09T21:07:05.339Z[ recovery-image] Aug 09 21:07:03.938 INFO O| Aug 09 21:07:03.938 INFO STEP 567 (remove_files) COMPLETE
55342024-08-09T21:07:05.339Z[ recovery-image] Aug 09 21:07:03.938 INFO O| Aug 09 21:07:03.938 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-08-09T21:07:05.354Z[ recovery-image] Aug 09 21:07:03.954 INFO O| Aug 09 21:07:03.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55362024-08-09T21:07:05.355Z[ recovery-image] Aug 09 21:07:03.954 INFO O| Aug 09 21:07:03.954 INFO STEP 568 (remove_files) COMPLETE
55372024-08-09T21:07:05.355Z[ recovery-image] Aug 09 21:07:03.954 INFO O| Aug 09 21:07:03.954 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-08-09T21:07:05.366Z[ recovery-image] Aug 09 21:07:03.965 INFO O| Aug 09 21:07:03.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55392024-08-09T21:07:05.366Z[ recovery-image] Aug 09 21:07:03.966 INFO O| Aug 09 21:07:03.965 INFO STEP 569 (remove_files) COMPLETE
55402024-08-09T21:07:05.370Z[ recovery-image] Aug 09 21:07:03.966 INFO O| Aug 09 21:07:03.965 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-08-09T21:07:05.377Z[ recovery-image] Aug 09 21:07:03.977 INFO O| Aug 09 21:07:03.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55422024-08-09T21:07:05.377Z[ recovery-image] Aug 09 21:07:03.977 INFO O| Aug 09 21:07:03.977 INFO STEP 570 (remove_files) COMPLETE
55432024-08-09T21:07:05.381Z[ recovery-image] Aug 09 21:07:03.977 INFO O| Aug 09 21:07:03.977 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-08-09T21:07:05.390Z[ recovery-image] Aug 09 21:07:03.990 INFO O| Aug 09 21:07:03.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55452024-08-09T21:07:05.390Z[ recovery-image] Aug 09 21:07:03.990 INFO O| Aug 09 21:07:03.990 INFO STEP 571 (remove_files) COMPLETE
55462024-08-09T21:07:05.394Z[ recovery-image] Aug 09 21:07:03.990 INFO O| Aug 09 21:07:03.990 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-08-09T21:07:05.405Z[ recovery-image] Aug 09 21:07:04.005 INFO O| Aug 09 21:07:04.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55482024-08-09T21:07:05.406Z[ recovery-image] Aug 09 21:07:04.005 INFO O| Aug 09 21:07:04.005 INFO STEP 572 (remove_files) COMPLETE
55492024-08-09T21:07:05.410Z[ recovery-image] Aug 09 21:07:04.005 INFO O| Aug 09 21:07:04.005 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-08-09T21:07:05.418Z[ recovery-image] Aug 09 21:07:04.018 INFO O| Aug 09 21:07:04.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55512024-08-09T21:07:05.418Z[ recovery-image] Aug 09 21:07:04.018 INFO O| Aug 09 21:07:04.018 INFO STEP 573 (remove_files) COMPLETE
55522024-08-09T21:07:05.422Z[ recovery-image] Aug 09 21:07:04.018 INFO O| Aug 09 21:07:04.018 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-08-09T21:07:05.433Z[ recovery-image] Aug 09 21:07:04.032 INFO O| Aug 09 21:07:04.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55542024-08-09T21:07:05.433Z[ recovery-image] Aug 09 21:07:04.033 INFO O| Aug 09 21:07:04.033 INFO STEP 574 (remove_files) COMPLETE
55552024-08-09T21:07:05.437Z[ recovery-image] Aug 09 21:07:04.033 INFO O| Aug 09 21:07:04.033 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-08-09T21:07:05.445Z[ recovery-image] Aug 09 21:07:04.045 INFO O| Aug 09 21:07:04.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
55572024-08-09T21:07:05.446Z[ recovery-image] Aug 09 21:07:04.045 INFO O| Aug 09 21:07:04.045 INFO STEP 575 (remove_files) COMPLETE
55582024-08-09T21:07:05.449Z[ recovery-image] Aug 09 21:07:04.045 INFO O| Aug 09 21:07:04.045 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-08-09T21:07:05.457Z[ recovery-image] Aug 09 21:07:04.057 INFO O| Aug 09 21:07:04.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
55602024-08-09T21:07:05.457Z[ recovery-image] Aug 09 21:07:04.057 INFO O| Aug 09 21:07:04.057 INFO STEP 576 (remove_files) COMPLETE
55612024-08-09T21:07:05.461Z[ recovery-image] Aug 09 21:07:04.057 INFO O| Aug 09 21:07:04.057 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-08-09T21:07:05.468Z[ recovery-image] Aug 09 21:07:04.068 INFO O| Aug 09 21:07:04.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
55632024-08-09T21:07:05.473Z[ recovery-image] Aug 09 21:07:04.068 INFO O| Aug 09 21:07:04.068 INFO STEP 577 (remove_files) COMPLETE
55642024-08-09T21:07:05.473Z[ recovery-image] Aug 09 21:07:04.068 INFO O| Aug 09 21:07:04.068 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-08-09T21:07:05.478Z[ recovery-image] Aug 09 21:07:04.078 INFO O| Aug 09 21:07:04.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
55662024-08-09T21:07:05.478Z[ recovery-image] Aug 09 21:07:04.078 INFO O| Aug 09 21:07:04.078 INFO STEP 578 (remove_files) COMPLETE
55672024-08-09T21:07:05.482Z[ recovery-image] Aug 09 21:07:04.078 INFO O| Aug 09 21:07:04.078 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-08-09T21:07:05.488Z[ host-image] Aug 09 21:07:04.088 INFO O| Aug 09 21:07:04.088 INFO O| Planning: Solver setup ... Done
55692024-08-09T21:07:05.492Z[ recovery-image] Aug 09 21:07:04.089 INFO O| Aug 09 21:07:04.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
55702024-08-09T21:07:05.492Z[ recovery-image] Aug 09 21:07:04.089 INFO O| Aug 09 21:07:04.089 INFO STEP 579 (remove_files) COMPLETE
55712024-08-09T21:07:05.492Z[ recovery-image] Aug 09 21:07:04.089 INFO O| Aug 09 21:07:04.089 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-08-09T21:07:05.495Z[ host-image] Aug 09 21:07:04.092 INFO O| Aug 09 21:07:04.092 INFO O| Planning: Running solver ... Done
55732024-08-09T21:07:05.500Z[ recovery-image] Aug 09 21:07:04.100 INFO O| Aug 09 21:07:04.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
55742024-08-09T21:07:05.500Z[ recovery-image] Aug 09 21:07:04.100 INFO O| Aug 09 21:07:04.100 INFO STEP 580 (remove_files) COMPLETE
55752024-08-09T21:07:05.504Z[ recovery-image] Aug 09 21:07:04.100 INFO O| Aug 09 21:07:04.100 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-09T21:07:05.510Z[ recovery-image] Aug 09 21:07:04.110 INFO O| Aug 09 21:07:04.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
55772024-08-09T21:07:05.510Z[ recovery-image] Aug 09 21:07:04.110 INFO O| Aug 09 21:07:04.110 INFO STEP 581 (remove_files) COMPLETE
55782024-08-09T21:07:05.516Z[ recovery-image] Aug 09 21:07:04.110 INFO O| Aug 09 21:07:04.110 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-09T21:07:05.520Z[ recovery-image] Aug 09 21:07:04.120 INFO O| Aug 09 21:07:04.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
55802024-08-09T21:07:05.524Z[ recovery-image] Aug 09 21:07:04.120 INFO O| Aug 09 21:07:04.120 INFO STEP 582 (remove_files) COMPLETE
55812024-08-09T21:07:05.524Z[ recovery-image] Aug 09 21:07:04.120 INFO O| Aug 09 21:07:04.120 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-09T21:07:05.530Z[ recovery-image] Aug 09 21:07:04.130 INFO O| Aug 09 21:07:04.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
55832024-08-09T21:07:05.536Z[ recovery-image] Aug 09 21:07:04.130 INFO O| Aug 09 21:07:04.130 INFO STEP 583 (remove_files) COMPLETE
55842024-08-09T21:07:05.536Z[ recovery-image] Aug 09 21:07:04.130 INFO O| Aug 09 21:07:04.130 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-09T21:07:05.544Z[ host-image] Aug 09 21:07:04.135 INFO O| Aug 09 21:07:04.135 INFO O| Planning: Finding local manifests ... Done
55862024-08-09T21:07:05.544Z[ host-image] Aug 09 21:07:04.136 INFO O| Aug 09 21:07:04.136 INFO O| Planning: Fetching manifests: 0/6 0% complete
55872024-08-09T21:07:05.544Z[ recovery-image] Aug 09 21:07:04.140 INFO O| Aug 09 21:07:04.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
55882024-08-09T21:07:05.544Z[ recovery-image] Aug 09 21:07:04.140 INFO O| Aug 09 21:07:04.140 INFO STEP 584 (remove_files) COMPLETE
55892024-08-09T21:07:05.544Z[ recovery-image] Aug 09 21:07:04.140 INFO O| Aug 09 21:07:04.140 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-08-09T21:07:05.550Z[ recovery-image] Aug 09 21:07:04.150 INFO O| Aug 09 21:07:04.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
55912024-08-09T21:07:05.554Z[ recovery-image] Aug 09 21:07:04.150 INFO O| Aug 09 21:07:04.150 INFO STEP 585 (remove_files) COMPLETE
55922024-08-09T21:07:05.554Z[ recovery-image] Aug 09 21:07:04.150 INFO O| Aug 09 21:07:04.150 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-08-09T21:07:05.560Z[ recovery-image] Aug 09 21:07:04.160 INFO O| Aug 09 21:07:04.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
55942024-08-09T21:07:05.560Z[ recovery-image] Aug 09 21:07:04.160 INFO O| Aug 09 21:07:04.160 INFO STEP 586 (remove_files) COMPLETE
55952024-08-09T21:07:05.563Z[ recovery-image] Aug 09 21:07:04.160 INFO O| Aug 09 21:07:04.160 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-08-09T21:07:05.572Z[ recovery-image] Aug 09 21:07:04.171 INFO O| Aug 09 21:07:04.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
55972024-08-09T21:07:05.572Z[ recovery-image] Aug 09 21:07:04.172 INFO O| Aug 09 21:07:04.171 INFO STEP 587 (remove_files) COMPLETE
55982024-08-09T21:07:05.572Z[ recovery-image] Aug 09 21:07:04.172 INFO O| Aug 09 21:07:04.172 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-08-09T21:07:05.583Z[ recovery-image] Aug 09 21:07:04.183 INFO O| Aug 09 21:07:04.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56002024-08-09T21:07:05.583Z[ recovery-image] Aug 09 21:07:04.183 INFO O| Aug 09 21:07:04.183 INFO STEP 588 (remove_files) COMPLETE
56012024-08-09T21:07:05.587Z[ recovery-image] Aug 09 21:07:04.183 INFO O| Aug 09 21:07:04.183 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-08-09T21:07:05.594Z[ recovery-image] Aug 09 21:07:04.194 INFO O| Aug 09 21:07:04.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56032024-08-09T21:07:05.597Z[ recovery-image] Aug 09 21:07:04.194 INFO O| Aug 09 21:07:04.194 INFO STEP 589 (remove_files) COMPLETE
56042024-08-09T21:07:05.598Z[ recovery-image] Aug 09 21:07:04.194 INFO O| Aug 09 21:07:04.194 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-08-09T21:07:05.604Z[ recovery-image] Aug 09 21:07:04.204 INFO O| Aug 09 21:07:04.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56062024-08-09T21:07:05.605Z[ recovery-image] Aug 09 21:07:04.204 INFO O| Aug 09 21:07:04.204 INFO STEP 590 (remove_files) COMPLETE
56072024-08-09T21:07:05.624Z[ recovery-image] Aug 09 21:07:04.204 INFO O| Aug 09 21:07:04.204 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-08-09T21:07:05.624Z[ recovery-image] Aug 09 21:07:04.214 INFO O| Aug 09 21:07:04.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56092024-08-09T21:07:05.624Z[ recovery-image] Aug 09 21:07:04.214 INFO O| Aug 09 21:07:04.214 INFO STEP 591 (remove_files) COMPLETE
56102024-08-09T21:07:05.624Z[ recovery-image] Aug 09 21:07:04.214 INFO O| Aug 09 21:07:04.214 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-08-09T21:07:05.630Z[ recovery-image] Aug 09 21:07:04.224 INFO O| Aug 09 21:07:04.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56122024-08-09T21:07:05.630Z[ recovery-image] Aug 09 21:07:04.224 INFO O| Aug 09 21:07:04.224 INFO STEP 592 (remove_files) COMPLETE
56132024-08-09T21:07:05.631Z[ recovery-image] Aug 09 21:07:04.224 INFO O| Aug 09 21:07:04.224 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-08-09T21:07:05.635Z[ recovery-image] Aug 09 21:07:04.234 INFO O| Aug 09 21:07:04.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56152024-08-09T21:07:05.635Z[ recovery-image] Aug 09 21:07:04.234 INFO O| Aug 09 21:07:04.234 INFO STEP 593 (remove_files) COMPLETE
56162024-08-09T21:07:05.635Z[ recovery-image] Aug 09 21:07:04.234 INFO O| Aug 09 21:07:04.234 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-08-09T21:07:05.644Z[ recovery-image] Aug 09 21:07:04.244 INFO O| Aug 09 21:07:04.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56182024-08-09T21:07:05.648Z[ recovery-image] Aug 09 21:07:04.244 INFO O| Aug 09 21:07:04.244 INFO STEP 594 (remove_files) COMPLETE
56192024-08-09T21:07:05.648Z[ recovery-image] Aug 09 21:07:04.244 INFO O| Aug 09 21:07:04.244 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-08-09T21:07:05.653Z[ recovery-image] Aug 09 21:07:04.253 INFO O| Aug 09 21:07:04.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56212024-08-09T21:07:05.658Z[ recovery-image] Aug 09 21:07:04.253 INFO O| Aug 09 21:07:04.253 INFO STEP 595 (remove_files) COMPLETE
56222024-08-09T21:07:05.658Z[ recovery-image] Aug 09 21:07:04.254 INFO O| Aug 09 21:07:04.253 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-08-09T21:07:05.663Z[ recovery-image] Aug 09 21:07:04.263 INFO O| Aug 09 21:07:04.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56242024-08-09T21:07:05.664Z[ recovery-image] Aug 09 21:07:04.263 INFO O| Aug 09 21:07:04.263 INFO STEP 596 (remove_files) COMPLETE
56252024-08-09T21:07:05.667Z[ recovery-image] Aug 09 21:07:04.263 INFO O| Aug 09 21:07:04.263 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-08-09T21:07:05.671Z[ host-image] Aug 09 21:07:04.270 INFO O| Aug 09 21:07:04.270 INFO O| Planning: Fetching manifests: 6/6 100% complete
56272024-08-09T21:07:05.676Z[ recovery-image] Aug 09 21:07:04.273 INFO O| Aug 09 21:07:04.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56282024-08-09T21:07:05.676Z[ recovery-image] Aug 09 21:07:04.273 INFO O| Aug 09 21:07:04.273 INFO STEP 597 (remove_files) COMPLETE
56292024-08-09T21:07:05.677Z[ recovery-image] Aug 09 21:07:04.273 INFO O| Aug 09 21:07:04.273 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-08-09T21:07:05.684Z[ recovery-image] Aug 09 21:07:04.282 INFO O| Aug 09 21:07:04.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56312024-08-09T21:07:05.688Z[ recovery-image] Aug 09 21:07:04.282 INFO O| Aug 09 21:07:04.282 INFO STEP 598 (remove_files) COMPLETE
56322024-08-09T21:07:05.688Z[ recovery-image] Aug 09 21:07:04.282 INFO O| Aug 09 21:07:04.282 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-08-09T21:07:05.693Z[ recovery-image] Aug 09 21:07:04.293 INFO O| Aug 09 21:07:04.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56342024-08-09T21:07:05.697Z[ recovery-image] Aug 09 21:07:04.293 INFO O| Aug 09 21:07:04.293 INFO STEP 599 (remove_files) COMPLETE
56352024-08-09T21:07:05.697Z[ recovery-image] Aug 09 21:07:04.293 INFO O| Aug 09 21:07:04.293 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-08-09T21:07:05.703Z[ host-image] Aug 09 21:07:04.303 INFO O| Aug 09 21:07:04.303 INFO O| Planning: Package planning ... Done
56372024-08-09T21:07:05.703Z[ recovery-image] Aug 09 21:07:04.303 INFO O| Aug 09 21:07:04.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56382024-08-09T21:07:05.706Z[ recovery-image] Aug 09 21:07:04.303 INFO O| Aug 09 21:07:04.303 INFO STEP 600 (remove_files) COMPLETE
56392024-08-09T21:07:05.706Z[ recovery-image] Aug 09 21:07:04.303 INFO O| Aug 09 21:07:04.303 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-09T21:07:05.713Z[ recovery-image] Aug 09 21:07:04.313 INFO O| Aug 09 21:07:04.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56412024-08-09T21:07:05.719Z[ recovery-image] Aug 09 21:07:04.313 INFO O| Aug 09 21:07:04.313 INFO STEP 601 (remove_files) COMPLETE
56422024-08-09T21:07:05.719Z[ recovery-image] Aug 09 21:07:04.313 INFO O| Aug 09 21:07:04.313 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-09T21:07:05.725Z[ recovery-image] Aug 09 21:07:04.325 INFO O| Aug 09 21:07:04.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56442024-08-09T21:07:05.729Z[ recovery-image] Aug 09 21:07:04.325 INFO O| Aug 09 21:07:04.325 INFO STEP 602 (remove_files) COMPLETE
56452024-08-09T21:07:05.729Z[ recovery-image] Aug 09 21:07:04.325 INFO O| Aug 09 21:07:04.325 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-09T21:07:05.729Z[ host-image] Aug 09 21:07:04.325 INFO O| Aug 09 21:07:04.325 INFO O| Planning: Merging actions ... Done
56472024-08-09T21:07:05.736Z[ recovery-image] Aug 09 21:07:04.335 INFO O| Aug 09 21:07:04.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56482024-08-09T21:07:05.736Z[ recovery-image] Aug 09 21:07:04.335 INFO O| Aug 09 21:07:04.335 INFO STEP 603 (remove_files) COMPLETE
56492024-08-09T21:07:05.736Z[ recovery-image] Aug 09 21:07:04.336 INFO O| Aug 09 21:07:04.335 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-08-09T21:07:05.746Z[ recovery-image] Aug 09 21:07:04.346 INFO O| Aug 09 21:07:04.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56512024-08-09T21:07:05.752Z[ recovery-image] Aug 09 21:07:04.346 INFO O| Aug 09 21:07:04.346 INFO STEP 604 (remove_files) COMPLETE
56522024-08-09T21:07:05.752Z[ recovery-image] Aug 09 21:07:04.346 INFO O| Aug 09 21:07:04.346 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-08-09T21:07:05.757Z[ recovery-image] Aug 09 21:07:04.356 INFO O| Aug 09 21:07:04.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56542024-08-09T21:07:05.757Z[ recovery-image] Aug 09 21:07:04.356 INFO O| Aug 09 21:07:04.356 INFO STEP 605 (remove_files) COMPLETE
56552024-08-09T21:07:05.757Z[ recovery-image] Aug 09 21:07:04.356 INFO O| Aug 09 21:07:04.356 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-08-09T21:07:05.766Z[ recovery-image] Aug 09 21:07:04.366 INFO O| Aug 09 21:07:04.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56572024-08-09T21:07:05.770Z[ recovery-image] Aug 09 21:07:04.366 INFO O| Aug 09 21:07:04.366 INFO STEP 606 (remove_files) COMPLETE
56582024-08-09T21:07:05.770Z[ recovery-image] Aug 09 21:07:04.366 INFO O| Aug 09 21:07:04.366 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-08-09T21:07:05.777Z[ recovery-image] Aug 09 21:07:04.376 INFO O| Aug 09 21:07:04.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56602024-08-09T21:07:05.777Z[ recovery-image] Aug 09 21:07:04.377 INFO O| Aug 09 21:07:04.376 INFO STEP 607 (remove_files) COMPLETE
56612024-08-09T21:07:05.777Z[ recovery-image] Aug 09 21:07:04.377 INFO O| Aug 09 21:07:04.376 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-08-09T21:07:05.787Z[ recovery-image] Aug 09 21:07:04.387 INFO O| Aug 09 21:07:04.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56632024-08-09T21:07:05.787Z[ recovery-image] Aug 09 21:07:04.387 INFO O| Aug 09 21:07:04.387 INFO STEP 608 (remove_files) COMPLETE
56642024-08-09T21:07:05.791Z[ recovery-image] Aug 09 21:07:04.387 INFO O| Aug 09 21:07:04.387 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-08-09T21:07:05.797Z[ recovery-image] Aug 09 21:07:04.397 INFO O| Aug 09 21:07:04.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
56662024-08-09T21:07:05.803Z[ recovery-image] Aug 09 21:07:04.397 INFO O| Aug 09 21:07:04.397 INFO STEP 609 (remove_files) COMPLETE
56672024-08-09T21:07:05.803Z[ recovery-image] Aug 09 21:07:04.397 INFO O| Aug 09 21:07:04.397 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-08-09T21:07:05.807Z[ recovery-image] Aug 09 21:07:04.407 INFO O| Aug 09 21:07:04.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
56692024-08-09T21:07:05.807Z[ recovery-image] Aug 09 21:07:04.407 INFO O| Aug 09 21:07:04.407 INFO STEP 610 (remove_files) COMPLETE
56702024-08-09T21:07:05.807Z[ recovery-image] Aug 09 21:07:04.407 INFO O| Aug 09 21:07:04.407 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-08-09T21:07:05.811Z[ host-image] Aug 09 21:07:04.411 INFO O| Aug 09 21:07:04.411 INFO O| Planning: Checking for conflicting actions ... Done
56722024-08-09T21:07:05.815Z[ host-image] Aug 09 21:07:04.415 INFO O| Aug 09 21:07:04.415 INFO O| Planning: Consolidating action changes ... Done
56732024-08-09T21:07:05.819Z[ recovery-image] Aug 09 21:07:04.417 INFO O| Aug 09 21:07:04.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
56742024-08-09T21:07:05.819Z[ recovery-image] Aug 09 21:07:04.417 INFO O| Aug 09 21:07:04.417 INFO STEP 611 (remove_files) COMPLETE
56752024-08-09T21:07:05.819Z[ recovery-image] Aug 09 21:07:04.417 INFO O| Aug 09 21:07:04.417 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-08-09T21:07:05.828Z[ recovery-image] Aug 09 21:07:04.426 INFO O| Aug 09 21:07:04.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
56772024-08-09T21:07:05.828Z[ recovery-image] Aug 09 21:07:04.426 INFO O| Aug 09 21:07:04.426 INFO STEP 612 (remove_files) COMPLETE
56782024-08-09T21:07:05.831Z[ recovery-image] Aug 09 21:07:04.427 INFO O| Aug 09 21:07:04.426 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-08-09T21:07:05.837Z[ recovery-image] Aug 09 21:07:04.436 INFO O| Aug 09 21:07:04.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
56802024-08-09T21:07:05.841Z[ recovery-image] Aug 09 21:07:04.436 INFO O| Aug 09 21:07:04.436 INFO STEP 613 (remove_files) COMPLETE
56812024-08-09T21:07:05.841Z[ recovery-image] Aug 09 21:07:04.437 INFO O| Aug 09 21:07:04.436 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-08-09T21:07:05.847Z[ recovery-image] Aug 09 21:07:04.447 INFO O| Aug 09 21:07:04.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
56832024-08-09T21:07:05.851Z[ recovery-image] Aug 09 21:07:04.447 INFO O| Aug 09 21:07:04.447 INFO STEP 614 (remove_files) COMPLETE
56842024-08-09T21:07:05.851Z[ recovery-image] Aug 09 21:07:04.447 INFO O| Aug 09 21:07:04.447 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-08-09T21:07:05.858Z[ recovery-image] Aug 09 21:07:04.458 INFO O| Aug 09 21:07:04.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
56862024-08-09T21:07:05.861Z[ recovery-image] Aug 09 21:07:04.458 INFO O| Aug 09 21:07:04.458 INFO STEP 615 (remove_files) COMPLETE
56872024-08-09T21:07:05.861Z[ recovery-image] Aug 09 21:07:04.458 INFO O| Aug 09 21:07:04.458 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-08-09T21:07:05.868Z[ recovery-image] Aug 09 21:07:04.468 INFO O| Aug 09 21:07:04.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
56892024-08-09T21:07:05.868Z[ recovery-image] Aug 09 21:07:04.468 INFO O| Aug 09 21:07:04.468 INFO STEP 616 (remove_files) COMPLETE
56902024-08-09T21:07:05.872Z[ recovery-image] Aug 09 21:07:04.468 INFO O| Aug 09 21:07:04.468 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-08-09T21:07:05.879Z[ recovery-image] Aug 09 21:07:04.479 INFO O| Aug 09 21:07:04.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
56922024-08-09T21:07:05.879Z[ recovery-image] Aug 09 21:07:04.479 INFO O| Aug 09 21:07:04.479 INFO STEP 617 (remove_files) COMPLETE
56932024-08-09T21:07:05.879Z[ recovery-image] Aug 09 21:07:04.479 INFO O| Aug 09 21:07:04.479 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-08-09T21:07:05.891Z[ recovery-image] Aug 09 21:07:04.491 INFO O| Aug 09 21:07:04.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
56952024-08-09T21:07:05.892Z[ recovery-image] Aug 09 21:07:04.491 INFO O| Aug 09 21:07:04.491 INFO STEP 618 (remove_files) COMPLETE
56962024-08-09T21:07:05.897Z[ recovery-image] Aug 09 21:07:04.491 INFO O| Aug 09 21:07:04.491 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-08-09T21:07:05.905Z[ recovery-image] Aug 09 21:07:04.504 INFO O| Aug 09 21:07:04.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
56982024-08-09T21:07:05.906Z[ recovery-image] Aug 09 21:07:04.504 INFO O| Aug 09 21:07:04.504 INFO STEP 619 (remove_files) COMPLETE
56992024-08-09T21:07:05.906Z[ recovery-image] Aug 09 21:07:04.504 INFO O| Aug 09 21:07:04.504 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-08-09T21:07:05.919Z[ recovery-image] Aug 09 21:07:04.518 INFO O| Aug 09 21:07:04.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57012024-08-09T21:07:05.923Z[ recovery-image] Aug 09 21:07:04.519 INFO O| Aug 09 21:07:04.519 INFO STEP 620 (remove_files) COMPLETE
57022024-08-09T21:07:05.923Z[ recovery-image] Aug 09 21:07:04.519 INFO O| Aug 09 21:07:04.519 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-08-09T21:07:05.933Z[ recovery-image] Aug 09 21:07:04.533 INFO O| Aug 09 21:07:04.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57042024-08-09T21:07:05.933Z[ recovery-image] Aug 09 21:07:04.533 INFO O| Aug 09 21:07:04.533 INFO STEP 621 (remove_files) COMPLETE
57052024-08-09T21:07:05.933Z[ recovery-image] Aug 09 21:07:04.533 INFO O| Aug 09 21:07:04.533 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-08-09T21:07:05.948Z[ recovery-image] Aug 09 21:07:04.548 INFO O| Aug 09 21:07:04.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57072024-08-09T21:07:05.948Z[ recovery-image] Aug 09 21:07:04.548 INFO O| Aug 09 21:07:04.548 INFO STEP 622 (remove_files) COMPLETE
57082024-08-09T21:07:05.948Z[ recovery-image] Aug 09 21:07:04.548 INFO O| Aug 09 21:07:04.548 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-08-09T21:07:05.961Z[ recovery-image] Aug 09 21:07:04.560 INFO O| Aug 09 21:07:04.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57102024-08-09T21:07:05.961Z[ recovery-image] Aug 09 21:07:04.561 INFO O| Aug 09 21:07:04.560 INFO STEP 623 (remove_files) COMPLETE
57112024-08-09T21:07:05.961Z[ recovery-image] Aug 09 21:07:04.561 INFO O| Aug 09 21:07:04.560 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-08-09T21:07:05.974Z[ recovery-image] Aug 09 21:07:04.573 INFO O| Aug 09 21:07:04.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57132024-08-09T21:07:05.974Z[ recovery-image] Aug 09 21:07:04.573 INFO O| Aug 09 21:07:04.573 INFO STEP 624 (remove_files) COMPLETE
57142024-08-09T21:07:05.977Z[ recovery-image] Aug 09 21:07:04.573 INFO O| Aug 09 21:07:04.573 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-08-09T21:07:05.985Z[ recovery-image] Aug 09 21:07:04.585 INFO O| Aug 09 21:07:04.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57162024-08-09T21:07:05.991Z[ recovery-image] Aug 09 21:07:04.585 INFO O| Aug 09 21:07:04.585 INFO STEP 625 (remove_files) COMPLETE
57172024-08-09T21:07:05.991Z[ recovery-image] Aug 09 21:07:04.585 INFO O| Aug 09 21:07:04.585 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-08-09T21:07:05.996Z[ recovery-image] Aug 09 21:07:04.596 INFO O| Aug 09 21:07:04.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57192024-08-09T21:07:05.996Z[ recovery-image] Aug 09 21:07:04.596 INFO O| Aug 09 21:07:04.596 INFO STEP 626 (remove_files) COMPLETE
57202024-08-09T21:07:05.996Z[ recovery-image] Aug 09 21:07:04.596 INFO O| Aug 09 21:07:04.596 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-08-09T21:07:06.007Z[ recovery-image] Aug 09 21:07:04.607 INFO O| Aug 09 21:07:04.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57222024-08-09T21:07:06.011Z[ recovery-image] Aug 09 21:07:04.607 INFO O| Aug 09 21:07:04.607 INFO STEP 627 (remove_files) COMPLETE
57232024-08-09T21:07:06.011Z[ recovery-image] Aug 09 21:07:04.607 INFO O| Aug 09 21:07:04.607 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-08-09T21:07:06.018Z[ recovery-image] Aug 09 21:07:04.617 INFO O| Aug 09 21:07:04.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57252024-08-09T21:07:06.018Z[ recovery-image] Aug 09 21:07:04.617 INFO O| Aug 09 21:07:04.617 INFO STEP 628 (remove_files) COMPLETE
57262024-08-09T21:07:06.022Z[ recovery-image] Aug 09 21:07:04.617 INFO O| Aug 09 21:07:04.617 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-08-09T21:07:06.028Z[ recovery-image] Aug 09 21:07:04.628 INFO O| Aug 09 21:07:04.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57282024-08-09T21:07:06.028Z[ recovery-image] Aug 09 21:07:04.628 INFO O| Aug 09 21:07:04.628 INFO STEP 629 (remove_files) COMPLETE
57292024-08-09T21:07:06.032Z[ recovery-image] Aug 09 21:07:04.628 INFO O| Aug 09 21:07:04.628 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-08-09T21:07:06.038Z[ recovery-image] Aug 09 21:07:04.638 INFO O| Aug 09 21:07:04.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57312024-08-09T21:07:06.039Z[ recovery-image] Aug 09 21:07:04.638 INFO O| Aug 09 21:07:04.638 INFO STEP 630 (remove_files) COMPLETE
57322024-08-09T21:07:06.046Z[ recovery-image] Aug 09 21:07:04.638 INFO O| Aug 09 21:07:04.638 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-08-09T21:07:06.050Z[ recovery-image] Aug 09 21:07:04.648 INFO O| Aug 09 21:07:04.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57342024-08-09T21:07:06.050Z[ recovery-image] Aug 09 21:07:04.649 INFO O| Aug 09 21:07:04.649 INFO STEP 631 (remove_files) COMPLETE
57352024-08-09T21:07:06.051Z[ recovery-image] Aug 09 21:07:04.650 INFO O| Aug 09 21:07:04.649 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-08-09T21:07:06.060Z[ recovery-image] Aug 09 21:07:04.659 INFO O| Aug 09 21:07:04.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57372024-08-09T21:07:06.060Z[ recovery-image] Aug 09 21:07:04.660 INFO O| Aug 09 21:07:04.659 INFO STEP 632 (remove_files) COMPLETE
57382024-08-09T21:07:06.063Z[ recovery-image] Aug 09 21:07:04.660 INFO O| Aug 09 21:07:04.659 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-08-09T21:07:06.070Z[ recovery-image] Aug 09 21:07:04.670 INFO O| Aug 09 21:07:04.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57402024-08-09T21:07:06.070Z[ recovery-image] Aug 09 21:07:04.670 INFO O| Aug 09 21:07:04.670 INFO STEP 633 (remove_files) COMPLETE
57412024-08-09T21:07:06.074Z[ recovery-image] Aug 09 21:07:04.670 INFO O| Aug 09 21:07:04.670 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-08-09T21:07:06.081Z[ recovery-image] Aug 09 21:07:04.681 INFO O| Aug 09 21:07:04.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57432024-08-09T21:07:06.085Z[ recovery-image] Aug 09 21:07:04.681 INFO O| Aug 09 21:07:04.681 INFO STEP 634 (remove_files) COMPLETE
57442024-08-09T21:07:06.085Z[ recovery-image] Aug 09 21:07:04.681 INFO O| Aug 09 21:07:04.681 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-08-09T21:07:06.085Z[ host-image] Aug 09 21:07:04.683 INFO O| Aug 09 21:07:04.683 INFO O| Planning: Evaluating mediators ... Done
57462024-08-09T21:07:06.090Z[ host-image] Aug 09 21:07:04.686 INFO O| Aug 09 21:07:04.686 INFO O| Planning: Planning completed in 2.63 seconds
57472024-08-09T21:07:06.090Z[ host-image] Aug 09 21:07:04.688 INFO O| Aug 09 21:07:04.688 INFO O| Packages to install: 6
57482024-08-09T21:07:06.091Z[ host-image] Aug 09 21:07:04.688 INFO O| Aug 09 21:07:04.688 INFO O| Mediators to change: 1
57492024-08-09T21:07:06.091Z[ host-image] Aug 09 21:07:04.688 INFO O| Aug 09 21:07:04.688 INFO O| Services to change: 1
57502024-08-09T21:07:06.095Z[ recovery-image] Aug 09 21:07:04.692 INFO O| Aug 09 21:07:04.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57512024-08-09T21:07:06.095Z[ recovery-image] Aug 09 21:07:04.692 INFO O| Aug 09 21:07:04.692 INFO STEP 635 (remove_files) COMPLETE
57522024-08-09T21:07:06.096Z[ recovery-image] Aug 09 21:07:04.692 INFO O| Aug 09 21:07:04.692 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-09T21:07:06.100Z[ host-image] Aug 09 21:07:04.700 INFO O| Aug 09 21:07:04.700 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
57542024-08-09T21:07:06.104Z[ recovery-image] Aug 09 21:07:04.704 INFO O| Aug 09 21:07:04.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57552024-08-09T21:07:06.108Z[ recovery-image] Aug 09 21:07:04.704 INFO O| Aug 09 21:07:04.704 INFO STEP 636 (remove_files) COMPLETE
57562024-08-09T21:07:06.108Z[ recovery-image] Aug 09 21:07:04.704 INFO O| Aug 09 21:07:04.704 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-08-09T21:07:06.115Z[ recovery-image] Aug 09 21:07:04.715 INFO O| Aug 09 21:07:04.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57582024-08-09T21:07:06.115Z[ recovery-image] Aug 09 21:07:04.715 INFO O| Aug 09 21:07:04.715 INFO STEP 637 (remove_files) COMPLETE
57592024-08-09T21:07:06.118Z[ recovery-image] Aug 09 21:07:04.715 INFO O| Aug 09 21:07:04.715 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-08-09T21:07:06.126Z[ recovery-image] Aug 09 21:07:04.725 INFO O| Aug 09 21:07:04.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57612024-08-09T21:07:06.126Z[ recovery-image] Aug 09 21:07:04.725 INFO O| Aug 09 21:07:04.725 INFO STEP 638 (remove_files) COMPLETE
57622024-08-09T21:07:06.126Z[ recovery-image] Aug 09 21:07:04.725 INFO O| Aug 09 21:07:04.725 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-08-09T21:07:06.138Z[ recovery-image] Aug 09 21:07:04.737 INFO O| Aug 09 21:07:04.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57642024-08-09T21:07:06.138Z[ recovery-image] Aug 09 21:07:04.738 INFO O| Aug 09 21:07:04.737 INFO STEP 639 (remove_files) COMPLETE
57652024-08-09T21:07:06.138Z[ recovery-image] Aug 09 21:07:04.738 INFO O| Aug 09 21:07:04.737 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-08-09T21:07:06.148Z[ recovery-image] Aug 09 21:07:04.748 INFO O| Aug 09 21:07:04.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57672024-08-09T21:07:06.153Z[ recovery-image] Aug 09 21:07:04.748 INFO O| Aug 09 21:07:04.748 INFO STEP 640 (remove_files) COMPLETE
57682024-08-09T21:07:06.153Z[ recovery-image] Aug 09 21:07:04.748 INFO O| Aug 09 21:07:04.748 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-08-09T21:07:06.158Z[ recovery-image] Aug 09 21:07:04.758 INFO O| Aug 09 21:07:04.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57702024-08-09T21:07:06.158Z[ recovery-image] Aug 09 21:07:04.758 INFO O| Aug 09 21:07:04.758 INFO STEP 641 (remove_files) COMPLETE
57712024-08-09T21:07:06.162Z[ recovery-image] Aug 09 21:07:04.758 INFO O| Aug 09 21:07:04.758 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-08-09T21:07:06.170Z[ recovery-image] Aug 09 21:07:04.770 INFO O| Aug 09 21:07:04.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
57732024-08-09T21:07:06.170Z[ recovery-image] Aug 09 21:07:04.770 INFO O| Aug 09 21:07:04.770 INFO STEP 642 (remove_files) COMPLETE
57742024-08-09T21:07:06.174Z[ recovery-image] Aug 09 21:07:04.770 INFO O| Aug 09 21:07:04.770 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-08-09T21:07:06.180Z[ recovery-image] Aug 09 21:07:04.780 INFO O| Aug 09 21:07:04.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
57762024-08-09T21:07:06.181Z[ recovery-image] Aug 09 21:07:04.780 INFO O| Aug 09 21:07:04.780 INFO STEP 643 (remove_files) COMPLETE
57772024-08-09T21:07:06.185Z[ recovery-image] Aug 09 21:07:04.780 INFO O| Aug 09 21:07:04.780 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-08-09T21:07:06.190Z[ recovery-image] Aug 09 21:07:04.790 INFO O| Aug 09 21:07:04.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
57792024-08-09T21:07:06.194Z[ recovery-image] Aug 09 21:07:04.790 INFO O| Aug 09 21:07:04.790 INFO STEP 644 (remove_files) COMPLETE
57802024-08-09T21:07:06.194Z[ recovery-image] Aug 09 21:07:04.790 INFO O| Aug 09 21:07:04.790 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-08-09T21:07:06.202Z[ recovery-image] Aug 09 21:07:04.801 INFO O| Aug 09 21:07:04.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
57822024-08-09T21:07:06.202Z[ recovery-image] Aug 09 21:07:04.801 INFO O| Aug 09 21:07:04.801 INFO STEP 645 (remove_files) COMPLETE
57832024-08-09T21:07:06.202Z[ recovery-image] Aug 09 21:07:04.801 INFO O| Aug 09 21:07:04.801 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-08-09T21:07:06.212Z[ recovery-image] Aug 09 21:07:04.812 INFO O| Aug 09 21:07:04.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
57852024-08-09T21:07:06.212Z[ recovery-image] Aug 09 21:07:04.812 INFO O| Aug 09 21:07:04.812 INFO STEP 646 (remove_files) COMPLETE
57862024-08-09T21:07:06.216Z[ recovery-image] Aug 09 21:07:04.812 INFO O| Aug 09 21:07:04.812 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-08-09T21:07:06.222Z[ recovery-image] Aug 09 21:07:04.822 INFO O| Aug 09 21:07:04.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
57882024-08-09T21:07:06.226Z[ recovery-image] Aug 09 21:07:04.822 INFO O| Aug 09 21:07:04.822 INFO STEP 647 (remove_files) COMPLETE
57892024-08-09T21:07:06.226Z[ recovery-image] Aug 09 21:07:04.822 INFO O| Aug 09 21:07:04.822 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-08-09T21:07:06.232Z[ recovery-image] Aug 09 21:07:04.832 INFO O| Aug 09 21:07:04.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
57912024-08-09T21:07:06.232Z[ recovery-image] Aug 09 21:07:04.832 INFO O| Aug 09 21:07:04.832 INFO STEP 648 (remove_files) COMPLETE
57922024-08-09T21:07:06.236Z[ recovery-image] Aug 09 21:07:04.832 INFO O| Aug 09 21:07:04.832 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-08-09T21:07:06.243Z[ recovery-image] Aug 09 21:07:04.843 INFO O| Aug 09 21:07:04.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
57942024-08-09T21:07:06.243Z[ recovery-image] Aug 09 21:07:04.843 INFO O| Aug 09 21:07:04.843 INFO STEP 649 (remove_files) COMPLETE
57952024-08-09T21:07:06.247Z[ recovery-image] Aug 09 21:07:04.843 INFO O| Aug 09 21:07:04.843 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-08-09T21:07:06.254Z[ recovery-image] Aug 09 21:07:04.853 INFO O| Aug 09 21:07:04.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
57972024-08-09T21:07:06.258Z[ recovery-image] Aug 09 21:07:04.853 INFO O| Aug 09 21:07:04.853 INFO STEP 650 (remove_files) COMPLETE
57982024-08-09T21:07:06.258Z[ recovery-image] Aug 09 21:07:04.853 INFO O| Aug 09 21:07:04.853 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-08-09T21:07:06.264Z[ recovery-image] Aug 09 21:07:04.864 INFO O| Aug 09 21:07:04.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58002024-08-09T21:07:06.264Z[ recovery-image] Aug 09 21:07:04.864 INFO O| Aug 09 21:07:04.864 INFO STEP 651 (remove_files) COMPLETE
58012024-08-09T21:07:06.268Z[ recovery-image] Aug 09 21:07:04.864 INFO O| Aug 09 21:07:04.864 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-08-09T21:07:06.275Z[ recovery-image] Aug 09 21:07:04.875 INFO O| Aug 09 21:07:04.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58032024-08-09T21:07:06.275Z[ recovery-image] Aug 09 21:07:04.875 INFO O| Aug 09 21:07:04.875 INFO STEP 652 (remove_files) COMPLETE
58042024-08-09T21:07:06.279Z[ recovery-image] Aug 09 21:07:04.875 INFO O| Aug 09 21:07:04.875 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-08-09T21:07:06.286Z[ recovery-image] Aug 09 21:07:04.886 INFO O| Aug 09 21:07:04.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58062024-08-09T21:07:06.286Z[ recovery-image] Aug 09 21:07:04.886 INFO O| Aug 09 21:07:04.886 INFO STEP 653 (remove_files) COMPLETE
58072024-08-09T21:07:06.286Z[ recovery-image] Aug 09 21:07:04.886 INFO O| Aug 09 21:07:04.886 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-08-09T21:07:06.296Z[ recovery-image] Aug 09 21:07:04.896 INFO O| Aug 09 21:07:04.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58092024-08-09T21:07:06.299Z[ recovery-image] Aug 09 21:07:04.896 INFO O| Aug 09 21:07:04.896 INFO STEP 654 (remove_files) COMPLETE
58102024-08-09T21:07:06.300Z[ recovery-image] Aug 09 21:07:04.896 INFO O| Aug 09 21:07:04.896 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-08-09T21:07:06.307Z[ recovery-image] Aug 09 21:07:04.906 INFO O| Aug 09 21:07:04.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58122024-08-09T21:07:06.310Z[ recovery-image] Aug 09 21:07:04.907 INFO O| Aug 09 21:07:04.906 INFO STEP 655 (remove_files) COMPLETE
58132024-08-09T21:07:06.310Z[ recovery-image] Aug 09 21:07:04.907 INFO O| Aug 09 21:07:04.907 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-08-09T21:07:06.317Z[ recovery-image] Aug 09 21:07:04.916 INFO O| Aug 09 21:07:04.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58152024-08-09T21:07:06.317Z[ recovery-image] Aug 09 21:07:04.917 INFO O| Aug 09 21:07:04.917 INFO STEP 656 (remove_files) COMPLETE
58162024-08-09T21:07:06.320Z[ recovery-image] Aug 09 21:07:04.917 INFO O| Aug 09 21:07:04.917 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-08-09T21:07:06.328Z[ recovery-image] Aug 09 21:07:04.928 INFO O| Aug 09 21:07:04.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58182024-08-09T21:07:06.328Z[ recovery-image] Aug 09 21:07:04.928 INFO O| Aug 09 21:07:04.928 INFO STEP 657 (remove_files) COMPLETE
58192024-08-09T21:07:06.332Z[ recovery-image] Aug 09 21:07:04.928 INFO O| Aug 09 21:07:04.928 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-08-09T21:07:06.339Z[ recovery-image] Aug 09 21:07:04.939 INFO O| Aug 09 21:07:04.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58212024-08-09T21:07:06.339Z[ recovery-image] Aug 09 21:07:04.939 INFO O| Aug 09 21:07:04.939 INFO STEP 658 (remove_files) COMPLETE
58222024-08-09T21:07:06.343Z[ recovery-image] Aug 09 21:07:04.939 INFO O| Aug 09 21:07:04.939 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-08-09T21:07:06.350Z[ recovery-image] Aug 09 21:07:04.949 INFO O| Aug 09 21:07:04.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58242024-08-09T21:07:06.354Z[ recovery-image] Aug 09 21:07:04.949 INFO O| Aug 09 21:07:04.949 INFO STEP 659 (remove_files) COMPLETE
58252024-08-09T21:07:06.354Z[ recovery-image] Aug 09 21:07:04.949 INFO O| Aug 09 21:07:04.949 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-08-09T21:07:06.359Z[ recovery-image] Aug 09 21:07:04.959 INFO O| Aug 09 21:07:04.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58272024-08-09T21:07:06.359Z[ recovery-image] Aug 09 21:07:04.959 INFO O| Aug 09 21:07:04.959 INFO STEP 660 (remove_files) COMPLETE
58282024-08-09T21:07:06.364Z[ recovery-image] Aug 09 21:07:04.959 INFO O| Aug 09 21:07:04.959 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-08-09T21:07:06.369Z[ recovery-image] Aug 09 21:07:04.969 INFO O| Aug 09 21:07:04.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58302024-08-09T21:07:06.369Z[ recovery-image] Aug 09 21:07:04.969 INFO O| Aug 09 21:07:04.969 INFO STEP 661 (remove_files) COMPLETE
58312024-08-09T21:07:06.373Z[ recovery-image] Aug 09 21:07:04.969 INFO O| Aug 09 21:07:04.969 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-08-09T21:07:06.380Z[ recovery-image] Aug 09 21:07:04.980 INFO O| Aug 09 21:07:04.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58332024-08-09T21:07:06.380Z[ recovery-image] Aug 09 21:07:04.980 INFO O| Aug 09 21:07:04.980 INFO STEP 662 (remove_files) COMPLETE
58342024-08-09T21:07:06.386Z[ recovery-image] Aug 09 21:07:04.980 INFO O| Aug 09 21:07:04.980 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-08-09T21:07:06.391Z[ recovery-image] Aug 09 21:07:04.991 INFO O| Aug 09 21:07:04.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58362024-08-09T21:07:06.391Z[ recovery-image] Aug 09 21:07:04.991 INFO O| Aug 09 21:07:04.991 INFO STEP 663 (remove_files) COMPLETE
58372024-08-09T21:07:06.391Z[ recovery-image] Aug 09 21:07:04.991 INFO O| Aug 09 21:07:04.991 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-08-09T21:07:06.402Z[ recovery-image] Aug 09 21:07:05.002 INFO O| Aug 09 21:07:05.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58392024-08-09T21:07:06.402Z[ recovery-image] Aug 09 21:07:05.002 INFO O| Aug 09 21:07:05.002 INFO STEP 664 (remove_files) COMPLETE
58402024-08-09T21:07:06.402Z[ recovery-image] Aug 09 21:07:05.002 INFO O| Aug 09 21:07:05.002 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-08-09T21:07:06.413Z[ recovery-image] Aug 09 21:07:05.013 INFO O| Aug 09 21:07:05.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58422024-08-09T21:07:06.414Z[ recovery-image] Aug 09 21:07:05.013 INFO O| Aug 09 21:07:05.013 INFO STEP 665 (remove_files) COMPLETE
58432024-08-09T21:07:06.418Z[ recovery-image] Aug 09 21:07:05.013 INFO O| Aug 09 21:07:05.013 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-08-09T21:07:06.424Z[ recovery-image] Aug 09 21:07:05.024 INFO O| Aug 09 21:07:05.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58452024-08-09T21:07:06.429Z[ recovery-image] Aug 09 21:07:05.024 INFO O| Aug 09 21:07:05.024 INFO STEP 666 (remove_files) COMPLETE
58462024-08-09T21:07:06.429Z[ recovery-image] Aug 09 21:07:05.024 INFO O| Aug 09 21:07:05.024 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-08-09T21:07:06.435Z[ recovery-image] Aug 09 21:07:05.034 INFO O| Aug 09 21:07:05.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58482024-08-09T21:07:06.438Z[ recovery-image] Aug 09 21:07:05.034 INFO O| Aug 09 21:07:05.034 INFO STEP 667 (remove_files) COMPLETE
58492024-08-09T21:07:06.438Z[ recovery-image] Aug 09 21:07:05.034 INFO O| Aug 09 21:07:05.034 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-08-09T21:07:06.447Z[ recovery-image] Aug 09 21:07:05.046 INFO O| Aug 09 21:07:05.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58512024-08-09T21:07:06.451Z[ recovery-image] Aug 09 21:07:05.046 INFO O| Aug 09 21:07:05.046 INFO STEP 668 (remove_files) COMPLETE
58522024-08-09T21:07:06.451Z[ recovery-image] Aug 09 21:07:05.046 INFO O| Aug 09 21:07:05.046 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-08-09T21:07:06.457Z[ recovery-image] Aug 09 21:07:05.057 INFO O| Aug 09 21:07:05.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58542024-08-09T21:07:06.457Z[ recovery-image] Aug 09 21:07:05.057 INFO O| Aug 09 21:07:05.057 INFO STEP 669 (remove_files) COMPLETE
58552024-08-09T21:07:06.457Z[ recovery-image] Aug 09 21:07:05.057 INFO O| Aug 09 21:07:05.057 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-08-09T21:07:06.468Z[ recovery-image] Aug 09 21:07:05.067 INFO O| Aug 09 21:07:05.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58572024-08-09T21:07:06.469Z[ recovery-image] Aug 09 21:07:05.067 INFO O| Aug 09 21:07:05.067 INFO STEP 670 (remove_files) COMPLETE
58582024-08-09T21:07:06.469Z[ recovery-image] Aug 09 21:07:05.067 INFO O| Aug 09 21:07:05.067 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-08-09T21:07:06.478Z[ recovery-image] Aug 09 21:07:05.078 INFO O| Aug 09 21:07:05.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58602024-08-09T21:07:06.478Z[ recovery-image] Aug 09 21:07:05.078 INFO O| Aug 09 21:07:05.078 INFO STEP 671 (remove_files) COMPLETE
58612024-08-09T21:07:06.478Z[ recovery-image] Aug 09 21:07:05.078 INFO O| Aug 09 21:07:05.078 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-09T21:07:06.488Z[ recovery-image] Aug 09 21:07:05.088 INFO O| Aug 09 21:07:05.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58632024-08-09T21:07:06.488Z[ recovery-image] Aug 09 21:07:05.088 INFO O| Aug 09 21:07:05.088 INFO STEP 672 (remove_files) COMPLETE
58642024-08-09T21:07:06.488Z[ recovery-image] Aug 09 21:07:05.088 INFO O| Aug 09 21:07:05.088 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-09T21:07:06.498Z[ recovery-image] Aug 09 21:07:05.098 INFO O| Aug 09 21:07:05.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58662024-08-09T21:07:06.499Z[ recovery-image] Aug 09 21:07:05.098 INFO O| Aug 09 21:07:05.098 INFO STEP 673 (remove_files) COMPLETE
58672024-08-09T21:07:06.502Z[ recovery-image] Aug 09 21:07:05.098 INFO O| Aug 09 21:07:05.098 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-09T21:07:06.508Z[ recovery-image] Aug 09 21:07:05.108 INFO O| Aug 09 21:07:05.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58692024-08-09T21:07:06.513Z[ recovery-image] Aug 09 21:07:05.108 INFO O| Aug 09 21:07:05.108 INFO STEP 674 (remove_files) COMPLETE
58702024-08-09T21:07:06.513Z[ recovery-image] Aug 09 21:07:05.108 INFO O| Aug 09 21:07:05.108 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-08-09T21:07:06.519Z[ recovery-image] Aug 09 21:07:05.118 INFO O| Aug 09 21:07:05.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
58722024-08-09T21:07:06.522Z[ recovery-image] Aug 09 21:07:05.119 INFO O| Aug 09 21:07:05.118 INFO STEP 675 (remove_files) COMPLETE
58732024-08-09T21:07:06.522Z[ recovery-image] Aug 09 21:07:05.119 INFO O| Aug 09 21:07:05.118 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-08-09T21:07:06.530Z[ recovery-image] Aug 09 21:07:05.129 INFO O| Aug 09 21:07:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
58752024-08-09T21:07:06.530Z[ recovery-image] Aug 09 21:07:05.129 INFO O| Aug 09 21:07:05.129 INFO STEP 676 (remove_files) COMPLETE
58762024-08-09T21:07:06.534Z[ recovery-image] Aug 09 21:07:05.129 INFO O| Aug 09 21:07:05.129 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-08-09T21:07:06.542Z[ recovery-image] Aug 09 21:07:05.139 INFO O| Aug 09 21:07:05.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
58782024-08-09T21:07:06.543Z[ recovery-image] Aug 09 21:07:05.139 INFO O| Aug 09 21:07:05.139 INFO STEP 677 (remove_files) COMPLETE
58792024-08-09T21:07:06.548Z[ recovery-image] Aug 09 21:07:05.139 INFO O| Aug 09 21:07:05.139 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-08-09T21:07:06.554Z[ recovery-image] Aug 09 21:07:05.150 INFO O| Aug 09 21:07:05.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
58812024-08-09T21:07:06.554Z[ recovery-image] Aug 09 21:07:05.150 INFO O| Aug 09 21:07:05.150 INFO STEP 678 (remove_files) COMPLETE
58822024-08-09T21:07:06.554Z[ recovery-image] Aug 09 21:07:05.150 INFO O| Aug 09 21:07:05.150 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-08-09T21:07:06.560Z[ recovery-image] Aug 09 21:07:05.160 INFO O| Aug 09 21:07:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
58842024-08-09T21:07:06.560Z[ recovery-image] Aug 09 21:07:05.160 INFO O| Aug 09 21:07:05.160 INFO STEP 679 (remove_files) COMPLETE
58852024-08-09T21:07:06.560Z[ recovery-image] Aug 09 21:07:05.160 INFO O| Aug 09 21:07:05.160 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-08-09T21:07:06.571Z[ recovery-image] Aug 09 21:07:05.170 INFO O| Aug 09 21:07:05.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
58872024-08-09T21:07:06.571Z[ recovery-image] Aug 09 21:07:05.170 INFO O| Aug 09 21:07:05.170 INFO STEP 680 (remove_files) COMPLETE
58882024-08-09T21:07:06.574Z[ recovery-image] Aug 09 21:07:05.170 INFO O| Aug 09 21:07:05.170 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-08-09T21:07:06.581Z[ recovery-image] Aug 09 21:07:05.180 INFO O| Aug 09 21:07:05.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
58902024-08-09T21:07:06.581Z[ recovery-image] Aug 09 21:07:05.180 INFO O| Aug 09 21:07:05.180 INFO STEP 681 (remove_files) COMPLETE
58912024-08-09T21:07:06.581Z[ recovery-image] Aug 09 21:07:05.180 INFO O| Aug 09 21:07:05.180 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-09T21:07:06.591Z[ recovery-image] Aug 09 21:07:05.190 INFO O| Aug 09 21:07:05.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
58932024-08-09T21:07:06.591Z[ recovery-image] Aug 09 21:07:05.191 INFO O| Aug 09 21:07:05.191 INFO STEP 682 (remove_files) COMPLETE
58942024-08-09T21:07:06.595Z[ recovery-image] Aug 09 21:07:05.191 INFO O| Aug 09 21:07:05.191 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-09T21:07:06.602Z[ recovery-image] Aug 09 21:07:05.201 INFO O| Aug 09 21:07:05.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
58962024-08-09T21:07:06.608Z[ recovery-image] Aug 09 21:07:05.201 INFO O| Aug 09 21:07:05.201 INFO STEP 683 (remove_files) COMPLETE
58972024-08-09T21:07:06.608Z[ recovery-image] Aug 09 21:07:05.201 INFO O| Aug 09 21:07:05.201 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-08-09T21:07:06.612Z[ recovery-image] Aug 09 21:07:05.211 INFO O| Aug 09 21:07:05.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
58992024-08-09T21:07:06.616Z[ recovery-image] Aug 09 21:07:05.211 INFO O| Aug 09 21:07:05.211 INFO STEP 684 (remove_files) COMPLETE
59002024-08-09T21:07:06.616Z[ recovery-image] Aug 09 21:07:05.212 INFO O| Aug 09 21:07:05.211 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-08-09T21:07:06.622Z[ recovery-image] Aug 09 21:07:05.222 INFO O| Aug 09 21:07:05.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59022024-08-09T21:07:06.622Z[ recovery-image] Aug 09 21:07:05.222 INFO O| Aug 09 21:07:05.222 INFO STEP 685 (remove_files) COMPLETE
59032024-08-09T21:07:06.626Z[ recovery-image] Aug 09 21:07:05.222 INFO O| Aug 09 21:07:05.222 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-08-09T21:07:06.634Z[ recovery-image] Aug 09 21:07:05.232 INFO O| Aug 09 21:07:05.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59052024-08-09T21:07:06.634Z[ recovery-image] Aug 09 21:07:05.232 INFO O| Aug 09 21:07:05.232 INFO STEP 686 (remove_files) COMPLETE
59062024-08-09T21:07:06.638Z[ recovery-image] Aug 09 21:07:05.232 INFO O| Aug 09 21:07:05.232 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-08-09T21:07:06.643Z[ recovery-image] Aug 09 21:07:05.243 INFO O| Aug 09 21:07:05.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59082024-08-09T21:07:06.643Z[ recovery-image] Aug 09 21:07:05.243 INFO O| Aug 09 21:07:05.243 INFO STEP 687 (remove_files) COMPLETE
59092024-08-09T21:07:06.648Z[ recovery-image] Aug 09 21:07:05.243 INFO O| Aug 09 21:07:05.243 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-08-09T21:07:06.654Z[ recovery-image] Aug 09 21:07:05.253 INFO O| Aug 09 21:07:05.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59112024-08-09T21:07:06.657Z[ recovery-image] Aug 09 21:07:05.254 INFO O| Aug 09 21:07:05.254 INFO STEP 688 (remove_files) COMPLETE
59122024-08-09T21:07:06.658Z[ recovery-image] Aug 09 21:07:05.254 INFO O| Aug 09 21:07:05.254 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-08-09T21:07:06.664Z[ recovery-image] Aug 09 21:07:05.264 INFO O| Aug 09 21:07:05.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59142024-08-09T21:07:06.664Z[ recovery-image] Aug 09 21:07:05.264 INFO O| Aug 09 21:07:05.264 INFO STEP 689 (remove_files) COMPLETE
59152024-08-09T21:07:06.671Z[ recovery-image] Aug 09 21:07:05.264 INFO O| Aug 09 21:07:05.264 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-08-09T21:07:06.675Z[ recovery-image] Aug 09 21:07:05.274 INFO O| Aug 09 21:07:05.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59172024-08-09T21:07:06.675Z[ recovery-image] Aug 09 21:07:05.274 INFO O| Aug 09 21:07:05.274 INFO STEP 690 (remove_files) COMPLETE
59182024-08-09T21:07:06.675Z[ recovery-image] Aug 09 21:07:05.274 INFO O| Aug 09 21:07:05.274 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-08-09T21:07:06.685Z[ recovery-image] Aug 09 21:07:05.285 INFO O| Aug 09 21:07:05.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59202024-08-09T21:07:06.689Z[ recovery-image] Aug 09 21:07:05.285 INFO O| Aug 09 21:07:05.285 INFO STEP 691 (remove_files) COMPLETE
59212024-08-09T21:07:06.689Z[ recovery-image] Aug 09 21:07:05.285 INFO O| Aug 09 21:07:05.285 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-08-09T21:07:06.697Z[ recovery-image] Aug 09 21:07:05.295 INFO O| Aug 09 21:07:05.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59232024-08-09T21:07:06.701Z[ recovery-image] Aug 09 21:07:05.295 INFO O| Aug 09 21:07:05.295 INFO STEP 692 (remove_files) COMPLETE
59242024-08-09T21:07:06.701Z[ recovery-image] Aug 09 21:07:05.296 INFO O| Aug 09 21:07:05.295 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-08-09T21:07:06.706Z[ recovery-image] Aug 09 21:07:05.306 INFO O| Aug 09 21:07:05.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59262024-08-09T21:07:06.710Z[ recovery-image] Aug 09 21:07:05.306 INFO O| Aug 09 21:07:05.306 INFO STEP 693 (remove_files) COMPLETE
59272024-08-09T21:07:06.710Z[ recovery-image] Aug 09 21:07:05.306 INFO O| Aug 09 21:07:05.306 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-08-09T21:07:06.717Z[ recovery-image] Aug 09 21:07:05.316 INFO O| Aug 09 21:07:05.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59292024-08-09T21:07:06.717Z[ recovery-image] Aug 09 21:07:05.317 INFO O| Aug 09 21:07:05.316 INFO STEP 694 (remove_files) COMPLETE
59302024-08-09T21:07:06.718Z[ recovery-image] Aug 09 21:07:05.317 INFO O| Aug 09 21:07:05.316 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-08-09T21:07:06.727Z[ recovery-image] Aug 09 21:07:05.327 INFO O| Aug 09 21:07:05.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59322024-08-09T21:07:06.731Z[ recovery-image] Aug 09 21:07:05.327 INFO O| Aug 09 21:07:05.327 INFO STEP 695 (remove_files) COMPLETE
59332024-08-09T21:07:06.731Z[ recovery-image] Aug 09 21:07:05.327 INFO O| Aug 09 21:07:05.327 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-08-09T21:07:06.737Z[ recovery-image] Aug 09 21:07:05.337 INFO O| Aug 09 21:07:05.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59352024-08-09T21:07:06.741Z[ recovery-image] Aug 09 21:07:05.337 INFO O| Aug 09 21:07:05.337 INFO STEP 696 (remove_files) COMPLETE
59362024-08-09T21:07:06.741Z[ recovery-image] Aug 09 21:07:05.337 INFO O| Aug 09 21:07:05.337 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-08-09T21:07:06.747Z[ recovery-image] Aug 09 21:07:05.347 INFO O| Aug 09 21:07:05.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59382024-08-09T21:07:06.747Z[ recovery-image] Aug 09 21:07:05.347 INFO O| Aug 09 21:07:05.347 INFO STEP 697 (remove_files) COMPLETE
59392024-08-09T21:07:06.751Z[ recovery-image] Aug 09 21:07:05.347 INFO O| Aug 09 21:07:05.347 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-08-09T21:07:06.758Z[ recovery-image] Aug 09 21:07:05.357 INFO O| Aug 09 21:07:05.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59412024-08-09T21:07:06.758Z[ recovery-image] Aug 09 21:07:05.357 INFO O| Aug 09 21:07:05.357 INFO STEP 698 (remove_files) COMPLETE
59422024-08-09T21:07:06.758Z[ recovery-image] Aug 09 21:07:05.357 INFO O| Aug 09 21:07:05.357 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-08-09T21:07:06.768Z[ recovery-image] Aug 09 21:07:05.367 INFO O| Aug 09 21:07:05.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59442024-08-09T21:07:06.768Z[ recovery-image] Aug 09 21:07:05.367 INFO O| Aug 09 21:07:05.367 INFO STEP 699 (remove_files) COMPLETE
59452024-08-09T21:07:06.772Z[ recovery-image] Aug 09 21:07:05.367 INFO O| Aug 09 21:07:05.367 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-08-09T21:07:06.778Z[ recovery-image] Aug 09 21:07:05.377 INFO O| Aug 09 21:07:05.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59472024-08-09T21:07:06.778Z[ recovery-image] Aug 09 21:07:05.377 INFO O| Aug 09 21:07:05.377 INFO STEP 700 (remove_files) COMPLETE
59482024-08-09T21:07:06.778Z[ recovery-image] Aug 09 21:07:05.377 INFO O| Aug 09 21:07:05.377 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-08-09T21:07:06.788Z[ recovery-image] Aug 09 21:07:05.387 INFO O| Aug 09 21:07:05.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59502024-08-09T21:07:06.791Z[ recovery-image] Aug 09 21:07:05.387 INFO O| Aug 09 21:07:05.387 INFO STEP 701 (remove_files) COMPLETE
59512024-08-09T21:07:06.791Z[ recovery-image] Aug 09 21:07:05.387 INFO O| Aug 09 21:07:05.387 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-08-09T21:07:06.798Z[ recovery-image] Aug 09 21:07:05.397 INFO O| Aug 09 21:07:05.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59532024-08-09T21:07:06.798Z[ recovery-image] Aug 09 21:07:05.397 INFO O| Aug 09 21:07:05.397 INFO STEP 702 (remove_files) COMPLETE
59542024-08-09T21:07:06.802Z[ recovery-image] Aug 09 21:07:05.397 INFO O| Aug 09 21:07:05.397 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-08-09T21:07:06.808Z[ recovery-image] Aug 09 21:07:05.407 INFO O| Aug 09 21:07:05.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59562024-08-09T21:07:06.808Z[ recovery-image] Aug 09 21:07:05.407 INFO O| Aug 09 21:07:05.407 INFO STEP 703 (remove_files) COMPLETE
59572024-08-09T21:07:06.808Z[ recovery-image] Aug 09 21:07:05.407 INFO O| Aug 09 21:07:05.407 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-08-09T21:07:06.818Z[ recovery-image] Aug 09 21:07:05.417 INFO O| Aug 09 21:07:05.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59592024-08-09T21:07:06.821Z[ recovery-image] Aug 09 21:07:05.417 INFO O| Aug 09 21:07:05.417 INFO STEP 704 (remove_files) COMPLETE
59602024-08-09T21:07:06.822Z[ recovery-image] Aug 09 21:07:05.417 INFO O| Aug 09 21:07:05.417 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-08-09T21:07:06.827Z[ recovery-image] Aug 09 21:07:05.427 INFO O| Aug 09 21:07:05.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59622024-08-09T21:07:06.832Z[ recovery-image] Aug 09 21:07:05.427 INFO O| Aug 09 21:07:05.427 INFO STEP 705 (remove_files) COMPLETE
59632024-08-09T21:07:06.832Z[ recovery-image] Aug 09 21:07:05.427 INFO O| Aug 09 21:07:05.427 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-08-09T21:07:06.838Z[ recovery-image] Aug 09 21:07:05.437 INFO O| Aug 09 21:07:05.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59652024-08-09T21:07:06.842Z[ recovery-image] Aug 09 21:07:05.437 INFO O| Aug 09 21:07:05.437 INFO STEP 706 (remove_files) COMPLETE
59662024-08-09T21:07:06.842Z[ recovery-image] Aug 09 21:07:05.437 INFO O| Aug 09 21:07:05.437 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-08-09T21:07:06.848Z[ recovery-image] Aug 09 21:07:05.447 INFO O| Aug 09 21:07:05.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59682024-08-09T21:07:06.848Z[ recovery-image] Aug 09 21:07:05.447 INFO O| Aug 09 21:07:05.447 INFO STEP 707 (remove_files) COMPLETE
59692024-08-09T21:07:06.851Z[ recovery-image] Aug 09 21:07:05.447 INFO O| Aug 09 21:07:05.447 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-08-09T21:07:06.858Z[ recovery-image] Aug 09 21:07:05.457 INFO O| Aug 09 21:07:05.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59712024-08-09T21:07:06.858Z[ recovery-image] Aug 09 21:07:05.457 INFO O| Aug 09 21:07:05.457 INFO STEP 708 (remove_files) COMPLETE
59722024-08-09T21:07:06.858Z[ recovery-image] Aug 09 21:07:05.457 INFO O| Aug 09 21:07:05.457 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-08-09T21:07:06.869Z[ recovery-image] Aug 09 21:07:05.468 INFO O| Aug 09 21:07:05.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
59742024-08-09T21:07:06.873Z[ recovery-image] Aug 09 21:07:05.468 INFO O| Aug 09 21:07:05.468 INFO STEP 709 (remove_files) COMPLETE
59752024-08-09T21:07:06.873Z[ recovery-image] Aug 09 21:07:05.468 INFO O| Aug 09 21:07:05.468 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-08-09T21:07:06.886Z[ recovery-image] Aug 09 21:07:05.477 INFO O| Aug 09 21:07:05.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
59772024-08-09T21:07:06.890Z[ recovery-image] Aug 09 21:07:05.478 INFO O| Aug 09 21:07:05.478 INFO STEP 710 (remove_files) COMPLETE
59782024-08-09T21:07:06.890Z[ recovery-image] Aug 09 21:07:05.478 INFO O| Aug 09 21:07:05.478 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-08-09T21:07:06.891Z[ recovery-image] Aug 09 21:07:05.488 INFO O| Aug 09 21:07:05.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
59802024-08-09T21:07:06.891Z[ recovery-image] Aug 09 21:07:05.488 INFO O| Aug 09 21:07:05.488 INFO STEP 711 (remove_files) COMPLETE
59812024-08-09T21:07:06.891Z[ recovery-image] Aug 09 21:07:05.488 INFO O| Aug 09 21:07:05.488 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-08-09T21:07:06.898Z[ recovery-image] Aug 09 21:07:05.498 INFO O| Aug 09 21:07:05.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
59832024-08-09T21:07:06.902Z[ recovery-image] Aug 09 21:07:05.498 INFO O| Aug 09 21:07:05.498 INFO STEP 712 (remove_files) COMPLETE
59842024-08-09T21:07:06.902Z[ recovery-image] Aug 09 21:07:05.498 INFO O| Aug 09 21:07:05.498 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-08-09T21:07:06.908Z[ recovery-image] Aug 09 21:07:05.508 INFO O| Aug 09 21:07:05.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
59862024-08-09T21:07:06.908Z[ recovery-image] Aug 09 21:07:05.508 INFO O| Aug 09 21:07:05.508 INFO STEP 713 (remove_files) COMPLETE
59872024-08-09T21:07:06.908Z[ recovery-image] Aug 09 21:07:05.508 INFO O| Aug 09 21:07:05.508 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-08-09T21:07:06.918Z[ recovery-image] Aug 09 21:07:05.518 INFO O| Aug 09 21:07:05.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
59892024-08-09T21:07:06.922Z[ recovery-image] Aug 09 21:07:05.518 INFO O| Aug 09 21:07:05.518 INFO STEP 714 (remove_files) COMPLETE
59902024-08-09T21:07:06.922Z[ recovery-image] Aug 09 21:07:05.518 INFO O| Aug 09 21:07:05.518 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-08-09T21:07:06.928Z[ recovery-image] Aug 09 21:07:05.528 INFO O| Aug 09 21:07:05.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
59922024-08-09T21:07:06.932Z[ recovery-image] Aug 09 21:07:05.528 INFO O| Aug 09 21:07:05.528 INFO STEP 715 (remove_files) COMPLETE
59932024-08-09T21:07:06.932Z[ recovery-image] Aug 09 21:07:05.528 INFO O| Aug 09 21:07:05.528 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-08-09T21:07:06.938Z[ recovery-image] Aug 09 21:07:05.538 INFO O| Aug 09 21:07:05.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
59952024-08-09T21:07:06.938Z[ recovery-image] Aug 09 21:07:05.538 INFO O| Aug 09 21:07:05.538 INFO STEP 716 (remove_files) COMPLETE
59962024-08-09T21:07:06.942Z[ recovery-image] Aug 09 21:07:05.538 INFO O| Aug 09 21:07:05.538 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-08-09T21:07:06.948Z[ recovery-image] Aug 09 21:07:05.547 INFO O| Aug 09 21:07:05.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
59982024-08-09T21:07:06.953Z[ recovery-image] Aug 09 21:07:05.548 INFO O| Aug 09 21:07:05.548 INFO STEP 717 (remove_files) COMPLETE
59992024-08-09T21:07:06.953Z[ recovery-image] Aug 09 21:07:05.548 INFO O| Aug 09 21:07:05.548 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-08-09T21:07:06.957Z[ recovery-image] Aug 09 21:07:05.557 INFO O| Aug 09 21:07:05.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60012024-08-09T21:07:06.958Z[ recovery-image] Aug 09 21:07:05.557 INFO O| Aug 09 21:07:05.557 INFO STEP 718 (remove_files) COMPLETE
60022024-08-09T21:07:06.958Z[ recovery-image] Aug 09 21:07:05.557 INFO O| Aug 09 21:07:05.557 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-08-09T21:07:06.968Z[ recovery-image] Aug 09 21:07:05.567 INFO O| Aug 09 21:07:05.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60042024-08-09T21:07:06.968Z[ recovery-image] Aug 09 21:07:05.567 INFO O| Aug 09 21:07:05.567 INFO STEP 719 (remove_files) COMPLETE
60052024-08-09T21:07:06.985Z[ recovery-image] Aug 09 21:07:05.567 INFO O| Aug 09 21:07:05.567 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-08-09T21:07:06.990Z[ recovery-image] Aug 09 21:07:05.577 INFO O| Aug 09 21:07:05.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60072024-08-09T21:07:06.990Z[ recovery-image] Aug 09 21:07:05.577 INFO O| Aug 09 21:07:05.577 INFO STEP 720 (remove_files) COMPLETE
60082024-08-09T21:07:06.990Z[ recovery-image] Aug 09 21:07:05.577 INFO O| Aug 09 21:07:05.577 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-08-09T21:07:06.990Z[ recovery-image] Aug 09 21:07:05.587 INFO O| Aug 09 21:07:05.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60102024-08-09T21:07:06.990Z[ recovery-image] Aug 09 21:07:05.587 INFO O| Aug 09 21:07:05.587 INFO STEP 721 (remove_files) COMPLETE
60112024-08-09T21:07:06.990Z[ recovery-image] Aug 09 21:07:05.587 INFO O| Aug 09 21:07:05.587 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-08-09T21:07:06.997Z[ recovery-image] Aug 09 21:07:05.597 INFO O| Aug 09 21:07:05.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60132024-08-09T21:07:07.002Z[ recovery-image] Aug 09 21:07:05.597 INFO O| Aug 09 21:07:05.597 INFO STEP 722 (remove_files) COMPLETE
60142024-08-09T21:07:07.002Z[ recovery-image] Aug 09 21:07:05.597 INFO O| Aug 09 21:07:05.597 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-08-09T21:07:07.007Z[ recovery-image] Aug 09 21:07:05.606 INFO O| Aug 09 21:07:05.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60162024-08-09T21:07:07.007Z[ recovery-image] Aug 09 21:07:05.607 INFO O| Aug 09 21:07:05.607 INFO STEP 723 (remove_files) COMPLETE
60172024-08-09T21:07:07.007Z[ recovery-image] Aug 09 21:07:05.607 INFO O| Aug 09 21:07:05.607 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-08-09T21:07:07.017Z[ recovery-image] Aug 09 21:07:05.616 INFO O| Aug 09 21:07:05.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60192024-08-09T21:07:07.017Z[ recovery-image] Aug 09 21:07:05.616 INFO O| Aug 09 21:07:05.616 INFO STEP 724 (remove_files) COMPLETE
60202024-08-09T21:07:07.017Z[ recovery-image] Aug 09 21:07:05.616 INFO O| Aug 09 21:07:05.616 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-08-09T21:07:07.027Z[ recovery-image] Aug 09 21:07:05.626 INFO O| Aug 09 21:07:05.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60222024-08-09T21:07:07.027Z[ recovery-image] Aug 09 21:07:05.626 INFO O| Aug 09 21:07:05.626 INFO STEP 725 (remove_files) COMPLETE
60232024-08-09T21:07:07.027Z[ recovery-image] Aug 09 21:07:05.626 INFO O| Aug 09 21:07:05.626 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-08-09T21:07:07.037Z[ recovery-image] Aug 09 21:07:05.637 INFO O| Aug 09 21:07:05.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60252024-08-09T21:07:07.037Z[ recovery-image] Aug 09 21:07:05.637 INFO O| Aug 09 21:07:05.637 INFO STEP 726 (remove_files) COMPLETE
60262024-08-09T21:07:07.041Z[ recovery-image] Aug 09 21:07:05.637 INFO O| Aug 09 21:07:05.637 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-08-09T21:07:07.048Z[ recovery-image] Aug 09 21:07:05.647 INFO O| Aug 09 21:07:05.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60282024-08-09T21:07:07.048Z[ recovery-image] Aug 09 21:07:05.647 INFO O| Aug 09 21:07:05.647 INFO STEP 727 (remove_files) COMPLETE
60292024-08-09T21:07:07.048Z[ recovery-image] Aug 09 21:07:05.647 INFO O| Aug 09 21:07:05.647 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-08-09T21:07:07.058Z[ recovery-image] Aug 09 21:07:05.657 INFO O| Aug 09 21:07:05.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60312024-08-09T21:07:07.062Z[ recovery-image] Aug 09 21:07:05.657 INFO O| Aug 09 21:07:05.657 INFO STEP 728 (remove_files) COMPLETE
60322024-08-09T21:07:07.062Z[ recovery-image] Aug 09 21:07:05.657 INFO O| Aug 09 21:07:05.657 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-08-09T21:07:07.068Z[ recovery-image] Aug 09 21:07:05.667 INFO O| Aug 09 21:07:05.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60342024-08-09T21:07:07.071Z[ recovery-image] Aug 09 21:07:05.667 INFO O| Aug 09 21:07:05.667 INFO STEP 729 (remove_files) COMPLETE
60352024-08-09T21:07:07.071Z[ recovery-image] Aug 09 21:07:05.667 INFO O| Aug 09 21:07:05.667 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-08-09T21:07:07.078Z[ recovery-image] Aug 09 21:07:05.677 INFO O| Aug 09 21:07:05.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60372024-08-09T21:07:07.078Z[ recovery-image] Aug 09 21:07:05.678 INFO O| Aug 09 21:07:05.677 INFO STEP 730 (remove_files) COMPLETE
60382024-08-09T21:07:07.082Z[ recovery-image] Aug 09 21:07:05.678 INFO O| Aug 09 21:07:05.678 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-08-09T21:07:07.088Z[ recovery-image] Aug 09 21:07:05.687 INFO O| Aug 09 21:07:05.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60402024-08-09T21:07:07.092Z[ recovery-image] Aug 09 21:07:05.688 INFO O| Aug 09 21:07:05.688 INFO STEP 731 (remove_files) COMPLETE
60412024-08-09T21:07:07.092Z[ recovery-image] Aug 09 21:07:05.688 INFO O| Aug 09 21:07:05.688 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-08-09T21:07:07.097Z[ recovery-image] Aug 09 21:07:05.697 INFO O| Aug 09 21:07:05.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60432024-08-09T21:07:07.101Z[ recovery-image] Aug 09 21:07:05.697 INFO O| Aug 09 21:07:05.697 INFO STEP 732 (remove_files) COMPLETE
60442024-08-09T21:07:07.101Z[ recovery-image] Aug 09 21:07:05.697 INFO O| Aug 09 21:07:05.697 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-08-09T21:07:07.108Z[ recovery-image] Aug 09 21:07:05.707 INFO O| Aug 09 21:07:05.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60462024-08-09T21:07:07.108Z[ recovery-image] Aug 09 21:07:05.707 INFO O| Aug 09 21:07:05.707 INFO STEP 733 (remove_files) COMPLETE
60472024-08-09T21:07:07.108Z[ recovery-image] Aug 09 21:07:05.707 INFO O| Aug 09 21:07:05.707 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-08-09T21:07:07.120Z[ recovery-image] Aug 09 21:07:05.719 INFO O| Aug 09 21:07:05.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60492024-08-09T21:07:07.120Z[ recovery-image] Aug 09 21:07:05.719 INFO O| Aug 09 21:07:05.719 INFO STEP 734 (remove_files) COMPLETE
60502024-08-09T21:07:07.120Z[ recovery-image] Aug 09 21:07:05.719 INFO O| Aug 09 21:07:05.719 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-08-09T21:07:07.130Z[ recovery-image] Aug 09 21:07:05.730 INFO O| Aug 09 21:07:05.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60522024-08-09T21:07:07.136Z[ recovery-image] Aug 09 21:07:05.730 INFO O| Aug 09 21:07:05.730 INFO STEP 735 (remove_files) COMPLETE
60532024-08-09T21:07:07.136Z[ recovery-image] Aug 09 21:07:05.730 INFO O| Aug 09 21:07:05.730 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-08-09T21:07:07.140Z[ recovery-image] Aug 09 21:07:05.740 INFO O| Aug 09 21:07:05.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60552024-08-09T21:07:07.145Z[ recovery-image] Aug 09 21:07:05.741 INFO O| Aug 09 21:07:05.740 INFO STEP 736 (remove_files) COMPLETE
60562024-08-09T21:07:07.145Z[ recovery-image] Aug 09 21:07:05.741 INFO O| Aug 09 21:07:05.741 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-08-09T21:07:07.151Z[ recovery-image] Aug 09 21:07:05.750 INFO O| Aug 09 21:07:05.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60582024-08-09T21:07:07.151Z[ recovery-image] Aug 09 21:07:05.750 INFO O| Aug 09 21:07:05.750 INFO STEP 737 (remove_files) COMPLETE
60592024-08-09T21:07:07.154Z[ recovery-image] Aug 09 21:07:05.751 INFO O| Aug 09 21:07:05.750 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-08-09T21:07:07.160Z[ recovery-image] Aug 09 21:07:05.760 INFO O| Aug 09 21:07:05.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60612024-08-09T21:07:07.164Z[ recovery-image] Aug 09 21:07:05.760 INFO O| Aug 09 21:07:05.760 INFO STEP 738 (remove_files) COMPLETE
60622024-08-09T21:07:07.164Z[ recovery-image] Aug 09 21:07:05.760 INFO O| Aug 09 21:07:05.760 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-08-09T21:07:07.172Z[ recovery-image] Aug 09 21:07:05.772 INFO O| Aug 09 21:07:05.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60642024-08-09T21:07:07.173Z[ recovery-image] Aug 09 21:07:05.772 INFO O| Aug 09 21:07:05.772 INFO STEP 739 (remove_files) COMPLETE
60652024-08-09T21:07:07.173Z[ recovery-image] Aug 09 21:07:05.772 INFO O| Aug 09 21:07:05.772 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-08-09T21:07:07.183Z[ recovery-image] Aug 09 21:07:05.783 INFO O| Aug 09 21:07:05.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60672024-08-09T21:07:07.187Z[ recovery-image] Aug 09 21:07:05.783 INFO O| Aug 09 21:07:05.783 INFO STEP 740 (remove_files) COMPLETE
60682024-08-09T21:07:07.187Z[ recovery-image] Aug 09 21:07:05.783 INFO O| Aug 09 21:07:05.783 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-08-09T21:07:07.195Z[ recovery-image] Aug 09 21:07:05.794 INFO O| Aug 09 21:07:05.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60702024-08-09T21:07:07.204Z[ recovery-image] Aug 09 21:07:05.795 INFO O| Aug 09 21:07:05.795 INFO STEP 741 (remove_files) COMPLETE
60712024-08-09T21:07:07.204Z[ recovery-image] Aug 09 21:07:05.795 INFO O| Aug 09 21:07:05.795 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-08-09T21:07:07.208Z[ recovery-image] Aug 09 21:07:05.805 INFO O| Aug 09 21:07:05.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
60732024-08-09T21:07:07.208Z[ recovery-image] Aug 09 21:07:05.806 INFO O| Aug 09 21:07:05.806 INFO STEP 742 (remove_files) COMPLETE
60742024-08-09T21:07:07.208Z[ recovery-image] Aug 09 21:07:05.806 INFO O| Aug 09 21:07:05.806 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-08-09T21:07:07.216Z[ recovery-image] Aug 09 21:07:05.816 INFO O| Aug 09 21:07:05.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
60762024-08-09T21:07:07.221Z[ recovery-image] Aug 09 21:07:05.816 INFO O| Aug 09 21:07:05.816 INFO STEP 743 (remove_files) COMPLETE
60772024-08-09T21:07:07.221Z[ recovery-image] Aug 09 21:07:05.817 INFO O| Aug 09 21:07:05.816 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-08-09T21:07:07.227Z[ recovery-image] Aug 09 21:07:05.827 INFO O| Aug 09 21:07:05.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
60792024-08-09T21:07:07.231Z[ recovery-image] Aug 09 21:07:05.827 INFO O| Aug 09 21:07:05.827 INFO STEP 744 (remove_files) COMPLETE
60802024-08-09T21:07:07.231Z[ recovery-image] Aug 09 21:07:05.827 INFO O| Aug 09 21:07:05.827 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-08-09T21:07:07.238Z[ recovery-image] Aug 09 21:07:05.837 INFO O| Aug 09 21:07:05.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
60822024-08-09T21:07:07.238Z[ recovery-image] Aug 09 21:07:05.838 INFO O| Aug 09 21:07:05.838 INFO STEP 745 (remove_files) COMPLETE
60832024-08-09T21:07:07.238Z[ recovery-image] Aug 09 21:07:05.838 INFO O| Aug 09 21:07:05.838 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-08-09T21:07:07.248Z[ recovery-image] Aug 09 21:07:05.848 INFO O| Aug 09 21:07:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
60852024-08-09T21:07:07.248Z[ recovery-image] Aug 09 21:07:05.848 INFO O| Aug 09 21:07:05.848 INFO STEP 746 (remove_files) COMPLETE
60862024-08-09T21:07:07.248Z[ recovery-image] Aug 09 21:07:05.848 INFO O| Aug 09 21:07:05.848 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-08-09T21:07:07.260Z[ recovery-image] Aug 09 21:07:05.858 INFO O| Aug 09 21:07:05.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
60882024-08-09T21:07:07.264Z[ recovery-image] Aug 09 21:07:05.858 INFO O| Aug 09 21:07:05.858 INFO STEP 747 (remove_files) COMPLETE
60892024-08-09T21:07:07.264Z[ recovery-image] Aug 09 21:07:05.858 INFO O| Aug 09 21:07:05.858 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-08-09T21:07:07.269Z[ recovery-image] Aug 09 21:07:05.868 INFO O| Aug 09 21:07:05.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
60912024-08-09T21:07:07.274Z[ recovery-image] Aug 09 21:07:05.868 INFO O| Aug 09 21:07:05.868 INFO STEP 748 (remove_files) COMPLETE
60922024-08-09T21:07:07.274Z[ recovery-image] Aug 09 21:07:05.868 INFO O| Aug 09 21:07:05.868 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-08-09T21:07:07.279Z[ recovery-image] Aug 09 21:07:05.879 INFO O| Aug 09 21:07:05.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
60942024-08-09T21:07:07.279Z[ recovery-image] Aug 09 21:07:05.879 INFO O| Aug 09 21:07:05.879 INFO STEP 749 (remove_files) COMPLETE
60952024-08-09T21:07:07.279Z[ recovery-image] Aug 09 21:07:05.879 INFO O| Aug 09 21:07:05.879 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-08-09T21:07:07.290Z[ recovery-image] Aug 09 21:07:05.889 INFO O| Aug 09 21:07:05.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
60972024-08-09T21:07:07.293Z[ recovery-image] Aug 09 21:07:05.889 INFO O| Aug 09 21:07:05.889 INFO STEP 750 (remove_files) COMPLETE
60982024-08-09T21:07:07.293Z[ recovery-image] Aug 09 21:07:05.889 INFO O| Aug 09 21:07:05.889 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-08-09T21:07:07.300Z[ recovery-image] Aug 09 21:07:05.899 INFO O| Aug 09 21:07:05.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61002024-08-09T21:07:07.300Z[ recovery-image] Aug 09 21:07:05.899 INFO O| Aug 09 21:07:05.899 INFO STEP 751 (remove_files) COMPLETE
61012024-08-09T21:07:07.303Z[ recovery-image] Aug 09 21:07:05.899 INFO O| Aug 09 21:07:05.899 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-08-09T21:07:07.310Z[ recovery-image] Aug 09 21:07:05.909 INFO O| Aug 09 21:07:05.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61032024-08-09T21:07:07.313Z[ recovery-image] Aug 09 21:07:05.910 INFO O| Aug 09 21:07:05.910 INFO STEP 752 (remove_files) COMPLETE
61042024-08-09T21:07:07.313Z[ recovery-image] Aug 09 21:07:05.910 INFO O| Aug 09 21:07:05.910 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-08-09T21:07:07.321Z[ recovery-image] Aug 09 21:07:05.920 INFO O| Aug 09 21:07:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61062024-08-09T21:07:07.321Z[ recovery-image] Aug 09 21:07:05.920 INFO O| Aug 09 21:07:05.920 INFO STEP 753 (remove_files) COMPLETE
61072024-08-09T21:07:07.325Z[ recovery-image] Aug 09 21:07:05.920 INFO O| Aug 09 21:07:05.920 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-08-09T21:07:07.330Z[ recovery-image] Aug 09 21:07:05.930 INFO O| Aug 09 21:07:05.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61092024-08-09T21:07:07.334Z[ recovery-image] Aug 09 21:07:05.930 INFO O| Aug 09 21:07:05.930 INFO STEP 754 (remove_files) COMPLETE
61102024-08-09T21:07:07.334Z[ recovery-image] Aug 09 21:07:05.930 INFO O| Aug 09 21:07:05.930 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-08-09T21:07:07.341Z[ recovery-image] Aug 09 21:07:05.940 INFO O| Aug 09 21:07:05.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61122024-08-09T21:07:07.344Z[ recovery-image] Aug 09 21:07:05.940 INFO O| Aug 09 21:07:05.940 INFO STEP 755 (remove_files) COMPLETE
61132024-08-09T21:07:07.344Z[ recovery-image] Aug 09 21:07:05.940 INFO O| Aug 09 21:07:05.940 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-08-09T21:07:07.351Z[ recovery-image] Aug 09 21:07:05.950 INFO O| Aug 09 21:07:05.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61152024-08-09T21:07:07.351Z[ recovery-image] Aug 09 21:07:05.951 INFO O| Aug 09 21:07:05.951 INFO STEP 756 (remove_files) COMPLETE
61162024-08-09T21:07:07.355Z[ recovery-image] Aug 09 21:07:05.951 INFO O| Aug 09 21:07:05.951 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-08-09T21:07:07.361Z[ recovery-image] Aug 09 21:07:05.961 INFO O| Aug 09 21:07:05.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61182024-08-09T21:07:07.366Z[ recovery-image] Aug 09 21:07:05.961 INFO O| Aug 09 21:07:05.961 INFO STEP 757 (remove_files) COMPLETE
61192024-08-09T21:07:07.366Z[ recovery-image] Aug 09 21:07:05.961 INFO O| Aug 09 21:07:05.961 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-08-09T21:07:07.372Z[ recovery-image] Aug 09 21:07:05.971 INFO O| Aug 09 21:07:05.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61212024-08-09T21:07:07.376Z[ recovery-image] Aug 09 21:07:05.971 INFO O| Aug 09 21:07:05.971 INFO STEP 758 (remove_files) COMPLETE
61222024-08-09T21:07:07.376Z[ recovery-image] Aug 09 21:07:05.971 INFO O| Aug 09 21:07:05.971 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-08-09T21:07:07.381Z[ recovery-image] Aug 09 21:07:05.981 INFO O| Aug 09 21:07:05.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61242024-08-09T21:07:07.385Z[ recovery-image] Aug 09 21:07:05.981 INFO O| Aug 09 21:07:05.981 INFO STEP 759 (remove_files) COMPLETE
61252024-08-09T21:07:07.385Z[ recovery-image] Aug 09 21:07:05.981 INFO O| Aug 09 21:07:05.981 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-08-09T21:07:07.391Z[ recovery-image] Aug 09 21:07:05.991 INFO O| Aug 09 21:07:05.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61272024-08-09T21:07:07.394Z[ recovery-image] Aug 09 21:07:05.992 INFO O| Aug 09 21:07:05.991 INFO STEP 760 (remove_files) COMPLETE
61282024-08-09T21:07:07.395Z[ recovery-image] Aug 09 21:07:05.992 INFO O| Aug 09 21:07:05.991 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-08-09T21:07:07.402Z[ recovery-image] Aug 09 21:07:06.001 INFO O| Aug 09 21:07:06.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61302024-08-09T21:07:07.402Z[ recovery-image] Aug 09 21:07:06.001 INFO O| Aug 09 21:07:06.001 INFO STEP 761 (remove_files) COMPLETE
61312024-08-09T21:07:07.406Z[ recovery-image] Aug 09 21:07:06.001 INFO O| Aug 09 21:07:06.001 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-08-09T21:07:07.411Z[ recovery-image] Aug 09 21:07:06.011 INFO O| Aug 09 21:07:06.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61332024-08-09T21:07:07.411Z[ recovery-image] Aug 09 21:07:06.011 INFO O| Aug 09 21:07:06.011 INFO STEP 762 (remove_files) COMPLETE
61342024-08-09T21:07:07.415Z[ recovery-image] Aug 09 21:07:06.011 INFO O| Aug 09 21:07:06.011 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-08-09T21:07:07.422Z[ recovery-image] Aug 09 21:07:06.021 INFO O| Aug 09 21:07:06.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61362024-08-09T21:07:07.425Z[ recovery-image] Aug 09 21:07:06.021 INFO O| Aug 09 21:07:06.021 INFO STEP 763 (remove_files) COMPLETE
61372024-08-09T21:07:07.425Z[ recovery-image] Aug 09 21:07:06.021 INFO O| Aug 09 21:07:06.021 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-08-09T21:07:07.432Z[ recovery-image] Aug 09 21:07:06.032 INFO O| Aug 09 21:07:06.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61392024-08-09T21:07:07.432Z[ recovery-image] Aug 09 21:07:06.032 INFO O| Aug 09 21:07:06.032 INFO STEP 764 (remove_files) COMPLETE
61402024-08-09T21:07:07.432Z[ recovery-image] Aug 09 21:07:06.032 INFO O| Aug 09 21:07:06.032 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-08-09T21:07:07.443Z[ recovery-image] Aug 09 21:07:06.042 INFO O| Aug 09 21:07:06.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61422024-08-09T21:07:07.443Z[ recovery-image] Aug 09 21:07:06.042 INFO O| Aug 09 21:07:06.042 INFO STEP 765 (remove_files) COMPLETE
61432024-08-09T21:07:07.448Z[ recovery-image] Aug 09 21:07:06.042 INFO O| Aug 09 21:07:06.042 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-08-09T21:07:07.453Z[ recovery-image] Aug 09 21:07:06.052 INFO O| Aug 09 21:07:06.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61452024-08-09T21:07:07.453Z[ recovery-image] Aug 09 21:07:06.053 INFO O| Aug 09 21:07:06.053 INFO STEP 766 (remove_files) COMPLETE
61462024-08-09T21:07:07.457Z[ recovery-image] Aug 09 21:07:06.053 INFO O| Aug 09 21:07:06.053 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-08-09T21:07:07.464Z[ recovery-image] Aug 09 21:07:06.063 INFO O| Aug 09 21:07:06.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61482024-08-09T21:07:07.469Z[ recovery-image] Aug 09 21:07:06.063 INFO O| Aug 09 21:07:06.063 INFO STEP 767 (remove_files) COMPLETE
61492024-08-09T21:07:07.469Z[ recovery-image] Aug 09 21:07:06.063 INFO O| Aug 09 21:07:06.063 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-08-09T21:07:07.473Z[ recovery-image] Aug 09 21:07:06.073 INFO O| Aug 09 21:07:06.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61512024-08-09T21:07:07.473Z[ recovery-image] Aug 09 21:07:06.073 INFO O| Aug 09 21:07:06.073 INFO STEP 768 (remove_files) COMPLETE
61522024-08-09T21:07:07.473Z[ recovery-image] Aug 09 21:07:06.073 INFO O| Aug 09 21:07:06.073 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-08-09T21:07:07.485Z[ recovery-image] Aug 09 21:07:06.083 INFO O| Aug 09 21:07:06.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61542024-08-09T21:07:07.485Z[ recovery-image] Aug 09 21:07:06.084 INFO O| Aug 09 21:07:06.084 INFO STEP 769 (remove_files) COMPLETE
61552024-08-09T21:07:07.489Z[ recovery-image] Aug 09 21:07:06.084 INFO O| Aug 09 21:07:06.084 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-08-09T21:07:07.496Z[ recovery-image] Aug 09 21:07:06.094 INFO O| Aug 09 21:07:06.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61572024-08-09T21:07:07.499Z[ recovery-image] Aug 09 21:07:06.094 INFO O| Aug 09 21:07:06.094 INFO STEP 770 (remove_files) COMPLETE
61582024-08-09T21:07:07.500Z[ recovery-image] Aug 09 21:07:06.094 INFO O| Aug 09 21:07:06.094 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-08-09T21:07:07.505Z[ recovery-image] Aug 09 21:07:06.105 INFO O| Aug 09 21:07:06.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61602024-08-09T21:07:07.509Z[ recovery-image] Aug 09 21:07:06.105 INFO O| Aug 09 21:07:06.105 INFO STEP 771 (remove_files) COMPLETE
61612024-08-09T21:07:07.509Z[ recovery-image] Aug 09 21:07:06.105 INFO O| Aug 09 21:07:06.105 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-08-09T21:07:07.515Z[ recovery-image] Aug 09 21:07:06.115 INFO O| Aug 09 21:07:06.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61632024-08-09T21:07:07.515Z[ recovery-image] Aug 09 21:07:06.115 INFO O| Aug 09 21:07:06.115 INFO STEP 772 (remove_files) COMPLETE
61642024-08-09T21:07:07.515Z[ recovery-image] Aug 09 21:07:06.115 INFO O| Aug 09 21:07:06.115 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-08-09T21:07:07.526Z[ recovery-image] Aug 09 21:07:06.126 INFO O| Aug 09 21:07:06.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61662024-08-09T21:07:07.526Z[ recovery-image] Aug 09 21:07:06.126 INFO O| Aug 09 21:07:06.126 INFO STEP 773 (remove_files) COMPLETE
61672024-08-09T21:07:07.530Z[ recovery-image] Aug 09 21:07:06.126 INFO O| Aug 09 21:07:06.126 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-08-09T21:07:07.536Z[ recovery-image] Aug 09 21:07:06.136 INFO O| Aug 09 21:07:06.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61692024-08-09T21:07:07.536Z[ recovery-image] Aug 09 21:07:06.136 INFO O| Aug 09 21:07:06.136 INFO STEP 774 (remove_files) COMPLETE
61702024-08-09T21:07:07.540Z[ recovery-image] Aug 09 21:07:06.136 INFO O| Aug 09 21:07:06.136 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-08-09T21:07:07.547Z[ recovery-image] Aug 09 21:07:06.146 INFO O| Aug 09 21:07:06.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
61722024-08-09T21:07:07.547Z[ recovery-image] Aug 09 21:07:06.147 INFO O| Aug 09 21:07:06.147 INFO STEP 775 (remove_files) COMPLETE
61732024-08-09T21:07:07.547Z[ recovery-image] Aug 09 21:07:06.147 INFO O| Aug 09 21:07:06.147 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-08-09T21:07:07.557Z[ recovery-image] Aug 09 21:07:06.157 INFO O| Aug 09 21:07:06.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
61752024-08-09T21:07:07.566Z[ recovery-image] Aug 09 21:07:06.157 INFO O| Aug 09 21:07:06.157 INFO STEP 776 (remove_files) COMPLETE
61762024-08-09T21:07:07.566Z[ recovery-image] Aug 09 21:07:06.157 INFO O| Aug 09 21:07:06.157 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-08-09T21:07:07.570Z[ recovery-image] Aug 09 21:07:06.167 INFO O| Aug 09 21:07:06.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
61782024-08-09T21:07:07.570Z[ recovery-image] Aug 09 21:07:06.167 INFO O| Aug 09 21:07:06.167 INFO STEP 777 (remove_files) COMPLETE
61792024-08-09T21:07:07.570Z[ recovery-image] Aug 09 21:07:06.167 INFO O| Aug 09 21:07:06.167 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-08-09T21:07:07.579Z[ recovery-image] Aug 09 21:07:06.178 INFO O| Aug 09 21:07:06.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
61812024-08-09T21:07:07.579Z[ recovery-image] Aug 09 21:07:06.178 INFO O| Aug 09 21:07:06.178 INFO STEP 778 (remove_files) COMPLETE
61822024-08-09T21:07:07.583Z[ recovery-image] Aug 09 21:07:06.178 INFO O| Aug 09 21:07:06.178 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-08-09T21:07:07.589Z[ recovery-image] Aug 09 21:07:06.188 INFO O| Aug 09 21:07:06.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
61842024-08-09T21:07:07.589Z[ recovery-image] Aug 09 21:07:06.188 INFO O| Aug 09 21:07:06.188 INFO STEP 779 (remove_files) COMPLETE
61852024-08-09T21:07:07.589Z[ recovery-image] Aug 09 21:07:06.188 INFO O| Aug 09 21:07:06.188 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-08-09T21:07:07.599Z[ recovery-image] Aug 09 21:07:06.199 INFO O| Aug 09 21:07:06.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
61872024-08-09T21:07:07.603Z[ recovery-image] Aug 09 21:07:06.199 INFO O| Aug 09 21:07:06.199 INFO STEP 780 (remove_files) COMPLETE
61882024-08-09T21:07:07.603Z[ recovery-image] Aug 09 21:07:06.199 INFO O| Aug 09 21:07:06.199 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-08-09T21:07:07.610Z[ recovery-image] Aug 09 21:07:06.209 INFO O| Aug 09 21:07:06.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
61902024-08-09T21:07:07.614Z[ recovery-image] Aug 09 21:07:06.209 INFO O| Aug 09 21:07:06.209 INFO STEP 781 (remove_files) COMPLETE
61912024-08-09T21:07:07.614Z[ recovery-image] Aug 09 21:07:06.210 INFO O| Aug 09 21:07:06.209 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-08-09T21:07:07.620Z[ recovery-image] Aug 09 21:07:06.220 INFO O| Aug 09 21:07:06.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
61932024-08-09T21:07:07.620Z[ recovery-image] Aug 09 21:07:06.220 INFO O| Aug 09 21:07:06.220 INFO STEP 782 (remove_files) COMPLETE
61942024-08-09T21:07:07.624Z[ recovery-image] Aug 09 21:07:06.220 INFO O| Aug 09 21:07:06.220 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-08-09T21:07:07.631Z[ recovery-image] Aug 09 21:07:06.230 INFO O| Aug 09 21:07:06.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
61962024-08-09T21:07:07.631Z[ recovery-image] Aug 09 21:07:06.230 INFO O| Aug 09 21:07:06.230 INFO STEP 783 (remove_files) COMPLETE
61972024-08-09T21:07:07.631Z[ recovery-image] Aug 09 21:07:06.230 INFO O| Aug 09 21:07:06.230 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-08-09T21:07:07.643Z[ recovery-image] Aug 09 21:07:06.240 INFO O| Aug 09 21:07:06.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
61992024-08-09T21:07:07.647Z[ recovery-image] Aug 09 21:07:06.240 INFO O| Aug 09 21:07:06.240 INFO STEP 784 (remove_files) COMPLETE
62002024-08-09T21:07:07.647Z[ recovery-image] Aug 09 21:07:06.240 INFO O| Aug 09 21:07:06.240 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-08-09T21:07:07.651Z[ recovery-image] Aug 09 21:07:06.251 INFO O| Aug 09 21:07:06.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62022024-08-09T21:07:07.655Z[ recovery-image] Aug 09 21:07:06.251 INFO O| Aug 09 21:07:06.251 INFO STEP 785 (remove_files) COMPLETE
62032024-08-09T21:07:07.655Z[ recovery-image] Aug 09 21:07:06.251 INFO O| Aug 09 21:07:06.251 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-08-09T21:07:07.661Z[ recovery-image] Aug 09 21:07:06.261 INFO O| Aug 09 21:07:06.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62052024-08-09T21:07:07.665Z[ recovery-image] Aug 09 21:07:06.261 INFO O| Aug 09 21:07:06.261 INFO STEP 786 (remove_files) COMPLETE
62062024-08-09T21:07:07.665Z[ recovery-image] Aug 09 21:07:06.261 INFO O| Aug 09 21:07:06.261 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-08-09T21:07:07.671Z[ recovery-image] Aug 09 21:07:06.271 INFO O| Aug 09 21:07:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62082024-08-09T21:07:07.676Z[ recovery-image] Aug 09 21:07:06.271 INFO O| Aug 09 21:07:06.271 INFO STEP 787 (remove_files) COMPLETE
62092024-08-09T21:07:07.676Z[ recovery-image] Aug 09 21:07:06.271 INFO O| Aug 09 21:07:06.271 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-08-09T21:07:07.684Z[ recovery-image] Aug 09 21:07:06.281 INFO O| Aug 09 21:07:06.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62112024-08-09T21:07:07.684Z[ recovery-image] Aug 09 21:07:06.281 INFO O| Aug 09 21:07:06.281 INFO STEP 788 (remove_files) COMPLETE
62122024-08-09T21:07:07.690Z[ recovery-image] Aug 09 21:07:06.281 INFO O| Aug 09 21:07:06.281 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-08-09T21:07:07.693Z[ recovery-image] Aug 09 21:07:06.292 INFO O| Aug 09 21:07:06.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62142024-08-09T21:07:07.693Z[ recovery-image] Aug 09 21:07:06.292 INFO O| Aug 09 21:07:06.292 INFO STEP 789 (remove_files) COMPLETE
62152024-08-09T21:07:07.693Z[ recovery-image] Aug 09 21:07:06.292 INFO O| Aug 09 21:07:06.292 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-08-09T21:07:07.703Z[ recovery-image] Aug 09 21:07:06.302 INFO O| Aug 09 21:07:06.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62172024-08-09T21:07:07.704Z[ recovery-image] Aug 09 21:07:06.302 INFO O| Aug 09 21:07:06.302 INFO STEP 790 (remove_files) COMPLETE
62182024-08-09T21:07:07.708Z[ recovery-image] Aug 09 21:07:06.302 INFO O| Aug 09 21:07:06.302 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-08-09T21:07:07.713Z[ recovery-image] Aug 09 21:07:06.313 INFO O| Aug 09 21:07:06.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62202024-08-09T21:07:07.714Z[ recovery-image] Aug 09 21:07:06.313 INFO O| Aug 09 21:07:06.313 INFO STEP 791 (remove_files) COMPLETE
62212024-08-09T21:07:07.714Z[ recovery-image] Aug 09 21:07:06.313 INFO O| Aug 09 21:07:06.313 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-08-09T21:07:07.723Z[ recovery-image] Aug 09 21:07:06.323 INFO O| Aug 09 21:07:06.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62232024-08-09T21:07:07.727Z[ recovery-image] Aug 09 21:07:06.323 INFO O| Aug 09 21:07:06.323 INFO STEP 792 (remove_files) COMPLETE
62242024-08-09T21:07:07.727Z[ recovery-image] Aug 09 21:07:06.323 INFO O| Aug 09 21:07:06.323 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-08-09T21:07:07.733Z[ recovery-image] Aug 09 21:07:06.333 INFO O| Aug 09 21:07:06.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62262024-08-09T21:07:07.733Z[ recovery-image] Aug 09 21:07:06.333 INFO O| Aug 09 21:07:06.333 INFO STEP 793 (remove_files) COMPLETE
62272024-08-09T21:07:07.737Z[ recovery-image] Aug 09 21:07:06.333 INFO O| Aug 09 21:07:06.333 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-08-09T21:07:07.743Z[ recovery-image] Aug 09 21:07:06.343 INFO O| Aug 09 21:07:06.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62292024-08-09T21:07:07.743Z[ recovery-image] Aug 09 21:07:06.343 INFO O| Aug 09 21:07:06.343 INFO STEP 794 (remove_files) COMPLETE
62302024-08-09T21:07:07.747Z[ recovery-image] Aug 09 21:07:06.343 INFO O| Aug 09 21:07:06.343 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-08-09T21:07:07.755Z[ recovery-image] Aug 09 21:07:06.353 INFO O| Aug 09 21:07:06.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62322024-08-09T21:07:07.755Z[ recovery-image] Aug 09 21:07:06.354 INFO O| Aug 09 21:07:06.354 INFO STEP 795 (remove_files) COMPLETE
62332024-08-09T21:07:07.759Z[ recovery-image] Aug 09 21:07:06.354 INFO O| Aug 09 21:07:06.354 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-08-09T21:07:07.764Z[ recovery-image] Aug 09 21:07:06.364 INFO O| Aug 09 21:07:06.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62352024-08-09T21:07:07.764Z[ recovery-image] Aug 09 21:07:06.364 INFO O| Aug 09 21:07:06.364 INFO STEP 796 (remove_files) COMPLETE
62362024-08-09T21:07:07.768Z[ recovery-image] Aug 09 21:07:06.364 INFO O| Aug 09 21:07:06.364 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-08-09T21:07:07.775Z[ recovery-image] Aug 09 21:07:06.374 INFO O| Aug 09 21:07:06.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62382024-08-09T21:07:07.779Z[ recovery-image] Aug 09 21:07:06.375 INFO O| Aug 09 21:07:06.375 INFO STEP 797 (remove_files) COMPLETE
62392024-08-09T21:07:07.779Z[ recovery-image] Aug 09 21:07:06.375 INFO O| Aug 09 21:07:06.375 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-08-09T21:07:07.785Z[ recovery-image] Aug 09 21:07:06.385 INFO O| Aug 09 21:07:06.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62412024-08-09T21:07:07.789Z[ recovery-image] Aug 09 21:07:06.385 INFO O| Aug 09 21:07:06.385 INFO STEP 798 (remove_files) COMPLETE
62422024-08-09T21:07:07.790Z[ recovery-image] Aug 09 21:07:06.385 INFO O| Aug 09 21:07:06.385 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-08-09T21:07:07.796Z[ recovery-image] Aug 09 21:07:06.395 INFO O| Aug 09 21:07:06.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62442024-08-09T21:07:07.800Z[ recovery-image] Aug 09 21:07:06.396 INFO O| Aug 09 21:07:06.396 INFO STEP 799 (remove_files) COMPLETE
62452024-08-09T21:07:07.800Z[ recovery-image] Aug 09 21:07:06.396 INFO O| Aug 09 21:07:06.396 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-08-09T21:07:07.806Z[ recovery-image] Aug 09 21:07:06.406 INFO O| Aug 09 21:07:06.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62472024-08-09T21:07:07.810Z[ recovery-image] Aug 09 21:07:06.406 INFO O| Aug 09 21:07:06.406 INFO STEP 800 (remove_files) COMPLETE
62482024-08-09T21:07:07.810Z[ recovery-image] Aug 09 21:07:06.406 INFO O| Aug 09 21:07:06.406 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-08-09T21:07:07.816Z[ recovery-image] Aug 09 21:07:06.416 INFO O| Aug 09 21:07:06.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62502024-08-09T21:07:07.820Z[ recovery-image] Aug 09 21:07:06.416 INFO O| Aug 09 21:07:06.416 INFO STEP 801 (remove_files) COMPLETE
62512024-08-09T21:07:07.820Z[ recovery-image] Aug 09 21:07:06.416 INFO O| Aug 09 21:07:06.416 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-08-09T21:07:07.827Z[ recovery-image] Aug 09 21:07:06.426 INFO O| Aug 09 21:07:06.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62532024-08-09T21:07:07.827Z[ recovery-image] Aug 09 21:07:06.426 INFO O| Aug 09 21:07:06.426 INFO STEP 802 (remove_files) COMPLETE
62542024-08-09T21:07:07.827Z[ recovery-image] Aug 09 21:07:06.426 INFO O| Aug 09 21:07:06.426 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-08-09T21:07:07.836Z[ recovery-image] Aug 09 21:07:06.436 INFO O| Aug 09 21:07:06.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62562024-08-09T21:07:07.836Z[ recovery-image] Aug 09 21:07:06.436 INFO O| Aug 09 21:07:06.436 INFO STEP 803 (remove_files) COMPLETE
62572024-08-09T21:07:07.837Z[ recovery-image] Aug 09 21:07:06.436 INFO O| Aug 09 21:07:06.436 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-08-09T21:07:07.846Z[ recovery-image] Aug 09 21:07:06.446 INFO O| Aug 09 21:07:06.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62592024-08-09T21:07:07.846Z[ recovery-image] Aug 09 21:07:06.446 INFO O| Aug 09 21:07:06.446 INFO STEP 804 (remove_files) COMPLETE
62602024-08-09T21:07:07.846Z[ recovery-image] Aug 09 21:07:06.446 INFO O| Aug 09 21:07:06.446 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-08-09T21:07:07.856Z[ recovery-image] Aug 09 21:07:06.456 INFO O| Aug 09 21:07:06.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62622024-08-09T21:07:07.859Z[ recovery-image] Aug 09 21:07:06.456 INFO O| Aug 09 21:07:06.456 INFO STEP 805 (remove_files) COMPLETE
62632024-08-09T21:07:07.859Z[ recovery-image] Aug 09 21:07:06.456 INFO O| Aug 09 21:07:06.456 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-08-09T21:07:07.866Z[ recovery-image] Aug 09 21:07:06.465 INFO O| Aug 09 21:07:06.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62652024-08-09T21:07:07.869Z[ recovery-image] Aug 09 21:07:06.465 INFO O| Aug 09 21:07:06.465 INFO STEP 806 (remove_files) COMPLETE
62662024-08-09T21:07:07.869Z[ recovery-image] Aug 09 21:07:06.466 INFO O| Aug 09 21:07:06.465 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-08-09T21:07:07.876Z[ recovery-image] Aug 09 21:07:06.476 INFO O| Aug 09 21:07:06.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62682024-08-09T21:07:07.879Z[ recovery-image] Aug 09 21:07:06.476 INFO O| Aug 09 21:07:06.476 INFO STEP 807 (remove_files) COMPLETE
62692024-08-09T21:07:07.879Z[ recovery-image] Aug 09 21:07:06.476 INFO O| Aug 09 21:07:06.476 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-08-09T21:07:07.886Z[ recovery-image] Aug 09 21:07:06.486 INFO O| Aug 09 21:07:06.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
62712024-08-09T21:07:07.886Z[ recovery-image] Aug 09 21:07:06.486 INFO O| Aug 09 21:07:06.486 INFO STEP 808 (remove_files) COMPLETE
62722024-08-09T21:07:07.889Z[ recovery-image] Aug 09 21:07:06.486 INFO O| Aug 09 21:07:06.486 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-08-09T21:07:07.896Z[ recovery-image] Aug 09 21:07:06.496 INFO O| Aug 09 21:07:06.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
62742024-08-09T21:07:07.896Z[ recovery-image] Aug 09 21:07:06.496 INFO O| Aug 09 21:07:06.496 INFO STEP 809 (remove_files) COMPLETE
62752024-08-09T21:07:07.900Z[ recovery-image] Aug 09 21:07:06.496 INFO O| Aug 09 21:07:06.496 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-08-09T21:07:07.906Z[ recovery-image] Aug 09 21:07:06.506 INFO O| Aug 09 21:07:06.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
62772024-08-09T21:07:07.910Z[ recovery-image] Aug 09 21:07:06.506 INFO O| Aug 09 21:07:06.506 INFO STEP 810 (remove_files) COMPLETE
62782024-08-09T21:07:07.910Z[ recovery-image] Aug 09 21:07:06.506 INFO O| Aug 09 21:07:06.506 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-08-09T21:07:07.917Z[ recovery-image] Aug 09 21:07:06.517 INFO O| Aug 09 21:07:06.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
62802024-08-09T21:07:07.920Z[ recovery-image] Aug 09 21:07:06.517 INFO O| Aug 09 21:07:06.517 INFO STEP 811 (remove_files) COMPLETE
62812024-08-09T21:07:07.920Z[ recovery-image] Aug 09 21:07:06.517 INFO O| Aug 09 21:07:06.517 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-08-09T21:07:07.928Z[ recovery-image] Aug 09 21:07:06.528 INFO O| Aug 09 21:07:06.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
62832024-08-09T21:07:07.931Z[ recovery-image] Aug 09 21:07:06.528 INFO O| Aug 09 21:07:06.528 INFO STEP 812 (remove_files) COMPLETE
62842024-08-09T21:07:07.931Z[ recovery-image] Aug 09 21:07:06.528 INFO O| Aug 09 21:07:06.528 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-08-09T21:07:07.939Z[ recovery-image] Aug 09 21:07:06.538 INFO O| Aug 09 21:07:06.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
62862024-08-09T21:07:07.939Z[ recovery-image] Aug 09 21:07:06.539 INFO O| Aug 09 21:07:06.538 INFO STEP 813 (remove_files) COMPLETE
62872024-08-09T21:07:07.942Z[ recovery-image] Aug 09 21:07:06.539 INFO O| Aug 09 21:07:06.539 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-08-09T21:07:07.949Z[ recovery-image] Aug 09 21:07:06.549 INFO O| Aug 09 21:07:06.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
62892024-08-09T21:07:07.952Z[ recovery-image] Aug 09 21:07:06.549 INFO O| Aug 09 21:07:06.549 INFO STEP 814 (remove_files) COMPLETE
62902024-08-09T21:07:07.952Z[ recovery-image] Aug 09 21:07:06.549 INFO O| Aug 09 21:07:06.549 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-08-09T21:07:07.960Z[ recovery-image] Aug 09 21:07:06.559 INFO O| Aug 09 21:07:06.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
62922024-08-09T21:07:07.960Z[ recovery-image] Aug 09 21:07:06.560 INFO O| Aug 09 21:07:06.559 INFO STEP 815 (remove_files) COMPLETE
62932024-08-09T21:07:07.963Z[ recovery-image] Aug 09 21:07:06.560 INFO O| Aug 09 21:07:06.559 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-08-09T21:07:07.970Z[ recovery-image] Aug 09 21:07:06.570 INFO O| Aug 09 21:07:06.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
62952024-08-09T21:07:07.970Z[ recovery-image] Aug 09 21:07:06.570 INFO O| Aug 09 21:07:06.570 INFO STEP 816 (remove_files) COMPLETE
62962024-08-09T21:07:07.973Z[ recovery-image] Aug 09 21:07:06.570 INFO O| Aug 09 21:07:06.570 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-08-09T21:07:07.981Z[ recovery-image] Aug 09 21:07:06.580 INFO O| Aug 09 21:07:06.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
62982024-08-09T21:07:07.984Z[ recovery-image] Aug 09 21:07:06.581 INFO O| Aug 09 21:07:06.580 INFO STEP 817 (remove_files) COMPLETE
62992024-08-09T21:07:07.984Z[ recovery-image] Aug 09 21:07:06.581 INFO O| Aug 09 21:07:06.581 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-08-09T21:07:07.991Z[ recovery-image] Aug 09 21:07:06.591 INFO O| Aug 09 21:07:06.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63012024-08-09T21:07:07.994Z[ recovery-image] Aug 09 21:07:06.591 INFO O| Aug 09 21:07:06.591 INFO STEP 818 (remove_files) COMPLETE
63022024-08-09T21:07:07.994Z[ recovery-image] Aug 09 21:07:06.591 INFO O| Aug 09 21:07:06.591 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-08-09T21:07:08.002Z[ recovery-image] Aug 09 21:07:06.601 INFO O| Aug 09 21:07:06.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63042024-08-09T21:07:08.002Z[ recovery-image] Aug 09 21:07:06.601 INFO O| Aug 09 21:07:06.601 INFO STEP 819 (remove_files) COMPLETE
63052024-08-09T21:07:08.005Z[ recovery-image] Aug 09 21:07:06.601 INFO O| Aug 09 21:07:06.601 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-08-09T21:07:08.012Z[ recovery-image] Aug 09 21:07:06.612 INFO O| Aug 09 21:07:06.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63072024-08-09T21:07:08.013Z[ recovery-image] Aug 09 21:07:06.612 INFO O| Aug 09 21:07:06.612 INFO STEP 820 (remove_files) COMPLETE
63082024-08-09T21:07:08.017Z[ recovery-image] Aug 09 21:07:06.612 INFO O| Aug 09 21:07:06.612 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-08-09T21:07:08.023Z[ recovery-image] Aug 09 21:07:06.623 INFO O| Aug 09 21:07:06.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63102024-08-09T21:07:08.023Z[ recovery-image] Aug 09 21:07:06.623 INFO O| Aug 09 21:07:06.623 INFO STEP 821 (remove_files) COMPLETE
63112024-08-09T21:07:08.026Z[ recovery-image] Aug 09 21:07:06.623 INFO O| Aug 09 21:07:06.623 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-08-09T21:07:08.033Z[ recovery-image] Aug 09 21:07:06.633 INFO O| Aug 09 21:07:06.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63132024-08-09T21:07:08.033Z[ recovery-image] Aug 09 21:07:06.633 INFO O| Aug 09 21:07:06.633 INFO STEP 822 (remove_files) COMPLETE
63142024-08-09T21:07:08.033Z[ recovery-image] Aug 09 21:07:06.633 INFO O| Aug 09 21:07:06.633 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-08-09T21:07:08.043Z[ recovery-image] Aug 09 21:07:06.643 INFO O| Aug 09 21:07:06.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63162024-08-09T21:07:08.046Z[ recovery-image] Aug 09 21:07:06.643 INFO O| Aug 09 21:07:06.643 INFO STEP 823 (remove_files) COMPLETE
63172024-08-09T21:07:08.046Z[ recovery-image] Aug 09 21:07:06.643 INFO O| Aug 09 21:07:06.643 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-08-09T21:07:08.053Z[ recovery-image] Aug 09 21:07:06.653 INFO O| Aug 09 21:07:06.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63192024-08-09T21:07:08.053Z[ recovery-image] Aug 09 21:07:06.653 INFO O| Aug 09 21:07:06.653 INFO STEP 824 (remove_files) COMPLETE
63202024-08-09T21:07:08.057Z[ recovery-image] Aug 09 21:07:06.653 INFO O| Aug 09 21:07:06.653 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-08-09T21:07:08.060Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 33s
63222024-08-09T21:07:08.064Z[ recovery-image] Aug 09 21:07:06.663 INFO O| Aug 09 21:07:06.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63232024-08-09T21:07:08.064Z[ recovery-image] Aug 09 21:07:06.663 INFO O| Aug 09 21:07:06.663 INFO STEP 825 (remove_files) COMPLETE
63242024-08-09T21:07:08.064Z[ recovery-image] Aug 09 21:07:06.663 INFO O| Aug 09 21:07:06.663 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-08-09T21:07:08.073Z[ recovery-image] Aug 09 21:07:06.673 INFO O| Aug 09 21:07:06.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63262024-08-09T21:07:08.073Z[ recovery-image] Aug 09 21:07:06.673 INFO O| Aug 09 21:07:06.673 INFO STEP 826 (remove_files) COMPLETE
63272024-08-09T21:07:08.076Z[ recovery-image] Aug 09 21:07:06.673 INFO O| Aug 09 21:07:06.673 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-08-09T21:07:08.085Z[ recovery-image] Aug 09 21:07:06.684 INFO O| Aug 09 21:07:06.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63292024-08-09T21:07:08.085Z[ recovery-image] Aug 09 21:07:06.684 INFO O| Aug 09 21:07:06.684 INFO STEP 827 (remove_files) COMPLETE
63302024-08-09T21:07:08.088Z[ recovery-image] Aug 09 21:07:06.685 INFO O| Aug 09 21:07:06.684 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-08-09T21:07:08.095Z[ recovery-image] Aug 09 21:07:06.695 INFO O| Aug 09 21:07:06.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63322024-08-09T21:07:08.095Z[ recovery-image] Aug 09 21:07:06.695 INFO O| Aug 09 21:07:06.695 INFO STEP 828 (remove_files) COMPLETE
63332024-08-09T21:07:08.098Z[ recovery-image] Aug 09 21:07:06.695 INFO O| Aug 09 21:07:06.695 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-08-09T21:07:08.105Z[ recovery-image] Aug 09 21:07:06.705 INFO O| Aug 09 21:07:06.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63352024-08-09T21:07:08.105Z[ recovery-image] Aug 09 21:07:06.705 INFO O| Aug 09 21:07:06.705 INFO STEP 829 (remove_files) COMPLETE
63362024-08-09T21:07:08.109Z[ recovery-image] Aug 09 21:07:06.705 INFO O| Aug 09 21:07:06.705 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-09T21:07:08.115Z[ recovery-image] Aug 09 21:07:06.715 INFO O| Aug 09 21:07:06.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63382024-08-09T21:07:08.116Z[ recovery-image] Aug 09 21:07:06.715 INFO O| Aug 09 21:07:06.715 INFO STEP 830 (remove_files) COMPLETE
63392024-08-09T21:07:08.119Z[ recovery-image] Aug 09 21:07:06.715 INFO O| Aug 09 21:07:06.715 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-08-09T21:07:08.127Z[ recovery-image] Aug 09 21:07:06.727 INFO O| Aug 09 21:07:06.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63412024-08-09T21:07:08.130Z[ recovery-image] Aug 09 21:07:06.727 INFO O| Aug 09 21:07:06.727 INFO STEP 831 (remove_files) COMPLETE
63422024-08-09T21:07:08.130Z[ recovery-image] Aug 09 21:07:06.727 INFO O| Aug 09 21:07:06.727 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-08-09T21:07:08.138Z[ recovery-image] Aug 09 21:07:06.738 INFO O| Aug 09 21:07:06.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63442024-08-09T21:07:08.138Z[ recovery-image] Aug 09 21:07:06.738 INFO O| Aug 09 21:07:06.738 INFO STEP 832 (remove_files) COMPLETE
63452024-08-09T21:07:08.141Z[ recovery-image] Aug 09 21:07:06.738 INFO O| Aug 09 21:07:06.738 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-08-09T21:07:08.148Z[ recovery-image] Aug 09 21:07:06.748 INFO O| Aug 09 21:07:06.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63472024-08-09T21:07:08.148Z[ recovery-image] Aug 09 21:07:06.748 INFO O| Aug 09 21:07:06.748 INFO STEP 833 (remove_files) COMPLETE
63482024-08-09T21:07:08.151Z[ recovery-image] Aug 09 21:07:06.748 INFO O| Aug 09 21:07:06.748 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-09T21:07:08.159Z[ recovery-image] Aug 09 21:07:06.759 INFO O| Aug 09 21:07:06.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63502024-08-09T21:07:08.162Z[ recovery-image] Aug 09 21:07:06.759 INFO O| Aug 09 21:07:06.759 INFO STEP 834 (remove_files) COMPLETE
63512024-08-09T21:07:08.162Z[ recovery-image] Aug 09 21:07:06.759 INFO O| Aug 09 21:07:06.759 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-08-09T21:07:08.169Z[ recovery-image] Aug 09 21:07:06.769 INFO O| Aug 09 21:07:06.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63532024-08-09T21:07:08.172Z[ recovery-image] Aug 09 21:07:06.769 INFO O| Aug 09 21:07:06.769 INFO STEP 835 (remove_files) COMPLETE
63542024-08-09T21:07:08.172Z[ recovery-image] Aug 09 21:07:06.769 INFO O| Aug 09 21:07:06.769 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-08-09T21:07:08.184Z[ recovery-image] Aug 09 21:07:06.779 INFO O| Aug 09 21:07:06.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63562024-08-09T21:07:08.184Z[ recovery-image] Aug 09 21:07:06.779 INFO O| Aug 09 21:07:06.779 INFO STEP 836 (remove_files) COMPLETE
63572024-08-09T21:07:08.184Z[ recovery-image] Aug 09 21:07:06.779 INFO O| Aug 09 21:07:06.779 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-08-09T21:07:08.191Z[ recovery-image] Aug 09 21:07:06.789 INFO O| Aug 09 21:07:06.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63592024-08-09T21:07:08.191Z[ recovery-image] Aug 09 21:07:06.789 INFO O| Aug 09 21:07:06.789 INFO STEP 837 (remove_files) COMPLETE
63602024-08-09T21:07:08.191Z[ recovery-image] Aug 09 21:07:06.789 INFO O| Aug 09 21:07:06.789 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-08-09T21:07:08.199Z[ recovery-image] Aug 09 21:07:06.799 INFO O| Aug 09 21:07:06.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63622024-08-09T21:07:08.202Z[ recovery-image] Aug 09 21:07:06.799 INFO O| Aug 09 21:07:06.799 INFO STEP 838 (remove_files) COMPLETE
63632024-08-09T21:07:08.202Z[ recovery-image] Aug 09 21:07:06.799 INFO O| Aug 09 21:07:06.799 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-08-09T21:07:08.209Z[ recovery-image] Aug 09 21:07:06.809 INFO O| Aug 09 21:07:06.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63652024-08-09T21:07:08.213Z[ recovery-image] Aug 09 21:07:06.809 INFO O| Aug 09 21:07:06.809 INFO STEP 839 (remove_files) COMPLETE
63662024-08-09T21:07:08.213Z[ recovery-image] Aug 09 21:07:06.809 INFO O| Aug 09 21:07:06.809 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-08-09T21:07:08.219Z[ recovery-image] Aug 09 21:07:06.819 INFO O| Aug 09 21:07:06.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63682024-08-09T21:07:08.220Z[ recovery-image] Aug 09 21:07:06.819 INFO O| Aug 09 21:07:06.819 INFO STEP 840 (remove_files) COMPLETE
63692024-08-09T21:07:08.220Z[ recovery-image] Aug 09 21:07:06.819 INFO O| Aug 09 21:07:06.819 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-08-09T21:07:08.229Z[ recovery-image] Aug 09 21:07:06.829 INFO O| Aug 09 21:07:06.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
63712024-08-09T21:07:08.233Z[ recovery-image] Aug 09 21:07:06.829 INFO O| Aug 09 21:07:06.829 INFO STEP 841 (remove_files) COMPLETE
63722024-08-09T21:07:08.233Z[ recovery-image] Aug 09 21:07:06.829 INFO O| Aug 09 21:07:06.829 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-08-09T21:07:08.239Z[ recovery-image] Aug 09 21:07:06.839 INFO O| Aug 09 21:07:06.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
63742024-08-09T21:07:08.240Z[ recovery-image] Aug 09 21:07:06.839 INFO O| Aug 09 21:07:06.839 INFO STEP 842 (remove_files) COMPLETE
63752024-08-09T21:07:08.243Z[ recovery-image] Aug 09 21:07:06.839 INFO O| Aug 09 21:07:06.839 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-08-09T21:07:08.249Z[ recovery-image] Aug 09 21:07:06.848 INFO O| Aug 09 21:07:06.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
63772024-08-09T21:07:08.249Z[ recovery-image] Aug 09 21:07:06.849 INFO O| Aug 09 21:07:06.848 INFO STEP 843 (remove_files) COMPLETE
63782024-08-09T21:07:08.256Z[ recovery-image] Aug 09 21:07:06.849 INFO O| Aug 09 21:07:06.848 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-08-09T21:07:08.261Z[ recovery-image] Aug 09 21:07:06.858 INFO O| Aug 09 21:07:06.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
63802024-08-09T21:07:08.261Z[ recovery-image] Aug 09 21:07:06.859 INFO O| Aug 09 21:07:06.859 INFO STEP 844 (remove_files) COMPLETE
63812024-08-09T21:07:08.261Z[ recovery-image] Aug 09 21:07:06.859 INFO O| Aug 09 21:07:06.859 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-08-09T21:07:08.269Z[ recovery-image] Aug 09 21:07:06.869 INFO O| Aug 09 21:07:06.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
63832024-08-09T21:07:08.269Z[ recovery-image] Aug 09 21:07:06.869 INFO O| Aug 09 21:07:06.869 INFO STEP 845 (remove_files) COMPLETE
63842024-08-09T21:07:08.269Z[ recovery-image] Aug 09 21:07:06.869 INFO O| Aug 09 21:07:06.869 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-08-09T21:07:08.280Z[ recovery-image] Aug 09 21:07:06.879 INFO O| Aug 09 21:07:06.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
63862024-08-09T21:07:08.280Z[ recovery-image] Aug 09 21:07:06.879 INFO O| Aug 09 21:07:06.879 INFO STEP 846 (remove_files) COMPLETE
63872024-08-09T21:07:08.283Z[ recovery-image] Aug 09 21:07:06.879 INFO O| Aug 09 21:07:06.879 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-08-09T21:07:08.290Z[ recovery-image] Aug 09 21:07:06.890 INFO O| Aug 09 21:07:06.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
63892024-08-09T21:07:08.293Z[ recovery-image] Aug 09 21:07:06.890 INFO O| Aug 09 21:07:06.890 INFO STEP 847 (remove_files) COMPLETE
63902024-08-09T21:07:08.293Z[ recovery-image] Aug 09 21:07:06.890 INFO O| Aug 09 21:07:06.890 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-08-09T21:07:08.300Z[ recovery-image] Aug 09 21:07:06.900 INFO O| Aug 09 21:07:06.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
63922024-08-09T21:07:08.301Z[ recovery-image] Aug 09 21:07:06.900 INFO O| Aug 09 21:07:06.900 INFO STEP 848 (remove_files) COMPLETE
63932024-08-09T21:07:08.301Z[ recovery-image] Aug 09 21:07:06.900 INFO O| Aug 09 21:07:06.900 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-08-09T21:07:08.311Z[ recovery-image] Aug 09 21:07:06.910 INFO O| Aug 09 21:07:06.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
63952024-08-09T21:07:08.315Z[ recovery-image] Aug 09 21:07:06.911 INFO O| Aug 09 21:07:06.911 INFO STEP 849 (remove_files) COMPLETE
63962024-08-09T21:07:08.315Z[ recovery-image] Aug 09 21:07:06.911 INFO O| Aug 09 21:07:06.911 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-08-09T21:07:08.321Z[ recovery-image] Aug 09 21:07:06.921 INFO O| Aug 09 21:07:06.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
63982024-08-09T21:07:08.324Z[ recovery-image] Aug 09 21:07:06.921 INFO O| Aug 09 21:07:06.921 INFO STEP 850 (remove_files) COMPLETE
63992024-08-09T21:07:08.324Z[ recovery-image] Aug 09 21:07:06.921 INFO O| Aug 09 21:07:06.921 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-08-09T21:07:08.324ZAug 09 21:07:06.923 INFO [verify-libraries] process exited with exit status: 0 (281.396904232s)
64012024-08-09T21:07:08.331Z[ recovery-image] Aug 09 21:07:06.931 INFO O| Aug 09 21:07:06.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64022024-08-09T21:07:08.334Z[ recovery-image] Aug 09 21:07:06.931 INFO O| Aug 09 21:07:06.931 INFO STEP 851 (remove_files) COMPLETE
64032024-08-09T21:07:08.334Z[ recovery-image] Aug 09 21:07:06.931 INFO O| Aug 09 21:07:06.931 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-09T21:07:08.341Z[ recovery-image] Aug 09 21:07:06.941 INFO O| Aug 09 21:07:06.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64052024-08-09T21:07:08.341Z[ recovery-image] Aug 09 21:07:06.941 INFO O| Aug 09 21:07:06.941 INFO STEP 852 (remove_files) COMPLETE
64062024-08-09T21:07:08.344Z[ recovery-image] Aug 09 21:07:06.941 INFO O| Aug 09 21:07:06.941 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-09T21:07:08.351Z[ recovery-image] Aug 09 21:07:06.951 INFO O| Aug 09 21:07:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64082024-08-09T21:07:08.355Z[ recovery-image] Aug 09 21:07:06.951 INFO O| Aug 09 21:07:06.951 INFO STEP 853 (remove_files) COMPLETE
64092024-08-09T21:07:08.355Z[ recovery-image] Aug 09 21:07:06.951 INFO O| Aug 09 21:07:06.951 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-09T21:07:08.361Z[ recovery-image] Aug 09 21:07:06.961 INFO O| Aug 09 21:07:06.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64112024-08-09T21:07:08.361Z[ recovery-image] Aug 09 21:07:06.961 INFO O| Aug 09 21:07:06.961 INFO STEP 854 (remove_files) COMPLETE
64122024-08-09T21:07:08.364Z[ recovery-image] Aug 09 21:07:06.961 INFO O| Aug 09 21:07:06.961 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-09T21:07:08.371Z[ recovery-image] Aug 09 21:07:06.970 INFO O| Aug 09 21:07:06.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64142024-08-09T21:07:08.371Z[ recovery-image] Aug 09 21:07:06.971 INFO O| Aug 09 21:07:06.971 INFO STEP 855 (remove_files) COMPLETE
64152024-08-09T21:07:08.374Z[ recovery-image] Aug 09 21:07:06.971 INFO O| Aug 09 21:07:06.971 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-09T21:07:08.380Z[ recovery-image] Aug 09 21:07:06.980 INFO O| Aug 09 21:07:06.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64172024-08-09T21:07:08.381Z[ recovery-image] Aug 09 21:07:06.980 INFO O| Aug 09 21:07:06.980 INFO STEP 856 (remove_files) COMPLETE
64182024-08-09T21:07:08.381Z[ recovery-image] Aug 09 21:07:06.980 INFO O| Aug 09 21:07:06.980 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-09T21:07:08.390Z[ recovery-image] Aug 09 21:07:06.989 INFO O| Aug 09 21:07:06.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64202024-08-09T21:07:08.394Z[ recovery-image] Aug 09 21:07:06.989 INFO O| Aug 09 21:07:06.989 INFO STEP 857 (remove_files) COMPLETE
64212024-08-09T21:07:08.394Z[ recovery-image] Aug 09 21:07:06.989 INFO O| Aug 09 21:07:06.989 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-09T21:07:08.399Z[ recovery-image] Aug 09 21:07:06.999 INFO O| Aug 09 21:07:06.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64232024-08-09T21:07:08.402Z[ recovery-image] Aug 09 21:07:06.999 INFO O| Aug 09 21:07:06.999 INFO STEP 858 (remove_files) COMPLETE
64242024-08-09T21:07:08.403Z[ recovery-image] Aug 09 21:07:06.999 INFO O| Aug 09 21:07:06.999 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-09T21:07:08.409Z[ recovery-image] Aug 09 21:07:07.009 INFO O| Aug 09 21:07:07.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64262024-08-09T21:07:08.413Z[ recovery-image] Aug 09 21:07:07.009 INFO O| Aug 09 21:07:07.009 INFO STEP 859 (remove_files) COMPLETE
64272024-08-09T21:07:08.414Z[ recovery-image] Aug 09 21:07:07.009 INFO O| Aug 09 21:07:07.009 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-09T21:07:08.419Z[ recovery-image] Aug 09 21:07:07.019 INFO O| Aug 09 21:07:07.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64292024-08-09T21:07:08.420Z[ recovery-image] Aug 09 21:07:07.019 INFO O| Aug 09 21:07:07.019 INFO STEP 860 (remove_files) COMPLETE
64302024-08-09T21:07:08.423Z[ recovery-image] Aug 09 21:07:07.019 INFO O| Aug 09 21:07:07.019 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-09T21:07:08.429Z[ recovery-image] Aug 09 21:07:07.029 INFO O| Aug 09 21:07:07.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64322024-08-09T21:07:08.429Z[ recovery-image] Aug 09 21:07:07.029 INFO O| Aug 09 21:07:07.029 INFO STEP 861 (remove_files) COMPLETE
64332024-08-09T21:07:08.432Z[ recovery-image] Aug 09 21:07:07.029 INFO O| Aug 09 21:07:07.029 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-09T21:07:08.438Z[ recovery-image] Aug 09 21:07:07.038 INFO O| Aug 09 21:07:07.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64352024-08-09T21:07:08.442Z[ recovery-image] Aug 09 21:07:07.038 INFO O| Aug 09 21:07:07.038 INFO STEP 862 (remove_files) COMPLETE
64362024-08-09T21:07:08.442Z[ recovery-image] Aug 09 21:07:07.038 INFO O| Aug 09 21:07:07.038 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-09T21:07:08.448Z[ recovery-image] Aug 09 21:07:07.048 INFO O| Aug 09 21:07:07.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64382024-08-09T21:07:08.451Z[ recovery-image] Aug 09 21:07:07.048 INFO O| Aug 09 21:07:07.048 INFO STEP 863 (remove_files) COMPLETE
64392024-08-09T21:07:08.451Z[ recovery-image] Aug 09 21:07:07.048 INFO O| Aug 09 21:07:07.048 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-09T21:07:08.458Z[ recovery-image] Aug 09 21:07:07.058 INFO O| Aug 09 21:07:07.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64412024-08-09T21:07:08.458Z[ recovery-image] Aug 09 21:07:07.058 INFO O| Aug 09 21:07:07.058 INFO STEP 864 (remove_files) COMPLETE
64422024-08-09T21:07:08.458Z[ recovery-image] Aug 09 21:07:07.058 INFO O| Aug 09 21:07:07.058 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-09T21:07:08.468Z[ recovery-image] Aug 09 21:07:07.068 INFO O| Aug 09 21:07:07.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64442024-08-09T21:07:08.468Z[ recovery-image] Aug 09 21:07:07.068 INFO O| Aug 09 21:07:07.068 INFO STEP 865 (remove_files) COMPLETE
64452024-08-09T21:07:08.471Z[ recovery-image] Aug 09 21:07:07.068 INFO O| Aug 09 21:07:07.068 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-09T21:07:08.477Z[ recovery-image] Aug 09 21:07:07.077 INFO O| Aug 09 21:07:07.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64472024-08-09T21:07:08.481Z[ recovery-image] Aug 09 21:07:07.077 INFO O| Aug 09 21:07:07.077 INFO STEP 866 (remove_files) COMPLETE
64482024-08-09T21:07:08.481Z[ recovery-image] Aug 09 21:07:07.077 INFO O| Aug 09 21:07:07.077 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-09T21:07:08.487Z[ recovery-image] Aug 09 21:07:07.087 INFO O| Aug 09 21:07:07.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64502024-08-09T21:07:08.487Z[ recovery-image] Aug 09 21:07:07.087 INFO O| Aug 09 21:07:07.087 INFO STEP 867 (remove_files) COMPLETE
64512024-08-09T21:07:08.487Z[ recovery-image] Aug 09 21:07:07.087 INFO O| Aug 09 21:07:07.087 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-09T21:07:08.497Z[ recovery-image] Aug 09 21:07:07.096 INFO O| Aug 09 21:07:07.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64532024-08-09T21:07:08.497Z[ recovery-image] Aug 09 21:07:07.096 INFO O| Aug 09 21:07:07.096 INFO STEP 868 (remove_files) COMPLETE
64542024-08-09T21:07:08.500Z[ recovery-image] Aug 09 21:07:07.096 INFO O| Aug 09 21:07:07.096 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-09T21:07:08.506Z[ recovery-image] Aug 09 21:07:07.106 INFO O| Aug 09 21:07:07.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64562024-08-09T21:07:08.510Z[ recovery-image] Aug 09 21:07:07.106 INFO O| Aug 09 21:07:07.106 INFO STEP 869 (remove_files) COMPLETE
64572024-08-09T21:07:08.510Z[ recovery-image] Aug 09 21:07:07.106 INFO O| Aug 09 21:07:07.106 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-09T21:07:08.516Z[ recovery-image] Aug 09 21:07:07.116 INFO O| Aug 09 21:07:07.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64592024-08-09T21:07:08.516Z[ recovery-image] Aug 09 21:07:07.116 INFO O| Aug 09 21:07:07.116 INFO STEP 870 (remove_files) COMPLETE
64602024-08-09T21:07:08.519Z[ recovery-image] Aug 09 21:07:07.116 INFO O| Aug 09 21:07:07.116 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-09T21:07:08.526Z[ recovery-image] Aug 09 21:07:07.125 INFO O| Aug 09 21:07:07.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64622024-08-09T21:07:08.526Z[ recovery-image] Aug 09 21:07:07.125 INFO O| Aug 09 21:07:07.125 INFO STEP 871 (remove_files) COMPLETE
64632024-08-09T21:07:08.526Z[ recovery-image] Aug 09 21:07:07.125 INFO O| Aug 09 21:07:07.125 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-09T21:07:08.535Z[ recovery-image] Aug 09 21:07:07.135 INFO O| Aug 09 21:07:07.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64652024-08-09T21:07:08.538Z[ recovery-image] Aug 09 21:07:07.135 INFO O| Aug 09 21:07:07.135 INFO STEP 872 (remove_files) COMPLETE
64662024-08-09T21:07:08.538Z[ recovery-image] Aug 09 21:07:07.135 INFO O| Aug 09 21:07:07.135 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-09T21:07:08.545Z[ recovery-image] Aug 09 21:07:07.144 INFO O| Aug 09 21:07:07.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64682024-08-09T21:07:08.548Z[ recovery-image] Aug 09 21:07:07.144 INFO O| Aug 09 21:07:07.144 INFO STEP 873 (remove_files) COMPLETE
64692024-08-09T21:07:08.548Z[ recovery-image] Aug 09 21:07:07.145 INFO O| Aug 09 21:07:07.144 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-08-09T21:07:08.554Z[ recovery-image] Aug 09 21:07:07.154 INFO O| Aug 09 21:07:07.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
64712024-08-09T21:07:08.554Z[ recovery-image] Aug 09 21:07:07.154 INFO O| Aug 09 21:07:07.154 INFO STEP 874 (remove_files) COMPLETE
64722024-08-09T21:07:08.558Z[ recovery-image] Aug 09 21:07:07.154 INFO O| Aug 09 21:07:07.154 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-09T21:07:08.564Z[ recovery-image] Aug 09 21:07:07.163 INFO O| Aug 09 21:07:07.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
64742024-08-09T21:07:08.567Z[ recovery-image] Aug 09 21:07:07.164 INFO O| Aug 09 21:07:07.164 INFO STEP 875 (remove_files) COMPLETE
64752024-08-09T21:07:08.567Z[ recovery-image] Aug 09 21:07:07.164 INFO O| Aug 09 21:07:07.164 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-09T21:07:08.574Z[ recovery-image] Aug 09 21:07:07.173 INFO O| Aug 09 21:07:07.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
64772024-08-09T21:07:08.574Z[ recovery-image] Aug 09 21:07:07.173 INFO O| Aug 09 21:07:07.173 INFO STEP 876 (remove_files) COMPLETE
64782024-08-09T21:07:08.574Z[ recovery-image] Aug 09 21:07:07.173 INFO O| Aug 09 21:07:07.173 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-08-09T21:07:08.584Z[ recovery-image] Aug 09 21:07:07.184 INFO O| Aug 09 21:07:07.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
64802024-08-09T21:07:08.584Z[ recovery-image] Aug 09 21:07:07.184 INFO O| Aug 09 21:07:07.184 INFO STEP 877 (remove_files) COMPLETE
64812024-08-09T21:07:08.587Z[ recovery-image] Aug 09 21:07:07.184 INFO O| Aug 09 21:07:07.184 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-08-09T21:07:08.594Z[ recovery-image] Aug 09 21:07:07.193 INFO O| Aug 09 21:07:07.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
64832024-08-09T21:07:08.594Z[ recovery-image] Aug 09 21:07:07.193 INFO O| Aug 09 21:07:07.193 INFO STEP 878 (remove_files) COMPLETE
64842024-08-09T21:07:08.597Z[ recovery-image] Aug 09 21:07:07.193 INFO O| Aug 09 21:07:07.193 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-08-09T21:07:08.603Z[ recovery-image] Aug 09 21:07:07.203 INFO O| Aug 09 21:07:07.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
64862024-08-09T21:07:08.607Z[ recovery-image] Aug 09 21:07:07.203 INFO O| Aug 09 21:07:07.203 INFO STEP 879 (remove_files) COMPLETE
64872024-08-09T21:07:08.607Z[ recovery-image] Aug 09 21:07:07.203 INFO O| Aug 09 21:07:07.203 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-08-09T21:07:08.613Z[ recovery-image] Aug 09 21:07:07.213 INFO O| Aug 09 21:07:07.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
64892024-08-09T21:07:08.613Z[ recovery-image] Aug 09 21:07:07.213 INFO O| Aug 09 21:07:07.213 INFO STEP 880 (remove_files) COMPLETE
64902024-08-09T21:07:08.613Z[ recovery-image] Aug 09 21:07:07.213 INFO O| Aug 09 21:07:07.213 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-08-09T21:07:08.623Z[ recovery-image] Aug 09 21:07:07.222 INFO O| Aug 09 21:07:07.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
64922024-08-09T21:07:08.626Z[ recovery-image] Aug 09 21:07:07.222 INFO O| Aug 09 21:07:07.222 INFO STEP 881 (remove_files) COMPLETE
64932024-08-09T21:07:08.626Z[ recovery-image] Aug 09 21:07:07.222 INFO O| Aug 09 21:07:07.222 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-08-09T21:07:08.633Z[ recovery-image] Aug 09 21:07:07.232 INFO O| Aug 09 21:07:07.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
64952024-08-09T21:07:08.633Z[ recovery-image] Aug 09 21:07:07.232 INFO O| Aug 09 21:07:07.232 INFO STEP 882 (remove_files) COMPLETE
64962024-08-09T21:07:08.636Z[ recovery-image] Aug 09 21:07:07.232 INFO O| Aug 09 21:07:07.232 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-08-09T21:07:08.643Z[ recovery-image] Aug 09 21:07:07.243 INFO O| Aug 09 21:07:07.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
64982024-08-09T21:07:08.643Z[ recovery-image] Aug 09 21:07:07.243 INFO O| Aug 09 21:07:07.243 INFO STEP 883 (remove_files) COMPLETE
64992024-08-09T21:07:08.646Z[ recovery-image] Aug 09 21:07:07.243 INFO O| Aug 09 21:07:07.243 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-08-09T21:07:08.653Z[ recovery-image] Aug 09 21:07:07.252 INFO O| Aug 09 21:07:07.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65012024-08-09T21:07:08.654Z[ recovery-image] Aug 09 21:07:07.253 INFO O| Aug 09 21:07:07.253 INFO STEP 884 (remove_files) COMPLETE
65022024-08-09T21:07:08.657Z[ recovery-image] Aug 09 21:07:07.253 INFO O| Aug 09 21:07:07.253 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-08-09T21:07:08.663Z[ recovery-image] Aug 09 21:07:07.262 INFO O| Aug 09 21:07:07.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65042024-08-09T21:07:08.666Z[ recovery-image] Aug 09 21:07:07.262 INFO O| Aug 09 21:07:07.262 INFO STEP 885 (remove_files) COMPLETE
65052024-08-09T21:07:08.666Z[ recovery-image] Aug 09 21:07:07.262 INFO O| Aug 09 21:07:07.262 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-08-09T21:07:08.672Z[ recovery-image] Aug 09 21:07:07.272 INFO O| Aug 09 21:07:07.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65072024-08-09T21:07:08.676Z[ recovery-image] Aug 09 21:07:07.272 INFO O| Aug 09 21:07:07.272 INFO STEP 886 (remove_files) COMPLETE
65082024-08-09T21:07:08.676Z[ recovery-image] Aug 09 21:07:07.272 INFO O| Aug 09 21:07:07.272 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-08-09T21:07:08.682Z[ recovery-image] Aug 09 21:07:07.282 INFO O| Aug 09 21:07:07.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65102024-08-09T21:07:08.682Z[ recovery-image] Aug 09 21:07:07.282 INFO O| Aug 09 21:07:07.282 INFO STEP 887 (remove_files) COMPLETE
65112024-08-09T21:07:08.682Z[ recovery-image] Aug 09 21:07:07.282 INFO O| Aug 09 21:07:07.282 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-08-09T21:07:08.692Z[ recovery-image] Aug 09 21:07:07.291 INFO O| Aug 09 21:07:07.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65132024-08-09T21:07:08.695Z[ recovery-image] Aug 09 21:07:07.292 INFO O| Aug 09 21:07:07.291 INFO STEP 888 (remove_files) COMPLETE
65142024-08-09T21:07:08.695Z[ recovery-image] Aug 09 21:07:07.292 INFO O| Aug 09 21:07:07.292 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-08-09T21:07:08.702Z[ recovery-image] Aug 09 21:07:07.301 INFO O| Aug 09 21:07:07.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65162024-08-09T21:07:08.702Z[ recovery-image] Aug 09 21:07:07.301 INFO O| Aug 09 21:07:07.301 INFO STEP 889 (remove_files) COMPLETE
65172024-08-09T21:07:08.705Z[ recovery-image] Aug 09 21:07:07.301 INFO O| Aug 09 21:07:07.301 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-08-09T21:07:08.711Z[ recovery-image] Aug 09 21:07:07.311 INFO O| Aug 09 21:07:07.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65192024-08-09T21:07:08.714Z[ recovery-image] Aug 09 21:07:07.311 INFO O| Aug 09 21:07:07.311 INFO STEP 890 (remove_files) COMPLETE
65202024-08-09T21:07:08.714Z[ recovery-image] Aug 09 21:07:07.311 INFO O| Aug 09 21:07:07.311 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-08-09T21:07:08.721Z[ recovery-image] Aug 09 21:07:07.321 INFO O| Aug 09 21:07:07.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65222024-08-09T21:07:08.721Z[ recovery-image] Aug 09 21:07:07.321 INFO O| Aug 09 21:07:07.321 INFO STEP 891 (remove_files) COMPLETE
65232024-08-09T21:07:08.724Z[ recovery-image] Aug 09 21:07:07.321 INFO O| Aug 09 21:07:07.321 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-08-09T21:07:08.730Z[ recovery-image] Aug 09 21:07:07.330 INFO O| Aug 09 21:07:07.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65252024-08-09T21:07:08.731Z[ recovery-image] Aug 09 21:07:07.330 INFO O| Aug 09 21:07:07.330 INFO STEP 892 (remove_files) COMPLETE
65262024-08-09T21:07:08.731Z[ recovery-image] Aug 09 21:07:07.330 INFO O| Aug 09 21:07:07.330 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-08-09T21:07:08.740Z[ recovery-image] Aug 09 21:07:07.340 INFO O| Aug 09 21:07:07.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65282024-08-09T21:07:08.740Z[ recovery-image] Aug 09 21:07:07.340 INFO O| Aug 09 21:07:07.340 INFO STEP 893 (remove_files) COMPLETE
65292024-08-09T21:07:08.743Z[ recovery-image] Aug 09 21:07:07.340 INFO O| Aug 09 21:07:07.340 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-08-09T21:07:08.750Z[ recovery-image] Aug 09 21:07:07.350 INFO O| Aug 09 21:07:07.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65312024-08-09T21:07:08.751Z[ recovery-image] Aug 09 21:07:07.350 INFO O| Aug 09 21:07:07.350 INFO STEP 894 (remove_files) COMPLETE
65322024-08-09T21:07:08.751Z[ recovery-image] Aug 09 21:07:07.350 INFO O| Aug 09 21:07:07.350 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-08-09T21:07:08.760Z[ recovery-image] Aug 09 21:07:07.360 INFO O| Aug 09 21:07:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65342024-08-09T21:07:08.761Z[ recovery-image] Aug 09 21:07:07.360 INFO O| Aug 09 21:07:07.360 INFO STEP 895 (remove_files) COMPLETE
65352024-08-09T21:07:08.764Z[ recovery-image] Aug 09 21:07:07.360 INFO O| Aug 09 21:07:07.360 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-08-09T21:07:08.770Z[ recovery-image] Aug 09 21:07:07.370 INFO O| Aug 09 21:07:07.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65372024-08-09T21:07:08.770Z[ recovery-image] Aug 09 21:07:07.370 INFO O| Aug 09 21:07:07.370 INFO STEP 896 (remove_files) COMPLETE
65382024-08-09T21:07:08.770Z[ recovery-image] Aug 09 21:07:07.370 INFO O| Aug 09 21:07:07.370 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-08-09T21:07:08.780Z[ recovery-image] Aug 09 21:07:07.379 INFO O| Aug 09 21:07:07.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65402024-08-09T21:07:08.780Z[ recovery-image] Aug 09 21:07:07.380 INFO O| Aug 09 21:07:07.380 INFO STEP 897 (remove_files) COMPLETE
65412024-08-09T21:07:08.783Z[ recovery-image] Aug 09 21:07:07.380 INFO O| Aug 09 21:07:07.380 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-08-09T21:07:08.789Z[ recovery-image] Aug 09 21:07:07.389 INFO O| Aug 09 21:07:07.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65432024-08-09T21:07:08.790Z[ recovery-image] Aug 09 21:07:07.389 INFO O| Aug 09 21:07:07.389 INFO STEP 898 (remove_files) COMPLETE
65442024-08-09T21:07:08.793Z[ recovery-image] Aug 09 21:07:07.389 INFO O| Aug 09 21:07:07.389 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-08-09T21:07:08.799Z[ recovery-image] Aug 09 21:07:07.399 INFO O| Aug 09 21:07:07.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65462024-08-09T21:07:08.799Z[ recovery-image] Aug 09 21:07:07.399 INFO O| Aug 09 21:07:07.399 INFO STEP 899 (remove_files) COMPLETE
65472024-08-09T21:07:08.803Z[ recovery-image] Aug 09 21:07:07.399 INFO O| Aug 09 21:07:07.399 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-08-09T21:07:08.809Z[ recovery-image] Aug 09 21:07:07.408 INFO O| Aug 09 21:07:07.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65492024-08-09T21:07:08.812Z[ recovery-image] Aug 09 21:07:07.409 INFO O| Aug 09 21:07:07.408 INFO STEP 900 (remove_files) COMPLETE
65502024-08-09T21:07:08.812Z[ recovery-image] Aug 09 21:07:07.409 INFO O| Aug 09 21:07:07.409 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-08-09T21:07:08.818Z[ recovery-image] Aug 09 21:07:07.418 INFO O| Aug 09 21:07:07.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65522024-08-09T21:07:08.818Z[ recovery-image] Aug 09 21:07:07.418 INFO O| Aug 09 21:07:07.418 INFO STEP 901 (remove_files) COMPLETE
65532024-08-09T21:07:08.821Z[ recovery-image] Aug 09 21:07:07.418 INFO O| Aug 09 21:07:07.418 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-08-09T21:07:08.828Z[ recovery-image] Aug 09 21:07:07.428 INFO O| Aug 09 21:07:07.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65552024-08-09T21:07:08.828Z[ recovery-image] Aug 09 21:07:07.428 INFO O| Aug 09 21:07:07.428 INFO STEP 902 (remove_files) COMPLETE
65562024-08-09T21:07:08.831Z[ recovery-image] Aug 09 21:07:07.428 INFO O| Aug 09 21:07:07.428 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-08-09T21:07:08.837Z[ recovery-image] Aug 09 21:07:07.437 INFO O| Aug 09 21:07:07.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65582024-08-09T21:07:08.840Z[ recovery-image] Aug 09 21:07:07.437 INFO O| Aug 09 21:07:07.437 INFO STEP 903 (remove_files) COMPLETE
65592024-08-09T21:07:08.841Z[ recovery-image] Aug 09 21:07:07.437 INFO O| Aug 09 21:07:07.437 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-08-09T21:07:08.847Z[ recovery-image] Aug 09 21:07:07.447 INFO O| Aug 09 21:07:07.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65612024-08-09T21:07:08.850Z[ recovery-image] Aug 09 21:07:07.447 INFO O| Aug 09 21:07:07.447 INFO STEP 904 (remove_files) COMPLETE
65622024-08-09T21:07:08.850Z[ recovery-image] Aug 09 21:07:07.447 INFO O| Aug 09 21:07:07.447 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-08-09T21:07:08.857Z[ recovery-image] Aug 09 21:07:07.456 INFO O| Aug 09 21:07:07.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65642024-08-09T21:07:08.860Z[ recovery-image] Aug 09 21:07:07.456 INFO O| Aug 09 21:07:07.456 INFO STEP 905 (remove_files) COMPLETE
65652024-08-09T21:07:08.860Z[ recovery-image] Aug 09 21:07:07.456 INFO O| Aug 09 21:07:07.456 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-08-09T21:07:08.866Z[ recovery-image] Aug 09 21:07:07.466 INFO O| Aug 09 21:07:07.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65672024-08-09T21:07:08.866Z[ recovery-image] Aug 09 21:07:07.466 INFO O| Aug 09 21:07:07.466 INFO STEP 906 (remove_files) COMPLETE
65682024-08-09T21:07:08.870Z[ recovery-image] Aug 09 21:07:07.466 INFO O| Aug 09 21:07:07.466 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-08-09T21:07:08.876Z[ recovery-image] Aug 09 21:07:07.475 INFO O| Aug 09 21:07:07.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65702024-08-09T21:07:08.876Z[ recovery-image] Aug 09 21:07:07.475 INFO O| Aug 09 21:07:07.475 INFO STEP 907 (remove_files) COMPLETE
65712024-08-09T21:07:08.879Z[ recovery-image] Aug 09 21:07:07.475 INFO O| Aug 09 21:07:07.475 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-08-09T21:07:08.885Z[ recovery-image] Aug 09 21:07:07.485 INFO O| Aug 09 21:07:07.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
65732024-08-09T21:07:08.885Z[ recovery-image] Aug 09 21:07:07.485 INFO O| Aug 09 21:07:07.485 INFO STEP 908 (remove_files) COMPLETE
65742024-08-09T21:07:08.889Z[ recovery-image] Aug 09 21:07:07.485 INFO O| Aug 09 21:07:07.485 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-08-09T21:07:08.895Z[ recovery-image] Aug 09 21:07:07.495 INFO O| Aug 09 21:07:07.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
65762024-08-09T21:07:08.895Z[ recovery-image] Aug 09 21:07:07.495 INFO O| Aug 09 21:07:07.495 INFO STEP 909 (remove_files) COMPLETE
65772024-08-09T21:07:08.898Z[ recovery-image] Aug 09 21:07:07.495 INFO O| Aug 09 21:07:07.495 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-08-09T21:07:08.905Z[ recovery-image] Aug 09 21:07:07.504 INFO O| Aug 09 21:07:07.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
65792024-08-09T21:07:08.905Z[ recovery-image] Aug 09 21:07:07.504 INFO O| Aug 09 21:07:07.504 INFO STEP 910 (remove_files) COMPLETE
65802024-08-09T21:07:08.905Z[ recovery-image] Aug 09 21:07:07.504 INFO O| Aug 09 21:07:07.504 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-08-09T21:07:08.914Z[ recovery-image] Aug 09 21:07:07.514 INFO O| Aug 09 21:07:07.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
65822024-08-09T21:07:08.914Z[ recovery-image] Aug 09 21:07:07.514 INFO O| Aug 09 21:07:07.514 INFO STEP 911 (remove_files) COMPLETE
65832024-08-09T21:07:08.917Z[ recovery-image] Aug 09 21:07:07.514 INFO O| Aug 09 21:07:07.514 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-08-09T21:07:08.924Z[ recovery-image] Aug 09 21:07:07.524 INFO O| Aug 09 21:07:07.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
65852024-08-09T21:07:08.927Z[ recovery-image] Aug 09 21:07:07.524 INFO O| Aug 09 21:07:07.524 INFO STEP 912 (remove_files) COMPLETE
65862024-08-09T21:07:08.927Z[ recovery-image] Aug 09 21:07:07.524 INFO O| Aug 09 21:07:07.524 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-08-09T21:07:08.934Z[ recovery-image] Aug 09 21:07:07.534 INFO O| Aug 09 21:07:07.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
65882024-08-09T21:07:08.938Z[ recovery-image] Aug 09 21:07:07.534 INFO O| Aug 09 21:07:07.534 INFO STEP 913 (remove_files) COMPLETE
65892024-08-09T21:07:08.938Z[ recovery-image] Aug 09 21:07:07.534 INFO O| Aug 09 21:07:07.534 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-08-09T21:07:08.945Z[ recovery-image] Aug 09 21:07:07.544 INFO O| Aug 09 21:07:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
65912024-08-09T21:07:08.945Z[ recovery-image] Aug 09 21:07:07.544 INFO O| Aug 09 21:07:07.544 INFO STEP 914 (remove_files) COMPLETE
65922024-08-09T21:07:08.948Z[ recovery-image] Aug 09 21:07:07.544 INFO O| Aug 09 21:07:07.544 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-08-09T21:07:08.954Z[ recovery-image] Aug 09 21:07:07.554 INFO O| Aug 09 21:07:07.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
65942024-08-09T21:07:08.954Z[ recovery-image] Aug 09 21:07:07.554 INFO O| Aug 09 21:07:07.554 INFO STEP 915 (remove_files) COMPLETE
65952024-08-09T21:07:08.958Z[ recovery-image] Aug 09 21:07:07.554 INFO O| Aug 09 21:07:07.554 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-08-09T21:07:08.964Z[ recovery-image] Aug 09 21:07:07.564 INFO O| Aug 09 21:07:07.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
65972024-08-09T21:07:08.964Z[ recovery-image] Aug 09 21:07:07.564 INFO O| Aug 09 21:07:07.564 INFO STEP 916 (remove_files) COMPLETE
65982024-08-09T21:07:08.967Z[ recovery-image] Aug 09 21:07:07.564 INFO O| Aug 09 21:07:07.564 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-08-09T21:07:08.974Z[ recovery-image] Aug 09 21:07:07.573 INFO O| Aug 09 21:07:07.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66002024-08-09T21:07:08.974Z[ recovery-image] Aug 09 21:07:07.574 INFO O| Aug 09 21:07:07.573 INFO STEP 917 (remove_files) COMPLETE
66012024-08-09T21:07:08.974Z[ recovery-image] Aug 09 21:07:07.574 INFO O| Aug 09 21:07:07.573 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-08-09T21:07:08.984Z[ recovery-image] Aug 09 21:07:07.583 INFO O| Aug 09 21:07:07.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66032024-08-09T21:07:08.987Z[ recovery-image] Aug 09 21:07:07.584 INFO O| Aug 09 21:07:07.584 INFO STEP 918 (remove_files) COMPLETE
66042024-08-09T21:07:08.987Z[ recovery-image] Aug 09 21:07:07.584 INFO O| Aug 09 21:07:07.584 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-08-09T21:07:08.996Z[ recovery-image] Aug 09 21:07:07.595 INFO O| Aug 09 21:07:07.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66062024-08-09T21:07:08.996Z[ recovery-image] Aug 09 21:07:07.595 INFO O| Aug 09 21:07:07.595 INFO STEP 919 (remove_files) COMPLETE
66072024-08-09T21:07:08.996Z[ recovery-image] Aug 09 21:07:07.595 INFO O| Aug 09 21:07:07.595 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-08-09T21:07:09.006Z[ recovery-image] Aug 09 21:07:07.606 INFO O| Aug 09 21:07:07.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66092024-08-09T21:07:09.009Z[ recovery-image] Aug 09 21:07:07.606 INFO O| Aug 09 21:07:07.606 INFO STEP 920 (remove_files) COMPLETE
66102024-08-09T21:07:09.009Z[ recovery-image] Aug 09 21:07:07.606 INFO O| Aug 09 21:07:07.606 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-08-09T21:07:09.017Z[ recovery-image] Aug 09 21:07:07.616 INFO O| Aug 09 21:07:07.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66122024-08-09T21:07:09.017Z[ recovery-image] Aug 09 21:07:07.616 INFO O| Aug 09 21:07:07.616 INFO STEP 921 (remove_files) COMPLETE
66132024-08-09T21:07:09.020Z[ recovery-image] Aug 09 21:07:07.616 INFO O| Aug 09 21:07:07.616 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-08-09T21:07:09.026Z[ recovery-image] Aug 09 21:07:07.626 INFO O| Aug 09 21:07:07.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66152024-08-09T21:07:09.026Z[ recovery-image] Aug 09 21:07:07.626 INFO O| Aug 09 21:07:07.626 INFO STEP 922 (remove_files) COMPLETE
66162024-08-09T21:07:09.030Z[ recovery-image] Aug 09 21:07:07.626 INFO O| Aug 09 21:07:07.626 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-08-09T21:07:09.036Z[ recovery-image] Aug 09 21:07:07.635 INFO O| Aug 09 21:07:07.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66182024-08-09T21:07:09.036Z[ recovery-image] Aug 09 21:07:07.635 INFO O| Aug 09 21:07:07.635 INFO STEP 923 (remove_files) COMPLETE
66192024-08-09T21:07:09.039Z[ recovery-image] Aug 09 21:07:07.635 INFO O| Aug 09 21:07:07.635 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-08-09T21:07:09.045Z[ recovery-image] Aug 09 21:07:07.645 INFO O| Aug 09 21:07:07.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66212024-08-09T21:07:09.049Z[ recovery-image] Aug 09 21:07:07.645 INFO O| Aug 09 21:07:07.645 INFO STEP 924 (remove_files) COMPLETE
66222024-08-09T21:07:09.049Z[ recovery-image] Aug 09 21:07:07.646 INFO O| Aug 09 21:07:07.645 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-08-09T21:07:09.055Z[ recovery-image] Aug 09 21:07:07.655 INFO O| Aug 09 21:07:07.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66242024-08-09T21:07:09.055Z[ recovery-image] Aug 09 21:07:07.655 INFO O| Aug 09 21:07:07.655 INFO STEP 925 (remove_files) COMPLETE
66252024-08-09T21:07:09.059Z[ recovery-image] Aug 09 21:07:07.655 INFO O| Aug 09 21:07:07.655 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-08-09T21:07:09.065Z[ recovery-image] Aug 09 21:07:07.664 INFO O| Aug 09 21:07:07.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66272024-08-09T21:07:09.065Z[ recovery-image] Aug 09 21:07:07.665 INFO O| Aug 09 21:07:07.664 INFO STEP 926 (remove_files) COMPLETE
66282024-08-09T21:07:09.068Z[ recovery-image] Aug 09 21:07:07.665 INFO O| Aug 09 21:07:07.664 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-08-09T21:07:09.074Z[ recovery-image] Aug 09 21:07:07.674 INFO O| Aug 09 21:07:07.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66302024-08-09T21:07:09.074Z[ recovery-image] Aug 09 21:07:07.674 INFO O| Aug 09 21:07:07.674 INFO STEP 927 (remove_files) COMPLETE
66312024-08-09T21:07:09.077Z[ recovery-image] Aug 09 21:07:07.674 INFO O| Aug 09 21:07:07.674 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-08-09T21:07:09.084Z[ recovery-image] Aug 09 21:07:07.683 INFO O| Aug 09 21:07:07.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66332024-08-09T21:07:09.087Z[ recovery-image] Aug 09 21:07:07.683 INFO O| Aug 09 21:07:07.683 INFO STEP 928 (remove_files) COMPLETE
66342024-08-09T21:07:09.087Z[ recovery-image] Aug 09 21:07:07.683 INFO O| Aug 09 21:07:07.683 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-08-09T21:07:09.093Z[ recovery-image] Aug 09 21:07:07.693 INFO O| Aug 09 21:07:07.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66362024-08-09T21:07:09.097Z[ recovery-image] Aug 09 21:07:07.693 INFO O| Aug 09 21:07:07.693 INFO STEP 929 (remove_files) COMPLETE
66372024-08-09T21:07:09.097Z[ recovery-image] Aug 09 21:07:07.693 INFO O| Aug 09 21:07:07.693 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-08-09T21:07:09.102Z[ recovery-image] Aug 09 21:07:07.702 INFO O| Aug 09 21:07:07.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66392024-08-09T21:07:09.106Z[ recovery-image] Aug 09 21:07:07.702 INFO O| Aug 09 21:07:07.702 INFO STEP 930 (remove_files) COMPLETE
66402024-08-09T21:07:09.106Z[ recovery-image] Aug 09 21:07:07.702 INFO O| Aug 09 21:07:07.702 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-08-09T21:07:09.115Z[ recovery-image] Aug 09 21:07:07.712 INFO O| Aug 09 21:07:07.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66422024-08-09T21:07:09.115Z[ recovery-image] Aug 09 21:07:07.712 INFO O| Aug 09 21:07:07.712 INFO STEP 931 (remove_files) COMPLETE
66432024-08-09T21:07:09.115Z[ recovery-image] Aug 09 21:07:07.712 INFO O| Aug 09 21:07:07.712 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-08-09T21:07:09.121Z[ recovery-image] Aug 09 21:07:07.721 INFO O| Aug 09 21:07:07.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66452024-08-09T21:07:09.121Z[ recovery-image] Aug 09 21:07:07.721 INFO O| Aug 09 21:07:07.721 INFO STEP 932 (remove_files) COMPLETE
66462024-08-09T21:07:09.121Z[ recovery-image] Aug 09 21:07:07.721 INFO O| Aug 09 21:07:07.721 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-08-09T21:07:09.132Z[ recovery-image] Aug 09 21:07:07.730 INFO O| Aug 09 21:07:07.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66482024-08-09T21:07:09.135Z[ recovery-image] Aug 09 21:07:07.730 INFO O| Aug 09 21:07:07.730 INFO STEP 933 (remove_files) COMPLETE
66492024-08-09T21:07:09.135Z[ recovery-image] Aug 09 21:07:07.730 INFO O| Aug 09 21:07:07.730 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-08-09T21:07:09.140Z[ recovery-image] Aug 09 21:07:07.740 INFO O| Aug 09 21:07:07.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66512024-08-09T21:07:09.140Z[ recovery-image] Aug 09 21:07:07.740 INFO O| Aug 09 21:07:07.740 INFO STEP 934 (remove_files) COMPLETE
66522024-08-09T21:07:09.143Z[ recovery-image] Aug 09 21:07:07.740 INFO O| Aug 09 21:07:07.740 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-08-09T21:07:09.150Z[ recovery-image] Aug 09 21:07:07.749 INFO O| Aug 09 21:07:07.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66542024-08-09T21:07:09.150Z[ recovery-image] Aug 09 21:07:07.749 INFO O| Aug 09 21:07:07.749 INFO STEP 935 (remove_files) COMPLETE
66552024-08-09T21:07:09.150Z[ recovery-image] Aug 09 21:07:07.749 INFO O| Aug 09 21:07:07.749 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-08-09T21:07:09.159Z[ recovery-image] Aug 09 21:07:07.759 INFO O| Aug 09 21:07:07.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66572024-08-09T21:07:09.159Z[ recovery-image] Aug 09 21:07:07.759 INFO O| Aug 09 21:07:07.759 INFO STEP 936 (remove_files) COMPLETE
66582024-08-09T21:07:09.159Z[ recovery-image] Aug 09 21:07:07.759 INFO O| Aug 09 21:07:07.759 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-08-09T21:07:09.169Z[ recovery-image] Aug 09 21:07:07.768 INFO O| Aug 09 21:07:07.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66602024-08-09T21:07:09.169Z[ recovery-image] Aug 09 21:07:07.768 INFO O| Aug 09 21:07:07.768 INFO STEP 937 (remove_files) COMPLETE
66612024-08-09T21:07:09.169Z[ recovery-image] Aug 09 21:07:07.768 INFO O| Aug 09 21:07:07.768 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-08-09T21:07:09.178Z[ recovery-image] Aug 09 21:07:07.778 INFO O| Aug 09 21:07:07.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66632024-08-09T21:07:09.178Z[ recovery-image] Aug 09 21:07:07.778 INFO O| Aug 09 21:07:07.778 INFO STEP 938 (remove_files) COMPLETE
66642024-08-09T21:07:09.178Z[ recovery-image] Aug 09 21:07:07.778 INFO O| Aug 09 21:07:07.778 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-08-09T21:07:09.188Z[ recovery-image] Aug 09 21:07:07.787 INFO O| Aug 09 21:07:07.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66662024-08-09T21:07:09.192Z[ recovery-image] Aug 09 21:07:07.787 INFO O| Aug 09 21:07:07.787 INFO STEP 939 (remove_files) COMPLETE
66672024-08-09T21:07:09.192Z[ recovery-image] Aug 09 21:07:07.787 INFO O| Aug 09 21:07:07.787 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-08-09T21:07:09.198Z[ recovery-image] Aug 09 21:07:07.797 INFO O| Aug 09 21:07:07.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66692024-08-09T21:07:09.198Z[ recovery-image] Aug 09 21:07:07.797 INFO O| Aug 09 21:07:07.797 INFO STEP 940 (remove_files) COMPLETE
66702024-08-09T21:07:09.202Z[ recovery-image] Aug 09 21:07:07.797 INFO O| Aug 09 21:07:07.797 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-08-09T21:07:09.207Z[ recovery-image] Aug 09 21:07:07.807 INFO O| Aug 09 21:07:07.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
66722024-08-09T21:07:09.207Z[ recovery-image] Aug 09 21:07:07.807 INFO O| Aug 09 21:07:07.807 INFO STEP 941 (remove_files) COMPLETE
66732024-08-09T21:07:09.207Z[ recovery-image] Aug 09 21:07:07.807 INFO O| Aug 09 21:07:07.807 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-08-09T21:07:09.217Z[ recovery-image] Aug 09 21:07:07.816 INFO O| Aug 09 21:07:07.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
66752024-08-09T21:07:09.217Z[ recovery-image] Aug 09 21:07:07.816 INFO O| Aug 09 21:07:07.816 INFO STEP 942 (remove_files) COMPLETE
66762024-08-09T21:07:09.220Z[ recovery-image] Aug 09 21:07:07.816 INFO O| Aug 09 21:07:07.816 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-08-09T21:07:09.226Z[ recovery-image] Aug 09 21:07:07.826 INFO O| Aug 09 21:07:07.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
66782024-08-09T21:07:09.226Z[ recovery-image] Aug 09 21:07:07.826 INFO O| Aug 09 21:07:07.826 INFO STEP 943 (remove_files) COMPLETE
66792024-08-09T21:07:09.226Z[ recovery-image] Aug 09 21:07:07.826 INFO O| Aug 09 21:07:07.826 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-08-09T21:07:09.236Z[ recovery-image] Aug 09 21:07:07.835 INFO O| Aug 09 21:07:07.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
66812024-08-09T21:07:09.236Z[ recovery-image] Aug 09 21:07:07.835 INFO O| Aug 09 21:07:07.835 INFO STEP 944 (remove_files) COMPLETE
66822024-08-09T21:07:09.236Z[ recovery-image] Aug 09 21:07:07.835 INFO O| Aug 09 21:07:07.835 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-08-09T21:07:09.245Z[ recovery-image] Aug 09 21:07:07.845 INFO O| Aug 09 21:07:07.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
66842024-08-09T21:07:09.245Z[ recovery-image] Aug 09 21:07:07.845 INFO O| Aug 09 21:07:07.845 INFO STEP 945 (remove_files) COMPLETE
66852024-08-09T21:07:09.245Z[ recovery-image] Aug 09 21:07:07.845 INFO O| Aug 09 21:07:07.845 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-08-09T21:07:09.255Z[ recovery-image] Aug 09 21:07:07.855 INFO O| Aug 09 21:07:07.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
66872024-08-09T21:07:09.259Z[ recovery-image] Aug 09 21:07:07.855 INFO O| Aug 09 21:07:07.855 INFO STEP 946 (remove_files) COMPLETE
66882024-08-09T21:07:09.259Z[ recovery-image] Aug 09 21:07:07.855 INFO O| Aug 09 21:07:07.855 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-08-09T21:07:09.265Z[ recovery-image] Aug 09 21:07:07.864 INFO O| Aug 09 21:07:07.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
66902024-08-09T21:07:09.265Z[ recovery-image] Aug 09 21:07:07.864 INFO O| Aug 09 21:07:07.864 INFO STEP 947 (remove_files) COMPLETE
66912024-08-09T21:07:09.265Z[ recovery-image] Aug 09 21:07:07.864 INFO O| Aug 09 21:07:07.864 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-08-09T21:07:09.274Z[ recovery-image] Aug 09 21:07:07.874 INFO O| Aug 09 21:07:07.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
66932024-08-09T21:07:09.278Z[ recovery-image] Aug 09 21:07:07.874 INFO O| Aug 09 21:07:07.874 INFO STEP 948 (remove_files) COMPLETE
66942024-08-09T21:07:09.278Z[ recovery-image] Aug 09 21:07:07.874 INFO O| Aug 09 21:07:07.874 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-08-09T21:07:09.284Z[ recovery-image] Aug 09 21:07:07.883 INFO O| Aug 09 21:07:07.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
66962024-08-09T21:07:09.284Z[ recovery-image] Aug 09 21:07:07.883 INFO O| Aug 09 21:07:07.883 INFO STEP 949 (remove_files) COMPLETE
66972024-08-09T21:07:09.287Z[ recovery-image] Aug 09 21:07:07.883 INFO O| Aug 09 21:07:07.883 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-08-09T21:07:09.293Z[ recovery-image] Aug 09 21:07:07.893 INFO O| Aug 09 21:07:07.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
66992024-08-09T21:07:09.297Z[ recovery-image] Aug 09 21:07:07.893 INFO O| Aug 09 21:07:07.893 INFO STEP 950 (remove_files) COMPLETE
67002024-08-09T21:07:09.297Z[ recovery-image] Aug 09 21:07:07.893 INFO O| Aug 09 21:07:07.893 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-08-09T21:07:09.303Z[ recovery-image] Aug 09 21:07:07.902 INFO O| Aug 09 21:07:07.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67022024-08-09T21:07:09.303Z[ recovery-image] Aug 09 21:07:07.903 INFO O| Aug 09 21:07:07.903 INFO STEP 951 (remove_files) COMPLETE
67032024-08-09T21:07:09.306Z[ recovery-image] Aug 09 21:07:07.903 INFO O| Aug 09 21:07:07.903 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-08-09T21:07:09.313Z[ recovery-image] Aug 09 21:07:07.912 INFO O| Aug 09 21:07:07.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67052024-08-09T21:07:09.313Z[ recovery-image] Aug 09 21:07:07.912 INFO O| Aug 09 21:07:07.912 INFO STEP 952 (remove_files) COMPLETE
67062024-08-09T21:07:09.317Z[ recovery-image] Aug 09 21:07:07.912 INFO O| Aug 09 21:07:07.912 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-08-09T21:07:09.322Z[ recovery-image] Aug 09 21:07:07.922 INFO O| Aug 09 21:07:07.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67082024-08-09T21:07:09.322Z[ recovery-image] Aug 09 21:07:07.922 INFO O| Aug 09 21:07:07.922 INFO STEP 953 (remove_files) COMPLETE
67092024-08-09T21:07:09.322Z[ recovery-image] Aug 09 21:07:07.922 INFO O| Aug 09 21:07:07.922 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-08-09T21:07:09.332Z[ recovery-image] Aug 09 21:07:07.931 INFO O| Aug 09 21:07:07.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67112024-08-09T21:07:09.332Z[ recovery-image] Aug 09 21:07:07.931 INFO O| Aug 09 21:07:07.931 INFO STEP 954 (remove_files) COMPLETE
67122024-08-09T21:07:09.335Z[ recovery-image] Aug 09 21:07:07.931 INFO O| Aug 09 21:07:07.931 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-08-09T21:07:09.342Z[ recovery-image] Aug 09 21:07:07.941 INFO O| Aug 09 21:07:07.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67142024-08-09T21:07:09.345Z[ recovery-image] Aug 09 21:07:07.941 INFO O| Aug 09 21:07:07.941 INFO STEP 955 (remove_files) COMPLETE
67152024-08-09T21:07:09.345Z[ recovery-image] Aug 09 21:07:07.941 INFO O| Aug 09 21:07:07.941 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-08-09T21:07:09.351Z[ recovery-image] Aug 09 21:07:07.950 INFO O| Aug 09 21:07:07.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67172024-08-09T21:07:09.355Z[ recovery-image] Aug 09 21:07:07.951 INFO O| Aug 09 21:07:07.950 INFO STEP 956 (remove_files) COMPLETE
67182024-08-09T21:07:09.355Z[ recovery-image] Aug 09 21:07:07.951 INFO O| Aug 09 21:07:07.951 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-08-09T21:07:09.360Z[ recovery-image] Aug 09 21:07:07.960 INFO O| Aug 09 21:07:07.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67202024-08-09T21:07:09.364Z[ recovery-image] Aug 09 21:07:07.960 INFO O| Aug 09 21:07:07.960 INFO STEP 957 (remove_files) COMPLETE
67212024-08-09T21:07:09.364Z[ recovery-image] Aug 09 21:07:07.960 INFO O| Aug 09 21:07:07.960 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-08-09T21:07:09.370Z[ recovery-image] Aug 09 21:07:07.970 INFO O| Aug 09 21:07:07.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67232024-08-09T21:07:09.370Z[ recovery-image] Aug 09 21:07:07.970 INFO O| Aug 09 21:07:07.970 INFO STEP 958 (remove_files) COMPLETE
67242024-08-09T21:07:09.373Z[ recovery-image] Aug 09 21:07:07.970 INFO O| Aug 09 21:07:07.970 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-08-09T21:07:09.379Z[ recovery-image] Aug 09 21:07:07.979 INFO O| Aug 09 21:07:07.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67262024-08-09T21:07:09.379Z[ recovery-image] Aug 09 21:07:07.979 INFO O| Aug 09 21:07:07.979 INFO STEP 959 (remove_files) COMPLETE
67272024-08-09T21:07:09.379Z[ recovery-image] Aug 09 21:07:07.979 INFO O| Aug 09 21:07:07.979 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-08-09T21:07:09.389Z[ recovery-image] Aug 09 21:07:07.989 INFO O| Aug 09 21:07:07.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67292024-08-09T21:07:09.390Z[ recovery-image] Aug 09 21:07:07.989 INFO O| Aug 09 21:07:07.989 INFO STEP 960 (remove_files) COMPLETE
67302024-08-09T21:07:09.401Z[ recovery-image] Aug 09 21:07:07.989 INFO O| Aug 09 21:07:07.989 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-08-09T21:07:09.401Z[ recovery-image] Aug 09 21:07:07.998 INFO O| Aug 09 21:07:07.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67322024-08-09T21:07:09.401Z[ recovery-image] Aug 09 21:07:07.998 INFO O| Aug 09 21:07:07.998 INFO STEP 961 (remove_files) COMPLETE
67332024-08-09T21:07:09.401Z[ recovery-image] Aug 09 21:07:07.998 INFO O| Aug 09 21:07:07.998 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-08-09T21:07:09.409Z[ recovery-image] Aug 09 21:07:08.008 INFO O| Aug 09 21:07:08.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67352024-08-09T21:07:09.412Z[ recovery-image] Aug 09 21:07:08.009 INFO O| Aug 09 21:07:08.008 INFO STEP 962 (remove_files) COMPLETE
67362024-08-09T21:07:09.412Z[ recovery-image] Aug 09 21:07:08.009 INFO O| Aug 09 21:07:08.008 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-08-09T21:07:09.419Z[ recovery-image] Aug 09 21:07:08.018 INFO O| Aug 09 21:07:08.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67382024-08-09T21:07:09.419Z[ recovery-image] Aug 09 21:07:08.018 INFO O| Aug 09 21:07:08.018 INFO STEP 963 (remove_files) COMPLETE
67392024-08-09T21:07:09.422Z[ recovery-image] Aug 09 21:07:08.018 INFO O| Aug 09 21:07:08.018 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-08-09T21:07:09.428Z[ recovery-image] Aug 09 21:07:08.028 INFO O| Aug 09 21:07:08.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67412024-08-09T21:07:09.428Z[ recovery-image] Aug 09 21:07:08.028 INFO O| Aug 09 21:07:08.028 INFO STEP 964 (remove_files) COMPLETE
67422024-08-09T21:07:09.432Z[ recovery-image] Aug 09 21:07:08.028 INFO O| Aug 09 21:07:08.028 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-08-09T21:07:09.438Z[ recovery-image] Aug 09 21:07:08.038 INFO O| Aug 09 21:07:08.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67442024-08-09T21:07:09.442Z[ recovery-image] Aug 09 21:07:08.038 INFO O| Aug 09 21:07:08.038 INFO STEP 965 (remove_files) COMPLETE
67452024-08-09T21:07:09.442Z[ recovery-image] Aug 09 21:07:08.038 INFO O| Aug 09 21:07:08.038 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-08-09T21:07:09.448Z[ recovery-image] Aug 09 21:07:08.047 INFO O| Aug 09 21:07:08.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67472024-08-09T21:07:09.451Z[ recovery-image] Aug 09 21:07:08.047 INFO O| Aug 09 21:07:08.047 INFO STEP 966 (remove_files) COMPLETE
67482024-08-09T21:07:09.451Z[ recovery-image] Aug 09 21:07:08.048 INFO O| Aug 09 21:07:08.047 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-08-09T21:07:09.457Z[ recovery-image] Aug 09 21:07:08.057 INFO O| Aug 09 21:07:08.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67502024-08-09T21:07:09.460Z[ recovery-image] Aug 09 21:07:08.057 INFO O| Aug 09 21:07:08.057 INFO STEP 967 (remove_files) COMPLETE
67512024-08-09T21:07:09.460Z[ recovery-image] Aug 09 21:07:08.057 INFO O| Aug 09 21:07:08.057 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-08-09T21:07:09.467Z[ recovery-image] Aug 09 21:07:08.066 INFO O| Aug 09 21:07:08.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67532024-08-09T21:07:09.467Z[ recovery-image] Aug 09 21:07:08.066 INFO O| Aug 09 21:07:08.066 INFO STEP 968 (remove_files) COMPLETE
67542024-08-09T21:07:09.470Z[ recovery-image] Aug 09 21:07:08.066 INFO O| Aug 09 21:07:08.066 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-08-09T21:07:09.476Z[ recovery-image] Aug 09 21:07:08.076 INFO O| Aug 09 21:07:08.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67562024-08-09T21:07:09.476Z[ recovery-image] Aug 09 21:07:08.076 INFO O| Aug 09 21:07:08.076 INFO STEP 969 (remove_files) COMPLETE
67572024-08-09T21:07:09.479Z[ recovery-image] Aug 09 21:07:08.076 INFO O| Aug 09 21:07:08.076 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-08-09T21:07:09.486Z[ recovery-image] Aug 09 21:07:08.085 INFO O| Aug 09 21:07:08.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67592024-08-09T21:07:09.486Z[ recovery-image] Aug 09 21:07:08.085 INFO O| Aug 09 21:07:08.085 INFO STEP 970 (remove_files) COMPLETE
67602024-08-09T21:07:09.486Z[ recovery-image] Aug 09 21:07:08.085 INFO O| Aug 09 21:07:08.085 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-08-09T21:07:09.495Z[ recovery-image] Aug 09 21:07:08.095 INFO O| Aug 09 21:07:08.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67622024-08-09T21:07:09.495Z[ recovery-image] Aug 09 21:07:08.095 INFO O| Aug 09 21:07:08.095 INFO STEP 971 (remove_files) COMPLETE
67632024-08-09T21:07:09.495Z[ recovery-image] Aug 09 21:07:08.095 INFO O| Aug 09 21:07:08.095 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-08-09T21:07:09.505Z[ recovery-image] Aug 09 21:07:08.104 INFO O| Aug 09 21:07:08.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67652024-08-09T21:07:09.509Z[ recovery-image] Aug 09 21:07:08.104 INFO O| Aug 09 21:07:08.104 INFO STEP 972 (remove_files) COMPLETE
67662024-08-09T21:07:09.509Z[ recovery-image] Aug 09 21:07:08.105 INFO O| Aug 09 21:07:08.104 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-08-09T21:07:09.515Z[ recovery-image] Aug 09 21:07:08.114 INFO O| Aug 09 21:07:08.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67682024-08-09T21:07:09.518Z[ recovery-image] Aug 09 21:07:08.114 INFO O| Aug 09 21:07:08.114 INFO STEP 973 (remove_files) COMPLETE
67692024-08-09T21:07:09.518Z[ recovery-image] Aug 09 21:07:08.114 INFO O| Aug 09 21:07:08.114 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-08-09T21:07:09.524Z[ recovery-image] Aug 09 21:07:08.124 INFO O| Aug 09 21:07:08.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
67712024-08-09T21:07:09.527Z[ recovery-image] Aug 09 21:07:08.124 INFO O| Aug 09 21:07:08.124 INFO STEP 974 (remove_files) COMPLETE
67722024-08-09T21:07:09.527Z[ recovery-image] Aug 09 21:07:08.124 INFO O| Aug 09 21:07:08.124 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-08-09T21:07:09.534Z[ recovery-image] Aug 09 21:07:08.133 INFO O| Aug 09 21:07:08.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
67742024-08-09T21:07:09.537Z[ recovery-image] Aug 09 21:07:08.133 INFO O| Aug 09 21:07:08.133 INFO STEP 975 (remove_files) COMPLETE
67752024-08-09T21:07:09.537Z[ recovery-image] Aug 09 21:07:08.133 INFO O| Aug 09 21:07:08.133 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-08-09T21:07:09.543Z[ recovery-image] Aug 09 21:07:08.143 INFO O| Aug 09 21:07:08.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
67772024-08-09T21:07:09.543Z[ recovery-image] Aug 09 21:07:08.143 INFO O| Aug 09 21:07:08.143 INFO STEP 976 (remove_files) COMPLETE
67782024-08-09T21:07:09.543Z[ recovery-image] Aug 09 21:07:08.143 INFO O| Aug 09 21:07:08.143 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-08-09T21:07:09.553Z[ recovery-image] Aug 09 21:07:08.152 INFO O| Aug 09 21:07:08.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
67802024-08-09T21:07:09.559Z[ recovery-image] Aug 09 21:07:08.152 INFO O| Aug 09 21:07:08.152 INFO STEP 977 (remove_files) COMPLETE
67812024-08-09T21:07:09.559Z[ recovery-image] Aug 09 21:07:08.152 INFO O| Aug 09 21:07:08.152 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-08-09T21:07:09.564Z[ recovery-image] Aug 09 21:07:08.162 INFO O| Aug 09 21:07:08.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
67832024-08-09T21:07:09.564Z[ recovery-image] Aug 09 21:07:08.162 INFO O| Aug 09 21:07:08.162 INFO STEP 978 (remove_files) COMPLETE
67842024-08-09T21:07:09.565Z[ recovery-image] Aug 09 21:07:08.162 INFO O| Aug 09 21:07:08.162 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-08-09T21:07:09.572Z[ recovery-image] Aug 09 21:07:08.171 INFO O| Aug 09 21:07:08.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
67862024-08-09T21:07:09.575Z[ recovery-image] Aug 09 21:07:08.172 INFO O| Aug 09 21:07:08.171 INFO STEP 979 (remove_files) COMPLETE
67872024-08-09T21:07:09.575Z[ recovery-image] Aug 09 21:07:08.172 INFO O| Aug 09 21:07:08.171 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-08-09T21:07:09.582Z[ recovery-image] Aug 09 21:07:08.181 INFO O| Aug 09 21:07:08.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
67892024-08-09T21:07:09.582Z[ recovery-image] Aug 09 21:07:08.181 INFO O| Aug 09 21:07:08.181 INFO STEP 980 (remove_files) COMPLETE
67902024-08-09T21:07:09.587Z[ recovery-image] Aug 09 21:07:08.181 INFO O| Aug 09 21:07:08.181 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-08-09T21:07:09.591Z[ recovery-image] Aug 09 21:07:08.191 INFO O| Aug 09 21:07:08.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
67922024-08-09T21:07:09.594Z[ recovery-image] Aug 09 21:07:08.191 INFO O| Aug 09 21:07:08.191 INFO STEP 981 (remove_files) COMPLETE
67932024-08-09T21:07:09.594Z[ recovery-image] Aug 09 21:07:08.191 INFO O| Aug 09 21:07:08.191 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-08-09T21:07:09.601Z[ recovery-image] Aug 09 21:07:08.201 INFO O| Aug 09 21:07:08.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
67952024-08-09T21:07:09.604Z[ recovery-image] Aug 09 21:07:08.201 INFO O| Aug 09 21:07:08.201 INFO STEP 982 (remove_files) COMPLETE
67962024-08-09T21:07:09.604Z[ recovery-image] Aug 09 21:07:08.201 INFO O| Aug 09 21:07:08.201 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-08-09T21:07:09.611Z[ recovery-image] Aug 09 21:07:08.210 INFO O| Aug 09 21:07:08.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
67982024-08-09T21:07:09.614Z[ recovery-image] Aug 09 21:07:08.210 INFO O| Aug 09 21:07:08.210 INFO STEP 983 (remove_files) COMPLETE
67992024-08-09T21:07:09.614Z[ recovery-image] Aug 09 21:07:08.210 INFO O| Aug 09 21:07:08.210 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-08-09T21:07:09.620Z[ recovery-image] Aug 09 21:07:08.220 INFO O| Aug 09 21:07:08.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68012024-08-09T21:07:09.620Z[ recovery-image] Aug 09 21:07:08.220 INFO O| Aug 09 21:07:08.220 INFO STEP 984 (remove_files) COMPLETE
68022024-08-09T21:07:09.621Z[ recovery-image] Aug 09 21:07:08.220 INFO O| Aug 09 21:07:08.220 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-08-09T21:07:09.630Z[ recovery-image] Aug 09 21:07:08.229 INFO O| Aug 09 21:07:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68042024-08-09T21:07:09.630Z[ recovery-image] Aug 09 21:07:08.229 INFO O| Aug 09 21:07:08.229 INFO STEP 985 (remove_files) COMPLETE
68052024-08-09T21:07:09.633Z[ recovery-image] Aug 09 21:07:08.229 INFO O| Aug 09 21:07:08.229 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-08-09T21:07:09.640Z[ recovery-image] Aug 09 21:07:08.239 INFO O| Aug 09 21:07:08.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68072024-08-09T21:07:09.640Z[ recovery-image] Aug 09 21:07:08.239 INFO O| Aug 09 21:07:08.239 INFO STEP 986 (remove_files) COMPLETE
68082024-08-09T21:07:09.643Z[ recovery-image] Aug 09 21:07:08.239 INFO O| Aug 09 21:07:08.239 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-08-09T21:07:09.649Z[ recovery-image] Aug 09 21:07:08.248 INFO O| Aug 09 21:07:08.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68102024-08-09T21:07:09.652Z[ recovery-image] Aug 09 21:07:08.248 INFO O| Aug 09 21:07:08.248 INFO STEP 987 (remove_files) COMPLETE
68112024-08-09T21:07:09.652Z[ recovery-image] Aug 09 21:07:08.249 INFO O| Aug 09 21:07:08.248 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-08-09T21:07:09.659Z[ recovery-image] Aug 09 21:07:08.259 INFO O| Aug 09 21:07:08.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68132024-08-09T21:07:09.659Z[ recovery-image] Aug 09 21:07:08.259 INFO O| Aug 09 21:07:08.259 INFO STEP 988 (remove_files) COMPLETE
68142024-08-09T21:07:09.662Z[ recovery-image] Aug 09 21:07:08.259 INFO O| Aug 09 21:07:08.259 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-08-09T21:07:09.670Z[ recovery-image] Aug 09 21:07:08.270 INFO O| Aug 09 21:07:08.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68162024-08-09T21:07:09.674Z[ recovery-image] Aug 09 21:07:08.270 INFO O| Aug 09 21:07:08.270 INFO STEP 989 (remove_files) COMPLETE
68172024-08-09T21:07:09.674Z[ recovery-image] Aug 09 21:07:08.270 INFO O| Aug 09 21:07:08.270 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-08-09T21:07:09.681Z[ recovery-image] Aug 09 21:07:08.280 INFO O| Aug 09 21:07:08.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68192024-08-09T21:07:09.681Z[ recovery-image] Aug 09 21:07:08.280 INFO O| Aug 09 21:07:08.280 INFO STEP 990 (remove_files) COMPLETE
68202024-08-09T21:07:09.684Z[ recovery-image] Aug 09 21:07:08.280 INFO O| Aug 09 21:07:08.280 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-08-09T21:07:09.691Z[ recovery-image] Aug 09 21:07:08.290 INFO O| Aug 09 21:07:08.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68222024-08-09T21:07:09.691Z[ recovery-image] Aug 09 21:07:08.290 INFO O| Aug 09 21:07:08.290 INFO STEP 991 (remove_files) COMPLETE
68232024-08-09T21:07:09.694Z[ recovery-image] Aug 09 21:07:08.290 INFO O| Aug 09 21:07:08.290 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-08-09T21:07:09.700Z[ recovery-image] Aug 09 21:07:08.300 INFO O| Aug 09 21:07:08.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68252024-08-09T21:07:09.700Z[ recovery-image] Aug 09 21:07:08.300 INFO O| Aug 09 21:07:08.300 INFO STEP 992 (remove_files) COMPLETE
68262024-08-09T21:07:09.704Z[ recovery-image] Aug 09 21:07:08.300 INFO O| Aug 09 21:07:08.300 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-08-09T21:07:09.710Z[ recovery-image] Aug 09 21:07:08.309 INFO O| Aug 09 21:07:08.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68282024-08-09T21:07:09.710Z[ recovery-image] Aug 09 21:07:08.310 INFO O| Aug 09 21:07:08.310 INFO STEP 993 (remove_files) COMPLETE
68292024-08-09T21:07:09.713Z[ recovery-image] Aug 09 21:07:08.310 INFO O| Aug 09 21:07:08.310 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-08-09T21:07:09.720Z[ recovery-image] Aug 09 21:07:08.319 INFO O| Aug 09 21:07:08.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68312024-08-09T21:07:09.720Z[ recovery-image] Aug 09 21:07:08.319 INFO O| Aug 09 21:07:08.319 INFO STEP 994 (remove_files) COMPLETE
68322024-08-09T21:07:09.723Z[ recovery-image] Aug 09 21:07:08.319 INFO O| Aug 09 21:07:08.319 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-08-09T21:07:09.729Z[ recovery-image] Aug 09 21:07:08.329 INFO O| Aug 09 21:07:08.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68342024-08-09T21:07:09.729Z[ recovery-image] Aug 09 21:07:08.329 INFO O| Aug 09 21:07:08.329 INFO STEP 995 (remove_files) COMPLETE
68352024-08-09T21:07:09.732Z[ recovery-image] Aug 09 21:07:08.329 INFO O| Aug 09 21:07:08.329 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-08-09T21:07:09.739Z[ recovery-image] Aug 09 21:07:08.338 INFO O| Aug 09 21:07:08.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68372024-08-09T21:07:09.739Z[ recovery-image] Aug 09 21:07:08.338 INFO O| Aug 09 21:07:08.338 INFO STEP 996 (remove_files) COMPLETE
68382024-08-09T21:07:09.742Z[ recovery-image] Aug 09 21:07:08.338 INFO O| Aug 09 21:07:08.338 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-08-09T21:07:09.749Z[ recovery-image] Aug 09 21:07:08.348 INFO O| Aug 09 21:07:08.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68402024-08-09T21:07:09.749Z[ recovery-image] Aug 09 21:07:08.348 INFO O| Aug 09 21:07:08.348 INFO STEP 997 (remove_files) COMPLETE
68412024-08-09T21:07:09.752Z[ recovery-image] Aug 09 21:07:08.348 INFO O| Aug 09 21:07:08.348 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-08-09T21:07:09.758Z[ recovery-image] Aug 09 21:07:08.358 INFO O| Aug 09 21:07:08.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68432024-08-09T21:07:09.758Z[ recovery-image] Aug 09 21:07:08.358 INFO O| Aug 09 21:07:08.358 INFO STEP 998 (remove_files) COMPLETE
68442024-08-09T21:07:09.761Z[ recovery-image] Aug 09 21:07:08.358 INFO O| Aug 09 21:07:08.358 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-08-09T21:07:09.768Z[ recovery-image] Aug 09 21:07:08.367 INFO O| Aug 09 21:07:08.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68462024-08-09T21:07:09.768Z[ recovery-image] Aug 09 21:07:08.367 INFO O| Aug 09 21:07:08.367 INFO STEP 999 (remove_files) COMPLETE
68472024-08-09T21:07:09.771Z[ recovery-image] Aug 09 21:07:08.367 INFO O| Aug 09 21:07:08.367 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-08-09T21:07:09.777Z[ recovery-image] Aug 09 21:07:08.377 INFO O| Aug 09 21:07:08.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68492024-08-09T21:07:09.781Z[ recovery-image] Aug 09 21:07:08.377 INFO O| Aug 09 21:07:08.377 INFO STEP 1000 (remove_files) COMPLETE
68502024-08-09T21:07:09.781Z[ recovery-image] Aug 09 21:07:08.377 INFO O| Aug 09 21:07:08.377 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-08-09T21:07:09.787Z[ recovery-image] Aug 09 21:07:08.386 INFO O| Aug 09 21:07:08.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68522024-08-09T21:07:09.790Z[ recovery-image] Aug 09 21:07:08.387 INFO O| Aug 09 21:07:08.386 INFO STEP 1001 (remove_files) COMPLETE
68532024-08-09T21:07:09.790Z[ recovery-image] Aug 09 21:07:08.387 INFO O| Aug 09 21:07:08.387 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-08-09T21:07:09.797Z[ recovery-image] Aug 09 21:07:08.396 INFO O| Aug 09 21:07:08.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68552024-08-09T21:07:09.797Z[ recovery-image] Aug 09 21:07:08.396 INFO O| Aug 09 21:07:08.396 INFO STEP 1002 (remove_files) COMPLETE
68562024-08-09T21:07:09.800Z[ recovery-image] Aug 09 21:07:08.396 INFO O| Aug 09 21:07:08.396 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-08-09T21:07:09.806Z[ recovery-image] Aug 09 21:07:08.406 INFO O| Aug 09 21:07:08.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68582024-08-09T21:07:09.809Z[ recovery-image] Aug 09 21:07:08.406 INFO O| Aug 09 21:07:08.406 INFO STEP 1003 (remove_files) COMPLETE
68592024-08-09T21:07:09.809Z[ recovery-image] Aug 09 21:07:08.406 INFO O| Aug 09 21:07:08.406 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-08-09T21:07:09.816Z[ recovery-image] Aug 09 21:07:08.415 INFO O| Aug 09 21:07:08.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68612024-08-09T21:07:09.816Z[ recovery-image] Aug 09 21:07:08.415 INFO O| Aug 09 21:07:08.415 INFO STEP 1004 (remove_files) COMPLETE
68622024-08-09T21:07:09.819Z[ recovery-image] Aug 09 21:07:08.415 INFO O| Aug 09 21:07:08.415 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-08-09T21:07:09.825Z[ recovery-image] Aug 09 21:07:08.425 INFO O| Aug 09 21:07:08.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68642024-08-09T21:07:09.825Z[ recovery-image] Aug 09 21:07:08.425 INFO O| Aug 09 21:07:08.425 INFO STEP 1005 (remove_files) COMPLETE
68652024-08-09T21:07:09.828Z[ recovery-image] Aug 09 21:07:08.425 INFO O| Aug 09 21:07:08.425 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-08-09T21:07:09.835Z[ recovery-image] Aug 09 21:07:08.434 INFO O| Aug 09 21:07:08.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68672024-08-09T21:07:09.838Z[ recovery-image] Aug 09 21:07:08.434 INFO O| Aug 09 21:07:08.434 INFO STEP 1006 (remove_files) COMPLETE
68682024-08-09T21:07:09.838Z[ recovery-image] Aug 09 21:07:08.434 INFO O| Aug 09 21:07:08.434 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-09T21:07:09.845Z[ recovery-image] Aug 09 21:07:08.444 INFO O| Aug 09 21:07:08.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68702024-08-09T21:07:09.845Z[ recovery-image] Aug 09 21:07:08.444 INFO O| Aug 09 21:07:08.444 INFO STEP 1007 (remove_files) COMPLETE
68712024-08-09T21:07:09.849Z[ recovery-image] Aug 09 21:07:08.444 INFO O| Aug 09 21:07:08.444 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-09T21:07:09.854Z[ recovery-image] Aug 09 21:07:08.453 INFO O| Aug 09 21:07:08.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
68732024-08-09T21:07:09.854Z[ recovery-image] Aug 09 21:07:08.453 INFO O| Aug 09 21:07:08.453 INFO STEP 1008 (remove_files) COMPLETE
68742024-08-09T21:07:09.857Z[ recovery-image] Aug 09 21:07:08.453 INFO O| Aug 09 21:07:08.453 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-09T21:07:09.863Z[ recovery-image] Aug 09 21:07:08.462 INFO O| Aug 09 21:07:08.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
68762024-08-09T21:07:09.863Z[ recovery-image] Aug 09 21:07:08.463 INFO O| Aug 09 21:07:08.462 INFO STEP 1009 (remove_files) COMPLETE
68772024-08-09T21:07:09.866Z[ recovery-image] Aug 09 21:07:08.463 INFO O| Aug 09 21:07:08.463 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-09T21:07:09.872Z[ recovery-image] Aug 09 21:07:08.472 INFO O| Aug 09 21:07:08.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
68792024-08-09T21:07:09.872Z[ recovery-image] Aug 09 21:07:08.472 INFO O| Aug 09 21:07:08.472 INFO STEP 1010 (remove_files) COMPLETE
68802024-08-09T21:07:09.876Z[ recovery-image] Aug 09 21:07:08.472 INFO O| Aug 09 21:07:08.472 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-08-09T21:07:09.882Z[ recovery-image] Aug 09 21:07:08.481 INFO O| Aug 09 21:07:08.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
68822024-08-09T21:07:09.882Z[ recovery-image] Aug 09 21:07:08.481 INFO O| Aug 09 21:07:08.481 INFO STEP 1011 (remove_files) COMPLETE
68832024-08-09T21:07:09.885Z[ recovery-image] Aug 09 21:07:08.481 INFO O| Aug 09 21:07:08.481 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-08-09T21:07:09.891Z[ recovery-image] Aug 09 21:07:08.491 INFO O| Aug 09 21:07:08.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
68852024-08-09T21:07:09.894Z[ recovery-image] Aug 09 21:07:08.491 INFO O| Aug 09 21:07:08.491 INFO STEP 1012 (remove_files) COMPLETE
68862024-08-09T21:07:09.895Z[ recovery-image] Aug 09 21:07:08.491 INFO O| Aug 09 21:07:08.491 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-08-09T21:07:09.901Z[ recovery-image] Aug 09 21:07:08.500 INFO O| Aug 09 21:07:08.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
68882024-08-09T21:07:09.901Z[ recovery-image] Aug 09 21:07:08.500 INFO O| Aug 09 21:07:08.500 INFO STEP 1013 (remove_files) COMPLETE
68892024-08-09T21:07:09.904Z[ recovery-image] Aug 09 21:07:08.500 INFO O| Aug 09 21:07:08.500 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-08-09T21:07:09.911Z[ recovery-image] Aug 09 21:07:08.510 INFO O| Aug 09 21:07:08.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
68912024-08-09T21:07:09.914Z[ recovery-image] Aug 09 21:07:08.510 INFO O| Aug 09 21:07:08.510 INFO STEP 1014 (remove_files) COMPLETE
68922024-08-09T21:07:09.914Z[ recovery-image] Aug 09 21:07:08.510 INFO O| Aug 09 21:07:08.510 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-08-09T21:07:09.920Z[ recovery-image] Aug 09 21:07:08.519 INFO O| Aug 09 21:07:08.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
68942024-08-09T21:07:09.923Z[ recovery-image] Aug 09 21:07:08.519 INFO O| Aug 09 21:07:08.519 INFO STEP 1015 (remove_files) COMPLETE
68952024-08-09T21:07:09.923Z[ recovery-image] Aug 09 21:07:08.519 INFO O| Aug 09 21:07:08.519 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-08-09T21:07:09.929Z[ recovery-image] Aug 09 21:07:08.529 INFO O| Aug 09 21:07:08.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
68972024-08-09T21:07:09.933Z[ recovery-image] Aug 09 21:07:08.529 INFO O| Aug 09 21:07:08.529 INFO STEP 1016 (remove_files) COMPLETE
68982024-08-09T21:07:09.933Z[ recovery-image] Aug 09 21:07:08.529 INFO O| Aug 09 21:07:08.529 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-08-09T21:07:09.939Z[ recovery-image] Aug 09 21:07:08.538 INFO O| Aug 09 21:07:08.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69002024-08-09T21:07:09.939Z[ recovery-image] Aug 09 21:07:08.538 INFO O| Aug 09 21:07:08.538 INFO STEP 1017 (remove_files) COMPLETE
69012024-08-09T21:07:09.942Z[ recovery-image] Aug 09 21:07:08.538 INFO O| Aug 09 21:07:08.538 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-08-09T21:07:09.948Z[ recovery-image] Aug 09 21:07:08.548 INFO O| Aug 09 21:07:08.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69032024-08-09T21:07:09.952Z[ recovery-image] Aug 09 21:07:08.548 INFO O| Aug 09 21:07:08.548 INFO STEP 1018 (remove_files) COMPLETE
69042024-08-09T21:07:09.952Z[ recovery-image] Aug 09 21:07:08.548 INFO O| Aug 09 21:07:08.548 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-08-09T21:07:09.958Z[ recovery-image] Aug 09 21:07:08.557 INFO O| Aug 09 21:07:08.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69062024-08-09T21:07:09.961Z[ recovery-image] Aug 09 21:07:08.557 INFO O| Aug 09 21:07:08.557 INFO STEP 1019 (remove_files) COMPLETE
69072024-08-09T21:07:09.961Z[ recovery-image] Aug 09 21:07:08.558 INFO O| Aug 09 21:07:08.557 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-08-09T21:07:09.968Z[ recovery-image] Aug 09 21:07:08.568 INFO O| Aug 09 21:07:08.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69092024-08-09T21:07:09.971Z[ recovery-image] Aug 09 21:07:08.568 INFO O| Aug 09 21:07:08.568 INFO STEP 1020 (remove_files) COMPLETE
69102024-08-09T21:07:09.971Z[ recovery-image] Aug 09 21:07:08.568 INFO O| Aug 09 21:07:08.568 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-08-09T21:07:09.982Z[ recovery-image] Aug 09 21:07:08.582 INFO O| Aug 09 21:07:08.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69122024-08-09T21:07:09.985Z[ recovery-image] Aug 09 21:07:08.582 INFO O| Aug 09 21:07:08.582 INFO STEP 1021 (remove_files) COMPLETE
69132024-08-09T21:07:09.986Z[ recovery-image] Aug 09 21:07:08.582 INFO O| Aug 09 21:07:08.582 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-08-09T21:07:09.995Z[ recovery-image] Aug 09 21:07:08.594 INFO O| Aug 09 21:07:08.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69152024-08-09T21:07:09.998Z[ recovery-image] Aug 09 21:07:08.594 INFO O| Aug 09 21:07:08.594 INFO STEP 1022 (remove_files) COMPLETE
69162024-08-09T21:07:09.998Z[ recovery-image] Aug 09 21:07:08.594 INFO O| Aug 09 21:07:08.594 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-08-09T21:07:10.006Z[ recovery-image] Aug 09 21:07:08.605 INFO O| Aug 09 21:07:08.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69182024-08-09T21:07:10.009Z[ recovery-image] Aug 09 21:07:08.606 INFO O| Aug 09 21:07:08.606 INFO STEP 1023 (remove_files) COMPLETE
69192024-08-09T21:07:10.009Z[ recovery-image] Aug 09 21:07:08.606 INFO O| Aug 09 21:07:08.606 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-08-09T21:07:10.016Z[ recovery-image] Aug 09 21:07:08.616 INFO O| Aug 09 21:07:08.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69212024-08-09T21:07:10.019Z[ recovery-image] Aug 09 21:07:08.616 INFO O| Aug 09 21:07:08.616 INFO STEP 1024 (remove_files) COMPLETE
69222024-08-09T21:07:10.019Z[ recovery-image] Aug 09 21:07:08.616 INFO O| Aug 09 21:07:08.616 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-08-09T21:07:10.027Z[ recovery-image] Aug 09 21:07:08.626 INFO O| Aug 09 21:07:08.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69242024-08-09T21:07:10.030Z[ recovery-image] Aug 09 21:07:08.626 INFO O| Aug 09 21:07:08.626 INFO STEP 1025 (remove_files) COMPLETE
69252024-08-09T21:07:10.030Z[ recovery-image] Aug 09 21:07:08.626 INFO O| Aug 09 21:07:08.626 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-08-09T21:07:10.052Z[ recovery-image] Aug 09 21:07:08.636 INFO O| Aug 09 21:07:08.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69272024-08-09T21:07:10.072Z[ recovery-image] Aug 09 21:07:08.636 INFO O| Aug 09 21:07:08.636 INFO STEP 1026 (remove_files) COMPLETE
69282024-08-09T21:07:10.072Z[ recovery-image] Aug 09 21:07:08.636 INFO O| Aug 09 21:07:08.636 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-08-09T21:07:10.072Z[ recovery-image] Aug 09 21:07:08.647 INFO O| Aug 09 21:07:08.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69302024-08-09T21:07:10.072Z[ recovery-image] Aug 09 21:07:08.647 INFO O| Aug 09 21:07:08.647 INFO STEP 1027 (remove_files) COMPLETE
69312024-08-09T21:07:10.072Z[ recovery-image] Aug 09 21:07:08.647 INFO O| Aug 09 21:07:08.647 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-08-09T21:07:10.110Z[ recovery-image] Aug 09 21:07:08.659 INFO O| Aug 09 21:07:08.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69332024-08-09T21:07:10.111Z[ recovery-image] Aug 09 21:07:08.659 INFO O| Aug 09 21:07:08.659 INFO STEP 1028 (remove_files) COMPLETE
69342024-08-09T21:07:10.111Z[ recovery-image] Aug 09 21:07:08.659 INFO O| Aug 09 21:07:08.659 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-08-09T21:07:10.111Z[ recovery-image] Aug 09 21:07:08.669 INFO O| Aug 09 21:07:08.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69362024-08-09T21:07:10.111Z[ recovery-image] Aug 09 21:07:08.669 INFO O| Aug 09 21:07:08.669 INFO STEP 1029 (remove_files) COMPLETE
69372024-08-09T21:07:10.111Z[ recovery-image] Aug 09 21:07:08.669 INFO O| Aug 09 21:07:08.669 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-08-09T21:07:10.140Z[ recovery-image] Aug 09 21:07:08.682 INFO O| Aug 09 21:07:08.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69392024-08-09T21:07:10.140Z[ recovery-image] Aug 09 21:07:08.682 INFO O| Aug 09 21:07:08.682 INFO STEP 1030 (remove_files) COMPLETE
69402024-08-09T21:07:10.140Z[ recovery-image] Aug 09 21:07:08.682 INFO O| Aug 09 21:07:08.682 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-08-09T21:07:10.140Z[ recovery-image] Aug 09 21:07:08.692 INFO O| Aug 09 21:07:08.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69422024-08-09T21:07:10.140Z[ recovery-image] Aug 09 21:07:08.692 INFO O| Aug 09 21:07:08.692 INFO STEP 1031 (remove_files) COMPLETE
69432024-08-09T21:07:10.140Z[ recovery-image] Aug 09 21:07:08.692 INFO O| Aug 09 21:07:08.692 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-08-09T21:07:10.140Z[ recovery-image] Aug 09 21:07:08.702 INFO O| Aug 09 21:07:08.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69452024-08-09T21:07:10.141Z[ recovery-image] Aug 09 21:07:08.703 INFO O| Aug 09 21:07:08.703 INFO STEP 1032 (remove_files) COMPLETE
69462024-08-09T21:07:10.141Z[ recovery-image] Aug 09 21:07:08.703 INFO O| Aug 09 21:07:08.703 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-08-09T21:07:10.151Z[ recovery-image] Aug 09 21:07:08.713 INFO O| Aug 09 21:07:08.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69482024-08-09T21:07:10.151Z[ recovery-image] Aug 09 21:07:08.713 INFO O| Aug 09 21:07:08.713 INFO STEP 1033 (remove_files) COMPLETE
69492024-08-09T21:07:10.151Z[ recovery-image] Aug 09 21:07:08.714 INFO O| Aug 09 21:07:08.713 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-08-09T21:07:10.151Z[ recovery-image] Aug 09 21:07:08.723 INFO O| Aug 09 21:07:08.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69512024-08-09T21:07:10.151Z[ recovery-image] Aug 09 21:07:08.723 INFO O| Aug 09 21:07:08.723 INFO STEP 1034 (remove_files) COMPLETE
69522024-08-09T21:07:10.152Z[ recovery-image] Aug 09 21:07:08.723 INFO O| Aug 09 21:07:08.723 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-08-09T21:07:10.152Z[ recovery-image] Aug 09 21:07:08.734 INFO O| Aug 09 21:07:08.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69542024-08-09T21:07:10.152Z[ recovery-image] Aug 09 21:07:08.734 INFO O| Aug 09 21:07:08.734 INFO STEP 1035 (remove_files) COMPLETE
69552024-08-09T21:07:10.152Z[ recovery-image] Aug 09 21:07:08.734 INFO O| Aug 09 21:07:08.734 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-08-09T21:07:10.163Z[ recovery-image] Aug 09 21:07:08.744 INFO O| Aug 09 21:07:08.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69572024-08-09T21:07:10.163Z[ recovery-image] Aug 09 21:07:08.744 INFO O| Aug 09 21:07:08.744 INFO STEP 1036 (remove_files) COMPLETE
69582024-08-09T21:07:10.163Z[ recovery-image] Aug 09 21:07:08.744 INFO O| Aug 09 21:07:08.744 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-08-09T21:07:10.163Z[ recovery-image] Aug 09 21:07:08.753 INFO O| Aug 09 21:07:08.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69602024-08-09T21:07:10.164Z[ recovery-image] Aug 09 21:07:08.754 INFO O| Aug 09 21:07:08.753 INFO STEP 1037 (remove_files) COMPLETE
69612024-08-09T21:07:10.164Z[ recovery-image] Aug 09 21:07:08.754 INFO O| Aug 09 21:07:08.754 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-08-09T21:07:10.171Z[ recovery-image] Aug 09 21:07:08.764 INFO O| Aug 09 21:07:08.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69632024-08-09T21:07:10.171Z[ recovery-image] Aug 09 21:07:08.764 INFO O| Aug 09 21:07:08.764 INFO STEP 1038 (remove_files) COMPLETE
69642024-08-09T21:07:10.171Z[ recovery-image] Aug 09 21:07:08.764 INFO O| Aug 09 21:07:08.764 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-08-09T21:07:10.176Z[ recovery-image] Aug 09 21:07:08.775 INFO O| Aug 09 21:07:08.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69662024-08-09T21:07:10.176Z[ recovery-image] Aug 09 21:07:08.775 INFO O| Aug 09 21:07:08.775 INFO STEP 1039 (remove_files) COMPLETE
69672024-08-09T21:07:10.176Z[ recovery-image] Aug 09 21:07:08.775 INFO O| Aug 09 21:07:08.775 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-08-09T21:07:10.187Z[ recovery-image] Aug 09 21:07:08.786 INFO O| Aug 09 21:07:08.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69692024-08-09T21:07:10.187Z[ recovery-image] Aug 09 21:07:08.786 INFO O| Aug 09 21:07:08.786 INFO STEP 1040 (remove_files) COMPLETE
69702024-08-09T21:07:10.190Z[ recovery-image] Aug 09 21:07:08.786 INFO O| Aug 09 21:07:08.786 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-08-09T21:07:10.197Z[ recovery-image] Aug 09 21:07:08.796 INFO O| Aug 09 21:07:08.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
69722024-08-09T21:07:10.200Z[ recovery-image] Aug 09 21:07:08.797 INFO O| Aug 09 21:07:08.796 INFO STEP 1041 (remove_files) COMPLETE
69732024-08-09T21:07:10.200Z[ recovery-image] Aug 09 21:07:08.797 INFO O| Aug 09 21:07:08.797 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-08-09T21:07:10.207Z[ recovery-image] Aug 09 21:07:08.807 INFO O| Aug 09 21:07:08.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
69752024-08-09T21:07:10.208Z[ recovery-image] Aug 09 21:07:08.807 INFO O| Aug 09 21:07:08.807 INFO STEP 1042 (remove_files) COMPLETE
69762024-08-09T21:07:10.211Z[ recovery-image] Aug 09 21:07:08.807 INFO O| Aug 09 21:07:08.807 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-08-09T21:07:10.211Z[ host-image] Aug 09 21:07:08.809 INFO O| Aug 09 21:07:08.809 INFO O| Download: Completed 8.42 MB in 4.11 seconds (2.0M/s)
69782024-08-09T21:07:10.218Z[ recovery-image] Aug 09 21:07:08.817 INFO O| Aug 09 21:07:08.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
69792024-08-09T21:07:10.222Z[ recovery-image] Aug 09 21:07:08.817 INFO O| Aug 09 21:07:08.817 INFO STEP 1043 (remove_files) COMPLETE
69802024-08-09T21:07:10.222Z[ recovery-image] Aug 09 21:07:08.817 INFO O| Aug 09 21:07:08.817 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-08-09T21:07:10.346Z[ recovery-image] Aug 09 21:07:08.946 INFO O| Aug 09 21:07:08.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
69822024-08-09T21:07:10.346Z[ recovery-image] Aug 09 21:07:08.946 INFO O| Aug 09 21:07:08.946 INFO STEP 1044 (remove_files) COMPLETE
69832024-08-09T21:07:10.347Z[ recovery-image] Aug 09 21:07:08.946 INFO O| Aug 09 21:07:08.946 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-08-09T21:07:10.357Z[ recovery-image] Aug 09 21:07:08.957 INFO O| Aug 09 21:07:08.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
69852024-08-09T21:07:10.362Z[ recovery-image] Aug 09 21:07:08.957 INFO O| Aug 09 21:07:08.957 INFO STEP 1045 (remove_files) COMPLETE
69862024-08-09T21:07:10.362Z[ recovery-image] Aug 09 21:07:08.957 INFO O| Aug 09 21:07:08.957 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-08-09T21:07:10.367Z[ recovery-image] Aug 09 21:07:08.966 INFO O| Aug 09 21:07:08.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
69882024-08-09T21:07:10.367Z[ recovery-image] Aug 09 21:07:08.967 INFO O| Aug 09 21:07:08.967 INFO STEP 1046 (remove_files) COMPLETE
69892024-08-09T21:07:10.370Z[ recovery-image] Aug 09 21:07:08.967 INFO O| Aug 09 21:07:08.967 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-08-09T21:07:10.377Z[ recovery-image] Aug 09 21:07:08.976 INFO O| Aug 09 21:07:08.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
69912024-08-09T21:07:10.377Z[ recovery-image] Aug 09 21:07:08.976 INFO O| Aug 09 21:07:08.976 INFO STEP 1047 (remove_files) COMPLETE
69922024-08-09T21:07:10.380Z[ recovery-image] Aug 09 21:07:08.976 INFO O| Aug 09 21:07:08.976 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-08-09T21:07:10.384Z[ host-image] Aug 09 21:07:08.982 INFO O| Aug 09 21:07:08.982 INFO O| Actions: 1/1361 actions (Installing new actions)
69942024-08-09T21:07:10.387Z[ recovery-image] Aug 09 21:07:08.986 INFO O| Aug 09 21:07:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
69952024-08-09T21:07:10.387Z[ recovery-image] Aug 09 21:07:08.986 INFO O| Aug 09 21:07:08.986 INFO STEP 1048 (remove_files) COMPLETE
69962024-08-09T21:07:10.387Z[ recovery-image] Aug 09 21:07:08.986 INFO O| Aug 09 21:07:08.986 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-09T21:07:10.397Z[ recovery-image] Aug 09 21:07:08.996 INFO O| Aug 09 21:07:08.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
69982024-08-09T21:07:10.397Z[ recovery-image] Aug 09 21:07:08.996 INFO O| Aug 09 21:07:08.996 INFO STEP 1049 (remove_files) COMPLETE
69992024-08-09T21:07:10.400Z[ recovery-image] Aug 09 21:07:08.996 INFO O| Aug 09 21:07:08.996 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-09T21:07:10.407Z[ recovery-image] Aug 09 21:07:09.007 INFO O| Aug 09 21:07:09.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70012024-08-09T21:07:10.408Z[ recovery-image] Aug 09 21:07:09.007 INFO O| Aug 09 21:07:09.007 INFO STEP 1050 (remove_files) COMPLETE
70022024-08-09T21:07:10.408Z[ recovery-image] Aug 09 21:07:09.007 INFO O| Aug 09 21:07:09.007 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-09T21:07:10.417Z[ recovery-image] Aug 09 21:07:09.016 INFO O| Aug 09 21:07:09.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70042024-08-09T21:07:10.417Z[ recovery-image] Aug 09 21:07:09.016 INFO O| Aug 09 21:07:09.016 INFO STEP 1051 (remove_files) COMPLETE
70052024-08-09T21:07:10.417Z[ recovery-image] Aug 09 21:07:09.016 INFO O| Aug 09 21:07:09.016 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-09T21:07:10.426Z[ recovery-image] Aug 09 21:07:09.026 INFO O| Aug 09 21:07:09.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70072024-08-09T21:07:10.430Z[ recovery-image] Aug 09 21:07:09.026 INFO O| Aug 09 21:07:09.026 INFO STEP 1052 (remove_files) COMPLETE
70082024-08-09T21:07:10.430Z[ recovery-image] Aug 09 21:07:09.026 INFO O| Aug 09 21:07:09.026 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-09T21:07:10.436Z[ recovery-image] Aug 09 21:07:09.035 INFO O| Aug 09 21:07:09.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70102024-08-09T21:07:10.439Z[ recovery-image] Aug 09 21:07:09.035 INFO O| Aug 09 21:07:09.035 INFO STEP 1053 (remove_files) COMPLETE
70112024-08-09T21:07:10.439Z[ recovery-image] Aug 09 21:07:09.035 INFO O| Aug 09 21:07:09.035 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-09T21:07:10.445Z[ recovery-image] Aug 09 21:07:09.045 INFO O| Aug 09 21:07:09.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70132024-08-09T21:07:10.445Z[ recovery-image] Aug 09 21:07:09.045 INFO O| Aug 09 21:07:09.045 INFO STEP 1054 (remove_files) COMPLETE
70142024-08-09T21:07:10.448Z[ recovery-image] Aug 09 21:07:09.045 INFO O| Aug 09 21:07:09.045 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-09T21:07:10.455Z[ recovery-image] Aug 09 21:07:09.054 INFO O| Aug 09 21:07:09.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70162024-08-09T21:07:10.455Z[ recovery-image] Aug 09 21:07:09.054 INFO O| Aug 09 21:07:09.054 INFO STEP 1055 (remove_files) COMPLETE
70172024-08-09T21:07:10.458Z[ recovery-image] Aug 09 21:07:09.054 INFO O| Aug 09 21:07:09.054 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-09T21:07:10.464Z[ recovery-image] Aug 09 21:07:09.064 INFO O| Aug 09 21:07:09.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70192024-08-09T21:07:10.468Z[ recovery-image] Aug 09 21:07:09.064 INFO O| Aug 09 21:07:09.064 INFO STEP 1056 (remove_files) COMPLETE
70202024-08-09T21:07:10.468Z[ recovery-image] Aug 09 21:07:09.064 INFO O| Aug 09 21:07:09.064 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-09T21:07:10.474Z[ recovery-image] Aug 09 21:07:09.073 INFO O| Aug 09 21:07:09.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70222024-08-09T21:07:10.474Z[ recovery-image] Aug 09 21:07:09.073 INFO O| Aug 09 21:07:09.073 INFO STEP 1057 (remove_files) COMPLETE
70232024-08-09T21:07:10.477Z[ recovery-image] Aug 09 21:07:09.073 INFO O| Aug 09 21:07:09.073 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-09T21:07:10.483Z[ recovery-image] Aug 09 21:07:09.083 INFO O| Aug 09 21:07:09.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70252024-08-09T21:07:10.484Z[ recovery-image] Aug 09 21:07:09.083 INFO O| Aug 09 21:07:09.083 INFO STEP 1058 (remove_files) COMPLETE
70262024-08-09T21:07:10.484Z[ recovery-image] Aug 09 21:07:09.083 INFO O| Aug 09 21:07:09.083 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-09T21:07:10.493Z[ recovery-image] Aug 09 21:07:09.092 INFO O| Aug 09 21:07:09.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70282024-08-09T21:07:10.496Z[ recovery-image] Aug 09 21:07:09.092 INFO O| Aug 09 21:07:09.092 INFO STEP 1059 (remove_files) COMPLETE
70292024-08-09T21:07:10.496Z[ recovery-image] Aug 09 21:07:09.092 INFO O| Aug 09 21:07:09.092 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-09T21:07:10.503Z[ recovery-image] Aug 09 21:07:09.102 INFO O| Aug 09 21:07:09.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70312024-08-09T21:07:10.503Z[ recovery-image] Aug 09 21:07:09.102 INFO O| Aug 09 21:07:09.102 INFO STEP 1060 (remove_files) COMPLETE
70322024-08-09T21:07:10.503Z[ recovery-image] Aug 09 21:07:09.102 INFO O| Aug 09 21:07:09.102 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-09T21:07:10.512Z[ recovery-image] Aug 09 21:07:09.111 INFO O| Aug 09 21:07:09.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70342024-08-09T21:07:10.515Z[ recovery-image] Aug 09 21:07:09.111 INFO O| Aug 09 21:07:09.111 INFO STEP 1061 (remove_files) COMPLETE
70352024-08-09T21:07:10.515Z[ recovery-image] Aug 09 21:07:09.111 INFO O| Aug 09 21:07:09.111 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-09T21:07:10.522Z[ recovery-image] Aug 09 21:07:09.121 INFO O| Aug 09 21:07:09.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70372024-08-09T21:07:10.522Z[ recovery-image] Aug 09 21:07:09.121 INFO O| Aug 09 21:07:09.121 INFO STEP 1062 (remove_files) COMPLETE
70382024-08-09T21:07:10.522Z[ recovery-image] Aug 09 21:07:09.121 INFO O| Aug 09 21:07:09.121 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-09T21:07:10.531Z[ recovery-image] Aug 09 21:07:09.130 INFO O| Aug 09 21:07:09.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70402024-08-09T21:07:10.534Z[ recovery-image] Aug 09 21:07:09.130 INFO O| Aug 09 21:07:09.130 INFO STEP 1063 (remove_files) COMPLETE
70412024-08-09T21:07:10.535Z[ recovery-image] Aug 09 21:07:09.130 INFO O| Aug 09 21:07:09.130 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-09T21:07:10.541Z[ recovery-image] Aug 09 21:07:09.140 INFO O| Aug 09 21:07:09.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70432024-08-09T21:07:10.541Z[ recovery-image] Aug 09 21:07:09.140 INFO O| Aug 09 21:07:09.140 INFO STEP 1064 (remove_files) COMPLETE
70442024-08-09T21:07:10.541Z[ recovery-image] Aug 09 21:07:09.140 INFO O| Aug 09 21:07:09.140 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-09T21:07:10.555Z[ recovery-image] Aug 09 21:07:09.149 INFO O| Aug 09 21:07:09.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70462024-08-09T21:07:10.555Z[ recovery-image] Aug 09 21:07:09.149 INFO O| Aug 09 21:07:09.149 INFO STEP 1065 (remove_files) COMPLETE
70472024-08-09T21:07:10.555Z[ recovery-image] Aug 09 21:07:09.149 INFO O| Aug 09 21:07:09.149 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-09T21:07:10.559Z[ recovery-image] Aug 09 21:07:09.159 INFO O| Aug 09 21:07:09.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70492024-08-09T21:07:10.562Z[ recovery-image] Aug 09 21:07:09.159 INFO O| Aug 09 21:07:09.159 INFO STEP 1066 (remove_files) COMPLETE
70502024-08-09T21:07:10.563Z[ recovery-image] Aug 09 21:07:09.159 INFO O| Aug 09 21:07:09.159 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-09T21:07:10.569Z[ recovery-image] Aug 09 21:07:09.168 INFO O| Aug 09 21:07:09.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70522024-08-09T21:07:10.569Z[ recovery-image] Aug 09 21:07:09.168 INFO O| Aug 09 21:07:09.168 INFO STEP 1067 (remove_files) COMPLETE
70532024-08-09T21:07:10.573Z[ recovery-image] Aug 09 21:07:09.168 INFO O| Aug 09 21:07:09.168 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-09T21:07:10.578Z[ recovery-image] Aug 09 21:07:09.178 INFO O| Aug 09 21:07:09.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70552024-08-09T21:07:10.579Z[ recovery-image] Aug 09 21:07:09.178 INFO O| Aug 09 21:07:09.178 INFO STEP 1068 (remove_files) COMPLETE
70562024-08-09T21:07:10.579Z[ recovery-image] Aug 09 21:07:09.178 INFO O| Aug 09 21:07:09.178 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-09T21:07:10.590Z[ recovery-image] Aug 09 21:07:09.187 INFO O| Aug 09 21:07:09.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70582024-08-09T21:07:10.590Z[ recovery-image] Aug 09 21:07:09.188 INFO O| Aug 09 21:07:09.188 INFO STEP 1069 (remove_files) COMPLETE
70592024-08-09T21:07:10.591Z[ recovery-image] Aug 09 21:07:09.188 INFO O| Aug 09 21:07:09.188 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-09T21:07:10.602Z[ recovery-image] Aug 09 21:07:09.197 INFO O| Aug 09 21:07:09.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70612024-08-09T21:07:10.603Z[ recovery-image] Aug 09 21:07:09.197 INFO O| Aug 09 21:07:09.197 INFO STEP 1070 (remove_files) COMPLETE
70622024-08-09T21:07:10.603Z[ recovery-image] Aug 09 21:07:09.197 INFO O| Aug 09 21:07:09.197 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-09T21:07:10.608Z[ recovery-image] Aug 09 21:07:09.207 INFO O| Aug 09 21:07:09.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70642024-08-09T21:07:10.611Z[ recovery-image] Aug 09 21:07:09.207 INFO O| Aug 09 21:07:09.207 INFO STEP 1071 (remove_files) COMPLETE
70652024-08-09T21:07:10.611Z[ recovery-image] Aug 09 21:07:09.207 INFO O| Aug 09 21:07:09.207 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-09T21:07:10.617Z[ recovery-image] Aug 09 21:07:09.217 INFO O| Aug 09 21:07:09.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70672024-08-09T21:07:10.621Z[ recovery-image] Aug 09 21:07:09.217 INFO O| Aug 09 21:07:09.217 INFO STEP 1072 (remove_files) COMPLETE
70682024-08-09T21:07:10.621Z[ recovery-image] Aug 09 21:07:09.217 INFO O| Aug 09 21:07:09.217 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-09T21:07:10.627Z[ recovery-image] Aug 09 21:07:09.226 INFO O| Aug 09 21:07:09.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70702024-08-09T21:07:10.627Z[ recovery-image] Aug 09 21:07:09.226 INFO O| Aug 09 21:07:09.226 INFO STEP 1073 (remove_files) COMPLETE
70712024-08-09T21:07:10.630Z[ recovery-image] Aug 09 21:07:09.226 INFO O| Aug 09 21:07:09.226 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-09T21:07:10.637Z[ recovery-image] Aug 09 21:07:09.236 INFO O| Aug 09 21:07:09.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
70732024-08-09T21:07:10.640Z[ recovery-image] Aug 09 21:07:09.236 INFO O| Aug 09 21:07:09.236 INFO STEP 1074 (remove_files) COMPLETE
70742024-08-09T21:07:10.640Z[ recovery-image] Aug 09 21:07:09.236 INFO O| Aug 09 21:07:09.236 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-09T21:07:10.647Z[ recovery-image] Aug 09 21:07:09.246 INFO O| Aug 09 21:07:09.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
70762024-08-09T21:07:10.647Z[ recovery-image] Aug 09 21:07:09.246 INFO O| Aug 09 21:07:09.246 INFO STEP 1075 (remove_files) COMPLETE
70772024-08-09T21:07:10.650Z[ recovery-image] Aug 09 21:07:09.246 INFO O| Aug 09 21:07:09.246 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-09T21:07:10.658Z[ recovery-image] Aug 09 21:07:09.256 INFO O| Aug 09 21:07:09.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
70792024-08-09T21:07:10.658Z[ recovery-image] Aug 09 21:07:09.256 INFO O| Aug 09 21:07:09.256 INFO STEP 1076 (remove_files) COMPLETE
70802024-08-09T21:07:10.658Z[ recovery-image] Aug 09 21:07:09.256 INFO O| Aug 09 21:07:09.256 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-09T21:07:10.665Z[ recovery-image] Aug 09 21:07:09.265 INFO O| Aug 09 21:07:09.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
70822024-08-09T21:07:10.666Z[ recovery-image] Aug 09 21:07:09.265 INFO O| Aug 09 21:07:09.265 INFO STEP 1077 (remove_files) COMPLETE
70832024-08-09T21:07:10.666Z[ recovery-image] Aug 09 21:07:09.265 INFO O| Aug 09 21:07:09.265 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-09T21:07:10.675Z[ recovery-image] Aug 09 21:07:09.274 INFO O| Aug 09 21:07:09.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
70852024-08-09T21:07:10.679Z[ recovery-image] Aug 09 21:07:09.274 INFO O| Aug 09 21:07:09.274 INFO STEP 1078 (remove_files) COMPLETE
70862024-08-09T21:07:10.679Z[ recovery-image] Aug 09 21:07:09.275 INFO O| Aug 09 21:07:09.274 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-09T21:07:10.684Z[ recovery-image] Aug 09 21:07:09.284 INFO O| Aug 09 21:07:09.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
70882024-08-09T21:07:10.688Z[ recovery-image] Aug 09 21:07:09.284 INFO O| Aug 09 21:07:09.284 INFO STEP 1079 (remove_files) COMPLETE
70892024-08-09T21:07:10.688Z[ recovery-image] Aug 09 21:07:09.284 INFO O| Aug 09 21:07:09.284 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-09T21:07:10.694Z[ recovery-image] Aug 09 21:07:09.293 INFO O| Aug 09 21:07:09.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
70912024-08-09T21:07:10.698Z[ recovery-image] Aug 09 21:07:09.293 INFO O| Aug 09 21:07:09.293 INFO STEP 1080 (remove_files) COMPLETE
70922024-08-09T21:07:10.698Z[ recovery-image] Aug 09 21:07:09.293 INFO O| Aug 09 21:07:09.293 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-09T21:07:10.703Z[ recovery-image] Aug 09 21:07:09.302 INFO O| Aug 09 21:07:09.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
70942024-08-09T21:07:10.703Z[ recovery-image] Aug 09 21:07:09.303 INFO O| Aug 09 21:07:09.303 INFO STEP 1081 (remove_files) COMPLETE
70952024-08-09T21:07:10.707Z[ recovery-image] Aug 09 21:07:09.303 INFO O| Aug 09 21:07:09.303 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-09T21:07:10.713Z[ recovery-image] Aug 09 21:07:09.312 INFO O| Aug 09 21:07:09.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
70972024-08-09T21:07:10.714Z[ recovery-image] Aug 09 21:07:09.312 INFO O| Aug 09 21:07:09.312 INFO STEP 1082 (remove_files) COMPLETE
70982024-08-09T21:07:10.717Z[ recovery-image] Aug 09 21:07:09.312 INFO O| Aug 09 21:07:09.312 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-09T21:07:10.722Z[ recovery-image] Aug 09 21:07:09.321 INFO O| Aug 09 21:07:09.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71002024-08-09T21:07:10.725Z[ recovery-image] Aug 09 21:07:09.321 INFO O| Aug 09 21:07:09.321 INFO STEP 1083 (remove_files) COMPLETE
71012024-08-09T21:07:10.726Z[ recovery-image] Aug 09 21:07:09.321 INFO O| Aug 09 21:07:09.321 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-09T21:07:10.734Z[ recovery-image] Aug 09 21:07:09.331 INFO O| Aug 09 21:07:09.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71032024-08-09T21:07:10.738Z[ recovery-image] Aug 09 21:07:09.331 INFO O| Aug 09 21:07:09.331 INFO STEP 1084 (remove_files) COMPLETE
71042024-08-09T21:07:10.738Z[ recovery-image] Aug 09 21:07:09.331 INFO O| Aug 09 21:07:09.331 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-09T21:07:10.742Z[ recovery-image] Aug 09 21:07:09.340 INFO O| Aug 09 21:07:09.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71062024-08-09T21:07:10.742Z[ recovery-image] Aug 09 21:07:09.340 INFO O| Aug 09 21:07:09.340 INFO STEP 1085 (remove_files) COMPLETE
71072024-08-09T21:07:10.742Z[ recovery-image] Aug 09 21:07:09.340 INFO O| Aug 09 21:07:09.340 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-09T21:07:10.751Z[ recovery-image] Aug 09 21:07:09.350 INFO O| Aug 09 21:07:09.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71092024-08-09T21:07:10.751Z[ recovery-image] Aug 09 21:07:09.350 INFO O| Aug 09 21:07:09.350 INFO STEP 1086 (remove_files) COMPLETE
71102024-08-09T21:07:10.751Z[ recovery-image] Aug 09 21:07:09.350 INFO O| Aug 09 21:07:09.350 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-09T21:07:10.760Z[ recovery-image] Aug 09 21:07:09.359 INFO O| Aug 09 21:07:09.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71122024-08-09T21:07:10.760Z[ recovery-image] Aug 09 21:07:09.359 INFO O| Aug 09 21:07:09.359 INFO STEP 1087 (remove_files) COMPLETE
71132024-08-09T21:07:10.763Z[ recovery-image] Aug 09 21:07:09.359 INFO O| Aug 09 21:07:09.359 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-09T21:07:10.779Z[ recovery-image] Aug 09 21:07:09.369 INFO O| Aug 09 21:07:09.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71152024-08-09T21:07:10.785Z[ recovery-image] Aug 09 21:07:09.369 INFO O| Aug 09 21:07:09.369 INFO STEP 1088 (remove_files) COMPLETE
71162024-08-09T21:07:10.785Z[ recovery-image] Aug 09 21:07:09.369 INFO O| Aug 09 21:07:09.369 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-09T21:07:10.785Z[ recovery-image] Aug 09 21:07:09.379 INFO O| Aug 09 21:07:09.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71182024-08-09T21:07:10.785Z[ recovery-image] Aug 09 21:07:09.379 INFO O| Aug 09 21:07:09.379 INFO STEP 1089 (remove_files) COMPLETE
71192024-08-09T21:07:10.785Z[ recovery-image] Aug 09 21:07:09.379 INFO O| Aug 09 21:07:09.379 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-09T21:07:10.789Z[ recovery-image] Aug 09 21:07:09.388 INFO O| Aug 09 21:07:09.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71212024-08-09T21:07:10.789Z[ recovery-image] Aug 09 21:07:09.388 INFO O| Aug 09 21:07:09.388 INFO STEP 1090 (remove_files) COMPLETE
71222024-08-09T21:07:10.793Z[ recovery-image] Aug 09 21:07:09.388 INFO O| Aug 09 21:07:09.388 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-09T21:07:10.801Z[ recovery-image] Aug 09 21:07:09.398 INFO O| Aug 09 21:07:09.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71242024-08-09T21:07:10.801Z[ recovery-image] Aug 09 21:07:09.398 INFO O| Aug 09 21:07:09.398 INFO STEP 1091 (remove_files) COMPLETE
71252024-08-09T21:07:10.804Z[ recovery-image] Aug 09 21:07:09.398 INFO O| Aug 09 21:07:09.398 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-09T21:07:10.804Z[ host-image] Aug 09 21:07:09.402 INFO O| Aug 09 21:07:09.402 INFO O| Actions: Completed 1361 actions in 0.42 seconds.
71272024-08-09T21:07:10.810Z[ recovery-image] Aug 09 21:07:09.409 INFO O| Aug 09 21:07:09.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71282024-08-09T21:07:10.810Z[ recovery-image] Aug 09 21:07:09.409 INFO O| Aug 09 21:07:09.409 INFO STEP 1092 (remove_files) COMPLETE
71292024-08-09T21:07:10.810Z[ recovery-image] Aug 09 21:07:09.409 INFO O| Aug 09 21:07:09.409 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-08-09T21:07:10.819Z[ recovery-image] Aug 09 21:07:09.418 INFO O| Aug 09 21:07:09.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71312024-08-09T21:07:10.822Z[ recovery-image] Aug 09 21:07:09.418 INFO O| Aug 09 21:07:09.418 INFO STEP 1093 (remove_files) COMPLETE
71322024-08-09T21:07:10.823Z[ recovery-image] Aug 09 21:07:09.418 INFO O| Aug 09 21:07:09.418 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-08-09T21:07:10.829Z[ recovery-image] Aug 09 21:07:09.428 INFO O| Aug 09 21:07:09.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71342024-08-09T21:07:10.829Z[ recovery-image] Aug 09 21:07:09.428 INFO O| Aug 09 21:07:09.428 INFO STEP 1094 (remove_files) COMPLETE
71352024-08-09T21:07:10.833Z[ recovery-image] Aug 09 21:07:09.428 INFO O| Aug 09 21:07:09.428 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-08-09T21:07:10.839Z[ recovery-image] Aug 09 21:07:09.438 INFO O| Aug 09 21:07:09.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71372024-08-09T21:07:10.839Z[ recovery-image] Aug 09 21:07:09.438 INFO O| Aug 09 21:07:09.438 INFO STEP 1095 (remove_files) COMPLETE
71382024-08-09T21:07:10.839Z[ recovery-image] Aug 09 21:07:09.438 INFO O| Aug 09 21:07:09.438 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-08-09T21:07:10.848Z[ recovery-image] Aug 09 21:07:09.447 INFO O| Aug 09 21:07:09.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71402024-08-09T21:07:10.851Z[ recovery-image] Aug 09 21:07:09.448 INFO O| Aug 09 21:07:09.448 INFO STEP 1096 (remove_files) COMPLETE
71412024-08-09T21:07:10.852Z[ recovery-image] Aug 09 21:07:09.448 INFO O| Aug 09 21:07:09.448 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-08-09T21:07:10.858Z[ recovery-image] Aug 09 21:07:09.457 INFO O| Aug 09 21:07:09.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71432024-08-09T21:07:10.858Z[ recovery-image] Aug 09 21:07:09.457 INFO O| Aug 09 21:07:09.457 INFO STEP 1097 (remove_files) COMPLETE
71442024-08-09T21:07:10.861Z[ recovery-image] Aug 09 21:07:09.457 INFO O| Aug 09 21:07:09.457 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-08-09T21:07:10.868Z[ recovery-image] Aug 09 21:07:09.467 INFO O| Aug 09 21:07:09.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71462024-08-09T21:07:10.868Z[ recovery-image] Aug 09 21:07:09.467 INFO O| Aug 09 21:07:09.467 INFO STEP 1098 (remove_files) COMPLETE
71472024-08-09T21:07:10.868Z[ recovery-image] Aug 09 21:07:09.467 INFO O| Aug 09 21:07:09.467 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-08-09T21:07:10.877Z[ recovery-image] Aug 09 21:07:09.477 INFO O| Aug 09 21:07:09.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71492024-08-09T21:07:10.880Z[ recovery-image] Aug 09 21:07:09.477 INFO O| Aug 09 21:07:09.477 INFO STEP 1099 (remove_files) COMPLETE
71502024-08-09T21:07:10.880Z[ recovery-image] Aug 09 21:07:09.477 INFO O| Aug 09 21:07:09.477 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-08-09T21:07:10.887Z[ recovery-image] Aug 09 21:07:09.486 INFO O| Aug 09 21:07:09.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71522024-08-09T21:07:10.890Z[ recovery-image] Aug 09 21:07:09.486 INFO O| Aug 09 21:07:09.486 INFO STEP 1100 (remove_files) COMPLETE
71532024-08-09T21:07:10.890Z[ recovery-image] Aug 09 21:07:09.486 INFO O| Aug 09 21:07:09.486 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-08-09T21:07:10.897Z[ recovery-image] Aug 09 21:07:09.496 INFO O| Aug 09 21:07:09.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71552024-08-09T21:07:10.901Z[ recovery-image] Aug 09 21:07:09.496 INFO O| Aug 09 21:07:09.496 INFO STEP 1101 (remove_files) COMPLETE
71562024-08-09T21:07:10.901Z[ recovery-image] Aug 09 21:07:09.496 INFO O| Aug 09 21:07:09.496 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-08-09T21:07:10.908Z[ recovery-image] Aug 09 21:07:09.507 INFO O| Aug 09 21:07:09.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71582024-08-09T21:07:10.908Z[ recovery-image] Aug 09 21:07:09.507 INFO O| Aug 09 21:07:09.507 INFO STEP 1102 (remove_files) COMPLETE
71592024-08-09T21:07:10.912Z[ recovery-image] Aug 09 21:07:09.507 INFO O| Aug 09 21:07:09.507 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-08-09T21:07:10.918Z[ recovery-image] Aug 09 21:07:09.517 INFO O| Aug 09 21:07:09.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71612024-08-09T21:07:10.918Z[ recovery-image] Aug 09 21:07:09.518 INFO O| Aug 09 21:07:09.518 INFO STEP 1103 (remove_files) COMPLETE
71622024-08-09T21:07:10.922Z[ recovery-image] Aug 09 21:07:09.518 INFO O| Aug 09 21:07:09.518 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-08-09T21:07:10.928Z[ recovery-image] Aug 09 21:07:09.528 INFO O| Aug 09 21:07:09.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71642024-08-09T21:07:10.932Z[ recovery-image] Aug 09 21:07:09.528 INFO O| Aug 09 21:07:09.528 INFO STEP 1104 (remove_files) COMPLETE
71652024-08-09T21:07:10.932Z[ recovery-image] Aug 09 21:07:09.528 INFO O| Aug 09 21:07:09.528 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-08-09T21:07:10.939Z[ recovery-image] Aug 09 21:07:09.538 INFO O| Aug 09 21:07:09.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71672024-08-09T21:07:10.939Z[ recovery-image] Aug 09 21:07:09.538 INFO O| Aug 09 21:07:09.538 INFO STEP 1105 (remove_files) COMPLETE
71682024-08-09T21:07:10.942Z[ recovery-image] Aug 09 21:07:09.538 INFO O| Aug 09 21:07:09.538 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-08-09T21:07:10.949Z[ recovery-image] Aug 09 21:07:09.549 INFO O| Aug 09 21:07:09.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71702024-08-09T21:07:10.950Z[ recovery-image] Aug 09 21:07:09.549 INFO O| Aug 09 21:07:09.549 INFO STEP 1106 (remove_files) COMPLETE
71712024-08-09T21:07:10.950Z[ recovery-image] Aug 09 21:07:09.549 INFO O| Aug 09 21:07:09.549 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-08-09T21:07:10.960Z[ recovery-image] Aug 09 21:07:09.559 INFO O| Aug 09 21:07:09.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71732024-08-09T21:07:10.960Z[ recovery-image] Aug 09 21:07:09.559 INFO O| Aug 09 21:07:09.559 INFO STEP 1107 (remove_files) COMPLETE
71742024-08-09T21:07:10.963Z[ recovery-image] Aug 09 21:07:09.559 INFO O| Aug 09 21:07:09.559 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-08-09T21:07:10.970Z[ recovery-image] Aug 09 21:07:09.570 INFO O| Aug 09 21:07:09.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
71762024-08-09T21:07:10.971Z[ recovery-image] Aug 09 21:07:09.570 INFO O| Aug 09 21:07:09.570 INFO STEP 1108 (remove_files) COMPLETE
71772024-08-09T21:07:10.974Z[ recovery-image] Aug 09 21:07:09.570 INFO O| Aug 09 21:07:09.570 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-08-09T21:07:10.981Z[ recovery-image] Aug 09 21:07:09.580 INFO O| Aug 09 21:07:09.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
71792024-08-09T21:07:10.981Z[ recovery-image] Aug 09 21:07:09.580 INFO O| Aug 09 21:07:09.580 INFO STEP 1109 (remove_files) COMPLETE
71802024-08-09T21:07:10.984Z[ recovery-image] Aug 09 21:07:09.580 INFO O| Aug 09 21:07:09.580 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-08-09T21:07:10.991Z[ recovery-image] Aug 09 21:07:09.590 INFO O| Aug 09 21:07:09.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
71822024-08-09T21:07:10.991Z[ recovery-image] Aug 09 21:07:09.590 INFO O| Aug 09 21:07:09.590 INFO STEP 1110 (remove_files) COMPLETE
71832024-08-09T21:07:10.991Z[ recovery-image] Aug 09 21:07:09.590 INFO O| Aug 09 21:07:09.590 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-08-09T21:07:11.001Z[ recovery-image] Aug 09 21:07:09.600 INFO O| Aug 09 21:07:09.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
71852024-08-09T21:07:11.002Z[ recovery-image] Aug 09 21:07:09.600 INFO O| Aug 09 21:07:09.600 INFO STEP 1111 (remove_files) COMPLETE
71862024-08-09T21:07:11.002Z[ recovery-image] Aug 09 21:07:09.600 INFO O| Aug 09 21:07:09.600 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-08-09T21:07:11.011Z[ recovery-image] Aug 09 21:07:09.610 INFO O| Aug 09 21:07:09.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
71882024-08-09T21:07:11.011Z[ recovery-image] Aug 09 21:07:09.611 INFO O| Aug 09 21:07:09.611 INFO STEP 1112 (remove_files) COMPLETE
71892024-08-09T21:07:11.014Z[ recovery-image] Aug 09 21:07:09.611 INFO O| Aug 09 21:07:09.611 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-08-09T21:07:11.021Z[ recovery-image] Aug 09 21:07:09.621 INFO O| Aug 09 21:07:09.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
71912024-08-09T21:07:11.021Z[ recovery-image] Aug 09 21:07:09.621 INFO O| Aug 09 21:07:09.621 INFO STEP 1113 (remove_files) COMPLETE
71922024-08-09T21:07:11.025Z[ recovery-image] Aug 09 21:07:09.621 INFO O| Aug 09 21:07:09.621 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-08-09T21:07:11.028Z[ host-image] Aug 09 21:07:09.624 INFO O| Aug 09 21:07:09.624 INFO O| Done
71942024-08-09T21:07:11.028Z[ host-image] Aug 09 21:07:09.624 INFO O| Aug 09 21:07:09.624 INFO O| Done
71952024-08-09T21:07:11.032Z[ recovery-image] Aug 09 21:07:09.631 INFO O| Aug 09 21:07:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
71962024-08-09T21:07:11.032Z[ recovery-image] Aug 09 21:07:09.631 INFO O| Aug 09 21:07:09.631 INFO STEP 1114 (remove_files) COMPLETE
71972024-08-09T21:07:11.032Z[ recovery-image] Aug 09 21:07:09.631 INFO O| Aug 09 21:07:09.631 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-09T21:07:11.041Z[ recovery-image] Aug 09 21:07:09.641 INFO O| Aug 09 21:07:09.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
71992024-08-09T21:07:11.041Z[ recovery-image] Aug 09 21:07:09.641 INFO O| Aug 09 21:07:09.641 INFO STEP 1115 (remove_files) COMPLETE
72002024-08-09T21:07:11.044Z[ recovery-image] Aug 09 21:07:09.641 INFO O| Aug 09 21:07:09.641 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-09T21:07:11.051Z[ recovery-image] Aug 09 21:07:09.651 INFO O| Aug 09 21:07:09.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72022024-08-09T21:07:11.054Z[ recovery-image] Aug 09 21:07:09.651 INFO O| Aug 09 21:07:09.651 INFO STEP 1116 (remove_files) COMPLETE
72032024-08-09T21:07:11.054Z[ recovery-image] Aug 09 21:07:09.651 INFO O| Aug 09 21:07:09.651 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-09T21:07:11.061Z[ recovery-image] Aug 09 21:07:09.661 INFO O| Aug 09 21:07:09.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72052024-08-09T21:07:11.061Z[ recovery-image] Aug 09 21:07:09.661 INFO O| Aug 09 21:07:09.661 INFO STEP 1117 (remove_files) COMPLETE
72062024-08-09T21:07:11.064Z[ recovery-image] Aug 09 21:07:09.661 INFO O| Aug 09 21:07:09.661 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-09T21:07:11.071Z[ recovery-image] Aug 09 21:07:09.670 INFO O| Aug 09 21:07:09.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72082024-08-09T21:07:11.074Z[ recovery-image] Aug 09 21:07:09.670 INFO O| Aug 09 21:07:09.670 INFO STEP 1118 (remove_files) COMPLETE
72092024-08-09T21:07:11.074Z[ recovery-image] Aug 09 21:07:09.670 INFO O| Aug 09 21:07:09.670 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-09T21:07:11.081Z[ recovery-image] Aug 09 21:07:09.680 INFO O| Aug 09 21:07:09.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72112024-08-09T21:07:11.081Z[ recovery-image] Aug 09 21:07:09.680 INFO O| Aug 09 21:07:09.680 INFO STEP 1119 (remove_files) COMPLETE
72122024-08-09T21:07:11.084Z[ recovery-image] Aug 09 21:07:09.680 INFO O| Aug 09 21:07:09.680 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-08-09T21:07:11.090Z[ recovery-image] Aug 09 21:07:09.690 INFO O| Aug 09 21:07:09.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72142024-08-09T21:07:11.094Z[ recovery-image] Aug 09 21:07:09.690 INFO O| Aug 09 21:07:09.690 INFO STEP 1120 (remove_files) COMPLETE
72152024-08-09T21:07:11.094Z[ recovery-image] Aug 09 21:07:09.690 INFO O| Aug 09 21:07:09.690 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-08-09T21:07:11.100Z[ recovery-image] Aug 09 21:07:09.700 INFO O| Aug 09 21:07:09.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72172024-08-09T21:07:11.100Z[ recovery-image] Aug 09 21:07:09.700 INFO O| Aug 09 21:07:09.700 INFO STEP 1121 (remove_files) COMPLETE
72182024-08-09T21:07:11.104Z[ recovery-image] Aug 09 21:07:09.700 INFO O| Aug 09 21:07:09.700 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-09T21:07:11.110Z[ recovery-image] Aug 09 21:07:09.709 INFO O| Aug 09 21:07:09.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72202024-08-09T21:07:11.110Z[ recovery-image] Aug 09 21:07:09.709 INFO O| Aug 09 21:07:09.709 INFO STEP 1122 (remove_files) COMPLETE
72212024-08-09T21:07:11.113Z[ recovery-image] Aug 09 21:07:09.709 INFO O| Aug 09 21:07:09.709 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-08-09T21:07:11.120Z[ recovery-image] Aug 09 21:07:09.719 INFO O| Aug 09 21:07:09.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72232024-08-09T21:07:11.126Z[ recovery-image] Aug 09 21:07:09.719 INFO O| Aug 09 21:07:09.719 INFO STEP 1123 (remove_files) COMPLETE
72242024-08-09T21:07:11.126Z[ recovery-image] Aug 09 21:07:09.719 INFO O| Aug 09 21:07:09.719 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-08-09T21:07:11.129Z[ recovery-image] Aug 09 21:07:09.729 INFO O| Aug 09 21:07:09.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72262024-08-09T21:07:11.129Z[ recovery-image] Aug 09 21:07:09.729 INFO O| Aug 09 21:07:09.729 INFO STEP 1124 (remove_files) COMPLETE
72272024-08-09T21:07:11.132Z[ recovery-image] Aug 09 21:07:09.729 INFO O| Aug 09 21:07:09.729 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-08-09T21:07:11.139Z[ recovery-image] Aug 09 21:07:09.738 INFO O| Aug 09 21:07:09.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72292024-08-09T21:07:11.142Z[ recovery-image] Aug 09 21:07:09.738 INFO O| Aug 09 21:07:09.738 INFO STEP 1125 (remove_files) COMPLETE
72302024-08-09T21:07:11.142Z[ recovery-image] Aug 09 21:07:09.738 INFO O| Aug 09 21:07:09.738 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-09T21:07:11.148Z[ recovery-image] Aug 09 21:07:09.748 INFO O| Aug 09 21:07:09.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72322024-08-09T21:07:11.148Z[ recovery-image] Aug 09 21:07:09.748 INFO O| Aug 09 21:07:09.748 INFO STEP 1126 (remove_files) COMPLETE
72332024-08-09T21:07:11.151Z[ recovery-image] Aug 09 21:07:09.748 INFO O| Aug 09 21:07:09.748 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-09T21:07:11.158Z[ recovery-image] Aug 09 21:07:09.757 INFO O| Aug 09 21:07:09.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72352024-08-09T21:07:11.158Z[ recovery-image] Aug 09 21:07:09.757 INFO O| Aug 09 21:07:09.757 INFO STEP 1127 (remove_files) COMPLETE
72362024-08-09T21:07:11.158Z[ recovery-image] Aug 09 21:07:09.757 INFO O| Aug 09 21:07:09.757 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-09T21:07:11.168Z[ recovery-image] Aug 09 21:07:09.767 INFO O| Aug 09 21:07:09.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72382024-08-09T21:07:11.168Z[ recovery-image] Aug 09 21:07:09.767 INFO O| Aug 09 21:07:09.767 INFO STEP 1128 (remove_files) COMPLETE
72392024-08-09T21:07:11.171Z[ recovery-image] Aug 09 21:07:09.767 INFO O| Aug 09 21:07:09.767 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-09T21:07:11.177Z[ recovery-image] Aug 09 21:07:09.776 INFO O| Aug 09 21:07:09.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72412024-08-09T21:07:11.180Z[ recovery-image] Aug 09 21:07:09.777 INFO O| Aug 09 21:07:09.776 INFO STEP 1129 (remove_files) COMPLETE
72422024-08-09T21:07:11.180Z[ recovery-image] Aug 09 21:07:09.777 INFO O| Aug 09 21:07:09.777 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-08-09T21:07:11.187Z[ recovery-image] Aug 09 21:07:09.786 INFO O| Aug 09 21:07:09.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72442024-08-09T21:07:11.187Z[ recovery-image] Aug 09 21:07:09.786 INFO O| Aug 09 21:07:09.786 INFO STEP 1130 (remove_files) COMPLETE
72452024-08-09T21:07:11.190Z[ recovery-image] Aug 09 21:07:09.786 INFO O| Aug 09 21:07:09.786 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-08-09T21:07:11.197Z[ recovery-image] Aug 09 21:07:09.796 INFO O| Aug 09 21:07:09.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72472024-08-09T21:07:11.197Z[ recovery-image] Aug 09 21:07:09.796 INFO O| Aug 09 21:07:09.796 INFO STEP 1131 (remove_files) COMPLETE
72482024-08-09T21:07:11.197Z[ recovery-image] Aug 09 21:07:09.796 INFO O| Aug 09 21:07:09.796 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-08-09T21:07:11.206Z[ recovery-image] Aug 09 21:07:09.805 INFO O| Aug 09 21:07:09.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72502024-08-09T21:07:11.206Z[ recovery-image] Aug 09 21:07:09.806 INFO O| Aug 09 21:07:09.805 INFO STEP 1132 (remove_files) COMPLETE
72512024-08-09T21:07:11.209Z[ recovery-image] Aug 09 21:07:09.806 INFO O| Aug 09 21:07:09.806 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-08-09T21:07:11.216Z[ recovery-image] Aug 09 21:07:09.815 INFO O| Aug 09 21:07:09.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72532024-08-09T21:07:11.216Z[ recovery-image] Aug 09 21:07:09.815 INFO O| Aug 09 21:07:09.815 INFO STEP 1133 (remove_files) COMPLETE
72542024-08-09T21:07:11.218Z[ recovery-image] Aug 09 21:07:09.815 INFO O| Aug 09 21:07:09.815 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-08-09T21:07:11.226Z[ recovery-image] Aug 09 21:07:09.825 INFO O| Aug 09 21:07:09.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72562024-08-09T21:07:11.229Z[ recovery-image] Aug 09 21:07:09.825 INFO O| Aug 09 21:07:09.825 INFO STEP 1134 (remove_files) COMPLETE
72572024-08-09T21:07:11.229Z[ recovery-image] Aug 09 21:07:09.825 INFO O| Aug 09 21:07:09.825 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-08-09T21:07:11.236Z[ recovery-image] Aug 09 21:07:09.836 INFO O| Aug 09 21:07:09.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72592024-08-09T21:07:11.236Z[ recovery-image] Aug 09 21:07:09.836 INFO O| Aug 09 21:07:09.836 INFO STEP 1135 (remove_files) COMPLETE
72602024-08-09T21:07:11.239Z[ recovery-image] Aug 09 21:07:09.836 INFO O| Aug 09 21:07:09.836 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-08-09T21:07:11.247Z[ recovery-image] Aug 09 21:07:09.847 INFO O| Aug 09 21:07:09.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72622024-08-09T21:07:11.250Z[ recovery-image] Aug 09 21:07:09.847 INFO O| Aug 09 21:07:09.847 INFO STEP 1136 (remove_files) COMPLETE
72632024-08-09T21:07:11.250Z[ recovery-image] Aug 09 21:07:09.847 INFO O| Aug 09 21:07:09.847 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-08-09T21:07:11.257Z[ recovery-image] Aug 09 21:07:09.857 INFO O| Aug 09 21:07:09.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72652024-08-09T21:07:11.257Z[ recovery-image] Aug 09 21:07:09.857 INFO O| Aug 09 21:07:09.857 INFO STEP 1137 (remove_files) COMPLETE
72662024-08-09T21:07:11.260Z[ recovery-image] Aug 09 21:07:09.857 INFO O| Aug 09 21:07:09.857 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-08-09T21:07:11.267Z[ recovery-image] Aug 09 21:07:09.866 INFO O| Aug 09 21:07:09.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72682024-08-09T21:07:11.267Z[ recovery-image] Aug 09 21:07:09.866 INFO O| Aug 09 21:07:09.866 INFO STEP 1138 (remove_files) COMPLETE
72692024-08-09T21:07:11.267Z[ recovery-image] Aug 09 21:07:09.866 INFO O| Aug 09 21:07:09.866 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-08-09T21:07:11.276Z[ recovery-image] Aug 09 21:07:09.876 INFO O| Aug 09 21:07:09.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72712024-08-09T21:07:11.276Z[ recovery-image] Aug 09 21:07:09.876 INFO O| Aug 09 21:07:09.876 INFO STEP 1139 (remove_files) COMPLETE
72722024-08-09T21:07:11.279Z[ recovery-image] Aug 09 21:07:09.876 INFO O| Aug 09 21:07:09.876 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-08-09T21:07:11.285Z[ recovery-image] Aug 09 21:07:09.885 INFO O| Aug 09 21:07:09.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
72742024-08-09T21:07:11.285Z[ recovery-image] Aug 09 21:07:09.885 INFO O| Aug 09 21:07:09.885 INFO STEP 1140 (remove_files) COMPLETE
72752024-08-09T21:07:11.285Z[ recovery-image] Aug 09 21:07:09.885 INFO O| Aug 09 21:07:09.885 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-08-09T21:07:11.295Z[ recovery-image] Aug 09 21:07:09.894 INFO O| Aug 09 21:07:09.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
72772024-08-09T21:07:11.295Z[ recovery-image] Aug 09 21:07:09.895 INFO O| Aug 09 21:07:09.894 INFO STEP 1141 (remove_files) COMPLETE
72782024-08-09T21:07:11.298Z[ recovery-image] Aug 09 21:07:09.895 INFO O| Aug 09 21:07:09.895 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-08-09T21:07:11.304Z[ recovery-image] Aug 09 21:07:09.904 INFO O| Aug 09 21:07:09.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
72802024-08-09T21:07:11.307Z[ recovery-image] Aug 09 21:07:09.904 INFO O| Aug 09 21:07:09.904 INFO STEP 1142 (remove_files) COMPLETE
72812024-08-09T21:07:11.307Z[ recovery-image] Aug 09 21:07:09.904 INFO O| Aug 09 21:07:09.904 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-08-09T21:07:11.314Z[ recovery-image] Aug 09 21:07:09.913 INFO O| Aug 09 21:07:09.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
72832024-08-09T21:07:11.314Z[ recovery-image] Aug 09 21:07:09.913 INFO O| Aug 09 21:07:09.913 INFO STEP 1143 (remove_files) COMPLETE
72842024-08-09T21:07:11.314Z[ recovery-image] Aug 09 21:07:09.914 INFO O| Aug 09 21:07:09.913 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-08-09T21:07:11.323Z[ recovery-image] Aug 09 21:07:09.923 INFO O| Aug 09 21:07:09.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
72862024-08-09T21:07:11.326Z[ recovery-image] Aug 09 21:07:09.923 INFO O| Aug 09 21:07:09.923 INFO STEP 1144 (remove_files) COMPLETE
72872024-08-09T21:07:11.326Z[ recovery-image] Aug 09 21:07:09.923 INFO O| Aug 09 21:07:09.923 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-08-09T21:07:11.333Z[ recovery-image] Aug 09 21:07:09.932 INFO O| Aug 09 21:07:09.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
72892024-08-09T21:07:11.333Z[ recovery-image] Aug 09 21:07:09.932 INFO O| Aug 09 21:07:09.932 INFO STEP 1145 (remove_files) COMPLETE
72902024-08-09T21:07:11.333Z[ recovery-image] Aug 09 21:07:09.932 INFO O| Aug 09 21:07:09.932 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-08-09T21:07:11.343Z[ recovery-image] Aug 09 21:07:09.942 INFO O| Aug 09 21:07:09.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
72922024-08-09T21:07:11.343Z[ recovery-image] Aug 09 21:07:09.942 INFO O| Aug 09 21:07:09.942 INFO STEP 1146 (remove_files) COMPLETE
72932024-08-09T21:07:11.343Z[ recovery-image] Aug 09 21:07:09.942 INFO O| Aug 09 21:07:09.942 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-08-09T21:07:11.352Z[ recovery-image] Aug 09 21:07:09.951 INFO O| Aug 09 21:07:09.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
72952024-08-09T21:07:11.355Z[ recovery-image] Aug 09 21:07:09.951 INFO O| Aug 09 21:07:09.951 INFO STEP 1147 (remove_files) COMPLETE
72962024-08-09T21:07:11.355Z[ recovery-image] Aug 09 21:07:09.951 INFO O| Aug 09 21:07:09.951 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-08-09T21:07:11.361Z[ recovery-image] Aug 09 21:07:09.961 INFO O| Aug 09 21:07:09.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
72982024-08-09T21:07:11.361Z[ recovery-image] Aug 09 21:07:09.961 INFO O| Aug 09 21:07:09.961 INFO STEP 1148 (remove_files) COMPLETE
72992024-08-09T21:07:11.361Z[ recovery-image] Aug 09 21:07:09.961 INFO O| Aug 09 21:07:09.961 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-08-09T21:07:11.369Z[ host-image] Aug 09 21:07:09.968 INFO O| Aug 09 21:07:09.968 INFO O| Done
73012024-08-09T21:07:11.372Z[ recovery-image] Aug 09 21:07:09.970 INFO O| Aug 09 21:07:09.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73022024-08-09T21:07:11.372Z[ recovery-image] Aug 09 21:07:09.970 INFO O| Aug 09 21:07:09.970 INFO STEP 1149 (remove_files) COMPLETE
73032024-08-09T21:07:11.372Z[ recovery-image] Aug 09 21:07:09.970 INFO O| Aug 09 21:07:09.970 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-08-09T21:07:11.380Z[ recovery-image] Aug 09 21:07:09.980 INFO O| Aug 09 21:07:09.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73052024-08-09T21:07:11.380Z[ recovery-image] Aug 09 21:07:09.980 INFO O| Aug 09 21:07:09.980 INFO STEP 1150 (remove_files) COMPLETE
73062024-08-09T21:07:11.380Z[ recovery-image] Aug 09 21:07:09.980 INFO O| Aug 09 21:07:09.980 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-08-09T21:07:11.390Z[ recovery-image] Aug 09 21:07:09.989 INFO O| Aug 09 21:07:09.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73082024-08-09T21:07:11.390Z[ recovery-image] Aug 09 21:07:09.989 INFO O| Aug 09 21:07:09.989 INFO STEP 1151 (remove_files) COMPLETE
73092024-08-09T21:07:11.390Z[ recovery-image] Aug 09 21:07:09.989 INFO O| Aug 09 21:07:09.989 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-08-09T21:07:11.399Z[ recovery-image] Aug 09 21:07:09.999 INFO O| Aug 09 21:07:09.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73112024-08-09T21:07:11.402Z[ recovery-image] Aug 09 21:07:10.000 INFO O| Aug 09 21:07:10.000 INFO STEP 1152 (remove_files) COMPLETE
73122024-08-09T21:07:11.402Z[ recovery-image] Aug 09 21:07:10.000 INFO O| Aug 09 21:07:10.000 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-08-09T21:07:11.410Z[ recovery-image] Aug 09 21:07:10.010 INFO O| Aug 09 21:07:10.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73142024-08-09T21:07:11.410Z[ recovery-image] Aug 09 21:07:10.010 INFO O| Aug 09 21:07:10.010 INFO STEP 1153 (remove_files) COMPLETE
73152024-08-09T21:07:11.413Z[ recovery-image] Aug 09 21:07:10.010 INFO O| Aug 09 21:07:10.010 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-08-09T21:07:11.420Z[ recovery-image] Aug 09 21:07:10.020 INFO O| Aug 09 21:07:10.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73172024-08-09T21:07:11.420Z[ recovery-image] Aug 09 21:07:10.020 INFO O| Aug 09 21:07:10.020 INFO STEP 1154 (remove_files) COMPLETE
73182024-08-09T21:07:11.420Z[ recovery-image] Aug 09 21:07:10.020 INFO O| Aug 09 21:07:10.020 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-08-09T21:07:11.430Z[ recovery-image] Aug 09 21:07:10.030 INFO O| Aug 09 21:07:10.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73202024-08-09T21:07:11.433Z[ recovery-image] Aug 09 21:07:10.030 INFO O| Aug 09 21:07:10.030 INFO STEP 1155 (remove_files) COMPLETE
73212024-08-09T21:07:11.433Z[ recovery-image] Aug 09 21:07:10.030 INFO O| Aug 09 21:07:10.030 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-08-09T21:07:11.440Z[ recovery-image] Aug 09 21:07:10.040 INFO O| Aug 09 21:07:10.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73232024-08-09T21:07:11.440Z[ recovery-image] Aug 09 21:07:10.040 INFO O| Aug 09 21:07:10.040 INFO STEP 1156 (remove_files) COMPLETE
73242024-08-09T21:07:11.440Z[ recovery-image] Aug 09 21:07:10.040 INFO O| Aug 09 21:07:10.040 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-08-09T21:07:11.450Z[ recovery-image] Aug 09 21:07:10.050 INFO O| Aug 09 21:07:10.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73262024-08-09T21:07:11.450Z[ recovery-image] Aug 09 21:07:10.050 INFO O| Aug 09 21:07:10.050 INFO STEP 1157 (remove_files) COMPLETE
73272024-08-09T21:07:11.450Z[ recovery-image] Aug 09 21:07:10.050 INFO O| Aug 09 21:07:10.050 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-08-09T21:07:11.460Z[ recovery-image] Aug 09 21:07:10.060 INFO O| Aug 09 21:07:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73292024-08-09T21:07:11.460Z[ recovery-image] Aug 09 21:07:10.060 INFO O| Aug 09 21:07:10.060 INFO STEP 1158 (remove_files) COMPLETE
73302024-08-09T21:07:11.460Z[ recovery-image] Aug 09 21:07:10.060 INFO O| Aug 09 21:07:10.060 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-08-09T21:07:11.470Z[ recovery-image] Aug 09 21:07:10.070 INFO O| Aug 09 21:07:10.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73322024-08-09T21:07:11.470Z[ recovery-image] Aug 09 21:07:10.070 INFO O| Aug 09 21:07:10.070 INFO STEP 1159 (remove_files) COMPLETE
73332024-08-09T21:07:11.470Z[ recovery-image] Aug 09 21:07:10.070 INFO O| Aug 09 21:07:10.070 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-08-09T21:07:11.480Z[ recovery-image] Aug 09 21:07:10.080 INFO O| Aug 09 21:07:10.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73352024-08-09T21:07:11.480Z[ recovery-image] Aug 09 21:07:10.080 INFO O| Aug 09 21:07:10.080 INFO STEP 1160 (remove_files) COMPLETE
73362024-08-09T21:07:11.483Z[ recovery-image] Aug 09 21:07:10.080 INFO O| Aug 09 21:07:10.080 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-08-09T21:07:11.490Z[ recovery-image] Aug 09 21:07:10.090 INFO O| Aug 09 21:07:10.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73382024-08-09T21:07:11.490Z[ recovery-image] Aug 09 21:07:10.090 INFO O| Aug 09 21:07:10.090 INFO STEP 1161 (remove_files) COMPLETE
73392024-08-09T21:07:11.490Z[ recovery-image] Aug 09 21:07:10.090 INFO O| Aug 09 21:07:10.090 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-08-09T21:07:11.501Z[ recovery-image] Aug 09 21:07:10.100 INFO O| Aug 09 21:07:10.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73412024-08-09T21:07:11.501Z[ recovery-image] Aug 09 21:07:10.100 INFO O| Aug 09 21:07:10.100 INFO STEP 1162 (remove_files) COMPLETE
73422024-08-09T21:07:11.504Z[ recovery-image] Aug 09 21:07:10.100 INFO O| Aug 09 21:07:10.100 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-08-09T21:07:11.510Z[ recovery-image] Aug 09 21:07:10.109 INFO O| Aug 09 21:07:10.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73442024-08-09T21:07:11.510Z[ recovery-image] Aug 09 21:07:10.109 INFO O| Aug 09 21:07:10.109 INFO STEP 1163 (remove_files) COMPLETE
73452024-08-09T21:07:11.513Z[ recovery-image] Aug 09 21:07:10.110 INFO O| Aug 09 21:07:10.109 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-08-09T21:07:11.520Z[ recovery-image] Aug 09 21:07:10.119 INFO O| Aug 09 21:07:10.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73472024-08-09T21:07:11.522Z[ recovery-image] Aug 09 21:07:10.119 INFO O| Aug 09 21:07:10.119 INFO STEP 1164 (remove_files) COMPLETE
73482024-08-09T21:07:11.522Z[ recovery-image] Aug 09 21:07:10.119 INFO O| Aug 09 21:07:10.119 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-08-09T21:07:11.529Z[ recovery-image] Aug 09 21:07:10.129 INFO O| Aug 09 21:07:10.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73502024-08-09T21:07:11.529Z[ recovery-image] Aug 09 21:07:10.129 INFO O| Aug 09 21:07:10.129 INFO STEP 1165 (remove_files) COMPLETE
73512024-08-09T21:07:11.530Z[ recovery-image] Aug 09 21:07:10.129 INFO O| Aug 09 21:07:10.129 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-08-09T21:07:11.539Z[ recovery-image] Aug 09 21:07:10.139 INFO O| Aug 09 21:07:10.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73532024-08-09T21:07:11.539Z[ recovery-image] Aug 09 21:07:10.139 INFO O| Aug 09 21:07:10.139 INFO STEP 1166 (remove_files) COMPLETE
73542024-08-09T21:07:11.539Z[ recovery-image] Aug 09 21:07:10.139 INFO O| Aug 09 21:07:10.139 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-08-09T21:07:11.549Z[ recovery-image] Aug 09 21:07:10.149 INFO O| Aug 09 21:07:10.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73562024-08-09T21:07:11.549Z[ recovery-image] Aug 09 21:07:10.149 INFO O| Aug 09 21:07:10.149 INFO STEP 1167 (remove_files) COMPLETE
73572024-08-09T21:07:11.552Z[ recovery-image] Aug 09 21:07:10.149 INFO O| Aug 09 21:07:10.149 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-08-09T21:07:11.559Z[ recovery-image] Aug 09 21:07:10.159 INFO O| Aug 09 21:07:10.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73592024-08-09T21:07:11.559Z[ recovery-image] Aug 09 21:07:10.159 INFO O| Aug 09 21:07:10.159 INFO STEP 1168 (remove_files) COMPLETE
73602024-08-09T21:07:11.559Z[ recovery-image] Aug 09 21:07:10.159 INFO O| Aug 09 21:07:10.159 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-08-09T21:07:11.569Z[ recovery-image] Aug 09 21:07:10.169 INFO O| Aug 09 21:07:10.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73622024-08-09T21:07:11.572Z[ recovery-image] Aug 09 21:07:10.169 INFO O| Aug 09 21:07:10.169 INFO STEP 1169 (remove_files) COMPLETE
73632024-08-09T21:07:11.572Z[ recovery-image] Aug 09 21:07:10.169 INFO O| Aug 09 21:07:10.169 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-08-09T21:07:11.579Z[ recovery-image] Aug 09 21:07:10.178 INFO O| Aug 09 21:07:10.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73652024-08-09T21:07:11.581Z[ recovery-image] Aug 09 21:07:10.178 INFO O| Aug 09 21:07:10.178 INFO STEP 1170 (remove_files) COMPLETE
73662024-08-09T21:07:11.581Z[ recovery-image] Aug 09 21:07:10.178 INFO O| Aug 09 21:07:10.178 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-08-09T21:07:11.588Z[ recovery-image] Aug 09 21:07:10.188 INFO O| Aug 09 21:07:10.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73682024-08-09T21:07:11.588Z[ recovery-image] Aug 09 21:07:10.188 INFO O| Aug 09 21:07:10.188 INFO STEP 1171 (remove_files) COMPLETE
73692024-08-09T21:07:11.591Z[ recovery-image] Aug 09 21:07:10.188 INFO O| Aug 09 21:07:10.188 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-08-09T21:07:11.598Z[ recovery-image] Aug 09 21:07:10.197 INFO O| Aug 09 21:07:10.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
73712024-08-09T21:07:11.601Z[ recovery-image] Aug 09 21:07:10.197 INFO O| Aug 09 21:07:10.197 INFO STEP 1172 (remove_files) COMPLETE
73722024-08-09T21:07:11.601Z[ recovery-image] Aug 09 21:07:10.197 INFO O| Aug 09 21:07:10.197 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-08-09T21:07:11.607Z[ recovery-image] Aug 09 21:07:10.207 INFO O| Aug 09 21:07:10.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
73742024-08-09T21:07:11.607Z[ recovery-image] Aug 09 21:07:10.207 INFO O| Aug 09 21:07:10.207 INFO STEP 1173 (remove_files) COMPLETE
73752024-08-09T21:07:11.607Z[ recovery-image] Aug 09 21:07:10.207 INFO O| Aug 09 21:07:10.207 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-08-09T21:07:11.617Z[ recovery-image] Aug 09 21:07:10.216 INFO O| Aug 09 21:07:10.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
73772024-08-09T21:07:11.617Z[ recovery-image] Aug 09 21:07:10.216 INFO O| Aug 09 21:07:10.216 INFO STEP 1174 (remove_files) COMPLETE
73782024-08-09T21:07:11.620Z[ recovery-image] Aug 09 21:07:10.216 INFO O| Aug 09 21:07:10.216 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-08-09T21:07:11.626Z[ recovery-image] Aug 09 21:07:10.226 INFO O| Aug 09 21:07:10.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
73802024-08-09T21:07:11.629Z[ recovery-image] Aug 09 21:07:10.226 INFO O| Aug 09 21:07:10.226 INFO STEP 1175 (remove_files) COMPLETE
73812024-08-09T21:07:11.629Z[ recovery-image] Aug 09 21:07:10.226 INFO O| Aug 09 21:07:10.226 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-08-09T21:07:11.636Z[ recovery-image] Aug 09 21:07:10.235 INFO O| Aug 09 21:07:10.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
73832024-08-09T21:07:11.638Z[ recovery-image] Aug 09 21:07:10.235 INFO O| Aug 09 21:07:10.235 INFO STEP 1176 (remove_files) COMPLETE
73842024-08-09T21:07:11.638Z[ recovery-image] Aug 09 21:07:10.235 INFO O| Aug 09 21:07:10.235 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-08-09T21:07:11.645Z[ recovery-image] Aug 09 21:07:10.244 INFO O| Aug 09 21:07:10.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
73862024-08-09T21:07:11.648Z[ recovery-image] Aug 09 21:07:10.245 INFO O| Aug 09 21:07:10.245 INFO STEP 1177 (remove_files) COMPLETE
73872024-08-09T21:07:11.648Z[ recovery-image] Aug 09 21:07:10.245 INFO O| Aug 09 21:07:10.245 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-08-09T21:07:11.655Z[ recovery-image] Aug 09 21:07:10.254 INFO O| Aug 09 21:07:10.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
73892024-08-09T21:07:11.658Z[ recovery-image] Aug 09 21:07:10.254 INFO O| Aug 09 21:07:10.254 INFO STEP 1178 (remove_files) COMPLETE
73902024-08-09T21:07:11.658Z[ recovery-image] Aug 09 21:07:10.254 INFO O| Aug 09 21:07:10.254 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-08-09T21:07:11.665Z[ recovery-image] Aug 09 21:07:10.264 INFO O| Aug 09 21:07:10.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
73922024-08-09T21:07:11.667Z[ recovery-image] Aug 09 21:07:10.264 INFO O| Aug 09 21:07:10.264 INFO STEP 1179 (remove_files) COMPLETE
73932024-08-09T21:07:11.667Z[ recovery-image] Aug 09 21:07:10.264 INFO O| Aug 09 21:07:10.264 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-08-09T21:07:11.674Z[ recovery-image] Aug 09 21:07:10.273 INFO O| Aug 09 21:07:10.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
73952024-08-09T21:07:11.678Z[ recovery-image] Aug 09 21:07:10.274 INFO O| Aug 09 21:07:10.274 INFO STEP 1180 (remove_files) COMPLETE
73962024-08-09T21:07:11.678Z[ recovery-image] Aug 09 21:07:10.274 INFO O| Aug 09 21:07:10.274 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-08-09T21:07:11.684Z[ recovery-image] Aug 09 21:07:10.283 INFO O| Aug 09 21:07:10.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
73982024-08-09T21:07:11.686Z[ recovery-image] Aug 09 21:07:10.283 INFO O| Aug 09 21:07:10.283 INFO STEP 1181 (remove_files) COMPLETE
73992024-08-09T21:07:11.686Z[ recovery-image] Aug 09 21:07:10.283 INFO O| Aug 09 21:07:10.283 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-08-09T21:07:11.694Z[ recovery-image] Aug 09 21:07:10.293 INFO O| Aug 09 21:07:10.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74012024-08-09T21:07:11.694Z[ recovery-image] Aug 09 21:07:10.294 INFO O| Aug 09 21:07:10.294 INFO STEP 1182 (remove_files) COMPLETE
74022024-08-09T21:07:11.694Z[ recovery-image] Aug 09 21:07:10.294 INFO O| Aug 09 21:07:10.294 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-08-09T21:07:11.705Z[ recovery-image] Aug 09 21:07:10.304 INFO O| Aug 09 21:07:10.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74042024-08-09T21:07:11.705Z[ recovery-image] Aug 09 21:07:10.304 INFO O| Aug 09 21:07:10.304 INFO STEP 1183 (remove_files) COMPLETE
74052024-08-09T21:07:11.705Z[ recovery-image] Aug 09 21:07:10.304 INFO O| Aug 09 21:07:10.304 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-08-09T21:07:11.715Z[ recovery-image] Aug 09 21:07:10.314 INFO O| Aug 09 21:07:10.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74072024-08-09T21:07:11.717Z[ recovery-image] Aug 09 21:07:10.314 INFO O| Aug 09 21:07:10.314 INFO STEP 1184 (remove_files) COMPLETE
74082024-08-09T21:07:11.717Z[ recovery-image] Aug 09 21:07:10.314 INFO O| Aug 09 21:07:10.314 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-08-09T21:07:11.724Z[ recovery-image] Aug 09 21:07:10.324 INFO O| Aug 09 21:07:10.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74102024-08-09T21:07:11.727Z[ recovery-image] Aug 09 21:07:10.324 INFO O| Aug 09 21:07:10.324 INFO STEP 1185 (remove_files) COMPLETE
74112024-08-09T21:07:11.727Z[ recovery-image] Aug 09 21:07:10.324 INFO O| Aug 09 21:07:10.324 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-08-09T21:07:11.734Z[ recovery-image] Aug 09 21:07:10.334 INFO O| Aug 09 21:07:10.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74132024-08-09T21:07:11.737Z[ recovery-image] Aug 09 21:07:10.334 INFO O| Aug 09 21:07:10.334 INFO STEP 1186 (remove_files) COMPLETE
74142024-08-09T21:07:11.737Z[ recovery-image] Aug 09 21:07:10.334 INFO O| Aug 09 21:07:10.334 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-08-09T21:07:11.743Z[ recovery-image] Aug 09 21:07:10.343 INFO O| Aug 09 21:07:10.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74162024-08-09T21:07:11.747Z[ recovery-image] Aug 09 21:07:10.343 INFO O| Aug 09 21:07:10.343 INFO STEP 1187 (remove_files) COMPLETE
74172024-08-09T21:07:11.747Z[ recovery-image] Aug 09 21:07:10.343 INFO O| Aug 09 21:07:10.343 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-08-09T21:07:11.753Z[ recovery-image] Aug 09 21:07:10.352 INFO O| Aug 09 21:07:10.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74192024-08-09T21:07:11.753Z[ recovery-image] Aug 09 21:07:10.353 INFO O| Aug 09 21:07:10.352 INFO STEP 1188 (remove_files) COMPLETE
74202024-08-09T21:07:11.753Z[ recovery-image] Aug 09 21:07:10.353 INFO O| Aug 09 21:07:10.353 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-08-09T21:07:11.763Z[ recovery-image] Aug 09 21:07:10.362 INFO O| Aug 09 21:07:10.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74222024-08-09T21:07:11.763Z[ recovery-image] Aug 09 21:07:10.362 INFO O| Aug 09 21:07:10.362 INFO STEP 1189 (remove_files) COMPLETE
74232024-08-09T21:07:11.763Z[ recovery-image] Aug 09 21:07:10.362 INFO O| Aug 09 21:07:10.362 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-08-09T21:07:11.772Z[ recovery-image] Aug 09 21:07:10.371 INFO O| Aug 09 21:07:10.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74252024-08-09T21:07:11.772Z[ recovery-image] Aug 09 21:07:10.371 INFO O| Aug 09 21:07:10.371 INFO STEP 1190 (remove_files) COMPLETE
74262024-08-09T21:07:11.772Z[ recovery-image] Aug 09 21:07:10.371 INFO O| Aug 09 21:07:10.371 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-08-09T21:07:11.782Z[ recovery-image] Aug 09 21:07:10.381 INFO O| Aug 09 21:07:10.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74282024-08-09T21:07:11.782Z[ recovery-image] Aug 09 21:07:10.381 INFO O| Aug 09 21:07:10.381 INFO STEP 1191 (remove_files) COMPLETE
74292024-08-09T21:07:11.782Z[ recovery-image] Aug 09 21:07:10.381 INFO O| Aug 09 21:07:10.381 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-08-09T21:07:11.791Z[ recovery-image] Aug 09 21:07:10.390 INFO O| Aug 09 21:07:10.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74312024-08-09T21:07:11.791Z[ recovery-image] Aug 09 21:07:10.390 INFO O| Aug 09 21:07:10.390 INFO STEP 1192 (remove_files) COMPLETE
74322024-08-09T21:07:11.794Z[ recovery-image] Aug 09 21:07:10.391 INFO O| Aug 09 21:07:10.390 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-08-09T21:07:11.801Z[ recovery-image] Aug 09 21:07:10.400 INFO O| Aug 09 21:07:10.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74342024-08-09T21:07:11.801Z[ recovery-image] Aug 09 21:07:10.400 INFO O| Aug 09 21:07:10.400 INFO STEP 1193 (remove_files) COMPLETE
74352024-08-09T21:07:11.801Z[ recovery-image] Aug 09 21:07:10.400 INFO O| Aug 09 21:07:10.400 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-08-09T21:07:11.810Z[ recovery-image] Aug 09 21:07:10.410 INFO O| Aug 09 21:07:10.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74372024-08-09T21:07:11.810Z[ recovery-image] Aug 09 21:07:10.410 INFO O| Aug 09 21:07:10.410 INFO STEP 1194 (remove_files) COMPLETE
74382024-08-09T21:07:11.813Z[ recovery-image] Aug 09 21:07:10.410 INFO O| Aug 09 21:07:10.410 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-08-09T21:07:11.819Z[ recovery-image] Aug 09 21:07:10.419 INFO O| Aug 09 21:07:10.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74402024-08-09T21:07:11.819Z[ recovery-image] Aug 09 21:07:10.419 INFO O| Aug 09 21:07:10.419 INFO STEP 1195 (remove_files) COMPLETE
74412024-08-09T21:07:11.819Z[ recovery-image] Aug 09 21:07:10.419 INFO O| Aug 09 21:07:10.419 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-08-09T21:07:11.829Z[ recovery-image] Aug 09 21:07:10.428 INFO O| Aug 09 21:07:10.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74432024-08-09T21:07:11.832Z[ recovery-image] Aug 09 21:07:10.428 INFO O| Aug 09 21:07:10.428 INFO STEP 1196 (remove_files) COMPLETE
74442024-08-09T21:07:11.832Z[ recovery-image] Aug 09 21:07:10.428 INFO O| Aug 09 21:07:10.428 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-08-09T21:07:11.838Z[ recovery-image] Aug 09 21:07:10.438 INFO O| Aug 09 21:07:10.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74462024-08-09T21:07:11.841Z[ recovery-image] Aug 09 21:07:10.438 INFO O| Aug 09 21:07:10.438 INFO STEP 1197 (remove_files) COMPLETE
74472024-08-09T21:07:11.841Z[ recovery-image] Aug 09 21:07:10.438 INFO O| Aug 09 21:07:10.438 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-08-09T21:07:11.848Z[ recovery-image] Aug 09 21:07:10.447 INFO O| Aug 09 21:07:10.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74492024-08-09T21:07:11.851Z[ recovery-image] Aug 09 21:07:10.447 INFO O| Aug 09 21:07:10.447 INFO STEP 1198 (remove_files) COMPLETE
74502024-08-09T21:07:11.851Z[ recovery-image] Aug 09 21:07:10.447 INFO O| Aug 09 21:07:10.447 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-08-09T21:07:11.858Z[ recovery-image] Aug 09 21:07:10.457 INFO O| Aug 09 21:07:10.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74522024-08-09T21:07:11.858Z[ recovery-image] Aug 09 21:07:10.457 INFO O| Aug 09 21:07:10.457 INFO STEP 1199 (remove_files) COMPLETE
74532024-08-09T21:07:11.860Z[ recovery-image] Aug 09 21:07:10.457 INFO O| Aug 09 21:07:10.457 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-08-09T21:07:11.868Z[ recovery-image] Aug 09 21:07:10.466 INFO O| Aug 09 21:07:10.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74552024-08-09T21:07:11.871Z[ recovery-image] Aug 09 21:07:10.467 INFO O| Aug 09 21:07:10.467 INFO STEP 1200 (remove_files) COMPLETE
74562024-08-09T21:07:11.871Z[ recovery-image] Aug 09 21:07:10.467 INFO O| Aug 09 21:07:10.467 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-08-09T21:07:11.876Z[ recovery-image] Aug 09 21:07:10.476 INFO O| Aug 09 21:07:10.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74582024-08-09T21:07:11.876Z[ recovery-image] Aug 09 21:07:10.476 INFO O| Aug 09 21:07:10.476 INFO STEP 1201 (remove_files) COMPLETE
74592024-08-09T21:07:11.879Z[ recovery-image] Aug 09 21:07:10.476 INFO O| Aug 09 21:07:10.476 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-08-09T21:07:11.886Z[ recovery-image] Aug 09 21:07:10.485 INFO O| Aug 09 21:07:10.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74612024-08-09T21:07:11.886Z[ recovery-image] Aug 09 21:07:10.486 INFO O| Aug 09 21:07:10.486 INFO STEP 1202 (remove_files) COMPLETE
74622024-08-09T21:07:11.886Z[ recovery-image] Aug 09 21:07:10.486 INFO O| Aug 09 21:07:10.486 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-08-09T21:07:11.896Z[ recovery-image] Aug 09 21:07:10.495 INFO O| Aug 09 21:07:10.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74642024-08-09T21:07:11.896Z[ recovery-image] Aug 09 21:07:10.495 INFO O| Aug 09 21:07:10.495 INFO STEP 1203 (remove_files) COMPLETE
74652024-08-09T21:07:11.896Z[ recovery-image] Aug 09 21:07:10.495 INFO O| Aug 09 21:07:10.495 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-08-09T21:07:11.905Z[ recovery-image] Aug 09 21:07:10.505 INFO O| Aug 09 21:07:10.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74672024-08-09T21:07:11.908Z[ recovery-image] Aug 09 21:07:10.505 INFO O| Aug 09 21:07:10.505 INFO STEP 1204 (remove_files) COMPLETE
74682024-08-09T21:07:11.908Z[ recovery-image] Aug 09 21:07:10.505 INFO O| Aug 09 21:07:10.505 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-08-09T21:07:11.915Z[ recovery-image] Aug 09 21:07:10.514 INFO O| Aug 09 21:07:10.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
74702024-08-09T21:07:11.917Z[ recovery-image] Aug 09 21:07:10.514 INFO O| Aug 09 21:07:10.514 INFO STEP 1205 (remove_files) COMPLETE
74712024-08-09T21:07:11.917Z[ recovery-image] Aug 09 21:07:10.514 INFO O| Aug 09 21:07:10.514 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-08-09T21:07:11.924Z[ recovery-image] Aug 09 21:07:10.524 INFO O| Aug 09 21:07:10.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
74732024-08-09T21:07:11.924Z[ recovery-image] Aug 09 21:07:10.524 INFO O| Aug 09 21:07:10.524 INFO STEP 1206 (remove_files) COMPLETE
74742024-08-09T21:07:11.927Z[ recovery-image] Aug 09 21:07:10.524 INFO O| Aug 09 21:07:10.524 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
74752024-08-09T21:07:11.940Z[ recovery-image] Aug 09 21:07:10.538 INFO O| Aug 09 21:07:10.538 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
74762024-08-09T21:07:11.940Z[ recovery-image] Aug 09 21:07:10.538 INFO O| Aug 09 21:07:10.538 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
74772024-08-09T21:07:12.572Z[ host-image] Aug 09 21:07:11.172 INFO O| Aug 09 21:07:11.171 INFO O| Done
74782024-08-09T21:07:12.598Z[ host-image] Aug 09 21:07:11.197 INFO O| Aug 09 21:07:11.197 INFO O| Done
74792024-08-09T21:07:12.598Z[ host-image] Aug 09 21:07:11.197 INFO O| Aug 09 21:07:11.197 INFO O| Done
74802024-08-09T21:07:12.635Z[ host-image] Aug 09 21:07:11.235 INFO O| Aug 09 21:07:11.235 INFO O| Done
74812024-08-09T21:07:12.685Z[ recovery-image] Aug 09 21:07:11.284 INFO O| Aug 09 21:07:11.284 INFO STEP 1207 (pack_tar) COMPLETE
74822024-08-09T21:07:12.685Z[ recovery-image] Aug 09 21:07:11.285 INFO O| Aug 09 21:07:11.284 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
74832024-08-09T21:07:12.688Z[ recovery-image] Aug 09 21:07:11.285 INFO O| Aug 09 21:07:11.284 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
74842024-08-09T21:07:12.765Z[ host-image] Aug 09 21:07:11.364 INFO O| Aug 09 21:07:11.364 INFO STEP 13 (pkg_install) COMPLETE
74852024-08-09T21:07:12.765Z[ host-image] Aug 09 21:07:11.364 INFO O| Aug 09 21:07:11.364 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74862024-08-09T21:07:12.781Z[ host-image] Aug 09 21:07:11.381 INFO O| Aug 09 21:07:11.381 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
74872024-08-09T21:07:12.937Z[ recovery-image] Aug 09 21:07:11.537 INFO O| Aug 09 21:07:11.536 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
74882024-08-09T21:07:12.998Z[ recovery-image] Aug 09 21:07:11.598 INFO O| Aug 09 21:07:11.598 INFO completed processing gimlet/ramdisk-03-recovery-trim
74892024-08-09T21:07:13.005Z[ recovery-image] Aug 09 21:07:11.604 INFO image builder template: zfs-recovery...
74902024-08-09T21:07:13.008Z[ recovery-image] Aug 09 21:07:11.604 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/.tmpsrWQsK/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.277", "-n", "zfs-recovery"], pwd: None
74912024-08-09T21:07:13.036Z[ recovery-image] Aug 09 21:07:11.635 INFO O| Aug 09 21:07:11.635 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74922024-08-09T21:07:13.040Z[ recovery-image] Aug 09 21:07:11.639 INFO O| Aug 09 21:07:11.639 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74932024-08-09T21:07:13.091Z[ recovery-image] Aug 09 21:07:11.691 INFO O| Aug 09 21:07:11.691 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
74942024-08-09T21:07:13.164Z[ recovery-image] Aug 09 21:07:11.762 INFO O| Aug 09 21:07:11.762 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74952024-08-09T21:07:13.164Z[ recovery-image] Aug 09 21:07:11.762 INFO O| Aug 09 21:07:11.762 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
74962024-08-09T21:07:13.168Z[ recovery-image] Aug 09 21:07:11.766 INFO O| Aug 09 21:07:11.766 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
74972024-08-09T21:07:13.227Z[ recovery-image] Aug 09 21:07:11.826 INFO O| Aug 09 21:07:11.826 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
74982024-08-09T21:07:13.270Z[ recovery-image] Aug 09 21:07:11.870 INFO O| Aug 09 21:07:11.869 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
74992024-08-09T21:07:13.280Z[ recovery-image] Aug 09 21:07:11.879 INFO O| Aug 09 21:07:11.879 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75002024-08-09T21:07:13.284Z[ recovery-image] Aug 09 21:07:11.884 INFO O| Aug 09 21:07:11.884 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75012024-08-09T21:07:13.287Z[ recovery-image] Aug 09 21:07:11.885 INFO O| Aug 09 21:07:11.885 INFO no lofi found
75022024-08-09T21:07:13.287Z[ recovery-image] Aug 09 21:07:11.885 INFO O| Aug 09 21:07:11.885 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75032024-08-09T21:07:13.287Z[ recovery-image] Aug 09 21:07:11.885 INFO O| Aug 09 21:07:11.885 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75042024-08-09T21:07:13.334Z[ host-image] Aug 09 21:07:11.933 INFO O| Aug 09 21:07:11.933 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
75052024-08-09T21:07:14.679Z[ host-image] Aug 09 21:07:13.277 INFO O| Aug 09 21:07:13.277 INFO O| Planning: Solver setup ... Done
75062024-08-09T21:07:14.682Z[ host-image] Aug 09 21:07:13.281 INFO O| Aug 09 21:07:13.281 INFO O| Planning: Running solver ... Done
75072024-08-09T21:07:14.718Z[ host-image] Aug 09 21:07:13.317 INFO O| Aug 09 21:07:13.316 INFO O| Planning: Finding local manifests ... Done
75082024-08-09T21:07:14.720Z[ host-image] Aug 09 21:07:13.317 INFO O| Aug 09 21:07:13.317 INFO O| Planning: Fetching manifests: 0/1 0% complete
75092024-08-09T21:07:14.777Z[ host-image] Aug 09 21:07:13.376 INFO O| Aug 09 21:07:13.375 INFO O| Planning: Fetching manifests: 1/1 100% complete
75102024-08-09T21:07:14.795Z[ host-image] Aug 09 21:07:13.394 INFO O| Aug 09 21:07:13.394 INFO O| Planning: Package planning ... Done
75112024-08-09T21:07:14.798Z[ host-image] Aug 09 21:07:13.394 INFO O| Aug 09 21:07:13.394 INFO O| Planning: Merging actions ... Done
75122024-08-09T21:07:14.855Z[ host-image] Aug 09 21:07:13.454 INFO O| Aug 09 21:07:13.454 INFO O| Planning: Checking for conflicting actions ... Done
75132024-08-09T21:07:14.858Z[ host-image] Aug 09 21:07:13.454 INFO O| Aug 09 21:07:13.454 INFO O| Planning: Consolidating action changes ... Done
75142024-08-09T21:07:15.097Z[ host-image] Aug 09 21:07:13.696 INFO O| Aug 09 21:07:13.696 INFO O| Planning: Evaluating mediators ... Done
75152024-08-09T21:07:15.100Z[ host-image] Aug 09 21:07:13.696 INFO O| Aug 09 21:07:13.696 INFO O| Planning: Planning completed in 1.76 seconds
75162024-08-09T21:07:15.100Z[ host-image] Aug 09 21:07:13.698 INFO O| Aug 09 21:07:13.698 INFO O| Packages to install: 1
75172024-08-09T21:07:15.109Z[ host-image] Aug 09 21:07:13.708 INFO O| Aug 09 21:07:13.708 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
75182024-08-09T21:07:15.410Z[ recovery-image] Aug 09 21:07:14.009 INFO O| Aug 09 21:07:14.009 INFO lofi device = /dev/dsk/c2t1d0p0
75192024-08-09T21:07:15.410Z[ recovery-image] Aug 09 21:07:14.009 INFO O| Aug 09 21:07:14.009 INFO pool device = /dev/dsk/c2t1d0p0
75202024-08-09T21:07:15.420Z[ recovery-image] Aug 09 21:07:14.009 INFO O| Aug 09 21:07:14.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
75212024-08-09T21:07:15.482Z[ recovery-image] Aug 09 21:07:14.081 INFO O| Aug 09 21:07:14.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75222024-08-09T21:07:15.482Z[ recovery-image] Aug 09 21:07:14.081 INFO O| Aug 09 21:07:14.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75232024-08-09T21:07:15.503Z[ recovery-image] Aug 09 21:07:14.102 INFO O| Aug 09 21:07:14.102 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75242024-08-09T21:07:15.575Z[ recovery-image] Aug 09 21:07:14.174 INFO O| Aug 09 21:07:14.174 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75252024-08-09T21:07:15.619Z[ recovery-image] Aug 09 21:07:14.218 INFO O| Aug 09 21:07:14.218 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75262024-08-09T21:07:15.640Z[ recovery-image] Aug 09 21:07:14.239 INFO O| Aug 09 21:07:14.239 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75272024-08-09T21:07:15.652Z[ recovery-image] Aug 09 21:07:14.251 INFO O| Aug 09 21:07:14.251 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75282024-08-09T21:07:15.706Z[ recovery-image] Aug 09 21:07:14.304 INFO O| Aug 09 21:07:14.304 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75292024-08-09T21:07:15.706Z[ recovery-image] Aug 09 21:07:14.304 INFO O| Aug 09 21:07:14.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75302024-08-09T21:07:15.708Z[ recovery-image] Aug 09 21:07:14.305 INFO O| Aug 09 21:07:14.305 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75312024-08-09T21:07:15.717Z[ recovery-image] Aug 09 21:07:14.316 INFO O| Aug 09 21:07:14.316 INFO boot environment UUID: 3b0c5ae9-a2ab-4302-bf72-7701e0e289e1
75322024-08-09T21:07:15.717Z[ recovery-image] Aug 09 21:07:14.316 INFO O| Aug 09 21:07:14.316 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3b0c5ae9-a2ab-4302-bf72-7701e0e289e1
75332024-08-09T21:07:15.728Z[ recovery-image] Aug 09 21:07:14.327 INFO O| Aug 09 21:07:14.327 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75342024-08-09T21:07:15.730Z[ host-image] Aug 09 21:07:14.329 INFO O| Aug 09 21:07:14.329 INFO O| Download: Completed 20.86 MB in 0.62 seconds (33.6M/s)
75352024-08-09T21:07:15.740Z[ recovery-image] Aug 09 21:07:14.339 INFO O| Aug 09 21:07:14.339 INFO STEP 0 (create_be) COMPLETE
75362024-08-09T21:07:15.740Z[ recovery-image] Aug 09 21:07:14.339 INFO O| Aug 09 21:07:14.339 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75372024-08-09T21:07:15.755Z[ recovery-image] Aug 09 21:07:14.354 INFO O| Aug 09 21:07:14.354 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"]
75382024-08-09T21:07:15.759Z[ host-image] Aug 09 21:07:14.358 INFO O| Aug 09 21:07:14.358 INFO O| Actions: 1/22 actions (Installing new actions)
75392024-08-09T21:07:16.451Z[ host-image] Aug 09 21:07:15.049 INFO O| Aug 09 21:07:15.049 INFO O| Actions: Completed 22 actions in 0.69 seconds.
75402024-08-09T21:07:16.802Z[ host-image] Aug 09 21:07:15.401 INFO O| Aug 09 21:07:15.401 INFO O| Done
75412024-08-09T21:07:16.802Z[ host-image] Aug 09 21:07:15.401 INFO O| Aug 09 21:07:15.401 INFO O| Done
75422024-08-09T21:07:17.370Z[ host-image] Aug 09 21:07:15.967 INFO O| Aug 09 21:07:15.967 INFO O| Done
75432024-08-09T21:07:17.798Z[ recovery-image] Aug 09 21:07:16.397 INFO O| Aug 09 21:07:16.397 INFO STEP 1 (unpack_tar) COMPLETE
75442024-08-09T21:07:17.798Z[ recovery-image] Aug 09 21:07:16.397 INFO O| Aug 09 21:07:16.397 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75452024-08-09T21:07:17.810Z[ recovery-image] Aug 09 21:07:16.409 INFO O| Aug 09 21:07:16.409 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75462024-08-09T21:07:18.256Z[ recovery-image] Aug 09 21:07:16.854 INFO O| Aug 09 21:07:16.854 INFO STEP 2 (devfsadm) COMPLETE
75472024-08-09T21:07:18.256Z[ recovery-image] Aug 09 21:07:16.854 INFO O| Aug 09 21:07:16.854 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75482024-08-09T21:07:18.267Z[ recovery-image] Aug 09 21:07:16.865 INFO O| Aug 09 21:07:16.865 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75492024-08-09T21:07:18.267Z[ recovery-image] Aug 09 21:07:16.865 INFO O| Aug 09 21:07:16.865 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75502024-08-09T21:07:18.267Z[ recovery-image] Aug 09 21:07:16.865 INFO O| Aug 09 21:07:16.865 INFO STEP 3 (ensure_dir) COMPLETE
75512024-08-09T21:07:18.270Z[ recovery-image] Aug 09 21:07:16.865 INFO O| Aug 09 21:07:16.865 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75522024-08-09T21:07:18.277Z[ recovery-image] Aug 09 21:07:16.875 INFO O| Aug 09 21:07:16.875 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75532024-08-09T21:07:18.277Z[ recovery-image] Aug 09 21:07:16.875 INFO O| Aug 09 21:07:16.875 INFO STEP 4 (ensure_dir) COMPLETE
75542024-08-09T21:07:18.277Z[ recovery-image] Aug 09 21:07:16.875 INFO O| Aug 09 21:07:16.875 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75552024-08-09T21:07:18.287Z[ recovery-image] Aug 09 21:07:16.885 INFO O| Aug 09 21:07:16.885 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75562024-08-09T21:07:18.287Z[ recovery-image] Aug 09 21:07:16.885 INFO O| Aug 09 21:07:16.885 INFO STEP 5 (ensure_dir) COMPLETE
75572024-08-09T21:07:18.289Z[ recovery-image] Aug 09 21:07:16.885 INFO O| Aug 09 21:07:16.885 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75582024-08-09T21:07:18.296Z[ recovery-image] Aug 09 21:07:16.895 INFO O| Aug 09 21:07:16.895 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75592024-08-09T21:07:18.296Z[ recovery-image] Aug 09 21:07:16.895 INFO O| Aug 09 21:07:16.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75602024-08-09T21:07:18.299Z[ recovery-image] Aug 09 21:07:16.895 INFO O| Aug 09 21:07:16.895 INFO STEP 6 (ensure_dir) COMPLETE
75612024-08-09T21:07:18.299Z[ recovery-image] Aug 09 21:07:16.895 INFO O| Aug 09 21:07:16.895 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75622024-08-09T21:07:18.307Z[ recovery-image] Aug 09 21:07:16.906 INFO O| Aug 09 21:07:16.906 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75632024-08-09T21:07:18.307Z[ recovery-image] Aug 09 21:07:16.906 INFO O| Aug 09 21:07:16.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75642024-08-09T21:07:18.307Z[ recovery-image] Aug 09 21:07:16.906 INFO O| Aug 09 21:07:16.906 INFO STEP 7 (ensure_dir) COMPLETE
75652024-08-09T21:07:18.310Z[ recovery-image] Aug 09 21:07:16.906 INFO O| Aug 09 21:07:16.906 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75662024-08-09T21:07:18.318Z[ recovery-image] Aug 09 21:07:16.917 INFO O| Aug 09 21:07:16.917 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75672024-08-09T21:07:18.321Z[ recovery-image] Aug 09 21:07:16.917 INFO O| Aug 09 21:07:16.917 INFO STEP 8 (remove_files) COMPLETE
75682024-08-09T21:07:18.321Z[ recovery-image] Aug 09 21:07:16.917 INFO O| Aug 09 21:07:16.917 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75692024-08-09T21:07:18.330Z[ recovery-image] Aug 09 21:07:16.929 INFO O| Aug 09 21:07:16.929 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75702024-08-09T21:07:18.333Z[ recovery-image] Aug 09 21:07:16.930 INFO O| Aug 09 21:07:16.930 INFO STEP 9 (remove_files) COMPLETE
75712024-08-09T21:07:18.333Z[ recovery-image] Aug 09 21:07:16.930 INFO O| Aug 09 21:07:16.930 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75722024-08-09T21:07:18.342Z[ recovery-image] Aug 09 21:07:16.940 INFO O| Aug 09 21:07:16.940 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
75732024-08-09T21:07:18.345Z[ recovery-image] Aug 09 21:07:16.941 INFO O| Aug 09 21:07:16.941 INFO STEP 10 (remove_files) COMPLETE
75742024-08-09T21:07:18.346Z[ recovery-image] Aug 09 21:07:16.941 INFO O| Aug 09 21:07:16.941 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75752024-08-09T21:07:18.353Z[ recovery-image] Aug 09 21:07:16.951 INFO O| Aug 09 21:07:16.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
75762024-08-09T21:07:18.355Z[ recovery-image] Aug 09 21:07:16.951 INFO O| Aug 09 21:07:16.951 INFO STEP 11 (remove_files) COMPLETE
75772024-08-09T21:07:18.355Z[ recovery-image] Aug 09 21:07:16.951 INFO O| Aug 09 21:07:16.951 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75782024-08-09T21:07:18.362Z[ recovery-image] Aug 09 21:07:16.961 INFO O| Aug 09 21:07:16.961 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
75792024-08-09T21:07:18.362Z[ recovery-image] Aug 09 21:07:16.961 INFO O| Aug 09 21:07:16.961 INFO STEP 12 (remove_files) COMPLETE
75802024-08-09T21:07:18.363Z[ recovery-image] Aug 09 21:07:16.961 INFO O| Aug 09 21:07:16.961 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75812024-08-09T21:07:18.372Z[ recovery-image] Aug 09 21:07:16.971 INFO O| Aug 09 21:07:16.971 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75822024-08-09T21:07:18.375Z[ recovery-image] Aug 09 21:07:16.971 INFO O| Aug 09 21:07:16.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75832024-08-09T21:07:18.375Z[ recovery-image] Aug 09 21:07:16.971 INFO O| Aug 09 21:07:16.971 INFO STEP 13 (ensure_dir) COMPLETE
75842024-08-09T21:07:18.375Z[ recovery-image] Aug 09 21:07:16.971 INFO O| Aug 09 21:07:16.971 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75852024-08-09T21:07:18.382Z[ recovery-image] Aug 09 21:07:16.981 INFO O| Aug 09 21:07:16.981 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75862024-08-09T21:07:18.385Z[ recovery-image] Aug 09 21:07:16.981 INFO O| Aug 09 21:07:16.981 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75872024-08-09T21:07:18.385Z[ recovery-image] Aug 09 21:07:16.981 INFO O| Aug 09 21:07:16.981 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75882024-08-09T21:07:18.385Z[ recovery-image] Aug 09 21:07:16.981 INFO O| Aug 09 21:07:16.981 INFO STEP 14 (ensure_dir) COMPLETE
75892024-08-09T21:07:18.385Z[ recovery-image] Aug 09 21:07:16.981 INFO O| Aug 09 21:07:16.981 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75902024-08-09T21:07:18.392Z[ recovery-image] Aug 09 21:07:16.991 INFO O| Aug 09 21:07:16.991 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75912024-08-09T21:07:18.392Z[ recovery-image] Aug 09 21:07:16.991 INFO O| Aug 09 21:07:16.991 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75922024-08-09T21:07:18.392Z[ recovery-image] Aug 09 21:07:16.991 INFO O| Aug 09 21:07:16.991 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75932024-08-09T21:07:18.395Z[ recovery-image] Aug 09 21:07:16.991 INFO O| Aug 09 21:07:16.991 INFO STEP 15 (ensure_dir) COMPLETE
75942024-08-09T21:07:18.395Z[ recovery-image] Aug 09 21:07:16.991 INFO O| Aug 09 21:07:16.991 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75952024-08-09T21:07:18.402Z[ recovery-image] Aug 09 21:07:17.001 INFO O| Aug 09 21:07:17.001 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75962024-08-09T21:07:18.402Z[ recovery-image] Aug 09 21:07:17.001 INFO O| Aug 09 21:07:17.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75972024-08-09T21:07:18.405Z[ recovery-image] Aug 09 21:07:17.001 INFO O| Aug 09 21:07:17.001 INFO STEP 16 (ensure_dir) COMPLETE
75982024-08-09T21:07:18.405Z[ recovery-image] Aug 09 21:07:17.001 INFO O| Aug 09 21:07:17.001 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75992024-08-09T21:07:18.413Z[ recovery-image] Aug 09 21:07:17.012 INFO O| Aug 09 21:07:17.012 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76002024-08-09T21:07:18.418Z[ recovery-image] Aug 09 21:07:17.012 INFO O| Aug 09 21:07:17.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76012024-08-09T21:07:18.418Z[ recovery-image] Aug 09 21:07:17.012 INFO O| Aug 09 21:07:17.012 INFO STEP 17 (ensure_dir) COMPLETE
76022024-08-09T21:07:18.418Z[ recovery-image] Aug 09 21:07:17.012 INFO O| Aug 09 21:07:17.012 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76032024-08-09T21:07:18.424Z[ recovery-image] Aug 09 21:07:17.022 INFO O| Aug 09 21:07:17.022 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76042024-08-09T21:07:18.424Z[ recovery-image] Aug 09 21:07:17.022 INFO O| Aug 09 21:07:17.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76052024-08-09T21:07:18.424Z[ recovery-image] Aug 09 21:07:17.022 INFO O| Aug 09 21:07:17.022 INFO ok!
76062024-08-09T21:07:18.427Z[ recovery-image] Aug 09 21:07:17.022 INFO O| Aug 09 21:07:17.022 INFO STEP 18 (ensure_symlink) COMPLETE
76072024-08-09T21:07:18.427Z[ recovery-image] Aug 09 21:07:17.022 INFO O| Aug 09 21:07:17.022 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76082024-08-09T21:07:18.434Z[ recovery-image] Aug 09 21:07:17.032 INFO O| Aug 09 21:07:17.032 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76092024-08-09T21:07:18.434Z[ recovery-image] Aug 09 21:07:17.032 INFO O| Aug 09 21:07:17.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76102024-08-09T21:07:18.434Z[ recovery-image] Aug 09 21:07:17.032 INFO O| Aug 09 21:07:17.032 INFO ok!
76112024-08-09T21:07:18.437Z[ recovery-image] Aug 09 21:07:17.032 INFO O| Aug 09 21:07:17.032 INFO STEP 19 (ensure_file) COMPLETE
76122024-08-09T21:07:18.437Z[ recovery-image] Aug 09 21:07:17.032 INFO O| Aug 09 21:07:17.032 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76132024-08-09T21:07:18.444Z[ recovery-image] Aug 09 21:07:17.043 INFO O| Aug 09 21:07:17.043 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76142024-08-09T21:07:18.444Z[ recovery-image] Aug 09 21:07:17.043 INFO O| Aug 09 21:07:17.043 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76152024-08-09T21:07:18.447Z[ recovery-image] Aug 09 21:07:17.043 INFO O| Aug 09 21:07:17.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76162024-08-09T21:07:18.447Z[ recovery-image] Aug 09 21:07:17.043 INFO O| Aug 09 21:07:17.043 INFO ok!
76172024-08-09T21:07:18.447Z[ recovery-image] Aug 09 21:07:17.043 INFO O| Aug 09 21:07:17.043 INFO STEP 20 (ensure_symlink) COMPLETE
76182024-08-09T21:07:18.447Z[ recovery-image] Aug 09 21:07:17.043 INFO O| Aug 09 21:07:17.043 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76192024-08-09T21:07:18.454Z[ recovery-image] Aug 09 21:07:17.053 INFO O| Aug 09 21:07:17.053 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76202024-08-09T21:07:18.454Z[ recovery-image] Aug 09 21:07:17.053 INFO O| Aug 09 21:07:17.053 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76212024-08-09T21:07:18.457Z[ recovery-image] Aug 09 21:07:17.053 INFO O| Aug 09 21:07:17.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76222024-08-09T21:07:18.457Z[ recovery-image] Aug 09 21:07:17.053 INFO O| Aug 09 21:07:17.053 INFO ok!
76232024-08-09T21:07:18.457Z[ recovery-image] Aug 09 21:07:17.053 INFO O| Aug 09 21:07:17.053 INFO STEP 21 (ensure_symlink) COMPLETE
76242024-08-09T21:07:18.457Z[ recovery-image] Aug 09 21:07:17.053 INFO O| Aug 09 21:07:17.053 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76252024-08-09T21:07:18.468Z[ recovery-image] Aug 09 21:07:17.064 INFO O| Aug 09 21:07:17.064 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76262024-08-09T21:07:18.468Z[ recovery-image] Aug 09 21:07:17.064 INFO O| Aug 09 21:07:17.064 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76272024-08-09T21:07:18.471Z[ recovery-image] Aug 09 21:07:17.064 INFO O| Aug 09 21:07:17.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76282024-08-09T21:07:18.471Z[ recovery-image] Aug 09 21:07:17.064 INFO O| Aug 09 21:07:17.064 INFO ok!
76292024-08-09T21:07:18.471Z[ recovery-image] Aug 09 21:07:17.064 INFO O| Aug 09 21:07:17.064 INFO STEP 22 (ensure_symlink) COMPLETE
76302024-08-09T21:07:18.472Z[ recovery-image] Aug 09 21:07:17.064 INFO O| Aug 09 21:07:17.064 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76312024-08-09T21:07:18.475Z[ recovery-image] Aug 09 21:07:17.074 INFO O| Aug 09 21:07:17.074 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76322024-08-09T21:07:18.475Z[ recovery-image] Aug 09 21:07:17.074 INFO O| Aug 09 21:07:17.074 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76332024-08-09T21:07:18.478Z[ recovery-image] Aug 09 21:07:17.074 INFO O| Aug 09 21:07:17.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76342024-08-09T21:07:18.478Z[ recovery-image] Aug 09 21:07:17.074 INFO O| Aug 09 21:07:17.074 INFO ok!
76352024-08-09T21:07:18.478Z[ recovery-image] Aug 09 21:07:17.074 INFO O| Aug 09 21:07:17.074 INFO STEP 23 (ensure_symlink) COMPLETE
76362024-08-09T21:07:18.478Z[ recovery-image] Aug 09 21:07:17.074 INFO O| Aug 09 21:07:17.074 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76372024-08-09T21:07:18.485Z[ recovery-image] Aug 09 21:07:17.084 INFO O| Aug 09 21:07:17.084 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76382024-08-09T21:07:18.485Z[ recovery-image] Aug 09 21:07:17.084 INFO O| Aug 09 21:07:17.084 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 ...
76392024-08-09T21:07:18.488Z[ recovery-image] Aug 09 21:07:17.084 INFO O| Aug 09 21:07:17.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76402024-08-09T21:07:18.488Z[ recovery-image] Aug 09 21:07:17.084 INFO O| Aug 09 21:07:17.084 INFO ok!
76412024-08-09T21:07:18.488Z[ recovery-image] Aug 09 21:07:17.084 INFO O| Aug 09 21:07:17.084 INFO STEP 24 (ensure_file) COMPLETE
76422024-08-09T21:07:18.488Z[ recovery-image] Aug 09 21:07:17.084 INFO O| Aug 09 21:07:17.084 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76432024-08-09T21:07:18.496Z[ recovery-image] Aug 09 21:07:17.094 INFO O| Aug 09 21:07:17.094 INFO updating shadow file
76442024-08-09T21:07:18.500Z[ recovery-image] Aug 09 21:07:17.095 INFO O| Aug 09 21:07:17.095 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76452024-08-09T21:07:18.500Z[ recovery-image] Aug 09 21:07:17.095 INFO O| Aug 09 21:07:17.095 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76462024-08-09T21:07:18.500Z[ recovery-image] Aug 09 21:07:17.095 INFO O| Aug 09 21:07:17.095 INFO STEP 25 (shadow) COMPLETE
76472024-08-09T21:07:18.500Z[ recovery-image] Aug 09 21:07:17.095 INFO O| Aug 09 21:07:17.095 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76482024-08-09T21:07:18.506Z[ recovery-image] Aug 09 21:07:17.105 INFO O| Aug 09 21:07:17.105 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76492024-08-09T21:07:18.506Z[ recovery-image] Aug 09 21:07:17.105 INFO O| Aug 09 21:07:17.105 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76502024-08-09T21:07:18.506Z[ recovery-image] Aug 09 21:07:17.105 INFO O| Aug 09 21:07:17.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76512024-08-09T21:07:18.506Z[ recovery-image] Aug 09 21:07:17.105 INFO O| Aug 09 21:07:17.105 INFO ok!
76522024-08-09T21:07:18.506Z[ recovery-image] Aug 09 21:07:17.105 INFO O| Aug 09 21:07:17.105 INFO STEP 26 (ensure_file) COMPLETE
76532024-08-09T21:07:18.509Z[ recovery-image] Aug 09 21:07:17.105 INFO O| Aug 09 21:07:17.105 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76542024-08-09T21:07:18.516Z[ recovery-image] Aug 09 21:07:17.115 INFO O| Aug 09 21:07:17.115 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76552024-08-09T21:07:18.516Z[ recovery-image] Aug 09 21:07:17.115 INFO O| Aug 09 21:07:17.115 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76562024-08-09T21:07:18.519Z[ recovery-image] Aug 09 21:07:17.115 INFO O| Aug 09 21:07:17.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76572024-08-09T21:07:18.519Z[ recovery-image] Aug 09 21:07:17.115 INFO O| Aug 09 21:07:17.115 INFO ok!
76582024-08-09T21:07:18.520Z[ recovery-image] Aug 09 21:07:17.115 INFO O| Aug 09 21:07:17.115 INFO STEP 27 (ensure_file) COMPLETE
76592024-08-09T21:07:18.520Z[ recovery-image] Aug 09 21:07:17.115 INFO O| Aug 09 21:07:17.115 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76602024-08-09T21:07:18.527Z[ recovery-image] Aug 09 21:07:17.126 INFO O| Aug 09 21:07:17.126 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76612024-08-09T21:07:18.530Z[ recovery-image] Aug 09 21:07:17.126 INFO O| Aug 09 21:07:17.126 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76622024-08-09T21:07:18.530Z[ recovery-image] Aug 09 21:07:17.126 INFO O| Aug 09 21:07:17.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76632024-08-09T21:07:18.530Z[ recovery-image] Aug 09 21:07:17.126 INFO O| Aug 09 21:07:17.126 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76642024-08-09T21:07:18.530Z[ recovery-image] Aug 09 21:07:17.126 INFO O| Aug 09 21:07:17.126 INFO ok!
76652024-08-09T21:07:18.530Z[ recovery-image] Aug 09 21:07:17.126 INFO O| Aug 09 21:07:17.126 INFO STEP 28 (ensure_file) COMPLETE
76662024-08-09T21:07:18.530Z[ recovery-image] Aug 09 21:07:17.126 INFO O| Aug 09 21:07:17.126 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76672024-08-09T21:07:18.538Z[ recovery-image] Aug 09 21:07:17.136 INFO O| Aug 09 21:07:17.136 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76682024-08-09T21:07:18.539Z[ recovery-image] Aug 09 21:07:17.136 INFO O| Aug 09 21:07:17.136 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76692024-08-09T21:07:18.542Z[ recovery-image] Aug 09 21:07:17.136 INFO O| Aug 09 21:07:17.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76702024-08-09T21:07:18.542Z[ recovery-image] Aug 09 21:07:17.136 INFO O| Aug 09 21:07:17.136 INFO ok!
76712024-08-09T21:07:18.542Z[ recovery-image] Aug 09 21:07:17.136 INFO O| Aug 09 21:07:17.136 INFO STEP 29 (ensure_file) COMPLETE
76722024-08-09T21:07:18.542Z[ recovery-image] Aug 09 21:07:17.136 INFO O| Aug 09 21:07:17.136 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76732024-08-09T21:07:18.548Z[ recovery-image] Aug 09 21:07:17.147 INFO O| Aug 09 21:07:17.147 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
76742024-08-09T21:07:18.549Z[ recovery-image] Aug 09 21:07:17.147 INFO O| Aug 09 21:07:17.147 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
76752024-08-09T21:07:18.552Z[ recovery-image] Aug 09 21:07:17.147 INFO O| Aug 09 21:07:17.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
76762024-08-09T21:07:18.552Z[ recovery-image] Aug 09 21:07:17.147 INFO O| Aug 09 21:07:17.147 INFO ok!
76772024-08-09T21:07:18.552Z[ recovery-image] Aug 09 21:07:17.147 INFO O| Aug 09 21:07:17.147 INFO STEP 30 (ensure_file) COMPLETE
76782024-08-09T21:07:18.552Z[ recovery-image] Aug 09 21:07:17.147 INFO O| Aug 09 21:07:17.147 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76792024-08-09T21:07:18.559Z[ recovery-image] Aug 09 21:07:17.157 INFO O| Aug 09 21:07:17.157 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
76802024-08-09T21:07:18.559Z[ recovery-image] Aug 09 21:07:17.157 INFO O| Aug 09 21:07:17.157 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
76812024-08-09T21:07:18.562Z[ recovery-image] Aug 09 21:07:17.157 INFO O| Aug 09 21:07:17.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76822024-08-09T21:07:18.562Z[ recovery-image] Aug 09 21:07:17.157 INFO O| Aug 09 21:07:17.157 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76832024-08-09T21:07:18.562Z[ recovery-image] Aug 09 21:07:17.157 INFO O| Aug 09 21:07:17.157 INFO ok!
76842024-08-09T21:07:18.562Z[ recovery-image] Aug 09 21:07:17.157 INFO O| Aug 09 21:07:17.157 INFO STEP 31 (ensure_file) COMPLETE
76852024-08-09T21:07:18.562Z[ recovery-image] Aug 09 21:07:17.157 INFO O| Aug 09 21:07:17.157 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76862024-08-09T21:07:18.570Z[ recovery-image] Aug 09 21:07:17.167 INFO O| Aug 09 21:07:17.167 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
76872024-08-09T21:07:18.570Z[ recovery-image] Aug 09 21:07:17.167 INFO O| Aug 09 21:07:17.167 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
76882024-08-09T21:07:18.573Z[ recovery-image] Aug 09 21:07:17.167 INFO O| Aug 09 21:07:17.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
76892024-08-09T21:07:18.573Z[ recovery-image] Aug 09 21:07:17.167 INFO O| Aug 09 21:07:17.167 INFO ok!
76902024-08-09T21:07:18.573Z[ recovery-image] Aug 09 21:07:17.167 INFO O| Aug 09 21:07:17.167 INFO STEP 32 (ensure_file) COMPLETE
76912024-08-09T21:07:18.573Z[ recovery-image] Aug 09 21:07:17.167 INFO O| Aug 09 21:07:17.167 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76922024-08-09T21:07:18.578Z[ recovery-image] Aug 09 21:07:17.177 INFO O| Aug 09 21:07:17.177 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
76932024-08-09T21:07:18.581Z[ recovery-image] Aug 09 21:07:17.177 INFO O| Aug 09 21:07:17.177 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
76942024-08-09T21:07:18.581Z[ recovery-image] Aug 09 21:07:17.177 INFO O| Aug 09 21:07:17.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
76952024-08-09T21:07:18.581Z[ recovery-image] Aug 09 21:07:17.177 INFO O| Aug 09 21:07:17.177 INFO ok!
76962024-08-09T21:07:18.581Z[ recovery-image] Aug 09 21:07:17.177 INFO O| Aug 09 21:07:17.177 INFO STEP 33 (ensure_file) COMPLETE
76972024-08-09T21:07:18.581Z[ recovery-image] Aug 09 21:07:17.177 INFO O| Aug 09 21:07:17.177 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76982024-08-09T21:07:18.588Z[ recovery-image] Aug 09 21:07:17.187 INFO O| Aug 09 21:07:17.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
76992024-08-09T21:07:18.588Z[ recovery-image] Aug 09 21:07:17.187 INFO O| Aug 09 21:07:17.187 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77002024-08-09T21:07:18.591Z[ recovery-image] Aug 09 21:07:17.187 INFO O| Aug 09 21:07:17.187 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77012024-08-09T21:07:18.591Z[ recovery-image] Aug 09 21:07:17.187 INFO O| Aug 09 21:07:17.187 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77022024-08-09T21:07:18.592Z[ recovery-image] Aug 09 21:07:17.187 INFO O| Aug 09 21:07:17.187 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77032024-08-09T21:07:18.592Z[ recovery-image] Aug 09 21:07:17.187 INFO O| Aug 09 21:07:17.187 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77042024-08-09T21:07:18.592Z[ recovery-image] Aug 09 21:07:17.187 INFO O| Aug 09 21:07:17.187 INFO ok!
77052024-08-09T21:07:18.592Z[ recovery-image] Aug 09 21:07:17.187 INFO O| Aug 09 21:07:17.187 INFO STEP 34 (ensure_file) COMPLETE
77062024-08-09T21:07:18.592Z[ recovery-image] Aug 09 21:07:17.187 INFO O| Aug 09 21:07:17.187 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77072024-08-09T21:07:18.599Z[ recovery-image] Aug 09 21:07:17.197 INFO O| Aug 09 21:07:17.197 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77082024-08-09T21:07:18.601Z[ recovery-image] Aug 09 21:07:17.198 INFO O| Aug 09 21:07:17.197 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77092024-08-09T21:07:18.601Z[ recovery-image] Aug 09 21:07:17.198 INFO O| Aug 09 21:07:17.197 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77102024-08-09T21:07:18.601Z[ recovery-image] Aug 09 21:07:17.198 INFO O| Aug 09 21:07:17.198 INFO STEP 35 (ensure_dir) COMPLETE
77112024-08-09T21:07:18.601Z[ recovery-image] Aug 09 21:07:17.198 INFO O| Aug 09 21:07:17.198 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77122024-08-09T21:07:18.609Z[ recovery-image] Aug 09 21:07:17.207 INFO O| Aug 09 21:07:17.207 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
77132024-08-09T21:07:18.609Z[ recovery-image] Aug 09 21:07:17.207 INFO O| Aug 09 21:07:17.207 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 ...
77142024-08-09T21:07:18.612Z[ recovery-image] Aug 09 21:07:17.208 INFO O| Aug 09 21:07:17.208 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
77152024-08-09T21:07:18.612Z[ recovery-image] Aug 09 21:07:17.208 INFO O| Aug 09 21:07:17.208 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
77162024-08-09T21:07:18.612Z[ recovery-image] Aug 09 21:07:17.208 INFO O| Aug 09 21:07:17.208 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
77172024-08-09T21:07:18.612Z[ recovery-image] Aug 09 21:07:17.208 INFO O| Aug 09 21:07:17.208 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
77182024-08-09T21:07:18.612Z[ recovery-image] Aug 09 21:07:17.208 INFO O| Aug 09 21:07:17.208 INFO ok!
77192024-08-09T21:07:18.612Z[ recovery-image] Aug 09 21:07:17.208 INFO O| Aug 09 21:07:17.208 INFO STEP 36 (ensure_file) COMPLETE
77202024-08-09T21:07:18.612Z[ recovery-image] Aug 09 21:07:17.208 INFO O| Aug 09 21:07:17.208 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77212024-08-09T21:07:18.619Z[ recovery-image] Aug 09 21:07:17.218 INFO O| Aug 09 21:07:17.218 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77222024-08-09T21:07:18.622Z[ recovery-image] Aug 09 21:07:17.218 INFO O| Aug 09 21:07:17.218 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 ...
77232024-08-09T21:07:18.622Z[ recovery-image] Aug 09 21:07:17.218 INFO O| Aug 09 21:07:17.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77242024-08-09T21:07:18.622Z[ recovery-image] Aug 09 21:07:17.218 INFO O| Aug 09 21:07:17.218 INFO ok!
77252024-08-09T21:07:18.622Z[ recovery-image] Aug 09 21:07:17.218 INFO O| Aug 09 21:07:17.218 INFO STEP 37 (ensure_symlink) COMPLETE
77262024-08-09T21:07:18.622Z[ recovery-image] Aug 09 21:07:17.218 INFO O| Aug 09 21:07:17.218 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77272024-08-09T21:07:18.629Z[ recovery-image] Aug 09 21:07:17.228 INFO O| Aug 09 21:07:17.228 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77282024-08-09T21:07:18.629Z[ recovery-image] Aug 09 21:07:17.228 INFO O| Aug 09 21:07:17.228 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77292024-08-09T21:07:18.632Z[ recovery-image] Aug 09 21:07:17.228 INFO O| Aug 09 21:07:17.228 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77302024-08-09T21:07:18.632Z[ recovery-image] Aug 09 21:07:17.228 INFO O| Aug 09 21:07:17.228 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77312024-08-09T21:07:18.632Z[ recovery-image] Aug 09 21:07:17.228 INFO O| Aug 09 21:07:17.228 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77322024-08-09T21:07:18.632Z[ recovery-image] Aug 09 21:07:17.228 INFO O| Aug 09 21:07:17.228 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77332024-08-09T21:07:18.632Z[ recovery-image] Aug 09 21:07:17.228 INFO O| Aug 09 21:07:17.228 INFO ok!
77342024-08-09T21:07:18.632Z[ recovery-image] Aug 09 21:07:17.228 INFO O| Aug 09 21:07:17.228 INFO STEP 38 (ensure_file) COMPLETE
77352024-08-09T21:07:18.632Z[ recovery-image] Aug 09 21:07:17.228 INFO O| Aug 09 21:07:17.228 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77362024-08-09T21:07:18.647Z[ recovery-image] Aug 09 21:07:17.245 INFO O| Aug 09 21:07:17.245 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77372024-08-09T21:07:18.649Z[ recovery-image] Aug 09 21:07:17.245 INFO O| Aug 09 21:07:17.245 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 ...
77382024-08-09T21:07:18.650Z[ recovery-image] Aug 09 21:07:17.246 INFO O| Aug 09 21:07:17.246 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
77392024-08-09T21:07:18.650Z[ recovery-image] Aug 09 21:07:17.246 INFO O| Aug 09 21:07:17.246 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77402024-08-09T21:07:18.650Z[ recovery-image] Aug 09 21:07:17.246 INFO O| Aug 09 21:07:17.246 INFO ok!
77412024-08-09T21:07:18.650Z[ recovery-image] Aug 09 21:07:17.246 INFO O| Aug 09 21:07:17.246 INFO STEP 39 (ensure_file) COMPLETE
77422024-08-09T21:07:18.650Z[ recovery-image] Aug 09 21:07:17.246 INFO O| Aug 09 21:07:17.246 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77432024-08-09T21:07:18.674Z[ recovery-image] Aug 09 21:07:17.271 INFO O| Aug 09 21:07:17.271 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77442024-08-09T21:07:18.674Z[ recovery-image] Aug 09 21:07:17.271 INFO O| Aug 09 21:07:17.271 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77452024-08-09T21:07:18.677Z[ recovery-image] Aug 09 21:07:17.272 INFO O| Aug 09 21:07:17.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77462024-08-09T21:07:18.677Z[ recovery-image] Aug 09 21:07:17.272 INFO O| Aug 09 21:07:17.272 INFO ok!
77472024-08-09T21:07:18.677Z[ recovery-image] Aug 09 21:07:17.272 INFO O| Aug 09 21:07:17.272 INFO STEP 40 (ensure_file) COMPLETE
77482024-08-09T21:07:18.677Z[ recovery-image] Aug 09 21:07:17.272 INFO O| Aug 09 21:07:17.272 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77492024-08-09T21:07:18.697Z[ recovery-image] Aug 09 21:07:17.293 INFO O| Aug 09 21:07:17.293 INFO updating shadow file
77502024-08-09T21:07:18.697Z[ recovery-image] Aug 09 21:07:17.294 INFO O| Aug 09 21:07:17.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77512024-08-09T21:07:18.697Z[ recovery-image] Aug 09 21:07:17.294 INFO O| Aug 09 21:07:17.294 INFO STEP 41 (shadow) COMPLETE
77522024-08-09T21:07:18.697Z[ recovery-image] Aug 09 21:07:17.294 INFO O| Aug 09 21:07:17.294 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77532024-08-09T21:07:18.719Z[ recovery-image] Aug 09 21:07:17.316 INFO O| Aug 09 21:07:17.316 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77542024-08-09T21:07:18.719Z[ recovery-image] Aug 09 21:07:17.316 INFO O| Aug 09 21:07:17.316 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77552024-08-09T21:07:18.719Z[ recovery-image] Aug 09 21:07:17.317 INFO O| Aug 09 21:07:17.317 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77562024-08-09T21:07:18.723Z[ recovery-image] Aug 09 21:07:17.317 INFO O| Aug 09 21:07:17.317 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77572024-08-09T21:07:18.723Z[ recovery-image] Aug 09 21:07:17.317 INFO O| Aug 09 21:07:17.317 INFO ok!
77582024-08-09T21:07:18.723Z[ recovery-image] Aug 09 21:07:17.317 INFO O| Aug 09 21:07:17.317 INFO STEP 42 (ensure_file) COMPLETE
77592024-08-09T21:07:18.723Z[ recovery-image] Aug 09 21:07:17.317 INFO O| Aug 09 21:07:17.317 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77602024-08-09T21:07:18.740Z[ recovery-image] Aug 09 21:07:17.336 INFO O| Aug 09 21:07:17.336 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77612024-08-09T21:07:18.740Z[ recovery-image] Aug 09 21:07:17.337 INFO O| Aug 09 21:07:17.336 INFO STEP 43 (ensure_dir) COMPLETE
77622024-08-09T21:07:18.740Z[ recovery-image] Aug 09 21:07:17.337 INFO O| Aug 09 21:07:17.337 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77632024-08-09T21:07:18.763Z[ recovery-image] Aug 09 21:07:17.358 INFO O| Aug 09 21:07:17.358 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77642024-08-09T21:07:18.766Z[ recovery-image] Aug 09 21:07:17.358 INFO O| Aug 09 21:07:17.358 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77652024-08-09T21:07:18.766Z[ recovery-image] Aug 09 21:07:17.358 INFO O| Aug 09 21:07:17.358 INFO STEP 44 (ensure_dir) COMPLETE
77662024-08-09T21:07:18.766Z[ recovery-image] Aug 09 21:07:17.359 INFO O| Aug 09 21:07:17.358 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77672024-08-09T21:07:18.775Z[ recovery-image] Aug 09 21:07:17.374 INFO O| Aug 09 21:07:17.374 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77682024-08-09T21:07:18.775Z[ recovery-image] Aug 09 21:07:17.374 INFO O| Aug 09 21:07:17.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77692024-08-09T21:07:18.775Z[ recovery-image] Aug 09 21:07:17.374 INFO O| Aug 09 21:07:17.374 INFO STEP 45 (ensure_dir) COMPLETE
77702024-08-09T21:07:18.778Z[ recovery-image] Aug 09 21:07:17.374 INFO O| Aug 09 21:07:17.374 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77712024-08-09T21:07:18.790Z[ recovery-image] Aug 09 21:07:17.387 INFO O| Aug 09 21:07:17.387 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
77722024-08-09T21:07:18.790Z[ recovery-image] Aug 09 21:07:17.387 INFO O| Aug 09 21:07:17.387 INFO copying /tmp/.tmpsrWQsK/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
77732024-08-09T21:07:18.824Z[ recovery-image] Aug 09 21:07:17.422 INFO O| Aug 09 21:07:17.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
77742024-08-09T21:07:18.824Z[ recovery-image] Aug 09 21:07:17.422 INFO O| Aug 09 21:07:17.422 INFO ok!
77752024-08-09T21:07:18.827Z[ recovery-image] Aug 09 21:07:17.422 INFO O| Aug 09 21:07:17.422 INFO STEP 46 (ensure_file) COMPLETE
77762024-08-09T21:07:18.827Z[ recovery-image] Aug 09 21:07:17.422 INFO O| Aug 09 21:07:17.422 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77772024-08-09T21:07:18.837Z[ recovery-image] Aug 09 21:07:17.435 INFO O| Aug 09 21:07:17.435 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77782024-08-09T21:07:18.840Z[ recovery-image] Aug 09 21:07:17.436 INFO O| Aug 09 21:07:17.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77792024-08-09T21:07:18.840Z[ recovery-image] Aug 09 21:07:17.436 INFO O| Aug 09 21:07:17.436 INFO STEP 47 (ensure_dir) COMPLETE
77802024-08-09T21:07:18.840Z[ recovery-image] Aug 09 21:07:17.436 INFO O| Aug 09 21:07:17.436 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77812024-08-09T21:07:18.849Z[ recovery-image] Aug 09 21:07:17.447 INFO O| Aug 09 21:07:17.447 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
77822024-08-09T21:07:18.849Z[ recovery-image] Aug 09 21:07:17.447 INFO O| Aug 09 21:07:17.447 INFO copying /tmp/.tmpsrWQsK/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
77832024-08-09T21:07:18.849Z[ recovery-image] Aug 09 21:07:17.448 INFO O| Aug 09 21:07:17.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
77842024-08-09T21:07:18.852Z[ recovery-image] Aug 09 21:07:17.448 INFO O| Aug 09 21:07:17.448 INFO ok!
77852024-08-09T21:07:18.852Z[ recovery-image] Aug 09 21:07:17.448 INFO O| Aug 09 21:07:17.448 INFO STEP 48 (ensure_file) COMPLETE
77862024-08-09T21:07:18.852Z[ recovery-image] Aug 09 21:07:17.448 INFO O| Aug 09 21:07:17.448 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77872024-08-09T21:07:18.859Z[ recovery-image] Aug 09 21:07:17.458 INFO O| Aug 09 21:07:17.458 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
77882024-08-09T21:07:18.862Z[ recovery-image] Aug 09 21:07:17.458 INFO O| Aug 09 21:07:17.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
77892024-08-09T21:07:18.862Z[ recovery-image] Aug 09 21:07:17.458 INFO O| Aug 09 21:07:17.458 INFO STEP 49 (ensure_dir) COMPLETE
77902024-08-09T21:07:18.862Z[ recovery-image] Aug 09 21:07:17.458 INFO O| Aug 09 21:07:17.458 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77912024-08-09T21:07:18.872Z[ recovery-image] Aug 09 21:07:17.471 INFO O| Aug 09 21:07:17.471 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
77922024-08-09T21:07:18.872Z[ recovery-image] Aug 09 21:07:17.471 INFO O| Aug 09 21:07:17.471 INFO copying /tmp/.tmpsrWQsK/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
77932024-08-09T21:07:18.887Z[ recovery-image] Aug 09 21:07:17.485 INFO O| Aug 09 21:07:17.485 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
77942024-08-09T21:07:18.887Z[ recovery-image] Aug 09 21:07:17.485 INFO O| Aug 09 21:07:17.485 INFO ok!
77952024-08-09T21:07:18.887Z[ recovery-image] Aug 09 21:07:17.485 INFO O| Aug 09 21:07:17.485 INFO STEP 50 (ensure_file) COMPLETE
77962024-08-09T21:07:18.891Z[ recovery-image] Aug 09 21:07:17.485 INFO O| Aug 09 21:07:17.485 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77972024-08-09T21:07:18.900Z[ recovery-image] Aug 09 21:07:17.499 INFO O| Aug 09 21:07:17.499 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
77982024-08-09T21:07:18.900Z[ recovery-image] Aug 09 21:07:17.499 INFO O| Aug 09 21:07:17.499 INFO copying /tmp/.tmpsrWQsK/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
77992024-08-09T21:07:19.123Z[ host-image] Aug 09 21:07:17.721 INFO O| Aug 09 21:07:17.721 INFO O| Done
78002024-08-09T21:07:19.167Z[ host-image] Aug 09 21:07:17.765 INFO O| Aug 09 21:07:17.765 INFO O| Done
78012024-08-09T21:07:19.167Z[ host-image] Aug 09 21:07:17.766 INFO O| Aug 09 21:07:17.765 INFO O| Done
78022024-08-09T21:07:19.185Z[ host-image] Aug 09 21:07:17.784 INFO O| Aug 09 21:07:17.784 INFO O| Done
78032024-08-09T21:07:19.350Z[ host-image] Aug 09 21:07:17.949 INFO O| Aug 09 21:07:17.949 INFO STEP 14 (pkg_install) COMPLETE
78042024-08-09T21:07:19.350Z[ host-image] Aug 09 21:07:17.949 INFO O| Aug 09 21:07:17.949 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78052024-08-09T21:07:19.350Z[ host-image] Aug 09 21:07:17.949 INFO O| Aug 09 21:07:17.949 INFO skip step because feature "mfg" is not enabled
78062024-08-09T21:07:19.351Z[ host-image] Aug 09 21:07:17.949 INFO O| Aug 09 21:07:17.949 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78072024-08-09T21:07:19.354Z[ host-image] Aug 09 21:07:17.949 INFO O| Aug 09 21:07:17.949 INFO skip step because feature "compliance" is not enabled
78082024-08-09T21:07:19.354Z[ host-image] Aug 09 21:07:17.949 INFO O| Aug 09 21:07:17.949 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78092024-08-09T21:07:19.354Z[ host-image] Aug 09 21:07:17.949 INFO O| Aug 09 21:07:17.949 INFO skip step because feature "stress" is not enabled
78102024-08-09T21:07:19.354Z[ host-image] Aug 09 21:07:17.949 INFO O| Aug 09 21:07:17.949 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78112024-08-09T21:07:19.354Z[ host-image] Aug 09 21:07:17.949 INFO O| Aug 09 21:07:17.949 INFO skip step because feature "nfs" is not enabled
78122024-08-09T21:07:19.354Z[ host-image] Aug 09 21:07:17.949 INFO O| Aug 09 21:07:17.949 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
78132024-08-09T21:07:19.354Z[ host-image] Aug 09 21:07:17.949 INFO O| Aug 09 21:07:17.949 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
78142024-08-09T21:07:19.406Z[ recovery-image] Aug 09 21:07:18.005 INFO O| Aug 09 21:07:18.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78152024-08-09T21:07:19.406Z[ recovery-image] Aug 09 21:07:18.005 INFO O| Aug 09 21:07:18.005 INFO ok!
78162024-08-09T21:07:19.406Z[ recovery-image] Aug 09 21:07:18.005 INFO O| Aug 09 21:07:18.005 INFO STEP 51 (ensure_file) COMPLETE
78172024-08-09T21:07:19.409Z[ recovery-image] Aug 09 21:07:18.005 INFO O| Aug 09 21:07:18.005 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78182024-08-09T21:07:19.418Z[ recovery-image] Aug 09 21:07:18.016 INFO O| Aug 09 21:07:18.016 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78192024-08-09T21:07:19.421Z[ recovery-image] Aug 09 21:07:18.016 INFO O| Aug 09 21:07:18.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78202024-08-09T21:07:19.421Z[ recovery-image] Aug 09 21:07:18.016 INFO O| Aug 09 21:07:18.016 INFO STEP 52 (ensure_dir) COMPLETE
78212024-08-09T21:07:19.421Z[ recovery-image] Aug 09 21:07:18.016 INFO O| Aug 09 21:07:18.016 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78222024-08-09T21:07:19.428Z[ recovery-image] Aug 09 21:07:18.026 INFO O| Aug 09 21:07:18.026 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78232024-08-09T21:07:19.428Z[ recovery-image] Aug 09 21:07:18.026 INFO O| Aug 09 21:07:18.026 INFO copying /tmp/.tmpsrWQsK/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 ...
78242024-08-09T21:07:19.430Z[ recovery-image] Aug 09 21:07:18.027 INFO O| Aug 09 21:07:18.026 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
78252024-08-09T21:07:19.430Z[ recovery-image] Aug 09 21:07:18.027 INFO O| Aug 09 21:07:18.026 INFO ok!
78262024-08-09T21:07:19.430Z[ recovery-image] Aug 09 21:07:18.027 INFO O| Aug 09 21:07:18.027 INFO STEP 53 (ensure_file) COMPLETE
78272024-08-09T21:07:19.430Z[ recovery-image] Aug 09 21:07:18.027 INFO O| Aug 09 21:07:18.027 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78282024-08-09T21:07:19.438Z[ recovery-image] Aug 09 21:07:18.037 INFO O| Aug 09 21:07:18.037 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78292024-08-09T21:07:19.438Z[ recovery-image] Aug 09 21:07:18.037 INFO O| Aug 09 21:07:18.037 INFO copying /tmp/.tmpsrWQsK/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 ...
78302024-08-09T21:07:19.441Z[ recovery-image] Aug 09 21:07:18.037 INFO O| Aug 09 21:07:18.037 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
78312024-08-09T21:07:19.442Z[ recovery-image] Aug 09 21:07:18.037 INFO O| Aug 09 21:07:18.037 INFO ok!
78322024-08-09T21:07:19.442Z[ recovery-image] Aug 09 21:07:18.037 INFO O| Aug 09 21:07:18.037 INFO STEP 54 (ensure_file) COMPLETE
78332024-08-09T21:07:19.442Z[ recovery-image] Aug 09 21:07:18.037 INFO O| Aug 09 21:07:18.037 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78342024-08-09T21:07:19.448Z[ recovery-image] Aug 09 21:07:18.047 INFO O| Aug 09 21:07:18.047 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78352024-08-09T21:07:19.451Z[ recovery-image] Aug 09 21:07:18.047 INFO O| Aug 09 21:07:18.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78362024-08-09T21:07:19.451Z[ recovery-image] Aug 09 21:07:18.047 INFO O| Aug 09 21:07:18.047 INFO STEP 55 (ensure_dir) COMPLETE
78372024-08-09T21:07:19.451Z[ recovery-image] Aug 09 21:07:18.047 INFO O| Aug 09 21:07:18.047 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78382024-08-09T21:07:19.459Z[ recovery-image] Aug 09 21:07:18.057 INFO O| Aug 09 21:07:18.057 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78392024-08-09T21:07:19.459Z[ recovery-image] Aug 09 21:07:18.057 INFO O| Aug 09 21:07:18.057 INFO copying /tmp/.tmpsrWQsK/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 ...
78402024-08-09T21:07:19.461Z[ recovery-image] Aug 09 21:07:18.057 INFO O| Aug 09 21:07:18.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78412024-08-09T21:07:19.461Z[ recovery-image] Aug 09 21:07:18.057 INFO O| Aug 09 21:07:18.057 INFO ok!
78422024-08-09T21:07:19.461Z[ recovery-image] Aug 09 21:07:18.057 INFO O| Aug 09 21:07:18.057 INFO STEP 56 (ensure_file) COMPLETE
78432024-08-09T21:07:19.461Z[ recovery-image] Aug 09 21:07:18.057 INFO O| Aug 09 21:07:18.057 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78442024-08-09T21:07:19.469Z[ recovery-image] Aug 09 21:07:18.067 INFO O| Aug 09 21:07:18.067 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78452024-08-09T21:07:19.469Z[ recovery-image] Aug 09 21:07:18.067 INFO O| Aug 09 21:07:18.067 INFO copying /tmp/.tmpsrWQsK/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 ...
78462024-08-09T21:07:19.472Z[ recovery-image] Aug 09 21:07:18.067 INFO O| Aug 09 21:07:18.067 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
78472024-08-09T21:07:19.472Z[ recovery-image] Aug 09 21:07:18.067 INFO O| Aug 09 21:07:18.067 INFO ok!
78482024-08-09T21:07:19.472Z[ recovery-image] Aug 09 21:07:18.067 INFO O| Aug 09 21:07:18.067 INFO STEP 57 (ensure_file) COMPLETE
78492024-08-09T21:07:19.472Z[ recovery-image] Aug 09 21:07:18.067 INFO O| Aug 09 21:07:18.067 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78502024-08-09T21:07:19.478Z[ recovery-image] Aug 09 21:07:18.077 INFO O| Aug 09 21:07:18.077 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78512024-08-09T21:07:19.481Z[ recovery-image] Aug 09 21:07:18.077 INFO O| Aug 09 21:07:18.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78522024-08-09T21:07:19.481Z[ recovery-image] Aug 09 21:07:18.077 INFO O| Aug 09 21:07:18.077 INFO STEP 58 (ensure_dir) COMPLETE
78532024-08-09T21:07:19.481Z[ recovery-image] Aug 09 21:07:18.077 INFO O| Aug 09 21:07:18.077 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78542024-08-09T21:07:19.488Z[ recovery-image] Aug 09 21:07:18.087 INFO O| Aug 09 21:07:18.087 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78552024-08-09T21:07:19.488Z[ recovery-image] Aug 09 21:07:18.087 INFO O| Aug 09 21:07:18.087 INFO copying /tmp/.tmpsrWQsK/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 ...
78562024-08-09T21:07:19.491Z[ recovery-image] Aug 09 21:07:18.087 INFO O| Aug 09 21:07:18.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78572024-08-09T21:07:19.492Z[ recovery-image] Aug 09 21:07:18.087 INFO O| Aug 09 21:07:18.087 INFO ok!
78582024-08-09T21:07:19.492Z[ recovery-image] Aug 09 21:07:18.087 INFO O| Aug 09 21:07:18.087 INFO STEP 59 (ensure_file) COMPLETE
78592024-08-09T21:07:19.492Z[ recovery-image] Aug 09 21:07:18.087 INFO O| Aug 09 21:07:18.087 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78602024-08-09T21:07:19.492Z[ host-image] Aug 09 21:07:18.088 INFO O| Aug 09 21:07:18.088 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
78612024-08-09T21:07:19.499Z[ recovery-image] Aug 09 21:07:18.097 INFO O| Aug 09 21:07:18.097 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78622024-08-09T21:07:19.499Z[ recovery-image] Aug 09 21:07:18.097 INFO O| Aug 09 21:07:18.097 INFO copying /tmp/.tmpsrWQsK/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78632024-08-09T21:07:19.502Z[ recovery-image] Aug 09 21:07:18.097 INFO O| Aug 09 21:07:18.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78642024-08-09T21:07:19.502Z[ recovery-image] Aug 09 21:07:18.097 INFO O| Aug 09 21:07:18.097 INFO ok!
78652024-08-09T21:07:19.502Z[ recovery-image] Aug 09 21:07:18.097 INFO O| Aug 09 21:07:18.097 INFO STEP 60 (ensure_file) COMPLETE
78662024-08-09T21:07:19.502Z[ recovery-image] Aug 09 21:07:18.097 INFO O| Aug 09 21:07:18.097 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78672024-08-09T21:07:19.509Z[ recovery-image] Aug 09 21:07:18.107 INFO O| Aug 09 21:07:18.107 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78682024-08-09T21:07:19.509Z[ recovery-image] Aug 09 21:07:18.107 INFO O| Aug 09 21:07:18.107 INFO STEP 61 (ensure_dir) COMPLETE
78692024-08-09T21:07:19.512Z[ recovery-image] Aug 09 21:07:18.107 INFO O| Aug 09 21:07:18.107 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78702024-08-09T21:07:19.519Z[ recovery-image] Aug 09 21:07:18.118 INFO O| Aug 09 21:07:18.118 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78712024-08-09T21:07:19.522Z[ recovery-image] Aug 09 21:07:18.118 INFO O| Aug 09 21:07:18.118 INFO STEP 62 (ensure_dir) COMPLETE
78722024-08-09T21:07:19.523Z[ recovery-image] Aug 09 21:07:18.118 INFO O| Aug 09 21:07:18.118 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78732024-08-09T21:07:19.529Z[ recovery-image] Aug 09 21:07:18.128 INFO O| Aug 09 21:07:18.128 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78742024-08-09T21:07:19.530Z[ recovery-image] Aug 09 21:07:18.128 INFO O| Aug 09 21:07:18.128 INFO STEP 63 (ensure_dir) COMPLETE
78752024-08-09T21:07:19.532Z[ recovery-image] Aug 09 21:07:18.128 INFO O| Aug 09 21:07:18.128 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78762024-08-09T21:07:19.540Z[ recovery-image] Aug 09 21:07:18.138 INFO O| Aug 09 21:07:18.138 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78772024-08-09T21:07:19.540Z[ recovery-image] Aug 09 21:07:18.138 INFO O| Aug 09 21:07:18.138 INFO STEP 64 (ensure_dir) COMPLETE
78782024-08-09T21:07:19.542Z[ recovery-image] Aug 09 21:07:18.138 INFO O| Aug 09 21:07:18.138 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78792024-08-09T21:07:19.550Z[ recovery-image] Aug 09 21:07:18.148 INFO O| Aug 09 21:07:18.148 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78802024-08-09T21:07:19.550Z[ recovery-image] Aug 09 21:07:18.148 INFO O| Aug 09 21:07:18.148 INFO copying /tmp/.tmpsrWQsK/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78812024-08-09T21:07:19.553Z[ recovery-image] Aug 09 21:07:18.148 INFO O| Aug 09 21:07:18.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78822024-08-09T21:07:19.553Z[ recovery-image] Aug 09 21:07:18.148 INFO O| Aug 09 21:07:18.148 INFO ok!
78832024-08-09T21:07:19.553Z[ recovery-image] Aug 09 21:07:18.148 INFO O| Aug 09 21:07:18.148 INFO STEP 65 (ensure_file) COMPLETE
78842024-08-09T21:07:19.553Z[ recovery-image] Aug 09 21:07:18.148 INFO O| Aug 09 21:07:18.148 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78852024-08-09T21:07:19.559Z[ recovery-image] Aug 09 21:07:18.158 INFO O| Aug 09 21:07:18.158 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78862024-08-09T21:07:19.563Z[ recovery-image] Aug 09 21:07:18.158 INFO O| Aug 09 21:07:18.158 INFO STEP 66 (remove_files) COMPLETE
78872024-08-09T21:07:19.563Z[ recovery-image] Aug 09 21:07:18.158 INFO O| Aug 09 21:07:18.158 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78882024-08-09T21:07:19.563Z[ host-image] Aug 09 21:07:18.159 INFO O| Aug 09 21:07:18.159 INFO completed processing gimlet/ramdisk-01-os
78892024-08-09T21:07:19.563Z[ host-image] Aug 09 21:07:18.161 INFO omicron1 baseline generation...
78902024-08-09T21:07:19.563Z[ host-image] Aug 09 21:07:18.161 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
78912024-08-09T21:07:19.569Z[ recovery-image] Aug 09 21:07:18.168 INFO O| Aug 09 21:07:18.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
78922024-08-09T21:07:19.572Z[ recovery-image] Aug 09 21:07:18.168 INFO O| Aug 09 21:07:18.168 INFO STEP 67 (remove_files) COMPLETE
78932024-08-09T21:07:19.572Z[ recovery-image] Aug 09 21:07:18.168 INFO O| Aug 09 21:07:18.168 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78942024-08-09T21:07:19.580Z[ recovery-image] Aug 09 21:07:18.178 INFO O| Aug 09 21:07:18.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
78952024-08-09T21:07:19.582Z[ recovery-image] Aug 09 21:07:18.178 INFO O| Aug 09 21:07:18.178 INFO STEP 68 (remove_files) COMPLETE
78962024-08-09T21:07:19.582Z[ recovery-image] Aug 09 21:07:18.178 INFO O| Aug 09 21:07:18.178 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78972024-08-09T21:07:19.590Z[ recovery-image] Aug 09 21:07:18.188 INFO O| Aug 09 21:07:18.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
78982024-08-09T21:07:19.592Z[ recovery-image] Aug 09 21:07:18.188 INFO O| Aug 09 21:07:18.188 INFO STEP 69 (remove_files) COMPLETE
78992024-08-09T21:07:19.592Z[ recovery-image] Aug 09 21:07:18.188 INFO O| Aug 09 21:07:18.188 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79002024-08-09T21:07:19.599Z[ recovery-image] Aug 09 21:07:18.198 INFO O| Aug 09 21:07:18.198 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79012024-08-09T21:07:19.602Z[ recovery-image] Aug 09 21:07:18.198 INFO O| Aug 09 21:07:18.198 INFO STEP 70 (remove_files) COMPLETE
79022024-08-09T21:07:19.602Z[ recovery-image] Aug 09 21:07:18.198 INFO O| Aug 09 21:07:18.198 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79032024-08-09T21:07:19.610Z[ recovery-image] Aug 09 21:07:18.208 INFO O| Aug 09 21:07:18.208 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79042024-08-09T21:07:19.612Z[ recovery-image] Aug 09 21:07:18.208 INFO O| Aug 09 21:07:18.208 INFO STEP 71 (remove_files) COMPLETE
79052024-08-09T21:07:19.612Z[ recovery-image] Aug 09 21:07:18.208 INFO O| Aug 09 21:07:18.208 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79062024-08-09T21:07:19.620Z[ recovery-image] Aug 09 21:07:18.219 INFO O| Aug 09 21:07:18.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79072024-08-09T21:07:19.623Z[ recovery-image] Aug 09 21:07:18.219 INFO O| Aug 09 21:07:18.219 INFO STEP 72 (remove_files) COMPLETE
79082024-08-09T21:07:19.623Z[ recovery-image] Aug 09 21:07:18.219 INFO O| Aug 09 21:07:18.219 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79092024-08-09T21:07:19.630Z[ recovery-image] Aug 09 21:07:18.229 INFO O| Aug 09 21:07:18.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79102024-08-09T21:07:19.631Z[ recovery-image] Aug 09 21:07:18.229 INFO O| Aug 09 21:07:18.229 INFO STEP 73 (remove_files) COMPLETE
79112024-08-09T21:07:19.633Z[ recovery-image] Aug 09 21:07:18.229 INFO O| Aug 09 21:07:18.229 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79122024-08-09T21:07:19.641Z[ recovery-image] Aug 09 21:07:18.239 INFO O| Aug 09 21:07:18.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79132024-08-09T21:07:19.641Z[ recovery-image] Aug 09 21:07:18.239 INFO O| Aug 09 21:07:18.239 INFO STEP 74 (remove_files) COMPLETE
79142024-08-09T21:07:19.643Z[ recovery-image] Aug 09 21:07:18.239 INFO O| Aug 09 21:07:18.239 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79152024-08-09T21:07:19.650Z[ recovery-image] Aug 09 21:07:18.249 INFO O| Aug 09 21:07:18.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79162024-08-09T21:07:19.650Z[ recovery-image] Aug 09 21:07:18.249 INFO O| Aug 09 21:07:18.249 INFO STEP 75 (remove_files) COMPLETE
79172024-08-09T21:07:19.653Z[ recovery-image] Aug 09 21:07:18.249 INFO O| Aug 09 21:07:18.249 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79182024-08-09T21:07:19.660Z[ recovery-image] Aug 09 21:07:18.259 INFO O| Aug 09 21:07:18.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79192024-08-09T21:07:19.661Z[ recovery-image] Aug 09 21:07:18.259 INFO O| Aug 09 21:07:18.259 INFO STEP 76 (remove_files) COMPLETE
79202024-08-09T21:07:19.663Z[ recovery-image] Aug 09 21:07:18.259 INFO O| Aug 09 21:07:18.259 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79212024-08-09T21:07:19.670Z[ recovery-image] Aug 09 21:07:18.269 INFO O| Aug 09 21:07:18.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79222024-08-09T21:07:19.670Z[ recovery-image] Aug 09 21:07:18.269 INFO O| Aug 09 21:07:18.269 INFO STEP 77 (remove_files) COMPLETE
79232024-08-09T21:07:19.670Z[ recovery-image] Aug 09 21:07:18.269 INFO O| Aug 09 21:07:18.269 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79242024-08-09T21:07:19.680Z[ recovery-image] Aug 09 21:07:18.279 INFO O| Aug 09 21:07:18.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79252024-08-09T21:07:19.680Z[ recovery-image] Aug 09 21:07:18.279 INFO O| Aug 09 21:07:18.279 INFO STEP 78 (remove_files) COMPLETE
79262024-08-09T21:07:19.680Z[ recovery-image] Aug 09 21:07:18.279 INFO O| Aug 09 21:07:18.279 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79272024-08-09T21:07:19.692Z[ recovery-image] Aug 09 21:07:18.288 INFO O| Aug 09 21:07:18.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79282024-08-09T21:07:19.692Z[ recovery-image] Aug 09 21:07:18.288 INFO O| Aug 09 21:07:18.288 INFO STEP 79 (remove_files) COMPLETE
79292024-08-09T21:07:19.695Z[ recovery-image] Aug 09 21:07:18.288 INFO O| Aug 09 21:07:18.288 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79302024-08-09T21:07:19.700Z[ recovery-image] Aug 09 21:07:18.298 INFO O| Aug 09 21:07:18.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79312024-08-09T21:07:19.702Z[ recovery-image] Aug 09 21:07:18.298 INFO O| Aug 09 21:07:18.298 INFO STEP 80 (remove_files) COMPLETE
79322024-08-09T21:07:19.703Z[ recovery-image] Aug 09 21:07:18.298 INFO O| Aug 09 21:07:18.298 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79332024-08-09T21:07:19.710Z[ recovery-image] Aug 09 21:07:18.308 INFO O| Aug 09 21:07:18.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79342024-08-09T21:07:19.710Z[ recovery-image] Aug 09 21:07:18.308 INFO O| Aug 09 21:07:18.308 INFO STEP 81 (remove_files) COMPLETE
79352024-08-09T21:07:19.713Z[ recovery-image] Aug 09 21:07:18.308 INFO O| Aug 09 21:07:18.308 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79362024-08-09T21:07:19.720Z[ recovery-image] Aug 09 21:07:18.319 INFO O| Aug 09 21:07:18.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79372024-08-09T21:07:19.720Z[ recovery-image] Aug 09 21:07:18.319 INFO O| Aug 09 21:07:18.319 INFO STEP 82 (remove_files) COMPLETE
79382024-08-09T21:07:19.720Z[ recovery-image] Aug 09 21:07:18.319 INFO O| Aug 09 21:07:18.319 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79392024-08-09T21:07:19.730Z[ recovery-image] Aug 09 21:07:18.329 INFO O| Aug 09 21:07:18.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79402024-08-09T21:07:19.733Z[ recovery-image] Aug 09 21:07:18.329 INFO O| Aug 09 21:07:18.329 INFO STEP 83 (remove_files) COMPLETE
79412024-08-09T21:07:19.733Z[ recovery-image] Aug 09 21:07:18.329 INFO O| Aug 09 21:07:18.329 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79422024-08-09T21:07:19.740Z[ recovery-image] Aug 09 21:07:18.339 INFO O| Aug 09 21:07:18.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79432024-08-09T21:07:19.743Z[ recovery-image] Aug 09 21:07:18.339 INFO O| Aug 09 21:07:18.339 INFO STEP 84 (remove_files) COMPLETE
79442024-08-09T21:07:19.744Z[ recovery-image] Aug 09 21:07:18.339 INFO O| Aug 09 21:07:18.339 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79452024-08-09T21:07:19.750Z[ recovery-image] Aug 09 21:07:18.349 INFO O| Aug 09 21:07:18.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79462024-08-09T21:07:19.750Z[ recovery-image] Aug 09 21:07:18.349 INFO O| Aug 09 21:07:18.349 INFO STEP 85 (remove_files) COMPLETE
79472024-08-09T21:07:19.753Z[ recovery-image] Aug 09 21:07:18.349 INFO O| Aug 09 21:07:18.349 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79482024-08-09T21:07:19.762Z[ recovery-image] Aug 09 21:07:18.359 INFO O| Aug 09 21:07:18.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79492024-08-09T21:07:19.762Z[ recovery-image] Aug 09 21:07:18.359 INFO O| Aug 09 21:07:18.359 INFO STEP 86 (remove_files) COMPLETE
79502024-08-09T21:07:19.765Z[ recovery-image] Aug 09 21:07:18.359 INFO O| Aug 09 21:07:18.359 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79512024-08-09T21:07:19.770Z[ recovery-image] Aug 09 21:07:18.369 INFO O| Aug 09 21:07:18.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79522024-08-09T21:07:19.771Z[ recovery-image] Aug 09 21:07:18.369 INFO O| Aug 09 21:07:18.369 INFO STEP 87 (remove_files) COMPLETE
79532024-08-09T21:07:19.774Z[ recovery-image] Aug 09 21:07:18.369 INFO O| Aug 09 21:07:18.369 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79542024-08-09T21:07:19.780Z[ recovery-image] Aug 09 21:07:18.379 INFO O| Aug 09 21:07:18.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79552024-08-09T21:07:19.780Z[ recovery-image] Aug 09 21:07:18.379 INFO O| Aug 09 21:07:18.379 INFO STEP 88 (remove_files) COMPLETE
79562024-08-09T21:07:19.780Z[ recovery-image] Aug 09 21:07:18.379 INFO O| Aug 09 21:07:18.379 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79572024-08-09T21:07:19.790Z[ recovery-image] Aug 09 21:07:18.388 INFO O| Aug 09 21:07:18.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79582024-08-09T21:07:19.794Z[ recovery-image] Aug 09 21:07:18.388 INFO O| Aug 09 21:07:18.388 INFO STEP 89 (remove_files) COMPLETE
79592024-08-09T21:07:19.794Z[ recovery-image] Aug 09 21:07:18.388 INFO O| Aug 09 21:07:18.388 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79602024-08-09T21:07:19.800Z[ recovery-image] Aug 09 21:07:18.398 INFO O| Aug 09 21:07:18.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79612024-08-09T21:07:19.800Z[ recovery-image] Aug 09 21:07:18.398 INFO O| Aug 09 21:07:18.398 INFO STEP 90 (remove_files) COMPLETE
79622024-08-09T21:07:19.800Z[ recovery-image] Aug 09 21:07:18.398 INFO O| Aug 09 21:07:18.398 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79632024-08-09T21:07:19.812Z[ recovery-image] Aug 09 21:07:18.410 INFO O| Aug 09 21:07:18.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79642024-08-09T21:07:19.815Z[ recovery-image] Aug 09 21:07:18.410 INFO O| Aug 09 21:07:18.410 INFO STEP 91 (remove_files) COMPLETE
79652024-08-09T21:07:19.815Z[ recovery-image] Aug 09 21:07:18.410 INFO O| Aug 09 21:07:18.410 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79662024-08-09T21:07:19.822Z[ recovery-image] Aug 09 21:07:18.421 INFO O| Aug 09 21:07:18.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79672024-08-09T21:07:19.822Z[ recovery-image] Aug 09 21:07:18.421 INFO O| Aug 09 21:07:18.421 INFO STEP 92 (remove_files) COMPLETE
79682024-08-09T21:07:19.825Z[ recovery-image] Aug 09 21:07:18.421 INFO O| Aug 09 21:07:18.421 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79692024-08-09T21:07:19.836Z[ recovery-image] Aug 09 21:07:18.434 INFO O| Aug 09 21:07:18.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79702024-08-09T21:07:19.838Z[ recovery-image] Aug 09 21:07:18.434 INFO O| Aug 09 21:07:18.434 INFO STEP 93 (remove_files) COMPLETE
79712024-08-09T21:07:19.838Z[ recovery-image] Aug 09 21:07:18.434 INFO O| Aug 09 21:07:18.434 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79722024-08-09T21:07:19.846Z[ recovery-image] Aug 09 21:07:18.444 INFO O| Aug 09 21:07:18.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79732024-08-09T21:07:19.849Z[ recovery-image] Aug 09 21:07:18.444 INFO O| Aug 09 21:07:18.444 INFO STEP 94 (remove_files) COMPLETE
79742024-08-09T21:07:19.849Z[ recovery-image] Aug 09 21:07:18.444 INFO O| Aug 09 21:07:18.444 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79752024-08-09T21:07:19.861Z[ recovery-image] Aug 09 21:07:18.459 INFO O| Aug 09 21:07:18.459 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79762024-08-09T21:07:19.861Z[ recovery-image] Aug 09 21:07:18.459 INFO O| Aug 09 21:07:18.459 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
79772024-08-09T21:07:19.973Z[ host-image] Aug 09 21:07:18.571 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22800:20240807T093818Z
79782024-08-09T21:07:28.581Z[ recovery-image] Aug 09 21:07:27.178 INFO O| Aug 09 21:07:27.178 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
79792024-08-09T21:07:28.581Z[ recovery-image] Aug 09 21:07:27.178 INFO O| Aug 09 21:07:27.178 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79802024-08-09T21:07:28.593Z[ recovery-image] Aug 09 21:07:27.190 INFO O| Aug 09 21:07:27.190 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
79812024-08-09T21:07:28.667Z[ recovery-image] Aug 09 21:07:27.264 INFO O| Aug 09 21:07:27.264 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79822024-08-09T21:07:28.667Z[ recovery-image] Aug 09 21:07:27.264 INFO O| Aug 09 21:07:27.264 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 ...
79832024-08-09T21:07:28.670Z[ recovery-image] Aug 09 21:07:27.266 INFO O| Aug 09 21:07:27.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79842024-08-09T21:07:28.670Z[ recovery-image] Aug 09 21:07:27.266 INFO O| Aug 09 21:07:27.266 INFO ok!
79852024-08-09T21:07:28.670Z[ recovery-image] Aug 09 21:07:27.266 INFO O| Aug 09 21:07:27.266 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79862024-08-09T21:07:28.670Z[ recovery-image] Aug 09 21:07:27.266 INFO O| Aug 09 21:07:27.266 INFO STEP 95 (seed_smf) COMPLETE
79872024-08-09T21:07:28.670Z[ recovery-image] Aug 09 21:07:27.266 INFO O| Aug 09 21:07:27.266 INFO steps complete; finalising image!
79882024-08-09T21:07:28.670Z[ recovery-image] Aug 09 21:07:27.266 INFO O| Aug 09 21:07:27.266 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
79892024-08-09T21:07:28.702Z[ recovery-image] Aug 09 21:07:27.299 INFO O| Aug 09 21:07:27.299 INFO trim TEMPORARY-gimlet-zfs-recovery: (9% trimmed, started at Fri Aug 9 21:07:27 2024)
79902024-08-09T21:07:28.924Z[ recovery-image] Aug 09 21:07:27.521 INFO O| Aug 09 21:07:27.521 INFO temporary pool has 396M used, 1.36G avail, 1.00x compressratio
79912024-08-09T21:07:28.924Z[ recovery-image] Aug 09 21:07:27.521 INFO O| Aug 09 21:07:27.521 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
79922024-08-09T21:07:29.151Z[ recovery-image] Aug 09 21:07:27.748 INFO O| Aug 09 21:07:27.748 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
79932024-08-09T21:07:29.151Z[ recovery-image] Aug 09 21:07:27.748 INFO O| Aug 09 21:07:27.748 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
79942024-08-09T21:07:32.244Z[ recovery-image] Aug 09 21:07:30.841 INFO O| Aug 09 21:07:30.840 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79952024-08-09T21:07:32.244Z[ recovery-image] Aug 09 21:07:30.841 INFO O| Aug 09 21:07:30.841 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79962024-08-09T21:07:32.247Z[ recovery-image] Aug 09 21:07:30.841 INFO O| Aug 09 21:07:30.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79972024-08-09T21:07:32.247Z[ recovery-image] Aug 09 21:07:30.841 INFO O| Aug 09 21:07:30.841 INFO completed processing gimlet/zfs-recovery
79982024-08-09T21:07:32.247Z[ recovery-image] Aug 09 21:07:30.841 INFO O| Aug 09 21:07:30.841 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79992024-08-09T21:07:32.677Z[ recovery-image] Aug 09 21:07:31.274 INFO O| Aug 09 21:07:31.274 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80002024-08-09T21:07:32.755Z[ recovery-image] Aug 09 21:07:31.351 INFO BUILD STRING "heads/stlouis-0-g0187c42845\n"
80012024-08-09T21:07:32.755Z[ recovery-image] Aug 09 21:07:31.352 INFO expanded image name: "recovery 3834806/${os_short_commit} 2024-08-09 20:41" -> "recovery 3834806/0187c42 2024-08-09 20:41"
80022024-08-09T21:07:32.758Z[ recovery-image] Aug 09 21:07:31.352 INFO output artefacts stored in: "/work/os-recovery"
80032024-08-09T21:07:32.758Z[ recovery-image] Aug 09 21:07:31.352 INFO collecting git info from project "pilot"...
80042024-08-09T21:07:32.768Z[ recovery-image] Aug 09 21:07:31.364 INFO collecting git info from project "pinprick"...
80052024-08-09T21:07:32.773Z[ recovery-image] Aug 09 21:07:31.370 INFO collecting git info from project "bootserver"...
80062024-08-09T21:07:32.779Z[ recovery-image] Aug 09 21:07:31.376 INFO collecting git info from project "amd-firmware"...
80072024-08-09T21:07:33.010Z[ recovery-image] Aug 09 21:07:31.606 INFO collecting git info from project "chelsio-t6-roms"...
80082024-08-09T21:07:33.030Z[ recovery-image] Aug 09 21:07:31.627 INFO collecting git info from project "amd-host-image-builder"...
80092024-08-09T21:07:33.268Z[ recovery-image] Aug 09 21:07:31.864 INFO collecting git info from project "phbl"...
80102024-08-09T21:07:33.274Z[ recovery-image] Aug 09 21:07:31.870 INFO collecting git info from project "image-builder"...
80112024-08-09T21:07:33.279Z[ recovery-image] Aug 09 21:07:31.876 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80122024-08-09T21:07:33.643Z[ recovery-image] Aug 09 21:07:32.240 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80132024-08-09T21:07:33.995Z[ recovery-image] Aug 09 21:07:32.591 INFO creating Oxide boot image...
80142024-08-09T21:07:33.995Z[ recovery-image] Aug 09 21:07:32.591 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 3834806/0187c42 2024-08-09 20:41", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80152024-08-09T21:08:08.236Z[ host-image] Aug 09 21:08:06.828 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22800:20240807T093851Z
80162024-08-09T21:08:08.239Z[ host-image] Aug 09 21:08:06.829 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22800:20240807T093851Z
80172024-08-09T21:08:08.239Z[ host-image] Aug 09 21:08:06.829 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80182024-08-09T21:08:08.239Z[ host-image] Aug 09 21:08:06.829 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80192024-08-09T21:08:08.239Z[ host-image] Aug 09 21:08:06.829 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80202024-08-09T21:08:08.239Z[ host-image] Aug 09 21:08:06.829 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80212024-08-09T21:08:08.240Z[ host-image] Aug 09 21:08:06.830 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80222024-08-09T21:08:08.240Z[ host-image] Aug 09 21:08:06.830 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80232024-08-09T21:08:08.240Z[ host-image] Aug 09 21:08:06.830 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80242024-08-09T21:08:08.240Z[ host-image] Aug 09 21:08:06.830 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80252024-08-09T21:08:08.240Z[ host-image] Aug 09 21:08:06.831 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22800:20240807T093851Z
80262024-08-09T21:08:08.242Z[ host-image] Aug 09 21:08:06.832 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22800:20240807T093852Z
80272024-08-09T21:08:08.242Z[ host-image] Aug 09 21:08:06.833 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22800:20240807T093852Z
80282024-08-09T21:08:08.243Z[ host-image] Aug 09 21:08:06.834 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22800:20240807T093853Z
80292024-08-09T21:08:08.243Z[ host-image] Aug 09 21:08:06.834 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80302024-08-09T21:08:08.243Z[ host-image] Aug 09 21:08:06.835 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22800:20240807T093853Z
80312024-08-09T21:08:08.245Z[ host-image] Aug 09 21:08:06.835 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22800:20240807T093853Z
80322024-08-09T21:08:08.245Z[ host-image] Aug 09 21:08:06.836 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22800:20240807T093853Z
80332024-08-09T21:08:08.245Z[ host-image] Aug 09 21:08:06.836 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22800:20240807T093853Z
80342024-08-09T21:08:08.245Z[ host-image] Aug 09 21:08:06.836 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22800:20240807T093854Z
80352024-08-09T21:08:08.246Z[ host-image] Aug 09 21:08:06.836 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22800:20240807T093854Z
80362024-08-09T21:08:08.246Z[ host-image] Aug 09 21:08:06.836 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22800:20240807T093854Z
80372024-08-09T21:08:08.246Z[ host-image] Aug 09 21:08:06.836 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22800:20240807T093855Z
80382024-08-09T21:08:08.246Z[ host-image] Aug 09 21:08:06.836 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22800:20240807T093855Z
80392024-08-09T21:08:08.246Z[ host-image] Aug 09 21:08:06.837 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22800:20240807T093856Z
80402024-08-09T21:08:08.246Z[ host-image] Aug 09 21:08:06.837 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22800:20240807T093857Z
80412024-08-09T21:08:08.246Z[ host-image] Aug 09 21:08:06.837 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22800:20240807T093858Z
80422024-08-09T21:08:08.246Z[ host-image] Aug 09 21:08:06.837 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22800:20240807T093859Z
80432024-08-09T21:08:08.246Z[ host-image] Aug 09 21:08:06.837 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80442024-08-09T21:08:08.246Z[ host-image] Aug 09 21:08:06.837 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22800:20240807T093900Z
80452024-08-09T21:08:08.246Z[ host-image] Aug 09 21:08:06.837 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22800:20240807T093902Z
80462024-08-09T21:08:08.247Z[ host-image] Aug 09 21:08:06.838 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22800:20240807T093903Z
80472024-08-09T21:08:08.247Z[ host-image] Aug 09 21:08:06.838 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22800:20240807T093904Z
80482024-08-09T21:08:08.250Z[ host-image] Aug 09 21:08:06.839 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22800:20240807T093905Z
80492024-08-09T21:08:08.250Z[ host-image] Aug 09 21:08:06.839 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22800:20240807T093905Z
80502024-08-09T21:08:08.257Z[ host-image] Aug 09 21:08:06.849 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
80512024-08-09T21:08:08.259Z[ host-image] Aug 09 21:08:06.849 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22800:20240807T093905Z
80522024-08-09T21:08:08.259Z[ host-image] Aug 09 21:08:06.849 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
80532024-08-09T21:08:08.259Z[ host-image] Aug 09 21:08:06.849 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
80542024-08-09T21:08:08.259Z[ host-image] Aug 09 21:08:06.850 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
80552024-08-09T21:08:08.259Z[ host-image] Aug 09 21:08:06.850 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22800:20240807T093905Z
80562024-08-09T21:08:08.259Z[ host-image] Aug 09 21:08:06.851 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
80572024-08-09T21:08:08.259Z[ host-image] Aug 09 21:08:06.851 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
80582024-08-09T21:08:08.262Z[ host-image] Aug 09 21:08:06.852 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
80592024-08-09T21:08:08.262Z[ host-image] Aug 09 21:08:06.852 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
80602024-08-09T21:08:08.273Z[ host-image] Aug 09 21:08:06.865 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
80612024-08-09T21:08:08.274Z[ host-image] Aug 09 21:08:06.865 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
80622024-08-09T21:08:08.277Z[ host-image] Aug 09 21:08:06.866 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
80632024-08-09T21:08:08.277Z[ host-image] Aug 09 21:08:06.866 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
80642024-08-09T21:08:08.277Z[ host-image] Aug 09 21:08:06.867 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
80652024-08-09T21:08:08.277Z[ host-image] Aug 09 21:08:06.867 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
80662024-08-09T21:08:08.314Z[ host-image] Aug 09 21:08:06.906 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
80672024-08-09T21:08:08.317Z[ host-image] Aug 09 21:08:06.907 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
80682024-08-09T21:08:08.317Z[ host-image] Aug 09 21:08:06.907 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
80692024-08-09T21:08:08.317Z[ host-image] Aug 09 21:08:06.908 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22800:20240807T093907Z
80702024-08-09T21:08:08.317Z[ host-image] Aug 09 21:08:06.908 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22800:20240807T093913Z
80712024-08-09T21:08:08.317Z[ host-image] Aug 09 21:08:06.908 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
80722024-08-09T21:08:08.317Z[ host-image] Aug 09 21:08:06.908 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22800:20240807T093914Z
80732024-08-09T21:08:08.317Z[ host-image] Aug 09 21:08:06.909 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
80742024-08-09T21:08:08.317Z[ host-image] Aug 09 21:08:06.909 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
80752024-08-09T21:08:08.317Z[ host-image] Aug 09 21:08:06.909 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
80762024-08-09T21:08:08.317Z[ host-image] Aug 09 21:08:06.909 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22800:20240807T093914Z
80772024-08-09T21:08:08.317Z[ host-image] Aug 09 21:08:06.909 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
80782024-08-09T21:08:08.322Z[ host-image] Aug 09 21:08:06.914 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
80792024-08-09T21:08:08.324Z[ host-image] Aug 09 21:08:06.914 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
80802024-08-09T21:08:08.324Z[ host-image] Aug 09 21:08:06.914 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
80812024-08-09T21:08:08.324Z[ host-image] Aug 09 21:08:06.915 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22800:20240807T093914Z
80822024-08-09T21:08:08.324Z[ host-image] Aug 09 21:08:06.915 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
80832024-08-09T21:08:08.338Z[ host-image] Aug 09 21:08:06.931 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
80842024-08-09T21:08:08.341Z[ host-image] Aug 09 21:08:06.931 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22800:20240807T093914Z
80852024-08-09T21:08:08.341Z[ host-image] Aug 09 21:08:06.933 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22800:20240807T093915Z
80862024-08-09T21:08:08.341Z[ host-image] Aug 09 21:08:06.933 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22800:20240807T093915Z
80872024-08-09T21:08:08.341Z[ host-image] Aug 09 21:08:06.934 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
80882024-08-09T21:08:08.344Z[ host-image] Aug 09 21:08:06.934 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22800:20240807T093916Z
80892024-08-09T21:08:08.344Z[ host-image] Aug 09 21:08:06.935 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22800:20240807T093917Z
80902024-08-09T21:08:08.344Z[ host-image] Aug 09 21:08:06.935 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22800:20240807T093917Z
80912024-08-09T21:08:08.344Z[ host-image] Aug 09 21:08:06.935 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22800:20240807T093917Z
80922024-08-09T21:08:08.347Z[ host-image] Aug 09 21:08:06.939 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
80932024-08-09T21:08:08.350Z[ host-image] Aug 09 21:08:06.940 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22800:20240807T093917Z
80942024-08-09T21:08:08.350Z[ host-image] Aug 09 21:08:06.940 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22800:20240807T093918Z
80952024-08-09T21:08:08.350Z[ host-image] Aug 09 21:08:06.940 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
80962024-08-09T21:08:08.350Z[ host-image] Aug 09 21:08:06.941 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22800:20240807T093919Z
80972024-08-09T21:08:08.350Z[ host-image] Aug 09 21:08:06.941 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22800:20240807T093919Z
80982024-08-09T21:08:08.350Z[ host-image] Aug 09 21:08:06.941 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22800:20240807T093919Z
80992024-08-09T21:08:08.350Z[ host-image] Aug 09 21:08:06.942 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22800:20240807T093919Z
81002024-08-09T21:08:08.358Z[ host-image] Aug 09 21:08:06.950 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22800:20240807T093919Z
81012024-08-09T21:08:08.358Z[ host-image] Aug 09 21:08:06.950 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81022024-08-09T21:08:08.361Z[ host-image] Aug 09 21:08:06.953 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22800:20240807T093919Z
81032024-08-09T21:08:08.364Z[ host-image] Aug 09 21:08:06.954 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22800:20240807T093919Z
81042024-08-09T21:08:08.364Z[ host-image] Aug 09 21:08:06.954 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22800:20240807T093919Z
81052024-08-09T21:08:08.364Z[ host-image] Aug 09 21:08:06.955 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22800:20240807T093920Z
81062024-08-09T21:08:08.364Z[ host-image] Aug 09 21:08:06.955 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22800:20240807T093920Z
81072024-08-09T21:08:08.364Z[ host-image] Aug 09 21:08:06.955 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22800:20240807T093920Z
81082024-08-09T21:08:08.374Z[ host-image] Aug 09 21:08:06.966 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22800:20240807T093922Z
81092024-08-09T21:08:08.376Z[ host-image] Aug 09 21:08:06.966 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22800:20240807T093921Z
81102024-08-09T21:08:08.376Z[ host-image] Aug 09 21:08:06.967 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22800:20240807T093921Z
81112024-08-09T21:08:08.377Z[ host-image] Aug 09 21:08:06.968 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22800:20240807T093921Z
81122024-08-09T21:08:08.377Z[ host-image] Aug 09 21:08:06.968 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22800:20240807T093922Z
81132024-08-09T21:08:08.399Z[ host-image] Aug 09 21:08:06.991 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22800:20240807T093925Z
81142024-08-09T21:08:08.399Z[ host-image] Aug 09 21:08:06.991 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22800:20240807T093922Z
81152024-08-09T21:08:08.402Z[ host-image] Aug 09 21:08:06.991 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22800:20240807T093922Z
81162024-08-09T21:08:08.402Z[ host-image] Aug 09 21:08:06.991 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81172024-08-09T21:08:08.402Z[ host-image] Aug 09 21:08:06.992 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81182024-08-09T21:08:08.431Z[ host-image] Aug 09 21:08:07.023 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22800:20240807T093922Z
81192024-08-09T21:08:08.431Z[ host-image] Aug 09 21:08:07.023 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81202024-08-09T21:08:08.433Z[ host-image] Aug 09 21:08:07.023 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22800:20240807T093922Z
81212024-08-09T21:08:08.433Z[ host-image] Aug 09 21:08:07.023 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22800:20240807T093922Z
81222024-08-09T21:08:08.434Z[ host-image] Aug 09 21:08:07.024 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22800:20240807T093923Z
81232024-08-09T21:08:08.434Z[ host-image] Aug 09 21:08:07.025 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81242024-08-09T21:08:08.434Z[ host-image] Aug 09 21:08:07.025 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81252024-08-09T21:08:08.434Z[ host-image] Aug 09 21:08:07.026 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22800:20240807T093924Z
81262024-08-09T21:08:08.434Z[ host-image] Aug 09 21:08:07.026 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22800:20240807T093924Z
81272024-08-09T21:08:08.436Z[ host-image] Aug 09 21:08:07.026 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22800:20240807T093924Z
81282024-08-09T21:08:08.436Z[ host-image] Aug 09 21:08:07.027 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22800:20240807T093924Z
81292024-08-09T21:08:08.436Z[ host-image] Aug 09 21:08:07.027 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22800:20240807T093924Z
81302024-08-09T21:08:08.436Z[ host-image] Aug 09 21:08:07.027 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22800:20240807T093925Z
81312024-08-09T21:08:08.439Z[ host-image] Aug 09 21:08:07.030 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81322024-08-09T21:08:08.439Z[ host-image] Aug 09 21:08:07.030 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22800:20240807T093925Z
81332024-08-09T21:08:08.442Z[ host-image] Aug 09 21:08:07.032 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22800:20240807T093925Z
81342024-08-09T21:08:08.442Z[ host-image] Aug 09 21:08:07.032 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22800:20240807T093925Z
81352024-08-09T21:08:08.442Z[ host-image] Aug 09 21:08:07.032 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22800:20240807T093926Z
81362024-08-09T21:08:08.442Z[ host-image] Aug 09 21:08:07.033 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22800:20240807T093926Z
81372024-08-09T21:08:08.442Z[ host-image] Aug 09 21:08:07.033 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22800:20240807T093926Z
81382024-08-09T21:08:08.442Z[ host-image] Aug 09 21:08:07.033 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81392024-08-09T21:08:08.442Z[ host-image] Aug 09 21:08:07.033 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81402024-08-09T21:08:08.442Z[ host-image] Aug 09 21:08:07.033 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22800:20240807T093928Z
81412024-08-09T21:08:08.442Z[ host-image] Aug 09 21:08:07.034 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22800:20240807T093929Z
81422024-08-09T21:08:08.442Z[ host-image] Aug 09 21:08:07.034 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81432024-08-09T21:08:08.443Z[ host-image] Aug 09 21:08:07.034 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81442024-08-09T21:08:08.443Z[ host-image] Aug 09 21:08:07.034 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81452024-08-09T21:08:08.443Z[ host-image] Aug 09 21:08:07.034 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81462024-08-09T21:08:08.443Z[ host-image] Aug 09 21:08:07.034 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81472024-08-09T21:08:08.446Z[ host-image] Aug 09 21:08:07.035 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81482024-08-09T21:08:08.446Z[ host-image] Aug 09 21:08:07.036 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
81492024-08-09T21:08:08.446Z[ host-image] Aug 09 21:08:07.037 INFO O| tempdir @ "/tmp/.tmpIXoOlN/tmp"
81502024-08-09T21:08:08.446Z[ host-image] Aug 09 21:08:07.037 INFO O| image root @ "/tmp/.tmpIXoOlN/tmp/root"
81512024-08-09T21:08:08.446Z[ host-image] Aug 09 21:08:07.037 INFO O| creating image...
81522024-08-09T21:08:09.004Z[ host-image] Aug 09 21:08:07.596 INFO O| copying publishers...
81532024-08-09T21:08:17.290Z[ host-image] Aug 09 21:08:15.882 INFO O| adding properties...
81542024-08-09T21:08:18.404Z[ host-image] Aug 09 21:08:16.995 INFO O| installing packages...
81552024-08-09T21:08:25.407Z[ recovery-image] Aug 09 21:08:23.997 INFO O| ok, image written!
81562024-08-09T21:08:25.407Z[ recovery-image] Aug 09 21:08:23.997 INFO O| ok, boot_image_csum file written!
81572024-08-09T21:08:25.411Z[ recovery-image] Aug 09 21:08:24.001 INFO creating boot archive (CPIO)...
81582024-08-09T21:08:25.416Z[ recovery-image] Aug 09 21:08:24.001 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
81592024-08-09T21:08:25.419Z[ recovery-image] Aug 09 21:08:24.009 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81602024-08-09T21:08:25.419Z[ recovery-image] Aug 09 21:08:24.009 INFO E| + outfile=/work/os-recovery/cpio
81612024-08-09T21:08:25.419Z[ recovery-image] Aug 09 21:08:24.009 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81622024-08-09T21:08:25.422Z[ recovery-image] Aug 09 21:08:24.011 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81632024-08-09T21:08:25.422Z[ recovery-image] Aug 09 21:08:24.011 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81642024-08-09T21:08:25.453Z[ recovery-image] Aug 09 21:08:24.043 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81652024-08-09T21:08:25.453Z[ recovery-image] Aug 09 21:08:24.043 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81662024-08-09T21:08:25.461Z[ recovery-image] Aug 09 21:08:24.051 INFO creating compressed cpio/unix for nanobl-rs...
81672024-08-09T21:08:25.461Z[ recovery-image] Aug 09 21:08:24.051 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
81682024-08-09T21:08:25.742Z[ recovery-image] Aug 09 21:08:24.332 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81692024-08-09T21:08:30.110Z[ recovery-image] Aug 09 21:08:28.699 INFO creating reset image...
81702024-08-09T21:08:30.114Z[ recovery-image] Aug 09 21:08:28.699 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
81712024-08-09T21:08:30.346Z[ recovery-image] Aug 09 21:08:28.936 INFO E| Updating crates.io index
81722024-08-09T21:08:30.595Z[ recovery-image] Aug 09 21:08:29.183 INFO E| Downloading crates ...
81732024-08-09T21:08:30.650Z[ recovery-image] Aug 09 21:08:29.240 INFO E| Downloaded anstyle-parse v0.2.3
81742024-08-09T21:08:30.656Z[ recovery-image] Aug 09 21:08:29.246 INFO E| Downloaded anstyle v1.0.6
81752024-08-09T21:08:30.659Z[ recovery-image] Aug 09 21:08:29.249 INFO E| Downloaded colorchoice v1.0.0
81762024-08-09T21:08:30.662Z[ recovery-image] Aug 09 21:08:29.250 INFO E| Downloaded proc-macro2 v1.0.79
81772024-08-09T21:08:30.670Z[ recovery-image] Aug 09 21:08:29.259 INFO E| Downloaded anstyle-query v1.0.2
81782024-08-09T21:08:30.673Z[ recovery-image] Aug 09 21:08:29.261 INFO E| Downloaded shared_child v1.0.0
81792024-08-09T21:08:30.673Z[ recovery-image] Aug 09 21:08:29.262 INFO E| Downloaded os_pipe v1.1.5
81802024-08-09T21:08:30.679Z[ recovery-image] Aug 09 21:08:29.269 INFO E| Downloaded strsim v0.11.0
81812024-08-09T21:08:30.683Z[ recovery-image] Aug 09 21:08:29.270 INFO E| Downloaded anstream v0.6.13
81822024-08-09T21:08:30.685Z[ recovery-image] Aug 09 21:08:29.273 INFO E| Downloaded duct v0.13.7
81832024-08-09T21:08:30.688Z[ recovery-image] Aug 09 21:08:29.276 INFO E| Downloaded clap_derive v4.5.3
81842024-08-09T21:08:30.691Z[ recovery-image] Aug 09 21:08:29.279 INFO E| Downloaded clap v4.5.3
81852024-08-09T21:08:30.715Z[ recovery-image] Aug 09 21:08:29.305 INFO E| Downloaded clap_builder v4.5.2
81862024-08-09T21:08:30.728Z[ recovery-image] Aug 09 21:08:29.318 INFO E| Downloaded syn v2.0.53
81872024-08-09T21:08:30.767Z[ recovery-image] Aug 09 21:08:29.356 INFO E| Downloaded libc v0.2.153
81882024-08-09T21:08:30.847Z[ recovery-image] Aug 09 21:08:29.436 INFO E| Compiling proc-macro2 v1.0.79
81892024-08-09T21:08:30.847Z[ recovery-image] Aug 09 21:08:29.436 INFO E| Compiling unicode-ident v1.0.12
81902024-08-09T21:08:30.847Z[ recovery-image] Aug 09 21:08:29.436 INFO E| Compiling libc v0.2.153
81912024-08-09T21:08:30.850Z[ recovery-image] Aug 09 21:08:29.436 INFO E| Compiling utf8parse v0.2.1
81922024-08-09T21:08:30.850Z[ recovery-image] Aug 09 21:08:29.437 INFO E| Compiling colorchoice v1.0.0
81932024-08-09T21:08:30.853Z[ recovery-image] Aug 09 21:08:29.443 INFO E| Compiling anstyle-query v1.0.2
81942024-08-09T21:08:30.854Z[ recovery-image] Aug 09 21:08:29.443 INFO E| Compiling anstyle v1.0.6
81952024-08-09T21:08:30.857Z[ recovery-image] Aug 09 21:08:29.443 INFO E| Compiling heck v0.5.0
81962024-08-09T21:08:31.050Z[ recovery-image] Aug 09 21:08:29.639 INFO E| Compiling anstyle-parse v0.2.3
81972024-08-09T21:08:31.087Z[ recovery-image] Aug 09 21:08:29.676 INFO E| Compiling strsim v0.11.0
81982024-08-09T21:08:31.094Z[ recovery-image] Aug 09 21:08:29.683 INFO E| Compiling clap_lex v0.7.0
81992024-08-09T21:08:31.098Z[ recovery-image] Aug 09 21:08:29.688 INFO E| Compiling once_cell v1.19.0
82002024-08-09T21:08:31.359Z[ recovery-image] Aug 09 21:08:29.948 INFO E| Compiling anstream v0.6.13
82012024-08-09T21:08:31.765Z[ recovery-image] Aug 09 21:08:30.354 INFO E| Compiling clap_builder v4.5.2
82022024-08-09T21:08:32.251Z[ recovery-image] Aug 09 21:08:30.840 INFO E| Compiling os_pipe v1.1.5
82032024-08-09T21:08:32.251Z[ recovery-image] Aug 09 21:08:30.840 INFO E| Compiling shared_child v1.0.0
82042024-08-09T21:08:32.356Z[ recovery-image] Aug 09 21:08:30.945 INFO E| Compiling quote v1.0.35
82052024-08-09T21:08:32.394Z[ recovery-image] Aug 09 21:08:30.983 INFO E| Compiling duct v0.13.7
82062024-08-09T21:08:32.715Z[ recovery-image] Aug 09 21:08:31.304 INFO E| Compiling syn v2.0.53
82072024-08-09T21:08:37.992Z[ recovery-image] Aug 09 21:08:36.580 INFO E| Compiling clap_derive v4.5.3
82082024-08-09T21:08:37.995Z[ host-image] Aug 09 21:08:36.582 INFO O| seeding SMF database...
82092024-08-09T21:08:40.253Z[ recovery-image] Aug 09 21:08:38.841 INFO E| Compiling clap v4.5.3
82102024-08-09T21:08:40.319Z[ recovery-image] Aug 09 21:08:38.907 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82112024-08-09T21:08:41.606Z[ recovery-image] Aug 09 21:08:40.194 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
82122024-08-09T21:08:41.615Z[ recovery-image] Aug 09 21:08:40.203 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82132024-08-09T21:08:41.756Z[ recovery-image] Aug 09 21:08:40.344 INFO E| Updating crates.io index
82142024-08-09T21:08:41.978Z[ recovery-image] Aug 09 21:08:40.566 INFO E| Downloading crates ...
82152024-08-09T21:08:42.026Z[ recovery-image] Aug 09 21:08:40.614 INFO E| Downloaded cpio_reader v0.1.1
82162024-08-09T21:08:42.029Z[ recovery-image] Aug 09 21:08:40.616 INFO E| Downloaded seq-macro v0.3.5
82172024-08-09T21:08:42.043Z[ recovery-image] Aug 09 21:08:40.631 INFO E| Downloaded bit_field v0.10.2
82182024-08-09T21:08:42.064Z[ recovery-image] Aug 09 21:08:40.651 INFO E| Downloaded raw-cpuid v10.7.0
82192024-08-09T21:08:42.067Z[ recovery-image] Aug 09 21:08:40.655 INFO E| Downloaded goblin v0.8.0
82202024-08-09T21:08:42.192Z[ recovery-image] Aug 09 21:08:40.780 INFO E| Downloaded x86 v0.52.0
82212024-08-09T21:08:42.266Z[ recovery-image] Aug 09 21:08:40.854 INFO E| Updating crates.io index
82222024-08-09T21:08:42.348Z[ recovery-image] Aug 09 21:08:40.936 INFO E| Downloading crates ...
82232024-08-09T21:08:42.409Z[ recovery-image] Aug 09 21:08:40.997 INFO E| Downloaded allocator-api2 v0.2.16
82242024-08-09T21:08:42.418Z[ recovery-image] Aug 09 21:08:41.006 INFO E| Downloaded rustc-demangle v0.1.23
82252024-08-09T21:08:42.430Z[ recovery-image] Aug 09 21:08:41.018 INFO E| Downloaded compiler_builtins v0.1.108
82262024-08-09T21:08:42.505Z[ recovery-image] Aug 09 21:08:41.092 INFO E| Compiling compiler_builtins v0.1.108
82272024-08-09T21:08:42.505Z[ recovery-image] Aug 09 21:08:41.092 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)
82282024-08-09T21:08:42.505Z[ recovery-image] Aug 09 21:08:41.093 INFO E| Compiling proc-macro2 v1.0.79
82292024-08-09T21:08:42.508Z[ recovery-image] Aug 09 21:08:41.093 INFO E| Compiling unicode-ident v1.0.12
82302024-08-09T21:08:42.508Z[ recovery-image] Aug 09 21:08:41.093 INFO E| Compiling syn v1.0.109
82312024-08-09T21:08:42.508Z[ recovery-image] Aug 09 21:08:41.093 INFO E| Compiling x86 v0.52.0
82322024-08-09T21:08:42.508Z[ recovery-image] Aug 09 21:08:41.093 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82332024-08-09T21:08:42.511Z[ recovery-image] Aug 09 21:08:41.099 INFO E| Compiling seq-macro v0.3.5
82342024-08-09T21:08:43.796Z[ recovery-image] Aug 09 21:08:42.383 INFO E| Compiling quote v1.0.35
82352024-08-09T21:08:44.128Z[ recovery-image] Aug 09 21:08:42.716 INFO E| Compiling syn v2.0.53
82362024-08-09T21:08:46.288Z[ host-image] Aug 09 21:08:44.875 INFO O| configuring SMF profile...
82372024-08-09T21:08:46.290Z[ host-image] Aug 09 21:08:44.875 INFO O| modifying shadow(5)...
82382024-08-09T21:08:46.290Z[ host-image] Aug 09 21:08:44.875 INFO O| loading user and group database...
82392024-08-09T21:08:46.291Z[ host-image] Aug 09 21:08:44.875 INFO O| assessing packaged files...
82402024-08-09T21:08:47.484Z[ recovery-image] Aug 09 21:08:46.070 INFO E| Compiling scroll_derive v0.12.0
82412024-08-09T21:08:49.322Z[ host-image] Aug 09 21:08:47.909 INFO O| creating archive...
82422024-08-09T21:08:49.358Z[ host-image] Aug 09 21:08:47.944 INFO O| missing from packaging:
82432024-08-09T21:08:49.358Z[ host-image] Aug 09 21:08:47.944 INFO O| "etc/.pwd.lock"
82442024-08-09T21:08:49.361Z[ host-image] Aug 09 21:08:47.945 INFO O| "etc/bash"
82452024-08-09T21:08:49.364Z[ host-image] Aug 09 21:08:47.950 INFO O| "etc/svc/profile/generic.xml"
82462024-08-09T21:08:49.364Z[ host-image] Aug 09 21:08:47.950 INFO O| "etc/svc/profile/inetd_services.xml"
82472024-08-09T21:08:49.364Z[ host-image] Aug 09 21:08:47.950 INFO O| "etc/svc/profile/name_service.xml"
82482024-08-09T21:08:49.364Z[ host-image] Aug 09 21:08:47.950 INFO O| "etc/svc/profile/platform.xml"
82492024-08-09T21:08:49.364Z[ host-image] Aug 09 21:08:47.950 INFO O| "etc/svc/profile/platform_omicron1.xml"
82502024-08-09T21:08:49.364Z[ host-image] Aug 09 21:08:47.950 INFO O| "etc/svc/repository.db"
82512024-08-09T21:08:49.381Z[ host-image] Aug 09 21:08:47.968 INFO O| "opt/ooce/share"
82522024-08-09T21:08:49.381Z[ host-image] Aug 09 21:08:47.968 INFO O| "opt/ooce/share/man"
82532024-08-09T21:08:49.384Z[ host-image] Aug 09 21:08:47.968 INFO O| "opt/ooce/share/man/man1"
82542024-08-09T21:08:49.392Z[ host-image] Aug 09 21:08:47.979 INFO O| finishing archive...
82552024-08-09T21:08:50.431Z[ recovery-image] Aug 09 21:08:49.018 INFO E| Compiling bitstruct_derive v0.1.0
82562024-08-09T21:08:52.250Z[ host-image] Aug 09 21:08:50.837 INFO O| creating gzonly manifest...
82572024-08-09T21:08:52.270Z[ host-image] Aug 09 21:08:50.857 INFO O| ok
82582024-08-09T21:08:52.379Z[ host-image] Aug 09 21:08:50.966 INFO image builder template: ramdisk-02-trim...
82592024-08-09T21:08:52.379Z[ host-image] Aug 09 21:08:50.966 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/.tmpsrWQsK/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.277", "-n", "ramdisk-02-trim"], pwd: None
82602024-08-09T21:08:52.405Z[ host-image] Aug 09 21:08:50.991 INFO O| Aug 09 21:08:50.991 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82612024-08-09T21:08:52.409Z[ host-image] Aug 09 21:08:50.996 INFO O| Aug 09 21:08:50.996 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82622024-08-09T21:08:52.498Z[ host-image] Aug 09 21:08:51.085 INFO O| Aug 09 21:08:51.084 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82632024-08-09T21:08:52.548Z[ host-image] Aug 09 21:08:51.135 INFO O| Aug 09 21:08:51.134 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82642024-08-09T21:08:52.551Z[ host-image] Aug 09 21:08:51.135 INFO O| Aug 09 21:08:51.135 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82652024-08-09T21:08:52.555Z[ host-image] Aug 09 21:08:51.142 INFO O| Aug 09 21:08:51.142 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82662024-08-09T21:08:52.561Z[ host-image] Aug 09 21:08:51.148 INFO O| Aug 09 21:08:51.148 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82672024-08-09T21:08:52.567Z[ host-image] Aug 09 21:08:51.154 INFO O| Aug 09 21:08:51.154 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82682024-08-09T21:08:52.750Z[ host-image] Aug 09 21:08:51.337 INFO O| Aug 09 21:08:51.336 INFO rolled back to input snapshot; work may begin
82692024-08-09T21:08:52.750Z[ host-image] Aug 09 21:08:51.337 INFO O| Aug 09 21:08:51.337 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82702024-08-09T21:08:52.757Z[ host-image] Aug 09 21:08:51.343 INFO O| Aug 09 21:08:51.343 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82712024-08-09T21:08:52.769Z[ host-image] Aug 09 21:08:51.356 INFO O| Aug 09 21:08:51.355 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82722024-08-09T21:08:52.820Z[ host-image] Aug 09 21:08:51.406 INFO O| Aug 09 21:08:51.406 INFO STEP 0 (remove_files) COMPLETE
82732024-08-09T21:08:52.820Z[ host-image] Aug 09 21:08:51.406 INFO O| Aug 09 21:08:51.406 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82742024-08-09T21:08:52.832Z[ host-image] Aug 09 21:08:51.419 INFO O| Aug 09 21:08:51.419 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82752024-08-09T21:08:52.835Z[ host-image] Aug 09 21:08:51.421 INFO O| Aug 09 21:08:51.421 INFO STEP 1 (remove_files) COMPLETE
82762024-08-09T21:08:52.835Z[ host-image] Aug 09 21:08:51.421 INFO O| Aug 09 21:08:51.421 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82772024-08-09T21:08:52.846Z[ host-image] Aug 09 21:08:51.433 INFO O| Aug 09 21:08:51.432 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82782024-08-09T21:08:52.860Z[ host-image] Aug 09 21:08:51.447 INFO O| Aug 09 21:08:51.447 INFO STEP 2 (remove_files) COMPLETE
82792024-08-09T21:08:52.860Z[ host-image] Aug 09 21:08:51.447 INFO O| Aug 09 21:08:51.447 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82802024-08-09T21:08:52.873Z[ host-image] Aug 09 21:08:51.460 INFO O| Aug 09 21:08:51.460 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
82812024-08-09T21:08:52.876Z[ host-image] Aug 09 21:08:51.462 INFO O| Aug 09 21:08:51.462 INFO STEP 3 (remove_files) COMPLETE
82822024-08-09T21:08:52.876Z[ host-image] Aug 09 21:08:51.462 INFO O| Aug 09 21:08:51.462 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82832024-08-09T21:08:52.886Z[ host-image] Aug 09 21:08:51.473 INFO O| Aug 09 21:08:51.473 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
82842024-08-09T21:08:52.890Z[ host-image] Aug 09 21:08:51.477 INFO O| Aug 09 21:08:51.477 INFO STEP 4 (remove_files) COMPLETE
82852024-08-09T21:08:52.893Z[ host-image] Aug 09 21:08:51.477 INFO O| Aug 09 21:08:51.477 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82862024-08-09T21:08:52.901Z[ host-image] Aug 09 21:08:51.488 INFO O| Aug 09 21:08:51.488 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
82872024-08-09T21:08:52.905Z[ host-image] Aug 09 21:08:51.491 INFO O| Aug 09 21:08:51.491 INFO STEP 5 (remove_files) COMPLETE
82882024-08-09T21:08:52.905Z[ host-image] Aug 09 21:08:51.491 INFO O| Aug 09 21:08:51.491 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82892024-08-09T21:08:52.915Z[ host-image] Aug 09 21:08:51.502 INFO O| Aug 09 21:08:51.502 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
82902024-08-09T21:08:52.926Z[ host-image] Aug 09 21:08:51.512 INFO O| Aug 09 21:08:51.512 INFO STEP 6 (remove_files) COMPLETE
82912024-08-09T21:08:52.926Z[ host-image] Aug 09 21:08:51.513 INFO O| Aug 09 21:08:51.512 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82922024-08-09T21:08:52.938Z[ host-image] Aug 09 21:08:51.525 INFO O| Aug 09 21:08:51.525 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
82932024-08-09T21:08:52.951Z[ host-image] Aug 09 21:08:51.538 INFO O| Aug 09 21:08:51.538 INFO STEP 7 (remove_files) COMPLETE
82942024-08-09T21:08:52.951Z[ host-image] Aug 09 21:08:51.538 INFO O| Aug 09 21:08:51.538 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82952024-08-09T21:08:52.964Z[ host-image] Aug 09 21:08:51.550 INFO O| Aug 09 21:08:51.550 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
82962024-08-09T21:08:53.050Z[ host-image] Aug 09 21:08:51.637 INFO O| Aug 09 21:08:51.637 INFO STEP 8 (remove_files) COMPLETE
82972024-08-09T21:08:53.050Z[ host-image] Aug 09 21:08:51.637 INFO O| Aug 09 21:08:51.637 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82982024-08-09T21:08:53.062Z[ host-image] Aug 09 21:08:51.649 INFO O| Aug 09 21:08:51.649 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
82992024-08-09T21:08:53.154Z[ host-image] Aug 09 21:08:51.740 INFO O| Aug 09 21:08:51.740 INFO STEP 9 (remove_files) COMPLETE
83002024-08-09T21:08:53.154Z[ host-image] Aug 09 21:08:51.740 INFO O| Aug 09 21:08:51.740 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83012024-08-09T21:08:53.166Z[ host-image] Aug 09 21:08:51.752 INFO O| Aug 09 21:08:51.752 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83022024-08-09T21:08:53.169Z[ host-image] Aug 09 21:08:51.756 INFO O| Aug 09 21:08:51.756 INFO STEP 10 (remove_files) COMPLETE
83032024-08-09T21:08:53.169Z[ host-image] Aug 09 21:08:51.756 INFO O| Aug 09 21:08:51.756 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83042024-08-09T21:08:53.181Z[ host-image] Aug 09 21:08:51.767 INFO O| Aug 09 21:08:51.767 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83052024-08-09T21:08:53.184Z[ host-image] Aug 09 21:08:51.768 INFO O| Aug 09 21:08:51.768 INFO STEP 11 (remove_files) COMPLETE
83062024-08-09T21:08:53.184Z[ host-image] Aug 09 21:08:51.768 INFO O| Aug 09 21:08:51.768 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83072024-08-09T21:08:53.194Z[ host-image] Aug 09 21:08:51.779 INFO O| Aug 09 21:08:51.779 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83082024-08-09T21:08:53.196Z[ host-image] Aug 09 21:08:51.781 INFO O| Aug 09 21:08:51.781 INFO STEP 12 (remove_files) COMPLETE
83092024-08-09T21:08:53.196Z[ host-image] Aug 09 21:08:51.781 INFO O| Aug 09 21:08:51.781 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83102024-08-09T21:08:53.207Z[ host-image] Aug 09 21:08:51.794 INFO O| Aug 09 21:08:51.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83112024-08-09T21:08:53.221Z[ host-image] Aug 09 21:08:51.807 INFO O| Aug 09 21:08:51.807 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83122024-08-09T21:08:53.221Z[ host-image] Aug 09 21:08:51.808 INFO O| Aug 09 21:08:51.808 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83132024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.808 INFO O| Aug 09 21:08:51.808 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83142024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.808 INFO O| Aug 09 21:08:51.808 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83152024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.808 INFO O| Aug 09 21:08:51.808 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83162024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.808 INFO O| Aug 09 21:08:51.808 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83172024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.809 INFO O| Aug 09 21:08:51.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83182024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.809 INFO O| Aug 09 21:08:51.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83192024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.809 INFO O| Aug 09 21:08:51.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83202024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.809 INFO O| Aug 09 21:08:51.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83212024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.809 INFO O| Aug 09 21:08:51.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83222024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.809 INFO O| Aug 09 21:08:51.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83232024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.810 INFO O| Aug 09 21:08:51.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83242024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.810 INFO O| Aug 09 21:08:51.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83252024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.810 INFO O| Aug 09 21:08:51.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83262024-08-09T21:08:53.224Z[ host-image] Aug 09 21:08:51.810 INFO O| Aug 09 21:08:51.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83272024-08-09T21:08:53.289Z[ host-image] Aug 09 21:08:51.874 INFO O| Aug 09 21:08:51.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83282024-08-09T21:08:53.327Z[ host-image] Aug 09 21:08:51.913 INFO O| Aug 09 21:08:51.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83292024-08-09T21:08:53.331Z[ host-image] Aug 09 21:08:51.918 INFO O| Aug 09 21:08:51.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83302024-08-09T21:08:53.336Z[ host-image] Aug 09 21:08:51.918 INFO O| Aug 09 21:08:51.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83312024-08-09T21:08:53.637Z[ host-image] Aug 09 21:08:52.223 INFO O| Aug 09 21:08:52.223 INFO STEP 13 (remove_files) COMPLETE
83322024-08-09T21:08:53.637Z[ host-image] Aug 09 21:08:52.223 INFO O| Aug 09 21:08:52.223 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83332024-08-09T21:08:53.649Z[ host-image] Aug 09 21:08:52.236 INFO O| Aug 09 21:08:52.236 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83342024-08-09T21:08:53.652Z[ host-image] Aug 09 21:08:52.238 INFO O| Aug 09 21:08:52.238 INFO STEP 14 (remove_files) COMPLETE
83352024-08-09T21:08:53.652Z[ host-image] Aug 09 21:08:52.238 INFO O| Aug 09 21:08:52.238 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83362024-08-09T21:08:53.663Z[ host-image] Aug 09 21:08:52.249 INFO O| Aug 09 21:08:52.249 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83372024-08-09T21:08:53.670Z[ host-image] Aug 09 21:08:52.256 INFO O| Aug 09 21:08:52.256 INFO STEP 15 (remove_files) COMPLETE
83382024-08-09T21:08:53.670Z[ host-image] Aug 09 21:08:52.256 INFO O| Aug 09 21:08:52.256 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83392024-08-09T21:08:53.682Z[ host-image] Aug 09 21:08:52.269 INFO O| Aug 09 21:08:52.268 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83402024-08-09T21:08:53.685Z[ host-image] Aug 09 21:08:52.269 INFO O| Aug 09 21:08:52.269 INFO STEP 16 (remove_files) COMPLETE
83412024-08-09T21:08:53.685Z[ host-image] Aug 09 21:08:52.269 INFO O| Aug 09 21:08:52.269 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83422024-08-09T21:08:53.694Z[ host-image] Aug 09 21:08:52.281 INFO O| Aug 09 21:08:52.281 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83432024-08-09T21:08:53.697Z[ host-image] Aug 09 21:08:52.282 INFO O| Aug 09 21:08:52.282 INFO STEP 17 (remove_files) COMPLETE
83442024-08-09T21:08:53.697Z[ host-image] Aug 09 21:08:52.282 INFO O| Aug 09 21:08:52.282 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83452024-08-09T21:08:53.708Z[ host-image] Aug 09 21:08:52.294 INFO O| Aug 09 21:08:52.294 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83462024-08-09T21:08:53.708Z[ host-image] Aug 09 21:08:52.295 INFO O| Aug 09 21:08:52.294 INFO STEP 18 (remove_files) COMPLETE
83472024-08-09T21:08:53.708Z[ host-image] Aug 09 21:08:52.295 INFO O| Aug 09 21:08:52.295 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83482024-08-09T21:08:53.720Z[ host-image] Aug 09 21:08:52.306 INFO O| Aug 09 21:08:52.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83492024-08-09T21:08:53.720Z[ host-image] Aug 09 21:08:52.306 INFO O| Aug 09 21:08:52.306 INFO STEP 19 (remove_files) COMPLETE
83502024-08-09T21:08:53.720Z[ host-image] Aug 09 21:08:52.306 INFO O| Aug 09 21:08:52.306 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83512024-08-09T21:08:53.732Z[ host-image] Aug 09 21:08:52.318 INFO O| Aug 09 21:08:52.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83522024-08-09T21:08:53.732Z[ host-image] Aug 09 21:08:52.318 INFO O| Aug 09 21:08:52.318 INFO STEP 20 (remove_files) COMPLETE
83532024-08-09T21:08:53.734Z[ host-image] Aug 09 21:08:52.318 INFO O| Aug 09 21:08:52.318 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-08-09T21:08:53.743Z[ host-image] Aug 09 21:08:52.330 INFO O| Aug 09 21:08:52.330 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83552024-08-09T21:08:53.743Z[ host-image] Aug 09 21:08:52.330 INFO O| Aug 09 21:08:52.330 INFO STEP 21 (remove_files) COMPLETE
83562024-08-09T21:08:53.743Z[ host-image] Aug 09 21:08:52.330 INFO O| Aug 09 21:08:52.330 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83572024-08-09T21:08:53.757Z[ host-image] Aug 09 21:08:52.344 INFO O| Aug 09 21:08:52.344 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83582024-08-09T21:08:53.757Z[ host-image] Aug 09 21:08:52.344 INFO O| Aug 09 21:08:52.344 INFO STEP 22 (remove_files) COMPLETE
83592024-08-09T21:08:53.757Z[ host-image] Aug 09 21:08:52.344 INFO O| Aug 09 21:08:52.344 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83602024-08-09T21:08:53.770Z[ host-image] Aug 09 21:08:52.356 INFO O| Aug 09 21:08:52.356 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83612024-08-09T21:08:53.770Z[ host-image] Aug 09 21:08:52.356 INFO O| Aug 09 21:08:52.356 INFO STEP 23 (remove_files) COMPLETE
83622024-08-09T21:08:53.770Z[ host-image] Aug 09 21:08:52.356 INFO O| Aug 09 21:08:52.356 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-08-09T21:08:53.782Z[ host-image] Aug 09 21:08:52.368 INFO O| Aug 09 21:08:52.368 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83642024-08-09T21:08:53.782Z[ host-image] Aug 09 21:08:52.368 INFO O| Aug 09 21:08:52.368 INFO STEP 24 (remove_files) COMPLETE
83652024-08-09T21:08:53.782Z[ host-image] Aug 09 21:08:52.368 INFO O| Aug 09 21:08:52.368 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-09T21:08:53.794Z[ host-image] Aug 09 21:08:52.380 INFO O| Aug 09 21:08:52.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83672024-08-09T21:08:53.794Z[ host-image] Aug 09 21:08:52.380 INFO O| Aug 09 21:08:52.380 INFO STEP 25 (remove_files) COMPLETE
83682024-08-09T21:08:53.794Z[ host-image] Aug 09 21:08:52.380 INFO O| Aug 09 21:08:52.380 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-09T21:08:53.805Z[ host-image] Aug 09 21:08:52.392 INFO O| Aug 09 21:08:52.392 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83702024-08-09T21:08:53.808Z[ host-image] Aug 09 21:08:52.392 INFO O| Aug 09 21:08:52.392 INFO STEP 26 (remove_files) COMPLETE
83712024-08-09T21:08:53.808Z[ host-image] Aug 09 21:08:52.392 INFO O| Aug 09 21:08:52.392 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-09T21:08:53.817Z[ host-image] Aug 09 21:08:52.403 INFO O| Aug 09 21:08:52.403 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83732024-08-09T21:08:53.817Z[ host-image] Aug 09 21:08:52.403 INFO O| Aug 09 21:08:52.403 INFO STEP 27 (remove_files) COMPLETE
83742024-08-09T21:08:53.820Z[ host-image] Aug 09 21:08:52.403 INFO O| Aug 09 21:08:52.403 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-09T21:08:53.829Z[ host-image] Aug 09 21:08:52.415 INFO O| Aug 09 21:08:52.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83762024-08-09T21:08:53.829Z[ host-image] Aug 09 21:08:52.415 INFO O| Aug 09 21:08:52.415 INFO STEP 28 (remove_files) COMPLETE
83772024-08-09T21:08:53.829Z[ host-image] Aug 09 21:08:52.415 INFO O| Aug 09 21:08:52.415 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-09T21:08:53.841Z[ host-image] Aug 09 21:08:52.427 INFO O| Aug 09 21:08:52.427 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
83792024-08-09T21:08:53.841Z[ host-image] Aug 09 21:08:52.428 INFO O| Aug 09 21:08:52.427 INFO STEP 29 (remove_files) COMPLETE
83802024-08-09T21:08:53.841Z[ host-image] Aug 09 21:08:52.428 INFO O| Aug 09 21:08:52.427 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-09T21:08:53.853Z[ host-image] Aug 09 21:08:52.439 INFO O| Aug 09 21:08:52.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
83822024-08-09T21:08:53.853Z[ host-image] Aug 09 21:08:52.439 INFO O| Aug 09 21:08:52.439 INFO STEP 30 (remove_files) COMPLETE
83832024-08-09T21:08:53.856Z[ host-image] Aug 09 21:08:52.439 INFO O| Aug 09 21:08:52.439 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-09T21:08:53.865Z[ host-image] Aug 09 21:08:52.451 INFO O| Aug 09 21:08:52.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
83852024-08-09T21:08:53.865Z[ host-image] Aug 09 21:08:52.451 INFO O| Aug 09 21:08:52.451 INFO STEP 31 (remove_files) COMPLETE
83862024-08-09T21:08:53.867Z[ host-image] Aug 09 21:08:52.451 INFO O| Aug 09 21:08:52.451 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-09T21:08:53.877Z[ host-image] Aug 09 21:08:52.463 INFO O| Aug 09 21:08:52.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
83882024-08-09T21:08:53.879Z[ host-image] Aug 09 21:08:52.463 INFO O| Aug 09 21:08:52.463 INFO STEP 32 (remove_files) COMPLETE
83892024-08-09T21:08:53.880Z[ host-image] Aug 09 21:08:52.463 INFO O| Aug 09 21:08:52.463 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-09T21:08:53.888Z[ host-image] Aug 09 21:08:52.475 INFO O| Aug 09 21:08:52.475 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
83912024-08-09T21:08:53.888Z[ host-image] Aug 09 21:08:52.475 INFO O| Aug 09 21:08:52.475 INFO STEP 33 (remove_files) COMPLETE
83922024-08-09T21:08:53.891Z[ host-image] Aug 09 21:08:52.475 INFO O| Aug 09 21:08:52.475 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83932024-08-09T21:08:53.900Z[ host-image] Aug 09 21:08:52.486 INFO O| Aug 09 21:08:52.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
83942024-08-09T21:08:53.900Z[ host-image] Aug 09 21:08:52.486 INFO O| Aug 09 21:08:52.486 INFO STEP 34 (remove_files) COMPLETE
83952024-08-09T21:08:53.900Z[ host-image] Aug 09 21:08:52.486 INFO O| Aug 09 21:08:52.486 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83962024-08-09T21:08:53.912Z[ host-image] Aug 09 21:08:52.498 INFO O| Aug 09 21:08:52.498 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
83972024-08-09T21:08:53.912Z[ host-image] Aug 09 21:08:52.498 INFO O| Aug 09 21:08:52.498 INFO STEP 35 (remove_files) COMPLETE
83982024-08-09T21:08:53.915Z[ host-image] Aug 09 21:08:52.498 INFO O| Aug 09 21:08:52.498 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-09T21:08:53.923Z[ host-image] Aug 09 21:08:52.510 INFO O| Aug 09 21:08:52.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84002024-08-09T21:08:53.923Z[ host-image] Aug 09 21:08:52.510 INFO O| Aug 09 21:08:52.510 INFO STEP 36 (remove_files) COMPLETE
84012024-08-09T21:08:53.923Z[ host-image] Aug 09 21:08:52.510 INFO O| Aug 09 21:08:52.510 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-09T21:08:53.935Z[ host-image] Aug 09 21:08:52.521 INFO O| Aug 09 21:08:52.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84032024-08-09T21:08:53.935Z[ host-image] Aug 09 21:08:52.522 INFO O| Aug 09 21:08:52.521 INFO STEP 37 (remove_files) COMPLETE
84042024-08-09T21:08:53.935Z[ host-image] Aug 09 21:08:52.522 INFO O| Aug 09 21:08:52.522 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-09T21:08:53.947Z[ host-image] Aug 09 21:08:52.533 INFO O| Aug 09 21:08:52.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84062024-08-09T21:08:53.947Z[ host-image] Aug 09 21:08:52.533 INFO O| Aug 09 21:08:52.533 INFO STEP 38 (remove_files) COMPLETE
84072024-08-09T21:08:53.947Z[ host-image] Aug 09 21:08:52.533 INFO O| Aug 09 21:08:52.533 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-09T21:08:53.958Z[ host-image] Aug 09 21:08:52.544 INFO O| Aug 09 21:08:52.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84092024-08-09T21:08:53.958Z[ host-image] Aug 09 21:08:52.544 INFO O| Aug 09 21:08:52.544 INFO STEP 39 (remove_files) COMPLETE
84102024-08-09T21:08:53.961Z[ host-image] Aug 09 21:08:52.544 INFO O| Aug 09 21:08:52.544 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-09T21:08:53.970Z[ host-image] Aug 09 21:08:52.556 INFO O| Aug 09 21:08:52.556 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84122024-08-09T21:08:53.970Z[ host-image] Aug 09 21:08:52.556 INFO O| Aug 09 21:08:52.556 INFO STEP 40 (remove_files) COMPLETE
84132024-08-09T21:08:53.973Z[ host-image] Aug 09 21:08:52.556 INFO O| Aug 09 21:08:52.556 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-09T21:08:53.981Z[ host-image] Aug 09 21:08:52.567 INFO O| Aug 09 21:08:52.567 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84152024-08-09T21:08:53.981Z[ host-image] Aug 09 21:08:52.567 INFO O| Aug 09 21:08:52.567 INFO STEP 41 (remove_files) COMPLETE
84162024-08-09T21:08:53.981Z[ host-image] Aug 09 21:08:52.567 INFO O| Aug 09 21:08:52.567 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-09T21:08:53.992Z[ host-image] Aug 09 21:08:52.578 INFO O| Aug 09 21:08:52.578 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84182024-08-09T21:08:53.992Z[ host-image] Aug 09 21:08:52.579 INFO O| Aug 09 21:08:52.579 INFO STEP 42 (remove_files) COMPLETE
84192024-08-09T21:08:53.995Z[ host-image] Aug 09 21:08:52.579 INFO O| Aug 09 21:08:52.579 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-08-09T21:08:54.003Z[ host-image] Aug 09 21:08:52.590 INFO O| Aug 09 21:08:52.590 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84212024-08-09T21:08:54.003Z[ host-image] Aug 09 21:08:52.590 INFO O| Aug 09 21:08:52.590 INFO STEP 43 (remove_files) COMPLETE
84222024-08-09T21:08:54.006Z[ host-image] Aug 09 21:08:52.590 INFO O| Aug 09 21:08:52.590 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-08-09T21:08:54.014Z[ host-image] Aug 09 21:08:52.601 INFO O| Aug 09 21:08:52.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84242024-08-09T21:08:54.015Z[ host-image] Aug 09 21:08:52.601 INFO O| Aug 09 21:08:52.601 INFO STEP 44 (remove_files) COMPLETE
84252024-08-09T21:08:54.015Z[ host-image] Aug 09 21:08:52.601 INFO O| Aug 09 21:08:52.601 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-08-09T21:08:54.025Z[ host-image] Aug 09 21:08:52.612 INFO O| Aug 09 21:08:52.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84272024-08-09T21:08:54.025Z[ host-image] Aug 09 21:08:52.612 INFO O| Aug 09 21:08:52.612 INFO STEP 45 (remove_files) COMPLETE
84282024-08-09T21:08:54.025Z[ host-image] Aug 09 21:08:52.612 INFO O| Aug 09 21:08:52.612 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-08-09T21:08:54.037Z[ host-image] Aug 09 21:08:52.623 INFO O| Aug 09 21:08:52.623 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84302024-08-09T21:08:54.037Z[ host-image] Aug 09 21:08:52.623 INFO O| Aug 09 21:08:52.623 INFO STEP 46 (remove_files) COMPLETE
84312024-08-09T21:08:54.040Z[ host-image] Aug 09 21:08:52.623 INFO O| Aug 09 21:08:52.623 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-08-09T21:08:54.048Z[ host-image] Aug 09 21:08:52.634 INFO O| Aug 09 21:08:52.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84332024-08-09T21:08:54.048Z[ host-image] Aug 09 21:08:52.635 INFO O| Aug 09 21:08:52.634 INFO STEP 47 (remove_files) COMPLETE
84342024-08-09T21:08:54.051Z[ host-image] Aug 09 21:08:52.635 INFO O| Aug 09 21:08:52.634 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-08-09T21:08:54.059Z[ host-image] Aug 09 21:08:52.646 INFO O| Aug 09 21:08:52.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84362024-08-09T21:08:54.059Z[ host-image] Aug 09 21:08:52.646 INFO O| Aug 09 21:08:52.646 INFO STEP 48 (remove_files) COMPLETE
84372024-08-09T21:08:54.062Z[ host-image] Aug 09 21:08:52.646 INFO O| Aug 09 21:08:52.646 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-08-09T21:08:54.071Z[ host-image] Aug 09 21:08:52.657 INFO O| Aug 09 21:08:52.657 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84392024-08-09T21:08:54.072Z[ host-image] Aug 09 21:08:52.657 INFO O| Aug 09 21:08:52.657 INFO STEP 49 (remove_files) COMPLETE
84402024-08-09T21:08:54.072Z[ host-image] Aug 09 21:08:52.657 INFO O| Aug 09 21:08:52.657 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84412024-08-09T21:08:54.082Z[ host-image] Aug 09 21:08:52.669 INFO O| Aug 09 21:08:52.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84422024-08-09T21:08:54.082Z[ host-image] Aug 09 21:08:52.669 INFO O| Aug 09 21:08:52.669 INFO STEP 50 (remove_files) COMPLETE
84432024-08-09T21:08:54.085Z[ host-image] Aug 09 21:08:52.669 INFO O| Aug 09 21:08:52.669 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84442024-08-09T21:08:54.095Z[ host-image] Aug 09 21:08:52.680 INFO O| Aug 09 21:08:52.680 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84452024-08-09T21:08:54.095Z[ host-image] Aug 09 21:08:52.680 INFO O| Aug 09 21:08:52.680 INFO STEP 51 (remove_files) COMPLETE
84462024-08-09T21:08:54.095Z[ host-image] Aug 09 21:08:52.680 INFO O| Aug 09 21:08:52.680 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-08-09T21:08:54.104Z[ host-image] Aug 09 21:08:52.691 INFO O| Aug 09 21:08:52.691 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84482024-08-09T21:08:54.105Z[ host-image] Aug 09 21:08:52.691 INFO O| Aug 09 21:08:52.691 INFO STEP 52 (remove_files) COMPLETE
84492024-08-09T21:08:54.107Z[ host-image] Aug 09 21:08:52.691 INFO O| Aug 09 21:08:52.691 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-08-09T21:08:54.115Z[ host-image] Aug 09 21:08:52.702 INFO O| Aug 09 21:08:52.702 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84512024-08-09T21:08:54.115Z[ host-image] Aug 09 21:08:52.702 INFO O| Aug 09 21:08:52.702 INFO STEP 53 (remove_files) COMPLETE
84522024-08-09T21:08:54.118Z[ host-image] Aug 09 21:08:52.702 INFO O| Aug 09 21:08:52.702 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-08-09T21:08:54.126Z[ host-image] Aug 09 21:08:52.712 INFO O| Aug 09 21:08:52.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84542024-08-09T21:08:54.126Z[ host-image] Aug 09 21:08:52.712 INFO O| Aug 09 21:08:52.712 INFO STEP 54 (remove_files) COMPLETE
84552024-08-09T21:08:54.129Z[ host-image] Aug 09 21:08:52.712 INFO O| Aug 09 21:08:52.712 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-08-09T21:08:54.136Z[ host-image] Aug 09 21:08:52.723 INFO O| Aug 09 21:08:52.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84572024-08-09T21:08:54.136Z[ host-image] Aug 09 21:08:52.723 INFO O| Aug 09 21:08:52.723 INFO STEP 55 (remove_files) COMPLETE
84582024-08-09T21:08:54.136Z[ host-image] Aug 09 21:08:52.723 INFO O| Aug 09 21:08:52.723 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-08-09T21:08:54.147Z[ host-image] Aug 09 21:08:52.734 INFO O| Aug 09 21:08:52.734 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84602024-08-09T21:08:54.147Z[ host-image] Aug 09 21:08:52.734 INFO O| Aug 09 21:08:52.734 INFO STEP 56 (remove_files) COMPLETE
84612024-08-09T21:08:54.150Z[ host-image] Aug 09 21:08:52.734 INFO O| Aug 09 21:08:52.734 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-08-09T21:08:54.158Z[ host-image] Aug 09 21:08:52.745 INFO O| Aug 09 21:08:52.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84632024-08-09T21:08:54.158Z[ host-image] Aug 09 21:08:52.745 INFO O| Aug 09 21:08:52.745 INFO STEP 57 (remove_files) COMPLETE
84642024-08-09T21:08:54.161Z[ host-image] Aug 09 21:08:52.745 INFO O| Aug 09 21:08:52.745 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-08-09T21:08:54.169Z[ host-image] Aug 09 21:08:52.756 INFO O| Aug 09 21:08:52.756 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84662024-08-09T21:08:54.170Z[ host-image] Aug 09 21:08:52.756 INFO O| Aug 09 21:08:52.756 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84672024-08-09T21:08:54.170Z[ host-image] Aug 09 21:08:52.756 INFO O| Aug 09 21:08:52.756 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84682024-08-09T21:08:54.173Z[ host-image] Aug 09 21:08:52.756 INFO O| Aug 09 21:08:52.756 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84692024-08-09T21:08:54.173Z[ host-image] Aug 09 21:08:52.756 INFO O| Aug 09 21:08:52.756 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84702024-08-09T21:08:54.173Z[ host-image] Aug 09 21:08:52.756 INFO O| Aug 09 21:08:52.756 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84712024-08-09T21:08:54.173Z[ host-image] Aug 09 21:08:52.756 INFO O| Aug 09 21:08:52.756 INFO ok!
84722024-08-09T21:08:54.173Z[ host-image] Aug 09 21:08:52.756 INFO O| Aug 09 21:08:52.756 INFO STEP 58 (ensure_file) COMPLETE
84732024-08-09T21:08:54.174Z[ host-image] Aug 09 21:08:52.756 INFO O| Aug 09 21:08:52.756 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-08-09T21:08:54.182Z[ host-image] Aug 09 21:08:52.768 INFO O| Aug 09 21:08:52.768 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84752024-08-09T21:08:54.182Z[ host-image] Aug 09 21:08:52.768 INFO O| Aug 09 21:08:52.768 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84762024-08-09T21:08:54.185Z[ host-image] Aug 09 21:08:52.769 INFO O| Aug 09 21:08:52.768 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84772024-08-09T21:08:54.185Z[ host-image] Aug 09 21:08:52.769 INFO O| Aug 09 21:08:52.769 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84782024-08-09T21:08:54.185Z[ host-image] Aug 09 21:08:52.769 INFO O| Aug 09 21:08:52.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84792024-08-09T21:08:54.185Z[ host-image] Aug 09 21:08:52.769 INFO O| Aug 09 21:08:52.769 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84802024-08-09T21:08:54.185Z[ host-image] Aug 09 21:08:52.769 INFO O| Aug 09 21:08:52.769 INFO ok!
84812024-08-09T21:08:54.185Z[ host-image] Aug 09 21:08:52.769 INFO O| Aug 09 21:08:52.769 INFO STEP 59 (ensure_file) COMPLETE
84822024-08-09T21:08:54.185Z[ host-image] Aug 09 21:08:52.769 INFO O| Aug 09 21:08:52.769 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-08-09T21:08:54.194Z[ host-image] Aug 09 21:08:52.780 INFO O| Aug 09 21:08:52.780 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
84842024-08-09T21:08:54.194Z[ host-image] Aug 09 21:08:52.780 INFO O| Aug 09 21:08:52.780 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
84852024-08-09T21:08:54.196Z[ host-image] Aug 09 21:08:52.780 INFO O| Aug 09 21:08:52.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
84862024-08-09T21:08:54.196Z[ host-image] Aug 09 21:08:52.780 INFO O| Aug 09 21:08:52.780 INFO ok!
84872024-08-09T21:08:54.196Z[ host-image] Aug 09 21:08:52.780 INFO O| Aug 09 21:08:52.780 INFO STEP 60 (ensure_file) COMPLETE
84882024-08-09T21:08:54.196Z[ host-image] Aug 09 21:08:52.780 INFO O| Aug 09 21:08:52.780 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-08-09T21:08:54.205Z[ host-image] Aug 09 21:08:52.792 INFO O| Aug 09 21:08:52.792 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
84902024-08-09T21:08:54.205Z[ host-image] Aug 09 21:08:52.792 INFO O| Aug 09 21:08:52.792 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
84912024-08-09T21:08:54.205Z[ host-image] Aug 09 21:08:52.792 INFO O| Aug 09 21:08:52.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
84922024-08-09T21:08:54.208Z[ host-image] Aug 09 21:08:52.792 INFO O| Aug 09 21:08:52.792 INFO ok!
84932024-08-09T21:08:54.208Z[ host-image] Aug 09 21:08:52.792 INFO O| Aug 09 21:08:52.792 INFO STEP 61 (ensure_file) COMPLETE
84942024-08-09T21:08:54.208Z[ host-image] Aug 09 21:08:52.792 INFO O| Aug 09 21:08:52.792 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-08-09T21:08:54.217Z[ host-image] Aug 09 21:08:52.803 INFO O| Aug 09 21:08:52.803 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
84962024-08-09T21:08:54.217Z[ host-image] Aug 09 21:08:52.804 INFO O| Aug 09 21:08:52.803 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
84972024-08-09T21:08:54.217Z[ host-image] Aug 09 21:08:52.804 INFO O| Aug 09 21:08:52.804 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
84982024-08-09T21:08:54.220Z[ host-image] Aug 09 21:08:52.804 INFO O| Aug 09 21:08:52.804 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
84992024-08-09T21:08:54.220Z[ host-image] Aug 09 21:08:52.804 INFO O| Aug 09 21:08:52.804 INFO ok!
85002024-08-09T21:08:54.220Z[ host-image] Aug 09 21:08:52.804 INFO O| Aug 09 21:08:52.804 INFO STEP 62 (ensure_file) COMPLETE
85012024-08-09T21:08:54.220Z[ host-image] Aug 09 21:08:52.804 INFO O| Aug 09 21:08:52.804 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-08-09T21:08:54.230Z[ host-image] Aug 09 21:08:52.817 INFO O| Aug 09 21:08:52.816 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85032024-08-09T21:08:54.233Z[ host-image] Aug 09 21:08:52.817 INFO O| Aug 09 21:08:52.817 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85042024-08-09T21:08:54.233Z[ host-image] Aug 09 21:08:52.817 INFO O| Aug 09 21:08:52.817 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85052024-08-09T21:08:54.233Z[ host-image] Aug 09 21:08:52.817 INFO O| Aug 09 21:08:52.817 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85062024-08-09T21:08:54.233Z[ host-image] Aug 09 21:08:52.817 INFO O| Aug 09 21:08:52.817 INFO ok!
85072024-08-09T21:08:54.233Z[ host-image] Aug 09 21:08:52.817 INFO O| Aug 09 21:08:52.817 INFO STEP 63 (ensure_file) COMPLETE
85082024-08-09T21:08:54.233Z[ host-image] Aug 09 21:08:52.817 INFO O| Aug 09 21:08:52.817 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-08-09T21:08:54.248Z[ host-image] Aug 09 21:08:52.834 INFO O| Aug 09 21:08:52.834 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85102024-08-09T21:08:54.248Z[ host-image] Aug 09 21:08:52.834 INFO O| Aug 09 21:08:52.834 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85112024-08-09T21:08:54.249Z[ host-image] Aug 09 21:08:52.834 INFO O| Aug 09 21:08:52.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85122024-08-09T21:08:54.252Z[ host-image] Aug 09 21:08:52.834 INFO O| Aug 09 21:08:52.834 INFO ok!
85132024-08-09T21:08:54.252Z[ host-image] Aug 09 21:08:52.834 INFO O| Aug 09 21:08:52.834 INFO STEP 64 (assemble_files) COMPLETE
85142024-08-09T21:08:54.252Z[ host-image] Aug 09 21:08:52.834 INFO O| Aug 09 21:08:52.834 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-08-09T21:08:54.260Z[ host-image] Aug 09 21:08:52.846 INFO O| Aug 09 21:08:52.846 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85162024-08-09T21:08:54.260Z[ host-image] Aug 09 21:08:52.847 INFO O| Aug 09 21:08:52.846 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85172024-08-09T21:08:54.265Z[ host-image] Aug 09 21:08:52.847 INFO O| Aug 09 21:08:52.847 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85182024-08-09T21:08:54.265Z[ host-image] Aug 09 21:08:52.847 INFO O| Aug 09 21:08:52.847 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85192024-08-09T21:08:54.265Z[ host-image] Aug 09 21:08:52.847 INFO O| Aug 09 21:08:52.847 INFO ok!
85202024-08-09T21:08:54.265Z[ host-image] Aug 09 21:08:52.847 INFO O| Aug 09 21:08:52.847 INFO STEP 65 (ensure_file) COMPLETE
85212024-08-09T21:08:54.265Z[ host-image] Aug 09 21:08:52.847 INFO O| Aug 09 21:08:52.847 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-08-09T21:08:54.272Z[ host-image] Aug 09 21:08:52.859 INFO O| Aug 09 21:08:52.858 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85232024-08-09T21:08:54.272Z[ host-image] Aug 09 21:08:52.859 INFO O| Aug 09 21:08:52.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85242024-08-09T21:08:54.272Z[ host-image] Aug 09 21:08:52.859 INFO O| Aug 09 21:08:52.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85252024-08-09T21:08:54.275Z[ host-image] Aug 09 21:08:52.859 INFO O| Aug 09 21:08:52.859 INFO STEP 66 (ensure_dir) COMPLETE
85262024-08-09T21:08:54.276Z[ host-image] Aug 09 21:08:52.859 INFO O| Aug 09 21:08:52.859 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-08-09T21:08:54.284Z[ host-image] Aug 09 21:08:52.870 INFO O| Aug 09 21:08:52.870 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85282024-08-09T21:08:54.286Z[ host-image] Aug 09 21:08:52.870 INFO O| Aug 09 21:08:52.870 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 ...
85292024-08-09T21:08:54.291Z[ host-image] Aug 09 21:08:52.878 INFO O| Aug 09 21:08:52.878 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
85302024-08-09T21:08:54.291Z[ host-image] Aug 09 21:08:52.878 INFO O| Aug 09 21:08:52.878 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85312024-08-09T21:08:54.291Z[ host-image] Aug 09 21:08:52.878 INFO O| Aug 09 21:08:52.878 INFO ok!
85322024-08-09T21:08:54.294Z[ host-image] Aug 09 21:08:52.878 INFO O| Aug 09 21:08:52.878 INFO STEP 67 (ensure_file) COMPLETE
85332024-08-09T21:08:54.294Z[ host-image] Aug 09 21:08:52.878 INFO O| Aug 09 21:08:52.878 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-08-09T21:08:54.305Z[ host-image] Aug 09 21:08:52.891 INFO O| Aug 09 21:08:52.891 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85352024-08-09T21:08:54.305Z[ host-image] Aug 09 21:08:52.891 INFO O| Aug 09 21:08:52.891 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 ...
85362024-08-09T21:08:54.307Z[ host-image] Aug 09 21:08:52.891 INFO O| Aug 09 21:08:52.891 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
85372024-08-09T21:08:54.307Z[ host-image] Aug 09 21:08:52.891 INFO O| Aug 09 21:08:52.891 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85382024-08-09T21:08:54.307Z[ host-image] Aug 09 21:08:52.891 INFO O| Aug 09 21:08:52.891 INFO ok!
85392024-08-09T21:08:54.307Z[ host-image] Aug 09 21:08:52.891 INFO O| Aug 09 21:08:52.891 INFO STEP 68 (ensure_file) COMPLETE
85402024-08-09T21:08:54.308Z[ host-image] Aug 09 21:08:52.891 INFO O| Aug 09 21:08:52.891 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-08-09T21:08:54.323Z[ host-image] Aug 09 21:08:52.909 INFO O| Aug 09 21:08:52.909 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85422024-08-09T21:08:54.323Z[ host-image] Aug 09 21:08:52.909 INFO O| Aug 09 21:08:52.909 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85432024-08-09T21:08:56.457Z[ host-image] Aug 09 21:08:55.043 INFO O| Aug 09 21:08:55.043 INFO STEP 69 (pack_tar) COMPLETE
85442024-08-09T21:08:56.457Z[ host-image] Aug 09 21:08:55.043 INFO O| Aug 09 21:08:55.043 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85452024-08-09T21:08:56.460Z[ host-image] Aug 09 21:08:55.043 INFO O| Aug 09 21:08:55.043 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
85462024-08-09T21:08:56.849Z[ host-image] Aug 09 21:08:55.435 INFO O| Aug 09 21:08:55.435 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85472024-08-09T21:08:56.916Z[ host-image] Aug 09 21:08:55.502 INFO O| Aug 09 21:08:55.502 INFO completed processing gimlet/ramdisk-02-trim
85482024-08-09T21:08:56.920Z[ host-image] Aug 09 21:08:55.504 INFO image builder template: zfs...
85492024-08-09T21:08:56.920Z[ host-image] Aug 09 21:08:55.504 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/.tmpsrWQsK/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.277", "-n", "zfs"], pwd: None
85502024-08-09T21:08:56.933Z[ host-image] Aug 09 21:08:55.519 INFO O| Aug 09 21:08:55.519 INFO skip include "stress" because feature "stress" is not enabled
85512024-08-09T21:08:56.968Z[ host-image] Aug 09 21:08:55.554 INFO O| Aug 09 21:08:55.554 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
85522024-08-09T21:08:56.973Z[ host-image] Aug 09 21:08:55.560 INFO O| Aug 09 21:08:55.560 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
85532024-08-09T21:08:57.036Z[ host-image] Aug 09 21:08:55.622 INFO O| Aug 09 21:08:55.622 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
85542024-08-09T21:08:57.085Z[ host-image] Aug 09 21:08:55.671 INFO O| Aug 09 21:08:55.671 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
85552024-08-09T21:08:57.085Z[ host-image] Aug 09 21:08:55.671 INFO O| Aug 09 21:08:55.671 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85562024-08-09T21:08:57.089Z[ host-image] Aug 09 21:08:55.676 INFO O| Aug 09 21:08:55.676 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
85572024-08-09T21:08:57.148Z[ host-image] Aug 09 21:08:55.734 INFO O| Aug 09 21:08:55.734 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
85582024-08-09T21:08:57.203Z[ host-image] Aug 09 21:08:55.789 INFO O| Aug 09 21:08:55.789 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
85592024-08-09T21:08:57.214Z[ host-image] Aug 09 21:08:55.800 INFO O| Aug 09 21:08:55.800 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85602024-08-09T21:08:57.219Z[ host-image] Aug 09 21:08:55.805 INFO O| Aug 09 21:08:55.805 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
85612024-08-09T21:08:57.222Z[ host-image] Aug 09 21:08:55.805 INFO O| Aug 09 21:08:55.805 INFO no lofi found
85622024-08-09T21:08:57.222Z[ host-image] Aug 09 21:08:55.805 INFO O| Aug 09 21:08:55.805 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
85632024-08-09T21:08:57.222Z[ host-image] Aug 09 21:08:55.805 INFO O| Aug 09 21:08:55.805 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85642024-08-09T21:08:59.424Z[ host-image] Aug 09 21:08:58.010 INFO O| Aug 09 21:08:58.010 INFO lofi device = /dev/dsk/c2t1d0p0
85652024-08-09T21:08:59.424Z[ host-image] Aug 09 21:08:58.010 INFO O| Aug 09 21:08:58.010 INFO pool device = /dev/dsk/c2t1d0p0
85662024-08-09T21:08:59.428Z[ host-image] Aug 09 21:08:58.010 INFO O| Aug 09 21:08:58.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
85672024-08-09T21:08:59.504Z[ host-image] Aug 09 21:08:58.089 INFO O| Aug 09 21:08:58.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85682024-08-09T21:08:59.504Z[ host-image] Aug 09 21:08:58.089 INFO O| Aug 09 21:08:58.089 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
85692024-08-09T21:08:59.527Z[ host-image] Aug 09 21:08:58.113 INFO O| Aug 09 21:08:58.113 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
85702024-08-09T21:08:59.589Z[ host-image] Aug 09 21:08:58.175 INFO O| Aug 09 21:08:58.175 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
85712024-08-09T21:08:59.630Z[ host-image] Aug 09 21:08:58.215 INFO O| Aug 09 21:08:58.215 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
85722024-08-09T21:08:59.647Z[ host-image] Aug 09 21:08:58.233 INFO O| Aug 09 21:08:58.233 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
85732024-08-09T21:08:59.660Z[ host-image] Aug 09 21:08:58.246 INFO O| Aug 09 21:08:58.246 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
85742024-08-09T21:09:00.717Z[ host-image] Aug 09 21:08:58.299 INFO O| Aug 09 21:08:58.298 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
85752024-08-09T21:09:00.717Z[ host-image] Aug 09 21:08:58.299 INFO O| Aug 09 21:08:58.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
85762024-08-09T21:09:00.721Z[ host-image] Aug 09 21:08:58.299 INFO O| Aug 09 21:08:58.299 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
85772024-08-09T21:09:00.721Z[ host-image] Aug 09 21:08:58.313 INFO O| Aug 09 21:08:58.313 INFO boot environment UUID: 080365b0-f017-47e4-8b2d-f373cba7f517
85782024-08-09T21:09:00.721Z[ host-image] Aug 09 21:08:58.313 INFO O| Aug 09 21:08:58.313 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 080365b0-f017-47e4-8b2d-f373cba7f517
85792024-08-09T21:09:00.721Z[ host-image] Aug 09 21:08:58.326 INFO O| Aug 09 21:08:58.326 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85802024-08-09T21:09:00.721Z[ host-image] Aug 09 21:08:58.339 INFO O| Aug 09 21:08:58.339 INFO STEP 0 (create_be) COMPLETE
85812024-08-09T21:09:00.721Z[ host-image] Aug 09 21:08:58.339 INFO O| Aug 09 21:08:58.339 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85822024-08-09T21:09:00.721Z[ host-image] Aug 09 21:08:58.360 INFO O| Aug 09 21:08:58.360 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
85832024-08-09T21:09:07.165Z[ recovery-image] Aug 09 21:09:05.749 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)
85842024-08-09T21:09:10.698Z[ recovery-image] Aug 09 21:09:09.279 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)
85852024-08-09T21:09:15.365Z[ recovery-image] Aug 09 21:09:13.948 INFO E| Compiling bitflags v1.3.2
85862024-08-09T21:09:15.366Z[ recovery-image] Aug 09 21:09:13.949 INFO E| Compiling adler v1.0.2
85872024-08-09T21:09:15.366Z[ recovery-image] Aug 09 21:09:13.949 INFO E| Compiling log v0.4.21
85882024-08-09T21:09:15.366Z[ recovery-image] Aug 09 21:09:13.949 INFO E| Compiling scroll v0.12.0
85892024-08-09T21:09:15.366Z[ recovery-image] Aug 09 21:09:13.949 INFO E| Compiling plain v0.2.3
85902024-08-09T21:09:15.366Z[ recovery-image] Aug 09 21:09:13.949 INFO E| Compiling bit_field v0.10.2
85912024-08-09T21:09:15.366Z[ recovery-image] Aug 09 21:09:13.949 INFO E| Compiling bitstruct v0.1.1
85922024-08-09T21:09:15.648Z[ recovery-image] Aug 09 21:09:14.231 INFO E| Compiling raw-cpuid v10.7.0
85932024-08-09T21:09:15.674Z[ recovery-image] Aug 09 21:09:14.258 INFO E| Compiling cpio_reader v0.1.1
85942024-08-09T21:09:15.708Z[ recovery-image] Aug 09 21:09:14.292 INFO E| Compiling miniz_oxide v0.7.2
85952024-08-09T21:09:15.835Z[ recovery-image] Aug 09 21:09:14.419 INFO E| Compiling static_assertions v1.1.0
85962024-08-09T21:09:16.548Z[ recovery-image] Aug 09 21:09:15.131 INFO E| Compiling goblin v0.8.0
85972024-08-09T21:09:21.886Z[ host-image] Aug 09 21:09:20.468 INFO O| Aug 09 21:09:20.468 INFO STEP 1 (unpack_tar) COMPLETE
85982024-08-09T21:09:21.886Z[ host-image] Aug 09 21:09:20.469 INFO O| Aug 09 21:09:20.468 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85992024-08-09T21:09:21.897Z[ host-image] Aug 09 21:09:20.480 INFO O| Aug 09 21:09:20.480 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86002024-08-09T21:09:21.983Z[ host-image] Aug 09 21:09:20.565 INFO O| Aug 09 21:09:20.565 INFO STEP 2 (devfsadm) COMPLETE
86012024-08-09T21:09:21.983Z[ host-image] Aug 09 21:09:20.565 INFO O| Aug 09 21:09:20.565 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86022024-08-09T21:09:21.995Z[ host-image] Aug 09 21:09:20.578 INFO O| Aug 09 21:09:20.578 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86032024-08-09T21:09:21.995Z[ host-image] Aug 09 21:09:20.578 INFO O| Aug 09 21:09:20.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86042024-08-09T21:09:21.995Z[ host-image] Aug 09 21:09:20.578 INFO O| Aug 09 21:09:20.578 INFO STEP 3 (ensure_dir) COMPLETE
86052024-08-09T21:09:21.998Z[ host-image] Aug 09 21:09:20.578 INFO O| Aug 09 21:09:20.578 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86062024-08-09T21:09:22.006Z[ host-image] Aug 09 21:09:20.589 INFO O| Aug 09 21:09:20.589 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86072024-08-09T21:09:22.007Z[ host-image] Aug 09 21:09:20.589 INFO O| Aug 09 21:09:20.589 INFO STEP 4 (ensure_dir) COMPLETE
86082024-08-09T21:09:22.010Z[ host-image] Aug 09 21:09:20.589 INFO O| Aug 09 21:09:20.589 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86092024-08-09T21:09:22.017Z[ host-image] Aug 09 21:09:20.601 INFO O| Aug 09 21:09:20.600 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86102024-08-09T21:09:22.018Z[ host-image] Aug 09 21:09:20.601 INFO O| Aug 09 21:09:20.600 INFO STEP 5 (ensure_dir) COMPLETE
86112024-08-09T21:09:22.021Z[ host-image] Aug 09 21:09:20.601 INFO O| Aug 09 21:09:20.601 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86122024-08-09T21:09:22.028Z[ host-image] Aug 09 21:09:20.611 INFO O| Aug 09 21:09:20.611 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86132024-08-09T21:09:22.028Z[ host-image] Aug 09 21:09:20.612 INFO O| Aug 09 21:09:20.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86142024-08-09T21:09:22.029Z[ host-image] Aug 09 21:09:20.612 INFO O| Aug 09 21:09:20.612 INFO STEP 6 (ensure_dir) COMPLETE
86152024-08-09T21:09:22.029Z[ host-image] Aug 09 21:09:20.612 INFO O| Aug 09 21:09:20.612 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86162024-08-09T21:09:22.039Z[ host-image] Aug 09 21:09:20.622 INFO O| Aug 09 21:09:20.622 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86172024-08-09T21:09:22.039Z[ host-image] Aug 09 21:09:20.622 INFO O| Aug 09 21:09:20.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86182024-08-09T21:09:22.042Z[ host-image] Aug 09 21:09:20.622 INFO O| Aug 09 21:09:20.622 INFO STEP 7 (ensure_dir) COMPLETE
86192024-08-09T21:09:22.042Z[ host-image] Aug 09 21:09:20.622 INFO O| Aug 09 21:09:20.622 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86202024-08-09T21:09:22.049Z[ host-image] Aug 09 21:09:20.633 INFO O| Aug 09 21:09:20.632 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86212024-08-09T21:09:22.052Z[ host-image] Aug 09 21:09:20.633 INFO O| Aug 09 21:09:20.633 INFO STEP 8 (remove_files) COMPLETE
86222024-08-09T21:09:22.052Z[ host-image] Aug 09 21:09:20.633 INFO O| Aug 09 21:09:20.633 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86232024-08-09T21:09:22.060Z[ host-image] Aug 09 21:09:20.643 INFO O| Aug 09 21:09:20.643 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86242024-08-09T21:09:22.063Z[ host-image] Aug 09 21:09:20.644 INFO O| Aug 09 21:09:20.644 INFO STEP 9 (remove_files) COMPLETE
86252024-08-09T21:09:22.063Z[ host-image] Aug 09 21:09:20.644 INFO O| Aug 09 21:09:20.644 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86262024-08-09T21:09:22.071Z[ host-image] Aug 09 21:09:20.654 INFO O| Aug 09 21:09:20.654 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86272024-08-09T21:09:22.074Z[ host-image] Aug 09 21:09:20.655 INFO O| Aug 09 21:09:20.655 INFO STEP 10 (remove_files) COMPLETE
86282024-08-09T21:09:22.074Z[ host-image] Aug 09 21:09:20.655 INFO O| Aug 09 21:09:20.655 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86292024-08-09T21:09:22.083Z[ host-image] Aug 09 21:09:20.666 INFO O| Aug 09 21:09:20.666 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86302024-08-09T21:09:22.083Z[ host-image] Aug 09 21:09:20.666 INFO O| Aug 09 21:09:20.666 INFO STEP 11 (remove_files) COMPLETE
86312024-08-09T21:09:22.083Z[ host-image] Aug 09 21:09:20.666 INFO O| Aug 09 21:09:20.666 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86322024-08-09T21:09:22.095Z[ host-image] Aug 09 21:09:20.678 INFO O| Aug 09 21:09:20.678 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86332024-08-09T21:09:22.095Z[ host-image] Aug 09 21:09:20.678 INFO O| Aug 09 21:09:20.678 INFO STEP 12 (remove_files) COMPLETE
86342024-08-09T21:09:22.098Z[ host-image] Aug 09 21:09:20.678 INFO O| Aug 09 21:09:20.678 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86352024-08-09T21:09:22.107Z[ host-image] Aug 09 21:09:20.690 INFO O| Aug 09 21:09:20.690 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86362024-08-09T21:09:22.107Z[ host-image] Aug 09 21:09:20.690 INFO O| Aug 09 21:09:20.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86372024-08-09T21:09:22.110Z[ host-image] Aug 09 21:09:20.690 INFO O| Aug 09 21:09:20.690 INFO STEP 13 (ensure_dir) COMPLETE
86382024-08-09T21:09:22.110Z[ host-image] Aug 09 21:09:20.690 INFO O| Aug 09 21:09:20.690 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86392024-08-09T21:09:22.120Z[ host-image] Aug 09 21:09:20.704 INFO O| Aug 09 21:09:20.703 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86402024-08-09T21:09:22.121Z[ host-image] Aug 09 21:09:20.704 INFO O| Aug 09 21:09:20.704 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86412024-08-09T21:09:22.123Z[ host-image] Aug 09 21:09:20.704 INFO O| Aug 09 21:09:20.704 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86422024-08-09T21:09:22.123Z[ host-image] Aug 09 21:09:20.704 INFO O| Aug 09 21:09:20.704 INFO STEP 14 (ensure_dir) COMPLETE
86432024-08-09T21:09:22.123Z[ host-image] Aug 09 21:09:20.704 INFO O| Aug 09 21:09:20.704 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86442024-08-09T21:09:22.133Z[ host-image] Aug 09 21:09:20.716 INFO O| Aug 09 21:09:20.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86452024-08-09T21:09:22.133Z[ host-image] Aug 09 21:09:20.716 INFO O| Aug 09 21:09:20.716 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86462024-08-09T21:09:22.133Z[ host-image] Aug 09 21:09:20.716 INFO O| Aug 09 21:09:20.716 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86472024-08-09T21:09:22.136Z[ host-image] Aug 09 21:09:20.716 INFO O| Aug 09 21:09:20.716 INFO STEP 15 (ensure_dir) COMPLETE
86482024-08-09T21:09:22.136Z[ host-image] Aug 09 21:09:20.716 INFO O| Aug 09 21:09:20.716 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86492024-08-09T21:09:22.146Z[ host-image] Aug 09 21:09:20.729 INFO O| Aug 09 21:09:20.729 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86502024-08-09T21:09:22.149Z[ host-image] Aug 09 21:09:20.729 INFO O| Aug 09 21:09:20.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86512024-08-09T21:09:22.149Z[ host-image] Aug 09 21:09:20.729 INFO O| Aug 09 21:09:20.729 INFO STEP 16 (ensure_dir) COMPLETE
86522024-08-09T21:09:22.149Z[ host-image] Aug 09 21:09:20.729 INFO O| Aug 09 21:09:20.729 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86532024-08-09T21:09:22.159Z[ host-image] Aug 09 21:09:20.742 INFO O| Aug 09 21:09:20.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86542024-08-09T21:09:22.159Z[ host-image] Aug 09 21:09:20.742 INFO O| Aug 09 21:09:20.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86552024-08-09T21:09:22.162Z[ host-image] Aug 09 21:09:20.742 INFO O| Aug 09 21:09:20.742 INFO STEP 17 (ensure_dir) COMPLETE
86562024-08-09T21:09:22.162Z[ host-image] Aug 09 21:09:20.742 INFO O| Aug 09 21:09:20.742 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86572024-08-09T21:09:22.171Z[ host-image] Aug 09 21:09:20.754 INFO O| Aug 09 21:09:20.754 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86582024-08-09T21:09:22.171Z[ host-image] Aug 09 21:09:20.754 INFO O| Aug 09 21:09:20.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86592024-08-09T21:09:22.174Z[ host-image] Aug 09 21:09:20.754 INFO O| Aug 09 21:09:20.754 INFO ok!
86602024-08-09T21:09:22.174Z[ host-image] Aug 09 21:09:20.754 INFO O| Aug 09 21:09:20.754 INFO STEP 18 (ensure_symlink) COMPLETE
86612024-08-09T21:09:22.174Z[ host-image] Aug 09 21:09:20.754 INFO O| Aug 09 21:09:20.754 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86622024-08-09T21:09:22.183Z[ host-image] Aug 09 21:09:20.766 INFO O| Aug 09 21:09:20.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86632024-08-09T21:09:22.185Z[ host-image] Aug 09 21:09:20.766 INFO O| Aug 09 21:09:20.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86642024-08-09T21:09:22.185Z[ host-image] Aug 09 21:09:20.766 INFO O| Aug 09 21:09:20.766 INFO ok!
86652024-08-09T21:09:22.185Z[ host-image] Aug 09 21:09:20.766 INFO O| Aug 09 21:09:20.766 INFO STEP 19 (ensure_file) COMPLETE
86662024-08-09T21:09:22.185Z[ host-image] Aug 09 21:09:20.766 INFO O| Aug 09 21:09:20.766 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86672024-08-09T21:09:22.194Z[ host-image] Aug 09 21:09:20.777 INFO O| Aug 09 21:09:20.777 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86682024-08-09T21:09:22.194Z[ host-image] Aug 09 21:09:20.777 INFO O| Aug 09 21:09:20.777 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86692024-08-09T21:09:22.197Z[ host-image] Aug 09 21:09:20.777 INFO O| Aug 09 21:09:20.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
86702024-08-09T21:09:22.197Z[ host-image] Aug 09 21:09:20.777 INFO O| Aug 09 21:09:20.777 INFO ok!
86712024-08-09T21:09:22.197Z[ host-image] Aug 09 21:09:20.777 INFO O| Aug 09 21:09:20.777 INFO STEP 20 (ensure_symlink) COMPLETE
86722024-08-09T21:09:22.197Z[ host-image] Aug 09 21:09:20.778 INFO O| Aug 09 21:09:20.777 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86732024-08-09T21:09:22.206Z[ host-image] Aug 09 21:09:20.789 INFO O| Aug 09 21:09:20.789 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
86742024-08-09T21:09:22.206Z[ host-image] Aug 09 21:09:20.789 INFO O| Aug 09 21:09:20.789 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86752024-08-09T21:09:22.209Z[ host-image] Aug 09 21:09:20.790 INFO O| Aug 09 21:09:20.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
86762024-08-09T21:09:22.209Z[ host-image] Aug 09 21:09:20.790 INFO O| Aug 09 21:09:20.789 INFO ok!
86772024-08-09T21:09:22.209Z[ host-image] Aug 09 21:09:20.790 INFO O| Aug 09 21:09:20.789 INFO STEP 21 (ensure_symlink) COMPLETE
86782024-08-09T21:09:22.209Z[ host-image] Aug 09 21:09:20.790 INFO O| Aug 09 21:09:20.789 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86792024-08-09T21:09:22.219Z[ host-image] Aug 09 21:09:20.802 INFO O| Aug 09 21:09:20.802 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
86802024-08-09T21:09:22.219Z[ host-image] Aug 09 21:09:20.802 INFO O| Aug 09 21:09:20.802 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86812024-08-09T21:09:22.221Z[ host-image] Aug 09 21:09:20.802 INFO O| Aug 09 21:09:20.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
86822024-08-09T21:09:22.221Z[ host-image] Aug 09 21:09:20.802 INFO O| Aug 09 21:09:20.802 INFO ok!
86832024-08-09T21:09:22.221Z[ host-image] Aug 09 21:09:20.802 INFO O| Aug 09 21:09:20.802 INFO STEP 22 (ensure_symlink) COMPLETE
86842024-08-09T21:09:22.221Z[ host-image] Aug 09 21:09:20.802 INFO O| Aug 09 21:09:20.802 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86852024-08-09T21:09:22.231Z[ host-image] Aug 09 21:09:20.814 INFO O| Aug 09 21:09:20.813 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
86862024-08-09T21:09:22.231Z[ host-image] Aug 09 21:09:20.814 INFO O| Aug 09 21:09:20.814 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86872024-08-09T21:09:22.231Z[ host-image] Aug 09 21:09:20.814 INFO O| Aug 09 21:09:20.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
86882024-08-09T21:09:22.234Z[ host-image] Aug 09 21:09:20.814 INFO O| Aug 09 21:09:20.814 INFO ok!
86892024-08-09T21:09:22.234Z[ host-image] Aug 09 21:09:20.814 INFO O| Aug 09 21:09:20.814 INFO STEP 23 (ensure_symlink) COMPLETE
86902024-08-09T21:09:22.234Z[ host-image] Aug 09 21:09:20.814 INFO O| Aug 09 21:09:20.814 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86912024-08-09T21:09:22.242Z[ host-image] Aug 09 21:09:20.825 INFO O| Aug 09 21:09:20.825 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86922024-08-09T21:09:22.242Z[ host-image] Aug 09 21:09:20.825 INFO O| Aug 09 21:09:20.825 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
86932024-08-09T21:09:22.245Z[ host-image] Aug 09 21:09:20.826 INFO O| Aug 09 21:09:20.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
86942024-08-09T21:09:22.245Z[ host-image] Aug 09 21:09:20.826 INFO O| Aug 09 21:09:20.826 INFO ok!
86952024-08-09T21:09:22.245Z[ host-image] Aug 09 21:09:20.826 INFO O| Aug 09 21:09:20.826 INFO STEP 24 (ensure_file) COMPLETE
86962024-08-09T21:09:22.245Z[ host-image] Aug 09 21:09:20.826 INFO O| Aug 09 21:09:20.826 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86972024-08-09T21:09:22.254Z[ host-image] Aug 09 21:09:20.837 INFO O| Aug 09 21:09:20.837 INFO updating shadow file
86982024-08-09T21:09:22.257Z[ host-image] Aug 09 21:09:20.837 INFO O| Aug 09 21:09:20.837 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86992024-08-09T21:09:22.257Z[ host-image] Aug 09 21:09:20.837 INFO O| Aug 09 21:09:20.837 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87002024-08-09T21:09:22.257Z[ host-image] Aug 09 21:09:20.838 INFO O| Aug 09 21:09:20.837 INFO STEP 25 (shadow) COMPLETE
87012024-08-09T21:09:22.257Z[ host-image] Aug 09 21:09:20.838 INFO O| Aug 09 21:09:20.837 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87022024-08-09T21:09:22.266Z[ host-image] Aug 09 21:09:20.849 INFO O| Aug 09 21:09:20.849 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87032024-08-09T21:09:22.266Z[ host-image] Aug 09 21:09:20.849 INFO O| Aug 09 21:09:20.849 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87042024-08-09T21:09:22.269Z[ host-image] Aug 09 21:09:20.849 INFO O| Aug 09 21:09:20.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87052024-08-09T21:09:22.269Z[ host-image] Aug 09 21:09:20.849 INFO O| Aug 09 21:09:20.849 INFO ok!
87062024-08-09T21:09:22.269Z[ host-image] Aug 09 21:09:20.849 INFO O| Aug 09 21:09:20.849 INFO STEP 26 (ensure_file) COMPLETE
87072024-08-09T21:09:22.269Z[ host-image] Aug 09 21:09:20.849 INFO O| Aug 09 21:09:20.849 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87082024-08-09T21:09:22.278Z[ host-image] Aug 09 21:09:20.861 INFO O| Aug 09 21:09:20.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87092024-08-09T21:09:22.278Z[ host-image] Aug 09 21:09:20.861 INFO O| Aug 09 21:09:20.860 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87102024-08-09T21:09:22.280Z[ host-image] Aug 09 21:09:20.861 INFO O| Aug 09 21:09:20.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87112024-08-09T21:09:22.280Z[ host-image] Aug 09 21:09:20.861 INFO O| Aug 09 21:09:20.861 INFO ok!
87122024-08-09T21:09:22.280Z[ host-image] Aug 09 21:09:20.861 INFO O| Aug 09 21:09:20.861 INFO STEP 27 (ensure_file) COMPLETE
87132024-08-09T21:09:22.281Z[ host-image] Aug 09 21:09:20.861 INFO O| Aug 09 21:09:20.861 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87142024-08-09T21:09:22.290Z[ host-image] Aug 09 21:09:20.873 INFO O| Aug 09 21:09:20.872 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87152024-08-09T21:09:22.290Z[ host-image] Aug 09 21:09:20.873 INFO O| Aug 09 21:09:20.873 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87162024-08-09T21:09:22.292Z[ host-image] Aug 09 21:09:20.873 INFO O| Aug 09 21:09:20.873 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87172024-08-09T21:09:22.292Z[ host-image] Aug 09 21:09:20.873 INFO O| Aug 09 21:09:20.873 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87182024-08-09T21:09:22.292Z[ host-image] Aug 09 21:09:20.873 INFO O| Aug 09 21:09:20.873 INFO ok!
87192024-08-09T21:09:22.292Z[ host-image] Aug 09 21:09:20.873 INFO O| Aug 09 21:09:20.873 INFO STEP 28 (ensure_file) COMPLETE
87202024-08-09T21:09:22.292Z[ host-image] Aug 09 21:09:20.873 INFO O| Aug 09 21:09:20.873 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87212024-08-09T21:09:22.301Z[ host-image] Aug 09 21:09:20.885 INFO O| Aug 09 21:09:20.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87222024-08-09T21:09:22.301Z[ host-image] Aug 09 21:09:20.885 INFO O| Aug 09 21:09:20.884 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87232024-08-09T21:09:22.301Z[ host-image] Aug 09 21:09:20.885 INFO O| Aug 09 21:09:20.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87242024-08-09T21:09:22.304Z[ host-image] Aug 09 21:09:20.885 INFO O| Aug 09 21:09:20.885 INFO ok!
87252024-08-09T21:09:22.304Z[ host-image] Aug 09 21:09:20.885 INFO O| Aug 09 21:09:20.885 INFO STEP 29 (ensure_file) COMPLETE
87262024-08-09T21:09:22.304Z[ host-image] Aug 09 21:09:20.885 INFO O| Aug 09 21:09:20.885 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87272024-08-09T21:09:22.314Z[ host-image] Aug 09 21:09:20.897 INFO O| Aug 09 21:09:20.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87282024-08-09T21:09:22.314Z[ host-image] Aug 09 21:09:20.897 INFO O| Aug 09 21:09:20.897 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87292024-08-09T21:09:22.317Z[ host-image] Aug 09 21:09:20.897 INFO O| Aug 09 21:09:20.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87302024-08-09T21:09:22.317Z[ host-image] Aug 09 21:09:20.897 INFO O| Aug 09 21:09:20.897 INFO ok!
87312024-08-09T21:09:22.317Z[ host-image] Aug 09 21:09:20.897 INFO O| Aug 09 21:09:20.897 INFO STEP 30 (ensure_file) COMPLETE
87322024-08-09T21:09:22.317Z[ host-image] Aug 09 21:09:20.897 INFO O| Aug 09 21:09:20.897 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87332024-08-09T21:09:22.326Z[ host-image] Aug 09 21:09:20.909 INFO O| Aug 09 21:09:20.909 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87342024-08-09T21:09:22.326Z[ host-image] Aug 09 21:09:20.909 INFO O| Aug 09 21:09:20.909 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87352024-08-09T21:09:23.332Z[ host-image] Aug 09 21:09:20.909 INFO O| Aug 09 21:09:20.909 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87362024-08-09T21:09:23.332Z[ host-image] Aug 09 21:09:20.909 INFO O| Aug 09 21:09:20.909 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87372024-08-09T21:09:23.332Z[ host-image] Aug 09 21:09:20.909 INFO O| Aug 09 21:09:20.909 INFO ok!
87382024-08-09T21:09:23.332Z[ host-image] Aug 09 21:09:20.909 INFO O| Aug 09 21:09:20.909 INFO STEP 31 (ensure_file) COMPLETE
87392024-08-09T21:09:23.332Z[ host-image] Aug 09 21:09:20.909 INFO O| Aug 09 21:09:20.909 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87402024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.922 INFO O| Aug 09 21:09:20.922 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87412024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.922 INFO O| Aug 09 21:09:20.922 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87422024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.922 INFO O| Aug 09 21:09:20.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87432024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.922 INFO O| Aug 09 21:09:20.922 INFO ok!
87442024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.922 INFO O| Aug 09 21:09:20.922 INFO STEP 32 (ensure_file) COMPLETE
87452024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.922 INFO O| Aug 09 21:09:20.922 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87462024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.934 INFO O| Aug 09 21:09:20.934 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87472024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.934 INFO O| Aug 09 21:09:20.934 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87482024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.934 INFO O| Aug 09 21:09:20.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87492024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.934 INFO O| Aug 09 21:09:20.934 INFO ok!
87502024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.934 INFO O| Aug 09 21:09:20.934 INFO STEP 33 (ensure_file) COMPLETE
87512024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.934 INFO O| Aug 09 21:09:20.934 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87522024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.946 INFO O| Aug 09 21:09:20.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87532024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.946 INFO O| Aug 09 21:09:20.946 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87542024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.946 INFO O| Aug 09 21:09:20.946 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87552024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.946 INFO O| Aug 09 21:09:20.946 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87562024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.946 INFO O| Aug 09 21:09:20.946 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87572024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.946 INFO O| Aug 09 21:09:20.946 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87582024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.946 INFO O| Aug 09 21:09:20.946 INFO ok!
87592024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.946 INFO O| Aug 09 21:09:20.946 INFO STEP 34 (ensure_file) COMPLETE
87602024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.946 INFO O| Aug 09 21:09:20.946 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87612024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.957 INFO O| Aug 09 21:09:20.957 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87622024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.957 INFO O| Aug 09 21:09:20.957 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87632024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.957 INFO O| Aug 09 21:09:20.957 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87642024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.957 INFO O| Aug 09 21:09:20.957 INFO STEP 35 (ensure_dir) COMPLETE
87652024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.957 INFO O| Aug 09 21:09:20.957 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87662024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.969 INFO O| Aug 09 21:09:20.969 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
87672024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.969 INFO O| Aug 09 21:09:20.969 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 ...
87682024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.969 INFO O| Aug 09 21:09:20.969 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
87692024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.969 INFO O| Aug 09 21:09:20.969 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
87702024-08-09T21:09:23.337Z[ host-image] Aug 09 21:09:20.969 INFO O| Aug 09 21:09:20.969 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
87712024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.969 INFO O| Aug 09 21:09:20.969 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
87722024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.969 INFO O| Aug 09 21:09:20.969 INFO ok!
87732024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.969 INFO O| Aug 09 21:09:20.969 INFO STEP 36 (ensure_file) COMPLETE
87742024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.969 INFO O| Aug 09 21:09:20.969 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87752024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.982 INFO O| Aug 09 21:09:20.982 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87762024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.982 INFO O| Aug 09 21:09:20.982 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 ...
87772024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.983 INFO O| Aug 09 21:09:20.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87782024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.983 INFO O| Aug 09 21:09:20.983 INFO ok!
87792024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.983 INFO O| Aug 09 21:09:20.983 INFO STEP 37 (ensure_symlink) COMPLETE
87802024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.983 INFO O| Aug 09 21:09:20.983 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87812024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.994 INFO O| Aug 09 21:09:20.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
87822024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.994 INFO O| Aug 09 21:09:20.994 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
87832024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.994 INFO O| Aug 09 21:09:20.994 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87842024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.994 INFO O| Aug 09 21:09:20.994 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87852024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.994 INFO O| Aug 09 21:09:20.994 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87862024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.995 INFO O| Aug 09 21:09:20.994 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87872024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.995 INFO O| Aug 09 21:09:20.995 INFO ok!
87882024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.995 INFO O| Aug 09 21:09:20.995 INFO STEP 38 (ensure_file) COMPLETE
87892024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:20.995 INFO O| Aug 09 21:09:20.995 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87902024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:21.007 INFO O| Aug 09 21:09:21.007 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
87912024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:21.007 INFO O| Aug 09 21:09:21.007 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 ...
87922024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:21.007 INFO O| Aug 09 21:09:21.007 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
87932024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:21.007 INFO O| Aug 09 21:09:21.007 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
87942024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:21.007 INFO O| Aug 09 21:09:21.007 INFO ok!
87952024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:21.007 INFO O| Aug 09 21:09:21.007 INFO STEP 39 (ensure_file) COMPLETE
87962024-08-09T21:09:23.338Z[ host-image] Aug 09 21:09:21.007 INFO O| Aug 09 21:09:21.007 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87972024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.036 INFO O| Aug 09 21:09:21.036 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
87982024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.036 INFO O| Aug 09 21:09:21.036 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
87992024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.036 INFO O| Aug 09 21:09:21.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88002024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.036 INFO O| Aug 09 21:09:21.036 INFO ok!
88012024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.036 INFO O| Aug 09 21:09:21.036 INFO STEP 40 (ensure_file) COMPLETE
88022024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.036 INFO O| Aug 09 21:09:21.036 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88032024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.055 INFO O| Aug 09 21:09:21.055 INFO updating shadow file
88042024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.055 INFO O| Aug 09 21:09:21.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88052024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.055 INFO O| Aug 09 21:09:21.055 INFO STEP 41 (shadow) COMPLETE
88062024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.055 INFO O| Aug 09 21:09:21.055 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88072024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.070 INFO O| Aug 09 21:09:21.069 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88082024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.070 INFO O| Aug 09 21:09:21.070 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88092024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.070 INFO O| Aug 09 21:09:21.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88102024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.070 INFO O| Aug 09 21:09:21.070 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88112024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.070 INFO O| Aug 09 21:09:21.070 INFO ok!
88122024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.070 INFO O| Aug 09 21:09:21.070 INFO STEP 42 (ensure_file) COMPLETE
88132024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.070 INFO O| Aug 09 21:09:21.070 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88142024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.070 INFO O| Aug 09 21:09:21.070 INFO skip step because feature "mfg" is not enabled
88152024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.070 INFO O| Aug 09 21:09:21.070 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88162024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.070 INFO O| Aug 09 21:09:21.070 INFO skip step because feature "mfg" is not enabled
88172024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.070 INFO O| Aug 09 21:09:21.070 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88182024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.086 INFO O| Aug 09 21:09:21.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88192024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.086 INFO O| Aug 09 21:09:21.086 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88202024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.779 INFO O| Aug 09 21:09:21.778 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88212024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.779 INFO O| Aug 09 21:09:21.779 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88222024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.779 INFO O| Aug 09 21:09:21.779 INFO ok!
88232024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.779 INFO O| Aug 09 21:09:21.779 INFO STEP 45 (ensure_file) COMPLETE
88242024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.779 INFO O| Aug 09 21:09:21.779 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88252024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.791 INFO O| Aug 09 21:09:21.791 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88262024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.791 INFO O| Aug 09 21:09:21.791 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88272024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.791 INFO O| Aug 09 21:09:21.791 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88282024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.791 INFO O| Aug 09 21:09:21.791 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88292024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.791 INFO O| Aug 09 21:09:21.791 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88302024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.791 INFO O| Aug 09 21:09:21.791 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88312024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.791 INFO O| Aug 09 21:09:21.791 INFO ok!
88322024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.791 INFO O| Aug 09 21:09:21.791 INFO STEP 46 (ensure_file) COMPLETE
88332024-08-09T21:09:23.339Z[ host-image] Aug 09 21:09:21.791 INFO O| Aug 09 21:09:21.791 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88342024-08-09T21:09:23.340Z[ host-image] Aug 09 21:09:21.802 INFO O| Aug 09 21:09:21.802 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88352024-08-09T21:09:23.340Z[ host-image] Aug 09 21:09:21.802 INFO O| Aug 09 21:09:21.802 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 ...
88362024-08-09T21:09:23.340Z[ host-image] Aug 09 21:09:21.803 INFO O| Aug 09 21:09:21.802 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
88372024-08-09T21:09:23.340Z[ host-image] Aug 09 21:09:21.803 INFO O| Aug 09 21:09:21.803 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88382024-08-09T21:09:23.340Z[ host-image] Aug 09 21:09:21.803 INFO O| Aug 09 21:09:21.803 INFO ok!
88392024-08-09T21:09:23.340Z[ host-image] Aug 09 21:09:21.803 INFO O| Aug 09 21:09:21.803 INFO STEP 47 (ensure_file) COMPLETE
88402024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.803 INFO O| Aug 09 21:09:21.803 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88412024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.814 INFO O| Aug 09 21:09:21.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88422024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.814 INFO O| Aug 09 21:09:21.814 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88432024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.815 INFO O| Aug 09 21:09:21.815 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88442024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.815 INFO O| Aug 09 21:09:21.815 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88452024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.815 INFO O| Aug 09 21:09:21.815 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88462024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.815 INFO O| Aug 09 21:09:21.815 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88472024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.815 INFO O| Aug 09 21:09:21.815 INFO ok!
88482024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.815 INFO O| Aug 09 21:09:21.815 INFO STEP 48 (ensure_file) COMPLETE
88492024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.815 INFO O| Aug 09 21:09:21.815 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88502024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.828 INFO O| Aug 09 21:09:21.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88512024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.828 INFO O| Aug 09 21:09:21.828 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 ...
88522024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.828 INFO O| Aug 09 21:09:21.828 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
88532024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.828 INFO O| Aug 09 21:09:21.828 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88542024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.828 INFO O| Aug 09 21:09:21.828 INFO ok!
88552024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.828 INFO O| Aug 09 21:09:21.828 INFO STEP 49 (ensure_file) COMPLETE
88562024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.828 INFO O| Aug 09 21:09:21.828 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88572024-08-09T21:09:23.343Z[ host-image] Aug 09 21:09:21.841 INFO O| Aug 09 21:09:21.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88582024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.841 INFO O| Aug 09 21:09:21.841 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88592024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.841 INFO O| Aug 09 21:09:21.841 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88602024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.841 INFO O| Aug 09 21:09:21.841 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88612024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.841 INFO O| Aug 09 21:09:21.841 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88622024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.841 INFO O| Aug 09 21:09:21.841 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88632024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.841 INFO O| Aug 09 21:09:21.841 INFO ok!
88642024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.841 INFO O| Aug 09 21:09:21.841 INFO STEP 50 (ensure_file) COMPLETE
88652024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.841 INFO O| Aug 09 21:09:21.841 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88662024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.853 INFO O| Aug 09 21:09:21.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88672024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.853 INFO O| Aug 09 21:09:21.853 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 ...
88682024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.854 INFO O| Aug 09 21:09:21.853 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
88692024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.854 INFO O| Aug 09 21:09:21.854 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
88702024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.854 INFO O| Aug 09 21:09:21.854 INFO ok!
88712024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.854 INFO O| Aug 09 21:09:21.854 INFO STEP 51 (ensure_file) COMPLETE
88722024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.854 INFO O| Aug 09 21:09:21.854 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88732024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.865 INFO O| Aug 09 21:09:21.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
88742024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.865 INFO O| Aug 09 21:09:21.865 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 ...
88752024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.865 INFO O| Aug 09 21:09:21.865 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
88762024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.865 INFO O| Aug 09 21:09:21.865 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
88772024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.865 INFO O| Aug 09 21:09:21.865 INFO ok!
88782024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.865 INFO O| Aug 09 21:09:21.865 INFO STEP 52 (ensure_file) COMPLETE
88792024-08-09T21:09:23.344Z[ host-image] Aug 09 21:09:21.865 INFO O| Aug 09 21:09:21.865 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88802024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.876 INFO O| Aug 09 21:09:21.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
88812024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.876 INFO O| Aug 09 21:09:21.876 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 ...
88822024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.876 INFO O| Aug 09 21:09:21.876 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
88832024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.877 INFO O| Aug 09 21:09:21.876 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
88842024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.877 INFO O| Aug 09 21:09:21.876 INFO ok!
88852024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.877 INFO O| Aug 09 21:09:21.877 INFO STEP 53 (ensure_file) COMPLETE
88862024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.877 INFO O| Aug 09 21:09:21.877 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88872024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.887 INFO O| Aug 09 21:09:21.887 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
88882024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.887 INFO O| Aug 09 21:09:21.887 INFO STEP 54 (ensure_dir) COMPLETE
88892024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.887 INFO O| Aug 09 21:09:21.887 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88902024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.898 INFO O| Aug 09 21:09:21.898 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88912024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.898 INFO O| Aug 09 21:09:21.898 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88922024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.898 INFO O| Aug 09 21:09:21.898 INFO STEP 55 (ensure_dir) COMPLETE
88932024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.898 INFO O| Aug 09 21:09:21.898 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88942024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.909 INFO O| Aug 09 21:09:21.909 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88952024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.909 INFO O| Aug 09 21:09:21.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88962024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.909 INFO O| Aug 09 21:09:21.909 INFO STEP 56 (ensure_dir) COMPLETE
88972024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.909 INFO O| Aug 09 21:09:21.909 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88982024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.921 INFO O| Aug 09 21:09:21.921 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
88992024-08-09T21:09:23.345Z[ host-image] Aug 09 21:09:21.921 INFO O| Aug 09 21:09:21.921 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89002024-08-09T21:09:23.353Z[ host-image] Aug 09 21:09:21.936 INFO O| Aug 09 21:09:21.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89012024-08-09T21:09:23.354Z[ host-image] Aug 09 21:09:21.936 INFO O| Aug 09 21:09:21.936 INFO ok!
89022024-08-09T21:09:23.356Z[ host-image] Aug 09 21:09:21.936 INFO O| Aug 09 21:09:21.936 INFO STEP 57 (ensure_file) COMPLETE
89032024-08-09T21:09:23.356Z[ host-image] Aug 09 21:09:21.936 INFO O| Aug 09 21:09:21.936 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89042024-08-09T21:09:23.368Z[ host-image] Aug 09 21:09:21.951 INFO O| Aug 09 21:09:21.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89052024-08-09T21:09:23.368Z[ host-image] Aug 09 21:09:21.951 INFO O| Aug 09 21:09:21.951 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89062024-08-09T21:09:24.480Z[ host-image] Aug 09 21:09:23.062 INFO O| Aug 09 21:09:23.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89072024-08-09T21:09:24.480Z[ host-image] Aug 09 21:09:23.062 INFO O| Aug 09 21:09:23.062 INFO ok!
89082024-08-09T21:09:24.483Z[ host-image] Aug 09 21:09:23.062 INFO O| Aug 09 21:09:23.062 INFO STEP 58 (ensure_file) COMPLETE
89092024-08-09T21:09:24.483Z[ host-image] Aug 09 21:09:23.062 INFO O| Aug 09 21:09:23.062 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89102024-08-09T21:09:24.504Z[ host-image] Aug 09 21:09:23.086 INFO O| Aug 09 21:09:23.086 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89112024-08-09T21:09:24.504Z[ host-image] Aug 09 21:09:23.086 INFO O| Aug 09 21:09:23.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89122024-08-09T21:09:24.504Z[ host-image] Aug 09 21:09:23.086 INFO O| Aug 09 21:09:23.086 INFO STEP 59 (ensure_dir) COMPLETE
89132024-08-09T21:09:24.507Z[ host-image] Aug 09 21:09:23.086 INFO O| Aug 09 21:09:23.086 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89142024-08-09T21:09:24.520Z[ host-image] Aug 09 21:09:23.103 INFO O| Aug 09 21:09:23.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89152024-08-09T21:09:24.520Z[ host-image] Aug 09 21:09:23.103 INFO O| Aug 09 21:09:23.103 INFO copying /tmp/.tmpsrWQsK/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 ...
89162024-08-09T21:09:24.523Z[ host-image] Aug 09 21:09:23.103 INFO O| Aug 09 21:09:23.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89172024-08-09T21:09:24.523Z[ host-image] Aug 09 21:09:23.103 INFO O| Aug 09 21:09:23.103 INFO ok!
89182024-08-09T21:09:24.523Z[ host-image] Aug 09 21:09:23.103 INFO O| Aug 09 21:09:23.103 INFO STEP 60 (ensure_file) COMPLETE
89192024-08-09T21:09:24.523Z[ host-image] Aug 09 21:09:23.103 INFO O| Aug 09 21:09:23.103 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89202024-08-09T21:09:24.541Z[ host-image] Aug 09 21:09:23.123 INFO O| Aug 09 21:09:23.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89212024-08-09T21:09:24.541Z[ host-image] Aug 09 21:09:23.123 INFO O| Aug 09 21:09:23.123 INFO copying /tmp/.tmpsrWQsK/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 ...
89222024-08-09T21:09:24.544Z[ host-image] Aug 09 21:09:23.123 INFO O| Aug 09 21:09:23.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89232024-08-09T21:09:24.544Z[ host-image] Aug 09 21:09:23.123 INFO O| Aug 09 21:09:23.123 INFO ok!
89242024-08-09T21:09:24.544Z[ host-image] Aug 09 21:09:23.123 INFO O| Aug 09 21:09:23.123 INFO STEP 61 (ensure_file) COMPLETE
89252024-08-09T21:09:24.544Z[ host-image] Aug 09 21:09:23.123 INFO O| Aug 09 21:09:23.123 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89262024-08-09T21:09:24.557Z[ host-image] Aug 09 21:09:23.139 INFO O| Aug 09 21:09:23.139 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89272024-08-09T21:09:24.557Z[ host-image] Aug 09 21:09:23.139 INFO O| Aug 09 21:09:23.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89282024-08-09T21:09:24.559Z[ host-image] Aug 09 21:09:23.139 INFO O| Aug 09 21:09:23.139 INFO STEP 62 (ensure_dir) COMPLETE
89292024-08-09T21:09:24.559Z[ host-image] Aug 09 21:09:23.139 INFO O| Aug 09 21:09:23.139 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89302024-08-09T21:09:24.578Z[ host-image] Aug 09 21:09:23.161 INFO O| Aug 09 21:09:23.160 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89312024-08-09T21:09:24.578Z[ host-image] Aug 09 21:09:23.161 INFO O| Aug 09 21:09:23.160 INFO copying /tmp/.tmpsrWQsK/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 ...
89322024-08-09T21:09:24.578Z[ host-image] Aug 09 21:09:23.161 INFO O| Aug 09 21:09:23.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89332024-08-09T21:09:24.581Z[ host-image] Aug 09 21:09:23.161 INFO O| Aug 09 21:09:23.161 INFO ok!
89342024-08-09T21:09:24.581Z[ host-image] Aug 09 21:09:23.161 INFO O| Aug 09 21:09:23.161 INFO STEP 63 (ensure_file) COMPLETE
89352024-08-09T21:09:24.581Z[ host-image] Aug 09 21:09:23.161 INFO O| Aug 09 21:09:23.161 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89362024-08-09T21:09:24.595Z[ host-image] Aug 09 21:09:23.178 INFO O| Aug 09 21:09:23.178 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89372024-08-09T21:09:24.596Z[ host-image] Aug 09 21:09:23.178 INFO O| Aug 09 21:09:23.178 INFO copying /tmp/.tmpsrWQsK/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 ...
89382024-08-09T21:09:24.596Z[ host-image] Aug 09 21:09:23.178 INFO O| Aug 09 21:09:23.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89392024-08-09T21:09:24.599Z[ host-image] Aug 09 21:09:23.178 INFO O| Aug 09 21:09:23.178 INFO ok!
89402024-08-09T21:09:24.599Z[ host-image] Aug 09 21:09:23.178 INFO O| Aug 09 21:09:23.178 INFO STEP 64 (ensure_file) COMPLETE
89412024-08-09T21:09:24.599Z[ host-image] Aug 09 21:09:23.178 INFO O| Aug 09 21:09:23.178 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89422024-08-09T21:09:24.612Z[ host-image] Aug 09 21:09:23.195 INFO O| Aug 09 21:09:23.195 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89432024-08-09T21:09:24.613Z[ host-image] Aug 09 21:09:23.195 INFO O| Aug 09 21:09:23.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89442024-08-09T21:09:24.616Z[ host-image] Aug 09 21:09:23.195 INFO O| Aug 09 21:09:23.195 INFO STEP 65 (ensure_dir) COMPLETE
89452024-08-09T21:09:24.616Z[ host-image] Aug 09 21:09:23.195 INFO O| Aug 09 21:09:23.195 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89462024-08-09T21:09:24.627Z[ host-image] Aug 09 21:09:23.209 INFO O| Aug 09 21:09:23.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89472024-08-09T21:09:24.627Z[ host-image] Aug 09 21:09:23.209 INFO O| Aug 09 21:09:23.209 INFO copying /tmp/.tmpsrWQsK/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 ...
89482024-08-09T21:09:24.630Z[ host-image] Aug 09 21:09:23.209 INFO O| Aug 09 21:09:23.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89492024-08-09T21:09:24.630Z[ host-image] Aug 09 21:09:23.209 INFO O| Aug 09 21:09:23.209 INFO ok!
89502024-08-09T21:09:24.630Z[ host-image] Aug 09 21:09:23.209 INFO O| Aug 09 21:09:23.209 INFO STEP 66 (ensure_file) COMPLETE
89512024-08-09T21:09:24.630Z[ host-image] Aug 09 21:09:23.209 INFO O| Aug 09 21:09:23.209 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89522024-08-09T21:09:24.640Z[ host-image] Aug 09 21:09:23.223 INFO O| Aug 09 21:09:23.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89532024-08-09T21:09:24.641Z[ host-image] Aug 09 21:09:23.223 INFO O| Aug 09 21:09:23.223 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89542024-08-09T21:09:24.641Z[ host-image] Aug 09 21:09:23.223 INFO O| Aug 09 21:09:23.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89552024-08-09T21:09:24.645Z[ host-image] Aug 09 21:09:23.223 INFO O| Aug 09 21:09:23.223 INFO ok!
89562024-08-09T21:09:24.645Z[ host-image] Aug 09 21:09:23.223 INFO O| Aug 09 21:09:23.223 INFO STEP 67 (ensure_file) COMPLETE
89572024-08-09T21:09:24.646Z[ host-image] Aug 09 21:09:23.223 INFO O| Aug 09 21:09:23.223 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89582024-08-09T21:09:24.654Z[ host-image] Aug 09 21:09:23.236 INFO O| Aug 09 21:09:23.236 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89592024-08-09T21:09:24.654Z[ host-image] Aug 09 21:09:23.237 INFO O| Aug 09 21:09:23.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89602024-08-09T21:09:24.657Z[ host-image] Aug 09 21:09:23.237 INFO O| Aug 09 21:09:23.237 INFO STEP 68 (ensure_dir) COMPLETE
89612024-08-09T21:09:24.657Z[ host-image] Aug 09 21:09:23.237 INFO O| Aug 09 21:09:23.237 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89622024-08-09T21:09:24.668Z[ host-image] Aug 09 21:09:23.249 INFO O| Aug 09 21:09:23.249 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89632024-08-09T21:09:24.668Z[ host-image] Aug 09 21:09:23.249 INFO O| Aug 09 21:09:23.249 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89642024-08-09T21:09:25.229Z[ host-image] Aug 09 21:09:23.811 INFO O| Aug 09 21:09:23.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89652024-08-09T21:09:25.229Z[ host-image] Aug 09 21:09:23.811 INFO O| Aug 09 21:09:23.811 INFO ok!
89662024-08-09T21:09:25.232Z[ host-image] Aug 09 21:09:23.811 INFO O| Aug 09 21:09:23.811 INFO STEP 69 (ensure_file) COMPLETE
89672024-08-09T21:09:25.232Z[ host-image] Aug 09 21:09:23.811 INFO O| Aug 09 21:09:23.811 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89682024-08-09T21:09:25.243Z[ host-image] Aug 09 21:09:23.825 INFO O| Aug 09 21:09:23.825 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
89692024-08-09T21:09:25.243Z[ host-image] Aug 09 21:09:23.825 INFO O| Aug 09 21:09:23.825 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
89702024-08-09T21:09:26.665Z[ host-image] Aug 09 21:09:25.247 INFO O| Aug 09 21:09:25.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
89712024-08-09T21:09:26.665Z[ host-image] Aug 09 21:09:25.247 INFO O| Aug 09 21:09:25.247 INFO ok!
89722024-08-09T21:09:26.668Z[ host-image] Aug 09 21:09:25.247 INFO O| Aug 09 21:09:25.247 INFO STEP 70 (ensure_file) COMPLETE
89732024-08-09T21:09:26.668Z[ host-image] Aug 09 21:09:25.247 INFO O| Aug 09 21:09:25.247 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89742024-08-09T21:09:26.677Z[ host-image] Aug 09 21:09:25.259 INFO O| Aug 09 21:09:25.259 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89752024-08-09T21:09:26.677Z[ host-image] Aug 09 21:09:25.260 INFO O| Aug 09 21:09:25.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89762024-08-09T21:09:26.677Z[ host-image] Aug 09 21:09:25.260 INFO O| Aug 09 21:09:25.260 INFO STEP 71 (ensure_dir) COMPLETE
89772024-08-09T21:09:26.680Z[ host-image] Aug 09 21:09:25.260 INFO O| Aug 09 21:09:25.260 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89782024-08-09T21:09:26.688Z[ host-image] Aug 09 21:09:25.270 INFO O| Aug 09 21:09:25.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
89792024-08-09T21:09:26.688Z[ host-image] Aug 09 21:09:25.270 INFO O| Aug 09 21:09:25.270 INFO copying /tmp/.tmpsrWQsK/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 ...
89802024-08-09T21:09:26.690Z[ host-image] Aug 09 21:09:25.270 INFO O| Aug 09 21:09:25.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
89812024-08-09T21:09:26.690Z[ host-image] Aug 09 21:09:25.270 INFO O| Aug 09 21:09:25.270 INFO ok!
89822024-08-09T21:09:26.690Z[ host-image] Aug 09 21:09:25.270 INFO O| Aug 09 21:09:25.270 INFO STEP 72 (ensure_file) COMPLETE
89832024-08-09T21:09:26.690Z[ host-image] Aug 09 21:09:25.270 INFO O| Aug 09 21:09:25.270 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89842024-08-09T21:09:26.698Z[ host-image] Aug 09 21:09:25.280 INFO O| Aug 09 21:09:25.280 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
89852024-08-09T21:09:26.698Z[ host-image] Aug 09 21:09:25.280 INFO O| Aug 09 21:09:25.280 INFO copying /tmp/.tmpsrWQsK/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 ...
89862024-08-09T21:09:26.701Z[ host-image] Aug 09 21:09:25.280 INFO O| Aug 09 21:09:25.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
89872024-08-09T21:09:26.701Z[ host-image] Aug 09 21:09:25.280 INFO O| Aug 09 21:09:25.280 INFO ok!
89882024-08-09T21:09:26.701Z[ host-image] Aug 09 21:09:25.280 INFO O| Aug 09 21:09:25.280 INFO STEP 73 (ensure_file) COMPLETE
89892024-08-09T21:09:26.701Z[ host-image] Aug 09 21:09:25.280 INFO O| Aug 09 21:09:25.280 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89902024-08-09T21:09:26.708Z[ host-image] Aug 09 21:09:25.291 INFO O| Aug 09 21:09:25.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
89912024-08-09T21:09:26.708Z[ host-image] Aug 09 21:09:25.291 INFO O| Aug 09 21:09:25.291 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
89922024-08-09T21:09:26.711Z[ host-image] Aug 09 21:09:25.291 INFO O| Aug 09 21:09:25.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
89932024-08-09T21:09:26.711Z[ host-image] Aug 09 21:09:25.291 INFO O| Aug 09 21:09:25.291 INFO ok!
89942024-08-09T21:09:26.711Z[ host-image] Aug 09 21:09:25.291 INFO O| Aug 09 21:09:25.291 INFO STEP 74 (ensure_file) COMPLETE
89952024-08-09T21:09:26.711Z[ host-image] Aug 09 21:09:25.291 INFO O| Aug 09 21:09:25.291 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89962024-08-09T21:09:26.720Z[ host-image] Aug 09 21:09:25.301 INFO O| Aug 09 21:09:25.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
89972024-08-09T21:09:26.720Z[ host-image] Aug 09 21:09:25.301 INFO O| Aug 09 21:09:25.301 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
89982024-08-09T21:09:26.722Z[ host-image] Aug 09 21:09:25.301 INFO O| Aug 09 21:09:25.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
89992024-08-09T21:09:26.722Z[ host-image] Aug 09 21:09:25.301 INFO O| Aug 09 21:09:25.301 INFO ok!
90002024-08-09T21:09:26.722Z[ host-image] Aug 09 21:09:25.301 INFO O| Aug 09 21:09:25.301 INFO STEP 75 (ensure_file) COMPLETE
90012024-08-09T21:09:26.722Z[ host-image] Aug 09 21:09:25.301 INFO O| Aug 09 21:09:25.301 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90022024-08-09T21:09:26.729Z[ host-image] Aug 09 21:09:25.312 INFO O| Aug 09 21:09:25.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90032024-08-09T21:09:26.729Z[ host-image] Aug 09 21:09:25.312 INFO O| Aug 09 21:09:25.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90042024-08-09T21:09:26.733Z[ host-image] Aug 09 21:09:25.312 INFO O| Aug 09 21:09:25.312 INFO STEP 76 (ensure_dir) COMPLETE
90052024-08-09T21:09:26.733Z[ host-image] Aug 09 21:09:25.312 INFO O| Aug 09 21:09:25.312 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90062024-08-09T21:09:26.740Z[ host-image] Aug 09 21:09:25.322 INFO O| Aug 09 21:09:25.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90072024-08-09T21:09:26.740Z[ host-image] Aug 09 21:09:25.322 INFO O| Aug 09 21:09:25.322 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90082024-08-09T21:09:26.744Z[ host-image] Aug 09 21:09:25.326 INFO O| Aug 09 21:09:25.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90092024-08-09T21:09:26.744Z[ host-image] Aug 09 21:09:25.326 INFO O| Aug 09 21:09:25.326 INFO ok!
90102024-08-09T21:09:26.744Z[ host-image] Aug 09 21:09:25.326 INFO O| Aug 09 21:09:25.326 INFO STEP 77 (ensure_file) COMPLETE
90112024-08-09T21:09:26.747Z[ host-image] Aug 09 21:09:25.326 INFO O| Aug 09 21:09:25.326 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90122024-08-09T21:09:26.755Z[ host-image] Aug 09 21:09:25.338 INFO O| Aug 09 21:09:25.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90132024-08-09T21:09:26.755Z[ host-image] Aug 09 21:09:25.338 INFO O| Aug 09 21:09:25.337 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90142024-08-09T21:09:26.758Z[ host-image] Aug 09 21:09:25.338 INFO O| Aug 09 21:09:25.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90152024-08-09T21:09:26.758Z[ host-image] Aug 09 21:09:25.338 INFO O| Aug 09 21:09:25.338 INFO ok!
90162024-08-09T21:09:26.758Z[ host-image] Aug 09 21:09:25.338 INFO O| Aug 09 21:09:25.338 INFO STEP 78 (ensure_file) COMPLETE
90172024-08-09T21:09:26.758Z[ host-image] Aug 09 21:09:25.338 INFO O| Aug 09 21:09:25.338 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90182024-08-09T21:09:26.766Z[ host-image] Aug 09 21:09:25.349 INFO O| Aug 09 21:09:25.348 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90192024-08-09T21:09:26.767Z[ host-image] Aug 09 21:09:25.349 INFO O| Aug 09 21:09:25.349 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90202024-08-09T21:09:26.954Z[ recovery-image] Aug 09 21:09:25.536 INFO E| Finished `release` profile [optimized] target(s) in 45.31s
90212024-08-09T21:09:26.980Z[ recovery-image] Aug 09 21:09:25.562 INFO building host image...
90222024-08-09T21:09:26.980Z[ recovery-image] Aug 09 21:09:25.563 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")
90232024-08-09T21:09:27.727Z[ recovery-image] Aug 09 21:09:26.309 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90242024-08-09T21:09:27.869Z[ host-image] Aug 09 21:09:26.451 INFO O| Aug 09 21:09:26.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90252024-08-09T21:09:27.869Z[ host-image] Aug 09 21:09:26.451 INFO O| Aug 09 21:09:26.451 INFO ok!
90262024-08-09T21:09:27.872Z[ host-image] Aug 09 21:09:26.451 INFO O| Aug 09 21:09:26.451 INFO STEP 79 (ensure_file) COMPLETE
90272024-08-09T21:09:27.872Z[ host-image] Aug 09 21:09:26.451 INFO O| Aug 09 21:09:26.451 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90282024-08-09T21:09:27.882Z[ host-image] Aug 09 21:09:26.464 INFO O| Aug 09 21:09:26.464 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90292024-08-09T21:09:27.882Z[ host-image] Aug 09 21:09:26.464 INFO O| Aug 09 21:09:26.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90302024-08-09T21:09:27.885Z[ host-image] Aug 09 21:09:26.464 INFO O| Aug 09 21:09:26.464 INFO STEP 80 (ensure_dir) COMPLETE
90312024-08-09T21:09:27.885Z[ host-image] Aug 09 21:09:26.464 INFO O| Aug 09 21:09:26.464 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90322024-08-09T21:09:27.893Z[ host-image] Aug 09 21:09:26.476 INFO O| Aug 09 21:09:26.475 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90332024-08-09T21:09:27.893Z[ host-image] Aug 09 21:09:26.476 INFO O| Aug 09 21:09:26.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90342024-08-09T21:09:27.893Z[ host-image] Aug 09 21:09:26.476 INFO O| Aug 09 21:09:26.476 INFO STEP 81 (ensure_dir) COMPLETE
90352024-08-09T21:09:27.896Z[ host-image] Aug 09 21:09:26.476 INFO O| Aug 09 21:09:26.476 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90362024-08-09T21:09:27.904Z[ host-image] Aug 09 21:09:26.486 INFO O| Aug 09 21:09:26.486 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90372024-08-09T21:09:27.904Z[ host-image] Aug 09 21:09:26.487 INFO O| Aug 09 21:09:26.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90382024-08-09T21:09:27.907Z[ host-image] Aug 09 21:09:26.487 INFO O| Aug 09 21:09:26.487 INFO STEP 82 (ensure_dir) COMPLETE
90392024-08-09T21:09:27.907Z[ host-image] Aug 09 21:09:26.487 INFO O| Aug 09 21:09:26.487 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90402024-08-09T21:09:27.915Z[ host-image] Aug 09 21:09:26.497 INFO O| Aug 09 21:09:26.497 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90412024-08-09T21:09:27.915Z[ host-image] Aug 09 21:09:26.497 INFO O| Aug 09 21:09:26.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90422024-08-09T21:09:27.918Z[ host-image] Aug 09 21:09:26.497 INFO O| Aug 09 21:09:26.497 INFO STEP 83 (ensure_dir) COMPLETE
90432024-08-09T21:09:27.918Z[ host-image] Aug 09 21:09:26.497 INFO O| Aug 09 21:09:26.497 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90442024-08-09T21:09:27.927Z[ host-image] Aug 09 21:09:26.509 INFO O| Aug 09 21:09:26.509 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90452024-08-09T21:09:27.927Z[ host-image] Aug 09 21:09:26.509 INFO O| Aug 09 21:09:26.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90462024-08-09T21:09:27.930Z[ host-image] Aug 09 21:09:26.509 INFO O| Aug 09 21:09:26.509 INFO STEP 84 (ensure_dir) COMPLETE
90472024-08-09T21:09:27.930Z[ host-image] Aug 09 21:09:26.509 INFO O| Aug 09 21:09:26.509 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90482024-08-09T21:09:27.938Z[ host-image] Aug 09 21:09:26.520 INFO O| Aug 09 21:09:26.520 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90492024-08-09T21:09:27.938Z[ host-image] Aug 09 21:09:26.521 INFO O| Aug 09 21:09:26.521 INFO copying /tmp/.tmpsrWQsK/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 ...
90502024-08-09T21:09:27.941Z[ host-image] Aug 09 21:09:26.521 INFO O| Aug 09 21:09:26.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
90512024-08-09T21:09:27.941Z[ host-image] Aug 09 21:09:26.521 INFO O| Aug 09 21:09:26.521 INFO ok!
90522024-08-09T21:09:27.941Z[ host-image] Aug 09 21:09:26.521 INFO O| Aug 09 21:09:26.521 INFO STEP 85 (ensure_file) COMPLETE
90532024-08-09T21:09:27.942Z[ host-image] Aug 09 21:09:26.521 INFO O| Aug 09 21:09:26.521 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90542024-08-09T21:09:27.951Z[ host-image] Aug 09 21:09:26.533 INFO O| Aug 09 21:09:26.533 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90552024-08-09T21:09:27.951Z[ host-image] Aug 09 21:09:26.533 INFO O| Aug 09 21:09:26.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90562024-08-09T21:09:27.953Z[ host-image] Aug 09 21:09:26.533 INFO O| Aug 09 21:09:26.533 INFO STEP 86 (ensure_dir) COMPLETE
90572024-08-09T21:09:27.953Z[ host-image] Aug 09 21:09:26.533 INFO O| Aug 09 21:09:26.533 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90582024-08-09T21:09:27.963Z[ host-image] Aug 09 21:09:26.545 INFO O| Aug 09 21:09:26.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90592024-08-09T21:09:27.963Z[ host-image] Aug 09 21:09:26.546 INFO O| Aug 09 21:09:26.545 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
90602024-08-09T21:09:27.966Z[ host-image] Aug 09 21:09:26.546 INFO O| Aug 09 21:09:26.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90612024-08-09T21:09:27.966Z[ host-image] Aug 09 21:09:26.546 INFO O| Aug 09 21:09:26.546 INFO ok!
90622024-08-09T21:09:27.966Z[ host-image] Aug 09 21:09:26.546 INFO O| Aug 09 21:09:26.546 INFO STEP 87 (ensure_file) COMPLETE
90632024-08-09T21:09:27.966Z[ host-image] Aug 09 21:09:26.546 INFO O| Aug 09 21:09:26.546 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90642024-08-09T21:09:27.975Z[ host-image] Aug 09 21:09:26.557 INFO O| Aug 09 21:09:26.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90652024-08-09T21:09:27.975Z[ host-image] Aug 09 21:09:26.557 INFO O| Aug 09 21:09:26.557 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90662024-08-09T21:09:28.228Z[ host-image] Aug 09 21:09:26.810 INFO O| Aug 09 21:09:26.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90672024-08-09T21:09:28.228Z[ host-image] Aug 09 21:09:26.810 INFO O| Aug 09 21:09:26.810 INFO ok!
90682024-08-09T21:09:28.233Z[ host-image] Aug 09 21:09:26.810 INFO O| Aug 09 21:09:26.810 INFO STEP 88 (ensure_file) COMPLETE
90692024-08-09T21:09:28.233Z[ host-image] Aug 09 21:09:26.810 INFO O| Aug 09 21:09:26.810 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90702024-08-09T21:09:28.240Z[ host-image] Aug 09 21:09:26.823 INFO O| Aug 09 21:09:26.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
90712024-08-09T21:09:28.240Z[ host-image] Aug 09 21:09:26.823 INFO O| Aug 09 21:09:26.823 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
90722024-08-09T21:09:28.761Z[ host-image] Aug 09 21:09:27.343 INFO O| Aug 09 21:09:27.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
90732024-08-09T21:09:28.761Z[ host-image] Aug 09 21:09:27.343 INFO O| Aug 09 21:09:27.343 INFO ok!
90742024-08-09T21:09:28.764Z[ host-image] Aug 09 21:09:27.343 INFO O| Aug 09 21:09:27.343 INFO STEP 89 (ensure_file) COMPLETE
90752024-08-09T21:09:28.764Z[ host-image] Aug 09 21:09:27.343 INFO O| Aug 09 21:09:27.343 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90762024-08-09T21:09:28.773Z[ host-image] Aug 09 21:09:27.355 INFO O| Aug 09 21:09:27.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
90772024-08-09T21:09:28.774Z[ host-image] Aug 09 21:09:27.356 INFO O| Aug 09 21:09:27.355 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
90782024-08-09T21:09:28.777Z[ host-image] Aug 09 21:09:27.356 INFO O| Aug 09 21:09:27.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
90792024-08-09T21:09:28.777Z[ host-image] Aug 09 21:09:27.356 INFO O| Aug 09 21:09:27.356 INFO ok!
90802024-08-09T21:09:28.777Z[ host-image] Aug 09 21:09:27.356 INFO O| Aug 09 21:09:27.356 INFO STEP 90 (ensure_file) COMPLETE
90812024-08-09T21:09:28.777Z[ host-image] Aug 09 21:09:27.356 INFO O| Aug 09 21:09:27.356 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90822024-08-09T21:09:28.784Z[ host-image] Aug 09 21:09:27.367 INFO O| Aug 09 21:09:27.366 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90832024-08-09T21:09:28.784Z[ host-image] Aug 09 21:09:27.367 INFO O| Aug 09 21:09:27.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90842024-08-09T21:09:28.784Z[ host-image] Aug 09 21:09:27.367 INFO O| Aug 09 21:09:27.367 INFO STEP 91 (ensure_dir) COMPLETE
90852024-08-09T21:09:28.787Z[ host-image] Aug 09 21:09:27.367 INFO O| Aug 09 21:09:27.367 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90862024-08-09T21:09:28.795Z[ host-image] Aug 09 21:09:27.377 INFO O| Aug 09 21:09:27.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
90872024-08-09T21:09:28.798Z[ host-image] Aug 09 21:09:27.377 INFO O| Aug 09 21:09:27.377 INFO copying /tmp/.tmpsrWQsK/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 ...
90882024-08-09T21:09:28.798Z[ host-image] Aug 09 21:09:27.377 INFO O| Aug 09 21:09:27.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
90892024-08-09T21:09:28.798Z[ host-image] Aug 09 21:09:27.377 INFO O| Aug 09 21:09:27.377 INFO ok!
90902024-08-09T21:09:28.798Z[ host-image] Aug 09 21:09:27.377 INFO O| Aug 09 21:09:27.377 INFO STEP 92 (ensure_file) COMPLETE
90912024-08-09T21:09:28.798Z[ host-image] Aug 09 21:09:27.377 INFO O| Aug 09 21:09:27.377 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90922024-08-09T21:09:28.806Z[ host-image] Aug 09 21:09:27.388 INFO O| Aug 09 21:09:27.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
90932024-08-09T21:09:28.809Z[ host-image] Aug 09 21:09:27.388 INFO O| Aug 09 21:09:27.388 INFO copying /tmp/.tmpsrWQsK/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 ...
90942024-08-09T21:09:28.809Z[ host-image] Aug 09 21:09:27.388 INFO O| Aug 09 21:09:27.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
90952024-08-09T21:09:28.809Z[ host-image] Aug 09 21:09:27.388 INFO O| Aug 09 21:09:27.388 INFO ok!
90962024-08-09T21:09:28.809Z[ host-image] Aug 09 21:09:27.388 INFO O| Aug 09 21:09:27.388 INFO STEP 93 (ensure_file) COMPLETE
90972024-08-09T21:09:28.809Z[ host-image] Aug 09 21:09:27.388 INFO O| Aug 09 21:09:27.388 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90982024-08-09T21:09:28.817Z[ host-image] Aug 09 21:09:27.399 INFO O| Aug 09 21:09:27.399 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
90992024-08-09T21:09:28.817Z[ host-image] Aug 09 21:09:27.399 INFO O| Aug 09 21:09:27.399 INFO copying /tmp/.tmpsrWQsK/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 ...
91002024-08-09T21:09:28.819Z[ host-image] Aug 09 21:09:27.399 INFO O| Aug 09 21:09:27.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91012024-08-09T21:09:28.819Z[ host-image] Aug 09 21:09:27.399 INFO O| Aug 09 21:09:27.399 INFO ok!
91022024-08-09T21:09:28.819Z[ host-image] Aug 09 21:09:27.399 INFO O| Aug 09 21:09:27.399 INFO STEP 94 (ensure_file) COMPLETE
91032024-08-09T21:09:28.819Z[ host-image] Aug 09 21:09:27.399 INFO O| Aug 09 21:09:27.399 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-08-09T21:09:28.827Z[ host-image] Aug 09 21:09:27.409 INFO O| Aug 09 21:09:27.409 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91052024-08-09T21:09:28.827Z[ host-image] Aug 09 21:09:27.410 INFO O| Aug 09 21:09:27.409 INFO copying /tmp/.tmpsrWQsK/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 ...
91062024-08-09T21:09:28.830Z[ host-image] Aug 09 21:09:27.410 INFO O| Aug 09 21:09:27.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91072024-08-09T21:09:28.830Z[ host-image] Aug 09 21:09:27.410 INFO O| Aug 09 21:09:27.410 INFO ok!
91082024-08-09T21:09:28.830Z[ host-image] Aug 09 21:09:27.410 INFO O| Aug 09 21:09:27.410 INFO STEP 95 (ensure_file) COMPLETE
91092024-08-09T21:09:28.830Z[ host-image] Aug 09 21:09:27.410 INFO O| Aug 09 21:09:27.410 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91102024-08-09T21:09:28.838Z[ host-image] Aug 09 21:09:27.420 INFO O| Aug 09 21:09:27.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91112024-08-09T21:09:28.838Z[ host-image] Aug 09 21:09:27.420 INFO O| Aug 09 21:09:27.420 INFO copying /tmp/.tmpsrWQsK/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 ...
91122024-08-09T21:09:28.841Z[ host-image] Aug 09 21:09:27.420 INFO O| Aug 09 21:09:27.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91132024-08-09T21:09:28.841Z[ host-image] Aug 09 21:09:27.420 INFO O| Aug 09 21:09:27.420 INFO ok!
91142024-08-09T21:09:28.841Z[ host-image] Aug 09 21:09:27.420 INFO O| Aug 09 21:09:27.420 INFO STEP 96 (ensure_file) COMPLETE
91152024-08-09T21:09:28.841Z[ host-image] Aug 09 21:09:27.420 INFO O| Aug 09 21:09:27.420 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91162024-08-09T21:09:28.848Z[ host-image] Aug 09 21:09:27.431 INFO O| Aug 09 21:09:27.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91172024-08-09T21:09:28.848Z[ host-image] Aug 09 21:09:27.431 INFO O| Aug 09 21:09:27.431 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91182024-08-09T21:09:28.851Z[ host-image] Aug 09 21:09:27.431 INFO O| Aug 09 21:09:27.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91192024-08-09T21:09:28.851Z[ host-image] Aug 09 21:09:27.431 INFO O| Aug 09 21:09:27.431 INFO ok!
91202024-08-09T21:09:28.851Z[ host-image] Aug 09 21:09:27.431 INFO O| Aug 09 21:09:27.431 INFO STEP 97 (ensure_file) COMPLETE
91212024-08-09T21:09:28.851Z[ host-image] Aug 09 21:09:27.431 INFO O| Aug 09 21:09:27.431 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91222024-08-09T21:09:28.859Z[ host-image] Aug 09 21:09:27.441 INFO O| Aug 09 21:09:27.441 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91232024-08-09T21:09:28.859Z[ host-image] Aug 09 21:09:27.441 INFO O| Aug 09 21:09:27.441 INFO copying /tmp/.tmpsrWQsK/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 ...
91242024-08-09T21:09:28.863Z[ host-image] Aug 09 21:09:27.441 INFO O| Aug 09 21:09:27.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91252024-08-09T21:09:28.863Z[ host-image] Aug 09 21:09:27.441 INFO O| Aug 09 21:09:27.441 INFO ok!
91262024-08-09T21:09:28.863Z[ host-image] Aug 09 21:09:27.441 INFO O| Aug 09 21:09:27.441 INFO STEP 98 (ensure_file) COMPLETE
91272024-08-09T21:09:28.863Z[ host-image] Aug 09 21:09:27.441 INFO O| Aug 09 21:09:27.441 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91282024-08-09T21:09:28.869Z[ host-image] Aug 09 21:09:27.451 INFO O| Aug 09 21:09:27.451 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91292024-08-09T21:09:28.869Z[ host-image] Aug 09 21:09:27.451 INFO O| Aug 09 21:09:27.451 INFO copying /tmp/.tmpsrWQsK/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 ...
91302024-08-09T21:09:28.872Z[ host-image] Aug 09 21:09:27.452 INFO O| Aug 09 21:09:27.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
91312024-08-09T21:09:28.872Z[ host-image] Aug 09 21:09:27.452 INFO O| Aug 09 21:09:27.452 INFO ok!
91322024-08-09T21:09:28.872Z[ host-image] Aug 09 21:09:27.452 INFO O| Aug 09 21:09:27.452 INFO STEP 99 (ensure_file) COMPLETE
91332024-08-09T21:09:28.872Z[ host-image] Aug 09 21:09:27.452 INFO O| Aug 09 21:09:27.452 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91342024-08-09T21:09:28.880Z[ host-image] Aug 09 21:09:27.462 INFO O| Aug 09 21:09:27.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91352024-08-09T21:09:28.880Z[ host-image] Aug 09 21:09:27.462 INFO O| Aug 09 21:09:27.462 INFO copying /tmp/.tmpsrWQsK/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 ...
91362024-08-09T21:09:28.883Z[ host-image] Aug 09 21:09:27.462 INFO O| Aug 09 21:09:27.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
91372024-08-09T21:09:28.883Z[ host-image] Aug 09 21:09:27.462 INFO O| Aug 09 21:09:27.462 INFO ok!
91382024-08-09T21:09:28.883Z[ host-image] Aug 09 21:09:27.462 INFO O| Aug 09 21:09:27.462 INFO STEP 100 (ensure_file) COMPLETE
91392024-08-09T21:09:28.883Z[ host-image] Aug 09 21:09:27.462 INFO O| Aug 09 21:09:27.462 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91402024-08-09T21:09:28.891Z[ host-image] Aug 09 21:09:27.473 INFO O| Aug 09 21:09:27.473 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91412024-08-09T21:09:28.891Z[ host-image] Aug 09 21:09:27.473 INFO O| Aug 09 21:09:27.473 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
91422024-08-09T21:09:28.893Z[ host-image] Aug 09 21:09:27.473 INFO O| Aug 09 21:09:27.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91432024-08-09T21:09:28.893Z[ host-image] Aug 09 21:09:27.473 INFO O| Aug 09 21:09:27.473 INFO ok!
91442024-08-09T21:09:28.894Z[ host-image] Aug 09 21:09:27.473 INFO O| Aug 09 21:09:27.473 INFO STEP 101 (ensure_file) COMPLETE
91452024-08-09T21:09:28.894Z[ host-image] Aug 09 21:09:27.473 INFO O| Aug 09 21:09:27.473 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91462024-08-09T21:09:28.901Z[ host-image] Aug 09 21:09:27.484 INFO O| Aug 09 21:09:27.484 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91472024-08-09T21:09:28.904Z[ host-image] Aug 09 21:09:27.484 INFO O| Aug 09 21:09:27.484 INFO copying /tmp/.tmpsrWQsK/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 ...
91482024-08-09T21:09:28.905Z[ host-image] Aug 09 21:09:27.484 INFO O| Aug 09 21:09:27.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91492024-08-09T21:09:28.905Z[ host-image] Aug 09 21:09:27.484 INFO O| Aug 09 21:09:27.484 INFO ok!
91502024-08-09T21:09:28.905Z[ host-image] Aug 09 21:09:27.484 INFO O| Aug 09 21:09:27.484 INFO STEP 102 (ensure_file) COMPLETE
91512024-08-09T21:09:28.905Z[ host-image] Aug 09 21:09:27.484 INFO O| Aug 09 21:09:27.484 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91522024-08-09T21:09:28.912Z[ host-image] Aug 09 21:09:27.494 INFO O| Aug 09 21:09:27.494 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91532024-08-09T21:09:28.915Z[ host-image] Aug 09 21:09:27.494 INFO O| Aug 09 21:09:27.494 INFO copying /tmp/.tmpsrWQsK/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 ...
91542024-08-09T21:09:28.915Z[ host-image] Aug 09 21:09:27.495 INFO O| Aug 09 21:09:27.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
91552024-08-09T21:09:28.915Z[ host-image] Aug 09 21:09:27.495 INFO O| Aug 09 21:09:27.495 INFO ok!
91562024-08-09T21:09:28.915Z[ host-image] Aug 09 21:09:27.495 INFO O| Aug 09 21:09:27.495 INFO STEP 103 (ensure_file) COMPLETE
91572024-08-09T21:09:28.915Z[ host-image] Aug 09 21:09:27.495 INFO O| Aug 09 21:09:27.495 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91582024-08-09T21:09:28.923Z[ host-image] Aug 09 21:09:27.505 INFO O| Aug 09 21:09:27.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91592024-08-09T21:09:28.923Z[ host-image] Aug 09 21:09:27.505 INFO O| Aug 09 21:09:27.505 INFO copying /tmp/.tmpsrWQsK/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 ...
91602024-08-09T21:09:28.926Z[ host-image] Aug 09 21:09:27.505 INFO O| Aug 09 21:09:27.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91612024-08-09T21:09:28.926Z[ host-image] Aug 09 21:09:27.505 INFO O| Aug 09 21:09:27.505 INFO ok!
91622024-08-09T21:09:28.926Z[ host-image] Aug 09 21:09:27.505 INFO O| Aug 09 21:09:27.505 INFO STEP 104 (ensure_file) COMPLETE
91632024-08-09T21:09:28.926Z[ host-image] Aug 09 21:09:27.505 INFO O| Aug 09 21:09:27.505 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91642024-08-09T21:09:28.933Z[ host-image] Aug 09 21:09:27.516 INFO O| Aug 09 21:09:27.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91652024-08-09T21:09:28.934Z[ host-image] Aug 09 21:09:27.516 INFO O| Aug 09 21:09:27.516 INFO copying /tmp/.tmpsrWQsK/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 ...
91662024-08-09T21:09:28.936Z[ host-image] Aug 09 21:09:27.516 INFO O| Aug 09 21:09:27.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
91672024-08-09T21:09:28.936Z[ host-image] Aug 09 21:09:27.516 INFO O| Aug 09 21:09:27.516 INFO ok!
91682024-08-09T21:09:28.936Z[ host-image] Aug 09 21:09:27.516 INFO O| Aug 09 21:09:27.516 INFO STEP 105 (ensure_file) COMPLETE
91692024-08-09T21:09:28.936Z[ host-image] Aug 09 21:09:27.516 INFO O| Aug 09 21:09:27.516 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91702024-08-09T21:09:28.945Z[ host-image] Aug 09 21:09:27.527 INFO O| Aug 09 21:09:27.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
91712024-08-09T21:09:28.945Z[ host-image] Aug 09 21:09:27.527 INFO O| Aug 09 21:09:27.527 INFO copying /tmp/.tmpsrWQsK/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 ...
91722024-08-09T21:09:28.948Z[ host-image] Aug 09 21:09:27.527 INFO O| Aug 09 21:09:27.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
91732024-08-09T21:09:28.948Z[ host-image] Aug 09 21:09:27.527 INFO O| Aug 09 21:09:27.527 INFO ok!
91742024-08-09T21:09:28.948Z[ host-image] Aug 09 21:09:27.527 INFO O| Aug 09 21:09:27.527 INFO STEP 106 (ensure_file) COMPLETE
91752024-08-09T21:09:28.948Z[ host-image] Aug 09 21:09:27.527 INFO O| Aug 09 21:09:27.527 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91762024-08-09T21:09:28.956Z[ host-image] Aug 09 21:09:27.538 INFO O| Aug 09 21:09:27.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
91772024-08-09T21:09:28.956Z[ host-image] Aug 09 21:09:27.538 INFO O| Aug 09 21:09:27.538 INFO copying /tmp/.tmpsrWQsK/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 ...
91782024-08-09T21:09:28.960Z[ host-image] Aug 09 21:09:27.538 INFO O| Aug 09 21:09:27.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
91792024-08-09T21:09:28.960Z[ host-image] Aug 09 21:09:27.538 INFO O| Aug 09 21:09:27.538 INFO ok!
91802024-08-09T21:09:28.960Z[ host-image] Aug 09 21:09:27.538 INFO O| Aug 09 21:09:27.538 INFO STEP 107 (ensure_file) COMPLETE
91812024-08-09T21:09:28.960Z[ host-image] Aug 09 21:09:27.538 INFO O| Aug 09 21:09:27.538 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91822024-08-09T21:09:28.967Z[ host-image] Aug 09 21:09:27.549 INFO O| Aug 09 21:09:27.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
91832024-08-09T21:09:28.967Z[ host-image] Aug 09 21:09:27.549 INFO O| Aug 09 21:09:27.549 INFO copying /tmp/.tmpsrWQsK/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 ...
91842024-08-09T21:09:28.969Z[ host-image] Aug 09 21:09:27.549 INFO O| Aug 09 21:09:27.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
91852024-08-09T21:09:28.969Z[ host-image] Aug 09 21:09:27.549 INFO O| Aug 09 21:09:27.549 INFO ok!
91862024-08-09T21:09:28.969Z[ host-image] Aug 09 21:09:27.549 INFO O| Aug 09 21:09:27.549 INFO STEP 108 (ensure_file) COMPLETE
91872024-08-09T21:09:28.969Z[ host-image] Aug 09 21:09:27.549 INFO O| Aug 09 21:09:27.549 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91882024-08-09T21:09:28.978Z[ host-image] Aug 09 21:09:27.560 INFO O| Aug 09 21:09:27.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
91892024-08-09T21:09:28.978Z[ host-image] Aug 09 21:09:27.560 INFO O| Aug 09 21:09:27.560 INFO copying /tmp/.tmpsrWQsK/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 ...
91902024-08-09T21:09:28.978Z[ host-image] Aug 09 21:09:27.561 INFO O| Aug 09 21:09:27.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
91912024-08-09T21:09:28.981Z[ host-image] Aug 09 21:09:27.561 INFO O| Aug 09 21:09:27.561 INFO ok!
91922024-08-09T21:09:28.982Z[ host-image] Aug 09 21:09:27.561 INFO O| Aug 09 21:09:27.561 INFO STEP 109 (ensure_file) COMPLETE
91932024-08-09T21:09:28.982Z[ host-image] Aug 09 21:09:27.561 INFO O| Aug 09 21:09:27.561 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91942024-08-09T21:09:28.991Z[ host-image] Aug 09 21:09:27.573 INFO O| Aug 09 21:09:27.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
91952024-08-09T21:09:28.991Z[ host-image] Aug 09 21:09:27.573 INFO O| Aug 09 21:09:27.573 INFO copying /tmp/.tmpsrWQsK/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 ...
91962024-08-09T21:09:28.994Z[ host-image] Aug 09 21:09:27.573 INFO O| Aug 09 21:09:27.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
91972024-08-09T21:09:28.994Z[ host-image] Aug 09 21:09:27.573 INFO O| Aug 09 21:09:27.573 INFO ok!
91982024-08-09T21:09:28.994Z[ host-image] Aug 09 21:09:27.573 INFO O| Aug 09 21:09:27.573 INFO STEP 110 (ensure_file) COMPLETE
91992024-08-09T21:09:28.994Z[ host-image] Aug 09 21:09:27.573 INFO O| Aug 09 21:09:27.573 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92002024-08-09T21:09:29.004Z[ host-image] Aug 09 21:09:27.586 INFO O| Aug 09 21:09:27.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92012024-08-09T21:09:29.004Z[ host-image] Aug 09 21:09:27.586 INFO O| Aug 09 21:09:27.586 INFO copying /tmp/.tmpsrWQsK/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 ...
92022024-08-09T21:09:29.007Z[ host-image] Aug 09 21:09:27.586 INFO O| Aug 09 21:09:27.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92032024-08-09T21:09:29.007Z[ host-image] Aug 09 21:09:27.586 INFO O| Aug 09 21:09:27.586 INFO ok!
92042024-08-09T21:09:29.007Z[ host-image] Aug 09 21:09:27.586 INFO O| Aug 09 21:09:27.586 INFO STEP 111 (ensure_file) COMPLETE
92052024-08-09T21:09:29.007Z[ host-image] Aug 09 21:09:27.586 INFO O| Aug 09 21:09:27.586 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92062024-08-09T21:09:29.017Z[ host-image] Aug 09 21:09:27.599 INFO O| Aug 09 21:09:27.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92072024-08-09T21:09:29.017Z[ host-image] Aug 09 21:09:27.599 INFO O| Aug 09 21:09:27.599 INFO copying /tmp/.tmpsrWQsK/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 ...
92082024-08-09T21:09:29.020Z[ host-image] Aug 09 21:09:27.599 INFO O| Aug 09 21:09:27.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92092024-08-09T21:09:29.020Z[ host-image] Aug 09 21:09:27.599 INFO O| Aug 09 21:09:27.599 INFO ok!
92102024-08-09T21:09:29.020Z[ host-image] Aug 09 21:09:27.599 INFO O| Aug 09 21:09:27.599 INFO STEP 112 (ensure_file) COMPLETE
92112024-08-09T21:09:29.020Z[ host-image] Aug 09 21:09:27.599 INFO O| Aug 09 21:09:27.599 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92122024-08-09T21:09:29.028Z[ host-image] Aug 09 21:09:27.611 INFO O| Aug 09 21:09:27.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92132024-08-09T21:09:29.031Z[ host-image] Aug 09 21:09:27.611 INFO O| Aug 09 21:09:27.611 INFO copying /tmp/.tmpsrWQsK/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 ...
92142024-08-09T21:09:29.031Z[ host-image] Aug 09 21:09:27.611 INFO O| Aug 09 21:09:27.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92152024-08-09T21:09:29.031Z[ host-image] Aug 09 21:09:27.611 INFO O| Aug 09 21:09:27.611 INFO ok!
92162024-08-09T21:09:29.031Z[ host-image] Aug 09 21:09:27.611 INFO O| Aug 09 21:09:27.611 INFO STEP 113 (ensure_file) COMPLETE
92172024-08-09T21:09:29.031Z[ host-image] Aug 09 21:09:27.611 INFO O| Aug 09 21:09:27.611 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92182024-08-09T21:09:29.040Z[ host-image] Aug 09 21:09:27.622 INFO O| Aug 09 21:09:27.622 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92192024-08-09T21:09:29.040Z[ host-image] Aug 09 21:09:27.622 INFO O| Aug 09 21:09:27.622 INFO copying /tmp/.tmpsrWQsK/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 ...
92202024-08-09T21:09:29.040Z[ host-image] Aug 09 21:09:27.622 INFO O| Aug 09 21:09:27.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92212024-08-09T21:09:29.043Z[ host-image] Aug 09 21:09:27.622 INFO O| Aug 09 21:09:27.622 INFO ok!
92222024-08-09T21:09:29.043Z[ host-image] Aug 09 21:09:27.622 INFO O| Aug 09 21:09:27.622 INFO STEP 114 (ensure_file) COMPLETE
92232024-08-09T21:09:29.043Z[ host-image] Aug 09 21:09:27.622 INFO O| Aug 09 21:09:27.622 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-08-09T21:09:29.051Z[ host-image] Aug 09 21:09:27.633 INFO O| Aug 09 21:09:27.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92252024-08-09T21:09:29.051Z[ host-image] Aug 09 21:09:27.633 INFO O| Aug 09 21:09:27.633 INFO copying /tmp/.tmpsrWQsK/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 ...
92262024-08-09T21:09:29.054Z[ host-image] Aug 09 21:09:27.633 INFO O| Aug 09 21:09:27.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92272024-08-09T21:09:29.054Z[ host-image] Aug 09 21:09:27.633 INFO O| Aug 09 21:09:27.633 INFO ok!
92282024-08-09T21:09:29.054Z[ host-image] Aug 09 21:09:27.633 INFO O| Aug 09 21:09:27.633 INFO STEP 115 (ensure_file) COMPLETE
92292024-08-09T21:09:29.054Z[ host-image] Aug 09 21:09:27.633 INFO O| Aug 09 21:09:27.633 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-08-09T21:09:29.063Z[ host-image] Aug 09 21:09:27.645 INFO O| Aug 09 21:09:27.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92312024-08-09T21:09:29.063Z[ host-image] Aug 09 21:09:27.645 INFO O| Aug 09 21:09:27.645 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
92322024-08-09T21:09:29.066Z[ host-image] Aug 09 21:09:27.645 INFO O| Aug 09 21:09:27.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92332024-08-09T21:09:29.066Z[ host-image] Aug 09 21:09:27.645 INFO O| Aug 09 21:09:27.645 INFO ok!
92342024-08-09T21:09:29.066Z[ host-image] Aug 09 21:09:27.645 INFO O| Aug 09 21:09:27.645 INFO STEP 116 (ensure_file) COMPLETE
92352024-08-09T21:09:29.066Z[ host-image] Aug 09 21:09:27.645 INFO O| Aug 09 21:09:27.645 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-08-09T21:09:29.075Z[ host-image] Aug 09 21:09:27.657 INFO O| Aug 09 21:09:27.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92372024-08-09T21:09:29.075Z[ host-image] Aug 09 21:09:27.657 INFO O| Aug 09 21:09:27.657 INFO copying /tmp/.tmpsrWQsK/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 ...
92382024-08-09T21:09:29.077Z[ host-image] Aug 09 21:09:27.657 INFO O| Aug 09 21:09:27.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92392024-08-09T21:09:29.078Z[ host-image] Aug 09 21:09:27.657 INFO O| Aug 09 21:09:27.657 INFO ok!
92402024-08-09T21:09:29.078Z[ host-image] Aug 09 21:09:27.657 INFO O| Aug 09 21:09:27.657 INFO STEP 117 (ensure_file) COMPLETE
92412024-08-09T21:09:29.078Z[ host-image] Aug 09 21:09:27.657 INFO O| Aug 09 21:09:27.657 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-08-09T21:09:29.086Z[ host-image] Aug 09 21:09:27.669 INFO O| Aug 09 21:09:27.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92432024-08-09T21:09:29.086Z[ host-image] Aug 09 21:09:27.669 INFO O| Aug 09 21:09:27.668 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92442024-08-09T21:09:29.090Z[ host-image] Aug 09 21:09:27.669 INFO O| Aug 09 21:09:27.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92452024-08-09T21:09:29.090Z[ host-image] Aug 09 21:09:27.669 INFO O| Aug 09 21:09:27.669 INFO ok!
92462024-08-09T21:09:29.090Z[ host-image] Aug 09 21:09:27.669 INFO O| Aug 09 21:09:27.669 INFO STEP 118 (ensure_file) COMPLETE
92472024-08-09T21:09:29.090Z[ host-image] Aug 09 21:09:27.669 INFO O| Aug 09 21:09:27.669 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-08-09T21:09:29.097Z[ host-image] Aug 09 21:09:27.680 INFO O| Aug 09 21:09:27.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92492024-08-09T21:09:29.097Z[ host-image] Aug 09 21:09:27.680 INFO O| Aug 09 21:09:27.680 INFO copying /tmp/.tmpsrWQsK/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92502024-08-09T21:09:29.662Z[ recovery-image] Aug 09 21:09:28.244 INFO image complete! materials are in "/work/os-recovery"
92512024-08-09T21:09:29.665Z[ recovery-image]
92522024-08-09T21:09:29.665Z[ recovery-image] real 7:02.266520384
92532024-08-09T21:09:29.665Z[ recovery-image] user 4:45.635982298
92542024-08-09T21:09:29.665Z[ recovery-image] sys 1:08.098571018
92552024-08-09T21:09:29.665Z[ recovery-image] trap 0.242119798
92562024-08-09T21:09:29.665Z[ recovery-image] tflt 0.671877511
92572024-08-09T21:09:29.668Z[ recovery-image] dflt 1.284688922
92582024-08-09T21:09:29.668Z[ recovery-image] kflt 0.002011607
92592024-08-09T21:09:29.668Z[ recovery-image] lock 9:26.015749209
92602024-08-09T21:09:29.668Z[ recovery-image] slp 41:03.001234821
92612024-08-09T21:09:29.668Z[ recovery-image] lat 1:48.936391358
92622024-08-09T21:09:29.668Z[ recovery-image] stop 3.677880406
92632024-08-09T21:09:29.668ZAug 09 21:09:28.247 INFO [recovery-image] process exited with exit status: 0 (422.306839765s)
92642024-08-09T21:09:32.378Z[ host-image] Aug 09 21:09:30.959 INFO O| Aug 09 21:09:30.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92652024-08-09T21:09:32.378Z[ host-image] Aug 09 21:09:30.959 INFO O| Aug 09 21:09:30.959 INFO ok!
92662024-08-09T21:09:32.381Z[ host-image] Aug 09 21:09:30.959 INFO O| Aug 09 21:09:30.959 INFO STEP 119 (ensure_file) COMPLETE
92672024-08-09T21:09:32.381Z[ host-image] Aug 09 21:09:30.959 INFO O| Aug 09 21:09:30.959 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-08-09T21:09:32.390Z[ host-image] Aug 09 21:09:30.971 INFO O| Aug 09 21:09:30.971 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92692024-08-09T21:09:32.390Z[ host-image] Aug 09 21:09:30.971 INFO O| Aug 09 21:09:30.971 INFO STEP 120 (ensure_dir) COMPLETE
92702024-08-09T21:09:32.392Z[ host-image] Aug 09 21:09:30.971 INFO O| Aug 09 21:09:30.971 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-08-09T21:09:32.400Z[ host-image] Aug 09 21:09:30.981 INFO O| Aug 09 21:09:30.981 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92722024-08-09T21:09:32.400Z[ host-image] Aug 09 21:09:30.981 INFO O| Aug 09 21:09:30.981 INFO STEP 121 (ensure_dir) COMPLETE
92732024-08-09T21:09:32.403Z[ host-image] Aug 09 21:09:30.981 INFO O| Aug 09 21:09:30.981 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-08-09T21:09:32.409Z[ host-image] Aug 09 21:09:30.991 INFO O| Aug 09 21:09:30.991 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
92752024-08-09T21:09:32.410Z[ host-image] Aug 09 21:09:30.991 INFO O| Aug 09 21:09:30.991 INFO STEP 122 (ensure_dir) COMPLETE
92762024-08-09T21:09:32.413Z[ host-image] Aug 09 21:09:30.991 INFO O| Aug 09 21:09:30.991 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-08-09T21:09:32.420Z[ host-image] Aug 09 21:09:31.001 INFO O| Aug 09 21:09:31.001 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
92782024-08-09T21:09:32.420Z[ host-image] Aug 09 21:09:31.001 INFO O| Aug 09 21:09:31.001 INFO STEP 123 (ensure_dir) COMPLETE
92792024-08-09T21:09:32.423Z[ host-image] Aug 09 21:09:31.001 INFO O| Aug 09 21:09:31.001 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92802024-08-09T21:09:32.431Z[ host-image] Aug 09 21:09:31.013 INFO O| Aug 09 21:09:31.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
92812024-08-09T21:09:32.432Z[ host-image] Aug 09 21:09:31.013 INFO O| Aug 09 21:09:31.013 INFO copying /tmp/.tmpsrWQsK/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 ...
92822024-08-09T21:09:32.432Z[ host-image] Aug 09 21:09:31.013 INFO O| Aug 09 21:09:31.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
92832024-08-09T21:09:32.443Z[ host-image] Aug 09 21:09:31.013 INFO O| Aug 09 21:09:31.013 INFO ok!
92842024-08-09T21:09:32.443Z[ host-image] Aug 09 21:09:31.013 INFO O| Aug 09 21:09:31.013 INFO STEP 124 (ensure_file) COMPLETE
92852024-08-09T21:09:32.443Z[ host-image] Aug 09 21:09:31.013 INFO O| Aug 09 21:09:31.013 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-08-09T21:09:32.455Z[ host-image] Aug 09 21:09:31.037 INFO O| Aug 09 21:09:31.037 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92872024-08-09T21:09:32.455Z[ host-image] Aug 09 21:09:31.037 INFO O| Aug 09 21:09:31.037 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92882024-08-09T21:09:32.458Z[ host-image] Aug 09 21:09:31.037 INFO O| Aug 09 21:09:31.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
92892024-08-09T21:09:32.458Z[ host-image] Aug 09 21:09:31.037 INFO O| Aug 09 21:09:31.037 INFO STEP 125 (ensure_dir) COMPLETE
92902024-08-09T21:09:32.458Z[ host-image] Aug 09 21:09:31.037 INFO O| Aug 09 21:09:31.037 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-08-09T21:09:32.467Z[ host-image] Aug 09 21:09:31.049 INFO O| Aug 09 21:09:31.049 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
92922024-08-09T21:09:32.467Z[ host-image] Aug 09 21:09:31.049 INFO O| Aug 09 21:09:31.049 INFO copying /tmp/.tmpsrWQsK/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
92932024-08-09T21:09:32.470Z[ host-image] Aug 09 21:09:31.049 INFO O| Aug 09 21:09:31.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
92942024-08-09T21:09:32.470Z[ host-image] Aug 09 21:09:31.049 INFO O| Aug 09 21:09:31.049 INFO ok!
92952024-08-09T21:09:32.470Z[ host-image] Aug 09 21:09:31.049 INFO O| Aug 09 21:09:31.049 INFO STEP 126 (ensure_file) COMPLETE
92962024-08-09T21:09:32.470Z[ host-image] Aug 09 21:09:31.049 INFO O| Aug 09 21:09:31.049 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92972024-08-09T21:09:32.479Z[ host-image] Aug 09 21:09:31.060 INFO O| Aug 09 21:09:31.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
92982024-08-09T21:09:32.481Z[ host-image] Aug 09 21:09:31.061 INFO O| Aug 09 21:09:31.061 INFO STEP 127 (remove_files) COMPLETE
92992024-08-09T21:09:32.481Z[ host-image] Aug 09 21:09:31.061 INFO O| Aug 09 21:09:31.061 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93002024-08-09T21:09:32.491Z[ host-image] Aug 09 21:09:31.072 INFO O| Aug 09 21:09:31.072 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93012024-08-09T21:09:32.494Z[ host-image] Aug 09 21:09:31.073 INFO O| Aug 09 21:09:31.073 INFO STEP 128 (remove_files) COMPLETE
93022024-08-09T21:09:32.494Z[ host-image] Aug 09 21:09:31.073 INFO O| Aug 09 21:09:31.073 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93032024-08-09T21:09:32.503Z[ host-image] Aug 09 21:09:31.084 INFO O| Aug 09 21:09:31.084 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93042024-08-09T21:09:32.506Z[ host-image] Aug 09 21:09:31.084 INFO O| Aug 09 21:09:31.084 INFO STEP 129 (remove_files) COMPLETE
93052024-08-09T21:09:32.506Z[ host-image] Aug 09 21:09:31.084 INFO O| Aug 09 21:09:31.084 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93062024-08-09T21:09:32.514Z[ host-image] Aug 09 21:09:31.095 INFO O| Aug 09 21:09:31.095 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93072024-08-09T21:09:32.516Z[ host-image] Aug 09 21:09:31.096 INFO O| Aug 09 21:09:31.096 INFO STEP 130 (remove_files) COMPLETE
93082024-08-09T21:09:32.516Z[ host-image] Aug 09 21:09:31.096 INFO O| Aug 09 21:09:31.096 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93092024-08-09T21:09:32.525Z[ host-image] Aug 09 21:09:31.107 INFO O| Aug 09 21:09:31.107 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93102024-08-09T21:09:32.528Z[ host-image] Aug 09 21:09:31.107 INFO O| Aug 09 21:09:31.107 INFO STEP 131 (remove_files) COMPLETE
93112024-08-09T21:09:32.528Z[ host-image] Aug 09 21:09:31.107 INFO O| Aug 09 21:09:31.107 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93122024-08-09T21:09:32.538Z[ host-image] Aug 09 21:09:31.119 INFO O| Aug 09 21:09:31.119 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93132024-08-09T21:09:32.541Z[ host-image] Aug 09 21:09:31.120 INFO O| Aug 09 21:09:31.120 INFO STEP 132 (remove_files) COMPLETE
93142024-08-09T21:09:32.541Z[ host-image] Aug 09 21:09:31.120 INFO O| Aug 09 21:09:31.120 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93152024-08-09T21:09:32.550Z[ host-image] Aug 09 21:09:31.132 INFO O| Aug 09 21:09:31.132 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93162024-08-09T21:09:32.550Z[ host-image] Aug 09 21:09:31.132 INFO O| Aug 09 21:09:31.132 INFO STEP 133 (remove_files) COMPLETE
93172024-08-09T21:09:32.550Z[ host-image] Aug 09 21:09:31.132 INFO O| Aug 09 21:09:31.132 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93182024-08-09T21:09:32.562Z[ host-image] Aug 09 21:09:31.144 INFO O| Aug 09 21:09:31.144 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93192024-08-09T21:09:32.562Z[ host-image] Aug 09 21:09:31.144 INFO O| Aug 09 21:09:31.144 INFO STEP 134 (remove_files) COMPLETE
93202024-08-09T21:09:32.562Z[ host-image] Aug 09 21:09:31.144 INFO O| Aug 09 21:09:31.144 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93212024-08-09T21:09:32.576Z[ host-image] Aug 09 21:09:31.157 INFO O| Aug 09 21:09:31.157 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93222024-08-09T21:09:32.576Z[ host-image] Aug 09 21:09:31.157 INFO O| Aug 09 21:09:31.157 INFO STEP 135 (remove_files) COMPLETE
93232024-08-09T21:09:32.576Z[ host-image] Aug 09 21:09:31.157 INFO O| Aug 09 21:09:31.157 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93242024-08-09T21:09:32.587Z[ host-image] Aug 09 21:09:31.169 INFO O| Aug 09 21:09:31.169 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93252024-08-09T21:09:32.587Z[ host-image] Aug 09 21:09:31.169 INFO O| Aug 09 21:09:31.169 INFO STEP 136 (remove_files) COMPLETE
93262024-08-09T21:09:32.592Z[ host-image] Aug 09 21:09:31.169 INFO O| Aug 09 21:09:31.169 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93272024-08-09T21:09:32.599Z[ host-image] Aug 09 21:09:31.181 INFO O| Aug 09 21:09:31.180 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93282024-08-09T21:09:32.599Z[ host-image] Aug 09 21:09:31.181 INFO O| Aug 09 21:09:31.181 INFO STEP 137 (remove_files) COMPLETE
93292024-08-09T21:09:32.602Z[ host-image] Aug 09 21:09:31.181 INFO O| Aug 09 21:09:31.181 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93302024-08-09T21:09:32.610Z[ host-image] Aug 09 21:09:31.191 INFO O| Aug 09 21:09:31.191 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93312024-08-09T21:09:32.610Z[ host-image] Aug 09 21:09:31.192 INFO O| Aug 09 21:09:31.192 INFO STEP 138 (remove_files) COMPLETE
93322024-08-09T21:09:32.610Z[ host-image] Aug 09 21:09:31.192 INFO O| Aug 09 21:09:31.192 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93332024-08-09T21:09:32.621Z[ host-image] Aug 09 21:09:31.203 INFO O| Aug 09 21:09:31.203 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93342024-08-09T21:09:32.621Z[ host-image] Aug 09 21:09:31.203 INFO O| Aug 09 21:09:31.203 INFO STEP 139 (remove_files) COMPLETE
93352024-08-09T21:09:32.621Z[ host-image] Aug 09 21:09:31.203 INFO O| Aug 09 21:09:31.203 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93362024-08-09T21:09:32.632Z[ host-image] Aug 09 21:09:31.214 INFO O| Aug 09 21:09:31.214 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93372024-08-09T21:09:32.632Z[ host-image] Aug 09 21:09:31.214 INFO O| Aug 09 21:09:31.214 INFO STEP 140 (remove_files) COMPLETE
93382024-08-09T21:09:32.632Z[ host-image] Aug 09 21:09:31.214 INFO O| Aug 09 21:09:31.214 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93392024-08-09T21:09:32.643Z[ host-image] Aug 09 21:09:31.225 INFO O| Aug 09 21:09:31.225 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93402024-08-09T21:09:32.643Z[ host-image] Aug 09 21:09:31.225 INFO O| Aug 09 21:09:31.225 INFO STEP 141 (remove_files) COMPLETE
93412024-08-09T21:09:32.643Z[ host-image] Aug 09 21:09:31.225 INFO O| Aug 09 21:09:31.225 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93422024-08-09T21:09:32.654Z[ host-image] Aug 09 21:09:31.236 INFO O| Aug 09 21:09:31.236 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93432024-08-09T21:09:32.657Z[ host-image] Aug 09 21:09:31.236 INFO O| Aug 09 21:09:31.236 INFO STEP 142 (remove_files) COMPLETE
93442024-08-09T21:09:32.657Z[ host-image] Aug 09 21:09:31.236 INFO O| Aug 09 21:09:31.236 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93452024-08-09T21:09:32.665Z[ host-image] Aug 09 21:09:31.247 INFO O| Aug 09 21:09:31.247 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93462024-08-09T21:09:32.668Z[ host-image] Aug 09 21:09:31.247 INFO O| Aug 09 21:09:31.247 INFO STEP 143 (remove_files) COMPLETE
93472024-08-09T21:09:32.668Z[ host-image] Aug 09 21:09:31.247 INFO O| Aug 09 21:09:31.247 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93482024-08-09T21:09:32.676Z[ host-image] Aug 09 21:09:31.257 INFO O| Aug 09 21:09:31.257 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93492024-08-09T21:09:32.676Z[ host-image] Aug 09 21:09:31.257 INFO O| Aug 09 21:09:31.257 INFO STEP 144 (remove_files) COMPLETE
93502024-08-09T21:09:32.678Z[ host-image] Aug 09 21:09:31.258 INFO O| Aug 09 21:09:31.257 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93512024-08-09T21:09:32.687Z[ host-image] Aug 09 21:09:31.269 INFO O| Aug 09 21:09:31.268 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93522024-08-09T21:09:32.687Z[ host-image] Aug 09 21:09:31.269 INFO O| Aug 09 21:09:31.269 INFO STEP 145 (remove_files) COMPLETE
93532024-08-09T21:09:32.690Z[ host-image] Aug 09 21:09:31.269 INFO O| Aug 09 21:09:31.269 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93542024-08-09T21:09:32.697Z[ host-image] Aug 09 21:09:31.279 INFO O| Aug 09 21:09:31.279 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93552024-08-09T21:09:32.698Z[ host-image] Aug 09 21:09:31.279 INFO O| Aug 09 21:09:31.279 INFO STEP 146 (remove_files) COMPLETE
93562024-08-09T21:09:32.701Z[ host-image] Aug 09 21:09:31.279 INFO O| Aug 09 21:09:31.279 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93572024-08-09T21:09:32.708Z[ host-image] Aug 09 21:09:31.290 INFO O| Aug 09 21:09:31.290 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93582024-08-09T21:09:32.708Z[ host-image] Aug 09 21:09:31.290 INFO O| Aug 09 21:09:31.290 INFO STEP 147 (remove_files) COMPLETE
93592024-08-09T21:09:32.708Z[ host-image] Aug 09 21:09:31.290 INFO O| Aug 09 21:09:31.290 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93602024-08-09T21:09:32.720Z[ host-image] Aug 09 21:09:31.301 INFO O| Aug 09 21:09:31.301 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93612024-08-09T21:09:32.720Z[ host-image] Aug 09 21:09:31.301 INFO O| Aug 09 21:09:31.301 INFO STEP 148 (remove_files) COMPLETE
93622024-08-09T21:09:32.720Z[ host-image] Aug 09 21:09:31.301 INFO O| Aug 09 21:09:31.301 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93632024-08-09T21:09:32.730Z[ host-image] Aug 09 21:09:31.311 INFO O| Aug 09 21:09:31.311 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93642024-08-09T21:09:32.730Z[ host-image] Aug 09 21:09:31.311 INFO O| Aug 09 21:09:31.311 INFO STEP 149 (remove_files) COMPLETE
93652024-08-09T21:09:32.730Z[ host-image] Aug 09 21:09:31.311 INFO O| Aug 09 21:09:31.311 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93662024-08-09T21:09:32.740Z[ host-image] Aug 09 21:09:31.322 INFO O| Aug 09 21:09:31.322 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93672024-08-09T21:09:32.743Z[ host-image] Aug 09 21:09:31.322 INFO O| Aug 09 21:09:31.322 INFO STEP 150 (remove_files) COMPLETE
93682024-08-09T21:09:32.743Z[ host-image] Aug 09 21:09:31.322 INFO O| Aug 09 21:09:31.322 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93692024-08-09T21:09:32.751Z[ host-image] Aug 09 21:09:31.333 INFO O| Aug 09 21:09:31.333 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93702024-08-09T21:09:32.752Z[ host-image] Aug 09 21:09:31.333 INFO O| Aug 09 21:09:31.333 INFO STEP 151 (remove_files) COMPLETE
93712024-08-09T21:09:32.754Z[ host-image] Aug 09 21:09:31.333 INFO O| Aug 09 21:09:31.333 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93722024-08-09T21:09:32.762Z[ host-image] Aug 09 21:09:31.344 INFO O| Aug 09 21:09:31.344 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
93732024-08-09T21:09:32.765Z[ host-image] Aug 09 21:09:31.344 INFO O| Aug 09 21:09:31.344 INFO STEP 152 (remove_files) COMPLETE
93742024-08-09T21:09:32.765Z[ host-image] Aug 09 21:09:31.344 INFO O| Aug 09 21:09:31.344 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93752024-08-09T21:09:32.774Z[ host-image] Aug 09 21:09:31.356 INFO O| Aug 09 21:09:31.356 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
93762024-08-09T21:09:32.774Z[ host-image] Aug 09 21:09:31.356 INFO O| Aug 09 21:09:31.356 INFO STEP 153 (remove_files) COMPLETE
93772024-08-09T21:09:32.774Z[ host-image] Aug 09 21:09:31.356 INFO O| Aug 09 21:09:31.356 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93782024-08-09T21:09:32.785Z[ host-image] Aug 09 21:09:31.367 INFO O| Aug 09 21:09:31.367 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
93792024-08-09T21:09:32.785Z[ host-image] Aug 09 21:09:31.367 INFO O| Aug 09 21:09:31.367 INFO STEP 154 (remove_files) COMPLETE
93802024-08-09T21:09:32.785Z[ host-image] Aug 09 21:09:31.367 INFO O| Aug 09 21:09:31.367 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93812024-08-09T21:09:32.796Z[ host-image] Aug 09 21:09:31.378 INFO O| Aug 09 21:09:31.378 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
93822024-08-09T21:09:32.796Z[ host-image] Aug 09 21:09:31.378 INFO O| Aug 09 21:09:31.378 INFO STEP 155 (remove_files) COMPLETE
93832024-08-09T21:09:32.796Z[ host-image] Aug 09 21:09:31.378 INFO O| Aug 09 21:09:31.378 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93842024-08-09T21:09:32.814Z[ host-image] Aug 09 21:09:31.394 INFO O| Aug 09 21:09:31.394 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
93852024-08-09T21:09:32.814Z[ host-image] Aug 09 21:09:31.394 INFO O| Aug 09 21:09:31.394 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
93862024-08-09T21:09:38.267Z[ host-image] Aug 09 21:09:36.848 INFO O| Aug 09 21:09:36.847 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
93872024-08-09T21:09:38.267Z[ host-image] Aug 09 21:09:36.848 INFO O| Aug 09 21:09:36.848 INFO E| svccfg: Loaded 74 smf(7) service descriptions
93882024-08-09T21:09:38.280Z[ host-image] Aug 09 21:09:36.861 INFO O| Aug 09 21:09:36.861 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
93892024-08-09T21:09:38.362Z[ host-image] Aug 09 21:09:36.943 INFO O| Aug 09 21:09:36.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
93902024-08-09T21:09:38.362Z[ host-image] Aug 09 21:09:36.943 INFO O| Aug 09 21:09:36.943 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
93912024-08-09T21:09:38.365Z[ host-image] Aug 09 21:09:36.945 INFO O| Aug 09 21:09:36.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
93922024-08-09T21:09:38.365Z[ host-image] Aug 09 21:09:36.945 INFO O| Aug 09 21:09:36.945 INFO ok!
93932024-08-09T21:09:38.365Z[ host-image] Aug 09 21:09:36.945 INFO O| Aug 09 21:09:36.945 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
93942024-08-09T21:09:38.365Z[ host-image] Aug 09 21:09:36.945 INFO O| Aug 09 21:09:36.945 INFO STEP 156 (seed_smf) COMPLETE
93952024-08-09T21:09:38.365Z[ host-image] Aug 09 21:09:36.945 INFO O| Aug 09 21:09:36.945 INFO steps complete; finalising image!
93962024-08-09T21:09:38.365Z[ host-image] Aug 09 21:09:36.945 INFO O| Aug 09 21:09:36.945 INFO TRIM POOL: TEMPORARY-gimlet-zfs
93972024-08-09T21:09:38.504Z[ host-image] Aug 09 21:09:37.085 INFO O| Aug 09 21:09:37.085 INFO trim TEMPORARY-gimlet-zfs: (21% trimmed, started at Fri Aug 9 21:09:36 2024)
93982024-08-09T21:09:38.727Z[ host-image] Aug 09 21:09:37.308 INFO O| Aug 09 21:09:37.308 INFO temporary pool has 663M used, 169M avail, 1.88x compressratio
93992024-08-09T21:09:38.727Z[ host-image] Aug 09 21:09:37.308 INFO O| Aug 09 21:09:37.308 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94002024-08-09T21:09:39.034Z[ host-image] Aug 09 21:09:37.615 INFO O| Aug 09 21:09:37.615 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94012024-08-09T21:09:39.035Z[ host-image] Aug 09 21:09:37.615 INFO O| Aug 09 21:09:37.615 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94022024-08-09T21:09:40.113Z[ host-image] Aug 09 21:09:38.692 INFO O| Aug 09 21:09:38.692 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94032024-08-09T21:09:40.114Z[ host-image] Aug 09 21:09:38.693 INFO O| Aug 09 21:09:38.692 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94042024-08-09T21:09:40.117Z[ host-image] Aug 09 21:09:38.693 INFO O| Aug 09 21:09:38.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94052024-08-09T21:09:40.117Z[ host-image] Aug 09 21:09:38.693 INFO O| Aug 09 21:09:38.692 INFO completed processing gimlet/zfs
94062024-08-09T21:09:40.117Z[ host-image] Aug 09 21:09:38.693 INFO O| Aug 09 21:09:38.693 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94072024-08-09T21:09:46.314Z[ host-image] Aug 09 21:09:44.894 INFO O| Aug 09 21:09:44.894 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94082024-08-09T21:09:46.400Z[ host-image] Aug 09 21:09:44.979 INFO BUILD STRING "heads/stlouis-0-g0187c42845\n"
94092024-08-09T21:09:46.400Z[ host-image] Aug 09 21:09:44.980 INFO expanded image name: "ci 3834806/${os_short_commit} 2024-08-09 20:41" -> "ci 3834806/0187c42 2024-08-09 20:41"
94102024-08-09T21:09:46.403Z[ host-image] Aug 09 21:09:44.980 INFO output artefacts stored in: "/work/os-host"
94112024-08-09T21:09:46.403Z[ host-image] Aug 09 21:09:44.980 INFO collecting git info from project "pilot"...
94122024-08-09T21:09:46.407Z[ host-image] Aug 09 21:09:44.987 INFO collecting git info from project "pinprick"...
94132024-08-09T21:09:46.412Z[ host-image] Aug 09 21:09:44.992 INFO collecting git info from project "bootserver"...
94142024-08-09T21:09:46.416Z[ host-image] Aug 09 21:09:44.996 INFO collecting git info from project "amd-firmware"...
94152024-08-09T21:09:46.425Z[ host-image] Aug 09 21:09:45.005 INFO collecting git info from project "chelsio-t6-roms"...
94162024-08-09T21:09:46.430Z[ host-image] Aug 09 21:09:45.010 INFO collecting git info from project "amd-host-image-builder"...
94172024-08-09T21:09:46.444Z[ host-image] Aug 09 21:09:45.024 INFO collecting git info from project "phbl"...
94182024-08-09T21:09:46.449Z[ host-image] Aug 09 21:09:45.029 INFO collecting git info from project "image-builder"...
94192024-08-09T21:09:46.454Z[ host-image] Aug 09 21:09:45.034 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94202024-08-09T21:09:46.825Z[ host-image] Aug 09 21:09:45.405 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94212024-08-09T21:09:47.174Z[ host-image] Aug 09 21:09:45.754 INFO creating Oxide boot image...
94222024-08-09T21:09:47.174Z[ host-image] Aug 09 21:09:45.754 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 3834806/0187c42 2024-08-09 20:41", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94232024-08-09T21:09:48.104Z[ host-image] Aug 09 21:09:46.684 INFO O| ok, image written!
94242024-08-09T21:09:48.107Z[ host-image] Aug 09 21:09:46.684 INFO O| ok, boot_image_csum file written!
94252024-08-09T21:09:48.110Z[ host-image] Aug 09 21:09:46.687 INFO creating boot archive (CPIO)...
94262024-08-09T21:09:48.110Z[ host-image] Aug 09 21:09:46.687 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
94272024-08-09T21:09:48.116Z[ host-image] Aug 09 21:09:46.696 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94282024-08-09T21:09:48.116Z[ host-image] Aug 09 21:09:46.696 INFO E| + outfile=/work/os-host/cpio
94292024-08-09T21:09:48.116Z[ host-image] Aug 09 21:09:46.696 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94302024-08-09T21:09:48.119Z[ host-image] Aug 09 21:09:46.698 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94312024-08-09T21:09:48.119Z[ host-image] Aug 09 21:09:46.698 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94322024-08-09T21:09:48.152Z[ host-image] Aug 09 21:09:46.732 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94332024-08-09T21:09:48.152Z[ host-image] Aug 09 21:09:46.732 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94342024-08-09T21:09:48.160Z[ host-image] Aug 09 21:09:46.740 INFO creating compressed cpio/unix for nanobl-rs...
94352024-08-09T21:09:48.160Z[ host-image] Aug 09 21:09:46.740 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
94362024-08-09T21:09:48.452Z[ host-image] Aug 09 21:09:47.032 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94372024-08-09T21:09:52.793Z[ host-image] Aug 09 21:09:51.372 INFO creating reset image...
94382024-08-09T21:09:52.795Z[ host-image] Aug 09 21:09:51.372 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94392024-08-09T21:09:52.879Z[ host-image] Aug 09 21:09:51.458 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94402024-08-09T21:09:52.882Z[ host-image] Aug 09 21:09:51.459 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94412024-08-09T21:09:52.948Z[ host-image] Aug 09 21:09:51.527 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94422024-08-09T21:09:55.163Z[ host-image] Aug 09 21:09:53.742 INFO E| Finished `release` profile [optimized] target(s) in 2.26s
94432024-08-09T21:09:55.174Z[ host-image] Aug 09 21:09:53.753 INFO building host image...
94442024-08-09T21:09:55.177Z[ host-image] Aug 09 21:09:53.753 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")
94452024-08-09T21:09:55.629Z[ host-image] Aug 09 21:09:54.208 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94462024-08-09T21:10:42.741Z[ host-image] Aug 09 21:10:41.313 INFO image complete! materials are in "/work/os-host"
94472024-08-09T21:10:42.743Z[ host-image]
94482024-08-09T21:10:42.746Z[ host-image] real 8:30.569291980
94492024-08-09T21:10:42.746Z[ host-image] user 4:07.352968528
94502024-08-09T21:10:42.746Z[ host-image] sys 51.409129068
94512024-08-09T21:10:42.746Z[ host-image] trap 0.158715901
94522024-08-09T21:10:42.746Z[ host-image] tflt 0.007340381
94532024-08-09T21:10:42.746Z[ host-image] dflt 0.038060294
94542024-08-09T21:10:42.746Z[ host-image] kflt 0.000000000
94552024-08-09T21:10:42.746Z[ host-image] lock 30.458083232
94562024-08-09T21:10:42.746Z[ host-image] slp 45:54.536808510
94572024-08-09T21:10:42.746Z[ host-image] lat 1:16.645059406
94582024-08-09T21:10:42.746Z[ host-image] stop 0.733479828
94592024-08-09T21:10:42.746ZAug 09 21:10:41.317 INFO [host-image] process exited with exit status: 0 (510.584942731s)
94602024-08-09T21:10:42.746ZAug 09 21:10:41.318 INFO [tuf-repo] running task
94612024-08-09T21:10:50.002ZAug 09 21:10:48.573 INFO assembling repository in `/tmp/tufaceouspLvgbw`, component: OmicronRepoAssembler
94622024-08-09T21:10:54.704ZAug 09 21:10:53.275 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
94632024-08-09T21:10:54.913ZAug 09 21:10:53.484 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
94642024-08-09T21:11:05.986ZAug 09 21:11:04.556 INFO [tuf-repo] task succeeded (23.238702793s)
94652024-08-09T21:11:05.986ZAug 09 21:11:04.556 INFO all jobs completed in 1773.759044994s
94662024-08-09T21:11:06.573Zprocess exited: duration 2348641 ms, exit code 0
 
94672024-08-09T21:11:06.586Zfound 33 output files
94682024-08-09T21:11:06.586Zuploading: /work/manifest.toml (8404 bytes)
94692024-08-09T21:11:07.596Zuploaded: /work/manifest.toml
94702024-08-09T21:11:07.596Zuploading: /work/repo.zip (1760464301 bytes)
94712024-08-09T21:11:39.063Zuploaded: /work/repo.zip
94722024-08-09T21:11:39.063Zuploading: /work/repo.zip.sha256.txt (65 bytes)
94732024-08-09T21:11:40.083Zuploaded: /work/repo.zip.sha256.txt
94742024-08-09T21:11:40.083Zuploading: /work/helios-setup.log (51621 bytes)
94752024-08-09T21:11:41.097Zuploaded: /work/helios-setup.log
94762024-08-09T21:11:41.098Zuploading: /work/host-image.log (194625 bytes)
94772024-08-09T21:11:42.121Zuploaded: /work/host-image.log
94782024-08-09T21:11:42.121Zuploading: /work/host-package.log (18005 bytes)
94792024-08-09T21:11:43.131Zuploaded: /work/host-package.log
94802024-08-09T21:11:43.131Zuploading: /work/host-target.log (101 bytes)
94812024-08-09T21:11:44.141Zuploaded: /work/host-target.log
94822024-08-09T21:11:44.142Zuploading: /work/omicron-package.log (4520 bytes)
94832024-08-09T21:11:45.153Zuploaded: /work/omicron-package.log
94842024-08-09T21:11:45.153Zuploading: /work/phbl-toolchain.log (881 bytes)
94852024-08-09T21:11:46.163Zuploaded: /work/phbl-toolchain.log
94862024-08-09T21:11:46.163Zuploading: /work/recovery-image.log (590991 bytes)
94872024-08-09T21:11:47.197Zuploaded: /work/recovery-image.log
94882024-08-09T21:11:47.199Zuploading: /work/recovery-package.log (282 bytes)
94892024-08-09T21:11:48.205Zuploaded: /work/recovery-package.log
94902024-08-09T21:11:48.205Zuploading: /work/recovery-target.log (98 bytes)
94912024-08-09T21:11:49.214Zuploaded: /work/recovery-target.log
94922024-08-09T21:11:49.214Zuploading: /work/stamp-clickhouse.log (117 bytes)
94932024-08-09T21:11:50.224Zuploaded: /work/stamp-clickhouse.log
94942024-08-09T21:11:50.224Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
94952024-08-09T21:11:51.234Zuploaded: /work/stamp-clickhouse_keeper.log
94962024-08-09T21:11:51.234Zuploading: /work/stamp-cockroachdb.log (118 bytes)
94972024-08-09T21:11:52.247Zuploaded: /work/stamp-cockroachdb.log
94982024-08-09T21:11:52.247Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
94992024-08-09T21:11:53.256Zuploaded: /work/stamp-crucible-dtrace.log
95002024-08-09T21:11:53.256Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95012024-08-09T21:11:54.266Zuploaded: /work/stamp-crucible-pantry-zone.log
95022024-08-09T21:11:54.266Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95032024-08-09T21:11:55.275Zuploaded: /work/stamp-crucible-zone.log
95042024-08-09T21:11:55.275Zuploading: /work/stamp-external-dns.log (119 bytes)
95052024-08-09T21:11:56.285Zuploaded: /work/stamp-external-dns.log
95062024-08-09T21:11:56.285Zuploading: /work/stamp-installinator.log (103 bytes)
95072024-08-09T21:11:57.293Zuploaded: /work/stamp-installinator.log
95082024-08-09T21:11:57.293Zuploading: /work/stamp-internal-dns.log (119 bytes)
95092024-08-09T21:11:58.301Zuploaded: /work/stamp-internal-dns.log
95102024-08-09T21:11:58.301Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95112024-08-09T21:11:59.310Zuploaded: /work/stamp-mg-ddm-gz.log
95122024-08-09T21:11:59.310Zuploading: /work/stamp-nexus.log (112 bytes)
95132024-08-09T21:12:00.320Zuploaded: /work/stamp-nexus.log
95142024-08-09T21:12:00.320Zuploading: /work/stamp-ntp.log (110 bytes)
95152024-08-09T21:12:01.329Zuploaded: /work/stamp-ntp.log
95162024-08-09T21:12:01.329Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95172024-08-09T21:12:02.337Zuploaded: /work/stamp-omicron-sled-agent.log
95182024-08-09T21:12:02.337Zuploading: /work/stamp-overlay.log (114 bytes)
95192024-08-09T21:12:03.346Zuploaded: /work/stamp-overlay.log
95202024-08-09T21:12:03.346Zuploading: /work/stamp-oximeter.log (115 bytes)
95212024-08-09T21:12:04.354Zuploaded: /work/stamp-oximeter.log
95222024-08-09T21:12:04.354Zuploading: /work/stamp-oxlog.log (109 bytes)
95232024-08-09T21:12:06.365Zuploaded: /work/stamp-oxlog.log
95242024-08-09T21:12:06.365Zuploading: /work/stamp-probe.log (112 bytes)
95252024-08-09T21:12:07.375Zuploaded: /work/stamp-probe.log
95262024-08-09T21:12:07.375Zuploading: /work/stamp-propolis-server.log (122 bytes)
95272024-08-09T21:12:08.382Zuploaded: /work/stamp-propolis-server.log
95282024-08-09T21:12:08.382Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95292024-08-09T21:12:09.391Zuploaded: /work/stamp-pumpkind-gz.log
95302024-08-09T21:12:09.391Zuploading: /work/stamp-switch-asic.log (118 bytes)
95312024-08-09T21:12:10.400Zuploaded: /work/stamp-switch-asic.log
95322024-08-09T21:12:10.400Zuploading: /work/verify-libraries.log (1883 bytes)
95332024-08-09T21:12:11.409Zuploaded: /work/verify-libraries.log