01J45NQ903RYK34SZNYJ9TRGB9: 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: 01J45NQZAA3QBQKY6RAYV1AE52

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-01T00:35:32.994Zjob assigned to worker 01J45NQW85CBZS7B1BGFQVPRPD (queued for 1 m 9 s)
 
22024-08-01T00:35:40.948Zstarting task 0: "setup"
32024-08-01T00:35:41.002Z++ uname -s
42024-08-01T00:35:41.005Z+ kern=SunOS
52024-08-01T00:35:41.005Z+ case "$kern" in
62024-08-01T00:35:41.005Z+ groupadd -g 12345 build
72024-08-01T00:35:41.008Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-01T00:35:43.015Z+ zfs create -o mountpoint=/work rpool/work
92024-08-01T00:35:43.099Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-01T00:35:43.101Z+ home_fs=zfs
112024-08-01T00:35:43.101Z+ [[ zfs == autofs ]]
122024-08-01T00:35:43.101Z+ mkdir -p /home/build
132024-08-01T00:35:43.104Z+ chown build:build /home/build /work
142024-08-01T00:35:45.105Z+ chmod 0700 /home/build /work
152024-08-01T00:35:45.108Zprocess exited: duration 4162 ms, exit code 0
 
162024-08-01T00:35:45.115Zstarting task 1: "rust-toolchain"
172024-08-01T00:35:45.121Z+ printf ' * toolchain channel = "%s"
182024-08-01T00:35:45.121Z' 1.78.0
192024-08-01T00:35:45.121Z+ printf ' * toolchain profile = "%s"
202024-08-01T00:35:45.121Z' default
212024-08-01T00:35:45.121Z * toolchain channel = "1.78.0"
222024-08-01T00:35:45.121Z * toolchain profile = "default"
232024-08-01T00:35:45.123Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-01T00:35:45.124Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-08-01T00:35:45.211Zinfo: downloading installer
262024-08-01T00:35:46.416Zinfo: profile set to 'default'
272024-08-01T00:35:46.416Zinfo: default host triple is x86_64-unknown-illumos
282024-08-01T00:35:46.419Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-08-01T00:35:46.539Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-08-01T00:35:46.539Zinfo: downloading component 'cargo'
312024-08-01T00:35:47.172Zinfo: downloading component 'clippy'
322024-08-01T00:35:47.384Zinfo: downloading component 'rust-docs'
332024-08-01T00:35:48.214Zinfo: downloading component 'rust-std'
342024-08-01T00:35:49.550Zinfo: downloading component 'rustc'
352024-08-01T00:35:52.911Zinfo: downloading component 'rustfmt'
362024-08-01T00:35:53.093Zinfo: installing component 'cargo'
372024-08-01T00:35:53.920Zinfo: installing component 'clippy'
382024-08-01T00:35:54.277Zinfo: installing component 'rust-docs'
392024-08-01T00:35:55.804Zinfo: installing component 'rust-std'
402024-08-01T00:35:57.514Zinfo: installing component 'rustc'
412024-08-01T00:36:01.699Zinfo: installing component 'rustfmt'
422024-08-01T00:36:02.081Z
432024-08-01T00:36:02.081Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
442024-08-01T00:36:02.345Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-08-01T00:36:02.345Z
462024-08-01T00:36:02.348Z
472024-08-01T00:36:02.348ZRust is installed now. Great!
482024-08-01T00:36:02.348Z
492024-08-01T00:36:02.348ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-01T00:36:02.348Zenvironment variable. This has not been done automatically.
512024-08-01T00:36:02.348Z
522024-08-01T00:36:02.348ZTo configure your current shell, you need to source
532024-08-01T00:36:02.348Zthe corresponding env file under $HOME/.cargo.
542024-08-01T00:36:02.348Z
552024-08-01T00:36:02.348ZThis is usually done by running one of the following (note the leading DOT):
562024-08-01T00:36:02.348Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-01T00:36:02.348Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-01T00:36:02.502Z+ rustc --version
592024-08-01T00:36:02.566Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-08-01T00:36:02.569Zprocess exited: duration 17456 ms, exit code 0
 
612024-08-01T00:36:02.575Zstarting task 2: "authentication"
622024-08-01T00:36:02.595Zprocess exited: duration 20 ms, exit code 0
 
632024-08-01T00:36:02.600Zstarting task 3: "clone repository"
642024-08-01T00:36:02.605Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-01T00:36:02.608Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-01T00:36:03.009ZCloning into '/work/oxidecomputer/omicron'...
672024-08-01T00:36:09.738Z+ cd /work/oxidecomputer/omicron
682024-08-01T00:36:09.738Z+ git fetch origin 0341887b5db95f5f38d14b642946dc6696ca52e5
692024-08-01T00:36:10.184ZFrom https://github.com/oxidecomputer/omicron
702024-08-01T00:36:10.184Z * branch 0341887b5db95f5f38d14b642946dc6696ca52e5 -> FETCH_HEAD
712024-08-01T00:36:10.192Z+ [[ -n sunshowers/spr/fix-rand_seeder-rand_core-dependency ]]
722024-08-01T00:36:10.194Z++ git branch --show-current
732024-08-01T00:36:10.198Z+ current=main
742024-08-01T00:36:10.198Z+ [[ main != sunshowers/spr/fix-rand_seeder-rand_core-dependency ]]
752024-08-01T00:36:10.198Z+ git branch -f sunshowers/spr/fix-rand_seeder-rand_core-dependency 0341887b5db95f5f38d14b642946dc6696ca52e5
762024-08-01T00:36:10.200Z+ git checkout -f sunshowers/spr/fix-rand_seeder-rand_core-dependency
772024-08-01T00:36:10.339ZSwitched to branch 'sunshowers/spr/fix-rand_seeder-rand_core-dependency'
782024-08-01T00:36:10.342Z+ git reset --hard 0341887b5db95f5f38d14b642946dc6696ca52e5
792024-08-01T00:36:10.352ZHEAD is now at 0341887b5 [𝘀𝗽𝗿] initial version
802024-08-01T00:36:10.354Zprocess exited: duration 7753 ms, exit code 0
 
812024-08-01T00:36:10.359Zstarting task 4: "build"
822024-08-01T00:36:10.365Z+ cargo --version
832024-08-01T00:36:10.418Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-08-01T00:36:10.420Z+ rustc --version
852024-08-01T00:36:10.478Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-08-01T00:36:10.481Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-01T00:36:22.752Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-01T00:36:24.914Z Startup: Caching catalogs ... Done
892024-08-01T00:36:28.630ZPlanning: Solver setup ... Done (3.130s)
902024-08-01T00:36:28.690ZPlanning: Running solver ... Done (0.060s)
912024-08-01T00:36:28.741ZPlanning: Finding local manifests ... Done (0.003s)
922024-08-01T00:36:28.759ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-01T00:36:29.005ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-01T00:36:29.056ZPlanning: Package planning ... Done (0.051s)
952024-08-01T00:36:29.107ZPlanning: Merging actions ... Done (0.051s)
962024-08-01T00:36:30.009ZPlanning: Checking for conflicting actions ... Done (0.902s)
972024-08-01T00:36:30.020ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-01T00:36:34.159ZPlanning: Evaluating mediators ... Done (4.140s)
992024-08-01T00:36:34.169ZPlanning: Planning completed in 9.19 seconds
1002024-08-01T00:36:34.573Z Packages to install: 4
1012024-08-01T00:36:34.574Z Mediators to change: 2
1022024-08-01T00:36:34.574Z Services to change: 1
1032024-08-01T00:36:34.574Z Estimated space available: 155.77 GB
1042024-08-01T00:36:34.580ZEstimated space to be consumed: 1.47 GB
1052024-08-01T00:36:34.580Z Create boot environment: No
1062024-08-01T00:36:34.580ZCreate backup boot environment: No
1072024-08-01T00:36:34.580Z Rebuild boot archive: No
1082024-08-01T00:36:34.580Z
1092024-08-01T00:36:34.581ZChanged mediators:
1102024-08-01T00:36:34.581Z mediator clang:
1112024-08-01T00:36:34.581Z version: None -> 15 (system default)
1122024-08-01T00:36:34.581Z
1132024-08-01T00:36:34.581Z mediator llvm:
1142024-08-01T00:36:34.581Z version: 14 (system default) -> 15 (system default)
1152024-08-01T00:36:34.581Z
1162024-08-01T00:36:34.581ZChanged packages:
1172024-08-01T00:36:34.581Zhelios-dev
1182024-08-01T00:36:34.581Z developer/build-essential
1192024-08-01T00:36:34.581Z None -> 11-2.0
1202024-08-01T00:36:34.582Z library/libxmlsec1
1212024-08-01T00:36:34.582Z None -> 1.2.35-2.0
1222024-08-01T00:36:34.582Z ooce/developer/clang-15
1232024-08-01T00:36:34.582Z None -> 15.0.7-2.0
1242024-08-01T00:36:34.582Z ooce/developer/llvm-15
1252024-08-01T00:36:34.582Z None -> 15.0.7-2.0
1262024-08-01T00:36:34.582Z
1272024-08-01T00:36:34.582ZServices:
1282024-08-01T00:36:34.583Z restart_fmri:
1292024-08-01T00:36:34.583Z svc:/system/update-man-index:default
1302024-08-01T00:36:34.725Z
1312024-08-01T00:36:34.725ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-01T00:36:41.657ZDownload: 211/3290 items 1.3/212.6MB 0% complete (437k/s)
1332024-08-01T00:36:47.366ZDownload: 212/3290 items 1.3/212.6MB 0% complete (423k/s)
1342024-08-01T00:36:52.379ZDownload: 650/3290 items 17.5/212.6MB 8% complete (3.1M/s)
1352024-08-01T00:36:57.382ZDownload: 992/3290 items 19.0/212.6MB 8% complete (1.8M/s)
1362024-08-01T00:37:13.416ZDownload: 1194/3290 items 83.3/212.6MB 39% complete
1372024-08-01T00:37:18.416ZDownload: 1197/3290 items 83.3/212.6MB 39% complete (20.2k/s)
1382024-08-01T00:37:23.416ZDownload: 2166/3290 items 119.0/212.6MB 55% complete (3.6M/s)
1392024-08-01T00:37:28.416ZDownload: 2294/3290 items 119.6/212.6MB 56% complete (3.6M/s)
1402024-08-01T00:37:33.243ZDownload: Completed 212.60 MB in 58.53 seconds (3.6M/s)
1412024-08-01T00:37:33.796Z Actions: 1/3689 actions (Installing new actions)
1422024-08-01T00:37:38.832Z Actions: 3561/3689 actions (Installing new actions)
1432024-08-01T00:37:39.140Z Actions: Completed 3689 actions in 5.34 seconds.
1442024-08-01T00:37:39.416Z Done (0.270s)
1452024-08-01T00:37:39.416Z Done (0.000s)
1462024-08-01T00:37:39.770Z Done (0.354s)
1472024-08-01T00:37:45.097Z Done (5.161s)
1482024-08-01T00:37:45.294Z Done (0.127s)
1492024-08-01T00:37:45.297Z Done (0.000s)
1502024-08-01T00:37:45.467Z Done (0.000s)
1512024-08-01T00:37:46.050ZPlanning: Evaluating mediator changes ... Done
1522024-08-01T00:37:46.210ZPlanning: Checking for conflicting actions ... Done
1532024-08-01T00:37:46.213ZPlanning: Consolidating action changes ... Done
1542024-08-01T00:37:46.482ZPlanning: Evaluating mediators ... Done
1552024-08-01T00:37:46.485ZPlanning: Planning completed in 0.43 seconds
1562024-08-01T00:37:46.516Z Mediators to change: 2
1572024-08-01T00:37:46.516Z Create boot environment: No
1582024-08-01T00:37:46.516ZCreate backup boot environment: No
1592024-08-01T00:37:46.588Z Done
1602024-08-01T00:37:46.588Z Done
1612024-08-01T00:37:46.811Z Done
1622024-08-01T00:37:50.500Z Done
1632024-08-01T00:37:50.594Z Done
1642024-08-01T00:37:50.594Z Done
1652024-08-01T00:37:50.705Z Done
1662024-08-01T00:37:51.340ZPlanning: Evaluating mediator changes ... Done
1672024-08-01T00:37:51.344ZPlanning: Merging actions ... Done
1682024-08-01T00:37:51.534ZPlanning: Checking for conflicting actions ... Done
1692024-08-01T00:37:51.538ZPlanning: Consolidating action changes ... Done
1702024-08-01T00:37:51.799ZPlanning: Evaluating mediators ... Done
1712024-08-01T00:37:51.859ZPlanning: Planning completed in 0.77 seconds
1722024-08-01T00:37:51.892Z Packages to change: 1
1732024-08-01T00:37:51.892Z Mediators to change: 1
1742024-08-01T00:37:51.892Z Services to change: 1
1752024-08-01T00:37:51.895Z Create boot environment: No
1762024-08-01T00:37:51.895ZCreate backup boot environment: Yes
1772024-08-01T00:37:53.704Z Actions: 1/6 actions (Updating modified actions)
1782024-08-01T00:37:53.744Z Actions: Completed 6 actions in 0.04 seconds.
1792024-08-01T00:37:53.747Z Done
1802024-08-01T00:37:53.747Z Done
1812024-08-01T00:37:53.819Z Done
1822024-08-01T00:37:57.656Z Done
1832024-08-01T00:37:57.750Z Done
1842024-08-01T00:37:57.753Z Done
1852024-08-01T00:37:57.867Z Done
1862024-08-01T00:37:58.325ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1872024-08-01T00:37:58.325Zclang system 15 system
1882024-08-01T00:37:58.325Zcsh system system illumos
1892024-08-01T00:37:58.325Zctags system system illumos
1902024-08-01T00:37:58.325Zgcc vendor 12 vendor
1912024-08-01T00:37:58.325Zgcc system 10 system
1922024-08-01T00:37:58.325Zgcc system 7 system
1932024-08-01T00:37:58.325Zgo system 1.20 system
1942024-08-01T00:37:58.325Zgo system 1.19 system
1952024-08-01T00:37:58.325Zllvm system 15 system
1962024-08-01T00:37:58.325Zllvm system 14 system
1972024-08-01T00:37:58.325Zmariadb system 10.6 system
1982024-08-01T00:37:58.325Zmta vendor vendor dma
1992024-08-01T00:37:58.325Zopenjdk system 17 system
2002024-08-01T00:37:58.325Zopenjdk system 11 system
2012024-08-01T00:37:58.325Zopenjdk system 1.8 system
2022024-08-01T00:37:58.325Zopenssl vendor 3 vendor
2032024-08-01T00:37:58.325Zperl system 5.36 system
2042024-08-01T00:37:58.325Zpostgresql system 15 system
2052024-08-01T00:37:58.325Zpostgresql system 13 system
2062024-08-01T00:37:58.325Zpython vendor 3 vendor
2072024-08-01T00:37:58.325Zpython system 2 system
2082024-08-01T00:37:58.325Zpython3 system 3.11 system
2092024-08-01T00:37:58.325Zruby system 3.0 system
2102024-08-01T00:37:58.325Zwords vendor vendor american-english
2112024-08-01T00:37:58.325Zwords system system australian-english
2122024-08-01T00:37:58.326Zwords system system british-english
2132024-08-01T00:37:58.326Zwords system system canadian-english
2142024-08-01T00:37:58.326Zwords system system french
2152024-08-01T00:37:58.326Zwords system system italian
2162024-08-01T00:37:58.326Zwords system system ngerman
2172024-08-01T00:37:58.326Zwords system system ogerman
2182024-08-01T00:37:58.326Zwords system system spanish
2192024-08-01T00:37:58.657ZPUBLISHER TYPE STATUS P LOCATION
2202024-08-01T00:37:58.658Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2212024-08-01T00:38:00.311ZFMRI IFO
2222024-08-01T00:38:00.311Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2232024-08-01T00:38:00.311Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2242024-08-01T00:38:00.311Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2252024-08-01T00:38:00.311Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2262024-08-01T00:38:00.311Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2272024-08-01T00:38:00.311Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2282024-08-01T00:38:00.311Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2292024-08-01T00:38:00.311Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2302024-08-01T00:38:00.311Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2312024-08-01T00:38:00.311Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2322024-08-01T00:38:00.311Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2332024-08-01T00:38:00.311Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2342024-08-01T00:38:00.855Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2352024-08-01T00:38:01.099Z Updating git repository `https://github.com/oxidecomputer/zone`
2362024-08-01T00:38:01.342Z Updating crates.io index
2372024-08-01T00:38:01.345Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2382024-08-01T00:38:02.164Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2392024-08-01T00:38:02.894Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2402024-08-01T00:38:03.150Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2412024-08-01T00:38:05.086Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422024-08-01T00:38:05.707Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432024-08-01T00:38:05.941Z Updating git repository `https://github.com/oxidecomputer/propolis`
2442024-08-01T00:38:07.101Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452024-08-01T00:38:09.317Z Updating git repository `https://github.com/oxidecomputer/opte`
2462024-08-01T00:38:10.503Z Updating git repository `https://github.com/oxidecomputer/falcon`
2472024-08-01T00:38:11.391Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482024-08-01T00:38:11.941Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492024-08-01T00:38:12.196Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2502024-08-01T00:38:12.448Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2512024-08-01T00:38:12.717Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522024-08-01T00:38:12.986Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532024-08-01T00:38:13.186Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542024-08-01T00:38:13.437Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552024-08-01T00:38:13.757Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562024-08-01T00:38:14.122Z Updating git repository `https://github.com/oxidecomputer/ispf`
2572024-08-01T00:38:14.364Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2582024-08-01T00:38:14.741Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592024-08-01T00:38:15.315Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2602024-08-01T00:38:15.595Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2612024-08-01T00:38:16.010Z Updating git repository `https://github.com/oxidecomputer/typify`
2622024-08-01T00:38:18.366Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632024-08-01T00:38:18.668Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2642024-08-01T00:38:18.916Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2652024-08-01T00:38:19.388Z Updating git repository `https://github.com/oxidecomputer/rfb`
2662024-08-01T00:38:20.426Z Downloading crates ...
2672024-08-01T00:38:20.486Z Downloaded block-buffer v0.10.4
2682024-08-01T00:38:20.489Z Downloaded anstyle-query v1.0.3
2692024-08-01T00:38:20.491Z Downloaded autocfg v1.3.0
2702024-08-01T00:38:20.491Z Downloaded anstyle v1.0.7
2712024-08-01T00:38:20.494Z Downloaded anstyle-parse v0.2.4
2722024-08-01T00:38:20.497Z Downloaded once_cell v1.19.0
2732024-08-01T00:38:20.502Z Downloaded equivalent v1.0.1
2742024-08-01T00:38:20.510Z Downloaded scroll_derive v0.12.0
2752024-08-01T00:38:20.520Z Downloaded swrite v0.1.0
2762024-08-01T00:38:20.523Z Downloaded colorchoice v1.0.1
2772024-08-01T00:38:20.525Z Downloaded dtrace-parser v0.2.0
2782024-08-01T00:38:20.525Z Downloaded digest v0.10.7
2792024-08-01T00:38:20.529Z Downloaded is_terminal_polyfill v1.70.0
2802024-08-01T00:38:20.532Z Downloaded pretty-hex v0.4.1
2812024-08-01T00:38:20.538Z Downloaded heck v0.5.0
2822024-08-01T00:38:20.541Z Downloaded proc-macro-error-attr v1.0.4
2832024-08-01T00:38:20.541Z Downloaded bytecount v0.6.8
2842024-08-01T00:38:20.543Z Downloaded generic-array v0.14.7
2852024-08-01T00:38:20.543Z Downloaded cpufeatures v0.2.12
2862024-08-01T00:38:20.546Z Downloaded cfg-if v1.0.0
2872024-08-01T00:38:20.546Z Downloaded fnv v1.0.7
2882024-08-01T00:38:20.549Z Downloaded plain v0.2.3
2892024-08-01T00:38:20.549Z Downloaded terminal_size v0.3.0
2902024-08-01T00:38:20.552Z Downloaded pest_generator v2.7.10
2912024-08-01T00:38:20.552Z Downloaded itoa v1.0.11
2922024-08-01T00:38:20.555Z Downloaded version_check v0.9.4
2932024-08-01T00:38:20.557Z Downloaded usdt v0.5.0
2942024-08-01T00:38:20.557Z Downloaded proc-macro-error v1.0.4
2952024-08-01T00:38:20.563Z Downloaded thiserror-impl v1.0.63
2962024-08-01T00:38:20.566Z Downloaded heck v0.4.1
2972024-08-01T00:38:20.567Z Downloaded clap_lex v0.7.0
2982024-08-01T00:38:20.569Z Downloaded byteorder v1.5.0
2992024-08-01T00:38:20.574Z Downloaded usdt-attr-macro v0.5.0
3002024-08-01T00:38:20.576Z Downloaded usdt-macro v0.5.0
3012024-08-01T00:38:20.576Z Downloaded crypto-common v0.1.6
3022024-08-01T00:38:20.583Z Downloaded macaddr v1.0.1
3032024-08-01T00:38:20.585Z Downloaded errno v0.3.9
3042024-08-01T00:38:20.585Z Downloaded dof v0.3.0
3052024-08-01T00:38:20.585Z Downloaded cargo-platform v0.1.8
3062024-08-01T00:38:20.588Z Downloaded serde_tokenstream v0.2.1
3072024-08-01T00:38:20.590Z Downloaded memmap v0.7.0
3082024-08-01T00:38:20.590Z Downloaded cargo_metadata v0.18.1
3092024-08-01T00:38:20.594Z Downloaded camino v1.1.7
3102024-08-01T00:38:20.596Z Downloaded sha2 v0.10.8
3112024-08-01T00:38:20.610Z Downloaded usdt-impl v0.5.0
3122024-08-01T00:38:20.615Z Downloaded strsim v0.11.1
3132024-08-01T00:38:20.618Z Downloaded toml_datetime v0.6.6
3142024-08-01T00:38:20.620Z Downloaded utf8parse v0.2.1
3152024-08-01T00:38:20.620Z Downloaded pest_derive v2.7.10
3162024-08-01T00:38:20.623Z Downloaded thiserror v1.0.63
3172024-08-01T00:38:20.627Z Downloaded serde_spanned v0.6.6
3182024-08-01T00:38:20.629Z Downloaded thread-id v4.2.1
3192024-08-01T00:38:20.629Z Downloaded clap_derive v4.5.8
3202024-08-01T00:38:20.632Z Downloaded bitflags v2.6.0
3212024-08-01T00:38:20.635Z Downloaded anstream v0.6.14
3222024-08-01T00:38:20.637Z Downloaded proc-macro2 v1.0.86
3232024-08-01T00:38:20.640Z Downloaded tabled_derive v0.7.0
3242024-08-01T00:38:20.643Z Downloaded fs-err v2.11.0
3252024-08-01T00:38:20.643Z Downloaded toml v0.8.15
3262024-08-01T00:38:20.646Z Downloaded zerocopy-derive v0.7.34
3272024-08-01T00:38:20.650Z Downloaded scroll v0.12.0
3282024-08-01T00:38:20.652Z Downloaded quote v1.0.36
3292024-08-01T00:38:20.655Z Downloaded pest v2.7.10
3302024-08-01T00:38:20.658Z Downloaded anyhow v1.0.86
3312024-08-01T00:38:20.662Z Downloaded clap v4.5.9
3322024-08-01T00:38:20.671Z Downloaded papergrid v0.11.0
3332024-08-01T00:38:20.676Z Downloaded unicode-ident v1.0.12
3342024-08-01T00:38:20.678Z Downloaded serde_derive v1.0.204
3352024-08-01T00:38:20.681Z Downloaded semver v1.0.23
3362024-08-01T00:38:20.684Z Downloaded serde v1.0.204
3372024-08-01T00:38:20.688Z Downloaded ryu v1.0.18
3382024-08-01T00:38:20.690Z Downloaded pest_meta v2.7.10
3392024-08-01T00:38:20.693Z Downloaded typenum v1.17.0
3402024-08-01T00:38:20.696Z Downloaded ucd-trie v0.1.6
3412024-08-01T00:38:20.698Z Downloaded indexmap v2.2.6
3422024-08-01T00:38:20.701Z Downloaded cargo_toml v0.20.4
3432024-08-01T00:38:20.703Z Downloaded memchr v2.7.2
3442024-08-01T00:38:20.707Z Downloaded log v0.4.21
3452024-08-01T00:38:20.721Z Downloaded toml_edit v0.22.16
3462024-08-01T00:38:20.741Z Downloaded serde_json v1.0.120
3472024-08-01T00:38:20.747Z Downloaded hashbrown v0.14.5
3482024-08-01T00:38:20.752Z Downloaded zerocopy v0.7.34
3492024-08-01T00:38:20.766Z Downloaded clap_builder v4.5.9
3502024-08-01T00:38:20.772Z Downloaded winnow v0.6.8
3512024-08-01T00:38:20.784Z Downloaded goblin v0.8.2
3522024-08-01T00:38:20.792Z Downloaded tabled v0.15.0
3532024-08-01T00:38:20.806Z Downloaded syn v2.0.72
3542024-08-01T00:38:20.816Z Downloaded syn v1.0.109
3552024-08-01T00:38:20.834Z Downloaded rustix v0.38.34
3562024-08-01T00:38:20.855Z Downloaded unicode-width v0.1.13
3572024-08-01T00:38:20.872Z Downloaded libc v0.2.155
3582024-08-01T00:38:21.166Z Compiling proc-macro2 v1.0.86
3592024-08-01T00:38:21.166Z Compiling unicode-ident v1.0.12
3602024-08-01T00:38:21.166Z Compiling version_check v0.9.4
3612024-08-01T00:38:21.169Z Compiling serde v1.0.204
3622024-08-01T00:38:21.169Z Compiling thiserror v1.0.63
3632024-08-01T00:38:21.169Z Compiling libc v0.2.155
3642024-08-01T00:38:21.169Z Compiling ryu v1.0.18
3652024-08-01T00:38:21.169Z Compiling ucd-trie v0.1.6
3662024-08-01T00:38:21.423Z Compiling itoa v1.0.11
3672024-08-01T00:38:21.599Z Compiling memchr v2.7.2
3682024-08-01T00:38:21.648Z Compiling once_cell v1.19.0
3692024-08-01T00:38:21.928Z Compiling byteorder v1.5.0
3702024-08-01T00:38:22.005Z Compiling serde_json v1.0.120
3712024-08-01T00:38:23.174Z Compiling usdt-impl v0.5.0
3722024-08-01T00:38:23.195Z Compiling proc-macro-error-attr v1.0.4
3732024-08-01T00:38:23.215Z Compiling syn v1.0.109
3742024-08-01T00:38:23.218Z Compiling rustix v0.38.34
3752024-08-01T00:38:23.338Z Compiling proc-macro-error v1.0.4
3762024-08-01T00:38:23.550Z Compiling equivalent v1.0.1
3772024-08-01T00:38:23.592Z Compiling plain v0.2.3
3782024-08-01T00:38:23.616Z Compiling bitflags v2.6.0
3792024-08-01T00:38:23.659Z Compiling hashbrown v0.14.5
3802024-08-01T00:38:23.771Z Compiling log v0.4.21
3812024-08-01T00:38:23.863Z Compiling utf8parse v0.2.1
3822024-08-01T00:38:24.003Z Compiling thread-id v4.2.1
3832024-08-01T00:38:24.030Z Compiling anstyle-parse v0.2.4
3842024-08-01T00:38:24.063Z Compiling quote v1.0.36
3852024-08-01T00:38:24.149Z Compiling anstyle-query v1.0.3
3862024-08-01T00:38:24.229Z Compiling anstyle v1.0.7
3872024-08-01T00:38:24.290Z Compiling camino v1.1.7
3882024-08-01T00:38:24.362Z Compiling pretty-hex v0.4.1
3892024-08-01T00:38:24.408Z Compiling errno v0.3.9
3902024-08-01T00:38:24.580Z Compiling syn v2.0.72
3912024-08-01T00:38:24.718Z Compiling semver v1.0.23
3922024-08-01T00:38:24.797Z Compiling colorchoice v1.0.1
3932024-08-01T00:38:24.873Z Compiling is_terminal_polyfill v1.70.0
3942024-08-01T00:38:24.955Z Compiling indexmap v2.2.6
3952024-08-01T00:38:24.996Z Compiling autocfg v1.3.0
3962024-08-01T00:38:25.001Z Compiling winnow v0.6.8
3972024-08-01T00:38:25.257Z Compiling anstream v0.6.14
3982024-08-01T00:38:25.942Z Compiling terminal_size v0.3.0
3992024-08-01T00:38:25.998Z Compiling fs-err v2.11.0
4002024-08-01T00:38:26.262Z Compiling fnv v1.0.7
4012024-08-01T00:38:26.291Z Compiling heck v0.4.1
4022024-08-01T00:38:26.316Z Compiling strsim v0.11.1
4032024-08-01T00:38:26.319Z Compiling anyhow v1.0.86
4042024-08-01T00:38:26.319Z Compiling heck v0.5.0
4052024-08-01T00:38:26.389Z Compiling clap_lex v0.7.0
4062024-08-01T00:38:26.771Z Compiling unicode-width v0.1.13
4072024-08-01T00:38:26.862Z Compiling bytecount v0.6.8
4082024-08-01T00:38:26.943Z Compiling clap_builder v4.5.9
4092024-08-01T00:38:27.085Z Compiling papergrid v0.11.0
4102024-08-01T00:38:27.108Z Compiling memmap v0.7.0
4112024-08-01T00:38:27.457Z Compiling swrite v0.1.0
4122024-08-01T00:38:29.946Z Compiling tabled_derive v0.7.0
4132024-08-01T00:38:31.738Z Compiling tabled v0.15.0
4142024-08-01T00:38:33.520Z Compiling serde_derive v1.0.204
4152024-08-01T00:38:33.520Z Compiling thiserror-impl v1.0.63
4162024-08-01T00:38:33.522Z Compiling zerocopy-derive v0.7.34
4172024-08-01T00:38:33.522Z Compiling scroll_derive v0.12.0
4182024-08-01T00:38:33.522Z Compiling clap_derive v4.5.8
4192024-08-01T00:38:34.766Z Compiling scroll v0.12.0
4202024-08-01T00:38:35.338Z Compiling goblin v0.8.2
4212024-08-01T00:38:35.569Z Compiling zerocopy v0.7.34
4222024-08-01T00:38:37.462Z Compiling clap v4.5.9
4232024-08-01T00:38:39.039Z Compiling pest v2.7.10
4242024-08-01T00:38:40.623Z Compiling pest_meta v2.7.10
4252024-08-01T00:38:41.735Z Compiling pest_generator v2.7.10
4262024-08-01T00:38:43.462Z Compiling pest_derive v2.7.10
4272024-08-01T00:38:43.757Z Compiling toml_datetime v0.6.6
4282024-08-01T00:38:43.757Z Compiling serde_spanned v0.6.6
4292024-08-01T00:38:44.108Z Compiling dtrace-parser v0.2.0
4302024-08-01T00:38:44.169Z Compiling serde_tokenstream v0.2.1
4312024-08-01T00:38:44.255Z Compiling toml_edit v0.22.16
4322024-08-01T00:38:44.379Z Compiling cargo-platform v0.1.8
4332024-08-01T00:38:44.569Z Compiling macaddr v1.0.1
4342024-08-01T00:38:45.440Z Compiling dof v0.3.0
4352024-08-01T00:38:45.440Z Compiling cargo_metadata v0.18.1
4362024-08-01T00:38:47.333Z Compiling toml v0.8.15
4372024-08-01T00:38:47.599Z Compiling usdt-macro v0.5.0
4382024-08-01T00:38:47.599Z Compiling usdt-attr-macro v0.5.0
4392024-08-01T00:38:48.201Z Compiling cargo_toml v0.20.4
4402024-08-01T00:38:49.056Z Compiling usdt v0.5.0
4412024-08-01T00:38:52.293Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4422024-08-01T00:38:56.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.97s
4432024-08-01T00:38:56.863Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4442024-08-01T00:38:57.381Z Downloading crates ...
4452024-08-01T00:38:57.498Z Downloaded arrayref v0.3.7
4462024-08-01T00:38:57.501Z Downloaded aead v0.5.2
4472024-08-01T00:38:57.506Z Downloaded ascii v1.1.0
4482024-08-01T00:38:57.509Z Downloaded allocator-api2 v0.2.18
4492024-08-01T00:38:57.514Z Downloaded cfg_aliases v0.1.1
4502024-08-01T00:38:57.517Z Downloaded bitstruct_derive v0.1.0
4512024-08-01T00:38:57.520Z Downloaded atty v0.2.14
4522024-08-01T00:38:57.520Z Downloaded bitstruct v0.1.1
4532024-08-01T00:38:57.523Z Downloaded async-stream-impl v0.3.5
4542024-08-01T00:38:57.526Z Downloaded crunchy v0.2.2
4552024-08-01T00:38:57.526Z Downloaded cstr-argument v0.1.2
4562024-08-01T00:38:57.529Z Downloaded inout v0.1.3
4572024-08-01T00:38:57.533Z Downloaded impl-trait-for-tuples v0.2.2
4582024-08-01T00:38:57.535Z Downloaded num-conv v0.1.0
4592024-08-01T00:38:57.535Z Downloaded openssl-macros v0.1.1
4602024-08-01T00:38:57.535Z Downloaded instant v0.1.12
4612024-08-01T00:38:57.540Z Downloaded newtype_derive v0.1.6
4622024-08-01T00:38:57.540Z Downloaded colored v2.1.0
4632024-08-01T00:38:57.543Z Downloaded bitfield-struct v0.6.1
4642024-08-01T00:38:57.543Z Downloaded normalize-line-endings v0.3.0
4652024-08-01T00:38:57.543Z Downloaded is_ci v1.2.0
4662024-08-01T00:38:57.545Z Downloaded ciborium-ll v0.2.2
4672024-08-01T00:38:57.545Z Downloaded matches v0.1.10
4682024-08-01T00:38:57.550Z Downloaded number_prefix v0.4.0
4692024-08-01T00:38:57.550Z Downloaded castaway v0.2.2
4702024-08-01T00:38:57.556Z Downloaded newline-converter v0.3.0
4712024-08-01T00:38:57.556Z Downloaded async-recursion v1.1.1
4722024-08-01T00:38:57.560Z Downloaded is-terminal v0.4.12
4732024-08-01T00:38:57.560Z Downloaded kstat-rs v0.2.4
4742024-08-01T00:38:57.560Z Downloaded debug-ignore v1.0.5
4752024-08-01T00:38:57.564Z Downloaded bit-set v0.5.3
4762024-08-01T00:38:57.564Z Downloaded parse-size v1.0.0
4772024-08-01T00:38:57.564Z Downloaded constant_time_eq v0.3.0
4782024-08-01T00:38:57.568Z Downloaded argon2 v0.5.3
4792024-08-01T00:38:57.568Z Downloaded num_enum v0.5.11
4802024-08-01T00:38:57.571Z Downloaded maplit v1.0.2
4812024-08-01T00:38:57.574Z Downloaded oso-derive v0.27.3
4822024-08-01T00:38:57.574Z Downloaded num_enum_derive v0.5.11
4832024-08-01T00:38:57.577Z Downloaded num_cpus v1.16.0
4842024-08-01T00:38:57.579Z Downloaded libsw v3.3.1
4852024-08-01T00:38:57.582Z Downloaded linear-map v1.2.0
4862024-08-01T00:38:57.587Z Downloaded cookie_store v0.20.0
4872024-08-01T00:38:57.587Z Downloaded cookie v0.17.0
4882024-08-01T00:38:57.590Z Downloaded crc32fast v1.4.0
4892024-08-01T00:38:57.591Z Downloaded bcs v0.1.6
4902024-08-01T00:38:57.593Z Downloaded ciborium-io v0.2.2
4912024-08-01T00:38:57.594Z Downloaded addr2line v0.21.0
4922024-08-01T00:38:57.596Z Downloaded ciborium v0.2.2
4932024-08-01T00:38:57.600Z Downloaded arrayvec v0.7.4
4942024-08-01T00:38:57.604Z Downloaded paste v1.0.15
4952024-08-01T00:38:57.607Z Downloaded opaque-debug v0.3.1
4962024-08-01T00:38:57.608Z Downloaded signal-hook-tokio v0.3.1
4972024-08-01T00:38:57.612Z Downloaded atomicwrites v0.4.3
4982024-08-01T00:38:57.612Z Downloaded openssl-probe v0.1.5
4992024-08-01T00:38:57.612Z Downloaded new_debug_unreachable v1.0.6
5002024-08-01T00:38:57.615Z Downloaded bb8 v0.8.5
5012024-08-01T00:38:57.615Z Downloaded darling_macro v0.20.9
5022024-08-01T00:38:57.615Z Downloaded cexpr v0.6.0
5032024-08-01T00:38:57.618Z Downloaded bit-vec v0.6.3
5042024-08-01T00:38:57.618Z Downloaded num_threads v0.1.7
5052024-08-01T00:38:57.623Z Downloaded match_cfg v0.1.0
5062024-08-01T00:38:57.624Z Downloaded parse-display v0.9.1
5072024-08-01T00:38:57.624Z Downloaded packed_struct_codegen v0.10.1
5082024-08-01T00:38:57.624Z Downloaded toolchain_find v0.4.0
5092024-08-01T00:38:57.627Z Downloaded num-rational v0.4.2
5102024-08-01T00:38:57.627Z Downloaded native-tls v0.2.11
5112024-08-01T00:38:57.633Z Downloaded defmt v0.3.8
5122024-08-01T00:38:57.635Z Downloaded lock_api v0.4.12
5132024-08-01T00:38:57.635Z Downloaded try-lock v0.2.5
5142024-08-01T00:38:57.639Z Downloaded console v0.15.8
5152024-08-01T00:38:57.641Z Downloaded nanorand v0.7.0
5162024-08-01T00:38:57.644Z Downloaded nibble_vec v0.1.0
5172024-08-01T00:38:57.644Z Downloaded maybe-uninit v2.0.0
5182024-08-01T00:38:57.647Z Downloaded vte_generate_state_changes v0.1.1
5192024-08-01T00:38:57.647Z Downloaded mime_guess v2.0.4
5202024-08-01T00:38:57.650Z Downloaded async-stream v0.3.5
5212024-08-01T00:38:57.653Z Downloaded indexmap v1.9.3
5222024-08-01T00:38:57.656Z Downloaded endian-type v0.1.2
5232024-08-01T00:38:57.656Z Downloaded crossbeam-deque v0.8.5
5242024-08-01T00:38:57.659Z Downloaded convert_case v0.4.0
5252024-08-01T00:38:57.659Z Downloaded parse-display-derive v0.9.1
5262024-08-01T00:38:57.662Z Downloaded mime v0.3.17
5272024-08-01T00:38:57.662Z Downloaded memoffset v0.9.1
5282024-08-01T00:38:57.666Z Downloaded strum_macros v0.24.3
5292024-08-01T00:38:57.666Z Downloaded cobs v0.2.3
5302024-08-01T00:38:57.669Z Downloaded foreign-types v0.5.0
5312024-08-01T00:38:57.669Z Downloaded crc-catalog v2.4.0
5322024-08-01T00:38:57.672Z Downloaded crc v3.2.1
5332024-08-01T00:38:57.675Z Downloaded path-slash v0.1.5
5342024-08-01T00:38:57.675Z Downloaded fxhash v0.2.1
5352024-08-01T00:38:57.675Z Downloaded cipher v0.4.4
5362024-08-01T00:38:57.678Z Downloaded olpc-cjson v0.1.3
5372024-08-01T00:38:57.680Z Downloaded strum_macros v0.25.3
5382024-08-01T00:38:57.683Z Downloaded slog-dtrace v0.3.0
5392024-08-01T00:38:57.683Z Downloaded portpicker v0.1.1
5402024-08-01T00:38:57.686Z Downloaded phf_shared v0.10.0
5412024-08-01T00:38:57.686Z Downloaded slab v0.4.9
5422024-08-01T00:38:57.689Z Downloaded shell-words v1.1.0
5432024-08-01T00:38:57.689Z Downloaded defmt-macros v0.3.9
5442024-08-01T00:38:57.692Z Downloaded structmeta v0.3.0
5452024-08-01T00:38:57.694Z Downloaded spin v0.5.2
5462024-08-01T00:38:57.694Z Downloaded tls_codec_derive v0.4.1
5472024-08-01T00:38:57.697Z Downloaded tls_codec v0.4.1
5482024-08-01T00:38:57.700Z Downloaded crc-any v2.5.0
5492024-08-01T00:38:57.703Z Downloaded parking_lot_core v0.9.10
5502024-08-01T00:38:57.706Z Downloaded libloading v0.8.3
5512024-08-01T00:38:57.711Z Downloaded num-iter v0.1.45
5522024-08-01T00:38:57.711Z Downloaded dirs-sys-next v0.1.2
5532024-08-01T00:38:57.714Z Downloaded dirs-next v2.0.0
5542024-08-01T00:38:57.714Z Downloaded enum-as-inner v0.5.1
5552024-08-01T00:38:57.714Z Downloaded zone v0.1.8
5562024-08-01T00:38:57.717Z Downloaded const_format_proc_macros v0.2.32
5572024-08-01T00:38:57.720Z Downloaded backoff v0.4.0
5582024-08-01T00:38:57.723Z Downloaded multer v3.1.0
5592024-08-01T00:38:57.728Z Downloaded zeroize_derive v1.4.2
5602024-08-01T00:38:57.728Z Downloaded indicatif v0.17.8
5612024-08-01T00:38:57.732Z Downloaded data-encoding v2.6.0
5622024-08-01T00:38:57.736Z Downloaded strum v0.26.3
5632024-08-01T00:38:57.736Z Downloaded omicron-zone-package v0.11.0
5642024-08-01T00:38:57.739Z Downloaded csv-core v0.1.11
5652024-08-01T00:38:57.739Z Downloaded futures-core v0.3.30
5662024-08-01T00:38:57.742Z Downloaded slog-term v2.9.1
5672024-08-01T00:38:57.745Z Downloaded foreign-types-macros v0.2.3
5682024-08-01T00:38:57.745Z Downloaded phf_shared v0.11.2
5692024-08-01T00:38:57.748Z Downloaded downcast v0.11.0
5702024-08-01T00:38:57.751Z Downloaded display-error-chain v0.2.0
5712024-08-01T00:38:57.751Z Downloaded peg v0.8.4
5722024-08-01T00:38:57.754Z Downloaded chacha20poly1305 v0.10.1
5732024-08-01T00:38:57.757Z Downloaded http-range v0.1.5
5742024-08-01T00:38:57.759Z Downloaded foreign-types-shared v0.1.1
5752024-08-01T00:38:57.760Z Downloaded tracing-attributes v0.1.27
5762024-08-01T00:38:57.762Z Downloaded quick-error v1.2.3
5772024-08-01T00:38:57.765Z Downloaded vte v0.11.1
5782024-08-01T00:38:57.767Z Downloaded ident_case v1.0.1
5792024-08-01T00:38:57.767Z Downloaded resolv-conf v0.7.0
5802024-08-01T00:38:57.770Z Downloaded precomputed-hash v0.1.1
5812024-08-01T00:38:57.770Z Downloaded rustls-pemfile v1.0.4
5822024-08-01T00:38:57.773Z Downloaded schemars_derive v0.8.21
5832024-08-01T00:38:57.777Z Downloaded sec1 v0.7.3
5842024-08-01T00:38:57.780Z Downloaded parking_lot_core v0.8.6
5852024-08-01T00:38:57.782Z Downloaded const-oid v0.9.6
5862024-08-01T00:38:57.786Z Downloaded sigpipe v0.1.3
5872024-08-01T00:38:57.789Z Downloaded sqlformat v0.2.4
5882024-08-01T00:38:57.792Z Downloaded unarray v0.1.4
5892024-08-01T00:38:57.794Z Downloaded slog-envlogger v2.2.0
5902024-08-01T00:38:57.797Z Downloaded unicase v2.7.0
5912024-08-01T00:38:57.800Z Downloaded tokio-native-tls v0.3.1
5922024-08-01T00:38:57.802Z Downloaded futures-executor v0.3.30
5932024-08-01T00:38:57.805Z Downloaded test-strategy v0.3.1
5942024-08-01T00:38:57.808Z Downloaded time-core v0.1.2
5952024-08-01T00:38:57.811Z Downloaded which v4.4.2
5962024-08-01T00:38:57.816Z Downloaded form_urlencoded v1.2.1
5972024-08-01T00:38:57.816Z Downloaded whoami v1.5.1
5982024-08-01T00:38:57.819Z Downloaded foreign-types-shared v0.3.1
5992024-08-01T00:38:57.819Z Downloaded headers-core v0.2.0
6002024-08-01T00:38:57.819Z Downloaded poly1305 v0.8.0
6012024-08-01T00:38:57.822Z Downloaded der v0.7.9
6022024-08-01T00:38:57.826Z Downloaded peg-runtime v0.8.3
6032024-08-01T00:38:57.829Z Downloaded rand_core v0.6.4
6042024-08-01T00:38:57.832Z Downloaded rand_chacha v0.3.1
6052024-08-01T00:38:57.832Z Downloaded scopeguard v1.2.0
6062024-08-01T00:38:57.834Z Downloaded rand_seeder v0.2.3
6072024-08-01T00:38:57.837Z Downloaded predicates v3.1.0
6082024-08-01T00:38:57.840Z Downloaded sct v0.7.1
6092024-08-01T00:38:57.842Z Downloaded ppv-lite86 v0.2.17
6102024-08-01T00:38:57.845Z Downloaded rusty-fork v0.3.0
6112024-08-01T00:38:57.848Z Downloaded getrandom v0.2.14
6122024-08-01T00:38:57.850Z Downloaded base64 v0.13.1
6132024-08-01T00:38:57.853Z Downloaded spin v0.9.8
6142024-08-01T00:38:57.856Z Downloaded unicode-truncate v1.0.0
6152024-08-01T00:38:57.859Z Downloaded slog-bunyan v2.5.0
6162024-08-01T00:38:57.859Z Downloaded derive_builder_core v0.20.0
6172024-08-01T00:38:57.863Z Downloaded rpassword v7.3.1
6182024-08-01T00:38:57.866Z Downloaded subtle v2.5.0
6192024-08-01T00:38:57.866Z Downloaded structmeta-derive v0.3.0
6202024-08-01T00:38:57.869Z Downloaded tokio-rustls v0.25.0
6212024-08-01T00:38:57.869Z Downloaded slog-stdlog v4.1.1
6222024-08-01T00:38:57.871Z Downloaded derive_builder v0.20.0
6232024-08-01T00:38:57.875Z Downloaded dyn-clone v1.0.17
6242024-08-01T00:38:57.878Z Downloaded tui-tree-widget v0.21.0
6252024-08-01T00:38:57.881Z Downloaded socket2 v0.5.7
6262024-08-01T00:38:57.883Z Downloaded erased-serde v0.3.31
6272024-08-01T00:38:57.886Z Downloaded itertools v0.10.5
6282024-08-01T00:38:57.892Z Downloaded hubpack_derive v0.1.1
6292024-08-01T00:38:57.895Z Downloaded ref-cast-impl v1.0.23
6302024-08-01T00:38:57.895Z Downloaded predicates-tree v1.0.9
6312024-08-01T00:38:57.898Z Downloaded hash32 v0.3.1
6322024-08-01T00:38:57.903Z Downloaded pem v3.0.4
6332024-08-01T00:38:57.903Z Downloaded iana-time-zone v0.1.60
6342024-08-01T00:38:57.903Z Downloaded sync_wrapper v0.1.2
6352024-08-01T00:38:57.907Z Downloaded crypto-bigint v0.5.5
6362024-08-01T00:38:57.912Z Downloaded similar v2.5.0
6372024-08-01T00:38:57.917Z Downloaded predicates-core v1.0.6
6382024-08-01T00:38:57.920Z Downloaded ref-cast v1.0.23
6392024-08-01T00:38:57.923Z Downloaded static_assertions v1.1.0
6402024-08-01T00:38:57.933Z Downloaded zone_cfg_derive v0.1.2
6412024-08-01T00:38:57.936Z Downloaded diesel_table_macro_syntax v0.1.0
6422024-08-01T00:38:57.936Z Downloaded xattr v1.3.1
6432024-08-01T00:38:57.939Z Downloaded float-ord v0.3.2
6442024-08-01T00:38:57.939Z Downloaded stringprep v0.1.4
6452024-08-01T00:38:57.943Z Downloaded smallvec v1.13.2
6462024-08-01T00:38:57.945Z Downloaded tokio-rustls v0.24.1
6472024-08-01T00:38:57.948Z Downloaded subprocess v0.2.9
6482024-08-01T00:38:57.951Z Downloaded fatfs v0.3.6
6492024-08-01T00:38:57.954Z Downloaded mio v0.8.11
6502024-08-01T00:38:57.957Z Downloaded waitgroup v0.1.2
6512024-08-01T00:38:57.960Z Downloaded phf v0.11.2
6522024-08-01T00:38:57.960Z Downloaded pkg-config v0.3.30
6532024-08-01T00:38:57.963Z Downloaded env_logger v0.9.3
6542024-08-01T00:38:57.966Z Downloaded sqlparser_derive v0.2.2
6552024-08-01T00:38:57.966Z Downloaded siphasher v0.3.11
6562024-08-01T00:38:57.968Z Downloaded pkcs1 v0.7.5
6572024-08-01T00:38:57.971Z Downloaded serde_arrays v0.1.0
6582024-08-01T00:38:57.971Z Downloaded rustfmt-wrapper v0.2.1
6592024-08-01T00:38:57.974Z Downloaded rtoolbox v0.0.2
6602024-08-01T00:38:57.974Z Downloaded hyper-tls v0.5.0
6612024-08-01T00:38:57.977Z Downloaded unsafe-libyaml v0.2.11
6622024-08-01T00:38:57.980Z Downloaded heck v0.3.3
6632024-08-01T00:38:57.982Z Downloaded num-bigint v0.4.5
6642024-08-01T00:38:57.986Z Downloaded serde_with_macros v3.8.3
6652024-08-01T00:38:57.988Z Downloaded stability v0.2.0
6662024-08-01T00:38:57.991Z Downloaded untrusted v0.9.0
6672024-08-01T00:38:57.995Z Downloaded uzers v0.11.3
6682024-08-01T00:38:57.995Z Downloaded hostname v0.4.0
6692024-08-01T00:38:57.998Z Downloaded want v0.3.1
6702024-08-01T00:38:57.998Z Downloaded unicode-bidi v0.3.15
6712024-08-01T00:38:58.002Z Downloaded yasna v0.5.2
6722024-08-01T00:38:58.004Z Downloaded difflib v0.4.0
6732024-08-01T00:38:58.004Z Downloaded diff v0.1.13
6742024-08-01T00:38:58.009Z Downloaded crossterm v0.27.0
6752024-08-01T00:38:58.014Z Downloaded tokio-macros v2.3.0
6762024-08-01T00:38:58.017Z Downloaded shlex v1.3.0
6772024-08-01T00:38:58.017Z Downloaded percent-encoding v2.3.1
6782024-08-01T00:38:58.020Z Downloaded derive-where v1.2.7
6792024-08-01T00:38:58.025Z Downloaded tabwriter v1.4.0
6802024-08-01T00:38:58.026Z Downloaded stable_deref_trait v1.2.0
6812024-08-01T00:38:58.026Z Downloaded serde_urlencoded v0.7.1
6822024-08-01T00:38:58.026Z Downloaded scheduled-thread-pool v0.2.7
6832024-08-01T00:38:58.028Z Downloaded num-bigint-dig v0.8.4
6842024-08-01T00:38:58.031Z Downloaded serde-hex v0.1.0
6852024-08-01T00:38:58.035Z Downloaded postgres-protocol v0.6.7
6862024-08-01T00:38:58.038Z Downloaded take_mut v0.2.2
6872024-08-01T00:38:58.038Z Downloaded half v2.4.1
6882024-08-01T00:38:58.041Z Downloaded rsa v0.9.6
6892024-08-01T00:38:58.044Z Downloaded fallible-iterator v0.2.0
6902024-08-01T00:38:58.047Z Downloaded rustc_version v0.4.0
6912024-08-01T00:38:58.047Z Downloaded psl-types v2.0.11
6922024-08-01T00:38:58.052Z Downloaded hubpack v0.1.2
6932024-08-01T00:38:58.052Z Downloaded rcgen v0.12.1
6942024-08-01T00:38:58.055Z Downloaded httpdate v1.0.3
6952024-08-01T00:38:58.055Z Downloaded http-body v0.4.6
6962024-08-01T00:38:58.055Z Downloaded embedded-io v0.4.0
6972024-08-01T00:38:58.058Z Downloaded signal-hook-mio v0.2.3
6982024-08-01T00:38:58.061Z Downloaded funty v2.0.0
6992024-08-01T00:38:58.061Z Downloaded tokio-postgres v0.7.11
7002024-08-01T00:38:58.065Z Downloaded humantime v2.1.0
7012024-08-01T00:38:58.068Z Downloaded toml v0.5.11
7022024-08-01T00:38:58.070Z Downloaded uuid v1.10.0
7032024-08-01T00:38:58.073Z Downloaded pem-rfc7468 v0.7.0
7042024-08-01T00:38:58.076Z Downloaded pin-project-lite v0.2.14
7052024-08-01T00:38:58.081Z Downloaded pin-project-internal v1.1.5
7062024-08-01T00:38:58.084Z Downloaded wyz v0.5.1
7072024-08-01T00:38:58.087Z Downloaded tower-service v0.3.2
7082024-08-01T00:38:58.087Z Downloaded serde-big-array v0.5.1
7092024-08-01T00:38:58.090Z Downloaded r2d2 v0.8.10
7102024-08-01T00:38:58.090Z Downloaded home v0.5.9
7112024-08-01T00:38:58.093Z Downloaded same-file v1.0.6
7122024-08-01T00:38:58.093Z Downloaded rustversion v1.0.17
7132024-08-01T00:38:58.096Z Downloaded walkdir v2.5.0
7142024-08-01T00:38:58.098Z Downloaded termcolor v1.4.1
7152024-08-01T00:38:58.102Z Downloaded rustls-pki-types v1.7.0
7162024-08-01T00:38:58.104Z Downloaded postcard v1.0.8
7172024-08-01T00:38:58.107Z Downloaded tap v1.0.1
7182024-08-01T00:38:58.107Z Downloaded derive_builder_macro v0.20.0
7192024-08-01T00:38:58.110Z Downloaded wait-timeout v0.2.0
7202024-08-01T00:38:58.110Z Downloaded structmeta-derive v0.2.0
7212024-08-01T00:38:58.110Z Downloaded supports-color v3.0.0
7222024-08-01T00:38:58.113Z Downloaded serde_yaml v0.9.34+deprecated
7232024-08-01T00:38:58.115Z Downloaded ron v0.8.1
7242024-08-01T00:38:58.120Z Downloaded flagset v0.4.5
7252024-08-01T00:38:58.123Z Downloaded radium v0.7.0
7262024-08-01T00:38:58.123Z Downloaded group v0.13.0
7272024-08-01T00:38:58.129Z Downloaded tempfile v3.10.1
7282024-08-01T00:38:58.131Z Downloaded publicsuffix v2.2.3
7292024-08-01T00:38:58.132Z Downloaded thread_local v1.1.8
7302024-08-01T00:38:58.134Z Downloaded snafu-derive v0.8.2
7312024-08-01T00:38:58.134Z Downloaded pretty-hex v0.2.1
7322024-08-01T00:38:58.137Z Downloaded tokio-stream v0.1.15
7332024-08-01T00:38:58.141Z Downloaded fastrand v2.1.0
7342024-08-01T00:38:58.143Z Downloaded libxml v0.3.3
7352024-08-01T00:38:58.150Z Downloaded either v1.12.0
7362024-08-01T00:38:58.153Z Downloaded semver v0.1.20
7372024-08-01T00:38:58.153Z Downloaded secrecy v0.8.0
7382024-08-01T00:38:58.155Z Downloaded fixedbitset v0.4.2
7392024-08-01T00:38:58.155Z Downloaded signature v2.2.0
7402024-08-01T00:38:58.158Z Downloaded smawk v0.3.2
7412024-08-01T00:38:58.158Z Downloaded highway v1.1.0
7422024-08-01T00:38:58.161Z Downloaded signal-hook-registry v1.4.2
7432024-08-01T00:38:58.161Z Downloaded hyper-rustls v0.24.2
7442024-08-01T00:38:58.164Z Downloaded tungstenite v0.20.1
7452024-08-01T00:38:58.173Z Downloaded serde_repr v0.1.19
7462024-08-01T00:38:58.176Z Downloaded elliptic-curve v0.13.8
7472024-08-01T00:38:58.176Z Downloaded hyper-staticfile v0.9.5
7482024-08-01T00:38:58.180Z Downloaded rand v0.8.5
7492024-08-01T00:38:58.183Z Downloaded glob v0.3.1
7502024-08-01T00:38:58.183Z Downloaded tokio-tungstenite v0.21.0
7512024-08-01T00:38:58.213Z Downloaded tinyvec v1.6.0
7522024-08-01T00:38:58.213Z Downloaded pkcs8 v0.10.2
7532024-08-01T00:38:58.213Z Downloaded tokio-tungstenite v0.20.1
7542024-08-01T00:38:58.213Z Downloaded signal-hook v0.3.17
7552024-08-01T00:38:58.213Z Downloaded pin-utils v0.1.0
7562024-08-01T00:38:58.213Z Downloaded fragile v2.0.0
7572024-08-01T00:38:58.213Z Downloaded heapless v0.8.0
7582024-08-01T00:38:58.216Z Downloaded float-cmp v0.9.0
7592024-08-01T00:38:58.216Z Downloaded ron v0.7.1
7602024-08-01T00:38:58.216Z Downloaded deranged v0.3.11
7612024-08-01T00:38:58.216Z Downloaded rustc-demangle v0.1.24
7622024-08-01T00:38:58.216Z Downloaded der_derive v0.7.2
7632024-08-01T00:38:58.216Z Downloaded rustc-hash v1.1.0
7642024-08-01T00:38:58.219Z Downloaded hmac v0.12.1
7652024-08-01T00:38:58.219Z Downloaded socket2 v0.4.10
7662024-08-01T00:38:58.224Z Downloaded futures-channel v0.3.30
7672024-08-01T00:38:58.227Z Downloaded hashbrown v0.13.2
7682024-08-01T00:38:58.230Z Downloaded zerocopy v0.6.6
7692024-08-01T00:38:58.230Z Downloaded unicode-normalization v0.1.23
7702024-08-01T00:38:58.234Z Downloaded snafu v0.8.2
7712024-08-01T00:38:58.240Z Downloaded tracing v0.1.40
7722024-08-01T00:38:58.245Z Downloaded postgres-types v0.2.7
7732024-08-01T00:38:58.248Z Downloaded globset v0.4.14
7742024-08-01T00:38:58.250Z Downloaded peg-macros v0.8.4
7752024-08-01T00:38:58.253Z Downloaded slog v2.7.0
7762024-08-01T00:38:58.256Z Downloaded samael v0.0.15
7772024-08-01T00:38:58.261Z Downloaded portable-atomic v1.6.0
7782024-08-01T00:38:58.266Z Downloaded hashbrown v0.12.3
7792024-08-01T00:38:58.271Z Downloaded rustyline v14.0.0
7802024-08-01T00:38:58.276Z Downloaded aho-corasick v1.1.3
7812024-08-01T00:38:58.283Z Downloaded vsss-rs v3.3.4
7822024-08-01T00:38:58.286Z Downloaded derive_more v0.99.18
7832024-08-01T00:38:58.291Z Downloaded schemars v0.8.21
7842024-08-01T00:38:58.303Z Downloaded tracing-core v0.1.32
7852024-08-01T00:38:58.307Z Downloaded prettyplease v0.2.20
7862024-08-01T00:38:58.315Z Downloaded http v1.1.0
7872024-08-01T00:38:58.320Z Downloaded tokio-util v0.7.11
7882024-08-01T00:38:58.327Z Downloaded http v0.2.12
7892024-08-01T00:38:58.331Z Downloaded rayon-core v1.12.1
7902024-08-01T00:38:58.336Z Downloaded toml_edit v0.19.15
7912024-08-01T00:38:58.358Z Downloaded reedline v0.31.0
7922024-08-01T00:38:58.374Z Downloaded time v0.3.36
7932024-08-01T00:38:58.396Z Downloaded reqwest v0.11.27
7942024-08-01T00:38:58.396Z Downloaded unicode_categories v0.1.1
7952024-08-01T00:38:58.396Z Downloaded x509-cert v0.2.5
7962024-08-01T00:38:58.405Z Downloaded bitvec v1.0.1
7972024-08-01T00:38:58.416Z Downloaded tough v0.17.1
7982024-08-01T00:38:58.416Z Downloaded bindgen v0.69.4
7992024-08-01T00:38:58.422Z Downloaded lalrpop v0.19.12
8002024-08-01T00:38:58.430Z Downloaded chrono v0.4.38
8012024-08-01T00:38:58.438Z Downloaded futures-util v0.3.30
8022024-08-01T00:38:58.449Z Downloaded rustls-webpki v0.101.7
8032024-08-01T00:38:58.462Z Downloaded rayon v1.10.0
8042024-08-01T00:38:58.473Z Downloaded sqlparser v0.45.0
8052024-08-01T00:38:58.482Z Downloaded h2 v0.3.26
8062024-08-01T00:38:58.487Z Downloaded object v0.32.2
8072024-08-01T00:38:58.496Z Downloaded hyper v0.14.28
8082024-08-01T00:38:58.511Z Downloaded smoltcp v0.9.1
8092024-08-01T00:38:58.530Z Downloaded hkdf v0.12.4
8102024-08-01T00:38:58.530Z Downloaded quick-xml v0.31.0
8112024-08-01T00:38:58.542Z Downloaded proptest v1.4.0
8122024-08-01T00:38:58.542Z Downloaded webpki-roots v0.25.4
8132024-08-01T00:38:58.542Z Downloaded polar-core v0.27.3
8142024-08-01T00:38:58.550Z Downloaded idna v0.5.0
8152024-08-01T00:38:58.565Z Downloaded rustls-webpki v0.102.4
8162024-08-01T00:38:58.573Z Downloaded bstr v0.2.17
8172024-08-01T00:38:58.586Z Downloaded vcpkg v0.2.15
8182024-08-01T00:38:58.625Z Downloaded rustls v0.21.12
8192024-08-01T00:38:58.634Z Downloaded radix_trie v0.2.1
8202024-08-01T00:38:58.642Z Downloaded diesel v2.1.6
8212024-08-01T00:38:58.660Z Downloaded smoltcp v0.11.0
8222024-08-01T00:38:58.680Z Downloaded rustls v0.22.4
8232024-08-01T00:38:58.684Z Downloaded regex-syntax v0.8.3
8242024-08-01T00:38:58.694Z Downloaded regex-syntax v0.6.29
8252024-08-01T00:38:58.700Z Downloaded regress v0.9.1
8262024-08-01T00:38:58.708Z Downloaded ratatui v0.27.0
8272024-08-01T00:38:58.727Z Downloaded bstr v1.9.1
8282024-08-01T00:38:58.737Z Downloaded zerocopy-derive v0.6.6
8292024-08-01T00:38:58.749Z Downloaded regex-automata v0.4.6
8302024-08-01T00:38:58.765Z Downloaded bzip2-sys v0.1.11+1.0.8
8312024-08-01T00:38:58.781Z Downloaded petgraph v0.6.5
8322024-08-01T00:38:58.793Z Downloaded tokio v1.38.1
8332024-08-01T00:38:58.832Z Downloaded sled v0.34.7
8342024-08-01T00:38:58.842Z Downloaded finl_unicode v1.2.0
8352024-08-01T00:38:58.856Z Downloaded regex v1.10.5
8362024-08-01T00:38:58.871Z Downloaded idna v0.2.3
8372024-08-01T00:38:58.877Z Downloaded sha3 v0.10.8
8382024-08-01T00:38:58.881Z Downloaded csv v1.3.0
8392024-08-01T00:38:58.902Z Downloaded trust-dns-proto v0.22.0
8402024-08-01T00:38:58.917Z Downloaded openapiv3 v2.0.0
8412024-08-01T00:38:58.928Z Downloaded idna v0.3.0
8422024-08-01T00:38:58.937Z Downloaded nix v0.28.0
8432024-08-01T00:38:58.948Z Downloaded curve25519-dalek v4.1.3
8442024-08-01T00:38:58.962Z Downloaded encoding_rs v0.8.34
8452024-08-01T00:38:58.980Z Downloaded gimli v0.28.1
8462024-08-01T00:38:58.988Z Downloaded openssl v0.10.66
8472024-08-01T00:38:58.999Z Downloaded nix v0.27.1
8482024-08-01T00:38:59.010Z Downloaded object v0.30.4
8492024-08-01T00:38:59.020Z Downloaded blake3 v1.5.1
8502024-08-01T00:38:59.028Z Downloaded futures v0.3.30
8512024-08-01T00:38:59.033Z Downloaded flate2 v1.0.30
8522024-08-01T00:38:59.038Z Downloaded regex-automata v0.1.10
8532024-08-01T00:38:59.043Z Downloaded winnow v0.5.40
8542024-08-01T00:38:59.052Z Downloaded url v2.5.2
8552024-08-01T00:38:59.055Z Downloaded serde_with v3.8.3
8562024-08-01T00:38:59.064Z Downloaded headers v0.3.9
8572024-08-01T00:38:59.070Z Downloaded expectorate v1.1.0
8582024-08-01T00:38:59.073Z Downloaded heapless v0.7.17
8592024-08-01T00:38:59.079Z Downloaded typed-path v0.7.1
8602024-08-01T00:38:59.085Z Downloaded flume v0.11.0
8612024-08-01T00:38:59.089Z Downloaded itertools v0.12.1
8622024-08-01T00:38:59.097Z Downloaded universal-hash v0.5.1
8632024-08-01T00:38:59.100Z Downloaded unicode-segmentation v1.11.0
8642024-08-01T00:38:59.103Z Downloaded diesel_derives v2.1.4
8652024-08-01T00:38:59.106Z Downloaded slog-async v2.8.0
8662024-08-01T00:38:59.108Z Downloaded trust-dns-resolver v0.22.0
8672024-08-01T00:38:59.111Z Downloaded trust-dns-client v0.22.0
8682024-08-01T00:38:59.117Z Downloaded rustc_version v0.1.7
8692024-08-01T00:38:59.120Z Downloaded pin-project v1.1.5
8702024-08-01T00:38:59.130Z Downloaded itertools v0.13.0
8712024-08-01T00:38:59.137Z Downloaded ring v0.16.20
8722024-08-01T00:38:59.219Z Downloaded thiserror-no-std v2.0.2
8732024-08-01T00:38:59.222Z Downloaded termios v0.3.3
8742024-08-01T00:38:59.225Z Downloaded proc-macro-crate v1.3.1
8752024-08-01T00:38:59.225Z Downloaded unicode-xid v0.2.4
8762024-08-01T00:38:59.228Z Downloaded term v0.7.0
8772024-08-01T00:38:59.230Z Downloaded steno v0.4.1
8782024-08-01T00:38:59.234Z Downloaded nom v7.1.3
8792024-08-01T00:38:59.238Z Downloaded libm v0.2.8
8802024-08-01T00:38:59.246Z Downloaded ring v0.17.8
8812024-08-01T00:38:59.315Z Downloaded tungstenite v0.21.0
8822024-08-01T00:38:59.318Z Downloaded toml v0.7.8
8832024-08-01T00:38:59.321Z Downloaded ena v0.14.3
8842024-08-01T00:38:59.323Z Downloaded topological-sort v0.2.2
8852024-08-01T00:38:59.323Z Downloaded string_cache v0.8.7
8862024-08-01T00:38:59.326Z Downloaded time-macros v0.2.18
8872024-08-01T00:38:59.329Z Downloaded crossbeam-channel v0.5.12
8882024-08-01T00:38:59.332Z Downloaded minimal-lexical v0.2.1
8892024-08-01T00:38:59.335Z Downloaded env_logger v0.10.2
8902024-08-01T00:38:59.338Z Downloaded trust-dns-server v0.22.1
8912024-08-01T00:38:59.342Z Downloaded utf-8 v0.7.6
8922024-08-01T00:38:59.345Z Downloaded structmeta v0.2.0
8932024-08-01T00:38:59.345Z Downloaded strip-ansi-escapes v0.2.0
8942024-08-01T00:38:59.345Z Downloaded sha1 v0.10.6
8952024-08-01T00:38:59.348Z Downloaded smf v0.2.3
8962024-08-01T00:38:59.348Z Downloaded textwrap v0.16.1
8972024-08-01T00:38:59.351Z Downloaded powerfmt v0.2.0
8982024-08-01T00:38:59.351Z Downloaded serde_plain v1.0.2
8992024-08-01T00:38:59.354Z Downloaded serde_path_to_error v0.1.16
9002024-08-01T00:38:59.354Z Downloaded serde_derive_internals v0.29.1
9012024-08-01T00:38:59.357Z Downloaded base64 v0.22.1
9022024-08-01T00:38:59.359Z Downloaded zip v0.6.6
9032024-08-01T00:38:59.362Z Downloaded cc v1.0.97
9042024-08-01T00:38:59.365Z Downloaded httparse v1.8.0
9052024-08-01T00:38:59.368Z Downloaded hash32 v0.2.1
9062024-08-01T00:38:59.368Z Downloaded filetime v0.2.23
9072024-08-01T00:38:59.371Z Downloaded smallvec v0.6.14
9082024-08-01T00:38:59.371Z Downloaded slog-scope v4.4.0
9092024-08-01T00:38:59.374Z Downloaded strum_macros v0.26.4
9102024-08-01T00:38:59.374Z Downloaded slog-json v2.6.1
9112024-08-01T00:38:59.376Z Downloaded tiny-keccak v2.0.2
9122024-08-01T00:38:59.379Z Downloaded darling_core v0.20.9
9132024-08-01T00:38:59.382Z Downloaded compact_str v0.7.1
9142024-08-01T00:38:59.384Z Downloaded rustls-pemfile v2.1.2
9152024-08-01T00:38:59.387Z Downloaded hostname v0.3.1
9162024-08-01T00:38:59.387Z Downloaded hex v0.4.3
9172024-08-01T00:38:59.390Z Downloaded ff v0.13.0
9182024-08-01T00:38:59.390Z Downloaded const_format v0.2.32
9192024-08-01T00:38:59.394Z Downloaded base64 v0.21.7
9202024-08-01T00:38:59.397Z Downloaded tar v0.4.41
9212024-08-01T00:38:59.399Z Downloaded thiserror-impl-no-std v2.0.2
9222024-08-01T00:38:59.402Z Downloaded spki v0.7.3
9232024-08-01T00:38:59.402Z Downloaded crossbeam-utils v0.8.19
9242024-08-01T00:38:59.405Z Downloaded cookie v0.18.1
9252024-08-01T00:38:59.407Z Downloaded oso v0.27.3
9262024-08-01T00:38:59.410Z Downloaded num-traits v0.2.19
9272024-08-01T00:38:59.413Z Downloaded rand_xorshift v0.3.0
9282024-08-01T00:38:59.413Z Downloaded backtrace v0.3.71
9292024-08-01T00:38:59.417Z Downloaded parking_lot v0.12.2
9302024-08-01T00:38:59.420Z Downloaded openssl-sys v0.9.103
9312024-08-01T00:38:59.423Z Downloaded miniz_oxide v0.7.2
9322024-08-01T00:38:59.427Z Downloaded camino-tempfile v1.1.1
9332024-08-01T00:38:59.430Z Downloaded nu-ansi-term v0.50.0
9342024-08-01T00:38:59.430Z Downloaded async-trait v0.1.81
9352024-08-01T00:38:59.433Z Downloaded getopts v0.2.21
9362024-08-01T00:38:59.436Z Downloaded gethostname v0.4.3
9372024-08-01T00:38:59.436Z Downloaded futures-task v0.3.30
9382024-08-01T00:38:59.436Z Downloaded futures-sink v0.3.30
9392024-08-01T00:38:59.436Z Downloaded futures-macro v0.3.30
9402024-08-01T00:38:59.439Z Downloaded futures-io v0.3.30
9412024-08-01T00:38:59.439Z Downloaded fd-lock v4.0.2
9422024-08-01T00:38:59.441Z Downloaded bzip2 v0.4.4
9432024-08-01T00:38:59.441Z Downloaded untrusted v0.7.1
9442024-08-01T00:38:59.444Z Downloaded unicode-linebreak v0.1.5
9452024-08-01T00:38:59.444Z Downloaded managed v0.8.0
9462024-08-01T00:38:59.444Z Downloaded zeroize v1.7.0
9472024-08-01T00:38:59.447Z Downloaded owo-colors v4.0.0
9482024-08-01T00:38:59.447Z Downloaded newtype-uuid v1.1.0
9492024-08-01T00:38:59.450Z Downloaded crossbeam-epoch v0.9.18
9502024-08-01T00:38:59.450Z Downloaded bytes v1.6.0
9512024-08-01T00:38:59.453Z Downloaded arc-swap v1.7.1
9522024-08-01T00:38:59.456Z Downloaded parking_lot v0.11.2
9532024-08-01T00:38:59.459Z Downloaded num-complex v0.4.6
9542024-08-01T00:38:59.461Z Downloaded bitfield v0.14.0
9552024-08-01T00:38:59.461Z Downloaded mockall_derive v0.12.1
9562024-08-01T00:38:59.464Z Downloaded curve25519-dalek-derive v0.1.1
9572024-08-01T00:38:59.464Z Downloaded foreign-types v0.3.2
9582024-08-01T00:38:59.464Z Downloaded password-hash v0.5.0
9592024-08-01T00:38:59.467Z Downloaded packed_struct v0.10.1
9602024-08-01T00:38:59.470Z Downloaded chacha20 v0.9.1
9612024-08-01T00:38:59.470Z Downloaded buf-list v1.0.3
9622024-08-01T00:38:59.473Z Downloaded base16ct v0.2.0
9632024-08-01T00:38:59.473Z Downloaded memmap2 v0.9.4
9642024-08-01T00:38:59.473Z Downloaded libefi-sys v0.1.0
9652024-08-01T00:38:59.476Z Downloaded cassowary v0.3.0
9662024-08-01T00:38:59.476Z Downloaded assert_matches v1.5.0
9672024-08-01T00:38:59.479Z Downloaded linked-hash-map v0.5.6
9682024-08-01T00:38:59.479Z Downloaded ipnet v2.9.0
9692024-08-01T00:38:59.479Z Downloaded clang-sys v1.7.0
9702024-08-01T00:38:59.483Z Downloaded blake2 v0.10.6
9712024-08-01T00:38:59.486Z Downloaded termtree v0.4.1
9722024-08-01T00:38:59.486Z Downloaded mockall v0.12.1
9732024-08-01T00:38:59.486Z Downloaded lru v0.12.3
9742024-08-01T00:38:59.486Z Downloaded darling v0.20.9
9752024-08-01T00:38:59.490Z Downloaded cancel-safe-futures v0.1.5
9762024-08-01T00:38:59.494Z Downloaded block-padding v0.3.3
9772024-08-01T00:38:59.494Z Downloaded bitflags v1.3.2
9782024-08-01T00:38:59.496Z Downloaded tinyvec_macros v0.1.1
9792024-08-01T00:38:59.496Z Downloaded ahash v0.8.11
9802024-08-01T00:38:59.500Z Downloaded num-derive v0.4.2
9812024-08-01T00:38:59.500Z Downloaded nodrop v0.1.14
9822024-08-01T00:38:59.502Z Downloaded lru-cache v0.1.2
9832024-08-01T00:38:59.502Z Downloaded crucible-workspace-hack v0.1.0
9842024-08-01T00:38:59.502Z Downloaded base64ct v1.6.0
9852024-08-01T00:38:59.505Z Downloaded lazycell v1.3.0
9862024-08-01T00:38:59.505Z Downloaded num-integer v0.1.46
9872024-08-01T00:38:59.505Z Downloaded num v0.4.3
9882024-08-01T00:38:59.508Z Downloaded multimap v0.10.0
9892024-08-01T00:38:59.508Z Downloaded md-5 v0.10.6
9902024-08-01T00:38:59.511Z Downloaded lalrpop-util v0.19.12
9912024-08-01T00:38:59.511Z Downloaded keccak v0.1.5
9922024-08-01T00:38:59.511Z Downloaded ipnetwork v0.20.0
9932024-08-01T00:38:59.513Z Downloaded defmt-parser v0.3.4
9942024-08-01T00:38:59.514Z Downloaded ascii-canvas v3.0.0
9952024-08-01T00:38:59.514Z Downloaded lazy_static v1.5.0
9962024-08-01T00:38:59.516Z Downloaded indoc v1.0.9
9972024-08-01T00:38:59.516Z Downloaded indent_write v2.2.0
9982024-08-01T00:38:59.519Z Downloaded atomic-waker v1.1.2
9992024-08-01T00:38:59.519Z Downloaded array-init v0.0.4
10002024-08-01T00:38:59.519Z Downloaded adler v1.0.2
10012024-08-01T00:38:59.596Z Compiling cfg-if v1.0.0
10022024-08-01T00:38:59.596Z Compiling serde v1.0.204
10032024-08-01T00:38:59.596Z Compiling scopeguard v1.2.0
10042024-08-01T00:38:59.599Z Compiling lock_api v0.4.12
10052024-08-01T00:38:59.599Z Compiling log v0.4.21
10062024-08-01T00:38:59.733Z Compiling syn v2.0.72
10072024-08-01T00:38:59.743Z Compiling cc v1.0.97
10082024-08-01T00:38:59.746Z Compiling parking_lot_core v0.9.10
10092024-08-01T00:38:59.805Z Compiling getrandom v0.2.14
10102024-08-01T00:38:59.846Z Compiling smallvec v1.13.2
10112024-08-01T00:39:00.205Z Compiling rand_core v0.6.4
10122024-08-01T00:39:00.259Z Compiling typenum v1.17.0
10132024-08-01T00:39:00.262Z Compiling generic-array v0.14.7
10142024-08-01T00:39:00.292Z Compiling pin-project-lite v0.2.14
10152024-08-01T00:39:00.411Z Compiling signal-hook-registry v1.4.2
10162024-08-01T00:39:00.619Z Compiling parking_lot v0.12.2
10172024-08-01T00:39:00.635Z Compiling spin v0.9.8
10182024-08-01T00:39:00.719Z Compiling mio v0.8.11
10192024-08-01T00:39:00.902Z Compiling libm v0.2.8
10202024-08-01T00:39:01.029Z Compiling serde_json v1.0.120
10212024-08-01T00:39:01.227Z Compiling num-traits v0.2.19
10222024-08-01T00:39:01.246Z Compiling ahash v0.8.11
10232024-08-01T00:39:01.383Z Compiling futures-core v0.3.30
10242024-08-01T00:39:01.496Z Compiling tinyvec_macros v0.1.1
10252024-08-01T00:39:01.582Z Compiling tinyvec v1.6.0
10262024-08-01T00:39:01.639Z Compiling num_cpus v1.16.0
10272024-08-01T00:39:01.751Z Compiling socket2 v0.5.7
10282024-08-01T00:39:01.821Z Compiling const-oid v0.9.6
10292024-08-01T00:39:01.989Z Compiling subtle v2.5.0
10302024-08-01T00:39:02.370Z Compiling slab v0.4.9
10312024-08-01T00:39:02.763Z Compiling unicode-bidi v0.3.15
10322024-08-01T00:39:03.072Z Compiling futures-sink v0.3.30
10332024-08-01T00:39:03.150Z Compiling unicode-normalization v0.1.23
10342024-08-01T00:39:03.186Z Compiling allocator-api2 v0.2.18
10352024-08-01T00:39:03.576Z Compiling futures-channel v0.3.30
10362024-08-01T00:39:03.683Z Compiling pin-utils v0.1.0
10372024-08-01T00:39:03.778Z Compiling pkg-config v0.3.30
10382024-08-01T00:39:03.985Z Compiling vcpkg v0.2.15
10392024-08-01T00:39:04.001Z Compiling futures-task v0.3.30
10402024-08-01T00:39:04.018Z Compiling futures-io v0.3.30
10412024-08-01T00:39:04.301Z Compiling ring v0.17.8
10422024-08-01T00:39:04.319Z Compiling ppv-lite86 v0.2.17
10432024-08-01T00:39:04.356Z Compiling percent-encoding v2.3.1
10442024-08-01T00:39:04.551Z Compiling tracing-core v0.1.32
10452024-08-01T00:39:04.768Z Compiling untrusted v0.9.0
10462024-08-01T00:39:04.956Z Compiling rustix v0.38.34
10472024-08-01T00:39:04.973Z Compiling num-conv v0.1.0
10482024-08-01T00:39:05.177Z Compiling rand_chacha v0.3.1
10492024-08-01T00:39:05.247Z Compiling syn v1.0.109
10502024-08-01T00:39:05.452Z Compiling powerfmt v0.2.0
10512024-08-01T00:39:05.675Z Compiling time-core v0.1.2
10522024-08-01T00:39:05.832Z Compiling time-macros v0.2.18
10532024-08-01T00:39:05.857Z Compiling deranged v0.3.11
10542024-08-01T00:39:05.932Z Compiling rand v0.8.5
10552024-08-01T00:39:06.011Z Compiling num_threads v0.1.7
10562024-08-01T00:39:06.161Z Compiling iana-time-zone v0.1.60
10572024-08-01T00:39:06.300Z Compiling openssl-sys v0.9.103
10582024-08-01T00:39:06.519Z Compiling foreign-types-shared v0.1.1
10592024-08-01T00:39:06.605Z Compiling openssl v0.10.66
10602024-08-01T00:39:06.990Z Compiling httparse v1.8.0
10612024-08-01T00:39:07.399Z Compiling rustversion v1.0.17
10622024-08-01T00:39:07.418Z Compiling base64ct v1.6.0
10632024-08-01T00:39:07.606Z Compiling foreign-types v0.3.2
10642024-08-01T00:39:07.846Z Compiling pem-rfc7468 v0.7.0
10652024-08-01T00:39:07.974Z Compiling form_urlencoded v1.2.1
10662024-08-01T00:39:08.133Z Compiling try-lock v0.2.5
10672024-08-01T00:39:08.250Z Compiling siphasher v0.3.11
10682024-08-01T00:39:08.267Z Compiling native-tls v0.2.11
10692024-08-01T00:39:08.557Z Compiling rustls v0.21.12
10702024-08-01T00:39:08.574Z Compiling crossbeam-utils v0.8.19
10712024-08-01T00:39:08.574Z Compiling flagset v0.4.5
10722024-08-01T00:39:08.784Z Compiling want v0.3.1
10732024-08-01T00:39:09.133Z Compiling time v0.3.36
10742024-08-01T00:39:09.228Z Compiling serde_derive_internals v0.29.1
10752024-08-01T00:39:09.688Z Compiling idna v0.5.0
10762024-08-01T00:39:09.739Z Compiling lazy_static v1.5.0
10772024-08-01T00:39:09.862Z Compiling socket2 v0.4.10
10782024-08-01T00:39:10.410Z Compiling aho-corasick v1.1.3
10792024-08-01T00:39:10.764Z Compiling cookie v0.17.0
10802024-08-01T00:39:11.033Z Compiling tower-service v0.3.2
10812024-08-01T00:39:11.152Z Compiling regex-syntax v0.8.3
10822024-08-01T00:39:11.310Z Compiling httpdate v1.0.3
10832024-08-01T00:39:11.793Z Compiling schemars v0.8.21
10842024-08-01T00:39:12.002Z Compiling slog v2.7.0
10852024-08-01T00:39:12.115Z Compiling openssl-probe v0.1.5
10862024-08-01T00:39:12.441Z Compiling signal-hook v0.3.17
10872024-08-01T00:39:12.495Z Compiling finl_unicode v1.2.0
10882024-08-01T00:39:12.674Z Compiling cpufeatures v0.2.12
10892024-08-01T00:39:12.776Z Compiling adler v1.0.2
10902024-08-01T00:39:13.029Z Compiling stringprep v0.1.4
10912024-08-01T00:39:13.103Z Compiling miniz_oxide v0.7.2
10922024-08-01T00:39:14.527Z Compiling regex-automata v0.4.6
10932024-08-01T00:39:14.553Z Compiling url v2.5.2
10942024-08-01T00:39:14.596Z Compiling serde_derive v1.0.204
10952024-08-01T00:39:14.697Z Compiling zeroize_derive v1.4.2
10962024-08-01T00:39:16.220Z Compiling zerocopy-derive v0.7.34
10972024-08-01T00:39:16.349Z Compiling zeroize v1.7.0
10982024-08-01T00:39:16.505Z Compiling tokio-macros v2.3.0
10992024-08-01T00:39:17.203Z Compiling thiserror-impl v1.0.63
11002024-08-01T00:39:17.934Z Compiling futures-macro v0.3.30
11012024-08-01T00:39:18.293Z Compiling crypto-common v0.1.6
11022024-08-01T00:39:18.343Z Compiling block-buffer v0.10.4
11032024-08-01T00:39:18.535Z Compiling tracing-attributes v0.1.27
11042024-08-01T00:39:18.618Z Compiling digest v0.10.7
11052024-08-01T00:39:18.636Z Compiling zerocopy v0.7.34
11062024-08-01T00:39:19.113Z Compiling scroll_derive v0.12.0
11072024-08-01T00:39:20.126Z Compiling futures-util v0.3.30
11082024-08-01T00:39:20.654Z Compiling scroll v0.12.0
11092024-08-01T00:39:20.702Z Compiling thiserror v1.0.63
11102024-08-01T00:39:20.842Z Compiling pest v2.7.10
11112024-08-01T00:39:20.966Z Compiling hashbrown v0.14.5
11122024-08-01T00:39:21.201Z Compiling goblin v0.8.2
11132024-08-01T00:39:22.128Z Compiling hmac v0.12.1
11142024-08-01T00:39:22.370Z Compiling openssl-macros v0.1.1
11152024-08-01T00:39:22.392Z Compiling der_derive v0.7.2
11162024-08-01T00:39:22.564Z Compiling tracing v0.1.40
11172024-08-01T00:39:23.091Z Compiling rustls-webpki v0.101.7
11182024-08-01T00:39:23.218Z Compiling sct v0.7.1
11192024-08-01T00:39:23.544Z Compiling pest_meta v2.7.10
11202024-08-01T00:39:25.100Z Compiling pest_generator v2.7.10
11212024-08-01T00:39:25.174Z Compiling der v0.7.9
11222024-08-01T00:39:26.597Z Compiling md-5 v0.10.6
11232024-08-01T00:39:26.859Z Compiling sha2 v0.10.8
11242024-08-01T00:39:27.187Z Compiling schemars_derive v0.8.21
11252024-08-01T00:39:28.092Z Compiling spki v0.7.3
11262024-08-01T00:39:28.698Z Compiling num-integer v0.1.46
11272024-08-01T00:39:29.024Z Compiling pest_derive v2.7.10
11282024-08-01T00:39:29.473Z Compiling bytes v1.6.0
11292024-08-01T00:39:29.756Z Compiling bitflags v2.6.0
11302024-08-01T00:39:29.841Z Compiling indexmap v2.2.6
11312024-08-01T00:39:30.198Z Compiling semver v1.0.23
11322024-08-01T00:39:30.326Z Compiling uuid v1.10.0
11332024-08-01T00:39:30.728Z Compiling tokio v1.38.1
11342024-08-01T00:39:30.852Z Compiling http v0.2.12
11352024-08-01T00:39:30.939Z Compiling rustc_version v0.4.0
11362024-08-01T00:39:31.722Z Compiling chrono v0.4.38
11372024-08-01T00:39:31.866Z Compiling dof v0.3.0
11382024-08-01T00:39:32.116Z Compiling heapless v0.7.17
11392024-08-01T00:39:32.551Z Compiling http-body v0.4.6
11402024-08-01T00:39:33.089Z Compiling dtrace-parser v0.2.0
11412024-08-01T00:39:33.300Z Compiling serde_spanned v0.6.6
11422024-08-01T00:39:33.479Z Compiling toml_datetime v0.6.6
11432024-08-01T00:39:33.524Z Compiling serde_tokenstream v0.2.1
11442024-08-01T00:39:33.997Z Compiling usdt-impl v0.5.0
11452024-08-01T00:39:34.095Z Compiling idna v0.3.0
11462024-08-01T00:39:34.294Z Compiling backtrace v0.3.71
11472024-08-01T00:39:34.379Z Compiling hash32 v0.2.1
11482024-08-01T00:39:34.708Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11492024-08-01T00:39:34.733Z Compiling gimli v0.28.1
11502024-08-01T00:39:35.311Z Compiling smoltcp v0.9.1
11512024-08-01T00:39:35.505Z Compiling stable_deref_trait v1.2.0
11522024-08-01T00:39:35.614Z Compiling base64 v0.22.1
11532024-08-01T00:39:35.687Z Compiling psl-types v2.0.11
11542024-08-01T00:39:35.713Z Compiling fallible-iterator v0.2.0
11552024-08-01T00:39:35.760Z Compiling dyn-clone v1.0.17
11562024-08-01T00:39:35.866Z Compiling crc32fast v1.4.0
11572024-08-01T00:39:36.066Z Compiling publicsuffix v2.2.3
11582024-08-01T00:39:36.390Z Compiling postgres-protocol v0.6.7
11592024-08-01T00:39:36.472Z Compiling terminal_size v0.3.0
11602024-08-01T00:39:36.670Z Compiling pkcs8 v0.10.2
11612024-08-01T00:39:36.885Z Compiling hubpack_derive v0.1.1
11622024-08-01T00:39:37.248Z Compiling block-padding v0.3.3
11632024-08-01T00:39:37.434Z Compiling zerocopy-derive v0.6.6
11642024-08-01T00:39:37.489Z Compiling async-trait v0.1.81
11652024-08-01T00:39:38.810Z Compiling phf_shared v0.11.2
11662024-08-01T00:39:39.204Z Compiling tokio-util v0.7.11
11672024-08-01T00:39:39.685Z Compiling addr2line v0.21.0
11682024-08-01T00:39:39.802Z Compiling tokio-rustls v0.24.1
11692024-08-01T00:39:39.985Z Compiling tokio-native-tls v0.3.1
11702024-08-01T00:39:40.210Z Compiling h2 v0.3.26
11712024-08-01T00:39:40.267Z Compiling diesel_table_macro_syntax v0.1.0
11722024-08-01T00:39:40.285Z Compiling ff v0.13.0
11732024-08-01T00:39:40.337Z Compiling scheduled-thread-pool v0.2.7
11742024-08-01T00:39:40.419Z Compiling object v0.32.2
11752024-08-01T00:39:40.507Z Compiling fs-err v2.11.0
11762024-08-01T00:39:40.573Z Compiling winnow v0.5.40
11772024-08-01T00:39:40.680Z Compiling matches v0.1.10
11782024-08-01T00:39:40.778Z Compiling managed v0.8.0
11792024-08-01T00:39:40.796Z Compiling anyhow v1.0.86
11802024-08-01T00:39:40.962Z Compiling bitflags v1.3.2
11812024-08-01T00:39:41.063Z Compiling rustc-demangle v0.1.24
11822024-08-01T00:39:41.224Z Compiling either v1.12.0
11832024-08-01T00:39:41.388Z Compiling base16ct v0.2.0
11842024-08-01T00:39:41.648Z Compiling regex-automata v0.1.10
11852024-08-01T00:39:41.727Z Compiling bit-vec v0.6.3
11862024-08-01T00:39:42.014Z Compiling base64 v0.21.7
11872024-08-01T00:39:42.068Z Compiling ipnet v2.9.0
11882024-08-01T00:39:42.159Z Compiling clap_builder v4.5.9
11892024-08-01T00:39:42.178Z Compiling bstr v0.2.17
11902024-08-01T00:39:42.854Z Compiling rustls-pemfile v1.0.4
11912024-08-01T00:39:43.328Z Compiling sec1 v0.7.3
11922024-08-01T00:39:43.896Z Compiling idna v0.2.3
11932024-08-01T00:39:43.913Z Compiling diesel_derives v2.1.4
11942024-08-01T00:39:44.570Z Compiling toml_edit v0.19.15
11952024-08-01T00:39:45.565Z Compiling r2d2 v0.8.10
11962024-08-01T00:39:45.843Z Compiling group v0.13.0
11972024-08-01T00:39:45.926Z Compiling zerocopy v0.6.6
11982024-08-01T00:39:46.170Z Compiling phf v0.11.2
11992024-08-01T00:39:46.453Z Compiling signal-hook-mio v0.2.3
12002024-08-01T00:39:46.605Z Compiling cookie_store v0.20.0
12012024-08-01T00:39:46.661Z Compiling ipnetwork v0.20.0
12022024-08-01T00:39:46.745Z Compiling hubpack v0.1.2
12032024-08-01T00:39:47.221Z Compiling hyper v0.14.28
12042024-08-01T00:39:47.963Z Compiling inout v0.1.3
12052024-08-01T00:39:48.250Z Compiling postgres-types v0.2.7
12062024-08-01T00:39:48.886Z Compiling usdt-attr-macro v0.5.0
12072024-08-01T00:39:49.848Z Compiling usdt-macro v0.5.0
12082024-08-01T00:39:50.567Z Compiling serde_urlencoded v0.7.1
12092024-08-01T00:39:51.035Z Compiling num-bigint v0.4.5
12102024-08-01T00:39:51.103Z Compiling futures-executor v0.3.30
12112024-08-01T00:39:51.338Z Compiling hkdf v0.12.4
12122024-08-01T00:39:51.377Z Compiling enum-as-inner v0.5.1
12132024-08-01T00:39:51.597Z Compiling regex v1.10.5
12142024-08-01T00:39:51.687Z Compiling crypto-bigint v0.5.5
12152024-08-01T00:39:52.218Z Compiling strum_macros v0.25.3
12162024-08-01T00:39:52.389Z Compiling clap_derive v4.5.8
12172024-08-01T00:39:52.709Z Compiling serde_repr v0.1.19
12182024-08-01T00:39:53.161Z Compiling phf_shared v0.10.0
12192024-08-01T00:39:53.560Z Compiling float-cmp v0.9.0
12202024-08-01T00:39:53.785Z Compiling encoding_rs v0.8.34
12212024-08-01T00:39:53.980Z Compiling fixedbitset v0.4.2
12222024-08-01T00:39:54.437Z Compiling hyper-rustls v0.24.2
12232024-08-01T00:39:54.793Z Compiling hyper-tls v0.5.0
12242024-08-01T00:39:55.172Z Compiling precomputed-hash v0.1.1
12252024-08-01T00:39:55.292Z Compiling mime v0.3.17
12262024-08-01T00:39:55.932Z Compiling data-encoding v2.6.0
12272024-08-01T00:39:56.710Z Compiling webpki-roots v0.25.4
12282024-08-01T00:39:56.867Z Compiling predicates-core v1.0.6
12292024-08-01T00:39:57.202Z Compiling static_assertions v1.1.0
12302024-08-01T00:39:57.304Z Compiling new_debug_unreachable v1.0.6
12312024-08-01T00:39:57.394Z Compiling normalize-line-endings v0.3.0
12322024-08-01T00:39:57.513Z Compiling sync_wrapper v0.1.2
12332024-08-01T00:39:57.570Z Compiling unicode-segmentation v1.11.0
12342024-08-01T00:39:57.653Z Compiling minimal-lexical v0.2.1
12352024-08-01T00:39:57.725Z Compiling difflib v0.4.0
12362024-08-01T00:39:57.819Z Compiling whoami v1.5.1
12372024-08-01T00:39:58.012Z Compiling diesel v2.1.6
12382024-08-01T00:39:58.209Z Compiling tokio-postgres v0.7.11
12392024-08-01T00:39:58.426Z Compiling similar v2.5.0
12402024-08-01T00:39:58.461Z Compiling predicates v3.1.0
12412024-08-01T00:39:58.483Z Compiling nom v7.1.3
12422024-08-01T00:39:58.486Z Compiling clap v4.5.9
12432024-08-01T00:39:58.618Z Compiling reqwest v0.11.27
12442024-08-01T00:39:59.400Z Compiling console v0.15.8
12452024-08-01T00:40:00.288Z Compiling toml_edit v0.22.16
12462024-08-01T00:40:00.970Z Compiling string_cache v0.8.7
12472024-08-01T00:40:01.055Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12482024-08-01T00:40:01.445Z Compiling trust-dns-proto v0.22.0
12492024-08-01T00:40:01.959Z Compiling elliptic-curve v0.13.8
12502024-08-01T00:40:02.356Z Compiling petgraph v0.6.5
12512024-08-01T00:40:02.765Z Compiling yasna v0.5.2
12522024-08-01T00:40:04.116Z Compiling usdt v0.5.0
12532024-08-01T00:40:04.649Z Compiling futures v0.3.30
12542024-08-01T00:40:04.768Z Compiling flate2 v1.0.30
12552024-08-01T00:40:05.732Z Compiling cipher v0.4.4
12562024-08-01T00:40:05.756Z Compiling toml v0.7.8
12572024-08-01T00:40:06.262Z Compiling crossterm v0.27.0
12582024-08-01T00:40:07.215Z Compiling bit-set v0.5.3
12592024-08-01T00:40:07.446Z Compiling itertools v0.10.5
12602024-08-01T00:40:07.495Z Compiling itertools v0.12.1
12612024-08-01T00:40:07.526Z Compiling tokio-stream v0.1.15
12622024-08-01T00:40:08.539Z Compiling openapiv3 v2.0.0
12632024-08-01T00:40:09.066Z Compiling hex v0.4.3
12642024-08-01T00:40:09.695Z Compiling crossbeam-epoch v0.9.18
12652024-08-01T00:40:10.183Z Compiling num-iter v0.1.45
12662024-08-01T00:40:10.201Z Compiling bstr v1.9.1
12672024-08-01T00:40:10.367Z Compiling dirs-sys-next v0.1.2
12682024-08-01T00:40:10.383Z Compiling unicode-xid v0.2.4
12692024-08-01T00:40:10.495Z Compiling peg-runtime v0.8.3
12702024-08-01T00:40:10.551Z Compiling lalrpop-util v0.19.12
12712024-08-01T00:40:10.600Z Compiling dirs-next v2.0.0
12722024-08-01T00:40:10.780Z Compiling thread_local v1.1.8
12732024-08-01T00:40:10.914Z Compiling slog-async v2.8.0
12742024-08-01T00:40:11.044Z Compiling term v0.7.0
12752024-08-01T00:40:11.187Z Compiling xattr v1.3.1
12762024-08-01T00:40:11.372Z Compiling crossbeam-channel v0.5.12
12772024-08-01T00:40:11.469Z Compiling strum_macros v0.26.4
12782024-08-01T00:40:11.486Z Compiling filetime v0.2.23
12792024-08-01T00:40:11.844Z Compiling is-terminal v0.4.12
12802024-08-01T00:40:11.971Z Compiling take_mut v0.2.2
12812024-08-01T00:40:12.027Z Compiling slog-term v2.9.1
12822024-08-01T00:40:12.127Z Compiling tar v0.4.41
12832024-08-01T00:40:12.703Z Compiling camino v1.1.7
12842024-08-01T00:40:14.955Z Compiling strum v0.26.3
12852024-08-01T00:40:26.684Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12862024-08-01T00:40:26.905Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12872024-08-01T00:40:32.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
12882024-08-01T00:40:32.150Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12892024-08-01T00:40:32.191ZAug 01 00:40:30.953 INFO Starting download, target: Clickhouse
12902024-08-01T00:40:32.191ZAug 01 00:40:30.953 INFO Starting download, target: Cockroach
12912024-08-01T00:40:32.191ZAug 01 00:40:30.953 INFO Starting download, target: Console
12922024-08-01T00:40:32.194ZAug 01 00:40:30.953 INFO Starting download, target: DendriteOpenapi
12932024-08-01T00:40:32.195ZAug 01 00:40:30.953 INFO Starting download, target: DendriteStub
12942024-08-01T00:40:32.195ZAug 01 00:40:30.953 INFO Starting download, target: MaghemiteMgd
12952024-08-01T00:40:32.195ZAug 01 00:40:30.953 INFO Starting download, target: TransceiverControl
12962024-08-01T00:40:32.195ZAug 01 00:40:30.954 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
12972024-08-01T00:40:32.195ZAug 01 00:40:30.954 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
12982024-08-01T00:40:32.195ZAug 01 00:40:30.954 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
12992024-08-01T00:40:32.195ZAug 01 00:40:30.954 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13002024-08-01T00:40:32.195ZAug 01 00:40:30.954 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13012024-08-01T00:40:32.195ZAug 01 00:40:30.954 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13022024-08-01T00:40:32.195ZAug 01 00:40:30.954 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13032024-08-01T00:40:32.345ZAug 01 00:40:31.104 INFO Download complete, target: DendriteOpenapi
13042024-08-01T00:40:32.479ZAug 01 00:40:31.240 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13052024-08-01T00:40:32.764ZAug 01 00:40:31.525 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13062024-08-01T00:40:32.822ZAug 01 00:40:31.579 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13072024-08-01T00:40:32.976ZAug 01 00:40:31.738 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13082024-08-01T00:40:33.191ZAug 01 00:40:31.954 INFO Download complete, target: Console
13092024-08-01T00:40:33.395ZAug 01 00:40:32.158 INFO Download complete, target: TransceiverControl
13102024-08-01T00:40:34.169ZAug 01 00:40:32.931 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13112024-08-01T00:40:35.103ZAug 01 00:40:33.866 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13122024-08-01T00:40:35.103ZAug 01 00:40:33.866 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13132024-08-01T00:40:36.003ZAug 01 00:40:34.766 INFO Download complete, target: DendriteStub
13142024-08-01T00:40:36.484ZAug 01 00:40:35.246 INFO Download complete, target: MaghemiteMgd
13152024-08-01T00:40:43.689ZAug 01 00:40:42.453 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13162024-08-01T00:40:44.002ZAug 01 00:40:42.766 INFO Checking that binary works, target: Cockroach
13172024-08-01T00:40:44.152ZAug 01 00:40:42.916 INFO Download complete, target: Cockroach
13182024-08-01T00:40:48.956ZAug 01 00:40:47.721 INFO Checking that binary works, target: Clickhouse
13192024-08-01T00:40:49.271ZAug 01 00:40:48.036 INFO Download complete, target: Clickhouse
13202024-08-01T00:40:49.279ZAll prerequisites installed successfully
13212024-08-01T00:40:49.281Z
13222024-08-01T00:40:49.281Zreal 4:38.725931329
13232024-08-01T00:40:49.281Zuser 12:02.088777184
13242024-08-01T00:40:49.281Zsys 2:35.191233641
13252024-08-01T00:40:49.281Ztrap 0.437901342
13262024-08-01T00:40:49.281Ztflt 4.331770143
13272024-08-01T00:40:49.281Zdflt 5.727158624
13282024-08-01T00:40:49.281Zkflt 0.179760345
13292024-08-01T00:40:49.281Zlock 24:37.861182504
13302024-08-01T00:40:49.282Zslp 36:34.916902276
13312024-08-01T00:40:49.282Zlat 39.324429383
13322024-08-01T00:40:49.282Zstop 1:39.168635515
13332024-08-01T00:40:49.282Z+ source ./tools/include/force-git-over-https.sh
13342024-08-01T00:40:49.282Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13352024-08-01T00:40:49.282Z++ (( i = 0 ))
13362024-08-01T00:40:49.282Z++ (( i < 5 ))
13372024-08-01T00:40:49.282Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13382024-08-01T00:40:49.284Z++ (( i++ ))
13392024-08-01T00:40:49.285Z++ (( i < 5 ))
13402024-08-01T00:40:49.285Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13412024-08-01T00:40:49.287Z++ (( i++ ))
13422024-08-01T00:40:49.287Z++ (( i < 5 ))
13432024-08-01T00:40:49.287Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13442024-08-01T00:40:49.290Z++ (( i++ ))
13452024-08-01T00:40:49.290Z++ (( i < 5 ))
13462024-08-01T00:40:49.290Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13472024-08-01T00:40:49.293Z++ (( i++ ))
13482024-08-01T00:40:49.293Z++ (( i < 5 ))
13492024-08-01T00:40:49.293Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13502024-08-01T00:40:49.297Z++ (( i++ ))
13512024-08-01T00:40:49.297Z++ (( i < 5 ))
13522024-08-01T00:40:49.299Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13532024-08-01T00:40:49.299Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13542024-08-01T00:40:49.299Z+ rc=0
13552024-08-01T00:40:49.299Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13562024-08-01T00:41:23.132Z+ case $rc in
13572024-08-01T00:41:23.132Z+ pfexec zfs create -p rpool/images/build/host
13582024-08-01T00:41:23.301Z+ pfexec zfs create -p rpool/images/build/recovery
13592024-08-01T00:41:23.433Z+ cargo xtask releng --output-dir /work
13602024-08-01T00:41:23.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
13612024-08-01T00:41:23.961Z Running `target/debug/xtask releng --output-dir /work`
13622024-08-01T00:41:24.784Z Compiling proc-macro2 v1.0.86
13632024-08-01T00:41:24.784Z Compiling unicode-ident v1.0.12
13642024-08-01T00:41:24.784Z Compiling libc v0.2.155
13652024-08-01T00:41:24.784Z Compiling serde v1.0.204
13662024-08-01T00:41:24.794Z Compiling autocfg v1.3.0
13672024-08-01T00:41:24.794Z Compiling version_check v0.9.4
13682024-08-01T00:41:24.794Z Compiling cfg-if v1.0.0
13692024-08-01T00:41:24.999Z Compiling cc v1.0.97
13702024-08-01T00:41:25.093Z Compiling parking_lot_core v0.9.10
13712024-08-01T00:41:25.094Z Compiling libm v0.2.8
13722024-08-01T00:41:25.531Z Compiling serde_json v1.0.120
13732024-08-01T00:41:25.577Z Compiling ahash v0.8.11
13742024-08-01T00:41:25.595Z Compiling memchr v2.7.2
13752024-08-01T00:41:25.607Z Compiling lock_api v0.4.12
13762024-08-01T00:41:25.828Z Compiling num-traits v0.2.19
13772024-08-01T00:41:25.880Z Compiling typenum v1.17.0
13782024-08-01T00:41:26.125Z Compiling scopeguard v1.2.0
13792024-08-01T00:41:26.159Z Compiling once_cell v1.19.0
13802024-08-01T00:41:26.551Z Compiling quote v1.0.36
13812024-08-01T00:41:26.797Z Compiling generic-array v0.14.7
13822024-08-01T00:41:26.816Z Compiling byteorder v1.5.0
13832024-08-01T00:41:27.079Z Compiling syn v2.0.72
13842024-08-01T00:41:27.098Z Compiling getrandom v0.2.14
13852024-08-01T00:41:27.343Z Compiling log v0.4.21
13862024-08-01T00:41:27.605Z Compiling itoa v1.0.11
13872024-08-01T00:41:27.632Z Compiling thiserror v1.0.63
13882024-08-01T00:41:28.010Z Compiling slab v0.4.9
13892024-08-01T00:41:28.048Z Compiling pkg-config v0.3.30
13902024-08-01T00:41:28.093Z Compiling ring v0.17.8
13912024-08-01T00:41:28.205Z Compiling smallvec v1.13.2
13922024-08-01T00:41:28.333Z Compiling ryu v1.0.18
13932024-08-01T00:41:28.505Z Compiling semver v1.0.23
13942024-08-01T00:41:28.804Z Compiling spin v0.9.8
13952024-08-01T00:41:28.949Z Compiling pin-project-lite v0.2.14
13962024-08-01T00:41:28.972Z Compiling vcpkg v0.2.15
13972024-08-01T00:41:29.411Z Compiling allocator-api2 v0.2.18
13982024-08-01T00:41:29.683Z Compiling parking_lot v0.12.2
13992024-08-01T00:41:30.072Z Compiling rand_core v0.6.4
14002024-08-01T00:41:30.510Z Compiling schemars v0.8.21
14012024-08-01T00:41:30.865Z Compiling openssl-sys v0.9.103
14022024-08-01T00:41:30.926Z Compiling signal-hook-registry v1.4.2
14032024-08-01T00:41:30.989Z Compiling time-core v0.1.2
14042024-08-01T00:41:31.184Z Compiling num-conv v0.1.0
14052024-08-01T00:41:31.866Z Compiling time-macros v0.2.18
14062024-08-01T00:41:31.954Z Compiling mio v0.8.11
14072024-08-01T00:41:32.713Z Compiling httparse v1.8.0
14082024-08-01T00:41:32.796Z Compiling heck v0.5.0
14092024-08-01T00:41:32.878Z Compiling rustix v0.38.34
14102024-08-01T00:41:33.154Z Compiling futures-core v0.3.30
14112024-08-01T00:41:33.835Z Compiling socket2 v0.5.7
14122024-08-01T00:41:33.899Z Compiling num_cpus v1.16.0
14132024-08-01T00:41:33.995Z Compiling openssl v0.10.66
14142024-08-01T00:41:34.257Z Compiling subtle v2.5.0
14152024-08-01T00:41:34.515Z Compiling fnv v1.0.7
14162024-08-01T00:41:34.717Z Compiling equivalent v1.0.1
14172024-08-01T00:41:34.752Z Compiling const-oid v0.9.6
14182024-08-01T00:41:34.794Z Compiling serde_derive_internals v0.29.1
14192024-08-01T00:41:35.272Z Compiling native-tls v0.2.11
14202024-08-01T00:41:35.315Z Compiling syn v1.0.109
14212024-08-01T00:41:35.369Z Compiling iana-time-zone v0.1.60
14222024-08-01T00:41:35.660Z Compiling rustls v0.21.12
14232024-08-01T00:41:35.825Z Compiling tinyvec_macros v0.1.1
14242024-08-01T00:41:35.967Z Compiling tinyvec v1.6.0
14252024-08-01T00:41:36.001Z Compiling futures-sink v0.3.30
14262024-08-01T00:41:36.127Z Compiling crossbeam-utils v0.8.19
14272024-08-01T00:41:37.048Z Compiling cookie v0.17.0
14282024-08-01T00:41:37.145Z Compiling ucd-trie v0.1.6
14292024-08-01T00:41:37.731Z Compiling unicode-normalization v0.1.23
14302024-08-01T00:41:37.899Z Compiling futures-channel v0.3.30
14312024-08-01T00:41:38.505Z Compiling unicode-bidi v0.3.15
14322024-08-01T00:41:38.533Z Compiling pin-utils v0.1.0
14332024-08-01T00:41:38.756Z Compiling futures-io v0.3.30
14342024-08-01T00:41:38.882Z Compiling slog v2.7.0
14352024-08-01T00:41:39.108Z Compiling dyn-clone v1.0.17
14362024-08-01T00:41:39.350Z Compiling futures-task v0.3.30
14372024-08-01T00:41:39.873Z Compiling untrusted v0.9.0
14382024-08-01T00:41:40.232Z Compiling aho-corasick v1.1.3
14392024-08-01T00:41:40.253Z Compiling regex-syntax v0.8.3
14402024-08-01T00:41:40.558Z Compiling powerfmt v0.2.0
14412024-08-01T00:41:41.122Z Compiling crc32fast v1.4.0
14422024-08-01T00:41:41.171Z Compiling serde_derive v1.0.204
14432024-08-01T00:41:41.315Z Compiling zerocopy-derive v0.7.34
14442024-08-01T00:41:41.584Z Compiling zeroize_derive v1.4.2
14452024-08-01T00:41:41.945Z Compiling tokio-macros v2.3.0
14462024-08-01T00:41:43.452Z Compiling thiserror-impl v1.0.63
14472024-08-01T00:41:43.604Z Compiling zerocopy v0.7.34
14482024-08-01T00:41:43.725Z Compiling futures-macro v0.3.30
14492024-08-01T00:41:45.517Z Compiling zeroize v1.7.0
14502024-08-01T00:41:46.499Z Compiling hashbrown v0.14.5
14512024-08-01T00:41:46.557Z Compiling schemars_derive v0.8.21
14522024-08-01T00:41:46.700Z Compiling tracing-attributes v0.1.27
14532024-08-01T00:41:48.119Z Compiling openssl-macros v0.1.1
14542024-08-01T00:41:48.739Z Compiling der_derive v0.7.2
14552024-08-01T00:41:48.999Z Compiling scroll_derive v0.12.0
14562024-08-01T00:41:49.019Z Compiling pest v2.7.10
14572024-08-01T00:41:50.384Z Compiling crypto-common v0.1.6
14582024-08-01T00:41:50.563Z Compiling futures-util v0.3.30
14592024-08-01T00:41:50.693Z Compiling block-buffer v0.10.4
14602024-08-01T00:41:51.197Z Compiling digest v0.10.7
14612024-08-01T00:41:51.716Z Compiling pest_meta v2.7.10
14622024-08-01T00:41:51.838Z Compiling regex-automata v0.4.6
14632024-08-01T00:41:52.114Z Compiling deranged v0.3.11
14642024-08-01T00:41:54.614Z Compiling pest_generator v2.7.10
14652024-08-01T00:41:56.738Z Compiling usdt-impl v0.5.0
14662024-08-01T00:41:56.821Z Compiling bytes v1.6.0
14672024-08-01T00:41:58.508Z Compiling bitflags v2.6.0
14682024-08-01T00:41:58.705Z Compiling tokio v1.38.1
14692024-08-01T00:41:59.034Z Compiling uuid v1.10.0
14702024-08-01T00:41:59.139Z Compiling indexmap v2.2.6
14712024-08-01T00:41:59.424Z Compiling serde_tokenstream v0.2.1
14722024-08-01T00:41:59.810Z Compiling chrono v0.4.38
14732024-08-01T00:42:01.068Z Compiling http v0.2.12
14742024-08-01T00:42:03.673Z Compiling rustc_version v0.4.0
14752024-08-01T00:42:03.812Z Compiling pest_derive v2.7.10
14762024-08-01T00:42:04.409Z Compiling heck v0.4.1
14772024-08-01T00:42:04.684Z Compiling percent-encoding v2.3.1
14782024-08-01T00:42:04.921Z Compiling num_threads v0.1.7
14792024-08-01T00:42:05.251Z Compiling heapless v0.7.17
14802024-08-01T00:42:05.352Z Compiling time v0.3.36
14812024-08-01T00:42:05.703Z Compiling scroll v0.12.0
14822024-08-01T00:42:06.057Z Compiling zerocopy-derive v0.6.6
14832024-08-01T00:42:07.049Z Compiling tracing-core v0.1.32
14842024-08-01T00:42:08.201Z Compiling backtrace v0.3.71
14852024-08-01T00:42:08.638Z Compiling errno v0.3.9
14862024-08-01T00:42:08.974Z Compiling ppv-lite86 v0.2.17
14872024-08-01T00:42:09.554Z Compiling plain v0.2.3
14882024-08-01T00:42:10.178Z Compiling signal-hook v0.3.17
14892024-08-01T00:42:10.235Z Compiling rand_chacha v0.3.1
14902024-08-01T00:42:10.237Z Compiling goblin v0.8.2
14912024-08-01T00:42:10.571Z Compiling tokio-util v0.7.11
14922024-08-01T00:42:11.339Z Compiling tracing v0.1.40
14932024-08-01T00:42:12.268Z Compiling regex v1.10.5
14942024-08-01T00:42:13.015Z Compiling async-trait v0.1.81
14952024-08-01T00:42:13.671Z Compiling rustversion v1.0.17
14962024-08-01T00:42:14.446Z Compiling strsim v0.11.1
14972024-08-01T00:42:14.685Z Compiling pretty-hex v0.4.1
14982024-08-01T00:42:15.800Z Compiling rand v0.8.5
14992024-08-01T00:42:16.908Z Compiling dof v0.3.0
15002024-08-01T00:42:17.839Z Compiling form_urlencoded v1.2.1
15012024-08-01T00:42:18.432Z Compiling dtrace-parser v0.2.0
15022024-08-01T00:42:19.049Z Compiling thread-id v4.2.1
15032024-08-01T00:42:19.209Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15042024-08-01T00:42:19.265Z Compiling base64ct v1.6.0
15052024-08-01T00:42:19.372Z Compiling anyhow v1.0.86
15062024-08-01T00:42:19.912Z Compiling smoltcp v0.9.1
15072024-08-01T00:42:19.982Z Compiling unicode-width v0.1.13
15082024-08-01T00:42:20.098Z Compiling foreign-types-shared v0.1.1
15092024-08-01T00:42:20.234Z Compiling try-lock v0.2.5
15102024-08-01T00:42:20.405Z Compiling foreign-types v0.3.2
15112024-08-01T00:42:20.438Z Compiling want v0.3.1
15122024-08-01T00:42:20.596Z Compiling pem-rfc7468 v0.7.0
15132024-08-01T00:42:21.441Z Compiling h2 v0.3.26
15142024-08-01T00:42:22.200Z Compiling http-body v0.4.6
15152024-08-01T00:42:22.508Z Compiling hmac v0.12.1
15162024-08-01T00:42:22.758Z Compiling clap_derive v4.5.8
15172024-08-01T00:42:23.909Z Compiling socket2 v0.4.10
15182024-08-01T00:42:24.133Z Compiling flagset v0.4.5
15192024-08-01T00:42:24.399Z Compiling tower-service v0.3.2
15202024-08-01T00:42:25.625Z Compiling base64 v0.21.7
15212024-08-01T00:42:26.039Z Compiling httpdate v1.0.3
15222024-08-01T00:42:26.934Z Compiling siphasher v0.3.11
15232024-08-01T00:42:27.378Z Compiling der v0.7.9
15242024-08-01T00:42:30.963Z Compiling hyper v0.14.28
15252024-08-01T00:42:41.422Z Compiling sct v0.7.1
15262024-08-01T00:42:41.798Z Compiling rustls-webpki v0.101.7
15272024-08-01T00:42:43.043Z Compiling openapiv3 v2.0.0
15282024-08-01T00:42:44.062Z Compiling hubpack_derive v0.1.1
15292024-08-01T00:42:44.573Z Compiling idna v0.5.0
15302024-08-01T00:42:46.290Z Compiling lazy_static v1.5.0
15312024-08-01T00:42:47.392Z Compiling fs-err v2.11.0
15322024-08-01T00:42:47.484Z Compiling adler v1.0.2
15332024-08-01T00:42:47.717Z Compiling anstyle v1.0.7
15342024-08-01T00:42:47.838Z Compiling cpufeatures v0.2.12
15352024-08-01T00:42:48.035Z Compiling openssl-probe v0.1.5
15362024-08-01T00:42:48.258Z Compiling utf8parse v0.2.1
15372024-08-01T00:42:48.467Z Compiling finl_unicode v1.2.0
15382024-08-01T00:42:48.631Z Compiling anstyle-parse v0.2.4
15392024-08-01T00:42:49.038Z Compiling stringprep v0.1.4
15402024-08-01T00:42:49.079Z Compiling sha2 v0.10.8
15412024-08-01T00:42:49.392Z Compiling miniz_oxide v0.7.2
15422024-08-01T00:42:49.996Z Compiling url v2.5.2
15432024-08-01T00:42:52.415Z Compiling spki v0.7.3
15442024-08-01T00:42:52.953Z Compiling usdt-attr-macro v0.5.0
15452024-08-01T00:42:53.258Z Compiling usdt-macro v0.5.0
15462024-08-01T00:42:54.588Z Compiling md-5 v0.10.6
15472024-08-01T00:42:54.774Z Compiling toml_datetime v0.6.6
15482024-08-01T00:42:54.825Z Compiling serde_spanned v0.6.6
15492024-08-01T00:42:55.044Z Compiling regress v0.9.1
15502024-08-01T00:42:55.217Z Compiling idna v0.3.0
15512024-08-01T00:42:56.809Z Compiling diesel_table_macro_syntax v0.1.0
15522024-08-01T00:42:57.206Z Compiling num-integer v0.1.46
15532024-08-01T00:42:58.133Z Compiling hash32 v0.2.1
15542024-08-01T00:42:58.503Z Compiling encoding_rs v0.8.34
15552024-08-01T00:42:58.606Z Compiling stable_deref_trait v1.2.0
15562024-08-01T00:42:58.717Z Compiling is_terminal_polyfill v1.70.0
15572024-08-01T00:42:58.845Z Compiling mime v0.3.17
15582024-08-01T00:42:59.016Z Compiling colorchoice v1.0.1
15592024-08-01T00:42:59.182Z Compiling psl-types v2.0.11
15602024-08-01T00:42:59.381Z Compiling base64 v0.22.1
15612024-08-01T00:42:59.474Z Compiling gimli v0.28.1
15622024-08-01T00:42:59.896Z Compiling fallible-iterator v0.2.0
15632024-08-01T00:43:00.105Z Compiling anstyle-query v1.0.3
15642024-08-01T00:43:00.259Z Compiling anstream v0.6.14
15652024-08-01T00:43:00.458Z Compiling publicsuffix v2.2.3
15662024-08-01T00:43:00.609Z Compiling postgres-protocol v0.6.7
15672024-08-01T00:43:01.873Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15682024-08-01T00:43:04.079Z Compiling addr2line v0.21.0
15692024-08-01T00:43:04.097Z Compiling diesel_derives v2.1.4
15702024-08-01T00:43:05.732Z Compiling tokio-rustls v0.24.1
15712024-08-01T00:43:07.456Z Compiling pkcs8 v0.10.2
15722024-08-01T00:43:07.505Z Compiling terminal_size v0.3.0
15732024-08-01T00:43:07.715Z Compiling tokio-native-tls v0.3.1
15742024-08-01T00:43:08.037Z Compiling phf_shared v0.11.2
15752024-08-01T00:43:08.256Z Compiling strum_macros v0.25.3
15762024-08-01T00:43:08.517Z Compiling serde_urlencoded v0.7.1
15772024-08-01T00:43:09.184Z Compiling enum-as-inner v0.5.1
15782024-08-01T00:43:10.174Z Compiling block-padding v0.3.3
15792024-08-01T00:43:10.411Z Compiling serde_repr v0.1.19
15802024-08-01T00:43:10.434Z Compiling ff v0.13.0
15812024-08-01T00:43:10.693Z Compiling scheduled-thread-pool v0.2.7
15822024-08-01T00:43:11.539Z Compiling object v0.32.2
15832024-08-01T00:43:12.233Z Compiling base16ct v0.2.0
15842024-08-01T00:43:12.395Z Compiling regex-automata v0.1.10
15852024-08-01T00:43:12.538Z Compiling winnow v0.5.40
15862024-08-01T00:43:12.891Z Compiling bitflags v1.3.2
15872024-08-01T00:43:12.998Z Compiling matches v0.1.10
15882024-08-01T00:43:13.689Z Compiling clap_lex v0.7.0
15892024-08-01T00:43:14.176Z Compiling managed v0.8.0
15902024-08-01T00:43:14.661Z Compiling ipnet v2.9.0
15912024-08-01T00:43:14.741Z Compiling bit-vec v0.6.3
15922024-08-01T00:43:15.170Z Compiling either v1.12.0
15932024-08-01T00:43:15.966Z Compiling rustc-demangle v0.1.24
15942024-08-01T00:43:16.470Z Compiling toml_edit v0.19.15
15952024-08-01T00:43:16.850Z Compiling rustls-pemfile v1.0.4
15962024-08-01T00:43:16.891Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15972024-08-01T00:43:17.301Z Compiling clap_builder v4.5.9
15982024-08-01T00:43:17.318Z Compiling idna v0.2.3
15992024-08-01T00:43:17.876Z Compiling bstr v0.2.17
16002024-08-01T00:43:18.975Z Compiling sec1 v0.7.3
16012024-08-01T00:43:19.275Z Compiling r2d2 v0.8.10
16022024-08-01T00:43:19.557Z Compiling group v0.13.0
16032024-08-01T00:43:19.877Z Compiling inout v0.1.3
16042024-08-01T00:43:20.124Z Compiling phf v0.11.2
16052024-08-01T00:43:20.222Z Compiling hyper-tls v0.5.0
16062024-08-01T00:43:20.531Z Compiling signal-hook-mio v0.2.3
16072024-08-01T00:43:20.549Z Compiling hyper-rustls v0.24.2
16082024-08-01T00:43:20.855Z Compiling cookie_store v0.20.0
16092024-08-01T00:43:20.940Z Compiling postgres-types v0.2.7
16102024-08-01T00:43:21.066Z Compiling num-bigint v0.4.5
16112024-08-01T00:43:22.528Z Compiling hubpack v0.1.2
16122024-08-01T00:43:23.033Z Compiling phf_shared v0.10.0
16132024-08-01T00:43:23.583Z Compiling hkdf v0.12.4
16142024-08-01T00:43:23.991Z Compiling zerocopy v0.6.6
16152024-08-01T00:43:24.183Z Compiling ipnetwork v0.20.0
16162024-08-01T00:43:24.241Z Compiling futures-executor v0.3.30
16172024-08-01T00:43:24.704Z Compiling crypto-bigint v0.5.5
16182024-08-01T00:43:24.843Z Compiling float-cmp v0.9.0
16192024-08-01T00:43:24.894Z Compiling memmap v0.7.0
16202024-08-01T00:43:25.008Z Compiling predicates-core v1.0.6
16212024-08-01T00:43:25.050Z Compiling fixedbitset v0.4.2
16222024-08-01T00:43:25.139Z Compiling whoami v1.5.1
16232024-08-01T00:43:25.202Z Compiling unicode-segmentation v1.11.0
16242024-08-01T00:43:25.463Z Compiling data-encoding v2.6.0
16252024-08-01T00:43:25.484Z Compiling winnow v0.6.8
16262024-08-01T00:43:25.837Z Compiling sync_wrapper v0.1.2
16272024-08-01T00:43:25.840Z Compiling webpki-roots v0.25.4
16282024-08-01T00:43:25.968Z Compiling minimal-lexical v0.2.1
16292024-08-01T00:43:26.118Z Compiling new_debug_unreachable v1.0.6
16302024-08-01T00:43:26.216Z Compiling difflib v0.4.0
16312024-08-01T00:43:26.306Z Compiling static_assertions v1.1.0
16322024-08-01T00:43:26.417Z Compiling normalize-line-endings v0.3.0
16332024-08-01T00:43:26.470Z Compiling precomputed-hash v0.1.1
16342024-08-01T00:43:26.546Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16352024-08-01T00:43:26.704Z Compiling string_cache v0.8.7
16362024-08-01T00:43:27.027Z Compiling predicates v3.1.0
16372024-08-01T00:43:27.131Z Compiling nom v7.1.3
16382024-08-01T00:43:27.538Z Compiling elliptic-curve v0.13.8
16392024-08-01T00:43:28.263Z Compiling reqwest v0.11.27
16402024-08-01T00:43:28.644Z Compiling trust-dns-proto v0.22.0
16412024-08-01T00:43:29.223Z Compiling toml_edit v0.22.16
16422024-08-01T00:43:29.714Z Compiling similar v2.5.0
16432024-08-01T00:43:30.882Z Compiling tokio-postgres v0.7.11
16442024-08-01T00:43:31.831Z Compiling petgraph v0.6.5
16452024-08-01T00:43:32.864Z Compiling usdt v0.5.0
16462024-08-01T00:43:34.691Z Compiling diesel v2.1.6
16472024-08-01T00:43:35.848Z Compiling futures v0.3.30
16482024-08-01T00:43:36.149Z Compiling yasna v0.5.2
16492024-08-01T00:43:36.805Z Compiling clap v4.5.9
16502024-08-01T00:43:36.899Z Compiling crossterm v0.27.0
16512024-08-01T00:43:36.938Z Compiling crossbeam-epoch v0.9.18
16522024-08-01T00:43:37.290Z Compiling cipher v0.4.4
16532024-08-01T00:43:37.654Z Compiling flate2 v1.0.30
16542024-08-01T00:43:37.719Z Compiling toml v0.7.8
16552024-08-01T00:43:37.759Z Compiling itertools v0.10.5
16562024-08-01T00:43:38.612Z Compiling itertools v0.12.1
16572024-08-01T00:43:39.311Z Compiling bit-set v0.5.3
16582024-08-01T00:43:39.622Z Compiling num-iter v0.1.45
16592024-08-01T00:43:39.816Z Compiling console v0.15.8
16602024-08-01T00:43:41.345Z Compiling tokio-stream v0.1.15
16612024-08-01T00:43:41.643Z Compiling bstr v1.9.1
16622024-08-01T00:43:41.778Z Compiling hex v0.4.3
16632024-08-01T00:43:42.617Z Compiling lalrpop-util v0.19.12
16642024-08-01T00:43:43.319Z Compiling unicode-xid v0.2.4
16652024-08-01T00:43:43.471Z Compiling radium v0.7.0
16662024-08-01T00:43:43.496Z Compiling peg-runtime v0.8.3
16672024-08-01T00:43:44.233Z Compiling camino v1.1.7
16682024-08-01T00:43:50.716Z Compiling is-terminal v0.4.12
16692024-08-01T00:43:54.669Z Compiling ident_case v1.0.1
16702024-08-01T00:43:55.367Z Compiling rustls-pki-types v1.7.0
16712024-08-01T00:43:56.197Z Compiling tap v1.0.1
16722024-08-01T00:43:56.389Z Compiling maybe-uninit v2.0.0
16732024-08-01T00:43:56.928Z Compiling wyz v0.5.1
16742024-08-01T00:44:01.461Z Compiling darling_core v0.20.9
16752024-08-01T00:44:11.477Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16762024-08-01T00:44:11.632Z Compiling getopts v0.2.21
16772024-08-01T00:44:12.740Z Compiling bzip2-sys v0.1.11+1.0.8
16782024-08-01T00:44:13.318Z Compiling dirs-sys-next v0.1.2
16792024-08-01T00:44:13.439Z Compiling num-bigint-dig v0.8.4
16802024-08-01T00:44:13.828Z Compiling paste v1.0.15
16812024-08-01T00:44:13.877Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16822024-08-01T00:44:14.156Z Compiling rustls v0.22.4
16832024-08-01T00:44:14.184Z Compiling funty v2.0.0
16842024-08-01T00:44:14.427Z Compiling unsafe-libyaml v0.2.11
16852024-08-01T00:44:14.551Z Compiling packed_struct v0.10.1
16862024-08-01T00:44:15.103Z Compiling dirs-next v2.0.0
16872024-08-01T00:44:15.388Z Compiling bitvec v1.0.1
16882024-08-01T00:44:16.296Z Compiling serde_yaml v0.9.34+deprecated
16892024-08-01T00:44:20.165Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16902024-08-01T00:44:20.382Z Compiling darling_macro v0.20.9
16912024-08-01T00:44:22.313Z Compiling rustls-webpki v0.102.4
16922024-08-01T00:44:26.681Z Compiling packed_struct_codegen v0.10.1
16932024-08-01T00:44:27.209Z Compiling structmeta-derive v0.3.0
16942024-08-01T00:44:27.647Z Compiling thread_local v1.1.8
16952024-08-01T00:44:28.409Z Compiling indexmap v1.9.3
16962024-08-01T00:44:28.429Z Compiling multer v3.1.0
16972024-08-01T00:44:28.822Z Compiling nodrop v0.1.14
16982024-08-01T00:44:28.951Z Compiling rayon-core v1.12.1
16992024-08-01T00:44:29.220Z Compiling slog-async v2.8.0
17002024-08-01T00:44:29.287Z Compiling crc-catalog v2.4.0
17012024-08-01T00:44:29.378Z Compiling fastrand v2.1.0
17022024-08-01T00:44:29.415Z Compiling match_cfg v0.1.0
17032024-08-01T00:44:29.442Z Compiling crc v3.2.1
17042024-08-01T00:44:29.514Z Compiling hostname v0.3.1
17052024-08-01T00:44:29.732Z Compiling tempfile v3.10.1
17062024-08-01T00:44:30.005Z Compiling structmeta v0.3.0
17072024-08-01T00:44:31.404Z Compiling array-init v0.0.4
17082024-08-01T00:44:32.746Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17092024-08-01T00:44:34.079Z Compiling smallvec v0.6.14
17102024-08-01T00:44:34.389Z Compiling darling v0.20.9
17112024-08-01T00:44:34.707Z Compiling term v0.7.0
17122024-08-01T00:44:40.633Z Compiling crossbeam-deque v0.8.5
17132024-08-01T00:44:40.735Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17142024-08-01T00:44:41.037Z Compiling pkcs1 v0.7.5
17152024-08-01T00:44:43.178Z Compiling slog-json v2.6.1
17162024-08-01T00:44:44.411Z Compiling crossbeam-channel v0.5.12
17172024-08-01T00:44:45.026Z Compiling http v1.1.0
17182024-08-01T00:44:45.220Z Compiling signature v2.2.0
17192024-08-01T00:44:46.149Z Compiling async-stream-impl v0.3.5
17202024-08-01T00:44:47.481Z Compiling pin-project-internal v1.1.5
17212024-08-01T00:44:49.217Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
17222024-08-01T00:44:49.515Z Compiling same-file v1.0.6
17232024-08-01T00:44:50.379Z Compiling bitfield v0.14.0
17242024-08-01T00:44:50.575Z Compiling take_mut v0.2.2
17252024-08-01T00:44:50.685Z Compiling hashbrown v0.12.3
17262024-08-01T00:44:51.504Z Compiling termcolor v1.4.1
17272024-08-01T00:44:51.575Z Compiling atomic-waker v1.1.2
17282024-08-01T00:44:54.354Z Compiling env_logger v0.10.2
17292024-08-01T00:44:57.472Z Compiling waitgroup v0.1.2
17302024-08-01T00:45:00.115Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17312024-08-01T00:45:02.176Z Compiling pin-project v1.1.5
17322024-08-01T00:45:04.678Z Compiling walkdir v2.5.0
17332024-08-01T00:45:06.315Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17342024-08-01T00:45:06.970Z Compiling async-stream v0.3.5
17352024-08-01T00:45:07.405Z Compiling rsa v0.9.6
17362024-08-01T00:45:10.187Z Compiling slog-bunyan v2.5.0
17372024-08-01T00:45:10.471Z Compiling tokio-rustls v0.25.0
17382024-08-01T00:45:10.539Z Compiling slog-term v2.9.1
17392024-08-01T00:45:11.460Z Compiling serde-hex v0.1.0
17402024-08-01T00:45:12.963Z Compiling serde_with_macros v3.8.3
17412024-08-01T00:45:13.087Z Compiling bzip2 v0.4.4
17422024-08-01T00:45:14.055Z Compiling parse-display-derive v0.9.1
17432024-08-01T00:45:14.124Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17442024-08-01T00:45:14.782Z Compiling toml v0.8.15
17452024-08-01T00:45:15.834Z Compiling rustls-pemfile v2.1.2
17462024-08-01T00:45:19.019Z Compiling x509-cert v0.2.5
17472024-08-01T00:45:19.709Z Compiling sha1 v0.10.6
17482024-08-01T00:45:19.754Z Compiling ron v0.8.1
17492024-08-01T00:45:20.235Z Compiling strum_macros v0.26.4
17502024-08-01T00:45:20.514Z Compiling newtype-uuid v1.1.0
17512024-08-01T00:45:20.878Z Compiling xattr v1.3.1
17522024-08-01T00:45:21.324Z Compiling snafu-derive v0.8.2
17532024-08-01T00:45:21.775Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
17542024-08-01T00:45:22.437Z Compiling serde_path_to_error v0.1.16
17552024-08-01T00:45:23.391Z Compiling hashbrown v0.13.2
17562024-08-01T00:45:24.726Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17572024-08-01T00:45:25.152Z Compiling ring v0.16.20
17582024-08-01T00:45:25.453Z Compiling blake3 v1.5.1
17592024-08-01T00:45:25.603Z Compiling hostname v0.4.0
17602024-08-01T00:45:25.847Z Compiling filetime v0.2.23
17612024-08-01T00:45:25.864Z Compiling instant v0.1.12
17622024-08-01T00:45:26.029Z Compiling buf-list v1.0.3
17632024-08-01T00:45:26.044Z Compiling crc-any v2.5.0
17642024-08-01T00:45:26.173Z Compiling debug-ignore v1.0.5
17652024-08-01T00:45:26.366Z Compiling snafu v0.8.2
17662024-08-01T00:45:26.662Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17672024-08-01T00:45:27.592Z Compiling tar v0.4.41
17682024-08-01T00:45:27.724Z Compiling backoff v0.4.0
17692024-08-01T00:45:28.108Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17702024-08-01T00:45:28.335Z Compiling strum v0.26.3
17712024-08-01T00:45:28.533Z Compiling object v0.30.4
17722024-08-01T00:45:31.167Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17732024-08-01T00:45:32.702Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17742024-08-01T00:45:32.902Z Compiling parse-display v0.9.1
17752024-08-01T00:45:32.940Z Compiling serde_with v3.8.3
17762024-08-01T00:45:33.249Z Compiling zip v0.6.6
17772024-08-01T00:45:34.761Z Compiling rayon v1.10.0
17782024-08-01T00:45:36.167Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17792024-08-01T00:45:36.935Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17802024-08-01T00:45:37.567Z Compiling camino-tempfile v1.1.1
17812024-08-01T00:45:38.380Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17822024-08-01T00:45:40.545Z Compiling globset v0.4.14
17832024-08-01T00:45:41.790Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17842024-08-01T00:45:41.997Z Compiling pem v3.0.4
17852024-08-01T00:45:42.151Z Compiling olpc-cjson v0.1.3
17862024-08-01T00:45:42.515Z Compiling serde_plain v1.0.2
17872024-08-01T00:45:43.049Z Compiling macaddr v1.0.1
17882024-08-01T00:45:43.543Z Compiling async-recursion v1.1.1
17892024-08-01T00:45:43.683Z Compiling memmap2 v0.9.4
17902024-08-01T00:45:43.853Z Compiling untrusted v0.7.1
17912024-08-01T00:45:44.053Z Compiling constant_time_eq v0.3.0
17922024-08-01T00:45:44.254Z Compiling spin v0.5.2
17932024-08-01T00:45:44.277Z Compiling typed-path v0.7.1
17942024-08-01T00:45:44.541Z Compiling path-slash v0.1.5
17952024-08-01T00:45:44.696Z Compiling arrayvec v0.7.4
17962024-08-01T00:45:44.781Z Compiling arrayref v0.3.7
17972024-08-01T00:45:44.888Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17982024-08-01T00:45:47.858Z Compiling tough v0.17.1
17992024-08-01T00:45:49.390Z Compiling cargo-platform v0.1.8
18002024-08-01T00:45:50.553Z Compiling parse-size v1.0.0
18012024-08-01T00:45:50.839Z Compiling topological-sort v0.2.2
18022024-08-01T00:45:51.105Z Compiling omicron-zone-package v0.11.0
18032024-08-01T00:45:51.354Z Compiling cargo_metadata v0.18.1
18042024-08-01T00:45:52.962Z Compiling shell-words v1.1.0
18052024-08-01T00:45:53.545Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18062024-08-01T00:46:05.152Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18072024-08-01T00:46:14.504Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18082024-08-01T00:46:29.028Z Finished `release` profile [optimized] target(s) in 5m 05s
18092024-08-01T00:46:29.144Z Running `target/release/omicron-releng --output-dir /work`
18102024-08-01T00:46:29.182ZAug 01 00:46:28.001 DEBG changing working directory to /work/oxidecomputer/omicron
18112024-08-01T00:46:29.259ZAug 01 00:46:28.080 DEBG running: git rev-parse HEAD
18122024-08-01T00:46:29.265ZAug 01 00:46:28.086 DEBG process exited with exit status: 0 (6.296411ms)
18132024-08-01T00:46:29.265ZAug 01 00:46:28.086 INFO version: 10.0.0-0.ci+git0341887b5db
18142024-08-01T00:46:29.305ZAug 01 00:46:28.126 INFO cloning helios to /work/oxidecomputer/helios
18152024-08-01T00:46:29.305ZAug 01 00:46:28.126 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18162024-08-01T00:46:29.311ZCloning into '/work/oxidecomputer/helios'...
18172024-08-01T00:46:29.820ZAug 01 00:46:28.642 DEBG process exited with exit status: 0 (515.553797ms)
18182024-08-01T00:46:29.820ZAug 01 00:46:28.642 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18192024-08-01T00:46:29.828Z# branch.oid ed78304311f495f06e380799bd1395aabc13c0d6
18202024-08-01T00:46:29.828Z# branch.head master
18212024-08-01T00:46:29.828Z# branch.upstream origin/master
18222024-08-01T00:46:29.828Z# branch.ab +0 -0
18232024-08-01T00:46:29.831ZAug 01 00:46:28.650 DEBG process exited with exit status: 0 (7.844276ms)
18242024-08-01T00:46:29.831ZAug 01 00:46:28.650 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18252024-08-01T00:46:30.532ZAug 01 00:46:29.353 DEBG process exited with exit status: 0 (703.064951ms)
18262024-08-01T00:46:30.532ZAug 01 00:46:29.353 DEBG running: zfs list rpool/images/build/host
18272024-08-01T00:46:30.538ZNAME USED AVAIL REFER MOUNTPOINT
18282024-08-01T00:46:30.538Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18292024-08-01T00:46:30.541ZAug 01 00:46:29.360 DEBG process exited with exit status: 0 (7.067798ms)
18302024-08-01T00:46:30.541ZAug 01 00:46:29.360 DEBG running: zfs list rpool/images/build/recovery
18312024-08-01T00:46:30.544ZNAME USED AVAIL REFER MOUNTPOINT
18322024-08-01T00:46:30.544Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18332024-08-01T00:46:30.547ZAug 01 00:46:29.366 DEBG process exited with exit status: 0 (6.141006ms)
18342024-08-01T00:46:30.547ZAug 01 00:46:29.367 INFO [hubris-staging] running task
18352024-08-01T00:46:30.547ZAug 01 00:46:29.367 INFO [hubris-production] running task
18362024-08-01T00:46:30.547ZAug 01 00:46:29.368 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
18372024-08-01T00:46:30.550ZAug 01 00:46:29.371 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18382024-08-01T00:46:30.778Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18392024-08-01T00:46:31.042Z[ omicron-package] Blocking waiting for file lock on package cache
18402024-08-01T00:46:31.592Z[ omicron-package] Blocking waiting for file lock on package cache
18412024-08-01T00:46:31.810Z[ omicron-package] Blocking waiting for file lock on package cache
18422024-08-01T00:46:31.821ZAug 01 00:46:30.643 INFO [hubris-production] task succeeded (1.275823383s)
18432024-08-01T00:46:32.647Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18442024-08-01T00:46:32.650Z[ omicron-package] Compiling heapless v0.8.0
18452024-08-01T00:46:32.650Z[ omicron-package] Compiling hash32 v0.3.1
18462024-08-01T00:46:32.650Z[ omicron-package] Compiling smoltcp v0.11.0
18472024-08-01T00:46:32.650Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18482024-08-01T00:46:32.650Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18492024-08-01T00:46:32.650Z[ omicron-package] Compiling cobs v0.2.3
18502024-08-01T00:46:32.650Z[ omicron-package] Compiling embedded-io v0.4.0
18512024-08-01T00:46:33.242Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18522024-08-01T00:46:33.704Z[ omicron-package] Compiling postcard v1.0.8
18532024-08-01T00:46:33.897Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18542024-08-01T00:46:33.899Z[ omicron-package] Compiling proc-macro-error v1.0.4
18552024-08-01T00:46:34.259Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18562024-08-01T00:46:34.473Z[ omicron-package] Compiling num_enum_derive v0.5.11
18572024-08-01T00:46:34.759Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18582024-08-01T00:46:34.762Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18592024-08-01T00:46:35.139Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18602024-08-01T00:46:35.966Z[ omicron-package] Compiling tabwriter v1.4.0
18612024-08-01T00:46:35.969Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18622024-08-01T00:46:36.120Z[ omicron-package] Compiling foreign-types v0.5.0
18632024-08-01T00:46:36.140Z[ omicron-package] Compiling cstr-argument v0.1.2
18642024-08-01T00:46:36.281Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18652024-08-01T00:46:36.434Z[ omicron-package] Compiling pretty-hex v0.2.1
18662024-08-01T00:46:36.736Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18672024-08-01T00:46:37.328Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18682024-08-01T00:46:37.403Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18692024-08-01T00:46:37.931Z[ omicron-package] Compiling colored v2.1.0
18702024-08-01T00:46:38.050Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18712024-08-01T00:46:38.696Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18722024-08-01T00:46:38.886Z[ omicron-package] Compiling num-derive v0.4.2
18732024-08-01T00:46:38.984Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18742024-08-01T00:46:38.987Z[ omicron-package] Compiling num_enum v0.5.11
18752024-08-01T00:46:39.099Z[ omicron-package] Compiling sigpipe v0.1.3
18762024-08-01T00:46:39.432Z[ omicron-package] Compiling libefi-sys v0.1.0
18772024-08-01T00:46:39.572Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18782024-08-01T00:46:39.697Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18792024-08-01T00:46:39.700ZAug 01 00:46:38.520 INFO [hubris-staging] task succeeded (9.152563178s)
18802024-08-01T00:46:39.974Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18812024-08-01T00:46:40.446Z[ omicron-package] Compiling smf v0.2.3
18822024-08-01T00:46:40.687Z[ omicron-package] Compiling bitfield-struct v0.6.1
18832024-08-01T00:46:41.072Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18842024-08-01T00:46:41.438Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18852024-08-01T00:46:41.762Z[ omicron-package] Compiling portable-atomic v1.6.0
18862024-08-01T00:46:43.242Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
18872024-08-01T00:46:43.740Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18882024-08-01T00:46:45.244Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18892024-08-01T00:46:45.586Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18902024-08-01T00:46:45.804Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18912024-08-01T00:46:46.440Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18922024-08-01T00:46:46.443Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18932024-08-01T00:46:47.430Z[ omicron-package] Compiling gethostname v0.4.3
18942024-08-01T00:46:47.696Z[ omicron-package] Compiling number_prefix v0.4.0
18952024-08-01T00:46:48.781Z[ omicron-package] Compiling indicatif v0.17.8
18962024-08-01T00:46:50.332Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18972024-08-01T00:46:52.668Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18982024-08-01T00:46:52.930Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18992024-08-01T00:46:55.626Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19002024-08-01T00:46:56.096Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19012024-08-01T00:46:57.645Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19022024-08-01T00:47:14.231Z[ helios-setup] Aug 01 00:47:13.059 INFO helios repository root is: /work/oxidecomputer/helios
19032024-08-01T00:47:14.234Z[ helios-setup] Aug 01 00:47:13.062 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
19042024-08-01T00:47:14.234Z[ helios-setup] Aug 01 00:47:13.062 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19052024-08-01T00:47:14.239Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19062024-08-01T00:47:15.076Z[ helios-setup] Aug 01 00:47:13.904 INFO clone ok!, project: phbl
19072024-08-01T00:47:15.079Z[ helios-setup] Aug 01 00:47:13.904 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
19082024-08-01T00:47:15.079Z[ helios-setup] Aug 01 00:47:13.904 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19092024-08-01T00:47:15.082Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19102024-08-01T00:47:16.113Z[ helios-setup] Aug 01 00:47:14.942 INFO clone ok!, project: pilot
19112024-08-01T00:47:16.116Z[ helios-setup] Aug 01 00:47:14.942 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
19122024-08-01T00:47:16.116Z[ helios-setup] Aug 01 00:47:14.942 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19132024-08-01T00:47:16.119Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19142024-08-01T00:47:16.692Z[ helios-setup] Aug 01 00:47:15.521 INFO clone ok!, project: image-builder
19152024-08-01T00:47:16.696Z[ helios-setup] Aug 01 00:47:15.521 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
19162024-08-01T00:47:16.696Z[ helios-setup] Aug 01 00:47:15.521 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19172024-08-01T00:47:16.699Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19182024-08-01T00:47:18.459Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.91s
19192024-08-01T00:47:18.631Z[ omicron-package]
19202024-08-01T00:47:18.632Z[ omicron-package] real 48.058770828
19212024-08-01T00:47:18.635Z[ omicron-package] user 2:55.294226887
19222024-08-01T00:47:18.635Z[ omicron-package] sys 22.970777783
19232024-08-01T00:47:18.635Z[ omicron-package] trap 0.178279625
19242024-08-01T00:47:18.635Z[ omicron-package] tflt 0.489496426
19252024-08-01T00:47:18.635Z[ omicron-package] dflt 0.632305306
19262024-08-01T00:47:18.635Z[ omicron-package] kflt 0.000058193
19272024-08-01T00:47:18.635Z[ omicron-package] lock 5:36.351202189
19282024-08-01T00:47:18.635Z[ omicron-package] slp 6:22.733378134
19292024-08-01T00:47:18.635Z[ omicron-package] lat 1:41.155727431
19302024-08-01T00:47:18.635Z[ omicron-package] stop 1:02.351303659
19312024-08-01T00:47:18.635ZAug 01 00:47:17.462 INFO [omicron-package] process exited with exit status: 0 (48.093865212s)
19322024-08-01T00:47:18.635ZAug 01 00:47:17.462 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
19332024-08-01T00:47:18.679ZAug 01 00:47:17.508 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19342024-08-01T00:47:18.690Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19352024-08-01T00:47:18.693Z[ host-target] Created new build target 'host' and set it as active
19362024-08-01T00:47:18.693ZAug 01 00:47:17.522 INFO [host-target] process exited with exit status: 0 (60.272788ms)
19372024-08-01T00:47:18.693ZAug 01 00:47:17.522 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19382024-08-01T00:47:18.698Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19392024-08-01T00:47:18.698Z[ recovery-target] Created new build target 'recovery' and set it as active
19402024-08-01T00:47:18.702ZAug 01 00:47:17.530 INFO [recovery-target] process exited with exit status: 0 (21.558895ms)
19412024-08-01T00:47:18.708Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19422024-08-01T00:47:19.780Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19432024-08-01T00:47:19.781Z[ host-package] Compiling camino v1.1.7
19442024-08-01T00:47:19.781Z[ host-package] Compiling password-hash v0.5.0
19452024-08-01T00:47:19.786Z[ host-package] Compiling blake2 v0.10.6
19462024-08-01T00:47:19.786Z[ host-package] Compiling derive-where v1.2.7
19472024-08-01T00:47:19.786Z[ host-package] Compiling humantime v2.1.0
19482024-08-01T00:47:19.786Z[ host-package] Compiling newline-converter v0.3.0
19492024-08-01T00:47:19.898Z[ host-package] Compiling toml v0.8.15
19502024-08-01T00:47:20.124Z[ host-package] Compiling expectorate v1.1.0
19512024-08-01T00:47:20.142Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19522024-08-01T00:47:20.307Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19532024-08-01T00:47:20.568Z[ host-package] Compiling argon2 v0.5.3
19542024-08-01T00:47:20.844Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19552024-08-01T00:47:21.079Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19562024-08-01T00:47:21.111Z[ host-package] Compiling dirs-sys-next v0.1.2
19572024-08-01T00:47:21.301Z[ host-package] Compiling prettyplease v0.2.20
19582024-08-01T00:47:21.543Z[ helios-setup] Aug 01 00:47:20.373 INFO clone ok!, project: amd-firmware
19592024-08-01T00:47:21.549Z[ helios-setup] Aug 01 00:47:20.373 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
19602024-08-01T00:47:21.549Z[ helios-setup] Aug 01 00:47:20.373 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19612024-08-01T00:47:21.549Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19622024-08-01T00:47:21.648Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19632024-08-01T00:47:21.680Z[ host-package] Compiling dirs-next v2.0.0
19642024-08-01T00:47:21.700Z[ host-package] Compiling semver v0.1.20
19652024-08-01T00:47:21.864Z[ host-package] Compiling term v0.7.0
19662024-08-01T00:47:22.239Z[ helios-setup] Aug 01 00:47:21.008 INFO clone ok!, project: pinprick
19672024-08-01T00:47:22.242Z[ helios-setup] Aug 01 00:47:21.009 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
19682024-08-01T00:47:22.242Z[ helios-setup] Aug 01 00:47:21.009 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19692024-08-01T00:47:22.242Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19702024-08-01T00:47:22.251Z[ host-package] Compiling rustc_version v0.1.7
19712024-08-01T00:47:22.283Z[ host-package] Compiling is-terminal v0.4.12
19722024-08-01T00:47:22.312Z[ host-package] Compiling home v0.5.9
19732024-08-01T00:47:22.413Z[ host-package] Compiling convert_case v0.4.0
19742024-08-01T00:47:22.560Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19752024-08-01T00:47:22.687Z[ host-package] Compiling newtype_derive v0.1.6
19762024-08-01T00:47:22.907Z[ helios-setup] Aug 01 00:47:21.735 INFO clone ok!, project: bootserver
19772024-08-01T00:47:22.907Z[ helios-setup] Aug 01 00:47:21.736 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
19782024-08-01T00:47:22.910Z[ helios-setup] Aug 01 00:47:21.736 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
19792024-08-01T00:47:22.914Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19802024-08-01T00:47:23.272Z[ host-package] Compiling derive_more v0.99.18
19812024-08-01T00:47:23.304Z[ host-package] Compiling rustls-pki-types v1.7.0
19822024-08-01T00:47:23.320Z[ host-package] Compiling steno v0.4.1
19832024-08-01T00:47:23.435Z[ host-package] Compiling rustls v0.22.4
19842024-08-01T00:47:23.464Z[ host-package] Compiling thread_local v1.1.8
19852024-08-01T00:47:24.041Z[ host-package] Compiling rustls-webpki v0.102.4
19862024-08-01T00:47:24.149Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19872024-08-01T00:47:24.152Z[ host-package] Compiling linked-hash-map v0.5.6
19882024-08-01T00:47:24.165Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19892024-08-01T00:47:24.601Z[ host-package] Compiling match_cfg v0.1.0
19902024-08-01T00:47:24.708Z[ host-package] Compiling hostname v0.3.1
19912024-08-01T00:47:24.943Z[ host-package] Compiling lru-cache v0.1.2
19922024-08-01T00:47:26.123Z[ host-package] Compiling multer v3.1.0
19932024-08-01T00:47:26.211Z[ host-package] Compiling slog-async v2.8.0
19942024-08-01T00:47:26.253Z[ host-package] Compiling slog-json v2.6.1
19952024-08-01T00:47:26.293Z[ host-package] Compiling crossbeam-channel v0.5.12
19962024-08-01T00:47:26.712Z[ host-package] Compiling http v1.1.0
19972024-08-01T00:47:26.975Z[ host-package] Compiling take_mut v0.2.2
19982024-08-01T00:47:27.150Z[ host-package] Compiling atomic-waker v1.1.2
19992024-08-01T00:47:27.369Z[ host-package] Compiling waitgroup v0.1.2
20002024-08-01T00:47:27.599Z[ host-package] Compiling slog-bunyan v2.5.0
20012024-08-01T00:47:27.824Z[ host-package] Compiling slog-term v2.9.1
20022024-08-01T00:47:29.100Z[ host-package] Compiling rustls-pemfile v2.1.2
20032024-08-01T00:47:29.287Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
20042024-08-01T00:47:29.361Z[ host-package] Compiling async-stream v0.3.5
20052024-08-01T00:47:29.568Z[ host-package] Compiling sha1 v0.10.6
20062024-08-01T00:47:29.676Z[ host-package] Compiling newtype-uuid v1.1.0
20072024-08-01T00:47:29.728Z[ host-package] Compiling serde_path_to_error v0.1.16
20082024-08-01T00:47:29.854Z[ host-package] Compiling tokio-rustls v0.25.0
20092024-08-01T00:47:30.004Z[ host-package] Compiling hostname v0.4.0
20102024-08-01T00:47:30.036Z[ host-package] Compiling instant v0.1.12
20112024-08-01T00:47:30.238Z[ host-package] Compiling slog-dtrace v0.3.0
20122024-08-01T00:47:30.274Z[ host-package] Compiling debug-ignore v1.0.5
20132024-08-01T00:47:30.365Z[ host-package] Compiling backoff v0.4.0
20142024-08-01T00:47:30.667Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20152024-08-01T00:47:30.719Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20162024-08-01T00:47:30.746Z[ host-package] Compiling parse-display v0.9.1
20172024-08-01T00:47:31.017Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20182024-08-01T00:47:31.030Z[ helios-setup] Aug 01 00:47:29.861 INFO clone ok!, project: amd-host-image-builder
20192024-08-01T00:47:31.033Z[ helios-setup] Aug 01 00:47:29.862 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20202024-08-01T00:47:31.033Z[ helios-setup] Aug 01 00:47:29.862 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
20212024-08-01T00:47:31.033Z[ helios-setup] Aug 01 00:47:29.862 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20222024-08-01T00:47:31.036Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20232024-08-01T00:47:31.042Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20242024-08-01T00:47:31.254Z[ host-package] Compiling serde_with v3.8.3
20252024-08-01T00:47:31.274Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20262024-08-01T00:47:31.434Z[ host-package] Compiling strum v0.26.3
20272024-08-01T00:47:31.609Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20282024-08-01T00:47:32.031Z[ helios-setup] Aug 01 00:47:30.862 INFO clone ok!, project: chelsio-t6-roms
20292024-08-01T00:47:32.034Z[ helios-setup] Aug 01 00:47:30.862 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20302024-08-01T00:47:32.034Z[ helios-setup] Aug 01 00:47:30.862 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20312024-08-01T00:47:32.034Z[ helios-setup] Aug 01 00:47:30.862 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20322024-08-01T00:47:32.948Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20332024-08-01T00:47:33.050Z[ helios-setup] Aug 01 00:47:31.882 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20342024-08-01T00:47:33.695Z[ helios-setup] Aug 01 00:47:32.527 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20352024-08-01T00:47:33.698Z[ helios-setup] Aug 01 00:47:32.527 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20362024-08-01T00:47:33.787Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20372024-08-01T00:47:33.980Z[ host-package] Compiling num-rational v0.4.2
20382024-08-01T00:47:34.277Z[ helios-setup] Aug 01 00:47:33.108 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20392024-08-01T00:47:34.859Z[ helios-setup] Aug 01 00:47:33.691 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20402024-08-01T00:47:34.862Z[ helios-setup] Aug 01 00:47:33.691 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20412024-08-01T00:47:35.135Z[ host-package] Compiling num-complex v0.4.6
20422024-08-01T00:47:35.438Z[ helios-setup] Aug 01 00:47:34.270 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20432024-08-01T00:47:35.798Z[ host-package] Compiling macaddr v1.0.1
20442024-08-01T00:47:35.851Z[ host-package] Compiling swrite v0.1.0
20452024-08-01T00:47:35.984Z[ helios-setup] Aug 01 00:47:34.815 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20462024-08-01T00:47:35.987Z[ helios-setup] Aug 01 00:47:34.815 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20472024-08-01T00:47:35.987Z[ helios-setup] Aug 01 00:47:34.815 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20482024-08-01T00:47:35.987Z[ helios-setup] Aug 01 00:47:34.815 INFO ok!
20492024-08-01T00:47:35.987Z[ helios-setup] Aug 01 00:47:34.815 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20502024-08-01T00:47:35.987Z[ helios-setup] Aug 01 00:47:34.815 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20512024-08-01T00:47:35.987Z[ helios-setup] Aug 01 00:47:34.815 INFO ok!
20522024-08-01T00:47:35.987Z[ helios-setup] Aug 01 00:47:34.815 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20532024-08-01T00:47:35.987Z[ helios-setup] Aug 01 00:47:34.815 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20542024-08-01T00:47:35.987Z[ helios-setup] Aug 01 00:47:34.815 INFO ok!
20552024-08-01T00:47:35.987Z[ helios-setup] Aug 01 00:47:34.815 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
20562024-08-01T00:47:35.987Z[ helios-setup] Aug 01 00:47:34.815 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
20572024-08-01T00:47:36.303Z[ host-package] Compiling num v0.4.3
20582024-08-01T00:47:36.356Z[ helios-setup] Aug 01 00:47:35.188 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
20592024-08-01T00:47:36.938Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20602024-08-01T00:47:36.962Z[ helios-setup] Aug 01 00:47:35.795 INFO E| From https://github.com/jclulow/hiercmd
20612024-08-01T00:47:36.962Z[ helios-setup] Aug 01 00:47:35.795 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
20622024-08-01T00:47:36.986Z[ helios-setup] Aug 01 00:47:35.818 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
20632024-08-01T00:47:37.577Z[ helios-setup] Aug 01 00:47:36.409 INFO E| From https://github.com/jclulow/network-interface
20642024-08-01T00:47:37.577Z[ helios-setup] Aug 01 00:47:36.409 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
20652024-08-01T00:47:37.603Z[ helios-setup] Aug 01 00:47:36.435 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
20662024-08-01T00:47:37.733Z[ host-package] Compiling quick-error v1.2.3
20672024-08-01T00:47:37.887Z[ host-package] Compiling float-ord v0.3.2
20682024-08-01T00:47:37.905Z[ host-package] Compiling resolv-conf v0.7.0
20692024-08-01T00:47:38.082Z[ helios-setup] Aug 01 00:47:36.914 INFO E| From https://github.com/oxidecomputer/boot-image-tools
20702024-08-01T00:47:38.082Z[ helios-setup] Aug 01 00:47:36.914 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
20712024-08-01T00:47:38.124Z[ helios-setup] Aug 01 00:47:36.956 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
20722024-08-01T00:47:39.033Z[ host-package] Compiling trust-dns-resolver v0.22.0
20732024-08-01T00:47:39.150Z[ helios-setup] Aug 01 00:47:37.983 INFO E| From https://github.com/oxidecomputer/facade
20742024-08-01T00:47:39.150Z[ helios-setup] Aug 01 00:47:37.983 INFO E| * [new branch] 0XV2-serials -> origin/0XV2-serials
20752024-08-01T00:47:39.153Z[ helios-setup] Aug 01 00:47:37.983 INFO E| * [new branch] checklist -> origin/checklist
20762024-08-01T00:47:39.153Z[ helios-setup] Aug 01 00:47:37.983 INFO E| * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
20772024-08-01T00:47:39.153Z[ helios-setup] Aug 01 00:47:37.983 INFO E| * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
20782024-08-01T00:47:39.153Z[ helios-setup] Aug 01 00:47:37.984 INFO E| * [new branch] dramtest -> origin/dramtest
20792024-08-01T00:47:39.153Z[ helios-setup] Aug 01 00:47:37.984 INFO E| * [new branch] facts -> origin/facts
20802024-08-01T00:47:39.153Z[ helios-setup] Aug 01 00:47:37.984 INFO E| * [new branch] fix-broken-ffi -> origin/fix-broken-ffi
20812024-08-01T00:47:39.153Z[ helios-setup] Aug 01 00:47:37.984 INFO E| * [new branch] flihp/attestation-verifier -> origin/flihp/attestation-verifier
20822024-08-01T00:47:39.153Z[ helios-setup] Aug 01 00:47:37.984 INFO E| * [new branch] flihp/platform-id_permslip -> origin/flihp/platform-id_permslip
20832024-08-01T00:47:39.153Z[ helios-setup] Aug 01 00:47:37.985 INFO E| * [new branch] flihp/platform-id_permslip-prebase -> origin/flihp/platform-id_permslip-prebase
20842024-08-01T00:47:39.153Z[ helios-setup] Aug 01 00:47:37.985 INFO E| * [new branch] gimlet-f -> origin/gimlet-f
20852024-08-01T00:47:39.154Z[ helios-setup] Aug 01 00:47:37.985 INFO E| * [new branch] guardrails -> origin/guardrails
20862024-08-01T00:47:39.154Z[ helios-setup] Aug 01 00:47:37.985 INFO E| * [new branch] idcerts -> origin/idcerts
20872024-08-01T00:47:39.154Z[ helios-setup] Aug 01 00:47:37.985 INFO E| * [new branch] jhendricks/fix-usage -> origin/jhendricks/fix-usage
20882024-08-01T00:47:39.154Z[ helios-setup] Aug 01 00:47:37.986 INFO E| * [new branch] jhendricks/micron7450 -> origin/jhendricks/micron7450
20892024-08-01T00:47:39.154Z[ helios-setup] Aug 01 00:47:37.986 INFO E| * [new branch] jhendricks/readme -> origin/jhendricks/readme
20902024-08-01T00:47:39.154Z[ helios-setup] Aug 01 00:47:37.986 INFO E| * [new branch] main -> origin/main
20912024-08-01T00:47:39.157Z[ helios-setup] Aug 01 00:47:37.986 INFO E| * [new branch] meanwell -> origin/meanwell
20922024-08-01T00:47:39.157Z[ helios-setup] Aug 01 00:47:37.986 INFO E| * [new branch] parents -> origin/parents
20932024-08-01T00:47:39.157Z[ helios-setup] Aug 01 00:47:37.987 INFO E| * [new branch] psc -> origin/psc
20942024-08-01T00:47:39.157Z[ helios-setup] Aug 01 00:47:37.987 INFO E| * [new branch] rackstatus -> origin/rackstatus
20952024-08-01T00:47:39.157Z[ helios-setup] Aug 01 00:47:37.987 INFO E| * [new branch] sessions -> origin/sessions
20962024-08-01T00:47:39.157Z[ helios-setup] Aug 01 00:47:37.987 INFO E| * [new branch] sidecar_loopback_test -> origin/sidecar_loopback_test
20972024-08-01T00:47:39.157Z[ helios-setup] Aug 01 00:47:37.987 INFO E| * [new branch] sshauth -> origin/sshauth
20982024-08-01T00:47:39.157Z[ helios-setup] Aug 01 00:47:37.988 INFO E| * [new branch] unsupervised -> origin/unsupervised
20992024-08-01T00:47:39.157Z[ helios-setup] Aug 01 00:47:37.988 INFO E| * [new branch] x11 -> origin/x11
21002024-08-01T00:47:39.157Z[ helios-setup] Aug 01 00:47:37.988 INFO E| * [new ref] -> origin/HEAD
21012024-08-01T00:47:39.177Z[ host-package] Compiling rayon-core v1.12.1
21022024-08-01T00:47:39.224Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21032024-08-01T00:47:39.263Z[ host-package] Compiling crossbeam-deque v0.8.5
21042024-08-01T00:47:39.266Z[ helios-setup] Aug 01 00:47:38.096 INFO E| Updating crates.io index
21052024-08-01T00:47:39.662Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
21062024-08-01T00:47:39.665Z[ host-package] Compiling display-error-chain v0.2.0
21072024-08-01T00:47:39.896Z[ host-package] Compiling same-file v1.0.6
21082024-08-01T00:47:40.002Z[ helios-setup] Aug 01 00:47:38.834 INFO E| Downloading crates ...
21092024-08-01T00:47:40.143Z[ host-package] Compiling fastrand v2.1.0
21102024-08-01T00:47:40.206Z[ helios-setup] Aug 01 00:47:39.039 INFO E| Downloaded bincode v1.3.3
21112024-08-01T00:47:40.210Z[ helios-setup] Aug 01 00:47:39.043 INFO E| Downloaded concolor-override v1.0.0
21122024-08-01T00:47:40.213Z[ helios-setup] Aug 01 00:47:39.044 INFO E| Downloaded autocfg v1.1.0
21132024-08-01T00:47:40.217Z[ helios-setup] Aug 01 00:47:39.050 INFO E| Downloaded const-random v0.1.15
21142024-08-01T00:47:40.219Z[ helios-setup] Aug 01 00:47:39.052 INFO E| Downloaded ahash v0.7.6
21152024-08-01T00:47:40.224Z[ helios-setup] Aug 01 00:47:39.057 INFO E| Downloaded project-root v0.2.2
21162024-08-01T00:47:40.226Z[ helios-setup] Aug 01 00:47:39.058 INFO E| Downloaded anstyle v0.3.5
21172024-08-01T00:47:40.249Z[ helios-setup] Aug 01 00:47:39.082 INFO E| Downloaded smallvec v1.10.0
21182024-08-01T00:47:40.254Z[ helios-setup] Aug 01 00:47:39.087 INFO E| Downloaded slog-bunyan v2.4.0
21192024-08-01T00:47:40.258Z[ helios-setup] Aug 01 00:47:39.091 INFO E| Downloaded try-lock v0.2.4
21202024-08-01T00:47:40.260Z[ helios-setup] Aug 01 00:47:39.093 INFO E| Downloaded http-body v0.4.5
21212024-08-01T00:47:40.263Z[ helios-setup] Aug 01 00:47:39.095 INFO E| Downloaded home v0.5.4
21222024-08-01T00:47:40.266Z[ helios-setup] Aug 01 00:47:39.097 INFO E| Downloaded anstream v0.2.6
21232024-08-01T00:47:40.269Z[ helios-setup] Aug 01 00:47:39.101 INFO E| Downloaded proc-macro-crate v1.2.1
21242024-08-01T00:47:40.272Z[ helios-setup] Aug 01 00:47:39.103 INFO E| Downloaded percent-encoding v2.2.0
21252024-08-01T00:47:40.274Z[ helios-setup] Aug 01 00:47:39.105 INFO E| Downloaded num_enum_derive v0.5.7
21262024-08-01T00:47:40.274Z[ helios-setup] Aug 01 00:47:39.107 INFO E| Downloaded rustfmt-wrapper v0.2.0
21272024-08-01T00:47:40.277Z[ helios-setup] Aug 01 00:47:39.111 INFO E| Downloaded slab v0.4.7
21282024-08-01T00:47:40.280Z[ helios-setup] Aug 01 00:47:39.113 INFO E| Downloaded const-random-macro v0.1.15
21292024-08-01T00:47:40.283Z[ helios-setup] Aug 01 00:47:39.115 INFO E| Downloaded num_cpus v1.15.0
21302024-08-01T00:47:40.287Z[ helios-setup] Aug 01 00:47:39.120 INFO E| Downloaded semver-parser v0.10.2
21312024-08-01T00:47:40.290Z[ helios-setup] Aug 01 00:47:39.123 INFO E| Downloaded tokio-macros v2.0.0
21322024-08-01T00:47:40.293Z[ helios-setup] Aug 01 00:47:39.125 INFO E| Downloaded want v0.3.0
21332024-08-01T00:47:40.296Z[ helios-setup] Aug 01 00:47:39.127 INFO E| Downloaded unicode-width v0.1.10
21342024-08-01T00:47:40.298Z[ helios-setup] Aug 01 00:47:39.129 INFO E| Downloaded pin-project-lite v0.2.9
21352024-08-01T00:47:40.305Z[ helios-setup] Aug 01 00:47:39.138 INFO E| Downloaded serde_tokenstream v0.2.0
21362024-08-01T00:47:40.311Z[ helios-setup] Aug 01 00:47:39.144 INFO E| Downloaded toolchain_find v0.2.0
21372024-08-01T00:47:40.314Z[ helios-setup] Aug 01 00:47:39.146 INFO E| Downloaded serde_spanned v0.6.1
21382024-08-01T00:47:40.316Z[ helios-setup] Aug 01 00:47:39.149 INFO E| Downloaded anyhow v1.0.68
21392024-08-01T00:47:40.323Z[ helios-setup] Aug 01 00:47:39.156 INFO E| Downloaded num-integer v0.1.45
21402024-08-01T00:47:40.326Z[ helios-setup] Aug 01 00:47:39.159 INFO E| Downloaded sha1 v0.10.5
21412024-08-01T00:47:40.329Z[ helios-setup] Aug 01 00:47:39.162 INFO E| Downloaded time v0.1.45
21422024-08-01T00:47:40.331Z[ helios-setup] Aug 01 00:47:39.164 INFO E| Downloaded lock_api v0.4.9
21432024-08-01T00:47:40.334Z[ helios-setup] Aug 01 00:47:39.167 INFO E| Downloaded futures-io v0.3.28
21442024-08-01T00:47:40.337Z[ helios-setup] Aug 01 00:47:39.168 INFO E| Downloaded jobserver v0.1.26
21452024-08-01T00:47:40.339Z[ helios-setup] Aug 01 00:47:39.171 INFO E| Downloaded futures-sink v0.3.28
21462024-08-01T00:47:40.342Z[ helios-setup] Aug 01 00:47:39.173 INFO E| Downloaded toml_datetime v0.6.1
21472024-08-01T00:47:40.342Z[ helios-setup] Aug 01 00:47:39.175 INFO E| Downloaded pkg-config v0.3.26
21482024-08-01T00:47:40.346Z[ helios-setup] Aug 01 00:47:39.178 INFO E| Downloaded walkdir v2.3.3
21492024-08-01T00:47:40.349Z[ helios-setup] Aug 01 00:47:39.181 INFO E| Downloaded schemars_derive v0.8.12
21502024-08-01T00:47:40.351Z[ helios-setup] Aug 01 00:47:39.185 INFO E| Downloaded thiserror-impl v1.0.38
21512024-08-01T00:47:40.354Z[ helios-setup] Aug 01 00:47:39.187 INFO E| Downloaded sha2 v0.10.6
21522024-08-01T00:47:40.358Z[ helios-setup] Aug 01 00:47:39.191 INFO E| Downloaded tokio-tungstenite v0.18.0
21532024-08-01T00:47:40.362Z[ helios-setup] Aug 01 00:47:39.195 INFO E| Downloaded semver v0.11.0
21542024-08-01T00:47:40.365Z[ helios-setup] Aug 01 00:47:39.198 INFO E| Downloaded uuid v1.3.0
21552024-08-01T00:47:40.373Z[ helios-setup] Aug 01 00:47:39.206 INFO E| Downloaded schemars v0.8.12
21562024-08-01T00:47:40.394Z[ helios-setup] Aug 01 00:47:39.227 INFO E| Downloaded semver v1.0.17
21572024-08-01T00:47:40.398Z[ helios-setup] Aug 01 00:47:39.231 INFO E| Downloaded serde_derive_internals v0.26.0
21582024-08-01T00:47:40.401Z[ helios-setup] Aug 01 00:47:39.234 INFO E| Downloaded unicode-ident v1.0.8
21592024-08-01T00:47:40.407Z[ helios-setup] Aug 01 00:47:39.240 INFO E| Downloaded rhai_codegen v1.5.0
21602024-08-01T00:47:40.423Z[ helios-setup] Aug 01 00:47:39.256 INFO E| Downloaded unicode-linebreak v0.1.4
21612024-08-01T00:47:40.427Z[ helios-setup] Aug 01 00:47:39.260 INFO E| Downloaded url v2.3.1
21622024-08-01T00:47:40.433Z[ helios-setup] Aug 01 00:47:39.266 INFO E| Downloaded serde_yaml v0.9.21
21632024-08-01T00:47:40.439Z[ helios-setup] Aug 01 00:47:39.272 INFO E| Downloaded tokio-util v0.7.7
21642024-08-01T00:47:40.474Z[ helios-setup] Aug 01 00:47:39.307 INFO E| Downloaded unsafe-libyaml v0.2.8
21652024-08-01T00:47:40.480Z[ helios-setup] Aug 01 00:47:39.313 INFO E| Downloaded serde_json v1.0.95
21662024-08-01T00:47:40.494Z[ helios-setup] Aug 01 00:47:39.327 INFO E| Downloaded unicode-normalization v0.1.22
21672024-08-01T00:47:40.500Z[ helios-setup] Aug 01 00:47:39.333 INFO E| Downloaded winnow v0.4.1
21682024-08-01T00:47:40.514Z[ helios-setup] Aug 01 00:47:39.347 INFO E| Downloaded syn v1.0.107
21692024-08-01T00:47:40.532Z[ helios-setup] Aug 01 00:47:39.365 INFO E| Downloaded rustls-webpki v0.100.1
21702024-08-01T00:47:40.543Z[ helios-setup] Aug 01 00:47:39.376 INFO E| Downloaded tokio v1.27.0
21712024-08-01T00:47:40.598Z[ helios-setup] Aug 01 00:47:39.431 INFO E| Downloaded mio v0.8.5
21722024-08-01T00:47:40.607Z[ helios-setup] Aug 01 00:47:39.440 INFO E| Downloaded pest v2.5.7
21732024-08-01T00:47:40.621Z[ helios-setup] Aug 01 00:47:39.454 INFO E| Downloaded http v0.2.9
21742024-08-01T00:47:40.627Z[ helios-setup] Aug 01 00:47:39.460 INFO E| Downloaded crossbeam-channel v0.5.6
21752024-08-01T00:47:40.635Z[ helios-setup] Aug 01 00:47:39.468 INFO E| Downloaded rustls v0.21.0
21762024-08-01T00:47:40.656Z[ helios-setup] Aug 01 00:47:39.489 INFO E| Downloaded flate2 v1.0.25
21772024-08-01T00:47:40.663Z[ helios-setup] Aug 01 00:47:39.496 INFO E| Downloaded reqwest v0.11.16
21782024-08-01T00:47:40.676Z[ helios-setup] Aug 01 00:47:39.509 INFO E| Downloaded clap_builder v4.2.1
21792024-08-01T00:47:40.688Z[ helios-setup] Aug 01 00:47:39.521 INFO E| Downloaded h2 v0.3.16
21802024-08-01T00:47:40.700Z[ helios-setup] Aug 01 00:47:39.532 INFO E| Downloaded git2 v0.16.1
21812024-08-01T00:47:40.711Z[ helios-setup] Aug 01 00:47:39.544 INFO E| Downloaded rayon v1.6.1
21822024-08-01T00:47:40.737Z[ helios-setup] Aug 01 00:47:39.569 INFO E| Downloaded regress v0.5.0
21832024-08-01T00:47:40.749Z[ helios-setup] Aug 01 00:47:39.582 INFO E| Downloaded hyper v0.14.25
21842024-08-01T00:47:40.760Z[ helios-setup] Aug 01 00:47:39.593 INFO E| Downloaded regex v1.7.3
21852024-08-01T00:47:40.772Z[ helios-setup] Aug 01 00:47:39.605 INFO E| Downloaded chrono v0.4.24
21862024-08-01T00:47:40.781Z[ helios-setup] Aug 01 00:47:39.614 INFO E| Downloaded rustix v0.37.3
21872024-08-01T00:47:40.789Z[ host-package] Compiling tempfile v3.10.1
21882024-08-01T00:47:40.812Z[ helios-setup] Aug 01 00:47:39.645 INFO E| Downloaded rhai v1.14.0
21892024-08-01T00:47:40.833Z[ helios-setup] Aug 01 00:47:39.666 INFO E| Downloaded openapiv3 v1.0.2
21902024-08-01T00:47:40.853Z[ helios-setup] Aug 01 00:47:39.686 INFO E| Downloaded futures-util v0.3.28
21912024-08-01T00:47:40.907Z[ helios-setup] Aug 01 00:47:39.740 INFO E| Downloaded aho-corasick v0.7.20
21922024-08-01T00:47:40.915Z[ helios-setup] Aug 01 00:47:39.748 INFO E| Downloaded ryu v1.0.13
21932024-08-01T00:47:40.921Z[ helios-setup] Aug 01 00:47:39.754 INFO E| Downloaded once_cell v1.17.0
21942024-08-01T00:47:40.924Z[ helios-setup] Aug 01 00:47:39.758 INFO E| Downloaded libc v0.2.139
21952024-08-01T00:47:40.984Z[ helios-setup] Aug 01 00:47:39.817 INFO E| Downloaded num-traits v0.2.15
21962024-08-01T00:47:40.988Z[ helios-setup] Aug 01 00:47:39.821 INFO E| Downloaded tracing-core v0.1.30
21972024-08-01T00:47:40.994Z[ helios-setup] Aug 01 00:47:39.827 INFO E| Downloaded toml_edit v0.19.8
21982024-08-01T00:47:41.023Z[ helios-setup] Aug 01 00:47:39.856 INFO E| Downloaded textwrap v0.16.0
21992024-08-01T00:47:41.027Z[ helios-setup] Aug 01 00:47:39.860 INFO E| Downloaded ipnet v2.7.2
22002024-08-01T00:47:41.030Z[ helios-setup] Aug 01 00:47:39.862 INFO E| Downloaded getrandom v0.2.8
22012024-08-01T00:47:41.033Z[ helios-setup] Aug 01 00:47:39.867 INFO E| Downloaded futures v0.3.28
22022024-08-01T00:47:41.042Z[ helios-setup] Aug 01 00:47:39.875 INFO E| Downloaded crossbeam-epoch v0.9.13
22032024-08-01T00:47:41.046Z[ helios-setup] Aug 01 00:47:39.879 INFO E| Downloaded base64 v0.21.0
22042024-08-01T00:47:41.052Z[ helios-setup] Aug 01 00:47:39.885 INFO E| Downloaded tracing v0.1.37
22052024-08-01T00:47:41.061Z[ helios-setup] Aug 01 00:47:39.892 INFO E| Downloaded parking_lot v0.12.1
22062024-08-01T00:47:41.064Z[ helios-setup] Aug 01 00:47:39.896 INFO E| Downloaded num_enum v0.5.7
22072024-08-01T00:47:41.070Z[ helios-setup] Aug 01 00:47:39.903 INFO E| Downloaded log v0.4.17
22082024-08-01T00:47:41.073Z[ helios-setup] Aug 01 00:47:39.907 INFO E| Downloaded ucd-trie v0.1.5
22092024-08-01T00:47:41.095Z[ helios-setup] Aug 01 00:47:39.928 INFO E| Downloaded typenum v1.16.0
22102024-08-01T00:47:41.099Z[ helios-setup] Aug 01 00:47:39.933 INFO E| Downloaded tungstenite v0.18.0
22112024-08-01T00:47:41.105Z[ helios-setup] Aug 01 00:47:39.938 INFO E| Downloaded toml v0.7.3
22122024-08-01T00:47:41.110Z[ helios-setup] Aug 01 00:47:39.943 INFO E| Downloaded signal-hook-registry v1.4.0
22132024-08-01T00:47:41.114Z[ helios-setup] Aug 01 00:47:39.945 INFO E| Downloaded serde_path_to_error v0.1.11
22142024-08-01T00:47:41.117Z[ helios-setup] Aug 01 00:47:39.948 INFO E| Downloaded rustls-pemfile v1.0.2
22152024-08-01T00:47:41.120Z[ helios-setup] Aug 01 00:47:39.951 INFO E| Downloaded rayon-core v1.10.2
22162024-08-01T00:47:41.124Z[ helios-setup] Aug 01 00:47:39.958 INFO E| Downloaded memchr v2.5.0
22172024-08-01T00:47:41.131Z[ helios-setup] Aug 01 00:47:39.964 INFO E| Downloaded cc v1.0.78
22182024-08-01T00:47:41.135Z[ helios-setup] Aug 01 00:47:39.969 INFO E| Downloaded encoding_rs v0.8.32
22192024-08-01T00:47:41.170Z[ helios-setup] Aug 01 00:47:40.003 INFO E| Downloaded camino v1.1.4
22202024-08-01T00:47:41.173Z[ helios-setup] Aug 01 00:47:40.006 INFO E| Downloaded ahash v0.8.3
22212024-08-01T00:47:41.177Z[ helios-setup] Aug 01 00:47:40.010 INFO E| Downloaded sct v0.7.0
22222024-08-01T00:47:41.185Z[ helios-setup] Aug 01 00:47:40.018 INFO E| Downloaded tokio-rustls v0.24.0
22232024-08-01T00:47:41.190Z[ helios-setup] Aug 01 00:47:40.021 INFO E| Downloaded cargo-lock v8.0.3
22242024-08-01T00:47:41.194Z[ helios-setup] Aug 01 00:47:40.025 INFO E| Downloaded tempfile v3.5.0
22252024-08-01T00:47:41.197Z[ helios-setup] Aug 01 00:47:40.029 INFO E| Downloaded socket2 v0.4.9
22262024-08-01T00:47:41.200Z[ helios-setup] Aug 01 00:47:40.032 INFO E| Downloaded paste v1.0.12
22272024-08-01T00:47:41.204Z[ helios-setup] Aug 01 00:47:40.037 INFO E| Downloaded unicode-bidi v0.3.13
22282024-08-01T00:47:41.208Z[ helios-setup] Aug 01 00:47:40.041 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
22292024-08-01T00:47:41.326Z[ helios-setup] Aug 01 00:47:40.159 INFO E| Downloaded smartstring v1.0.1
22302024-08-01T00:47:41.329Z[ helios-setup] Aug 01 00:47:40.162 INFO E| Downloaded iana-time-zone v0.1.56
22312024-08-01T00:47:41.333Z[ helios-setup] Aug 01 00:47:40.166 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
22322024-08-01T00:47:41.338Z[ helios-setup] Aug 01 00:47:40.170 INFO E| Downloaded memoffset v0.7.1
22332024-08-01T00:47:41.341Z[ helios-setup] Aug 01 00:47:40.172 INFO E| Downloaded httpdate v1.0.2
22342024-08-01T00:47:41.341Z[ helios-setup] Aug 01 00:47:40.173 INFO E| Downloaded bytes v1.4.0
22352024-08-01T00:47:41.349Z[ helios-setup] Aug 01 00:47:40.180 INFO E| Downloaded smawk v0.3.1
22362024-08-01T00:47:41.352Z[ helios-setup] Aug 01 00:47:40.182 INFO E| Downloaded miniz_oxide v0.6.2
22372024-08-01T00:47:41.355Z[ helios-setup] Aug 01 00:47:40.187 INFO E| Downloaded crossbeam-utils v0.8.14
22382024-08-01T00:47:41.358Z[ helios-setup] Aug 01 00:47:40.192 INFO E| Downloaded clap v4.2.1
22392024-08-01T00:47:41.373Z[ helios-setup] Aug 01 00:47:40.206 INFO E| Downloaded async-trait v0.1.68
22402024-08-01T00:47:41.378Z[ helios-setup] Aug 01 00:47:40.211 INFO E| Downloaded libz-sys v1.1.8
22412024-08-01T00:47:41.462Z[ helios-setup] Aug 01 00:47:40.295 INFO E| Downloaded strsim v0.10.0
22422024-08-01T00:47:41.465Z[ helios-setup] Aug 01 00:47:40.297 INFO E| Downloaded itoa v1.0.6
22432024-08-01T00:47:41.468Z[ helios-setup] Aug 01 00:47:40.299 INFO E| Downloaded either v1.8.0
22442024-08-01T00:47:41.468Z[ helios-setup] Aug 01 00:47:40.301 INFO E| Downloaded digest v0.10.6
22452024-08-01T00:47:41.471Z[ helios-setup] Aug 01 00:47:40.304 INFO E| Downloaded anstyle-parse v0.1.1
22462024-08-01T00:47:41.474Z[ helios-setup] Aug 01 00:47:40.307 INFO E| Downloaded lazy_static v1.4.0
22472024-08-01T00:47:41.477Z[ helios-setup] Aug 01 00:47:40.309 INFO E| Downloaded errno v0.3.1
22482024-08-01T00:47:41.480Z[ helios-setup] Aug 01 00:47:40.311 INFO E| Downloaded scopeguard v1.1.0
22492024-08-01T00:47:41.480Z[ helios-setup] Aug 01 00:47:40.313 INFO E| Downloaded terminal_size v0.2.6
22502024-08-01T00:47:41.482Z[ helios-setup] Aug 01 00:47:40.315 INFO E| Downloaded slog-async v2.7.0
22512024-08-01T00:47:41.485Z[ helios-setup] Aug 01 00:47:40.317 INFO E| Downloaded futures-core v0.3.28
22522024-08-01T00:47:41.502Z[ helios-setup] Aug 01 00:47:40.335 INFO E| Downloaded concolor-query v0.3.3
22532024-08-01T00:47:41.505Z[ helios-setup] Aug 01 00:47:40.337 INFO E| Downloaded io-lifetimes v1.0.10
22542024-08-01T00:47:41.508Z[ helios-setup] Aug 01 00:47:40.340 INFO E| Downloaded parking_lot_core v0.9.6
22552024-08-01T00:47:41.511Z[ helios-setup] Aug 01 00:47:40.343 INFO E| Downloaded is-terminal v0.4.7
22562024-08-01T00:47:41.515Z[ helios-setup] Aug 01 00:47:40.345 INFO E| Downloaded generic-array v0.14.6
22572024-08-01T00:47:41.516Z[ helios-setup] Aug 01 00:47:40.347 INFO E| Downloaded crossbeam-deque v0.8.2
22582024-08-01T00:47:41.518Z[ helios-setup] Aug 01 00:47:40.349 INFO E| Downloaded clap_lex v0.4.1
22592024-08-01T00:47:41.518Z[ helios-setup] Aug 01 00:47:40.351 INFO E| Downloaded byteorder v1.4.3
22602024-08-01T00:47:41.521Z[ helios-setup] Aug 01 00:47:40.353 INFO E| Downloaded thiserror v1.0.38
22612024-08-01T00:47:41.527Z[ helios-setup] Aug 01 00:47:40.360 INFO E| Downloaded futures-channel v0.3.28
22622024-08-01T00:47:41.530Z[ helios-setup] Aug 01 00:47:40.363 INFO E| Downloaded clap_derive v4.2.0
22632024-08-01T00:47:41.533Z[ helios-setup] Aug 01 00:47:40.366 INFO E| Downloaded block-buffer v0.10.3
22642024-08-01T00:47:41.536Z[ helios-setup] Aug 01 00:47:40.368 INFO E| Downloaded futures-task v0.3.28
22652024-08-01T00:47:41.539Z[ helios-setup] Aug 01 00:47:40.370 INFO E| Downloaded futures-macro v0.3.28
22662024-08-01T00:47:41.539Z[ helios-setup] Aug 01 00:47:40.371 INFO E| Downloaded futures-executor v0.3.28
22672024-08-01T00:47:41.541Z[ helios-setup] Aug 01 00:47:40.373 INFO E| Downloaded form_urlencoded v1.1.0
22682024-08-01T00:47:41.541Z[ helios-setup] Aug 01 00:47:40.374 INFO E| Downloaded fastrand v1.9.0
22692024-08-01T00:47:41.544Z[ helios-setup] Aug 01 00:47:40.376 INFO E| Downloaded dyn-clone v1.0.11
22702024-08-01T00:47:41.547Z[ helios-setup] Aug 01 00:47:40.379 INFO E| Downloaded cpufeatures v0.2.5
22712024-08-01T00:47:41.547Z[ helios-setup] Aug 01 00:47:40.380 INFO E| Downloaded built v0.6.0
22722024-08-01T00:47:41.729Z[ host-package] Compiling walkdir v2.5.0
22732024-08-01T00:47:41.873Z[ helios-setup] Aug 01 00:47:40.706 INFO E| Compiling proc-macro2 v1.0.86
22742024-08-01T00:47:41.873Z[ helios-setup] Aug 01 00:47:40.706 INFO E| Compiling libc v0.2.139
22752024-08-01T00:47:41.876Z[ helios-setup] Aug 01 00:47:40.706 INFO E| Compiling unicode-ident v1.0.8
22762024-08-01T00:47:41.876Z[ helios-setup] Aug 01 00:47:40.707 INFO E| Compiling autocfg v1.1.0
22772024-08-01T00:47:41.876Z[ helios-setup] Aug 01 00:47:40.707 INFO E| Compiling cfg-if v1.0.0
22782024-08-01T00:47:41.876Z[ helios-setup] Aug 01 00:47:40.707 INFO E| Compiling version_check v0.9.4
22792024-08-01T00:47:41.876Z[ helios-setup] Aug 01 00:47:40.707 INFO E| Compiling serde v1.0.204
22802024-08-01T00:47:41.876Z[ helios-setup] Aug 01 00:47:40.707 INFO E| Compiling syn v1.0.107
22812024-08-01T00:47:42.696Z[ helios-setup] Aug 01 00:47:41.529 INFO E| Compiling memchr v2.5.0
22822024-08-01T00:47:43.395Z[ helios-setup] Aug 01 00:47:42.228 INFO E| Compiling once_cell v1.17.0
22832024-08-01T00:47:43.697Z[ helios-setup] Aug 01 00:47:42.530 INFO E| Compiling thiserror v1.0.38
22842024-08-01T00:47:43.996Z[ helios-setup] Aug 01 00:47:42.830 INFO E| Compiling log v0.4.17
22852024-08-01T00:47:45.028Z[ helios-setup] Aug 01 00:47:43.861 INFO E| Compiling quote v1.0.36
22862024-08-01T00:47:45.108Z[ helios-setup] Aug 01 00:47:43.942 INFO E| Compiling serde_json v1.0.95
22872024-08-01T00:47:45.251Z[ helios-setup] Aug 01 00:47:44.085 INFO E| Compiling itoa v1.0.6
22882024-08-01T00:47:45.513Z[ host-package] Compiling half v2.4.1
22892024-08-01T00:47:45.746Z[ helios-setup] Aug 01 00:47:44.580 INFO E| Compiling syn v2.0.72
22902024-08-01T00:47:46.424Z[ helios-setup] Aug 01 00:47:45.258 INFO E| Compiling indexmap v1.9.3
22912024-08-01T00:47:46.750Z[ helios-setup] Aug 01 00:47:45.584 INFO E| Compiling scopeguard v1.1.0
22922024-08-01T00:47:46.983Z[ host-package] Compiling utf-8 v0.7.6
22932024-08-01T00:47:47.266Z[ helios-setup] Aug 01 00:47:46.100 INFO E| Compiling getrandom v0.2.8
22942024-08-01T00:47:47.719Z[ host-package] Compiling ciborium-io v0.2.2
22952024-08-01T00:47:47.873Z[ helios-setup] Aug 01 00:47:46.707 INFO E| Compiling jobserver v0.1.26
22962024-08-01T00:47:47.885Z[ helios-setup] Aug 01 00:47:46.719 INFO E| Compiling pin-project-lite v0.2.9
22972024-08-01T00:47:48.038Z[ host-package] Compiling ciborium-ll v0.2.2
22982024-08-01T00:47:48.094Z[ helios-setup] Aug 01 00:47:46.928 INFO E| Compiling num-integer v0.1.45
22992024-08-01T00:47:48.149Z[ helios-setup] Aug 01 00:47:46.983 INFO E| Compiling bytes v1.4.0
23002024-08-01T00:47:48.249Z[ helios-setup] Aug 01 00:47:47.083 INFO E| Compiling futures-core v0.3.28
23012024-08-01T00:47:48.267Z[ host-package] Compiling ring v0.16.20
23022024-08-01T00:47:48.474Z[ helios-setup] Aug 01 00:47:47.309 INFO E| Compiling cc v1.0.78
23032024-08-01T00:47:48.905Z[ host-package] Compiling blake3 v1.5.1
23042024-08-01T00:47:49.239Z[ helios-setup] Aug 01 00:47:48.074 INFO E| Compiling ryu v1.0.13
23052024-08-01T00:47:49.875Z[ host-package] Compiling rayon v1.10.0
23062024-08-01T00:47:50.380Z[ helios-setup] Aug 01 00:47:49.214 INFO E| Compiling lock_api v0.4.9
23072024-08-01T00:47:50.455Z[ helios-setup] Aug 01 00:47:49.289 INFO E| Compiling bitflags v1.3.2
23082024-08-01T00:47:50.562Z[ helios-setup] Aug 01 00:47:49.397 INFO E| Compiling typenum v1.16.0
23092024-08-01T00:47:50.758Z[ helios-setup] Aug 01 00:47:49.593 INFO E| Compiling parking_lot_core v0.9.6
23102024-08-01T00:47:51.770Z[ helios-setup] Aug 01 00:47:50.604 INFO E| Compiling num_cpus v1.15.0
23112024-08-01T00:47:51.874Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23122024-08-01T00:47:51.877Z[ helios-setup] Aug 01 00:47:50.712 INFO E| Compiling slab v0.4.7
23132024-08-01T00:47:52.112Z[ helios-setup] Aug 01 00:47:50.946 INFO E| Compiling generic-array v0.14.6
23142024-08-01T00:47:52.263Z[ helios-setup] Aug 01 00:47:51.088 INFO E| Compiling futures-channel v0.3.28
23152024-08-01T00:47:52.441Z[ helios-setup] Aug 01 00:47:51.275 INFO E| Compiling futures-sink v0.3.28
23162024-08-01T00:47:52.742Z[ helios-setup] Aug 01 00:47:51.564 INFO E| Compiling futures-task v0.3.28
23172024-08-01T00:47:53.265Z[ helios-setup] Aug 01 00:47:52.100 INFO E| Compiling tokio v1.27.0
23182024-08-01T00:47:53.354Z[ helios-setup] Aug 01 00:47:52.187 INFO E| Compiling schemars v0.8.12
23192024-08-01T00:47:53.640Z[ helios-setup] Aug 01 00:47:52.475 INFO E| Compiling futures-util v0.3.28
23202024-08-01T00:47:53.999Z[ host-package] Compiling xattr v1.3.1
23212024-08-01T00:47:54.466Z[ helios-setup] Aug 01 00:47:53.301 INFO E| Compiling mio v0.8.5
23222024-08-01T00:47:54.562Z[ helios-setup] Aug 01 00:47:53.397 INFO E| Compiling signal-hook-registry v1.4.0
23232024-08-01T00:47:54.745Z[ helios-setup] Aug 01 00:47:53.579 INFO E| Compiling socket2 v0.4.9
23242024-08-01T00:47:54.852Z[ helios-setup] Aug 01 00:47:53.687 INFO E| Compiling num-traits v0.2.15
23252024-08-01T00:47:55.039Z[ helios-setup] Aug 01 00:47:53.874 INFO E| Compiling ahash v0.7.6
23262024-08-01T00:47:55.903Z[ helios-setup] Aug 01 00:47:54.735 INFO E| Compiling pin-utils v0.1.0
23272024-08-01T00:47:55.966Z[ helios-setup] Aug 01 00:47:54.801 INFO E| Compiling io-lifetimes v1.0.10
23282024-08-01T00:47:56.087Z[ helios-setup] Aug 01 00:47:54.922 INFO E| Compiling futures-io v0.3.28
23292024-08-01T00:47:56.818Z[ helios-setup] Aug 01 00:47:55.653 INFO E| Compiling crunchy v0.2.2
23302024-08-01T00:47:57.491Z[ helios-setup] Aug 01 00:47:56.326 INFO E| Compiling serde_derive_internals v0.26.0
23312024-08-01T00:47:58.276Z[ helios-setup] Aug 01 00:47:57.112 INFO E| Compiling ahash v0.8.3
23322024-08-01T00:47:58.338Z[ helios-setup] Aug 01 00:47:57.174 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
23332024-08-01T00:47:58.832Z[ helios-setup] Aug 01 00:47:57.668 INFO E| Compiling rustix v0.37.3
23342024-08-01T00:47:59.449Z[ helios-setup] Aug 01 00:47:58.285 INFO E| Compiling hashbrown v0.12.3
23352024-08-01T00:47:59.595Z[ helios-setup] Aug 01 00:47:58.431 INFO E| Compiling tiny-keccak v2.0.2
23362024-08-01T00:47:59.663Z[ host-package] Compiling nibble_vec v0.1.0
23372024-08-01T00:48:00.428Z[ helios-setup] Aug 01 00:47:59.265 INFO E| Compiling block-buffer v0.10.3
23382024-08-01T00:48:00.500Z[ host-package] Compiling memmap2 v0.9.4
23392024-08-01T00:48:00.628Z[ helios-setup] Aug 01 00:47:59.464 INFO E| Compiling crypto-common v0.1.6
23402024-08-01T00:48:01.658Z[ helios-setup] Aug 01 00:48:00.489 INFO E| Compiling errno v0.3.1
23412024-08-01T00:48:01.801Z[ host-package] Compiling filetime v0.2.23
23422024-08-01T00:48:01.975Z[ helios-setup] Aug 01 00:48:00.811 INFO E| Compiling fnv v1.0.7
23432024-08-01T00:48:02.066Z[ helios-setup] Aug 01 00:48:00.903 INFO E| Compiling pkg-config v0.3.26
23442024-08-01T00:48:02.184Z[ helios-setup] Aug 01 00:48:01.020 INFO E| Compiling slog v2.7.0
23452024-08-01T00:48:02.184Z[ helios-setup] Aug 01 00:48:01.020 INFO E| Compiling crossbeam-utils v0.8.14
23462024-08-01T00:48:02.308Z[ helios-setup] Aug 01 00:48:01.145 INFO E| Compiling http v0.2.9
23472024-08-01T00:48:02.555Z[ host-package] Compiling cancel-safe-futures v0.1.5
23482024-08-01T00:48:02.780Z[ host-package] Compiling arrayvec v0.7.4
23492024-08-01T00:48:03.327Z[ host-package] Compiling constant_time_eq v0.3.0
23502024-08-01T00:48:03.692Z[ host-package] Compiling spin v0.5.2
23512024-08-01T00:48:03.768Z[ host-package] Compiling untrusted v0.7.1
23522024-08-01T00:48:04.385Z[ host-package] Compiling arrayref v0.3.7
23532024-08-01T00:48:04.442Z[ host-package] Compiling endian-type v0.1.2
23542024-08-01T00:48:04.617Z[ helios-setup] Aug 01 00:48:03.454 INFO E| Compiling digest v0.10.6
23552024-08-01T00:48:04.963Z[ host-package] Compiling radix_trie v0.2.1
23562024-08-01T00:48:05.519Z[ helios-setup] Aug 01 00:48:04.356 INFO E| Compiling aho-corasick v0.7.20
23572024-08-01T00:48:05.859Z[ helios-setup] Aug 01 00:48:04.696 INFO E| Compiling tinyvec_macros v0.1.1
23582024-08-01T00:48:06.054Z[ helios-setup] Aug 01 00:48:04.890 INFO E| Compiling regex-syntax v0.6.29
23592024-08-01T00:48:06.403Z[ helios-setup] Aug 01 00:48:05.239 INFO E| Compiling unicode-width v0.1.10
23602024-08-01T00:48:06.766Z[ helios-setup] Aug 01 00:48:05.603 INFO E| Compiling anyhow v1.0.68
23612024-08-01T00:48:07.904Z[ helios-setup] Aug 01 00:48:06.741 INFO E| Compiling heck v0.4.1
23622024-08-01T00:48:07.945Z[ host-package] Compiling tar v0.4.41
23632024-08-01T00:48:08.125Z[ helios-setup] Aug 01 00:48:06.962 INFO E| Compiling cpufeatures v0.2.5
23642024-08-01T00:48:08.585Z[ helios-setup] Aug 01 00:48:07.423 INFO E| Compiling httparse v1.8.0
23652024-08-01T00:48:08.848Z[ helios-setup] Aug 01 00:48:07.686 INFO E| Compiling percent-encoding v2.2.0
23662024-08-01T00:48:09.359Z[ helios-setup] Aug 01 00:48:08.197 INFO E| Compiling thiserror-impl v1.0.38
23672024-08-01T00:48:09.511Z[ helios-setup] Aug 01 00:48:08.348 INFO E| Compiling schemars_derive v0.8.12
23682024-08-01T00:48:09.589Z[ helios-setup] Aug 01 00:48:08.424 INFO E| Compiling tinyvec v1.6.0
23692024-08-01T00:48:09.797Z[ helios-setup] Aug 01 00:48:08.635 INFO E| Compiling form_urlencoded v1.1.0
23702024-08-01T00:48:09.885Z[ helios-setup] Aug 01 00:48:08.723 INFO E| Compiling const-random-macro v0.1.15
23712024-08-01T00:48:10.040Z[ helios-setup] Aug 01 00:48:08.877 INFO E| Compiling serde_derive v1.0.204
23722024-08-01T00:48:11.003Z[ helios-setup] Aug 01 00:48:09.840 INFO E| Compiling tokio-macros v2.0.0
23732024-08-01T00:48:11.154Z[ helios-setup] Aug 01 00:48:09.992 INFO E| Compiling futures-macro v0.3.28
23742024-08-01T00:48:11.693Z[ host-package] Compiling ciborium v0.2.2
23752024-08-01T00:48:13.436Z[ helios-setup] Aug 01 00:48:12.274 INFO E| Compiling hashbrown v0.13.2
23762024-08-01T00:48:13.823Z[ host-package] Compiling toolchain_find v0.4.0
23772024-08-01T00:48:14.373Z[ helios-setup] Aug 01 00:48:13.211 INFO E| Compiling regex v1.7.3
23782024-08-01T00:48:15.099Z[ host-package] Compiling camino-tempfile v1.1.1
23792024-08-01T00:48:15.818Z[ host-package] Compiling crunchy v0.2.2
23802024-08-01T00:48:15.915Z[ helios-setup] Aug 01 00:48:14.754 INFO E| Compiling chrono v0.4.24
23812024-08-01T00:48:16.034Z[ host-package] Compiling topological-sort v0.2.2
23822024-08-01T00:48:16.150Z[ helios-setup] Aug 01 00:48:14.989 INFO E| Compiling libz-sys v1.1.8
23832024-08-01T00:48:16.572Z[ host-package] Compiling maplit v1.0.2
23842024-08-01T00:48:16.803Z[ host-package] Compiling glob v0.3.1
23852024-08-01T00:48:17.031Z[ host-package] Compiling omicron-zone-package v0.11.0
23862024-08-01T00:48:17.948Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23872024-08-01T00:48:18.243Z[ helios-setup] Aug 01 00:48:17.082 INFO E| Compiling dyn-clone v1.0.11
23882024-08-01T00:48:18.494Z[ host-package] Compiling clang-sys v1.7.0
23892024-08-01T00:48:18.597Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23902024-08-01T00:48:18.608Z[ helios-setup] Aug 01 00:48:17.447 INFO E| Compiling uuid v1.3.0
23912024-08-01T00:48:19.170Z[ helios-setup] Aug 01 00:48:18.009 INFO E| Compiling unicode-normalization v0.1.22
23922024-08-01T00:48:19.770Z[ helios-setup] Aug 01 00:48:18.610 INFO E| Compiling regress v0.5.0
23932024-08-01T00:48:19.965Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23942024-08-01T00:48:20.916Z[ helios-setup] Aug 01 00:48:19.755 INFO E| Compiling const-random v0.1.15
23952024-08-01T00:48:21.586Z[ host-package] Compiling tiny-keccak v2.0.2
23962024-08-01T00:48:21.606Z[ helios-setup] Aug 01 00:48:20.446 INFO E| Compiling getopts v0.2.21
23972024-08-01T00:48:22.217Z[ host-package] Compiling arc-swap v1.7.1
23982024-08-01T00:48:22.965Z[ helios-setup] Aug 01 00:48:21.805 INFO E| Compiling tracing-core v0.1.30
23992024-08-01T00:48:23.218Z[ helios-setup] Aug 01 00:48:22.058 INFO E| Compiling memoffset v0.7.1
24002024-08-01T00:48:23.670Z[ helios-setup] Aug 01 00:48:22.510 INFO E| Compiling ucd-trie v0.1.5
24012024-08-01T00:48:23.862Z[ host-package] Compiling slog-scope v4.4.0
24022024-08-01T00:48:23.900Z[ helios-setup] Aug 01 00:48:22.740 INFO E| Compiling num-conv v0.1.0
24032024-08-01T00:48:23.903Z[ host-package] Compiling ascii-canvas v3.0.0
24042024-08-01T00:48:24.220Z[ helios-setup] Aug 01 00:48:23.060 INFO E| Compiling unicode-bidi v0.3.13
24052024-08-01T00:48:24.470Z[ helios-setup] Aug 01 00:48:23.310 INFO E| Compiling powerfmt v0.2.0
24062024-08-01T00:48:24.902Z[ host-package] Compiling ena v0.14.3
24072024-08-01T00:48:25.510Z[ host-package] Compiling libloading v0.8.3
24082024-08-01T00:48:25.695Z[ helios-setup] Aug 01 00:48:24.536 INFO E| Compiling time-core v0.1.2
24092024-08-01T00:48:25.902Z[ host-package] Compiling bindgen v0.69.4
24102024-08-01T00:48:26.300Z[ host-package] Compiling diff v0.1.13
24112024-08-01T00:48:27.056Z[ host-package] Compiling regex-syntax v0.6.29
24122024-08-01T00:48:27.767Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24132024-08-01T00:48:27.884Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24142024-08-01T00:48:27.895Z[ helios-setup] Aug 01 00:48:26.736 INFO E| Compiling idna v0.3.0
24152024-08-01T00:48:29.134Z[ helios-setup] Aug 01 00:48:27.974 INFO E| Compiling time-macros v0.2.18
24162024-08-01T00:48:29.154Z[ host-package] Compiling slog-stdlog v4.1.1
24172024-08-01T00:48:29.306Z[ helios-setup] Aug 01 00:48:28.147 INFO E| Compiling deranged v0.3.11
24182024-08-01T00:48:30.828Z[ helios-setup] Aug 01 00:48:29.669 INFO E| Compiling tracing v0.1.37
24192024-08-01T00:48:30.952Z[ host-package] Compiling tungstenite v0.21.0
24202024-08-01T00:48:31.149Z[ helios-setup] Aug 01 00:48:29.989 INFO E| Compiling pest v2.5.7
24212024-08-01T00:48:34.951Z[ helios-setup] Aug 01 00:48:33.792 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
24222024-08-01T00:48:35.422Z[ helios-setup] Aug 01 00:48:34.263 INFO E| Compiling time v0.1.45
24232024-08-01T00:48:35.666Z[ helios-setup] Aug 01 00:48:34.508 INFO E| Compiling crossbeam-epoch v0.9.13
24242024-08-01T00:48:36.370Z[ helios-setup] Aug 01 00:48:35.212 INFO E| Compiling semver v1.0.17
24252024-08-01T00:48:36.441Z[ helios-setup] Aug 01 00:48:35.283 INFO E| Compiling iana-time-zone v0.1.56
24262024-08-01T00:48:37.778Z[ helios-setup] Aug 01 00:48:36.620 INFO E| Compiling num_threads v0.1.6
24272024-08-01T00:48:38.176Z[ host-package] Compiling lalrpop v0.19.12
24282024-08-01T00:48:38.477Z[ helios-setup] Aug 01 00:48:37.319 INFO E| Compiling time v0.3.36
24292024-08-01T00:48:38.618Z[ helios-setup] Aug 01 00:48:37.461 INFO E| Compiling semver-parser v0.10.2
24302024-08-01T00:48:39.005Z[ helios-setup] Aug 01 00:48:37.847 INFO E| Compiling url v2.3.1
24312024-08-01T00:48:40.023Z[ helios-setup] Aug 01 00:48:38.865 INFO E| Compiling crossbeam-channel v0.5.6
24322024-08-01T00:48:40.029Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24332024-08-01T00:48:41.195Z[ helios-setup] Aug 01 00:48:40.038 INFO E| Compiling toml v0.5.11
24342024-08-01T00:48:42.005Z[ helios-setup] Aug 01 00:48:40.848 INFO E| Compiling smallvec v1.10.0
24352024-08-01T00:48:42.438Z[ host-package] Compiling which v4.4.2
24362024-08-01T00:48:43.737Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24372024-08-01T00:48:44.432Z[ host-package] Compiling cexpr v0.6.0
24382024-08-01T00:48:45.300Z[ helios-setup] Aug 01 00:48:44.144 INFO E| Compiling parking_lot v0.12.1
24392024-08-01T00:48:45.557Z[ helios-setup] Aug 01 00:48:44.400 INFO E| Compiling serde_tokenstream v0.2.0
24402024-08-01T00:48:47.950Z[ host-package] Compiling libsw v3.3.1
24412024-08-01T00:48:48.768Z[ host-package] Compiling atty v0.2.14
24422024-08-01T00:48:49.662Z[ host-package] Compiling linear-map v1.2.0
24432024-08-01T00:48:49.815Z[ helios-setup] Aug 01 00:48:48.659 INFO E| Compiling dirs-sys-next v0.1.2
24442024-08-01T00:48:49.898Z[ helios-setup] Aug 01 00:48:48.742 INFO E| Compiling same-file v1.0.6
24452024-08-01T00:48:50.422Z[ host-package] Compiling lazycell v1.3.0
24462024-08-01T00:48:50.426Z[ helios-setup] Aug 01 00:48:49.268 INFO E| Compiling crc32fast v1.3.2
24472024-08-01T00:48:50.883Z[ host-package] Compiling owo-colors v4.0.0
24482024-08-01T00:48:51.106Z[ host-package] Compiling rustc-hash v1.1.0
24492024-08-01T00:48:51.638Z[ helios-setup] Aug 01 00:48:50.482 INFO E| Compiling try-lock v0.2.4
24502024-08-01T00:48:51.763Z[ host-package] Compiling shlex v1.3.0
24512024-08-01T00:48:51.998Z[ helios-setup] Aug 01 00:48:50.842 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24522024-08-01T00:48:52.618Z[ host-package] Compiling ref-cast v1.0.23
24532024-08-01T00:48:54.202Z[ helios-setup] Aug 01 00:48:53.047 INFO E| Compiling want v0.3.0
24542024-08-01T00:48:54.878Z[ helios-setup] Aug 01 00:48:53.723 INFO E| Compiling dirs-next v2.0.0
24552024-08-01T00:48:54.929Z[ helios-setup] Aug 01 00:48:53.774 INFO E| Compiling walkdir v2.3.3
24562024-08-01T00:48:56.713Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24572024-08-01T00:48:57.529Z[ helios-setup] Aug 01 00:48:56.374 INFO E| Compiling proc-macro-crate v1.2.1
24582024-08-01T00:49:00.274Z[ helios-setup] Aug 01 00:48:59.119 INFO E| Compiling semver v0.11.0
24592024-08-01T00:49:02.962Z[ host-package] Compiling tokio-tungstenite v0.21.0
24602024-08-01T00:49:03.728Z[ helios-setup] Aug 01 00:49:02.574 INFO E| Compiling futures-executor v0.3.28
24612024-08-01T00:49:04.252Z[ host-package] Compiling slog-envlogger v2.2.0
24622024-08-01T00:49:04.483Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24632024-08-01T00:49:04.914Z[ helios-setup] Aug 01 00:49:03.761 INFO E| Compiling http-body v0.4.5
24642024-08-01T00:49:05.869Z[ helios-setup] Aug 01 00:49:04.716 INFO E| Compiling tokio-util v0.7.7
24652024-08-01T00:49:05.939Z[ helios-setup] Aug 01 00:49:04.786 INFO E| Compiling ring v0.16.20
24662024-08-01T00:49:07.494Z[ helios-setup] Aug 01 00:49:06.341 INFO E| Compiling rand_core v0.6.4
24672024-08-01T00:49:08.515Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24682024-08-01T00:49:08.767Z[ helios-setup] Aug 01 00:49:07.615 INFO E| Compiling h2 v0.3.16
24692024-08-01T00:49:08.810Z[ helios-setup] Aug 01 00:49:07.657 INFO E| Compiling thread_local v1.1.7
24702024-08-01T00:49:09.225Z[ host-package] Compiling derive_builder_core v0.20.0
24712024-08-01T00:49:09.615Z[ helios-setup] Aug 01 00:49:08.463 INFO E| Compiling base64 v0.21.0
24722024-08-01T00:49:10.533Z[ helios-setup] Aug 01 00:49:09.381 INFO E| Compiling ppv-lite86 v0.2.17
24732024-08-01T00:49:11.258Z[ helios-setup] Aug 01 00:49:10.106 INFO E| Compiling rayon-core v1.10.2
24742024-08-01T00:49:11.726Z[ host-package] Compiling headers-core v0.2.0
24752024-08-01T00:49:11.963Z[ helios-setup] Aug 01 00:49:10.811 INFO E| Compiling lazy_static v1.4.0
24762024-08-01T00:49:12.186Z[ host-package] Compiling fxhash v0.2.1
24772024-08-01T00:49:12.189Z[ helios-setup] Aug 01 00:49:11.035 INFO E| Compiling home v0.5.4
24782024-08-01T00:49:12.365Z[ helios-setup] Aug 01 00:49:11.213 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24792024-08-01T00:49:12.451Z[ helios-setup] Aug 01 00:49:11.299 INFO E| Compiling fastrand v1.9.0
24802024-08-01T00:49:12.578Z[ helios-setup] Aug 01 00:49:11.427 INFO E| Compiling tower-service v0.3.2
24812024-08-01T00:49:12.752Z[ host-package] Compiling libxml v0.3.3
24822024-08-01T00:49:12.985Z[ helios-setup] Aug 01 00:49:11.833 INFO E| Compiling utf8parse v0.2.1
24832024-08-01T00:49:13.557Z[ helios-setup] Aug 01 00:49:12.405 INFO E| Compiling adler v1.0.2
24842024-08-01T00:49:13.613Z[ helios-setup] Aug 01 00:49:12.461 INFO E| Compiling httpdate v1.0.2
24852024-08-01T00:49:13.887Z[ host-package] Compiling ref-cast-impl v1.0.23
24862024-08-01T00:49:14.293Z[ host-package] Compiling derive_builder_macro v0.20.0
24872024-08-01T00:49:14.391Z[ host-package] Compiling headers v0.3.9
24882024-08-01T00:49:14.612Z[ helios-setup] Aug 01 00:49:13.460 INFO E| Compiling miniz_oxide v0.6.2
24892024-08-01T00:49:15.489Z[ helios-setup] Aug 01 00:49:14.338 INFO E| Compiling anstyle-parse v0.1.1
24902024-08-01T00:49:16.110Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24912024-08-01T00:49:17.128Z[ helios-setup] Aug 01 00:49:15.976 INFO E| Compiling tempfile v3.5.0
24922024-08-01T00:49:17.203Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24932024-08-01T00:49:17.779Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24942024-08-01T00:49:18.512Z[ helios-setup] Aug 01 00:49:17.361 INFO E| Compiling toolchain_find v0.2.0
24952024-08-01T00:49:19.425Z[ helios-setup] Aug 01 00:49:18.274 INFO E| Compiling rand_chacha v0.3.1
24962024-08-01T00:49:19.641Z[ helios-setup] Aug 01 00:49:18.490 INFO E| Compiling hyper v0.14.25
24972024-08-01T00:49:22.074Z[ host-package] Compiling strum_macros v0.24.3
24982024-08-01T00:49:22.724Z[ host-package] Compiling unicase v2.7.0
24992024-08-01T00:49:22.790Z[ helios-setup] Aug 01 00:49:21.640 INFO E| Compiling futures v0.3.28
25002024-08-01T00:49:23.799Z[ host-package] Compiling cookie v0.18.1
25012024-08-01T00:49:24.210Z[ host-package] Compiling samael v0.0.15
25022024-08-01T00:49:24.783Z[ host-package] Compiling indoc v1.0.9
25032024-08-01T00:49:28.338Z[ host-package] Compiling derive_builder v0.20.0
25042024-08-01T00:49:29.526Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25052024-08-01T00:49:30.173Z[ host-package] Compiling oso-derive v0.27.3
25062024-08-01T00:49:32.357Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25072024-08-01T00:49:35.524Z[ host-package] Compiling polar-core v0.27.3
25082024-08-01T00:49:36.609Z[ host-package] Compiling quick-xml v0.31.0
25092024-08-01T00:49:37.474Z[ helios-setup] Aug 01 00:49:36.327 INFO E| Compiling crossbeam-deque v0.8.2
25102024-08-01T00:49:37.887Z[ helios-setup] Aug 01 00:49:36.738 INFO E| Compiling cargo-lock v8.0.3
25112024-08-01T00:49:38.428Z[ helios-setup] Aug 01 00:49:37.280 INFO E| Compiling num_enum_derive v0.5.7
25122024-08-01T00:49:38.858Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
25132024-08-01T00:49:39.785Z[ host-package] Compiling parking_lot_core v0.8.6
25142024-08-01T00:49:40.924Z[ host-package] Compiling cfg_aliases v0.1.1
25152024-08-01T00:49:41.542Z[ host-package] Compiling nix v0.28.0
25162024-08-01T00:49:42.575Z[ helios-setup] Aug 01 00:49:41.428 INFO E| Compiling term v0.7.0
25172024-08-01T00:49:44.057Z[ helios-setup] Aug 01 00:49:42.910 INFO E| Compiling serde_urlencoded v0.7.1
25182024-08-01T00:49:44.812Z[ helios-setup] Aug 01 00:49:43.665 INFO E| Compiling sha1 v0.10.5
25192024-08-01T00:49:45.698Z[ helios-setup] Aug 01 00:49:44.551 INFO E| Compiling sha2 v0.10.6
25202024-08-01T00:49:45.850Z[ helios-setup] Aug 01 00:49:44.702 INFO E| Compiling is-terminal v0.4.7
25212024-08-01T00:49:46.521Z[ helios-setup] Aug 01 00:49:45.375 INFO E| Compiling atty v0.2.14
25222024-08-01T00:49:46.701Z[ helios-setup] Aug 01 00:49:45.555 INFO E| Compiling concolor-query v0.3.3
25232024-08-01T00:49:46.828Z[ helios-setup] Aug 01 00:49:45.682 INFO E| Compiling concolor-override v1.0.0
25242024-08-01T00:49:46.974Z[ helios-setup] Aug 01 00:49:45.828 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
25252024-08-01T00:49:47.394Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25262024-08-01T00:49:47.752Z[ helios-setup] Aug 01 00:49:46.606 INFO E| Compiling anstyle v0.3.5
25272024-08-01T00:49:48.774Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25282024-08-01T00:49:51.472Z[ helios-setup] Aug 01 00:49:50.327 INFO E| Compiling anstream v0.2.6
25292024-08-01T00:49:51.861Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25302024-08-01T00:49:52.264Z[ host-package] Compiling bb8 v0.8.5
25312024-08-01T00:49:52.413Z[ host-package] Compiling const_format_proc_macros v0.2.32
25322024-08-01T00:49:53.512Z[ helios-setup] Aug 01 00:49:52.367 INFO E| Compiling slog-term v2.9.0
25332024-08-01T00:49:53.512Z[ helios-setup] Aug 01 00:49:52.367 INFO E| Compiling flate2 v1.0.25
25342024-08-01T00:49:53.537Z[ host-package] Compiling curve25519-dalek v4.1.3
25352024-08-01T00:49:53.722Z[ helios-setup] Aug 01 00:49:52.576 INFO E| Compiling num_enum v0.5.7
25362024-08-01T00:49:54.497Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25372024-08-01T00:49:54.779Z[ helios-setup] Aug 01 00:49:53.634 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25382024-08-01T00:49:55.147Z[ helios-setup] Aug 01 00:49:54.002 INFO E| Compiling rand v0.8.5
25392024-08-01T00:49:56.097Z[ host-package] Compiling keccak v0.1.5
25402024-08-01T00:49:56.289Z[ helios-setup] Aug 01 00:49:55.144 INFO E| Compiling rustfmt-wrapper v0.2.0
25412024-08-01T00:49:56.577Z[ host-package] Compiling const_format v0.2.32
25422024-08-01T00:49:56.932Z[ helios-setup] Aug 01 00:49:55.787 INFO E| Compiling openapiv3 v1.0.2
25432024-08-01T00:49:58.116Z[ host-package] Compiling sha3 v0.10.8
25442024-08-01T00:49:58.634Z[ helios-setup] Aug 01 00:49:57.490 INFO E| Compiling encoding_rs v0.8.32
25452024-08-01T00:49:58.637Z[ host-package] Compiling vte v0.11.1
25462024-08-01T00:49:59.613Z[ helios-setup] Aug 01 00:49:58.469 INFO E| Compiling spin v0.5.2
25472024-08-01T00:49:59.747Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25482024-08-01T00:50:00.119Z[ helios-setup] Aug 01 00:49:58.975 INFO E| Compiling strsim v0.10.0
25492024-08-01T00:50:01.554Z[ host-package] Compiling fd-lock v4.0.2
25502024-08-01T00:50:01.748Z[ host-package] Compiling universal-hash v0.5.1
25512024-08-01T00:50:02.060Z[ host-package] Compiling secrecy v0.8.0
25522024-08-01T00:50:02.264Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25532024-08-01T00:50:02.778Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25542024-08-01T00:50:03.262Z[ host-package] Compiling bytecount v0.6.8
25552024-08-01T00:50:03.587Z[ helios-setup] Aug 01 00:50:02.444 INFO E| Compiling clap_lex v0.4.1
25562024-08-01T00:50:03.913Z[ host-package] Compiling opaque-debug v0.3.1
25572024-08-01T00:50:04.437Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25582024-08-01T00:50:05.036Z[ helios-setup] Aug 01 00:50:03.893 INFO E| Compiling ipnet v2.7.2
25592024-08-01T00:50:05.197Z[ host-package] Compiling poly1305 v0.8.0
25602024-08-01T00:50:05.938Z[ helios-setup] Aug 01 00:50:04.795 INFO E| Compiling byteorder v1.4.3
25612024-08-01T00:50:06.214Z[ helios-setup] Aug 01 00:50:05.071 INFO E| Compiling base64 v0.13.1
25622024-08-01T00:50:06.892Z[ helios-setup] Aug 01 00:50:05.749 INFO E| Compiling unsafe-libyaml v0.2.8
25632024-08-01T00:50:07.956Z[ host-package] Compiling papergrid v0.11.0
25642024-08-01T00:50:08.008Z[ host-package] Compiling thiserror-no-std v2.0.2
25652024-08-01T00:50:08.031Z[ helios-setup] Aug 01 00:50:06.889 INFO E| Compiling untrusted v0.7.1
25662024-08-01T00:50:08.427Z[ host-package] Compiling parking_lot v0.11.2
25672024-08-01T00:50:08.532Z[ helios-setup] Aug 01 00:50:07.389 INFO E| Compiling either v1.8.0
25682024-08-01T00:50:08.709Z[ helios-setup] Aug 01 00:50:07.566 INFO E| Compiling project-root v0.2.2
25692024-08-01T00:50:09.228Z[ helios-setup] Aug 01 00:50:08.085 INFO E| Compiling utf-8 v0.7.6
25702024-08-01T00:50:09.723Z[ helios-setup] Aug 01 00:50:08.581 INFO E| Compiling mime v0.3.17
25712024-08-01T00:50:09.888Z[ helios-setup] Aug 01 00:50:08.746 INFO E| Compiling serde_yaml v0.9.21
25722024-08-01T00:50:10.156Z[ helios-setup] Aug 01 00:50:09.014 INFO E| Compiling tungstenite v0.18.0
25732024-08-01T00:50:10.918Z[ helios-setup] Aug 01 00:50:09.776 INFO E| Compiling reqwest v0.11.16
25742024-08-01T00:50:11.524Z[ helios-setup] Aug 01 00:50:10.382 INFO E| Compiling rayon v1.6.1
25752024-08-01T00:50:11.863Z[ helios-setup] Aug 01 00:50:10.721 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25762024-08-01T00:50:13.323Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25772024-08-01T00:50:14.768Z[ host-package] Compiling trust-dns-client v0.22.0
25782024-08-01T00:50:18.013Z[ helios-setup] Aug 01 00:50:16.872 INFO E| Compiling clap_builder v4.2.1
25792024-08-01T00:50:21.327Z[ helios-setup] Aug 01 00:50:20.187 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
25802024-08-01T00:50:22.499Z[ helios-setup] Aug 01 00:50:21.358 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
25812024-08-01T00:50:22.584Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25822024-08-01T00:50:23.636Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25832024-08-01T00:50:24.481Z[ helios-setup] Aug 01 00:50:23.341 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
25842024-08-01T00:50:25.075Z[ host-package] Compiling tabled_derive v0.7.0
25852024-08-01T00:50:25.182Z[ helios-setup] Aug 01 00:50:24.042 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
25862024-08-01T00:50:25.706Z[ helios-setup] Aug 01 00:50:24.566 INFO E| Compiling clap_derive v4.2.0
25872024-08-01T00:50:26.593Z[ helios-setup] Aug 01 00:50:25.453 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
25882024-08-01T00:50:29.901Z[ host-package] Compiling oso v0.27.3
25892024-08-01T00:50:32.662Z[ host-package] Compiling chacha20 v0.9.1
25902024-08-01T00:50:33.527Z[ host-package] Compiling aead v0.5.2
25912024-08-01T00:50:33.823Z[ host-package] Compiling peg-macros v0.8.4
25922024-08-01T00:50:34.395Z[ host-package] Compiling kstat-rs v0.2.4
25932024-08-01T00:50:35.876Z[ helios-setup] Aug 01 00:50:34.738 INFO E| Compiling clap v4.2.1
25942024-08-01T00:50:36.717Z[ host-package] Compiling toml v0.5.11
25952024-08-01T00:50:37.129Z[ helios-setup] Aug 01 00:50:35.991 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25962024-08-01T00:50:37.603Z[ host-package] Compiling sqlparser_derive v0.2.2
25972024-08-01T00:50:40.163Z[ host-package] Compiling nu-ansi-term v0.50.0
25982024-08-01T00:50:41.172Z[ host-package] Compiling unicode_categories v0.1.1
25992024-08-01T00:50:42.810Z[ host-package] Compiling rustyline v14.0.0
26002024-08-01T00:50:43.068Z[ host-package] Compiling sqlformat v0.2.4
26012024-08-01T00:50:47.432Z[ helios-setup] Aug 01 00:50:46.296 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26022024-08-01T00:50:50.805Z[ helios-setup] Aug 01 00:50:49.669 INFO E| Compiling tokio-tungstenite v0.18.0
26032024-08-01T00:50:52.792Z[ helios-setup] Aug 01 00:50:51.657 INFO E| Compiling smartstring v1.0.1
26042024-08-01T00:50:53.770Z[ helios-setup] Aug 01 00:50:52.634 INFO E| Compiling rustls v0.21.0
26052024-08-01T00:50:55.211Z[ host-package] Compiling reedline v0.31.0
26062024-08-01T00:50:55.875Z[ helios-setup] Aug 01 00:50:54.740 INFO E| Compiling serde_spanned v0.6.1
26072024-08-01T00:50:56.620Z[ helios-setup] Aug 01 00:50:55.486 INFO E| Compiling toml_datetime v0.6.1
26082024-08-01T00:50:58.217Z[ helios-setup] Aug 01 00:50:57.082 INFO E| Compiling static_assertions v1.1.0
26092024-08-01T00:50:58.499Z[ helios-setup] Aug 01 00:50:57.365 INFO E| Compiling camino v1.1.4
26102024-08-01T00:50:58.956Z[ host-package] Compiling peg v0.8.4
26112024-08-01T00:50:59.121Z[ host-package] Compiling trust-dns-server v0.22.1
26122024-08-01T00:51:00.157Z[ helios-setup] Aug 01 00:50:59.022 INFO E| Compiling slog-async v2.7.0
26132024-08-01T00:51:01.408Z[ helios-setup] Aug 01 00:51:00.274 INFO E| Compiling async-trait v0.1.68
26142024-08-01T00:51:02.770Z[ helios-setup] Aug 01 00:51:01.636 INFO E| Compiling match_cfg v0.1.0
26152024-08-01T00:51:03.295Z[ helios-setup] Aug 01 00:51:02.161 INFO E| Compiling winnow v0.4.1
26162024-08-01T00:51:05.260Z[ host-package] Compiling sqlparser v0.45.0
26172024-08-01T00:51:07.230Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26182024-08-01T00:51:07.425Z[ host-package] Compiling chacha20poly1305 v0.10.1
26192024-08-01T00:51:08.117Z[ host-package] Compiling tabled v0.15.0
26202024-08-01T00:51:11.559Z[ helios-setup] Aug 01 00:51:10.427 INFO E| Compiling paste v1.0.12
26212024-08-01T00:51:12.670Z[ helios-setup] Aug 01 00:51:11.538 INFO E| Compiling toml_edit v0.19.8
26222024-08-01T00:51:13.042Z[ helios-setup] Aug 01 00:51:11.910 INFO E| Compiling hostname v0.3.1
26232024-08-01T00:51:14.095Z[ helios-setup] Aug 01 00:51:12.963 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
26242024-08-01T00:51:15.746Z[ helios-setup] Aug 01 00:51:14.614 INFO E| Compiling slog-json v2.6.1
26252024-08-01T00:51:16.508Z[ helios-setup] Aug 01 00:51:15.376 INFO E| Compiling unicode-linebreak v0.1.4
26262024-08-01T00:51:16.950Z[ helios-setup] Aug 01 00:51:15.818 INFO E| Compiling async-stream-impl v0.3.5
26272024-08-01T00:51:19.851Z[ helios-setup] Aug 01 00:51:18.721 INFO E| Compiling rhai_codegen v1.5.0
26282024-08-01T00:51:21.794Z[ helios-setup] Aug 01 00:51:20.664 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26292024-08-01T00:51:22.803Z[ helios-setup] Aug 01 00:51:21.673 INFO E| Compiling take_mut v0.2.2
26302024-08-01T00:51:23.293Z[ host-package] Compiling mime_guess v2.0.4
26312024-08-01T00:51:25.447Z[ helios-setup] Aug 01 00:51:24.317 INFO E| Compiling rhai v1.14.0
26322024-08-01T00:51:25.964Z[ host-package] Compiling vsss-rs v3.3.4
26332024-08-01T00:51:29.633Z[ helios-setup] Aug 01 00:51:28.504 INFO E| Compiling async-stream v0.3.5
26342024-08-01T00:51:30.740Z[ helios-setup] Aug 01 00:51:29.611 INFO E| Compiling toml v0.7.3
26352024-08-01T00:51:30.857Z[ helios-setup] Aug 01 00:51:29.728 INFO E| Compiling slog-bunyan v2.4.0
26362024-08-01T00:51:35.274Z[ helios-setup] Aug 01 00:51:34.145 INFO E| Compiling rustls-pemfile v1.0.2
26372024-08-01T00:51:35.879Z[ helios-setup] Aug 01 00:51:34.751 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26382024-08-01T00:51:36.316Z[ host-package] Compiling sled v0.34.7
26392024-08-01T00:51:36.572Z[ helios-setup] Aug 01 00:51:35.444 INFO E| Compiling serde_path_to_error v0.1.11
26402024-08-01T00:51:37.674Z[ helios-setup] Aug 01 00:51:36.547 INFO E| Compiling bincode v1.3.3
26412024-08-01T00:51:39.078Z[ helios-setup] Aug 01 00:51:37.950 INFO E| Compiling terminal_size v0.2.6
26422024-08-01T00:51:39.813Z[ helios-setup] Aug 01 00:51:38.685 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
26432024-08-01T00:51:40.082Z[ helios-setup] Aug 01 00:51:38.954 INFO E| Compiling smawk v0.3.1
26442024-08-01T00:51:40.732Z[ helios-setup] Aug 01 00:51:39.605 INFO E| Compiling textwrap v0.16.0
26452024-08-01T00:51:41.731Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26462024-08-01T00:51:43.384Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26472024-08-01T00:51:43.805Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
26482024-08-01T00:51:45.962Z[ host-package] Compiling env_logger v0.9.3
26492024-08-01T00:51:49.794Z[ helios-setup] Aug 01 00:51:48.668 INFO E| Compiling rustls-webpki v0.100.1
26502024-08-01T00:51:49.819Z[ helios-setup] Aug 01 00:51:48.693 INFO E| Compiling sct v0.7.0
26512024-08-01T00:51:51.341Z[ host-package] Compiling tungstenite v0.20.1
26522024-08-01T00:51:54.246Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26532024-08-01T00:51:59.772Z[ helios-setup] Aug 01 00:51:58.648 INFO E| Compiling git2 v0.16.1
26542024-08-01T00:52:00.161Z[ helios-setup] Aug 01 00:51:59.036 INFO E| Compiling tokio-rustls v0.24.0
26552024-08-01T00:52:00.936Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26562024-08-01T00:52:07.247Z[ helios-setup] Aug 01 00:52:06.124 INFO E| Compiling built v0.6.0
26572024-08-01T00:52:12.990Z[ helios-setup] Aug 01 00:52:11.868 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26582024-08-01T00:52:15.613Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26592024-08-01T00:52:15.764Z[ helios-setup] Aug 01 00:52:14.642 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
26602024-08-01T00:52:16.812Z[ helios-setup] Aug 01 00:52:15.691 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
26612024-08-01T00:52:28.902Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
26622024-08-01T00:52:31.109Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26632024-08-01T00:52:31.328Z[ host-package] Compiling bcs v0.1.6
26642024-08-01T00:52:31.779Z[ host-package] Compiling bitstruct_derive v0.1.0
26652024-08-01T00:52:33.910Z[ host-package] Compiling nanorand v0.7.0
26662024-08-01T00:52:35.876Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26672024-08-01T00:52:36.327Z[ host-package] Compiling memoffset v0.9.1
26682024-08-01T00:52:40.073Z[ host-package] Compiling highway v1.1.0
26692024-08-01T00:52:40.212Z[ host-package] Compiling ascii v1.1.0
26702024-08-01T00:52:41.107Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26712024-08-01T00:52:41.698Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722024-08-01T00:52:41.951Z[ helios-setup] Aug 01 00:52:40.834 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
26732024-08-01T00:52:44.159Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26742024-08-01T00:52:44.601Z[ helios-setup] Aug 01 00:52:43.484 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
26752024-08-01T00:52:46.666Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26762024-08-01T00:52:47.336Z[ host-package] Compiling flume v0.11.0
26772024-08-01T00:52:48.875Z[ host-package] Compiling bitstruct v0.1.1
26782024-08-01T00:52:49.236Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26792024-08-01T00:52:50.857Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26802024-08-01T00:53:01.554Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26812024-08-01T00:53:08.738Z[ host-package] Compiling tokio-tungstenite v0.20.1
26822024-08-01T00:53:11.741Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26832024-08-01T00:53:31.876Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26842024-08-01T00:53:31.882Z[ helios-setup] Aug 01 00:53:30.773 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
26852024-08-01T00:53:33.323Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26862024-08-01T00:53:33.494Z[ host-package] Compiling serde_arrays v0.1.0
26872024-08-01T00:53:33.739Z[ host-package] Compiling erased-serde v0.3.31
26882024-08-01T00:53:35.748Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26892024-08-01T00:53:35.944Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26902024-08-01T00:53:36.896Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26912024-08-01T00:53:39.211Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26922024-08-01T00:53:39.516Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
26932024-08-01T00:53:40.283Z[ host-package] Compiling heck v0.3.3
26942024-08-01T00:53:40.455Z[ host-package] Compiling rand_seeder v0.2.3
26952024-08-01T00:53:40.710Z[ host-package] Compiling castaway v0.2.2
26962024-08-01T00:53:40.954Z[ host-package] Compiling csv-core v0.1.11
26972024-08-01T00:53:41.035Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
26982024-08-01T00:53:41.567Z[ host-package] Compiling http-range v0.1.5
26992024-08-01T00:53:42.047Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27002024-08-01T00:53:42.120Z[ host-package] Compiling hyper-staticfile v0.9.5
27012024-08-01T00:53:42.384Z[ host-package] Compiling csv v1.3.0
27022024-08-01T00:53:42.500Z[ host-package] Compiling compact_str v0.7.1
27032024-08-01T00:53:44.374Z[ host-package] Compiling zone_cfg_derive v0.1.2
27042024-08-01T00:53:45.242Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27052024-08-01T00:53:45.518Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
27062024-08-01T00:53:45.878Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27072024-08-01T00:53:46.430Z[ host-package] Compiling nix v0.27.1
27082024-08-01T00:53:50.498Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27092024-08-01T00:53:51.591Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27102024-08-01T00:53:55.337Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27112024-08-01T00:53:55.820Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27122024-08-01T00:53:56.737Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27132024-08-01T00:53:57.559Z[ host-package] Compiling unicode-truncate v1.0.0
27142024-08-01T00:53:57.761Z[ host-package] Compiling itertools v0.13.0
27152024-08-01T00:53:58.160Z[ host-package] Compiling lru v0.12.3
27162024-08-01T00:53:58.781Z[ host-package] Compiling serde-big-array v0.5.1
27172024-08-01T00:53:59.290Z[ host-package] Compiling stability v0.2.0
27182024-08-01T00:54:00.297Z[ host-package] Compiling base64 v0.13.1
27192024-08-01T00:54:00.947Z[ host-package] Compiling cassowary v0.3.0
27202024-08-01T00:54:01.725Z[ host-package] Compiling ron v0.7.1
27212024-08-01T00:54:03.749Z[ host-package] Compiling ratatui v0.27.0
27222024-08-01T00:54:10.675Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27232024-08-01T00:54:32.181Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27242024-08-01T00:54:33.843Z[ host-package] Compiling zone v0.1.8
27252024-08-01T00:54:38.700Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27262024-08-01T00:54:44.036Z[ helios-setup] Aug 01 00:54:42.939 INFO E| Finished `release` profile [optimized] target(s) in 7m 08s
27272024-08-01T00:54:44.179Z[ helios-setup] Aug 01 00:54:43.082 INFO building project "pilot" ok (428 seconds)
27282024-08-01T00:54:44.182Z[ helios-setup] Aug 01 00:54:43.082 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27292024-08-01T00:54:44.182Z[ helios-setup] Aug 01 00:54:43.082 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27302024-08-01T00:54:44.449Z[ helios-setup] Aug 01 00:54:43.352 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27312024-08-01T00:54:45.246Z[ helios-setup] Aug 01 00:54:44.150 INFO E| From https://github.com/jclulow/rust-jmclib
27322024-08-01T00:54:45.246Z[ helios-setup] Aug 01 00:54:44.150 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27332024-08-01T00:54:45.287Z[ helios-setup] Aug 01 00:54:44.190 INFO E| Updating crates.io index
27342024-08-01T00:54:45.673Z[ helios-setup] Aug 01 00:54:44.575 INFO E| Downloading crates ...
27352024-08-01T00:54:45.755Z[ helios-setup] Aug 01 00:54:44.658 INFO E| Downloaded itoa v1.0.9
27362024-08-01T00:54:45.762Z[ helios-setup] Aug 01 00:54:44.663 INFO E| Downloaded cpufeatures v0.2.9
27372024-08-01T00:54:45.765Z[ helios-setup] Aug 01 00:54:44.666 INFO E| Downloaded uuid v0.8.2
27382024-08-01T00:54:45.768Z[ helios-setup] Aug 01 00:54:44.671 INFO E| Downloaded fastrand v2.0.0
27392024-08-01T00:54:45.770Z[ helios-setup] Aug 01 00:54:44.673 INFO E| Downloaded proc-macro2 v1.0.66
27402024-08-01T00:54:45.774Z[ helios-setup] Aug 01 00:54:44.677 INFO E| Downloaded libdevinfo-sys v1.0.0
27412024-08-01T00:54:45.777Z[ helios-setup] Aug 01 00:54:44.681 INFO E| Downloaded bitflags v2.3.3
27422024-08-01T00:54:45.782Z[ helios-setup] Aug 01 00:54:44.686 INFO E| Downloaded once_cell v1.18.0
27432024-08-01T00:54:45.787Z[ helios-setup] Aug 01 00:54:44.690 INFO E| Downloaded opaque-debug v0.3.0
27442024-08-01T00:54:45.790Z[ helios-setup] Aug 01 00:54:44.692 INFO E| Downloaded block-buffer v0.9.0
27452024-08-01T00:54:45.790Z[ helios-setup] Aug 01 00:54:44.693 INFO E| Downloaded anyhow v1.0.72
27462024-08-01T00:54:45.799Z[ helios-setup] Aug 01 00:54:44.702 INFO E| Downloaded md-5 v0.9.1
27472024-08-01T00:54:45.801Z[ helios-setup] Aug 01 00:54:44.705 INFO E| Downloaded digest v0.9.0
27482024-08-01T00:54:45.804Z[ helios-setup] Aug 01 00:54:44.707 INFO E| Downloaded sha-1 v0.9.8
27492024-08-01T00:54:45.839Z[ helios-setup] Aug 01 00:54:44.742 INFO E| Downloaded unicode-ident v1.0.11
27502024-08-01T00:54:45.844Z[ helios-setup] Aug 01 00:54:44.747 INFO E| Downloaded tempfile v3.7.0
27512024-08-01T00:54:45.847Z[ helios-setup] Aug 01 00:54:44.751 INFO E| Downloaded serde_derive v1.0.193
27522024-08-01T00:54:45.852Z[ helios-setup] Aug 01 00:54:44.755 INFO E| Downloaded serde_json v1.0.103
27532024-08-01T00:54:45.864Z[ helios-setup] Aug 01 00:54:44.767 INFO E| Downloaded serde v1.0.193
27542024-08-01T00:54:45.869Z[ helios-setup] Aug 01 00:54:44.772 INFO E| Downloaded syn v2.0.32
27552024-08-01T00:54:45.883Z[ helios-setup] Aug 01 00:54:44.787 INFO E| Downloaded ryu v1.0.15
27562024-08-01T00:54:45.887Z[ helios-setup] Aug 01 00:54:44.791 INFO E| Downloaded rustix v0.38.4
27572024-08-01T00:54:45.915Z[ helios-setup] Aug 01 00:54:44.818 INFO E| Downloaded quote v1.0.31
27582024-08-01T00:54:45.918Z[ helios-setup] Aug 01 00:54:44.821 INFO E| Downloaded libc v0.2.147
27592024-08-01T00:54:45.952Z[ helios-setup] Aug 01 00:54:44.855 INFO E| Downloaded getrandom v0.2.10
27602024-08-01T00:54:46.114Z[ helios-setup] Aug 01 00:54:45.017 INFO E| Compiling libc v0.2.147
27612024-08-01T00:54:46.114Z[ helios-setup] Aug 01 00:54:45.017 INFO E| Compiling proc-macro2 v1.0.66
27622024-08-01T00:54:46.114Z[ helios-setup] Aug 01 00:54:45.017 INFO E| Compiling unicode-ident v1.0.11
27632024-08-01T00:54:46.118Z[ helios-setup] Aug 01 00:54:45.017 INFO E| Compiling cfg-if v1.0.0
27642024-08-01T00:54:46.118Z[ helios-setup] Aug 01 00:54:45.017 INFO E| Compiling typenum v1.16.0
27652024-08-01T00:54:46.118Z[ helios-setup] Aug 01 00:54:45.017 INFO E| Compiling version_check v0.9.4
27662024-08-01T00:54:46.118Z[ helios-setup] Aug 01 00:54:45.017 INFO E| Compiling serde v1.0.193
27672024-08-01T00:54:46.118Z[ helios-setup] Aug 01 00:54:45.018 INFO E| Compiling num-conv v0.1.0
27682024-08-01T00:54:46.121Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27692024-08-01T00:54:46.692Z[ helios-setup] Aug 01 00:54:45.596 INFO E| Compiling powerfmt v0.2.0
27702024-08-01T00:54:46.857Z[ helios-setup] Aug 01 00:54:45.760 INFO E| Compiling slog v2.7.0
27712024-08-01T00:54:47.381Z[ helios-setup] Aug 01 00:54:46.285 INFO E| Compiling rustix v0.38.4
27722024-08-01T00:54:47.527Z[ helios-setup] Aug 01 00:54:46.431 INFO E| Compiling time-core v0.1.2
27732024-08-01T00:54:47.833Z[ helios-setup] Aug 01 00:54:46.737 INFO E| Compiling itoa v1.0.9
27742024-08-01T00:54:48.057Z[ helios-setup] Aug 01 00:54:46.960 INFO E| Compiling generic-array v0.14.7
27752024-08-01T00:54:48.065Z[ helios-setup] Aug 01 00:54:46.966 INFO E| Compiling time-macros v0.2.18
27762024-08-01T00:54:48.076Z[ helios-setup] Aug 01 00:54:46.979 INFO E| Compiling deranged v0.3.11
27772024-08-01T00:54:48.405Z[ helios-setup] Aug 01 00:54:47.309 INFO E| Compiling num_threads v0.1.6
27782024-08-01T00:54:48.639Z[ helios-setup] Aug 01 00:54:47.540 INFO E| Compiling quote v1.0.31
27792024-08-01T00:54:48.687Z[ helios-setup] Aug 01 00:54:47.591 INFO E| Compiling bitflags v2.3.3
27802024-08-01T00:54:49.168Z[ helios-setup] Aug 01 00:54:48.072 INFO E| Compiling once_cell v1.18.0
27812024-08-01T00:54:49.713Z[ helios-setup] Aug 01 00:54:48.617 INFO E| Compiling syn v2.0.32
27822024-08-01T00:54:49.919Z[ helios-setup] Aug 01 00:54:48.823 INFO E| Compiling thread_local v1.1.7
27832024-08-01T00:54:50.126Z[ helios-setup] Aug 01 00:54:49.030 INFO E| Compiling anyhow v1.0.72
27842024-08-01T00:54:51.093Z[ helios-setup] Aug 01 00:54:49.997 INFO E| Compiling dirs-sys-next v0.1.2
27852024-08-01T00:54:51.455Z[ helios-setup] Aug 01 00:54:50.359 INFO E| Compiling dirs-next v2.0.0
27862024-08-01T00:54:51.739Z[ helios-setup] Aug 01 00:54:50.643 INFO E| Compiling errno v0.3.1
27872024-08-01T00:54:51.811Z[ helios-setup] Aug 01 00:54:50.715 INFO E| Compiling term v0.7.0
27882024-08-01T00:54:51.840Z[ helios-setup] Aug 01 00:54:50.744 INFO E| Compiling atty v0.2.14
27892024-08-01T00:54:52.200Z[ helios-setup] Aug 01 00:54:51.104 INFO E| Compiling serde_json v1.0.103
27902024-08-01T00:54:52.440Z[ helios-setup] Aug 01 00:54:51.344 INFO E| Compiling opaque-debug v0.3.0
27912024-08-01T00:54:52.613Z[ helios-setup] Aug 01 00:54:51.518 INFO E| Compiling fastrand v2.0.0
27922024-08-01T00:54:53.476Z[ helios-setup] Aug 01 00:54:52.365 INFO E| Compiling digest v0.9.0
27932024-08-01T00:54:53.528Z[ helios-setup] Aug 01 00:54:52.433 INFO E| Compiling block-buffer v0.9.0
27942024-08-01T00:54:53.776Z[ helios-setup] Aug 01 00:54:52.680 INFO E| Compiling getrandom v0.2.10
27952024-08-01T00:54:53.790Z[ helios-setup] Aug 01 00:54:52.694 INFO E| Compiling ryu v1.0.15
27962024-08-01T00:54:53.883Z[ helios-setup] Aug 01 00:54:52.788 INFO E| Compiling cpufeatures v0.2.9
27972024-08-01T00:54:53.980Z[ helios-setup] Aug 01 00:54:52.884 INFO E| Compiling unicode-width v0.1.10
27982024-08-01T00:54:54.015Z[ helios-setup] Aug 01 00:54:52.920 INFO E| Compiling same-file v1.0.6
27992024-08-01T00:54:54.168Z[ helios-setup] Aug 01 00:54:53.072 INFO E| Compiling getopts v0.2.21
28002024-08-01T00:54:54.332Z[ helios-setup] Aug 01 00:54:53.237 INFO E| Compiling time v0.3.36
28012024-08-01T00:54:54.476Z[ helios-setup] Aug 01 00:54:53.381 INFO E| Compiling walkdir v2.3.3
28022024-08-01T00:54:54.530Z[ helios-setup] Aug 01 00:54:53.435 INFO E| Compiling sha-1 v0.9.8
28032024-08-01T00:54:54.706Z[ helios-setup] Aug 01 00:54:53.611 INFO E| Compiling md-5 v0.9.1
28042024-08-01T00:54:55.632Z[ helios-setup] Aug 01 00:54:54.537 INFO E| Compiling tempfile v3.7.0
28052024-08-01T00:54:55.708Z[ helios-setup] Aug 01 00:54:54.613 INFO E| Compiling libdevinfo-sys v1.0.0
28062024-08-01T00:54:56.230Z[ helios-setup] Aug 01 00:54:55.135 INFO E| Compiling glob v0.3.1
28072024-08-01T00:54:56.417Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082024-08-01T00:54:56.742Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092024-08-01T00:54:58.049Z[ helios-setup] Aug 01 00:54:56.955 INFO E| Compiling slog-term v2.9.0
28102024-08-01T00:54:59.656Z[ helios-setup] Aug 01 00:54:58.562 INFO E| Compiling serde_derive v1.0.193
28112024-08-01T00:54:59.670Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28122024-08-01T00:55:00.047Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28132024-08-01T00:55:00.832Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28142024-08-01T00:55:01.149Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28152024-08-01T00:55:05.379Z[ host-package] Compiling signal-hook-tokio v0.3.1
28162024-08-01T00:55:05.761Z[ host-package] Compiling portpicker v0.1.1
28172024-08-01T00:55:06.368Z[ host-package] Compiling smawk v0.3.2
28182024-08-01T00:55:06.636Z[ host-package] Compiling unicode-linebreak v0.1.5
28192024-08-01T00:55:06.759Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28202024-08-01T00:55:06.878Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28212024-08-01T00:55:07.360Z[ host-package] Compiling textwrap v0.16.1
28222024-08-01T00:55:15.371Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28232024-08-01T00:55:15.785Z[ helios-setup] Aug 01 00:55:14.693 INFO E| Compiling toml v0.5.11
28242024-08-01T00:55:15.785Z[ helios-setup] Aug 01 00:55:14.693 INFO E| Compiling uuid v0.8.2
28252024-08-01T00:55:17.991Z[ helios-setup] Aug 01 00:55:16.900 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28262024-08-01T00:55:18.899Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28272024-08-01T00:55:21.411Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28282024-08-01T00:55:21.705Z[ helios-setup] Aug 01 00:55:20.614 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28292024-08-01T00:55:25.296Z[ host-package] Compiling rcgen v0.12.1
28302024-08-01T00:55:32.488Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312024-08-01T00:55:33.420Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28322024-08-01T00:55:36.161Z[ helios-setup] Aug 01 00:55:35.073 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.88s
28332024-08-01T00:55:36.197Z[ helios-setup] Aug 01 00:55:35.109 INFO building project "image-builder" ok (52 seconds)
28342024-08-01T00:55:36.200Z[ helios-setup] Aug 01 00:55:35.109 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28352024-08-01T00:55:36.200Z[ helios-setup] Aug 01 00:55:35.109 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28362024-08-01T00:55:36.342Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28372024-08-01T00:55:36.552Z[ helios-setup] Aug 01 00:55:35.464 INFO E| Compiling adler v1.0.2
28382024-08-01T00:55:36.664Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
28392024-08-01T00:55:36.702Z[ helios-setup] Aug 01 00:55:35.614 INFO E| Compiling miniz_oxide v0.7.2
28402024-08-01T00:55:37.694Z[ host-package] Compiling atomicwrites v0.4.3
28412024-08-01T00:55:37.928Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28422024-08-01T00:55:38.600Z[ host-package] Compiling fatfs v0.3.6
28432024-08-01T00:55:39.371Z[ helios-setup] Aug 01 00:55:38.283 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28442024-08-01T00:55:40.208Z[ helios-setup] Aug 01 00:55:39.120 INFO E| Finished `release` profile [optimized] target(s) in 3.92s
28452024-08-01T00:55:40.215Z[ helios-setup] Aug 01 00:55:39.128 INFO building project "pinprick" ok (4 seconds)
28462024-08-01T00:55:40.215Z[ helios-setup] Aug 01 00:55:39.128 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
28472024-08-01T00:55:40.218Z[ helios-setup] Aug 01 00:55:39.128 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
28482024-08-01T00:55:40.453Z[ helios-setup] Aug 01 00:55:39.365 INFO E| Downloading crates ...
28492024-08-01T00:55:40.585Z[ helios-setup] Aug 01 00:55:39.497 INFO E| Downloaded typenum v1.15.0
28502024-08-01T00:55:40.589Z[ helios-setup] Aug 01 00:55:39.502 INFO E| Downloaded sha2 v0.10.5
28512024-08-01T00:55:40.593Z[ helios-setup] Aug 01 00:55:39.505 INFO E| Downloaded digest v0.10.3
28522024-08-01T00:55:40.595Z[ helios-setup] Aug 01 00:55:39.508 INFO E| Downloaded bytes v1.2.1
28532024-08-01T00:55:40.601Z[ helios-setup] Aug 01 00:55:39.513 INFO E| Downloaded anyhow v1.0.62
28542024-08-01T00:55:40.735Z[ helios-setup] Aug 01 00:55:39.647 INFO E| Compiling version_check v0.9.4
28552024-08-01T00:55:40.735Z[ helios-setup] Aug 01 00:55:39.647 INFO E| Compiling typenum v1.15.0
28562024-08-01T00:55:40.738Z[ helios-setup] Aug 01 00:55:39.647 INFO E| Compiling crc32fast v1.3.2
28572024-08-01T00:55:40.738Z[ helios-setup] Aug 01 00:55:39.648 INFO E| Compiling cfg-if v1.0.0
28582024-08-01T00:55:40.738Z[ helios-setup] Aug 01 00:55:39.648 INFO E| Compiling adler v1.0.2
28592024-08-01T00:55:40.738Z[ helios-setup] Aug 01 00:55:39.648 INFO E| Compiling anyhow v1.0.62
28602024-08-01T00:55:40.738Z[ helios-setup] Aug 01 00:55:39.648 INFO E| Compiling cpufeatures v0.2.5
28612024-08-01T00:55:40.738Z[ helios-setup] Aug 01 00:55:39.648 INFO E| Compiling unicode-width v0.1.10
28622024-08-01T00:55:41.007Z[ helios-setup] Aug 01 00:55:39.920 INFO E| Compiling getopts v0.2.21
28632024-08-01T00:55:41.202Z[ helios-setup] Aug 01 00:55:40.114 INFO E| Compiling miniz_oxide v0.6.2
28642024-08-01T00:55:41.297Z[ helios-setup] Aug 01 00:55:40.210 INFO E| Compiling bytes v1.2.1
28652024-08-01T00:55:41.704Z[ helios-setup] Aug 01 00:55:40.617 INFO E| Compiling bitflags v1.3.2
28662024-08-01T00:55:42.303Z[ host-package] Compiling rtoolbox v0.0.2
28672024-08-01T00:55:42.722Z[ helios-setup] Aug 01 00:55:41.633 INFO E| Compiling generic-array v0.14.6
28682024-08-01T00:55:42.970Z[ helios-setup] Aug 01 00:55:41.883 INFO E| Compiling flate2 v1.0.25
28692024-08-01T00:55:42.974Z[ host-package] Compiling subprocess v0.2.9
28702024-08-01T00:55:46.787Z[ host-package] Compiling is_ci v1.2.0
28712024-08-01T00:55:47.149Z[ host-package] Compiling assert_matches v1.5.0
28722024-08-01T00:55:47.424Z[ host-package] Compiling supports-color v3.0.0
28732024-08-01T00:55:47.428Z[ helios-setup] Aug 01 00:55:46.341 INFO E| Compiling crypto-common v0.1.6
28742024-08-01T00:55:47.428Z[ helios-setup] Aug 01 00:55:46.341 INFO E| Compiling block-buffer v0.10.3
28752024-08-01T00:55:47.636Z[ helios-setup] Aug 01 00:55:46.549 INFO E| Compiling digest v0.10.3
28762024-08-01T00:55:48.035Z[ helios-setup] Aug 01 00:55:46.949 INFO E| Compiling sha2 v0.10.5
28772024-08-01T00:55:48.245Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782024-08-01T00:55:48.691Z[ helios-setup] Aug 01 00:55:47.604 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28792024-08-01T00:55:49.891Z[ host-package] Compiling rpassword v7.3.1
28802024-08-01T00:55:50.634Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28812024-08-01T00:55:51.202Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28822024-08-01T00:55:54.744Z[ helios-setup] Aug 01 00:55:53.659 INFO E| Finished `release` profile [optimized] target(s) in 14.44s
28832024-08-01T00:55:54.760Z[ helios-setup] Aug 01 00:55:53.675 INFO building project "bootserver" ok (14 seconds)
28842024-08-01T00:55:54.760Z[ helios-setup] Aug 01 00:55:53.675 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28852024-08-01T00:55:54.763Z[ helios-setup] Aug 01 00:55:53.675 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28862024-08-01T00:55:54.770Z[ helios-setup] Aug 01 00:55:53.685 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
28872024-08-01T00:55:55.113Z[ helios-setup] Aug 01 00:55:54.028 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
28882024-08-01T00:55:55.113Z[ helios-setup] Aug 01 00:55:54.028 INFO E| info: downloading component 'cargo'
28892024-08-01T00:55:56.484Z[ helios-setup] Aug 01 00:55:55.399 INFO E| info: downloading component 'clippy'
28902024-08-01T00:55:56.621Z[ host-package] Compiling tui-tree-widget v0.21.0
28912024-08-01T00:55:56.760Z[ helios-setup] Aug 01 00:55:55.675 INFO E| info: downloading component 'rust-docs'
28922024-08-01T00:55:57.057Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932024-08-01T00:55:57.326Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942024-08-01T00:55:58.231Z[ helios-setup] Aug 01 00:55:57.146 INFO E| info: downloading component 'rust-src'
28952024-08-01T00:55:58.747Z[ helios-setup] Aug 01 00:55:57.662 INFO E| info: downloading component 'rust-std'
28962024-08-01T00:55:59.734Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972024-08-01T00:56:00.036Z[ host-package] Compiling uzers v0.11.3
28982024-08-01T00:56:01.119Z[ helios-setup] Aug 01 00:56:00.034 INFO E| info: downloading component 'rustc'
28992024-08-01T00:56:03.014Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002024-08-01T00:56:04.585Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012024-08-01T00:56:06.525Z[ helios-setup] Aug 01 00:56:05.442 INFO E| info: downloading component 'rustfmt'
29022024-08-01T00:56:06.603Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032024-08-01T00:56:06.829Z[ helios-setup] Aug 01 00:56:05.746 INFO E| info: installing component 'cargo'
29042024-08-01T00:56:08.257Z[ helios-setup] Aug 01 00:56:07.173 INFO E| info: installing component 'clippy'
29052024-08-01T00:56:08.734Z[ helios-setup] Aug 01 00:56:07.651 INFO E| info: installing component 'rust-docs'
29062024-08-01T00:56:15.801Z[ helios-setup] Aug 01 00:56:14.719 INFO E| info: installing component 'rust-src'
29072024-08-01T00:56:16.385Z[ helios-setup] Aug 01 00:56:15.303 INFO E| info: installing component 'rust-std'
29082024-08-01T00:56:19.168Z[ helios-setup] Aug 01 00:56:18.087 INFO E| info: installing component 'rustc'
29092024-08-01T00:56:22.097Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102024-08-01T00:56:25.541Z[ helios-setup] Aug 01 00:56:24.461 INFO E| info: installing component 'rustfmt'
29112024-08-01T00:56:26.359Z[ helios-setup] Aug 01 00:56:25.279 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29122024-08-01T00:56:27.263Z[ helios-setup] Aug 01 00:56:26.183 INFO E| From https://github.com/oxidecomputer/amd-apcb
29132024-08-01T00:56:27.263Z[ helios-setup] Aug 01 00:56:26.183 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29142024-08-01T00:56:27.263Z[ helios-setup] Aug 01 00:56:26.183 INFO E| * [new tag] v0.3.3 -> v0.3.3
29152024-08-01T00:56:27.292Z[ helios-setup] Aug 01 00:56:26.212 INFO E| * [new tag] v0.1.3 -> v0.1.3
29162024-08-01T00:56:27.292Z[ helios-setup] Aug 01 00:56:26.212 INFO E| * [new tag] v0.1.4 -> v0.1.4
29172024-08-01T00:56:27.295Z[ helios-setup] Aug 01 00:56:26.212 INFO E| * [new tag] v0.1.5 -> v0.1.5
29182024-08-01T00:56:27.295Z[ helios-setup] Aug 01 00:56:26.213 INFO E| * [new tag] v0.2.0 -> v0.2.0
29192024-08-01T00:56:27.295Z[ helios-setup] Aug 01 00:56:26.213 INFO E| * [new tag] v0.3.0 -> v0.3.0
29202024-08-01T00:56:27.295Z[ helios-setup] Aug 01 00:56:26.213 INFO E| * [new tag] v0.3.1 -> v0.3.1
29212024-08-01T00:56:27.295Z[ helios-setup] Aug 01 00:56:26.213 INFO E| * [new tag] v0.3.2 -> v0.3.2
29222024-08-01T00:56:27.329Z[ helios-setup] Aug 01 00:56:26.249 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29232024-08-01T00:56:28.162Z[ helios-setup] Aug 01 00:56:27.082 INFO E| From https://github.com/oxidecomputer/amd-efs
29242024-08-01T00:56:28.162Z[ helios-setup] Aug 01 00:56:27.082 INFO E| * [new branch] empty -> origin/empty
29252024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.082 INFO E| * [new branch] issue-99 -> origin/issue-99
29262024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.082 INFO E| * [new branch] main -> origin/main
29272024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.082 INFO E| * [new branch] review -> origin/review
29282024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.082 INFO E| * [new ref] -> origin/HEAD
29292024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.083 INFO E| * [new tag] v0.2.0 -> v0.2.0
29302024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.083 INFO E| * [new tag] v0.2.1 -> v0.2.1
29312024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.083 INFO E| * [new tag] v0.2.2 -> v0.2.2
29322024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.083 INFO E| * [new tag] v0.2.3 -> v0.2.3
29332024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.083 INFO E| * [new tag] v0.2.4 -> v0.2.4
29342024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.083 INFO E| * [new tag] v0.2.5 -> v0.2.5
29352024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.083 INFO E| * [new tag] v0.2.6 -> v0.2.6
29362024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.083 INFO E| * [new tag] v0.2.7 -> v0.2.7
29372024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.084 INFO E| * [new tag] v0.3.0 -> v0.3.0
29382024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.084 INFO E| * [new tag] v0.3.1 -> v0.3.1
29392024-08-01T00:56:28.165Z[ helios-setup] Aug 01 00:56:27.084 INFO E| * [new tag] v0.4.0 -> v0.4.0
29402024-08-01T00:56:28.188Z[ helios-setup] Aug 01 00:56:27.108 INFO E| Updating crates.io index
29412024-08-01T00:56:28.583Z[ helios-setup] Aug 01 00:56:27.503 INFO E| Downloading crates ...
29422024-08-01T00:56:28.704Z[ helios-setup] Aug 01 00:56:27.624 INFO E| Downloaded bytesize v1.3.0
29432024-08-01T00:56:28.714Z[ helios-setup] Aug 01 00:56:27.634 INFO E| Downloaded log v0.4.22
29442024-08-01T00:56:28.718Z[ helios-setup] Aug 01 00:56:27.638 INFO E| Downloaded strum v0.23.0
29452024-08-01T00:56:28.722Z[ helios-setup] Aug 01 00:56:27.643 INFO E| Downloaded structopt v0.3.26
29462024-08-01T00:56:28.735Z[ helios-setup] Aug 01 00:56:27.655 INFO E| Downloaded scroll_derive v0.10.5
29472024-08-01T00:56:28.737Z[ helios-setup] Aug 01 00:56:27.657 INFO E| Downloaded parse_int v0.6.0
29482024-08-01T00:56:28.738Z[ helios-setup] Aug 01 00:56:27.658 INFO E| Downloaded modular-bitfield-impl v0.11.2
29492024-08-01T00:56:28.740Z[ helios-setup] Aug 01 00:56:27.659 INFO E| Downloaded memoffset v0.5.6
29502024-08-01T00:56:28.743Z[ helios-setup] Aug 01 00:56:27.663 INFO E| Downloaded fletcher v0.1.0
29512024-08-01T00:56:28.747Z[ helios-setup] Aug 01 00:56:27.667 INFO E| Downloaded vec_map v0.8.2
29522024-08-01T00:56:28.749Z[ helios-setup] Aug 01 00:56:27.669 INFO E| Downloaded semver-parser v0.7.0
29532024-08-01T00:56:28.749Z[ helios-setup] Aug 01 00:56:27.670 INFO E| Downloaded rustc_version v0.2.3
29542024-08-01T00:56:28.753Z[ helios-setup] Aug 01 00:56:27.671 INFO E| Downloaded four-cc v0.3.0
29552024-08-01T00:56:28.753Z[ helios-setup] Aug 01 00:56:27.673 INFO E| Downloaded structopt-derive v0.4.18
29562024-08-01T00:56:28.755Z[ helios-setup] Aug 01 00:56:27.675 INFO E| Downloaded pest_generator v2.7.11
29572024-08-01T00:56:28.758Z[ helios-setup] Aug 01 00:56:27.677 INFO E| Downloaded cfg-if v0.1.10
29582024-08-01T00:56:28.758Z[ helios-setup] Aug 01 00:56:27.678 INFO E| Downloaded semver v0.9.0
29592024-08-01T00:56:28.761Z[ helios-setup] Aug 01 00:56:27.680 INFO E| Downloaded proc-macro-crate v0.1.5
29602024-08-01T00:56:28.761Z[ helios-setup] Aug 01 00:56:27.681 INFO E| Downloaded pre v0.2.1
29612024-08-01T00:56:28.764Z[ helios-setup] Aug 01 00:56:27.683 INFO E| Downloaded strsim v0.8.0
29622024-08-01T00:56:28.776Z[ helios-setup] Aug 01 00:56:27.696 INFO E| Downloaded textwrap v0.11.0
29632024-08-01T00:56:28.779Z[ helios-setup] Aug 01 00:56:27.699 INFO E| Downloaded pest_meta v2.7.11
29642024-08-01T00:56:28.782Z[ helios-setup] Aug 01 00:56:27.702 INFO E| Downloaded pest_derive v2.7.11
29652024-08-01T00:56:28.785Z[ helios-setup] Aug 01 00:56:27.706 INFO E| Downloaded modular-bitfield v0.11.2
29662024-08-01T00:56:28.802Z[ helios-setup] Aug 01 00:56:27.723 INFO E| Downloaded memchr v2.7.4
29672024-08-01T00:56:28.809Z[ helios-setup] Aug 01 00:56:27.729 INFO E| Downloaded strum_macros v0.23.1
29682024-08-01T00:56:28.811Z[ helios-setup] Aug 01 00:56:27.732 INFO E| Downloaded scroll v0.10.2
29692024-08-01T00:56:28.814Z[ helios-setup] Aug 01 00:56:27.735 INFO E| Downloaded pre-proc-macro v0.2.1
29702024-08-01T00:56:28.817Z[ helios-setup] Aug 01 00:56:27.737 INFO E| Downloaded pest v2.7.11
29712024-08-01T00:56:28.823Z[ helios-setup] Aug 01 00:56:27.744 INFO E| Downloaded goblin v0.4.3
29722024-08-01T00:56:28.830Z[ helios-setup] Aug 01 00:56:27.750 INFO E| Downloaded syn v2.0.71
29732024-08-01T00:56:28.844Z[ helios-setup] Aug 01 00:56:27.764 INFO E| Downloaded clap v2.34.0
29742024-08-01T00:56:28.856Z[ helios-setup] Aug 01 00:56:27.777 INFO E| Downloaded num-derive v0.3.3
29752024-08-01T00:56:28.859Z[ helios-setup] Aug 01 00:56:27.779 INFO E| Downloaded ansi_term v0.12.1
29762024-08-01T00:56:28.942Z[ helios-setup] Aug 01 00:56:27.863 INFO E| Compiling proc-macro2 v1.0.86
29772024-08-01T00:56:28.942Z[ helios-setup] Aug 01 00:56:27.863 INFO E| Compiling unicode-ident v1.0.12
29782024-08-01T00:56:28.943Z[ helios-setup] Aug 01 00:56:27.863 INFO E| Compiling syn v1.0.109
29792024-08-01T00:56:28.945Z[ helios-setup] Aug 01 00:56:27.863 INFO E| Compiling version_check v0.9.4
29802024-08-01T00:56:28.945Z[ helios-setup] Aug 01 00:56:27.863 INFO E| Compiling semver-parser v0.7.0
29812024-08-01T00:56:28.945Z[ helios-setup] Aug 01 00:56:27.864 INFO E| Compiling autocfg v1.3.0
29822024-08-01T00:56:28.945Z[ helios-setup] Aug 01 00:56:27.864 INFO E| Compiling thiserror v1.0.63
29832024-08-01T00:56:28.945Z[ helios-setup] Aug 01 00:56:27.864 INFO E| Compiling serde v1.0.204
29842024-08-01T00:56:30.138Z[ helios-setup] Aug 01 00:56:29.059 INFO E| Compiling proc-macro-error-attr v1.0.4
29852024-08-01T00:56:30.495Z[ helios-setup] Aug 01 00:56:29.416 INFO E| Compiling semver v0.9.0
29862024-08-01T00:56:30.938Z[ helios-setup] Aug 01 00:56:29.859 INFO E| Compiling proc-macro-error v1.0.4
29872024-08-01T00:56:30.979Z[ helios-setup] Aug 01 00:56:29.900 INFO E| Compiling serde_json v1.0.120
29882024-08-01T00:56:31.036Z[ helios-setup] Aug 01 00:56:29.952 INFO E| Compiling schemars v0.8.21
29892024-08-01T00:56:31.222Z[ helios-setup] Aug 01 00:56:30.143 INFO E| Compiling num-traits v0.2.19
29902024-08-01T00:56:31.275Z[ helios-setup] Aug 01 00:56:30.195 INFO E| Compiling itoa v1.0.11
29912024-08-01T00:56:31.623Z[ helios-setup] Aug 01 00:56:30.543 INFO E| Compiling rustc_version v0.2.3
29922024-08-01T00:56:31.714Z[ helios-setup] Aug 01 00:56:30.635 INFO E| Compiling unicode-segmentation v1.11.0
29932024-08-01T00:56:31.835Z[ helios-setup] Aug 01 00:56:30.756 INFO E| Compiling ryu v1.0.18
29942024-08-01T00:56:31.891Z[ helios-setup] Aug 01 00:56:30.812 INFO E| Compiling memoffset v0.5.6
29952024-08-01T00:56:32.098Z[ helios-setup] Aug 01 00:56:31.019 INFO E| Compiling ucd-trie v0.1.6
29962024-08-01T00:56:32.465Z[ helios-setup] Aug 01 00:56:31.386 INFO E| Compiling paste v1.0.15
29972024-08-01T00:56:32.537Z[ helios-setup] Aug 01 00:56:31.458 INFO E| Compiling lazy_static v1.5.0
29982024-08-01T00:56:32.644Z[ helios-setup] Aug 01 00:56:31.565 INFO E| Compiling pre-proc-macro v0.2.1
29992024-08-01T00:56:32.719Z[ helios-setup] Aug 01 00:56:31.640 INFO E| Compiling memchr v2.7.4
30002024-08-01T00:56:32.735Z[ helios-setup] Aug 01 00:56:31.656 INFO E| Compiling libc v0.2.155
30012024-08-01T00:56:33.540Z[ helios-setup] Aug 01 00:56:32.461 INFO E| Compiling quote v1.0.36
30022024-08-01T00:56:33.615Z[ helios-setup] Aug 01 00:56:32.536 INFO E| Compiling heck v0.3.3
30032024-08-01T00:56:33.789Z[ helios-setup] Aug 01 00:56:32.711 INFO E| Compiling rustversion v1.0.17
30042024-08-01T00:56:33.896Z[ helios-setup] Aug 01 00:56:32.817 INFO E| Compiling dyn-clone v1.0.17
30052024-08-01T00:56:34.317Z[ helios-setup] Aug 01 00:56:33.238 INFO E| Compiling syn v2.0.71
30062024-08-01T00:56:34.631Z[ helios-setup] Aug 01 00:56:33.553 INFO E| Compiling pre v0.2.1
30072024-08-01T00:56:35.422Z[ host-package] Compiling multimap v0.10.0
30082024-08-01T00:56:35.818Z[ helios-setup] Aug 01 00:56:34.739 INFO E| Compiling cfg-if v0.1.10
30092024-08-01T00:56:35.909Z[ helios-setup] Aug 01 00:56:34.830 INFO E| Compiling static_assertions v1.1.0
30102024-08-01T00:56:36.004Z[ helios-setup] Aug 01 00:56:34.926 INFO E| Compiling byteorder v1.5.0
30112024-08-01T00:56:36.081Z[ helios-setup] Aug 01 00:56:35.003 INFO E| Compiling once_cell v1.19.0
30122024-08-01T00:56:36.870Z[ helios-setup] Aug 01 00:56:35.791 INFO E| Compiling unicode-width v0.1.13
30132024-08-01T00:56:37.476Z[ helios-setup] Aug 01 00:56:36.397 INFO E| Compiling textwrap v0.11.0
30142024-08-01T00:56:38.703Z[ helios-setup] Aug 01 00:56:37.625 INFO E| Compiling parse_int v0.6.0
30152024-08-01T00:56:38.735Z[ helios-setup] Aug 01 00:56:37.657 INFO E| Compiling atty v0.2.14
30162024-08-01T00:56:38.923Z[ helios-setup] Aug 01 00:56:37.845 INFO E| Compiling fletcher v0.1.0
30172024-08-01T00:56:38.963Z[ helios-setup] Aug 01 00:56:37.885 INFO E| Compiling strsim v0.8.0
30182024-08-01T00:56:38.980Z[ helios-setup] Aug 01 00:56:37.902 INFO E| Compiling strum v0.23.0
30192024-08-01T00:56:38.987Z[ helios-setup] Aug 01 00:56:37.909 INFO E| Compiling bitflags v1.3.2
30202024-08-01T00:56:39.107Z[ helios-setup] Aug 01 00:56:38.029 INFO E| Compiling ansi_term v0.12.1
30212024-08-01T00:56:39.312Z[ helios-setup] Aug 01 00:56:38.234 INFO E| Compiling vec_map v0.8.2
30222024-08-01T00:56:39.464Z[ helios-setup] Aug 01 00:56:38.386 INFO E| Compiling plain v0.2.3
30232024-08-01T00:56:39.678Z[ helios-setup] Aug 01 00:56:38.601 INFO E| Compiling log v0.4.22
30242024-08-01T00:56:39.774Z[ helios-setup] Aug 01 00:56:38.697 INFO E| Compiling clap v2.34.0
30252024-08-01T00:56:39.931Z[ helios-setup] Aug 01 00:56:38.853 INFO E| Compiling bytesize v1.3.0
30262024-08-01T00:56:43.017Z[ helios-setup] Aug 01 00:56:41.939 INFO E| Compiling serde_derive_internals v0.29.1
30272024-08-01T00:56:43.411Z[ helios-setup] Aug 01 00:56:42.333 INFO E| Compiling toml v0.5.11
30282024-08-01T00:56:46.456Z[ helios-setup] Aug 01 00:56:45.379 INFO E| Compiling proc-macro-crate v0.1.5
30292024-08-01T00:56:48.354Z[ helios-setup] Aug 01 00:56:47.278 INFO E| Compiling thiserror-impl v1.0.63
30302024-08-01T00:56:48.445Z[ helios-setup] Aug 01 00:56:47.369 INFO E| Compiling serde_derive v1.0.204
30312024-08-01T00:56:48.759Z[ helios-setup] Aug 01 00:56:47.682 INFO E| Compiling schemars_derive v0.8.21
30322024-08-01T00:56:49.502Z[ helios-setup] Aug 01 00:56:48.426 INFO E| Compiling zerocopy-derive v0.6.6
30332024-08-01T00:56:53.482Z[ helios-setup] Aug 01 00:56:52.406 INFO E| Compiling zerocopy v0.6.6
30342024-08-01T00:56:53.637Z[ helios-setup] Aug 01 00:56:52.561 INFO E| Compiling pest v2.7.11
30352024-08-01T00:56:55.861Z[ helios-setup] Aug 01 00:56:54.786 INFO E| Compiling modular-bitfield-impl v0.11.2
30362024-08-01T00:56:57.542Z[ helios-setup] Aug 01 00:56:56.467 INFO E| Compiling num-derive v0.3.3
30372024-08-01T00:56:57.694Z[ helios-setup] Aug 01 00:56:56.620 INFO E| Compiling pest_meta v2.7.11
30382024-08-01T00:56:58.066Z[ helios-setup] Aug 01 00:56:56.991 INFO E| Compiling strum_macros v0.23.1
30392024-08-01T00:56:59.149Z[ helios-setup] Aug 01 00:56:58.074 INFO E| Compiling scroll_derive v0.10.5
30402024-08-01T00:57:00.326Z[ helios-setup] Aug 01 00:56:59.251 INFO E| Compiling structopt-derive v0.4.18
30412024-08-01T00:57:01.048Z[ helios-setup] Aug 01 00:56:59.974 INFO E| Compiling modular-bitfield v0.11.2
30422024-08-01T00:57:02.449Z[ helios-setup] Aug 01 00:57:01.375 INFO E| Compiling pest_generator v2.7.11
30432024-08-01T00:57:02.615Z[ helios-setup] Aug 01 00:57:01.541 INFO E| Compiling scroll v0.10.2
30442024-08-01T00:57:03.715Z[ helios-setup] Aug 01 00:57:02.641 INFO E| Compiling goblin v0.4.3
30452024-08-01T00:57:05.532Z[ helios-setup] Aug 01 00:57:04.459 INFO E| Compiling structopt v0.3.26
30462024-08-01T00:57:05.887Z[ helios-setup] Aug 01 00:57:04.814 INFO E| Compiling pest_derive v2.7.11
30472024-08-01T00:57:12.072Z[ helios-setup] Aug 01 00:57:10.999 INFO E| Compiling json5 v0.4.1
30482024-08-01T00:57:17.333Z[ helios-setup] Aug 01 00:57:16.261 INFO E| Compiling four-cc v0.3.0
30492024-08-01T00:57:17.333Z[ helios-setup] Aug 01 00:57:16.261 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30502024-08-01T00:57:17.526Z[ helios-setup] Aug 01 00:57:16.454 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
30512024-08-01T00:58:00.376Z[ helios-setup] Aug 01 00:57:59.312 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
30522024-08-01T00:58:18.779Z[ helios-setup] Aug 01 00:58:17.718 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30532024-08-01T00:58:22.219Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30542024-08-01T00:58:50.155Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30552024-08-01T00:59:14.435Z[ helios-setup] Aug 01 00:59:13.382 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 48s
30562024-08-01T00:59:14.472Z[ helios-setup] Aug 01 00:59:13.419 INFO building project "amd-host-image-builder" ok (199 seconds)
30572024-08-01T00:59:14.476Z[ helios-setup] rm -f helios-build
30582024-08-01T00:59:14.476Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30592024-08-01T00:59:14.479Z[ helios-setup]
30602024-08-01T00:59:14.482Z[ helios-setup] Setup complete! ./helios-build is now available.
30612024-08-01T00:59:14.482Z[ helios-setup]
30622024-08-01T00:59:14.485Z[ helios-setup]
30632024-08-01T00:59:14.485Z[ helios-setup] real 12:44.054703263
30642024-08-01T00:59:14.485Z[ helios-setup] user 30:02.362443400
30652024-08-01T00:59:14.485Z[ helios-setup] sys 3:52.743670016
30662024-08-01T00:59:14.485Z[ helios-setup] trap 1.723051602
30672024-08-01T00:59:14.485Z[ helios-setup] tflt 6.856456606
30682024-08-01T00:59:14.485Z[ helios-setup] dflt 46.726498143
30692024-08-01T00:59:14.486Z[ helios-setup] kflt 0.030497788
30702024-08-01T00:59:14.486Z[ helios-setup] lock 2:02:27.108356489
30712024-08-01T00:59:14.486Z[ helios-setup] slp 3:14:27.920219476
30722024-08-01T00:59:14.486Z[ helios-setup] lat 34:13.100526244
30732024-08-01T00:59:14.486Z[ helios-setup] stop 4:38.493679034
30742024-08-01T00:59:14.486ZAug 01 00:59:13.432 INFO [helios-setup] process exited with exit status: 0 (764.060861463s)
30752024-08-01T00:59:14.486ZAug 01 00:59:13.432 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30762024-08-01T00:59:14.505Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30772024-08-01T00:59:14.867Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30782024-08-01T00:59:14.867Z[ phbl-toolchain] info: downloading component 'cargo'
30792024-08-01T00:59:15.945Z[ phbl-toolchain] info: downloading component 'clippy'
30802024-08-01T00:59:16.249Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30812024-08-01T00:59:22.076Z[ phbl-toolchain] info: downloading component 'miri'
30822024-08-01T00:59:22.732Z[ phbl-toolchain] info: downloading component 'rust-docs'
30832024-08-01T00:59:24.032Z[ phbl-toolchain] info: downloading component 'rust-src'
30842024-08-01T00:59:24.665Z[ phbl-toolchain] info: downloading component 'rust-std'
30852024-08-01T00:59:26.540Z[ phbl-toolchain] info: downloading component 'rustc'
30862024-08-01T00:59:31.914Z[ phbl-toolchain] info: downloading component 'rustfmt'
30872024-08-01T00:59:32.800Z[ phbl-toolchain] info: installing component 'cargo'
30882024-08-01T00:59:34.076Z[ phbl-toolchain] info: installing component 'clippy'
30892024-08-01T00:59:34.624Z[ phbl-toolchain] info: installing component 'llvm-tools'
30902024-08-01T00:59:40.311Z[ phbl-toolchain] info: installing component 'miri'
30912024-08-01T00:59:40.636Z[ phbl-toolchain] info: installing component 'rust-docs'
30922024-08-01T00:59:47.626Z[ phbl-toolchain] info: installing component 'rust-src'
30932024-08-01T00:59:48.243Z[ phbl-toolchain] info: installing component 'rust-std'
30942024-08-01T00:59:50.735Z[ phbl-toolchain] info: installing component 'rustc'
30952024-08-01T00:59:56.972Z[ phbl-toolchain] info: installing component 'rustfmt'
30962024-08-01T00:59:57.732Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30972024-08-01T00:59:57.735ZAug 01 00:59:56.690 INFO [phbl-toolchain] process exited with exit status: 0 (43.25766454s)
30982024-08-01T01:05:56.136Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 37s
30992024-08-01T01:06:49.868ZAug 01 01:06:48.892 INFO [host-package] process exited with exit status: 0 (1171.369634621s)
31002024-08-01T01:06:49.872ZAug 01 01:06:48.892 INFO [host-stamp] running task
31012024-08-01T01:06:49.872ZAug 01 01:06:48.893 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31022024-08-01T01:06:49.875ZAug 01 01:06:48.899 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+git0341887b5db
31032024-08-01T01:06:49.883ZAug 01 01:06:48.907 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+git0341887b5db
31042024-08-01T01:06:49.888Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31052024-08-01T01:06:49.891ZAug 01 01:06:48.913 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+git0341887b5db
31062024-08-01T01:06:49.894Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31072024-08-01T01:06:49.897Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31082024-08-01T01:06:49.897ZAug 01 01:06:48.920 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+git0341887b5db
31092024-08-01T01:06:49.901Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31102024-08-01T01:06:49.904Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31112024-08-01T01:06:49.904ZAug 01 01:06:48.927 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+git0341887b5db
31122024-08-01T01:06:49.909Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31132024-08-01T01:06:49.912ZAug 01 01:06:48.935 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+git0341887b5db
31142024-08-01T01:06:49.917Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31152024-08-01T01:06:49.921ZAug 01 01:06:48.945 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+git0341887b5db
31162024-08-01T01:06:49.927Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31172024-08-01T01:06:49.930Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31182024-08-01T01:06:49.933ZAug 01 01:06:48.954 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+git0341887b5db
31192024-08-01T01:06:49.936Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31202024-08-01T01:06:49.939ZAug 01 01:06:48.963 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (63.645519ms)
31212024-08-01T01:06:49.939ZAug 01 01:06:48.963 INFO [stamp-overlay] process exited with exit status: 0 (56.191643ms)
31222024-08-01T01:06:49.939ZAug 01 01:06:48.963 INFO [stamp-oxlog] process exited with exit status: 0 (42.824863ms)
31232024-08-01T01:06:49.942Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31242024-08-01T01:06:49.951Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31252024-08-01T01:06:50.026Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31262024-08-01T01:06:50.030ZAug 01 01:06:49.054 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (109.267413ms)
31272024-08-01T01:06:50.107Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31282024-08-01T01:06:50.112ZAug 01 01:06:49.135 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (221.790211ms)
31292024-08-01T01:06:50.273Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31302024-08-01T01:06:50.276ZAug 01 01:06:49.300 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (365.015217ms)
31312024-08-01T01:06:51.035Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31322024-08-01T01:06:51.038ZAug 01 01:06:50.062 INFO [stamp-propolis-server] process exited with exit status: 0 (1.134910727s)
31332024-08-01T01:06:51.090Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31342024-08-01T01:06:53.564Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31352024-08-01T01:07:00.091Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31362024-08-01T01:07:00.094ZAug 01 01:06:59.120 INFO [stamp-switch-asic] process exited with exit status: 0 (10.165903017s)
31372024-08-01T01:07:00.097ZAug 01 01:06:59.120 INFO [host-stamp] task succeeded (10.228123399s)
31382024-08-01T01:07:00.097ZAug 01 01:06:59.120 INFO [host-proto] running task
31392024-08-01T01:07:00.467ZAug 01 01:06:59.493 INFO [host-proto] task succeeded (372.316069ms)
31402024-08-01T01:07:00.467ZAug 01 01:06:59.493 INFO [host-profile] running task
31412024-08-01T01:07:00.471ZAug 01 01:06:59.493 INFO [host-profile] task succeeded (223.561µs)
31422024-08-01T01:07:00.471ZAug 01 01:06:59.493 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/.tmp3y6chY/proto/host/root -N 'ci 0341887/${os_short_commit} 2024-08-01 00:46' -s host -B
31432024-08-01T01:07:00.482Z[ host-image] Aug 01 01:06:59.507 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31442024-08-01T01:07:00.482Z[ host-image] Aug 01 01:06:59.508 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31452024-08-01T01:07:00.498Z[ host-image] Aug 01 01:06:59.524 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp3y6chY/proto/host/root"
31462024-08-01T01:07:00.502Z[ host-image] Aug 01 01:06:59.524 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31472024-08-01T01:07:00.502Z[ host-image] Aug 01 01:06:59.524 INFO image builder template: ramdisk-01-os...
31482024-08-01T01:07:00.502Z[ host-image] Aug 01 01:06:59.524 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/.tmp3y6chY/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
31492024-08-01T01:07:00.518Z[ host-image] Aug 01 01:06:59.544 INFO O| Aug 01 01:06:59.544 INFO CREATE DATASET: rpool/images/build/host/output
31502024-08-01T01:07:00.713Z[ host-image] Aug 01 01:06:59.738 INFO O| Aug 01 01:06:59.738 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31512024-08-01T01:07:00.719Z[ host-image] Aug 01 01:06:59.744 INFO O| Aug 01 01:06:59.744 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31522024-08-01T01:07:00.896Z[ host-image] Aug 01 01:06:59.921 INFO O| Aug 01 01:06:59.921 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31532024-08-01T01:07:00.955Z[ host-image] Aug 01 01:06:59.980 INFO O| Aug 01 01:06:59.980 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31542024-08-01T01:07:00.958Z[ host-image] Aug 01 01:06:59.980 INFO O| Aug 01 01:06:59.980 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31552024-08-01T01:07:00.958Z[ host-image] Aug 01 01:06:59.980 INFO O| Aug 01 01:06:59.980 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31562024-08-01T01:07:00.958Z[ host-image] Aug 01 01:06:59.980 INFO O| Aug 01 01:06:59.980 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31572024-08-01T01:07:00.962Z[ host-image] Aug 01 01:06:59.988 INFO O| Aug 01 01:06:59.988 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31582024-08-01T01:07:01.235Z[ host-image] Aug 01 01:07:00.260 INFO O| Aug 01 01:07:00.260 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31592024-08-01T01:07:01.246Z[ host-image] Aug 01 01:07:00.272 INFO O| Aug 01 01:07:00.272 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31602024-08-01T01:07:01.606Z[ host-image] Aug 01 01:07:00.632 INFO O| Aug 01 01:07:00.631 INFO O| Caching catalogs ... Done
31612024-08-01T01:07:01.688Z[ host-image] Aug 01 01:07:00.714 INFO O| Aug 01 01:07:00.714 INFO STEP 0 (pkg_image_create) COMPLETE
31622024-08-01T01:07:01.689Z[ host-image] Aug 01 01:07:00.714 INFO O| Aug 01 01:07:00.714 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31632024-08-01T01:07:01.692Z[ host-image] Aug 01 01:07:00.714 INFO O| Aug 01 01:07:00.714 INFO skip step because feature "repo_redist" is not enabled
31642024-08-01T01:07:01.692Z[ host-image] Aug 01 01:07:00.714 INFO O| Aug 01 01:07:00.714 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31652024-08-01T01:07:01.700Z[ host-image] Aug 01 01:07:00.725 INFO O| Aug 01 01:07:00.725 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"]
31662024-08-01T01:07:02.068Z[ host-image] Aug 01 01:07:01.093 INFO O| Aug 01 01:07:01.093 INFO STEP 2 (pkg_set_publisher) COMPLETE
31672024-08-01T01:07:02.068Z[ host-image] Aug 01 01:07:01.093 INFO O| Aug 01 01:07:01.093 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31682024-08-01T01:07:02.081Z[ host-image] Aug 01 01:07:01.107 INFO O| Aug 01 01:07:01.107 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"]
31692024-08-01T01:07:02.633Z[ host-image] Aug 01 01:07:01.659 INFO O| Aug 01 01:07:01.659 INFO STEP 3 (pkg_set_publisher) COMPLETE
31702024-08-01T01:07:02.633Z[ host-image] Aug 01 01:07:01.659 INFO O| Aug 01 01:07:01.659 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31712024-08-01T01:07:02.633Z[ host-image] Aug 01 01:07:01.659 INFO O| Aug 01 01:07:01.659 INFO skip step because feature "repo_redist" is not enabled
31722024-08-01T01:07:02.637Z[ host-image] Aug 01 01:07:01.659 INFO O| Aug 01 01:07:01.659 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31732024-08-01T01:07:03.051Z[ host-image] Aug 01 01:07:02.076 INFO O| Aug 01 01:07:02.076 INFO variant opensolaris.zone is already global
31742024-08-01T01:07:03.051Z[ host-image] Aug 01 01:07:02.076 INFO O| Aug 01 01:07:02.076 INFO STEP 5 (pkg_change_variant) COMPLETE
31752024-08-01T01:07:03.054Z[ host-image] Aug 01 01:07:02.076 INFO O| Aug 01 01:07:02.076 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31762024-08-01T01:07:03.584Z[ host-image] Aug 01 01:07:02.609 INFO O| Aug 01 01:07:02.609 INFO variant opensolaris.imagetype is full; changing to partial
31772024-08-01T01:07:03.584Z[ host-image] Aug 01 01:07:02.610 INFO O| Aug 01 01:07:02.609 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31782024-08-01T01:07:07.995Z[ host-image] Aug 01 01:07:07.021 INFO O| Aug 01 01:07:07.021 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31792024-08-01T01:07:11.680Z[ host-image] Aug 01 01:07:10.707 INFO O| Aug 01 01:07:10.707 INFO O| Startup: Caching catalogs ... Done
31802024-08-01T01:07:11.724Z[ host-image] Aug 01 01:07:10.751 INFO O| Aug 01 01:07:10.751 INFO O| Planning: Planning completed in 0.00 seconds
31812024-08-01T01:07:11.727Z[ host-image] Aug 01 01:07:10.752 INFO O| Aug 01 01:07:10.752 INFO O| Planning: Consolidating action changes ... Done
31822024-08-01T01:07:11.727Z[ host-image] Aug 01 01:07:10.752 INFO O| Aug 01 01:07:10.752 INFO O| Planning: Evaluating mediators ... Done
31832024-08-01T01:07:11.727Z[ host-image] Aug 01 01:07:10.752 INFO O| Aug 01 01:07:10.752 INFO O| Planning: Planning completed in 0.00 seconds
31842024-08-01T01:07:11.727Z[ host-image] Aug 01 01:07:10.753 INFO O| Aug 01 01:07:10.753 INFO O| Variants/Facets to change: 1
31852024-08-01T01:07:11.739Z[ host-image] Aug 01 01:07:10.766 INFO O| Aug 01 01:07:10.766 INFO O| Done
31862024-08-01T01:07:11.739Z[ host-image] Aug 01 01:07:10.766 INFO O| Aug 01 01:07:10.766 INFO O| Done
31872024-08-01T01:07:12.085Z[ host-image] Aug 01 01:07:11.113 INFO O| Aug 01 01:07:11.112 INFO O| Done
31882024-08-01T01:07:12.112Z[ host-image] Aug 01 01:07:11.139 INFO O| Aug 01 01:07:11.139 INFO O| Done
31892024-08-01T01:07:12.115Z[ host-image] Aug 01 01:07:11.140 INFO O| Aug 01 01:07:11.140 INFO O| Done
31902024-08-01T01:07:12.115Z[ host-image] Aug 01 01:07:11.140 INFO O| Aug 01 01:07:11.140 INFO O| Done
31912024-08-01T01:07:12.115Z[ host-image] Aug 01 01:07:11.141 INFO O| Aug 01 01:07:11.141 INFO O| Done
31922024-08-01T01:07:12.389Z[ host-image] Aug 01 01:07:11.416 INFO O| Aug 01 01:07:11.416 INFO STEP 6 (pkg_change_variant) COMPLETE
31932024-08-01T01:07:12.389Z[ host-image] Aug 01 01:07:11.416 INFO O| Aug 01 01:07:11.416 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31942024-08-01T01:07:12.392Z[ host-image] Aug 01 01:07:11.416 INFO O| Aug 01 01:07:11.416 INFO skip step because feature "debug_variant" is not enabled
31952024-08-01T01:07:12.392Z[ host-image] Aug 01 01:07:11.416 INFO O| Aug 01 01:07:11.416 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31962024-08-01T01:07:12.738Z[ host-image] Aug 01 01:07:11.765 INFO O| Aug 01 01:07:11.765 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
31972024-08-01T01:07:13.142Z[ host-image] Aug 01 01:07:12.170 INFO O| Aug 01 01:07:12.170 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31982024-08-01T01:07:13.146Z[ host-image] Aug 01 01:07:12.171 INFO O| Aug 01 01:07:12.171 INFO O| Planning: Planning completed in 0.00 seconds
31992024-08-01T01:07:13.146Z[ host-image] Aug 01 01:07:12.172 INFO O| Aug 01 01:07:12.172 INFO O| Planning: Consolidating action changes ... Done
32002024-08-01T01:07:13.146Z[ host-image] Aug 01 01:07:12.172 INFO O| Aug 01 01:07:12.172 INFO O| Planning: Evaluating mediators ... Done
32012024-08-01T01:07:13.146Z[ host-image] Aug 01 01:07:12.172 INFO O| Aug 01 01:07:12.172 INFO O| Planning: Planning completed in 0.00 seconds
32022024-08-01T01:07:13.146Z[ host-image] Aug 01 01:07:12.172 INFO O| Aug 01 01:07:12.172 INFO O| Variants/Facets to change: 1
32032024-08-01T01:07:13.159Z[ host-image] Aug 01 01:07:12.187 INFO O| Aug 01 01:07:12.187 INFO O| Done
32042024-08-01T01:07:13.159Z[ host-image] Aug 01 01:07:12.187 INFO O| Aug 01 01:07:12.187 INFO O| Done
32052024-08-01T01:07:13.378Z[ host-image] Aug 01 01:07:12.406 INFO O| Aug 01 01:07:12.405 INFO O| Done
32062024-08-01T01:07:13.411Z[ host-image] Aug 01 01:07:12.439 INFO O| Aug 01 01:07:12.438 INFO O| Done
32072024-08-01T01:07:13.414Z[ host-image] Aug 01 01:07:12.439 INFO O| Aug 01 01:07:12.439 INFO O| Done
32082024-08-01T01:07:13.414Z[ host-image] Aug 01 01:07:12.439 INFO O| Aug 01 01:07:12.439 INFO O| Done
32092024-08-01T01:07:13.414Z[ host-image] Aug 01 01:07:12.440 INFO O| Aug 01 01:07:12.440 INFO O| Done
32102024-08-01T01:07:13.461Z[ host-image] Aug 01 01:07:12.488 INFO O| Aug 01 01:07:12.488 INFO STEP 8 (pkg_change_facet) COMPLETE
32112024-08-01T01:07:13.461Z[ host-image] Aug 01 01:07:12.488 INFO O| Aug 01 01:07:12.488 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32122024-08-01T01:07:13.464Z[ host-image] Aug 01 01:07:12.488 INFO O| Aug 01 01:07:12.488 INFO skip step because feature "recovery" is not enabled
32132024-08-01T01:07:13.464Z[ host-image] Aug 01 01:07:12.488 INFO O| Aug 01 01:07:12.488 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32142024-08-01T01:07:13.464Z[ host-image] Aug 01 01:07:12.489 INFO O| Aug 01 01:07:12.488 INFO skip step because feature "recovery" is not enabled
32152024-08-01T01:07:13.464Z[ host-image] Aug 01 01:07:12.489 INFO O| Aug 01 01:07:12.488 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32162024-08-01T01:07:13.473Z[ host-image] Aug 01 01:07:12.501 INFO O| Aug 01 01:07:12.501 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"]
32172024-08-01T01:07:13.879Z[ host-image] Aug 01 01:07:12.907 INFO O| Aug 01 01:07:12.907 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32182024-08-01T01:07:14.344Z[recovery-package] Finished `release` profile [optimized] target(s) in 24.24s
32192024-08-01T01:07:15.981ZAug 01 01:07:15.009 INFO [recovery-package] process exited with exit status: 0 (26.11628699s)
32202024-08-01T01:07:15.981ZAug 01 01:07:15.009 INFO [recovery-stamp] running task
32212024-08-01T01:07:15.984ZAug 01 01:07:15.009 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32222024-08-01T01:07:15.987ZAug 01 01:07:15.016 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+git0341887b5db
32232024-08-01T01:07:15.992ZAug 01 01:07:15.021 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git0341887b5db
32242024-08-01T01:07:16.002Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32252024-08-01T01:07:16.009Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32262024-08-01T01:07:16.098Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32272024-08-01T01:07:16.101ZAug 01 01:07:15.130 INFO [stamp-installinator] process exited with exit status: 0 (108.848827ms)
32282024-08-01T01:07:16.120Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32292024-08-01T01:07:16.123ZAug 01 01:07:15.151 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (135.746384ms)
32302024-08-01T01:07:16.123ZAug 01 01:07:15.151 INFO [recovery-stamp] task succeeded (142.302926ms)
32312024-08-01T01:07:16.123ZAug 01 01:07:15.151 INFO [recovery-proto] running task
32322024-08-01T01:07:16.123ZAug 01 01:07:15.151 INFO [tuf-stamp] running task
32332024-08-01T01:07:16.127ZAug 01 01:07:15.152 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+git0341887b5db
32342024-08-01T01:07:16.133ZAug 01 01:07:15.161 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+git0341887b5db
32352024-08-01T01:07:16.141ZAug 01 01:07:15.170 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+git0341887b5db
32362024-08-01T01:07:16.147Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32372024-08-01T01:07:16.150ZAug 01 01:07:15.178 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+git0341887b5db
32382024-08-01T01:07:16.156Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32392024-08-01T01:07:16.159ZAug 01 01:07:15.187 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+git0341887b5db
32402024-08-01T01:07:16.170Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32412024-08-01T01:07:16.267Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32422024-08-01T01:07:16.270ZAug 01 01:07:15.295 INFO [recovery-proto] task succeeded (143.325809ms)
32432024-08-01T01:07:16.270ZAug 01 01:07:15.295 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/.tmp3y6chY/proto/recovery/root -N 'recovery 0341887/${os_short_commit} 2024-08-01 00:46' -s recovery -R
32442024-08-01T01:07:16.270ZAug 01 01:07:15.295 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+git0341887b5db
32452024-08-01T01:07:16.341Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32462024-08-01T01:07:16.345ZAug 01 01:07:15.370 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+git0341887b5db
32472024-08-01T01:07:16.366ZAug 01 01:07:15.394 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+git0341887b5db
32482024-08-01T01:07:16.384Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32492024-08-01T01:07:16.384Z[ recovery-image] Aug 01 01:07:15.376 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32502024-08-01T01:07:16.387Z[ recovery-image] Aug 01 01:07:15.376 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32512024-08-01T01:07:16.387Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32522024-08-01T01:07:16.387Z[ recovery-image] Aug 01 01:07:15.396 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp3y6chY/proto/recovery/root"
32532024-08-01T01:07:16.387Z[ recovery-image] Aug 01 01:07:15.396 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32542024-08-01T01:07:16.387Z[ recovery-image] Aug 01 01:07:15.396 INFO image builder template: ramdisk-01-os...
32552024-08-01T01:07:16.387ZAug 01 01:07:15.412 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+git0341887b5db
32562024-08-01T01:07:16.395Z[ recovery-image] Aug 01 01:07:15.396 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/.tmp3y6chY/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
32572024-08-01T01:07:16.398Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32582024-08-01T01:07:16.398ZAug 01 01:07:15.426 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+git0341887b5db
32592024-08-01T01:07:16.466Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32602024-08-01T01:07:16.466ZAug 01 01:07:15.494 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+git0341887b5db
32612024-08-01T01:07:16.501Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32622024-08-01T01:07:16.501Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32632024-08-01T01:07:16.521Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32642024-08-01T01:07:16.552ZAug 01 01:07:15.581 INFO [stamp-probe] process exited with exit status: 0 (285.168039ms)
32652024-08-01T01:07:16.557Z[ recovery-image] Aug 01 01:07:15.580 INFO O| Aug 01 01:07:15.561 INFO CREATE DATASET: rpool/images/build/recovery/output
32662024-08-01T01:07:16.624Z[ recovery-image] Aug 01 01:07:15.652 INFO O| Aug 01 01:07:15.651 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32672024-08-01T01:07:16.630Z[ recovery-image] Aug 01 01:07:15.658 INFO O| Aug 01 01:07:15.658 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32682024-08-01T01:07:16.946Z[ recovery-image] Aug 01 01:07:15.974 INFO O| Aug 01 01:07:15.974 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32692024-08-01T01:07:17.034Z[ recovery-image] Aug 01 01:07:16.062 INFO O| Aug 01 01:07:16.062 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32702024-08-01T01:07:17.034Z[ recovery-image] Aug 01 01:07:16.062 INFO O| Aug 01 01:07:16.062 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32712024-08-01T01:07:17.037Z[ recovery-image] Aug 01 01:07:16.062 INFO O| Aug 01 01:07:16.062 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32722024-08-01T01:07:17.037Z[ recovery-image] Aug 01 01:07:16.062 INFO O| Aug 01 01:07:16.062 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32732024-08-01T01:07:17.041Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32742024-08-01T01:07:17.101Z[ recovery-image] Aug 01 01:07:16.129 INFO O| Aug 01 01:07:16.129 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32752024-08-01T01:07:17.118ZAug 01 01:07:16.147 INFO [stamp-ntp] process exited with exit status: 0 (652.987297ms)
32762024-08-01T01:07:17.514Z[ recovery-image] Aug 01 01:07:16.542 INFO O| Aug 01 01:07:16.542 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32772024-08-01T01:07:17.554Z[ recovery-image] Aug 01 01:07:16.582 INFO O| Aug 01 01:07:16.582 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32782024-08-01T01:07:17.628Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32792024-08-01T01:07:17.668ZAug 01 01:07:16.696 INFO [stamp-internal-dns] process exited with exit status: 0 (1.518920993s)
32802024-08-01T01:07:17.696Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32812024-08-01T01:07:17.726ZAug 01 01:07:16.751 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.589929287s)
32822024-08-01T01:07:17.729Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32832024-08-01T01:07:17.772ZAug 01 01:07:16.801 INFO [stamp-external-dns] process exited with exit status: 0 (1.43119146s)
32842024-08-01T01:07:17.853Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
32852024-08-01T01:07:17.884Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32862024-08-01T01:07:18.183Z[ recovery-image] Aug 01 01:07:17.211 INFO O| Aug 01 01:07:17.211 INFO O| Caching catalogs ... Done
32872024-08-01T01:07:18.318Z[ recovery-image] Aug 01 01:07:17.346 INFO O| Aug 01 01:07:17.346 INFO STEP 0 (pkg_image_create) COMPLETE
32882024-08-01T01:07:18.318Z[ recovery-image] Aug 01 01:07:17.346 INFO O| Aug 01 01:07:17.346 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32892024-08-01T01:07:18.318Z[ recovery-image] Aug 01 01:07:17.346 INFO O| Aug 01 01:07:17.346 INFO skip step because feature "repo_redist" is not enabled
32902024-08-01T01:07:18.318Z[ recovery-image] Aug 01 01:07:17.346 INFO O| Aug 01 01:07:17.346 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32912024-08-01T01:07:18.324Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32922024-08-01T01:07:18.333Z[ recovery-image] Aug 01 01:07:17.361 INFO O| Aug 01 01:07:17.361 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"]
32932024-08-01T01:07:18.343ZAug 01 01:07:17.372 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.959490425s)
32942024-08-01T01:07:18.429Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32952024-08-01T01:07:18.433ZAug 01 01:07:17.462 INFO [stamp-oximeter] process exited with exit status: 0 (2.274802174s)
32962024-08-01T01:07:18.810Z[ recovery-image] Aug 01 01:07:17.838 INFO O| Aug 01 01:07:17.838 INFO STEP 2 (pkg_set_publisher) COMPLETE
32972024-08-01T01:07:18.810Z[ recovery-image] Aug 01 01:07:17.838 INFO O| Aug 01 01:07:17.838 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32982024-08-01T01:07:18.826Z[ recovery-image] Aug 01 01:07:17.854 INFO O| Aug 01 01:07:17.854 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"]
32992024-08-01T01:07:19.340Z[ recovery-image] Aug 01 01:07:18.368 INFO O| Aug 01 01:07:18.368 INFO STEP 3 (pkg_set_publisher) COMPLETE
33002024-08-01T01:07:19.340Z[ recovery-image] Aug 01 01:07:18.369 INFO O| Aug 01 01:07:18.368 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33012024-08-01T01:07:19.343Z[ recovery-image] Aug 01 01:07:18.369 INFO O| Aug 01 01:07:18.368 INFO skip step because feature "repo_redist" is not enabled
33022024-08-01T01:07:19.343Z[ recovery-image] Aug 01 01:07:18.369 INFO O| Aug 01 01:07:18.368 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33032024-08-01T01:07:19.833Z[ recovery-image] Aug 01 01:07:18.862 INFO O| Aug 01 01:07:18.862 INFO variant opensolaris.zone is already global
33042024-08-01T01:07:19.833Z[ recovery-image] Aug 01 01:07:18.862 INFO O| Aug 01 01:07:18.862 INFO STEP 5 (pkg_change_variant) COMPLETE
33052024-08-01T01:07:19.836Z[ recovery-image] Aug 01 01:07:18.862 INFO O| Aug 01 01:07:18.862 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33062024-08-01T01:07:19.915Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33072024-08-01T01:07:19.919ZAug 01 01:07:18.948 INFO [stamp-nexus] process exited with exit status: 0 (3.554296408s)
33082024-08-01T01:07:20.228Z[ recovery-image] Aug 01 01:07:19.257 INFO O| Aug 01 01:07:19.257 INFO variant opensolaris.imagetype is full; changing to partial
33092024-08-01T01:07:20.228Z[ recovery-image] Aug 01 01:07:19.257 INFO O| Aug 01 01:07:19.257 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33102024-08-01T01:07:22.034Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33112024-08-01T01:07:22.040ZAug 01 01:07:21.069 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.643198667s)
33122024-08-01T01:07:24.311Z[ recovery-image] Aug 01 01:07:23.340 INFO O| Aug 01 01:07:23.340 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33132024-08-01T01:07:24.655Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33142024-08-01T01:07:24.660ZAug 01 01:07:23.689 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.519796491s)
33152024-08-01T01:07:24.902Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33162024-08-01T01:07:24.905ZAug 01 01:07:23.935 INFO [stamp-clickhouse] process exited with exit status: 0 (8.783094444s)
33172024-08-01T01:07:24.909ZAug 01 01:07:23.935 INFO [tuf-stamp] task succeeded (8.78394865s)
33182024-08-01T01:07:25.398Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33192024-08-01T01:07:25.508Z[verify-libraries] Compiling heck v0.4.1
33202024-08-01T01:07:25.508Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33212024-08-01T01:07:25.511Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33222024-08-01T01:07:25.511Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33232024-08-01T01:07:25.549Z[verify-libraries] Compiling indent_write v2.2.0
33242024-08-01T01:07:25.577Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33252024-08-01T01:07:25.577Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33262024-08-01T01:07:25.852Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33272024-08-01T01:07:25.997Z[verify-libraries] Compiling termios v0.3.3
33282024-08-01T01:07:26.455Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33292024-08-01T01:07:26.986Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33302024-08-01T01:07:30.506Z[ recovery-image] Aug 01 01:07:29.536 INFO O| Aug 01 01:07:29.536 INFO O| Startup: Caching catalogs ... Done
33312024-08-01T01:07:30.601Z[ recovery-image] Aug 01 01:07:29.631 INFO O| Aug 01 01:07:29.631 INFO O| Planning: Planning completed in 0.00 seconds
33322024-08-01T01:07:30.604Z[ recovery-image] Aug 01 01:07:29.632 INFO O| Aug 01 01:07:29.632 INFO O| Planning: Consolidating action changes ... Done
33332024-08-01T01:07:30.604Z[ recovery-image] Aug 01 01:07:29.632 INFO O| Aug 01 01:07:29.632 INFO O| Planning: Evaluating mediators ... Done
33342024-08-01T01:07:30.604Z[ recovery-image] Aug 01 01:07:29.633 INFO O| Aug 01 01:07:29.633 INFO O| Planning: Planning completed in 0.00 seconds
33352024-08-01T01:07:30.604Z[ recovery-image] Aug 01 01:07:29.633 INFO O| Aug 01 01:07:29.633 INFO O| Variants/Facets to change: 1
33362024-08-01T01:07:30.633Z[ recovery-image] Aug 01 01:07:29.664 INFO O| Aug 01 01:07:29.664 INFO O| Done
33372024-08-01T01:07:30.633Z[ recovery-image] Aug 01 01:07:29.664 INFO O| Aug 01 01:07:29.664 INFO O| Done
33382024-08-01T01:07:31.225Z[ recovery-image] Aug 01 01:07:30.256 INFO O| Aug 01 01:07:30.256 INFO O| Done
33392024-08-01T01:07:31.269Z[ recovery-image] Aug 01 01:07:30.299 INFO O| Aug 01 01:07:30.299 INFO O| Done
33402024-08-01T01:07:31.272Z[ recovery-image] Aug 01 01:07:30.301 INFO O| Aug 01 01:07:30.301 INFO O| Done
33412024-08-01T01:07:31.272Z[ recovery-image] Aug 01 01:07:30.301 INFO O| Aug 01 01:07:30.301 INFO O| Done
33422024-08-01T01:07:31.275Z[ recovery-image] Aug 01 01:07:30.304 INFO O| Aug 01 01:07:30.304 INFO O| Done
33432024-08-01T01:07:31.767Z[ recovery-image] Aug 01 01:07:30.797 INFO O| Aug 01 01:07:30.797 INFO STEP 6 (pkg_change_variant) COMPLETE
33442024-08-01T01:07:31.767Z[ recovery-image] Aug 01 01:07:30.797 INFO O| Aug 01 01:07:30.797 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33452024-08-01T01:07:31.770Z[ recovery-image] Aug 01 01:07:30.797 INFO O| Aug 01 01:07:30.797 INFO skip step because feature "debug_variant" is not enabled
33462024-08-01T01:07:31.770Z[ recovery-image] Aug 01 01:07:30.797 INFO O| Aug 01 01:07:30.797 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33472024-08-01T01:07:32.409Z[ recovery-image] Aug 01 01:07:31.439 INFO O| Aug 01 01:07:31.439 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33482024-08-01T01:07:33.447Z[ recovery-image] Aug 01 01:07:32.478 INFO O| Aug 01 01:07:32.478 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33492024-08-01T01:07:33.451Z[ recovery-image] Aug 01 01:07:32.480 INFO O| Aug 01 01:07:32.480 INFO O| Planning: Planning completed in 0.00 seconds
33502024-08-01T01:07:33.451Z[ recovery-image] Aug 01 01:07:32.481 INFO O| Aug 01 01:07:32.481 INFO O| Planning: Consolidating action changes ... Done
33512024-08-01T01:07:33.451Z[ recovery-image] Aug 01 01:07:32.481 INFO O| Aug 01 01:07:32.481 INFO O| Planning: Evaluating mediators ... Done
33522024-08-01T01:07:33.454Z[ recovery-image] Aug 01 01:07:32.482 INFO O| Aug 01 01:07:32.482 INFO O| Planning: Planning completed in 0.00 seconds
33532024-08-01T01:07:33.454Z[ recovery-image] Aug 01 01:07:32.482 INFO O| Aug 01 01:07:32.482 INFO O| Variants/Facets to change: 1
33542024-08-01T01:07:33.519Z[ recovery-image] Aug 01 01:07:32.550 INFO O| Aug 01 01:07:32.550 INFO O| Done
33552024-08-01T01:07:33.520Z[ recovery-image] Aug 01 01:07:32.550 INFO O| Aug 01 01:07:32.550 INFO O| Done
33562024-08-01T01:07:34.097Z[ recovery-image] Aug 01 01:07:33.128 INFO O| Aug 01 01:07:33.128 INFO O| Done
33572024-08-01T01:07:34.145Z[ recovery-image] Aug 01 01:07:33.176 INFO O| Aug 01 01:07:33.176 INFO O| Done
33582024-08-01T01:07:34.149Z[ recovery-image] Aug 01 01:07:33.177 INFO O| Aug 01 01:07:33.177 INFO O| Done
33592024-08-01T01:07:34.149Z[ recovery-image] Aug 01 01:07:33.177 INFO O| Aug 01 01:07:33.177 INFO O| Done
33602024-08-01T01:07:34.149Z[ recovery-image] Aug 01 01:07:33.179 INFO O| Aug 01 01:07:33.179 INFO O| Done
33612024-08-01T01:07:34.282Z[ recovery-image] Aug 01 01:07:33.313 INFO O| Aug 01 01:07:33.313 INFO STEP 8 (pkg_change_facet) COMPLETE
33622024-08-01T01:07:34.282Z[ recovery-image] Aug 01 01:07:33.313 INFO O| Aug 01 01:07:33.313 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33632024-08-01T01:07:34.806Z[ host-image] Aug 01 01:07:33.837 INFO O| Aug 01 01:07:33.837 INFO O| Planning: Solver setup ... Done
33642024-08-01T01:07:34.900Z[ recovery-image] Aug 01 01:07:33.931 INFO O| Aug 01 01:07:33.931 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33652024-08-01T01:07:35.426Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33662024-08-01T01:07:35.780Z[ recovery-image] Aug 01 01:07:34.812 INFO O| Aug 01 01:07:34.811 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33672024-08-01T01:07:35.783Z[ recovery-image] Aug 01 01:07:34.813 INFO O| Aug 01 01:07:34.813 INFO O| Planning: Planning completed in 0.00 seconds
33682024-08-01T01:07:35.783Z[ recovery-image] Aug 01 01:07:34.814 INFO O| Aug 01 01:07:34.814 INFO O| Planning: Consolidating action changes ... Done
33692024-08-01T01:07:35.783Z[ recovery-image] Aug 01 01:07:34.814 INFO O| Aug 01 01:07:34.814 INFO O| Planning: Evaluating mediators ... Done
33702024-08-01T01:07:35.786Z[ recovery-image] Aug 01 01:07:34.815 INFO O| Aug 01 01:07:34.815 INFO O| Planning: Planning completed in 0.00 seconds
33712024-08-01T01:07:35.786Z[ recovery-image] Aug 01 01:07:34.815 INFO O| Aug 01 01:07:34.815 INFO O| Variants/Facets to change: 1
33722024-08-01T01:07:35.852Z[ recovery-image] Aug 01 01:07:34.883 INFO O| Aug 01 01:07:34.883 INFO O| Done
33732024-08-01T01:07:35.852Z[ recovery-image] Aug 01 01:07:34.883 INFO O| Aug 01 01:07:34.883 INFO O| Done
33742024-08-01T01:07:36.346Z[ recovery-image] Aug 01 01:07:35.377 INFO O| Aug 01 01:07:35.377 INFO O| Done
33752024-08-01T01:07:36.401Z[ recovery-image] Aug 01 01:07:35.432 INFO O| Aug 01 01:07:35.432 INFO O| Done
33762024-08-01T01:07:36.404Z[ recovery-image] Aug 01 01:07:35.432 INFO O| Aug 01 01:07:35.432 INFO O| Done
33772024-08-01T01:07:36.404Z[ recovery-image] Aug 01 01:07:35.433 INFO O| Aug 01 01:07:35.433 INFO O| Done
33782024-08-01T01:07:36.404Z[ recovery-image] Aug 01 01:07:35.435 INFO O| Aug 01 01:07:35.435 INFO O| Done
33792024-08-01T01:07:36.529Z[ recovery-image] Aug 01 01:07:35.560 INFO O| Aug 01 01:07:35.548 INFO STEP 9 (pkg_change_facet) COMPLETE
33802024-08-01T01:07:36.529Z[ recovery-image] Aug 01 01:07:35.560 INFO O| Aug 01 01:07:35.549 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33812024-08-01T01:07:37.180Z[ recovery-image] Aug 01 01:07:36.212 INFO O| Aug 01 01:07:36.212 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33822024-08-01T01:07:38.217Z[ recovery-image] Aug 01 01:07:37.249 INFO O| Aug 01 01:07:37.248 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33832024-08-01T01:07:38.220Z[ recovery-image] Aug 01 01:07:37.250 INFO O| Aug 01 01:07:37.250 INFO O| Planning: Planning completed in 0.00 seconds
33842024-08-01T01:07:38.220Z[ recovery-image] Aug 01 01:07:37.251 INFO O| Aug 01 01:07:37.251 INFO O| Planning: Consolidating action changes ... Done
33852024-08-01T01:07:38.220Z[ recovery-image] Aug 01 01:07:37.251 INFO O| Aug 01 01:07:37.251 INFO O| Planning: Evaluating mediators ... Done
33862024-08-01T01:07:38.221Z[ recovery-image] Aug 01 01:07:37.252 INFO O| Aug 01 01:07:37.252 INFO O| Planning: Planning completed in 0.00 seconds
33872024-08-01T01:07:38.221Z[ recovery-image] Aug 01 01:07:37.252 INFO O| Aug 01 01:07:37.252 INFO O| Variants/Facets to change: 1
33882024-08-01T01:07:38.270Z[ recovery-image] Aug 01 01:07:37.302 INFO O| Aug 01 01:07:37.302 INFO O| Done
33892024-08-01T01:07:38.271Z[ recovery-image] Aug 01 01:07:37.302 INFO O| Aug 01 01:07:37.302 INFO O| Done
33902024-08-01T01:07:38.754Z[ recovery-image] Aug 01 01:07:37.786 INFO O| Aug 01 01:07:37.786 INFO O| Done
33912024-08-01T01:07:38.848Z[ recovery-image] Aug 01 01:07:37.880 INFO O| Aug 01 01:07:37.880 INFO O| Done
33922024-08-01T01:07:38.851Z[ recovery-image] Aug 01 01:07:37.881 INFO O| Aug 01 01:07:37.881 INFO O| Done
33932024-08-01T01:07:38.851Z[ recovery-image] Aug 01 01:07:37.881 INFO O| Aug 01 01:07:37.881 INFO O| Done
33942024-08-01T01:07:38.851Z[ recovery-image] Aug 01 01:07:37.883 INFO O| Aug 01 01:07:37.883 INFO O| Done
33952024-08-01T01:07:38.972Z[ recovery-image] Aug 01 01:07:38.004 INFO O| Aug 01 01:07:38.003 INFO STEP 10 (pkg_change_facet) COMPLETE
33962024-08-01T01:07:38.972Z[ recovery-image] Aug 01 01:07:38.004 INFO O| Aug 01 01:07:38.004 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33972024-08-01T01:07:38.994Z[ recovery-image] Aug 01 01:07:38.025 INFO O| Aug 01 01:07:38.025 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"]
33982024-08-01T01:07:39.809Z[ recovery-image] Aug 01 01:07:38.841 INFO O| Aug 01 01:07:38.840 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33992024-08-01T01:07:55.043Z[ host-image] Aug 01 01:07:54.077 INFO O| Aug 01 01:07:54.077 INFO O| Planning: Running solver ... Done
34002024-08-01T01:07:55.422Z[ host-image] Aug 01 01:07:54.456 INFO O| Aug 01 01:07:54.456 INFO O| Planning: Finding local manifests ... Done
34012024-08-01T01:07:55.437Z[ host-image] Aug 01 01:07:54.471 INFO O| Aug 01 01:07:54.471 INFO O| Planning: Fetching manifests: 0/124 0% complete
34022024-08-01T01:07:59.971Z[ host-image] Aug 01 01:07:59.007 INFO O| Aug 01 01:07:59.007 INFO O| Planning: Fetching manifests: 124/124 100% complete
34032024-08-01T01:08:01.387Z[ host-image] Aug 01 01:08:00.423 INFO O| Aug 01 01:08:00.423 INFO O| Planning: Package planning ... Done
34042024-08-01T01:08:03.186Z[ host-image] Aug 01 01:08:02.221 INFO O| Aug 01 01:08:02.221 INFO O| Planning: Merging actions ... Done
34052024-08-01T01:08:03.504Z[ host-image] Aug 01 01:08:02.540 INFO O| Aug 01 01:08:02.540 INFO O| Planning: Checking for conflicting actions ... Done
34062024-08-01T01:08:03.807Z[ host-image] Aug 01 01:08:02.843 INFO O| Aug 01 01:08:02.843 INFO O| Planning: Consolidating action changes ... Done
34072024-08-01T01:08:04.590Z[ host-image] Aug 01 01:08:03.626 INFO O| Aug 01 01:08:03.625 INFO O| Planning: Evaluating mediators ... Done
34082024-08-01T01:08:07.866Z[ recovery-image] Aug 01 01:08:06.903 INFO O| Aug 01 01:08:06.903 INFO O| Planning: Solver setup ... Done
34092024-08-01T01:08:11.259Z[ host-image] Aug 01 01:08:10.296 INFO O| Aug 01 01:08:10.296 INFO O| Planning: Planning completed in 57.39 seconds
34102024-08-01T01:08:11.265Z[ host-image] Aug 01 01:08:10.302 INFO O| Aug 01 01:08:10.302 INFO O| Packages to install: 124
34112024-08-01T01:08:11.268Z[ host-image] Aug 01 01:08:10.302 INFO O| Aug 01 01:08:10.302 INFO O| Mediators to change: 4
34122024-08-01T01:08:11.268Z[ host-image] Aug 01 01:08:10.302 INFO O| Aug 01 01:08:10.302 INFO O| Services to change: 6
34132024-08-01T01:08:11.458Z[ host-image] Aug 01 01:08:10.495 INFO O| Aug 01 01:08:10.494 INFO O| Download: 0/22724 items 0.0/196.3MB 0% complete
34142024-08-01T01:08:16.458Z[ host-image] Aug 01 01:08:15.496 INFO O| Aug 01 01:08:15.496 INFO O| Download: 1193/22724 items 6.6/196.3MB 3% complete (1.3M/s)
34152024-08-01T01:08:21.591Z[ host-image] Aug 01 01:08:20.630 INFO O| Aug 01 01:08:20.630 INFO O| Download: 1793/22724 items 12.5/196.3MB 6% complete (1.3M/s)
34162024-08-01T01:08:25.896Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34172024-08-01T01:08:26.451Z[ recovery-image] Aug 01 01:08:25.491 INFO O| Aug 01 01:08:25.491 INFO O| Planning: Running solver ... Done
34182024-08-01T01:08:26.693Z[ recovery-image] Aug 01 01:08:25.733 INFO O| Aug 01 01:08:25.733 INFO O| Planning: Finding local manifests ... Done
34192024-08-01T01:08:26.710Z[ recovery-image] Aug 01 01:08:25.750 INFO O| Aug 01 01:08:25.750 INFO O| Planning: Fetching manifests: 0/124 0% complete
34202024-08-01T01:08:26.938Z[ host-image] Aug 01 01:08:25.977 INFO O| Aug 01 01:08:25.977 INFO O| Download: 2288/22724 items 26.6/196.3MB 13% complete (1.9M/s)
34212024-08-01T01:08:27.953Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34222024-08-01T01:08:31.098Z[ recovery-image] Aug 01 01:08:30.138 INFO O| Aug 01 01:08:30.138 INFO O| Planning: Fetching manifests: 124/124 100% complete
34232024-08-01T01:08:31.938Z[ host-image] Aug 01 01:08:30.979 INFO O| Aug 01 01:08:30.979 INFO O| Download: 3479/22724 items 35.6/196.3MB 18% complete (2.2M/s)
34242024-08-01T01:08:32.183Z[ recovery-image] Aug 01 01:08:31.223 INFO O| Aug 01 01:08:31.223 INFO O| Planning: Package planning ... Done
34252024-08-01T01:08:33.019Z[ recovery-image] Aug 01 01:08:32.024 INFO O| Aug 01 01:08:32.024 INFO O| Planning: Merging actions ... Done
34262024-08-01T01:08:33.312Z[ recovery-image] Aug 01 01:08:32.353 INFO O| Aug 01 01:08:32.353 INFO O| Planning: Checking for conflicting actions ... Done
34272024-08-01T01:08:33.450Z[ recovery-image] Aug 01 01:08:32.491 INFO O| Aug 01 01:08:32.491 INFO O| Planning: Consolidating action changes ... Done
34282024-08-01T01:08:33.842Z[ recovery-image] Aug 01 01:08:32.883 INFO O| Aug 01 01:08:32.883 INFO O| Planning: Evaluating mediators ... Done
34292024-08-01T01:08:35.809Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34302024-08-01T01:08:36.946Z[ host-image] Aug 01 01:08:35.986 INFO O| Aug 01 01:08:35.986 INFO O| Download: 4601/22724 items 42.9/196.3MB 21% complete (1.6M/s)
34312024-08-01T01:08:37.410Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34322024-08-01T01:08:40.292Z[ recovery-image] Aug 01 01:08:39.334 INFO O| Aug 01 01:08:39.333 INFO O| Planning: Planning completed in 60.49 seconds
34332024-08-01T01:08:40.298Z[ recovery-image] Aug 01 01:08:39.341 INFO O| Aug 01 01:08:39.340 INFO O| Packages to install: 124
34342024-08-01T01:08:40.301Z[ recovery-image] Aug 01 01:08:39.341 INFO O| Aug 01 01:08:39.340 INFO O| Mediators to change: 4
34352024-08-01T01:08:40.301Z[ recovery-image] Aug 01 01:08:39.341 INFO O| Aug 01 01:08:39.341 INFO O| Services to change: 5
34362024-08-01T01:08:40.381Z[ recovery-image] Aug 01 01:08:39.422 INFO O| Aug 01 01:08:39.422 INFO O| Download: 0/15831 items 0.0/173.1MB 0% complete
34372024-08-01T01:08:41.870Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34382024-08-01T01:08:41.950Z[ host-image] Aug 01 01:08:40.992 INFO O| Aug 01 01:08:40.992 INFO O| Download: 5585/22724 items 46.1/196.3MB 23% complete (1.1M/s)
34392024-08-01T01:08:45.412Z[ recovery-image] Aug 01 01:08:44.455 INFO O| Aug 01 01:08:44.455 INFO O| Download: 993/15831 items 7.8/173.1MB 4% complete (1.6M/s)
34402024-08-01T01:08:46.969Z[ host-image] Aug 01 01:08:46.012 INFO O| Aug 01 01:08:46.012 INFO O| Download: 6465/22724 items 46.6/196.3MB 23% complete (398k/s)
34412024-08-01T01:08:47.628Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34422024-08-01T01:08:50.416Z[ recovery-image] Aug 01 01:08:49.459 INFO O| Aug 01 01:08:49.459 INFO O| Download: 1164/15831 items 10.1/173.1MB 5% complete (1.1M/s)
34432024-08-01T01:08:51.973Z[ host-image] Aug 01 01:08:51.017 INFO O| Aug 01 01:08:51.017 INFO O| Download: 7229/22724 items 57.1/196.3MB 29% complete (1.1M/s)
34442024-08-01T01:08:55.443Z[ recovery-image] Aug 01 01:08:54.487 INFO O| Aug 01 01:08:54.487 INFO O| Download: 1506/15831 items 21.8/173.1MB 12% complete (1.4M/s)
34452024-08-01T01:08:56.991Z[ host-image] Aug 01 01:08:56.035 INFO O| Aug 01 01:08:56.035 INFO O| Download: 8064/22724 items 60.3/196.3MB 30% complete (1.4M/s)
34462024-08-01T01:09:00.445Z[ recovery-image] Aug 01 01:08:59.490 INFO O| Aug 01 01:08:59.490 INFO O| Download: 2434/15831 items 31.4/173.1MB 18% complete (2.1M/s)
34472024-08-01T01:09:02.116Z[ host-image] Aug 01 01:09:01.161 INFO O| Aug 01 01:09:01.161 INFO O| Download: 8359/22724 items 69.0/196.3MB 35% complete (1.2M/s)
34482024-08-01T01:09:05.444Z[ recovery-image] Aug 01 01:09:04.491 INFO O| Aug 01 01:09:04.490 INFO O| Download: 2677/15831 items 33.0/173.1MB 19% complete (1.1M/s)
34492024-08-01T01:09:07.116Z[ host-image] Aug 01 01:09:06.163 INFO O| Aug 01 01:09:06.163 INFO O| Download: 9545/22724 items 83.2/196.3MB 42% complete (2.3M/s)
34502024-08-01T01:09:10.490Z[ recovery-image] Aug 01 01:09:09.537 INFO O| Aug 01 01:09:09.537 INFO O| Download: 3600/15831 items 39.0/173.1MB 22% complete (768k/s)
34512024-08-01T01:09:14.264Z[ host-image] Aug 01 01:09:13.312 INFO O| Aug 01 01:09:13.311 INFO O| Download: 10408/22724 items 88.0/196.3MB 44% complete (2.0M/s)
34522024-08-01T01:09:15.497Z[ recovery-image] Aug 01 01:09:14.544 INFO O| Aug 01 01:09:14.544 INFO O| Download: 4355/15831 items 42.7/173.1MB 24% complete (992k/s)
34532024-08-01T01:09:19.749Z[ host-image] Aug 01 01:09:18.798 INFO O| Aug 01 01:09:18.798 INFO O| Download: 11087/22724 items 92.0/196.3MB 46% complete (838k/s)
34542024-08-01T01:09:20.510Z[ recovery-image] Aug 01 01:09:19.558 INFO O| Aug 01 01:09:19.558 INFO O| Download: 5259/15831 items 43.2/173.1MB 24% complete (433k/s)
34552024-08-01T01:09:24.764Z[ host-image] Aug 01 01:09:23.813 INFO O| Aug 01 01:09:23.813 INFO O| Download: 11710/22724 items 96.3/196.3MB 49% complete (845k/s)
34562024-08-01T01:09:25.770Z[ recovery-image] Aug 01 01:09:24.819 INFO O| Aug 01 01:09:24.819 INFO O| Download: 5746/15831 items 46.9/173.1MB 27% complete (408k/s)
34572024-08-01T01:09:29.764Z[ host-image] Aug 01 01:09:28.814 INFO O| Aug 01 01:09:28.814 INFO O| Download: 12111/22724 items 105.7/196.3MB 53% complete (1.2M/s)
34582024-08-01T01:09:30.978Z[ recovery-image] Aug 01 01:09:30.028 INFO O| Aug 01 01:09:30.028 INFO O| Download: 6114/15831 items 58.6/173.1MB 33% complete (1.4M/s)
34592024-08-01T01:09:34.764Z[ host-image] Aug 01 01:09:33.815 INFO O| Aug 01 01:09:33.815 INFO O| Download: 12921/22724 items 109.7/196.3MB 55% complete (1.3M/s)
34602024-08-01T01:09:36.350Z[ recovery-image] Aug 01 01:09:35.400 INFO O| Aug 01 01:09:35.400 INFO O| Download: 7203/15831 items 73.2/173.1MB 42% complete (2.6M/s)
34612024-08-01T01:09:39.763Z[ host-image] Aug 01 01:09:38.815 INFO O| Aug 01 01:09:38.815 INFO O| Download: 14109/22724 items 110.4/196.3MB 56% complete (589k/s)
34622024-08-01T01:09:41.659Z[ recovery-image] Aug 01 01:09:40.711 INFO O| Aug 01 01:09:40.711 INFO O| Download: 7856/15831 items 75.6/173.1MB 43% complete (1.4M/s)
34632024-08-01T01:09:44.763Z[ host-image] Aug 01 01:09:43.816 INFO O| Aug 01 01:09:43.816 INFO O| Download: 15443/22724 items 124.8/196.3MB 63% complete (1.5M/s)
34642024-08-01T01:09:46.658Z[ recovery-image] Aug 01 01:09:45.711 INFO O| Aug 01 01:09:45.711 INFO O| Download: 8325/15831 items 79.7/173.1MB 46% complete (760k/s)
34652024-08-01T01:09:49.769Z[ host-image] Aug 01 01:09:48.823 INFO O| Aug 01 01:09:48.822 INFO O| Download: 15812/22724 items 129.7/196.3MB 66% complete (1.8M/s)
34662024-08-01T01:09:52.236Z[ recovery-image] Aug 01 01:09:51.286 INFO O| Aug 01 01:09:51.286 INFO O| Download: 8821/15831 items 91.7/173.1MB 52% complete (1.6M/s)
34672024-08-01T01:09:55.100Z[ host-image] Aug 01 01:09:54.154 INFO O| Aug 01 01:09:54.154 INFO O| Download: 16871/22724 items 137.8/196.3MB 70% complete (1.7M/s)
34682024-08-01T01:09:57.235Z[ recovery-image] Aug 01 01:09:56.290 INFO O| Aug 01 01:09:56.290 INFO O| Download: 9194/15831 items 92.7/173.1MB 53% complete (1.3M/s)
34692024-08-01T01:10:00.192Z[ host-image] Aug 01 01:09:59.247 INFO O| Aug 01 01:09:59.247 INFO O| Download: 17853/22724 items 150.0/196.3MB 76% complete (2.0M/s)
34702024-08-01T01:10:02.249Z[ recovery-image] Aug 01 01:10:01.305 INFO O| Aug 01 01:10:01.304 INFO O| Download: 10104/15831 items 93.2/173.1MB 53% complete (147k/s)
34712024-08-01T01:10:05.224Z[ host-image] Aug 01 01:10:04.280 INFO O| Aug 01 01:10:04.280 INFO O| Download: 18583/22724 items 161.4/196.3MB 82% complete (2.4M/s)
34722024-08-01T01:10:07.388Z[ recovery-image] Aug 01 01:10:06.444 INFO O| Aug 01 01:10:06.444 INFO O| Download: 10902/15831 items 93.8/173.1MB 54% complete (105k/s)
34732024-08-01T01:10:10.246Z[ host-image] Aug 01 01:10:09.303 INFO O| Aug 01 01:10:09.303 INFO O| Download: 19540/22724 items 164.9/196.3MB 84% complete (1.5M/s)
34742024-08-01T01:10:12.391Z[ recovery-image] Aug 01 01:10:11.448 INFO O| Aug 01 01:10:11.448 INFO O| Download: 11303/15831 items 105.6/173.1MB 60% complete (1.2M/s)
34752024-08-01T01:10:15.264Z[ host-image] Aug 01 01:10:14.321 INFO O| Aug 01 01:10:14.321 INFO O| Download: 20509/22724 items 169.1/196.3MB 86% complete (794k/s)
34762024-08-01T01:10:18.665Z[ recovery-image] Aug 01 01:10:17.724 INFO O| Aug 01 01:10:17.723 INFO O| Download: 11918/15831 items 128.1/173.1MB 74% complete (3.4M/s)
34772024-08-01T01:10:20.265Z[ host-image] Aug 01 01:10:19.323 INFO O| Aug 01 01:10:19.323 INFO O| Download: 20902/22724 items 175.6/196.3MB 89% complete (1.1M/s)
34782024-08-01T01:10:23.688Z[ recovery-image] Aug 01 01:10:22.748 INFO O| Aug 01 01:10:22.747 INFO O| Download: 13015/15831 items 141.1/173.1MB 81% complete (3.3M/s)
34792024-08-01T01:10:25.268Z[ host-image] Aug 01 01:10:24.327 INFO O| Aug 01 01:10:24.327 INFO O| Download: 21246/22724 items 177.1/196.3MB 90% complete (821k/s)
34802024-08-01T01:10:28.688Z[ recovery-image] Aug 01 01:10:27.748 INFO O| Aug 01 01:10:27.748 INFO O| Download: 14029/15831 items 144.6/173.1MB 83% complete (1.6M/s)
34812024-08-01T01:10:30.287Z[ host-image] Aug 01 01:10:29.347 INFO O| Aug 01 01:10:29.347 INFO O| Download: 21863/22724 items 188.1/196.3MB 95% complete (1.3M/s)
34822024-08-01T01:10:33.728Z[ recovery-image] Aug 01 01:10:32.789 INFO O| Aug 01 01:10:32.789 INFO O| Download: 14749/15831 items 153.3/173.1MB 88% complete (1.2M/s)
34832024-08-01T01:10:35.297Z[ host-image] Aug 01 01:10:34.358 INFO O| Aug 01 01:10:34.358 INFO O| Download: 22247/22724 items 195.7/196.3MB 99% complete (1.8M/s)
34842024-08-01T01:10:37.190Z[ host-image] Aug 01 01:10:36.251 INFO O| Aug 01 01:10:36.251 INFO O| Download: Completed 196.33 MB in 145.76 seconds (1.3M/s)
34852024-08-01T01:10:38.810Z[ host-image] Aug 01 01:10:37.871 INFO O| Aug 01 01:10:37.871 INFO O| Actions: 1/49256 actions (Installing new actions)
34862024-08-01T01:10:39.000Z[ recovery-image] Aug 01 01:10:38.061 INFO O| Aug 01 01:10:38.061 INFO O| Download: 15326/15831 items 160.7/173.1MB 92% complete (1.5M/s)
34872024-08-01T01:10:43.809Z[ host-image] Aug 01 01:10:42.871 INFO O| Aug 01 01:10:42.871 INFO O| Actions: 9286/49256 actions (Installing new actions)
34882024-08-01T01:10:43.974Z[ recovery-image] Aug 01 01:10:43.037 INFO O| Aug 01 01:10:43.037 INFO O| Download: Completed 173.12 MB in 123.61 seconds (1.4M/s)
34892024-08-01T01:10:45.600Z[ recovery-image] Aug 01 01:10:44.662 INFO O| Aug 01 01:10:44.662 INFO O| Actions: 1/24963 actions (Installing new actions)
34902024-08-01T01:10:48.817Z[ host-image] Aug 01 01:10:47.880 INFO O| Aug 01 01:10:47.880 INFO O| Actions: 15847/49256 actions (Installing new actions)
34912024-08-01T01:10:50.599Z[ recovery-image] Aug 01 01:10:49.663 INFO O| Aug 01 01:10:49.662 INFO O| Actions: 8730/24963 actions (Installing new actions)
34922024-08-01T01:10:53.816Z[ host-image] Aug 01 01:10:52.880 INFO O| Aug 01 01:10:52.880 INFO O| Actions: 23112/49256 actions (Installing new actions)
34932024-08-01T01:10:55.598Z[ recovery-image] Aug 01 01:10:54.663 INFO O| Aug 01 01:10:54.663 INFO O| Actions: 14177/24963 actions (Installing new actions)
34942024-08-01T01:11:01.269Z[ host-image] Aug 01 01:11:00.334 INFO O| Aug 01 01:11:00.334 INFO O| Actions: 48703/49256 actions (Installing new actions)
34952024-08-01T01:11:01.272Z[ recovery-image] Aug 01 01:11:00.336 INFO O| Aug 01 01:11:00.336 INFO O| Actions: 24410/24963 actions (Installing new actions)
34962024-08-01T01:11:05.065Z[ host-image] Aug 01 01:11:04.131 INFO O| Aug 01 01:11:04.131 INFO O| Actions: Completed 49256 actions in 26.25 seconds.
34972024-08-01T01:11:05.214Z[ recovery-image] Aug 01 01:11:04.280 INFO O| Aug 01 01:11:04.280 INFO O| Actions: Completed 24963 actions in 19.61 seconds.
34982024-08-01T01:11:05.543Z[ host-image] Aug 01 01:11:04.609 INFO O| Aug 01 01:11:04.609 INFO O| Done
34992024-08-01T01:11:05.543Z[ host-image] Aug 01 01:11:04.609 INFO O| Aug 01 01:11:04.609 INFO O| Done
35002024-08-01T01:11:05.795Z[ recovery-image] Aug 01 01:11:04.861 INFO O| Aug 01 01:11:04.861 INFO O| Done
35012024-08-01T01:11:05.795Z[ recovery-image] Aug 01 01:11:04.861 INFO O| Aug 01 01:11:04.861 INFO O| Done
35022024-08-01T01:11:06.555Z[ host-image] Aug 01 01:11:05.622 INFO O| Aug 01 01:11:05.622 INFO O| Done
35032024-08-01T01:11:06.787Z[ recovery-image] Aug 01 01:11:05.854 INFO O| Aug 01 01:11:05.854 INFO O| Done
35042024-08-01T01:11:08.423Z[ recovery-image] Aug 01 01:11:07.489 INFO O| Aug 01 01:11:07.489 INFO O| Done
35052024-08-01T01:11:08.446Z[ recovery-image] Aug 01 01:11:07.513 INFO O| Aug 01 01:11:07.512 INFO O| Done
35062024-08-01T01:11:09.064Z[ host-image] Aug 01 01:11:08.131 INFO O| Aug 01 01:11:08.131 INFO O| Done
35072024-08-01T01:11:09.122Z[ host-image] Aug 01 01:11:08.188 INFO O| Aug 01 01:11:08.188 INFO O| Done
35082024-08-01T01:11:17.416Z[ recovery-image] Aug 01 01:11:16.484 INFO O| Aug 01 01:11:16.484 INFO O| Done
35092024-08-01T01:11:18.226Z[ recovery-image] Aug 01 01:11:17.293 INFO O| Aug 01 01:11:17.293 INFO O| Done
35102024-08-01T01:11:18.508Z[ recovery-image] Aug 01 01:11:17.577 INFO O| Aug 01 01:11:17.576 INFO STEP 11 (pkg_install) COMPLETE
35112024-08-01T01:11:18.508Z[ recovery-image] Aug 01 01:11:17.577 INFO O| Aug 01 01:11:17.576 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35122024-08-01T01:11:18.512Z[ recovery-image] Aug 01 01:11:17.577 INFO O| Aug 01 01:11:17.577 INFO skip step because feature "recovery" is enabled
35132024-08-01T01:11:18.512Z[ recovery-image] Aug 01 01:11:17.577 INFO O| Aug 01 01:11:17.577 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35142024-08-01T01:11:18.512Z[ recovery-image] Aug 01 01:11:17.577 INFO O| Aug 01 01:11:17.577 INFO skip step because feature "omicron1" is not enabled
35152024-08-01T01:11:18.512Z[ recovery-image] Aug 01 01:11:17.577 INFO O| Aug 01 01:11:17.577 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35162024-08-01T01:11:18.527Z[ recovery-image] Aug 01 01:11:17.595 INFO O| Aug 01 01:11:17.595 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
35172024-08-01T01:11:19.658Z[ recovery-image] Aug 01 01:11:18.727 INFO O| Aug 01 01:11:18.726 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35182024-08-01T01:11:22.857Z[ recovery-image] Aug 01 01:11:21.926 INFO O| Aug 01 01:11:21.926 INFO O| Planning: Solver setup ... Done
35192024-08-01T01:11:22.862Z[ recovery-image] Aug 01 01:11:21.932 INFO O| Aug 01 01:11:21.931 INFO O| Planning: Running solver ... Done
35202024-08-01T01:11:22.921Z[ recovery-image] Aug 01 01:11:21.990 INFO O| Aug 01 01:11:21.990 INFO O| Planning: Finding local manifests ... Done
35212024-08-01T01:11:22.924Z[ recovery-image] Aug 01 01:11:21.991 INFO O| Aug 01 01:11:21.991 INFO O| Planning: Fetching manifests: 0/1 0% complete
35222024-08-01T01:11:23.042Z[ recovery-image] Aug 01 01:11:22.111 INFO O| Aug 01 01:11:22.111 INFO O| Planning: Fetching manifests: 1/1 100% complete
35232024-08-01T01:11:23.073Z[ recovery-image] Aug 01 01:11:22.142 INFO O| Aug 01 01:11:22.142 INFO O| Planning: Package planning ... Done
35242024-08-01T01:11:23.076Z[ recovery-image] Aug 01 01:11:22.143 INFO O| Aug 01 01:11:22.143 INFO O| Planning: Merging actions ... Done
35252024-08-01T01:11:23.179Z[ recovery-image] Aug 01 01:11:22.248 INFO O| Aug 01 01:11:22.248 INFO O| Planning: Checking for conflicting actions ... Done
35262024-08-01T01:11:23.182Z[ recovery-image] Aug 01 01:11:22.249 INFO O| Aug 01 01:11:22.249 INFO O| Planning: Consolidating action changes ... Done
35272024-08-01T01:11:23.415Z[ host-image] Aug 01 01:11:22.484 INFO O| Aug 01 01:11:22.484 INFO O| Done
35282024-08-01T01:11:23.464Z[ recovery-image] Aug 01 01:11:22.533 INFO O| Aug 01 01:11:22.533 INFO O| Planning: Evaluating mediators ... Done
35292024-08-01T01:11:23.467Z[ recovery-image] Aug 01 01:11:22.534 INFO O| Aug 01 01:11:22.534 INFO O| Planning: Planning completed in 3.81 seconds
35302024-08-01T01:11:23.477Z[ recovery-image] Aug 01 01:11:22.546 INFO O| Aug 01 01:11:22.546 INFO O| Packages to install: 1
35312024-08-01T01:11:23.493Z[ recovery-image] Aug 01 01:11:22.562 INFO O| Aug 01 01:11:22.562 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35322024-08-01T01:11:24.670Z[ host-image] Aug 01 01:11:23.739 INFO O| Aug 01 01:11:23.739 INFO O| Done
35332024-08-01T01:11:25.005Z[ host-image] Aug 01 01:11:24.074 INFO O| Aug 01 01:11:24.073 INFO STEP 11 (pkg_install) COMPLETE
35342024-08-01T01:11:25.005Z[ host-image] Aug 01 01:11:24.074 INFO O| Aug 01 01:11:24.074 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-08-01T01:11:25.026Z[ host-image] Aug 01 01:11:24.095 INFO O| Aug 01 01:11:24.095 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
35362024-08-01T01:11:25.300Z[ recovery-image] Aug 01 01:11:24.369 INFO O| Aug 01 01:11:24.369 INFO O| Download: Completed 20.86 MB in 1.81 seconds (11.5M/s)
35372024-08-01T01:11:25.378Z[ recovery-image] Aug 01 01:11:24.447 INFO O| Aug 01 01:11:24.447 INFO O| Actions: 1/22 actions (Installing new actions)
35382024-08-01T01:11:26.129Z[ host-image] Aug 01 01:11:25.198 INFO O| Aug 01 01:11:25.198 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35392024-08-01T01:11:26.242Z[ recovery-image] Aug 01 01:11:25.312 INFO O| Aug 01 01:11:25.312 INFO O| Actions: Completed 22 actions in 0.87 seconds.
35402024-08-01T01:11:27.565Z[ recovery-image] Aug 01 01:11:26.635 INFO O| Aug 01 01:11:26.635 INFO O| Done
35412024-08-01T01:11:27.565Z[ recovery-image] Aug 01 01:11:26.635 INFO O| Aug 01 01:11:26.635 INFO O| Done
35422024-08-01T01:11:28.259Z[ recovery-image] Aug 01 01:11:27.329 INFO O| Aug 01 01:11:27.329 INFO O| Done
35432024-08-01T01:11:29.092Z[ host-image] Aug 01 01:11:28.162 INFO O| Aug 01 01:11:28.162 INFO O| Planning: Solver setup ... Done
35442024-08-01T01:11:29.111Z[ host-image] Aug 01 01:11:28.181 INFO O| Aug 01 01:11:28.181 INFO O| Planning: Running solver ... Done
35452024-08-01T01:11:29.169Z[ host-image] Aug 01 01:11:28.238 INFO O| Aug 01 01:11:28.238 INFO O| Planning: Finding local manifests ... Done
35462024-08-01T01:11:29.172Z[ host-image] Aug 01 01:11:28.241 INFO O| Aug 01 01:11:28.240 INFO O| Planning: Fetching manifests: 0/4 0% complete
35472024-08-01T01:11:29.405Z[ host-image] Aug 01 01:11:28.475 INFO O| Aug 01 01:11:28.475 INFO O| Planning: Fetching manifests: 4/4 100% complete
35482024-08-01T01:11:29.445Z[ host-image] Aug 01 01:11:28.515 INFO O| Aug 01 01:11:28.515 INFO O| Planning: Package planning ... Done
35492024-08-01T01:11:29.451Z[ host-image] Aug 01 01:11:28.521 INFO O| Aug 01 01:11:28.521 INFO O| Planning: Merging actions ... Done
35502024-08-01T01:11:29.775Z[ host-image] Aug 01 01:11:28.845 INFO O| Aug 01 01:11:28.845 INFO O| Planning: Checking for conflicting actions ... Done
35512024-08-01T01:11:29.778Z[ host-image] Aug 01 01:11:28.847 INFO O| Aug 01 01:11:28.847 INFO O| Planning: Consolidating action changes ... Done
35522024-08-01T01:11:30.177Z[ recovery-image] Aug 01 01:11:29.247 INFO O| Aug 01 01:11:29.247 INFO O| Done
35532024-08-01T01:11:30.209Z[ recovery-image] Aug 01 01:11:29.279 INFO O| Aug 01 01:11:29.279 INFO O| Done
35542024-08-01T01:11:30.209Z[ recovery-image] Aug 01 01:11:29.279 INFO O| Aug 01 01:11:29.279 INFO O| Done
35552024-08-01T01:11:30.225Z[ recovery-image] Aug 01 01:11:29.295 INFO O| Aug 01 01:11:29.295 INFO O| Done
35562024-08-01T01:11:30.283Z[ host-image] Aug 01 01:11:29.353 INFO O| Aug 01 01:11:29.353 INFO O| Planning: Evaluating mediators ... Done
35572024-08-01T01:11:30.301Z[ host-image] Aug 01 01:11:29.371 INFO O| Aug 01 01:11:29.371 INFO O| Planning: Planning completed in 4.17 seconds
35582024-08-01T01:11:30.304Z[ host-image] Aug 01 01:11:29.373 INFO O| Aug 01 01:11:29.373 INFO O| Packages to install: 4
35592024-08-01T01:11:30.304Z[ host-image] Aug 01 01:11:29.374 INFO O| Aug 01 01:11:29.373 INFO O| Services to change: 2
35602024-08-01T01:11:30.333Z[ host-image] Aug 01 01:11:29.403 INFO O| Aug 01 01:11:29.403 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
35612024-08-01T01:11:30.401Z[ recovery-image] Aug 01 01:11:29.471 INFO O| Aug 01 01:11:29.471 INFO STEP 14 (pkg_install) COMPLETE
35622024-08-01T01:11:30.401Z[ recovery-image] Aug 01 01:11:29.471 INFO O| Aug 01 01:11:29.471 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-08-01T01:11:30.404Z[ recovery-image] Aug 01 01:11:29.471 INFO O| Aug 01 01:11:29.471 INFO skip step because feature "mfg" is not enabled
35642024-08-01T01:11:30.404Z[ recovery-image] Aug 01 01:11:29.471 INFO O| Aug 01 01:11:29.471 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-08-01T01:11:30.404Z[ recovery-image] Aug 01 01:11:29.471 INFO O| Aug 01 01:11:29.471 INFO skip step because feature "compliance" is not enabled
35662024-08-01T01:11:30.404Z[ recovery-image] Aug 01 01:11:29.471 INFO O| Aug 01 01:11:29.471 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-08-01T01:11:30.404Z[ recovery-image] Aug 01 01:11:29.471 INFO O| Aug 01 01:11:29.471 INFO skip step because feature "stress" is not enabled
35682024-08-01T01:11:30.404Z[ recovery-image] Aug 01 01:11:29.471 INFO O| Aug 01 01:11:29.471 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35692024-08-01T01:11:30.404Z[ recovery-image] Aug 01 01:11:29.471 INFO O| Aug 01 01:11:29.471 INFO skip step because feature "nfs" is not enabled
35702024-08-01T01:11:30.404Z[ recovery-image] Aug 01 01:11:29.471 INFO O| Aug 01 01:11:29.471 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35712024-08-01T01:11:30.404Z[ recovery-image] Aug 01 01:11:29.471 INFO O| Aug 01 01:11:29.471 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35722024-08-01T01:11:30.497Z[ recovery-image] Aug 01 01:11:29.567 INFO O| Aug 01 01:11:29.567 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35732024-08-01T01:11:30.617Z[ recovery-image] Aug 01 01:11:29.687 INFO O| Aug 01 01:11:29.687 INFO completed processing gimlet/ramdisk-01-os
35742024-08-01T01:11:30.620Z[ recovery-image] Aug 01 01:11:29.690 INFO image builder template: ramdisk-02-trim...
35752024-08-01T01:11:30.620Z[ recovery-image] Aug 01 01:11:29.690 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/.tmp3y6chY/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
35762024-08-01T01:11:30.660Z[ recovery-image] Aug 01 01:11:29.731 INFO O| Aug 01 01:11:29.730 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35772024-08-01T01:11:30.667Z[ recovery-image] Aug 01 01:11:29.738 INFO O| Aug 01 01:11:29.738 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35782024-08-01T01:11:30.743Z[ recovery-image] Aug 01 01:11:29.813 INFO O| Aug 01 01:11:29.813 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35792024-08-01T01:11:30.832Z[ recovery-image] Aug 01 01:11:29.902 INFO O| Aug 01 01:11:29.902 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35802024-08-01T01:11:30.835Z[ recovery-image] Aug 01 01:11:29.902 INFO O| Aug 01 01:11:29.902 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35812024-08-01T01:11:30.844Z[ recovery-image] Aug 01 01:11:29.914 INFO O| Aug 01 01:11:29.914 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35822024-08-01T01:11:30.853Z[ recovery-image] Aug 01 01:11:29.923 INFO O| Aug 01 01:11:29.923 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35832024-08-01T01:11:30.864Z[ recovery-image] Aug 01 01:11:29.934 INFO O| Aug 01 01:11:29.934 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35842024-08-01T01:11:31.241Z[ recovery-image] Aug 01 01:11:30.311 INFO O| Aug 01 01:11:30.311 INFO rolled back to input snapshot; work may begin
35852024-08-01T01:11:31.241Z[ recovery-image] Aug 01 01:11:30.311 INFO O| Aug 01 01:11:30.311 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35862024-08-01T01:11:31.262Z[ recovery-image] Aug 01 01:11:30.332 INFO O| Aug 01 01:11:30.332 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35872024-08-01T01:11:31.325Z[ recovery-image] Aug 01 01:11:30.396 INFO O| Aug 01 01:11:30.396 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
35882024-08-01T01:11:31.443Z[ host-image] Aug 01 01:11:30.514 INFO O| Aug 01 01:11:30.514 INFO O| Download: Completed 1.39 MB in 1.11 seconds (1.2M/s)
35892024-08-01T01:11:31.524Z[ host-image] Aug 01 01:11:30.594 INFO O| Aug 01 01:11:30.594 INFO O| Actions: 1/238 actions (Installing new actions)
35902024-08-01T01:11:31.571Z[ recovery-image] Aug 01 01:11:30.641 INFO O| Aug 01 01:11:30.641 INFO STEP 0 (remove_files) COMPLETE
35912024-08-01T01:11:31.571Z[ recovery-image] Aug 01 01:11:30.641 INFO O| Aug 01 01:11:30.641 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35922024-08-01T01:11:31.610Z[ recovery-image] Aug 01 01:11:30.680 INFO O| Aug 01 01:11:30.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
35932024-08-01T01:11:31.613Z[ recovery-image] Aug 01 01:11:30.683 INFO O| Aug 01 01:11:30.683 INFO STEP 1 (remove_files) COMPLETE
35942024-08-01T01:11:31.613Z[ recovery-image] Aug 01 01:11:30.684 INFO O| Aug 01 01:11:30.683 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35952024-08-01T01:11:31.655Z[ recovery-image] Aug 01 01:11:30.725 INFO O| Aug 01 01:11:30.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
35962024-08-01T01:11:31.684Z[ recovery-image] Aug 01 01:11:30.755 INFO O| Aug 01 01:11:30.755 INFO STEP 2 (remove_files) COMPLETE
35972024-08-01T01:11:31.684Z[ recovery-image] Aug 01 01:11:30.755 INFO O| Aug 01 01:11:30.755 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35982024-08-01T01:11:31.744Z[ recovery-image] Aug 01 01:11:30.814 INFO O| Aug 01 01:11:30.814 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
35992024-08-01T01:11:31.749Z[ recovery-image] Aug 01 01:11:30.817 INFO O| Aug 01 01:11:30.817 INFO STEP 3 (remove_files) COMPLETE
36002024-08-01T01:11:31.750Z[ recovery-image] Aug 01 01:11:30.817 INFO O| Aug 01 01:11:30.817 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36012024-08-01T01:11:31.807Z[ recovery-image] Aug 01 01:11:30.876 INFO O| Aug 01 01:11:30.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36022024-08-01T01:11:31.812Z[ recovery-image] Aug 01 01:11:30.883 INFO O| Aug 01 01:11:30.883 INFO STEP 4 (remove_files) COMPLETE
36032024-08-01T01:11:31.812Z[ recovery-image] Aug 01 01:11:30.883 INFO O| Aug 01 01:11:30.883 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36042024-08-01T01:11:31.849Z[ recovery-image] Aug 01 01:11:30.920 INFO O| Aug 01 01:11:30.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36052024-08-01T01:11:31.852Z[ recovery-image] Aug 01 01:11:30.920 INFO O| Aug 01 01:11:30.920 INFO STEP 5 (remove_files) COMPLETE
36062024-08-01T01:11:31.852Z[ recovery-image] Aug 01 01:11:30.920 INFO O| Aug 01 01:11:30.920 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36072024-08-01T01:11:31.870Z[ recovery-image] Aug 01 01:11:30.940 INFO O| Aug 01 01:11:30.940 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36082024-08-01T01:11:31.889Z[ recovery-image] Aug 01 01:11:30.960 INFO O| Aug 01 01:11:30.960 INFO STEP 6 (remove_files) COMPLETE
36092024-08-01T01:11:31.890Z[ recovery-image] Aug 01 01:11:30.960 INFO O| Aug 01 01:11:30.960 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36102024-08-01T01:11:31.892Z[ recovery-image] Aug 01 01:11:30.960 INFO O| Aug 01 01:11:30.960 INFO skip step because feature "recovery" is enabled
36112024-08-01T01:11:31.892Z[ recovery-image] Aug 01 01:11:30.960 INFO O| Aug 01 01:11:30.960 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36122024-08-01T01:11:31.893Z[ recovery-image] Aug 01 01:11:30.960 INFO O| Aug 01 01:11:30.960 INFO skip step because feature "recovery" is enabled
36132024-08-01T01:11:31.893Z[ recovery-image] Aug 01 01:11:30.960 INFO O| Aug 01 01:11:30.960 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36142024-08-01T01:11:31.893Z[ recovery-image] Aug 01 01:11:30.960 INFO O| Aug 01 01:11:30.960 INFO skip step because feature "recovery" is enabled
36152024-08-01T01:11:31.893Z[ recovery-image] Aug 01 01:11:30.960 INFO O| Aug 01 01:11:30.960 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36162024-08-01T01:11:31.912Z[ recovery-image] Aug 01 01:11:30.982 INFO O| Aug 01 01:11:30.982 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36172024-08-01T01:11:31.918Z[ recovery-image] Aug 01 01:11:30.989 INFO O| Aug 01 01:11:30.988 INFO STEP 10 (remove_files) COMPLETE
36182024-08-01T01:11:31.922Z[ recovery-image] Aug 01 01:11:30.989 INFO O| Aug 01 01:11:30.988 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36192024-08-01T01:11:31.940Z[ recovery-image] Aug 01 01:11:31.011 INFO O| Aug 01 01:11:31.011 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36202024-08-01T01:11:31.943Z[ recovery-image] Aug 01 01:11:31.012 INFO O| Aug 01 01:11:31.012 INFO STEP 11 (remove_files) COMPLETE
36212024-08-01T01:11:31.943Z[ recovery-image] Aug 01 01:11:31.012 INFO O| Aug 01 01:11:31.012 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36222024-08-01T01:11:31.963Z[ recovery-image] Aug 01 01:11:31.034 INFO O| Aug 01 01:11:31.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36232024-08-01T01:11:31.966Z[ recovery-image] Aug 01 01:11:31.036 INFO O| Aug 01 01:11:31.036 INFO STEP 12 (remove_files) COMPLETE
36242024-08-01T01:11:31.966Z[ recovery-image] Aug 01 01:11:31.036 INFO O| Aug 01 01:11:31.036 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36252024-08-01T01:11:32.004Z[ recovery-image] Aug 01 01:11:31.074 INFO O| Aug 01 01:11:31.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36262024-08-01T01:11:32.070Z[ recovery-image] Aug 01 01:11:31.140 INFO O| Aug 01 01:11:31.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36272024-08-01T01:11:32.080Z[ recovery-image] Aug 01 01:11:31.151 INFO O| Aug 01 01:11:31.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36282024-08-01T01:11:32.097Z[ host-image] Aug 01 01:11:31.168 INFO O| Aug 01 01:11:31.167 INFO O| Actions: Completed 238 actions in 0.57 seconds.
36292024-08-01T01:11:32.171Z[ recovery-image] Aug 01 01:11:31.242 INFO O| Aug 01 01:11:31.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36302024-08-01T01:11:32.175Z[ recovery-image] Aug 01 01:11:31.246 INFO O| Aug 01 01:11:31.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36312024-08-01T01:11:32.500Z[ recovery-image] Aug 01 01:11:31.570 INFO O| Aug 01 01:11:31.570 INFO STEP 13 (remove_files) COMPLETE
36322024-08-01T01:11:32.500Z[ recovery-image] Aug 01 01:11:31.570 INFO O| Aug 01 01:11:31.570 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36332024-08-01T01:11:32.520Z[ recovery-image] Aug 01 01:11:31.591 INFO O| Aug 01 01:11:31.591 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36342024-08-01T01:11:32.524Z[ recovery-image] Aug 01 01:11:31.593 INFO O| Aug 01 01:11:31.593 INFO STEP 14 (remove_files) COMPLETE
36352024-08-01T01:11:32.524Z[ recovery-image] Aug 01 01:11:31.593 INFO O| Aug 01 01:11:31.593 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36362024-08-01T01:11:32.555Z[ host-image] Aug 01 01:11:31.625 INFO O| Aug 01 01:11:31.625 INFO O| Done
36372024-08-01T01:11:32.555Z[ host-image] Aug 01 01:11:31.625 INFO O| Aug 01 01:11:31.625 INFO O| Done
36382024-08-01T01:11:32.561Z[ recovery-image] Aug 01 01:11:31.627 INFO O| Aug 01 01:11:31.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36392024-08-01T01:11:32.568Z[ recovery-image] Aug 01 01:11:31.639 INFO O| Aug 01 01:11:31.639 INFO STEP 15 (remove_files) COMPLETE
36402024-08-01T01:11:32.568Z[ recovery-image] Aug 01 01:11:31.639 INFO O| Aug 01 01:11:31.639 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36412024-08-01T01:11:32.607Z[ recovery-image] Aug 01 01:11:31.678 INFO O| Aug 01 01:11:31.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36422024-08-01T01:11:32.611Z[ recovery-image] Aug 01 01:11:31.679 INFO O| Aug 01 01:11:31.678 INFO STEP 16 (remove_files) COMPLETE
36432024-08-01T01:11:32.611Z[ recovery-image] Aug 01 01:11:31.679 INFO O| Aug 01 01:11:31.679 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36442024-08-01T01:11:32.631Z[ recovery-image] Aug 01 01:11:31.702 INFO O| Aug 01 01:11:31.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36452024-08-01T01:11:32.634Z[ recovery-image] Aug 01 01:11:31.705 INFO O| Aug 01 01:11:31.704 INFO STEP 17 (remove_files) COMPLETE
36462024-08-01T01:11:32.634Z[ recovery-image] Aug 01 01:11:31.705 INFO O| Aug 01 01:11:31.704 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36472024-08-01T01:11:32.655Z[ recovery-image] Aug 01 01:11:31.726 INFO O| Aug 01 01:11:31.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36482024-08-01T01:11:32.655Z[ recovery-image] Aug 01 01:11:31.726 INFO O| Aug 01 01:11:31.726 INFO STEP 18 (remove_files) COMPLETE
36492024-08-01T01:11:32.655Z[ recovery-image] Aug 01 01:11:31.726 INFO O| Aug 01 01:11:31.726 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-08-01T01:11:32.696Z[ recovery-image] Aug 01 01:11:31.767 INFO O| Aug 01 01:11:31.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36512024-08-01T01:11:32.696Z[ recovery-image] Aug 01 01:11:31.767 INFO O| Aug 01 01:11:31.767 INFO STEP 19 (remove_files) COMPLETE
36522024-08-01T01:11:32.700Z[ recovery-image] Aug 01 01:11:31.767 INFO O| Aug 01 01:11:31.767 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36532024-08-01T01:11:32.723Z[ recovery-image] Aug 01 01:11:31.793 INFO O| Aug 01 01:11:31.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36542024-08-01T01:11:32.723Z[ recovery-image] Aug 01 01:11:31.793 INFO O| Aug 01 01:11:31.793 INFO STEP 20 (remove_files) COMPLETE
36552024-08-01T01:11:32.723Z[ recovery-image] Aug 01 01:11:31.793 INFO O| Aug 01 01:11:31.793 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36562024-08-01T01:11:32.778Z[ recovery-image] Aug 01 01:11:31.849 INFO O| Aug 01 01:11:31.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36572024-08-01T01:11:32.778Z[ recovery-image] Aug 01 01:11:31.849 INFO O| Aug 01 01:11:31.849 INFO STEP 21 (remove_files) COMPLETE
36582024-08-01T01:11:32.778Z[ recovery-image] Aug 01 01:11:31.849 INFO O| Aug 01 01:11:31.849 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36592024-08-01T01:11:32.798Z[ recovery-image] Aug 01 01:11:31.868 INFO O| Aug 01 01:11:31.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36602024-08-01T01:11:32.798Z[ recovery-image] Aug 01 01:11:31.868 INFO O| Aug 01 01:11:31.868 INFO STEP 22 (remove_files) COMPLETE
36612024-08-01T01:11:32.798Z[ recovery-image] Aug 01 01:11:31.868 INFO O| Aug 01 01:11:31.868 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36622024-08-01T01:11:32.817Z[ recovery-image] Aug 01 01:11:31.888 INFO O| Aug 01 01:11:31.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36632024-08-01T01:11:32.821Z[ recovery-image] Aug 01 01:11:31.888 INFO O| Aug 01 01:11:31.888 INFO STEP 23 (remove_files) COMPLETE
36642024-08-01T01:11:32.821Z[ recovery-image] Aug 01 01:11:31.888 INFO O| Aug 01 01:11:31.888 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36652024-08-01T01:11:32.846Z[ recovery-image] Aug 01 01:11:31.916 INFO O| Aug 01 01:11:31.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36662024-08-01T01:11:32.846Z[ recovery-image] Aug 01 01:11:31.916 INFO O| Aug 01 01:11:31.916 INFO STEP 24 (remove_files) COMPLETE
36672024-08-01T01:11:32.849Z[ recovery-image] Aug 01 01:11:31.917 INFO O| Aug 01 01:11:31.916 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36682024-08-01T01:11:32.866Z[ recovery-image] Aug 01 01:11:31.937 INFO O| Aug 01 01:11:31.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36692024-08-01T01:11:32.866Z[ recovery-image] Aug 01 01:11:31.937 INFO O| Aug 01 01:11:31.937 INFO STEP 25 (remove_files) COMPLETE
36702024-08-01T01:11:32.869Z[ recovery-image] Aug 01 01:11:31.937 INFO O| Aug 01 01:11:31.937 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36712024-08-01T01:11:32.885Z[ recovery-image] Aug 01 01:11:31.956 INFO O| Aug 01 01:11:31.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36722024-08-01T01:11:32.888Z[ recovery-image] Aug 01 01:11:31.956 INFO O| Aug 01 01:11:31.956 INFO STEP 26 (remove_files) COMPLETE
36732024-08-01T01:11:32.888Z[ recovery-image] Aug 01 01:11:31.956 INFO O| Aug 01 01:11:31.956 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36742024-08-01T01:11:32.928Z[ recovery-image] Aug 01 01:11:31.999 INFO O| Aug 01 01:11:31.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36752024-08-01T01:11:32.928Z[ recovery-image] Aug 01 01:11:31.999 INFO O| Aug 01 01:11:31.999 INFO STEP 27 (remove_files) COMPLETE
36762024-08-01T01:11:32.932Z[ recovery-image] Aug 01 01:11:31.999 INFO O| Aug 01 01:11:31.999 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36772024-08-01T01:11:32.951Z[ recovery-image] Aug 01 01:11:32.022 INFO O| Aug 01 01:11:32.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36782024-08-01T01:11:32.951Z[ recovery-image] Aug 01 01:11:32.022 INFO O| Aug 01 01:11:32.022 INFO STEP 28 (remove_files) COMPLETE
36792024-08-01T01:11:32.951Z[ recovery-image] Aug 01 01:11:32.022 INFO O| Aug 01 01:11:32.022 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36802024-08-01T01:11:32.980Z[ recovery-image] Aug 01 01:11:32.050 INFO O| Aug 01 01:11:32.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36812024-08-01T01:11:32.984Z[ recovery-image] Aug 01 01:11:32.050 INFO O| Aug 01 01:11:32.050 INFO STEP 29 (remove_files) COMPLETE
36822024-08-01T01:11:32.984Z[ recovery-image] Aug 01 01:11:32.051 INFO O| Aug 01 01:11:32.051 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36832024-08-01T01:11:33.000Z[ recovery-image] Aug 01 01:11:32.071 INFO O| Aug 01 01:11:32.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36842024-08-01T01:11:33.003Z[ recovery-image] Aug 01 01:11:32.071 INFO O| Aug 01 01:11:32.071 INFO STEP 30 (remove_files) COMPLETE
36852024-08-01T01:11:33.003Z[ recovery-image] Aug 01 01:11:32.071 INFO O| Aug 01 01:11:32.071 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36862024-08-01T01:11:33.019Z[ recovery-image] Aug 01 01:11:32.089 INFO O| Aug 01 01:11:32.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36872024-08-01T01:11:33.019Z[ recovery-image] Aug 01 01:11:32.089 INFO O| Aug 01 01:11:32.089 INFO STEP 31 (remove_files) COMPLETE
36882024-08-01T01:11:33.022Z[ recovery-image] Aug 01 01:11:32.089 INFO O| Aug 01 01:11:32.089 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36892024-08-01T01:11:33.054Z[ recovery-image] Aug 01 01:11:32.124 INFO O| Aug 01 01:11:32.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36902024-08-01T01:11:33.054Z[ recovery-image] Aug 01 01:11:32.124 INFO O| Aug 01 01:11:32.124 INFO STEP 32 (remove_files) COMPLETE
36912024-08-01T01:11:33.054Z[ recovery-image] Aug 01 01:11:32.124 INFO O| Aug 01 01:11:32.124 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36922024-08-01T01:11:33.072Z[ recovery-image] Aug 01 01:11:32.143 INFO O| Aug 01 01:11:32.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
36932024-08-01T01:11:33.072Z[ recovery-image] Aug 01 01:11:32.143 INFO O| Aug 01 01:11:32.143 INFO STEP 33 (remove_files) COMPLETE
36942024-08-01T01:11:33.075Z[ recovery-image] Aug 01 01:11:32.143 INFO O| Aug 01 01:11:32.143 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36952024-08-01T01:11:33.093Z[ recovery-image] Aug 01 01:11:32.162 INFO O| Aug 01 01:11:32.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
36962024-08-01T01:11:33.093Z[ recovery-image] Aug 01 01:11:32.162 INFO O| Aug 01 01:11:32.162 INFO STEP 34 (remove_files) COMPLETE
36972024-08-01T01:11:33.096Z[ recovery-image] Aug 01 01:11:32.162 INFO O| Aug 01 01:11:32.162 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36982024-08-01T01:11:33.111Z[ recovery-image] Aug 01 01:11:32.181 INFO O| Aug 01 01:11:32.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
36992024-08-01T01:11:33.111Z[ recovery-image] Aug 01 01:11:32.181 INFO O| Aug 01 01:11:32.181 INFO STEP 35 (remove_files) COMPLETE
37002024-08-01T01:11:33.111Z[ recovery-image] Aug 01 01:11:32.181 INFO O| Aug 01 01:11:32.181 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37012024-08-01T01:11:33.128Z[ recovery-image] Aug 01 01:11:32.199 INFO O| Aug 01 01:11:32.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37022024-08-01T01:11:33.128Z[ recovery-image] Aug 01 01:11:32.199 INFO O| Aug 01 01:11:32.199 INFO STEP 36 (remove_files) COMPLETE
37032024-08-01T01:11:33.128Z[ recovery-image] Aug 01 01:11:32.199 INFO O| Aug 01 01:11:32.199 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37042024-08-01T01:11:33.147Z[ recovery-image] Aug 01 01:11:32.218 INFO O| Aug 01 01:11:32.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37052024-08-01T01:11:33.147Z[ recovery-image] Aug 01 01:11:32.218 INFO O| Aug 01 01:11:32.218 INFO STEP 37 (remove_files) COMPLETE
37062024-08-01T01:11:33.150Z[ recovery-image] Aug 01 01:11:32.218 INFO O| Aug 01 01:11:32.218 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37072024-08-01T01:11:33.165Z[ recovery-image] Aug 01 01:11:32.236 INFO O| Aug 01 01:11:32.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37082024-08-01T01:11:33.165Z[ recovery-image] Aug 01 01:11:32.236 INFO O| Aug 01 01:11:32.236 INFO STEP 38 (remove_files) COMPLETE
37092024-08-01T01:11:33.168Z[ recovery-image] Aug 01 01:11:32.236 INFO O| Aug 01 01:11:32.236 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37102024-08-01T01:11:33.184Z[ recovery-image] Aug 01 01:11:32.255 INFO O| Aug 01 01:11:32.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37112024-08-01T01:11:33.185Z[ recovery-image] Aug 01 01:11:32.255 INFO O| Aug 01 01:11:32.255 INFO STEP 39 (remove_files) COMPLETE
37122024-08-01T01:11:33.185Z[ recovery-image] Aug 01 01:11:32.255 INFO O| Aug 01 01:11:32.255 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37132024-08-01T01:11:33.202Z[ recovery-image] Aug 01 01:11:32.273 INFO O| Aug 01 01:11:32.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37142024-08-01T01:11:33.202Z[ recovery-image] Aug 01 01:11:32.273 INFO O| Aug 01 01:11:32.273 INFO STEP 40 (remove_files) COMPLETE
37152024-08-01T01:11:33.202Z[ recovery-image] Aug 01 01:11:32.273 INFO O| Aug 01 01:11:32.273 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37162024-08-01T01:11:33.240Z[ recovery-image] Aug 01 01:11:32.311 INFO O| Aug 01 01:11:32.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37172024-08-01T01:11:33.240Z[ recovery-image] Aug 01 01:11:32.311 INFO O| Aug 01 01:11:32.311 INFO STEP 41 (remove_files) COMPLETE
37182024-08-01T01:11:33.240Z[ recovery-image] Aug 01 01:11:32.311 INFO O| Aug 01 01:11:32.311 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37192024-08-01T01:11:33.260Z[ recovery-image] Aug 01 01:11:32.331 INFO O| Aug 01 01:11:32.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37202024-08-01T01:11:33.260Z[ recovery-image] Aug 01 01:11:32.331 INFO O| Aug 01 01:11:32.331 INFO STEP 42 (remove_files) COMPLETE
37212024-08-01T01:11:33.263Z[ recovery-image] Aug 01 01:11:32.331 INFO O| Aug 01 01:11:32.331 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37222024-08-01T01:11:33.280Z[ recovery-image] Aug 01 01:11:32.351 INFO O| Aug 01 01:11:32.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37232024-08-01T01:11:33.280Z[ recovery-image] Aug 01 01:11:32.351 INFO O| Aug 01 01:11:32.351 INFO STEP 43 (remove_files) COMPLETE
37242024-08-01T01:11:33.280Z[ recovery-image] Aug 01 01:11:32.351 INFO O| Aug 01 01:11:32.351 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37252024-08-01T01:11:33.300Z[ recovery-image] Aug 01 01:11:32.371 INFO O| Aug 01 01:11:32.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37262024-08-01T01:11:33.300Z[ recovery-image] Aug 01 01:11:32.371 INFO O| Aug 01 01:11:32.371 INFO STEP 44 (remove_files) COMPLETE
37272024-08-01T01:11:33.300Z[ recovery-image] Aug 01 01:11:32.371 INFO O| Aug 01 01:11:32.371 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37282024-08-01T01:11:33.320Z[ recovery-image] Aug 01 01:11:32.391 INFO O| Aug 01 01:11:32.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37292024-08-01T01:11:33.320Z[ recovery-image] Aug 01 01:11:32.391 INFO O| Aug 01 01:11:32.391 INFO STEP 45 (remove_files) COMPLETE
37302024-08-01T01:11:33.323Z[ recovery-image] Aug 01 01:11:32.391 INFO O| Aug 01 01:11:32.391 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37312024-08-01T01:11:33.359Z[ recovery-image] Aug 01 01:11:32.430 INFO O| Aug 01 01:11:32.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37322024-08-01T01:11:33.359Z[ recovery-image] Aug 01 01:11:32.430 INFO O| Aug 01 01:11:32.430 INFO STEP 46 (remove_files) COMPLETE
37332024-08-01T01:11:33.359Z[ recovery-image] Aug 01 01:11:32.430 INFO O| Aug 01 01:11:32.430 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37342024-08-01T01:11:33.379Z[ recovery-image] Aug 01 01:11:32.450 INFO O| Aug 01 01:11:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37352024-08-01T01:11:33.379Z[ recovery-image] Aug 01 01:11:32.450 INFO O| Aug 01 01:11:32.450 INFO STEP 47 (remove_files) COMPLETE
37362024-08-01T01:11:33.379Z[ recovery-image] Aug 01 01:11:32.450 INFO O| Aug 01 01:11:32.450 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37372024-08-01T01:11:33.396Z[ recovery-image] Aug 01 01:11:32.466 INFO O| Aug 01 01:11:32.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37382024-08-01T01:11:33.396Z[ recovery-image] Aug 01 01:11:32.467 INFO O| Aug 01 01:11:32.466 INFO STEP 48 (remove_files) COMPLETE
37392024-08-01T01:11:33.396Z[ recovery-image] Aug 01 01:11:32.467 INFO O| Aug 01 01:11:32.467 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37402024-08-01T01:11:33.412Z[ recovery-image] Aug 01 01:11:32.483 INFO O| Aug 01 01:11:32.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37412024-08-01T01:11:33.413Z[ recovery-image] Aug 01 01:11:32.483 INFO O| Aug 01 01:11:32.483 INFO STEP 49 (remove_files) COMPLETE
37422024-08-01T01:11:33.413Z[ recovery-image] Aug 01 01:11:32.483 INFO O| Aug 01 01:11:32.483 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37432024-08-01T01:11:33.429Z[ recovery-image] Aug 01 01:11:32.500 INFO O| Aug 01 01:11:32.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37442024-08-01T01:11:33.429Z[ recovery-image] Aug 01 01:11:32.500 INFO O| Aug 01 01:11:32.500 INFO STEP 50 (remove_files) COMPLETE
37452024-08-01T01:11:33.432Z[ recovery-image] Aug 01 01:11:32.500 INFO O| Aug 01 01:11:32.500 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37462024-08-01T01:11:33.445Z[ host-image] Aug 01 01:11:32.516 INFO O| Aug 01 01:11:32.516 INFO O| Done
37472024-08-01T01:11:33.464Z[ recovery-image] Aug 01 01:11:32.535 INFO O| Aug 01 01:11:32.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37482024-08-01T01:11:33.464Z[ recovery-image] Aug 01 01:11:32.535 INFO O| Aug 01 01:11:32.535 INFO STEP 51 (remove_files) COMPLETE
37492024-08-01T01:11:33.464Z[ recovery-image] Aug 01 01:11:32.535 INFO O| Aug 01 01:11:32.535 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-08-01T01:11:33.484Z[ recovery-image] Aug 01 01:11:32.555 INFO O| Aug 01 01:11:32.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37512024-08-01T01:11:33.485Z[ recovery-image] Aug 01 01:11:32.555 INFO O| Aug 01 01:11:32.555 INFO STEP 52 (remove_files) COMPLETE
37522024-08-01T01:11:33.488Z[ recovery-image] Aug 01 01:11:32.555 INFO O| Aug 01 01:11:32.555 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-08-01T01:11:33.503Z[ recovery-image] Aug 01 01:11:32.574 INFO O| Aug 01 01:11:32.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37542024-08-01T01:11:33.503Z[ recovery-image] Aug 01 01:11:32.574 INFO O| Aug 01 01:11:32.574 INFO STEP 53 (remove_files) COMPLETE
37552024-08-01T01:11:33.503Z[ recovery-image] Aug 01 01:11:32.574 INFO O| Aug 01 01:11:32.574 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-08-01T01:11:33.530Z[ recovery-image] Aug 01 01:11:32.601 INFO O| Aug 01 01:11:32.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37572024-08-01T01:11:33.530Z[ recovery-image] Aug 01 01:11:32.601 INFO O| Aug 01 01:11:32.601 INFO STEP 54 (remove_files) COMPLETE
37582024-08-01T01:11:33.533Z[ recovery-image] Aug 01 01:11:32.601 INFO O| Aug 01 01:11:32.601 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-08-01T01:11:33.572Z[ recovery-image] Aug 01 01:11:32.643 INFO O| Aug 01 01:11:32.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37602024-08-01T01:11:33.572Z[ recovery-image] Aug 01 01:11:32.643 INFO O| Aug 01 01:11:32.643 INFO STEP 55 (remove_files) COMPLETE
37612024-08-01T01:11:33.572Z[ recovery-image] Aug 01 01:11:32.643 INFO O| Aug 01 01:11:32.643 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-01T01:11:33.615Z[ recovery-image] Aug 01 01:11:32.686 INFO O| Aug 01 01:11:32.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37632024-08-01T01:11:33.619Z[ recovery-image] Aug 01 01:11:32.686 INFO O| Aug 01 01:11:32.686 INFO STEP 56 (remove_files) COMPLETE
37642024-08-01T01:11:33.619Z[ recovery-image] Aug 01 01:11:32.686 INFO O| Aug 01 01:11:32.686 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-08-01T01:11:33.634Z[ recovery-image] Aug 01 01:11:32.705 INFO O| Aug 01 01:11:32.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37662024-08-01T01:11:33.634Z[ recovery-image] Aug 01 01:11:32.705 INFO O| Aug 01 01:11:32.705 INFO STEP 57 (remove_files) COMPLETE
37672024-08-01T01:11:33.637Z[ recovery-image] Aug 01 01:11:32.705 INFO O| Aug 01 01:11:32.705 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-08-01T01:11:33.663Z[ recovery-image] Aug 01 01:11:32.734 INFO O| Aug 01 01:11:32.734 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37692024-08-01T01:11:33.666Z[ recovery-image] Aug 01 01:11:32.734 INFO O| Aug 01 01:11:32.734 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37702024-08-01T01:11:33.666Z[ recovery-image] Aug 01 01:11:32.734 INFO O| Aug 01 01:11:32.734 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37712024-08-01T01:11:33.666Z[ recovery-image] Aug 01 01:11:32.734 INFO O| Aug 01 01:11:32.734 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37722024-08-01T01:11:33.666Z[ recovery-image] Aug 01 01:11:32.734 INFO O| Aug 01 01:11:32.734 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37732024-08-01T01:11:33.666Z[ recovery-image] Aug 01 01:11:32.735 INFO O| Aug 01 01:11:32.735 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37742024-08-01T01:11:33.666Z[ recovery-image] Aug 01 01:11:32.735 INFO O| Aug 01 01:11:32.735 INFO ok!
37752024-08-01T01:11:33.666Z[ recovery-image] Aug 01 01:11:32.735 INFO O| Aug 01 01:11:32.735 INFO STEP 58 (ensure_file) COMPLETE
37762024-08-01T01:11:33.667Z[ recovery-image] Aug 01 01:11:32.735 INFO O| Aug 01 01:11:32.735 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-08-01T01:11:33.684Z[ recovery-image] Aug 01 01:11:32.755 INFO O| Aug 01 01:11:32.755 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37782024-08-01T01:11:33.684Z[ recovery-image] Aug 01 01:11:32.755 INFO O| Aug 01 01:11:32.755 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37792024-08-01T01:11:33.688Z[ recovery-image] Aug 01 01:11:32.756 INFO O| Aug 01 01:11:32.756 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37802024-08-01T01:11:33.688Z[ recovery-image] Aug 01 01:11:32.756 INFO O| Aug 01 01:11:32.756 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37812024-08-01T01:11:33.688Z[ recovery-image] Aug 01 01:11:32.756 INFO O| Aug 01 01:11:32.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37822024-08-01T01:11:33.688Z[ recovery-image] Aug 01 01:11:32.756 INFO O| Aug 01 01:11:32.756 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37832024-08-01T01:11:33.688Z[ recovery-image] Aug 01 01:11:32.756 INFO O| Aug 01 01:11:32.756 INFO ok!
37842024-08-01T01:11:33.688Z[ recovery-image] Aug 01 01:11:32.756 INFO O| Aug 01 01:11:32.756 INFO STEP 59 (ensure_file) COMPLETE
37852024-08-01T01:11:33.688Z[ recovery-image] Aug 01 01:11:32.756 INFO O| Aug 01 01:11:32.756 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-08-01T01:11:33.704Z[ recovery-image] Aug 01 01:11:32.775 INFO O| Aug 01 01:11:32.775 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37872024-08-01T01:11:33.704Z[ recovery-image] Aug 01 01:11:32.775 INFO O| Aug 01 01:11:32.775 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37882024-08-01T01:11:33.707Z[ recovery-image] Aug 01 01:11:32.775 INFO O| Aug 01 01:11:32.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37892024-08-01T01:11:33.707Z[ recovery-image] Aug 01 01:11:32.775 INFO O| Aug 01 01:11:32.775 INFO ok!
37902024-08-01T01:11:33.707Z[ recovery-image] Aug 01 01:11:32.775 INFO O| Aug 01 01:11:32.775 INFO STEP 60 (ensure_file) COMPLETE
37912024-08-01T01:11:33.707Z[ recovery-image] Aug 01 01:11:32.776 INFO O| Aug 01 01:11:32.776 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-08-01T01:11:33.735Z[ recovery-image] Aug 01 01:11:32.805 INFO O| Aug 01 01:11:32.805 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
37932024-08-01T01:11:33.735Z[ recovery-image] Aug 01 01:11:32.806 INFO O| Aug 01 01:11:32.806 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
37942024-08-01T01:11:33.738Z[ recovery-image] Aug 01 01:11:32.806 INFO O| Aug 01 01:11:32.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
37952024-08-01T01:11:33.738Z[ recovery-image] Aug 01 01:11:32.806 INFO O| Aug 01 01:11:32.806 INFO ok!
37962024-08-01T01:11:33.738Z[ recovery-image] Aug 01 01:11:32.806 INFO O| Aug 01 01:11:32.806 INFO STEP 61 (ensure_file) COMPLETE
37972024-08-01T01:11:33.738Z[ recovery-image] Aug 01 01:11:32.806 INFO O| Aug 01 01:11:32.806 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-08-01T01:11:33.754Z[ recovery-image] Aug 01 01:11:32.825 INFO O| Aug 01 01:11:32.825 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
37992024-08-01T01:11:33.754Z[ recovery-image] Aug 01 01:11:32.825 INFO O| Aug 01 01:11:32.825 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38002024-08-01T01:11:33.757Z[ recovery-image] Aug 01 01:11:32.826 INFO O| Aug 01 01:11:32.826 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38012024-08-01T01:11:33.757Z[ recovery-image] Aug 01 01:11:32.826 INFO O| Aug 01 01:11:32.826 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38022024-08-01T01:11:33.757Z[ recovery-image] Aug 01 01:11:32.826 INFO O| Aug 01 01:11:32.826 INFO ok!
38032024-08-01T01:11:33.757Z[ recovery-image] Aug 01 01:11:32.826 INFO O| Aug 01 01:11:32.826 INFO STEP 62 (ensure_file) COMPLETE
38042024-08-01T01:11:33.757Z[ recovery-image] Aug 01 01:11:32.826 INFO O| Aug 01 01:11:32.826 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38052024-08-01T01:11:33.775Z[ recovery-image] Aug 01 01:11:32.846 INFO O| Aug 01 01:11:32.846 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38062024-08-01T01:11:33.775Z[ recovery-image] Aug 01 01:11:32.846 INFO O| Aug 01 01:11:32.846 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38072024-08-01T01:11:33.778Z[ recovery-image] Aug 01 01:11:32.846 INFO O| Aug 01 01:11:32.846 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38082024-08-01T01:11:33.778Z[ recovery-image] Aug 01 01:11:32.846 INFO O| Aug 01 01:11:32.846 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38092024-08-01T01:11:33.778Z[ recovery-image] Aug 01 01:11:32.847 INFO O| Aug 01 01:11:32.846 INFO ok!
38102024-08-01T01:11:33.778Z[ recovery-image] Aug 01 01:11:32.847 INFO O| Aug 01 01:11:32.847 INFO STEP 63 (ensure_file) COMPLETE
38112024-08-01T01:11:33.778Z[ recovery-image] Aug 01 01:11:32.847 INFO O| Aug 01 01:11:32.847 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-08-01T01:11:33.795Z[ recovery-image] Aug 01 01:11:32.866 INFO O| Aug 01 01:11:32.866 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme does not exist
38132024-08-01T01:11:33.796Z[ recovery-image] Aug 01 01:11:32.867 INFO O| Aug 01 01:11:32.866 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme ...
38142024-08-01T01:11:33.798Z[ recovery-image] Aug 01 01:11:32.867 INFO O| Aug 01 01:11:32.867 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
38152024-08-01T01:11:33.798Z[ recovery-image] Aug 01 01:11:32.867 INFO O| Aug 01 01:11:32.867 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
38162024-08-01T01:11:33.798Z[ recovery-image] Aug 01 01:11:32.867 INFO O| Aug 01 01:11:32.867 INFO ok!
38172024-08-01T01:11:33.799Z[ recovery-image] Aug 01 01:11:32.867 INFO O| Aug 01 01:11:32.867 INFO STEP 64 (ensure_file) COMPLETE
38182024-08-01T01:11:33.799Z[ recovery-image] Aug 01 01:11:32.867 INFO O| Aug 01 01:11:32.867 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-08-01T01:11:33.827Z[ recovery-image] Aug 01 01:11:32.898 INFO O| Aug 01 01:11:32.897 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38202024-08-01T01:11:33.827Z[ recovery-image] Aug 01 01:11:32.898 INFO O| Aug 01 01:11:32.898 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38212024-08-01T01:11:33.830Z[ recovery-image] Aug 01 01:11:32.898 INFO O| Aug 01 01:11:32.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38222024-08-01T01:11:33.830Z[ recovery-image] Aug 01 01:11:32.898 INFO O| Aug 01 01:11:32.898 INFO ok!
38232024-08-01T01:11:33.830Z[ recovery-image] Aug 01 01:11:32.898 INFO O| Aug 01 01:11:32.898 INFO STEP 65 (assemble_files) COMPLETE
38242024-08-01T01:11:33.830Z[ recovery-image] Aug 01 01:11:32.898 INFO O| Aug 01 01:11:32.898 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38252024-08-01T01:11:33.864Z[ recovery-image] Aug 01 01:11:32.934 INFO O| Aug 01 01:11:32.934 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38262024-08-01T01:11:33.864Z[ recovery-image] Aug 01 01:11:32.934 INFO O| Aug 01 01:11:32.934 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38272024-08-01T01:11:33.864Z[ recovery-image] Aug 01 01:11:32.935 INFO O| Aug 01 01:11:32.934 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38282024-08-01T01:11:33.867Z[ recovery-image] Aug 01 01:11:32.935 INFO O| Aug 01 01:11:32.935 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38292024-08-01T01:11:33.867Z[ recovery-image] Aug 01 01:11:32.935 INFO O| Aug 01 01:11:32.935 INFO ok!
38302024-08-01T01:11:33.867Z[ recovery-image] Aug 01 01:11:32.935 INFO O| Aug 01 01:11:32.935 INFO STEP 66 (ensure_file) COMPLETE
38312024-08-01T01:11:33.867Z[ recovery-image] Aug 01 01:11:32.935 INFO O| Aug 01 01:11:32.935 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38322024-08-01T01:11:33.867Z[ recovery-image] Aug 01 01:11:32.935 INFO O| Aug 01 01:11:32.935 INFO skip step because feature "omicron1" is not enabled
38332024-08-01T01:11:33.867Z[ recovery-image] Aug 01 01:11:32.935 INFO O| Aug 01 01:11:32.935 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-08-01T01:11:33.867Z[ recovery-image] Aug 01 01:11:32.935 INFO O| Aug 01 01:11:32.935 INFO skip step because feature "omicron1" is not enabled
38352024-08-01T01:11:33.867Z[ recovery-image] Aug 01 01:11:32.935 INFO O| Aug 01 01:11:32.935 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-08-01T01:11:33.867Z[ recovery-image] Aug 01 01:11:32.935 INFO O| Aug 01 01:11:32.935 INFO skip step because feature "omicron1" is not enabled
38372024-08-01T01:11:33.867Z[ recovery-image] Aug 01 01:11:32.935 INFO O| Aug 01 01:11:32.935 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38382024-08-01T01:11:33.904Z[ recovery-image] Aug 01 01:11:32.975 INFO O| Aug 01 01:11:32.975 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38392024-08-01T01:11:33.904Z[ recovery-image] Aug 01 01:11:32.975 INFO O| Aug 01 01:11:32.975 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38402024-08-01T01:11:36.362Z[ host-image] Aug 01 01:11:35.433 INFO O| Aug 01 01:11:35.433 INFO O| Done
38412024-08-01T01:11:36.420Z[ host-image] Aug 01 01:11:35.491 INFO O| Aug 01 01:11:35.491 INFO O| Done
38422024-08-01T01:11:36.423Z[ host-image] Aug 01 01:11:35.491 INFO O| Aug 01 01:11:35.491 INFO O| Done
38432024-08-01T01:11:36.449Z[ host-image] Aug 01 01:11:35.520 INFO O| Aug 01 01:11:35.520 INFO O| Done
38442024-08-01T01:11:36.610Z[ host-image] Aug 01 01:11:35.681 INFO O| Aug 01 01:11:35.681 INFO STEP 12 (pkg_install) COMPLETE
38452024-08-01T01:11:36.610Z[ host-image] Aug 01 01:11:35.681 INFO O| Aug 01 01:11:35.681 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38462024-08-01T01:11:36.629Z[ host-image] Aug 01 01:11:35.700 INFO O| Aug 01 01:11:35.700 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
38472024-08-01T01:11:37.113Z[ recovery-image] Aug 01 01:11:36.185 INFO O| Aug 01 01:11:36.184 INFO STEP 70 (pack_tar) COMPLETE
38482024-08-01T01:11:37.113Z[ recovery-image] Aug 01 01:11:36.185 INFO O| Aug 01 01:11:36.185 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38492024-08-01T01:11:37.116Z[ recovery-image] Aug 01 01:11:36.185 INFO O| Aug 01 01:11:36.185 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38502024-08-01T01:11:37.234Z[ recovery-image] Aug 01 01:11:36.306 INFO O| Aug 01 01:11:36.305 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38512024-08-01T01:11:37.357Z[ recovery-image] Aug 01 01:11:36.429 INFO O| Aug 01 01:11:36.428 INFO completed processing gimlet/ramdisk-02-trim
38522024-08-01T01:11:37.361Z[ recovery-image] Aug 01 01:11:36.432 INFO image builder template: ramdisk-03-recovery-trim...
38532024-08-01T01:11:37.361Z[ recovery-image] Aug 01 01:11:36.432 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/.tmp3y6chY/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
38542024-08-01T01:11:37.505Z[ recovery-image] Aug 01 01:11:36.576 INFO O| Aug 01 01:11:36.576 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38552024-08-01T01:11:37.518Z[ recovery-image] Aug 01 01:11:36.590 INFO O| Aug 01 01:11:36.590 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38562024-08-01T01:11:37.609Z[ recovery-image] Aug 01 01:11:36.680 INFO O| Aug 01 01:11:36.680 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38572024-08-01T01:11:37.674Z[ recovery-image] Aug 01 01:11:36.745 INFO O| Aug 01 01:11:36.745 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38582024-08-01T01:11:37.677Z[ recovery-image] Aug 01 01:11:36.746 INFO O| Aug 01 01:11:36.745 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38592024-08-01T01:11:37.697Z[ recovery-image] Aug 01 01:11:36.768 INFO O| Aug 01 01:11:36.768 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38602024-08-01T01:11:37.734Z[ host-image] Aug 01 01:11:36.805 INFO O| Aug 01 01:11:36.805 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38612024-08-01T01:11:37.745Z[ recovery-image] Aug 01 01:11:36.816 INFO O| Aug 01 01:11:36.816 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38622024-08-01T01:11:37.772Z[ recovery-image] Aug 01 01:11:36.844 INFO O| Aug 01 01:11:36.844 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38632024-08-01T01:11:38.194Z[ recovery-image] Aug 01 01:11:37.265 INFO O| Aug 01 01:11:37.265 INFO rolled back to input snapshot; work may begin
38642024-08-01T01:11:38.194Z[ recovery-image] Aug 01 01:11:37.265 INFO O| Aug 01 01:11:37.265 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38652024-08-01T01:11:38.209Z[ recovery-image] Aug 01 01:11:37.281 INFO O| Aug 01 01:11:37.280 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38662024-08-01T01:11:38.240Z[ recovery-image] Aug 01 01:11:37.311 INFO O| Aug 01 01:11:37.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38672024-08-01T01:11:38.243Z[ recovery-image] Aug 01 01:11:37.315 INFO O| Aug 01 01:11:37.315 INFO STEP 0 (remove_files) COMPLETE
38682024-08-01T01:11:38.243Z[ recovery-image] Aug 01 01:11:37.315 INFO O| Aug 01 01:11:37.315 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38692024-08-01T01:11:38.265Z[ recovery-image] Aug 01 01:11:37.337 INFO O| Aug 01 01:11:37.337 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38702024-08-01T01:11:38.342Z[ recovery-image] Aug 01 01:11:37.414 INFO O| Aug 01 01:11:37.414 INFO STEP 1 (remove_files) COMPLETE
38712024-08-01T01:11:38.342Z[ recovery-image] Aug 01 01:11:37.414 INFO O| Aug 01 01:11:37.414 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38722024-08-01T01:11:38.361Z[ recovery-image] Aug 01 01:11:37.432 INFO O| Aug 01 01:11:37.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38732024-08-01T01:11:38.430Z[ recovery-image] Aug 01 01:11:37.435 INFO O| Aug 01 01:11:37.435 INFO STEP 2 (remove_files) COMPLETE
38742024-08-01T01:11:38.431Z[ recovery-image] Aug 01 01:11:37.435 INFO O| Aug 01 01:11:37.435 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38752024-08-01T01:11:38.434Z[ recovery-image] Aug 01 01:11:37.454 INFO O| Aug 01 01:11:37.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38762024-08-01T01:11:38.452Z[ recovery-image] Aug 01 01:11:37.524 INFO O| Aug 01 01:11:37.523 INFO STEP 3 (remove_files) COMPLETE
38772024-08-01T01:11:38.452Z[ recovery-image] Aug 01 01:11:37.524 INFO O| Aug 01 01:11:37.524 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38782024-08-01T01:11:38.477Z[ recovery-image] Aug 01 01:11:37.549 INFO O| Aug 01 01:11:37.549 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38792024-08-01T01:11:38.499Z[ recovery-image] Aug 01 01:11:37.570 INFO O| Aug 01 01:11:37.570 INFO STEP 4 (remove_files) COMPLETE
38802024-08-01T01:11:38.499Z[ recovery-image] Aug 01 01:11:37.570 INFO O| Aug 01 01:11:37.570 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38812024-08-01T01:11:38.523Z[ recovery-image] Aug 01 01:11:37.595 INFO O| Aug 01 01:11:37.594 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38822024-08-01T01:11:38.528Z[ recovery-image] Aug 01 01:11:37.600 INFO O| Aug 01 01:11:37.599 INFO STEP 5 (remove_files) COMPLETE
38832024-08-01T01:11:38.528Z[ recovery-image] Aug 01 01:11:37.600 INFO O| Aug 01 01:11:37.600 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38842024-08-01T01:11:38.548Z[ recovery-image] Aug 01 01:11:37.620 INFO O| Aug 01 01:11:37.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38852024-08-01T01:11:38.551Z[ recovery-image] Aug 01 01:11:37.622 INFO O| Aug 01 01:11:37.622 INFO STEP 6 (remove_files) COMPLETE
38862024-08-01T01:11:38.551Z[ recovery-image] Aug 01 01:11:37.622 INFO O| Aug 01 01:11:37.622 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38872024-08-01T01:11:38.579Z[ recovery-image] Aug 01 01:11:37.651 INFO O| Aug 01 01:11:37.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38882024-08-01T01:11:38.582Z[ recovery-image] Aug 01 01:11:37.653 INFO O| Aug 01 01:11:37.653 INFO STEP 7 (remove_files) COMPLETE
38892024-08-01T01:11:38.582Z[ recovery-image] Aug 01 01:11:37.653 INFO O| Aug 01 01:11:37.653 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38902024-08-01T01:11:38.622Z[ recovery-image] Aug 01 01:11:37.694 INFO O| Aug 01 01:11:37.694 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38912024-08-01T01:11:38.627Z[ recovery-image] Aug 01 01:11:37.698 INFO O| Aug 01 01:11:37.698 INFO STEP 8 (remove_files) COMPLETE
38922024-08-01T01:11:38.627Z[ recovery-image] Aug 01 01:11:37.698 INFO O| Aug 01 01:11:37.698 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38932024-08-01T01:11:38.652Z[ recovery-image] Aug 01 01:11:37.723 INFO O| Aug 01 01:11:37.723 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38942024-08-01T01:11:38.655Z[ recovery-image] Aug 01 01:11:37.724 INFO O| Aug 01 01:11:37.724 INFO STEP 9 (remove_files) COMPLETE
38952024-08-01T01:11:38.655Z[ recovery-image] Aug 01 01:11:37.724 INFO O| Aug 01 01:11:37.724 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38962024-08-01T01:11:38.680Z[ recovery-image] Aug 01 01:11:37.752 INFO O| Aug 01 01:11:37.752 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38972024-08-01T01:11:38.683Z[ recovery-image] Aug 01 01:11:37.755 INFO O| Aug 01 01:11:37.754 INFO STEP 10 (remove_files) COMPLETE
38982024-08-01T01:11:38.683Z[ recovery-image] Aug 01 01:11:37.755 INFO O| Aug 01 01:11:37.755 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38992024-08-01T01:11:38.709Z[ recovery-image] Aug 01 01:11:37.781 INFO O| Aug 01 01:11:37.781 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39002024-08-01T01:11:38.922Z[ recovery-image] Aug 01 01:11:37.994 INFO O| Aug 01 01:11:37.994 INFO STEP 11 (remove_files) COMPLETE
39012024-08-01T01:11:38.922Z[ recovery-image] Aug 01 01:11:37.994 INFO O| Aug 01 01:11:37.994 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39022024-08-01T01:11:38.957Z[ recovery-image] Aug 01 01:11:38.029 INFO O| Aug 01 01:11:38.029 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39032024-08-01T01:11:38.968Z[ recovery-image] Aug 01 01:11:38.040 INFO O| Aug 01 01:11:38.040 INFO STEP 12 (remove_files) COMPLETE
39042024-08-01T01:11:38.968Z[ recovery-image] Aug 01 01:11:38.040 INFO O| Aug 01 01:11:38.040 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39052024-08-01T01:11:39.003Z[ recovery-image] Aug 01 01:11:38.075 INFO O| Aug 01 01:11:38.075 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39062024-08-01T01:11:39.015Z[ recovery-image] Aug 01 01:11:38.086 INFO O| Aug 01 01:11:38.086 INFO STEP 13 (remove_files) COMPLETE
39072024-08-01T01:11:39.015Z[ recovery-image] Aug 01 01:11:38.086 INFO O| Aug 01 01:11:38.086 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39082024-08-01T01:11:39.071Z[ recovery-image] Aug 01 01:11:38.142 INFO O| Aug 01 01:11:38.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39092024-08-01T01:11:39.074Z[ recovery-image] Aug 01 01:11:38.143 INFO O| Aug 01 01:11:38.143 INFO STEP 14 (remove_files) COMPLETE
39102024-08-01T01:11:39.074Z[ recovery-image] Aug 01 01:11:38.143 INFO O| Aug 01 01:11:38.143 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39112024-08-01T01:11:39.113Z[ recovery-image] Aug 01 01:11:38.185 INFO O| Aug 01 01:11:38.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39122024-08-01T01:11:39.116Z[ recovery-image] Aug 01 01:11:38.186 INFO O| Aug 01 01:11:38.186 INFO STEP 15 (remove_files) COMPLETE
39132024-08-01T01:11:39.116Z[ recovery-image] Aug 01 01:11:38.186 INFO O| Aug 01 01:11:38.186 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39142024-08-01T01:11:39.157Z[ recovery-image] Aug 01 01:11:38.229 INFO O| Aug 01 01:11:38.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39152024-08-01T01:11:39.175Z[ recovery-image] Aug 01 01:11:38.247 INFO O| Aug 01 01:11:38.247 INFO STEP 16 (remove_files) COMPLETE
39162024-08-01T01:11:39.176Z[ recovery-image] Aug 01 01:11:38.247 INFO O| Aug 01 01:11:38.247 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39172024-08-01T01:11:39.199Z[ recovery-image] Aug 01 01:11:38.271 INFO O| Aug 01 01:11:38.270 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39182024-08-01T01:11:39.199Z[ recovery-image] Aug 01 01:11:38.271 INFO O| Aug 01 01:11:38.271 INFO STEP 17 (remove_files) COMPLETE
39192024-08-01T01:11:39.202Z[ recovery-image] Aug 01 01:11:38.271 INFO O| Aug 01 01:11:38.271 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39202024-08-01T01:11:39.221Z[ recovery-image] Aug 01 01:11:38.292 INFO O| Aug 01 01:11:38.292 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39212024-08-01T01:11:39.221Z[ recovery-image] Aug 01 01:11:38.293 INFO O| Aug 01 01:11:38.293 INFO STEP 18 (remove_files) COMPLETE
39222024-08-01T01:11:39.223Z[ recovery-image] Aug 01 01:11:38.293 INFO O| Aug 01 01:11:38.293 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39232024-08-01T01:11:39.243Z[ recovery-image] Aug 01 01:11:38.315 INFO O| Aug 01 01:11:38.315 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39242024-08-01T01:11:39.339Z[ recovery-image] Aug 01 01:11:38.410 INFO O| Aug 01 01:11:38.410 INFO STEP 19 (remove_files) COMPLETE
39252024-08-01T01:11:39.339Z[ recovery-image] Aug 01 01:11:38.411 INFO O| Aug 01 01:11:38.410 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39262024-08-01T01:11:39.361Z[ recovery-image] Aug 01 01:11:38.432 INFO O| Aug 01 01:11:38.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39272024-08-01T01:11:39.400Z[ recovery-image] Aug 01 01:11:38.472 INFO O| Aug 01 01:11:38.472 INFO STEP 20 (remove_files) COMPLETE
39282024-08-01T01:11:39.400Z[ recovery-image] Aug 01 01:11:38.472 INFO O| Aug 01 01:11:38.472 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39292024-08-01T01:11:39.422Z[ recovery-image] Aug 01 01:11:38.493 INFO O| Aug 01 01:11:38.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39302024-08-01T01:11:39.425Z[ recovery-image] Aug 01 01:11:38.494 INFO O| Aug 01 01:11:38.494 INFO STEP 21 (remove_files) COMPLETE
39312024-08-01T01:11:39.425Z[ recovery-image] Aug 01 01:11:38.494 INFO O| Aug 01 01:11:38.494 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39322024-08-01T01:11:39.443Z[ recovery-image] Aug 01 01:11:38.514 INFO O| Aug 01 01:11:38.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39332024-08-01T01:11:39.446Z[ recovery-image] Aug 01 01:11:38.515 INFO O| Aug 01 01:11:38.515 INFO STEP 22 (remove_files) COMPLETE
39342024-08-01T01:11:39.446Z[ recovery-image] Aug 01 01:11:38.515 INFO O| Aug 01 01:11:38.515 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39352024-08-01T01:11:39.464Z[ recovery-image] Aug 01 01:11:38.536 INFO O| Aug 01 01:11:38.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39362024-08-01T01:11:39.468Z[ recovery-image] Aug 01 01:11:38.538 INFO O| Aug 01 01:11:38.538 INFO STEP 23 (remove_files) COMPLETE
39372024-08-01T01:11:39.468Z[ recovery-image] Aug 01 01:11:38.538 INFO O| Aug 01 01:11:38.538 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39382024-08-01T01:11:39.502Z[ recovery-image] Aug 01 01:11:38.574 INFO O| Aug 01 01:11:38.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39392024-08-01T01:11:39.508Z[ recovery-image] Aug 01 01:11:38.580 INFO O| Aug 01 01:11:38.580 INFO STEP 24 (remove_files) COMPLETE
39402024-08-01T01:11:39.510Z[ recovery-image] Aug 01 01:11:38.580 INFO O| Aug 01 01:11:38.580 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39412024-08-01T01:11:39.539Z[ recovery-image] Aug 01 01:11:38.611 INFO O| Aug 01 01:11:38.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39422024-08-01T01:11:39.539Z[ recovery-image] Aug 01 01:11:38.611 INFO O| Aug 01 01:11:38.611 INFO STEP 25 (remove_files) COMPLETE
39432024-08-01T01:11:39.539Z[ recovery-image] Aug 01 01:11:38.611 INFO O| Aug 01 01:11:38.611 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39442024-08-01T01:11:39.570Z[ recovery-image] Aug 01 01:11:38.642 INFO O| Aug 01 01:11:38.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39452024-08-01T01:11:39.573Z[ recovery-image] Aug 01 01:11:38.642 INFO O| Aug 01 01:11:38.642 INFO STEP 26 (remove_files) COMPLETE
39462024-08-01T01:11:39.573Z[ recovery-image] Aug 01 01:11:38.642 INFO O| Aug 01 01:11:38.642 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39472024-08-01T01:11:39.642Z[ recovery-image] Aug 01 01:11:38.714 INFO O| Aug 01 01:11:38.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39482024-08-01T01:11:39.643Z[ recovery-image] Aug 01 01:11:38.714 INFO O| Aug 01 01:11:38.714 INFO STEP 27 (remove_files) COMPLETE
39492024-08-01T01:11:39.646Z[ recovery-image] Aug 01 01:11:38.715 INFO O| Aug 01 01:11:38.714 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39502024-08-01T01:11:39.664Z[ recovery-image] Aug 01 01:11:38.736 INFO O| Aug 01 01:11:38.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39512024-08-01T01:11:39.667Z[ recovery-image] Aug 01 01:11:38.736 INFO O| Aug 01 01:11:38.736 INFO STEP 28 (remove_files) COMPLETE
39522024-08-01T01:11:39.667Z[ recovery-image] Aug 01 01:11:38.736 INFO O| Aug 01 01:11:38.736 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39532024-08-01T01:11:39.684Z[ recovery-image] Aug 01 01:11:38.755 INFO O| Aug 01 01:11:38.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39542024-08-01T01:11:39.684Z[ recovery-image] Aug 01 01:11:38.755 INFO O| Aug 01 01:11:38.755 INFO STEP 29 (remove_files) COMPLETE
39552024-08-01T01:11:39.684Z[ recovery-image] Aug 01 01:11:38.755 INFO O| Aug 01 01:11:38.755 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39562024-08-01T01:11:39.705Z[ recovery-image] Aug 01 01:11:38.776 INFO O| Aug 01 01:11:38.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39572024-08-01T01:11:39.705Z[ recovery-image] Aug 01 01:11:38.776 INFO O| Aug 01 01:11:38.776 INFO STEP 30 (remove_files) COMPLETE
39582024-08-01T01:11:39.705Z[ recovery-image] Aug 01 01:11:38.776 INFO O| Aug 01 01:11:38.776 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39592024-08-01T01:11:39.743Z[ recovery-image] Aug 01 01:11:38.815 INFO O| Aug 01 01:11:38.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39602024-08-01T01:11:39.743Z[ recovery-image] Aug 01 01:11:38.815 INFO O| Aug 01 01:11:38.815 INFO STEP 31 (remove_files) COMPLETE
39612024-08-01T01:11:39.743Z[ recovery-image] Aug 01 01:11:38.815 INFO O| Aug 01 01:11:38.815 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39622024-08-01T01:11:39.765Z[ recovery-image] Aug 01 01:11:38.837 INFO O| Aug 01 01:11:38.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39632024-08-01T01:11:39.787Z[ recovery-image] Aug 01 01:11:38.859 INFO O| Aug 01 01:11:38.859 INFO STEP 32 (remove_files) COMPLETE
39642024-08-01T01:11:39.787Z[ recovery-image] Aug 01 01:11:38.859 INFO O| Aug 01 01:11:38.859 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39652024-08-01T01:11:39.813Z[ recovery-image] Aug 01 01:11:38.885 INFO O| Aug 01 01:11:38.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39662024-08-01T01:11:39.837Z[ recovery-image] Aug 01 01:11:38.909 INFO O| Aug 01 01:11:38.909 INFO STEP 33 (remove_files) COMPLETE
39672024-08-01T01:11:39.837Z[ recovery-image] Aug 01 01:11:38.909 INFO O| Aug 01 01:11:38.909 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39682024-08-01T01:11:39.873Z[ recovery-image] Aug 01 01:11:38.945 INFO O| Aug 01 01:11:38.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39692024-08-01T01:11:39.874Z[ recovery-image] Aug 01 01:11:38.946 INFO O| Aug 01 01:11:38.945 INFO STEP 34 (remove_files) COMPLETE
39702024-08-01T01:11:39.874Z[ recovery-image] Aug 01 01:11:38.946 INFO O| Aug 01 01:11:38.946 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39712024-08-01T01:11:39.912Z[ recovery-image] Aug 01 01:11:38.984 INFO O| Aug 01 01:11:38.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39722024-08-01T01:11:39.912Z[ recovery-image] Aug 01 01:11:38.984 INFO O| Aug 01 01:11:38.984 INFO STEP 35 (remove_files) COMPLETE
39732024-08-01T01:11:39.912Z[ recovery-image] Aug 01 01:11:38.984 INFO O| Aug 01 01:11:38.984 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39742024-08-01T01:11:39.937Z[ recovery-image] Aug 01 01:11:39.009 INFO O| Aug 01 01:11:39.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39752024-08-01T01:11:39.937Z[ recovery-image] Aug 01 01:11:39.009 INFO O| Aug 01 01:11:39.009 INFO STEP 36 (remove_files) COMPLETE
39762024-08-01T01:11:39.940Z[ recovery-image] Aug 01 01:11:39.009 INFO O| Aug 01 01:11:39.009 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39772024-08-01T01:11:39.963Z[ recovery-image] Aug 01 01:11:39.035 INFO O| Aug 01 01:11:39.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39782024-08-01T01:11:39.984Z[ recovery-image] Aug 01 01:11:39.056 INFO O| Aug 01 01:11:39.056 INFO STEP 37 (remove_files) COMPLETE
39792024-08-01T01:11:39.984Z[ recovery-image] Aug 01 01:11:39.056 INFO O| Aug 01 01:11:39.056 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39802024-08-01T01:11:40.006Z[ recovery-image] Aug 01 01:11:39.078 INFO O| Aug 01 01:11:39.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39812024-08-01T01:11:40.009Z[ recovery-image] Aug 01 01:11:39.078 INFO O| Aug 01 01:11:39.078 INFO STEP 38 (remove_files) COMPLETE
39822024-08-01T01:11:40.009Z[ recovery-image] Aug 01 01:11:39.078 INFO O| Aug 01 01:11:39.078 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39832024-08-01T01:11:40.030Z[ recovery-image] Aug 01 01:11:39.102 INFO O| Aug 01 01:11:39.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39842024-08-01T01:11:40.030Z[ recovery-image] Aug 01 01:11:39.102 INFO O| Aug 01 01:11:39.102 INFO STEP 39 (remove_files) COMPLETE
39852024-08-01T01:11:40.030Z[ recovery-image] Aug 01 01:11:39.102 INFO O| Aug 01 01:11:39.102 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39862024-08-01T01:11:40.091Z[ recovery-image] Aug 01 01:11:39.163 INFO O| Aug 01 01:11:39.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39872024-08-01T01:11:40.091Z[ recovery-image] Aug 01 01:11:39.163 INFO O| Aug 01 01:11:39.163 INFO STEP 40 (remove_files) COMPLETE
39882024-08-01T01:11:40.091Z[ recovery-image] Aug 01 01:11:39.163 INFO O| Aug 01 01:11:39.163 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39892024-08-01T01:11:40.112Z[ recovery-image] Aug 01 01:11:39.184 INFO O| Aug 01 01:11:39.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39902024-08-01T01:11:40.112Z[ recovery-image] Aug 01 01:11:39.184 INFO O| Aug 01 01:11:39.184 INFO STEP 41 (remove_files) COMPLETE
39912024-08-01T01:11:40.115Z[ recovery-image] Aug 01 01:11:39.184 INFO O| Aug 01 01:11:39.184 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39922024-08-01T01:11:40.160Z[ recovery-image] Aug 01 01:11:39.232 INFO O| Aug 01 01:11:39.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39932024-08-01T01:11:40.163Z[ recovery-image] Aug 01 01:11:39.233 INFO O| Aug 01 01:11:39.232 INFO STEP 42 (remove_files) COMPLETE
39942024-08-01T01:11:40.163Z[ recovery-image] Aug 01 01:11:39.233 INFO O| Aug 01 01:11:39.233 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39952024-08-01T01:11:40.184Z[ recovery-image] Aug 01 01:11:39.255 INFO O| Aug 01 01:11:39.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39962024-08-01T01:11:40.187Z[ recovery-image] Aug 01 01:11:39.255 INFO O| Aug 01 01:11:39.255 INFO STEP 43 (remove_files) COMPLETE
39972024-08-01T01:11:40.187Z[ recovery-image] Aug 01 01:11:39.255 INFO O| Aug 01 01:11:39.255 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39982024-08-01T01:11:40.204Z[ recovery-image] Aug 01 01:11:39.276 INFO O| Aug 01 01:11:39.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39992024-08-01T01:11:40.207Z[ recovery-image] Aug 01 01:11:39.276 INFO O| Aug 01 01:11:39.276 INFO STEP 44 (remove_files) COMPLETE
40002024-08-01T01:11:40.207Z[ recovery-image] Aug 01 01:11:39.276 INFO O| Aug 01 01:11:39.276 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40012024-08-01T01:11:40.225Z[ recovery-image] Aug 01 01:11:39.297 INFO O| Aug 01 01:11:39.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40022024-08-01T01:11:40.228Z[ recovery-image] Aug 01 01:11:39.299 INFO O| Aug 01 01:11:39.299 INFO STEP 45 (remove_files) COMPLETE
40032024-08-01T01:11:40.228Z[ recovery-image] Aug 01 01:11:39.299 INFO O| Aug 01 01:11:39.299 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40042024-08-01T01:11:40.264Z[ recovery-image] Aug 01 01:11:39.335 INFO O| Aug 01 01:11:39.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40052024-08-01T01:11:40.264Z[ recovery-image] Aug 01 01:11:39.336 INFO O| Aug 01 01:11:39.335 INFO STEP 46 (remove_files) COMPLETE
40062024-08-01T01:11:40.264Z[ recovery-image] Aug 01 01:11:39.336 INFO O| Aug 01 01:11:39.336 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40072024-08-01T01:11:40.300Z[ recovery-image] Aug 01 01:11:39.371 INFO O| Aug 01 01:11:39.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40082024-08-01T01:11:40.322Z[ recovery-image] Aug 01 01:11:39.394 INFO O| Aug 01 01:11:39.394 INFO STEP 47 (remove_files) COMPLETE
40092024-08-01T01:11:40.322Z[ recovery-image] Aug 01 01:11:39.394 INFO O| Aug 01 01:11:39.394 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40102024-08-01T01:11:40.354Z[ recovery-image] Aug 01 01:11:39.426 INFO O| Aug 01 01:11:39.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40112024-08-01T01:11:40.354Z[ recovery-image] Aug 01 01:11:39.426 INFO O| Aug 01 01:11:39.426 INFO STEP 48 (remove_files) COMPLETE
40122024-08-01T01:11:40.357Z[ recovery-image] Aug 01 01:11:39.426 INFO O| Aug 01 01:11:39.426 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40132024-08-01T01:11:40.361Z[ host-image] Aug 01 01:11:39.432 INFO O| Aug 01 01:11:39.432 INFO O| Planning: Solver setup ... Done
40142024-08-01T01:11:40.368Z[ host-image] Aug 01 01:11:39.440 INFO O| Aug 01 01:11:39.440 INFO O| Planning: Running solver ... Done
40152024-08-01T01:11:40.385Z[ recovery-image] Aug 01 01:11:39.457 INFO O| Aug 01 01:11:39.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40162024-08-01T01:11:40.385Z[ recovery-image] Aug 01 01:11:39.457 INFO O| Aug 01 01:11:39.457 INFO STEP 49 (remove_files) COMPLETE
40172024-08-01T01:11:40.385Z[ recovery-image] Aug 01 01:11:39.457 INFO O| Aug 01 01:11:39.457 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-01T01:11:40.423Z[ recovery-image] Aug 01 01:11:39.495 INFO O| Aug 01 01:11:39.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40192024-08-01T01:11:40.423Z[ recovery-image] Aug 01 01:11:39.495 INFO O| Aug 01 01:11:39.495 INFO STEP 50 (remove_files) COMPLETE
40202024-08-01T01:11:40.423Z[ recovery-image] Aug 01 01:11:39.496 INFO O| Aug 01 01:11:39.495 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-01T01:11:40.443Z[ host-image] Aug 01 01:11:39.515 INFO O| Aug 01 01:11:39.515 INFO O| Planning: Finding local manifests ... Done
40222024-08-01T01:11:40.446Z[ host-image] Aug 01 01:11:39.517 INFO O| Aug 01 01:11:39.517 INFO O| Planning: Fetching manifests: 0/6 0% complete
40232024-08-01T01:11:40.449Z[ recovery-image] Aug 01 01:11:39.518 INFO O| Aug 01 01:11:39.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40242024-08-01T01:11:40.458Z[ recovery-image] Aug 01 01:11:39.530 INFO O| Aug 01 01:11:39.530 INFO STEP 51 (remove_files) COMPLETE
40252024-08-01T01:11:40.458Z[ recovery-image] Aug 01 01:11:39.530 INFO O| Aug 01 01:11:39.530 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-08-01T01:11:40.479Z[ recovery-image] Aug 01 01:11:39.551 INFO O| Aug 01 01:11:39.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40272024-08-01T01:11:40.479Z[ recovery-image] Aug 01 01:11:39.551 INFO O| Aug 01 01:11:39.551 INFO STEP 52 (remove_files) COMPLETE
40282024-08-01T01:11:40.479Z[ recovery-image] Aug 01 01:11:39.551 INFO O| Aug 01 01:11:39.551 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-08-01T01:11:40.500Z[ recovery-image] Aug 01 01:11:39.572 INFO O| Aug 01 01:11:39.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40302024-08-01T01:11:40.500Z[ recovery-image] Aug 01 01:11:39.572 INFO O| Aug 01 01:11:39.572 INFO STEP 53 (remove_files) COMPLETE
40312024-08-01T01:11:40.500Z[ recovery-image] Aug 01 01:11:39.572 INFO O| Aug 01 01:11:39.572 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-08-01T01:11:40.532Z[ recovery-image] Aug 01 01:11:39.604 INFO O| Aug 01 01:11:39.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40332024-08-01T01:11:40.532Z[ recovery-image] Aug 01 01:11:39.604 INFO O| Aug 01 01:11:39.604 INFO STEP 54 (remove_files) COMPLETE
40342024-08-01T01:11:40.532Z[ recovery-image] Aug 01 01:11:39.604 INFO O| Aug 01 01:11:39.604 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-08-01T01:11:40.561Z[ recovery-image] Aug 01 01:11:39.633 INFO O| Aug 01 01:11:39.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40362024-08-01T01:11:40.561Z[ recovery-image] Aug 01 01:11:39.633 INFO O| Aug 01 01:11:39.633 INFO STEP 55 (remove_files) COMPLETE
40372024-08-01T01:11:40.561Z[ recovery-image] Aug 01 01:11:39.633 INFO O| Aug 01 01:11:39.633 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-08-01T01:11:40.604Z[ recovery-image] Aug 01 01:11:39.676 INFO O| Aug 01 01:11:39.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40392024-08-01T01:11:40.604Z[ recovery-image] Aug 01 01:11:39.676 INFO O| Aug 01 01:11:39.676 INFO STEP 56 (remove_files) COMPLETE
40402024-08-01T01:11:40.607Z[ recovery-image] Aug 01 01:11:39.676 INFO O| Aug 01 01:11:39.676 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-08-01T01:11:40.640Z[ recovery-image] Aug 01 01:11:39.713 INFO O| Aug 01 01:11:39.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40422024-08-01T01:11:40.641Z[ recovery-image] Aug 01 01:11:39.713 INFO O| Aug 01 01:11:39.713 INFO STEP 57 (remove_files) COMPLETE
40432024-08-01T01:11:40.641Z[ recovery-image] Aug 01 01:11:39.713 INFO O| Aug 01 01:11:39.713 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-01T01:11:40.679Z[ recovery-image] Aug 01 01:11:39.751 INFO O| Aug 01 01:11:39.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40452024-08-01T01:11:40.679Z[ recovery-image] Aug 01 01:11:39.751 INFO O| Aug 01 01:11:39.751 INFO STEP 58 (remove_files) COMPLETE
40462024-08-01T01:11:40.679Z[ recovery-image] Aug 01 01:11:39.751 INFO O| Aug 01 01:11:39.751 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-08-01T01:11:40.702Z[ recovery-image] Aug 01 01:11:39.773 INFO O| Aug 01 01:11:39.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40482024-08-01T01:11:40.702Z[ recovery-image] Aug 01 01:11:39.774 INFO O| Aug 01 01:11:39.773 INFO STEP 59 (remove_files) COMPLETE
40492024-08-01T01:11:40.702Z[ recovery-image] Aug 01 01:11:39.774 INFO O| Aug 01 01:11:39.773 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-08-01T01:11:40.721Z[ recovery-image] Aug 01 01:11:39.793 INFO O| Aug 01 01:11:39.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40512024-08-01T01:11:40.721Z[ recovery-image] Aug 01 01:11:39.793 INFO O| Aug 01 01:11:39.793 INFO STEP 60 (remove_files) COMPLETE
40522024-08-01T01:11:40.724Z[ recovery-image] Aug 01 01:11:39.793 INFO O| Aug 01 01:11:39.793 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-08-01T01:11:40.738Z[ recovery-image] Aug 01 01:11:39.810 INFO O| Aug 01 01:11:39.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40542024-08-01T01:11:40.738Z[ recovery-image] Aug 01 01:11:39.810 INFO O| Aug 01 01:11:39.810 INFO STEP 61 (remove_files) COMPLETE
40552024-08-01T01:11:40.738Z[ recovery-image] Aug 01 01:11:39.810 INFO O| Aug 01 01:11:39.810 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-08-01T01:11:40.764Z[ recovery-image] Aug 01 01:11:39.836 INFO O| Aug 01 01:11:39.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40572024-08-01T01:11:40.764Z[ recovery-image] Aug 01 01:11:39.836 INFO O| Aug 01 01:11:39.836 INFO STEP 62 (remove_files) COMPLETE
40582024-08-01T01:11:40.764Z[ recovery-image] Aug 01 01:11:39.836 INFO O| Aug 01 01:11:39.836 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-08-01T01:11:40.788Z[ host-image] Aug 01 01:11:39.860 INFO O| Aug 01 01:11:39.860 INFO O| Planning: Fetching manifests: 6/6 100% complete
40602024-08-01T01:11:40.792Z[ recovery-image] Aug 01 01:11:39.864 INFO O| Aug 01 01:11:39.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40612024-08-01T01:11:40.795Z[ recovery-image] Aug 01 01:11:39.864 INFO O| Aug 01 01:11:39.864 INFO STEP 63 (remove_files) COMPLETE
40622024-08-01T01:11:40.795Z[ recovery-image] Aug 01 01:11:39.865 INFO O| Aug 01 01:11:39.865 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-01T01:11:40.814Z[ recovery-image] Aug 01 01:11:39.886 INFO O| Aug 01 01:11:39.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40642024-08-01T01:11:40.814Z[ recovery-image] Aug 01 01:11:39.886 INFO O| Aug 01 01:11:39.886 INFO STEP 64 (remove_files) COMPLETE
40652024-08-01T01:11:40.817Z[ recovery-image] Aug 01 01:11:39.886 INFO O| Aug 01 01:11:39.886 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-01T01:11:40.871Z[ recovery-image] Aug 01 01:11:39.943 INFO O| Aug 01 01:11:39.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40672024-08-01T01:11:40.874Z[ recovery-image] Aug 01 01:11:39.943 INFO O| Aug 01 01:11:39.943 INFO STEP 65 (remove_files) COMPLETE
40682024-08-01T01:11:40.874Z[ recovery-image] Aug 01 01:11:39.943 INFO O| Aug 01 01:11:39.943 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-01T01:11:40.886Z[ host-image] Aug 01 01:11:39.958 INFO O| Aug 01 01:11:39.958 INFO O| Planning: Package planning ... Done
40702024-08-01T01:11:40.912Z[ recovery-image] Aug 01 01:11:39.984 INFO O| Aug 01 01:11:39.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40712024-08-01T01:11:40.915Z[ recovery-image] Aug 01 01:11:39.984 INFO O| Aug 01 01:11:39.984 INFO STEP 66 (remove_files) COMPLETE
40722024-08-01T01:11:40.915Z[ recovery-image] Aug 01 01:11:39.984 INFO O| Aug 01 01:11:39.984 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-08-01T01:11:40.921Z[ host-image] Aug 01 01:11:39.993 INFO O| Aug 01 01:11:39.993 INFO O| Planning: Merging actions ... Done
40742024-08-01T01:11:40.968Z[ recovery-image] Aug 01 01:11:40.040 INFO O| Aug 01 01:11:40.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40752024-08-01T01:11:40.971Z[ recovery-image] Aug 01 01:11:40.040 INFO O| Aug 01 01:11:40.040 INFO STEP 67 (remove_files) COMPLETE
40762024-08-01T01:11:40.971Z[ recovery-image] Aug 01 01:11:40.040 INFO O| Aug 01 01:11:40.040 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-08-01T01:11:41.042Z[ recovery-image] Aug 01 01:11:40.114 INFO O| Aug 01 01:11:40.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40782024-08-01T01:11:41.045Z[ recovery-image] Aug 01 01:11:40.115 INFO O| Aug 01 01:11:40.114 INFO STEP 68 (remove_files) COMPLETE
40792024-08-01T01:11:41.045Z[ recovery-image] Aug 01 01:11:40.115 INFO O| Aug 01 01:11:40.115 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-08-01T01:11:41.062Z[ recovery-image] Aug 01 01:11:40.134 INFO O| Aug 01 01:11:40.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40812024-08-01T01:11:41.062Z[ recovery-image] Aug 01 01:11:40.134 INFO O| Aug 01 01:11:40.134 INFO STEP 69 (remove_files) COMPLETE
40822024-08-01T01:11:41.064Z[ recovery-image] Aug 01 01:11:40.134 INFO O| Aug 01 01:11:40.134 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-08-01T01:11:41.080Z[ recovery-image] Aug 01 01:11:40.151 INFO O| Aug 01 01:11:40.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40842024-08-01T01:11:41.080Z[ recovery-image] Aug 01 01:11:40.152 INFO O| Aug 01 01:11:40.152 INFO STEP 70 (remove_files) COMPLETE
40852024-08-01T01:11:41.080Z[ recovery-image] Aug 01 01:11:40.152 INFO O| Aug 01 01:11:40.152 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-08-01T01:11:41.085Z[ host-image] Aug 01 01:11:40.158 INFO O| Aug 01 01:11:40.157 INFO O| Planning: Checking for conflicting actions ... Done
40872024-08-01T01:11:41.093Z[ host-image] Aug 01 01:11:40.165 INFO O| Aug 01 01:11:40.165 INFO O| Planning: Consolidating action changes ... Done
40882024-08-01T01:11:41.098Z[ recovery-image] Aug 01 01:11:40.170 INFO O| Aug 01 01:11:40.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40892024-08-01T01:11:41.098Z[ recovery-image] Aug 01 01:11:40.170 INFO O| Aug 01 01:11:40.170 INFO STEP 71 (remove_files) COMPLETE
40902024-08-01T01:11:41.102Z[ recovery-image] Aug 01 01:11:40.170 INFO O| Aug 01 01:11:40.170 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-08-01T01:11:41.128Z[ recovery-image] Aug 01 01:11:40.200 INFO O| Aug 01 01:11:40.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40922024-08-01T01:11:41.128Z[ recovery-image] Aug 01 01:11:40.200 INFO O| Aug 01 01:11:40.200 INFO STEP 72 (remove_files) COMPLETE
40932024-08-01T01:11:41.128Z[ recovery-image] Aug 01 01:11:40.200 INFO O| Aug 01 01:11:40.200 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-08-01T01:11:41.174Z[ recovery-image] Aug 01 01:11:40.243 INFO O| Aug 01 01:11:40.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40952024-08-01T01:11:41.174Z[ recovery-image] Aug 01 01:11:40.243 INFO O| Aug 01 01:11:40.243 INFO STEP 73 (remove_files) COMPLETE
40962024-08-01T01:11:41.174Z[ recovery-image] Aug 01 01:11:40.243 INFO O| Aug 01 01:11:40.243 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-08-01T01:11:41.193Z[ recovery-image] Aug 01 01:11:40.266 INFO O| Aug 01 01:11:40.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40982024-08-01T01:11:41.194Z[ recovery-image] Aug 01 01:11:40.266 INFO O| Aug 01 01:11:40.266 INFO STEP 74 (remove_files) COMPLETE
40992024-08-01T01:11:41.196Z[ recovery-image] Aug 01 01:11:40.266 INFO O| Aug 01 01:11:40.266 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-08-01T01:11:41.223Z[ recovery-image] Aug 01 01:11:40.294 INFO O| Aug 01 01:11:40.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41012024-08-01T01:11:41.223Z[ recovery-image] Aug 01 01:11:40.294 INFO O| Aug 01 01:11:40.294 INFO STEP 75 (remove_files) COMPLETE
41022024-08-01T01:11:41.223Z[ recovery-image] Aug 01 01:11:40.294 INFO O| Aug 01 01:11:40.294 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-08-01T01:11:41.283Z[ recovery-image] Aug 01 01:11:40.355 INFO O| Aug 01 01:11:40.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41042024-08-01T01:11:41.283Z[ recovery-image] Aug 01 01:11:40.355 INFO O| Aug 01 01:11:40.355 INFO STEP 76 (remove_files) COMPLETE
41052024-08-01T01:11:41.283Z[ recovery-image] Aug 01 01:11:40.355 INFO O| Aug 01 01:11:40.355 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-08-01T01:11:41.319Z[ recovery-image] Aug 01 01:11:40.391 INFO O| Aug 01 01:11:40.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41072024-08-01T01:11:41.320Z[ recovery-image] Aug 01 01:11:40.392 INFO O| Aug 01 01:11:40.392 INFO STEP 77 (remove_files) COMPLETE
41082024-08-01T01:11:41.326Z[ recovery-image] Aug 01 01:11:40.392 INFO O| Aug 01 01:11:40.392 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41092024-08-01T01:11:41.359Z[ recovery-image] Aug 01 01:11:40.431 INFO O| Aug 01 01:11:40.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41102024-08-01T01:11:41.359Z[ recovery-image] Aug 01 01:11:40.431 INFO O| Aug 01 01:11:40.431 INFO STEP 78 (remove_files) COMPLETE
41112024-08-01T01:11:41.362Z[ recovery-image] Aug 01 01:11:40.431 INFO O| Aug 01 01:11:40.431 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-08-01T01:11:41.416Z[ recovery-image] Aug 01 01:11:40.488 INFO O| Aug 01 01:11:40.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41132024-08-01T01:11:41.416Z[ recovery-image] Aug 01 01:11:40.488 INFO O| Aug 01 01:11:40.488 INFO STEP 79 (remove_files) COMPLETE
41142024-08-01T01:11:41.419Z[ recovery-image] Aug 01 01:11:40.489 INFO O| Aug 01 01:11:40.488 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-08-01T01:11:41.450Z[ recovery-image] Aug 01 01:11:40.522 INFO O| Aug 01 01:11:40.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41162024-08-01T01:11:41.454Z[ recovery-image] Aug 01 01:11:40.523 INFO O| Aug 01 01:11:40.522 INFO STEP 80 (remove_files) COMPLETE
41172024-08-01T01:11:41.454Z[ recovery-image] Aug 01 01:11:40.523 INFO O| Aug 01 01:11:40.523 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-08-01T01:11:41.472Z[ recovery-image] Aug 01 01:11:40.544 INFO O| Aug 01 01:11:40.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41192024-08-01T01:11:41.475Z[ recovery-image] Aug 01 01:11:40.544 INFO O| Aug 01 01:11:40.544 INFO STEP 81 (remove_files) COMPLETE
41202024-08-01T01:11:41.475Z[ recovery-image] Aug 01 01:11:40.544 INFO O| Aug 01 01:11:40.544 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-08-01T01:11:41.492Z[ recovery-image] Aug 01 01:11:40.564 INFO O| Aug 01 01:11:40.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41222024-08-01T01:11:41.492Z[ recovery-image] Aug 01 01:11:40.564 INFO O| Aug 01 01:11:40.564 INFO STEP 82 (remove_files) COMPLETE
41232024-08-01T01:11:41.495Z[ recovery-image] Aug 01 01:11:40.564 INFO O| Aug 01 01:11:40.564 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-08-01T01:11:41.512Z[ recovery-image] Aug 01 01:11:40.584 INFO O| Aug 01 01:11:40.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41252024-08-01T01:11:41.512Z[ recovery-image] Aug 01 01:11:40.584 INFO O| Aug 01 01:11:40.584 INFO STEP 83 (remove_files) COMPLETE
41262024-08-01T01:11:41.512Z[ recovery-image] Aug 01 01:11:40.584 INFO O| Aug 01 01:11:40.584 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-08-01T01:11:41.543Z[ recovery-image] Aug 01 01:11:40.615 INFO O| Aug 01 01:11:40.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41282024-08-01T01:11:41.543Z[ recovery-image] Aug 01 01:11:40.615 INFO O| Aug 01 01:11:40.615 INFO STEP 84 (remove_files) COMPLETE
41292024-08-01T01:11:41.546Z[ recovery-image] Aug 01 01:11:40.615 INFO O| Aug 01 01:11:40.615 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-08-01T01:11:41.586Z[ recovery-image] Aug 01 01:11:40.658 INFO O| Aug 01 01:11:40.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41312024-08-01T01:11:41.586Z[ recovery-image] Aug 01 01:11:40.658 INFO O| Aug 01 01:11:40.658 INFO STEP 85 (remove_files) COMPLETE
41322024-08-01T01:11:41.589Z[ recovery-image] Aug 01 01:11:40.658 INFO O| Aug 01 01:11:40.658 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-08-01T01:11:41.621Z[ host-image] Aug 01 01:11:40.693 INFO O| Aug 01 01:11:40.693 INFO O| Planning: Evaluating mediators ... Done
41342024-08-01T01:11:41.627Z[ host-image] Aug 01 01:11:40.700 INFO O| Aug 01 01:11:40.699 INFO O| Planning: Planning completed in 3.89 seconds
41352024-08-01T01:11:41.630Z[ host-image] Aug 01 01:11:40.703 INFO O| Aug 01 01:11:40.702 INFO O| Packages to install: 6
41362024-08-01T01:11:41.630Z[ host-image] Aug 01 01:11:40.703 INFO O| Aug 01 01:11:40.703 INFO O| Mediators to change: 1
41372024-08-01T01:11:41.633Z[ host-image] Aug 01 01:11:40.703 INFO O| Aug 01 01:11:40.703 INFO O| Services to change: 1
41382024-08-01T01:11:41.646Z[ recovery-image] Aug 01 01:11:40.718 INFO O| Aug 01 01:11:40.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41392024-08-01T01:11:41.655Z[ host-image] Aug 01 01:11:40.728 INFO O| Aug 01 01:11:40.727 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
41402024-08-01T01:11:41.659Z[ recovery-image] Aug 01 01:11:40.732 INFO O| Aug 01 01:11:40.732 INFO STEP 86 (remove_files) COMPLETE
41412024-08-01T01:11:41.659Z[ recovery-image] Aug 01 01:11:40.732 INFO O| Aug 01 01:11:40.732 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-08-01T01:11:41.682Z[ recovery-image] Aug 01 01:11:40.754 INFO O| Aug 01 01:11:40.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41432024-08-01T01:11:41.682Z[ recovery-image] Aug 01 01:11:40.754 INFO O| Aug 01 01:11:40.754 INFO STEP 87 (remove_files) COMPLETE
41442024-08-01T01:11:41.682Z[ recovery-image] Aug 01 01:11:40.754 INFO O| Aug 01 01:11:40.754 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-08-01T01:11:41.701Z[ recovery-image] Aug 01 01:11:40.773 INFO O| Aug 01 01:11:40.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41462024-08-01T01:11:41.701Z[ recovery-image] Aug 01 01:11:40.773 INFO O| Aug 01 01:11:40.773 INFO STEP 88 (remove_files) COMPLETE
41472024-08-01T01:11:41.701Z[ recovery-image] Aug 01 01:11:40.773 INFO O| Aug 01 01:11:40.773 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-08-01T01:11:41.720Z[ recovery-image] Aug 01 01:11:40.792 INFO O| Aug 01 01:11:40.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41492024-08-01T01:11:41.730Z[ recovery-image] Aug 01 01:11:40.803 INFO O| Aug 01 01:11:40.803 INFO STEP 89 (remove_files) COMPLETE
41502024-08-01T01:11:41.730Z[ recovery-image] Aug 01 01:11:40.803 INFO O| Aug 01 01:11:40.803 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-08-01T01:11:41.792Z[ recovery-image] Aug 01 01:11:40.863 INFO O| Aug 01 01:11:40.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41522024-08-01T01:11:41.792Z[ recovery-image] Aug 01 01:11:40.863 INFO O| Aug 01 01:11:40.863 INFO STEP 90 (remove_files) COMPLETE
41532024-08-01T01:11:41.792Z[ recovery-image] Aug 01 01:11:40.863 INFO O| Aug 01 01:11:40.863 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-08-01T01:11:41.817Z[ recovery-image] Aug 01 01:11:40.889 INFO O| Aug 01 01:11:40.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41552024-08-01T01:11:41.819Z[ recovery-image] Aug 01 01:11:40.889 INFO O| Aug 01 01:11:40.889 INFO STEP 91 (remove_files) COMPLETE
41562024-08-01T01:11:41.819Z[ recovery-image] Aug 01 01:11:40.889 INFO O| Aug 01 01:11:40.889 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-08-01T01:11:41.838Z[ recovery-image] Aug 01 01:11:40.910 INFO O| Aug 01 01:11:40.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41582024-08-01T01:11:41.842Z[ recovery-image] Aug 01 01:11:40.910 INFO O| Aug 01 01:11:40.910 INFO STEP 92 (remove_files) COMPLETE
41592024-08-01T01:11:41.842Z[ recovery-image] Aug 01 01:11:40.910 INFO O| Aug 01 01:11:40.910 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-08-01T01:11:41.860Z[ recovery-image] Aug 01 01:11:40.932 INFO O| Aug 01 01:11:40.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41612024-08-01T01:11:41.863Z[ recovery-image] Aug 01 01:11:40.932 INFO O| Aug 01 01:11:40.932 INFO STEP 93 (remove_files) COMPLETE
41622024-08-01T01:11:41.863Z[ recovery-image] Aug 01 01:11:40.932 INFO O| Aug 01 01:11:40.932 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-08-01T01:11:41.899Z[ recovery-image] Aug 01 01:11:40.972 INFO O| Aug 01 01:11:40.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41642024-08-01T01:11:41.909Z[ recovery-image] Aug 01 01:11:40.981 INFO O| Aug 01 01:11:40.981 INFO STEP 94 (remove_files) COMPLETE
41652024-08-01T01:11:41.910Z[ recovery-image] Aug 01 01:11:40.981 INFO O| Aug 01 01:11:40.981 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-08-01T01:11:41.947Z[ recovery-image] Aug 01 01:11:41.019 INFO O| Aug 01 01:11:41.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41672024-08-01T01:11:41.947Z[ recovery-image] Aug 01 01:11:41.019 INFO O| Aug 01 01:11:41.019 INFO STEP 95 (remove_files) COMPLETE
41682024-08-01T01:11:41.950Z[ recovery-image] Aug 01 01:11:41.019 INFO O| Aug 01 01:11:41.019 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-08-01T01:11:41.971Z[ recovery-image] Aug 01 01:11:41.043 INFO O| Aug 01 01:11:41.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41702024-08-01T01:11:41.971Z[ recovery-image] Aug 01 01:11:41.043 INFO O| Aug 01 01:11:41.043 INFO STEP 96 (remove_files) COMPLETE
41712024-08-01T01:11:41.971Z[ recovery-image] Aug 01 01:11:41.043 INFO O| Aug 01 01:11:41.043 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-08-01T01:11:41.993Z[ recovery-image] Aug 01 01:11:41.065 INFO O| Aug 01 01:11:41.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41732024-08-01T01:11:42.016Z[ recovery-image] Aug 01 01:11:41.088 INFO O| Aug 01 01:11:41.088 INFO STEP 97 (remove_files) COMPLETE
41742024-08-01T01:11:42.016Z[ recovery-image] Aug 01 01:11:41.088 INFO O| Aug 01 01:11:41.088 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-08-01T01:11:42.138Z[ recovery-image] Aug 01 01:11:41.210 INFO O| Aug 01 01:11:41.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41762024-08-01T01:11:42.138Z[ recovery-image] Aug 01 01:11:41.210 INFO O| Aug 01 01:11:41.210 INFO STEP 98 (remove_files) COMPLETE
41772024-08-01T01:11:42.138Z[ recovery-image] Aug 01 01:11:41.210 INFO O| Aug 01 01:11:41.210 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-08-01T01:11:42.162Z[ recovery-image] Aug 01 01:11:41.234 INFO O| Aug 01 01:11:41.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41792024-08-01T01:11:42.162Z[ recovery-image] Aug 01 01:11:41.234 INFO O| Aug 01 01:11:41.234 INFO STEP 99 (remove_files) COMPLETE
41802024-08-01T01:11:42.165Z[ recovery-image] Aug 01 01:11:41.234 INFO O| Aug 01 01:11:41.234 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-08-01T01:11:42.184Z[ recovery-image] Aug 01 01:11:41.256 INFO O| Aug 01 01:11:41.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41822024-08-01T01:11:42.184Z[ recovery-image] Aug 01 01:11:41.257 INFO O| Aug 01 01:11:41.257 INFO STEP 100 (remove_files) COMPLETE
41832024-08-01T01:11:42.184Z[ recovery-image] Aug 01 01:11:41.257 INFO O| Aug 01 01:11:41.257 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-08-01T01:11:42.207Z[ recovery-image] Aug 01 01:11:41.279 INFO O| Aug 01 01:11:41.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41852024-08-01T01:11:42.207Z[ recovery-image] Aug 01 01:11:41.279 INFO O| Aug 01 01:11:41.279 INFO STEP 101 (remove_files) COMPLETE
41862024-08-01T01:11:42.210Z[ recovery-image] Aug 01 01:11:41.279 INFO O| Aug 01 01:11:41.279 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-08-01T01:11:42.229Z[ recovery-image] Aug 01 01:11:41.301 INFO O| Aug 01 01:11:41.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41882024-08-01T01:11:42.229Z[ recovery-image] Aug 01 01:11:41.301 INFO O| Aug 01 01:11:41.301 INFO STEP 102 (remove_files) COMPLETE
41892024-08-01T01:11:42.234Z[ recovery-image] Aug 01 01:11:41.301 INFO O| Aug 01 01:11:41.301 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-08-01T01:11:42.410Z[ recovery-image] Aug 01 01:11:41.482 INFO O| Aug 01 01:11:41.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41912024-08-01T01:11:42.410Z[ recovery-image] Aug 01 01:11:41.482 INFO O| Aug 01 01:11:41.482 INFO STEP 103 (remove_files) COMPLETE
41922024-08-01T01:11:42.410Z[ recovery-image] Aug 01 01:11:41.482 INFO O| Aug 01 01:11:41.482 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-08-01T01:11:42.474Z[ recovery-image] Aug 01 01:11:41.547 INFO O| Aug 01 01:11:41.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41942024-08-01T01:11:42.477Z[ recovery-image] Aug 01 01:11:41.547 INFO O| Aug 01 01:11:41.547 INFO STEP 104 (remove_files) COMPLETE
41952024-08-01T01:11:42.477Z[ recovery-image] Aug 01 01:11:41.547 INFO O| Aug 01 01:11:41.547 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-08-01T01:11:42.503Z[ recovery-image] Aug 01 01:11:41.574 INFO O| Aug 01 01:11:41.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41972024-08-01T01:11:42.503Z[ recovery-image] Aug 01 01:11:41.574 INFO O| Aug 01 01:11:41.574 INFO STEP 105 (remove_files) COMPLETE
41982024-08-01T01:11:42.503Z[ recovery-image] Aug 01 01:11:41.574 INFO O| Aug 01 01:11:41.574 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-08-01T01:11:42.590Z[ recovery-image] Aug 01 01:11:41.663 INFO O| Aug 01 01:11:41.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42002024-08-01T01:11:42.590Z[ recovery-image] Aug 01 01:11:41.663 INFO O| Aug 01 01:11:41.627 INFO STEP 106 (remove_files) COMPLETE
42012024-08-01T01:11:42.593Z[ recovery-image] Aug 01 01:11:41.663 INFO O| Aug 01 01:11:41.627 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-08-01T01:11:42.593Z[ recovery-image] Aug 01 01:11:41.664 INFO O| Aug 01 01:11:41.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42032024-08-01T01:11:42.593Z[ recovery-image] Aug 01 01:11:41.664 INFO O| Aug 01 01:11:41.663 INFO STEP 107 (remove_files) COMPLETE
42042024-08-01T01:11:42.593Z[ recovery-image] Aug 01 01:11:41.664 INFO O| Aug 01 01:11:41.663 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-08-01T01:11:42.626Z[ recovery-image] Aug 01 01:11:41.698 INFO O| Aug 01 01:11:41.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42062024-08-01T01:11:42.626Z[ recovery-image] Aug 01 01:11:41.698 INFO O| Aug 01 01:11:41.696 INFO STEP 108 (remove_files) COMPLETE
42072024-08-01T01:11:42.629Z[ recovery-image] Aug 01 01:11:41.698 INFO O| Aug 01 01:11:41.696 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-08-01T01:11:42.644Z[ recovery-image] Aug 01 01:11:41.716 INFO O| Aug 01 01:11:41.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42092024-08-01T01:11:42.644Z[ recovery-image] Aug 01 01:11:41.716 INFO O| Aug 01 01:11:41.714 INFO STEP 109 (remove_files) COMPLETE
42102024-08-01T01:11:42.644Z[ recovery-image] Aug 01 01:11:41.716 INFO O| Aug 01 01:11:41.714 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-08-01T01:11:42.660Z[ recovery-image] Aug 01 01:11:41.733 INFO O| Aug 01 01:11:41.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42122024-08-01T01:11:42.687Z[ recovery-image] Aug 01 01:11:41.759 INFO O| Aug 01 01:11:41.759 INFO STEP 110 (remove_files) COMPLETE
42132024-08-01T01:11:42.687Z[ recovery-image] Aug 01 01:11:41.759 INFO O| Aug 01 01:11:41.759 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-08-01T01:11:42.747Z[ recovery-image] Aug 01 01:11:41.819 INFO O| Aug 01 01:11:41.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42152024-08-01T01:11:42.747Z[ recovery-image] Aug 01 01:11:41.820 INFO O| Aug 01 01:11:41.820 INFO STEP 111 (remove_files) COMPLETE
42162024-08-01T01:11:42.747Z[ recovery-image] Aug 01 01:11:41.820 INFO O| Aug 01 01:11:41.820 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-08-01T01:11:42.784Z[ recovery-image] Aug 01 01:11:41.856 INFO O| Aug 01 01:11:41.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42182024-08-01T01:11:42.784Z[ recovery-image] Aug 01 01:11:41.856 INFO O| Aug 01 01:11:41.844 INFO STEP 112 (remove_files) COMPLETE
42192024-08-01T01:11:42.787Z[ recovery-image] Aug 01 01:11:41.856 INFO O| Aug 01 01:11:41.844 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-08-01T01:11:42.798Z[ recovery-image] Aug 01 01:11:41.869 INFO O| Aug 01 01:11:41.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42212024-08-01T01:11:42.801Z[ recovery-image] Aug 01 01:11:41.870 INFO O| Aug 01 01:11:41.870 INFO STEP 113 (remove_files) COMPLETE
42222024-08-01T01:11:42.801Z[ recovery-image] Aug 01 01:11:41.870 INFO O| Aug 01 01:11:41.870 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-08-01T01:11:42.822Z[ recovery-image] Aug 01 01:11:41.895 INFO O| Aug 01 01:11:41.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42242024-08-01T01:11:42.825Z[ recovery-image] Aug 01 01:11:41.895 INFO O| Aug 01 01:11:41.895 INFO STEP 114 (remove_files) COMPLETE
42252024-08-01T01:11:42.825Z[ recovery-image] Aug 01 01:11:41.895 INFO O| Aug 01 01:11:41.895 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-08-01T01:11:42.845Z[ recovery-image] Aug 01 01:11:41.918 INFO O| Aug 01 01:11:41.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42272024-08-01T01:11:42.848Z[ recovery-image] Aug 01 01:11:41.918 INFO O| Aug 01 01:11:41.918 INFO STEP 115 (remove_files) COMPLETE
42282024-08-01T01:11:42.848Z[ recovery-image] Aug 01 01:11:41.918 INFO O| Aug 01 01:11:41.918 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-08-01T01:11:42.867Z[ recovery-image] Aug 01 01:11:41.940 INFO O| Aug 01 01:11:41.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42302024-08-01T01:11:42.870Z[ recovery-image] Aug 01 01:11:41.940 INFO O| Aug 01 01:11:41.940 INFO STEP 116 (remove_files) COMPLETE
42312024-08-01T01:11:42.870Z[ recovery-image] Aug 01 01:11:41.940 INFO O| Aug 01 01:11:41.940 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-08-01T01:11:42.889Z[ recovery-image] Aug 01 01:11:41.962 INFO O| Aug 01 01:11:41.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42332024-08-01T01:11:42.892Z[ recovery-image] Aug 01 01:11:41.962 INFO O| Aug 01 01:11:41.962 INFO STEP 117 (remove_files) COMPLETE
42342024-08-01T01:11:42.892Z[ recovery-image] Aug 01 01:11:41.962 INFO O| Aug 01 01:11:41.962 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-08-01T01:11:42.911Z[ recovery-image] Aug 01 01:11:41.983 INFO O| Aug 01 01:11:41.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42362024-08-01T01:11:42.914Z[ recovery-image] Aug 01 01:11:41.984 INFO O| Aug 01 01:11:41.984 INFO STEP 118 (remove_files) COMPLETE
42372024-08-01T01:11:42.914Z[ recovery-image] Aug 01 01:11:41.984 INFO O| Aug 01 01:11:41.984 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-08-01T01:11:42.932Z[ recovery-image] Aug 01 01:11:42.004 INFO O| Aug 01 01:11:42.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42392024-08-01T01:11:42.935Z[ recovery-image] Aug 01 01:11:42.005 INFO O| Aug 01 01:11:42.004 INFO STEP 119 (remove_files) COMPLETE
42402024-08-01T01:11:42.935Z[ recovery-image] Aug 01 01:11:42.005 INFO O| Aug 01 01:11:42.005 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-08-01T01:11:42.952Z[ recovery-image] Aug 01 01:11:42.025 INFO O| Aug 01 01:11:42.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42422024-08-01T01:11:42.955Z[ recovery-image] Aug 01 01:11:42.025 INFO O| Aug 01 01:11:42.025 INFO STEP 120 (remove_files) COMPLETE
42432024-08-01T01:11:42.955Z[ recovery-image] Aug 01 01:11:42.025 INFO O| Aug 01 01:11:42.025 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-08-01T01:11:42.976Z[ recovery-image] Aug 01 01:11:42.047 INFO O| Aug 01 01:11:42.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42452024-08-01T01:11:42.976Z[ recovery-image] Aug 01 01:11:42.047 INFO O| Aug 01 01:11:42.047 INFO STEP 121 (remove_files) COMPLETE
42462024-08-01T01:11:42.976Z[ recovery-image] Aug 01 01:11:42.047 INFO O| Aug 01 01:11:42.047 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-08-01T01:11:43.013Z[ recovery-image] Aug 01 01:11:42.085 INFO O| Aug 01 01:11:42.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42482024-08-01T01:11:43.013Z[ recovery-image] Aug 01 01:11:42.085 INFO O| Aug 01 01:11:42.085 INFO STEP 122 (remove_files) COMPLETE
42492024-08-01T01:11:43.013Z[ recovery-image] Aug 01 01:11:42.085 INFO O| Aug 01 01:11:42.085 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-08-01T01:11:43.034Z[ recovery-image] Aug 01 01:11:42.106 INFO O| Aug 01 01:11:42.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42512024-08-01T01:11:43.034Z[ recovery-image] Aug 01 01:11:42.106 INFO O| Aug 01 01:11:42.106 INFO STEP 123 (remove_files) COMPLETE
42522024-08-01T01:11:43.036Z[ recovery-image] Aug 01 01:11:42.106 INFO O| Aug 01 01:11:42.106 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-08-01T01:11:43.055Z[ recovery-image] Aug 01 01:11:42.127 INFO O| Aug 01 01:11:42.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42542024-08-01T01:11:43.055Z[ recovery-image] Aug 01 01:11:42.127 INFO O| Aug 01 01:11:42.127 INFO STEP 124 (remove_files) COMPLETE
42552024-08-01T01:11:43.055Z[ recovery-image] Aug 01 01:11:42.127 INFO O| Aug 01 01:11:42.127 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-08-01T01:11:43.126Z[ recovery-image] Aug 01 01:11:42.197 INFO O| Aug 01 01:11:42.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42572024-08-01T01:11:43.126Z[ recovery-image] Aug 01 01:11:42.198 INFO O| Aug 01 01:11:42.198 INFO STEP 125 (remove_files) COMPLETE
42582024-08-01T01:11:43.130Z[ recovery-image] Aug 01 01:11:42.198 INFO O| Aug 01 01:11:42.198 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-08-01T01:11:43.149Z[ recovery-image] Aug 01 01:11:42.222 INFO O| Aug 01 01:11:42.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42602024-08-01T01:11:43.169Z[ recovery-image] Aug 01 01:11:42.241 INFO O| Aug 01 01:11:42.241 INFO STEP 126 (remove_files) COMPLETE
42612024-08-01T01:11:43.169Z[ recovery-image] Aug 01 01:11:42.241 INFO O| Aug 01 01:11:42.241 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-08-01T01:11:43.203Z[ recovery-image] Aug 01 01:11:42.275 INFO O| Aug 01 01:11:42.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42632024-08-01T01:11:43.203Z[ recovery-image] Aug 01 01:11:42.275 INFO O| Aug 01 01:11:42.275 INFO STEP 127 (remove_files) COMPLETE
42642024-08-01T01:11:43.203Z[ recovery-image] Aug 01 01:11:42.275 INFO O| Aug 01 01:11:42.275 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-08-01T01:11:43.221Z[ recovery-image] Aug 01 01:11:42.293 INFO O| Aug 01 01:11:42.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42662024-08-01T01:11:43.221Z[ recovery-image] Aug 01 01:11:42.293 INFO O| Aug 01 01:11:42.293 INFO STEP 128 (remove_files) COMPLETE
42672024-08-01T01:11:43.221Z[ recovery-image] Aug 01 01:11:42.293 INFO O| Aug 01 01:11:42.293 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-08-01T01:11:43.238Z[ recovery-image] Aug 01 01:11:42.310 INFO O| Aug 01 01:11:42.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42692024-08-01T01:11:43.242Z[ recovery-image] Aug 01 01:11:42.310 INFO O| Aug 01 01:11:42.310 INFO STEP 129 (remove_files) COMPLETE
42702024-08-01T01:11:43.242Z[ recovery-image] Aug 01 01:11:42.310 INFO O| Aug 01 01:11:42.310 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-08-01T01:11:43.256Z[ recovery-image] Aug 01 01:11:42.328 INFO O| Aug 01 01:11:42.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42722024-08-01T01:11:43.256Z[ recovery-image] Aug 01 01:11:42.329 INFO O| Aug 01 01:11:42.329 INFO STEP 130 (remove_files) COMPLETE
42732024-08-01T01:11:43.259Z[ recovery-image] Aug 01 01:11:42.329 INFO O| Aug 01 01:11:42.329 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-08-01T01:11:43.285Z[ recovery-image] Aug 01 01:11:42.357 INFO O| Aug 01 01:11:42.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42752024-08-01T01:11:43.285Z[ recovery-image] Aug 01 01:11:42.357 INFO O| Aug 01 01:11:42.348 INFO STEP 131 (remove_files) COMPLETE
42762024-08-01T01:11:43.288Z[ recovery-image] Aug 01 01:11:42.357 INFO O| Aug 01 01:11:42.348 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-08-01T01:11:43.295Z[ recovery-image] Aug 01 01:11:42.368 INFO O| Aug 01 01:11:42.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42782024-08-01T01:11:43.297Z[ recovery-image] Aug 01 01:11:42.368 INFO O| Aug 01 01:11:42.368 INFO STEP 132 (remove_files) COMPLETE
42792024-08-01T01:11:43.298Z[ recovery-image] Aug 01 01:11:42.368 INFO O| Aug 01 01:11:42.368 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-08-01T01:11:43.312Z[ recovery-image] Aug 01 01:11:42.385 INFO O| Aug 01 01:11:42.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42812024-08-01T01:11:43.316Z[ recovery-image] Aug 01 01:11:42.385 INFO O| Aug 01 01:11:42.385 INFO STEP 133 (remove_files) COMPLETE
42822024-08-01T01:11:43.316Z[ recovery-image] Aug 01 01:11:42.385 INFO O| Aug 01 01:11:42.385 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-08-01T01:11:43.333Z[ recovery-image] Aug 01 01:11:42.405 INFO O| Aug 01 01:11:42.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42842024-08-01T01:11:43.346Z[ recovery-image] Aug 01 01:11:42.405 INFO O| Aug 01 01:11:42.405 INFO STEP 134 (remove_files) COMPLETE
42852024-08-01T01:11:43.346Z[ recovery-image] Aug 01 01:11:42.405 INFO O| Aug 01 01:11:42.405 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-08-01T01:11:43.354Z[ recovery-image] Aug 01 01:11:42.426 INFO O| Aug 01 01:11:42.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42872024-08-01T01:11:43.357Z[ recovery-image] Aug 01 01:11:42.427 INFO O| Aug 01 01:11:42.426 INFO STEP 135 (remove_files) COMPLETE
42882024-08-01T01:11:43.357Z[ recovery-image] Aug 01 01:11:42.427 INFO O| Aug 01 01:11:42.427 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-08-01T01:11:43.378Z[ recovery-image] Aug 01 01:11:42.450 INFO O| Aug 01 01:11:42.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42902024-08-01T01:11:43.381Z[ recovery-image] Aug 01 01:11:42.451 INFO O| Aug 01 01:11:42.450 INFO STEP 136 (remove_files) COMPLETE
42912024-08-01T01:11:43.381Z[ recovery-image] Aug 01 01:11:42.451 INFO O| Aug 01 01:11:42.451 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-08-01T01:11:43.403Z[ recovery-image] Aug 01 01:11:42.476 INFO O| Aug 01 01:11:42.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42932024-08-01T01:11:43.406Z[ recovery-image] Aug 01 01:11:42.476 INFO O| Aug 01 01:11:42.476 INFO STEP 137 (remove_files) COMPLETE
42942024-08-01T01:11:43.406Z[ recovery-image] Aug 01 01:11:42.476 INFO O| Aug 01 01:11:42.476 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-08-01T01:11:43.439Z[ recovery-image] Aug 01 01:11:42.512 INFO O| Aug 01 01:11:42.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42962024-08-01T01:11:43.439Z[ recovery-image] Aug 01 01:11:42.512 INFO O| Aug 01 01:11:42.512 INFO STEP 138 (remove_files) COMPLETE
42972024-08-01T01:11:43.439Z[ recovery-image] Aug 01 01:11:42.512 INFO O| Aug 01 01:11:42.512 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-01T01:11:43.511Z[ recovery-image] Aug 01 01:11:42.584 INFO O| Aug 01 01:11:42.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42992024-08-01T01:11:43.511Z[ recovery-image] Aug 01 01:11:42.584 INFO O| Aug 01 01:11:42.584 INFO STEP 139 (remove_files) COMPLETE
43002024-08-01T01:11:43.511Z[ recovery-image] Aug 01 01:11:42.584 INFO O| Aug 01 01:11:42.584 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-08-01T01:11:43.533Z[ recovery-image] Aug 01 01:11:42.605 INFO O| Aug 01 01:11:42.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43022024-08-01T01:11:43.533Z[ recovery-image] Aug 01 01:11:42.605 INFO O| Aug 01 01:11:42.605 INFO STEP 140 (remove_files) COMPLETE
43032024-08-01T01:11:43.533Z[ recovery-image] Aug 01 01:11:42.605 INFO O| Aug 01 01:11:42.605 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-01T01:11:43.561Z[ recovery-image] Aug 01 01:11:42.633 INFO O| Aug 01 01:11:42.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43052024-08-01T01:11:43.564Z[ recovery-image] Aug 01 01:11:42.634 INFO O| Aug 01 01:11:42.633 INFO STEP 141 (remove_files) COMPLETE
43062024-08-01T01:11:43.564Z[ recovery-image] Aug 01 01:11:42.634 INFO O| Aug 01 01:11:42.634 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-01T01:11:43.584Z[ recovery-image] Aug 01 01:11:42.656 INFO O| Aug 01 01:11:42.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43082024-08-01T01:11:43.584Z[ recovery-image] Aug 01 01:11:42.656 INFO O| Aug 01 01:11:42.656 INFO STEP 142 (remove_files) COMPLETE
43092024-08-01T01:11:43.584Z[ recovery-image] Aug 01 01:11:42.656 INFO O| Aug 01 01:11:42.656 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-01T01:11:43.627Z[ recovery-image] Aug 01 01:11:42.699 INFO O| Aug 01 01:11:42.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43112024-08-01T01:11:43.627Z[ recovery-image] Aug 01 01:11:42.699 INFO O| Aug 01 01:11:42.699 INFO STEP 143 (remove_files) COMPLETE
43122024-08-01T01:11:43.629Z[ recovery-image] Aug 01 01:11:42.699 INFO O| Aug 01 01:11:42.699 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-08-01T01:11:43.649Z[ recovery-image] Aug 01 01:11:42.722 INFO O| Aug 01 01:11:42.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43142024-08-01T01:11:43.649Z[ recovery-image] Aug 01 01:11:42.722 INFO O| Aug 01 01:11:42.722 INFO STEP 144 (remove_files) COMPLETE
43152024-08-01T01:11:43.649Z[ recovery-image] Aug 01 01:11:42.722 INFO O| Aug 01 01:11:42.722 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-08-01T01:11:43.706Z[ recovery-image] Aug 01 01:11:42.779 INFO O| Aug 01 01:11:42.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43172024-08-01T01:11:43.706Z[ recovery-image] Aug 01 01:11:42.779 INFO O| Aug 01 01:11:42.779 INFO STEP 145 (remove_files) COMPLETE
43182024-08-01T01:11:43.710Z[ recovery-image] Aug 01 01:11:42.779 INFO O| Aug 01 01:11:42.779 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-08-01T01:11:43.769Z[ recovery-image] Aug 01 01:11:42.841 INFO O| Aug 01 01:11:42.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43202024-08-01T01:11:43.769Z[ recovery-image] Aug 01 01:11:42.841 INFO O| Aug 01 01:11:42.841 INFO STEP 146 (remove_files) COMPLETE
43212024-08-01T01:11:43.769Z[ recovery-image] Aug 01 01:11:42.841 INFO O| Aug 01 01:11:42.841 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-08-01T01:11:43.788Z[ recovery-image] Aug 01 01:11:42.860 INFO O| Aug 01 01:11:42.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43232024-08-01T01:11:43.788Z[ recovery-image] Aug 01 01:11:42.860 INFO O| Aug 01 01:11:42.860 INFO STEP 147 (remove_files) COMPLETE
43242024-08-01T01:11:43.788Z[ recovery-image] Aug 01 01:11:42.860 INFO O| Aug 01 01:11:42.860 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-01T01:11:43.809Z[ recovery-image] Aug 01 01:11:42.882 INFO O| Aug 01 01:11:42.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43262024-08-01T01:11:43.812Z[ recovery-image] Aug 01 01:11:42.882 INFO O| Aug 01 01:11:42.882 INFO STEP 148 (remove_files) COMPLETE
43272024-08-01T01:11:43.812Z[ recovery-image] Aug 01 01:11:42.882 INFO O| Aug 01 01:11:42.882 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-08-01T01:11:43.830Z[ recovery-image] Aug 01 01:11:42.903 INFO O| Aug 01 01:11:42.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43292024-08-01T01:11:43.833Z[ recovery-image] Aug 01 01:11:42.903 INFO O| Aug 01 01:11:42.903 INFO STEP 149 (remove_files) COMPLETE
43302024-08-01T01:11:43.833Z[ recovery-image] Aug 01 01:11:42.903 INFO O| Aug 01 01:11:42.903 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-08-01T01:11:43.852Z[ recovery-image] Aug 01 01:11:42.925 INFO O| Aug 01 01:11:42.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43322024-08-01T01:11:43.852Z[ recovery-image] Aug 01 01:11:42.925 INFO O| Aug 01 01:11:42.925 INFO STEP 150 (remove_files) COMPLETE
43332024-08-01T01:11:43.852Z[ recovery-image] Aug 01 01:11:42.925 INFO O| Aug 01 01:11:42.925 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-08-01T01:11:43.889Z[ recovery-image] Aug 01 01:11:42.961 INFO O| Aug 01 01:11:42.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43352024-08-01T01:11:43.892Z[ recovery-image] Aug 01 01:11:42.961 INFO O| Aug 01 01:11:42.961 INFO STEP 151 (remove_files) COMPLETE
43362024-08-01T01:11:43.892Z[ recovery-image] Aug 01 01:11:42.962 INFO O| Aug 01 01:11:42.961 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-08-01T01:11:43.912Z[ recovery-image] Aug 01 01:11:42.985 INFO O| Aug 01 01:11:42.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43382024-08-01T01:11:43.912Z[ recovery-image] Aug 01 01:11:42.985 INFO O| Aug 01 01:11:42.985 INFO STEP 152 (remove_files) COMPLETE
43392024-08-01T01:11:43.915Z[ recovery-image] Aug 01 01:11:42.985 INFO O| Aug 01 01:11:42.985 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-01T01:11:43.955Z[ recovery-image] Aug 01 01:11:43.027 INFO O| Aug 01 01:11:43.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43412024-08-01T01:11:43.955Z[ recovery-image] Aug 01 01:11:43.027 INFO O| Aug 01 01:11:43.027 INFO STEP 153 (remove_files) COMPLETE
43422024-08-01T01:11:43.955Z[ recovery-image] Aug 01 01:11:43.027 INFO O| Aug 01 01:11:43.027 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-01T01:11:43.976Z[ recovery-image] Aug 01 01:11:43.049 INFO O| Aug 01 01:11:43.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43442024-08-01T01:11:43.976Z[ recovery-image] Aug 01 01:11:43.049 INFO O| Aug 01 01:11:43.049 INFO STEP 154 (remove_files) COMPLETE
43452024-08-01T01:11:43.976Z[ recovery-image] Aug 01 01:11:43.049 INFO O| Aug 01 01:11:43.049 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-01T01:11:43.995Z[ recovery-image] Aug 01 01:11:43.068 INFO O| Aug 01 01:11:43.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43472024-08-01T01:11:43.995Z[ recovery-image] Aug 01 01:11:43.068 INFO O| Aug 01 01:11:43.068 INFO STEP 155 (remove_files) COMPLETE
43482024-08-01T01:11:43.995Z[ recovery-image] Aug 01 01:11:43.068 INFO O| Aug 01 01:11:43.068 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-01T01:11:44.014Z[ recovery-image] Aug 01 01:11:43.086 INFO O| Aug 01 01:11:43.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43502024-08-01T01:11:44.014Z[ recovery-image] Aug 01 01:11:43.086 INFO O| Aug 01 01:11:43.086 INFO STEP 156 (remove_files) COMPLETE
43512024-08-01T01:11:44.017Z[ recovery-image] Aug 01 01:11:43.086 INFO O| Aug 01 01:11:43.086 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-01T01:11:44.079Z[ recovery-image] Aug 01 01:11:43.152 INFO O| Aug 01 01:11:43.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43532024-08-01T01:11:44.079Z[ recovery-image] Aug 01 01:11:43.152 INFO O| Aug 01 01:11:43.152 INFO STEP 157 (remove_files) COMPLETE
43542024-08-01T01:11:44.082Z[ recovery-image] Aug 01 01:11:43.152 INFO O| Aug 01 01:11:43.152 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-01T01:11:44.101Z[ recovery-image] Aug 01 01:11:43.174 INFO O| Aug 01 01:11:43.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43562024-08-01T01:11:44.101Z[ recovery-image] Aug 01 01:11:43.174 INFO O| Aug 01 01:11:43.174 INFO STEP 158 (remove_files) COMPLETE
43572024-08-01T01:11:44.101Z[ recovery-image] Aug 01 01:11:43.174 INFO O| Aug 01 01:11:43.174 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-01T01:11:44.121Z[ recovery-image] Aug 01 01:11:43.194 INFO O| Aug 01 01:11:43.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43592024-08-01T01:11:44.121Z[ recovery-image] Aug 01 01:11:43.194 INFO O| Aug 01 01:11:43.194 INFO STEP 159 (remove_files) COMPLETE
43602024-08-01T01:11:44.125Z[ recovery-image] Aug 01 01:11:43.194 INFO O| Aug 01 01:11:43.194 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-01T01:11:44.144Z[ recovery-image] Aug 01 01:11:43.217 INFO O| Aug 01 01:11:43.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43622024-08-01T01:11:44.144Z[ recovery-image] Aug 01 01:11:43.217 INFO O| Aug 01 01:11:43.217 INFO STEP 160 (remove_files) COMPLETE
43632024-08-01T01:11:44.147Z[ recovery-image] Aug 01 01:11:43.217 INFO O| Aug 01 01:11:43.217 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-01T01:11:44.164Z[ recovery-image] Aug 01 01:11:43.237 INFO O| Aug 01 01:11:43.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43652024-08-01T01:11:44.164Z[ recovery-image] Aug 01 01:11:43.237 INFO O| Aug 01 01:11:43.237 INFO STEP 161 (remove_files) COMPLETE
43662024-08-01T01:11:44.168Z[ recovery-image] Aug 01 01:11:43.237 INFO O| Aug 01 01:11:43.237 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-01T01:11:44.181Z[ recovery-image] Aug 01 01:11:43.254 INFO O| Aug 01 01:11:43.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43682024-08-01T01:11:44.181Z[ recovery-image] Aug 01 01:11:43.254 INFO O| Aug 01 01:11:43.254 INFO STEP 162 (remove_files) COMPLETE
43692024-08-01T01:11:44.184Z[ recovery-image] Aug 01 01:11:43.254 INFO O| Aug 01 01:11:43.254 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-08-01T01:11:44.198Z[ recovery-image] Aug 01 01:11:43.270 INFO O| Aug 01 01:11:43.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43712024-08-01T01:11:44.198Z[ recovery-image] Aug 01 01:11:43.270 INFO O| Aug 01 01:11:43.270 INFO STEP 163 (remove_files) COMPLETE
43722024-08-01T01:11:44.201Z[ recovery-image] Aug 01 01:11:43.270 INFO O| Aug 01 01:11:43.270 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-08-01T01:11:44.215Z[ recovery-image] Aug 01 01:11:43.288 INFO O| Aug 01 01:11:43.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43742024-08-01T01:11:44.215Z[ recovery-image] Aug 01 01:11:43.288 INFO O| Aug 01 01:11:43.288 INFO STEP 164 (remove_files) COMPLETE
43752024-08-01T01:11:44.215Z[ recovery-image] Aug 01 01:11:43.288 INFO O| Aug 01 01:11:43.288 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-08-01T01:11:44.234Z[ recovery-image] Aug 01 01:11:43.307 INFO O| Aug 01 01:11:43.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43772024-08-01T01:11:44.234Z[ recovery-image] Aug 01 01:11:43.307 INFO O| Aug 01 01:11:43.307 INFO STEP 165 (remove_files) COMPLETE
43782024-08-01T01:11:44.234Z[ recovery-image] Aug 01 01:11:43.307 INFO O| Aug 01 01:11:43.307 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-08-01T01:11:44.255Z[ recovery-image] Aug 01 01:11:43.327 INFO O| Aug 01 01:11:43.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43802024-08-01T01:11:44.260Z[ recovery-image] Aug 01 01:11:43.333 INFO O| Aug 01 01:11:43.333 INFO STEP 166 (remove_files) COMPLETE
43812024-08-01T01:11:44.260Z[ recovery-image] Aug 01 01:11:43.333 INFO O| Aug 01 01:11:43.333 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-08-01T01:11:44.361Z[ recovery-image] Aug 01 01:11:43.434 INFO O| Aug 01 01:11:43.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43832024-08-01T01:11:44.386Z[ recovery-image] Aug 01 01:11:43.457 INFO O| Aug 01 01:11:43.457 INFO STEP 167 (remove_files) COMPLETE
43842024-08-01T01:11:44.386Z[ recovery-image] Aug 01 01:11:43.457 INFO O| Aug 01 01:11:43.457 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-08-01T01:11:44.410Z[ recovery-image] Aug 01 01:11:43.482 INFO O| Aug 01 01:11:43.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43862024-08-01T01:11:44.413Z[ recovery-image] Aug 01 01:11:43.483 INFO O| Aug 01 01:11:43.483 INFO STEP 168 (remove_files) COMPLETE
43872024-08-01T01:11:44.413Z[ recovery-image] Aug 01 01:11:43.483 INFO O| Aug 01 01:11:43.483 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-08-01T01:11:44.433Z[ recovery-image] Aug 01 01:11:43.505 INFO O| Aug 01 01:11:43.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43892024-08-01T01:11:44.453Z[ recovery-image] Aug 01 01:11:43.526 INFO O| Aug 01 01:11:43.526 INFO STEP 169 (remove_files) COMPLETE
43902024-08-01T01:11:44.456Z[ recovery-image] Aug 01 01:11:43.526 INFO O| Aug 01 01:11:43.526 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-08-01T01:11:44.478Z[ recovery-image] Aug 01 01:11:43.551 INFO O| Aug 01 01:11:43.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43922024-08-01T01:11:44.481Z[ recovery-image] Aug 01 01:11:43.551 INFO O| Aug 01 01:11:43.551 INFO STEP 170 (remove_files) COMPLETE
43932024-08-01T01:11:44.481Z[ recovery-image] Aug 01 01:11:43.551 INFO O| Aug 01 01:11:43.551 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-08-01T01:11:44.500Z[ recovery-image] Aug 01 01:11:43.573 INFO O| Aug 01 01:11:43.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43952024-08-01T01:11:44.500Z[ recovery-image] Aug 01 01:11:43.573 INFO O| Aug 01 01:11:43.573 INFO STEP 171 (remove_files) COMPLETE
43962024-08-01T01:11:44.500Z[ recovery-image] Aug 01 01:11:43.573 INFO O| Aug 01 01:11:43.573 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-01T01:11:44.532Z[ recovery-image] Aug 01 01:11:43.605 INFO O| Aug 01 01:11:43.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43982024-08-01T01:11:44.532Z[ recovery-image] Aug 01 01:11:43.605 INFO O| Aug 01 01:11:43.605 INFO STEP 172 (remove_files) COMPLETE
43992024-08-01T01:11:44.532Z[ recovery-image] Aug 01 01:11:43.605 INFO O| Aug 01 01:11:43.605 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-01T01:11:44.567Z[ recovery-image] Aug 01 01:11:43.640 INFO O| Aug 01 01:11:43.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44012024-08-01T01:11:44.567Z[ recovery-image] Aug 01 01:11:43.640 INFO O| Aug 01 01:11:43.640 INFO STEP 173 (remove_files) COMPLETE
44022024-08-01T01:11:44.567Z[ recovery-image] Aug 01 01:11:43.640 INFO O| Aug 01 01:11:43.640 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-01T01:11:44.601Z[ recovery-image] Aug 01 01:11:43.673 INFO O| Aug 01 01:11:43.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44042024-08-01T01:11:44.601Z[ recovery-image] Aug 01 01:11:43.673 INFO O| Aug 01 01:11:43.673 INFO STEP 174 (remove_files) COMPLETE
44052024-08-01T01:11:44.604Z[ recovery-image] Aug 01 01:11:43.673 INFO O| Aug 01 01:11:43.673 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-01T01:11:44.620Z[ recovery-image] Aug 01 01:11:43.693 INFO O| Aug 01 01:11:43.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44072024-08-01T01:11:44.620Z[ recovery-image] Aug 01 01:11:43.693 INFO O| Aug 01 01:11:43.693 INFO STEP 175 (remove_files) COMPLETE
44082024-08-01T01:11:44.620Z[ recovery-image] Aug 01 01:11:43.693 INFO O| Aug 01 01:11:43.693 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-01T01:11:44.638Z[ recovery-image] Aug 01 01:11:43.711 INFO O| Aug 01 01:11:43.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44102024-08-01T01:11:44.638Z[ recovery-image] Aug 01 01:11:43.711 INFO O| Aug 01 01:11:43.711 INFO STEP 176 (remove_files) COMPLETE
44112024-08-01T01:11:44.638Z[ recovery-image] Aug 01 01:11:43.711 INFO O| Aug 01 01:11:43.711 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-01T01:11:44.656Z[ recovery-image] Aug 01 01:11:43.729 INFO O| Aug 01 01:11:43.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44132024-08-01T01:11:44.656Z[ recovery-image] Aug 01 01:11:43.729 INFO O| Aug 01 01:11:43.729 INFO STEP 177 (remove_files) COMPLETE
44142024-08-01T01:11:44.656Z[ recovery-image] Aug 01 01:11:43.729 INFO O| Aug 01 01:11:43.729 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-01T01:11:44.674Z[ recovery-image] Aug 01 01:11:43.747 INFO O| Aug 01 01:11:43.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44162024-08-01T01:11:44.694Z[ recovery-image] Aug 01 01:11:43.767 INFO O| Aug 01 01:11:43.767 INFO STEP 178 (remove_files) COMPLETE
44172024-08-01T01:11:44.694Z[ recovery-image] Aug 01 01:11:43.767 INFO O| Aug 01 01:11:43.767 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-01T01:11:44.713Z[ recovery-image] Aug 01 01:11:43.786 INFO O| Aug 01 01:11:43.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44192024-08-01T01:11:44.713Z[ recovery-image] Aug 01 01:11:43.786 INFO O| Aug 01 01:11:43.786 INFO STEP 179 (remove_files) COMPLETE
44202024-08-01T01:11:44.713Z[ recovery-image] Aug 01 01:11:43.786 INFO O| Aug 01 01:11:43.786 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-01T01:11:44.733Z[ recovery-image] Aug 01 01:11:43.806 INFO O| Aug 01 01:11:43.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44222024-08-01T01:11:44.733Z[ recovery-image] Aug 01 01:11:43.806 INFO O| Aug 01 01:11:43.806 INFO STEP 180 (remove_files) COMPLETE
44232024-08-01T01:11:44.733Z[ recovery-image] Aug 01 01:11:43.806 INFO O| Aug 01 01:11:43.806 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-08-01T01:11:44.753Z[ recovery-image] Aug 01 01:11:43.825 INFO O| Aug 01 01:11:43.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44252024-08-01T01:11:44.753Z[ recovery-image] Aug 01 01:11:43.825 INFO O| Aug 01 01:11:43.825 INFO STEP 181 (remove_files) COMPLETE
44262024-08-01T01:11:44.757Z[ recovery-image] Aug 01 01:11:43.825 INFO O| Aug 01 01:11:43.825 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-08-01T01:11:44.770Z[ recovery-image] Aug 01 01:11:43.843 INFO O| Aug 01 01:11:43.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44282024-08-01T01:11:44.770Z[ recovery-image] Aug 01 01:11:43.843 INFO O| Aug 01 01:11:43.843 INFO STEP 182 (remove_files) COMPLETE
44292024-08-01T01:11:44.773Z[ recovery-image] Aug 01 01:11:43.843 INFO O| Aug 01 01:11:43.843 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-08-01T01:11:44.789Z[ recovery-image] Aug 01 01:11:43.861 INFO O| Aug 01 01:11:43.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44312024-08-01T01:11:44.789Z[ recovery-image] Aug 01 01:11:43.861 INFO O| Aug 01 01:11:43.861 INFO STEP 183 (remove_files) COMPLETE
44322024-08-01T01:11:44.789Z[ recovery-image] Aug 01 01:11:43.862 INFO O| Aug 01 01:11:43.861 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-08-01T01:11:44.808Z[ recovery-image] Aug 01 01:11:43.881 INFO O| Aug 01 01:11:43.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44342024-08-01T01:11:44.808Z[ recovery-image] Aug 01 01:11:43.881 INFO O| Aug 01 01:11:43.881 INFO STEP 184 (remove_files) COMPLETE
44352024-08-01T01:11:44.812Z[ recovery-image] Aug 01 01:11:43.881 INFO O| Aug 01 01:11:43.881 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-08-01T01:11:44.828Z[ recovery-image] Aug 01 01:11:43.900 INFO O| Aug 01 01:11:43.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44372024-08-01T01:11:44.828Z[ recovery-image] Aug 01 01:11:43.900 INFO O| Aug 01 01:11:43.900 INFO STEP 185 (remove_files) COMPLETE
44382024-08-01T01:11:44.830Z[ recovery-image] Aug 01 01:11:43.901 INFO O| Aug 01 01:11:43.900 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-01T01:11:44.847Z[ recovery-image] Aug 01 01:11:43.920 INFO O| Aug 01 01:11:43.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44402024-08-01T01:11:44.847Z[ recovery-image] Aug 01 01:11:43.920 INFO O| Aug 01 01:11:43.920 INFO STEP 186 (remove_files) COMPLETE
44412024-08-01T01:11:44.850Z[ recovery-image] Aug 01 01:11:43.920 INFO O| Aug 01 01:11:43.920 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-01T01:11:44.868Z[ recovery-image] Aug 01 01:11:43.941 INFO O| Aug 01 01:11:43.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44432024-08-01T01:11:44.868Z[ recovery-image] Aug 01 01:11:43.941 INFO O| Aug 01 01:11:43.941 INFO STEP 187 (remove_files) COMPLETE
44442024-08-01T01:11:44.868Z[ recovery-image] Aug 01 01:11:43.941 INFO O| Aug 01 01:11:43.941 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-01T01:11:44.889Z[ recovery-image] Aug 01 01:11:43.961 INFO O| Aug 01 01:11:43.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44462024-08-01T01:11:44.889Z[ recovery-image] Aug 01 01:11:43.961 INFO O| Aug 01 01:11:43.961 INFO STEP 188 (remove_files) COMPLETE
44472024-08-01T01:11:44.889Z[ recovery-image] Aug 01 01:11:43.961 INFO O| Aug 01 01:11:43.961 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-01T01:11:44.908Z[ recovery-image] Aug 01 01:11:43.981 INFO O| Aug 01 01:11:43.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44492024-08-01T01:11:44.911Z[ recovery-image] Aug 01 01:11:43.981 INFO O| Aug 01 01:11:43.981 INFO STEP 189 (remove_files) COMPLETE
44502024-08-01T01:11:44.911Z[ recovery-image] Aug 01 01:11:43.981 INFO O| Aug 01 01:11:43.981 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-01T01:11:44.927Z[ recovery-image] Aug 01 01:11:43.999 INFO O| Aug 01 01:11:43.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44522024-08-01T01:11:44.930Z[ recovery-image] Aug 01 01:11:43.999 INFO O| Aug 01 01:11:43.999 INFO STEP 190 (remove_files) COMPLETE
44532024-08-01T01:11:44.930Z[ recovery-image] Aug 01 01:11:43.999 INFO O| Aug 01 01:11:43.999 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-08-01T01:11:44.951Z[ recovery-image] Aug 01 01:11:44.024 INFO O| Aug 01 01:11:44.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44552024-08-01T01:11:44.954Z[ recovery-image] Aug 01 01:11:44.025 INFO O| Aug 01 01:11:44.024 INFO STEP 191 (remove_files) COMPLETE
44562024-08-01T01:11:44.954Z[ recovery-image] Aug 01 01:11:44.025 INFO O| Aug 01 01:11:44.025 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-08-01T01:11:44.971Z[ recovery-image] Aug 01 01:11:44.044 INFO O| Aug 01 01:11:44.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44582024-08-01T01:11:44.976Z[ recovery-image] Aug 01 01:11:44.044 INFO O| Aug 01 01:11:44.044 INFO STEP 192 (remove_files) COMPLETE
44592024-08-01T01:11:44.976Z[ recovery-image] Aug 01 01:11:44.044 INFO O| Aug 01 01:11:44.044 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-08-01T01:11:44.990Z[ recovery-image] Aug 01 01:11:44.063 INFO O| Aug 01 01:11:44.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44612024-08-01T01:11:44.993Z[ recovery-image] Aug 01 01:11:44.063 INFO O| Aug 01 01:11:44.063 INFO STEP 193 (remove_files) COMPLETE
44622024-08-01T01:11:44.993Z[ recovery-image] Aug 01 01:11:44.064 INFO O| Aug 01 01:11:44.063 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-08-01T01:11:45.012Z[ recovery-image] Aug 01 01:11:44.084 INFO O| Aug 01 01:11:44.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44642024-08-01T01:11:45.015Z[ recovery-image] Aug 01 01:11:44.085 INFO O| Aug 01 01:11:44.085 INFO STEP 194 (remove_files) COMPLETE
44652024-08-01T01:11:45.015Z[ recovery-image] Aug 01 01:11:44.085 INFO O| Aug 01 01:11:44.085 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-08-01T01:11:45.033Z[ recovery-image] Aug 01 01:11:44.106 INFO O| Aug 01 01:11:44.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44672024-08-01T01:11:45.033Z[ recovery-image] Aug 01 01:11:44.106 INFO O| Aug 01 01:11:44.106 INFO STEP 195 (remove_files) COMPLETE
44682024-08-01T01:11:45.033Z[ recovery-image] Aug 01 01:11:44.106 INFO O| Aug 01 01:11:44.106 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-08-01T01:11:45.068Z[ recovery-image] Aug 01 01:11:44.140 INFO O| Aug 01 01:11:44.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44702024-08-01T01:11:45.068Z[ recovery-image] Aug 01 01:11:44.141 INFO O| Aug 01 01:11:44.140 INFO STEP 196 (remove_files) COMPLETE
44712024-08-01T01:11:45.068Z[ recovery-image] Aug 01 01:11:44.141 INFO O| Aug 01 01:11:44.141 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-08-01T01:11:45.089Z[ recovery-image] Aug 01 01:11:44.162 INFO O| Aug 01 01:11:44.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44732024-08-01T01:11:45.089Z[ recovery-image] Aug 01 01:11:44.162 INFO O| Aug 01 01:11:44.162 INFO STEP 197 (remove_files) COMPLETE
44742024-08-01T01:11:45.092Z[ recovery-image] Aug 01 01:11:44.162 INFO O| Aug 01 01:11:44.162 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-08-01T01:11:45.112Z[ recovery-image] Aug 01 01:11:44.184 INFO O| Aug 01 01:11:44.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44762024-08-01T01:11:45.112Z[ recovery-image] Aug 01 01:11:44.185 INFO O| Aug 01 01:11:44.185 INFO STEP 198 (remove_files) COMPLETE
44772024-08-01T01:11:45.115Z[ recovery-image] Aug 01 01:11:44.185 INFO O| Aug 01 01:11:44.185 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-08-01T01:11:45.135Z[ recovery-image] Aug 01 01:11:44.208 INFO O| Aug 01 01:11:44.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44792024-08-01T01:11:45.135Z[ recovery-image] Aug 01 01:11:44.208 INFO O| Aug 01 01:11:44.208 INFO STEP 199 (remove_files) COMPLETE
44802024-08-01T01:11:45.138Z[ recovery-image] Aug 01 01:11:44.208 INFO O| Aug 01 01:11:44.208 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-08-01T01:11:45.159Z[ recovery-image] Aug 01 01:11:44.231 INFO O| Aug 01 01:11:44.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44822024-08-01T01:11:45.159Z[ recovery-image] Aug 01 01:11:44.231 INFO O| Aug 01 01:11:44.231 INFO STEP 200 (remove_files) COMPLETE
44832024-08-01T01:11:45.162Z[ recovery-image] Aug 01 01:11:44.232 INFO O| Aug 01 01:11:44.231 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-08-01T01:11:45.183Z[ recovery-image] Aug 01 01:11:44.255 INFO O| Aug 01 01:11:44.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44852024-08-01T01:11:45.183Z[ recovery-image] Aug 01 01:11:44.255 INFO O| Aug 01 01:11:44.255 INFO STEP 201 (remove_files) COMPLETE
44862024-08-01T01:11:45.186Z[ recovery-image] Aug 01 01:11:44.255 INFO O| Aug 01 01:11:44.255 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-08-01T01:11:45.206Z[ recovery-image] Aug 01 01:11:44.278 INFO O| Aug 01 01:11:44.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44882024-08-01T01:11:45.206Z[ recovery-image] Aug 01 01:11:44.279 INFO O| Aug 01 01:11:44.278 INFO STEP 202 (remove_files) COMPLETE
44892024-08-01T01:11:45.209Z[ recovery-image] Aug 01 01:11:44.279 INFO O| Aug 01 01:11:44.279 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-08-01T01:11:45.229Z[ recovery-image] Aug 01 01:11:44.302 INFO O| Aug 01 01:11:44.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44912024-08-01T01:11:45.232Z[ recovery-image] Aug 01 01:11:44.302 INFO O| Aug 01 01:11:44.302 INFO STEP 203 (remove_files) COMPLETE
44922024-08-01T01:11:45.232Z[ recovery-image] Aug 01 01:11:44.303 INFO O| Aug 01 01:11:44.302 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-08-01T01:11:45.253Z[ recovery-image] Aug 01 01:11:44.325 INFO O| Aug 01 01:11:44.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44942024-08-01T01:11:45.253Z[ recovery-image] Aug 01 01:11:44.325 INFO O| Aug 01 01:11:44.325 INFO STEP 204 (remove_files) COMPLETE
44952024-08-01T01:11:45.253Z[ recovery-image] Aug 01 01:11:44.325 INFO O| Aug 01 01:11:44.325 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-08-01T01:11:45.275Z[ recovery-image] Aug 01 01:11:44.347 INFO O| Aug 01 01:11:44.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44972024-08-01T01:11:45.275Z[ recovery-image] Aug 01 01:11:44.347 INFO O| Aug 01 01:11:44.347 INFO STEP 205 (remove_files) COMPLETE
44982024-08-01T01:11:45.275Z[ recovery-image] Aug 01 01:11:44.348 INFO O| Aug 01 01:11:44.347 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-08-01T01:11:45.315Z[ recovery-image] Aug 01 01:11:44.388 INFO O| Aug 01 01:11:44.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45002024-08-01T01:11:45.315Z[ recovery-image] Aug 01 01:11:44.388 INFO O| Aug 01 01:11:44.388 INFO STEP 206 (remove_files) COMPLETE
45012024-08-01T01:11:45.315Z[ recovery-image] Aug 01 01:11:44.388 INFO O| Aug 01 01:11:44.388 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-08-01T01:11:45.340Z[ recovery-image] Aug 01 01:11:44.413 INFO O| Aug 01 01:11:44.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45032024-08-01T01:11:45.340Z[ recovery-image] Aug 01 01:11:44.413 INFO O| Aug 01 01:11:44.413 INFO STEP 207 (remove_files) COMPLETE
45042024-08-01T01:11:45.340Z[ recovery-image] Aug 01 01:11:44.413 INFO O| Aug 01 01:11:44.413 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-08-01T01:11:45.363Z[ recovery-image] Aug 01 01:11:44.435 INFO O| Aug 01 01:11:44.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45062024-08-01T01:11:45.364Z[ recovery-image] Aug 01 01:11:44.435 INFO O| Aug 01 01:11:44.435 INFO STEP 208 (remove_files) COMPLETE
45072024-08-01T01:11:45.364Z[ recovery-image] Aug 01 01:11:44.435 INFO O| Aug 01 01:11:44.435 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-08-01T01:11:45.388Z[ recovery-image] Aug 01 01:11:44.461 INFO O| Aug 01 01:11:44.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45092024-08-01T01:11:45.388Z[ recovery-image] Aug 01 01:11:44.461 INFO O| Aug 01 01:11:44.461 INFO STEP 209 (remove_files) COMPLETE
45102024-08-01T01:11:45.388Z[ recovery-image] Aug 01 01:11:44.461 INFO O| Aug 01 01:11:44.461 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-08-01T01:11:45.447Z[ recovery-image] Aug 01 01:11:44.519 INFO O| Aug 01 01:11:44.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45122024-08-01T01:11:45.447Z[ recovery-image] Aug 01 01:11:44.519 INFO O| Aug 01 01:11:44.519 INFO STEP 210 (remove_files) COMPLETE
45132024-08-01T01:11:45.447Z[ recovery-image] Aug 01 01:11:44.520 INFO O| Aug 01 01:11:44.519 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-08-01T01:11:45.521Z[ recovery-image] Aug 01 01:11:44.594 INFO O| Aug 01 01:11:44.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45152024-08-01T01:11:45.521Z[ recovery-image] Aug 01 01:11:44.594 INFO O| Aug 01 01:11:44.594 INFO STEP 211 (remove_files) COMPLETE
45162024-08-01T01:11:45.521Z[ recovery-image] Aug 01 01:11:44.594 INFO O| Aug 01 01:11:44.594 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-08-01T01:11:45.544Z[ recovery-image] Aug 01 01:11:44.617 INFO O| Aug 01 01:11:44.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45182024-08-01T01:11:45.545Z[ recovery-image] Aug 01 01:11:44.617 INFO O| Aug 01 01:11:44.617 INFO STEP 212 (remove_files) COMPLETE
45192024-08-01T01:11:45.545Z[ recovery-image] Aug 01 01:11:44.618 INFO O| Aug 01 01:11:44.617 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-08-01T01:11:45.566Z[ recovery-image] Aug 01 01:11:44.639 INFO O| Aug 01 01:11:44.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45212024-08-01T01:11:45.566Z[ recovery-image] Aug 01 01:11:44.639 INFO O| Aug 01 01:11:44.639 INFO STEP 213 (remove_files) COMPLETE
45222024-08-01T01:11:45.566Z[ recovery-image] Aug 01 01:11:44.639 INFO O| Aug 01 01:11:44.639 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-08-01T01:11:45.600Z[ recovery-image] Aug 01 01:11:44.673 INFO O| Aug 01 01:11:44.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45242024-08-01T01:11:45.600Z[ recovery-image] Aug 01 01:11:44.673 INFO O| Aug 01 01:11:44.673 INFO STEP 214 (remove_files) COMPLETE
45252024-08-01T01:11:45.600Z[ recovery-image] Aug 01 01:11:44.673 INFO O| Aug 01 01:11:44.673 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-08-01T01:11:45.650Z[ recovery-image] Aug 01 01:11:44.723 INFO O| Aug 01 01:11:44.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45272024-08-01T01:11:45.650Z[ recovery-image] Aug 01 01:11:44.723 INFO O| Aug 01 01:11:44.723 INFO STEP 215 (remove_files) COMPLETE
45282024-08-01T01:11:45.650Z[ recovery-image] Aug 01 01:11:44.723 INFO O| Aug 01 01:11:44.723 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-08-01T01:11:45.684Z[ recovery-image] Aug 01 01:11:44.757 INFO O| Aug 01 01:11:44.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45302024-08-01T01:11:45.685Z[ recovery-image] Aug 01 01:11:44.757 INFO O| Aug 01 01:11:44.757 INFO STEP 216 (remove_files) COMPLETE
45312024-08-01T01:11:45.685Z[ recovery-image] Aug 01 01:11:44.757 INFO O| Aug 01 01:11:44.757 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-08-01T01:11:45.717Z[ recovery-image] Aug 01 01:11:44.790 INFO O| Aug 01 01:11:44.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45332024-08-01T01:11:45.717Z[ recovery-image] Aug 01 01:11:44.790 INFO O| Aug 01 01:11:44.790 INFO STEP 217 (remove_files) COMPLETE
45342024-08-01T01:11:45.720Z[ recovery-image] Aug 01 01:11:44.790 INFO O| Aug 01 01:11:44.790 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-08-01T01:11:45.748Z[ recovery-image] Aug 01 01:11:44.821 INFO O| Aug 01 01:11:44.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45362024-08-01T01:11:45.748Z[ recovery-image] Aug 01 01:11:44.821 INFO O| Aug 01 01:11:44.821 INFO STEP 218 (remove_files) COMPLETE
45372024-08-01T01:11:45.751Z[ recovery-image] Aug 01 01:11:44.821 INFO O| Aug 01 01:11:44.821 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-08-01T01:11:45.773Z[ recovery-image] Aug 01 01:11:44.846 INFO O| Aug 01 01:11:44.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45392024-08-01T01:11:45.773Z[ recovery-image] Aug 01 01:11:44.846 INFO O| Aug 01 01:11:44.846 INFO STEP 219 (remove_files) COMPLETE
45402024-08-01T01:11:45.773Z[ recovery-image] Aug 01 01:11:44.846 INFO O| Aug 01 01:11:44.846 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-08-01T01:11:45.795Z[ recovery-image] Aug 01 01:11:44.868 INFO O| Aug 01 01:11:44.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45422024-08-01T01:11:45.795Z[ recovery-image] Aug 01 01:11:44.868 INFO O| Aug 01 01:11:44.868 INFO STEP 220 (remove_files) COMPLETE
45432024-08-01T01:11:45.795Z[ recovery-image] Aug 01 01:11:44.868 INFO O| Aug 01 01:11:44.868 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-08-01T01:11:45.818Z[ recovery-image] Aug 01 01:11:44.890 INFO O| Aug 01 01:11:44.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45452024-08-01T01:11:45.818Z[ recovery-image] Aug 01 01:11:44.891 INFO O| Aug 01 01:11:44.891 INFO STEP 221 (remove_files) COMPLETE
45462024-08-01T01:11:45.818Z[ recovery-image] Aug 01 01:11:44.891 INFO O| Aug 01 01:11:44.891 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-08-01T01:11:45.839Z[ recovery-image] Aug 01 01:11:44.912 INFO O| Aug 01 01:11:44.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45482024-08-01T01:11:45.839Z[ recovery-image] Aug 01 01:11:44.912 INFO O| Aug 01 01:11:44.912 INFO STEP 222 (remove_files) COMPLETE
45492024-08-01T01:11:45.839Z[ recovery-image] Aug 01 01:11:44.912 INFO O| Aug 01 01:11:44.912 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-08-01T01:11:45.860Z[ recovery-image] Aug 01 01:11:44.933 INFO O| Aug 01 01:11:44.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45512024-08-01T01:11:45.860Z[ recovery-image] Aug 01 01:11:44.933 INFO O| Aug 01 01:11:44.933 INFO STEP 223 (remove_files) COMPLETE
45522024-08-01T01:11:45.863Z[ recovery-image] Aug 01 01:11:44.933 INFO O| Aug 01 01:11:44.933 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-08-01T01:11:45.882Z[ recovery-image] Aug 01 01:11:44.955 INFO O| Aug 01 01:11:44.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45542024-08-01T01:11:45.882Z[ recovery-image] Aug 01 01:11:44.955 INFO O| Aug 01 01:11:44.955 INFO STEP 224 (remove_files) COMPLETE
45552024-08-01T01:11:45.882Z[ recovery-image] Aug 01 01:11:44.955 INFO O| Aug 01 01:11:44.955 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-08-01T01:11:45.904Z[ recovery-image] Aug 01 01:11:44.977 INFO O| Aug 01 01:11:44.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45572024-08-01T01:11:45.904Z[ recovery-image] Aug 01 01:11:44.977 INFO O| Aug 01 01:11:44.977 INFO STEP 225 (remove_files) COMPLETE
45582024-08-01T01:11:45.904Z[ recovery-image] Aug 01 01:11:44.977 INFO O| Aug 01 01:11:44.977 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-08-01T01:11:45.925Z[ recovery-image] Aug 01 01:11:44.997 INFO O| Aug 01 01:11:44.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45602024-08-01T01:11:45.925Z[ recovery-image] Aug 01 01:11:44.998 INFO O| Aug 01 01:11:44.998 INFO STEP 226 (remove_files) COMPLETE
45612024-08-01T01:11:45.931Z[ recovery-image] Aug 01 01:11:44.998 INFO O| Aug 01 01:11:44.998 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-08-01T01:11:45.946Z[ recovery-image] Aug 01 01:11:45.019 INFO O| Aug 01 01:11:45.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45632024-08-01T01:11:45.946Z[ recovery-image] Aug 01 01:11:45.019 INFO O| Aug 01 01:11:45.019 INFO STEP 227 (remove_files) COMPLETE
45642024-08-01T01:11:45.946Z[ recovery-image] Aug 01 01:11:45.019 INFO O| Aug 01 01:11:45.019 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-08-01T01:11:45.966Z[ recovery-image] Aug 01 01:11:45.039 INFO O| Aug 01 01:11:45.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45662024-08-01T01:11:45.966Z[ recovery-image] Aug 01 01:11:45.039 INFO O| Aug 01 01:11:45.039 INFO STEP 228 (remove_files) COMPLETE
45672024-08-01T01:11:45.966Z[ recovery-image] Aug 01 01:11:45.039 INFO O| Aug 01 01:11:45.039 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-08-01T01:11:45.986Z[ recovery-image] Aug 01 01:11:45.059 INFO O| Aug 01 01:11:45.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45692024-08-01T01:11:45.986Z[ recovery-image] Aug 01 01:11:45.059 INFO O| Aug 01 01:11:45.059 INFO STEP 229 (remove_files) COMPLETE
45702024-08-01T01:11:45.986Z[ recovery-image] Aug 01 01:11:45.060 INFO O| Aug 01 01:11:45.059 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-08-01T01:11:46.009Z[ recovery-image] Aug 01 01:11:45.082 INFO O| Aug 01 01:11:45.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45722024-08-01T01:11:46.012Z[ recovery-image] Aug 01 01:11:45.082 INFO O| Aug 01 01:11:45.082 INFO STEP 230 (remove_files) COMPLETE
45732024-08-01T01:11:46.013Z[ recovery-image] Aug 01 01:11:45.082 INFO O| Aug 01 01:11:45.082 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-08-01T01:11:46.064Z[ recovery-image] Aug 01 01:11:45.137 INFO O| Aug 01 01:11:45.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45752024-08-01T01:11:46.064Z[ recovery-image] Aug 01 01:11:45.137 INFO O| Aug 01 01:11:45.137 INFO STEP 231 (remove_files) COMPLETE
45762024-08-01T01:11:46.067Z[ recovery-image] Aug 01 01:11:45.137 INFO O| Aug 01 01:11:45.137 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-08-01T01:11:46.087Z[ recovery-image] Aug 01 01:11:45.160 INFO O| Aug 01 01:11:45.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45782024-08-01T01:11:46.087Z[ recovery-image] Aug 01 01:11:45.160 INFO O| Aug 01 01:11:45.160 INFO STEP 232 (remove_files) COMPLETE
45792024-08-01T01:11:46.090Z[ recovery-image] Aug 01 01:11:45.160 INFO O| Aug 01 01:11:45.160 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-08-01T01:11:46.108Z[ recovery-image] Aug 01 01:11:45.181 INFO O| Aug 01 01:11:45.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45812024-08-01T01:11:46.109Z[ recovery-image] Aug 01 01:11:45.181 INFO O| Aug 01 01:11:45.181 INFO STEP 233 (remove_files) COMPLETE
45822024-08-01T01:11:46.112Z[ recovery-image] Aug 01 01:11:45.181 INFO O| Aug 01 01:11:45.181 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-08-01T01:11:46.133Z[ recovery-image] Aug 01 01:11:45.206 INFO O| Aug 01 01:11:45.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45842024-08-01T01:11:46.136Z[ recovery-image] Aug 01 01:11:45.206 INFO O| Aug 01 01:11:45.206 INFO STEP 234 (remove_files) COMPLETE
45852024-08-01T01:11:46.136Z[ recovery-image] Aug 01 01:11:45.206 INFO O| Aug 01 01:11:45.206 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-08-01T01:11:46.159Z[ recovery-image] Aug 01 01:11:45.232 INFO O| Aug 01 01:11:45.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45872024-08-01T01:11:46.159Z[ recovery-image] Aug 01 01:11:45.232 INFO O| Aug 01 01:11:45.232 INFO STEP 235 (remove_files) COMPLETE
45882024-08-01T01:11:46.162Z[ recovery-image] Aug 01 01:11:45.232 INFO O| Aug 01 01:11:45.232 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-08-01T01:11:46.182Z[ recovery-image] Aug 01 01:11:45.255 INFO O| Aug 01 01:11:45.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45902024-08-01T01:11:46.182Z[ recovery-image] Aug 01 01:11:45.255 INFO O| Aug 01 01:11:45.255 INFO STEP 236 (remove_files) COMPLETE
45912024-08-01T01:11:46.182Z[ recovery-image] Aug 01 01:11:45.255 INFO O| Aug 01 01:11:45.255 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-08-01T01:11:46.206Z[ recovery-image] Aug 01 01:11:45.279 INFO O| Aug 01 01:11:45.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45932024-08-01T01:11:46.210Z[ recovery-image] Aug 01 01:11:45.280 INFO O| Aug 01 01:11:45.279 INFO STEP 237 (remove_files) COMPLETE
45942024-08-01T01:11:46.210Z[ recovery-image] Aug 01 01:11:45.280 INFO O| Aug 01 01:11:45.280 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-08-01T01:11:46.234Z[ recovery-image] Aug 01 01:11:45.307 INFO O| Aug 01 01:11:45.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45962024-08-01T01:11:46.234Z[ recovery-image] Aug 01 01:11:45.307 INFO O| Aug 01 01:11:45.307 INFO STEP 238 (remove_files) COMPLETE
45972024-08-01T01:11:46.234Z[ recovery-image] Aug 01 01:11:45.307 INFO O| Aug 01 01:11:45.307 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-08-01T01:11:46.259Z[ recovery-image] Aug 01 01:11:45.332 INFO O| Aug 01 01:11:45.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45992024-08-01T01:11:46.259Z[ recovery-image] Aug 01 01:11:45.332 INFO O| Aug 01 01:11:45.332 INFO STEP 239 (remove_files) COMPLETE
46002024-08-01T01:11:46.262Z[ recovery-image] Aug 01 01:11:45.332 INFO O| Aug 01 01:11:45.332 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-08-01T01:11:46.323Z[ recovery-image] Aug 01 01:11:45.396 INFO O| Aug 01 01:11:45.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46022024-08-01T01:11:46.323Z[ recovery-image] Aug 01 01:11:45.396 INFO O| Aug 01 01:11:45.396 INFO STEP 240 (remove_files) COMPLETE
46032024-08-01T01:11:46.323Z[ recovery-image] Aug 01 01:11:45.396 INFO O| Aug 01 01:11:45.396 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-08-01T01:11:46.384Z[ recovery-image] Aug 01 01:11:45.457 INFO O| Aug 01 01:11:45.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46052024-08-01T01:11:46.385Z[ recovery-image] Aug 01 01:11:45.458 INFO O| Aug 01 01:11:45.458 INFO STEP 241 (remove_files) COMPLETE
46062024-08-01T01:11:46.385Z[ recovery-image] Aug 01 01:11:45.458 INFO O| Aug 01 01:11:45.458 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-08-01T01:11:46.408Z[ recovery-image] Aug 01 01:11:45.481 INFO O| Aug 01 01:11:45.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46082024-08-01T01:11:46.430Z[ recovery-image] Aug 01 01:11:45.502 INFO O| Aug 01 01:11:45.502 INFO STEP 242 (remove_files) COMPLETE
46092024-08-01T01:11:46.430Z[ recovery-image] Aug 01 01:11:45.502 INFO O| Aug 01 01:11:45.502 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-08-01T01:11:46.474Z[ recovery-image] Aug 01 01:11:45.547 INFO O| Aug 01 01:11:45.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46112024-08-01T01:11:46.474Z[ recovery-image] Aug 01 01:11:45.547 INFO O| Aug 01 01:11:45.547 INFO STEP 243 (remove_files) COMPLETE
46122024-08-01T01:11:46.474Z[ recovery-image] Aug 01 01:11:45.547 INFO O| Aug 01 01:11:45.547 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-08-01T01:11:46.517Z[ recovery-image] Aug 01 01:11:45.590 INFO O| Aug 01 01:11:45.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46142024-08-01T01:11:46.518Z[ recovery-image] Aug 01 01:11:45.591 INFO O| Aug 01 01:11:45.591 INFO STEP 244 (remove_files) COMPLETE
46152024-08-01T01:11:46.518Z[ recovery-image] Aug 01 01:11:45.591 INFO O| Aug 01 01:11:45.591 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-08-01T01:11:46.544Z[ recovery-image] Aug 01 01:11:45.617 INFO O| Aug 01 01:11:45.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46172024-08-01T01:11:46.544Z[ recovery-image] Aug 01 01:11:45.617 INFO O| Aug 01 01:11:45.617 INFO STEP 245 (remove_files) COMPLETE
46182024-08-01T01:11:46.548Z[ recovery-image] Aug 01 01:11:45.617 INFO O| Aug 01 01:11:45.617 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-08-01T01:11:46.589Z[ recovery-image] Aug 01 01:11:45.662 INFO O| Aug 01 01:11:45.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46202024-08-01T01:11:46.589Z[ recovery-image] Aug 01 01:11:45.662 INFO O| Aug 01 01:11:45.662 INFO STEP 246 (remove_files) COMPLETE
46212024-08-01T01:11:46.589Z[ recovery-image] Aug 01 01:11:45.662 INFO O| Aug 01 01:11:45.662 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-08-01T01:11:46.612Z[ recovery-image] Aug 01 01:11:45.685 INFO O| Aug 01 01:11:45.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46232024-08-01T01:11:46.612Z[ recovery-image] Aug 01 01:11:45.685 INFO O| Aug 01 01:11:45.685 INFO STEP 247 (remove_files) COMPLETE
46242024-08-01T01:11:46.612Z[ recovery-image] Aug 01 01:11:45.685 INFO O| Aug 01 01:11:45.685 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-08-01T01:11:46.633Z[ recovery-image] Aug 01 01:11:45.706 INFO O| Aug 01 01:11:45.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46262024-08-01T01:11:46.633Z[ recovery-image] Aug 01 01:11:45.706 INFO O| Aug 01 01:11:45.706 INFO STEP 248 (remove_files) COMPLETE
46272024-08-01T01:11:46.636Z[ recovery-image] Aug 01 01:11:45.706 INFO O| Aug 01 01:11:45.706 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-08-01T01:11:46.654Z[ recovery-image] Aug 01 01:11:45.727 INFO O| Aug 01 01:11:45.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46292024-08-01T01:11:46.654Z[ recovery-image] Aug 01 01:11:45.727 INFO O| Aug 01 01:11:45.727 INFO STEP 249 (remove_files) COMPLETE
46302024-08-01T01:11:46.654Z[ recovery-image] Aug 01 01:11:45.727 INFO O| Aug 01 01:11:45.727 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-08-01T01:11:46.674Z[ host-image] Aug 01 01:11:45.747 INFO O| Aug 01 01:11:45.747 INFO O| Download: 1117/1140 items 6.3/8.4MB 74% complete (1.2M/s)
46322024-08-01T01:11:46.677Z[ recovery-image] Aug 01 01:11:45.748 INFO O| Aug 01 01:11:45.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46332024-08-01T01:11:46.677Z[ recovery-image] Aug 01 01:11:45.748 INFO O| Aug 01 01:11:45.748 INFO STEP 250 (remove_files) COMPLETE
46342024-08-01T01:11:46.677Z[ recovery-image] Aug 01 01:11:45.748 INFO O| Aug 01 01:11:45.748 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-08-01T01:11:46.721Z[ recovery-image] Aug 01 01:11:45.794 INFO O| Aug 01 01:11:45.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46362024-08-01T01:11:46.721Z[ recovery-image] Aug 01 01:11:45.794 INFO O| Aug 01 01:11:45.794 INFO STEP 251 (remove_files) COMPLETE
46372024-08-01T01:11:46.721Z[ recovery-image] Aug 01 01:11:45.794 INFO O| Aug 01 01:11:45.794 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-08-01T01:11:46.741Z[ recovery-image] Aug 01 01:11:45.814 INFO O| Aug 01 01:11:45.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46392024-08-01T01:11:46.741Z[ recovery-image] Aug 01 01:11:45.814 INFO O| Aug 01 01:11:45.814 INFO STEP 252 (remove_files) COMPLETE
46402024-08-01T01:11:46.742Z[ recovery-image] Aug 01 01:11:45.814 INFO O| Aug 01 01:11:45.814 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-08-01T01:11:46.759Z[ recovery-image] Aug 01 01:11:45.832 INFO O| Aug 01 01:11:45.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46422024-08-01T01:11:46.759Z[ recovery-image] Aug 01 01:11:45.832 INFO O| Aug 01 01:11:45.832 INFO STEP 253 (remove_files) COMPLETE
46432024-08-01T01:11:46.762Z[ recovery-image] Aug 01 01:11:45.832 INFO O| Aug 01 01:11:45.832 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-08-01T01:11:46.778Z[ recovery-image] Aug 01 01:11:45.851 INFO O| Aug 01 01:11:45.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46452024-08-01T01:11:46.778Z[ recovery-image] Aug 01 01:11:45.851 INFO O| Aug 01 01:11:45.851 INFO STEP 254 (remove_files) COMPLETE
46462024-08-01T01:11:46.778Z[ recovery-image] Aug 01 01:11:45.851 INFO O| Aug 01 01:11:45.851 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-08-01T01:11:46.797Z[ recovery-image] Aug 01 01:11:45.870 INFO O| Aug 01 01:11:45.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46482024-08-01T01:11:46.797Z[ recovery-image] Aug 01 01:11:45.870 INFO O| Aug 01 01:11:45.870 INFO STEP 255 (remove_files) COMPLETE
46492024-08-01T01:11:46.800Z[ recovery-image] Aug 01 01:11:45.870 INFO O| Aug 01 01:11:45.870 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-08-01T01:11:46.817Z[ recovery-image] Aug 01 01:11:45.890 INFO O| Aug 01 01:11:45.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46512024-08-01T01:11:46.817Z[ recovery-image] Aug 01 01:11:45.890 INFO O| Aug 01 01:11:45.890 INFO STEP 256 (remove_files) COMPLETE
46522024-08-01T01:11:46.817Z[ recovery-image] Aug 01 01:11:45.890 INFO O| Aug 01 01:11:45.890 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-08-01T01:11:46.864Z[ recovery-image] Aug 01 01:11:45.936 INFO O| Aug 01 01:11:45.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46542024-08-01T01:11:46.864Z[ recovery-image] Aug 01 01:11:45.936 INFO O| Aug 01 01:11:45.936 INFO STEP 257 (remove_files) COMPLETE
46552024-08-01T01:11:46.864Z[ recovery-image] Aug 01 01:11:45.936 INFO O| Aug 01 01:11:45.936 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-08-01T01:11:46.884Z[ recovery-image] Aug 01 01:11:45.956 INFO O| Aug 01 01:11:45.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46572024-08-01T01:11:46.884Z[ recovery-image] Aug 01 01:11:45.956 INFO O| Aug 01 01:11:45.956 INFO STEP 258 (remove_files) COMPLETE
46582024-08-01T01:11:46.884Z[ recovery-image] Aug 01 01:11:45.956 INFO O| Aug 01 01:11:45.956 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-08-01T01:11:46.903Z[ recovery-image] Aug 01 01:11:45.976 INFO O| Aug 01 01:11:45.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46602024-08-01T01:11:46.903Z[ recovery-image] Aug 01 01:11:45.976 INFO O| Aug 01 01:11:45.976 INFO STEP 259 (remove_files) COMPLETE
46612024-08-01T01:11:46.903Z[ recovery-image] Aug 01 01:11:45.976 INFO O| Aug 01 01:11:45.976 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-08-01T01:11:46.922Z[ recovery-image] Aug 01 01:11:45.995 INFO O| Aug 01 01:11:45.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46632024-08-01T01:11:46.925Z[ recovery-image] Aug 01 01:11:45.995 INFO O| Aug 01 01:11:45.995 INFO STEP 260 (remove_files) COMPLETE
46642024-08-01T01:11:46.925Z[ recovery-image] Aug 01 01:11:45.995 INFO O| Aug 01 01:11:45.995 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-08-01T01:11:46.942Z[ recovery-image] Aug 01 01:11:46.015 INFO O| Aug 01 01:11:46.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46662024-08-01T01:11:46.945Z[ recovery-image] Aug 01 01:11:46.015 INFO O| Aug 01 01:11:46.015 INFO STEP 261 (remove_files) COMPLETE
46672024-08-01T01:11:46.945Z[ recovery-image] Aug 01 01:11:46.016 INFO O| Aug 01 01:11:46.015 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-08-01T01:11:46.962Z[ recovery-image] Aug 01 01:11:46.035 INFO O| Aug 01 01:11:46.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46692024-08-01T01:11:46.962Z[ recovery-image] Aug 01 01:11:46.035 INFO O| Aug 01 01:11:46.035 INFO STEP 262 (remove_files) COMPLETE
46702024-08-01T01:11:46.964Z[ recovery-image] Aug 01 01:11:46.035 INFO O| Aug 01 01:11:46.035 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-08-01T01:11:46.982Z[ recovery-image] Aug 01 01:11:46.055 INFO O| Aug 01 01:11:46.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46722024-08-01T01:11:46.984Z[ recovery-image] Aug 01 01:11:46.055 INFO O| Aug 01 01:11:46.055 INFO STEP 263 (remove_files) COMPLETE
46732024-08-01T01:11:46.984Z[ recovery-image] Aug 01 01:11:46.055 INFO O| Aug 01 01:11:46.055 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-08-01T01:11:47.002Z[ recovery-image] Aug 01 01:11:46.074 INFO O| Aug 01 01:11:46.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46752024-08-01T01:11:47.002Z[ recovery-image] Aug 01 01:11:46.075 INFO O| Aug 01 01:11:46.074 INFO STEP 264 (remove_files) COMPLETE
46762024-08-01T01:11:47.005Z[ recovery-image] Aug 01 01:11:46.075 INFO O| Aug 01 01:11:46.075 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-08-01T01:11:47.021Z[ recovery-image] Aug 01 01:11:46.094 INFO O| Aug 01 01:11:46.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46782024-08-01T01:11:47.024Z[ recovery-image] Aug 01 01:11:46.094 INFO O| Aug 01 01:11:46.094 INFO STEP 265 (remove_files) COMPLETE
46792024-08-01T01:11:47.024Z[ recovery-image] Aug 01 01:11:46.094 INFO O| Aug 01 01:11:46.094 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-08-01T01:11:47.041Z[ recovery-image] Aug 01 01:11:46.114 INFO O| Aug 01 01:11:46.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46812024-08-01T01:11:47.043Z[ recovery-image] Aug 01 01:11:46.114 INFO O| Aug 01 01:11:46.114 INFO STEP 266 (remove_files) COMPLETE
46822024-08-01T01:11:47.043Z[ recovery-image] Aug 01 01:11:46.114 INFO O| Aug 01 01:11:46.114 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-08-01T01:11:47.064Z[ recovery-image] Aug 01 01:11:46.137 INFO O| Aug 01 01:11:46.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46842024-08-01T01:11:47.064Z[ recovery-image] Aug 01 01:11:46.137 INFO O| Aug 01 01:11:46.137 INFO STEP 267 (remove_files) COMPLETE
46852024-08-01T01:11:47.067Z[ recovery-image] Aug 01 01:11:46.137 INFO O| Aug 01 01:11:46.137 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-08-01T01:11:47.086Z[ recovery-image] Aug 01 01:11:46.159 INFO O| Aug 01 01:11:46.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46872024-08-01T01:11:47.086Z[ recovery-image] Aug 01 01:11:46.159 INFO O| Aug 01 01:11:46.159 INFO STEP 268 (remove_files) COMPLETE
46882024-08-01T01:11:47.089Z[ recovery-image] Aug 01 01:11:46.159 INFO O| Aug 01 01:11:46.159 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-08-01T01:11:47.107Z[ recovery-image] Aug 01 01:11:46.180 INFO O| Aug 01 01:11:46.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46902024-08-01T01:11:47.110Z[ recovery-image] Aug 01 01:11:46.180 INFO O| Aug 01 01:11:46.180 INFO STEP 269 (remove_files) COMPLETE
46912024-08-01T01:11:47.110Z[ recovery-image] Aug 01 01:11:46.181 INFO O| Aug 01 01:11:46.181 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-08-01T01:11:47.130Z[ recovery-image] Aug 01 01:11:46.203 INFO O| Aug 01 01:11:46.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46932024-08-01T01:11:47.133Z[ recovery-image] Aug 01 01:11:46.203 INFO O| Aug 01 01:11:46.203 INFO STEP 270 (remove_files) COMPLETE
46942024-08-01T01:11:47.133Z[ recovery-image] Aug 01 01:11:46.203 INFO O| Aug 01 01:11:46.203 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-08-01T01:11:47.150Z[ recovery-image] Aug 01 01:11:46.224 INFO O| Aug 01 01:11:46.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46962024-08-01T01:11:47.153Z[ recovery-image] Aug 01 01:11:46.224 INFO O| Aug 01 01:11:46.224 INFO STEP 271 (remove_files) COMPLETE
46972024-08-01T01:11:47.153Z[ recovery-image] Aug 01 01:11:46.224 INFO O| Aug 01 01:11:46.224 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-08-01T01:11:47.170Z[ recovery-image] Aug 01 01:11:46.243 INFO O| Aug 01 01:11:46.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46992024-08-01T01:11:47.173Z[ recovery-image] Aug 01 01:11:46.244 INFO O| Aug 01 01:11:46.244 INFO STEP 272 (remove_files) COMPLETE
47002024-08-01T01:11:47.173Z[ recovery-image] Aug 01 01:11:46.244 INFO O| Aug 01 01:11:46.244 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-08-01T01:11:47.173Z[ host-image] Aug 01 01:11:46.245 INFO O| Aug 01 01:11:46.245 INFO O| Download: Completed 8.42 MB in 5.52 seconds (1.5M/s)
47022024-08-01T01:11:47.191Z[ recovery-image] Aug 01 01:11:46.264 INFO O| Aug 01 01:11:46.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47032024-08-01T01:11:47.191Z[ recovery-image] Aug 01 01:11:46.264 INFO O| Aug 01 01:11:46.264 INFO STEP 273 (remove_files) COMPLETE
47042024-08-01T01:11:47.194Z[ recovery-image] Aug 01 01:11:46.264 INFO O| Aug 01 01:11:46.264 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-01T01:11:47.237Z[ recovery-image] Aug 01 01:11:46.310 INFO O| Aug 01 01:11:46.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47062024-08-01T01:11:47.237Z[ recovery-image] Aug 01 01:11:46.310 INFO O| Aug 01 01:11:46.310 INFO STEP 274 (remove_files) COMPLETE
47072024-08-01T01:11:47.240Z[ recovery-image] Aug 01 01:11:46.310 INFO O| Aug 01 01:11:46.310 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-01T01:11:47.296Z[ recovery-image] Aug 01 01:11:46.369 INFO O| Aug 01 01:11:46.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47092024-08-01T01:11:47.299Z[ recovery-image] Aug 01 01:11:46.370 INFO O| Aug 01 01:11:46.369 INFO STEP 275 (remove_files) COMPLETE
47102024-08-01T01:11:47.299Z[ recovery-image] Aug 01 01:11:46.370 INFO O| Aug 01 01:11:46.370 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-08-01T01:11:47.316Z[ recovery-image] Aug 01 01:11:46.389 INFO O| Aug 01 01:11:46.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47122024-08-01T01:11:47.319Z[ recovery-image] Aug 01 01:11:46.389 INFO O| Aug 01 01:11:46.389 INFO STEP 276 (remove_files) COMPLETE
47132024-08-01T01:11:47.319Z[ recovery-image] Aug 01 01:11:46.389 INFO O| Aug 01 01:11:46.389 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-08-01T01:11:47.340Z[ host-image] Aug 01 01:11:46.413 INFO O| Aug 01 01:11:46.413 INFO O| Actions: 1/1361 actions (Installing new actions)
47152024-08-01T01:11:47.345Z[ recovery-image] Aug 01 01:11:46.418 INFO O| Aug 01 01:11:46.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47162024-08-01T01:11:47.347Z[ recovery-image] Aug 01 01:11:46.418 INFO O| Aug 01 01:11:46.418 INFO STEP 277 (remove_files) COMPLETE
47172024-08-01T01:11:47.348Z[ recovery-image] Aug 01 01:11:46.418 INFO O| Aug 01 01:11:46.418 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-08-01T01:11:47.365Z[ recovery-image] Aug 01 01:11:46.439 INFO O| Aug 01 01:11:46.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47192024-08-01T01:11:47.365Z[ recovery-image] Aug 01 01:11:46.439 INFO O| Aug 01 01:11:46.439 INFO STEP 278 (remove_files) COMPLETE
47202024-08-01T01:11:47.365Z[ recovery-image] Aug 01 01:11:46.439 INFO O| Aug 01 01:11:46.439 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-08-01T01:11:47.385Z[ recovery-image] Aug 01 01:11:46.459 INFO O| Aug 01 01:11:46.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47222024-08-01T01:11:47.413Z[ recovery-image] Aug 01 01:11:46.485 INFO O| Aug 01 01:11:46.485 INFO STEP 279 (remove_files) COMPLETE
47232024-08-01T01:11:47.413Z[ recovery-image] Aug 01 01:11:46.485 INFO O| Aug 01 01:11:46.485 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-08-01T01:11:47.456Z[ recovery-image] Aug 01 01:11:46.529 INFO O| Aug 01 01:11:46.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47252024-08-01T01:11:47.456Z[ recovery-image] Aug 01 01:11:46.529 INFO O| Aug 01 01:11:46.529 INFO STEP 280 (remove_files) COMPLETE
47262024-08-01T01:11:47.459Z[ recovery-image] Aug 01 01:11:46.529 INFO O| Aug 01 01:11:46.529 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-08-01T01:11:47.532Z[ recovery-image] Aug 01 01:11:46.605 INFO O| Aug 01 01:11:46.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47282024-08-01T01:11:47.532Z[ recovery-image] Aug 01 01:11:46.605 INFO O| Aug 01 01:11:46.605 INFO STEP 281 (remove_files) COMPLETE
47292024-08-01T01:11:47.532Z[ recovery-image] Aug 01 01:11:46.605 INFO O| Aug 01 01:11:46.605 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-08-01T01:11:47.553Z[ recovery-image] Aug 01 01:11:46.626 INFO O| Aug 01 01:11:46.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47312024-08-01T01:11:47.553Z[ recovery-image] Aug 01 01:11:46.626 INFO O| Aug 01 01:11:46.626 INFO STEP 282 (remove_files) COMPLETE
47322024-08-01T01:11:47.553Z[ recovery-image] Aug 01 01:11:46.626 INFO O| Aug 01 01:11:46.626 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-08-01T01:11:47.584Z[ recovery-image] Aug 01 01:11:46.657 INFO O| Aug 01 01:11:46.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47342024-08-01T01:11:47.587Z[ recovery-image] Aug 01 01:11:46.658 INFO O| Aug 01 01:11:46.658 INFO STEP 283 (remove_files) COMPLETE
47352024-08-01T01:11:47.587Z[ recovery-image] Aug 01 01:11:46.658 INFO O| Aug 01 01:11:46.658 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-08-01T01:11:47.633Z[ recovery-image] Aug 01 01:11:46.706 INFO O| Aug 01 01:11:46.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47372024-08-01T01:11:47.636Z[ recovery-image] Aug 01 01:11:46.707 INFO O| Aug 01 01:11:46.707 INFO STEP 284 (remove_files) COMPLETE
47382024-08-01T01:11:47.636Z[ recovery-image] Aug 01 01:11:46.707 INFO O| Aug 01 01:11:46.707 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-08-01T01:11:47.651Z[ recovery-image] Aug 01 01:11:46.725 INFO O| Aug 01 01:11:46.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47402024-08-01T01:11:47.655Z[ recovery-image] Aug 01 01:11:46.725 INFO O| Aug 01 01:11:46.725 INFO STEP 285 (remove_files) COMPLETE
47412024-08-01T01:11:47.655Z[ recovery-image] Aug 01 01:11:46.725 INFO O| Aug 01 01:11:46.725 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-08-01T01:11:47.671Z[ recovery-image] Aug 01 01:11:46.744 INFO O| Aug 01 01:11:46.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47432024-08-01T01:11:47.671Z[ recovery-image] Aug 01 01:11:46.744 INFO O| Aug 01 01:11:46.744 INFO STEP 286 (remove_files) COMPLETE
47442024-08-01T01:11:47.671Z[ recovery-image] Aug 01 01:11:46.744 INFO O| Aug 01 01:11:46.744 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-08-01T01:11:47.691Z[ recovery-image] Aug 01 01:11:46.764 INFO O| Aug 01 01:11:46.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47462024-08-01T01:11:47.691Z[ recovery-image] Aug 01 01:11:46.764 INFO O| Aug 01 01:11:46.764 INFO STEP 287 (remove_files) COMPLETE
47472024-08-01T01:11:47.691Z[ recovery-image] Aug 01 01:11:46.764 INFO O| Aug 01 01:11:46.764 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-08-01T01:11:47.728Z[ recovery-image] Aug 01 01:11:46.801 INFO O| Aug 01 01:11:46.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47492024-08-01T01:11:47.728Z[ recovery-image] Aug 01 01:11:46.801 INFO O| Aug 01 01:11:46.801 INFO STEP 288 (remove_files) COMPLETE
47502024-08-01T01:11:47.728Z[ recovery-image] Aug 01 01:11:46.801 INFO O| Aug 01 01:11:46.801 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-08-01T01:11:47.750Z[ recovery-image] Aug 01 01:11:46.822 INFO O| Aug 01 01:11:46.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47522024-08-01T01:11:47.750Z[ recovery-image] Aug 01 01:11:46.822 INFO O| Aug 01 01:11:46.822 INFO STEP 289 (remove_files) COMPLETE
47532024-08-01T01:11:47.750Z[ recovery-image] Aug 01 01:11:46.822 INFO O| Aug 01 01:11:46.822 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-08-01T01:11:47.791Z[ recovery-image] Aug 01 01:11:46.864 INFO O| Aug 01 01:11:46.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47552024-08-01T01:11:47.791Z[ recovery-image] Aug 01 01:11:46.864 INFO O| Aug 01 01:11:46.864 INFO STEP 290 (remove_files) COMPLETE
47562024-08-01T01:11:47.794Z[ recovery-image] Aug 01 01:11:46.864 INFO O| Aug 01 01:11:46.864 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-08-01T01:11:47.810Z[ recovery-image] Aug 01 01:11:46.883 INFO O| Aug 01 01:11:46.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47582024-08-01T01:11:47.810Z[ recovery-image] Aug 01 01:11:46.883 INFO O| Aug 01 01:11:46.883 INFO STEP 291 (remove_files) COMPLETE
47592024-08-01T01:11:47.810Z[ recovery-image] Aug 01 01:11:46.883 INFO O| Aug 01 01:11:46.883 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-08-01T01:11:47.842Z[ recovery-image] Aug 01 01:11:46.915 INFO O| Aug 01 01:11:46.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47612024-08-01T01:11:47.842Z[ recovery-image] Aug 01 01:11:46.915 INFO O| Aug 01 01:11:46.915 INFO STEP 292 (remove_files) COMPLETE
47622024-08-01T01:11:47.842Z[ recovery-image] Aug 01 01:11:46.915 INFO O| Aug 01 01:11:46.915 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-08-01T01:11:47.919Z[ recovery-image] Aug 01 01:11:46.992 INFO O| Aug 01 01:11:46.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47642024-08-01T01:11:47.919Z[ recovery-image] Aug 01 01:11:46.992 INFO O| Aug 01 01:11:46.992 INFO STEP 293 (remove_files) COMPLETE
47652024-08-01T01:11:47.919Z[ recovery-image] Aug 01 01:11:46.992 INFO O| Aug 01 01:11:46.992 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-08-01T01:11:47.974Z[ recovery-image] Aug 01 01:11:47.047 INFO O| Aug 01 01:11:47.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47672024-08-01T01:11:47.974Z[ recovery-image] Aug 01 01:11:47.047 INFO O| Aug 01 01:11:47.047 INFO STEP 294 (remove_files) COMPLETE
47682024-08-01T01:11:47.974Z[ recovery-image] Aug 01 01:11:47.047 INFO O| Aug 01 01:11:47.047 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-08-01T01:11:47.996Z[ recovery-image] Aug 01 01:11:47.069 INFO O| Aug 01 01:11:47.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47702024-08-01T01:11:47.996Z[ recovery-image] Aug 01 01:11:47.069 INFO O| Aug 01 01:11:47.069 INFO STEP 295 (remove_files) COMPLETE
47712024-08-01T01:11:47.996Z[ recovery-image] Aug 01 01:11:47.069 INFO O| Aug 01 01:11:47.069 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-08-01T01:11:48.071Z[ recovery-image] Aug 01 01:11:47.143 INFO O| Aug 01 01:11:47.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47732024-08-01T01:11:48.071Z[ recovery-image] Aug 01 01:11:47.143 INFO O| Aug 01 01:11:47.143 INFO STEP 296 (remove_files) COMPLETE
47742024-08-01T01:11:48.071Z[ recovery-image] Aug 01 01:11:47.143 INFO O| Aug 01 01:11:47.143 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-08-01T01:11:48.152Z[ recovery-image] Aug 01 01:11:47.225 INFO O| Aug 01 01:11:47.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47762024-08-01T01:11:48.155Z[ recovery-image] Aug 01 01:11:47.225 INFO O| Aug 01 01:11:47.225 INFO STEP 297 (remove_files) COMPLETE
47772024-08-01T01:11:48.155Z[ recovery-image] Aug 01 01:11:47.225 INFO O| Aug 01 01:11:47.225 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-08-01T01:11:48.195Z[ host-image] Aug 01 01:11:47.267 INFO O| Aug 01 01:11:47.267 INFO O| Actions: Completed 1361 actions in 0.85 seconds.
47792024-08-01T01:11:48.210Z[ recovery-image] Aug 01 01:11:47.283 INFO O| Aug 01 01:11:47.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47802024-08-01T01:11:48.210Z[ recovery-image] Aug 01 01:11:47.283 INFO O| Aug 01 01:11:47.283 INFO STEP 298 (remove_files) COMPLETE
47812024-08-01T01:11:48.210Z[ recovery-image] Aug 01 01:11:47.283 INFO O| Aug 01 01:11:47.283 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-01T01:11:48.266Z[ recovery-image] Aug 01 01:11:47.339 INFO O| Aug 01 01:11:47.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47832024-08-01T01:11:48.266Z[ recovery-image] Aug 01 01:11:47.339 INFO O| Aug 01 01:11:47.339 INFO STEP 299 (remove_files) COMPLETE
47842024-08-01T01:11:48.268Z[ recovery-image] Aug 01 01:11:47.339 INFO O| Aug 01 01:11:47.339 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-01T01:11:48.283Z[ recovery-image] Aug 01 01:11:47.357 INFO O| Aug 01 01:11:47.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47862024-08-01T01:11:48.284Z[ recovery-image] Aug 01 01:11:47.357 INFO O| Aug 01 01:11:47.357 INFO STEP 300 (remove_files) COMPLETE
47872024-08-01T01:11:48.284Z[ recovery-image] Aug 01 01:11:47.357 INFO O| Aug 01 01:11:47.357 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-01T01:11:48.312Z[ recovery-image] Aug 01 01:11:47.385 INFO O| Aug 01 01:11:47.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47892024-08-01T01:11:48.315Z[ recovery-image] Aug 01 01:11:47.385 INFO O| Aug 01 01:11:47.385 INFO STEP 301 (remove_files) COMPLETE
47902024-08-01T01:11:48.315Z[ recovery-image] Aug 01 01:11:47.386 INFO O| Aug 01 01:11:47.386 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-08-01T01:11:48.331Z[ recovery-image] Aug 01 01:11:47.404 INFO O| Aug 01 01:11:47.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47922024-08-01T01:11:48.331Z[ recovery-image] Aug 01 01:11:47.405 INFO O| Aug 01 01:11:47.405 INFO STEP 302 (remove_files) COMPLETE
47932024-08-01T01:11:48.334Z[ recovery-image] Aug 01 01:11:47.405 INFO O| Aug 01 01:11:47.405 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-08-01T01:11:48.349Z[ recovery-image] Aug 01 01:11:47.423 INFO O| Aug 01 01:11:47.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47952024-08-01T01:11:48.352Z[ recovery-image] Aug 01 01:11:47.423 INFO O| Aug 01 01:11:47.423 INFO STEP 303 (remove_files) COMPLETE
47962024-08-01T01:11:48.352Z[ recovery-image] Aug 01 01:11:47.423 INFO O| Aug 01 01:11:47.423 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-08-01T01:11:48.428Z[ recovery-image] Aug 01 01:11:47.501 INFO O| Aug 01 01:11:47.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47982024-08-01T01:11:48.428Z[ recovery-image] Aug 01 01:11:47.501 INFO O| Aug 01 01:11:47.501 INFO STEP 304 (remove_files) COMPLETE
47992024-08-01T01:11:48.428Z[ recovery-image] Aug 01 01:11:47.501 INFO O| Aug 01 01:11:47.501 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-08-01T01:11:48.452Z[ recovery-image] Aug 01 01:11:47.526 INFO O| Aug 01 01:11:47.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48012024-08-01T01:11:48.453Z[ recovery-image] Aug 01 01:11:47.526 INFO O| Aug 01 01:11:47.526 INFO STEP 305 (remove_files) COMPLETE
48022024-08-01T01:11:48.453Z[ recovery-image] Aug 01 01:11:47.526 INFO O| Aug 01 01:11:47.526 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-08-01T01:11:48.545Z[ recovery-image] Aug 01 01:11:47.618 INFO O| Aug 01 01:11:47.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48042024-08-01T01:11:48.545Z[ recovery-image] Aug 01 01:11:47.618 INFO O| Aug 01 01:11:47.618 INFO STEP 306 (remove_files) COMPLETE
48052024-08-01T01:11:48.548Z[ recovery-image] Aug 01 01:11:47.618 INFO O| Aug 01 01:11:47.618 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-08-01T01:11:48.564Z[ recovery-image] Aug 01 01:11:47.638 INFO O| Aug 01 01:11:47.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48072024-08-01T01:11:48.564Z[ recovery-image] Aug 01 01:11:47.638 INFO O| Aug 01 01:11:47.638 INFO STEP 307 (remove_files) COMPLETE
48082024-08-01T01:11:48.567Z[ recovery-image] Aug 01 01:11:47.638 INFO O| Aug 01 01:11:47.638 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-08-01T01:11:48.584Z[ recovery-image] Aug 01 01:11:47.657 INFO O| Aug 01 01:11:47.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48102024-08-01T01:11:48.584Z[ recovery-image] Aug 01 01:11:47.657 INFO O| Aug 01 01:11:47.657 INFO STEP 308 (remove_files) COMPLETE
48112024-08-01T01:11:48.584Z[ recovery-image] Aug 01 01:11:47.657 INFO O| Aug 01 01:11:47.657 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-08-01T01:11:48.603Z[ host-image] Aug 01 01:11:47.676 INFO O| Aug 01 01:11:47.676 INFO O| Done
48132024-08-01T01:11:48.603Z[ host-image] Aug 01 01:11:47.676 INFO O| Aug 01 01:11:47.676 INFO O| Done
48142024-08-01T01:11:48.606Z[ recovery-image] Aug 01 01:11:47.677 INFO O| Aug 01 01:11:47.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48152024-08-01T01:11:48.606Z[ recovery-image] Aug 01 01:11:47.677 INFO O| Aug 01 01:11:47.677 INFO STEP 309 (remove_files) COMPLETE
48162024-08-01T01:11:48.606Z[ recovery-image] Aug 01 01:11:47.677 INFO O| Aug 01 01:11:47.677 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-08-01T01:11:48.639Z[ recovery-image] Aug 01 01:11:47.712 INFO O| Aug 01 01:11:47.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48182024-08-01T01:11:48.639Z[ recovery-image] Aug 01 01:11:47.712 INFO O| Aug 01 01:11:47.712 INFO STEP 310 (remove_files) COMPLETE
48192024-08-01T01:11:48.642Z[ recovery-image] Aug 01 01:11:47.712 INFO O| Aug 01 01:11:47.712 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-08-01T01:11:48.731Z[ recovery-image] Aug 01 01:11:47.804 INFO O| Aug 01 01:11:47.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48212024-08-01T01:11:48.731Z[ recovery-image] Aug 01 01:11:47.804 INFO O| Aug 01 01:11:47.804 INFO STEP 311 (remove_files) COMPLETE
48222024-08-01T01:11:48.731Z[ recovery-image] Aug 01 01:11:47.804 INFO O| Aug 01 01:11:47.804 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-08-01T01:11:48.790Z[ recovery-image] Aug 01 01:11:47.863 INFO O| Aug 01 01:11:47.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48242024-08-01T01:11:48.790Z[ recovery-image] Aug 01 01:11:47.863 INFO O| Aug 01 01:11:47.863 INFO STEP 312 (remove_files) COMPLETE
48252024-08-01T01:11:48.790Z[ recovery-image] Aug 01 01:11:47.863 INFO O| Aug 01 01:11:47.863 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-08-01T01:11:48.827Z[ recovery-image] Aug 01 01:11:47.900 INFO O| Aug 01 01:11:47.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48272024-08-01T01:11:48.830Z[ recovery-image] Aug 01 01:11:47.901 INFO O| Aug 01 01:11:47.901 INFO STEP 313 (remove_files) COMPLETE
48282024-08-01T01:11:48.830Z[ recovery-image] Aug 01 01:11:47.901 INFO O| Aug 01 01:11:47.901 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-08-01T01:11:48.846Z[ recovery-image] Aug 01 01:11:47.919 INFO O| Aug 01 01:11:47.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48302024-08-01T01:11:48.849Z[ recovery-image] Aug 01 01:11:47.920 INFO O| Aug 01 01:11:47.920 INFO STEP 314 (remove_files) COMPLETE
48312024-08-01T01:11:48.849Z[ recovery-image] Aug 01 01:11:47.920 INFO O| Aug 01 01:11:47.920 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-08-01T01:11:48.866Z[ recovery-image] Aug 01 01:11:47.939 INFO O| Aug 01 01:11:47.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48332024-08-01T01:11:48.866Z[ recovery-image] Aug 01 01:11:47.939 INFO O| Aug 01 01:11:47.939 INFO STEP 315 (remove_files) COMPLETE
48342024-08-01T01:11:48.866Z[ recovery-image] Aug 01 01:11:47.939 INFO O| Aug 01 01:11:47.939 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-08-01T01:11:48.903Z[ recovery-image] Aug 01 01:11:47.976 INFO O| Aug 01 01:11:47.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48362024-08-01T01:11:48.903Z[ recovery-image] Aug 01 01:11:47.976 INFO O| Aug 01 01:11:47.976 INFO STEP 316 (remove_files) COMPLETE
48372024-08-01T01:11:48.903Z[ recovery-image] Aug 01 01:11:47.976 INFO O| Aug 01 01:11:47.976 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-08-01T01:11:48.926Z[ recovery-image] Aug 01 01:11:47.999 INFO O| Aug 01 01:11:47.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48392024-08-01T01:11:48.926Z[ recovery-image] Aug 01 01:11:47.999 INFO O| Aug 01 01:11:47.999 INFO STEP 317 (remove_files) COMPLETE
48402024-08-01T01:11:48.926Z[ recovery-image] Aug 01 01:11:47.999 INFO O| Aug 01 01:11:47.999 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-08-01T01:11:48.987Z[ recovery-image] Aug 01 01:11:48.059 INFO O| Aug 01 01:11:48.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48422024-08-01T01:11:48.987Z[ recovery-image] Aug 01 01:11:48.059 INFO O| Aug 01 01:11:48.059 INFO STEP 318 (remove_files) COMPLETE
48432024-08-01T01:11:48.987Z[ recovery-image] Aug 01 01:11:48.059 INFO O| Aug 01 01:11:48.059 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-08-01T01:11:49.045Z[ recovery-image] Aug 01 01:11:48.117 INFO O| Aug 01 01:11:48.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48452024-08-01T01:11:49.045Z[ recovery-image] Aug 01 01:11:48.117 INFO O| Aug 01 01:11:48.117 INFO STEP 319 (remove_files) COMPLETE
48462024-08-01T01:11:49.045Z[ recovery-image] Aug 01 01:11:48.117 INFO O| Aug 01 01:11:48.117 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-08-01T01:11:49.065Z[ recovery-image] Aug 01 01:11:48.138 INFO O| Aug 01 01:11:48.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48482024-08-01T01:11:49.065Z[ recovery-image] Aug 01 01:11:48.138 INFO O| Aug 01 01:11:48.138 INFO STEP 320 (remove_files) COMPLETE
48492024-08-01T01:11:49.065Z[ recovery-image] Aug 01 01:11:48.138 INFO O| Aug 01 01:11:48.138 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-08-01T01:11:49.101Z[ recovery-image] Aug 01 01:11:48.175 INFO O| Aug 01 01:11:48.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48512024-08-01T01:11:49.101Z[ recovery-image] Aug 01 01:11:48.175 INFO O| Aug 01 01:11:48.175 INFO STEP 321 (remove_files) COMPLETE
48522024-08-01T01:11:49.101Z[ recovery-image] Aug 01 01:11:48.175 INFO O| Aug 01 01:11:48.175 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-08-01T01:11:49.160Z[ recovery-image] Aug 01 01:11:48.233 INFO O| Aug 01 01:11:48.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48542024-08-01T01:11:49.160Z[ recovery-image] Aug 01 01:11:48.234 INFO O| Aug 01 01:11:48.234 INFO STEP 322 (remove_files) COMPLETE
48552024-08-01T01:11:49.160Z[ recovery-image] Aug 01 01:11:48.234 INFO O| Aug 01 01:11:48.234 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-08-01T01:11:49.182Z[ recovery-image] Aug 01 01:11:48.255 INFO O| Aug 01 01:11:48.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48572024-08-01T01:11:49.182Z[ recovery-image] Aug 01 01:11:48.255 INFO O| Aug 01 01:11:48.255 INFO STEP 323 (remove_files) COMPLETE
48582024-08-01T01:11:49.182Z[ recovery-image] Aug 01 01:11:48.255 INFO O| Aug 01 01:11:48.255 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-08-01T01:11:49.209Z[ recovery-image] Aug 01 01:11:48.282 INFO O| Aug 01 01:11:48.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48602024-08-01T01:11:49.212Z[ recovery-image] Aug 01 01:11:48.282 INFO O| Aug 01 01:11:48.282 INFO STEP 324 (remove_files) COMPLETE
48612024-08-01T01:11:49.212Z[ recovery-image] Aug 01 01:11:48.283 INFO O| Aug 01 01:11:48.282 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-08-01T01:11:49.235Z[ recovery-image] Aug 01 01:11:48.308 INFO O| Aug 01 01:11:48.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48632024-08-01T01:11:49.238Z[ recovery-image] Aug 01 01:11:48.309 INFO O| Aug 01 01:11:48.308 INFO STEP 325 (remove_files) COMPLETE
48642024-08-01T01:11:49.238Z[ recovery-image] Aug 01 01:11:48.309 INFO O| Aug 01 01:11:48.309 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-08-01T01:11:49.256Z[ recovery-image] Aug 01 01:11:48.330 INFO O| Aug 01 01:11:48.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48662024-08-01T01:11:49.259Z[ recovery-image] Aug 01 01:11:48.330 INFO O| Aug 01 01:11:48.330 INFO STEP 326 (remove_files) COMPLETE
48672024-08-01T01:11:49.259Z[ recovery-image] Aug 01 01:11:48.330 INFO O| Aug 01 01:11:48.330 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-08-01T01:11:49.295Z[ recovery-image] Aug 01 01:11:48.368 INFO O| Aug 01 01:11:48.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48692024-08-01T01:11:49.298Z[ recovery-image] Aug 01 01:11:48.368 INFO O| Aug 01 01:11:48.368 INFO STEP 327 (remove_files) COMPLETE
48702024-08-01T01:11:49.298Z[ recovery-image] Aug 01 01:11:48.368 INFO O| Aug 01 01:11:48.368 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-01T01:11:49.312Z[ recovery-image] Aug 01 01:11:48.386 INFO O| Aug 01 01:11:48.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48722024-08-01T01:11:49.316Z[ recovery-image] Aug 01 01:11:48.386 INFO O| Aug 01 01:11:48.386 INFO STEP 328 (remove_files) COMPLETE
48732024-08-01T01:11:49.316Z[ recovery-image] Aug 01 01:11:48.386 INFO O| Aug 01 01:11:48.386 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-01T01:11:49.338Z[ recovery-image] Aug 01 01:11:48.411 INFO O| Aug 01 01:11:48.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48752024-08-01T01:11:49.341Z[ recovery-image] Aug 01 01:11:48.411 INFO O| Aug 01 01:11:48.411 INFO STEP 329 (remove_files) COMPLETE
48762024-08-01T01:11:49.341Z[ recovery-image] Aug 01 01:11:48.411 INFO O| Aug 01 01:11:48.411 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-01T01:11:49.387Z[ host-image] Aug 01 01:11:48.461 INFO O| Aug 01 01:11:48.461 INFO O| Done
48782024-08-01T01:11:49.411Z[ recovery-image] Aug 01 01:11:48.485 INFO O| Aug 01 01:11:48.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48792024-08-01T01:11:49.415Z[ recovery-image] Aug 01 01:11:48.485 INFO O| Aug 01 01:11:48.485 INFO STEP 330 (remove_files) COMPLETE
48802024-08-01T01:11:49.415Z[ recovery-image] Aug 01 01:11:48.485 INFO O| Aug 01 01:11:48.485 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-08-01T01:11:49.441Z[ recovery-image] Aug 01 01:11:48.514 INFO O| Aug 01 01:11:48.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48822024-08-01T01:11:49.441Z[ recovery-image] Aug 01 01:11:48.514 INFO O| Aug 01 01:11:48.514 INFO STEP 331 (remove_files) COMPLETE
48832024-08-01T01:11:49.441Z[ recovery-image] Aug 01 01:11:48.514 INFO O| Aug 01 01:11:48.514 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-08-01T01:11:49.498Z[ recovery-image] Aug 01 01:11:48.572 INFO O| Aug 01 01:11:48.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48852024-08-01T01:11:49.498Z[ recovery-image] Aug 01 01:11:48.572 INFO O| Aug 01 01:11:48.572 INFO STEP 332 (remove_files) COMPLETE
48862024-08-01T01:11:49.502Z[ recovery-image] Aug 01 01:11:48.572 INFO O| Aug 01 01:11:48.572 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-08-01T01:11:49.515Z[ recovery-image] Aug 01 01:11:48.589 INFO O| Aug 01 01:11:48.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48882024-08-01T01:11:49.519Z[ recovery-image] Aug 01 01:11:48.589 INFO O| Aug 01 01:11:48.589 INFO STEP 333 (remove_files) COMPLETE
48892024-08-01T01:11:49.519Z[ recovery-image] Aug 01 01:11:48.589 INFO O| Aug 01 01:11:48.589 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-08-01T01:11:49.533Z[ recovery-image] Aug 01 01:11:48.606 INFO O| Aug 01 01:11:48.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48912024-08-01T01:11:49.536Z[ recovery-image] Aug 01 01:11:48.606 INFO O| Aug 01 01:11:48.606 INFO STEP 334 (remove_files) COMPLETE
48922024-08-01T01:11:49.536Z[ recovery-image] Aug 01 01:11:48.606 INFO O| Aug 01 01:11:48.606 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-08-01T01:11:49.561Z[ recovery-image] Aug 01 01:11:48.634 INFO O| Aug 01 01:11:48.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48942024-08-01T01:11:49.564Z[ recovery-image] Aug 01 01:11:48.635 INFO O| Aug 01 01:11:48.635 INFO STEP 335 (remove_files) COMPLETE
48952024-08-01T01:11:49.564Z[ recovery-image] Aug 01 01:11:48.635 INFO O| Aug 01 01:11:48.635 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-08-01T01:11:49.580Z[ recovery-image] Aug 01 01:11:48.653 INFO O| Aug 01 01:11:48.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48972024-08-01T01:11:49.580Z[ recovery-image] Aug 01 01:11:48.653 INFO O| Aug 01 01:11:48.653 INFO STEP 336 (remove_files) COMPLETE
48982024-08-01T01:11:49.580Z[ recovery-image] Aug 01 01:11:48.654 INFO O| Aug 01 01:11:48.654 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-08-01T01:11:49.597Z[ recovery-image] Aug 01 01:11:48.670 INFO O| Aug 01 01:11:48.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49002024-08-01T01:11:49.600Z[ recovery-image] Aug 01 01:11:48.671 INFO O| Aug 01 01:11:48.670 INFO STEP 337 (remove_files) COMPLETE
49012024-08-01T01:11:49.600Z[ recovery-image] Aug 01 01:11:48.671 INFO O| Aug 01 01:11:48.671 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-08-01T01:11:49.631Z[ recovery-image] Aug 01 01:11:48.704 INFO O| Aug 01 01:11:48.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49032024-08-01T01:11:49.631Z[ recovery-image] Aug 01 01:11:48.704 INFO O| Aug 01 01:11:48.704 INFO STEP 338 (remove_files) COMPLETE
49042024-08-01T01:11:49.631Z[ recovery-image] Aug 01 01:11:48.704 INFO O| Aug 01 01:11:48.704 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-08-01T01:11:49.653Z[ recovery-image] Aug 01 01:11:48.726 INFO O| Aug 01 01:11:48.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49062024-08-01T01:11:49.653Z[ recovery-image] Aug 01 01:11:48.726 INFO O| Aug 01 01:11:48.726 INFO STEP 339 (remove_files) COMPLETE
49072024-08-01T01:11:49.655Z[ recovery-image] Aug 01 01:11:48.726 INFO O| Aug 01 01:11:48.726 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-08-01T01:11:49.688Z[ recovery-image] Aug 01 01:11:48.761 INFO O| Aug 01 01:11:48.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49092024-08-01T01:11:49.688Z[ recovery-image] Aug 01 01:11:48.761 INFO O| Aug 01 01:11:48.761 INFO STEP 340 (remove_files) COMPLETE
49102024-08-01T01:11:49.691Z[ recovery-image] Aug 01 01:11:48.762 INFO O| Aug 01 01:11:48.761 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-08-01T01:11:49.713Z[ recovery-image] Aug 01 01:11:48.786 INFO O| Aug 01 01:11:48.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49122024-08-01T01:11:49.713Z[ recovery-image] Aug 01 01:11:48.786 INFO O| Aug 01 01:11:48.786 INFO STEP 341 (remove_files) COMPLETE
49132024-08-01T01:11:49.713Z[ recovery-image] Aug 01 01:11:48.786 INFO O| Aug 01 01:11:48.786 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-08-01T01:11:49.772Z[ recovery-image] Aug 01 01:11:48.845 INFO O| Aug 01 01:11:48.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49152024-08-01T01:11:49.772Z[ recovery-image] Aug 01 01:11:48.846 INFO O| Aug 01 01:11:48.846 INFO STEP 342 (remove_files) COMPLETE
49162024-08-01T01:11:49.772Z[ recovery-image] Aug 01 01:11:48.846 INFO O| Aug 01 01:11:48.846 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-08-01T01:11:49.807Z[ recovery-image] Aug 01 01:11:48.880 INFO O| Aug 01 01:11:48.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49182024-08-01T01:11:49.807Z[ recovery-image] Aug 01 01:11:48.880 INFO O| Aug 01 01:11:48.880 INFO STEP 343 (remove_files) COMPLETE
49192024-08-01T01:11:49.810Z[ recovery-image] Aug 01 01:11:48.880 INFO O| Aug 01 01:11:48.880 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-08-01T01:11:49.865Z[ recovery-image] Aug 01 01:11:48.938 INFO O| Aug 01 01:11:48.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49212024-08-01T01:11:49.865Z[ recovery-image] Aug 01 01:11:48.938 INFO O| Aug 01 01:11:48.938 INFO STEP 344 (remove_files) COMPLETE
49222024-08-01T01:11:49.868Z[ recovery-image] Aug 01 01:11:48.938 INFO O| Aug 01 01:11:48.938 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-08-01T01:11:49.886Z[ recovery-image] Aug 01 01:11:48.960 INFO O| Aug 01 01:11:48.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49242024-08-01T01:11:49.886Z[ recovery-image] Aug 01 01:11:48.960 INFO O| Aug 01 01:11:48.960 INFO STEP 345 (remove_files) COMPLETE
49252024-08-01T01:11:49.887Z[ recovery-image] Aug 01 01:11:48.960 INFO O| Aug 01 01:11:48.960 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-08-01T01:11:49.907Z[ recovery-image] Aug 01 01:11:48.980 INFO O| Aug 01 01:11:48.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49272024-08-01T01:11:49.907Z[ recovery-image] Aug 01 01:11:48.980 INFO O| Aug 01 01:11:48.980 INFO STEP 346 (remove_files) COMPLETE
49282024-08-01T01:11:49.907Z[ recovery-image] Aug 01 01:11:48.980 INFO O| Aug 01 01:11:48.980 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-08-01T01:11:49.960Z[ recovery-image] Aug 01 01:11:49.033 INFO O| Aug 01 01:11:49.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49302024-08-01T01:11:49.960Z[ recovery-image] Aug 01 01:11:49.034 INFO O| Aug 01 01:11:49.034 INFO STEP 347 (remove_files) COMPLETE
49312024-08-01T01:11:49.960Z[ recovery-image] Aug 01 01:11:49.034 INFO O| Aug 01 01:11:49.034 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-08-01T01:11:49.985Z[ recovery-image] Aug 01 01:11:49.058 INFO O| Aug 01 01:11:49.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49332024-08-01T01:11:49.985Z[ recovery-image] Aug 01 01:11:49.059 INFO O| Aug 01 01:11:49.059 INFO STEP 348 (remove_files) COMPLETE
49342024-08-01T01:11:49.988Z[ recovery-image] Aug 01 01:11:49.059 INFO O| Aug 01 01:11:49.059 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-08-01T01:11:50.009Z[ recovery-image] Aug 01 01:11:49.082 INFO O| Aug 01 01:11:49.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49362024-08-01T01:11:50.009Z[ recovery-image] Aug 01 01:11:49.082 INFO O| Aug 01 01:11:49.082 INFO STEP 349 (remove_files) COMPLETE
49372024-08-01T01:11:50.009Z[ recovery-image] Aug 01 01:11:49.082 INFO O| Aug 01 01:11:49.082 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-08-01T01:11:50.051Z[ recovery-image] Aug 01 01:11:49.124 INFO O| Aug 01 01:11:49.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49392024-08-01T01:11:50.051Z[ recovery-image] Aug 01 01:11:49.124 INFO O| Aug 01 01:11:49.124 INFO STEP 350 (remove_files) COMPLETE
49402024-08-01T01:11:50.054Z[ recovery-image] Aug 01 01:11:49.125 INFO O| Aug 01 01:11:49.124 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-08-01T01:11:50.073Z[ recovery-image] Aug 01 01:11:49.146 INFO O| Aug 01 01:11:49.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49422024-08-01T01:11:50.076Z[ recovery-image] Aug 01 01:11:49.146 INFO O| Aug 01 01:11:49.146 INFO STEP 351 (remove_files) COMPLETE
49432024-08-01T01:11:50.076Z[ recovery-image] Aug 01 01:11:49.146 INFO O| Aug 01 01:11:49.146 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-08-01T01:11:50.093Z[ recovery-image] Aug 01 01:11:49.166 INFO O| Aug 01 01:11:49.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49452024-08-01T01:11:50.096Z[ recovery-image] Aug 01 01:11:49.166 INFO O| Aug 01 01:11:49.166 INFO STEP 352 (remove_files) COMPLETE
49462024-08-01T01:11:50.096Z[ recovery-image] Aug 01 01:11:49.166 INFO O| Aug 01 01:11:49.166 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-08-01T01:11:50.113Z[ recovery-image] Aug 01 01:11:49.187 INFO O| Aug 01 01:11:49.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49482024-08-01T01:11:50.114Z[ recovery-image] Aug 01 01:11:49.187 INFO O| Aug 01 01:11:49.187 INFO STEP 353 (remove_files) COMPLETE
49492024-08-01T01:11:50.117Z[ recovery-image] Aug 01 01:11:49.187 INFO O| Aug 01 01:11:49.187 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-08-01T01:11:50.168Z[ recovery-image] Aug 01 01:11:49.242 INFO O| Aug 01 01:11:49.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49512024-08-01T01:11:50.168Z[ recovery-image] Aug 01 01:11:49.242 INFO O| Aug 01 01:11:49.242 INFO STEP 354 (remove_files) COMPLETE
49522024-08-01T01:11:50.171Z[ recovery-image] Aug 01 01:11:49.242 INFO O| Aug 01 01:11:49.242 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-08-01T01:11:50.187Z[ recovery-image] Aug 01 01:11:49.261 INFO O| Aug 01 01:11:49.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49542024-08-01T01:11:50.190Z[ recovery-image] Aug 01 01:11:49.261 INFO O| Aug 01 01:11:49.261 INFO STEP 355 (remove_files) COMPLETE
49552024-08-01T01:11:50.190Z[ recovery-image] Aug 01 01:11:49.261 INFO O| Aug 01 01:11:49.261 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-08-01T01:11:50.205Z[ recovery-image] Aug 01 01:11:49.279 INFO O| Aug 01 01:11:49.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49572024-08-01T01:11:50.205Z[ recovery-image] Aug 01 01:11:49.279 INFO O| Aug 01 01:11:49.279 INFO STEP 356 (remove_files) COMPLETE
49582024-08-01T01:11:50.209Z[ recovery-image] Aug 01 01:11:49.279 INFO O| Aug 01 01:11:49.279 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-08-01T01:11:50.223Z[ recovery-image] Aug 01 01:11:49.297 INFO O| Aug 01 01:11:49.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49602024-08-01T01:11:50.226Z[ recovery-image] Aug 01 01:11:49.297 INFO O| Aug 01 01:11:49.297 INFO STEP 357 (remove_files) COMPLETE
49612024-08-01T01:11:50.226Z[ recovery-image] Aug 01 01:11:49.297 INFO O| Aug 01 01:11:49.297 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-08-01T01:11:50.242Z[ recovery-image] Aug 01 01:11:49.316 INFO O| Aug 01 01:11:49.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49632024-08-01T01:11:50.242Z[ recovery-image] Aug 01 01:11:49.316 INFO O| Aug 01 01:11:49.316 INFO STEP 358 (remove_files) COMPLETE
49642024-08-01T01:11:50.245Z[ recovery-image] Aug 01 01:11:49.316 INFO O| Aug 01 01:11:49.316 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-08-01T01:11:50.262Z[ recovery-image] Aug 01 01:11:49.335 INFO O| Aug 01 01:11:49.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49662024-08-01T01:11:50.262Z[ recovery-image] Aug 01 01:11:49.335 INFO O| Aug 01 01:11:49.335 INFO STEP 359 (remove_files) COMPLETE
49672024-08-01T01:11:50.262Z[ recovery-image] Aug 01 01:11:49.335 INFO O| Aug 01 01:11:49.335 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-08-01T01:11:50.282Z[ recovery-image] Aug 01 01:11:49.356 INFO O| Aug 01 01:11:49.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49692024-08-01T01:11:50.282Z[ recovery-image] Aug 01 01:11:49.356 INFO O| Aug 01 01:11:49.356 INFO STEP 360 (remove_files) COMPLETE
49702024-08-01T01:11:50.282Z[ recovery-image] Aug 01 01:11:49.356 INFO O| Aug 01 01:11:49.356 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-08-01T01:11:50.301Z[ recovery-image] Aug 01 01:11:49.374 INFO O| Aug 01 01:11:49.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49722024-08-01T01:11:50.301Z[ recovery-image] Aug 01 01:11:49.375 INFO O| Aug 01 01:11:49.374 INFO STEP 361 (remove_files) COMPLETE
49732024-08-01T01:11:50.301Z[ recovery-image] Aug 01 01:11:49.375 INFO O| Aug 01 01:11:49.375 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-08-01T01:11:50.321Z[ recovery-image] Aug 01 01:11:49.394 INFO O| Aug 01 01:11:49.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49752024-08-01T01:11:50.321Z[ recovery-image] Aug 01 01:11:49.394 INFO O| Aug 01 01:11:49.394 INFO STEP 362 (remove_files) COMPLETE
49762024-08-01T01:11:50.321Z[ recovery-image] Aug 01 01:11:49.394 INFO O| Aug 01 01:11:49.394 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-08-01T01:11:50.341Z[ recovery-image] Aug 01 01:11:49.415 INFO O| Aug 01 01:11:49.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49782024-08-01T01:11:50.341Z[ recovery-image] Aug 01 01:11:49.415 INFO O| Aug 01 01:11:49.415 INFO STEP 363 (remove_files) COMPLETE
49792024-08-01T01:11:50.341Z[ recovery-image] Aug 01 01:11:49.415 INFO O| Aug 01 01:11:49.415 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-08-01T01:11:50.363Z[ recovery-image] Aug 01 01:11:49.436 INFO O| Aug 01 01:11:49.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49812024-08-01T01:11:50.363Z[ recovery-image] Aug 01 01:11:49.436 INFO O| Aug 01 01:11:49.436 INFO STEP 364 (remove_files) COMPLETE
49822024-08-01T01:11:50.366Z[ recovery-image] Aug 01 01:11:49.436 INFO O| Aug 01 01:11:49.436 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-08-01T01:11:50.394Z[ recovery-image] Aug 01 01:11:49.468 INFO O| Aug 01 01:11:49.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49842024-08-01T01:11:50.394Z[ recovery-image] Aug 01 01:11:49.468 INFO O| Aug 01 01:11:49.468 INFO STEP 365 (remove_files) COMPLETE
49852024-08-01T01:11:50.397Z[ recovery-image] Aug 01 01:11:49.468 INFO O| Aug 01 01:11:49.468 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-08-01T01:11:50.413Z[ recovery-image] Aug 01 01:11:49.486 INFO O| Aug 01 01:11:49.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49872024-08-01T01:11:50.413Z[ recovery-image] Aug 01 01:11:49.486 INFO O| Aug 01 01:11:49.486 INFO STEP 366 (remove_files) COMPLETE
49882024-08-01T01:11:50.413Z[ recovery-image] Aug 01 01:11:49.486 INFO O| Aug 01 01:11:49.486 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-08-01T01:11:50.433Z[ recovery-image] Aug 01 01:11:49.507 INFO O| Aug 01 01:11:49.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49902024-08-01T01:11:50.433Z[ recovery-image] Aug 01 01:11:49.507 INFO O| Aug 01 01:11:49.507 INFO STEP 367 (remove_files) COMPLETE
49912024-08-01T01:11:50.438Z[ recovery-image] Aug 01 01:11:49.507 INFO O| Aug 01 01:11:49.507 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-08-01T01:11:50.454Z[ recovery-image] Aug 01 01:11:49.527 INFO O| Aug 01 01:11:49.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49932024-08-01T01:11:50.454Z[ recovery-image] Aug 01 01:11:49.527 INFO O| Aug 01 01:11:49.527 INFO STEP 368 (remove_files) COMPLETE
49942024-08-01T01:11:50.454Z[ recovery-image] Aug 01 01:11:49.527 INFO O| Aug 01 01:11:49.527 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-08-01T01:11:50.476Z[ recovery-image] Aug 01 01:11:49.549 INFO O| Aug 01 01:11:49.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49962024-08-01T01:11:50.476Z[ recovery-image] Aug 01 01:11:49.550 INFO O| Aug 01 01:11:49.550 INFO STEP 369 (remove_files) COMPLETE
49972024-08-01T01:11:50.476Z[ recovery-image] Aug 01 01:11:49.550 INFO O| Aug 01 01:11:49.550 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-08-01T01:11:50.498Z[ recovery-image] Aug 01 01:11:49.572 INFO O| Aug 01 01:11:49.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49992024-08-01T01:11:50.498Z[ recovery-image] Aug 01 01:11:49.572 INFO O| Aug 01 01:11:49.572 INFO STEP 370 (remove_files) COMPLETE
50002024-08-01T01:11:50.498Z[ recovery-image] Aug 01 01:11:49.572 INFO O| Aug 01 01:11:49.572 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-08-01T01:11:50.519Z[ recovery-image] Aug 01 01:11:49.592 INFO O| Aug 01 01:11:49.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50022024-08-01T01:11:50.519Z[ recovery-image] Aug 01 01:11:49.593 INFO O| Aug 01 01:11:49.593 INFO STEP 371 (remove_files) COMPLETE
50032024-08-01T01:11:50.519Z[ recovery-image] Aug 01 01:11:49.593 INFO O| Aug 01 01:11:49.593 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-08-01T01:11:50.556Z[ recovery-image] Aug 01 01:11:49.629 INFO O| Aug 01 01:11:49.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50052024-08-01T01:11:50.556Z[ recovery-image] Aug 01 01:11:49.630 INFO O| Aug 01 01:11:49.629 INFO STEP 372 (remove_files) COMPLETE
50062024-08-01T01:11:50.556Z[ recovery-image] Aug 01 01:11:49.630 INFO O| Aug 01 01:11:49.630 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-08-01T01:11:50.591Z[ recovery-image] Aug 01 01:11:49.665 INFO O| Aug 01 01:11:49.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50082024-08-01T01:11:50.591Z[ recovery-image] Aug 01 01:11:49.665 INFO O| Aug 01 01:11:49.665 INFO STEP 373 (remove_files) COMPLETE
50092024-08-01T01:11:50.594Z[ recovery-image] Aug 01 01:11:49.665 INFO O| Aug 01 01:11:49.665 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-08-01T01:11:50.611Z[ recovery-image] Aug 01 01:11:49.685 INFO O| Aug 01 01:11:49.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50112024-08-01T01:11:50.611Z[ recovery-image] Aug 01 01:11:49.685 INFO O| Aug 01 01:11:49.685 INFO STEP 374 (remove_files) COMPLETE
50122024-08-01T01:11:50.614Z[ recovery-image] Aug 01 01:11:49.685 INFO O| Aug 01 01:11:49.685 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-08-01T01:11:50.630Z[ recovery-image] Aug 01 01:11:49.704 INFO O| Aug 01 01:11:49.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50142024-08-01T01:11:50.630Z[ recovery-image] Aug 01 01:11:49.704 INFO O| Aug 01 01:11:49.704 INFO STEP 375 (remove_files) COMPLETE
50152024-08-01T01:11:50.630Z[ recovery-image] Aug 01 01:11:49.704 INFO O| Aug 01 01:11:49.704 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-08-01T01:11:50.649Z[ recovery-image] Aug 01 01:11:49.722 INFO O| Aug 01 01:11:49.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50172024-08-01T01:11:50.649Z[ recovery-image] Aug 01 01:11:49.722 INFO O| Aug 01 01:11:49.722 INFO STEP 376 (remove_files) COMPLETE
50182024-08-01T01:11:50.651Z[ recovery-image] Aug 01 01:11:49.722 INFO O| Aug 01 01:11:49.722 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-08-01T01:11:50.667Z[ recovery-image] Aug 01 01:11:49.741 INFO O| Aug 01 01:11:49.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50202024-08-01T01:11:50.667Z[ recovery-image] Aug 01 01:11:49.741 INFO O| Aug 01 01:11:49.741 INFO STEP 377 (remove_files) COMPLETE
50212024-08-01T01:11:50.667Z[ recovery-image] Aug 01 01:11:49.741 INFO O| Aug 01 01:11:49.741 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-08-01T01:11:50.687Z[ recovery-image] Aug 01 01:11:49.761 INFO O| Aug 01 01:11:49.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50232024-08-01T01:11:50.687Z[ recovery-image] Aug 01 01:11:49.761 INFO O| Aug 01 01:11:49.761 INFO STEP 378 (remove_files) COMPLETE
50242024-08-01T01:11:50.687Z[ recovery-image] Aug 01 01:11:49.761 INFO O| Aug 01 01:11:49.761 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-08-01T01:11:50.710Z[ recovery-image] Aug 01 01:11:49.783 INFO O| Aug 01 01:11:49.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50262024-08-01T01:11:50.710Z[ recovery-image] Aug 01 01:11:49.783 INFO O| Aug 01 01:11:49.783 INFO STEP 379 (remove_files) COMPLETE
50272024-08-01T01:11:50.712Z[ recovery-image] Aug 01 01:11:49.783 INFO O| Aug 01 01:11:49.783 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-08-01T01:11:50.733Z[ recovery-image] Aug 01 01:11:49.807 INFO O| Aug 01 01:11:49.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50292024-08-01T01:11:50.733Z[ recovery-image] Aug 01 01:11:49.807 INFO O| Aug 01 01:11:49.807 INFO STEP 380 (remove_files) COMPLETE
50302024-08-01T01:11:50.733Z[ recovery-image] Aug 01 01:11:49.807 INFO O| Aug 01 01:11:49.807 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-08-01T01:11:50.755Z[ recovery-image] Aug 01 01:11:49.828 INFO O| Aug 01 01:11:49.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50322024-08-01T01:11:50.755Z[ recovery-image] Aug 01 01:11:49.828 INFO O| Aug 01 01:11:49.828 INFO STEP 381 (remove_files) COMPLETE
50332024-08-01T01:11:50.758Z[ recovery-image] Aug 01 01:11:49.829 INFO O| Aug 01 01:11:49.828 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-08-01T01:11:50.776Z[ recovery-image] Aug 01 01:11:49.850 INFO O| Aug 01 01:11:49.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50352024-08-01T01:11:50.776Z[ recovery-image] Aug 01 01:11:49.850 INFO O| Aug 01 01:11:49.850 INFO STEP 382 (remove_files) COMPLETE
50362024-08-01T01:11:50.776Z[ recovery-image] Aug 01 01:11:49.850 INFO O| Aug 01 01:11:49.850 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-08-01T01:11:50.796Z[ recovery-image] Aug 01 01:11:49.870 INFO O| Aug 01 01:11:49.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50382024-08-01T01:11:50.796Z[ recovery-image] Aug 01 01:11:49.870 INFO O| Aug 01 01:11:49.870 INFO STEP 383 (remove_files) COMPLETE
50392024-08-01T01:11:50.799Z[ recovery-image] Aug 01 01:11:49.870 INFO O| Aug 01 01:11:49.870 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-08-01T01:11:50.815Z[ recovery-image] Aug 01 01:11:49.888 INFO O| Aug 01 01:11:49.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50412024-08-01T01:11:50.818Z[ recovery-image] Aug 01 01:11:49.888 INFO O| Aug 01 01:11:49.888 INFO STEP 384 (remove_files) COMPLETE
50422024-08-01T01:11:50.818Z[ recovery-image] Aug 01 01:11:49.888 INFO O| Aug 01 01:11:49.888 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-08-01T01:11:50.832Z[ recovery-image] Aug 01 01:11:49.906 INFO O| Aug 01 01:11:49.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50442024-08-01T01:11:50.832Z[ recovery-image] Aug 01 01:11:49.906 INFO O| Aug 01 01:11:49.906 INFO STEP 385 (remove_files) COMPLETE
50452024-08-01T01:11:50.835Z[ recovery-image] Aug 01 01:11:49.906 INFO O| Aug 01 01:11:49.906 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-08-01T01:11:50.845Z[ recovery-image] Aug 01 01:11:49.919 INFO O| Aug 01 01:11:49.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50472024-08-01T01:11:50.845Z[ recovery-image] Aug 01 01:11:49.919 INFO O| Aug 01 01:11:49.919 INFO STEP 386 (remove_files) COMPLETE
50482024-08-01T01:11:50.845Z[ recovery-image] Aug 01 01:11:49.919 INFO O| Aug 01 01:11:49.919 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-08-01T01:11:50.864Z[ recovery-image] Aug 01 01:11:49.937 INFO O| Aug 01 01:11:49.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50502024-08-01T01:11:50.864Z[ recovery-image] Aug 01 01:11:49.937 INFO O| Aug 01 01:11:49.937 INFO STEP 387 (remove_files) COMPLETE
50512024-08-01T01:11:50.864Z[ recovery-image] Aug 01 01:11:49.937 INFO O| Aug 01 01:11:49.937 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-08-01T01:11:50.881Z[ recovery-image] Aug 01 01:11:49.955 INFO O| Aug 01 01:11:49.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50532024-08-01T01:11:50.881Z[ recovery-image] Aug 01 01:11:49.955 INFO O| Aug 01 01:11:49.955 INFO STEP 388 (remove_files) COMPLETE
50542024-08-01T01:11:50.881Z[ recovery-image] Aug 01 01:11:49.955 INFO O| Aug 01 01:11:49.955 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-08-01T01:11:50.899Z[ recovery-image] Aug 01 01:11:49.973 INFO O| Aug 01 01:11:49.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50562024-08-01T01:11:50.899Z[ recovery-image] Aug 01 01:11:49.973 INFO O| Aug 01 01:11:49.973 INFO STEP 389 (remove_files) COMPLETE
50572024-08-01T01:11:50.902Z[ recovery-image] Aug 01 01:11:49.973 INFO O| Aug 01 01:11:49.973 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-08-01T01:11:50.916Z[ recovery-image] Aug 01 01:11:49.990 INFO O| Aug 01 01:11:49.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50592024-08-01T01:11:50.916Z[ recovery-image] Aug 01 01:11:49.990 INFO O| Aug 01 01:11:49.990 INFO STEP 390 (remove_files) COMPLETE
50602024-08-01T01:11:50.919Z[ recovery-image] Aug 01 01:11:49.990 INFO O| Aug 01 01:11:49.990 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-08-01T01:11:50.936Z[ recovery-image] Aug 01 01:11:50.010 INFO O| Aug 01 01:11:50.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50622024-08-01T01:11:50.939Z[ recovery-image] Aug 01 01:11:50.010 INFO O| Aug 01 01:11:50.010 INFO STEP 391 (remove_files) COMPLETE
50632024-08-01T01:11:50.939Z[ recovery-image] Aug 01 01:11:50.010 INFO O| Aug 01 01:11:50.010 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-08-01T01:11:50.949Z[ recovery-image] Aug 01 01:11:50.023 INFO O| Aug 01 01:11:50.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50652024-08-01T01:11:50.949Z[ recovery-image] Aug 01 01:11:50.023 INFO O| Aug 01 01:11:50.023 INFO STEP 392 (remove_files) COMPLETE
50662024-08-01T01:11:50.952Z[ recovery-image] Aug 01 01:11:50.023 INFO O| Aug 01 01:11:50.023 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-08-01T01:11:50.969Z[ recovery-image] Aug 01 01:11:50.041 INFO O| Aug 01 01:11:50.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50682024-08-01T01:11:50.969Z[ recovery-image] Aug 01 01:11:50.042 INFO O| Aug 01 01:11:50.042 INFO STEP 393 (remove_files) COMPLETE
50692024-08-01T01:11:50.972Z[ recovery-image] Aug 01 01:11:50.042 INFO O| Aug 01 01:11:50.042 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-08-01T01:11:50.986Z[ recovery-image] Aug 01 01:11:50.059 INFO O| Aug 01 01:11:50.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50712024-08-01T01:11:50.986Z[ recovery-image] Aug 01 01:11:50.060 INFO O| Aug 01 01:11:50.060 INFO STEP 394 (remove_files) COMPLETE
50722024-08-01T01:11:50.986Z[ recovery-image] Aug 01 01:11:50.060 INFO O| Aug 01 01:11:50.060 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-08-01T01:11:51.004Z[ recovery-image] Aug 01 01:11:50.078 INFO O| Aug 01 01:11:50.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50742024-08-01T01:11:51.007Z[ recovery-image] Aug 01 01:11:50.078 INFO O| Aug 01 01:11:50.078 INFO STEP 395 (remove_files) COMPLETE
50752024-08-01T01:11:51.007Z[ recovery-image] Aug 01 01:11:50.078 INFO O| Aug 01 01:11:50.078 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-08-01T01:11:51.020Z[ recovery-image] Aug 01 01:11:50.094 INFO O| Aug 01 01:11:50.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50772024-08-01T01:11:51.020Z[ recovery-image] Aug 01 01:11:50.094 INFO O| Aug 01 01:11:50.094 INFO STEP 396 (remove_files) COMPLETE
50782024-08-01T01:11:51.023Z[ recovery-image] Aug 01 01:11:50.094 INFO O| Aug 01 01:11:50.094 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-08-01T01:11:51.035Z[ recovery-image] Aug 01 01:11:50.109 INFO O| Aug 01 01:11:50.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50802024-08-01T01:11:51.038Z[ recovery-image] Aug 01 01:11:50.109 INFO O| Aug 01 01:11:50.109 INFO STEP 397 (remove_files) COMPLETE
50812024-08-01T01:11:51.039Z[ recovery-image] Aug 01 01:11:50.109 INFO O| Aug 01 01:11:50.109 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-08-01T01:11:51.053Z[ recovery-image] Aug 01 01:11:50.127 INFO O| Aug 01 01:11:50.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50832024-08-01T01:11:51.053Z[ recovery-image] Aug 01 01:11:50.127 INFO O| Aug 01 01:11:50.127 INFO STEP 398 (remove_files) COMPLETE
50842024-08-01T01:11:51.056Z[ recovery-image] Aug 01 01:11:50.127 INFO O| Aug 01 01:11:50.127 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-08-01T01:11:51.072Z[ recovery-image] Aug 01 01:11:50.146 INFO O| Aug 01 01:11:50.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50862024-08-01T01:11:51.072Z[ recovery-image] Aug 01 01:11:50.146 INFO O| Aug 01 01:11:50.146 INFO STEP 399 (remove_files) COMPLETE
50872024-08-01T01:11:51.072Z[ recovery-image] Aug 01 01:11:50.146 INFO O| Aug 01 01:11:50.146 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-08-01T01:11:51.092Z[ recovery-image] Aug 01 01:11:50.166 INFO O| Aug 01 01:11:50.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50892024-08-01T01:11:51.092Z[ recovery-image] Aug 01 01:11:50.166 INFO O| Aug 01 01:11:50.166 INFO STEP 400 (remove_files) COMPLETE
50902024-08-01T01:11:51.092Z[ recovery-image] Aug 01 01:11:50.166 INFO O| Aug 01 01:11:50.166 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-08-01T01:11:51.106Z[ recovery-image] Aug 01 01:11:50.180 INFO O| Aug 01 01:11:50.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50922024-08-01T01:11:51.106Z[ recovery-image] Aug 01 01:11:50.180 INFO O| Aug 01 01:11:50.180 INFO STEP 401 (remove_files) COMPLETE
50932024-08-01T01:11:51.109Z[ recovery-image] Aug 01 01:11:50.180 INFO O| Aug 01 01:11:50.180 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-08-01T01:11:51.125Z[ recovery-image] Aug 01 01:11:50.199 INFO O| Aug 01 01:11:50.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50952024-08-01T01:11:51.125Z[ recovery-image] Aug 01 01:11:50.199 INFO O| Aug 01 01:11:50.199 INFO STEP 402 (remove_files) COMPLETE
50962024-08-01T01:11:51.128Z[ recovery-image] Aug 01 01:11:50.199 INFO O| Aug 01 01:11:50.199 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-08-01T01:11:51.145Z[ recovery-image] Aug 01 01:11:50.219 INFO O| Aug 01 01:11:50.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50982024-08-01T01:11:51.145Z[ recovery-image] Aug 01 01:11:50.219 INFO O| Aug 01 01:11:50.219 INFO STEP 403 (remove_files) COMPLETE
50992024-08-01T01:11:51.145Z[ recovery-image] Aug 01 01:11:50.219 INFO O| Aug 01 01:11:50.219 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-08-01T01:11:51.160Z[ recovery-image] Aug 01 01:11:50.234 INFO O| Aug 01 01:11:50.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51012024-08-01T01:11:51.160Z[ recovery-image] Aug 01 01:11:50.234 INFO O| Aug 01 01:11:50.234 INFO STEP 404 (remove_files) COMPLETE
51022024-08-01T01:11:51.163Z[ recovery-image] Aug 01 01:11:50.234 INFO O| Aug 01 01:11:50.234 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-08-01T01:11:51.180Z[ recovery-image] Aug 01 01:11:50.254 INFO O| Aug 01 01:11:50.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51042024-08-01T01:11:51.180Z[ recovery-image] Aug 01 01:11:50.254 INFO O| Aug 01 01:11:50.254 INFO STEP 405 (remove_files) COMPLETE
51052024-08-01T01:11:51.183Z[ recovery-image] Aug 01 01:11:50.254 INFO O| Aug 01 01:11:50.254 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-08-01T01:11:51.200Z[ recovery-image] Aug 01 01:11:50.274 INFO O| Aug 01 01:11:50.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51072024-08-01T01:11:51.200Z[ recovery-image] Aug 01 01:11:50.274 INFO O| Aug 01 01:11:50.274 INFO STEP 406 (remove_files) COMPLETE
51082024-08-01T01:11:51.200Z[ recovery-image] Aug 01 01:11:50.274 INFO O| Aug 01 01:11:50.274 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-08-01T01:11:51.217Z[ recovery-image] Aug 01 01:11:50.290 INFO O| Aug 01 01:11:50.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51102024-08-01T01:11:51.220Z[ recovery-image] Aug 01 01:11:50.291 INFO O| Aug 01 01:11:50.291 INFO STEP 407 (remove_files) COMPLETE
51112024-08-01T01:11:51.220Z[ recovery-image] Aug 01 01:11:50.291 INFO O| Aug 01 01:11:50.291 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-08-01T01:11:51.234Z[ recovery-image] Aug 01 01:11:50.308 INFO O| Aug 01 01:11:50.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51132024-08-01T01:11:51.234Z[ recovery-image] Aug 01 01:11:50.308 INFO O| Aug 01 01:11:50.308 INFO STEP 408 (remove_files) COMPLETE
51142024-08-01T01:11:51.234Z[ recovery-image] Aug 01 01:11:50.308 INFO O| Aug 01 01:11:50.308 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-08-01T01:11:51.252Z[ recovery-image] Aug 01 01:11:50.326 INFO O| Aug 01 01:11:50.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51162024-08-01T01:11:51.252Z[ recovery-image] Aug 01 01:11:50.326 INFO O| Aug 01 01:11:50.326 INFO STEP 409 (remove_files) COMPLETE
51172024-08-01T01:11:51.252Z[ recovery-image] Aug 01 01:11:50.326 INFO O| Aug 01 01:11:50.326 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-08-01T01:11:51.265Z[ recovery-image] Aug 01 01:11:50.339 INFO O| Aug 01 01:11:50.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51192024-08-01T01:11:51.265Z[ recovery-image] Aug 01 01:11:50.339 INFO O| Aug 01 01:11:50.339 INFO STEP 410 (remove_files) COMPLETE
51202024-08-01T01:11:51.268Z[ recovery-image] Aug 01 01:11:50.339 INFO O| Aug 01 01:11:50.339 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-08-01T01:11:51.282Z[ recovery-image] Aug 01 01:11:50.356 INFO O| Aug 01 01:11:50.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51222024-08-01T01:11:51.282Z[ recovery-image] Aug 01 01:11:50.356 INFO O| Aug 01 01:11:50.356 INFO STEP 411 (remove_files) COMPLETE
51232024-08-01T01:11:51.282Z[ recovery-image] Aug 01 01:11:50.356 INFO O| Aug 01 01:11:50.356 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-08-01T01:11:51.299Z[ recovery-image] Aug 01 01:11:50.373 INFO O| Aug 01 01:11:50.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51252024-08-01T01:11:51.299Z[ recovery-image] Aug 01 01:11:50.373 INFO O| Aug 01 01:11:50.373 INFO STEP 412 (remove_files) COMPLETE
51262024-08-01T01:11:51.302Z[ recovery-image] Aug 01 01:11:50.373 INFO O| Aug 01 01:11:50.373 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-08-01T01:11:51.318Z[ recovery-image] Aug 01 01:11:50.391 INFO O| Aug 01 01:11:50.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51282024-08-01T01:11:51.318Z[ recovery-image] Aug 01 01:11:50.392 INFO O| Aug 01 01:11:50.391 INFO STEP 413 (remove_files) COMPLETE
51292024-08-01T01:11:51.321Z[ recovery-image] Aug 01 01:11:50.392 INFO O| Aug 01 01:11:50.391 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-08-01T01:11:51.335Z[ recovery-image] Aug 01 01:11:50.409 INFO O| Aug 01 01:11:50.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51312024-08-01T01:11:51.335Z[ recovery-image] Aug 01 01:11:50.409 INFO O| Aug 01 01:11:50.409 INFO STEP 414 (remove_files) COMPLETE
51322024-08-01T01:11:51.335Z[ recovery-image] Aug 01 01:11:50.409 INFO O| Aug 01 01:11:50.409 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-08-01T01:11:51.348Z[ recovery-image] Aug 01 01:11:50.422 INFO O| Aug 01 01:11:50.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51342024-08-01T01:11:51.352Z[ recovery-image] Aug 01 01:11:50.422 INFO O| Aug 01 01:11:50.422 INFO STEP 415 (remove_files) COMPLETE
51352024-08-01T01:11:51.352Z[ recovery-image] Aug 01 01:11:50.422 INFO O| Aug 01 01:11:50.422 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-08-01T01:11:51.365Z[ recovery-image] Aug 01 01:11:50.438 INFO O| Aug 01 01:11:50.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51372024-08-01T01:11:51.365Z[ recovery-image] Aug 01 01:11:50.439 INFO O| Aug 01 01:11:50.439 INFO STEP 416 (remove_files) COMPLETE
51382024-08-01T01:11:51.367Z[ recovery-image] Aug 01 01:11:50.439 INFO O| Aug 01 01:11:50.439 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-08-01T01:11:51.382Z[ recovery-image] Aug 01 01:11:50.456 INFO O| Aug 01 01:11:50.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51402024-08-01T01:11:51.385Z[ recovery-image] Aug 01 01:11:50.456 INFO O| Aug 01 01:11:50.456 INFO STEP 417 (remove_files) COMPLETE
51412024-08-01T01:11:51.385Z[ recovery-image] Aug 01 01:11:50.456 INFO O| Aug 01 01:11:50.456 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-08-01T01:11:51.394Z[ recovery-image] Aug 01 01:11:50.468 INFO O| Aug 01 01:11:50.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51432024-08-01T01:11:51.397Z[ recovery-image] Aug 01 01:11:50.468 INFO O| Aug 01 01:11:50.468 INFO STEP 418 (remove_files) COMPLETE
51442024-08-01T01:11:51.397Z[ recovery-image] Aug 01 01:11:50.468 INFO O| Aug 01 01:11:50.468 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-08-01T01:11:51.410Z[ recovery-image] Aug 01 01:11:50.484 INFO O| Aug 01 01:11:50.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51462024-08-01T01:11:51.410Z[ recovery-image] Aug 01 01:11:50.484 INFO O| Aug 01 01:11:50.484 INFO STEP 419 (remove_files) COMPLETE
51472024-08-01T01:11:51.414Z[ recovery-image] Aug 01 01:11:50.484 INFO O| Aug 01 01:11:50.484 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-08-01T01:11:51.427Z[ recovery-image] Aug 01 01:11:50.501 INFO O| Aug 01 01:11:50.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51492024-08-01T01:11:51.427Z[ recovery-image] Aug 01 01:11:50.501 INFO O| Aug 01 01:11:50.501 INFO STEP 420 (remove_files) COMPLETE
51502024-08-01T01:11:51.430Z[ recovery-image] Aug 01 01:11:50.501 INFO O| Aug 01 01:11:50.501 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-08-01T01:11:51.440Z[ recovery-image] Aug 01 01:11:50.514 INFO O| Aug 01 01:11:50.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51522024-08-01T01:11:51.440Z[ recovery-image] Aug 01 01:11:50.514 INFO O| Aug 01 01:11:50.514 INFO STEP 421 (remove_files) COMPLETE
51532024-08-01T01:11:51.443Z[ recovery-image] Aug 01 01:11:50.514 INFO O| Aug 01 01:11:50.514 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-08-01T01:11:51.454Z[ recovery-image] Aug 01 01:11:50.528 INFO O| Aug 01 01:11:50.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51552024-08-01T01:11:51.454Z[ recovery-image] Aug 01 01:11:50.528 INFO O| Aug 01 01:11:50.528 INFO STEP 422 (remove_files) COMPLETE
51562024-08-01T01:11:51.456Z[ recovery-image] Aug 01 01:11:50.528 INFO O| Aug 01 01:11:50.528 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-08-01T01:11:51.470Z[ recovery-image] Aug 01 01:11:50.544 INFO O| Aug 01 01:11:50.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51582024-08-01T01:11:51.470Z[ recovery-image] Aug 01 01:11:50.544 INFO O| Aug 01 01:11:50.544 INFO STEP 423 (remove_files) COMPLETE
51592024-08-01T01:11:51.470Z[ recovery-image] Aug 01 01:11:50.544 INFO O| Aug 01 01:11:50.544 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-08-01T01:11:51.486Z[ recovery-image] Aug 01 01:11:50.560 INFO O| Aug 01 01:11:50.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51612024-08-01T01:11:51.489Z[ recovery-image] Aug 01 01:11:50.561 INFO O| Aug 01 01:11:50.561 INFO STEP 424 (remove_files) COMPLETE
51622024-08-01T01:11:51.489Z[ recovery-image] Aug 01 01:11:50.561 INFO O| Aug 01 01:11:50.561 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-08-01T01:11:51.502Z[ recovery-image] Aug 01 01:11:50.576 INFO O| Aug 01 01:11:50.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51642024-08-01T01:11:51.502Z[ recovery-image] Aug 01 01:11:50.576 INFO O| Aug 01 01:11:50.576 INFO STEP 425 (remove_files) COMPLETE
51652024-08-01T01:11:51.506Z[ recovery-image] Aug 01 01:11:50.576 INFO O| Aug 01 01:11:50.576 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-08-01T01:11:51.517Z[ recovery-image] Aug 01 01:11:50.591 INFO O| Aug 01 01:11:50.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51672024-08-01T01:11:51.517Z[ recovery-image] Aug 01 01:11:50.591 INFO O| Aug 01 01:11:50.591 INFO STEP 426 (remove_files) COMPLETE
51682024-08-01T01:11:51.520Z[ recovery-image] Aug 01 01:11:50.591 INFO O| Aug 01 01:11:50.591 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-08-01T01:11:51.535Z[ recovery-image] Aug 01 01:11:50.609 INFO O| Aug 01 01:11:50.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51702024-08-01T01:11:51.535Z[ recovery-image] Aug 01 01:11:50.609 INFO O| Aug 01 01:11:50.609 INFO STEP 427 (remove_files) COMPLETE
51712024-08-01T01:11:51.535Z[ recovery-image] Aug 01 01:11:50.609 INFO O| Aug 01 01:11:50.609 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-08-01T01:11:51.551Z[ recovery-image] Aug 01 01:11:50.625 INFO O| Aug 01 01:11:50.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51732024-08-01T01:11:51.551Z[ recovery-image] Aug 01 01:11:50.625 INFO O| Aug 01 01:11:50.625 INFO STEP 428 (remove_files) COMPLETE
51742024-08-01T01:11:51.554Z[ recovery-image] Aug 01 01:11:50.625 INFO O| Aug 01 01:11:50.625 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-08-01T01:11:51.568Z[ recovery-image] Aug 01 01:11:50.642 INFO O| Aug 01 01:11:50.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51762024-08-01T01:11:51.569Z[ recovery-image] Aug 01 01:11:50.643 INFO O| Aug 01 01:11:50.643 INFO STEP 429 (remove_files) COMPLETE
51772024-08-01T01:11:51.569Z[ recovery-image] Aug 01 01:11:50.643 INFO O| Aug 01 01:11:50.643 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-08-01T01:11:51.585Z[ recovery-image] Aug 01 01:11:50.659 INFO O| Aug 01 01:11:50.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51792024-08-01T01:11:51.585Z[ recovery-image] Aug 01 01:11:50.659 INFO O| Aug 01 01:11:50.659 INFO STEP 430 (remove_files) COMPLETE
51802024-08-01T01:11:51.587Z[ recovery-image] Aug 01 01:11:50.659 INFO O| Aug 01 01:11:50.659 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-08-01T01:11:51.599Z[ recovery-image] Aug 01 01:11:50.673 INFO O| Aug 01 01:11:50.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51822024-08-01T01:11:51.599Z[ recovery-image] Aug 01 01:11:50.673 INFO O| Aug 01 01:11:50.673 INFO STEP 431 (remove_files) COMPLETE
51832024-08-01T01:11:51.599Z[ recovery-image] Aug 01 01:11:50.673 INFO O| Aug 01 01:11:50.673 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-08-01T01:11:51.616Z[ recovery-image] Aug 01 01:11:50.690 INFO O| Aug 01 01:11:50.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51852024-08-01T01:11:51.616Z[ recovery-image] Aug 01 01:11:50.690 INFO O| Aug 01 01:11:50.690 INFO STEP 432 (remove_files) COMPLETE
51862024-08-01T01:11:51.616Z[ recovery-image] Aug 01 01:11:50.690 INFO O| Aug 01 01:11:50.690 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-08-01T01:11:51.632Z[ recovery-image] Aug 01 01:11:50.705 INFO O| Aug 01 01:11:50.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51882024-08-01T01:11:51.632Z[ recovery-image] Aug 01 01:11:50.706 INFO O| Aug 01 01:11:50.706 INFO STEP 433 (remove_files) COMPLETE
51892024-08-01T01:11:51.635Z[ recovery-image] Aug 01 01:11:50.706 INFO O| Aug 01 01:11:50.706 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-08-01T01:11:51.648Z[ recovery-image] Aug 01 01:11:50.722 INFO O| Aug 01 01:11:50.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51912024-08-01T01:11:51.648Z[ recovery-image] Aug 01 01:11:50.722 INFO O| Aug 01 01:11:50.722 INFO STEP 434 (remove_files) COMPLETE
51922024-08-01T01:11:51.651Z[ recovery-image] Aug 01 01:11:50.722 INFO O| Aug 01 01:11:50.722 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-08-01T01:11:51.667Z[ recovery-image] Aug 01 01:11:50.741 INFO O| Aug 01 01:11:50.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51942024-08-01T01:11:51.667Z[ recovery-image] Aug 01 01:11:50.741 INFO O| Aug 01 01:11:50.741 INFO STEP 435 (remove_files) COMPLETE
51952024-08-01T01:11:51.670Z[ recovery-image] Aug 01 01:11:50.741 INFO O| Aug 01 01:11:50.741 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-08-01T01:11:51.684Z[ recovery-image] Aug 01 01:11:50.758 INFO O| Aug 01 01:11:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51972024-08-01T01:11:51.684Z[ recovery-image] Aug 01 01:11:50.758 INFO O| Aug 01 01:11:50.758 INFO STEP 436 (remove_files) COMPLETE
51982024-08-01T01:11:51.684Z[ recovery-image] Aug 01 01:11:50.758 INFO O| Aug 01 01:11:50.758 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-08-01T01:11:51.700Z[ recovery-image] Aug 01 01:11:50.774 INFO O| Aug 01 01:11:50.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52002024-08-01T01:11:51.700Z[ recovery-image] Aug 01 01:11:50.774 INFO O| Aug 01 01:11:50.774 INFO STEP 437 (remove_files) COMPLETE
52012024-08-01T01:11:51.704Z[ recovery-image] Aug 01 01:11:50.775 INFO O| Aug 01 01:11:50.774 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-08-01T01:11:51.710Z[ host-image] Aug 01 01:11:50.785 INFO O| Aug 01 01:11:50.785 INFO O| Done
52032024-08-01T01:11:51.715Z[ recovery-image] Aug 01 01:11:50.790 INFO O| Aug 01 01:11:50.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52042024-08-01T01:11:51.715Z[ recovery-image] Aug 01 01:11:50.790 INFO O| Aug 01 01:11:50.790 INFO STEP 438 (remove_files) COMPLETE
52052024-08-01T01:11:51.715Z[ recovery-image] Aug 01 01:11:50.790 INFO O| Aug 01 01:11:50.790 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-08-01T01:11:51.728Z[ recovery-image] Aug 01 01:11:50.802 INFO O| Aug 01 01:11:50.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52072024-08-01T01:11:51.728Z[ recovery-image] Aug 01 01:11:50.802 INFO O| Aug 01 01:11:50.802 INFO STEP 439 (remove_files) COMPLETE
52082024-08-01T01:11:51.728Z[ recovery-image] Aug 01 01:11:50.802 INFO O| Aug 01 01:11:50.802 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-08-01T01:11:51.740Z[ host-image] Aug 01 01:11:50.814 INFO O| Aug 01 01:11:50.814 INFO O| Done
52102024-08-01T01:11:51.740Z[ host-image] Aug 01 01:11:50.815 INFO O| Aug 01 01:11:50.814 INFO O| Done
52112024-08-01T01:11:51.743Z[ recovery-image] Aug 01 01:11:50.815 INFO O| Aug 01 01:11:50.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52122024-08-01T01:11:51.743Z[ recovery-image] Aug 01 01:11:50.815 INFO O| Aug 01 01:11:50.815 INFO STEP 440 (remove_files) COMPLETE
52132024-08-01T01:11:51.743Z[ recovery-image] Aug 01 01:11:50.815 INFO O| Aug 01 01:11:50.815 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-08-01T01:11:51.756Z[ recovery-image] Aug 01 01:11:50.830 INFO O| Aug 01 01:11:50.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52152024-08-01T01:11:51.756Z[ recovery-image] Aug 01 01:11:50.830 INFO O| Aug 01 01:11:50.830 INFO STEP 441 (remove_files) COMPLETE
52162024-08-01T01:11:51.756Z[ recovery-image] Aug 01 01:11:50.830 INFO O| Aug 01 01:11:50.830 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-08-01T01:11:51.774Z[ recovery-image] Aug 01 01:11:50.848 INFO O| Aug 01 01:11:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52182024-08-01T01:11:51.774Z[ recovery-image] Aug 01 01:11:50.848 INFO O| Aug 01 01:11:50.848 INFO STEP 442 (remove_files) COMPLETE
52192024-08-01T01:11:51.777Z[ recovery-image] Aug 01 01:11:50.848 INFO O| Aug 01 01:11:50.848 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-08-01T01:11:51.780Z[ host-image] Aug 01 01:11:50.854 INFO O| Aug 01 01:11:50.854 INFO O| Done
52212024-08-01T01:11:51.791Z[ recovery-image] Aug 01 01:11:50.865 INFO O| Aug 01 01:11:50.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52222024-08-01T01:11:51.791Z[ recovery-image] Aug 01 01:11:50.865 INFO O| Aug 01 01:11:50.865 INFO STEP 443 (remove_files) COMPLETE
52232024-08-01T01:11:51.794Z[ recovery-image] Aug 01 01:11:50.865 INFO O| Aug 01 01:11:50.865 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-08-01T01:11:51.805Z[ recovery-image] Aug 01 01:11:50.879 INFO O| Aug 01 01:11:50.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52252024-08-01T01:11:51.805Z[ recovery-image] Aug 01 01:11:50.879 INFO O| Aug 01 01:11:50.879 INFO STEP 444 (remove_files) COMPLETE
52262024-08-01T01:11:51.808Z[ recovery-image] Aug 01 01:11:50.879 INFO O| Aug 01 01:11:50.879 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-08-01T01:11:51.819Z[ recovery-image] Aug 01 01:11:50.893 INFO O| Aug 01 01:11:50.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52282024-08-01T01:11:51.819Z[ recovery-image] Aug 01 01:11:50.893 INFO O| Aug 01 01:11:50.893 INFO STEP 445 (remove_files) COMPLETE
52292024-08-01T01:11:51.819Z[ recovery-image] Aug 01 01:11:50.893 INFO O| Aug 01 01:11:50.893 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-08-01T01:11:51.831Z[ recovery-image] Aug 01 01:11:50.905 INFO O| Aug 01 01:11:50.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52312024-08-01T01:11:51.831Z[ recovery-image] Aug 01 01:11:50.905 INFO O| Aug 01 01:11:50.905 INFO STEP 446 (remove_files) COMPLETE
52322024-08-01T01:11:51.831Z[ recovery-image] Aug 01 01:11:50.905 INFO O| Aug 01 01:11:50.905 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-08-01T01:11:51.845Z[ recovery-image] Aug 01 01:11:50.919 INFO O| Aug 01 01:11:50.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52342024-08-01T01:11:51.845Z[ recovery-image] Aug 01 01:11:50.919 INFO O| Aug 01 01:11:50.919 INFO STEP 447 (remove_files) COMPLETE
52352024-08-01T01:11:51.845Z[ recovery-image] Aug 01 01:11:50.919 INFO O| Aug 01 01:11:50.919 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-08-01T01:11:51.857Z[ recovery-image] Aug 01 01:11:50.931 INFO O| Aug 01 01:11:50.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52372024-08-01T01:11:51.857Z[ recovery-image] Aug 01 01:11:50.931 INFO O| Aug 01 01:11:50.931 INFO STEP 448 (remove_files) COMPLETE
52382024-08-01T01:11:51.860Z[ recovery-image] Aug 01 01:11:50.931 INFO O| Aug 01 01:11:50.931 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-08-01T01:11:51.870Z[ recovery-image] Aug 01 01:11:50.944 INFO O| Aug 01 01:11:50.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52402024-08-01T01:11:51.870Z[ recovery-image] Aug 01 01:11:50.944 INFO O| Aug 01 01:11:50.944 INFO STEP 449 (remove_files) COMPLETE
52412024-08-01T01:11:51.873Z[ recovery-image] Aug 01 01:11:50.944 INFO O| Aug 01 01:11:50.944 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-08-01T01:11:51.883Z[ recovery-image] Aug 01 01:11:50.957 INFO O| Aug 01 01:11:50.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52432024-08-01T01:11:51.883Z[ recovery-image] Aug 01 01:11:50.957 INFO O| Aug 01 01:11:50.957 INFO STEP 450 (remove_files) COMPLETE
52442024-08-01T01:11:51.883Z[ recovery-image] Aug 01 01:11:50.957 INFO O| Aug 01 01:11:50.957 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-08-01T01:11:51.894Z[ host-image] Aug 01 01:11:50.968 INFO O| Aug 01 01:11:50.968 INFO STEP 13 (pkg_install) COMPLETE
52462024-08-01T01:11:51.894Z[ host-image] Aug 01 01:11:50.968 INFO O| Aug 01 01:11:50.968 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52472024-08-01T01:11:51.897Z[ recovery-image] Aug 01 01:11:50.969 INFO O| Aug 01 01:11:50.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52482024-08-01T01:11:51.897Z[ recovery-image] Aug 01 01:11:50.969 INFO O| Aug 01 01:11:50.969 INFO STEP 451 (remove_files) COMPLETE
52492024-08-01T01:11:51.897Z[ recovery-image] Aug 01 01:11:50.969 INFO O| Aug 01 01:11:50.969 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-08-01T01:11:51.905Z[ host-image] Aug 01 01:11:50.979 INFO O| Aug 01 01:11:50.979 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
52512024-08-01T01:11:51.908Z[ recovery-image] Aug 01 01:11:50.980 INFO O| Aug 01 01:11:50.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52522024-08-01T01:11:51.908Z[ recovery-image] Aug 01 01:11:50.980 INFO O| Aug 01 01:11:50.980 INFO STEP 452 (remove_files) COMPLETE
52532024-08-01T01:11:51.908Z[ recovery-image] Aug 01 01:11:50.980 INFO O| Aug 01 01:11:50.980 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-08-01T01:11:51.918Z[ recovery-image] Aug 01 01:11:50.992 INFO O| Aug 01 01:11:50.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52552024-08-01T01:11:51.918Z[ recovery-image] Aug 01 01:11:50.993 INFO O| Aug 01 01:11:50.993 INFO STEP 453 (remove_files) COMPLETE
52562024-08-01T01:11:51.922Z[ recovery-image] Aug 01 01:11:50.993 INFO O| Aug 01 01:11:50.993 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-08-01T01:11:51.930Z[ recovery-image] Aug 01 01:11:51.004 INFO O| Aug 01 01:11:51.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52582024-08-01T01:11:51.931Z[ recovery-image] Aug 01 01:11:51.005 INFO O| Aug 01 01:11:51.005 INFO STEP 454 (remove_files) COMPLETE
52592024-08-01T01:11:51.933Z[ recovery-image] Aug 01 01:11:51.005 INFO O| Aug 01 01:11:51.005 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-08-01T01:11:51.943Z[ recovery-image] Aug 01 01:11:51.017 INFO O| Aug 01 01:11:51.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52612024-08-01T01:11:51.946Z[ recovery-image] Aug 01 01:11:51.017 INFO O| Aug 01 01:11:51.017 INFO STEP 455 (remove_files) COMPLETE
52622024-08-01T01:11:51.946Z[ recovery-image] Aug 01 01:11:51.017 INFO O| Aug 01 01:11:51.017 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-08-01T01:11:51.956Z[ recovery-image] Aug 01 01:11:51.030 INFO O| Aug 01 01:11:51.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52642024-08-01T01:11:51.956Z[ recovery-image] Aug 01 01:11:51.030 INFO O| Aug 01 01:11:51.030 INFO STEP 456 (remove_files) COMPLETE
52652024-08-01T01:11:51.959Z[ recovery-image] Aug 01 01:11:51.030 INFO O| Aug 01 01:11:51.030 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-08-01T01:11:51.972Z[ recovery-image] Aug 01 01:11:51.046 INFO O| Aug 01 01:11:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52672024-08-01T01:11:51.972Z[ recovery-image] Aug 01 01:11:51.046 INFO O| Aug 01 01:11:51.046 INFO STEP 457 (remove_files) COMPLETE
52682024-08-01T01:11:51.974Z[ recovery-image] Aug 01 01:11:51.046 INFO O| Aug 01 01:11:51.046 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-08-01T01:11:51.986Z[ recovery-image] Aug 01 01:11:51.060 INFO O| Aug 01 01:11:51.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52702024-08-01T01:11:51.986Z[ recovery-image] Aug 01 01:11:51.061 INFO O| Aug 01 01:11:51.060 INFO STEP 458 (remove_files) COMPLETE
52712024-08-01T01:11:51.986Z[ recovery-image] Aug 01 01:11:51.061 INFO O| Aug 01 01:11:51.061 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-08-01T01:11:52.001Z[ recovery-image] Aug 01 01:11:51.074 INFO O| Aug 01 01:11:51.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52732024-08-01T01:11:52.001Z[ recovery-image] Aug 01 01:11:51.075 INFO O| Aug 01 01:11:51.074 INFO STEP 459 (remove_files) COMPLETE
52742024-08-01T01:11:52.004Z[ recovery-image] Aug 01 01:11:51.075 INFO O| Aug 01 01:11:51.075 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-08-01T01:11:52.015Z[ recovery-image] Aug 01 01:11:51.089 INFO O| Aug 01 01:11:51.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52762024-08-01T01:11:52.015Z[ recovery-image] Aug 01 01:11:51.089 INFO O| Aug 01 01:11:51.089 INFO STEP 460 (remove_files) COMPLETE
52772024-08-01T01:11:52.018Z[ recovery-image] Aug 01 01:11:51.089 INFO O| Aug 01 01:11:51.089 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-08-01T01:11:52.028Z[ recovery-image] Aug 01 01:11:51.102 INFO O| Aug 01 01:11:51.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52792024-08-01T01:11:52.028Z[ recovery-image] Aug 01 01:11:51.102 INFO O| Aug 01 01:11:51.102 INFO STEP 461 (remove_files) COMPLETE
52802024-08-01T01:11:52.031Z[ recovery-image] Aug 01 01:11:51.102 INFO O| Aug 01 01:11:51.102 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-08-01T01:11:52.042Z[ recovery-image] Aug 01 01:11:51.116 INFO O| Aug 01 01:11:51.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52822024-08-01T01:11:52.042Z[ recovery-image] Aug 01 01:11:51.116 INFO O| Aug 01 01:11:51.116 INFO STEP 462 (remove_files) COMPLETE
52832024-08-01T01:11:52.042Z[ recovery-image] Aug 01 01:11:51.116 INFO O| Aug 01 01:11:51.116 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-08-01T01:11:52.054Z[ recovery-image] Aug 01 01:11:51.128 INFO O| Aug 01 01:11:51.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52852024-08-01T01:11:52.057Z[ recovery-image] Aug 01 01:11:51.128 INFO O| Aug 01 01:11:51.128 INFO STEP 463 (remove_files) COMPLETE
52862024-08-01T01:11:52.057Z[ recovery-image] Aug 01 01:11:51.128 INFO O| Aug 01 01:11:51.128 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-08-01T01:11:52.064Z[ recovery-image] Aug 01 01:11:51.139 INFO O| Aug 01 01:11:51.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52882024-08-01T01:11:52.064Z[ recovery-image] Aug 01 01:11:51.139 INFO O| Aug 01 01:11:51.139 INFO STEP 464 (remove_files) COMPLETE
52892024-08-01T01:11:52.064Z[ recovery-image] Aug 01 01:11:51.139 INFO O| Aug 01 01:11:51.139 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-08-01T01:11:52.075Z[ recovery-image] Aug 01 01:11:51.149 INFO O| Aug 01 01:11:51.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52912024-08-01T01:11:52.075Z[ recovery-image] Aug 01 01:11:51.149 INFO O| Aug 01 01:11:51.149 INFO STEP 465 (remove_files) COMPLETE
52922024-08-01T01:11:52.078Z[ recovery-image] Aug 01 01:11:51.149 INFO O| Aug 01 01:11:51.149 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-08-01T01:11:52.085Z[ recovery-image] Aug 01 01:11:51.159 INFO O| Aug 01 01:11:51.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52942024-08-01T01:11:52.087Z[ recovery-image] Aug 01 01:11:51.159 INFO O| Aug 01 01:11:51.159 INFO STEP 466 (remove_files) COMPLETE
52952024-08-01T01:11:52.088Z[ recovery-image] Aug 01 01:11:51.159 INFO O| Aug 01 01:11:51.159 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-08-01T01:11:52.097Z[ recovery-image] Aug 01 01:11:51.171 INFO O| Aug 01 01:11:51.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52972024-08-01T01:11:52.100Z[ recovery-image] Aug 01 01:11:51.171 INFO O| Aug 01 01:11:51.171 INFO STEP 467 (remove_files) COMPLETE
52982024-08-01T01:11:52.100Z[ recovery-image] Aug 01 01:11:51.171 INFO O| Aug 01 01:11:51.171 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-08-01T01:11:52.110Z[ recovery-image] Aug 01 01:11:51.184 INFO O| Aug 01 01:11:51.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53002024-08-01T01:11:52.110Z[ recovery-image] Aug 01 01:11:51.184 INFO O| Aug 01 01:11:51.184 INFO STEP 468 (remove_files) COMPLETE
53012024-08-01T01:11:52.110Z[ recovery-image] Aug 01 01:11:51.184 INFO O| Aug 01 01:11:51.184 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-08-01T01:11:52.121Z[ recovery-image] Aug 01 01:11:51.195 INFO O| Aug 01 01:11:51.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53032024-08-01T01:11:52.121Z[ recovery-image] Aug 01 01:11:51.195 INFO O| Aug 01 01:11:51.195 INFO STEP 469 (remove_files) COMPLETE
53042024-08-01T01:11:52.121Z[ recovery-image] Aug 01 01:11:51.195 INFO O| Aug 01 01:11:51.195 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-08-01T01:11:52.134Z[ recovery-image] Aug 01 01:11:51.208 INFO O| Aug 01 01:11:51.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53062024-08-01T01:11:52.134Z[ recovery-image] Aug 01 01:11:51.208 INFO O| Aug 01 01:11:51.208 INFO STEP 470 (remove_files) COMPLETE
53072024-08-01T01:11:52.137Z[ recovery-image] Aug 01 01:11:51.208 INFO O| Aug 01 01:11:51.208 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-08-01T01:11:52.148Z[ recovery-image] Aug 01 01:11:51.222 INFO O| Aug 01 01:11:51.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53092024-08-01T01:11:52.148Z[ recovery-image] Aug 01 01:11:51.222 INFO O| Aug 01 01:11:51.222 INFO STEP 471 (remove_files) COMPLETE
53102024-08-01T01:11:52.151Z[ recovery-image] Aug 01 01:11:51.222 INFO O| Aug 01 01:11:51.222 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-08-01T01:11:52.162Z[ recovery-image] Aug 01 01:11:51.236 INFO O| Aug 01 01:11:51.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53122024-08-01T01:11:52.162Z[ recovery-image] Aug 01 01:11:51.236 INFO O| Aug 01 01:11:51.236 INFO STEP 472 (remove_files) COMPLETE
53132024-08-01T01:11:52.165Z[ recovery-image] Aug 01 01:11:51.237 INFO O| Aug 01 01:11:51.236 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-08-01T01:11:52.176Z[ recovery-image] Aug 01 01:11:51.250 INFO O| Aug 01 01:11:51.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53152024-08-01T01:11:52.176Z[ recovery-image] Aug 01 01:11:51.250 INFO O| Aug 01 01:11:51.250 INFO STEP 473 (remove_files) COMPLETE
53162024-08-01T01:11:52.176Z[ recovery-image] Aug 01 01:11:51.250 INFO O| Aug 01 01:11:51.250 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-08-01T01:11:52.190Z[ recovery-image] Aug 01 01:11:51.264 INFO O| Aug 01 01:11:51.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53182024-08-01T01:11:52.193Z[ recovery-image] Aug 01 01:11:51.264 INFO O| Aug 01 01:11:51.264 INFO STEP 474 (remove_files) COMPLETE
53192024-08-01T01:11:52.193Z[ recovery-image] Aug 01 01:11:51.264 INFO O| Aug 01 01:11:51.264 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-08-01T01:11:52.204Z[ recovery-image] Aug 01 01:11:51.278 INFO O| Aug 01 01:11:51.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53212024-08-01T01:11:52.204Z[ recovery-image] Aug 01 01:11:51.278 INFO O| Aug 01 01:11:51.278 INFO STEP 475 (remove_files) COMPLETE
53222024-08-01T01:11:52.207Z[ recovery-image] Aug 01 01:11:51.278 INFO O| Aug 01 01:11:51.278 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-08-01T01:11:52.218Z[ recovery-image] Aug 01 01:11:51.292 INFO O| Aug 01 01:11:51.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53242024-08-01T01:11:52.218Z[ recovery-image] Aug 01 01:11:51.292 INFO O| Aug 01 01:11:51.292 INFO STEP 476 (remove_files) COMPLETE
53252024-08-01T01:11:52.221Z[ recovery-image] Aug 01 01:11:51.292 INFO O| Aug 01 01:11:51.292 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-08-01T01:11:52.232Z[ recovery-image] Aug 01 01:11:51.306 INFO O| Aug 01 01:11:51.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53272024-08-01T01:11:52.235Z[ recovery-image] Aug 01 01:11:51.306 INFO O| Aug 01 01:11:51.306 INFO STEP 477 (remove_files) COMPLETE
53282024-08-01T01:11:52.235Z[ recovery-image] Aug 01 01:11:51.307 INFO O| Aug 01 01:11:51.306 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-08-01T01:11:52.244Z[ recovery-image] Aug 01 01:11:51.318 INFO O| Aug 01 01:11:51.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53302024-08-01T01:11:52.244Z[ recovery-image] Aug 01 01:11:51.319 INFO O| Aug 01 01:11:51.318 INFO STEP 478 (remove_files) COMPLETE
53312024-08-01T01:11:52.244Z[ recovery-image] Aug 01 01:11:51.319 INFO O| Aug 01 01:11:51.319 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-08-01T01:11:52.256Z[ recovery-image] Aug 01 01:11:51.330 INFO O| Aug 01 01:11:51.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53332024-08-01T01:11:52.259Z[ recovery-image] Aug 01 01:11:51.330 INFO O| Aug 01 01:11:51.330 INFO STEP 479 (remove_files) COMPLETE
53342024-08-01T01:11:52.259Z[ recovery-image] Aug 01 01:11:51.330 INFO O| Aug 01 01:11:51.330 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-08-01T01:11:52.267Z[ recovery-image] Aug 01 01:11:51.341 INFO O| Aug 01 01:11:51.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53362024-08-01T01:11:52.270Z[ recovery-image] Aug 01 01:11:51.341 INFO O| Aug 01 01:11:51.341 INFO STEP 480 (remove_files) COMPLETE
53372024-08-01T01:11:52.270Z[ recovery-image] Aug 01 01:11:51.341 INFO O| Aug 01 01:11:51.341 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-08-01T01:11:52.279Z[ recovery-image] Aug 01 01:11:51.353 INFO O| Aug 01 01:11:51.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53392024-08-01T01:11:52.279Z[ recovery-image] Aug 01 01:11:51.353 INFO O| Aug 01 01:11:51.353 INFO STEP 481 (remove_files) COMPLETE
53402024-08-01T01:11:52.282Z[ recovery-image] Aug 01 01:11:51.353 INFO O| Aug 01 01:11:51.353 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-08-01T01:11:52.289Z[ recovery-image] Aug 01 01:11:51.363 INFO O| Aug 01 01:11:51.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53422024-08-01T01:11:52.289Z[ recovery-image] Aug 01 01:11:51.364 INFO O| Aug 01 01:11:51.364 INFO STEP 482 (remove_files) COMPLETE
53432024-08-01T01:11:52.289Z[ recovery-image] Aug 01 01:11:51.364 INFO O| Aug 01 01:11:51.364 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-08-01T01:11:52.300Z[ recovery-image] Aug 01 01:11:51.374 INFO O| Aug 01 01:11:51.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53452024-08-01T01:11:52.303Z[ recovery-image] Aug 01 01:11:51.374 INFO O| Aug 01 01:11:51.374 INFO STEP 483 (remove_files) COMPLETE
53462024-08-01T01:11:52.303Z[ recovery-image] Aug 01 01:11:51.374 INFO O| Aug 01 01:11:51.374 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-08-01T01:11:52.310Z[ recovery-image] Aug 01 01:11:51.385 INFO O| Aug 01 01:11:51.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53482024-08-01T01:11:52.310Z[ recovery-image] Aug 01 01:11:51.385 INFO O| Aug 01 01:11:51.385 INFO STEP 484 (remove_files) COMPLETE
53492024-08-01T01:11:52.313Z[ recovery-image] Aug 01 01:11:51.385 INFO O| Aug 01 01:11:51.385 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-08-01T01:11:52.321Z[ recovery-image] Aug 01 01:11:51.395 INFO O| Aug 01 01:11:51.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53512024-08-01T01:11:52.321Z[ recovery-image] Aug 01 01:11:51.395 INFO O| Aug 01 01:11:51.395 INFO STEP 485 (remove_files) COMPLETE
53522024-08-01T01:11:52.321Z[ recovery-image] Aug 01 01:11:51.395 INFO O| Aug 01 01:11:51.395 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-08-01T01:11:52.332Z[ recovery-image] Aug 01 01:11:51.406 INFO O| Aug 01 01:11:51.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53542024-08-01T01:11:52.332Z[ recovery-image] Aug 01 01:11:51.406 INFO O| Aug 01 01:11:51.406 INFO STEP 486 (remove_files) COMPLETE
53552024-08-01T01:11:52.335Z[ recovery-image] Aug 01 01:11:51.406 INFO O| Aug 01 01:11:51.406 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-08-01T01:11:52.343Z[ recovery-image] Aug 01 01:11:51.417 INFO O| Aug 01 01:11:51.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53572024-08-01T01:11:52.346Z[ recovery-image] Aug 01 01:11:51.417 INFO O| Aug 01 01:11:51.417 INFO STEP 487 (remove_files) COMPLETE
53582024-08-01T01:11:52.346Z[ recovery-image] Aug 01 01:11:51.417 INFO O| Aug 01 01:11:51.417 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-08-01T01:11:52.354Z[ recovery-image] Aug 01 01:11:51.428 INFO O| Aug 01 01:11:51.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53602024-08-01T01:11:52.357Z[ recovery-image] Aug 01 01:11:51.428 INFO O| Aug 01 01:11:51.428 INFO STEP 488 (remove_files) COMPLETE
53612024-08-01T01:11:52.357Z[ recovery-image] Aug 01 01:11:51.428 INFO O| Aug 01 01:11:51.428 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-08-01T01:11:52.365Z[ recovery-image] Aug 01 01:11:51.439 INFO O| Aug 01 01:11:51.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53632024-08-01T01:11:52.365Z[ recovery-image] Aug 01 01:11:51.439 INFO O| Aug 01 01:11:51.439 INFO STEP 489 (remove_files) COMPLETE
53642024-08-01T01:11:52.367Z[ recovery-image] Aug 01 01:11:51.439 INFO O| Aug 01 01:11:51.439 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-08-01T01:11:52.373Z[ host-image] Aug 01 01:11:51.447 INFO O| Aug 01 01:11:51.447 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
53662024-08-01T01:11:52.375Z[ recovery-image] Aug 01 01:11:51.449 INFO O| Aug 01 01:11:51.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53672024-08-01T01:11:52.375Z[ recovery-image] Aug 01 01:11:51.450 INFO O| Aug 01 01:11:51.449 INFO STEP 490 (remove_files) COMPLETE
53682024-08-01T01:11:52.375Z[ recovery-image] Aug 01 01:11:51.450 INFO O| Aug 01 01:11:51.449 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-08-01T01:11:52.385Z[ recovery-image] Aug 01 01:11:51.460 INFO O| Aug 01 01:11:51.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53702024-08-01T01:11:52.385Z[ recovery-image] Aug 01 01:11:51.460 INFO O| Aug 01 01:11:51.460 INFO STEP 491 (remove_files) COMPLETE
53712024-08-01T01:11:52.388Z[ recovery-image] Aug 01 01:11:51.460 INFO O| Aug 01 01:11:51.460 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-08-01T01:11:52.396Z[ recovery-image] Aug 01 01:11:51.470 INFO O| Aug 01 01:11:51.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53732024-08-01T01:11:52.396Z[ recovery-image] Aug 01 01:11:51.470 INFO O| Aug 01 01:11:51.470 INFO STEP 492 (remove_files) COMPLETE
53742024-08-01T01:11:52.399Z[ recovery-image] Aug 01 01:11:51.470 INFO O| Aug 01 01:11:51.470 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-08-01T01:11:52.407Z[ recovery-image] Aug 01 01:11:51.481 INFO O| Aug 01 01:11:51.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53762024-08-01T01:11:52.407Z[ recovery-image] Aug 01 01:11:51.481 INFO O| Aug 01 01:11:51.481 INFO STEP 493 (remove_files) COMPLETE
53772024-08-01T01:11:52.410Z[ recovery-image] Aug 01 01:11:51.481 INFO O| Aug 01 01:11:51.481 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-08-01T01:11:52.418Z[ recovery-image] Aug 01 01:11:51.493 INFO O| Aug 01 01:11:51.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53792024-08-01T01:11:52.418Z[ recovery-image] Aug 01 01:11:51.493 INFO O| Aug 01 01:11:51.493 INFO STEP 494 (remove_files) COMPLETE
53802024-08-01T01:11:52.421Z[ recovery-image] Aug 01 01:11:51.493 INFO O| Aug 01 01:11:51.493 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-08-01T01:11:52.430Z[ recovery-image] Aug 01 01:11:51.504 INFO O| Aug 01 01:11:51.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53822024-08-01T01:11:52.430Z[ recovery-image] Aug 01 01:11:51.504 INFO O| Aug 01 01:11:51.504 INFO STEP 495 (remove_files) COMPLETE
53832024-08-01T01:11:52.430Z[ recovery-image] Aug 01 01:11:51.504 INFO O| Aug 01 01:11:51.504 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-08-01T01:11:52.441Z[ recovery-image] Aug 01 01:11:51.515 INFO O| Aug 01 01:11:51.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53852024-08-01T01:11:52.441Z[ recovery-image] Aug 01 01:11:51.516 INFO O| Aug 01 01:11:51.516 INFO STEP 496 (remove_files) COMPLETE
53862024-08-01T01:11:52.441Z[ recovery-image] Aug 01 01:11:51.516 INFO O| Aug 01 01:11:51.516 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-08-01T01:11:52.452Z[ recovery-image] Aug 01 01:11:51.527 INFO O| Aug 01 01:11:51.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53882024-08-01T01:11:52.453Z[ recovery-image] Aug 01 01:11:51.527 INFO O| Aug 01 01:11:51.527 INFO STEP 497 (remove_files) COMPLETE
53892024-08-01T01:11:52.453Z[ recovery-image] Aug 01 01:11:51.527 INFO O| Aug 01 01:11:51.527 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-08-01T01:11:52.464Z[ recovery-image] Aug 01 01:11:51.538 INFO O| Aug 01 01:11:51.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53912024-08-01T01:11:52.467Z[ recovery-image] Aug 01 01:11:51.538 INFO O| Aug 01 01:11:51.538 INFO STEP 498 (remove_files) COMPLETE
53922024-08-01T01:11:52.467Z[ recovery-image] Aug 01 01:11:51.538 INFO O| Aug 01 01:11:51.538 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-01T01:11:52.476Z[ recovery-image] Aug 01 01:11:51.550 INFO O| Aug 01 01:11:51.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53942024-08-01T01:11:52.476Z[ recovery-image] Aug 01 01:11:51.550 INFO O| Aug 01 01:11:51.550 INFO STEP 499 (remove_files) COMPLETE
53952024-08-01T01:11:52.479Z[ recovery-image] Aug 01 01:11:51.550 INFO O| Aug 01 01:11:51.550 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-01T01:11:52.486Z[ recovery-image] Aug 01 01:11:51.561 INFO O| Aug 01 01:11:51.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53972024-08-01T01:11:52.487Z[ recovery-image] Aug 01 01:11:51.561 INFO O| Aug 01 01:11:51.561 INFO STEP 500 (remove_files) COMPLETE
53982024-08-01T01:11:52.489Z[ recovery-image] Aug 01 01:11:51.561 INFO O| Aug 01 01:11:51.561 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-01T01:11:52.497Z[ recovery-image] Aug 01 01:11:51.571 INFO O| Aug 01 01:11:51.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54002024-08-01T01:11:52.497Z[ recovery-image] Aug 01 01:11:51.571 INFO O| Aug 01 01:11:51.571 INFO STEP 501 (remove_files) COMPLETE
54012024-08-01T01:11:52.500Z[ recovery-image] Aug 01 01:11:51.571 INFO O| Aug 01 01:11:51.571 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-01T01:11:52.509Z[ recovery-image] Aug 01 01:11:51.583 INFO O| Aug 01 01:11:51.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54032024-08-01T01:11:52.509Z[ recovery-image] Aug 01 01:11:51.583 INFO O| Aug 01 01:11:51.583 INFO STEP 502 (remove_files) COMPLETE
54042024-08-01T01:11:52.509Z[ recovery-image] Aug 01 01:11:51.583 INFO O| Aug 01 01:11:51.583 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-08-01T01:11:52.523Z[ recovery-image] Aug 01 01:11:51.597 INFO O| Aug 01 01:11:51.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54062024-08-01T01:11:52.526Z[ recovery-image] Aug 01 01:11:51.598 INFO O| Aug 01 01:11:51.597 INFO STEP 503 (remove_files) COMPLETE
54072024-08-01T01:11:52.526Z[ recovery-image] Aug 01 01:11:51.598 INFO O| Aug 01 01:11:51.597 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-08-01T01:11:52.537Z[ recovery-image] Aug 01 01:11:51.612 INFO O| Aug 01 01:11:51.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54092024-08-01T01:11:52.537Z[ recovery-image] Aug 01 01:11:51.612 INFO O| Aug 01 01:11:51.612 INFO STEP 504 (remove_files) COMPLETE
54102024-08-01T01:11:52.540Z[ recovery-image] Aug 01 01:11:51.612 INFO O| Aug 01 01:11:51.612 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-08-01T01:11:52.552Z[ recovery-image] Aug 01 01:11:51.626 INFO O| Aug 01 01:11:51.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54122024-08-01T01:11:52.552Z[ recovery-image] Aug 01 01:11:51.626 INFO O| Aug 01 01:11:51.626 INFO STEP 505 (remove_files) COMPLETE
54132024-08-01T01:11:52.555Z[ recovery-image] Aug 01 01:11:51.626 INFO O| Aug 01 01:11:51.626 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-08-01T01:11:52.567Z[ recovery-image] Aug 01 01:11:51.641 INFO O| Aug 01 01:11:51.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54152024-08-01T01:11:52.567Z[ recovery-image] Aug 01 01:11:51.641 INFO O| Aug 01 01:11:51.641 INFO STEP 506 (remove_files) COMPLETE
54162024-08-01T01:11:52.567Z[ recovery-image] Aug 01 01:11:51.641 INFO O| Aug 01 01:11:51.641 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-08-01T01:11:52.581Z[ recovery-image] Aug 01 01:11:51.655 INFO O| Aug 01 01:11:51.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54182024-08-01T01:11:52.584Z[ recovery-image] Aug 01 01:11:51.656 INFO O| Aug 01 01:11:51.656 INFO STEP 507 (remove_files) COMPLETE
54192024-08-01T01:11:52.584Z[ recovery-image] Aug 01 01:11:51.656 INFO O| Aug 01 01:11:51.656 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-01T01:11:52.595Z[ recovery-image] Aug 01 01:11:51.669 INFO O| Aug 01 01:11:51.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54212024-08-01T01:11:52.595Z[ recovery-image] Aug 01 01:11:51.669 INFO O| Aug 01 01:11:51.669 INFO STEP 508 (remove_files) COMPLETE
54222024-08-01T01:11:52.595Z[ recovery-image] Aug 01 01:11:51.669 INFO O| Aug 01 01:11:51.669 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-01T01:11:52.607Z[ recovery-image] Aug 01 01:11:51.681 INFO O| Aug 01 01:11:51.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54242024-08-01T01:11:52.610Z[ recovery-image] Aug 01 01:11:51.681 INFO O| Aug 01 01:11:51.681 INFO STEP 509 (remove_files) COMPLETE
54252024-08-01T01:11:52.610Z[ recovery-image] Aug 01 01:11:51.682 INFO O| Aug 01 01:11:51.681 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-01T01:11:52.618Z[ recovery-image] Aug 01 01:11:51.692 INFO O| Aug 01 01:11:51.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54272024-08-01T01:11:52.618Z[ recovery-image] Aug 01 01:11:51.692 INFO O| Aug 01 01:11:51.692 INFO STEP 510 (remove_files) COMPLETE
54282024-08-01T01:11:52.618Z[ recovery-image] Aug 01 01:11:51.692 INFO O| Aug 01 01:11:51.692 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-01T01:11:52.628Z[ recovery-image] Aug 01 01:11:51.703 INFO O| Aug 01 01:11:51.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54302024-08-01T01:11:52.628Z[ recovery-image] Aug 01 01:11:51.703 INFO O| Aug 01 01:11:51.703 INFO STEP 511 (remove_files) COMPLETE
54312024-08-01T01:11:52.628Z[ recovery-image] Aug 01 01:11:51.703 INFO O| Aug 01 01:11:51.703 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-01T01:11:52.639Z[ recovery-image] Aug 01 01:11:51.713 INFO O| Aug 01 01:11:51.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54332024-08-01T01:11:52.639Z[ recovery-image] Aug 01 01:11:51.713 INFO O| Aug 01 01:11:51.713 INFO STEP 512 (remove_files) COMPLETE
54342024-08-01T01:11:52.642Z[ recovery-image] Aug 01 01:11:51.713 INFO O| Aug 01 01:11:51.713 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-01T01:11:52.649Z[ recovery-image] Aug 01 01:11:51.723 INFO O| Aug 01 01:11:51.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
54362024-08-01T01:11:52.649Z[ recovery-image] Aug 01 01:11:51.724 INFO O| Aug 01 01:11:51.724 INFO STEP 513 (remove_files) COMPLETE
54372024-08-01T01:11:52.652Z[ recovery-image] Aug 01 01:11:51.724 INFO O| Aug 01 01:11:51.724 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-01T01:11:52.660Z[ recovery-image] Aug 01 01:11:51.735 INFO O| Aug 01 01:11:51.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54392024-08-01T01:11:52.663Z[ recovery-image] Aug 01 01:11:51.735 INFO O| Aug 01 01:11:51.735 INFO STEP 514 (remove_files) COMPLETE
54402024-08-01T01:11:52.663Z[ recovery-image] Aug 01 01:11:51.735 INFO O| Aug 01 01:11:51.735 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-01T01:11:52.672Z[ recovery-image] Aug 01 01:11:51.747 INFO O| Aug 01 01:11:51.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54422024-08-01T01:11:52.672Z[ recovery-image] Aug 01 01:11:51.747 INFO O| Aug 01 01:11:51.747 INFO STEP 515 (remove_files) COMPLETE
54432024-08-01T01:11:52.675Z[ recovery-image] Aug 01 01:11:51.747 INFO O| Aug 01 01:11:51.747 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-01T01:11:52.686Z[ recovery-image] Aug 01 01:11:51.760 INFO O| Aug 01 01:11:51.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54452024-08-01T01:11:52.686Z[ recovery-image] Aug 01 01:11:51.760 INFO O| Aug 01 01:11:51.760 INFO STEP 516 (remove_files) COMPLETE
54462024-08-01T01:11:52.689Z[ recovery-image] Aug 01 01:11:51.760 INFO O| Aug 01 01:11:51.760 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-01T01:11:52.699Z[ recovery-image] Aug 01 01:11:51.773 INFO O| Aug 01 01:11:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54482024-08-01T01:11:52.699Z[ recovery-image] Aug 01 01:11:51.773 INFO O| Aug 01 01:11:51.773 INFO STEP 517 (remove_files) COMPLETE
54492024-08-01T01:11:52.702Z[ recovery-image] Aug 01 01:11:51.773 INFO O| Aug 01 01:11:51.773 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-01T01:11:52.711Z[ recovery-image] Aug 01 01:11:51.785 INFO O| Aug 01 01:11:51.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54512024-08-01T01:11:52.714Z[ recovery-image] Aug 01 01:11:51.786 INFO O| Aug 01 01:11:51.786 INFO STEP 518 (remove_files) COMPLETE
54522024-08-01T01:11:52.714Z[ recovery-image] Aug 01 01:11:51.786 INFO O| Aug 01 01:11:51.786 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-01T01:11:52.723Z[ recovery-image] Aug 01 01:11:51.797 INFO O| Aug 01 01:11:51.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54542024-08-01T01:11:52.723Z[ recovery-image] Aug 01 01:11:51.797 INFO O| Aug 01 01:11:51.797 INFO STEP 519 (remove_files) COMPLETE
54552024-08-01T01:11:52.723Z[ recovery-image] Aug 01 01:11:51.797 INFO O| Aug 01 01:11:51.797 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-01T01:11:52.735Z[ recovery-image] Aug 01 01:11:51.809 INFO O| Aug 01 01:11:51.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54572024-08-01T01:11:52.738Z[ recovery-image] Aug 01 01:11:51.809 INFO O| Aug 01 01:11:51.809 INFO STEP 520 (remove_files) COMPLETE
54582024-08-01T01:11:52.738Z[ recovery-image] Aug 01 01:11:51.809 INFO O| Aug 01 01:11:51.809 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-01T01:11:52.747Z[ recovery-image] Aug 01 01:11:51.821 INFO O| Aug 01 01:11:51.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54602024-08-01T01:11:52.747Z[ recovery-image] Aug 01 01:11:51.821 INFO O| Aug 01 01:11:51.821 INFO STEP 521 (remove_files) COMPLETE
54612024-08-01T01:11:52.747Z[ recovery-image] Aug 01 01:11:51.821 INFO O| Aug 01 01:11:51.821 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-08-01T01:11:52.759Z[ recovery-image] Aug 01 01:11:51.834 INFO O| Aug 01 01:11:51.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54632024-08-01T01:11:52.759Z[ recovery-image] Aug 01 01:11:51.834 INFO O| Aug 01 01:11:51.834 INFO STEP 522 (remove_files) COMPLETE
54642024-08-01T01:11:52.762Z[ recovery-image] Aug 01 01:11:51.834 INFO O| Aug 01 01:11:51.834 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-08-01T01:11:52.772Z[ recovery-image] Aug 01 01:11:51.846 INFO O| Aug 01 01:11:51.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54662024-08-01T01:11:52.775Z[ recovery-image] Aug 01 01:11:51.847 INFO O| Aug 01 01:11:51.847 INFO STEP 523 (remove_files) COMPLETE
54672024-08-01T01:11:52.775Z[ recovery-image] Aug 01 01:11:51.847 INFO O| Aug 01 01:11:51.847 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-08-01T01:11:52.785Z[ recovery-image] Aug 01 01:11:51.859 INFO O| Aug 01 01:11:51.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54692024-08-01T01:11:52.785Z[ recovery-image] Aug 01 01:11:51.859 INFO O| Aug 01 01:11:51.859 INFO STEP 524 (remove_files) COMPLETE
54702024-08-01T01:11:52.785Z[ recovery-image] Aug 01 01:11:51.859 INFO O| Aug 01 01:11:51.859 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-08-01T01:11:52.797Z[ recovery-image] Aug 01 01:11:51.871 INFO O| Aug 01 01:11:51.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54722024-08-01T01:11:52.797Z[ recovery-image] Aug 01 01:11:51.871 INFO O| Aug 01 01:11:51.871 INFO STEP 525 (remove_files) COMPLETE
54732024-08-01T01:11:52.800Z[ recovery-image] Aug 01 01:11:51.871 INFO O| Aug 01 01:11:51.871 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-08-01T01:11:52.809Z[ recovery-image] Aug 01 01:11:51.883 INFO O| Aug 01 01:11:51.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54752024-08-01T01:11:52.809Z[ recovery-image] Aug 01 01:11:51.883 INFO O| Aug 01 01:11:51.883 INFO STEP 526 (remove_files) COMPLETE
54762024-08-01T01:11:52.809Z[ recovery-image] Aug 01 01:11:51.883 INFO O| Aug 01 01:11:51.883 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-08-01T01:11:52.823Z[ recovery-image] Aug 01 01:11:51.898 INFO O| Aug 01 01:11:51.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54782024-08-01T01:11:52.823Z[ recovery-image] Aug 01 01:11:51.898 INFO O| Aug 01 01:11:51.898 INFO STEP 527 (remove_files) COMPLETE
54792024-08-01T01:11:52.827Z[ recovery-image] Aug 01 01:11:51.898 INFO O| Aug 01 01:11:51.898 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-08-01T01:11:52.837Z[ recovery-image] Aug 01 01:11:51.911 INFO O| Aug 01 01:11:51.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54812024-08-01T01:11:52.837Z[ recovery-image] Aug 01 01:11:51.911 INFO O| Aug 01 01:11:51.911 INFO STEP 528 (remove_files) COMPLETE
54822024-08-01T01:11:52.840Z[ recovery-image] Aug 01 01:11:51.911 INFO O| Aug 01 01:11:51.911 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-08-01T01:11:52.850Z[ recovery-image] Aug 01 01:11:51.925 INFO O| Aug 01 01:11:51.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54842024-08-01T01:11:52.854Z[ recovery-image] Aug 01 01:11:51.925 INFO O| Aug 01 01:11:51.925 INFO STEP 529 (remove_files) COMPLETE
54852024-08-01T01:11:52.854Z[ recovery-image] Aug 01 01:11:51.925 INFO O| Aug 01 01:11:51.925 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-01T01:11:52.864Z[ recovery-image] Aug 01 01:11:51.938 INFO O| Aug 01 01:11:51.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54872024-08-01T01:11:52.864Z[ recovery-image] Aug 01 01:11:51.938 INFO O| Aug 01 01:11:51.938 INFO STEP 530 (remove_files) COMPLETE
54882024-08-01T01:11:52.864Z[ recovery-image] Aug 01 01:11:51.938 INFO O| Aug 01 01:11:51.938 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-01T01:11:52.877Z[ recovery-image] Aug 01 01:11:51.951 INFO O| Aug 01 01:11:51.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54902024-08-01T01:11:52.877Z[ recovery-image] Aug 01 01:11:51.951 INFO O| Aug 01 01:11:51.951 INFO STEP 531 (remove_files) COMPLETE
54912024-08-01T01:11:52.877Z[ recovery-image] Aug 01 01:11:51.951 INFO O| Aug 01 01:11:51.951 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-01T01:11:52.890Z[ recovery-image] Aug 01 01:11:51.964 INFO O| Aug 01 01:11:51.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54932024-08-01T01:11:52.890Z[ recovery-image] Aug 01 01:11:51.964 INFO O| Aug 01 01:11:51.964 INFO STEP 532 (remove_files) COMPLETE
54942024-08-01T01:11:52.893Z[ recovery-image] Aug 01 01:11:51.964 INFO O| Aug 01 01:11:51.964 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-01T01:11:52.902Z[ recovery-image] Aug 01 01:11:51.977 INFO O| Aug 01 01:11:51.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54962024-08-01T01:11:52.902Z[ recovery-image] Aug 01 01:11:51.977 INFO O| Aug 01 01:11:51.977 INFO STEP 533 (remove_files) COMPLETE
54972024-08-01T01:11:52.905Z[ recovery-image] Aug 01 01:11:51.977 INFO O| Aug 01 01:11:51.977 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-01T01:11:52.914Z[ recovery-image] Aug 01 01:11:51.989 INFO O| Aug 01 01:11:51.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54992024-08-01T01:11:52.914Z[ recovery-image] Aug 01 01:11:51.989 INFO O| Aug 01 01:11:51.989 INFO STEP 534 (remove_files) COMPLETE
55002024-08-01T01:11:52.925Z[ recovery-image] Aug 01 01:11:51.989 INFO O| Aug 01 01:11:51.989 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-01T01:11:52.929Z[ recovery-image] Aug 01 01:11:52.001 INFO O| Aug 01 01:11:52.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55022024-08-01T01:11:52.930Z[ recovery-image] Aug 01 01:11:52.001 INFO O| Aug 01 01:11:52.001 INFO STEP 535 (remove_files) COMPLETE
55032024-08-01T01:11:52.930Z[ recovery-image] Aug 01 01:11:52.001 INFO O| Aug 01 01:11:52.001 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-01T01:11:52.939Z[ recovery-image] Aug 01 01:11:52.014 INFO O| Aug 01 01:11:52.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55052024-08-01T01:11:52.939Z[ recovery-image] Aug 01 01:11:52.014 INFO O| Aug 01 01:11:52.014 INFO STEP 536 (remove_files) COMPLETE
55062024-08-01T01:11:52.942Z[ recovery-image] Aug 01 01:11:52.014 INFO O| Aug 01 01:11:52.014 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-01T01:11:52.951Z[ recovery-image] Aug 01 01:11:52.025 INFO O| Aug 01 01:11:52.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55082024-08-01T01:11:52.951Z[ recovery-image] Aug 01 01:11:52.025 INFO O| Aug 01 01:11:52.025 INFO STEP 537 (remove_files) COMPLETE
55092024-08-01T01:11:52.954Z[ recovery-image] Aug 01 01:11:52.026 INFO O| Aug 01 01:11:52.025 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-01T01:11:52.962Z[ recovery-image] Aug 01 01:11:52.037 INFO O| Aug 01 01:11:52.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55112024-08-01T01:11:52.965Z[ recovery-image] Aug 01 01:11:52.037 INFO O| Aug 01 01:11:52.037 INFO STEP 538 (remove_files) COMPLETE
55122024-08-01T01:11:52.965Z[ recovery-image] Aug 01 01:11:52.037 INFO O| Aug 01 01:11:52.037 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-01T01:11:52.974Z[ recovery-image] Aug 01 01:11:52.048 INFO O| Aug 01 01:11:52.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55142024-08-01T01:11:52.974Z[ recovery-image] Aug 01 01:11:52.048 INFO O| Aug 01 01:11:52.048 INFO STEP 539 (remove_files) COMPLETE
55152024-08-01T01:11:52.974Z[ recovery-image] Aug 01 01:11:52.048 INFO O| Aug 01 01:11:52.048 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-01T01:11:52.985Z[ recovery-image] Aug 01 01:11:52.059 INFO O| Aug 01 01:11:52.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55172024-08-01T01:11:52.988Z[ recovery-image] Aug 01 01:11:52.059 INFO O| Aug 01 01:11:52.059 INFO STEP 540 (remove_files) COMPLETE
55182024-08-01T01:11:52.988Z[ recovery-image] Aug 01 01:11:52.059 INFO O| Aug 01 01:11:52.059 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-01T01:11:52.995Z[ recovery-image] Aug 01 01:11:52.069 INFO O| Aug 01 01:11:52.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55202024-08-01T01:11:52.995Z[ recovery-image] Aug 01 01:11:52.070 INFO O| Aug 01 01:11:52.070 INFO STEP 541 (remove_files) COMPLETE
55212024-08-01T01:11:52.998Z[ recovery-image] Aug 01 01:11:52.070 INFO O| Aug 01 01:11:52.070 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-01T01:11:53.006Z[ recovery-image] Aug 01 01:11:52.080 INFO O| Aug 01 01:11:52.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55232024-08-01T01:11:53.006Z[ recovery-image] Aug 01 01:11:52.080 INFO O| Aug 01 01:11:52.080 INFO STEP 542 (remove_files) COMPLETE
55242024-08-01T01:11:53.014Z[ recovery-image] Aug 01 01:11:52.080 INFO O| Aug 01 01:11:52.080 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-01T01:11:53.021Z[ recovery-image] Aug 01 01:11:52.090 INFO O| Aug 01 01:11:52.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55262024-08-01T01:11:53.021Z[ recovery-image] Aug 01 01:11:52.091 INFO O| Aug 01 01:11:52.091 INFO STEP 543 (remove_files) COMPLETE
55272024-08-01T01:11:53.021Z[ recovery-image] Aug 01 01:11:52.091 INFO O| Aug 01 01:11:52.091 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-01T01:11:53.026Z[ recovery-image] Aug 01 01:11:52.101 INFO O| Aug 01 01:11:52.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55292024-08-01T01:11:53.027Z[ recovery-image] Aug 01 01:11:52.101 INFO O| Aug 01 01:11:52.101 INFO STEP 544 (remove_files) COMPLETE
55302024-08-01T01:11:53.029Z[ recovery-image] Aug 01 01:11:52.101 INFO O| Aug 01 01:11:52.101 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-08-01T01:11:53.036Z[ recovery-image] Aug 01 01:11:52.111 INFO O| Aug 01 01:11:52.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55322024-08-01T01:11:53.036Z[ recovery-image] Aug 01 01:11:52.111 INFO O| Aug 01 01:11:52.111 INFO STEP 545 (remove_files) COMPLETE
55332024-08-01T01:11:53.039Z[ recovery-image] Aug 01 01:11:52.111 INFO O| Aug 01 01:11:52.111 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-08-01T01:11:53.047Z[ recovery-image] Aug 01 01:11:52.121 INFO O| Aug 01 01:11:52.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55352024-08-01T01:11:53.047Z[ recovery-image] Aug 01 01:11:52.121 INFO O| Aug 01 01:11:52.121 INFO STEP 546 (remove_files) COMPLETE
55362024-08-01T01:11:53.047Z[ recovery-image] Aug 01 01:11:52.121 INFO O| Aug 01 01:11:52.121 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-08-01T01:11:53.058Z[ recovery-image] Aug 01 01:11:52.132 INFO O| Aug 01 01:11:52.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55382024-08-01T01:11:53.061Z[ recovery-image] Aug 01 01:11:52.133 INFO O| Aug 01 01:11:52.132 INFO STEP 547 (remove_files) COMPLETE
55392024-08-01T01:11:53.061Z[ recovery-image] Aug 01 01:11:52.133 INFO O| Aug 01 01:11:52.133 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-08-01T01:11:53.082Z[ recovery-image] Aug 01 01:11:52.157 INFO O| Aug 01 01:11:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55412024-08-01T01:11:53.082Z[ recovery-image] Aug 01 01:11:52.157 INFO O| Aug 01 01:11:52.157 INFO STEP 548 (remove_files) COMPLETE
55422024-08-01T01:11:53.087Z[ recovery-image] Aug 01 01:11:52.157 INFO O| Aug 01 01:11:52.157 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-08-01T01:11:53.099Z[ recovery-image] Aug 01 01:11:52.173 INFO O| Aug 01 01:11:52.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55442024-08-01T01:11:53.099Z[ recovery-image] Aug 01 01:11:52.173 INFO O| Aug 01 01:11:52.173 INFO STEP 549 (remove_files) COMPLETE
55452024-08-01T01:11:53.099Z[ recovery-image] Aug 01 01:11:52.173 INFO O| Aug 01 01:11:52.173 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-08-01T01:11:53.113Z[ recovery-image] Aug 01 01:11:52.187 INFO O| Aug 01 01:11:52.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55472024-08-01T01:11:53.113Z[ recovery-image] Aug 01 01:11:52.187 INFO O| Aug 01 01:11:52.187 INFO STEP 550 (remove_files) COMPLETE
55482024-08-01T01:11:53.113Z[ recovery-image] Aug 01 01:11:52.187 INFO O| Aug 01 01:11:52.187 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-08-01T01:11:53.125Z[ recovery-image] Aug 01 01:11:52.200 INFO O| Aug 01 01:11:52.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55502024-08-01T01:11:53.126Z[ recovery-image] Aug 01 01:11:52.200 INFO O| Aug 01 01:11:52.200 INFO STEP 551 (remove_files) COMPLETE
55512024-08-01T01:11:53.126Z[ recovery-image] Aug 01 01:11:52.200 INFO O| Aug 01 01:11:52.200 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-08-01T01:11:53.141Z[ recovery-image] Aug 01 01:11:52.215 INFO O| Aug 01 01:11:52.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55532024-08-01T01:11:53.141Z[ recovery-image] Aug 01 01:11:52.215 INFO O| Aug 01 01:11:52.215 INFO STEP 552 (remove_files) COMPLETE
55542024-08-01T01:11:53.141Z[ recovery-image] Aug 01 01:11:52.215 INFO O| Aug 01 01:11:52.215 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-08-01T01:11:53.155Z[ recovery-image] Aug 01 01:11:52.229 INFO O| Aug 01 01:11:52.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55562024-08-01T01:11:53.155Z[ recovery-image] Aug 01 01:11:52.229 INFO O| Aug 01 01:11:52.229 INFO STEP 553 (remove_files) COMPLETE
55572024-08-01T01:11:53.155Z[ recovery-image] Aug 01 01:11:52.229 INFO O| Aug 01 01:11:52.229 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-08-01T01:11:53.167Z[ recovery-image] Aug 01 01:11:52.242 INFO O| Aug 01 01:11:52.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55592024-08-01T01:11:53.171Z[ recovery-image] Aug 01 01:11:52.242 INFO O| Aug 01 01:11:52.242 INFO STEP 554 (remove_files) COMPLETE
55602024-08-01T01:11:53.171Z[ recovery-image] Aug 01 01:11:52.242 INFO O| Aug 01 01:11:52.242 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-08-01T01:11:53.179Z[ recovery-image] Aug 01 01:11:52.254 INFO O| Aug 01 01:11:52.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55622024-08-01T01:11:53.182Z[ recovery-image] Aug 01 01:11:52.254 INFO O| Aug 01 01:11:52.254 INFO STEP 555 (remove_files) COMPLETE
55632024-08-01T01:11:53.182Z[ recovery-image] Aug 01 01:11:52.254 INFO O| Aug 01 01:11:52.254 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-01T01:11:53.192Z[ recovery-image] Aug 01 01:11:52.266 INFO O| Aug 01 01:11:52.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55652024-08-01T01:11:53.192Z[ recovery-image] Aug 01 01:11:52.266 INFO O| Aug 01 01:11:52.266 INFO STEP 556 (remove_files) COMPLETE
55662024-08-01T01:11:53.195Z[ recovery-image] Aug 01 01:11:52.266 INFO O| Aug 01 01:11:52.266 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-01T01:11:53.204Z[ recovery-image] Aug 01 01:11:52.278 INFO O| Aug 01 01:11:52.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55682024-08-01T01:11:53.208Z[ recovery-image] Aug 01 01:11:52.278 INFO O| Aug 01 01:11:52.278 INFO STEP 557 (remove_files) COMPLETE
55692024-08-01T01:11:53.208Z[ recovery-image] Aug 01 01:11:52.278 INFO O| Aug 01 01:11:52.278 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-01T01:11:53.216Z[ recovery-image] Aug 01 01:11:52.290 INFO O| Aug 01 01:11:52.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55712024-08-01T01:11:53.216Z[ recovery-image] Aug 01 01:11:52.290 INFO O| Aug 01 01:11:52.290 INFO STEP 558 (remove_files) COMPLETE
55722024-08-01T01:11:53.219Z[ recovery-image] Aug 01 01:11:52.290 INFO O| Aug 01 01:11:52.290 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-01T01:11:53.227Z[ recovery-image] Aug 01 01:11:52.302 INFO O| Aug 01 01:11:52.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55742024-08-01T01:11:53.231Z[ recovery-image] Aug 01 01:11:52.302 INFO O| Aug 01 01:11:52.302 INFO STEP 559 (remove_files) COMPLETE
55752024-08-01T01:11:53.231Z[ recovery-image] Aug 01 01:11:52.302 INFO O| Aug 01 01:11:52.302 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-01T01:11:53.239Z[ recovery-image] Aug 01 01:11:52.313 INFO O| Aug 01 01:11:52.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55772024-08-01T01:11:53.242Z[ recovery-image] Aug 01 01:11:52.313 INFO O| Aug 01 01:11:52.313 INFO STEP 560 (remove_files) COMPLETE
55782024-08-01T01:11:53.242Z[ recovery-image] Aug 01 01:11:52.313 INFO O| Aug 01 01:11:52.313 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-01T01:11:53.250Z[ recovery-image] Aug 01 01:11:52.324 INFO O| Aug 01 01:11:52.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55802024-08-01T01:11:53.250Z[ recovery-image] Aug 01 01:11:52.324 INFO O| Aug 01 01:11:52.324 INFO STEP 561 (remove_files) COMPLETE
55812024-08-01T01:11:53.252Z[ recovery-image] Aug 01 01:11:52.324 INFO O| Aug 01 01:11:52.324 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-01T01:11:53.261Z[ recovery-image] Aug 01 01:11:52.336 INFO O| Aug 01 01:11:52.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55832024-08-01T01:11:53.261Z[ recovery-image] Aug 01 01:11:52.336 INFO O| Aug 01 01:11:52.336 INFO STEP 562 (remove_files) COMPLETE
55842024-08-01T01:11:53.261Z[ recovery-image] Aug 01 01:11:52.336 INFO O| Aug 01 01:11:52.336 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-01T01:11:53.272Z[ recovery-image] Aug 01 01:11:52.347 INFO O| Aug 01 01:11:52.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55862024-08-01T01:11:53.272Z[ recovery-image] Aug 01 01:11:52.347 INFO O| Aug 01 01:11:52.347 INFO STEP 563 (remove_files) COMPLETE
55872024-08-01T01:11:53.276Z[ recovery-image] Aug 01 01:11:52.347 INFO O| Aug 01 01:11:52.347 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-01T01:11:53.284Z[ recovery-image] Aug 01 01:11:52.358 INFO O| Aug 01 01:11:52.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55892024-08-01T01:11:53.284Z[ recovery-image] Aug 01 01:11:52.358 INFO O| Aug 01 01:11:52.358 INFO STEP 564 (remove_files) COMPLETE
55902024-08-01T01:11:53.286Z[ recovery-image] Aug 01 01:11:52.358 INFO O| Aug 01 01:11:52.358 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-01T01:11:53.294Z[ recovery-image] Aug 01 01:11:52.369 INFO O| Aug 01 01:11:52.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55922024-08-01T01:11:53.297Z[ recovery-image] Aug 01 01:11:52.369 INFO O| Aug 01 01:11:52.369 INFO STEP 565 (remove_files) COMPLETE
55932024-08-01T01:11:53.297Z[ recovery-image] Aug 01 01:11:52.369 INFO O| Aug 01 01:11:52.369 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-01T01:11:53.304Z[ recovery-image] Aug 01 01:11:52.379 INFO O| Aug 01 01:11:52.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55952024-08-01T01:11:53.304Z[ recovery-image] Aug 01 01:11:52.379 INFO O| Aug 01 01:11:52.379 INFO STEP 566 (remove_files) COMPLETE
55962024-08-01T01:11:53.304Z[ recovery-image] Aug 01 01:11:52.379 INFO O| Aug 01 01:11:52.379 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-01T01:11:53.315Z[ recovery-image] Aug 01 01:11:52.389 INFO O| Aug 01 01:11:52.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55982024-08-01T01:11:53.317Z[ recovery-image] Aug 01 01:11:52.390 INFO O| Aug 01 01:11:52.390 INFO STEP 567 (remove_files) COMPLETE
55992024-08-01T01:11:53.317Z[ recovery-image] Aug 01 01:11:52.390 INFO O| Aug 01 01:11:52.390 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-01T01:11:53.326Z[ recovery-image] Aug 01 01:11:52.401 INFO O| Aug 01 01:11:52.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56012024-08-01T01:11:53.326Z[ recovery-image] Aug 01 01:11:52.401 INFO O| Aug 01 01:11:52.401 INFO STEP 568 (remove_files) COMPLETE
56022024-08-01T01:11:53.329Z[ recovery-image] Aug 01 01:11:52.401 INFO O| Aug 01 01:11:52.401 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-01T01:11:53.337Z[ recovery-image] Aug 01 01:11:52.411 INFO O| Aug 01 01:11:52.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56042024-08-01T01:11:53.337Z[ recovery-image] Aug 01 01:11:52.411 INFO O| Aug 01 01:11:52.411 INFO STEP 569 (remove_files) COMPLETE
56052024-08-01T01:11:53.337Z[ recovery-image] Aug 01 01:11:52.411 INFO O| Aug 01 01:11:52.411 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-01T01:11:53.348Z[ recovery-image] Aug 01 01:11:52.423 INFO O| Aug 01 01:11:52.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56072024-08-01T01:11:53.351Z[ recovery-image] Aug 01 01:11:52.423 INFO O| Aug 01 01:11:52.423 INFO STEP 570 (remove_files) COMPLETE
56082024-08-01T01:11:53.351Z[ recovery-image] Aug 01 01:11:52.423 INFO O| Aug 01 01:11:52.423 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-08-01T01:11:53.359Z[ recovery-image] Aug 01 01:11:52.433 INFO O| Aug 01 01:11:52.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56102024-08-01T01:11:53.359Z[ recovery-image] Aug 01 01:11:52.433 INFO O| Aug 01 01:11:52.433 INFO STEP 571 (remove_files) COMPLETE
56112024-08-01T01:11:53.359Z[ recovery-image] Aug 01 01:11:52.433 INFO O| Aug 01 01:11:52.433 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-08-01T01:11:53.369Z[ recovery-image] Aug 01 01:11:52.443 INFO O| Aug 01 01:11:52.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56132024-08-01T01:11:53.372Z[ recovery-image] Aug 01 01:11:52.443 INFO O| Aug 01 01:11:52.443 INFO STEP 572 (remove_files) COMPLETE
56142024-08-01T01:11:53.372Z[ recovery-image] Aug 01 01:11:52.443 INFO O| Aug 01 01:11:52.443 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-08-01T01:11:53.379Z[ recovery-image] Aug 01 01:11:52.453 INFO O| Aug 01 01:11:52.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56162024-08-01T01:11:53.382Z[ recovery-image] Aug 01 01:11:52.453 INFO O| Aug 01 01:11:52.453 INFO STEP 573 (remove_files) COMPLETE
56172024-08-01T01:11:53.382Z[ recovery-image] Aug 01 01:11:52.453 INFO O| Aug 01 01:11:52.453 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-08-01T01:11:53.391Z[ recovery-image] Aug 01 01:11:52.466 INFO O| Aug 01 01:11:52.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56192024-08-01T01:11:53.391Z[ recovery-image] Aug 01 01:11:52.466 INFO O| Aug 01 01:11:52.466 INFO STEP 574 (remove_files) COMPLETE
56202024-08-01T01:11:53.395Z[ recovery-image] Aug 01 01:11:52.466 INFO O| Aug 01 01:11:52.466 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-08-01T01:11:53.403Z[ recovery-image] Aug 01 01:11:52.477 INFO O| Aug 01 01:11:52.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56222024-08-01T01:11:53.406Z[ recovery-image] Aug 01 01:11:52.477 INFO O| Aug 01 01:11:52.477 INFO STEP 575 (remove_files) COMPLETE
56232024-08-01T01:11:53.406Z[ recovery-image] Aug 01 01:11:52.477 INFO O| Aug 01 01:11:52.477 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-08-01T01:11:53.415Z[ recovery-image] Aug 01 01:11:52.489 INFO O| Aug 01 01:11:52.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56252024-08-01T01:11:53.417Z[ recovery-image] Aug 01 01:11:52.489 INFO O| Aug 01 01:11:52.489 INFO STEP 576 (remove_files) COMPLETE
56262024-08-01T01:11:53.417Z[ recovery-image] Aug 01 01:11:52.489 INFO O| Aug 01 01:11:52.489 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-08-01T01:11:53.427Z[ recovery-image] Aug 01 01:11:52.501 INFO O| Aug 01 01:11:52.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56282024-08-01T01:11:53.427Z[ recovery-image] Aug 01 01:11:52.501 INFO O| Aug 01 01:11:52.501 INFO STEP 577 (remove_files) COMPLETE
56292024-08-01T01:11:53.427Z[ recovery-image] Aug 01 01:11:52.501 INFO O| Aug 01 01:11:52.501 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-08-01T01:11:53.438Z[ recovery-image] Aug 01 01:11:52.513 INFO O| Aug 01 01:11:52.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56312024-08-01T01:11:53.438Z[ recovery-image] Aug 01 01:11:52.513 INFO O| Aug 01 01:11:52.513 INFO STEP 578 (remove_files) COMPLETE
56322024-08-01T01:11:53.441Z[ recovery-image] Aug 01 01:11:52.513 INFO O| Aug 01 01:11:52.513 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-08-01T01:11:53.451Z[ recovery-image] Aug 01 01:11:52.525 INFO O| Aug 01 01:11:52.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56342024-08-01T01:11:53.451Z[ recovery-image] Aug 01 01:11:52.525 INFO O| Aug 01 01:11:52.525 INFO STEP 579 (remove_files) COMPLETE
56352024-08-01T01:11:53.454Z[ recovery-image] Aug 01 01:11:52.525 INFO O| Aug 01 01:11:52.525 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-08-01T01:11:53.463Z[ recovery-image] Aug 01 01:11:52.538 INFO O| Aug 01 01:11:52.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56372024-08-01T01:11:53.463Z[ recovery-image] Aug 01 01:11:52.538 INFO O| Aug 01 01:11:52.538 INFO STEP 580 (remove_files) COMPLETE
56382024-08-01T01:11:53.466Z[ recovery-image] Aug 01 01:11:52.538 INFO O| Aug 01 01:11:52.538 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-08-01T01:11:53.475Z[ recovery-image] Aug 01 01:11:52.549 INFO O| Aug 01 01:11:52.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56402024-08-01T01:11:53.475Z[ recovery-image] Aug 01 01:11:52.550 INFO O| Aug 01 01:11:52.549 INFO STEP 581 (remove_files) COMPLETE
56412024-08-01T01:11:53.475Z[ recovery-image] Aug 01 01:11:52.550 INFO O| Aug 01 01:11:52.550 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-08-01T01:11:53.487Z[ recovery-image] Aug 01 01:11:52.561 INFO O| Aug 01 01:11:52.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56432024-08-01T01:11:53.487Z[ recovery-image] Aug 01 01:11:52.561 INFO O| Aug 01 01:11:52.561 INFO STEP 582 (remove_files) COMPLETE
56442024-08-01T01:11:53.487Z[ recovery-image] Aug 01 01:11:52.561 INFO O| Aug 01 01:11:52.561 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-08-01T01:11:53.498Z[ recovery-image] Aug 01 01:11:52.573 INFO O| Aug 01 01:11:52.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56462024-08-01T01:11:53.498Z[ recovery-image] Aug 01 01:11:52.573 INFO O| Aug 01 01:11:52.573 INFO STEP 583 (remove_files) COMPLETE
56472024-08-01T01:11:53.501Z[ recovery-image] Aug 01 01:11:52.573 INFO O| Aug 01 01:11:52.573 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-08-01T01:11:53.510Z[ recovery-image] Aug 01 01:11:52.584 INFO O| Aug 01 01:11:52.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56492024-08-01T01:11:53.510Z[ recovery-image] Aug 01 01:11:52.584 INFO O| Aug 01 01:11:52.584 INFO STEP 584 (remove_files) COMPLETE
56502024-08-01T01:11:53.510Z[ recovery-image] Aug 01 01:11:52.584 INFO O| Aug 01 01:11:52.584 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-08-01T01:11:53.521Z[ recovery-image] Aug 01 01:11:52.595 INFO O| Aug 01 01:11:52.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56522024-08-01T01:11:53.521Z[ recovery-image] Aug 01 01:11:52.596 INFO O| Aug 01 01:11:52.595 INFO STEP 585 (remove_files) COMPLETE
56532024-08-01T01:11:53.521Z[ recovery-image] Aug 01 01:11:52.596 INFO O| Aug 01 01:11:52.596 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-08-01T01:11:53.532Z[ recovery-image] Aug 01 01:11:52.607 INFO O| Aug 01 01:11:52.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56552024-08-01T01:11:53.535Z[ recovery-image] Aug 01 01:11:52.607 INFO O| Aug 01 01:11:52.607 INFO STEP 586 (remove_files) COMPLETE
56562024-08-01T01:11:53.535Z[ recovery-image] Aug 01 01:11:52.607 INFO O| Aug 01 01:11:52.607 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-08-01T01:11:53.543Z[ recovery-image] Aug 01 01:11:52.618 INFO O| Aug 01 01:11:52.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56582024-08-01T01:11:53.543Z[ recovery-image] Aug 01 01:11:52.618 INFO O| Aug 01 01:11:52.618 INFO STEP 587 (remove_files) COMPLETE
56592024-08-01T01:11:53.546Z[ recovery-image] Aug 01 01:11:52.618 INFO O| Aug 01 01:11:52.618 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-08-01T01:11:53.554Z[ recovery-image] Aug 01 01:11:52.629 INFO O| Aug 01 01:11:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56612024-08-01T01:11:53.555Z[ recovery-image] Aug 01 01:11:52.629 INFO O| Aug 01 01:11:52.629 INFO STEP 588 (remove_files) COMPLETE
56622024-08-01T01:11:53.557Z[ recovery-image] Aug 01 01:11:52.629 INFO O| Aug 01 01:11:52.629 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-08-01T01:11:53.566Z[ recovery-image] Aug 01 01:11:52.640 INFO O| Aug 01 01:11:52.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56642024-08-01T01:11:53.566Z[ recovery-image] Aug 01 01:11:52.640 INFO O| Aug 01 01:11:52.640 INFO STEP 589 (remove_files) COMPLETE
56652024-08-01T01:11:53.568Z[ recovery-image] Aug 01 01:11:52.640 INFO O| Aug 01 01:11:52.640 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-08-01T01:11:53.579Z[ recovery-image] Aug 01 01:11:52.653 INFO O| Aug 01 01:11:52.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56672024-08-01T01:11:53.581Z[ recovery-image] Aug 01 01:11:52.653 INFO O| Aug 01 01:11:52.653 INFO STEP 590 (remove_files) COMPLETE
56682024-08-01T01:11:53.581Z[ recovery-image] Aug 01 01:11:52.653 INFO O| Aug 01 01:11:52.653 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-08-01T01:11:53.591Z[ recovery-image] Aug 01 01:11:52.665 INFO O| Aug 01 01:11:52.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56702024-08-01T01:11:53.594Z[ recovery-image] Aug 01 01:11:52.666 INFO O| Aug 01 01:11:52.666 INFO STEP 591 (remove_files) COMPLETE
56712024-08-01T01:11:53.594Z[ recovery-image] Aug 01 01:11:52.666 INFO O| Aug 01 01:11:52.666 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-08-01T01:11:53.605Z[ recovery-image] Aug 01 01:11:52.679 INFO O| Aug 01 01:11:52.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56732024-08-01T01:11:53.608Z[ recovery-image] Aug 01 01:11:52.680 INFO O| Aug 01 01:11:52.679 INFO STEP 592 (remove_files) COMPLETE
56742024-08-01T01:11:53.608Z[ recovery-image] Aug 01 01:11:52.680 INFO O| Aug 01 01:11:52.680 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-08-01T01:11:53.619Z[ recovery-image] Aug 01 01:11:52.693 INFO O| Aug 01 01:11:52.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56762024-08-01T01:11:53.619Z[ recovery-image] Aug 01 01:11:52.693 INFO O| Aug 01 01:11:52.693 INFO STEP 593 (remove_files) COMPLETE
56772024-08-01T01:11:53.621Z[ recovery-image] Aug 01 01:11:52.693 INFO O| Aug 01 01:11:52.693 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-08-01T01:11:53.631Z[ recovery-image] Aug 01 01:11:52.705 INFO O| Aug 01 01:11:52.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56792024-08-01T01:11:53.631Z[ recovery-image] Aug 01 01:11:52.705 INFO O| Aug 01 01:11:52.705 INFO STEP 594 (remove_files) COMPLETE
56802024-08-01T01:11:53.633Z[ recovery-image] Aug 01 01:11:52.705 INFO O| Aug 01 01:11:52.705 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-08-01T01:11:53.642Z[ recovery-image] Aug 01 01:11:52.717 INFO O| Aug 01 01:11:52.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56822024-08-01T01:11:53.645Z[ recovery-image] Aug 01 01:11:52.717 INFO O| Aug 01 01:11:52.717 INFO STEP 595 (remove_files) COMPLETE
56832024-08-01T01:11:53.645Z[ recovery-image] Aug 01 01:11:52.717 INFO O| Aug 01 01:11:52.717 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-08-01T01:11:53.654Z[ recovery-image] Aug 01 01:11:52.728 INFO O| Aug 01 01:11:52.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56852024-08-01T01:11:53.654Z[ recovery-image] Aug 01 01:11:52.728 INFO O| Aug 01 01:11:52.728 INFO STEP 596 (remove_files) COMPLETE
56862024-08-01T01:11:53.654Z[ recovery-image] Aug 01 01:11:52.728 INFO O| Aug 01 01:11:52.728 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-08-01T01:11:53.665Z[ recovery-image] Aug 01 01:11:52.739 INFO O| Aug 01 01:11:52.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56882024-08-01T01:11:53.665Z[ recovery-image] Aug 01 01:11:52.739 INFO O| Aug 01 01:11:52.739 INFO STEP 597 (remove_files) COMPLETE
56892024-08-01T01:11:53.665Z[ recovery-image] Aug 01 01:11:52.739 INFO O| Aug 01 01:11:52.739 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-08-01T01:11:53.675Z[ recovery-image] Aug 01 01:11:52.749 INFO O| Aug 01 01:11:52.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56912024-08-01T01:11:53.675Z[ recovery-image] Aug 01 01:11:52.749 INFO O| Aug 01 01:11:52.749 INFO STEP 598 (remove_files) COMPLETE
56922024-08-01T01:11:53.678Z[ recovery-image] Aug 01 01:11:52.749 INFO O| Aug 01 01:11:52.749 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-08-01T01:11:53.685Z[ recovery-image] Aug 01 01:11:52.759 INFO O| Aug 01 01:11:52.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56942024-08-01T01:11:53.688Z[ recovery-image] Aug 01 01:11:52.760 INFO O| Aug 01 01:11:52.759 INFO STEP 599 (remove_files) COMPLETE
56952024-08-01T01:11:53.688Z[ recovery-image] Aug 01 01:11:52.760 INFO O| Aug 01 01:11:52.760 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-08-01T01:11:53.695Z[ recovery-image] Aug 01 01:11:52.770 INFO O| Aug 01 01:11:52.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56972024-08-01T01:11:53.698Z[ recovery-image] Aug 01 01:11:52.770 INFO O| Aug 01 01:11:52.770 INFO STEP 600 (remove_files) COMPLETE
56982024-08-01T01:11:53.698Z[ recovery-image] Aug 01 01:11:52.770 INFO O| Aug 01 01:11:52.770 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-08-01T01:11:53.705Z[ recovery-image] Aug 01 01:11:52.780 INFO O| Aug 01 01:11:52.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57002024-08-01T01:11:53.705Z[ recovery-image] Aug 01 01:11:52.780 INFO O| Aug 01 01:11:52.780 INFO STEP 601 (remove_files) COMPLETE
57012024-08-01T01:11:53.706Z[ recovery-image] Aug 01 01:11:52.780 INFO O| Aug 01 01:11:52.780 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-08-01T01:11:53.716Z[ recovery-image] Aug 01 01:11:52.790 INFO O| Aug 01 01:11:52.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57032024-08-01T01:11:53.716Z[ recovery-image] Aug 01 01:11:52.790 INFO O| Aug 01 01:11:52.790 INFO STEP 602 (remove_files) COMPLETE
57042024-08-01T01:11:53.716Z[ recovery-image] Aug 01 01:11:52.790 INFO O| Aug 01 01:11:52.790 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-08-01T01:11:53.726Z[ recovery-image] Aug 01 01:11:52.800 INFO O| Aug 01 01:11:52.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57062024-08-01T01:11:53.728Z[ recovery-image] Aug 01 01:11:52.800 INFO O| Aug 01 01:11:52.800 INFO STEP 603 (remove_files) COMPLETE
57072024-08-01T01:11:53.728Z[ recovery-image] Aug 01 01:11:52.800 INFO O| Aug 01 01:11:52.800 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-08-01T01:11:53.736Z[ recovery-image] Aug 01 01:11:52.810 INFO O| Aug 01 01:11:52.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57092024-08-01T01:11:53.736Z[ recovery-image] Aug 01 01:11:52.810 INFO O| Aug 01 01:11:52.810 INFO STEP 604 (remove_files) COMPLETE
57102024-08-01T01:11:53.738Z[ recovery-image] Aug 01 01:11:52.810 INFO O| Aug 01 01:11:52.810 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-08-01T01:11:53.746Z[ recovery-image] Aug 01 01:11:52.821 INFO O| Aug 01 01:11:52.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57122024-08-01T01:11:53.746Z[ recovery-image] Aug 01 01:11:52.821 INFO O| Aug 01 01:11:52.821 INFO STEP 605 (remove_files) COMPLETE
57132024-08-01T01:11:53.749Z[ recovery-image] Aug 01 01:11:52.821 INFO O| Aug 01 01:11:52.821 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-08-01T01:11:53.756Z[ recovery-image] Aug 01 01:11:52.831 INFO O| Aug 01 01:11:52.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57152024-08-01T01:11:53.756Z[ recovery-image] Aug 01 01:11:52.831 INFO O| Aug 01 01:11:52.831 INFO STEP 606 (remove_files) COMPLETE
57162024-08-01T01:11:53.766Z[ recovery-image] Aug 01 01:11:52.831 INFO O| Aug 01 01:11:52.831 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-08-01T01:11:53.769Z[ recovery-image] Aug 01 01:11:52.842 INFO O| Aug 01 01:11:52.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57182024-08-01T01:11:53.769Z[ recovery-image] Aug 01 01:11:52.842 INFO O| Aug 01 01:11:52.842 INFO STEP 607 (remove_files) COMPLETE
57192024-08-01T01:11:53.769Z[ recovery-image] Aug 01 01:11:52.842 INFO O| Aug 01 01:11:52.842 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-08-01T01:11:53.777Z[ recovery-image] Aug 01 01:11:52.852 INFO O| Aug 01 01:11:52.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57212024-08-01T01:11:53.777Z[ recovery-image] Aug 01 01:11:52.852 INFO O| Aug 01 01:11:52.852 INFO STEP 608 (remove_files) COMPLETE
57222024-08-01T01:11:53.780Z[ recovery-image] Aug 01 01:11:52.852 INFO O| Aug 01 01:11:52.852 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-08-01T01:11:53.788Z[ recovery-image] Aug 01 01:11:52.862 INFO O| Aug 01 01:11:52.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57242024-08-01T01:11:53.788Z[ recovery-image] Aug 01 01:11:52.862 INFO O| Aug 01 01:11:52.862 INFO STEP 609 (remove_files) COMPLETE
57252024-08-01T01:11:53.791Z[ recovery-image] Aug 01 01:11:52.862 INFO O| Aug 01 01:11:52.862 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-08-01T01:11:53.798Z[ recovery-image] Aug 01 01:11:52.872 INFO O| Aug 01 01:11:52.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57272024-08-01T01:11:53.798Z[ recovery-image] Aug 01 01:11:52.872 INFO O| Aug 01 01:11:52.872 INFO STEP 610 (remove_files) COMPLETE
57282024-08-01T01:11:53.800Z[ recovery-image] Aug 01 01:11:52.872 INFO O| Aug 01 01:11:52.872 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-08-01T01:11:53.808Z[ recovery-image] Aug 01 01:11:52.882 INFO O| Aug 01 01:11:52.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57302024-08-01T01:11:53.811Z[ recovery-image] Aug 01 01:11:52.882 INFO O| Aug 01 01:11:52.882 INFO STEP 611 (remove_files) COMPLETE
57312024-08-01T01:11:53.811Z[ recovery-image] Aug 01 01:11:52.882 INFO O| Aug 01 01:11:52.882 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-08-01T01:11:53.818Z[ recovery-image] Aug 01 01:11:52.892 INFO O| Aug 01 01:11:52.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57332024-08-01T01:11:53.818Z[ recovery-image] Aug 01 01:11:52.892 INFO O| Aug 01 01:11:52.892 INFO STEP 612 (remove_files) COMPLETE
57342024-08-01T01:11:53.821Z[ recovery-image] Aug 01 01:11:52.892 INFO O| Aug 01 01:11:52.892 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-08-01T01:11:53.825Z[ host-image] Aug 01 01:11:52.899 INFO O| Aug 01 01:11:52.899 INFO O| Planning: Solver setup ... Done
57362024-08-01T01:11:53.828Z[ recovery-image] Aug 01 01:11:52.902 INFO O| Aug 01 01:11:52.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57372024-08-01T01:11:53.831Z[ recovery-image] Aug 01 01:11:52.903 INFO O| Aug 01 01:11:52.902 INFO STEP 613 (remove_files) COMPLETE
57382024-08-01T01:11:53.832Z[ recovery-image] Aug 01 01:11:52.903 INFO O| Aug 01 01:11:52.902 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-08-01T01:11:53.832Z[ host-image] Aug 01 01:11:52.904 INFO O| Aug 01 01:11:52.904 INFO O| Planning: Running solver ... Done
57402024-08-01T01:11:53.840Z[ recovery-image] Aug 01 01:11:52.913 INFO O| Aug 01 01:11:52.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57412024-08-01T01:11:53.840Z[ recovery-image] Aug 01 01:11:52.913 INFO O| Aug 01 01:11:52.913 INFO STEP 614 (remove_files) COMPLETE
57422024-08-01T01:11:53.843Z[ recovery-image] Aug 01 01:11:52.913 INFO O| Aug 01 01:11:52.913 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-01T01:11:53.849Z[ recovery-image] Aug 01 01:11:52.923 INFO O| Aug 01 01:11:52.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57442024-08-01T01:11:53.852Z[ recovery-image] Aug 01 01:11:52.923 INFO O| Aug 01 01:11:52.923 INFO STEP 615 (remove_files) COMPLETE
57452024-08-01T01:11:53.852Z[ recovery-image] Aug 01 01:11:52.923 INFO O| Aug 01 01:11:52.923 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-01T01:11:53.861Z[ recovery-image] Aug 01 01:11:52.935 INFO O| Aug 01 01:11:52.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57472024-08-01T01:11:53.863Z[ recovery-image] Aug 01 01:11:52.935 INFO O| Aug 01 01:11:52.935 INFO STEP 616 (remove_files) COMPLETE
57482024-08-01T01:11:53.864Z[ recovery-image] Aug 01 01:11:52.935 INFO O| Aug 01 01:11:52.935 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-01T01:11:53.871Z[ host-image] Aug 01 01:11:52.946 INFO O| Aug 01 01:11:52.946 INFO O| Planning: Finding local manifests ... Done
57502024-08-01T01:11:53.874Z[ recovery-image] Aug 01 01:11:52.946 INFO O| Aug 01 01:11:52.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57512024-08-01T01:11:53.874Z[ recovery-image] Aug 01 01:11:52.946 INFO O| Aug 01 01:11:52.946 INFO STEP 617 (remove_files) COMPLETE
57522024-08-01T01:11:53.874Z[ recovery-image] Aug 01 01:11:52.946 INFO O| Aug 01 01:11:52.946 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-01T01:11:53.874Z[ host-image] Aug 01 01:11:52.947 INFO O| Aug 01 01:11:52.947 INFO O| Planning: Fetching manifests: 0/1 0% complete
57542024-08-01T01:11:53.883Z[ recovery-image] Aug 01 01:11:52.957 INFO O| Aug 01 01:11:52.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57552024-08-01T01:11:53.883Z[ recovery-image] Aug 01 01:11:52.957 INFO O| Aug 01 01:11:52.957 INFO STEP 618 (remove_files) COMPLETE
57562024-08-01T01:11:53.886Z[ recovery-image] Aug 01 01:11:52.957 INFO O| Aug 01 01:11:52.957 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-08-01T01:11:53.894Z[ recovery-image] Aug 01 01:11:52.968 INFO O| Aug 01 01:11:52.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57582024-08-01T01:11:53.894Z[ recovery-image] Aug 01 01:11:52.968 INFO O| Aug 01 01:11:52.968 INFO STEP 619 (remove_files) COMPLETE
57592024-08-01T01:11:53.897Z[ recovery-image] Aug 01 01:11:52.968 INFO O| Aug 01 01:11:52.968 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-08-01T01:11:53.907Z[ recovery-image] Aug 01 01:11:52.981 INFO O| Aug 01 01:11:52.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57612024-08-01T01:11:53.909Z[ recovery-image] Aug 01 01:11:52.981 INFO O| Aug 01 01:11:52.981 INFO STEP 620 (remove_files) COMPLETE
57622024-08-01T01:11:53.909Z[ recovery-image] Aug 01 01:11:52.981 INFO O| Aug 01 01:11:52.981 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-08-01T01:11:53.922Z[ recovery-image] Aug 01 01:11:52.997 INFO O| Aug 01 01:11:52.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57642024-08-01T01:11:53.923Z[ recovery-image] Aug 01 01:11:52.997 INFO O| Aug 01 01:11:52.997 INFO STEP 621 (remove_files) COMPLETE
57652024-08-01T01:11:53.925Z[ recovery-image] Aug 01 01:11:52.997 INFO O| Aug 01 01:11:52.997 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-08-01T01:11:53.936Z[ recovery-image] Aug 01 01:11:53.011 INFO O| Aug 01 01:11:53.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57672024-08-01T01:11:53.936Z[ recovery-image] Aug 01 01:11:53.011 INFO O| Aug 01 01:11:53.011 INFO STEP 622 (remove_files) COMPLETE
57682024-08-01T01:11:53.939Z[ recovery-image] Aug 01 01:11:53.011 INFO O| Aug 01 01:11:53.011 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-08-01T01:11:53.951Z[ recovery-image] Aug 01 01:11:53.025 INFO O| Aug 01 01:11:53.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57702024-08-01T01:11:53.951Z[ recovery-image] Aug 01 01:11:53.025 INFO O| Aug 01 01:11:53.025 INFO STEP 623 (remove_files) COMPLETE
57712024-08-01T01:11:53.951Z[ recovery-image] Aug 01 01:11:53.025 INFO O| Aug 01 01:11:53.025 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-08-01T01:11:53.954Z[ host-image] Aug 01 01:11:53.026 INFO O| Aug 01 01:11:53.026 INFO O| Planning: Fetching manifests: 1/1 100% complete
57732024-08-01T01:11:53.966Z[ recovery-image] Aug 01 01:11:53.040 INFO O| Aug 01 01:11:53.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57742024-08-01T01:11:53.966Z[ recovery-image] Aug 01 01:11:53.040 INFO O| Aug 01 01:11:53.040 INFO STEP 624 (remove_files) COMPLETE
57752024-08-01T01:11:53.969Z[ recovery-image] Aug 01 01:11:53.040 INFO O| Aug 01 01:11:53.040 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-01T01:11:53.974Z[ host-image] Aug 01 01:11:53.049 INFO O| Aug 01 01:11:53.049 INFO O| Planning: Package planning ... Done
57772024-08-01T01:11:53.977Z[ host-image] Aug 01 01:11:53.049 INFO O| Aug 01 01:11:53.049 INFO O| Planning: Merging actions ... Done
57782024-08-01T01:11:53.980Z[ recovery-image] Aug 01 01:11:53.053 INFO O| Aug 01 01:11:53.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57792024-08-01T01:11:53.980Z[ recovery-image] Aug 01 01:11:53.053 INFO O| Aug 01 01:11:53.053 INFO STEP 625 (remove_files) COMPLETE
57802024-08-01T01:11:53.980Z[ recovery-image] Aug 01 01:11:53.053 INFO O| Aug 01 01:11:53.053 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-08-01T01:11:53.990Z[ recovery-image] Aug 01 01:11:53.064 INFO O| Aug 01 01:11:53.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57822024-08-01T01:11:53.990Z[ recovery-image] Aug 01 01:11:53.065 INFO O| Aug 01 01:11:53.065 INFO STEP 626 (remove_files) COMPLETE
57832024-08-01T01:11:53.990Z[ recovery-image] Aug 01 01:11:53.065 INFO O| Aug 01 01:11:53.065 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-08-01T01:11:54.001Z[ recovery-image] Aug 01 01:11:53.076 INFO O| Aug 01 01:11:53.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57852024-08-01T01:11:54.002Z[ recovery-image] Aug 01 01:11:53.076 INFO O| Aug 01 01:11:53.076 INFO STEP 627 (remove_files) COMPLETE
57862024-08-01T01:11:54.002Z[ recovery-image] Aug 01 01:11:53.076 INFO O| Aug 01 01:11:53.076 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-08-01T01:11:54.012Z[ recovery-image] Aug 01 01:11:53.087 INFO O| Aug 01 01:11:53.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57882024-08-01T01:11:54.012Z[ recovery-image] Aug 01 01:11:53.087 INFO O| Aug 01 01:11:53.087 INFO STEP 628 (remove_files) COMPLETE
57892024-08-01T01:11:54.015Z[ recovery-image] Aug 01 01:11:53.087 INFO O| Aug 01 01:11:53.087 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-08-01T01:11:54.024Z[ recovery-image] Aug 01 01:11:53.098 INFO O| Aug 01 01:11:53.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57912024-08-01T01:11:54.024Z[ recovery-image] Aug 01 01:11:53.098 INFO O| Aug 01 01:11:53.098 INFO STEP 629 (remove_files) COMPLETE
57922024-08-01T01:11:54.024Z[ recovery-image] Aug 01 01:11:53.098 INFO O| Aug 01 01:11:53.098 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-08-01T01:11:54.035Z[ recovery-image] Aug 01 01:11:53.110 INFO O| Aug 01 01:11:53.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57942024-08-01T01:11:54.035Z[ recovery-image] Aug 01 01:11:53.110 INFO O| Aug 01 01:11:53.110 INFO STEP 630 (remove_files) COMPLETE
57952024-08-01T01:11:54.035Z[ recovery-image] Aug 01 01:11:53.110 INFO O| Aug 01 01:11:53.110 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-08-01T01:11:54.039Z[ host-image] Aug 01 01:11:53.113 INFO O| Aug 01 01:11:53.113 INFO O| Planning: Checking for conflicting actions ... Done
57972024-08-01T01:11:54.042Z[ host-image] Aug 01 01:11:53.114 INFO O| Aug 01 01:11:53.114 INFO O| Planning: Consolidating action changes ... Done
57982024-08-01T01:11:54.047Z[ recovery-image] Aug 01 01:11:53.121 INFO O| Aug 01 01:11:53.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57992024-08-01T01:11:54.047Z[ recovery-image] Aug 01 01:11:53.121 INFO O| Aug 01 01:11:53.121 INFO STEP 631 (remove_files) COMPLETE
58002024-08-01T01:11:54.050Z[ recovery-image] Aug 01 01:11:53.122 INFO O| Aug 01 01:11:53.121 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-08-01T01:11:54.058Z[ recovery-image] Aug 01 01:11:53.133 INFO O| Aug 01 01:11:53.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58022024-08-01T01:11:54.058Z[ recovery-image] Aug 01 01:11:53.133 INFO O| Aug 01 01:11:53.133 INFO STEP 632 (remove_files) COMPLETE
58032024-08-01T01:11:54.059Z[ recovery-image] Aug 01 01:11:53.133 INFO O| Aug 01 01:11:53.133 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-08-01T01:11:54.070Z[ recovery-image] Aug 01 01:11:53.144 INFO O| Aug 01 01:11:53.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58052024-08-01T01:11:54.070Z[ recovery-image] Aug 01 01:11:53.144 INFO O| Aug 01 01:11:53.144 INFO STEP 633 (remove_files) COMPLETE
58062024-08-01T01:11:54.070Z[ recovery-image] Aug 01 01:11:53.144 INFO O| Aug 01 01:11:53.144 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-08-01T01:11:54.081Z[ recovery-image] Aug 01 01:11:53.155 INFO O| Aug 01 01:11:53.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58082024-08-01T01:11:54.081Z[ recovery-image] Aug 01 01:11:53.155 INFO O| Aug 01 01:11:53.155 INFO STEP 634 (remove_files) COMPLETE
58092024-08-01T01:11:54.081Z[ recovery-image] Aug 01 01:11:53.155 INFO O| Aug 01 01:11:53.155 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-08-01T01:11:54.092Z[ recovery-image] Aug 01 01:11:53.166 INFO O| Aug 01 01:11:53.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58112024-08-01T01:11:54.092Z[ recovery-image] Aug 01 01:11:53.166 INFO O| Aug 01 01:11:53.166 INFO STEP 635 (remove_files) COMPLETE
58122024-08-01T01:11:54.095Z[ recovery-image] Aug 01 01:11:53.166 INFO O| Aug 01 01:11:53.166 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-08-01T01:11:54.104Z[ recovery-image] Aug 01 01:11:53.178 INFO O| Aug 01 01:11:53.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58142024-08-01T01:11:54.104Z[ recovery-image] Aug 01 01:11:53.178 INFO O| Aug 01 01:11:53.178 INFO STEP 636 (remove_files) COMPLETE
58152024-08-01T01:11:54.107Z[ recovery-image] Aug 01 01:11:53.178 INFO O| Aug 01 01:11:53.178 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-08-01T01:11:54.116Z[ recovery-image] Aug 01 01:11:53.191 INFO O| Aug 01 01:11:53.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58172024-08-01T01:11:54.116Z[ recovery-image] Aug 01 01:11:53.191 INFO O| Aug 01 01:11:53.191 INFO STEP 637 (remove_files) COMPLETE
58182024-08-01T01:11:54.116Z[ recovery-image] Aug 01 01:11:53.191 INFO O| Aug 01 01:11:53.191 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-08-01T01:11:54.128Z[ recovery-image] Aug 01 01:11:53.202 INFO O| Aug 01 01:11:53.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58202024-08-01T01:11:54.131Z[ recovery-image] Aug 01 01:11:53.202 INFO O| Aug 01 01:11:53.202 INFO STEP 638 (remove_files) COMPLETE
58212024-08-01T01:11:54.131Z[ recovery-image] Aug 01 01:11:53.202 INFO O| Aug 01 01:11:53.202 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-08-01T01:11:54.139Z[ recovery-image] Aug 01 01:11:53.214 INFO O| Aug 01 01:11:53.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58232024-08-01T01:11:54.139Z[ recovery-image] Aug 01 01:11:53.214 INFO O| Aug 01 01:11:53.214 INFO STEP 639 (remove_files) COMPLETE
58242024-08-01T01:11:54.142Z[ recovery-image] Aug 01 01:11:53.214 INFO O| Aug 01 01:11:53.214 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-08-01T01:11:54.153Z[ recovery-image] Aug 01 01:11:53.227 INFO O| Aug 01 01:11:53.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58262024-08-01T01:11:54.153Z[ recovery-image] Aug 01 01:11:53.227 INFO O| Aug 01 01:11:53.227 INFO STEP 640 (remove_files) COMPLETE
58272024-08-01T01:11:54.156Z[ recovery-image] Aug 01 01:11:53.227 INFO O| Aug 01 01:11:53.227 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-08-01T01:11:54.168Z[ recovery-image] Aug 01 01:11:53.243 INFO O| Aug 01 01:11:53.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58292024-08-01T01:11:54.168Z[ recovery-image] Aug 01 01:11:53.243 INFO O| Aug 01 01:11:53.243 INFO STEP 641 (remove_files) COMPLETE
58302024-08-01T01:11:54.171Z[ recovery-image] Aug 01 01:11:53.243 INFO O| Aug 01 01:11:53.243 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-08-01T01:11:54.182Z[ recovery-image] Aug 01 01:11:53.256 INFO O| Aug 01 01:11:53.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58322024-08-01T01:11:54.182Z[ recovery-image] Aug 01 01:11:53.256 INFO O| Aug 01 01:11:53.256 INFO STEP 642 (remove_files) COMPLETE
58332024-08-01T01:11:54.182Z[ recovery-image] Aug 01 01:11:53.256 INFO O| Aug 01 01:11:53.256 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-08-01T01:11:54.194Z[ recovery-image] Aug 01 01:11:53.269 INFO O| Aug 01 01:11:53.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58352024-08-01T01:11:54.194Z[ recovery-image] Aug 01 01:11:53.269 INFO O| Aug 01 01:11:53.269 INFO STEP 643 (remove_files) COMPLETE
58362024-08-01T01:11:54.197Z[ recovery-image] Aug 01 01:11:53.269 INFO O| Aug 01 01:11:53.269 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-08-01T01:11:54.207Z[ recovery-image] Aug 01 01:11:53.281 INFO O| Aug 01 01:11:53.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58382024-08-01T01:11:54.210Z[ recovery-image] Aug 01 01:11:53.281 INFO O| Aug 01 01:11:53.281 INFO STEP 644 (remove_files) COMPLETE
58392024-08-01T01:11:54.210Z[ recovery-image] Aug 01 01:11:53.281 INFO O| Aug 01 01:11:53.281 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-08-01T01:11:54.220Z[ recovery-image] Aug 01 01:11:53.295 INFO O| Aug 01 01:11:53.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58412024-08-01T01:11:54.221Z[ recovery-image] Aug 01 01:11:53.295 INFO O| Aug 01 01:11:53.295 INFO STEP 645 (remove_files) COMPLETE
58422024-08-01T01:11:54.221Z[ recovery-image] Aug 01 01:11:53.295 INFO O| Aug 01 01:11:53.295 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-08-01T01:11:54.231Z[ recovery-image] Aug 01 01:11:53.306 INFO O| Aug 01 01:11:53.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58442024-08-01T01:11:54.231Z[ recovery-image] Aug 01 01:11:53.306 INFO O| Aug 01 01:11:53.306 INFO STEP 646 (remove_files) COMPLETE
58452024-08-01T01:11:54.234Z[ recovery-image] Aug 01 01:11:53.306 INFO O| Aug 01 01:11:53.306 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-08-01T01:11:54.241Z[ recovery-image] Aug 01 01:11:53.316 INFO O| Aug 01 01:11:53.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58472024-08-01T01:11:54.244Z[ recovery-image] Aug 01 01:11:53.316 INFO O| Aug 01 01:11:53.316 INFO STEP 647 (remove_files) COMPLETE
58482024-08-01T01:11:54.244Z[ recovery-image] Aug 01 01:11:53.316 INFO O| Aug 01 01:11:53.316 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-08-01T01:11:54.252Z[ recovery-image] Aug 01 01:11:53.326 INFO O| Aug 01 01:11:53.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58502024-08-01T01:11:54.252Z[ recovery-image] Aug 01 01:11:53.326 INFO O| Aug 01 01:11:53.326 INFO STEP 648 (remove_files) COMPLETE
58512024-08-01T01:11:54.252Z[ recovery-image] Aug 01 01:11:53.326 INFO O| Aug 01 01:11:53.326 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-08-01T01:11:54.255Z[ host-image] Aug 01 01:11:53.328 INFO O| Aug 01 01:11:53.328 INFO O| Planning: Evaluating mediators ... Done
58532024-08-01T01:11:54.255Z[ host-image] Aug 01 01:11:53.329 INFO O| Aug 01 01:11:53.329 INFO O| Planning: Planning completed in 1.88 seconds
58542024-08-01T01:11:54.258Z[ host-image] Aug 01 01:11:53.331 INFO O| Aug 01 01:11:53.331 INFO O| Packages to install: 1
58552024-08-01T01:11:54.264Z[ recovery-image] Aug 01 01:11:53.339 INFO O| Aug 01 01:11:53.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58562024-08-01T01:11:54.264Z[ recovery-image] Aug 01 01:11:53.339 INFO O| Aug 01 01:11:53.339 INFO STEP 649 (remove_files) COMPLETE
58572024-08-01T01:11:54.264Z[ recovery-image] Aug 01 01:11:53.339 INFO O| Aug 01 01:11:53.339 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-08-01T01:11:54.268Z[ host-image] Aug 01 01:11:53.342 INFO O| Aug 01 01:11:53.342 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
58592024-08-01T01:11:54.277Z[ recovery-image] Aug 01 01:11:53.351 INFO O| Aug 01 01:11:53.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58602024-08-01T01:11:54.280Z[ recovery-image] Aug 01 01:11:53.351 INFO O| Aug 01 01:11:53.351 INFO STEP 650 (remove_files) COMPLETE
58612024-08-01T01:11:54.280Z[ recovery-image] Aug 01 01:11:53.351 INFO O| Aug 01 01:11:53.351 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-01T01:11:54.297Z[ recovery-image] Aug 01 01:11:53.372 INFO O| Aug 01 01:11:53.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58632024-08-01T01:11:54.297Z[ recovery-image] Aug 01 01:11:53.372 INFO O| Aug 01 01:11:53.372 INFO STEP 651 (remove_files) COMPLETE
58642024-08-01T01:11:54.297Z[ recovery-image] Aug 01 01:11:53.372 INFO O| Aug 01 01:11:53.372 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-01T01:11:54.309Z[ recovery-image] Aug 01 01:11:53.384 INFO O| Aug 01 01:11:53.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58662024-08-01T01:11:54.309Z[ recovery-image] Aug 01 01:11:53.384 INFO O| Aug 01 01:11:53.384 INFO STEP 652 (remove_files) COMPLETE
58672024-08-01T01:11:54.309Z[ recovery-image] Aug 01 01:11:53.384 INFO O| Aug 01 01:11:53.384 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-01T01:11:54.332Z[ recovery-image] Aug 01 01:11:53.407 INFO O| Aug 01 01:11:53.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58692024-08-01T01:11:54.332Z[ recovery-image] Aug 01 01:11:53.407 INFO O| Aug 01 01:11:53.407 INFO STEP 653 (remove_files) COMPLETE
58702024-08-01T01:11:54.335Z[ recovery-image] Aug 01 01:11:53.407 INFO O| Aug 01 01:11:53.407 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-08-01T01:11:54.349Z[ recovery-image] Aug 01 01:11:53.423 INFO O| Aug 01 01:11:53.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58722024-08-01T01:11:54.352Z[ recovery-image] Aug 01 01:11:53.423 INFO O| Aug 01 01:11:53.423 INFO STEP 654 (remove_files) COMPLETE
58732024-08-01T01:11:54.352Z[ recovery-image] Aug 01 01:11:53.423 INFO O| Aug 01 01:11:53.423 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-08-01T01:11:54.362Z[ recovery-image] Aug 01 01:11:53.437 INFO O| Aug 01 01:11:53.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58752024-08-01T01:11:54.362Z[ recovery-image] Aug 01 01:11:53.437 INFO O| Aug 01 01:11:53.437 INFO STEP 655 (remove_files) COMPLETE
58762024-08-01T01:11:54.365Z[ recovery-image] Aug 01 01:11:53.437 INFO O| Aug 01 01:11:53.437 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-08-01T01:11:54.378Z[ recovery-image] Aug 01 01:11:53.452 INFO O| Aug 01 01:11:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58782024-08-01T01:11:54.378Z[ recovery-image] Aug 01 01:11:53.452 INFO O| Aug 01 01:11:53.452 INFO STEP 656 (remove_files) COMPLETE
58792024-08-01T01:11:54.378Z[ recovery-image] Aug 01 01:11:53.452 INFO O| Aug 01 01:11:53.452 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-08-01T01:11:54.394Z[ recovery-image] Aug 01 01:11:53.468 INFO O| Aug 01 01:11:53.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58812024-08-01T01:11:54.394Z[ recovery-image] Aug 01 01:11:53.468 INFO O| Aug 01 01:11:53.468 INFO STEP 657 (remove_files) COMPLETE
58822024-08-01T01:11:54.397Z[ recovery-image] Aug 01 01:11:53.468 INFO O| Aug 01 01:11:53.468 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-08-01T01:11:54.410Z[ recovery-image] Aug 01 01:11:53.483 INFO O| Aug 01 01:11:53.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58842024-08-01T01:11:54.414Z[ recovery-image] Aug 01 01:11:53.483 INFO O| Aug 01 01:11:53.483 INFO STEP 658 (remove_files) COMPLETE
58852024-08-01T01:11:54.414Z[ recovery-image] Aug 01 01:11:53.483 INFO O| Aug 01 01:11:53.483 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-08-01T01:11:54.421Z[ recovery-image] Aug 01 01:11:53.495 INFO O| Aug 01 01:11:53.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58872024-08-01T01:11:54.421Z[ recovery-image] Aug 01 01:11:53.495 INFO O| Aug 01 01:11:53.495 INFO STEP 659 (remove_files) COMPLETE
58882024-08-01T01:11:54.424Z[ recovery-image] Aug 01 01:11:53.495 INFO O| Aug 01 01:11:53.495 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-08-01T01:11:54.438Z[ recovery-image] Aug 01 01:11:53.512 INFO O| Aug 01 01:11:53.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58902024-08-01T01:11:54.441Z[ recovery-image] Aug 01 01:11:53.512 INFO O| Aug 01 01:11:53.512 INFO STEP 660 (remove_files) COMPLETE
58912024-08-01T01:11:54.441Z[ recovery-image] Aug 01 01:11:53.512 INFO O| Aug 01 01:11:53.512 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-01T01:11:54.457Z[ recovery-image] Aug 01 01:11:53.532 INFO O| Aug 01 01:11:53.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58932024-08-01T01:11:54.457Z[ recovery-image] Aug 01 01:11:53.532 INFO O| Aug 01 01:11:53.532 INFO STEP 661 (remove_files) COMPLETE
58942024-08-01T01:11:54.461Z[ recovery-image] Aug 01 01:11:53.532 INFO O| Aug 01 01:11:53.532 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-01T01:11:54.473Z[ recovery-image] Aug 01 01:11:53.547 INFO O| Aug 01 01:11:53.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58962024-08-01T01:11:54.473Z[ recovery-image] Aug 01 01:11:53.547 INFO O| Aug 01 01:11:53.547 INFO STEP 662 (remove_files) COMPLETE
58972024-08-01T01:11:54.475Z[ recovery-image] Aug 01 01:11:53.547 INFO O| Aug 01 01:11:53.547 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-08-01T01:11:54.486Z[ recovery-image] Aug 01 01:11:53.560 INFO O| Aug 01 01:11:53.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58992024-08-01T01:11:54.486Z[ recovery-image] Aug 01 01:11:53.561 INFO O| Aug 01 01:11:53.561 INFO STEP 663 (remove_files) COMPLETE
59002024-08-01T01:11:54.486Z[ recovery-image] Aug 01 01:11:53.561 INFO O| Aug 01 01:11:53.561 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-08-01T01:11:54.500Z[ recovery-image] Aug 01 01:11:53.575 INFO O| Aug 01 01:11:53.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59022024-08-01T01:11:54.503Z[ recovery-image] Aug 01 01:11:53.575 INFO O| Aug 01 01:11:53.575 INFO STEP 664 (remove_files) COMPLETE
59032024-08-01T01:11:54.503Z[ recovery-image] Aug 01 01:11:53.575 INFO O| Aug 01 01:11:53.575 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-08-01T01:11:54.514Z[ recovery-image] Aug 01 01:11:53.588 INFO O| Aug 01 01:11:53.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59052024-08-01T01:11:54.514Z[ recovery-image] Aug 01 01:11:53.589 INFO O| Aug 01 01:11:53.589 INFO STEP 665 (remove_files) COMPLETE
59062024-08-01T01:11:54.517Z[ recovery-image] Aug 01 01:11:53.589 INFO O| Aug 01 01:11:53.589 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-08-01T01:11:54.530Z[ recovery-image] Aug 01 01:11:53.604 INFO O| Aug 01 01:11:53.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59082024-08-01T01:11:54.533Z[ recovery-image] Aug 01 01:11:53.604 INFO O| Aug 01 01:11:53.604 INFO STEP 666 (remove_files) COMPLETE
59092024-08-01T01:11:54.533Z[ recovery-image] Aug 01 01:11:53.604 INFO O| Aug 01 01:11:53.604 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-08-01T01:11:54.548Z[ recovery-image] Aug 01 01:11:53.622 INFO O| Aug 01 01:11:53.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59112024-08-01T01:11:54.551Z[ recovery-image] Aug 01 01:11:53.622 INFO O| Aug 01 01:11:53.622 INFO STEP 667 (remove_files) COMPLETE
59122024-08-01T01:11:54.551Z[ recovery-image] Aug 01 01:11:53.622 INFO O| Aug 01 01:11:53.622 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-08-01T01:11:54.560Z[ recovery-image] Aug 01 01:11:53.635 INFO O| Aug 01 01:11:53.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59142024-08-01T01:11:54.563Z[ recovery-image] Aug 01 01:11:53.635 INFO O| Aug 01 01:11:53.635 INFO STEP 668 (remove_files) COMPLETE
59152024-08-01T01:11:54.563Z[ recovery-image] Aug 01 01:11:53.635 INFO O| Aug 01 01:11:53.635 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-08-01T01:11:54.572Z[ recovery-image] Aug 01 01:11:53.647 INFO O| Aug 01 01:11:53.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59172024-08-01T01:11:54.572Z[ recovery-image] Aug 01 01:11:53.647 INFO O| Aug 01 01:11:53.647 INFO STEP 669 (remove_files) COMPLETE
59182024-08-01T01:11:54.572Z[ recovery-image] Aug 01 01:11:53.647 INFO O| Aug 01 01:11:53.647 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-08-01T01:11:54.585Z[ recovery-image] Aug 01 01:11:53.659 INFO O| Aug 01 01:11:53.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59202024-08-01T01:11:54.585Z[ recovery-image] Aug 01 01:11:53.659 INFO O| Aug 01 01:11:53.659 INFO STEP 670 (remove_files) COMPLETE
59212024-08-01T01:11:54.588Z[ recovery-image] Aug 01 01:11:53.659 INFO O| Aug 01 01:11:53.659 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-08-01T01:11:54.596Z[ recovery-image] Aug 01 01:11:53.671 INFO O| Aug 01 01:11:53.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59232024-08-01T01:11:54.597Z[ recovery-image] Aug 01 01:11:53.671 INFO O| Aug 01 01:11:53.671 INFO STEP 671 (remove_files) COMPLETE
59242024-08-01T01:11:54.597Z[ recovery-image] Aug 01 01:11:53.671 INFO O| Aug 01 01:11:53.671 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-08-01T01:11:54.608Z[ recovery-image] Aug 01 01:11:53.682 INFO O| Aug 01 01:11:53.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59262024-08-01T01:11:54.608Z[ recovery-image] Aug 01 01:11:53.682 INFO O| Aug 01 01:11:53.682 INFO STEP 672 (remove_files) COMPLETE
59272024-08-01T01:11:54.611Z[ recovery-image] Aug 01 01:11:53.682 INFO O| Aug 01 01:11:53.682 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-08-01T01:11:54.614Z[ host-image] Aug 01 01:11:53.688 INFO O| Aug 01 01:11:53.688 INFO O| Download: Completed 20.86 MB in 0.35 seconds (60.3M/s)
59292024-08-01T01:11:54.619Z[ recovery-image] Aug 01 01:11:53.693 INFO O| Aug 01 01:11:53.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59302024-08-01T01:11:54.622Z[ recovery-image] Aug 01 01:11:53.694 INFO O| Aug 01 01:11:53.694 INFO STEP 673 (remove_files) COMPLETE
59312024-08-01T01:11:54.622Z[ recovery-image] Aug 01 01:11:53.694 INFO O| Aug 01 01:11:53.694 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-08-01T01:11:54.631Z[ recovery-image] Aug 01 01:11:53.705 INFO O| Aug 01 01:11:53.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59332024-08-01T01:11:54.631Z[ recovery-image] Aug 01 01:11:53.705 INFO O| Aug 01 01:11:53.705 INFO STEP 674 (remove_files) COMPLETE
59342024-08-01T01:11:54.631Z[ recovery-image] Aug 01 01:11:53.705 INFO O| Aug 01 01:11:53.705 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-08-01T01:11:54.636Z[ host-image] Aug 01 01:11:53.711 INFO O| Aug 01 01:11:53.711 INFO O| Actions: 1/22 actions (Installing new actions)
59362024-08-01T01:11:54.642Z[ recovery-image] Aug 01 01:11:53.716 INFO O| Aug 01 01:11:53.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59372024-08-01T01:11:54.642Z[ recovery-image] Aug 01 01:11:53.716 INFO O| Aug 01 01:11:53.716 INFO STEP 675 (remove_files) COMPLETE
59382024-08-01T01:11:54.642Z[ recovery-image] Aug 01 01:11:53.716 INFO O| Aug 01 01:11:53.716 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-01T01:11:54.654Z[ recovery-image] Aug 01 01:11:53.729 INFO O| Aug 01 01:11:53.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59402024-08-01T01:11:54.655Z[ recovery-image] Aug 01 01:11:53.729 INFO O| Aug 01 01:11:53.729 INFO STEP 676 (remove_files) COMPLETE
59412024-08-01T01:11:54.658Z[ recovery-image] Aug 01 01:11:53.729 INFO O| Aug 01 01:11:53.729 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-01T01:11:54.666Z[ recovery-image] Aug 01 01:11:53.741 INFO O| Aug 01 01:11:53.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59432024-08-01T01:11:54.669Z[ recovery-image] Aug 01 01:11:53.741 INFO O| Aug 01 01:11:53.741 INFO STEP 677 (remove_files) COMPLETE
59442024-08-01T01:11:54.669Z[ recovery-image] Aug 01 01:11:53.741 INFO O| Aug 01 01:11:53.741 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-01T01:11:54.678Z[ recovery-image] Aug 01 01:11:53.753 INFO O| Aug 01 01:11:53.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59462024-08-01T01:11:54.682Z[ recovery-image] Aug 01 01:11:53.753 INFO O| Aug 01 01:11:53.753 INFO STEP 678 (remove_files) COMPLETE
59472024-08-01T01:11:54.682Z[ recovery-image] Aug 01 01:11:53.753 INFO O| Aug 01 01:11:53.753 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-08-01T01:11:54.690Z[ recovery-image] Aug 01 01:11:53.764 INFO O| Aug 01 01:11:53.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59492024-08-01T01:11:54.690Z[ recovery-image] Aug 01 01:11:53.764 INFO O| Aug 01 01:11:53.764 INFO STEP 679 (remove_files) COMPLETE
59502024-08-01T01:11:54.690Z[ recovery-image] Aug 01 01:11:53.764 INFO O| Aug 01 01:11:53.764 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-01T01:11:54.700Z[ recovery-image] Aug 01 01:11:53.774 INFO O| Aug 01 01:11:53.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59522024-08-01T01:11:54.703Z[ recovery-image] Aug 01 01:11:53.774 INFO O| Aug 01 01:11:53.774 INFO STEP 680 (remove_files) COMPLETE
59532024-08-01T01:11:54.703Z[ recovery-image] Aug 01 01:11:53.775 INFO O| Aug 01 01:11:53.774 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-08-01T01:11:54.710Z[ recovery-image] Aug 01 01:11:53.784 INFO O| Aug 01 01:11:53.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59552024-08-01T01:11:54.710Z[ recovery-image] Aug 01 01:11:53.784 INFO O| Aug 01 01:11:53.784 INFO STEP 681 (remove_files) COMPLETE
59562024-08-01T01:11:54.713Z[ recovery-image] Aug 01 01:11:53.785 INFO O| Aug 01 01:11:53.784 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-08-01T01:11:54.720Z[ recovery-image] Aug 01 01:11:53.794 INFO O| Aug 01 01:11:53.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59582024-08-01T01:11:54.723Z[ recovery-image] Aug 01 01:11:53.795 INFO O| Aug 01 01:11:53.794 INFO STEP 682 (remove_files) COMPLETE
59592024-08-01T01:11:54.723Z[ recovery-image] Aug 01 01:11:53.795 INFO O| Aug 01 01:11:53.795 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-08-01T01:11:54.730Z[ recovery-image] Aug 01 01:11:53.805 INFO O| Aug 01 01:11:53.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59612024-08-01T01:11:54.730Z[ recovery-image] Aug 01 01:11:53.805 INFO O| Aug 01 01:11:53.805 INFO STEP 683 (remove_files) COMPLETE
59622024-08-01T01:11:54.730Z[ recovery-image] Aug 01 01:11:53.805 INFO O| Aug 01 01:11:53.805 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-08-01T01:11:54.740Z[ recovery-image] Aug 01 01:11:53.815 INFO O| Aug 01 01:11:53.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59642024-08-01T01:11:54.740Z[ recovery-image] Aug 01 01:11:53.815 INFO O| Aug 01 01:11:53.815 INFO STEP 684 (remove_files) COMPLETE
59652024-08-01T01:11:54.743Z[ recovery-image] Aug 01 01:11:53.815 INFO O| Aug 01 01:11:53.815 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-08-01T01:11:54.751Z[ recovery-image] Aug 01 01:11:53.825 INFO O| Aug 01 01:11:53.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59672024-08-01T01:11:54.751Z[ recovery-image] Aug 01 01:11:53.825 INFO O| Aug 01 01:11:53.825 INFO STEP 685 (remove_files) COMPLETE
59682024-08-01T01:11:54.754Z[ recovery-image] Aug 01 01:11:53.825 INFO O| Aug 01 01:11:53.825 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-08-01T01:11:54.761Z[ recovery-image] Aug 01 01:11:53.836 INFO O| Aug 01 01:11:53.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59702024-08-01T01:11:54.765Z[ recovery-image] Aug 01 01:11:53.836 INFO O| Aug 01 01:11:53.836 INFO STEP 686 (remove_files) COMPLETE
59712024-08-01T01:11:54.765Z[ recovery-image] Aug 01 01:11:53.836 INFO O| Aug 01 01:11:53.836 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-08-01T01:11:54.772Z[ recovery-image] Aug 01 01:11:53.846 INFO O| Aug 01 01:11:53.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59732024-08-01T01:11:54.772Z[ recovery-image] Aug 01 01:11:53.847 INFO O| Aug 01 01:11:53.847 INFO STEP 687 (remove_files) COMPLETE
59742024-08-01T01:11:54.775Z[ recovery-image] Aug 01 01:11:53.847 INFO O| Aug 01 01:11:53.847 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-08-01T01:11:54.783Z[ recovery-image] Aug 01 01:11:53.857 INFO O| Aug 01 01:11:53.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59762024-08-01T01:11:54.783Z[ recovery-image] Aug 01 01:11:53.857 INFO O| Aug 01 01:11:53.857 INFO STEP 688 (remove_files) COMPLETE
59772024-08-01T01:11:54.783Z[ recovery-image] Aug 01 01:11:53.857 INFO O| Aug 01 01:11:53.857 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-08-01T01:11:54.793Z[ recovery-image] Aug 01 01:11:53.868 INFO O| Aug 01 01:11:53.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59792024-08-01T01:11:54.793Z[ recovery-image] Aug 01 01:11:53.868 INFO O| Aug 01 01:11:53.868 INFO STEP 689 (remove_files) COMPLETE
59802024-08-01T01:11:54.793Z[ recovery-image] Aug 01 01:11:53.868 INFO O| Aug 01 01:11:53.868 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-08-01T01:11:54.803Z[ recovery-image] Aug 01 01:11:53.878 INFO O| Aug 01 01:11:53.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59822024-08-01T01:11:54.803Z[ recovery-image] Aug 01 01:11:53.878 INFO O| Aug 01 01:11:53.878 INFO STEP 690 (remove_files) COMPLETE
59832024-08-01T01:11:54.806Z[ recovery-image] Aug 01 01:11:53.878 INFO O| Aug 01 01:11:53.878 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-08-01T01:11:54.814Z[ recovery-image] Aug 01 01:11:53.888 INFO O| Aug 01 01:11:53.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59852024-08-01T01:11:54.814Z[ recovery-image] Aug 01 01:11:53.888 INFO O| Aug 01 01:11:53.888 INFO STEP 691 (remove_files) COMPLETE
59862024-08-01T01:11:54.817Z[ recovery-image] Aug 01 01:11:53.888 INFO O| Aug 01 01:11:53.888 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-08-01T01:11:54.824Z[ recovery-image] Aug 01 01:11:53.899 INFO O| Aug 01 01:11:53.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59882024-08-01T01:11:54.824Z[ recovery-image] Aug 01 01:11:53.899 INFO O| Aug 01 01:11:53.899 INFO STEP 692 (remove_files) COMPLETE
59892024-08-01T01:11:54.828Z[ recovery-image] Aug 01 01:11:53.899 INFO O| Aug 01 01:11:53.899 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-08-01T01:11:54.835Z[ recovery-image] Aug 01 01:11:53.909 INFO O| Aug 01 01:11:53.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59912024-08-01T01:11:54.835Z[ recovery-image] Aug 01 01:11:53.909 INFO O| Aug 01 01:11:53.909 INFO STEP 693 (remove_files) COMPLETE
59922024-08-01T01:11:54.838Z[ recovery-image] Aug 01 01:11:53.909 INFO O| Aug 01 01:11:53.909 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-08-01T01:11:54.845Z[ recovery-image] Aug 01 01:11:53.920 INFO O| Aug 01 01:11:53.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59942024-08-01T01:11:54.845Z[ recovery-image] Aug 01 01:11:53.920 INFO O| Aug 01 01:11:53.920 INFO STEP 694 (remove_files) COMPLETE
59952024-08-01T01:11:54.848Z[ recovery-image] Aug 01 01:11:53.920 INFO O| Aug 01 01:11:53.920 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-08-01T01:11:54.856Z[ recovery-image] Aug 01 01:11:53.930 INFO O| Aug 01 01:11:53.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59972024-08-01T01:11:54.856Z[ recovery-image] Aug 01 01:11:53.930 INFO O| Aug 01 01:11:53.930 INFO STEP 695 (remove_files) COMPLETE
59982024-08-01T01:11:54.856Z[ recovery-image] Aug 01 01:11:53.930 INFO O| Aug 01 01:11:53.930 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-08-01T01:11:54.866Z[ recovery-image] Aug 01 01:11:53.940 INFO O| Aug 01 01:11:53.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
60002024-08-01T01:11:54.866Z[ recovery-image] Aug 01 01:11:53.940 INFO O| Aug 01 01:11:53.940 INFO STEP 696 (remove_files) COMPLETE
60012024-08-01T01:11:54.869Z[ recovery-image] Aug 01 01:11:53.941 INFO O| Aug 01 01:11:53.940 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-08-01T01:11:54.876Z[ recovery-image] Aug 01 01:11:53.951 INFO O| Aug 01 01:11:53.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60032024-08-01T01:11:54.876Z[ recovery-image] Aug 01 01:11:53.951 INFO O| Aug 01 01:11:53.951 INFO STEP 697 (remove_files) COMPLETE
60042024-08-01T01:11:54.876Z[ recovery-image] Aug 01 01:11:53.951 INFO O| Aug 01 01:11:53.951 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-08-01T01:11:54.888Z[ recovery-image] Aug 01 01:11:53.962 INFO O| Aug 01 01:11:53.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60062024-08-01T01:11:54.891Z[ recovery-image] Aug 01 01:11:53.963 INFO O| Aug 01 01:11:53.963 INFO STEP 698 (remove_files) COMPLETE
60072024-08-01T01:11:54.891Z[ recovery-image] Aug 01 01:11:53.963 INFO O| Aug 01 01:11:53.963 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-08-01T01:11:54.899Z[ recovery-image] Aug 01 01:11:53.973 INFO O| Aug 01 01:11:53.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60092024-08-01T01:11:54.899Z[ recovery-image] Aug 01 01:11:53.973 INFO O| Aug 01 01:11:53.973 INFO STEP 699 (remove_files) COMPLETE
60102024-08-01T01:11:54.899Z[ recovery-image] Aug 01 01:11:53.973 INFO O| Aug 01 01:11:53.973 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-08-01T01:11:54.910Z[ recovery-image] Aug 01 01:11:53.985 INFO O| Aug 01 01:11:53.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60122024-08-01T01:11:54.913Z[ recovery-image] Aug 01 01:11:53.985 INFO O| Aug 01 01:11:53.985 INFO STEP 700 (remove_files) COMPLETE
60132024-08-01T01:11:54.913Z[ recovery-image] Aug 01 01:11:53.985 INFO O| Aug 01 01:11:53.985 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-08-01T01:11:54.921Z[ recovery-image] Aug 01 01:11:53.995 INFO O| Aug 01 01:11:53.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60152024-08-01T01:11:54.921Z[ recovery-image] Aug 01 01:11:53.995 INFO O| Aug 01 01:11:53.995 INFO STEP 701 (remove_files) COMPLETE
60162024-08-01T01:11:54.924Z[ recovery-image] Aug 01 01:11:53.995 INFO O| Aug 01 01:11:53.995 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-08-01T01:11:54.932Z[ recovery-image] Aug 01 01:11:54.007 INFO O| Aug 01 01:11:54.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60182024-08-01T01:11:54.935Z[ recovery-image] Aug 01 01:11:54.007 INFO O| Aug 01 01:11:54.007 INFO STEP 702 (remove_files) COMPLETE
60192024-08-01T01:11:54.935Z[ recovery-image] Aug 01 01:11:54.007 INFO O| Aug 01 01:11:54.007 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-01T01:11:54.944Z[ recovery-image] Aug 01 01:11:54.018 INFO O| Aug 01 01:11:54.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60212024-08-01T01:11:54.944Z[ recovery-image] Aug 01 01:11:54.019 INFO O| Aug 01 01:11:54.018 INFO STEP 703 (remove_files) COMPLETE
60222024-08-01T01:11:54.944Z[ recovery-image] Aug 01 01:11:54.019 INFO O| Aug 01 01:11:54.019 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-01T01:11:54.957Z[ recovery-image] Aug 01 01:11:54.031 INFO O| Aug 01 01:11:54.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60242024-08-01T01:11:54.960Z[ recovery-image] Aug 01 01:11:54.031 INFO O| Aug 01 01:11:54.031 INFO STEP 704 (remove_files) COMPLETE
60252024-08-01T01:11:54.960Z[ recovery-image] Aug 01 01:11:54.031 INFO O| Aug 01 01:11:54.031 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-01T01:11:54.968Z[ recovery-image] Aug 01 01:11:54.042 INFO O| Aug 01 01:11:54.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60272024-08-01T01:11:54.970Z[ recovery-image] Aug 01 01:11:54.042 INFO O| Aug 01 01:11:54.042 INFO STEP 705 (remove_files) COMPLETE
60282024-08-01T01:11:54.970Z[ recovery-image] Aug 01 01:11:54.042 INFO O| Aug 01 01:11:54.042 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-01T01:11:54.980Z[ recovery-image] Aug 01 01:11:54.054 INFO O| Aug 01 01:11:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60302024-08-01T01:11:54.983Z[ recovery-image] Aug 01 01:11:54.055 INFO O| Aug 01 01:11:54.055 INFO STEP 706 (remove_files) COMPLETE
60312024-08-01T01:11:54.983Z[ recovery-image] Aug 01 01:11:54.055 INFO O| Aug 01 01:11:54.055 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-01T01:11:54.993Z[ recovery-image] Aug 01 01:11:54.067 INFO O| Aug 01 01:11:54.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60332024-08-01T01:11:54.996Z[ recovery-image] Aug 01 01:11:54.068 INFO O| Aug 01 01:11:54.068 INFO STEP 707 (remove_files) COMPLETE
60342024-08-01T01:11:54.996Z[ recovery-image] Aug 01 01:11:54.068 INFO O| Aug 01 01:11:54.068 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-01T01:11:55.004Z[ recovery-image] Aug 01 01:11:54.078 INFO O| Aug 01 01:11:54.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60362024-08-01T01:11:55.004Z[ recovery-image] Aug 01 01:11:54.079 INFO O| Aug 01 01:11:54.079 INFO STEP 708 (remove_files) COMPLETE
60372024-08-01T01:11:55.007Z[ recovery-image] Aug 01 01:11:54.079 INFO O| Aug 01 01:11:54.079 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-01T01:11:55.015Z[ recovery-image] Aug 01 01:11:54.090 INFO O| Aug 01 01:11:54.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60392024-08-01T01:11:55.015Z[ recovery-image] Aug 01 01:11:54.090 INFO O| Aug 01 01:11:54.090 INFO STEP 709 (remove_files) COMPLETE
60402024-08-01T01:11:55.015Z[ recovery-image] Aug 01 01:11:54.090 INFO O| Aug 01 01:11:54.090 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-01T01:11:55.027Z[ recovery-image] Aug 01 01:11:54.101 INFO O| Aug 01 01:11:54.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60422024-08-01T01:11:55.027Z[ recovery-image] Aug 01 01:11:54.102 INFO O| Aug 01 01:11:54.102 INFO STEP 710 (remove_files) COMPLETE
60432024-08-01T01:11:55.030Z[ recovery-image] Aug 01 01:11:54.102 INFO O| Aug 01 01:11:54.102 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-01T01:11:55.038Z[ recovery-image] Aug 01 01:11:54.113 INFO O| Aug 01 01:11:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60452024-08-01T01:11:55.038Z[ recovery-image] Aug 01 01:11:54.113 INFO O| Aug 01 01:11:54.113 INFO STEP 711 (remove_files) COMPLETE
60462024-08-01T01:11:55.041Z[ recovery-image] Aug 01 01:11:54.113 INFO O| Aug 01 01:11:54.113 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-01T01:11:55.049Z[ recovery-image] Aug 01 01:11:54.123 INFO O| Aug 01 01:11:54.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60482024-08-01T01:11:55.049Z[ recovery-image] Aug 01 01:11:54.123 INFO O| Aug 01 01:11:54.123 INFO STEP 712 (remove_files) COMPLETE
60492024-08-01T01:11:55.049Z[ recovery-image] Aug 01 01:11:54.123 INFO O| Aug 01 01:11:54.123 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-01T01:11:55.059Z[ recovery-image] Aug 01 01:11:54.134 INFO O| Aug 01 01:11:54.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60512024-08-01T01:11:55.059Z[ recovery-image] Aug 01 01:11:54.134 INFO O| Aug 01 01:11:54.134 INFO STEP 713 (remove_files) COMPLETE
60522024-08-01T01:11:55.062Z[ recovery-image] Aug 01 01:11:54.134 INFO O| Aug 01 01:11:54.134 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-01T01:11:55.070Z[ recovery-image] Aug 01 01:11:54.144 INFO O| Aug 01 01:11:54.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60542024-08-01T01:11:55.073Z[ recovery-image] Aug 01 01:11:54.144 INFO O| Aug 01 01:11:54.144 INFO STEP 714 (remove_files) COMPLETE
60552024-08-01T01:11:55.073Z[ recovery-image] Aug 01 01:11:54.144 INFO O| Aug 01 01:11:54.144 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-01T01:11:55.080Z[ recovery-image] Aug 01 01:11:54.154 INFO O| Aug 01 01:11:54.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60572024-08-01T01:11:55.080Z[ recovery-image] Aug 01 01:11:54.155 INFO O| Aug 01 01:11:54.155 INFO STEP 715 (remove_files) COMPLETE
60582024-08-01T01:11:55.083Z[ recovery-image] Aug 01 01:11:54.155 INFO O| Aug 01 01:11:54.155 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-01T01:11:55.090Z[ recovery-image] Aug 01 01:11:54.164 INFO O| Aug 01 01:11:54.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60602024-08-01T01:11:55.090Z[ recovery-image] Aug 01 01:11:54.165 INFO O| Aug 01 01:11:54.165 INFO STEP 716 (remove_files) COMPLETE
60612024-08-01T01:11:55.090Z[ recovery-image] Aug 01 01:11:54.165 INFO O| Aug 01 01:11:54.165 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-01T01:11:55.108Z[ recovery-image] Aug 01 01:11:54.182 INFO O| Aug 01 01:11:54.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60632024-08-01T01:11:55.108Z[ recovery-image] Aug 01 01:11:54.182 INFO O| Aug 01 01:11:54.182 INFO STEP 717 (remove_files) COMPLETE
60642024-08-01T01:11:55.111Z[ recovery-image] Aug 01 01:11:54.183 INFO O| Aug 01 01:11:54.182 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-08-01T01:11:55.124Z[ recovery-image] Aug 01 01:11:54.199 INFO O| Aug 01 01:11:54.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60662024-08-01T01:11:55.127Z[ recovery-image] Aug 01 01:11:54.199 INFO O| Aug 01 01:11:54.199 INFO STEP 718 (remove_files) COMPLETE
60672024-08-01T01:11:55.127Z[ recovery-image] Aug 01 01:11:54.199 INFO O| Aug 01 01:11:54.199 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-08-01T01:11:55.138Z[ recovery-image] Aug 01 01:11:54.213 INFO O| Aug 01 01:11:54.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60692024-08-01T01:11:55.138Z[ recovery-image] Aug 01 01:11:54.213 INFO O| Aug 01 01:11:54.213 INFO STEP 719 (remove_files) COMPLETE
60702024-08-01T01:11:55.138Z[ recovery-image] Aug 01 01:11:54.213 INFO O| Aug 01 01:11:54.213 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-01T01:11:55.149Z[ recovery-image] Aug 01 01:11:54.224 INFO O| Aug 01 01:11:54.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60722024-08-01T01:11:55.152Z[ recovery-image] Aug 01 01:11:54.224 INFO O| Aug 01 01:11:54.224 INFO STEP 720 (remove_files) COMPLETE
60732024-08-01T01:11:55.152Z[ recovery-image] Aug 01 01:11:54.224 INFO O| Aug 01 01:11:54.224 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-01T01:11:55.161Z[ recovery-image] Aug 01 01:11:54.236 INFO O| Aug 01 01:11:54.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60752024-08-01T01:11:55.161Z[ recovery-image] Aug 01 01:11:54.236 INFO O| Aug 01 01:11:54.236 INFO STEP 721 (remove_files) COMPLETE
60762024-08-01T01:11:55.161Z[ recovery-image] Aug 01 01:11:54.236 INFO O| Aug 01 01:11:54.236 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-01T01:11:55.172Z[ recovery-image] Aug 01 01:11:54.247 INFO O| Aug 01 01:11:54.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60782024-08-01T01:11:55.172Z[ recovery-image] Aug 01 01:11:54.247 INFO O| Aug 01 01:11:54.247 INFO STEP 722 (remove_files) COMPLETE
60792024-08-01T01:11:55.175Z[ recovery-image] Aug 01 01:11:54.247 INFO O| Aug 01 01:11:54.247 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-01T01:11:55.184Z[ recovery-image] Aug 01 01:11:54.258 INFO O| Aug 01 01:11:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60812024-08-01T01:11:55.184Z[ recovery-image] Aug 01 01:11:54.258 INFO O| Aug 01 01:11:54.258 INFO STEP 723 (remove_files) COMPLETE
60822024-08-01T01:11:55.184Z[ recovery-image] Aug 01 01:11:54.258 INFO O| Aug 01 01:11:54.258 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-01T01:11:55.192Z[ host-image] Aug 01 01:11:54.267 INFO O| Aug 01 01:11:54.267 INFO O| Actions: Completed 22 actions in 0.56 seconds.
60842024-08-01T01:11:55.205Z[ recovery-image] Aug 01 01:11:54.269 INFO O| Aug 01 01:11:54.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60852024-08-01T01:11:55.206Z[ recovery-image] Aug 01 01:11:54.269 INFO O| Aug 01 01:11:54.269 INFO STEP 724 (remove_files) COMPLETE
60862024-08-01T01:11:55.206Z[ recovery-image] Aug 01 01:11:54.269 INFO O| Aug 01 01:11:54.269 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-08-01T01:11:55.210Z[ recovery-image] Aug 01 01:11:54.282 INFO O| Aug 01 01:11:54.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60882024-08-01T01:11:55.210Z[ recovery-image] Aug 01 01:11:54.282 INFO O| Aug 01 01:11:54.282 INFO STEP 725 (remove_files) COMPLETE
60892024-08-01T01:11:55.210Z[ recovery-image] Aug 01 01:11:54.282 INFO O| Aug 01 01:11:54.282 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-08-01T01:11:55.220Z[ recovery-image] Aug 01 01:11:54.294 INFO O| Aug 01 01:11:54.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60912024-08-01T01:11:55.220Z[ recovery-image] Aug 01 01:11:54.295 INFO O| Aug 01 01:11:54.295 INFO STEP 726 (remove_files) COMPLETE
60922024-08-01T01:11:55.223Z[ recovery-image] Aug 01 01:11:54.295 INFO O| Aug 01 01:11:54.295 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-08-01T01:11:55.233Z[ recovery-image] Aug 01 01:11:54.307 INFO O| Aug 01 01:11:54.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60942024-08-01T01:11:55.233Z[ recovery-image] Aug 01 01:11:54.307 INFO O| Aug 01 01:11:54.307 INFO STEP 727 (remove_files) COMPLETE
60952024-08-01T01:11:55.236Z[ recovery-image] Aug 01 01:11:54.307 INFO O| Aug 01 01:11:54.307 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-08-01T01:11:55.246Z[ recovery-image] Aug 01 01:11:54.320 INFO O| Aug 01 01:11:54.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60972024-08-01T01:11:55.246Z[ recovery-image] Aug 01 01:11:54.320 INFO O| Aug 01 01:11:54.320 INFO STEP 728 (remove_files) COMPLETE
60982024-08-01T01:11:55.249Z[ recovery-image] Aug 01 01:11:54.320 INFO O| Aug 01 01:11:54.320 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-08-01T01:11:55.258Z[ recovery-image] Aug 01 01:11:54.333 INFO O| Aug 01 01:11:54.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
61002024-08-01T01:11:55.259Z[ recovery-image] Aug 01 01:11:54.333 INFO O| Aug 01 01:11:54.333 INFO STEP 729 (remove_files) COMPLETE
61012024-08-01T01:11:55.259Z[ recovery-image] Aug 01 01:11:54.333 INFO O| Aug 01 01:11:54.333 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-08-01T01:11:55.273Z[ recovery-image] Aug 01 01:11:54.348 INFO O| Aug 01 01:11:54.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61032024-08-01T01:11:55.273Z[ recovery-image] Aug 01 01:11:54.348 INFO O| Aug 01 01:11:54.348 INFO STEP 730 (remove_files) COMPLETE
61042024-08-01T01:11:55.277Z[ recovery-image] Aug 01 01:11:54.348 INFO O| Aug 01 01:11:54.348 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-08-01T01:11:55.287Z[ recovery-image] Aug 01 01:11:54.361 INFO O| Aug 01 01:11:54.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61062024-08-01T01:11:55.290Z[ recovery-image] Aug 01 01:11:54.361 INFO O| Aug 01 01:11:54.361 INFO STEP 731 (remove_files) COMPLETE
61072024-08-01T01:11:55.290Z[ recovery-image] Aug 01 01:11:54.361 INFO O| Aug 01 01:11:54.361 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-08-01T01:11:55.300Z[ recovery-image] Aug 01 01:11:54.374 INFO O| Aug 01 01:11:54.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61092024-08-01T01:11:55.300Z[ recovery-image] Aug 01 01:11:54.374 INFO O| Aug 01 01:11:54.374 INFO STEP 732 (remove_files) COMPLETE
61102024-08-01T01:11:55.300Z[ recovery-image] Aug 01 01:11:54.374 INFO O| Aug 01 01:11:54.374 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-08-01T01:11:55.312Z[ recovery-image] Aug 01 01:11:54.387 INFO O| Aug 01 01:11:54.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61122024-08-01T01:11:55.312Z[ recovery-image] Aug 01 01:11:54.387 INFO O| Aug 01 01:11:54.387 INFO STEP 733 (remove_files) COMPLETE
61132024-08-01T01:11:55.312Z[ recovery-image] Aug 01 01:11:54.387 INFO O| Aug 01 01:11:54.387 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-08-01T01:11:55.324Z[ recovery-image] Aug 01 01:11:54.399 INFO O| Aug 01 01:11:54.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61152024-08-01T01:11:55.324Z[ recovery-image] Aug 01 01:11:54.399 INFO O| Aug 01 01:11:54.399 INFO STEP 734 (remove_files) COMPLETE
61162024-08-01T01:11:55.327Z[ recovery-image] Aug 01 01:11:54.399 INFO O| Aug 01 01:11:54.399 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-08-01T01:11:55.337Z[ recovery-image] Aug 01 01:11:54.411 INFO O| Aug 01 01:11:54.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61182024-08-01T01:11:55.337Z[ recovery-image] Aug 01 01:11:54.411 INFO O| Aug 01 01:11:54.411 INFO STEP 735 (remove_files) COMPLETE
61192024-08-01T01:11:55.340Z[ recovery-image] Aug 01 01:11:54.411 INFO O| Aug 01 01:11:54.411 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-08-01T01:11:55.349Z[ recovery-image] Aug 01 01:11:54.423 INFO O| Aug 01 01:11:54.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61212024-08-01T01:11:55.349Z[ recovery-image] Aug 01 01:11:54.424 INFO O| Aug 01 01:11:54.423 INFO STEP 736 (remove_files) COMPLETE
61222024-08-01T01:11:55.352Z[ recovery-image] Aug 01 01:11:54.424 INFO O| Aug 01 01:11:54.424 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-08-01T01:11:55.361Z[ recovery-image] Aug 01 01:11:54.436 INFO O| Aug 01 01:11:54.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61242024-08-01T01:11:55.361Z[ recovery-image] Aug 01 01:11:54.436 INFO O| Aug 01 01:11:54.436 INFO STEP 737 (remove_files) COMPLETE
61252024-08-01T01:11:55.364Z[ recovery-image] Aug 01 01:11:54.436 INFO O| Aug 01 01:11:54.436 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-08-01T01:11:55.373Z[ recovery-image] Aug 01 01:11:54.448 INFO O| Aug 01 01:11:54.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61272024-08-01T01:11:55.373Z[ recovery-image] Aug 01 01:11:54.448 INFO O| Aug 01 01:11:54.448 INFO STEP 738 (remove_files) COMPLETE
61282024-08-01T01:11:55.376Z[ recovery-image] Aug 01 01:11:54.448 INFO O| Aug 01 01:11:54.448 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-08-01T01:11:55.386Z[ recovery-image] Aug 01 01:11:54.460 INFO O| Aug 01 01:11:54.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61302024-08-01T01:11:55.386Z[ recovery-image] Aug 01 01:11:54.460 INFO O| Aug 01 01:11:54.460 INFO STEP 739 (remove_files) COMPLETE
61312024-08-01T01:11:55.389Z[ recovery-image] Aug 01 01:11:54.460 INFO O| Aug 01 01:11:54.460 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-08-01T01:11:55.401Z[ recovery-image] Aug 01 01:11:54.475 INFO O| Aug 01 01:11:54.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61332024-08-01T01:11:55.401Z[ recovery-image] Aug 01 01:11:54.475 INFO O| Aug 01 01:11:54.475 INFO STEP 740 (remove_files) COMPLETE
61342024-08-01T01:11:55.404Z[ recovery-image] Aug 01 01:11:54.476 INFO O| Aug 01 01:11:54.475 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-08-01T01:11:55.416Z[ recovery-image] Aug 01 01:11:54.491 INFO O| Aug 01 01:11:54.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61362024-08-01T01:11:55.416Z[ recovery-image] Aug 01 01:11:54.491 INFO O| Aug 01 01:11:54.491 INFO STEP 741 (remove_files) COMPLETE
61372024-08-01T01:11:55.416Z[ recovery-image] Aug 01 01:11:54.491 INFO O| Aug 01 01:11:54.491 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-08-01T01:11:55.431Z[ recovery-image] Aug 01 01:11:54.505 INFO O| Aug 01 01:11:54.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61392024-08-01T01:11:55.431Z[ recovery-image] Aug 01 01:11:54.505 INFO O| Aug 01 01:11:54.505 INFO STEP 742 (remove_files) COMPLETE
61402024-08-01T01:11:55.434Z[ recovery-image] Aug 01 01:11:54.505 INFO O| Aug 01 01:11:54.505 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-08-01T01:11:55.445Z[ recovery-image] Aug 01 01:11:54.519 INFO O| Aug 01 01:11:54.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61422024-08-01T01:11:55.448Z[ recovery-image] Aug 01 01:11:54.520 INFO O| Aug 01 01:11:54.520 INFO STEP 743 (remove_files) COMPLETE
61432024-08-01T01:11:55.448Z[ recovery-image] Aug 01 01:11:54.520 INFO O| Aug 01 01:11:54.520 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-08-01T01:11:55.458Z[ recovery-image] Aug 01 01:11:54.533 INFO O| Aug 01 01:11:54.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61452024-08-01T01:11:55.458Z[ recovery-image] Aug 01 01:11:54.533 INFO O| Aug 01 01:11:54.533 INFO STEP 744 (remove_files) COMPLETE
61462024-08-01T01:11:55.458Z[ recovery-image] Aug 01 01:11:54.533 INFO O| Aug 01 01:11:54.533 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-08-01T01:11:55.474Z[ recovery-image] Aug 01 01:11:54.548 INFO O| Aug 01 01:11:54.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61482024-08-01T01:11:55.474Z[ recovery-image] Aug 01 01:11:54.548 INFO O| Aug 01 01:11:54.548 INFO STEP 745 (remove_files) COMPLETE
61492024-08-01T01:11:55.474Z[ recovery-image] Aug 01 01:11:54.548 INFO O| Aug 01 01:11:54.548 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-08-01T01:11:55.487Z[ recovery-image] Aug 01 01:11:54.561 INFO O| Aug 01 01:11:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61512024-08-01T01:11:55.487Z[ recovery-image] Aug 01 01:11:54.561 INFO O| Aug 01 01:11:54.561 INFO STEP 746 (remove_files) COMPLETE
61522024-08-01T01:11:55.490Z[ recovery-image] Aug 01 01:11:54.561 INFO O| Aug 01 01:11:54.561 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-08-01T01:11:55.500Z[ recovery-image] Aug 01 01:11:54.575 INFO O| Aug 01 01:11:54.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61542024-08-01T01:11:55.500Z[ recovery-image] Aug 01 01:11:54.575 INFO O| Aug 01 01:11:54.575 INFO STEP 747 (remove_files) COMPLETE
61552024-08-01T01:11:55.503Z[ recovery-image] Aug 01 01:11:54.575 INFO O| Aug 01 01:11:54.575 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-08-01T01:11:55.506Z[ host-image] Aug 01 01:11:54.581 INFO O| Aug 01 01:11:54.581 INFO O| Done
61572024-08-01T01:11:55.506Z[ host-image] Aug 01 01:11:54.581 INFO O| Aug 01 01:11:54.581 INFO O| Done
61582024-08-01T01:11:55.514Z[ recovery-image] Aug 01 01:11:54.588 INFO O| Aug 01 01:11:54.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61592024-08-01T01:11:55.514Z[ recovery-image] Aug 01 01:11:54.588 INFO O| Aug 01 01:11:54.588 INFO STEP 748 (remove_files) COMPLETE
61602024-08-01T01:11:55.514Z[ recovery-image] Aug 01 01:11:54.588 INFO O| Aug 01 01:11:54.588 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-01T01:11:55.526Z[ recovery-image] Aug 01 01:11:54.601 INFO O| Aug 01 01:11:54.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61622024-08-01T01:11:55.529Z[ recovery-image] Aug 01 01:11:54.601 INFO O| Aug 01 01:11:54.601 INFO STEP 749 (remove_files) COMPLETE
61632024-08-01T01:11:55.529Z[ recovery-image] Aug 01 01:11:54.601 INFO O| Aug 01 01:11:54.601 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-01T01:11:55.538Z[ recovery-image] Aug 01 01:11:54.613 INFO O| Aug 01 01:11:54.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61652024-08-01T01:11:55.538Z[ recovery-image] Aug 01 01:11:54.613 INFO O| Aug 01 01:11:54.613 INFO STEP 750 (remove_files) COMPLETE
61662024-08-01T01:11:55.538Z[ recovery-image] Aug 01 01:11:54.613 INFO O| Aug 01 01:11:54.613 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-01T01:11:55.550Z[ recovery-image] Aug 01 01:11:54.624 INFO O| Aug 01 01:11:54.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61682024-08-01T01:11:55.550Z[ recovery-image] Aug 01 01:11:54.624 INFO O| Aug 01 01:11:54.624 INFO STEP 751 (remove_files) COMPLETE
61692024-08-01T01:11:55.553Z[ recovery-image] Aug 01 01:11:54.624 INFO O| Aug 01 01:11:54.624 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-08-01T01:11:55.561Z[ recovery-image] Aug 01 01:11:54.636 INFO O| Aug 01 01:11:54.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61712024-08-01T01:11:55.561Z[ recovery-image] Aug 01 01:11:54.636 INFO O| Aug 01 01:11:54.636 INFO STEP 752 (remove_files) COMPLETE
61722024-08-01T01:11:55.561Z[ recovery-image] Aug 01 01:11:54.636 INFO O| Aug 01 01:11:54.636 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-08-01T01:11:55.572Z[ recovery-image] Aug 01 01:11:54.647 INFO O| Aug 01 01:11:54.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61742024-08-01T01:11:55.572Z[ recovery-image] Aug 01 01:11:54.647 INFO O| Aug 01 01:11:54.647 INFO STEP 753 (remove_files) COMPLETE
61752024-08-01T01:11:55.575Z[ recovery-image] Aug 01 01:11:54.647 INFO O| Aug 01 01:11:54.647 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-08-01T01:11:55.590Z[ recovery-image] Aug 01 01:11:54.659 INFO O| Aug 01 01:11:54.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61772024-08-01T01:11:55.590Z[ recovery-image] Aug 01 01:11:54.659 INFO O| Aug 01 01:11:54.659 INFO STEP 754 (remove_files) COMPLETE
61782024-08-01T01:11:55.590Z[ recovery-image] Aug 01 01:11:54.659 INFO O| Aug 01 01:11:54.659 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-08-01T01:11:55.597Z[ recovery-image] Aug 01 01:11:54.671 INFO O| Aug 01 01:11:54.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61802024-08-01T01:11:55.597Z[ recovery-image] Aug 01 01:11:54.671 INFO O| Aug 01 01:11:54.671 INFO STEP 755 (remove_files) COMPLETE
61812024-08-01T01:11:55.600Z[ recovery-image] Aug 01 01:11:54.671 INFO O| Aug 01 01:11:54.671 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-08-01T01:11:55.607Z[ recovery-image] Aug 01 01:11:54.682 INFO O| Aug 01 01:11:54.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61832024-08-01T01:11:55.607Z[ recovery-image] Aug 01 01:11:54.682 INFO O| Aug 01 01:11:54.682 INFO STEP 756 (remove_files) COMPLETE
61842024-08-01T01:11:55.607Z[ recovery-image] Aug 01 01:11:54.682 INFO O| Aug 01 01:11:54.682 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-08-01T01:11:55.618Z[ recovery-image] Aug 01 01:11:54.693 INFO O| Aug 01 01:11:54.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61862024-08-01T01:11:55.621Z[ recovery-image] Aug 01 01:11:54.693 INFO O| Aug 01 01:11:54.693 INFO STEP 757 (remove_files) COMPLETE
61872024-08-01T01:11:55.621Z[ recovery-image] Aug 01 01:11:54.693 INFO O| Aug 01 01:11:54.693 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-08-01T01:11:55.630Z[ recovery-image] Aug 01 01:11:54.705 INFO O| Aug 01 01:11:54.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61892024-08-01T01:11:55.633Z[ recovery-image] Aug 01 01:11:54.705 INFO O| Aug 01 01:11:54.705 INFO STEP 758 (remove_files) COMPLETE
61902024-08-01T01:11:55.633Z[ recovery-image] Aug 01 01:11:54.705 INFO O| Aug 01 01:11:54.705 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-08-01T01:11:55.640Z[ recovery-image] Aug 01 01:11:54.715 INFO O| Aug 01 01:11:54.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61922024-08-01T01:11:55.643Z[ recovery-image] Aug 01 01:11:54.715 INFO O| Aug 01 01:11:54.715 INFO STEP 759 (remove_files) COMPLETE
61932024-08-01T01:11:55.643Z[ recovery-image] Aug 01 01:11:54.715 INFO O| Aug 01 01:11:54.715 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-08-01T01:11:55.650Z[ recovery-image] Aug 01 01:11:54.725 INFO O| Aug 01 01:11:54.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61952024-08-01T01:11:55.654Z[ recovery-image] Aug 01 01:11:54.725 INFO O| Aug 01 01:11:54.725 INFO STEP 760 (remove_files) COMPLETE
61962024-08-01T01:11:55.654Z[ recovery-image] Aug 01 01:11:54.725 INFO O| Aug 01 01:11:54.725 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-08-01T01:11:55.660Z[ recovery-image] Aug 01 01:11:54.735 INFO O| Aug 01 01:11:54.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61982024-08-01T01:11:55.660Z[ recovery-image] Aug 01 01:11:54.735 INFO O| Aug 01 01:11:54.735 INFO STEP 761 (remove_files) COMPLETE
61992024-08-01T01:11:55.663Z[ recovery-image] Aug 01 01:11:54.735 INFO O| Aug 01 01:11:54.735 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-08-01T01:11:55.671Z[ recovery-image] Aug 01 01:11:54.745 INFO O| Aug 01 01:11:54.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
62012024-08-01T01:11:55.675Z[ recovery-image] Aug 01 01:11:54.745 INFO O| Aug 01 01:11:54.745 INFO STEP 762 (remove_files) COMPLETE
62022024-08-01T01:11:55.675Z[ recovery-image] Aug 01 01:11:54.745 INFO O| Aug 01 01:11:54.745 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-08-01T01:11:55.680Z[ recovery-image] Aug 01 01:11:54.755 INFO O| Aug 01 01:11:54.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
62042024-08-01T01:11:55.684Z[ recovery-image] Aug 01 01:11:54.755 INFO O| Aug 01 01:11:54.755 INFO STEP 763 (remove_files) COMPLETE
62052024-08-01T01:11:55.684Z[ recovery-image] Aug 01 01:11:54.755 INFO O| Aug 01 01:11:54.755 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-08-01T01:11:55.691Z[ recovery-image] Aug 01 01:11:54.766 INFO O| Aug 01 01:11:54.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
62072024-08-01T01:11:55.694Z[ recovery-image] Aug 01 01:11:54.766 INFO O| Aug 01 01:11:54.766 INFO STEP 764 (remove_files) COMPLETE
62082024-08-01T01:11:55.694Z[ recovery-image] Aug 01 01:11:54.766 INFO O| Aug 01 01:11:54.766 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-08-01T01:11:55.701Z[ recovery-image] Aug 01 01:11:54.776 INFO O| Aug 01 01:11:54.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62102024-08-01T01:11:55.701Z[ recovery-image] Aug 01 01:11:54.776 INFO O| Aug 01 01:11:54.776 INFO STEP 765 (remove_files) COMPLETE
62112024-08-01T01:11:55.704Z[ recovery-image] Aug 01 01:11:54.776 INFO O| Aug 01 01:11:54.776 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-08-01T01:11:55.711Z[ recovery-image] Aug 01 01:11:54.786 INFO O| Aug 01 01:11:54.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62132024-08-01T01:11:55.714Z[ recovery-image] Aug 01 01:11:54.787 INFO O| Aug 01 01:11:54.787 INFO STEP 766 (remove_files) COMPLETE
62142024-08-01T01:11:55.714Z[ recovery-image] Aug 01 01:11:54.787 INFO O| Aug 01 01:11:54.787 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-08-01T01:11:55.723Z[ recovery-image] Aug 01 01:11:54.798 INFO O| Aug 01 01:11:54.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62162024-08-01T01:11:55.724Z[ recovery-image] Aug 01 01:11:54.798 INFO O| Aug 01 01:11:54.798 INFO STEP 767 (remove_files) COMPLETE
62172024-08-01T01:11:55.726Z[ recovery-image] Aug 01 01:11:54.799 INFO O| Aug 01 01:11:54.798 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-08-01T01:11:55.736Z[ recovery-image] Aug 01 01:11:54.810 INFO O| Aug 01 01:11:54.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62192024-08-01T01:11:55.736Z[ recovery-image] Aug 01 01:11:54.810 INFO O| Aug 01 01:11:54.810 INFO STEP 768 (remove_files) COMPLETE
62202024-08-01T01:11:55.739Z[ recovery-image] Aug 01 01:11:54.810 INFO O| Aug 01 01:11:54.810 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-08-01T01:11:55.748Z[ recovery-image] Aug 01 01:11:54.823 INFO O| Aug 01 01:11:54.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62222024-08-01T01:11:55.749Z[ recovery-image] Aug 01 01:11:54.823 INFO O| Aug 01 01:11:54.823 INFO STEP 769 (remove_files) COMPLETE
62232024-08-01T01:11:55.749Z[ recovery-image] Aug 01 01:11:54.823 INFO O| Aug 01 01:11:54.823 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-08-01T01:11:55.759Z[ recovery-image] Aug 01 01:11:54.834 INFO O| Aug 01 01:11:54.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62252024-08-01T01:11:55.759Z[ recovery-image] Aug 01 01:11:54.834 INFO O| Aug 01 01:11:54.834 INFO STEP 770 (remove_files) COMPLETE
62262024-08-01T01:11:55.762Z[ recovery-image] Aug 01 01:11:54.834 INFO O| Aug 01 01:11:54.834 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-01T01:11:55.771Z[ recovery-image] Aug 01 01:11:54.846 INFO O| Aug 01 01:11:54.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62282024-08-01T01:11:55.771Z[ recovery-image] Aug 01 01:11:54.846 INFO O| Aug 01 01:11:54.846 INFO STEP 771 (remove_files) COMPLETE
62292024-08-01T01:11:55.771Z[ recovery-image] Aug 01 01:11:54.846 INFO O| Aug 01 01:11:54.846 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-08-01T01:11:55.783Z[ recovery-image] Aug 01 01:11:54.857 INFO O| Aug 01 01:11:54.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62312024-08-01T01:11:55.783Z[ recovery-image] Aug 01 01:11:54.857 INFO O| Aug 01 01:11:54.857 INFO STEP 772 (remove_files) COMPLETE
62322024-08-01T01:11:55.786Z[ recovery-image] Aug 01 01:11:54.857 INFO O| Aug 01 01:11:54.857 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-08-01T01:11:55.794Z[ recovery-image] Aug 01 01:11:54.869 INFO O| Aug 01 01:11:54.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62342024-08-01T01:11:55.794Z[ recovery-image] Aug 01 01:11:54.869 INFO O| Aug 01 01:11:54.869 INFO STEP 773 (remove_files) COMPLETE
62352024-08-01T01:11:55.797Z[ recovery-image] Aug 01 01:11:54.869 INFO O| Aug 01 01:11:54.869 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-01T01:11:55.807Z[ recovery-image] Aug 01 01:11:54.882 INFO O| Aug 01 01:11:54.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62372024-08-01T01:11:55.807Z[ recovery-image] Aug 01 01:11:54.882 INFO O| Aug 01 01:11:54.882 INFO STEP 774 (remove_files) COMPLETE
62382024-08-01T01:11:55.807Z[ recovery-image] Aug 01 01:11:54.882 INFO O| Aug 01 01:11:54.882 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-01T01:11:55.819Z[ recovery-image] Aug 01 01:11:54.893 INFO O| Aug 01 01:11:54.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62402024-08-01T01:11:55.819Z[ recovery-image] Aug 01 01:11:54.893 INFO O| Aug 01 01:11:54.893 INFO STEP 775 (remove_files) COMPLETE
62412024-08-01T01:11:55.819Z[ recovery-image] Aug 01 01:11:54.894 INFO O| Aug 01 01:11:54.893 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-08-01T01:11:55.832Z[ recovery-image] Aug 01 01:11:54.907 INFO O| Aug 01 01:11:54.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62432024-08-01T01:11:55.832Z[ recovery-image] Aug 01 01:11:54.907 INFO O| Aug 01 01:11:54.907 INFO STEP 776 (remove_files) COMPLETE
62442024-08-01T01:11:55.835Z[ recovery-image] Aug 01 01:11:54.907 INFO O| Aug 01 01:11:54.907 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-01T01:11:55.845Z[ recovery-image] Aug 01 01:11:54.920 INFO O| Aug 01 01:11:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62462024-08-01T01:11:55.845Z[ recovery-image] Aug 01 01:11:54.920 INFO O| Aug 01 01:11:54.920 INFO STEP 777 (remove_files) COMPLETE
62472024-08-01T01:11:55.848Z[ recovery-image] Aug 01 01:11:54.920 INFO O| Aug 01 01:11:54.920 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-08-01T01:11:55.857Z[ recovery-image] Aug 01 01:11:54.932 INFO O| Aug 01 01:11:54.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62492024-08-01T01:11:55.857Z[ recovery-image] Aug 01 01:11:54.932 INFO O| Aug 01 01:11:54.932 INFO STEP 778 (remove_files) COMPLETE
62502024-08-01T01:11:55.860Z[ recovery-image] Aug 01 01:11:54.932 INFO O| Aug 01 01:11:54.932 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-08-01T01:11:55.868Z[ recovery-image] Aug 01 01:11:54.943 INFO O| Aug 01 01:11:54.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62522024-08-01T01:11:55.868Z[ recovery-image] Aug 01 01:11:54.943 INFO O| Aug 01 01:11:54.943 INFO STEP 779 (remove_files) COMPLETE
62532024-08-01T01:11:55.870Z[ recovery-image] Aug 01 01:11:54.943 INFO O| Aug 01 01:11:54.943 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-08-01T01:11:55.870Z[ host-image] Aug 01 01:11:54.945 INFO O| Aug 01 01:11:54.945 INFO O| Done
62552024-08-01T01:11:55.879Z[ recovery-image] Aug 01 01:11:54.954 INFO O| Aug 01 01:11:54.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62562024-08-01T01:11:55.879Z[ recovery-image] Aug 01 01:11:54.954 INFO O| Aug 01 01:11:54.954 INFO STEP 780 (remove_files) COMPLETE
62572024-08-01T01:11:55.882Z[ recovery-image] Aug 01 01:11:54.954 INFO O| Aug 01 01:11:54.954 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-08-01T01:11:55.889Z[ recovery-image] Aug 01 01:11:54.964 INFO O| Aug 01 01:11:54.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62592024-08-01T01:11:55.892Z[ recovery-image] Aug 01 01:11:54.964 INFO O| Aug 01 01:11:54.964 INFO STEP 781 (remove_files) COMPLETE
62602024-08-01T01:11:55.892Z[ recovery-image] Aug 01 01:11:54.965 INFO O| Aug 01 01:11:54.964 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-08-01T01:11:55.900Z[ recovery-image] Aug 01 01:11:54.975 INFO O| Aug 01 01:11:54.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62622024-08-01T01:11:55.903Z[ recovery-image] Aug 01 01:11:54.975 INFO O| Aug 01 01:11:54.975 INFO STEP 782 (remove_files) COMPLETE
62632024-08-01T01:11:55.903Z[ recovery-image] Aug 01 01:11:54.975 INFO O| Aug 01 01:11:54.975 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-08-01T01:11:55.912Z[ recovery-image] Aug 01 01:11:54.987 INFO O| Aug 01 01:11:54.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62652024-08-01T01:11:55.912Z[ recovery-image] Aug 01 01:11:54.987 INFO O| Aug 01 01:11:54.987 INFO STEP 783 (remove_files) COMPLETE
62662024-08-01T01:11:55.915Z[ recovery-image] Aug 01 01:11:54.987 INFO O| Aug 01 01:11:54.987 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-08-01T01:11:55.923Z[ recovery-image] Aug 01 01:11:54.998 INFO O| Aug 01 01:11:54.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62682024-08-01T01:11:55.926Z[ recovery-image] Aug 01 01:11:54.998 INFO O| Aug 01 01:11:54.998 INFO STEP 784 (remove_files) COMPLETE
62692024-08-01T01:11:55.926Z[ recovery-image] Aug 01 01:11:54.998 INFO O| Aug 01 01:11:54.998 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-08-01T01:11:55.934Z[ recovery-image] Aug 01 01:11:55.009 INFO O| Aug 01 01:11:55.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62712024-08-01T01:11:55.934Z[ recovery-image] Aug 01 01:11:55.009 INFO O| Aug 01 01:11:55.009 INFO STEP 785 (remove_files) COMPLETE
62722024-08-01T01:11:55.937Z[ recovery-image] Aug 01 01:11:55.009 INFO O| Aug 01 01:11:55.009 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-08-01T01:11:55.948Z[ recovery-image] Aug 01 01:11:55.023 INFO O| Aug 01 01:11:55.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62742024-08-01T01:11:55.948Z[ recovery-image] Aug 01 01:11:55.023 INFO O| Aug 01 01:11:55.023 INFO STEP 786 (remove_files) COMPLETE
62752024-08-01T01:11:55.952Z[ recovery-image] Aug 01 01:11:55.023 INFO O| Aug 01 01:11:55.023 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-08-01T01:11:55.961Z[ recovery-image] Aug 01 01:11:55.036 INFO O| Aug 01 01:11:55.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62772024-08-01T01:11:55.961Z[ recovery-image] Aug 01 01:11:55.036 INFO O| Aug 01 01:11:55.036 INFO STEP 787 (remove_files) COMPLETE
62782024-08-01T01:11:55.964Z[ recovery-image] Aug 01 01:11:55.036 INFO O| Aug 01 01:11:55.036 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-08-01T01:11:55.972Z[ recovery-image] Aug 01 01:11:55.047 INFO O| Aug 01 01:11:55.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62802024-08-01T01:11:55.973Z[ recovery-image] Aug 01 01:11:55.047 INFO O| Aug 01 01:11:55.047 INFO STEP 788 (remove_files) COMPLETE
62812024-08-01T01:11:55.976Z[ recovery-image] Aug 01 01:11:55.047 INFO O| Aug 01 01:11:55.047 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-08-01T01:11:55.984Z[ recovery-image] Aug 01 01:11:55.059 INFO O| Aug 01 01:11:55.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62832024-08-01T01:11:55.984Z[ recovery-image] Aug 01 01:11:55.059 INFO O| Aug 01 01:11:55.059 INFO STEP 789 (remove_files) COMPLETE
62842024-08-01T01:11:55.987Z[ recovery-image] Aug 01 01:11:55.059 INFO O| Aug 01 01:11:55.059 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-08-01T01:11:55.996Z[ recovery-image] Aug 01 01:11:55.070 INFO O| Aug 01 01:11:55.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62862024-08-01T01:11:55.996Z[ recovery-image] Aug 01 01:11:55.071 INFO O| Aug 01 01:11:55.070 INFO STEP 790 (remove_files) COMPLETE
62872024-08-01T01:11:55.999Z[ recovery-image] Aug 01 01:11:55.071 INFO O| Aug 01 01:11:55.071 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-08-01T01:11:56.007Z[ recovery-image] Aug 01 01:11:55.082 INFO O| Aug 01 01:11:55.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62892024-08-01T01:11:56.007Z[ recovery-image] Aug 01 01:11:55.082 INFO O| Aug 01 01:11:55.082 INFO STEP 791 (remove_files) COMPLETE
62902024-08-01T01:11:56.007Z[ recovery-image] Aug 01 01:11:55.082 INFO O| Aug 01 01:11:55.082 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-08-01T01:11:56.018Z[ recovery-image] Aug 01 01:11:55.093 INFO O| Aug 01 01:11:55.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62922024-08-01T01:11:56.019Z[ recovery-image] Aug 01 01:11:55.093 INFO O| Aug 01 01:11:55.093 INFO STEP 792 (remove_files) COMPLETE
62932024-08-01T01:11:56.022Z[ recovery-image] Aug 01 01:11:55.093 INFO O| Aug 01 01:11:55.093 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-08-01T01:11:56.031Z[ recovery-image] Aug 01 01:11:55.106 INFO O| Aug 01 01:11:55.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62952024-08-01T01:11:56.034Z[ recovery-image] Aug 01 01:11:55.106 INFO O| Aug 01 01:11:55.106 INFO STEP 793 (remove_files) COMPLETE
62962024-08-01T01:11:56.035Z[ recovery-image] Aug 01 01:11:55.106 INFO O| Aug 01 01:11:55.106 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-08-01T01:11:56.045Z[ recovery-image] Aug 01 01:11:55.120 INFO O| Aug 01 01:11:55.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62982024-08-01T01:11:56.045Z[ recovery-image] Aug 01 01:11:55.120 INFO O| Aug 01 01:11:55.120 INFO STEP 794 (remove_files) COMPLETE
62992024-08-01T01:11:56.045Z[ recovery-image] Aug 01 01:11:55.120 INFO O| Aug 01 01:11:55.120 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-08-01T01:11:56.058Z[ recovery-image] Aug 01 01:11:55.133 INFO O| Aug 01 01:11:55.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
63012024-08-01T01:11:56.058Z[ recovery-image] Aug 01 01:11:55.133 INFO O| Aug 01 01:11:55.133 INFO STEP 795 (remove_files) COMPLETE
63022024-08-01T01:11:56.063Z[ recovery-image] Aug 01 01:11:55.133 INFO O| Aug 01 01:11:55.133 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-08-01T01:11:56.071Z[ recovery-image] Aug 01 01:11:55.146 INFO O| Aug 01 01:11:55.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
63042024-08-01T01:11:56.071Z[ recovery-image] Aug 01 01:11:55.146 INFO O| Aug 01 01:11:55.146 INFO STEP 796 (remove_files) COMPLETE
63052024-08-01T01:11:56.074Z[ recovery-image] Aug 01 01:11:55.146 INFO O| Aug 01 01:11:55.146 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-08-01T01:11:56.087Z[ recovery-image] Aug 01 01:11:55.160 INFO O| Aug 01 01:11:55.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
63072024-08-01T01:11:56.090Z[ recovery-image] Aug 01 01:11:55.160 INFO O| Aug 01 01:11:55.160 INFO STEP 797 (remove_files) COMPLETE
63082024-08-01T01:11:56.090Z[ recovery-image] Aug 01 01:11:55.160 INFO O| Aug 01 01:11:55.160 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-08-01T01:11:56.100Z[ recovery-image] Aug 01 01:11:55.175 INFO O| Aug 01 01:11:55.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
63102024-08-01T01:11:56.100Z[ recovery-image] Aug 01 01:11:55.175 INFO O| Aug 01 01:11:55.175 INFO STEP 798 (remove_files) COMPLETE
63112024-08-01T01:11:56.103Z[ recovery-image] Aug 01 01:11:55.175 INFO O| Aug 01 01:11:55.175 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-08-01T01:11:56.115Z[ recovery-image] Aug 01 01:11:55.189 INFO O| Aug 01 01:11:55.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63132024-08-01T01:11:56.115Z[ recovery-image] Aug 01 01:11:55.189 INFO O| Aug 01 01:11:55.189 INFO STEP 799 (remove_files) COMPLETE
63142024-08-01T01:11:56.118Z[ recovery-image] Aug 01 01:11:55.189 INFO O| Aug 01 01:11:55.189 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-08-01T01:11:56.127Z[ recovery-image] Aug 01 01:11:55.202 INFO O| Aug 01 01:11:55.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63162024-08-01T01:11:56.127Z[ recovery-image] Aug 01 01:11:55.202 INFO O| Aug 01 01:11:55.202 INFO STEP 800 (remove_files) COMPLETE
63172024-08-01T01:11:56.127Z[ recovery-image] Aug 01 01:11:55.202 INFO O| Aug 01 01:11:55.202 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-08-01T01:11:56.140Z[ recovery-image] Aug 01 01:11:55.215 INFO O| Aug 01 01:11:55.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63192024-08-01T01:11:56.140Z[ recovery-image] Aug 01 01:11:55.215 INFO O| Aug 01 01:11:55.215 INFO STEP 801 (remove_files) COMPLETE
63202024-08-01T01:11:56.145Z[ recovery-image] Aug 01 01:11:55.215 INFO O| Aug 01 01:11:55.215 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-08-01T01:11:56.154Z[ recovery-image] Aug 01 01:11:55.228 INFO O| Aug 01 01:11:55.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63222024-08-01T01:11:56.154Z[ recovery-image] Aug 01 01:11:55.229 INFO O| Aug 01 01:11:55.229 INFO STEP 802 (remove_files) COMPLETE
63232024-08-01T01:11:56.154Z[ recovery-image] Aug 01 01:11:55.229 INFO O| Aug 01 01:11:55.229 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-08-01T01:11:56.167Z[ recovery-image] Aug 01 01:11:55.242 INFO O| Aug 01 01:11:55.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63252024-08-01T01:11:56.170Z[ recovery-image] Aug 01 01:11:55.242 INFO O| Aug 01 01:11:55.242 INFO STEP 803 (remove_files) COMPLETE
63262024-08-01T01:11:56.170Z[ recovery-image] Aug 01 01:11:55.242 INFO O| Aug 01 01:11:55.242 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-08-01T01:11:56.180Z[ recovery-image] Aug 01 01:11:55.255 INFO O| Aug 01 01:11:55.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63282024-08-01T01:11:56.180Z[ recovery-image] Aug 01 01:11:55.255 INFO O| Aug 01 01:11:55.255 INFO STEP 804 (remove_files) COMPLETE
63292024-08-01T01:11:56.184Z[ recovery-image] Aug 01 01:11:55.255 INFO O| Aug 01 01:11:55.255 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-08-01T01:11:56.192Z[ recovery-image] Aug 01 01:11:55.266 INFO O| Aug 01 01:11:55.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
63312024-08-01T01:11:56.192Z[ recovery-image] Aug 01 01:11:55.267 INFO O| Aug 01 01:11:55.267 INFO STEP 805 (remove_files) COMPLETE
63322024-08-01T01:11:56.195Z[ recovery-image] Aug 01 01:11:55.267 INFO O| Aug 01 01:11:55.267 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-08-01T01:11:56.204Z[ recovery-image] Aug 01 01:11:55.279 INFO O| Aug 01 01:11:55.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63342024-08-01T01:11:56.204Z[ recovery-image] Aug 01 01:11:55.279 INFO O| Aug 01 01:11:55.279 INFO STEP 806 (remove_files) COMPLETE
63352024-08-01T01:11:56.207Z[ recovery-image] Aug 01 01:11:55.279 INFO O| Aug 01 01:11:55.279 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-08-01T01:11:56.216Z[ recovery-image] Aug 01 01:11:55.291 INFO O| Aug 01 01:11:55.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63372024-08-01T01:11:56.216Z[ recovery-image] Aug 01 01:11:55.291 INFO O| Aug 01 01:11:55.291 INFO STEP 807 (remove_files) COMPLETE
63382024-08-01T01:11:56.219Z[ recovery-image] Aug 01 01:11:55.291 INFO O| Aug 01 01:11:55.291 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-08-01T01:11:56.228Z[ recovery-image] Aug 01 01:11:55.303 INFO O| Aug 01 01:11:55.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63402024-08-01T01:11:56.230Z[ recovery-image] Aug 01 01:11:55.303 INFO O| Aug 01 01:11:55.303 INFO STEP 808 (remove_files) COMPLETE
63412024-08-01T01:11:56.230Z[ recovery-image] Aug 01 01:11:55.303 INFO O| Aug 01 01:11:55.303 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-08-01T01:11:56.240Z[ recovery-image] Aug 01 01:11:55.315 INFO O| Aug 01 01:11:55.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63432024-08-01T01:11:56.243Z[ recovery-image] Aug 01 01:11:55.315 INFO O| Aug 01 01:11:55.315 INFO STEP 809 (remove_files) COMPLETE
63442024-08-01T01:11:56.243Z[ recovery-image] Aug 01 01:11:55.315 INFO O| Aug 01 01:11:55.315 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-08-01T01:11:56.251Z[ recovery-image] Aug 01 01:11:55.326 INFO O| Aug 01 01:11:55.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63462024-08-01T01:11:56.251Z[ recovery-image] Aug 01 01:11:55.326 INFO O| Aug 01 01:11:55.326 INFO STEP 810 (remove_files) COMPLETE
63472024-08-01T01:11:56.255Z[ recovery-image] Aug 01 01:11:55.326 INFO O| Aug 01 01:11:55.326 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-08-01T01:11:56.262Z[ recovery-image] Aug 01 01:11:55.337 INFO O| Aug 01 01:11:55.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63492024-08-01T01:11:56.262Z[ recovery-image] Aug 01 01:11:55.337 INFO O| Aug 01 01:11:55.337 INFO STEP 811 (remove_files) COMPLETE
63502024-08-01T01:11:56.265Z[ recovery-image] Aug 01 01:11:55.337 INFO O| Aug 01 01:11:55.337 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-08-01T01:11:56.273Z[ recovery-image] Aug 01 01:11:55.348 INFO O| Aug 01 01:11:55.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63522024-08-01T01:11:56.276Z[ recovery-image] Aug 01 01:11:55.348 INFO O| Aug 01 01:11:55.348 INFO STEP 812 (remove_files) COMPLETE
63532024-08-01T01:11:56.276Z[ recovery-image] Aug 01 01:11:55.348 INFO O| Aug 01 01:11:55.348 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-08-01T01:11:56.285Z[ recovery-image] Aug 01 01:11:55.359 INFO O| Aug 01 01:11:55.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63552024-08-01T01:11:56.287Z[ recovery-image] Aug 01 01:11:55.360 INFO O| Aug 01 01:11:55.359 INFO STEP 813 (remove_files) COMPLETE
63562024-08-01T01:11:56.287Z[ recovery-image] Aug 01 01:11:55.360 INFO O| Aug 01 01:11:55.360 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-08-01T01:11:56.298Z[ recovery-image] Aug 01 01:11:55.372 INFO O| Aug 01 01:11:55.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63582024-08-01T01:11:56.300Z[ recovery-image] Aug 01 01:11:55.372 INFO O| Aug 01 01:11:55.372 INFO STEP 814 (remove_files) COMPLETE
63592024-08-01T01:11:56.300Z[ recovery-image] Aug 01 01:11:55.372 INFO O| Aug 01 01:11:55.372 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-08-01T01:11:56.308Z[ recovery-image] Aug 01 01:11:55.383 INFO O| Aug 01 01:11:55.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63612024-08-01T01:11:56.311Z[ recovery-image] Aug 01 01:11:55.384 INFO O| Aug 01 01:11:55.383 INFO STEP 815 (remove_files) COMPLETE
63622024-08-01T01:11:56.311Z[ recovery-image] Aug 01 01:11:55.384 INFO O| Aug 01 01:11:55.384 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-08-01T01:11:56.319Z[ recovery-image] Aug 01 01:11:55.394 INFO O| Aug 01 01:11:55.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63642024-08-01T01:11:56.319Z[ recovery-image] Aug 01 01:11:55.394 INFO O| Aug 01 01:11:55.394 INFO STEP 816 (remove_files) COMPLETE
63652024-08-01T01:11:56.322Z[ recovery-image] Aug 01 01:11:55.394 INFO O| Aug 01 01:11:55.394 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-08-01T01:11:56.330Z[ recovery-image] Aug 01 01:11:55.405 INFO O| Aug 01 01:11:55.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63672024-08-01T01:11:56.330Z[ recovery-image] Aug 01 01:11:55.405 INFO O| Aug 01 01:11:55.405 INFO STEP 817 (remove_files) COMPLETE
63682024-08-01T01:11:56.333Z[ recovery-image] Aug 01 01:11:55.405 INFO O| Aug 01 01:11:55.405 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-08-01T01:11:56.341Z[ recovery-image] Aug 01 01:11:55.416 INFO O| Aug 01 01:11:55.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63702024-08-01T01:11:56.344Z[ recovery-image] Aug 01 01:11:55.416 INFO O| Aug 01 01:11:55.416 INFO STEP 818 (remove_files) COMPLETE
63712024-08-01T01:11:56.344Z[ recovery-image] Aug 01 01:11:55.416 INFO O| Aug 01 01:11:55.416 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-08-01T01:11:56.354Z[ recovery-image] Aug 01 01:11:55.429 INFO O| Aug 01 01:11:55.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63732024-08-01T01:11:56.354Z[ recovery-image] Aug 01 01:11:55.429 INFO O| Aug 01 01:11:55.429 INFO STEP 819 (remove_files) COMPLETE
63742024-08-01T01:11:56.357Z[ recovery-image] Aug 01 01:11:55.429 INFO O| Aug 01 01:11:55.429 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-08-01T01:11:56.367Z[ recovery-image] Aug 01 01:11:55.442 INFO O| Aug 01 01:11:55.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63762024-08-01T01:11:56.368Z[ recovery-image] Aug 01 01:11:55.443 INFO O| Aug 01 01:11:55.443 INFO STEP 820 (remove_files) COMPLETE
63772024-08-01T01:11:56.368Z[ recovery-image] Aug 01 01:11:55.443 INFO O| Aug 01 01:11:55.443 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-08-01T01:11:56.381Z[ recovery-image] Aug 01 01:11:55.456 INFO O| Aug 01 01:11:55.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63792024-08-01T01:11:56.381Z[ recovery-image] Aug 01 01:11:55.456 INFO O| Aug 01 01:11:55.456 INFO STEP 821 (remove_files) COMPLETE
63802024-08-01T01:11:56.381Z[ recovery-image] Aug 01 01:11:55.456 INFO O| Aug 01 01:11:55.456 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-08-01T01:11:56.394Z[ recovery-image] Aug 01 01:11:55.469 INFO O| Aug 01 01:11:55.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63822024-08-01T01:11:56.394Z[ recovery-image] Aug 01 01:11:55.469 INFO O| Aug 01 01:11:55.469 INFO STEP 822 (remove_files) COMPLETE
63832024-08-01T01:11:56.394Z[ recovery-image] Aug 01 01:11:55.469 INFO O| Aug 01 01:11:55.469 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-08-01T01:11:56.406Z[ recovery-image] Aug 01 01:11:55.481 INFO O| Aug 01 01:11:55.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63852024-08-01T01:11:56.407Z[ recovery-image] Aug 01 01:11:55.482 INFO O| Aug 01 01:11:55.481 INFO STEP 823 (remove_files) COMPLETE
63862024-08-01T01:11:56.409Z[ recovery-image] Aug 01 01:11:55.482 INFO O| Aug 01 01:11:55.482 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-08-01T01:11:56.418Z[ recovery-image] Aug 01 01:11:55.493 INFO O| Aug 01 01:11:55.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63882024-08-01T01:11:56.418Z[ recovery-image] Aug 01 01:11:55.493 INFO O| Aug 01 01:11:55.493 INFO STEP 824 (remove_files) COMPLETE
63892024-08-01T01:11:56.418Z[ recovery-image] Aug 01 01:11:55.493 INFO O| Aug 01 01:11:55.493 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-08-01T01:11:56.429Z[ recovery-image] Aug 01 01:11:55.504 INFO O| Aug 01 01:11:55.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63912024-08-01T01:11:56.432Z[ recovery-image] Aug 01 01:11:55.504 INFO O| Aug 01 01:11:55.504 INFO STEP 825 (remove_files) COMPLETE
63922024-08-01T01:11:56.432Z[ recovery-image] Aug 01 01:11:55.504 INFO O| Aug 01 01:11:55.504 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-08-01T01:11:56.440Z[ recovery-image] Aug 01 01:11:55.515 INFO O| Aug 01 01:11:55.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63942024-08-01T01:11:56.440Z[ recovery-image] Aug 01 01:11:55.515 INFO O| Aug 01 01:11:55.515 INFO STEP 826 (remove_files) COMPLETE
63952024-08-01T01:11:56.440Z[ recovery-image] Aug 01 01:11:55.515 INFO O| Aug 01 01:11:55.515 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-08-01T01:11:56.451Z[ recovery-image] Aug 01 01:11:55.526 INFO O| Aug 01 01:11:55.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63972024-08-01T01:11:56.451Z[ recovery-image] Aug 01 01:11:55.526 INFO O| Aug 01 01:11:55.526 INFO STEP 827 (remove_files) COMPLETE
63982024-08-01T01:11:56.451Z[ recovery-image] Aug 01 01:11:55.526 INFO O| Aug 01 01:11:55.526 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-08-01T01:11:56.464Z[ recovery-image] Aug 01 01:11:55.539 INFO O| Aug 01 01:11:55.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64002024-08-01T01:11:56.464Z[ recovery-image] Aug 01 01:11:55.539 INFO O| Aug 01 01:11:55.539 INFO STEP 828 (remove_files) COMPLETE
64012024-08-01T01:11:56.467Z[ recovery-image] Aug 01 01:11:55.539 INFO O| Aug 01 01:11:55.539 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-08-01T01:11:56.476Z[ recovery-image] Aug 01 01:11:55.551 INFO O| Aug 01 01:11:55.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
64032024-08-01T01:11:56.476Z[ recovery-image] Aug 01 01:11:55.551 INFO O| Aug 01 01:11:55.551 INFO STEP 829 (remove_files) COMPLETE
64042024-08-01T01:11:56.479Z[ recovery-image] Aug 01 01:11:55.551 INFO O| Aug 01 01:11:55.551 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-08-01T01:11:56.488Z[ recovery-image] Aug 01 01:11:55.563 INFO O| Aug 01 01:11:55.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
64062024-08-01T01:11:56.488Z[ recovery-image] Aug 01 01:11:55.563 INFO O| Aug 01 01:11:55.563 INFO STEP 830 (remove_files) COMPLETE
64072024-08-01T01:11:56.491Z[ recovery-image] Aug 01 01:11:55.563 INFO O| Aug 01 01:11:55.563 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-08-01T01:11:56.500Z[ recovery-image] Aug 01 01:11:55.575 INFO O| Aug 01 01:11:55.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
64092024-08-01T01:11:56.500Z[ recovery-image] Aug 01 01:11:55.575 INFO O| Aug 01 01:11:55.575 INFO STEP 831 (remove_files) COMPLETE
64102024-08-01T01:11:56.503Z[ recovery-image] Aug 01 01:11:55.575 INFO O| Aug 01 01:11:55.575 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-08-01T01:11:56.512Z[ recovery-image] Aug 01 01:11:55.587 INFO O| Aug 01 01:11:55.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64122024-08-01T01:11:56.512Z[ recovery-image] Aug 01 01:11:55.587 INFO O| Aug 01 01:11:55.587 INFO STEP 832 (remove_files) COMPLETE
64132024-08-01T01:11:56.517Z[ recovery-image] Aug 01 01:11:55.587 INFO O| Aug 01 01:11:55.587 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-08-01T01:11:56.523Z[ recovery-image] Aug 01 01:11:55.598 INFO O| Aug 01 01:11:55.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64152024-08-01T01:11:56.523Z[ recovery-image] Aug 01 01:11:55.598 INFO O| Aug 01 01:11:55.598 INFO STEP 833 (remove_files) COMPLETE
64162024-08-01T01:11:56.526Z[ recovery-image] Aug 01 01:11:55.598 INFO O| Aug 01 01:11:55.598 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-08-01T01:11:56.534Z[ recovery-image] Aug 01 01:11:55.609 INFO O| Aug 01 01:11:55.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64182024-08-01T01:11:56.537Z[ recovery-image] Aug 01 01:11:55.609 INFO O| Aug 01 01:11:55.609 INFO STEP 834 (remove_files) COMPLETE
64192024-08-01T01:11:56.537Z[ recovery-image] Aug 01 01:11:55.609 INFO O| Aug 01 01:11:55.609 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-08-01T01:11:56.545Z[ recovery-image] Aug 01 01:11:55.620 INFO O| Aug 01 01:11:55.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64212024-08-01T01:11:56.545Z[ recovery-image] Aug 01 01:11:55.620 INFO O| Aug 01 01:11:55.620 INFO STEP 835 (remove_files) COMPLETE
64222024-08-01T01:11:56.545Z[ recovery-image] Aug 01 01:11:55.620 INFO O| Aug 01 01:11:55.620 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-08-01T01:11:56.556Z[ recovery-image] Aug 01 01:11:55.631 INFO O| Aug 01 01:11:55.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
64242024-08-01T01:11:56.556Z[ recovery-image] Aug 01 01:11:55.631 INFO O| Aug 01 01:11:55.631 INFO STEP 836 (remove_files) COMPLETE
64252024-08-01T01:11:56.559Z[ recovery-image] Aug 01 01:11:55.631 INFO O| Aug 01 01:11:55.631 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-08-01T01:11:56.566Z[ recovery-image] Aug 01 01:11:55.641 INFO O| Aug 01 01:11:55.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
64272024-08-01T01:11:56.566Z[ recovery-image] Aug 01 01:11:55.641 INFO O| Aug 01 01:11:55.641 INFO STEP 837 (remove_files) COMPLETE
64282024-08-01T01:11:56.569Z[ recovery-image] Aug 01 01:11:55.641 INFO O| Aug 01 01:11:55.641 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-08-01T01:11:56.576Z[ recovery-image] Aug 01 01:11:55.651 INFO O| Aug 01 01:11:55.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64302024-08-01T01:11:56.576Z[ recovery-image] Aug 01 01:11:55.651 INFO O| Aug 01 01:11:55.651 INFO STEP 838 (remove_files) COMPLETE
64312024-08-01T01:11:56.576Z[ recovery-image] Aug 01 01:11:55.651 INFO O| Aug 01 01:11:55.651 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-08-01T01:11:56.587Z[ recovery-image] Aug 01 01:11:55.662 INFO O| Aug 01 01:11:55.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64332024-08-01T01:11:56.587Z[ recovery-image] Aug 01 01:11:55.662 INFO O| Aug 01 01:11:55.662 INFO STEP 839 (remove_files) COMPLETE
64342024-08-01T01:11:56.590Z[ recovery-image] Aug 01 01:11:55.662 INFO O| Aug 01 01:11:55.662 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-08-01T01:11:56.598Z[ recovery-image] Aug 01 01:11:55.673 INFO O| Aug 01 01:11:55.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64362024-08-01T01:11:56.598Z[ recovery-image] Aug 01 01:11:55.673 INFO O| Aug 01 01:11:55.673 INFO STEP 840 (remove_files) COMPLETE
64372024-08-01T01:11:56.598Z[ recovery-image] Aug 01 01:11:55.673 INFO O| Aug 01 01:11:55.673 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-08-01T01:11:56.610Z[ recovery-image] Aug 01 01:11:55.685 INFO O| Aug 01 01:11:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64392024-08-01T01:11:56.610Z[ recovery-image] Aug 01 01:11:55.685 INFO O| Aug 01 01:11:55.685 INFO STEP 841 (remove_files) COMPLETE
64402024-08-01T01:11:56.610Z[ recovery-image] Aug 01 01:11:55.685 INFO O| Aug 01 01:11:55.685 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-08-01T01:11:56.625Z[ recovery-image] Aug 01 01:11:55.700 INFO O| Aug 01 01:11:55.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64422024-08-01T01:11:56.625Z[ recovery-image] Aug 01 01:11:55.700 INFO O| Aug 01 01:11:55.700 INFO STEP 842 (remove_files) COMPLETE
64432024-08-01T01:11:56.625Z[ recovery-image] Aug 01 01:11:55.700 INFO O| Aug 01 01:11:55.700 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-08-01T01:11:56.637Z[ recovery-image] Aug 01 01:11:55.712 INFO O| Aug 01 01:11:55.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64452024-08-01T01:11:56.640Z[ recovery-image] Aug 01 01:11:55.713 INFO O| Aug 01 01:11:55.713 INFO STEP 843 (remove_files) COMPLETE
64462024-08-01T01:11:56.640Z[ recovery-image] Aug 01 01:11:55.713 INFO O| Aug 01 01:11:55.713 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-08-01T01:11:56.649Z[ recovery-image] Aug 01 01:11:55.724 INFO O| Aug 01 01:11:55.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64482024-08-01T01:11:56.652Z[ recovery-image] Aug 01 01:11:55.724 INFO O| Aug 01 01:11:55.724 INFO STEP 844 (remove_files) COMPLETE
64492024-08-01T01:11:56.652Z[ recovery-image] Aug 01 01:11:55.724 INFO O| Aug 01 01:11:55.724 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-08-01T01:11:56.664Z[ recovery-image] Aug 01 01:11:55.739 INFO O| Aug 01 01:11:55.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64512024-08-01T01:11:56.664Z[ recovery-image] Aug 01 01:11:55.739 INFO O| Aug 01 01:11:55.739 INFO STEP 845 (remove_files) COMPLETE
64522024-08-01T01:11:56.667Z[ recovery-image] Aug 01 01:11:55.739 INFO O| Aug 01 01:11:55.739 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-08-01T01:11:56.677Z[ recovery-image] Aug 01 01:11:55.752 INFO O| Aug 01 01:11:55.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64542024-08-01T01:11:56.677Z[ recovery-image] Aug 01 01:11:55.752 INFO O| Aug 01 01:11:55.752 INFO STEP 846 (remove_files) COMPLETE
64552024-08-01T01:11:56.681Z[ recovery-image] Aug 01 01:11:55.752 INFO O| Aug 01 01:11:55.752 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-08-01T01:11:56.692Z[ recovery-image] Aug 01 01:11:55.767 INFO O| Aug 01 01:11:55.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64572024-08-01T01:11:56.692Z[ recovery-image] Aug 01 01:11:55.767 INFO O| Aug 01 01:11:55.767 INFO STEP 847 (remove_files) COMPLETE
64582024-08-01T01:11:56.692Z[ recovery-image] Aug 01 01:11:55.767 INFO O| Aug 01 01:11:55.767 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-08-01T01:11:56.704Z[ recovery-image] Aug 01 01:11:55.779 INFO O| Aug 01 01:11:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64602024-08-01T01:11:56.704Z[ recovery-image] Aug 01 01:11:55.779 INFO O| Aug 01 01:11:55.779 INFO STEP 848 (remove_files) COMPLETE
64612024-08-01T01:11:56.704Z[ recovery-image] Aug 01 01:11:55.779 INFO O| Aug 01 01:11:55.779 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-08-01T01:11:56.716Z[ recovery-image] Aug 01 01:11:55.791 INFO O| Aug 01 01:11:55.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64632024-08-01T01:11:56.716Z[ recovery-image] Aug 01 01:11:55.791 INFO O| Aug 01 01:11:55.791 INFO STEP 849 (remove_files) COMPLETE
64642024-08-01T01:11:56.716Z[ recovery-image] Aug 01 01:11:55.791 INFO O| Aug 01 01:11:55.791 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-08-01T01:11:56.728Z[ recovery-image] Aug 01 01:11:55.803 INFO O| Aug 01 01:11:55.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64662024-08-01T01:11:56.728Z[ recovery-image] Aug 01 01:11:55.803 INFO O| Aug 01 01:11:55.803 INFO STEP 850 (remove_files) COMPLETE
64672024-08-01T01:11:56.731Z[ recovery-image] Aug 01 01:11:55.803 INFO O| Aug 01 01:11:55.803 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-08-01T01:11:56.739Z[ recovery-image] Aug 01 01:11:55.814 INFO O| Aug 01 01:11:55.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64692024-08-01T01:11:56.742Z[ recovery-image] Aug 01 01:11:55.814 INFO O| Aug 01 01:11:55.814 INFO STEP 851 (remove_files) COMPLETE
64702024-08-01T01:11:56.742Z[ recovery-image] Aug 01 01:11:55.814 INFO O| Aug 01 01:11:55.814 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-08-01T01:11:56.750Z[ recovery-image] Aug 01 01:11:55.825 INFO O| Aug 01 01:11:55.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64722024-08-01T01:11:56.750Z[ recovery-image] Aug 01 01:11:55.825 INFO O| Aug 01 01:11:55.825 INFO STEP 852 (remove_files) COMPLETE
64732024-08-01T01:11:56.753Z[ recovery-image] Aug 01 01:11:55.825 INFO O| Aug 01 01:11:55.825 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-08-01T01:11:56.761Z[ recovery-image] Aug 01 01:11:55.836 INFO O| Aug 01 01:11:55.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64752024-08-01T01:11:56.761Z[ recovery-image] Aug 01 01:11:55.836 INFO O| Aug 01 01:11:55.836 INFO STEP 853 (remove_files) COMPLETE
64762024-08-01T01:11:56.764Z[ recovery-image] Aug 01 01:11:55.836 INFO O| Aug 01 01:11:55.836 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-08-01T01:11:56.771Z[ recovery-image] Aug 01 01:11:55.846 INFO O| Aug 01 01:11:55.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64782024-08-01T01:11:56.771Z[ recovery-image] Aug 01 01:11:55.846 INFO O| Aug 01 01:11:55.846 INFO STEP 854 (remove_files) COMPLETE
64792024-08-01T01:11:56.774Z[ recovery-image] Aug 01 01:11:55.846 INFO O| Aug 01 01:11:55.846 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-08-01T01:11:56.782Z[ recovery-image] Aug 01 01:11:55.857 INFO O| Aug 01 01:11:55.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64812024-08-01T01:11:56.782Z[ recovery-image] Aug 01 01:11:55.857 INFO O| Aug 01 01:11:55.857 INFO STEP 855 (remove_files) COMPLETE
64822024-08-01T01:11:56.785Z[ recovery-image] Aug 01 01:11:55.857 INFO O| Aug 01 01:11:55.857 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-08-01T01:11:56.793Z[ recovery-image] Aug 01 01:11:55.869 INFO O| Aug 01 01:11:55.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64842024-08-01T01:11:56.796Z[ recovery-image] Aug 01 01:11:55.869 INFO O| Aug 01 01:11:55.869 INFO STEP 856 (remove_files) COMPLETE
64852024-08-01T01:11:56.796Z[ recovery-image] Aug 01 01:11:55.869 INFO O| Aug 01 01:11:55.869 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-08-01T01:11:56.804Z[ recovery-image] Aug 01 01:11:55.879 INFO O| Aug 01 01:11:55.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64872024-08-01T01:11:56.804Z[ recovery-image] Aug 01 01:11:55.879 INFO O| Aug 01 01:11:55.879 INFO STEP 857 (remove_files) COMPLETE
64882024-08-01T01:11:56.804Z[ recovery-image] Aug 01 01:11:55.879 INFO O| Aug 01 01:11:55.879 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-08-01T01:11:56.814Z[ recovery-image] Aug 01 01:11:55.889 INFO O| Aug 01 01:11:55.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64902024-08-01T01:11:56.817Z[ recovery-image] Aug 01 01:11:55.889 INFO O| Aug 01 01:11:55.889 INFO STEP 858 (remove_files) COMPLETE
64912024-08-01T01:11:56.817Z[ recovery-image] Aug 01 01:11:55.889 INFO O| Aug 01 01:11:55.889 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-08-01T01:11:56.824Z[ recovery-image] Aug 01 01:11:55.899 INFO O| Aug 01 01:11:55.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64932024-08-01T01:11:56.824Z[ recovery-image] Aug 01 01:11:55.899 INFO O| Aug 01 01:11:55.899 INFO STEP 859 (remove_files) COMPLETE
64942024-08-01T01:11:56.827Z[ recovery-image] Aug 01 01:11:55.899 INFO O| Aug 01 01:11:55.899 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-08-01T01:11:56.834Z[ recovery-image] Aug 01 01:11:55.909 INFO O| Aug 01 01:11:55.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64962024-08-01T01:11:56.834Z[ recovery-image] Aug 01 01:11:55.909 INFO O| Aug 01 01:11:55.909 INFO STEP 860 (remove_files) COMPLETE
64972024-08-01T01:11:56.834Z[ recovery-image] Aug 01 01:11:55.909 INFO O| Aug 01 01:11:55.909 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-08-01T01:11:56.844Z[ recovery-image] Aug 01 01:11:55.919 INFO O| Aug 01 01:11:55.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64992024-08-01T01:11:56.844Z[ recovery-image] Aug 01 01:11:55.919 INFO O| Aug 01 01:11:55.919 INFO STEP 861 (remove_files) COMPLETE
65002024-08-01T01:11:56.847Z[ recovery-image] Aug 01 01:11:55.919 INFO O| Aug 01 01:11:55.919 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-08-01T01:11:56.854Z[ recovery-image] Aug 01 01:11:55.929 INFO O| Aug 01 01:11:55.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
65022024-08-01T01:11:56.857Z[ recovery-image] Aug 01 01:11:55.929 INFO O| Aug 01 01:11:55.929 INFO STEP 862 (remove_files) COMPLETE
65032024-08-01T01:11:56.857Z[ recovery-image] Aug 01 01:11:55.929 INFO O| Aug 01 01:11:55.929 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-08-01T01:11:56.864Z[ recovery-image] Aug 01 01:11:55.939 INFO O| Aug 01 01:11:55.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
65052024-08-01T01:11:56.867Z[ recovery-image] Aug 01 01:11:55.939 INFO O| Aug 01 01:11:55.939 INFO STEP 863 (remove_files) COMPLETE
65062024-08-01T01:11:56.867Z[ recovery-image] Aug 01 01:11:55.939 INFO O| Aug 01 01:11:55.939 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-08-01T01:11:56.874Z[ recovery-image] Aug 01 01:11:55.949 INFO O| Aug 01 01:11:55.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
65082024-08-01T01:11:56.874Z[ recovery-image] Aug 01 01:11:55.949 INFO O| Aug 01 01:11:55.949 INFO STEP 864 (remove_files) COMPLETE
65092024-08-01T01:11:56.877Z[ recovery-image] Aug 01 01:11:55.949 INFO O| Aug 01 01:11:55.949 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-08-01T01:11:56.884Z[ recovery-image] Aug 01 01:11:55.959 INFO O| Aug 01 01:11:55.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65112024-08-01T01:11:56.887Z[ recovery-image] Aug 01 01:11:55.959 INFO O| Aug 01 01:11:55.959 INFO STEP 865 (remove_files) COMPLETE
65122024-08-01T01:11:56.887Z[ recovery-image] Aug 01 01:11:55.959 INFO O| Aug 01 01:11:55.959 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-08-01T01:11:56.895Z[ recovery-image] Aug 01 01:11:55.970 INFO O| Aug 01 01:11:55.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65142024-08-01T01:11:56.898Z[ recovery-image] Aug 01 01:11:55.970 INFO O| Aug 01 01:11:55.970 INFO STEP 866 (remove_files) COMPLETE
65152024-08-01T01:11:56.898Z[ recovery-image] Aug 01 01:11:55.970 INFO O| Aug 01 01:11:55.970 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-08-01T01:11:56.905Z[ recovery-image] Aug 01 01:11:55.980 INFO O| Aug 01 01:11:55.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65172024-08-01T01:11:56.905Z[ recovery-image] Aug 01 01:11:55.980 INFO O| Aug 01 01:11:55.980 INFO STEP 867 (remove_files) COMPLETE
65182024-08-01T01:11:56.907Z[ recovery-image] Aug 01 01:11:55.980 INFO O| Aug 01 01:11:55.980 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-08-01T01:11:56.915Z[ recovery-image] Aug 01 01:11:55.990 INFO O| Aug 01 01:11:55.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
65202024-08-01T01:11:56.915Z[ recovery-image] Aug 01 01:11:55.990 INFO O| Aug 01 01:11:55.990 INFO STEP 868 (remove_files) COMPLETE
65212024-08-01T01:11:56.915Z[ recovery-image] Aug 01 01:11:55.990 INFO O| Aug 01 01:11:55.990 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-08-01T01:11:56.926Z[ recovery-image] Aug 01 01:11:56.001 INFO O| Aug 01 01:11:56.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
65232024-08-01T01:11:56.926Z[ recovery-image] Aug 01 01:11:56.001 INFO O| Aug 01 01:11:56.001 INFO STEP 869 (remove_files) COMPLETE
65242024-08-01T01:11:56.926Z[ recovery-image] Aug 01 01:11:56.001 INFO O| Aug 01 01:11:56.001 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-08-01T01:11:56.939Z[ recovery-image] Aug 01 01:11:56.014 INFO O| Aug 01 01:11:56.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65262024-08-01T01:11:56.939Z[ recovery-image] Aug 01 01:11:56.014 INFO O| Aug 01 01:11:56.014 INFO STEP 870 (remove_files) COMPLETE
65272024-08-01T01:11:56.939Z[ recovery-image] Aug 01 01:11:56.014 INFO O| Aug 01 01:11:56.014 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-08-01T01:11:56.951Z[ recovery-image] Aug 01 01:11:56.026 INFO O| Aug 01 01:11:56.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65292024-08-01T01:11:56.951Z[ recovery-image] Aug 01 01:11:56.026 INFO O| Aug 01 01:11:56.026 INFO STEP 871 (remove_files) COMPLETE
65302024-08-01T01:11:56.954Z[ recovery-image] Aug 01 01:11:56.026 INFO O| Aug 01 01:11:56.026 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-08-01T01:11:56.962Z[ recovery-image] Aug 01 01:11:56.037 INFO O| Aug 01 01:11:56.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65322024-08-01T01:11:56.962Z[ recovery-image] Aug 01 01:11:56.037 INFO O| Aug 01 01:11:56.037 INFO STEP 872 (remove_files) COMPLETE
65332024-08-01T01:11:56.962Z[ recovery-image] Aug 01 01:11:56.037 INFO O| Aug 01 01:11:56.037 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-08-01T01:11:56.973Z[ recovery-image] Aug 01 01:11:56.048 INFO O| Aug 01 01:11:56.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65352024-08-01T01:11:56.973Z[ recovery-image] Aug 01 01:11:56.048 INFO O| Aug 01 01:11:56.048 INFO STEP 873 (remove_files) COMPLETE
65362024-08-01T01:11:56.976Z[ recovery-image] Aug 01 01:11:56.048 INFO O| Aug 01 01:11:56.048 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-08-01T01:11:56.984Z[ recovery-image] Aug 01 01:11:56.059 INFO O| Aug 01 01:11:56.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65382024-08-01T01:11:56.984Z[ recovery-image] Aug 01 01:11:56.059 INFO O| Aug 01 01:11:56.059 INFO STEP 874 (remove_files) COMPLETE
65392024-08-01T01:11:56.984Z[ recovery-image] Aug 01 01:11:56.059 INFO O| Aug 01 01:11:56.059 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-08-01T01:11:56.995Z[ recovery-image] Aug 01 01:11:56.070 INFO O| Aug 01 01:11:56.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65412024-08-01T01:11:56.998Z[ recovery-image] Aug 01 01:11:56.070 INFO O| Aug 01 01:11:56.070 INFO STEP 875 (remove_files) COMPLETE
65422024-08-01T01:11:56.998Z[ recovery-image] Aug 01 01:11:56.070 INFO O| Aug 01 01:11:56.070 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-08-01T01:11:57.006Z[ recovery-image] Aug 01 01:11:56.081 INFO O| Aug 01 01:11:56.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65442024-08-01T01:11:57.006Z[ recovery-image] Aug 01 01:11:56.081 INFO O| Aug 01 01:11:56.081 INFO STEP 876 (remove_files) COMPLETE
65452024-08-01T01:11:57.009Z[ recovery-image] Aug 01 01:11:56.082 INFO O| Aug 01 01:11:56.081 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-08-01T01:11:57.016Z[ recovery-image] Aug 01 01:11:56.091 INFO O| Aug 01 01:11:56.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65472024-08-01T01:11:57.019Z[ recovery-image] Aug 01 01:11:56.092 INFO O| Aug 01 01:11:56.091 INFO STEP 877 (remove_files) COMPLETE
65482024-08-01T01:11:57.019Z[ recovery-image] Aug 01 01:11:56.092 INFO O| Aug 01 01:11:56.091 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-08-01T01:11:57.028Z[ recovery-image] Aug 01 01:11:56.103 INFO O| Aug 01 01:11:56.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65502024-08-01T01:11:57.030Z[ recovery-image] Aug 01 01:11:56.103 INFO O| Aug 01 01:11:56.103 INFO STEP 878 (remove_files) COMPLETE
65512024-08-01T01:11:57.031Z[ recovery-image] Aug 01 01:11:56.103 INFO O| Aug 01 01:11:56.103 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-08-01T01:11:57.039Z[ recovery-image] Aug 01 01:11:56.114 INFO O| Aug 01 01:11:56.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65532024-08-01T01:11:57.039Z[ recovery-image] Aug 01 01:11:56.114 INFO O| Aug 01 01:11:56.114 INFO STEP 879 (remove_files) COMPLETE
65542024-08-01T01:11:57.042Z[ recovery-image] Aug 01 01:11:56.114 INFO O| Aug 01 01:11:56.114 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-08-01T01:11:57.051Z[ recovery-image] Aug 01 01:11:56.126 INFO O| Aug 01 01:11:56.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65562024-08-01T01:11:57.054Z[ recovery-image] Aug 01 01:11:56.126 INFO O| Aug 01 01:11:56.126 INFO STEP 880 (remove_files) COMPLETE
65572024-08-01T01:11:57.054Z[ recovery-image] Aug 01 01:11:56.126 INFO O| Aug 01 01:11:56.126 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-08-01T01:11:57.062Z[ recovery-image] Aug 01 01:11:56.137 INFO O| Aug 01 01:11:56.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65592024-08-01T01:11:57.065Z[ recovery-image] Aug 01 01:11:56.137 INFO O| Aug 01 01:11:56.137 INFO STEP 881 (remove_files) COMPLETE
65602024-08-01T01:11:57.065Z[ recovery-image] Aug 01 01:11:56.137 INFO O| Aug 01 01:11:56.137 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-08-01T01:11:57.073Z[ recovery-image] Aug 01 01:11:56.148 INFO O| Aug 01 01:11:56.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65622024-08-01T01:11:57.076Z[ recovery-image] Aug 01 01:11:56.149 INFO O| Aug 01 01:11:56.149 INFO STEP 882 (remove_files) COMPLETE
65632024-08-01T01:11:57.076Z[ recovery-image] Aug 01 01:11:56.149 INFO O| Aug 01 01:11:56.149 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-08-01T01:11:57.084Z[ recovery-image] Aug 01 01:11:56.159 INFO O| Aug 01 01:11:56.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65652024-08-01T01:11:57.085Z[ recovery-image] Aug 01 01:11:56.160 INFO O| Aug 01 01:11:56.159 INFO STEP 883 (remove_files) COMPLETE
65662024-08-01T01:11:57.085Z[ recovery-image] Aug 01 01:11:56.160 INFO O| Aug 01 01:11:56.160 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-08-01T01:11:57.094Z[ recovery-image] Aug 01 01:11:56.169 INFO O| Aug 01 01:11:56.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65682024-08-01T01:11:57.097Z[ recovery-image] Aug 01 01:11:56.169 INFO O| Aug 01 01:11:56.169 INFO STEP 884 (remove_files) COMPLETE
65692024-08-01T01:11:57.097Z[ recovery-image] Aug 01 01:11:56.169 INFO O| Aug 01 01:11:56.169 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-08-01T01:11:57.107Z[ recovery-image] Aug 01 01:11:56.182 INFO O| Aug 01 01:11:56.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65712024-08-01T01:11:57.107Z[ recovery-image] Aug 01 01:11:56.182 INFO O| Aug 01 01:11:56.182 INFO STEP 885 (remove_files) COMPLETE
65722024-08-01T01:11:57.107Z[ recovery-image] Aug 01 01:11:56.182 INFO O| Aug 01 01:11:56.182 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-08-01T01:11:57.118Z[ recovery-image] Aug 01 01:11:56.192 INFO O| Aug 01 01:11:56.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65742024-08-01T01:11:57.118Z[ recovery-image] Aug 01 01:11:56.193 INFO O| Aug 01 01:11:56.193 INFO STEP 886 (remove_files) COMPLETE
65752024-08-01T01:11:57.121Z[ recovery-image] Aug 01 01:11:56.193 INFO O| Aug 01 01:11:56.193 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-08-01T01:11:57.128Z[ recovery-image] Aug 01 01:11:56.203 INFO O| Aug 01 01:11:56.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65772024-08-01T01:11:57.128Z[ recovery-image] Aug 01 01:11:56.203 INFO O| Aug 01 01:11:56.203 INFO STEP 887 (remove_files) COMPLETE
65782024-08-01T01:11:57.131Z[ recovery-image] Aug 01 01:11:56.203 INFO O| Aug 01 01:11:56.203 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-08-01T01:11:57.139Z[ recovery-image] Aug 01 01:11:56.214 INFO O| Aug 01 01:11:56.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65802024-08-01T01:11:57.139Z[ recovery-image] Aug 01 01:11:56.214 INFO O| Aug 01 01:11:56.214 INFO STEP 888 (remove_files) COMPLETE
65812024-08-01T01:11:57.139Z[ recovery-image] Aug 01 01:11:56.214 INFO O| Aug 01 01:11:56.214 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-08-01T01:11:57.152Z[ recovery-image] Aug 01 01:11:56.226 INFO O| Aug 01 01:11:56.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65832024-08-01T01:11:57.152Z[ recovery-image] Aug 01 01:11:56.227 INFO O| Aug 01 01:11:56.227 INFO STEP 889 (remove_files) COMPLETE
65842024-08-01T01:11:57.152Z[ recovery-image] Aug 01 01:11:56.227 INFO O| Aug 01 01:11:56.227 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-08-01T01:11:57.165Z[ recovery-image] Aug 01 01:11:56.240 INFO O| Aug 01 01:11:56.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65862024-08-01T01:11:57.165Z[ recovery-image] Aug 01 01:11:56.240 INFO O| Aug 01 01:11:56.240 INFO STEP 890 (remove_files) COMPLETE
65872024-08-01T01:11:57.165Z[ recovery-image] Aug 01 01:11:56.240 INFO O| Aug 01 01:11:56.240 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-08-01T01:11:57.178Z[ recovery-image] Aug 01 01:11:56.253 INFO O| Aug 01 01:11:56.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65892024-08-01T01:11:57.178Z[ recovery-image] Aug 01 01:11:56.253 INFO O| Aug 01 01:11:56.253 INFO STEP 891 (remove_files) COMPLETE
65902024-08-01T01:11:57.178Z[ recovery-image] Aug 01 01:11:56.253 INFO O| Aug 01 01:11:56.253 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-08-01T01:11:57.190Z[ recovery-image] Aug 01 01:11:56.265 INFO O| Aug 01 01:11:56.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65922024-08-01T01:11:57.192Z[ recovery-image] Aug 01 01:11:56.265 INFO O| Aug 01 01:11:56.265 INFO STEP 892 (remove_files) COMPLETE
65932024-08-01T01:11:57.193Z[ recovery-image] Aug 01 01:11:56.265 INFO O| Aug 01 01:11:56.265 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-08-01T01:11:57.201Z[ recovery-image] Aug 01 01:11:56.276 INFO O| Aug 01 01:11:56.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65952024-08-01T01:11:57.201Z[ recovery-image] Aug 01 01:11:56.276 INFO O| Aug 01 01:11:56.276 INFO STEP 893 (remove_files) COMPLETE
65962024-08-01T01:11:57.204Z[ recovery-image] Aug 01 01:11:56.276 INFO O| Aug 01 01:11:56.276 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-08-01T01:11:57.214Z[ recovery-image] Aug 01 01:11:56.289 INFO O| Aug 01 01:11:56.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65982024-08-01T01:11:57.214Z[ recovery-image] Aug 01 01:11:56.289 INFO O| Aug 01 01:11:56.289 INFO STEP 894 (remove_files) COMPLETE
65992024-08-01T01:11:57.217Z[ recovery-image] Aug 01 01:11:56.289 INFO O| Aug 01 01:11:56.289 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-08-01T01:11:57.222Z[ host-image] Aug 01 01:11:56.298 INFO O| Aug 01 01:11:56.298 INFO O| Done
66012024-08-01T01:11:57.227Z[ recovery-image] Aug 01 01:11:56.302 INFO O| Aug 01 01:11:56.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
66022024-08-01T01:11:57.227Z[ recovery-image] Aug 01 01:11:56.302 INFO O| Aug 01 01:11:56.302 INFO STEP 895 (remove_files) COMPLETE
66032024-08-01T01:11:57.230Z[ recovery-image] Aug 01 01:11:56.302 INFO O| Aug 01 01:11:56.302 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-08-01T01:11:57.242Z[ recovery-image] Aug 01 01:11:56.317 INFO O| Aug 01 01:11:56.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
66052024-08-01T01:11:57.242Z[ recovery-image] Aug 01 01:11:56.317 INFO O| Aug 01 01:11:56.317 INFO STEP 896 (remove_files) COMPLETE
66062024-08-01T01:11:57.242Z[ recovery-image] Aug 01 01:11:56.317 INFO O| Aug 01 01:11:56.317 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-01T01:11:57.250Z[ host-image] Aug 01 01:11:56.325 INFO O| Aug 01 01:11:56.325 INFO O| Done
66082024-08-01T01:11:57.253Z[ host-image] Aug 01 01:11:56.325 INFO O| Aug 01 01:11:56.325 INFO O| Done
66092024-08-01T01:11:57.253Z[ recovery-image] Aug 01 01:11:56.328 INFO O| Aug 01 01:11:56.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66102024-08-01T01:11:57.256Z[ recovery-image] Aug 01 01:11:56.328 INFO O| Aug 01 01:11:56.328 INFO STEP 897 (remove_files) COMPLETE
66112024-08-01T01:11:57.256Z[ recovery-image] Aug 01 01:11:56.328 INFO O| Aug 01 01:11:56.328 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-08-01T01:11:57.261Z[ host-image] Aug 01 01:11:56.336 INFO O| Aug 01 01:11:56.336 INFO O| Done
66132024-08-01T01:11:57.264Z[ recovery-image] Aug 01 01:11:56.340 INFO O| Aug 01 01:11:56.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66142024-08-01T01:11:57.264Z[ recovery-image] Aug 01 01:11:56.340 INFO O| Aug 01 01:11:56.340 INFO STEP 898 (remove_files) COMPLETE
66152024-08-01T01:11:57.267Z[ recovery-image] Aug 01 01:11:56.340 INFO O| Aug 01 01:11:56.340 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-08-01T01:11:57.277Z[ recovery-image] Aug 01 01:11:56.352 INFO O| Aug 01 01:11:56.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66172024-08-01T01:11:57.277Z[ recovery-image] Aug 01 01:11:56.352 INFO O| Aug 01 01:11:56.352 INFO STEP 899 (remove_files) COMPLETE
66182024-08-01T01:11:57.280Z[ recovery-image] Aug 01 01:11:56.352 INFO O| Aug 01 01:11:56.352 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-08-01T01:11:57.290Z[ recovery-image] Aug 01 01:11:56.365 INFO O| Aug 01 01:11:56.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66202024-08-01T01:11:57.292Z[ recovery-image] Aug 01 01:11:56.365 INFO O| Aug 01 01:11:56.365 INFO STEP 900 (remove_files) COMPLETE
66212024-08-01T01:11:57.293Z[ recovery-image] Aug 01 01:11:56.365 INFO O| Aug 01 01:11:56.365 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-01T01:11:57.302Z[ recovery-image] Aug 01 01:11:56.377 INFO O| Aug 01 01:11:56.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
66232024-08-01T01:11:57.302Z[ recovery-image] Aug 01 01:11:56.377 INFO O| Aug 01 01:11:56.377 INFO STEP 901 (remove_files) COMPLETE
66242024-08-01T01:11:57.302Z[ recovery-image] Aug 01 01:11:56.377 INFO O| Aug 01 01:11:56.377 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-08-01T01:11:57.313Z[ recovery-image] Aug 01 01:11:56.388 INFO O| Aug 01 01:11:56.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66262024-08-01T01:11:57.313Z[ recovery-image] Aug 01 01:11:56.388 INFO O| Aug 01 01:11:56.388 INFO STEP 902 (remove_files) COMPLETE
66272024-08-01T01:11:57.316Z[ recovery-image] Aug 01 01:11:56.388 INFO O| Aug 01 01:11:56.388 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-08-01T01:11:57.325Z[ recovery-image] Aug 01 01:11:56.400 INFO O| Aug 01 01:11:56.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66292024-08-01T01:11:57.325Z[ recovery-image] Aug 01 01:11:56.400 INFO O| Aug 01 01:11:56.400 INFO STEP 903 (remove_files) COMPLETE
66302024-08-01T01:11:57.327Z[ recovery-image] Aug 01 01:11:56.400 INFO O| Aug 01 01:11:56.400 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-08-01T01:11:57.336Z[ recovery-image] Aug 01 01:11:56.411 INFO O| Aug 01 01:11:56.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66322024-08-01T01:11:57.336Z[ recovery-image] Aug 01 01:11:56.411 INFO O| Aug 01 01:11:56.411 INFO STEP 904 (remove_files) COMPLETE
66332024-08-01T01:11:57.339Z[ recovery-image] Aug 01 01:11:56.411 INFO O| Aug 01 01:11:56.411 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-08-01T01:11:57.348Z[ recovery-image] Aug 01 01:11:56.423 INFO O| Aug 01 01:11:56.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66352024-08-01T01:11:57.351Z[ recovery-image] Aug 01 01:11:56.423 INFO O| Aug 01 01:11:56.423 INFO STEP 905 (remove_files) COMPLETE
66362024-08-01T01:11:57.351Z[ recovery-image] Aug 01 01:11:56.423 INFO O| Aug 01 01:11:56.423 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-08-01T01:11:57.361Z[ recovery-image] Aug 01 01:11:56.436 INFO O| Aug 01 01:11:56.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66382024-08-01T01:11:57.364Z[ recovery-image] Aug 01 01:11:56.436 INFO O| Aug 01 01:11:56.436 INFO STEP 906 (remove_files) COMPLETE
66392024-08-01T01:11:57.364Z[ recovery-image] Aug 01 01:11:56.436 INFO O| Aug 01 01:11:56.436 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-08-01T01:11:57.373Z[ recovery-image] Aug 01 01:11:56.448 INFO O| Aug 01 01:11:56.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66412024-08-01T01:11:57.373Z[ recovery-image] Aug 01 01:11:56.449 INFO O| Aug 01 01:11:56.448 INFO STEP 907 (remove_files) COMPLETE
66422024-08-01T01:11:57.376Z[ recovery-image] Aug 01 01:11:56.449 INFO O| Aug 01 01:11:56.448 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-08-01T01:11:57.385Z[ recovery-image] Aug 01 01:11:56.460 INFO O| Aug 01 01:11:56.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66442024-08-01T01:11:57.385Z[ recovery-image] Aug 01 01:11:56.460 INFO O| Aug 01 01:11:56.460 INFO STEP 908 (remove_files) COMPLETE
66452024-08-01T01:11:57.388Z[ recovery-image] Aug 01 01:11:56.460 INFO O| Aug 01 01:11:56.460 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-01T01:11:57.388Z[ host-image] Aug 01 01:11:56.462 INFO O| Aug 01 01:11:56.462 INFO STEP 14 (pkg_install) COMPLETE
66472024-08-01T01:11:57.388Z[ host-image] Aug 01 01:11:56.462 INFO O| Aug 01 01:11:56.462 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66482024-08-01T01:11:57.388Z[ host-image] Aug 01 01:11:56.462 INFO O| Aug 01 01:11:56.462 INFO skip step because feature "mfg" is not enabled
66492024-08-01T01:11:57.388Z[ host-image] Aug 01 01:11:56.462 INFO O| Aug 01 01:11:56.462 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66502024-08-01T01:11:57.388Z[ host-image] Aug 01 01:11:56.462 INFO O| Aug 01 01:11:56.462 INFO skip step because feature "compliance" is not enabled
66512024-08-01T01:11:57.388Z[ host-image] Aug 01 01:11:56.462 INFO O| Aug 01 01:11:56.462 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66522024-08-01T01:11:57.388Z[ host-image] Aug 01 01:11:56.462 INFO O| Aug 01 01:11:56.462 INFO skip step because feature "stress" is not enabled
66532024-08-01T01:11:57.388Z[ host-image] Aug 01 01:11:56.462 INFO O| Aug 01 01:11:56.462 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66542024-08-01T01:11:57.388Z[ host-image] Aug 01 01:11:56.462 INFO O| Aug 01 01:11:56.462 INFO skip step because feature "nfs" is not enabled
66552024-08-01T01:11:57.389Z[ host-image] Aug 01 01:11:56.462 INFO O| Aug 01 01:11:56.462 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
66562024-08-01T01:11:57.389Z[ host-image] Aug 01 01:11:56.462 INFO O| Aug 01 01:11:56.462 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
66572024-08-01T01:11:57.404Z[ recovery-image] Aug 01 01:11:56.479 INFO O| Aug 01 01:11:56.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66582024-08-01T01:11:57.415Z[ recovery-image] Aug 01 01:11:56.480 INFO O| Aug 01 01:11:56.480 INFO STEP 909 (remove_files) COMPLETE
66592024-08-01T01:11:57.415Z[ recovery-image] Aug 01 01:11:56.481 INFO O| Aug 01 01:11:56.481 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-08-01T01:11:57.452Z[ recovery-image] Aug 01 01:11:56.525 INFO O| Aug 01 01:11:56.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66612024-08-01T01:11:57.452Z[ recovery-image] Aug 01 01:11:56.525 INFO O| Aug 01 01:11:56.522 INFO STEP 910 (remove_files) COMPLETE
66622024-08-01T01:11:57.456Z[ recovery-image] Aug 01 01:11:56.525 INFO O| Aug 01 01:11:56.523 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-08-01T01:11:57.473Z[ recovery-image] Aug 01 01:11:56.548 INFO O| Aug 01 01:11:56.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66642024-08-01T01:11:57.473Z[ recovery-image] Aug 01 01:11:56.548 INFO O| Aug 01 01:11:56.546 INFO STEP 911 (remove_files) COMPLETE
66652024-08-01T01:11:57.473Z[ recovery-image] Aug 01 01:11:56.548 INFO O| Aug 01 01:11:56.546 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-08-01T01:11:57.490Z[ recovery-image] Aug 01 01:11:56.565 INFO O| Aug 01 01:11:56.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66672024-08-01T01:11:57.490Z[ recovery-image] Aug 01 01:11:56.565 INFO O| Aug 01 01:11:56.565 INFO STEP 912 (remove_files) COMPLETE
66682024-08-01T01:11:57.490Z[ recovery-image] Aug 01 01:11:56.565 INFO O| Aug 01 01:11:56.565 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-08-01T01:11:57.504Z[ recovery-image] Aug 01 01:11:56.579 INFO O| Aug 01 01:11:56.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66702024-08-01T01:11:57.504Z[ recovery-image] Aug 01 01:11:56.579 INFO O| Aug 01 01:11:56.579 INFO STEP 913 (remove_files) COMPLETE
66712024-08-01T01:11:57.506Z[ recovery-image] Aug 01 01:11:56.579 INFO O| Aug 01 01:11:56.579 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-08-01T01:11:57.517Z[ recovery-image] Aug 01 01:11:56.592 INFO O| Aug 01 01:11:56.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66732024-08-01T01:11:57.517Z[ recovery-image] Aug 01 01:11:56.592 INFO O| Aug 01 01:11:56.592 INFO STEP 914 (remove_files) COMPLETE
66742024-08-01T01:11:57.520Z[ recovery-image] Aug 01 01:11:56.592 INFO O| Aug 01 01:11:56.592 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-08-01T01:11:57.532Z[ recovery-image] Aug 01 01:11:56.607 INFO O| Aug 01 01:11:56.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66762024-08-01T01:11:57.532Z[ recovery-image] Aug 01 01:11:56.607 INFO O| Aug 01 01:11:56.607 INFO STEP 915 (remove_files) COMPLETE
66772024-08-01T01:11:57.532Z[ recovery-image] Aug 01 01:11:56.607 INFO O| Aug 01 01:11:56.607 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-08-01T01:11:57.545Z[ recovery-image] Aug 01 01:11:56.620 INFO O| Aug 01 01:11:56.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66792024-08-01T01:11:57.545Z[ recovery-image] Aug 01 01:11:56.620 INFO O| Aug 01 01:11:56.620 INFO STEP 916 (remove_files) COMPLETE
66802024-08-01T01:11:57.545Z[ recovery-image] Aug 01 01:11:56.620 INFO O| Aug 01 01:11:56.620 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-08-01T01:11:57.557Z[ recovery-image] Aug 01 01:11:56.632 INFO O| Aug 01 01:11:56.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66822024-08-01T01:11:57.557Z[ recovery-image] Aug 01 01:11:56.632 INFO O| Aug 01 01:11:56.632 INFO STEP 917 (remove_files) COMPLETE
66832024-08-01T01:11:57.560Z[ recovery-image] Aug 01 01:11:56.632 INFO O| Aug 01 01:11:56.632 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-08-01T01:11:57.569Z[ host-image] Aug 01 01:11:56.644 INFO O| Aug 01 01:11:56.644 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
66852024-08-01T01:11:57.573Z[ recovery-image] Aug 01 01:11:56.645 INFO O| Aug 01 01:11:56.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66862024-08-01T01:11:57.573Z[ recovery-image] Aug 01 01:11:56.645 INFO O| Aug 01 01:11:56.645 INFO STEP 918 (remove_files) COMPLETE
66872024-08-01T01:11:57.573Z[ recovery-image] Aug 01 01:11:56.645 INFO O| Aug 01 01:11:56.645 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-08-01T01:11:57.581Z[ recovery-image] Aug 01 01:11:56.656 INFO O| Aug 01 01:11:56.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66892024-08-01T01:11:57.581Z[ recovery-image] Aug 01 01:11:56.656 INFO O| Aug 01 01:11:56.656 INFO STEP 919 (remove_files) COMPLETE
66902024-08-01T01:11:57.584Z[ recovery-image] Aug 01 01:11:56.656 INFO O| Aug 01 01:11:56.656 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-01T01:11:57.592Z[ recovery-image] Aug 01 01:11:56.667 INFO O| Aug 01 01:11:56.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66922024-08-01T01:11:57.592Z[ recovery-image] Aug 01 01:11:56.667 INFO O| Aug 01 01:11:56.667 INFO STEP 920 (remove_files) COMPLETE
66932024-08-01T01:11:57.595Z[ recovery-image] Aug 01 01:11:56.667 INFO O| Aug 01 01:11:56.667 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-01T01:11:57.613Z[ recovery-image] Aug 01 01:11:56.688 INFO O| Aug 01 01:11:56.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66952024-08-01T01:11:57.613Z[ recovery-image] Aug 01 01:11:56.688 INFO O| Aug 01 01:11:56.686 INFO STEP 921 (remove_files) COMPLETE
66962024-08-01T01:11:57.613Z[ recovery-image] Aug 01 01:11:56.688 INFO O| Aug 01 01:11:56.686 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-01T01:11:57.636Z[ recovery-image] Aug 01 01:11:56.711 INFO O| Aug 01 01:11:56.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66982024-08-01T01:11:57.636Z[ recovery-image] Aug 01 01:11:56.711 INFO O| Aug 01 01:11:56.709 INFO STEP 922 (remove_files) COMPLETE
66992024-08-01T01:11:57.636Z[ recovery-image] Aug 01 01:11:56.711 INFO O| Aug 01 01:11:56.709 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-01T01:11:57.657Z[ recovery-image] Aug 01 01:11:56.731 INFO O| Aug 01 01:11:56.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
67012024-08-01T01:11:57.657Z[ recovery-image] Aug 01 01:11:56.731 INFO O| Aug 01 01:11:56.730 INFO STEP 923 (remove_files) COMPLETE
67022024-08-01T01:11:57.657Z[ recovery-image] Aug 01 01:11:56.731 INFO O| Aug 01 01:11:56.730 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-01T01:11:57.673Z[ recovery-image] Aug 01 01:11:56.748 INFO O| Aug 01 01:11:56.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
67042024-08-01T01:11:57.676Z[ recovery-image] Aug 01 01:11:56.748 INFO O| Aug 01 01:11:56.748 INFO STEP 924 (remove_files) COMPLETE
67052024-08-01T01:11:57.676Z[ recovery-image] Aug 01 01:11:56.748 INFO O| Aug 01 01:11:56.748 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-01T01:11:57.686Z[ recovery-image] Aug 01 01:11:56.761 INFO O| Aug 01 01:11:56.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
67072024-08-01T01:11:57.686Z[ recovery-image] Aug 01 01:11:56.761 INFO O| Aug 01 01:11:56.761 INFO STEP 925 (remove_files) COMPLETE
67082024-08-01T01:11:57.686Z[ recovery-image] Aug 01 01:11:56.761 INFO O| Aug 01 01:11:56.761 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-01T01:11:57.699Z[ recovery-image] Aug 01 01:11:56.774 INFO O| Aug 01 01:11:56.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
67102024-08-01T01:11:57.702Z[ recovery-image] Aug 01 01:11:56.774 INFO O| Aug 01 01:11:56.774 INFO STEP 926 (remove_files) COMPLETE
67112024-08-01T01:11:57.702Z[ recovery-image] Aug 01 01:11:56.774 INFO O| Aug 01 01:11:56.774 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-01T01:11:57.711Z[ recovery-image] Aug 01 01:11:56.786 INFO O| Aug 01 01:11:56.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
67132024-08-01T01:11:57.711Z[ recovery-image] Aug 01 01:11:56.786 INFO O| Aug 01 01:11:56.786 INFO STEP 927 (remove_files) COMPLETE
67142024-08-01T01:11:57.711Z[ recovery-image] Aug 01 01:11:56.786 INFO O| Aug 01 01:11:56.786 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-01T01:11:57.723Z[ recovery-image] Aug 01 01:11:56.797 INFO O| Aug 01 01:11:56.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
67162024-08-01T01:11:57.723Z[ recovery-image] Aug 01 01:11:56.797 INFO O| Aug 01 01:11:56.797 INFO STEP 928 (remove_files) COMPLETE
67172024-08-01T01:11:57.725Z[ recovery-image] Aug 01 01:11:56.797 INFO O| Aug 01 01:11:56.797 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-01T01:11:57.734Z[ recovery-image] Aug 01 01:11:56.810 INFO O| Aug 01 01:11:56.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67192024-08-01T01:11:57.737Z[ recovery-image] Aug 01 01:11:56.810 INFO O| Aug 01 01:11:56.810 INFO STEP 929 (remove_files) COMPLETE
67202024-08-01T01:11:57.737Z[ recovery-image] Aug 01 01:11:56.810 INFO O| Aug 01 01:11:56.810 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-01T01:11:57.746Z[ recovery-image] Aug 01 01:11:56.821 INFO O| Aug 01 01:11:56.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67222024-08-01T01:11:57.746Z[ recovery-image] Aug 01 01:11:56.821 INFO O| Aug 01 01:11:56.821 INFO STEP 930 (remove_files) COMPLETE
67232024-08-01T01:11:57.749Z[ recovery-image] Aug 01 01:11:56.821 INFO O| Aug 01 01:11:56.821 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-01T01:11:57.749Z[ host-image] Aug 01 01:11:56.823 INFO O| Aug 01 01:11:56.823 INFO completed processing gimlet/ramdisk-01-os
67252024-08-01T01:11:57.752Z[ host-image] Aug 01 01:11:56.825 INFO omicron1 baseline generation...
67262024-08-01T01:11:57.752Z[ host-image] Aug 01 01:11:56.825 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
67272024-08-01T01:11:57.759Z[ recovery-image] Aug 01 01:11:56.834 INFO O| Aug 01 01:11:56.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67282024-08-01T01:11:57.759Z[ recovery-image] Aug 01 01:11:56.834 INFO O| Aug 01 01:11:56.834 INFO STEP 931 (remove_files) COMPLETE
67292024-08-01T01:11:57.762Z[ recovery-image] Aug 01 01:11:56.834 INFO O| Aug 01 01:11:56.834 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-01T01:11:57.773Z[ recovery-image] Aug 01 01:11:56.848 INFO O| Aug 01 01:11:56.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67312024-08-01T01:11:57.773Z[ recovery-image] Aug 01 01:11:56.848 INFO O| Aug 01 01:11:56.848 INFO STEP 932 (remove_files) COMPLETE
67322024-08-01T01:11:57.775Z[ recovery-image] Aug 01 01:11:56.848 INFO O| Aug 01 01:11:56.848 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-01T01:11:57.785Z[ recovery-image] Aug 01 01:11:56.860 INFO O| Aug 01 01:11:56.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67342024-08-01T01:11:57.785Z[ recovery-image] Aug 01 01:11:56.860 INFO O| Aug 01 01:11:56.860 INFO STEP 933 (remove_files) COMPLETE
67352024-08-01T01:11:57.785Z[ recovery-image] Aug 01 01:11:56.860 INFO O| Aug 01 01:11:56.860 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-01T01:11:57.796Z[ recovery-image] Aug 01 01:11:56.871 INFO O| Aug 01 01:11:56.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67372024-08-01T01:11:57.799Z[ recovery-image] Aug 01 01:11:56.871 INFO O| Aug 01 01:11:56.871 INFO STEP 934 (remove_files) COMPLETE
67382024-08-01T01:11:57.799Z[ recovery-image] Aug 01 01:11:56.871 INFO O| Aug 01 01:11:56.871 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-01T01:11:57.807Z[ recovery-image] Aug 01 01:11:56.883 INFO O| Aug 01 01:11:56.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67402024-08-01T01:11:57.807Z[ recovery-image] Aug 01 01:11:56.883 INFO O| Aug 01 01:11:56.883 INFO STEP 935 (remove_files) COMPLETE
67412024-08-01T01:11:57.807Z[ recovery-image] Aug 01 01:11:56.883 INFO O| Aug 01 01:11:56.883 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-01T01:11:57.819Z[ recovery-image] Aug 01 01:11:56.894 INFO O| Aug 01 01:11:56.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67432024-08-01T01:11:57.819Z[ recovery-image] Aug 01 01:11:56.894 INFO O| Aug 01 01:11:56.894 INFO STEP 936 (remove_files) COMPLETE
67442024-08-01T01:11:57.819Z[ recovery-image] Aug 01 01:11:56.894 INFO O| Aug 01 01:11:56.894 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-01T01:11:57.831Z[ recovery-image] Aug 01 01:11:56.906 INFO O| Aug 01 01:11:56.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67462024-08-01T01:11:57.831Z[ recovery-image] Aug 01 01:11:56.906 INFO O| Aug 01 01:11:56.906 INFO STEP 937 (remove_files) COMPLETE
67472024-08-01T01:11:57.834Z[ recovery-image] Aug 01 01:11:56.906 INFO O| Aug 01 01:11:56.906 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-01T01:11:57.842Z[ recovery-image] Aug 01 01:11:56.918 INFO O| Aug 01 01:11:56.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67492024-08-01T01:11:57.842Z[ recovery-image] Aug 01 01:11:56.918 INFO O| Aug 01 01:11:56.918 INFO STEP 938 (remove_files) COMPLETE
67502024-08-01T01:11:57.845Z[ recovery-image] Aug 01 01:11:56.918 INFO O| Aug 01 01:11:56.918 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-01T01:11:57.853Z[ recovery-image] Aug 01 01:11:56.928 INFO O| Aug 01 01:11:56.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67522024-08-01T01:11:57.853Z[ recovery-image] Aug 01 01:11:56.928 INFO O| Aug 01 01:11:56.928 INFO STEP 939 (remove_files) COMPLETE
67532024-08-01T01:11:57.853Z[ recovery-image] Aug 01 01:11:56.928 INFO O| Aug 01 01:11:56.928 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-01T01:11:57.863Z[ recovery-image] Aug 01 01:11:56.938 INFO O| Aug 01 01:11:56.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67552024-08-01T01:11:57.863Z[ recovery-image] Aug 01 01:11:56.939 INFO O| Aug 01 01:11:56.938 INFO STEP 940 (remove_files) COMPLETE
67562024-08-01T01:11:57.863Z[ recovery-image] Aug 01 01:11:56.939 INFO O| Aug 01 01:11:56.939 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-01T01:11:57.866Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 33s
67582024-08-01T01:11:57.875Z[ recovery-image] Aug 01 01:11:56.950 INFO O| Aug 01 01:11:56.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67592024-08-01T01:11:57.875Z[ recovery-image] Aug 01 01:11:56.950 INFO O| Aug 01 01:11:56.950 INFO STEP 941 (remove_files) COMPLETE
67602024-08-01T01:11:57.878Z[ recovery-image] Aug 01 01:11:56.950 INFO O| Aug 01 01:11:56.950 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-08-01T01:11:57.886Z[ recovery-image] Aug 01 01:11:56.961 INFO O| Aug 01 01:11:56.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67622024-08-01T01:11:57.886Z[ recovery-image] Aug 01 01:11:56.961 INFO O| Aug 01 01:11:56.961 INFO STEP 942 (remove_files) COMPLETE
67632024-08-01T01:11:57.886Z[ recovery-image] Aug 01 01:11:56.961 INFO O| Aug 01 01:11:56.961 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-08-01T01:11:57.899Z[ recovery-image] Aug 01 01:11:56.974 INFO O| Aug 01 01:11:56.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67652024-08-01T01:11:57.899Z[ recovery-image] Aug 01 01:11:56.975 INFO O| Aug 01 01:11:56.975 INFO STEP 943 (remove_files) COMPLETE
67662024-08-01T01:11:57.902Z[ recovery-image] Aug 01 01:11:56.975 INFO O| Aug 01 01:11:56.975 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-08-01T01:11:57.911Z[ recovery-image] Aug 01 01:11:56.987 INFO O| Aug 01 01:11:56.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67682024-08-01T01:11:57.911Z[ recovery-image] Aug 01 01:11:56.987 INFO O| Aug 01 01:11:56.987 INFO STEP 944 (remove_files) COMPLETE
67692024-08-01T01:11:57.911Z[ recovery-image] Aug 01 01:11:56.987 INFO O| Aug 01 01:11:56.987 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-08-01T01:11:57.922Z[ recovery-image] Aug 01 01:11:56.997 INFO O| Aug 01 01:11:56.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67712024-08-01T01:11:57.922Z[ recovery-image] Aug 01 01:11:56.997 INFO O| Aug 01 01:11:56.997 INFO STEP 945 (remove_files) COMPLETE
67722024-08-01T01:11:57.922Z[ recovery-image] Aug 01 01:11:56.997 INFO O| Aug 01 01:11:56.997 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-08-01T01:11:57.938Z[ recovery-image] Aug 01 01:11:57.013 INFO O| Aug 01 01:11:57.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67742024-08-01T01:11:57.938Z[ recovery-image] Aug 01 01:11:57.013 INFO O| Aug 01 01:11:57.013 INFO STEP 946 (remove_files) COMPLETE
67752024-08-01T01:11:57.938Z[ recovery-image] Aug 01 01:11:57.013 INFO O| Aug 01 01:11:57.013 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-08-01T01:11:57.950Z[ recovery-image] Aug 01 01:11:57.025 INFO O| Aug 01 01:11:57.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67772024-08-01T01:11:57.950Z[ recovery-image] Aug 01 01:11:57.025 INFO O| Aug 01 01:11:57.025 INFO STEP 947 (remove_files) COMPLETE
67782024-08-01T01:11:57.953Z[ recovery-image] Aug 01 01:11:57.025 INFO O| Aug 01 01:11:57.025 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-08-01T01:11:57.963Z[ recovery-image] Aug 01 01:11:57.038 INFO O| Aug 01 01:11:57.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67802024-08-01T01:11:57.963Z[ recovery-image] Aug 01 01:11:57.038 INFO O| Aug 01 01:11:57.038 INFO STEP 948 (remove_files) COMPLETE
67812024-08-01T01:11:57.963Z[ recovery-image] Aug 01 01:11:57.038 INFO O| Aug 01 01:11:57.038 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-08-01T01:11:57.976Z[ recovery-image] Aug 01 01:11:57.051 INFO O| Aug 01 01:11:57.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67832024-08-01T01:11:57.976Z[ recovery-image] Aug 01 01:11:57.051 INFO O| Aug 01 01:11:57.051 INFO STEP 949 (remove_files) COMPLETE
67842024-08-01T01:11:57.979Z[ recovery-image] Aug 01 01:11:57.051 INFO O| Aug 01 01:11:57.051 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-08-01T01:11:57.986Z[ recovery-image] Aug 01 01:11:57.061 INFO O| Aug 01 01:11:57.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67862024-08-01T01:11:57.986Z[ recovery-image] Aug 01 01:11:57.062 INFO O| Aug 01 01:11:57.061 INFO STEP 950 (remove_files) COMPLETE
67872024-08-01T01:11:57.989Z[ recovery-image] Aug 01 01:11:57.062 INFO O| Aug 01 01:11:57.062 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-08-01T01:11:57.997Z[ recovery-image] Aug 01 01:11:57.072 INFO O| Aug 01 01:11:57.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67892024-08-01T01:11:57.999Z[ recovery-image] Aug 01 01:11:57.072 INFO O| Aug 01 01:11:57.072 INFO STEP 951 (remove_files) COMPLETE
67902024-08-01T01:11:58.000Z[ recovery-image] Aug 01 01:11:57.072 INFO O| Aug 01 01:11:57.072 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-08-01T01:11:58.007Z[ recovery-image] Aug 01 01:11:57.082 INFO O| Aug 01 01:11:57.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67922024-08-01T01:11:58.007Z[ recovery-image] Aug 01 01:11:57.082 INFO O| Aug 01 01:11:57.082 INFO STEP 952 (remove_files) COMPLETE
67932024-08-01T01:11:58.010Z[ recovery-image] Aug 01 01:11:57.082 INFO O| Aug 01 01:11:57.082 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-08-01T01:11:58.018Z[ recovery-image] Aug 01 01:11:57.094 INFO O| Aug 01 01:11:57.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67952024-08-01T01:11:58.018Z[ recovery-image] Aug 01 01:11:57.094 INFO O| Aug 01 01:11:57.094 INFO STEP 953 (remove_files) COMPLETE
67962024-08-01T01:11:58.018Z[ recovery-image] Aug 01 01:11:57.094 INFO O| Aug 01 01:11:57.094 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-08-01T01:11:58.031Z[ recovery-image] Aug 01 01:11:57.106 INFO O| Aug 01 01:11:57.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67982024-08-01T01:11:58.031Z[ recovery-image] Aug 01 01:11:57.106 INFO O| Aug 01 01:11:57.106 INFO STEP 954 (remove_files) COMPLETE
67992024-08-01T01:11:58.031Z[ recovery-image] Aug 01 01:11:57.106 INFO O| Aug 01 01:11:57.106 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-08-01T01:11:58.044Z[ recovery-image] Aug 01 01:11:57.119 INFO O| Aug 01 01:11:57.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68012024-08-01T01:11:58.044Z[ recovery-image] Aug 01 01:11:57.119 INFO O| Aug 01 01:11:57.119 INFO STEP 955 (remove_files) COMPLETE
68022024-08-01T01:11:58.044Z[ recovery-image] Aug 01 01:11:57.119 INFO O| Aug 01 01:11:57.119 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-08-01T01:11:58.054Z[ recovery-image] Aug 01 01:11:57.129 INFO O| Aug 01 01:11:57.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
68042024-08-01T01:11:58.054Z[ recovery-image] Aug 01 01:11:57.129 INFO O| Aug 01 01:11:57.129 INFO STEP 956 (remove_files) COMPLETE
68052024-08-01T01:11:58.054Z[ recovery-image] Aug 01 01:11:57.129 INFO O| Aug 01 01:11:57.129 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-08-01T01:11:58.064Z[ recovery-image] Aug 01 01:11:57.139 INFO O| Aug 01 01:11:57.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
68072024-08-01T01:11:58.067Z[ recovery-image] Aug 01 01:11:57.140 INFO O| Aug 01 01:11:57.140 INFO STEP 957 (remove_files) COMPLETE
68082024-08-01T01:11:58.067Z[ recovery-image] Aug 01 01:11:57.140 INFO O| Aug 01 01:11:57.140 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-08-01T01:11:58.074Z[ recovery-image] Aug 01 01:11:57.150 INFO O| Aug 01 01:11:57.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
68102024-08-01T01:11:58.077Z[ recovery-image] Aug 01 01:11:57.150 INFO O| Aug 01 01:11:57.150 INFO STEP 958 (remove_files) COMPLETE
68112024-08-01T01:11:58.077Z[ recovery-image] Aug 01 01:11:57.150 INFO O| Aug 01 01:11:57.150 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-08-01T01:11:58.085Z[ recovery-image] Aug 01 01:11:57.161 INFO O| Aug 01 01:11:57.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
68132024-08-01T01:11:58.085Z[ recovery-image] Aug 01 01:11:57.161 INFO O| Aug 01 01:11:57.161 INFO STEP 959 (remove_files) COMPLETE
68142024-08-01T01:11:58.085Z[ recovery-image] Aug 01 01:11:57.161 INFO O| Aug 01 01:11:57.161 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-08-01T01:11:58.097Z[ recovery-image] Aug 01 01:11:57.172 INFO O| Aug 01 01:11:57.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
68162024-08-01T01:11:58.099Z[ recovery-image] Aug 01 01:11:57.172 INFO O| Aug 01 01:11:57.172 INFO STEP 960 (remove_files) COMPLETE
68172024-08-01T01:11:58.100Z[ recovery-image] Aug 01 01:11:57.172 INFO O| Aug 01 01:11:57.172 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-08-01T01:11:58.107Z[ recovery-image] Aug 01 01:11:57.182 INFO O| Aug 01 01:11:57.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
68192024-08-01T01:11:58.107Z[ recovery-image] Aug 01 01:11:57.182 INFO O| Aug 01 01:11:57.182 INFO STEP 961 (remove_files) COMPLETE
68202024-08-01T01:11:58.110Z[ recovery-image] Aug 01 01:11:57.182 INFO O| Aug 01 01:11:57.182 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-08-01T01:11:58.117Z[ recovery-image] Aug 01 01:11:57.193 INFO O| Aug 01 01:11:57.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68222024-08-01T01:11:58.120Z[ recovery-image] Aug 01 01:11:57.193 INFO O| Aug 01 01:11:57.193 INFO STEP 962 (remove_files) COMPLETE
68232024-08-01T01:11:58.120Z[ recovery-image] Aug 01 01:11:57.193 INFO O| Aug 01 01:11:57.193 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-08-01T01:11:58.123ZAug 01 01:11:57.198 INFO [verify-libraries] process exited with exit status: 0 (282.188294683s)
68252024-08-01T01:11:58.128Z[ recovery-image] Aug 01 01:11:57.203 INFO O| Aug 01 01:11:57.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68262024-08-01T01:11:58.128Z[ recovery-image] Aug 01 01:11:57.204 INFO O| Aug 01 01:11:57.204 INFO STEP 963 (remove_files) COMPLETE
68272024-08-01T01:11:58.128Z[ recovery-image] Aug 01 01:11:57.204 INFO O| Aug 01 01:11:57.204 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-08-01T01:11:58.138Z[ recovery-image] Aug 01 01:11:57.213 INFO O| Aug 01 01:11:57.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68292024-08-01T01:11:58.138Z[ recovery-image] Aug 01 01:11:57.214 INFO O| Aug 01 01:11:57.214 INFO STEP 964 (remove_files) COMPLETE
68302024-08-01T01:11:58.141Z[ recovery-image] Aug 01 01:11:57.214 INFO O| Aug 01 01:11:57.214 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-08-01T01:11:58.150Z[ recovery-image] Aug 01 01:11:57.225 INFO O| Aug 01 01:11:57.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68322024-08-01T01:11:58.153Z[ recovery-image] Aug 01 01:11:57.226 INFO O| Aug 01 01:11:57.226 INFO STEP 965 (remove_files) COMPLETE
68332024-08-01T01:11:58.153Z[ recovery-image] Aug 01 01:11:57.226 INFO O| Aug 01 01:11:57.226 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-08-01T01:11:58.164Z[ recovery-image] Aug 01 01:11:57.239 INFO O| Aug 01 01:11:57.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68352024-08-01T01:11:58.164Z[ recovery-image] Aug 01 01:11:57.239 INFO O| Aug 01 01:11:57.239 INFO STEP 966 (remove_files) COMPLETE
68362024-08-01T01:11:58.166Z[ recovery-image] Aug 01 01:11:57.239 INFO O| Aug 01 01:11:57.239 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-08-01T01:11:58.175Z[ recovery-image] Aug 01 01:11:57.250 INFO O| Aug 01 01:11:57.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68382024-08-01T01:11:58.175Z[ recovery-image] Aug 01 01:11:57.250 INFO O| Aug 01 01:11:57.250 INFO STEP 967 (remove_files) COMPLETE
68392024-08-01T01:11:58.175Z[ recovery-image] Aug 01 01:11:57.250 INFO O| Aug 01 01:11:57.250 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-08-01T01:11:58.185Z[ recovery-image] Aug 01 01:11:57.260 INFO O| Aug 01 01:11:57.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68412024-08-01T01:11:58.185Z[ recovery-image] Aug 01 01:11:57.260 INFO O| Aug 01 01:11:57.260 INFO STEP 968 (remove_files) COMPLETE
68422024-08-01T01:11:58.185Z[ recovery-image] Aug 01 01:11:57.260 INFO O| Aug 01 01:11:57.260 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-08-01T01:11:58.195Z[ recovery-image] Aug 01 01:11:57.270 INFO O| Aug 01 01:11:57.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68442024-08-01T01:11:58.195Z[ recovery-image] Aug 01 01:11:57.270 INFO O| Aug 01 01:11:57.270 INFO STEP 969 (remove_files) COMPLETE
68452024-08-01T01:11:58.195Z[ recovery-image] Aug 01 01:11:57.270 INFO O| Aug 01 01:11:57.270 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-08-01T01:11:58.198Z[ host-image] Aug 01 01:11:57.273 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22798:20240731T094504Z
68472024-08-01T01:11:58.204Z[ recovery-image] Aug 01 01:11:57.280 INFO O| Aug 01 01:11:57.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68482024-08-01T01:11:58.204Z[ recovery-image] Aug 01 01:11:57.280 INFO O| Aug 01 01:11:57.280 INFO STEP 970 (remove_files) COMPLETE
68492024-08-01T01:11:58.207Z[ recovery-image] Aug 01 01:11:57.280 INFO O| Aug 01 01:11:57.280 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-01T01:11:58.216Z[ recovery-image] Aug 01 01:11:57.291 INFO O| Aug 01 01:11:57.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68512024-08-01T01:11:58.219Z[ recovery-image] Aug 01 01:11:57.292 INFO O| Aug 01 01:11:57.292 INFO STEP 971 (remove_files) COMPLETE
68522024-08-01T01:11:58.219Z[ recovery-image] Aug 01 01:11:57.292 INFO O| Aug 01 01:11:57.292 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-01T01:11:58.226Z[ recovery-image] Aug 01 01:11:57.301 INFO O| Aug 01 01:11:57.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68542024-08-01T01:11:58.226Z[ recovery-image] Aug 01 01:11:57.301 INFO O| Aug 01 01:11:57.301 INFO STEP 972 (remove_files) COMPLETE
68552024-08-01T01:11:58.229Z[ recovery-image] Aug 01 01:11:57.301 INFO O| Aug 01 01:11:57.301 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-08-01T01:11:58.236Z[ recovery-image] Aug 01 01:11:57.311 INFO O| Aug 01 01:11:57.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68572024-08-01T01:11:58.239Z[ recovery-image] Aug 01 01:11:57.312 INFO O| Aug 01 01:11:57.311 INFO STEP 973 (remove_files) COMPLETE
68582024-08-01T01:11:58.239Z[ recovery-image] Aug 01 01:11:57.312 INFO O| Aug 01 01:11:57.312 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-01T01:11:58.246Z[ recovery-image] Aug 01 01:11:57.321 INFO O| Aug 01 01:11:57.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68602024-08-01T01:11:58.249Z[ recovery-image] Aug 01 01:11:57.322 INFO O| Aug 01 01:11:57.321 INFO STEP 974 (remove_files) COMPLETE
68612024-08-01T01:11:58.249Z[ recovery-image] Aug 01 01:11:57.322 INFO O| Aug 01 01:11:57.322 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-01T01:11:58.256Z[ recovery-image] Aug 01 01:11:57.332 INFO O| Aug 01 01:11:57.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68632024-08-01T01:11:58.259Z[ recovery-image] Aug 01 01:11:57.332 INFO O| Aug 01 01:11:57.332 INFO STEP 975 (remove_files) COMPLETE
68642024-08-01T01:11:58.259Z[ recovery-image] Aug 01 01:11:57.332 INFO O| Aug 01 01:11:57.332 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-08-01T01:11:58.266Z[ recovery-image] Aug 01 01:11:57.341 INFO O| Aug 01 01:11:57.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68662024-08-01T01:11:58.266Z[ recovery-image] Aug 01 01:11:57.341 INFO O| Aug 01 01:11:57.341 INFO STEP 976 (remove_files) COMPLETE
68672024-08-01T01:11:58.269Z[ recovery-image] Aug 01 01:11:57.341 INFO O| Aug 01 01:11:57.341 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-08-01T01:11:58.276Z[ recovery-image] Aug 01 01:11:57.351 INFO O| Aug 01 01:11:57.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68692024-08-01T01:11:58.276Z[ recovery-image] Aug 01 01:11:57.351 INFO O| Aug 01 01:11:57.351 INFO STEP 977 (remove_files) COMPLETE
68702024-08-01T01:11:58.278Z[ recovery-image] Aug 01 01:11:57.351 INFO O| Aug 01 01:11:57.351 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-08-01T01:11:58.285Z[ recovery-image] Aug 01 01:11:57.361 INFO O| Aug 01 01:11:57.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68722024-08-01T01:11:58.288Z[ recovery-image] Aug 01 01:11:57.361 INFO O| Aug 01 01:11:57.361 INFO STEP 978 (remove_files) COMPLETE
68732024-08-01T01:11:58.288Z[ recovery-image] Aug 01 01:11:57.361 INFO O| Aug 01 01:11:57.361 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-08-01T01:11:58.295Z[ recovery-image] Aug 01 01:11:57.371 INFO O| Aug 01 01:11:57.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68752024-08-01T01:11:58.295Z[ recovery-image] Aug 01 01:11:57.371 INFO O| Aug 01 01:11:57.371 INFO STEP 979 (remove_files) COMPLETE
68762024-08-01T01:11:58.295Z[ recovery-image] Aug 01 01:11:57.371 INFO O| Aug 01 01:11:57.371 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-08-01T01:11:58.305Z[ recovery-image] Aug 01 01:11:57.380 INFO O| Aug 01 01:11:57.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68782024-08-01T01:11:58.305Z[ recovery-image] Aug 01 01:11:57.380 INFO O| Aug 01 01:11:57.380 INFO STEP 980 (remove_files) COMPLETE
68792024-08-01T01:11:58.308Z[ recovery-image] Aug 01 01:11:57.380 INFO O| Aug 01 01:11:57.380 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-08-01T01:11:58.314Z[ recovery-image] Aug 01 01:11:57.390 INFO O| Aug 01 01:11:57.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68812024-08-01T01:11:58.317Z[ recovery-image] Aug 01 01:11:57.390 INFO O| Aug 01 01:11:57.390 INFO STEP 981 (remove_files) COMPLETE
68822024-08-01T01:11:58.317Z[ recovery-image] Aug 01 01:11:57.390 INFO O| Aug 01 01:11:57.390 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-01T01:11:58.324Z[ recovery-image] Aug 01 01:11:57.399 INFO O| Aug 01 01:11:57.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68842024-08-01T01:11:58.327Z[ recovery-image] Aug 01 01:11:57.399 INFO O| Aug 01 01:11:57.399 INFO STEP 982 (remove_files) COMPLETE
68852024-08-01T01:11:58.327Z[ recovery-image] Aug 01 01:11:57.399 INFO O| Aug 01 01:11:57.399 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-01T01:11:58.333Z[ recovery-image] Aug 01 01:11:57.409 INFO O| Aug 01 01:11:57.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68872024-08-01T01:11:58.333Z[ recovery-image] Aug 01 01:11:57.409 INFO O| Aug 01 01:11:57.409 INFO STEP 983 (remove_files) COMPLETE
68882024-08-01T01:11:58.336Z[ recovery-image] Aug 01 01:11:57.409 INFO O| Aug 01 01:11:57.409 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-01T01:11:58.343Z[ recovery-image] Aug 01 01:11:57.418 INFO O| Aug 01 01:11:57.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68902024-08-01T01:11:58.343Z[ recovery-image] Aug 01 01:11:57.418 INFO O| Aug 01 01:11:57.418 INFO STEP 984 (remove_files) COMPLETE
68912024-08-01T01:11:58.343Z[ recovery-image] Aug 01 01:11:57.418 INFO O| Aug 01 01:11:57.418 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-01T01:11:58.352Z[ recovery-image] Aug 01 01:11:57.428 INFO O| Aug 01 01:11:57.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68932024-08-01T01:11:58.352Z[ recovery-image] Aug 01 01:11:57.428 INFO O| Aug 01 01:11:57.428 INFO STEP 985 (remove_files) COMPLETE
68942024-08-01T01:11:58.355Z[ recovery-image] Aug 01 01:11:57.428 INFO O| Aug 01 01:11:57.428 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-01T01:11:58.362Z[ recovery-image] Aug 01 01:11:57.437 INFO O| Aug 01 01:11:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68962024-08-01T01:11:58.362Z[ recovery-image] Aug 01 01:11:57.437 INFO O| Aug 01 01:11:57.437 INFO STEP 986 (remove_files) COMPLETE
68972024-08-01T01:11:58.362Z[ recovery-image] Aug 01 01:11:57.437 INFO O| Aug 01 01:11:57.437 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-01T01:11:58.371Z[ recovery-image] Aug 01 01:11:57.447 INFO O| Aug 01 01:11:57.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68992024-08-01T01:11:58.371Z[ recovery-image] Aug 01 01:11:57.447 INFO O| Aug 01 01:11:57.447 INFO STEP 987 (remove_files) COMPLETE
69002024-08-01T01:11:58.374Z[ recovery-image] Aug 01 01:11:57.447 INFO O| Aug 01 01:11:57.447 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-01T01:11:58.381Z[ recovery-image] Aug 01 01:11:57.456 INFO O| Aug 01 01:11:57.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69022024-08-01T01:11:58.381Z[ recovery-image] Aug 01 01:11:57.456 INFO O| Aug 01 01:11:57.456 INFO STEP 988 (remove_files) COMPLETE
69032024-08-01T01:11:58.384Z[ recovery-image] Aug 01 01:11:57.456 INFO O| Aug 01 01:11:57.456 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-01T01:11:58.390Z[ recovery-image] Aug 01 01:11:57.466 INFO O| Aug 01 01:11:57.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
69052024-08-01T01:11:58.390Z[ recovery-image] Aug 01 01:11:57.466 INFO O| Aug 01 01:11:57.466 INFO STEP 989 (remove_files) COMPLETE
69062024-08-01T01:11:58.393Z[ recovery-image] Aug 01 01:11:57.466 INFO O| Aug 01 01:11:57.466 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-01T01:11:58.400Z[ recovery-image] Aug 01 01:11:57.475 INFO O| Aug 01 01:11:57.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
69082024-08-01T01:11:58.400Z[ recovery-image] Aug 01 01:11:57.475 INFO O| Aug 01 01:11:57.475 INFO STEP 990 (remove_files) COMPLETE
69092024-08-01T01:11:58.402Z[ recovery-image] Aug 01 01:11:57.475 INFO O| Aug 01 01:11:57.475 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-01T01:11:58.409Z[ recovery-image] Aug 01 01:11:57.484 INFO O| Aug 01 01:11:57.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
69112024-08-01T01:11:58.409Z[ recovery-image] Aug 01 01:11:57.485 INFO O| Aug 01 01:11:57.485 INFO STEP 991 (remove_files) COMPLETE
69122024-08-01T01:11:58.409Z[ recovery-image] Aug 01 01:11:57.485 INFO O| Aug 01 01:11:57.485 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-01T01:11:58.419Z[ recovery-image] Aug 01 01:11:57.494 INFO O| Aug 01 01:11:57.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
69142024-08-01T01:11:58.419Z[ recovery-image] Aug 01 01:11:57.494 INFO O| Aug 01 01:11:57.494 INFO STEP 992 (remove_files) COMPLETE
69152024-08-01T01:11:58.419Z[ recovery-image] Aug 01 01:11:57.494 INFO O| Aug 01 01:11:57.494 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-01T01:11:58.428Z[ recovery-image] Aug 01 01:11:57.504 INFO O| Aug 01 01:11:57.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
69172024-08-01T01:11:58.428Z[ recovery-image] Aug 01 01:11:57.504 INFO O| Aug 01 01:11:57.504 INFO STEP 993 (remove_files) COMPLETE
69182024-08-01T01:11:58.428Z[ recovery-image] Aug 01 01:11:57.504 INFO O| Aug 01 01:11:57.504 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-01T01:11:58.438Z[ recovery-image] Aug 01 01:11:57.513 INFO O| Aug 01 01:11:57.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
69202024-08-01T01:11:58.438Z[ recovery-image] Aug 01 01:11:57.513 INFO O| Aug 01 01:11:57.513 INFO STEP 994 (remove_files) COMPLETE
69212024-08-01T01:11:58.441Z[ recovery-image] Aug 01 01:11:57.513 INFO O| Aug 01 01:11:57.513 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-01T01:11:58.447Z[ recovery-image] Aug 01 01:11:57.523 INFO O| Aug 01 01:11:57.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
69232024-08-01T01:11:58.447Z[ recovery-image] Aug 01 01:11:57.523 INFO O| Aug 01 01:11:57.523 INFO STEP 995 (remove_files) COMPLETE
69242024-08-01T01:11:58.450Z[ recovery-image] Aug 01 01:11:57.523 INFO O| Aug 01 01:11:57.523 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-01T01:11:58.457Z[ recovery-image] Aug 01 01:11:57.532 INFO O| Aug 01 01:11:57.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69262024-08-01T01:11:58.457Z[ recovery-image] Aug 01 01:11:57.532 INFO O| Aug 01 01:11:57.532 INFO STEP 996 (remove_files) COMPLETE
69272024-08-01T01:11:58.457Z[ recovery-image] Aug 01 01:11:57.532 INFO O| Aug 01 01:11:57.532 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-01T01:11:58.466Z[ recovery-image] Aug 01 01:11:57.541 INFO O| Aug 01 01:11:57.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69292024-08-01T01:11:58.466Z[ recovery-image] Aug 01 01:11:57.541 INFO O| Aug 01 01:11:57.541 INFO STEP 997 (remove_files) COMPLETE
69302024-08-01T01:11:58.469Z[ recovery-image] Aug 01 01:11:57.542 INFO O| Aug 01 01:11:57.541 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-01T01:11:58.476Z[ recovery-image] Aug 01 01:11:57.551 INFO O| Aug 01 01:11:57.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69322024-08-01T01:11:58.478Z[ recovery-image] Aug 01 01:11:57.551 INFO O| Aug 01 01:11:57.551 INFO STEP 998 (remove_files) COMPLETE
69332024-08-01T01:11:58.478Z[ recovery-image] Aug 01 01:11:57.551 INFO O| Aug 01 01:11:57.551 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-01T01:11:58.485Z[ recovery-image] Aug 01 01:11:57.561 INFO O| Aug 01 01:11:57.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69352024-08-01T01:11:58.485Z[ recovery-image] Aug 01 01:11:57.561 INFO O| Aug 01 01:11:57.561 INFO STEP 999 (remove_files) COMPLETE
69362024-08-01T01:11:58.488Z[ recovery-image] Aug 01 01:11:57.561 INFO O| Aug 01 01:11:57.561 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-01T01:11:58.495Z[ recovery-image] Aug 01 01:11:57.570 INFO O| Aug 01 01:11:57.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69382024-08-01T01:11:58.495Z[ recovery-image] Aug 01 01:11:57.570 INFO O| Aug 01 01:11:57.570 INFO STEP 1000 (remove_files) COMPLETE
69392024-08-01T01:11:58.498Z[ recovery-image] Aug 01 01:11:57.570 INFO O| Aug 01 01:11:57.570 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-01T01:11:58.504Z[ recovery-image] Aug 01 01:11:57.580 INFO O| Aug 01 01:11:57.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69412024-08-01T01:11:58.504Z[ recovery-image] Aug 01 01:11:57.580 INFO O| Aug 01 01:11:57.580 INFO STEP 1001 (remove_files) COMPLETE
69422024-08-01T01:11:58.505Z[ recovery-image] Aug 01 01:11:57.580 INFO O| Aug 01 01:11:57.580 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-01T01:11:58.514Z[ recovery-image] Aug 01 01:11:57.589 INFO O| Aug 01 01:11:57.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69442024-08-01T01:11:58.514Z[ recovery-image] Aug 01 01:11:57.590 INFO O| Aug 01 01:11:57.590 INFO STEP 1002 (remove_files) COMPLETE
69452024-08-01T01:11:58.517Z[ recovery-image] Aug 01 01:11:57.590 INFO O| Aug 01 01:11:57.590 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-08-01T01:11:58.524Z[ recovery-image] Aug 01 01:11:57.599 INFO O| Aug 01 01:11:57.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69472024-08-01T01:11:58.524Z[ recovery-image] Aug 01 01:11:57.599 INFO O| Aug 01 01:11:57.599 INFO STEP 1003 (remove_files) COMPLETE
69482024-08-01T01:11:58.527Z[ recovery-image] Aug 01 01:11:57.599 INFO O| Aug 01 01:11:57.599 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-08-01T01:11:58.534Z[ recovery-image] Aug 01 01:11:57.609 INFO O| Aug 01 01:11:57.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69502024-08-01T01:11:58.534Z[ recovery-image] Aug 01 01:11:57.609 INFO O| Aug 01 01:11:57.609 INFO STEP 1004 (remove_files) COMPLETE
69512024-08-01T01:11:58.537Z[ recovery-image] Aug 01 01:11:57.609 INFO O| Aug 01 01:11:57.609 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-01T01:11:58.544Z[ recovery-image] Aug 01 01:11:57.620 INFO O| Aug 01 01:11:57.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69532024-08-01T01:11:58.544Z[ recovery-image] Aug 01 01:11:57.620 INFO O| Aug 01 01:11:57.620 INFO STEP 1005 (remove_files) COMPLETE
69542024-08-01T01:11:58.547Z[ recovery-image] Aug 01 01:11:57.620 INFO O| Aug 01 01:11:57.620 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-01T01:11:58.555Z[ recovery-image] Aug 01 01:11:57.630 INFO O| Aug 01 01:11:57.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69562024-08-01T01:11:58.555Z[ recovery-image] Aug 01 01:11:57.630 INFO O| Aug 01 01:11:57.630 INFO STEP 1006 (remove_files) COMPLETE
69572024-08-01T01:11:58.558Z[ recovery-image] Aug 01 01:11:57.630 INFO O| Aug 01 01:11:57.630 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-01T01:11:58.566Z[ recovery-image] Aug 01 01:11:57.641 INFO O| Aug 01 01:11:57.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69592024-08-01T01:11:58.566Z[ recovery-image] Aug 01 01:11:57.641 INFO O| Aug 01 01:11:57.641 INFO STEP 1007 (remove_files) COMPLETE
69602024-08-01T01:11:58.568Z[ recovery-image] Aug 01 01:11:57.641 INFO O| Aug 01 01:11:57.641 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-01T01:11:58.576Z[ recovery-image] Aug 01 01:11:57.652 INFO O| Aug 01 01:11:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69622024-08-01T01:11:58.576Z[ recovery-image] Aug 01 01:11:57.652 INFO O| Aug 01 01:11:57.652 INFO STEP 1008 (remove_files) COMPLETE
69632024-08-01T01:11:58.580Z[ recovery-image] Aug 01 01:11:57.652 INFO O| Aug 01 01:11:57.652 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-01T01:11:58.587Z[ recovery-image] Aug 01 01:11:57.663 INFO O| Aug 01 01:11:57.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69652024-08-01T01:11:58.587Z[ recovery-image] Aug 01 01:11:57.663 INFO O| Aug 01 01:11:57.663 INFO STEP 1009 (remove_files) COMPLETE
69662024-08-01T01:11:58.590Z[ recovery-image] Aug 01 01:11:57.663 INFO O| Aug 01 01:11:57.663 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-01T01:11:58.598Z[ recovery-image] Aug 01 01:11:57.674 INFO O| Aug 01 01:11:57.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69682024-08-01T01:11:58.598Z[ recovery-image] Aug 01 01:11:57.674 INFO O| Aug 01 01:11:57.674 INFO STEP 1010 (remove_files) COMPLETE
69692024-08-01T01:11:58.601Z[ recovery-image] Aug 01 01:11:57.674 INFO O| Aug 01 01:11:57.674 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-01T01:11:58.611Z[ recovery-image] Aug 01 01:11:57.686 INFO O| Aug 01 01:11:57.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69712024-08-01T01:11:58.611Z[ recovery-image] Aug 01 01:11:57.686 INFO O| Aug 01 01:11:57.686 INFO STEP 1011 (remove_files) COMPLETE
69722024-08-01T01:11:58.611Z[ recovery-image] Aug 01 01:11:57.686 INFO O| Aug 01 01:11:57.686 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-01T01:11:58.623Z[ recovery-image] Aug 01 01:11:57.698 INFO O| Aug 01 01:11:57.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69742024-08-01T01:11:58.623Z[ recovery-image] Aug 01 01:11:57.698 INFO O| Aug 01 01:11:57.698 INFO STEP 1012 (remove_files) COMPLETE
69752024-08-01T01:11:58.623Z[ recovery-image] Aug 01 01:11:57.698 INFO O| Aug 01 01:11:57.698 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-01T01:11:58.634Z[ recovery-image] Aug 01 01:11:57.710 INFO O| Aug 01 01:11:57.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69772024-08-01T01:11:58.634Z[ recovery-image] Aug 01 01:11:57.710 INFO O| Aug 01 01:11:57.710 INFO STEP 1013 (remove_files) COMPLETE
69782024-08-01T01:11:58.637Z[ recovery-image] Aug 01 01:11:57.710 INFO O| Aug 01 01:11:57.710 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-01T01:11:58.645Z[ recovery-image] Aug 01 01:11:57.721 INFO O| Aug 01 01:11:57.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69802024-08-01T01:11:58.648Z[ recovery-image] Aug 01 01:11:57.721 INFO O| Aug 01 01:11:57.721 INFO STEP 1014 (remove_files) COMPLETE
69812024-08-01T01:11:58.648Z[ recovery-image] Aug 01 01:11:57.721 INFO O| Aug 01 01:11:57.721 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-01T01:11:58.656Z[ recovery-image] Aug 01 01:11:57.731 INFO O| Aug 01 01:11:57.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69832024-08-01T01:11:58.656Z[ recovery-image] Aug 01 01:11:57.731 INFO O| Aug 01 01:11:57.731 INFO STEP 1015 (remove_files) COMPLETE
69842024-08-01T01:11:58.659Z[ recovery-image] Aug 01 01:11:57.731 INFO O| Aug 01 01:11:57.731 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-01T01:11:58.666Z[ recovery-image] Aug 01 01:11:57.742 INFO O| Aug 01 01:11:57.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69862024-08-01T01:11:58.667Z[ recovery-image] Aug 01 01:11:57.742 INFO O| Aug 01 01:11:57.742 INFO STEP 1016 (remove_files) COMPLETE
69872024-08-01T01:11:58.669Z[ recovery-image] Aug 01 01:11:57.742 INFO O| Aug 01 01:11:57.742 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-01T01:11:58.677Z[ recovery-image] Aug 01 01:11:57.753 INFO O| Aug 01 01:11:57.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69892024-08-01T01:11:58.680Z[ recovery-image] Aug 01 01:11:57.753 INFO O| Aug 01 01:11:57.753 INFO STEP 1017 (remove_files) COMPLETE
69902024-08-01T01:11:58.680Z[ recovery-image] Aug 01 01:11:57.753 INFO O| Aug 01 01:11:57.753 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-01T01:11:58.687Z[ recovery-image] Aug 01 01:11:57.762 INFO O| Aug 01 01:11:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69922024-08-01T01:11:58.690Z[ recovery-image] Aug 01 01:11:57.763 INFO O| Aug 01 01:11:57.763 INFO STEP 1018 (remove_files) COMPLETE
69932024-08-01T01:11:58.690Z[ recovery-image] Aug 01 01:11:57.763 INFO O| Aug 01 01:11:57.763 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-01T01:11:58.697Z[ recovery-image] Aug 01 01:11:57.772 INFO O| Aug 01 01:11:57.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69952024-08-01T01:11:58.697Z[ recovery-image] Aug 01 01:11:57.772 INFO O| Aug 01 01:11:57.772 INFO STEP 1019 (remove_files) COMPLETE
69962024-08-01T01:11:58.697Z[ recovery-image] Aug 01 01:11:57.772 INFO O| Aug 01 01:11:57.772 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-01T01:11:58.707Z[ recovery-image] Aug 01 01:11:57.782 INFO O| Aug 01 01:11:57.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69982024-08-01T01:11:58.707Z[ recovery-image] Aug 01 01:11:57.782 INFO O| Aug 01 01:11:57.782 INFO STEP 1020 (remove_files) COMPLETE
69992024-08-01T01:11:58.709Z[ recovery-image] Aug 01 01:11:57.782 INFO O| Aug 01 01:11:57.782 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-01T01:11:58.716Z[ recovery-image] Aug 01 01:11:57.792 INFO O| Aug 01 01:11:57.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70012024-08-01T01:11:58.719Z[ recovery-image] Aug 01 01:11:57.792 INFO O| Aug 01 01:11:57.792 INFO STEP 1021 (remove_files) COMPLETE
70022024-08-01T01:11:58.719Z[ recovery-image] Aug 01 01:11:57.792 INFO O| Aug 01 01:11:57.792 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-01T01:11:58.726Z[ recovery-image] Aug 01 01:11:57.802 INFO O| Aug 01 01:11:57.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
70042024-08-01T01:11:58.726Z[ recovery-image] Aug 01 01:11:57.802 INFO O| Aug 01 01:11:57.802 INFO STEP 1022 (remove_files) COMPLETE
70052024-08-01T01:11:58.726Z[ recovery-image] Aug 01 01:11:57.802 INFO O| Aug 01 01:11:57.802 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-01T01:11:58.737Z[ recovery-image] Aug 01 01:11:57.812 INFO O| Aug 01 01:11:57.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70072024-08-01T01:11:58.737Z[ recovery-image] Aug 01 01:11:57.812 INFO O| Aug 01 01:11:57.812 INFO STEP 1023 (remove_files) COMPLETE
70082024-08-01T01:11:58.737Z[ recovery-image] Aug 01 01:11:57.812 INFO O| Aug 01 01:11:57.812 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-01T01:11:58.747Z[ recovery-image] Aug 01 01:11:57.823 INFO O| Aug 01 01:11:57.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
70102024-08-01T01:11:58.747Z[ recovery-image] Aug 01 01:11:57.823 INFO O| Aug 01 01:11:57.823 INFO STEP 1024 (remove_files) COMPLETE
70112024-08-01T01:11:58.747Z[ recovery-image] Aug 01 01:11:57.823 INFO O| Aug 01 01:11:57.823 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-01T01:11:58.758Z[ recovery-image] Aug 01 01:11:57.833 INFO O| Aug 01 01:11:57.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
70132024-08-01T01:11:58.761Z[ recovery-image] Aug 01 01:11:57.833 INFO O| Aug 01 01:11:57.833 INFO STEP 1025 (remove_files) COMPLETE
70142024-08-01T01:11:58.761Z[ recovery-image] Aug 01 01:11:57.833 INFO O| Aug 01 01:11:57.833 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-01T01:11:58.768Z[ recovery-image] Aug 01 01:11:57.843 INFO O| Aug 01 01:11:57.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
70162024-08-01T01:11:58.768Z[ recovery-image] Aug 01 01:11:57.843 INFO O| Aug 01 01:11:57.843 INFO STEP 1026 (remove_files) COMPLETE
70172024-08-01T01:11:58.771Z[ recovery-image] Aug 01 01:11:57.843 INFO O| Aug 01 01:11:57.843 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-01T01:11:58.779Z[ recovery-image] Aug 01 01:11:57.854 INFO O| Aug 01 01:11:57.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
70192024-08-01T01:11:58.779Z[ recovery-image] Aug 01 01:11:57.854 INFO O| Aug 01 01:11:57.854 INFO STEP 1027 (remove_files) COMPLETE
70202024-08-01T01:11:58.781Z[ recovery-image] Aug 01 01:11:57.854 INFO O| Aug 01 01:11:57.854 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-01T01:11:58.789Z[ recovery-image] Aug 01 01:11:57.865 INFO O| Aug 01 01:11:57.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
70222024-08-01T01:11:58.796Z[ recovery-image] Aug 01 01:11:57.865 INFO O| Aug 01 01:11:57.865 INFO STEP 1028 (remove_files) COMPLETE
70232024-08-01T01:11:58.796Z[ recovery-image] Aug 01 01:11:57.865 INFO O| Aug 01 01:11:57.865 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-01T01:11:58.801Z[ recovery-image] Aug 01 01:11:57.875 INFO O| Aug 01 01:11:57.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70252024-08-01T01:11:58.801Z[ recovery-image] Aug 01 01:11:57.875 INFO O| Aug 01 01:11:57.875 INFO STEP 1029 (remove_files) COMPLETE
70262024-08-01T01:11:58.801Z[ recovery-image] Aug 01 01:11:57.875 INFO O| Aug 01 01:11:57.875 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-01T01:11:58.809Z[ recovery-image] Aug 01 01:11:57.885 INFO O| Aug 01 01:11:57.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70282024-08-01T01:11:58.812Z[ recovery-image] Aug 01 01:11:57.885 INFO O| Aug 01 01:11:57.885 INFO STEP 1030 (remove_files) COMPLETE
70292024-08-01T01:11:58.812Z[ recovery-image] Aug 01 01:11:57.885 INFO O| Aug 01 01:11:57.885 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-01T01:11:58.819Z[ recovery-image] Aug 01 01:11:57.895 INFO O| Aug 01 01:11:57.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70312024-08-01T01:11:58.819Z[ recovery-image] Aug 01 01:11:57.895 INFO O| Aug 01 01:11:57.895 INFO STEP 1031 (remove_files) COMPLETE
70322024-08-01T01:11:58.822Z[ recovery-image] Aug 01 01:11:57.895 INFO O| Aug 01 01:11:57.895 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-01T01:11:58.829Z[ recovery-image] Aug 01 01:11:57.904 INFO O| Aug 01 01:11:57.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70342024-08-01T01:11:58.829Z[ recovery-image] Aug 01 01:11:57.904 INFO O| Aug 01 01:11:57.904 INFO STEP 1032 (remove_files) COMPLETE
70352024-08-01T01:11:58.833Z[ recovery-image] Aug 01 01:11:57.904 INFO O| Aug 01 01:11:57.904 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-01T01:11:58.839Z[ recovery-image] Aug 01 01:11:57.914 INFO O| Aug 01 01:11:57.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70372024-08-01T01:11:58.839Z[ recovery-image] Aug 01 01:11:57.914 INFO O| Aug 01 01:11:57.914 INFO STEP 1033 (remove_files) COMPLETE
70382024-08-01T01:11:58.839Z[ recovery-image] Aug 01 01:11:57.914 INFO O| Aug 01 01:11:57.914 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-01T01:11:58.848Z[ recovery-image] Aug 01 01:11:57.924 INFO O| Aug 01 01:11:57.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70402024-08-01T01:11:58.848Z[ recovery-image] Aug 01 01:11:57.924 INFO O| Aug 01 01:11:57.924 INFO STEP 1034 (remove_files) COMPLETE
70412024-08-01T01:11:58.851Z[ recovery-image] Aug 01 01:11:57.924 INFO O| Aug 01 01:11:57.924 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-01T01:11:58.858Z[ recovery-image] Aug 01 01:11:57.933 INFO O| Aug 01 01:11:57.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70432024-08-01T01:11:58.861Z[ recovery-image] Aug 01 01:11:57.933 INFO O| Aug 01 01:11:57.933 INFO STEP 1035 (remove_files) COMPLETE
70442024-08-01T01:11:58.861Z[ recovery-image] Aug 01 01:11:57.933 INFO O| Aug 01 01:11:57.933 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-01T01:11:58.867Z[ recovery-image] Aug 01 01:11:57.943 INFO O| Aug 01 01:11:57.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70462024-08-01T01:11:58.868Z[ recovery-image] Aug 01 01:11:57.943 INFO O| Aug 01 01:11:57.943 INFO STEP 1036 (remove_files) COMPLETE
70472024-08-01T01:11:58.870Z[ recovery-image] Aug 01 01:11:57.943 INFO O| Aug 01 01:11:57.943 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-01T01:11:58.877Z[ recovery-image] Aug 01 01:11:57.953 INFO O| Aug 01 01:11:57.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70492024-08-01T01:11:58.877Z[ recovery-image] Aug 01 01:11:57.953 INFO O| Aug 01 01:11:57.953 INFO STEP 1037 (remove_files) COMPLETE
70502024-08-01T01:11:58.880Z[ recovery-image] Aug 01 01:11:57.953 INFO O| Aug 01 01:11:57.953 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-01T01:11:58.887Z[ recovery-image] Aug 01 01:11:57.962 INFO O| Aug 01 01:11:57.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70522024-08-01T01:11:58.887Z[ recovery-image] Aug 01 01:11:57.962 INFO O| Aug 01 01:11:57.962 INFO STEP 1038 (remove_files) COMPLETE
70532024-08-01T01:11:58.890Z[ recovery-image] Aug 01 01:11:57.962 INFO O| Aug 01 01:11:57.962 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-01T01:11:58.897Z[ recovery-image] Aug 01 01:11:57.972 INFO O| Aug 01 01:11:57.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70552024-08-01T01:11:58.897Z[ recovery-image] Aug 01 01:11:57.972 INFO O| Aug 01 01:11:57.972 INFO STEP 1039 (remove_files) COMPLETE
70562024-08-01T01:11:58.899Z[ recovery-image] Aug 01 01:11:57.972 INFO O| Aug 01 01:11:57.972 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-01T01:11:58.907Z[ recovery-image] Aug 01 01:11:57.982 INFO O| Aug 01 01:11:57.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70582024-08-01T01:11:58.907Z[ recovery-image] Aug 01 01:11:57.982 INFO O| Aug 01 01:11:57.982 INFO STEP 1040 (remove_files) COMPLETE
70592024-08-01T01:11:58.910Z[ recovery-image] Aug 01 01:11:57.982 INFO O| Aug 01 01:11:57.982 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-01T01:11:58.917Z[ recovery-image] Aug 01 01:11:57.992 INFO O| Aug 01 01:11:57.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70612024-08-01T01:11:58.917Z[ recovery-image] Aug 01 01:11:57.992 INFO O| Aug 01 01:11:57.992 INFO STEP 1041 (remove_files) COMPLETE
70622024-08-01T01:11:58.919Z[ recovery-image] Aug 01 01:11:57.992 INFO O| Aug 01 01:11:57.992 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-01T01:11:58.926Z[ recovery-image] Aug 01 01:11:58.002 INFO O| Aug 01 01:11:58.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70642024-08-01T01:11:58.926Z[ recovery-image] Aug 01 01:11:58.002 INFO O| Aug 01 01:11:58.002 INFO STEP 1042 (remove_files) COMPLETE
70652024-08-01T01:11:58.929Z[ recovery-image] Aug 01 01:11:58.002 INFO O| Aug 01 01:11:58.002 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-01T01:11:58.937Z[ recovery-image] Aug 01 01:11:58.013 INFO O| Aug 01 01:11:58.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70672024-08-01T01:11:58.937Z[ recovery-image] Aug 01 01:11:58.013 INFO O| Aug 01 01:11:58.013 INFO STEP 1043 (remove_files) COMPLETE
70682024-08-01T01:11:58.941Z[ recovery-image] Aug 01 01:11:58.013 INFO O| Aug 01 01:11:58.013 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-01T01:11:58.947Z[ recovery-image] Aug 01 01:11:58.023 INFO O| Aug 01 01:11:58.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70702024-08-01T01:11:58.947Z[ recovery-image] Aug 01 01:11:58.023 INFO O| Aug 01 01:11:58.023 INFO STEP 1044 (remove_files) COMPLETE
70712024-08-01T01:11:58.948Z[ recovery-image] Aug 01 01:11:58.023 INFO O| Aug 01 01:11:58.023 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-01T01:11:58.957Z[ recovery-image] Aug 01 01:11:58.033 INFO O| Aug 01 01:11:58.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70732024-08-01T01:11:58.957Z[ recovery-image] Aug 01 01:11:58.033 INFO O| Aug 01 01:11:58.033 INFO STEP 1045 (remove_files) COMPLETE
70742024-08-01T01:11:58.957Z[ recovery-image] Aug 01 01:11:58.033 INFO O| Aug 01 01:11:58.033 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-01T01:11:58.967Z[ recovery-image] Aug 01 01:11:58.043 INFO O| Aug 01 01:11:58.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70762024-08-01T01:11:58.967Z[ recovery-image] Aug 01 01:11:58.043 INFO O| Aug 01 01:11:58.043 INFO STEP 1046 (remove_files) COMPLETE
70772024-08-01T01:11:58.970Z[ recovery-image] Aug 01 01:11:58.043 INFO O| Aug 01 01:11:58.043 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-01T01:11:58.977Z[ recovery-image] Aug 01 01:11:58.053 INFO O| Aug 01 01:11:58.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70792024-08-01T01:11:58.977Z[ recovery-image] Aug 01 01:11:58.053 INFO O| Aug 01 01:11:58.053 INFO STEP 1047 (remove_files) COMPLETE
70802024-08-01T01:11:58.980Z[ recovery-image] Aug 01 01:11:58.053 INFO O| Aug 01 01:11:58.053 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-01T01:11:58.988Z[ recovery-image] Aug 01 01:11:58.064 INFO O| Aug 01 01:11:58.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70822024-08-01T01:11:58.988Z[ recovery-image] Aug 01 01:11:58.064 INFO O| Aug 01 01:11:58.064 INFO STEP 1048 (remove_files) COMPLETE
70832024-08-01T01:11:58.991Z[ recovery-image] Aug 01 01:11:58.064 INFO O| Aug 01 01:11:58.064 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-01T01:11:58.999Z[ recovery-image] Aug 01 01:11:58.075 INFO O| Aug 01 01:11:58.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70852024-08-01T01:11:58.999Z[ recovery-image] Aug 01 01:11:58.075 INFO O| Aug 01 01:11:58.075 INFO STEP 1049 (remove_files) COMPLETE
70862024-08-01T01:11:59.002Z[ recovery-image] Aug 01 01:11:58.075 INFO O| Aug 01 01:11:58.075 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-01T01:11:59.009Z[ recovery-image] Aug 01 01:11:58.085 INFO O| Aug 01 01:11:58.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70882024-08-01T01:11:59.010Z[ recovery-image] Aug 01 01:11:58.085 INFO O| Aug 01 01:11:58.085 INFO STEP 1050 (remove_files) COMPLETE
70892024-08-01T01:11:59.013Z[ recovery-image] Aug 01 01:11:58.085 INFO O| Aug 01 01:11:58.085 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-01T01:11:59.020Z[ recovery-image] Aug 01 01:11:58.095 INFO O| Aug 01 01:11:58.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70912024-08-01T01:11:59.023Z[ recovery-image] Aug 01 01:11:58.095 INFO O| Aug 01 01:11:58.095 INFO STEP 1051 (remove_files) COMPLETE
70922024-08-01T01:11:59.023Z[ recovery-image] Aug 01 01:11:58.096 INFO O| Aug 01 01:11:58.095 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-01T01:11:59.031Z[ recovery-image] Aug 01 01:11:58.106 INFO O| Aug 01 01:11:58.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70942024-08-01T01:11:59.031Z[ recovery-image] Aug 01 01:11:58.106 INFO O| Aug 01 01:11:58.106 INFO STEP 1052 (remove_files) COMPLETE
70952024-08-01T01:11:59.034Z[ recovery-image] Aug 01 01:11:58.106 INFO O| Aug 01 01:11:58.106 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-01T01:11:59.041Z[ recovery-image] Aug 01 01:11:58.116 INFO O| Aug 01 01:11:58.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70972024-08-01T01:11:59.041Z[ recovery-image] Aug 01 01:11:58.116 INFO O| Aug 01 01:11:58.116 INFO STEP 1053 (remove_files) COMPLETE
70982024-08-01T01:11:59.043Z[ recovery-image] Aug 01 01:11:58.116 INFO O| Aug 01 01:11:58.116 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-01T01:11:59.051Z[ recovery-image] Aug 01 01:11:58.126 INFO O| Aug 01 01:11:58.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71002024-08-01T01:11:59.051Z[ recovery-image] Aug 01 01:11:58.126 INFO O| Aug 01 01:11:58.126 INFO STEP 1054 (remove_files) COMPLETE
71012024-08-01T01:11:59.051Z[ recovery-image] Aug 01 01:11:58.126 INFO O| Aug 01 01:11:58.126 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-01T01:11:59.061Z[ recovery-image] Aug 01 01:11:58.136 INFO O| Aug 01 01:11:58.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71032024-08-01T01:11:59.061Z[ recovery-image] Aug 01 01:11:58.137 INFO O| Aug 01 01:11:58.137 INFO STEP 1055 (remove_files) COMPLETE
71042024-08-01T01:11:59.061Z[ recovery-image] Aug 01 01:11:58.137 INFO O| Aug 01 01:11:58.137 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-01T01:11:59.072Z[ recovery-image] Aug 01 01:11:58.147 INFO O| Aug 01 01:11:58.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71062024-08-01T01:11:59.072Z[ recovery-image] Aug 01 01:11:58.147 INFO O| Aug 01 01:11:58.147 INFO STEP 1056 (remove_files) COMPLETE
71072024-08-01T01:11:59.072Z[ recovery-image] Aug 01 01:11:58.147 INFO O| Aug 01 01:11:58.147 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-01T01:11:59.083Z[ recovery-image] Aug 01 01:11:58.158 INFO O| Aug 01 01:11:58.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
71092024-08-01T01:11:59.083Z[ recovery-image] Aug 01 01:11:58.158 INFO O| Aug 01 01:11:58.158 INFO STEP 1057 (remove_files) COMPLETE
71102024-08-01T01:11:59.086Z[ recovery-image] Aug 01 01:11:58.158 INFO O| Aug 01 01:11:58.158 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-01T01:11:59.094Z[ recovery-image] Aug 01 01:11:58.169 INFO O| Aug 01 01:11:58.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
71122024-08-01T01:11:59.094Z[ recovery-image] Aug 01 01:11:58.169 INFO O| Aug 01 01:11:58.169 INFO STEP 1058 (remove_files) COMPLETE
71132024-08-01T01:11:59.096Z[ recovery-image] Aug 01 01:11:58.169 INFO O| Aug 01 01:11:58.169 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-01T01:11:59.103Z[ recovery-image] Aug 01 01:11:58.179 INFO O| Aug 01 01:11:58.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
71152024-08-01T01:11:59.104Z[ recovery-image] Aug 01 01:11:58.179 INFO O| Aug 01 01:11:58.179 INFO STEP 1059 (remove_files) COMPLETE
71162024-08-01T01:11:59.106Z[ recovery-image] Aug 01 01:11:58.179 INFO O| Aug 01 01:11:58.179 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-01T01:11:59.113Z[ recovery-image] Aug 01 01:11:58.189 INFO O| Aug 01 01:11:58.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
71182024-08-01T01:11:59.113Z[ recovery-image] Aug 01 01:11:58.189 INFO O| Aug 01 01:11:58.189 INFO STEP 1060 (remove_files) COMPLETE
71192024-08-01T01:11:59.113Z[ recovery-image] Aug 01 01:11:58.189 INFO O| Aug 01 01:11:58.189 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-01T01:11:59.124Z[ recovery-image] Aug 01 01:11:58.199 INFO O| Aug 01 01:11:58.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
71212024-08-01T01:11:59.124Z[ recovery-image] Aug 01 01:11:58.199 INFO O| Aug 01 01:11:58.199 INFO STEP 1061 (remove_files) COMPLETE
71222024-08-01T01:11:59.126Z[ recovery-image] Aug 01 01:11:58.199 INFO O| Aug 01 01:11:58.199 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-01T01:11:59.133Z[ recovery-image] Aug 01 01:11:58.209 INFO O| Aug 01 01:11:58.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71242024-08-01T01:11:59.133Z[ recovery-image] Aug 01 01:11:58.209 INFO O| Aug 01 01:11:58.209 INFO STEP 1062 (remove_files) COMPLETE
71252024-08-01T01:11:59.133Z[ recovery-image] Aug 01 01:11:58.209 INFO O| Aug 01 01:11:58.209 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-01T01:11:59.143Z[ recovery-image] Aug 01 01:11:58.219 INFO O| Aug 01 01:11:58.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71272024-08-01T01:11:59.143Z[ recovery-image] Aug 01 01:11:58.219 INFO O| Aug 01 01:11:58.219 INFO STEP 1063 (remove_files) COMPLETE
71282024-08-01T01:11:59.143Z[ recovery-image] Aug 01 01:11:58.219 INFO O| Aug 01 01:11:58.219 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-08-01T01:11:59.153Z[ recovery-image] Aug 01 01:11:58.229 INFO O| Aug 01 01:11:58.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71302024-08-01T01:11:59.153Z[ recovery-image] Aug 01 01:11:58.229 INFO O| Aug 01 01:11:58.229 INFO STEP 1064 (remove_files) COMPLETE
71312024-08-01T01:11:59.156Z[ recovery-image] Aug 01 01:11:58.229 INFO O| Aug 01 01:11:58.229 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-08-01T01:11:59.163Z[ recovery-image] Aug 01 01:11:58.238 INFO O| Aug 01 01:11:58.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71332024-08-01T01:11:59.163Z[ recovery-image] Aug 01 01:11:58.238 INFO O| Aug 01 01:11:58.238 INFO STEP 1065 (remove_files) COMPLETE
71342024-08-01T01:11:59.163Z[ recovery-image] Aug 01 01:11:58.238 INFO O| Aug 01 01:11:58.238 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-08-01T01:11:59.172Z[ recovery-image] Aug 01 01:11:58.248 INFO O| Aug 01 01:11:58.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71362024-08-01T01:11:59.176Z[ recovery-image] Aug 01 01:11:58.248 INFO O| Aug 01 01:11:58.248 INFO STEP 1066 (remove_files) COMPLETE
71372024-08-01T01:11:59.176Z[ recovery-image] Aug 01 01:11:58.248 INFO O| Aug 01 01:11:58.248 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-08-01T01:11:59.182Z[ recovery-image] Aug 01 01:11:58.257 INFO O| Aug 01 01:11:58.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71392024-08-01T01:11:59.182Z[ recovery-image] Aug 01 01:11:58.257 INFO O| Aug 01 01:11:58.257 INFO STEP 1067 (remove_files) COMPLETE
71402024-08-01T01:11:59.182Z[ recovery-image] Aug 01 01:11:58.257 INFO O| Aug 01 01:11:58.257 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-08-01T01:11:59.191Z[ recovery-image] Aug 01 01:11:58.266 INFO O| Aug 01 01:11:58.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71422024-08-01T01:11:59.191Z[ recovery-image] Aug 01 01:11:58.266 INFO O| Aug 01 01:11:58.266 INFO STEP 1068 (remove_files) COMPLETE
71432024-08-01T01:11:59.194Z[ recovery-image] Aug 01 01:11:58.266 INFO O| Aug 01 01:11:58.266 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-08-01T01:11:59.201Z[ recovery-image] Aug 01 01:11:58.277 INFO O| Aug 01 01:11:58.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71452024-08-01T01:11:59.201Z[ recovery-image] Aug 01 01:11:58.277 INFO O| Aug 01 01:11:58.277 INFO STEP 1069 (remove_files) COMPLETE
71462024-08-01T01:11:59.201Z[ recovery-image] Aug 01 01:11:58.277 INFO O| Aug 01 01:11:58.277 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-08-01T01:11:59.211Z[ recovery-image] Aug 01 01:11:58.286 INFO O| Aug 01 01:11:58.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71482024-08-01T01:11:59.211Z[ recovery-image] Aug 01 01:11:58.286 INFO O| Aug 01 01:11:58.286 INFO STEP 1070 (remove_files) COMPLETE
71492024-08-01T01:11:59.211Z[ recovery-image] Aug 01 01:11:58.287 INFO O| Aug 01 01:11:58.286 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-08-01T01:11:59.221Z[ recovery-image] Aug 01 01:11:58.296 INFO O| Aug 01 01:11:58.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71512024-08-01T01:11:59.223Z[ recovery-image] Aug 01 01:11:58.296 INFO O| Aug 01 01:11:58.296 INFO STEP 1071 (remove_files) COMPLETE
71522024-08-01T01:11:59.223Z[ recovery-image] Aug 01 01:11:58.296 INFO O| Aug 01 01:11:58.296 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-08-01T01:11:59.230Z[ recovery-image] Aug 01 01:11:58.306 INFO O| Aug 01 01:11:58.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71542024-08-01T01:11:59.233Z[ recovery-image] Aug 01 01:11:58.306 INFO O| Aug 01 01:11:58.306 INFO STEP 1072 (remove_files) COMPLETE
71552024-08-01T01:11:59.233Z[ recovery-image] Aug 01 01:11:58.306 INFO O| Aug 01 01:11:58.306 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-08-01T01:11:59.240Z[ recovery-image] Aug 01 01:11:58.315 INFO O| Aug 01 01:11:58.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71572024-08-01T01:11:59.240Z[ recovery-image] Aug 01 01:11:58.315 INFO O| Aug 01 01:11:58.315 INFO STEP 1073 (remove_files) COMPLETE
71582024-08-01T01:11:59.242Z[ recovery-image] Aug 01 01:11:58.315 INFO O| Aug 01 01:11:58.315 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-01T01:11:59.250Z[ recovery-image] Aug 01 01:11:58.325 INFO O| Aug 01 01:11:58.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71602024-08-01T01:11:59.250Z[ recovery-image] Aug 01 01:11:58.325 INFO O| Aug 01 01:11:58.325 INFO STEP 1074 (remove_files) COMPLETE
71612024-08-01T01:11:59.253Z[ recovery-image] Aug 01 01:11:58.325 INFO O| Aug 01 01:11:58.325 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-01T01:11:59.261Z[ recovery-image] Aug 01 01:11:58.337 INFO O| Aug 01 01:11:58.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71632024-08-01T01:11:59.264Z[ recovery-image] Aug 01 01:11:58.337 INFO O| Aug 01 01:11:58.337 INFO STEP 1075 (remove_files) COMPLETE
71642024-08-01T01:11:59.264Z[ recovery-image] Aug 01 01:11:58.337 INFO O| Aug 01 01:11:58.337 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-01T01:11:59.271Z[ recovery-image] Aug 01 01:11:58.347 INFO O| Aug 01 01:11:58.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71662024-08-01T01:11:59.272Z[ recovery-image] Aug 01 01:11:58.347 INFO O| Aug 01 01:11:58.347 INFO STEP 1076 (remove_files) COMPLETE
71672024-08-01T01:11:59.272Z[ recovery-image] Aug 01 01:11:58.347 INFO O| Aug 01 01:11:58.347 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-01T01:11:59.281Z[ recovery-image] Aug 01 01:11:58.357 INFO O| Aug 01 01:11:58.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71692024-08-01T01:11:59.281Z[ recovery-image] Aug 01 01:11:58.357 INFO O| Aug 01 01:11:58.357 INFO STEP 1077 (remove_files) COMPLETE
71702024-08-01T01:11:59.281Z[ recovery-image] Aug 01 01:11:58.357 INFO O| Aug 01 01:11:58.357 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-01T01:11:59.291Z[ recovery-image] Aug 01 01:11:58.366 INFO O| Aug 01 01:11:58.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71722024-08-01T01:11:59.291Z[ recovery-image] Aug 01 01:11:58.366 INFO O| Aug 01 01:11:58.366 INFO STEP 1078 (remove_files) COMPLETE
71732024-08-01T01:11:59.294Z[ recovery-image] Aug 01 01:11:58.366 INFO O| Aug 01 01:11:58.366 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-01T01:11:59.301Z[ recovery-image] Aug 01 01:11:58.376 INFO O| Aug 01 01:11:58.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71752024-08-01T01:11:59.301Z[ recovery-image] Aug 01 01:11:58.376 INFO O| Aug 01 01:11:58.376 INFO STEP 1079 (remove_files) COMPLETE
71762024-08-01T01:11:59.304Z[ recovery-image] Aug 01 01:11:58.376 INFO O| Aug 01 01:11:58.376 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-01T01:11:59.310Z[ recovery-image] Aug 01 01:11:58.386 INFO O| Aug 01 01:11:58.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71782024-08-01T01:11:59.310Z[ recovery-image] Aug 01 01:11:58.386 INFO O| Aug 01 01:11:58.386 INFO STEP 1080 (remove_files) COMPLETE
71792024-08-01T01:11:59.311Z[ recovery-image] Aug 01 01:11:58.386 INFO O| Aug 01 01:11:58.386 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-01T01:11:59.320Z[ recovery-image] Aug 01 01:11:58.396 INFO O| Aug 01 01:11:58.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71812024-08-01T01:11:59.320Z[ recovery-image] Aug 01 01:11:58.396 INFO O| Aug 01 01:11:58.396 INFO STEP 1081 (remove_files) COMPLETE
71822024-08-01T01:11:59.323Z[ recovery-image] Aug 01 01:11:58.396 INFO O| Aug 01 01:11:58.396 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-01T01:11:59.330Z[ recovery-image] Aug 01 01:11:58.405 INFO O| Aug 01 01:11:58.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71842024-08-01T01:11:59.330Z[ recovery-image] Aug 01 01:11:58.405 INFO O| Aug 01 01:11:58.405 INFO STEP 1082 (remove_files) COMPLETE
71852024-08-01T01:11:59.332Z[ recovery-image] Aug 01 01:11:58.405 INFO O| Aug 01 01:11:58.405 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-01T01:11:59.340Z[ recovery-image] Aug 01 01:11:58.415 INFO O| Aug 01 01:11:58.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71872024-08-01T01:11:59.343Z[ recovery-image] Aug 01 01:11:58.415 INFO O| Aug 01 01:11:58.415 INFO STEP 1083 (remove_files) COMPLETE
71882024-08-01T01:11:59.343Z[ recovery-image] Aug 01 01:11:58.416 INFO O| Aug 01 01:11:58.415 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-01T01:11:59.351Z[ recovery-image] Aug 01 01:11:58.426 INFO O| Aug 01 01:11:58.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71902024-08-01T01:11:59.351Z[ recovery-image] Aug 01 01:11:58.426 INFO O| Aug 01 01:11:58.426 INFO STEP 1084 (remove_files) COMPLETE
71912024-08-01T01:11:59.353Z[ recovery-image] Aug 01 01:11:58.426 INFO O| Aug 01 01:11:58.426 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-01T01:11:59.362Z[ recovery-image] Aug 01 01:11:58.437 INFO O| Aug 01 01:11:58.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71932024-08-01T01:11:59.362Z[ recovery-image] Aug 01 01:11:58.437 INFO O| Aug 01 01:11:58.437 INFO STEP 1085 (remove_files) COMPLETE
71942024-08-01T01:11:59.365Z[ recovery-image] Aug 01 01:11:58.437 INFO O| Aug 01 01:11:58.437 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-01T01:11:59.372Z[ recovery-image] Aug 01 01:11:58.448 INFO O| Aug 01 01:11:58.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71962024-08-01T01:11:59.375Z[ recovery-image] Aug 01 01:11:58.448 INFO O| Aug 01 01:11:58.448 INFO STEP 1086 (remove_files) COMPLETE
71972024-08-01T01:11:59.375Z[ recovery-image] Aug 01 01:11:58.448 INFO O| Aug 01 01:11:58.448 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-01T01:11:59.382Z[ recovery-image] Aug 01 01:11:58.458 INFO O| Aug 01 01:11:58.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71992024-08-01T01:11:59.382Z[ recovery-image] Aug 01 01:11:58.458 INFO O| Aug 01 01:11:58.458 INFO STEP 1087 (remove_files) COMPLETE
72002024-08-01T01:11:59.382Z[ recovery-image] Aug 01 01:11:58.458 INFO O| Aug 01 01:11:58.458 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-01T01:11:59.392Z[ recovery-image] Aug 01 01:11:58.468 INFO O| Aug 01 01:11:58.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
72022024-08-01T01:11:59.392Z[ recovery-image] Aug 01 01:11:58.468 INFO O| Aug 01 01:11:58.468 INFO STEP 1088 (remove_files) COMPLETE
72032024-08-01T01:11:59.395Z[ recovery-image] Aug 01 01:11:58.468 INFO O| Aug 01 01:11:58.468 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-01T01:11:59.402Z[ recovery-image] Aug 01 01:11:58.478 INFO O| Aug 01 01:11:58.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
72052024-08-01T01:11:59.402Z[ recovery-image] Aug 01 01:11:58.478 INFO O| Aug 01 01:11:58.478 INFO STEP 1089 (remove_files) COMPLETE
72062024-08-01T01:11:59.402Z[ recovery-image] Aug 01 01:11:58.478 INFO O| Aug 01 01:11:58.478 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-01T01:11:59.413Z[ recovery-image] Aug 01 01:11:58.488 INFO O| Aug 01 01:11:58.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
72082024-08-01T01:11:59.413Z[ recovery-image] Aug 01 01:11:58.488 INFO O| Aug 01 01:11:58.488 INFO STEP 1090 (remove_files) COMPLETE
72092024-08-01T01:11:59.415Z[ recovery-image] Aug 01 01:11:58.488 INFO O| Aug 01 01:11:58.488 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-01T01:11:59.422Z[ recovery-image] Aug 01 01:11:58.498 INFO O| Aug 01 01:11:58.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
72112024-08-01T01:11:59.425Z[ recovery-image] Aug 01 01:11:58.498 INFO O| Aug 01 01:11:58.498 INFO STEP 1091 (remove_files) COMPLETE
72122024-08-01T01:11:59.425Z[ recovery-image] Aug 01 01:11:58.498 INFO O| Aug 01 01:11:58.498 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-08-01T01:11:59.433Z[ recovery-image] Aug 01 01:11:58.508 INFO O| Aug 01 01:11:58.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
72142024-08-01T01:11:59.433Z[ recovery-image] Aug 01 01:11:58.508 INFO O| Aug 01 01:11:58.508 INFO STEP 1092 (remove_files) COMPLETE
72152024-08-01T01:11:59.436Z[ recovery-image] Aug 01 01:11:58.508 INFO O| Aug 01 01:11:58.508 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-08-01T01:11:59.445Z[ recovery-image] Aug 01 01:11:58.521 INFO O| Aug 01 01:11:58.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
72172024-08-01T01:11:59.445Z[ recovery-image] Aug 01 01:11:58.521 INFO O| Aug 01 01:11:58.521 INFO STEP 1093 (remove_files) COMPLETE
72182024-08-01T01:11:59.448Z[ recovery-image] Aug 01 01:11:58.521 INFO O| Aug 01 01:11:58.521 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-01T01:11:59.456Z[ recovery-image] Aug 01 01:11:58.532 INFO O| Aug 01 01:11:58.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
72202024-08-01T01:11:59.456Z[ recovery-image] Aug 01 01:11:58.532 INFO O| Aug 01 01:11:58.532 INFO STEP 1094 (remove_files) COMPLETE
72212024-08-01T01:11:59.457Z[ recovery-image] Aug 01 01:11:58.532 INFO O| Aug 01 01:11:58.532 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-08-01T01:11:59.467Z[ recovery-image] Aug 01 01:11:58.543 INFO O| Aug 01 01:11:58.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
72232024-08-01T01:11:59.470Z[ recovery-image] Aug 01 01:11:58.543 INFO O| Aug 01 01:11:58.543 INFO STEP 1095 (remove_files) COMPLETE
72242024-08-01T01:11:59.470Z[ recovery-image] Aug 01 01:11:58.543 INFO O| Aug 01 01:11:58.543 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-08-01T01:11:59.478Z[ recovery-image] Aug 01 01:11:58.553 INFO O| Aug 01 01:11:58.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72262024-08-01T01:11:59.478Z[ recovery-image] Aug 01 01:11:58.553 INFO O| Aug 01 01:11:58.553 INFO STEP 1096 (remove_files) COMPLETE
72272024-08-01T01:11:59.481Z[ recovery-image] Aug 01 01:11:58.553 INFO O| Aug 01 01:11:58.553 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-08-01T01:11:59.490Z[ recovery-image] Aug 01 01:11:58.566 INFO O| Aug 01 01:11:58.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72292024-08-01T01:11:59.490Z[ recovery-image] Aug 01 01:11:58.566 INFO O| Aug 01 01:11:58.566 INFO STEP 1097 (remove_files) COMPLETE
72302024-08-01T01:11:59.493Z[ recovery-image] Aug 01 01:11:58.566 INFO O| Aug 01 01:11:58.566 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-01T01:11:59.501Z[ recovery-image] Aug 01 01:11:58.576 INFO O| Aug 01 01:11:58.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72322024-08-01T01:11:59.504Z[ recovery-image] Aug 01 01:11:58.577 INFO O| Aug 01 01:11:58.576 INFO STEP 1098 (remove_files) COMPLETE
72332024-08-01T01:11:59.504Z[ recovery-image] Aug 01 01:11:58.577 INFO O| Aug 01 01:11:58.577 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-01T01:11:59.512Z[ recovery-image] Aug 01 01:11:58.587 INFO O| Aug 01 01:11:58.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
72352024-08-01T01:11:59.512Z[ recovery-image] Aug 01 01:11:58.587 INFO O| Aug 01 01:11:58.587 INFO STEP 1099 (remove_files) COMPLETE
72362024-08-01T01:11:59.514Z[ recovery-image] Aug 01 01:11:58.587 INFO O| Aug 01 01:11:58.587 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-01T01:11:59.523Z[ recovery-image] Aug 01 01:11:58.598 INFO O| Aug 01 01:11:58.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72382024-08-01T01:11:59.523Z[ recovery-image] Aug 01 01:11:58.598 INFO O| Aug 01 01:11:58.598 INFO STEP 1100 (remove_files) COMPLETE
72392024-08-01T01:11:59.526Z[ recovery-image] Aug 01 01:11:58.598 INFO O| Aug 01 01:11:58.598 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-01T01:11:59.533Z[ recovery-image] Aug 01 01:11:58.609 INFO O| Aug 01 01:11:58.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72412024-08-01T01:11:59.534Z[ recovery-image] Aug 01 01:11:58.609 INFO O| Aug 01 01:11:58.609 INFO STEP 1101 (remove_files) COMPLETE
72422024-08-01T01:11:59.536Z[ recovery-image] Aug 01 01:11:58.609 INFO O| Aug 01 01:11:58.609 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-08-01T01:11:59.544Z[ recovery-image] Aug 01 01:11:58.620 INFO O| Aug 01 01:11:58.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72442024-08-01T01:11:59.544Z[ recovery-image] Aug 01 01:11:58.620 INFO O| Aug 01 01:11:58.620 INFO STEP 1102 (remove_files) COMPLETE
72452024-08-01T01:11:59.547Z[ recovery-image] Aug 01 01:11:58.620 INFO O| Aug 01 01:11:58.620 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-08-01T01:11:59.556Z[ recovery-image] Aug 01 01:11:58.631 INFO O| Aug 01 01:11:58.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72472024-08-01T01:11:59.556Z[ recovery-image] Aug 01 01:11:58.631 INFO O| Aug 01 01:11:58.631 INFO STEP 1103 (remove_files) COMPLETE
72482024-08-01T01:11:59.558Z[ recovery-image] Aug 01 01:11:58.631 INFO O| Aug 01 01:11:58.631 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-08-01T01:11:59.567Z[ recovery-image] Aug 01 01:11:58.642 INFO O| Aug 01 01:11:58.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72502024-08-01T01:11:59.569Z[ recovery-image] Aug 01 01:11:58.642 INFO O| Aug 01 01:11:58.642 INFO STEP 1104 (remove_files) COMPLETE
72512024-08-01T01:11:59.570Z[ recovery-image] Aug 01 01:11:58.642 INFO O| Aug 01 01:11:58.642 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-08-01T01:11:59.578Z[ recovery-image] Aug 01 01:11:58.653 INFO O| Aug 01 01:11:58.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72532024-08-01T01:11:59.578Z[ recovery-image] Aug 01 01:11:58.653 INFO O| Aug 01 01:11:58.653 INFO STEP 1105 (remove_files) COMPLETE
72542024-08-01T01:11:59.580Z[ recovery-image] Aug 01 01:11:58.653 INFO O| Aug 01 01:11:58.653 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-08-01T01:11:59.588Z[ recovery-image] Aug 01 01:11:58.664 INFO O| Aug 01 01:11:58.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72562024-08-01T01:11:59.588Z[ recovery-image] Aug 01 01:11:58.664 INFO O| Aug 01 01:11:58.664 INFO STEP 1106 (remove_files) COMPLETE
72572024-08-01T01:11:59.591Z[ recovery-image] Aug 01 01:11:58.664 INFO O| Aug 01 01:11:58.664 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-08-01T01:11:59.599Z[ recovery-image] Aug 01 01:11:58.675 INFO O| Aug 01 01:11:58.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72592024-08-01T01:11:59.599Z[ recovery-image] Aug 01 01:11:58.675 INFO O| Aug 01 01:11:58.675 INFO STEP 1107 (remove_files) COMPLETE
72602024-08-01T01:11:59.602Z[ recovery-image] Aug 01 01:11:58.675 INFO O| Aug 01 01:11:58.675 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-08-01T01:11:59.610Z[ recovery-image] Aug 01 01:11:58.685 INFO O| Aug 01 01:11:58.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72622024-08-01T01:11:59.612Z[ recovery-image] Aug 01 01:11:58.685 INFO O| Aug 01 01:11:58.685 INFO STEP 1108 (remove_files) COMPLETE
72632024-08-01T01:11:59.612Z[ recovery-image] Aug 01 01:11:58.685 INFO O| Aug 01 01:11:58.685 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-08-01T01:11:59.620Z[ recovery-image] Aug 01 01:11:58.695 INFO O| Aug 01 01:11:58.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72652024-08-01T01:11:59.620Z[ recovery-image] Aug 01 01:11:58.695 INFO O| Aug 01 01:11:58.695 INFO STEP 1109 (remove_files) COMPLETE
72662024-08-01T01:11:59.620Z[ recovery-image] Aug 01 01:11:58.695 INFO O| Aug 01 01:11:58.695 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-08-01T01:11:59.630Z[ recovery-image] Aug 01 01:11:58.705 INFO O| Aug 01 01:11:58.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72682024-08-01T01:11:59.632Z[ recovery-image] Aug 01 01:11:58.705 INFO O| Aug 01 01:11:58.705 INFO STEP 1110 (remove_files) COMPLETE
72692024-08-01T01:11:59.632Z[ recovery-image] Aug 01 01:11:58.705 INFO O| Aug 01 01:11:58.705 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-08-01T01:11:59.639Z[ recovery-image] Aug 01 01:11:58.715 INFO O| Aug 01 01:11:58.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72712024-08-01T01:11:59.639Z[ recovery-image] Aug 01 01:11:58.715 INFO O| Aug 01 01:11:58.715 INFO STEP 1111 (remove_files) COMPLETE
72722024-08-01T01:11:59.642Z[ recovery-image] Aug 01 01:11:58.715 INFO O| Aug 01 01:11:58.715 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-08-01T01:11:59.649Z[ recovery-image] Aug 01 01:11:58.725 INFO O| Aug 01 01:11:58.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72742024-08-01T01:11:59.650Z[ recovery-image] Aug 01 01:11:58.725 INFO O| Aug 01 01:11:58.725 INFO STEP 1112 (remove_files) COMPLETE
72752024-08-01T01:11:59.652Z[ recovery-image] Aug 01 01:11:58.725 INFO O| Aug 01 01:11:58.725 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-08-01T01:11:59.659Z[ recovery-image] Aug 01 01:11:58.735 INFO O| Aug 01 01:11:58.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72772024-08-01T01:11:59.659Z[ recovery-image] Aug 01 01:11:58.735 INFO O| Aug 01 01:11:58.735 INFO STEP 1113 (remove_files) COMPLETE
72782024-08-01T01:11:59.662Z[ recovery-image] Aug 01 01:11:58.735 INFO O| Aug 01 01:11:58.735 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-08-01T01:11:59.669Z[ recovery-image] Aug 01 01:11:58.745 INFO O| Aug 01 01:11:58.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72802024-08-01T01:11:59.669Z[ recovery-image] Aug 01 01:11:58.745 INFO O| Aug 01 01:11:58.745 INFO STEP 1114 (remove_files) COMPLETE
72812024-08-01T01:11:59.672Z[ recovery-image] Aug 01 01:11:58.745 INFO O| Aug 01 01:11:58.745 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-08-01T01:11:59.680Z[ recovery-image] Aug 01 01:11:58.755 INFO O| Aug 01 01:11:58.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72832024-08-01T01:11:59.680Z[ recovery-image] Aug 01 01:11:58.755 INFO O| Aug 01 01:11:58.755 INFO STEP 1115 (remove_files) COMPLETE
72842024-08-01T01:11:59.680Z[ recovery-image] Aug 01 01:11:58.755 INFO O| Aug 01 01:11:58.755 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-08-01T01:11:59.689Z[ recovery-image] Aug 01 01:11:58.765 INFO O| Aug 01 01:11:58.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72862024-08-01T01:11:59.689Z[ recovery-image] Aug 01 01:11:58.765 INFO O| Aug 01 01:11:58.765 INFO STEP 1116 (remove_files) COMPLETE
72872024-08-01T01:11:59.692Z[ recovery-image] Aug 01 01:11:58.765 INFO O| Aug 01 01:11:58.765 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-08-01T01:11:59.700Z[ recovery-image] Aug 01 01:11:58.775 INFO O| Aug 01 01:11:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72892024-08-01T01:11:59.700Z[ recovery-image] Aug 01 01:11:58.775 INFO O| Aug 01 01:11:58.775 INFO STEP 1117 (remove_files) COMPLETE
72902024-08-01T01:11:59.700Z[ recovery-image] Aug 01 01:11:58.775 INFO O| Aug 01 01:11:58.775 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-08-01T01:11:59.710Z[ recovery-image] Aug 01 01:11:58.786 INFO O| Aug 01 01:11:58.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72922024-08-01T01:11:59.710Z[ recovery-image] Aug 01 01:11:58.786 INFO O| Aug 01 01:11:58.786 INFO STEP 1118 (remove_files) COMPLETE
72932024-08-01T01:11:59.713Z[ recovery-image] Aug 01 01:11:58.786 INFO O| Aug 01 01:11:58.786 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-08-01T01:11:59.721Z[ recovery-image] Aug 01 01:11:58.797 INFO O| Aug 01 01:11:58.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72952024-08-01T01:11:59.721Z[ recovery-image] Aug 01 01:11:58.797 INFO O| Aug 01 01:11:58.797 INFO STEP 1119 (remove_files) COMPLETE
72962024-08-01T01:11:59.724Z[ recovery-image] Aug 01 01:11:58.797 INFO O| Aug 01 01:11:58.797 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-08-01T01:11:59.732Z[ recovery-image] Aug 01 01:11:58.807 INFO O| Aug 01 01:11:58.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72982024-08-01T01:11:59.732Z[ recovery-image] Aug 01 01:11:58.808 INFO O| Aug 01 01:11:58.808 INFO STEP 1120 (remove_files) COMPLETE
72992024-08-01T01:11:59.735Z[ recovery-image] Aug 01 01:11:58.808 INFO O| Aug 01 01:11:58.808 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-08-01T01:11:59.742Z[ recovery-image] Aug 01 01:11:58.818 INFO O| Aug 01 01:11:58.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
73012024-08-01T01:11:59.742Z[ recovery-image] Aug 01 01:11:58.818 INFO O| Aug 01 01:11:58.818 INFO STEP 1121 (remove_files) COMPLETE
73022024-08-01T01:11:59.742Z[ recovery-image] Aug 01 01:11:58.818 INFO O| Aug 01 01:11:58.818 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-08-01T01:11:59.753Z[ recovery-image] Aug 01 01:11:58.828 INFO O| Aug 01 01:11:58.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
73042024-08-01T01:11:59.753Z[ recovery-image] Aug 01 01:11:58.828 INFO O| Aug 01 01:11:58.828 INFO STEP 1122 (remove_files) COMPLETE
73052024-08-01T01:11:59.755Z[ recovery-image] Aug 01 01:11:58.828 INFO O| Aug 01 01:11:58.828 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-08-01T01:11:59.763Z[ recovery-image] Aug 01 01:11:58.838 INFO O| Aug 01 01:11:58.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
73072024-08-01T01:11:59.765Z[ recovery-image] Aug 01 01:11:58.838 INFO O| Aug 01 01:11:58.838 INFO STEP 1123 (remove_files) COMPLETE
73082024-08-01T01:11:59.765Z[ recovery-image] Aug 01 01:11:58.838 INFO O| Aug 01 01:11:58.838 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-08-01T01:11:59.773Z[ recovery-image] Aug 01 01:11:58.848 INFO O| Aug 01 01:11:58.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
73102024-08-01T01:11:59.773Z[ recovery-image] Aug 01 01:11:58.848 INFO O| Aug 01 01:11:58.848 INFO STEP 1124 (remove_files) COMPLETE
73112024-08-01T01:11:59.776Z[ recovery-image] Aug 01 01:11:58.848 INFO O| Aug 01 01:11:58.848 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-08-01T01:11:59.782Z[ recovery-image] Aug 01 01:11:58.858 INFO O| Aug 01 01:11:58.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
73132024-08-01T01:11:59.785Z[ recovery-image] Aug 01 01:11:58.858 INFO O| Aug 01 01:11:58.858 INFO STEP 1125 (remove_files) COMPLETE
73142024-08-01T01:11:59.785Z[ recovery-image] Aug 01 01:11:58.858 INFO O| Aug 01 01:11:58.858 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-08-01T01:11:59.792Z[ recovery-image] Aug 01 01:11:58.868 INFO O| Aug 01 01:11:58.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
73162024-08-01T01:11:59.795Z[ recovery-image] Aug 01 01:11:58.868 INFO O| Aug 01 01:11:58.868 INFO STEP 1126 (remove_files) COMPLETE
73172024-08-01T01:11:59.795Z[ recovery-image] Aug 01 01:11:58.868 INFO O| Aug 01 01:11:58.868 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-08-01T01:11:59.802Z[ recovery-image] Aug 01 01:11:58.878 INFO O| Aug 01 01:11:58.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
73192024-08-01T01:11:59.802Z[ recovery-image] Aug 01 01:11:58.878 INFO O| Aug 01 01:11:58.878 INFO STEP 1127 (remove_files) COMPLETE
73202024-08-01T01:11:59.802Z[ recovery-image] Aug 01 01:11:58.878 INFO O| Aug 01 01:11:58.878 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-08-01T01:11:59.812Z[ recovery-image] Aug 01 01:11:58.887 INFO O| Aug 01 01:11:58.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
73222024-08-01T01:11:59.815Z[ recovery-image] Aug 01 01:11:58.888 INFO O| Aug 01 01:11:58.888 INFO STEP 1128 (remove_files) COMPLETE
73232024-08-01T01:11:59.815Z[ recovery-image] Aug 01 01:11:58.888 INFO O| Aug 01 01:11:58.888 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-08-01T01:11:59.822Z[ recovery-image] Aug 01 01:11:58.898 INFO O| Aug 01 01:11:58.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73252024-08-01T01:11:59.822Z[ recovery-image] Aug 01 01:11:58.898 INFO O| Aug 01 01:11:58.898 INFO STEP 1129 (remove_files) COMPLETE
73262024-08-01T01:11:59.822Z[ recovery-image] Aug 01 01:11:58.898 INFO O| Aug 01 01:11:58.898 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-08-01T01:11:59.832Z[ recovery-image] Aug 01 01:11:58.907 INFO O| Aug 01 01:11:58.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73282024-08-01T01:11:59.832Z[ recovery-image] Aug 01 01:11:58.907 INFO O| Aug 01 01:11:58.907 INFO STEP 1130 (remove_files) COMPLETE
73292024-08-01T01:11:59.836Z[ recovery-image] Aug 01 01:11:58.907 INFO O| Aug 01 01:11:58.907 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-08-01T01:11:59.841Z[ recovery-image] Aug 01 01:11:58.917 INFO O| Aug 01 01:11:58.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73312024-08-01T01:11:59.841Z[ recovery-image] Aug 01 01:11:58.917 INFO O| Aug 01 01:11:58.917 INFO STEP 1131 (remove_files) COMPLETE
73322024-08-01T01:11:59.844Z[ recovery-image] Aug 01 01:11:58.917 INFO O| Aug 01 01:11:58.917 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-08-01T01:11:59.851Z[ recovery-image] Aug 01 01:11:58.927 INFO O| Aug 01 01:11:58.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
73342024-08-01T01:11:59.851Z[ recovery-image] Aug 01 01:11:58.927 INFO O| Aug 01 01:11:58.927 INFO STEP 1132 (remove_files) COMPLETE
73352024-08-01T01:11:59.854Z[ recovery-image] Aug 01 01:11:58.927 INFO O| Aug 01 01:11:58.927 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-08-01T01:11:59.861Z[ recovery-image] Aug 01 01:11:58.936 INFO O| Aug 01 01:11:58.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73372024-08-01T01:11:59.861Z[ recovery-image] Aug 01 01:11:58.936 INFO O| Aug 01 01:11:58.936 INFO STEP 1133 (remove_files) COMPLETE
73382024-08-01T01:11:59.864Z[ recovery-image] Aug 01 01:11:58.936 INFO O| Aug 01 01:11:58.936 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-08-01T01:11:59.871Z[ recovery-image] Aug 01 01:11:58.946 INFO O| Aug 01 01:11:58.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73402024-08-01T01:11:59.871Z[ recovery-image] Aug 01 01:11:58.946 INFO O| Aug 01 01:11:58.946 INFO STEP 1134 (remove_files) COMPLETE
73412024-08-01T01:11:59.873Z[ recovery-image] Aug 01 01:11:58.946 INFO O| Aug 01 01:11:58.946 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-08-01T01:11:59.881Z[ recovery-image] Aug 01 01:11:58.956 INFO O| Aug 01 01:11:58.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73432024-08-01T01:11:59.881Z[ recovery-image] Aug 01 01:11:58.956 INFO O| Aug 01 01:11:58.956 INFO STEP 1135 (remove_files) COMPLETE
73442024-08-01T01:11:59.883Z[ recovery-image] Aug 01 01:11:58.956 INFO O| Aug 01 01:11:58.956 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-08-01T01:11:59.891Z[ recovery-image] Aug 01 01:11:58.966 INFO O| Aug 01 01:11:58.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73462024-08-01T01:11:59.891Z[ recovery-image] Aug 01 01:11:58.966 INFO O| Aug 01 01:11:58.966 INFO STEP 1136 (remove_files) COMPLETE
73472024-08-01T01:11:59.891Z[ recovery-image] Aug 01 01:11:58.966 INFO O| Aug 01 01:11:58.966 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-08-01T01:11:59.900Z[ recovery-image] Aug 01 01:11:58.976 INFO O| Aug 01 01:11:58.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73492024-08-01T01:11:59.901Z[ recovery-image] Aug 01 01:11:58.976 INFO O| Aug 01 01:11:58.976 INFO STEP 1137 (remove_files) COMPLETE
73502024-08-01T01:11:59.903Z[ recovery-image] Aug 01 01:11:58.976 INFO O| Aug 01 01:11:58.976 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-08-01T01:11:59.910Z[ recovery-image] Aug 01 01:11:58.986 INFO O| Aug 01 01:11:58.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73522024-08-01T01:11:59.910Z[ recovery-image] Aug 01 01:11:58.986 INFO O| Aug 01 01:11:58.986 INFO STEP 1138 (remove_files) COMPLETE
73532024-08-01T01:11:59.913Z[ recovery-image] Aug 01 01:11:58.986 INFO O| Aug 01 01:11:58.986 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-08-01T01:11:59.920Z[ recovery-image] Aug 01 01:11:58.996 INFO O| Aug 01 01:11:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73552024-08-01T01:11:59.920Z[ recovery-image] Aug 01 01:11:58.996 INFO O| Aug 01 01:11:58.996 INFO STEP 1139 (remove_files) COMPLETE
73562024-08-01T01:11:59.920Z[ recovery-image] Aug 01 01:11:58.996 INFO O| Aug 01 01:11:58.996 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-08-01T01:11:59.930Z[ recovery-image] Aug 01 01:11:59.006 INFO O| Aug 01 01:11:59.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73582024-08-01T01:11:59.933Z[ recovery-image] Aug 01 01:11:59.006 INFO O| Aug 01 01:11:59.006 INFO STEP 1140 (remove_files) COMPLETE
73592024-08-01T01:11:59.933Z[ recovery-image] Aug 01 01:11:59.006 INFO O| Aug 01 01:11:59.006 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-08-01T01:11:59.940Z[ recovery-image] Aug 01 01:11:59.016 INFO O| Aug 01 01:11:59.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73612024-08-01T01:11:59.943Z[ recovery-image] Aug 01 01:11:59.016 INFO O| Aug 01 01:11:59.016 INFO STEP 1141 (remove_files) COMPLETE
73622024-08-01T01:11:59.943Z[ recovery-image] Aug 01 01:11:59.016 INFO O| Aug 01 01:11:59.016 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-08-01T01:11:59.950Z[ recovery-image] Aug 01 01:11:59.026 INFO O| Aug 01 01:11:59.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73642024-08-01T01:11:59.950Z[ recovery-image] Aug 01 01:11:59.026 INFO O| Aug 01 01:11:59.026 INFO STEP 1142 (remove_files) COMPLETE
73652024-08-01T01:11:59.953Z[ recovery-image] Aug 01 01:11:59.026 INFO O| Aug 01 01:11:59.026 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-08-01T01:11:59.960Z[ recovery-image] Aug 01 01:11:59.036 INFO O| Aug 01 01:11:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73672024-08-01T01:11:59.960Z[ recovery-image] Aug 01 01:11:59.036 INFO O| Aug 01 01:11:59.036 INFO STEP 1143 (remove_files) COMPLETE
73682024-08-01T01:11:59.960Z[ recovery-image] Aug 01 01:11:59.036 INFO O| Aug 01 01:11:59.036 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-08-01T01:11:59.970Z[ recovery-image] Aug 01 01:11:59.046 INFO O| Aug 01 01:11:59.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73702024-08-01T01:11:59.971Z[ recovery-image] Aug 01 01:11:59.046 INFO O| Aug 01 01:11:59.046 INFO STEP 1144 (remove_files) COMPLETE
73712024-08-01T01:11:59.973Z[ recovery-image] Aug 01 01:11:59.046 INFO O| Aug 01 01:11:59.046 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-08-01T01:11:59.981Z[ recovery-image] Aug 01 01:11:59.056 INFO O| Aug 01 01:11:59.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73732024-08-01T01:11:59.981Z[ recovery-image] Aug 01 01:11:59.057 INFO O| Aug 01 01:11:59.056 INFO STEP 1145 (remove_files) COMPLETE
73742024-08-01T01:11:59.984Z[ recovery-image] Aug 01 01:11:59.057 INFO O| Aug 01 01:11:59.056 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-08-01T01:11:59.991Z[ recovery-image] Aug 01 01:11:59.067 INFO O| Aug 01 01:11:59.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73762024-08-01T01:11:59.994Z[ recovery-image] Aug 01 01:11:59.067 INFO O| Aug 01 01:11:59.067 INFO STEP 1146 (remove_files) COMPLETE
73772024-08-01T01:11:59.994Z[ recovery-image] Aug 01 01:11:59.068 INFO O| Aug 01 01:11:59.067 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-08-01T01:12:00.003Z[ recovery-image] Aug 01 01:11:59.078 INFO O| Aug 01 01:11:59.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73792024-08-01T01:12:00.003Z[ recovery-image] Aug 01 01:11:59.078 INFO O| Aug 01 01:11:59.078 INFO STEP 1147 (remove_files) COMPLETE
73802024-08-01T01:12:00.006Z[ recovery-image] Aug 01 01:11:59.078 INFO O| Aug 01 01:11:59.078 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-08-01T01:12:00.013Z[ recovery-image] Aug 01 01:11:59.089 INFO O| Aug 01 01:11:59.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73822024-08-01T01:12:00.013Z[ recovery-image] Aug 01 01:11:59.089 INFO O| Aug 01 01:11:59.089 INFO STEP 1148 (remove_files) COMPLETE
73832024-08-01T01:12:00.016Z[ recovery-image] Aug 01 01:11:59.089 INFO O| Aug 01 01:11:59.089 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-08-01T01:12:00.024Z[ recovery-image] Aug 01 01:11:59.100 INFO O| Aug 01 01:11:59.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73852024-08-01T01:12:00.027Z[ recovery-image] Aug 01 01:11:59.100 INFO O| Aug 01 01:11:59.100 INFO STEP 1149 (remove_files) COMPLETE
73862024-08-01T01:12:00.027Z[ recovery-image] Aug 01 01:11:59.100 INFO O| Aug 01 01:11:59.100 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-08-01T01:12:00.035Z[ recovery-image] Aug 01 01:11:59.111 INFO O| Aug 01 01:11:59.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73882024-08-01T01:12:00.035Z[ recovery-image] Aug 01 01:11:59.111 INFO O| Aug 01 01:11:59.111 INFO STEP 1150 (remove_files) COMPLETE
73892024-08-01T01:12:00.035Z[ recovery-image] Aug 01 01:11:59.111 INFO O| Aug 01 01:11:59.111 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-08-01T01:12:00.046Z[ recovery-image] Aug 01 01:11:59.121 INFO O| Aug 01 01:11:59.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73912024-08-01T01:12:00.046Z[ recovery-image] Aug 01 01:11:59.121 INFO O| Aug 01 01:11:59.121 INFO STEP 1151 (remove_files) COMPLETE
73922024-08-01T01:12:00.046Z[ recovery-image] Aug 01 01:11:59.121 INFO O| Aug 01 01:11:59.121 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-08-01T01:12:00.056Z[ recovery-image] Aug 01 01:11:59.132 INFO O| Aug 01 01:11:59.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73942024-08-01T01:12:00.056Z[ recovery-image] Aug 01 01:11:59.132 INFO O| Aug 01 01:11:59.132 INFO STEP 1152 (remove_files) COMPLETE
73952024-08-01T01:12:00.059Z[ recovery-image] Aug 01 01:11:59.132 INFO O| Aug 01 01:11:59.132 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-08-01T01:12:00.066Z[ recovery-image] Aug 01 01:11:59.142 INFO O| Aug 01 01:11:59.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73972024-08-01T01:12:00.066Z[ recovery-image] Aug 01 01:11:59.142 INFO O| Aug 01 01:11:59.142 INFO STEP 1153 (remove_files) COMPLETE
73982024-08-01T01:12:00.066Z[ recovery-image] Aug 01 01:11:59.142 INFO O| Aug 01 01:11:59.142 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-08-01T01:12:00.076Z[ recovery-image] Aug 01 01:11:59.152 INFO O| Aug 01 01:11:59.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
74002024-08-01T01:12:00.076Z[ recovery-image] Aug 01 01:11:59.152 INFO O| Aug 01 01:11:59.152 INFO STEP 1154 (remove_files) COMPLETE
74012024-08-01T01:12:00.076Z[ recovery-image] Aug 01 01:11:59.152 INFO O| Aug 01 01:11:59.152 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-08-01T01:12:00.087Z[ recovery-image] Aug 01 01:11:59.162 INFO O| Aug 01 01:11:59.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
74032024-08-01T01:12:00.087Z[ recovery-image] Aug 01 01:11:59.163 INFO O| Aug 01 01:11:59.162 INFO STEP 1155 (remove_files) COMPLETE
74042024-08-01T01:12:00.087Z[ recovery-image] Aug 01 01:11:59.163 INFO O| Aug 01 01:11:59.163 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-08-01T01:12:00.097Z[ recovery-image] Aug 01 01:11:59.173 INFO O| Aug 01 01:11:59.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
74062024-08-01T01:12:00.097Z[ recovery-image] Aug 01 01:11:59.173 INFO O| Aug 01 01:11:59.173 INFO STEP 1156 (remove_files) COMPLETE
74072024-08-01T01:12:00.097Z[ recovery-image] Aug 01 01:11:59.173 INFO O| Aug 01 01:11:59.173 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-08-01T01:12:00.107Z[ recovery-image] Aug 01 01:11:59.183 INFO O| Aug 01 01:11:59.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
74092024-08-01T01:12:00.108Z[ recovery-image] Aug 01 01:11:59.183 INFO O| Aug 01 01:11:59.183 INFO STEP 1157 (remove_files) COMPLETE
74102024-08-01T01:12:00.108Z[ recovery-image] Aug 01 01:11:59.183 INFO O| Aug 01 01:11:59.183 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-08-01T01:12:00.118Z[ recovery-image] Aug 01 01:11:59.193 INFO O| Aug 01 01:11:59.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
74122024-08-01T01:12:00.121Z[ recovery-image] Aug 01 01:11:59.193 INFO O| Aug 01 01:11:59.193 INFO STEP 1158 (remove_files) COMPLETE
74132024-08-01T01:12:00.121Z[ recovery-image] Aug 01 01:11:59.193 INFO O| Aug 01 01:11:59.193 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-08-01T01:12:00.128Z[ recovery-image] Aug 01 01:11:59.203 INFO O| Aug 01 01:11:59.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
74152024-08-01T01:12:00.128Z[ recovery-image] Aug 01 01:11:59.204 INFO O| Aug 01 01:11:59.203 INFO STEP 1159 (remove_files) COMPLETE
74162024-08-01T01:12:00.128Z[ recovery-image] Aug 01 01:11:59.204 INFO O| Aug 01 01:11:59.203 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-08-01T01:12:00.138Z[ recovery-image] Aug 01 01:11:59.213 INFO O| Aug 01 01:11:59.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
74182024-08-01T01:12:00.138Z[ recovery-image] Aug 01 01:11:59.213 INFO O| Aug 01 01:11:59.213 INFO STEP 1160 (remove_files) COMPLETE
74192024-08-01T01:12:00.141Z[ recovery-image] Aug 01 01:11:59.213 INFO O| Aug 01 01:11:59.213 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-08-01T01:12:00.148Z[ recovery-image] Aug 01 01:11:59.223 INFO O| Aug 01 01:11:59.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
74212024-08-01T01:12:00.148Z[ recovery-image] Aug 01 01:11:59.223 INFO O| Aug 01 01:11:59.223 INFO STEP 1161 (remove_files) COMPLETE
74222024-08-01T01:12:00.150Z[ recovery-image] Aug 01 01:11:59.223 INFO O| Aug 01 01:11:59.223 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-08-01T01:12:00.159Z[ recovery-image] Aug 01 01:11:59.233 INFO O| Aug 01 01:11:59.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
74242024-08-01T01:12:00.161Z[ recovery-image] Aug 01 01:11:59.233 INFO O| Aug 01 01:11:59.233 INFO STEP 1162 (remove_files) COMPLETE
74252024-08-01T01:12:00.161Z[ recovery-image] Aug 01 01:11:59.233 INFO O| Aug 01 01:11:59.233 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-08-01T01:12:00.168Z[ recovery-image] Aug 01 01:11:59.243 INFO O| Aug 01 01:11:59.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
74272024-08-01T01:12:00.168Z[ recovery-image] Aug 01 01:11:59.243 INFO O| Aug 01 01:11:59.243 INFO STEP 1163 (remove_files) COMPLETE
74282024-08-01T01:12:00.170Z[ recovery-image] Aug 01 01:11:59.243 INFO O| Aug 01 01:11:59.243 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-08-01T01:12:00.178Z[ recovery-image] Aug 01 01:11:59.253 INFO O| Aug 01 01:11:59.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74302024-08-01T01:12:00.178Z[ recovery-image] Aug 01 01:11:59.253 INFO O| Aug 01 01:11:59.253 INFO STEP 1164 (remove_files) COMPLETE
74312024-08-01T01:12:00.178Z[ recovery-image] Aug 01 01:11:59.253 INFO O| Aug 01 01:11:59.253 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-01T01:12:00.189Z[ recovery-image] Aug 01 01:11:59.265 INFO O| Aug 01 01:11:59.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74332024-08-01T01:12:00.189Z[ recovery-image] Aug 01 01:11:59.265 INFO O| Aug 01 01:11:59.265 INFO STEP 1165 (remove_files) COMPLETE
74342024-08-01T01:12:00.192Z[ recovery-image] Aug 01 01:11:59.265 INFO O| Aug 01 01:11:59.265 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-01T01:12:00.199Z[ recovery-image] Aug 01 01:11:59.275 INFO O| Aug 01 01:11:59.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74362024-08-01T01:12:00.202Z[ recovery-image] Aug 01 01:11:59.275 INFO O| Aug 01 01:11:59.275 INFO STEP 1166 (remove_files) COMPLETE
74372024-08-01T01:12:00.202Z[ recovery-image] Aug 01 01:11:59.275 INFO O| Aug 01 01:11:59.275 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-01T01:12:00.209Z[ recovery-image] Aug 01 01:11:59.284 INFO O| Aug 01 01:11:59.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74392024-08-01T01:12:00.209Z[ recovery-image] Aug 01 01:11:59.284 INFO O| Aug 01 01:11:59.284 INFO STEP 1167 (remove_files) COMPLETE
74402024-08-01T01:12:00.213Z[ recovery-image] Aug 01 01:11:59.284 INFO O| Aug 01 01:11:59.284 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-08-01T01:12:00.218Z[ recovery-image] Aug 01 01:11:59.294 INFO O| Aug 01 01:11:59.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74422024-08-01T01:12:00.218Z[ recovery-image] Aug 01 01:11:59.294 INFO O| Aug 01 01:11:59.294 INFO STEP 1168 (remove_files) COMPLETE
74432024-08-01T01:12:00.218Z[ recovery-image] Aug 01 01:11:59.294 INFO O| Aug 01 01:11:59.294 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-08-01T01:12:00.228Z[ recovery-image] Aug 01 01:11:59.303 INFO O| Aug 01 01:11:59.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74452024-08-01T01:12:00.228Z[ recovery-image] Aug 01 01:11:59.304 INFO O| Aug 01 01:11:59.303 INFO STEP 1169 (remove_files) COMPLETE
74462024-08-01T01:12:00.231Z[ recovery-image] Aug 01 01:11:59.304 INFO O| Aug 01 01:11:59.303 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-08-01T01:12:00.237Z[ recovery-image] Aug 01 01:11:59.313 INFO O| Aug 01 01:11:59.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74482024-08-01T01:12:00.240Z[ recovery-image] Aug 01 01:11:59.313 INFO O| Aug 01 01:11:59.313 INFO STEP 1170 (remove_files) COMPLETE
74492024-08-01T01:12:00.240Z[ recovery-image] Aug 01 01:11:59.313 INFO O| Aug 01 01:11:59.313 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-08-01T01:12:00.247Z[ recovery-image] Aug 01 01:11:59.323 INFO O| Aug 01 01:11:59.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74512024-08-01T01:12:00.247Z[ recovery-image] Aug 01 01:11:59.323 INFO O| Aug 01 01:11:59.323 INFO STEP 1171 (remove_files) COMPLETE
74522024-08-01T01:12:00.247Z[ recovery-image] Aug 01 01:11:59.323 INFO O| Aug 01 01:11:59.323 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-08-01T01:12:00.257Z[ recovery-image] Aug 01 01:11:59.333 INFO O| Aug 01 01:11:59.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74542024-08-01T01:12:00.257Z[ recovery-image] Aug 01 01:11:59.333 INFO O| Aug 01 01:11:59.333 INFO STEP 1172 (remove_files) COMPLETE
74552024-08-01T01:12:00.257Z[ recovery-image] Aug 01 01:11:59.333 INFO O| Aug 01 01:11:59.333 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-08-01T01:12:00.267Z[ recovery-image] Aug 01 01:11:59.342 INFO O| Aug 01 01:11:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74572024-08-01T01:12:00.267Z[ recovery-image] Aug 01 01:11:59.342 INFO O| Aug 01 01:11:59.342 INFO STEP 1173 (remove_files) COMPLETE
74582024-08-01T01:12:00.267Z[ recovery-image] Aug 01 01:11:59.342 INFO O| Aug 01 01:11:59.342 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-08-01T01:12:00.276Z[ recovery-image] Aug 01 01:11:59.352 INFO O| Aug 01 01:11:59.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74602024-08-01T01:12:00.279Z[ recovery-image] Aug 01 01:11:59.352 INFO O| Aug 01 01:11:59.352 INFO STEP 1174 (remove_files) COMPLETE
74612024-08-01T01:12:00.279Z[ recovery-image] Aug 01 01:11:59.352 INFO O| Aug 01 01:11:59.352 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-08-01T01:12:00.286Z[ recovery-image] Aug 01 01:11:59.361 INFO O| Aug 01 01:11:59.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74632024-08-01T01:12:00.286Z[ recovery-image] Aug 01 01:11:59.361 INFO O| Aug 01 01:11:59.361 INFO STEP 1175 (remove_files) COMPLETE
74642024-08-01T01:12:00.289Z[ recovery-image] Aug 01 01:11:59.361 INFO O| Aug 01 01:11:59.361 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-08-01T01:12:00.295Z[ recovery-image] Aug 01 01:11:59.371 INFO O| Aug 01 01:11:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74662024-08-01T01:12:00.295Z[ recovery-image] Aug 01 01:11:59.371 INFO O| Aug 01 01:11:59.371 INFO STEP 1176 (remove_files) COMPLETE
74672024-08-01T01:12:00.295Z[ recovery-image] Aug 01 01:11:59.371 INFO O| Aug 01 01:11:59.371 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-08-01T01:12:00.305Z[ recovery-image] Aug 01 01:11:59.381 INFO O| Aug 01 01:11:59.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74692024-08-01T01:12:00.305Z[ recovery-image] Aug 01 01:11:59.381 INFO O| Aug 01 01:11:59.381 INFO STEP 1177 (remove_files) COMPLETE
74702024-08-01T01:12:00.305Z[ recovery-image] Aug 01 01:11:59.381 INFO O| Aug 01 01:11:59.381 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-08-01T01:12:00.315Z[ recovery-image] Aug 01 01:11:59.390 INFO O| Aug 01 01:11:59.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74722024-08-01T01:12:00.315Z[ recovery-image] Aug 01 01:11:59.390 INFO O| Aug 01 01:11:59.390 INFO STEP 1178 (remove_files) COMPLETE
74732024-08-01T01:12:00.318Z[ recovery-image] Aug 01 01:11:59.390 INFO O| Aug 01 01:11:59.390 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-08-01T01:12:00.325Z[ recovery-image] Aug 01 01:11:59.400 INFO O| Aug 01 01:11:59.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74752024-08-01T01:12:00.325Z[ recovery-image] Aug 01 01:11:59.400 INFO O| Aug 01 01:11:59.400 INFO STEP 1179 (remove_files) COMPLETE
74762024-08-01T01:12:00.327Z[ recovery-image] Aug 01 01:11:59.400 INFO O| Aug 01 01:11:59.400 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-08-01T01:12:00.335Z[ recovery-image] Aug 01 01:11:59.410 INFO O| Aug 01 01:11:59.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74782024-08-01T01:12:00.335Z[ recovery-image] Aug 01 01:11:59.410 INFO O| Aug 01 01:11:59.410 INFO STEP 1180 (remove_files) COMPLETE
74792024-08-01T01:12:00.337Z[ recovery-image] Aug 01 01:11:59.410 INFO O| Aug 01 01:11:59.410 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-08-01T01:12:00.345Z[ recovery-image] Aug 01 01:11:59.420 INFO O| Aug 01 01:11:59.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74812024-08-01T01:12:00.345Z[ recovery-image] Aug 01 01:11:59.420 INFO O| Aug 01 01:11:59.420 INFO STEP 1181 (remove_files) COMPLETE
74822024-08-01T01:12:00.348Z[ recovery-image] Aug 01 01:11:59.420 INFO O| Aug 01 01:11:59.420 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-08-01T01:12:00.355Z[ recovery-image] Aug 01 01:11:59.431 INFO O| Aug 01 01:11:59.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74842024-08-01T01:12:00.358Z[ recovery-image] Aug 01 01:11:59.431 INFO O| Aug 01 01:11:59.431 INFO STEP 1182 (remove_files) COMPLETE
74852024-08-01T01:12:00.358Z[ recovery-image] Aug 01 01:11:59.431 INFO O| Aug 01 01:11:59.431 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-08-01T01:12:00.365Z[ recovery-image] Aug 01 01:11:59.441 INFO O| Aug 01 01:11:59.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74872024-08-01T01:12:00.365Z[ recovery-image] Aug 01 01:11:59.441 INFO O| Aug 01 01:11:59.441 INFO STEP 1183 (remove_files) COMPLETE
74882024-08-01T01:12:00.365Z[ recovery-image] Aug 01 01:11:59.441 INFO O| Aug 01 01:11:59.441 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-08-01T01:12:00.375Z[ recovery-image] Aug 01 01:11:59.451 INFO O| Aug 01 01:11:59.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74902024-08-01T01:12:00.376Z[ recovery-image] Aug 01 01:11:59.451 INFO O| Aug 01 01:11:59.451 INFO STEP 1184 (remove_files) COMPLETE
74912024-08-01T01:12:00.376Z[ recovery-image] Aug 01 01:11:59.451 INFO O| Aug 01 01:11:59.451 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-08-01T01:12:00.386Z[ recovery-image] Aug 01 01:11:59.461 INFO O| Aug 01 01:11:59.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74932024-08-01T01:12:00.386Z[ recovery-image] Aug 01 01:11:59.461 INFO O| Aug 01 01:11:59.461 INFO STEP 1185 (remove_files) COMPLETE
74942024-08-01T01:12:00.386Z[ recovery-image] Aug 01 01:11:59.461 INFO O| Aug 01 01:11:59.461 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-08-01T01:12:00.397Z[ recovery-image] Aug 01 01:11:59.471 INFO O| Aug 01 01:11:59.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74962024-08-01T01:12:00.400Z[ recovery-image] Aug 01 01:11:59.471 INFO O| Aug 01 01:11:59.471 INFO STEP 1186 (remove_files) COMPLETE
74972024-08-01T01:12:00.400Z[ recovery-image] Aug 01 01:11:59.471 INFO O| Aug 01 01:11:59.471 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-08-01T01:12:00.406Z[ recovery-image] Aug 01 01:11:59.482 INFO O| Aug 01 01:11:59.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74992024-08-01T01:12:00.406Z[ recovery-image] Aug 01 01:11:59.482 INFO O| Aug 01 01:11:59.482 INFO STEP 1187 (remove_files) COMPLETE
75002024-08-01T01:12:00.406Z[ recovery-image] Aug 01 01:11:59.482 INFO O| Aug 01 01:11:59.482 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-08-01T01:12:00.416Z[ recovery-image] Aug 01 01:11:59.492 INFO O| Aug 01 01:11:59.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
75022024-08-01T01:12:00.416Z[ recovery-image] Aug 01 01:11:59.492 INFO O| Aug 01 01:11:59.492 INFO STEP 1188 (remove_files) COMPLETE
75032024-08-01T01:12:00.419Z[ recovery-image] Aug 01 01:11:59.492 INFO O| Aug 01 01:11:59.492 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-08-01T01:12:00.426Z[ recovery-image] Aug 01 01:11:59.502 INFO O| Aug 01 01:11:59.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
75052024-08-01T01:12:00.426Z[ recovery-image] Aug 01 01:11:59.502 INFO O| Aug 01 01:11:59.502 INFO STEP 1189 (remove_files) COMPLETE
75062024-08-01T01:12:00.429Z[ recovery-image] Aug 01 01:11:59.502 INFO O| Aug 01 01:11:59.502 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-08-01T01:12:00.437Z[ recovery-image] Aug 01 01:11:59.513 INFO O| Aug 01 01:11:59.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
75082024-08-01T01:12:00.440Z[ recovery-image] Aug 01 01:11:59.513 INFO O| Aug 01 01:11:59.513 INFO STEP 1190 (remove_files) COMPLETE
75092024-08-01T01:12:00.440Z[ recovery-image] Aug 01 01:11:59.513 INFO O| Aug 01 01:11:59.513 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-08-01T01:12:00.447Z[ recovery-image] Aug 01 01:11:59.523 INFO O| Aug 01 01:11:59.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
75112024-08-01T01:12:00.447Z[ recovery-image] Aug 01 01:11:59.523 INFO O| Aug 01 01:11:59.523 INFO STEP 1191 (remove_files) COMPLETE
75122024-08-01T01:12:00.447Z[ recovery-image] Aug 01 01:11:59.523 INFO O| Aug 01 01:11:59.523 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-08-01T01:12:00.458Z[ recovery-image] Aug 01 01:11:59.533 INFO O| Aug 01 01:11:59.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
75142024-08-01T01:12:00.458Z[ recovery-image] Aug 01 01:11:59.533 INFO O| Aug 01 01:11:59.533 INFO STEP 1192 (remove_files) COMPLETE
75152024-08-01T01:12:00.458Z[ recovery-image] Aug 01 01:11:59.533 INFO O| Aug 01 01:11:59.533 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-08-01T01:12:00.468Z[ recovery-image] Aug 01 01:11:59.543 INFO O| Aug 01 01:11:59.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
75172024-08-01T01:12:00.468Z[ recovery-image] Aug 01 01:11:59.543 INFO O| Aug 01 01:11:59.543 INFO STEP 1193 (remove_files) COMPLETE
75182024-08-01T01:12:00.471Z[ recovery-image] Aug 01 01:11:59.543 INFO O| Aug 01 01:11:59.543 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-08-01T01:12:00.477Z[ recovery-image] Aug 01 01:11:59.553 INFO O| Aug 01 01:11:59.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
75202024-08-01T01:12:00.478Z[ recovery-image] Aug 01 01:11:59.553 INFO O| Aug 01 01:11:59.553 INFO STEP 1194 (remove_files) COMPLETE
75212024-08-01T01:12:00.478Z[ recovery-image] Aug 01 01:11:59.553 INFO O| Aug 01 01:11:59.553 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-08-01T01:12:00.487Z[ recovery-image] Aug 01 01:11:59.563 INFO O| Aug 01 01:11:59.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
75232024-08-01T01:12:00.487Z[ recovery-image] Aug 01 01:11:59.563 INFO O| Aug 01 01:11:59.563 INFO STEP 1195 (remove_files) COMPLETE
75242024-08-01T01:12:00.487Z[ recovery-image] Aug 01 01:11:59.563 INFO O| Aug 01 01:11:59.563 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-08-01T01:12:00.497Z[ recovery-image] Aug 01 01:11:59.573 INFO O| Aug 01 01:11:59.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
75262024-08-01T01:12:00.497Z[ recovery-image] Aug 01 01:11:59.573 INFO O| Aug 01 01:11:59.573 INFO STEP 1196 (remove_files) COMPLETE
75272024-08-01T01:12:00.497Z[ recovery-image] Aug 01 01:11:59.573 INFO O| Aug 01 01:11:59.573 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-08-01T01:12:00.507Z[ recovery-image] Aug 01 01:11:59.583 INFO O| Aug 01 01:11:59.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75292024-08-01T01:12:00.507Z[ recovery-image] Aug 01 01:11:59.583 INFO O| Aug 01 01:11:59.583 INFO STEP 1197 (remove_files) COMPLETE
75302024-08-01T01:12:00.510Z[ recovery-image] Aug 01 01:11:59.583 INFO O| Aug 01 01:11:59.583 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-08-01T01:12:00.517Z[ recovery-image] Aug 01 01:11:59.593 INFO O| Aug 01 01:11:59.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75322024-08-01T01:12:00.520Z[ recovery-image] Aug 01 01:11:59.593 INFO O| Aug 01 01:11:59.593 INFO STEP 1198 (remove_files) COMPLETE
75332024-08-01T01:12:00.520Z[ recovery-image] Aug 01 01:11:59.593 INFO O| Aug 01 01:11:59.593 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-08-01T01:12:00.527Z[ recovery-image] Aug 01 01:11:59.603 INFO O| Aug 01 01:11:59.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75352024-08-01T01:12:00.527Z[ recovery-image] Aug 01 01:11:59.603 INFO O| Aug 01 01:11:59.603 INFO STEP 1199 (remove_files) COMPLETE
75362024-08-01T01:12:00.530Z[ recovery-image] Aug 01 01:11:59.603 INFO O| Aug 01 01:11:59.603 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-08-01T01:12:00.537Z[ recovery-image] Aug 01 01:11:59.613 INFO O| Aug 01 01:11:59.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75382024-08-01T01:12:00.540Z[ recovery-image] Aug 01 01:11:59.613 INFO O| Aug 01 01:11:59.613 INFO STEP 1200 (remove_files) COMPLETE
75392024-08-01T01:12:00.540Z[ recovery-image] Aug 01 01:11:59.613 INFO O| Aug 01 01:11:59.613 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-08-01T01:12:00.547Z[ recovery-image] Aug 01 01:11:59.622 INFO O| Aug 01 01:11:59.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75412024-08-01T01:12:00.547Z[ recovery-image] Aug 01 01:11:59.623 INFO O| Aug 01 01:11:59.623 INFO STEP 1201 (remove_files) COMPLETE
75422024-08-01T01:12:00.547Z[ recovery-image] Aug 01 01:11:59.623 INFO O| Aug 01 01:11:59.623 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-08-01T01:12:00.556Z[ recovery-image] Aug 01 01:11:59.632 INFO O| Aug 01 01:11:59.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75442024-08-01T01:12:00.556Z[ recovery-image] Aug 01 01:11:59.632 INFO O| Aug 01 01:11:59.632 INFO STEP 1202 (remove_files) COMPLETE
75452024-08-01T01:12:00.556Z[ recovery-image] Aug 01 01:11:59.632 INFO O| Aug 01 01:11:59.632 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-08-01T01:12:00.566Z[ recovery-image] Aug 01 01:11:59.641 INFO O| Aug 01 01:11:59.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75472024-08-01T01:12:00.566Z[ recovery-image] Aug 01 01:11:59.641 INFO O| Aug 01 01:11:59.641 INFO STEP 1203 (remove_files) COMPLETE
75482024-08-01T01:12:00.566Z[ recovery-image] Aug 01 01:11:59.642 INFO O| Aug 01 01:11:59.641 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-08-01T01:12:00.575Z[ recovery-image] Aug 01 01:11:59.651 INFO O| Aug 01 01:11:59.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75502024-08-01T01:12:00.575Z[ recovery-image] Aug 01 01:11:59.651 INFO O| Aug 01 01:11:59.651 INFO STEP 1204 (remove_files) COMPLETE
75512024-08-01T01:12:00.578Z[ recovery-image] Aug 01 01:11:59.651 INFO O| Aug 01 01:11:59.651 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-08-01T01:12:00.588Z[ recovery-image] Aug 01 01:11:59.660 INFO O| Aug 01 01:11:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75532024-08-01T01:12:00.588Z[ recovery-image] Aug 01 01:11:59.660 INFO O| Aug 01 01:11:59.660 INFO STEP 1205 (remove_files) COMPLETE
75542024-08-01T01:12:00.588Z[ recovery-image] Aug 01 01:11:59.660 INFO O| Aug 01 01:11:59.660 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-08-01T01:12:00.594Z[ recovery-image] Aug 01 01:11:59.670 INFO O| Aug 01 01:11:59.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75562024-08-01T01:12:00.594Z[ recovery-image] Aug 01 01:11:59.670 INFO O| Aug 01 01:11:59.670 INFO STEP 1206 (remove_files) COMPLETE
75572024-08-01T01:12:00.597Z[ recovery-image] Aug 01 01:11:59.670 INFO O| Aug 01 01:11:59.670 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75582024-08-01T01:12:00.608Z[ recovery-image] Aug 01 01:11:59.684 INFO O| Aug 01 01:11:59.684 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75592024-08-01T01:12:00.609Z[ recovery-image] Aug 01 01:11:59.684 INFO O| Aug 01 01:11:59.684 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75602024-08-01T01:12:01.339Z[ recovery-image] Aug 01 01:12:00.414 INFO O| Aug 01 01:12:00.414 INFO STEP 1207 (pack_tar) COMPLETE
75612024-08-01T01:12:01.339Z[ recovery-image] Aug 01 01:12:00.414 INFO O| Aug 01 01:12:00.414 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75622024-08-01T01:12:01.339Z[ recovery-image] Aug 01 01:12:00.414 INFO O| Aug 01 01:12:00.414 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75632024-08-01T01:12:01.574Z[ recovery-image] Aug 01 01:12:00.649 INFO O| Aug 01 01:12:00.649 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75642024-08-01T01:12:01.641Z[ recovery-image] Aug 01 01:12:00.717 INFO O| Aug 01 01:12:00.717 INFO completed processing gimlet/ramdisk-03-recovery-trim
75652024-08-01T01:12:01.647Z[ recovery-image] Aug 01 01:12:00.723 INFO image builder template: zfs-recovery...
75662024-08-01T01:12:01.647Z[ recovery-image] Aug 01 01:12:00.723 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/.tmp3y6chY/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
75672024-08-01T01:12:01.680Z[ recovery-image] Aug 01 01:12:00.755 INFO O| Aug 01 01:12:00.755 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75682024-08-01T01:12:01.684Z[ recovery-image] Aug 01 01:12:00.760 INFO O| Aug 01 01:12:00.760 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75692024-08-01T01:12:01.748Z[ recovery-image] Aug 01 01:12:00.824 INFO O| Aug 01 01:12:00.824 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75702024-08-01T01:12:01.804Z[ recovery-image] Aug 01 01:12:00.879 INFO O| Aug 01 01:12:00.879 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75712024-08-01T01:12:01.804Z[ recovery-image] Aug 01 01:12:00.879 INFO O| Aug 01 01:12:00.879 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75722024-08-01T01:12:01.807Z[ recovery-image] Aug 01 01:12:00.883 INFO O| Aug 01 01:12:00.883 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75732024-08-01T01:12:01.874Z[ recovery-image] Aug 01 01:12:00.950 INFO O| Aug 01 01:12:00.950 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75742024-08-01T01:12:01.915Z[ recovery-image] Aug 01 01:12:00.991 INFO O| Aug 01 01:12:00.991 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75752024-08-01T01:12:01.927Z[ recovery-image] Aug 01 01:12:01.003 INFO O| Aug 01 01:12:01.003 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75762024-08-01T01:12:01.933Z[ recovery-image] Aug 01 01:12:01.009 INFO O| Aug 01 01:12:01.009 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75772024-08-01T01:12:01.936Z[ recovery-image] Aug 01 01:12:01.010 INFO O| Aug 01 01:12:01.010 INFO no lofi found
75782024-08-01T01:12:01.936Z[ recovery-image] Aug 01 01:12:01.010 INFO O| Aug 01 01:12:01.010 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75792024-08-01T01:12:01.936Z[ recovery-image] Aug 01 01:12:01.010 INFO O| Aug 01 01:12:01.010 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75802024-08-01T01:12:03.933Z[ recovery-image] Aug 01 01:12:03.009 INFO O| Aug 01 01:12:03.009 INFO lofi device = /dev/dsk/c2t1d0p0
75812024-08-01T01:12:03.933Z[ recovery-image] Aug 01 01:12:03.009 INFO O| Aug 01 01:12:03.009 INFO pool device = /dev/dsk/c2t1d0p0
75822024-08-01T01:12:03.936Z[ recovery-image] Aug 01 01:12:03.009 INFO O| Aug 01 01:12:03.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"]
75832024-08-01T01:12:04.013Z[ recovery-image] Aug 01 01:12:03.088 INFO O| Aug 01 01:12:03.088 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75842024-08-01T01:12:04.013Z[ recovery-image] Aug 01 01:12:03.089 INFO O| Aug 01 01:12:03.088 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75852024-08-01T01:12:04.033Z[ recovery-image] Aug 01 01:12:03.109 INFO O| Aug 01 01:12:03.109 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75862024-08-01T01:12:04.092Z[ recovery-image] Aug 01 01:12:03.168 INFO O| Aug 01 01:12:03.168 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75872024-08-01T01:12:04.131Z[ recovery-image] Aug 01 01:12:03.207 INFO O| Aug 01 01:12:03.207 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75882024-08-01T01:12:04.147Z[ recovery-image] Aug 01 01:12:03.223 INFO O| Aug 01 01:12:03.223 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75892024-08-01T01:12:04.159Z[ recovery-image] Aug 01 01:12:03.235 INFO O| Aug 01 01:12:03.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75902024-08-01T01:12:04.206Z[ recovery-image] Aug 01 01:12:03.282 INFO O| Aug 01 01:12:03.282 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75912024-08-01T01:12:04.206Z[ recovery-image] Aug 01 01:12:03.282 INFO O| Aug 01 01:12:03.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75922024-08-01T01:12:04.209Z[ recovery-image] Aug 01 01:12:03.282 INFO O| Aug 01 01:12:03.282 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75932024-08-01T01:12:04.214Z[ recovery-image] Aug 01 01:12:03.291 INFO O| Aug 01 01:12:03.291 INFO boot environment UUID: f44d9d9b-b661-4409-862d-90bcdbd92eaf
75942024-08-01T01:12:04.215Z[ recovery-image] Aug 01 01:12:03.291 INFO O| Aug 01 01:12:03.291 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = f44d9d9b-b661-4409-862d-90bcdbd92eaf
75952024-08-01T01:12:04.226Z[ recovery-image] Aug 01 01:12:03.302 INFO O| Aug 01 01:12:03.302 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75962024-08-01T01:12:04.238Z[ recovery-image] Aug 01 01:12:03.314 INFO O| Aug 01 01:12:03.314 INFO STEP 0 (create_be) COMPLETE
75972024-08-01T01:12:04.238Z[ recovery-image] Aug 01 01:12:03.314 INFO O| Aug 01 01:12:03.314 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75982024-08-01T01:12:04.254Z[ recovery-image] Aug 01 01:12:03.330 INFO O| Aug 01 01:12:03.330 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"]
75992024-08-01T01:12:06.354Z[ recovery-image] Aug 01 01:12:05.431 INFO O| Aug 01 01:12:05.430 INFO STEP 1 (unpack_tar) COMPLETE
76002024-08-01T01:12:06.354Z[ recovery-image] Aug 01 01:12:05.431 INFO O| Aug 01 01:12:05.430 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76012024-08-01T01:12:06.367Z[ recovery-image] Aug 01 01:12:05.443 INFO O| Aug 01 01:12:05.443 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76022024-08-01T01:12:06.756Z[ recovery-image] Aug 01 01:12:05.833 INFO O| Aug 01 01:12:05.832 INFO STEP 2 (devfsadm) COMPLETE
76032024-08-01T01:12:06.756Z[ recovery-image] Aug 01 01:12:05.833 INFO O| Aug 01 01:12:05.833 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76042024-08-01T01:12:06.768Z[ recovery-image] Aug 01 01:12:05.844 INFO O| Aug 01 01:12:05.844 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76052024-08-01T01:12:06.768Z[ recovery-image] Aug 01 01:12:05.844 INFO O| Aug 01 01:12:05.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76062024-08-01T01:12:06.768Z[ recovery-image] Aug 01 01:12:05.844 INFO O| Aug 01 01:12:05.844 INFO STEP 3 (ensure_dir) COMPLETE
76072024-08-01T01:12:06.771Z[ recovery-image] Aug 01 01:12:05.844 INFO O| Aug 01 01:12:05.844 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76082024-08-01T01:12:06.778Z[ recovery-image] Aug 01 01:12:05.855 INFO O| Aug 01 01:12:05.855 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76092024-08-01T01:12:06.778Z[ recovery-image] Aug 01 01:12:05.855 INFO O| Aug 01 01:12:05.855 INFO STEP 4 (ensure_dir) COMPLETE
76102024-08-01T01:12:06.778Z[ recovery-image] Aug 01 01:12:05.855 INFO O| Aug 01 01:12:05.855 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76112024-08-01T01:12:06.789Z[ recovery-image] Aug 01 01:12:05.865 INFO O| Aug 01 01:12:05.865 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76122024-08-01T01:12:06.789Z[ recovery-image] Aug 01 01:12:05.866 INFO O| Aug 01 01:12:05.865 INFO STEP 5 (ensure_dir) COMPLETE
76132024-08-01T01:12:06.792Z[ recovery-image] Aug 01 01:12:05.866 INFO O| Aug 01 01:12:05.865 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76142024-08-01T01:12:06.799Z[ recovery-image] Aug 01 01:12:05.876 INFO O| Aug 01 01:12:05.876 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76152024-08-01T01:12:06.799Z[ recovery-image] Aug 01 01:12:05.876 INFO O| Aug 01 01:12:05.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76162024-08-01T01:12:06.802Z[ recovery-image] Aug 01 01:12:05.876 INFO O| Aug 01 01:12:05.876 INFO STEP 6 (ensure_dir) COMPLETE
76172024-08-01T01:12:06.802Z[ recovery-image] Aug 01 01:12:05.876 INFO O| Aug 01 01:12:05.876 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76182024-08-01T01:12:06.810Z[ recovery-image] Aug 01 01:12:05.886 INFO O| Aug 01 01:12:05.886 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76192024-08-01T01:12:06.813Z[ recovery-image] Aug 01 01:12:05.887 INFO O| Aug 01 01:12:05.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76202024-08-01T01:12:06.813Z[ recovery-image] Aug 01 01:12:05.887 INFO O| Aug 01 01:12:05.887 INFO STEP 7 (ensure_dir) COMPLETE
76212024-08-01T01:12:06.813Z[ recovery-image] Aug 01 01:12:05.887 INFO O| Aug 01 01:12:05.887 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76222024-08-01T01:12:06.820Z[ recovery-image] Aug 01 01:12:05.897 INFO O| Aug 01 01:12:05.896 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76232024-08-01T01:12:06.823Z[ recovery-image] Aug 01 01:12:05.897 INFO O| Aug 01 01:12:05.897 INFO STEP 8 (remove_files) COMPLETE
76242024-08-01T01:12:06.823Z[ recovery-image] Aug 01 01:12:05.897 INFO O| Aug 01 01:12:05.897 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76252024-08-01T01:12:06.831Z[ recovery-image] Aug 01 01:12:05.908 INFO O| Aug 01 01:12:05.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76262024-08-01T01:12:06.834Z[ recovery-image] Aug 01 01:12:05.909 INFO O| Aug 01 01:12:05.909 INFO STEP 9 (remove_files) COMPLETE
76272024-08-01T01:12:06.834Z[ recovery-image] Aug 01 01:12:05.909 INFO O| Aug 01 01:12:05.909 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76282024-08-01T01:12:06.842Z[ recovery-image] Aug 01 01:12:05.919 INFO O| Aug 01 01:12:05.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76292024-08-01T01:12:06.845Z[ recovery-image] Aug 01 01:12:05.919 INFO O| Aug 01 01:12:05.919 INFO STEP 10 (remove_files) COMPLETE
76302024-08-01T01:12:06.845Z[ recovery-image] Aug 01 01:12:05.919 INFO O| Aug 01 01:12:05.919 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76312024-08-01T01:12:06.853Z[ recovery-image] Aug 01 01:12:05.930 INFO O| Aug 01 01:12:05.930 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76322024-08-01T01:12:06.853Z[ recovery-image] Aug 01 01:12:05.930 INFO O| Aug 01 01:12:05.930 INFO STEP 11 (remove_files) COMPLETE
76332024-08-01T01:12:06.856Z[ recovery-image] Aug 01 01:12:05.930 INFO O| Aug 01 01:12:05.930 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76342024-08-01T01:12:06.864Z[ recovery-image] Aug 01 01:12:05.940 INFO O| Aug 01 01:12:05.940 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76352024-08-01T01:12:06.867Z[ recovery-image] Aug 01 01:12:05.940 INFO O| Aug 01 01:12:05.940 INFO STEP 12 (remove_files) COMPLETE
76362024-08-01T01:12:06.867Z[ recovery-image] Aug 01 01:12:05.940 INFO O| Aug 01 01:12:05.940 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76372024-08-01T01:12:06.874Z[ recovery-image] Aug 01 01:12:05.950 INFO O| Aug 01 01:12:05.950 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76382024-08-01T01:12:06.874Z[ recovery-image] Aug 01 01:12:05.951 INFO O| Aug 01 01:12:05.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76392024-08-01T01:12:06.874Z[ recovery-image] Aug 01 01:12:05.951 INFO O| Aug 01 01:12:05.951 INFO STEP 13 (ensure_dir) COMPLETE
76402024-08-01T01:12:06.877Z[ recovery-image] Aug 01 01:12:05.951 INFO O| Aug 01 01:12:05.951 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76412024-08-01T01:12:06.884Z[ recovery-image] Aug 01 01:12:05.961 INFO O| Aug 01 01:12:05.961 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76422024-08-01T01:12:06.885Z[ recovery-image] Aug 01 01:12:05.961 INFO O| Aug 01 01:12:05.961 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76432024-08-01T01:12:06.887Z[ recovery-image] Aug 01 01:12:05.961 INFO O| Aug 01 01:12:05.961 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76442024-08-01T01:12:06.887Z[ recovery-image] Aug 01 01:12:05.961 INFO O| Aug 01 01:12:05.961 INFO STEP 14 (ensure_dir) COMPLETE
76452024-08-01T01:12:06.887Z[ recovery-image] Aug 01 01:12:05.961 INFO O| Aug 01 01:12:05.961 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76462024-08-01T01:12:06.895Z[ recovery-image] Aug 01 01:12:05.972 INFO O| Aug 01 01:12:05.972 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76472024-08-01T01:12:06.899Z[ recovery-image] Aug 01 01:12:05.972 INFO O| Aug 01 01:12:05.972 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76482024-08-01T01:12:06.899Z[ recovery-image] Aug 01 01:12:05.972 INFO O| Aug 01 01:12:05.972 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76492024-08-01T01:12:06.899Z[ recovery-image] Aug 01 01:12:05.972 INFO O| Aug 01 01:12:05.972 INFO STEP 15 (ensure_dir) COMPLETE
76502024-08-01T01:12:06.899Z[ recovery-image] Aug 01 01:12:05.972 INFO O| Aug 01 01:12:05.972 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76512024-08-01T01:12:06.906Z[ recovery-image] Aug 01 01:12:05.983 INFO O| Aug 01 01:12:05.983 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76522024-08-01T01:12:06.909Z[ recovery-image] Aug 01 01:12:05.983 INFO O| Aug 01 01:12:05.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76532024-08-01T01:12:06.909Z[ recovery-image] Aug 01 01:12:05.983 INFO O| Aug 01 01:12:05.983 INFO STEP 16 (ensure_dir) COMPLETE
76542024-08-01T01:12:06.909Z[ recovery-image] Aug 01 01:12:05.983 INFO O| Aug 01 01:12:05.983 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76552024-08-01T01:12:06.917Z[ recovery-image] Aug 01 01:12:05.993 INFO O| Aug 01 01:12:05.993 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76562024-08-01T01:12:06.917Z[ recovery-image] Aug 01 01:12:05.994 INFO O| Aug 01 01:12:05.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76572024-08-01T01:12:06.922Z[ recovery-image] Aug 01 01:12:05.994 INFO O| Aug 01 01:12:05.994 INFO STEP 17 (ensure_dir) COMPLETE
76582024-08-01T01:12:06.922Z[ recovery-image] Aug 01 01:12:05.994 INFO O| Aug 01 01:12:05.994 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76592024-08-01T01:12:06.929Z[ recovery-image] Aug 01 01:12:06.005 INFO O| Aug 01 01:12:06.005 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76602024-08-01T01:12:06.929Z[ recovery-image] Aug 01 01:12:06.005 INFO O| Aug 01 01:12:06.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76612024-08-01T01:12:06.931Z[ recovery-image] Aug 01 01:12:06.005 INFO O| Aug 01 01:12:06.005 INFO ok!
76622024-08-01T01:12:06.932Z[ recovery-image] Aug 01 01:12:06.005 INFO O| Aug 01 01:12:06.005 INFO STEP 18 (ensure_symlink) COMPLETE
76632024-08-01T01:12:06.932Z[ recovery-image] Aug 01 01:12:06.005 INFO O| Aug 01 01:12:06.005 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76642024-08-01T01:12:06.944Z[ recovery-image] Aug 01 01:12:06.020 INFO O| Aug 01 01:12:06.020 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76652024-08-01T01:12:06.944Z[ recovery-image] Aug 01 01:12:06.020 INFO O| Aug 01 01:12:06.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76662024-08-01T01:12:06.947Z[ recovery-image] Aug 01 01:12:06.020 INFO O| Aug 01 01:12:06.020 INFO ok!
76672024-08-01T01:12:06.947Z[ recovery-image] Aug 01 01:12:06.020 INFO O| Aug 01 01:12:06.020 INFO STEP 19 (ensure_file) COMPLETE
76682024-08-01T01:12:06.947Z[ recovery-image] Aug 01 01:12:06.020 INFO O| Aug 01 01:12:06.020 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76692024-08-01T01:12:06.955Z[ recovery-image] Aug 01 01:12:06.031 INFO O| Aug 01 01:12:06.031 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76702024-08-01T01:12:06.955Z[ recovery-image] Aug 01 01:12:06.031 INFO O| Aug 01 01:12:06.031 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76712024-08-01T01:12:06.958Z[ recovery-image] Aug 01 01:12:06.032 INFO O| Aug 01 01:12:06.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76722024-08-01T01:12:06.958Z[ recovery-image] Aug 01 01:12:06.032 INFO O| Aug 01 01:12:06.032 INFO ok!
76732024-08-01T01:12:06.958Z[ recovery-image] Aug 01 01:12:06.032 INFO O| Aug 01 01:12:06.032 INFO STEP 20 (ensure_symlink) COMPLETE
76742024-08-01T01:12:06.958Z[ recovery-image] Aug 01 01:12:06.032 INFO O| Aug 01 01:12:06.032 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76752024-08-01T01:12:06.966Z[ recovery-image] Aug 01 01:12:06.043 INFO O| Aug 01 01:12:06.043 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76762024-08-01T01:12:06.966Z[ recovery-image] Aug 01 01:12:06.043 INFO O| Aug 01 01:12:06.043 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76772024-08-01T01:12:06.969Z[ recovery-image] Aug 01 01:12:06.043 INFO O| Aug 01 01:12:06.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76782024-08-01T01:12:06.969Z[ recovery-image] Aug 01 01:12:06.043 INFO O| Aug 01 01:12:06.043 INFO ok!
76792024-08-01T01:12:06.969Z[ recovery-image] Aug 01 01:12:06.043 INFO O| Aug 01 01:12:06.043 INFO STEP 21 (ensure_symlink) COMPLETE
76802024-08-01T01:12:06.969Z[ recovery-image] Aug 01 01:12:06.043 INFO O| Aug 01 01:12:06.043 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76812024-08-01T01:12:06.977Z[ recovery-image] Aug 01 01:12:06.054 INFO O| Aug 01 01:12:06.054 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76822024-08-01T01:12:06.977Z[ recovery-image] Aug 01 01:12:06.054 INFO O| Aug 01 01:12:06.054 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76832024-08-01T01:12:06.980Z[ recovery-image] Aug 01 01:12:06.054 INFO O| Aug 01 01:12:06.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76842024-08-01T01:12:06.980Z[ recovery-image] Aug 01 01:12:06.054 INFO O| Aug 01 01:12:06.054 INFO ok!
76852024-08-01T01:12:06.980Z[ recovery-image] Aug 01 01:12:06.054 INFO O| Aug 01 01:12:06.054 INFO STEP 22 (ensure_symlink) COMPLETE
76862024-08-01T01:12:06.980Z[ recovery-image] Aug 01 01:12:06.054 INFO O| Aug 01 01:12:06.054 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76872024-08-01T01:12:06.988Z[ recovery-image] Aug 01 01:12:06.064 INFO O| Aug 01 01:12:06.064 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76882024-08-01T01:12:06.990Z[ recovery-image] Aug 01 01:12:06.065 INFO O| Aug 01 01:12:06.064 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76892024-08-01T01:12:06.990Z[ recovery-image] Aug 01 01:12:06.065 INFO O| Aug 01 01:12:06.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76902024-08-01T01:12:06.990Z[ recovery-image] Aug 01 01:12:06.065 INFO O| Aug 01 01:12:06.065 INFO ok!
76912024-08-01T01:12:06.990Z[ recovery-image] Aug 01 01:12:06.065 INFO O| Aug 01 01:12:06.065 INFO STEP 23 (ensure_symlink) COMPLETE
76922024-08-01T01:12:06.990Z[ recovery-image] Aug 01 01:12:06.065 INFO O| Aug 01 01:12:06.065 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76932024-08-01T01:12:06.998Z[ recovery-image] Aug 01 01:12:06.075 INFO O| Aug 01 01:12:06.075 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76942024-08-01T01:12:06.998Z[ recovery-image] Aug 01 01:12:06.075 INFO O| Aug 01 01:12:06.075 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 ...
76952024-08-01T01:12:07.001Z[ recovery-image] Aug 01 01:12:06.075 INFO O| Aug 01 01:12:06.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76962024-08-01T01:12:07.001Z[ recovery-image] Aug 01 01:12:06.075 INFO O| Aug 01 01:12:06.075 INFO ok!
76972024-08-01T01:12:07.001Z[ recovery-image] Aug 01 01:12:06.075 INFO O| Aug 01 01:12:06.075 INFO STEP 24 (ensure_file) COMPLETE
76982024-08-01T01:12:07.001Z[ recovery-image] Aug 01 01:12:06.075 INFO O| Aug 01 01:12:06.075 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76992024-08-01T01:12:07.009Z[ recovery-image] Aug 01 01:12:06.086 INFO O| Aug 01 01:12:06.086 INFO updating shadow file
77002024-08-01T01:12:07.012Z[ recovery-image] Aug 01 01:12:06.086 INFO O| Aug 01 01:12:06.086 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77012024-08-01T01:12:07.012Z[ recovery-image] Aug 01 01:12:06.086 INFO O| Aug 01 01:12:06.086 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77022024-08-01T01:12:07.012Z[ recovery-image] Aug 01 01:12:06.086 INFO O| Aug 01 01:12:06.086 INFO STEP 25 (shadow) COMPLETE
77032024-08-01T01:12:07.012Z[ recovery-image] Aug 01 01:12:06.086 INFO O| Aug 01 01:12:06.086 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77042024-08-01T01:12:07.020Z[ recovery-image] Aug 01 01:12:06.096 INFO O| Aug 01 01:12:06.096 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
77052024-08-01T01:12:07.020Z[ recovery-image] Aug 01 01:12:06.097 INFO O| Aug 01 01:12:06.096 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
77062024-08-01T01:12:07.022Z[ recovery-image] Aug 01 01:12:06.097 INFO O| Aug 01 01:12:06.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
77072024-08-01T01:12:07.022Z[ recovery-image] Aug 01 01:12:06.097 INFO O| Aug 01 01:12:06.097 INFO ok!
77082024-08-01T01:12:07.022Z[ recovery-image] Aug 01 01:12:06.097 INFO O| Aug 01 01:12:06.097 INFO STEP 26 (ensure_file) COMPLETE
77092024-08-01T01:12:07.022Z[ recovery-image] Aug 01 01:12:06.097 INFO O| Aug 01 01:12:06.097 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77102024-08-01T01:12:07.030Z[ recovery-image] Aug 01 01:12:06.107 INFO O| Aug 01 01:12:06.107 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
77112024-08-01T01:12:07.030Z[ recovery-image] Aug 01 01:12:06.107 INFO O| Aug 01 01:12:06.107 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
77122024-08-01T01:12:07.033Z[ recovery-image] Aug 01 01:12:06.107 INFO O| Aug 01 01:12:06.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
77132024-08-01T01:12:07.033Z[ recovery-image] Aug 01 01:12:06.107 INFO O| Aug 01 01:12:06.107 INFO ok!
77142024-08-01T01:12:07.033Z[ recovery-image] Aug 01 01:12:06.107 INFO O| Aug 01 01:12:06.107 INFO STEP 27 (ensure_file) COMPLETE
77152024-08-01T01:12:07.034Z[ recovery-image] Aug 01 01:12:06.107 INFO O| Aug 01 01:12:06.107 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77162024-08-01T01:12:07.040Z[ recovery-image] Aug 01 01:12:06.117 INFO O| Aug 01 01:12:06.117 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
77172024-08-01T01:12:07.041Z[ recovery-image] Aug 01 01:12:06.117 INFO O| Aug 01 01:12:06.117 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
77182024-08-01T01:12:07.044Z[ recovery-image] Aug 01 01:12:06.117 INFO O| Aug 01 01:12:06.117 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77192024-08-01T01:12:07.044Z[ recovery-image] Aug 01 01:12:06.117 INFO O| Aug 01 01:12:06.117 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77202024-08-01T01:12:07.044Z[ recovery-image] Aug 01 01:12:06.117 INFO O| Aug 01 01:12:06.117 INFO ok!
77212024-08-01T01:12:07.044Z[ recovery-image] Aug 01 01:12:06.117 INFO O| Aug 01 01:12:06.117 INFO STEP 28 (ensure_file) COMPLETE
77222024-08-01T01:12:07.044Z[ recovery-image] Aug 01 01:12:06.117 INFO O| Aug 01 01:12:06.117 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77232024-08-01T01:12:07.052Z[ recovery-image] Aug 01 01:12:06.127 INFO O| Aug 01 01:12:06.127 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77242024-08-01T01:12:07.052Z[ recovery-image] Aug 01 01:12:06.127 INFO O| Aug 01 01:12:06.127 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77252024-08-01T01:12:07.052Z[ recovery-image] Aug 01 01:12:06.127 INFO O| Aug 01 01:12:06.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77262024-08-01T01:12:07.055Z[ recovery-image] Aug 01 01:12:06.127 INFO O| Aug 01 01:12:06.127 INFO ok!
77272024-08-01T01:12:07.055Z[ recovery-image] Aug 01 01:12:06.127 INFO O| Aug 01 01:12:06.127 INFO STEP 29 (ensure_file) COMPLETE
77282024-08-01T01:12:07.055Z[ recovery-image] Aug 01 01:12:06.127 INFO O| Aug 01 01:12:06.127 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77292024-08-01T01:12:07.061Z[ recovery-image] Aug 01 01:12:06.138 INFO O| Aug 01 01:12:06.138 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77302024-08-01T01:12:07.061Z[ recovery-image] Aug 01 01:12:06.138 INFO O| Aug 01 01:12:06.138 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77312024-08-01T01:12:07.066Z[ recovery-image] Aug 01 01:12:06.138 INFO O| Aug 01 01:12:06.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77322024-08-01T01:12:07.066Z[ recovery-image] Aug 01 01:12:06.138 INFO O| Aug 01 01:12:06.138 INFO ok!
77332024-08-01T01:12:07.066Z[ recovery-image] Aug 01 01:12:06.138 INFO O| Aug 01 01:12:06.138 INFO STEP 30 (ensure_file) COMPLETE
77342024-08-01T01:12:07.066Z[ recovery-image] Aug 01 01:12:06.138 INFO O| Aug 01 01:12:06.138 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77352024-08-01T01:12:07.071Z[ recovery-image] Aug 01 01:12:06.148 INFO O| Aug 01 01:12:06.148 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77362024-08-01T01:12:07.072Z[ recovery-image] Aug 01 01:12:06.148 INFO O| Aug 01 01:12:06.148 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77372024-08-01T01:12:07.074Z[ recovery-image] Aug 01 01:12:06.148 INFO O| Aug 01 01:12:06.148 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77382024-08-01T01:12:07.074Z[ recovery-image] Aug 01 01:12:06.148 INFO O| Aug 01 01:12:06.148 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77392024-08-01T01:12:07.074Z[ recovery-image] Aug 01 01:12:06.148 INFO O| Aug 01 01:12:06.148 INFO ok!
77402024-08-01T01:12:07.074Z[ recovery-image] Aug 01 01:12:06.148 INFO O| Aug 01 01:12:06.148 INFO STEP 31 (ensure_file) COMPLETE
77412024-08-01T01:12:07.074Z[ recovery-image] Aug 01 01:12:06.148 INFO O| Aug 01 01:12:06.148 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77422024-08-01T01:12:07.082Z[ recovery-image] Aug 01 01:12:06.158 INFO O| Aug 01 01:12:06.158 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77432024-08-01T01:12:07.082Z[ recovery-image] Aug 01 01:12:06.158 INFO O| Aug 01 01:12:06.158 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77442024-08-01T01:12:07.085Z[ recovery-image] Aug 01 01:12:06.159 INFO O| Aug 01 01:12:06.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77452024-08-01T01:12:07.085Z[ recovery-image] Aug 01 01:12:06.159 INFO O| Aug 01 01:12:06.159 INFO ok!
77462024-08-01T01:12:07.085Z[ recovery-image] Aug 01 01:12:06.159 INFO O| Aug 01 01:12:06.159 INFO STEP 32 (ensure_file) COMPLETE
77472024-08-01T01:12:07.085Z[ recovery-image] Aug 01 01:12:06.159 INFO O| Aug 01 01:12:06.159 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77482024-08-01T01:12:07.092Z[ recovery-image] Aug 01 01:12:06.169 INFO O| Aug 01 01:12:06.168 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77492024-08-01T01:12:07.095Z[ recovery-image] Aug 01 01:12:06.169 INFO O| Aug 01 01:12:06.169 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77502024-08-01T01:12:07.095Z[ recovery-image] Aug 01 01:12:06.169 INFO O| Aug 01 01:12:06.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77512024-08-01T01:12:07.095Z[ recovery-image] Aug 01 01:12:06.169 INFO O| Aug 01 01:12:06.169 INFO ok!
77522024-08-01T01:12:07.095Z[ recovery-image] Aug 01 01:12:06.169 INFO O| Aug 01 01:12:06.169 INFO STEP 33 (ensure_file) COMPLETE
77532024-08-01T01:12:07.095Z[ recovery-image] Aug 01 01:12:06.169 INFO O| Aug 01 01:12:06.169 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77542024-08-01T01:12:07.102Z[ recovery-image] Aug 01 01:12:06.179 INFO O| Aug 01 01:12:06.179 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77552024-08-01T01:12:07.102Z[ recovery-image] Aug 01 01:12:06.179 INFO O| Aug 01 01:12:06.179 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77562024-08-01T01:12:07.105Z[ recovery-image] Aug 01 01:12:06.179 INFO O| Aug 01 01:12:06.179 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77572024-08-01T01:12:07.105Z[ recovery-image] Aug 01 01:12:06.179 INFO O| Aug 01 01:12:06.179 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77582024-08-01T01:12:07.105Z[ recovery-image] Aug 01 01:12:06.179 INFO O| Aug 01 01:12:06.179 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77592024-08-01T01:12:07.105Z[ recovery-image] Aug 01 01:12:06.179 INFO O| Aug 01 01:12:06.179 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77602024-08-01T01:12:07.105Z[ recovery-image] Aug 01 01:12:06.179 INFO O| Aug 01 01:12:06.179 INFO ok!
77612024-08-01T01:12:07.105Z[ recovery-image] Aug 01 01:12:06.179 INFO O| Aug 01 01:12:06.179 INFO STEP 34 (ensure_file) COMPLETE
77622024-08-01T01:12:07.105Z[ recovery-image] Aug 01 01:12:06.179 INFO O| Aug 01 01:12:06.179 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77632024-08-01T01:12:07.116Z[ recovery-image] Aug 01 01:12:06.189 INFO O| Aug 01 01:12:06.189 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77642024-08-01T01:12:07.119Z[ recovery-image] Aug 01 01:12:06.189 INFO O| Aug 01 01:12:06.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77652024-08-01T01:12:07.119Z[ recovery-image] Aug 01 01:12:06.189 INFO O| Aug 01 01:12:06.189 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77662024-08-01T01:12:07.119Z[ recovery-image] Aug 01 01:12:06.189 INFO O| Aug 01 01:12:06.189 INFO STEP 35 (ensure_dir) COMPLETE
77672024-08-01T01:12:07.120Z[ recovery-image] Aug 01 01:12:06.189 INFO O| Aug 01 01:12:06.189 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77682024-08-01T01:12:07.122Z[ recovery-image] Aug 01 01:12:06.199 INFO O| Aug 01 01:12:06.199 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
77692024-08-01T01:12:07.123Z[ recovery-image] Aug 01 01:12:06.199 INFO O| Aug 01 01:12:06.199 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 ...
77702024-08-01T01:12:07.123Z[ recovery-image] Aug 01 01:12:06.199 INFO O| Aug 01 01:12:06.199 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
77712024-08-01T01:12:07.123Z[ recovery-image] Aug 01 01:12:06.199 INFO O| Aug 01 01:12:06.199 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
77722024-08-01T01:12:07.123Z[ recovery-image] Aug 01 01:12:06.199 INFO O| Aug 01 01:12:06.199 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
77732024-08-01T01:12:07.123Z[ recovery-image] Aug 01 01:12:06.199 INFO O| Aug 01 01:12:06.199 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
77742024-08-01T01:12:07.123Z[ recovery-image] Aug 01 01:12:06.199 INFO O| Aug 01 01:12:06.199 INFO ok!
77752024-08-01T01:12:07.127Z[ recovery-image] Aug 01 01:12:06.199 INFO O| Aug 01 01:12:06.199 INFO STEP 36 (ensure_file) COMPLETE
77762024-08-01T01:12:07.127Z[ recovery-image] Aug 01 01:12:06.199 INFO O| Aug 01 01:12:06.199 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77772024-08-01T01:12:07.132Z[ recovery-image] Aug 01 01:12:06.209 INFO O| Aug 01 01:12:06.209 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77782024-08-01T01:12:07.135Z[ recovery-image] Aug 01 01:12:06.209 INFO O| Aug 01 01:12:06.209 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 ...
77792024-08-01T01:12:07.135Z[ recovery-image] Aug 01 01:12:06.209 INFO O| Aug 01 01:12:06.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77802024-08-01T01:12:07.135Z[ recovery-image] Aug 01 01:12:06.209 INFO O| Aug 01 01:12:06.209 INFO ok!
77812024-08-01T01:12:07.135Z[ recovery-image] Aug 01 01:12:06.209 INFO O| Aug 01 01:12:06.209 INFO STEP 37 (ensure_symlink) COMPLETE
77822024-08-01T01:12:07.135Z[ recovery-image] Aug 01 01:12:06.209 INFO O| Aug 01 01:12:06.209 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77832024-08-01T01:12:07.146Z[ recovery-image] Aug 01 01:12:06.223 INFO O| Aug 01 01:12:06.223 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77842024-08-01T01:12:07.149Z[ recovery-image] Aug 01 01:12:06.223 INFO O| Aug 01 01:12:06.223 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77852024-08-01T01:12:07.149Z[ recovery-image] Aug 01 01:12:06.223 INFO O| Aug 01 01:12:06.223 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77862024-08-01T01:12:07.149Z[ recovery-image] Aug 01 01:12:06.223 INFO O| Aug 01 01:12:06.223 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77872024-08-01T01:12:07.149Z[ recovery-image] Aug 01 01:12:06.223 INFO O| Aug 01 01:12:06.223 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77882024-08-01T01:12:07.150Z[ recovery-image] Aug 01 01:12:06.223 INFO O| Aug 01 01:12:06.223 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77892024-08-01T01:12:07.150Z[ recovery-image] Aug 01 01:12:06.223 INFO O| Aug 01 01:12:06.223 INFO ok!
77902024-08-01T01:12:07.150Z[ recovery-image] Aug 01 01:12:06.223 INFO O| Aug 01 01:12:06.223 INFO STEP 38 (ensure_file) COMPLETE
77912024-08-01T01:12:07.150Z[ recovery-image] Aug 01 01:12:06.223 INFO O| Aug 01 01:12:06.223 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77922024-08-01T01:12:07.157Z[ recovery-image] Aug 01 01:12:06.233 INFO O| Aug 01 01:12:06.233 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77932024-08-01T01:12:07.157Z[ recovery-image] Aug 01 01:12:06.233 INFO O| Aug 01 01:12:06.233 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 ...
77942024-08-01T01:12:07.160Z[ recovery-image] Aug 01 01:12:06.234 INFO O| Aug 01 01:12:06.233 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
77952024-08-01T01:12:07.160Z[ recovery-image] Aug 01 01:12:06.234 INFO O| Aug 01 01:12:06.234 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77962024-08-01T01:12:07.160Z[ recovery-image] Aug 01 01:12:06.234 INFO O| Aug 01 01:12:06.234 INFO ok!
77972024-08-01T01:12:07.160Z[ recovery-image] Aug 01 01:12:06.234 INFO O| Aug 01 01:12:06.234 INFO STEP 39 (ensure_file) COMPLETE
77982024-08-01T01:12:07.160Z[ recovery-image] Aug 01 01:12:06.234 INFO O| Aug 01 01:12:06.234 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77992024-08-01T01:12:07.167Z[ recovery-image] Aug 01 01:12:06.244 INFO O| Aug 01 01:12:06.244 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
78002024-08-01T01:12:07.167Z[ recovery-image] Aug 01 01:12:06.244 INFO O| Aug 01 01:12:06.244 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
78012024-08-01T01:12:07.167Z[ recovery-image] Aug 01 01:12:06.244 INFO O| Aug 01 01:12:06.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
78022024-08-01T01:12:07.170Z[ recovery-image] Aug 01 01:12:06.244 INFO O| Aug 01 01:12:06.244 INFO ok!
78032024-08-01T01:12:07.170Z[ recovery-image] Aug 01 01:12:06.244 INFO O| Aug 01 01:12:06.244 INFO STEP 40 (ensure_file) COMPLETE
78042024-08-01T01:12:07.170Z[ recovery-image] Aug 01 01:12:06.244 INFO O| Aug 01 01:12:06.244 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78052024-08-01T01:12:07.177Z[ recovery-image] Aug 01 01:12:06.254 INFO O| Aug 01 01:12:06.254 INFO updating shadow file
78062024-08-01T01:12:07.180Z[ recovery-image] Aug 01 01:12:06.254 INFO O| Aug 01 01:12:06.254 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78072024-08-01T01:12:07.180Z[ recovery-image] Aug 01 01:12:06.254 INFO O| Aug 01 01:12:06.254 INFO STEP 41 (shadow) COMPLETE
78082024-08-01T01:12:07.180Z[ recovery-image] Aug 01 01:12:06.254 INFO O| Aug 01 01:12:06.254 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78092024-08-01T01:12:07.187Z[ recovery-image] Aug 01 01:12:06.264 INFO O| Aug 01 01:12:06.264 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
78102024-08-01T01:12:07.187Z[ recovery-image] Aug 01 01:12:06.264 INFO O| Aug 01 01:12:06.264 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
78112024-08-01T01:12:07.190Z[ recovery-image] Aug 01 01:12:06.264 INFO O| Aug 01 01:12:06.264 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78122024-08-01T01:12:07.190Z[ recovery-image] Aug 01 01:12:06.264 INFO O| Aug 01 01:12:06.264 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78132024-08-01T01:12:07.191Z[ recovery-image] Aug 01 01:12:06.264 INFO O| Aug 01 01:12:06.264 INFO ok!
78142024-08-01T01:12:07.191Z[ recovery-image] Aug 01 01:12:06.264 INFO O| Aug 01 01:12:06.264 INFO STEP 42 (ensure_file) COMPLETE
78152024-08-01T01:12:07.191Z[ recovery-image] Aug 01 01:12:06.264 INFO O| Aug 01 01:12:06.264 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78162024-08-01T01:12:07.198Z[ recovery-image] Aug 01 01:12:06.274 INFO O| Aug 01 01:12:06.274 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
78172024-08-01T01:12:07.201Z[ recovery-image] Aug 01 01:12:06.274 INFO O| Aug 01 01:12:06.274 INFO STEP 43 (ensure_dir) COMPLETE
78182024-08-01T01:12:07.201Z[ recovery-image] Aug 01 01:12:06.274 INFO O| Aug 01 01:12:06.274 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78192024-08-01T01:12:07.207Z[ recovery-image] Aug 01 01:12:06.284 INFO O| Aug 01 01:12:06.284 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78202024-08-01T01:12:07.207Z[ recovery-image] Aug 01 01:12:06.284 INFO O| Aug 01 01:12:06.284 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78212024-08-01T01:12:07.207Z[ recovery-image] Aug 01 01:12:06.284 INFO O| Aug 01 01:12:06.284 INFO STEP 44 (ensure_dir) COMPLETE
78222024-08-01T01:12:07.210Z[ recovery-image] Aug 01 01:12:06.284 INFO O| Aug 01 01:12:06.284 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78232024-08-01T01:12:07.217Z[ recovery-image] Aug 01 01:12:06.294 INFO O| Aug 01 01:12:06.294 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78242024-08-01T01:12:07.219Z[ recovery-image] Aug 01 01:12:06.294 INFO O| Aug 01 01:12:06.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78252024-08-01T01:12:07.219Z[ recovery-image] Aug 01 01:12:06.294 INFO O| Aug 01 01:12:06.294 INFO STEP 45 (ensure_dir) COMPLETE
78262024-08-01T01:12:07.219Z[ recovery-image] Aug 01 01:12:06.294 INFO O| Aug 01 01:12:06.294 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78272024-08-01T01:12:07.227Z[ recovery-image] Aug 01 01:12:06.304 INFO O| Aug 01 01:12:06.304 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78282024-08-01T01:12:07.227Z[ recovery-image] Aug 01 01:12:06.304 INFO O| Aug 01 01:12:06.304 INFO copying /tmp/.tmp3y6chY/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78292024-08-01T01:12:07.269Z[ recovery-image] Aug 01 01:12:06.346 INFO O| Aug 01 01:12:06.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78302024-08-01T01:12:07.269Z[ recovery-image] Aug 01 01:12:06.346 INFO O| Aug 01 01:12:06.346 INFO ok!
78312024-08-01T01:12:07.269Z[ recovery-image] Aug 01 01:12:06.346 INFO O| Aug 01 01:12:06.346 INFO STEP 46 (ensure_file) COMPLETE
78322024-08-01T01:12:07.272Z[ recovery-image] Aug 01 01:12:06.346 INFO O| Aug 01 01:12:06.346 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78332024-08-01T01:12:07.280Z[ recovery-image] Aug 01 01:12:06.357 INFO O| Aug 01 01:12:06.357 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78342024-08-01T01:12:07.280Z[ recovery-image] Aug 01 01:12:06.357 INFO O| Aug 01 01:12:06.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78352024-08-01T01:12:07.280Z[ recovery-image] Aug 01 01:12:06.357 INFO O| Aug 01 01:12:06.357 INFO STEP 47 (ensure_dir) COMPLETE
78362024-08-01T01:12:07.281Z[ recovery-image] Aug 01 01:12:06.357 INFO O| Aug 01 01:12:06.357 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78372024-08-01T01:12:07.291Z[ recovery-image] Aug 01 01:12:06.368 INFO O| Aug 01 01:12:06.368 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78382024-08-01T01:12:07.291Z[ recovery-image] Aug 01 01:12:06.368 INFO O| Aug 01 01:12:06.368 INFO copying /tmp/.tmp3y6chY/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78392024-08-01T01:12:07.294Z[ recovery-image] Aug 01 01:12:06.368 INFO O| Aug 01 01:12:06.368 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78402024-08-01T01:12:07.294Z[ recovery-image] Aug 01 01:12:06.368 INFO O| Aug 01 01:12:06.368 INFO ok!
78412024-08-01T01:12:07.294Z[ recovery-image] Aug 01 01:12:06.368 INFO O| Aug 01 01:12:06.368 INFO STEP 48 (ensure_file) COMPLETE
78422024-08-01T01:12:07.294Z[ recovery-image] Aug 01 01:12:06.368 INFO O| Aug 01 01:12:06.368 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78432024-08-01T01:12:07.306Z[ recovery-image] Aug 01 01:12:06.383 INFO O| Aug 01 01:12:06.381 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78442024-08-01T01:12:07.306Z[ recovery-image] Aug 01 01:12:06.383 INFO O| Aug 01 01:12:06.381 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78452024-08-01T01:12:07.306Z[ recovery-image] Aug 01 01:12:06.383 INFO O| Aug 01 01:12:06.381 INFO STEP 49 (ensure_dir) COMPLETE
78462024-08-01T01:12:07.306Z[ recovery-image] Aug 01 01:12:06.383 INFO O| Aug 01 01:12:06.381 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78472024-08-01T01:12:07.335Z[ recovery-image] Aug 01 01:12:06.407 INFO O| Aug 01 01:12:06.406 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78482024-08-01T01:12:07.340Z[ recovery-image] Aug 01 01:12:06.407 INFO O| Aug 01 01:12:06.406 INFO copying /tmp/.tmp3y6chY/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78492024-08-01T01:12:07.363Z[ recovery-image] Aug 01 01:12:06.435 INFO O| Aug 01 01:12:06.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78502024-08-01T01:12:07.363Z[ recovery-image] Aug 01 01:12:06.435 INFO O| Aug 01 01:12:06.435 INFO ok!
78512024-08-01T01:12:07.363Z[ recovery-image] Aug 01 01:12:06.435 INFO O| Aug 01 01:12:06.435 INFO STEP 50 (ensure_file) COMPLETE
78522024-08-01T01:12:07.363Z[ recovery-image] Aug 01 01:12:06.435 INFO O| Aug 01 01:12:06.435 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78532024-08-01T01:12:07.384Z[ recovery-image] Aug 01 01:12:06.455 INFO O| Aug 01 01:12:06.455 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78542024-08-01T01:12:07.414Z[ recovery-image] Aug 01 01:12:06.456 INFO O| Aug 01 01:12:06.455 INFO copying /tmp/.tmp3y6chY/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78552024-08-01T01:12:07.916Z[ recovery-image] Aug 01 01:12:06.992 INFO O| Aug 01 01:12:06.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78562024-08-01T01:12:07.916Z[ recovery-image] Aug 01 01:12:06.992 INFO O| Aug 01 01:12:06.992 INFO ok!
78572024-08-01T01:12:07.918Z[ recovery-image] Aug 01 01:12:06.992 INFO O| Aug 01 01:12:06.992 INFO STEP 51 (ensure_file) COMPLETE
78582024-08-01T01:12:07.918Z[ recovery-image] Aug 01 01:12:06.992 INFO O| Aug 01 01:12:06.992 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78592024-08-01T01:12:07.927Z[ recovery-image] Aug 01 01:12:07.004 INFO O| Aug 01 01:12:07.004 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78602024-08-01T01:12:07.927Z[ recovery-image] Aug 01 01:12:07.004 INFO O| Aug 01 01:12:07.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78612024-08-01T01:12:07.927Z[ recovery-image] Aug 01 01:12:07.004 INFO O| Aug 01 01:12:07.004 INFO STEP 52 (ensure_dir) COMPLETE
78622024-08-01T01:12:07.930Z[ recovery-image] Aug 01 01:12:07.004 INFO O| Aug 01 01:12:07.004 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78632024-08-01T01:12:07.937Z[ recovery-image] Aug 01 01:12:07.014 INFO O| Aug 01 01:12:07.014 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78642024-08-01T01:12:07.937Z[ recovery-image] Aug 01 01:12:07.014 INFO O| Aug 01 01:12:07.014 INFO copying /tmp/.tmp3y6chY/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 ...
78652024-08-01T01:12:07.940Z[ recovery-image] Aug 01 01:12:07.014 INFO O| Aug 01 01:12:07.014 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
78662024-08-01T01:12:07.940Z[ recovery-image] Aug 01 01:12:07.014 INFO O| Aug 01 01:12:07.014 INFO ok!
78672024-08-01T01:12:07.940Z[ recovery-image] Aug 01 01:12:07.014 INFO O| Aug 01 01:12:07.014 INFO STEP 53 (ensure_file) COMPLETE
78682024-08-01T01:12:07.941Z[ recovery-image] Aug 01 01:12:07.014 INFO O| Aug 01 01:12:07.014 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78692024-08-01T01:12:07.948Z[ recovery-image] Aug 01 01:12:07.025 INFO O| Aug 01 01:12:07.025 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78702024-08-01T01:12:07.948Z[ recovery-image] Aug 01 01:12:07.025 INFO O| Aug 01 01:12:07.025 INFO copying /tmp/.tmp3y6chY/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 ...
78712024-08-01T01:12:07.948Z[ recovery-image] Aug 01 01:12:07.025 INFO O| Aug 01 01:12:07.025 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
78722024-08-01T01:12:07.951Z[ recovery-image] Aug 01 01:12:07.025 INFO O| Aug 01 01:12:07.025 INFO ok!
78732024-08-01T01:12:07.951Z[ recovery-image] Aug 01 01:12:07.025 INFO O| Aug 01 01:12:07.025 INFO STEP 54 (ensure_file) COMPLETE
78742024-08-01T01:12:07.951Z[ recovery-image] Aug 01 01:12:07.025 INFO O| Aug 01 01:12:07.025 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78752024-08-01T01:12:07.958Z[ recovery-image] Aug 01 01:12:07.035 INFO O| Aug 01 01:12:07.035 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78762024-08-01T01:12:07.958Z[ recovery-image] Aug 01 01:12:07.035 INFO O| Aug 01 01:12:07.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78772024-08-01T01:12:07.961Z[ recovery-image] Aug 01 01:12:07.035 INFO O| Aug 01 01:12:07.035 INFO STEP 55 (ensure_dir) COMPLETE
78782024-08-01T01:12:07.961Z[ recovery-image] Aug 01 01:12:07.035 INFO O| Aug 01 01:12:07.035 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78792024-08-01T01:12:07.969Z[ recovery-image] Aug 01 01:12:07.046 INFO O| Aug 01 01:12:07.046 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78802024-08-01T01:12:07.969Z[ recovery-image] Aug 01 01:12:07.046 INFO O| Aug 01 01:12:07.046 INFO copying /tmp/.tmp3y6chY/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 ...
78812024-08-01T01:12:07.969Z[ recovery-image] Aug 01 01:12:07.046 INFO O| Aug 01 01:12:07.046 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78822024-08-01T01:12:07.969Z[ recovery-image] Aug 01 01:12:07.046 INFO O| Aug 01 01:12:07.046 INFO ok!
78832024-08-01T01:12:07.972Z[ recovery-image] Aug 01 01:12:07.046 INFO O| Aug 01 01:12:07.046 INFO STEP 56 (ensure_file) COMPLETE
78842024-08-01T01:12:07.972Z[ recovery-image] Aug 01 01:12:07.046 INFO O| Aug 01 01:12:07.046 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78852024-08-01T01:12:07.980Z[ recovery-image] Aug 01 01:12:07.057 INFO O| Aug 01 01:12:07.057 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78862024-08-01T01:12:07.980Z[ recovery-image] Aug 01 01:12:07.057 INFO O| Aug 01 01:12:07.057 INFO copying /tmp/.tmp3y6chY/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 ...
78872024-08-01T01:12:07.983Z[ recovery-image] Aug 01 01:12:07.057 INFO O| Aug 01 01:12:07.057 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
78882024-08-01T01:12:07.983Z[ recovery-image] Aug 01 01:12:07.057 INFO O| Aug 01 01:12:07.057 INFO ok!
78892024-08-01T01:12:07.983Z[ recovery-image] Aug 01 01:12:07.057 INFO O| Aug 01 01:12:07.057 INFO STEP 57 (ensure_file) COMPLETE
78902024-08-01T01:12:07.983Z[ recovery-image] Aug 01 01:12:07.057 INFO O| Aug 01 01:12:07.057 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78912024-08-01T01:12:07.992Z[ recovery-image] Aug 01 01:12:07.068 INFO O| Aug 01 01:12:07.068 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78922024-08-01T01:12:07.992Z[ recovery-image] Aug 01 01:12:07.068 INFO O| Aug 01 01:12:07.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78932024-08-01T01:12:07.995Z[ recovery-image] Aug 01 01:12:07.068 INFO O| Aug 01 01:12:07.068 INFO STEP 58 (ensure_dir) COMPLETE
78942024-08-01T01:12:07.995Z[ recovery-image] Aug 01 01:12:07.069 INFO O| Aug 01 01:12:07.068 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78952024-08-01T01:12:08.003Z[ recovery-image] Aug 01 01:12:07.080 INFO O| Aug 01 01:12:07.080 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78962024-08-01T01:12:08.006Z[ recovery-image] Aug 01 01:12:07.080 INFO O| Aug 01 01:12:07.080 INFO copying /tmp/.tmp3y6chY/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 ...
78972024-08-01T01:12:08.006Z[ recovery-image] Aug 01 01:12:07.080 INFO O| Aug 01 01:12:07.080 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78982024-08-01T01:12:08.006Z[ recovery-image] Aug 01 01:12:07.080 INFO O| Aug 01 01:12:07.080 INFO ok!
78992024-08-01T01:12:08.006Z[ recovery-image] Aug 01 01:12:07.080 INFO O| Aug 01 01:12:07.080 INFO STEP 59 (ensure_file) COMPLETE
79002024-08-01T01:12:08.006Z[ recovery-image] Aug 01 01:12:07.080 INFO O| Aug 01 01:12:07.080 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79012024-08-01T01:12:08.014Z[ recovery-image] Aug 01 01:12:07.091 INFO O| Aug 01 01:12:07.091 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
79022024-08-01T01:12:08.014Z[ recovery-image] Aug 01 01:12:07.091 INFO O| Aug 01 01:12:07.091 INFO copying /tmp/.tmp3y6chY/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
79032024-08-01T01:12:08.014Z[ recovery-image] Aug 01 01:12:07.091 INFO O| Aug 01 01:12:07.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
79042024-08-01T01:12:08.017Z[ recovery-image] Aug 01 01:12:07.091 INFO O| Aug 01 01:12:07.091 INFO ok!
79052024-08-01T01:12:08.017Z[ recovery-image] Aug 01 01:12:07.091 INFO O| Aug 01 01:12:07.091 INFO STEP 60 (ensure_file) COMPLETE
79062024-08-01T01:12:08.017Z[ recovery-image] Aug 01 01:12:07.091 INFO O| Aug 01 01:12:07.091 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79072024-08-01T01:12:08.024Z[ recovery-image] Aug 01 01:12:07.101 INFO O| Aug 01 01:12:07.101 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
79082024-08-01T01:12:08.024Z[ recovery-image] Aug 01 01:12:07.101 INFO O| Aug 01 01:12:07.101 INFO STEP 61 (ensure_dir) COMPLETE
79092024-08-01T01:12:08.027Z[ recovery-image] Aug 01 01:12:07.101 INFO O| Aug 01 01:12:07.101 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79102024-08-01T01:12:08.034Z[ recovery-image] Aug 01 01:12:07.111 INFO O| Aug 01 01:12:07.111 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
79112024-08-01T01:12:08.034Z[ recovery-image] Aug 01 01:12:07.111 INFO O| Aug 01 01:12:07.111 INFO STEP 62 (ensure_dir) COMPLETE
79122024-08-01T01:12:08.037Z[ recovery-image] Aug 01 01:12:07.111 INFO O| Aug 01 01:12:07.111 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79132024-08-01T01:12:08.044Z[ recovery-image] Aug 01 01:12:07.121 INFO O| Aug 01 01:12:07.121 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
79142024-08-01T01:12:08.047Z[ recovery-image] Aug 01 01:12:07.121 INFO O| Aug 01 01:12:07.121 INFO STEP 63 (ensure_dir) COMPLETE
79152024-08-01T01:12:08.047Z[ recovery-image] Aug 01 01:12:07.121 INFO O| Aug 01 01:12:07.121 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79162024-08-01T01:12:08.054Z[ recovery-image] Aug 01 01:12:07.131 INFO O| Aug 01 01:12:07.130 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
79172024-08-01T01:12:08.054Z[ recovery-image] Aug 01 01:12:07.131 INFO O| Aug 01 01:12:07.131 INFO STEP 64 (ensure_dir) COMPLETE
79182024-08-01T01:12:08.057Z[ recovery-image] Aug 01 01:12:07.131 INFO O| Aug 01 01:12:07.131 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79192024-08-01T01:12:08.064Z[ recovery-image] Aug 01 01:12:07.141 INFO O| Aug 01 01:12:07.140 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
79202024-08-01T01:12:08.074Z[ recovery-image] Aug 01 01:12:07.141 INFO O| Aug 01 01:12:07.140 INFO copying /tmp/.tmp3y6chY/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79212024-08-01T01:12:08.074Z[ recovery-image] Aug 01 01:12:07.141 INFO O| Aug 01 01:12:07.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79222024-08-01T01:12:08.075Z[ recovery-image] Aug 01 01:12:07.141 INFO O| Aug 01 01:12:07.141 INFO ok!
79232024-08-01T01:12:08.075Z[ recovery-image] Aug 01 01:12:07.141 INFO O| Aug 01 01:12:07.141 INFO STEP 65 (ensure_file) COMPLETE
79242024-08-01T01:12:08.075Z[ recovery-image] Aug 01 01:12:07.141 INFO O| Aug 01 01:12:07.141 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79252024-08-01T01:12:08.075Z[ recovery-image] Aug 01 01:12:07.151 INFO O| Aug 01 01:12:07.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79262024-08-01T01:12:08.075Z[ recovery-image] Aug 01 01:12:07.151 INFO O| Aug 01 01:12:07.151 INFO STEP 66 (remove_files) COMPLETE
79272024-08-01T01:12:08.075Z[ recovery-image] Aug 01 01:12:07.151 INFO O| Aug 01 01:12:07.151 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79282024-08-01T01:12:08.084Z[ recovery-image] Aug 01 01:12:07.161 INFO O| Aug 01 01:12:07.161 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79292024-08-01T01:12:08.087Z[ recovery-image] Aug 01 01:12:07.161 INFO O| Aug 01 01:12:07.161 INFO STEP 67 (remove_files) COMPLETE
79302024-08-01T01:12:08.087Z[ recovery-image] Aug 01 01:12:07.161 INFO O| Aug 01 01:12:07.161 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79312024-08-01T01:12:08.094Z[ recovery-image] Aug 01 01:12:07.171 INFO O| Aug 01 01:12:07.171 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79322024-08-01T01:12:08.097Z[ recovery-image] Aug 01 01:12:07.171 INFO O| Aug 01 01:12:07.171 INFO STEP 68 (remove_files) COMPLETE
79332024-08-01T01:12:08.097Z[ recovery-image] Aug 01 01:12:07.171 INFO O| Aug 01 01:12:07.171 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79342024-08-01T01:12:08.104Z[ recovery-image] Aug 01 01:12:07.181 INFO O| Aug 01 01:12:07.181 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79352024-08-01T01:12:08.106Z[ recovery-image] Aug 01 01:12:07.181 INFO O| Aug 01 01:12:07.181 INFO STEP 69 (remove_files) COMPLETE
79362024-08-01T01:12:08.106Z[ recovery-image] Aug 01 01:12:07.181 INFO O| Aug 01 01:12:07.181 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79372024-08-01T01:12:08.113Z[ recovery-image] Aug 01 01:12:07.190 INFO O| Aug 01 01:12:07.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79382024-08-01T01:12:08.116Z[ recovery-image] Aug 01 01:12:07.190 INFO O| Aug 01 01:12:07.190 INFO STEP 70 (remove_files) COMPLETE
79392024-08-01T01:12:08.116Z[ recovery-image] Aug 01 01:12:07.191 INFO O| Aug 01 01:12:07.190 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79402024-08-01T01:12:08.123Z[ recovery-image] Aug 01 01:12:07.200 INFO O| Aug 01 01:12:07.200 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79412024-08-01T01:12:08.126Z[ recovery-image] Aug 01 01:12:07.200 INFO O| Aug 01 01:12:07.200 INFO STEP 71 (remove_files) COMPLETE
79422024-08-01T01:12:08.126Z[ recovery-image] Aug 01 01:12:07.200 INFO O| Aug 01 01:12:07.200 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79432024-08-01T01:12:08.133Z[ recovery-image] Aug 01 01:12:07.210 INFO O| Aug 01 01:12:07.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79442024-08-01T01:12:08.133Z[ recovery-image] Aug 01 01:12:07.210 INFO O| Aug 01 01:12:07.210 INFO STEP 72 (remove_files) COMPLETE
79452024-08-01T01:12:08.136Z[ recovery-image] Aug 01 01:12:07.211 INFO O| Aug 01 01:12:07.210 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79462024-08-01T01:12:08.144Z[ recovery-image] Aug 01 01:12:07.221 INFO O| Aug 01 01:12:07.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79472024-08-01T01:12:08.147Z[ recovery-image] Aug 01 01:12:07.221 INFO O| Aug 01 01:12:07.221 INFO STEP 73 (remove_files) COMPLETE
79482024-08-01T01:12:08.147Z[ recovery-image] Aug 01 01:12:07.221 INFO O| Aug 01 01:12:07.221 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79492024-08-01T01:12:08.154Z[ recovery-image] Aug 01 01:12:07.231 INFO O| Aug 01 01:12:07.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79502024-08-01T01:12:08.157Z[ recovery-image] Aug 01 01:12:07.231 INFO O| Aug 01 01:12:07.231 INFO STEP 74 (remove_files) COMPLETE
79512024-08-01T01:12:08.157Z[ recovery-image] Aug 01 01:12:07.231 INFO O| Aug 01 01:12:07.231 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79522024-08-01T01:12:08.164Z[ recovery-image] Aug 01 01:12:07.241 INFO O| Aug 01 01:12:07.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79532024-08-01T01:12:08.164Z[ recovery-image] Aug 01 01:12:07.241 INFO O| Aug 01 01:12:07.241 INFO STEP 75 (remove_files) COMPLETE
79542024-08-01T01:12:08.167Z[ recovery-image] Aug 01 01:12:07.241 INFO O| Aug 01 01:12:07.241 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79552024-08-01T01:12:08.174Z[ recovery-image] Aug 01 01:12:07.251 INFO O| Aug 01 01:12:07.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79562024-08-01T01:12:08.177Z[ recovery-image] Aug 01 01:12:07.251 INFO O| Aug 01 01:12:07.251 INFO STEP 76 (remove_files) COMPLETE
79572024-08-01T01:12:08.177Z[ recovery-image] Aug 01 01:12:07.251 INFO O| Aug 01 01:12:07.251 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79582024-08-01T01:12:08.184Z[ recovery-image] Aug 01 01:12:07.261 INFO O| Aug 01 01:12:07.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79592024-08-01T01:12:08.184Z[ recovery-image] Aug 01 01:12:07.261 INFO O| Aug 01 01:12:07.261 INFO STEP 77 (remove_files) COMPLETE
79602024-08-01T01:12:08.187Z[ recovery-image] Aug 01 01:12:07.261 INFO O| Aug 01 01:12:07.261 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79612024-08-01T01:12:08.194Z[ recovery-image] Aug 01 01:12:07.271 INFO O| Aug 01 01:12:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79622024-08-01T01:12:08.194Z[ recovery-image] Aug 01 01:12:07.271 INFO O| Aug 01 01:12:07.271 INFO STEP 78 (remove_files) COMPLETE
79632024-08-01T01:12:08.197Z[ recovery-image] Aug 01 01:12:07.271 INFO O| Aug 01 01:12:07.271 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79642024-08-01T01:12:08.204Z[ recovery-image] Aug 01 01:12:07.281 INFO O| Aug 01 01:12:07.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79652024-08-01T01:12:08.207Z[ recovery-image] Aug 01 01:12:07.281 INFO O| Aug 01 01:12:07.281 INFO STEP 79 (remove_files) COMPLETE
79662024-08-01T01:12:08.207Z[ recovery-image] Aug 01 01:12:07.281 INFO O| Aug 01 01:12:07.281 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79672024-08-01T01:12:08.214Z[ recovery-image] Aug 01 01:12:07.290 INFO O| Aug 01 01:12:07.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79682024-08-01T01:12:08.214Z[ recovery-image] Aug 01 01:12:07.291 INFO O| Aug 01 01:12:07.291 INFO STEP 80 (remove_files) COMPLETE
79692024-08-01T01:12:08.216Z[ recovery-image] Aug 01 01:12:07.291 INFO O| Aug 01 01:12:07.291 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79702024-08-01T01:12:08.224Z[ recovery-image] Aug 01 01:12:07.300 INFO O| Aug 01 01:12:07.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79712024-08-01T01:12:08.224Z[ recovery-image] Aug 01 01:12:07.301 INFO O| Aug 01 01:12:07.301 INFO STEP 81 (remove_files) COMPLETE
79722024-08-01T01:12:08.227Z[ recovery-image] Aug 01 01:12:07.301 INFO O| Aug 01 01:12:07.301 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79732024-08-01T01:12:08.234Z[ recovery-image] Aug 01 01:12:07.311 INFO O| Aug 01 01:12:07.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79742024-08-01T01:12:08.234Z[ recovery-image] Aug 01 01:12:07.311 INFO O| Aug 01 01:12:07.311 INFO STEP 82 (remove_files) COMPLETE
79752024-08-01T01:12:08.237Z[ recovery-image] Aug 01 01:12:07.311 INFO O| Aug 01 01:12:07.311 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79762024-08-01T01:12:08.244Z[ recovery-image] Aug 01 01:12:07.321 INFO O| Aug 01 01:12:07.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79772024-08-01T01:12:08.244Z[ recovery-image] Aug 01 01:12:07.321 INFO O| Aug 01 01:12:07.321 INFO STEP 83 (remove_files) COMPLETE
79782024-08-01T01:12:08.247Z[ recovery-image] Aug 01 01:12:07.321 INFO O| Aug 01 01:12:07.321 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79792024-08-01T01:12:08.255Z[ recovery-image] Aug 01 01:12:07.331 INFO O| Aug 01 01:12:07.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79802024-08-01T01:12:08.255Z[ recovery-image] Aug 01 01:12:07.331 INFO O| Aug 01 01:12:07.331 INFO STEP 84 (remove_files) COMPLETE
79812024-08-01T01:12:08.257Z[ recovery-image] Aug 01 01:12:07.331 INFO O| Aug 01 01:12:07.331 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79822024-08-01T01:12:08.264Z[ recovery-image] Aug 01 01:12:07.341 INFO O| Aug 01 01:12:07.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79832024-08-01T01:12:08.264Z[ recovery-image] Aug 01 01:12:07.341 INFO O| Aug 01 01:12:07.341 INFO STEP 85 (remove_files) COMPLETE
79842024-08-01T01:12:08.264Z[ recovery-image] Aug 01 01:12:07.341 INFO O| Aug 01 01:12:07.341 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79852024-08-01T01:12:08.275Z[ recovery-image] Aug 01 01:12:07.352 INFO O| Aug 01 01:12:07.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79862024-08-01T01:12:08.278Z[ recovery-image] Aug 01 01:12:07.352 INFO O| Aug 01 01:12:07.352 INFO STEP 86 (remove_files) COMPLETE
79872024-08-01T01:12:08.278Z[ recovery-image] Aug 01 01:12:07.352 INFO O| Aug 01 01:12:07.352 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79882024-08-01T01:12:08.285Z[ recovery-image] Aug 01 01:12:07.361 INFO O| Aug 01 01:12:07.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79892024-08-01T01:12:08.285Z[ recovery-image] Aug 01 01:12:07.362 INFO O| Aug 01 01:12:07.362 INFO STEP 87 (remove_files) COMPLETE
79902024-08-01T01:12:08.285Z[ recovery-image] Aug 01 01:12:07.362 INFO O| Aug 01 01:12:07.362 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79912024-08-01T01:12:08.294Z[ recovery-image] Aug 01 01:12:07.371 INFO O| Aug 01 01:12:07.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79922024-08-01T01:12:08.297Z[ recovery-image] Aug 01 01:12:07.371 INFO O| Aug 01 01:12:07.371 INFO STEP 88 (remove_files) COMPLETE
79932024-08-01T01:12:08.297Z[ recovery-image] Aug 01 01:12:07.371 INFO O| Aug 01 01:12:07.371 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79942024-08-01T01:12:08.304Z[ recovery-image] Aug 01 01:12:07.381 INFO O| Aug 01 01:12:07.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79952024-08-01T01:12:08.307Z[ recovery-image] Aug 01 01:12:07.381 INFO O| Aug 01 01:12:07.381 INFO STEP 89 (remove_files) COMPLETE
79962024-08-01T01:12:08.307Z[ recovery-image] Aug 01 01:12:07.381 INFO O| Aug 01 01:12:07.381 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79972024-08-01T01:12:08.314Z[ recovery-image] Aug 01 01:12:07.391 INFO O| Aug 01 01:12:07.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79982024-08-01T01:12:08.314Z[ recovery-image] Aug 01 01:12:07.391 INFO O| Aug 01 01:12:07.391 INFO STEP 90 (remove_files) COMPLETE
79992024-08-01T01:12:08.317Z[ recovery-image] Aug 01 01:12:07.391 INFO O| Aug 01 01:12:07.391 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80002024-08-01T01:12:08.324Z[ recovery-image] Aug 01 01:12:07.401 INFO O| Aug 01 01:12:07.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
80012024-08-01T01:12:08.327Z[ recovery-image] Aug 01 01:12:07.401 INFO O| Aug 01 01:12:07.401 INFO STEP 91 (remove_files) COMPLETE
80022024-08-01T01:12:08.327Z[ recovery-image] Aug 01 01:12:07.401 INFO O| Aug 01 01:12:07.401 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80032024-08-01T01:12:08.335Z[ recovery-image] Aug 01 01:12:07.412 INFO O| Aug 01 01:12:07.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
80042024-08-01T01:12:08.335Z[ recovery-image] Aug 01 01:12:07.412 INFO O| Aug 01 01:12:07.412 INFO STEP 92 (remove_files) COMPLETE
80052024-08-01T01:12:08.338Z[ recovery-image] Aug 01 01:12:07.412 INFO O| Aug 01 01:12:07.412 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80062024-08-01T01:12:08.346Z[ recovery-image] Aug 01 01:12:07.423 INFO O| Aug 01 01:12:07.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
80072024-08-01T01:12:08.346Z[ recovery-image] Aug 01 01:12:07.423 INFO O| Aug 01 01:12:07.423 INFO STEP 93 (remove_files) COMPLETE
80082024-08-01T01:12:08.349Z[ recovery-image] Aug 01 01:12:07.423 INFO O| Aug 01 01:12:07.423 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80092024-08-01T01:12:08.357Z[ recovery-image] Aug 01 01:12:07.434 INFO O| Aug 01 01:12:07.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
80102024-08-01T01:12:08.357Z[ recovery-image] Aug 01 01:12:07.434 INFO O| Aug 01 01:12:07.434 INFO STEP 94 (remove_files) COMPLETE
80112024-08-01T01:12:08.359Z[ recovery-image] Aug 01 01:12:07.434 INFO O| Aug 01 01:12:07.434 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80122024-08-01T01:12:08.373Z[ recovery-image] Aug 01 01:12:07.449 INFO O| Aug 01 01:12:07.449 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
80132024-08-01T01:12:08.373Z[ recovery-image] Aug 01 01:12:07.450 INFO O| Aug 01 01:12:07.449 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
80142024-08-01T01:12:16.166Z[ recovery-image] Aug 01 01:12:15.243 INFO O| Aug 01 01:12:15.243 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
80152024-08-01T01:12:16.166Z[ recovery-image] Aug 01 01:12:15.244 INFO O| Aug 01 01:12:15.243 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80162024-08-01T01:12:16.178Z[ recovery-image] Aug 01 01:12:15.256 INFO O| Aug 01 01:12:15.256 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
80172024-08-01T01:12:16.255Z[ recovery-image] Aug 01 01:12:15.331 INFO O| Aug 01 01:12:15.331 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80182024-08-01T01:12:16.255Z[ recovery-image] Aug 01 01:12:15.331 INFO O| Aug 01 01:12:15.331 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 ...
80192024-08-01T01:12:16.258Z[ recovery-image] Aug 01 01:12:15.333 INFO O| Aug 01 01:12:15.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80202024-08-01T01:12:16.258Z[ recovery-image] Aug 01 01:12:15.333 INFO O| Aug 01 01:12:15.333 INFO ok!
80212024-08-01T01:12:16.258Z[ recovery-image] Aug 01 01:12:15.333 INFO O| Aug 01 01:12:15.333 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80222024-08-01T01:12:16.258Z[ recovery-image] Aug 01 01:12:15.333 INFO O| Aug 01 01:12:15.333 INFO STEP 95 (seed_smf) COMPLETE
80232024-08-01T01:12:16.258Z[ recovery-image] Aug 01 01:12:15.333 INFO O| Aug 01 01:12:15.333 INFO steps complete; finalising image!
80242024-08-01T01:12:16.258Z[ recovery-image] Aug 01 01:12:15.333 INFO O| Aug 01 01:12:15.333 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80252024-08-01T01:12:16.290Z[ recovery-image] Aug 01 01:12:15.368 INFO O| Aug 01 01:12:15.368 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Thu Aug 1 01:12:15 2024)
80262024-08-01T01:12:16.496Z[ recovery-image] Aug 01 01:12:15.574 INFO O| Aug 01 01:12:15.574 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Thu Aug 1 01:12:15 2024)
80272024-08-01T01:12:16.717Z[ recovery-image] Aug 01 01:12:15.795 INFO O| Aug 01 01:12:15.795 INFO temporary pool has 396M used, 1.36G avail, 1.00x compressratio
80282024-08-01T01:12:16.717Z[ recovery-image] Aug 01 01:12:15.795 INFO O| Aug 01 01:12:15.795 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80292024-08-01T01:12:16.948Z[ recovery-image] Aug 01 01:12:16.027 INFO O| Aug 01 01:12:16.026 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
80302024-08-01T01:12:16.949Z[ recovery-image] Aug 01 01:12:16.027 INFO O| Aug 01 01:12:16.027 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80312024-08-01T01:12:19.972Z[ recovery-image] Aug 01 01:12:19.050 INFO O| Aug 01 01:12:19.050 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80322024-08-01T01:12:19.972Z[ recovery-image] Aug 01 01:12:19.050 INFO O| Aug 01 01:12:19.050 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80332024-08-01T01:12:19.972Z[ recovery-image] Aug 01 01:12:19.050 INFO O| Aug 01 01:12:19.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80342024-08-01T01:12:19.975Z[ recovery-image] Aug 01 01:12:19.050 INFO O| Aug 01 01:12:19.050 INFO completed processing gimlet/zfs-recovery
80352024-08-01T01:12:19.975Z[ recovery-image] Aug 01 01:12:19.050 INFO O| Aug 01 01:12:19.050 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80362024-08-01T01:12:20.290Z[ recovery-image] Aug 01 01:12:19.368 INFO O| Aug 01 01:12:19.368 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80372024-08-01T01:12:20.360Z[ recovery-image] Aug 01 01:12:19.439 INFO BUILD STRING "heads/stlouis-0-gea1fb7f79f\n"
80382024-08-01T01:12:20.361Z[ recovery-image] Aug 01 01:12:19.439 INFO expanded image name: "recovery 0341887/${os_short_commit} 2024-08-01 00:46" -> "recovery 0341887/ea1fb7f 2024-08-01 00:46"
80392024-08-01T01:12:20.363Z[ recovery-image] Aug 01 01:12:19.439 INFO output artefacts stored in: "/work/os-recovery"
80402024-08-01T01:12:20.364Z[ recovery-image] Aug 01 01:12:19.440 INFO collecting git info from project "image-builder"...
80412024-08-01T01:12:20.368Z[ recovery-image] Aug 01 01:12:19.447 INFO collecting git info from project "pinprick"...
80422024-08-01T01:12:20.374Z[ recovery-image] Aug 01 01:12:19.453 INFO collecting git info from project "phbl"...
80432024-08-01T01:12:20.380Z[ recovery-image] Aug 01 01:12:19.459 INFO collecting git info from project "amd-host-image-builder"...
80442024-08-01T01:12:20.619Z[ recovery-image] Aug 01 01:12:19.698 INFO collecting git info from project "amd-firmware"...
80452024-08-01T01:12:20.762Z[ recovery-image] Aug 01 01:12:19.841 INFO collecting git info from project "pilot"...
80462024-08-01T01:12:20.773Z[ recovery-image] Aug 01 01:12:19.852 INFO collecting git info from project "bootserver"...
80472024-08-01T01:12:20.779Z[ recovery-image] Aug 01 01:12:19.858 INFO collecting git info from project "chelsio-t6-roms"...
80482024-08-01T01:12:20.800Z[ recovery-image] Aug 01 01:12:19.879 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80492024-08-01T01:12:21.157Z[ recovery-image] Aug 01 01:12:20.235 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80502024-08-01T01:12:21.524Z[ recovery-image] Aug 01 01:12:20.603 INFO creating Oxide boot image...
80512024-08-01T01:12:21.524Z[ recovery-image] Aug 01 01:12:20.603 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 0341887/ea1fb7f 2024-08-01 00:46", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80522024-08-01T01:12:49.511Z[ host-image] Aug 01 01:12:48.594 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22798:20240731T094535Z
80532024-08-01T01:12:49.511Z[ host-image] Aug 01 01:12:48.595 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22798:20240731T094535Z
80542024-08-01T01:12:49.515Z[ host-image] Aug 01 01:12:48.595 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80552024-08-01T01:12:49.515Z[ host-image] Aug 01 01:12:48.595 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80562024-08-01T01:12:49.515Z[ host-image] Aug 01 01:12:48.595 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80572024-08-01T01:12:49.515Z[ host-image] Aug 01 01:12:48.595 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80582024-08-01T01:12:49.515Z[ host-image] Aug 01 01:12:48.596 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80592024-08-01T01:12:49.515Z[ host-image] Aug 01 01:12:48.596 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80602024-08-01T01:12:49.515Z[ host-image] Aug 01 01:12:48.596 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80612024-08-01T01:12:49.515Z[ host-image] Aug 01 01:12:48.597 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80622024-08-01T01:12:49.515Z[ host-image] Aug 01 01:12:48.597 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22798:20240731T094536Z
80632024-08-01T01:12:49.518Z[ host-image] Aug 01 01:12:48.598 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22798:20240731T094537Z
80642024-08-01T01:12:49.518Z[ host-image] Aug 01 01:12:48.599 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22798:20240731T094537Z
80652024-08-01T01:12:49.518Z[ host-image] Aug 01 01:12:48.600 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22798:20240731T094537Z
80662024-08-01T01:12:49.518Z[ host-image] Aug 01 01:12:48.600 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80672024-08-01T01:12:49.518Z[ host-image] Aug 01 01:12:48.601 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22798:20240731T094537Z
80682024-08-01T01:12:49.518Z[ host-image] Aug 01 01:12:48.602 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22798:20240731T094537Z
80692024-08-01T01:12:49.518Z[ host-image] Aug 01 01:12:48.602 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22798:20240731T094537Z
80702024-08-01T01:12:49.518Z[ host-image] Aug 01 01:12:48.602 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22798:20240731T094537Z
80712024-08-01T01:12:49.518Z[ host-image] Aug 01 01:12:48.602 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22798:20240731T094538Z
80722024-08-01T01:12:49.521Z[ host-image] Aug 01 01:12:48.602 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22798:20240731T094538Z
80732024-08-01T01:12:49.521Z[ host-image] Aug 01 01:12:48.602 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22798:20240731T094538Z
80742024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.602 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22798:20240731T094539Z
80752024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.602 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22798:20240731T094540Z
80762024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.603 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22798:20240731T094541Z
80772024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.603 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22798:20240731T094541Z
80782024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.603 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22798:20240731T094542Z
80792024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.603 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22798:20240731T094543Z
80802024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.603 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80812024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.603 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22798:20240731T094544Z
80822024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.603 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22798:20240731T094546Z
80832024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.603 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22798:20240731T094547Z
80842024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.604 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22798:20240731T094547Z
80852024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.605 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22798:20240731T094549Z
80862024-08-01T01:12:49.522Z[ host-image] Aug 01 01:12:48.605 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22798:20240731T094549Z
80872024-08-01T01:12:49.531Z[ host-image] Aug 01 01:12:48.615 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
80882024-08-01T01:12:49.534Z[ host-image] Aug 01 01:12:48.615 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22798:20240731T094549Z
80892024-08-01T01:12:49.534Z[ host-image] Aug 01 01:12:48.615 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
80902024-08-01T01:12:49.534Z[ host-image] Aug 01 01:12:48.615 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
80912024-08-01T01:12:49.534Z[ host-image] Aug 01 01:12:48.616 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
80922024-08-01T01:12:49.534Z[ host-image] Aug 01 01:12:48.616 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22798:20240731T094549Z
80932024-08-01T01:12:49.534Z[ host-image] Aug 01 01:12:48.616 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
80942024-08-01T01:12:49.534Z[ host-image] Aug 01 01:12:48.617 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
80952024-08-01T01:12:49.534Z[ host-image] Aug 01 01:12:48.618 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
80962024-08-01T01:12:49.537Z[ host-image] Aug 01 01:12:48.618 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
80972024-08-01T01:12:49.547Z[ host-image] Aug 01 01:12:48.631 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
80982024-08-01T01:12:49.547Z[ host-image] Aug 01 01:12:48.631 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
80992024-08-01T01:12:49.550Z[ host-image] Aug 01 01:12:48.631 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81002024-08-01T01:12:49.550Z[ host-image] Aug 01 01:12:48.632 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81012024-08-01T01:12:49.550Z[ host-image] Aug 01 01:12:48.633 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81022024-08-01T01:12:49.550Z[ host-image] Aug 01 01:12:48.633 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81032024-08-01T01:12:49.587Z[ host-image] Aug 01 01:12:48.670 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81042024-08-01T01:12:49.590Z[ host-image] Aug 01 01:12:48.671 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81052024-08-01T01:12:49.590Z[ host-image] Aug 01 01:12:48.671 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81062024-08-01T01:12:49.590Z[ host-image] Aug 01 01:12:48.672 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22798:20240731T094551Z
81072024-08-01T01:12:49.590Z[ host-image] Aug 01 01:12:48.672 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22798:20240731T094556Z
81082024-08-01T01:12:49.590Z[ host-image] Aug 01 01:12:48.672 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81092024-08-01T01:12:49.590Z[ host-image] Aug 01 01:12:48.672 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22798:20240731T094557Z
81102024-08-01T01:12:49.590Z[ host-image] Aug 01 01:12:48.672 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81112024-08-01T01:12:49.590Z[ host-image] Aug 01 01:12:48.673 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81122024-08-01T01:12:49.590Z[ host-image] Aug 01 01:12:48.673 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81132024-08-01T01:12:49.590Z[ host-image] Aug 01 01:12:48.673 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22798:20240731T094557Z
81142024-08-01T01:12:49.590Z[ host-image] Aug 01 01:12:48.673 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81152024-08-01T01:12:49.595Z[ host-image] Aug 01 01:12:48.678 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81162024-08-01T01:12:49.598Z[ host-image] Aug 01 01:12:48.678 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81172024-08-01T01:12:49.598Z[ host-image] Aug 01 01:12:48.678 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81182024-08-01T01:12:49.598Z[ host-image] Aug 01 01:12:48.678 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22798:20240731T094557Z
81192024-08-01T01:12:49.598Z[ host-image] Aug 01 01:12:48.679 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81202024-08-01T01:12:49.611Z[ host-image] Aug 01 01:12:48.694 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81212024-08-01T01:12:49.613Z[ host-image] Aug 01 01:12:48.695 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22798:20240731T094558Z
81222024-08-01T01:12:49.614Z[ host-image] Aug 01 01:12:48.697 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22798:20240731T094558Z
81232024-08-01T01:12:49.614Z[ host-image] Aug 01 01:12:48.697 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22798:20240731T094558Z
81242024-08-01T01:12:49.614Z[ host-image] Aug 01 01:12:48.697 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81252024-08-01T01:12:49.616Z[ host-image] Aug 01 01:12:48.698 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22798:20240731T094559Z
81262024-08-01T01:12:49.616Z[ host-image] Aug 01 01:12:48.698 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22798:20240731T094600Z
81272024-08-01T01:12:49.617Z[ host-image] Aug 01 01:12:48.699 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22798:20240731T094600Z
81282024-08-01T01:12:49.617Z[ host-image] Aug 01 01:12:48.699 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22798:20240731T094600Z
81292024-08-01T01:12:49.619Z[ host-image] Aug 01 01:12:48.703 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81302024-08-01T01:12:49.622Z[ host-image] Aug 01 01:12:48.703 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22798:20240731T094600Z
81312024-08-01T01:12:49.622Z[ host-image] Aug 01 01:12:48.704 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22798:20240731T094601Z
81322024-08-01T01:12:49.622Z[ host-image] Aug 01 01:12:48.704 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81332024-08-01T01:12:49.622Z[ host-image] Aug 01 01:12:48.704 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22798:20240731T094602Z
81342024-08-01T01:12:49.622Z[ host-image] Aug 01 01:12:48.705 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22798:20240731T094602Z
81352024-08-01T01:12:49.622Z[ host-image] Aug 01 01:12:48.705 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22798:20240731T094602Z
81362024-08-01T01:12:49.622Z[ host-image] Aug 01 01:12:48.705 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22798:20240731T094602Z
81372024-08-01T01:12:49.630Z[ host-image] Aug 01 01:12:48.714 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22798:20240731T094602Z
81382024-08-01T01:12:49.630Z[ host-image] Aug 01 01:12:48.714 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81392024-08-01T01:12:49.633Z[ host-image] Aug 01 01:12:48.716 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22798:20240731T094602Z
81402024-08-01T01:12:49.636Z[ host-image] Aug 01 01:12:48.718 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22798:20240731T094602Z
81412024-08-01T01:12:49.636Z[ host-image] Aug 01 01:12:48.718 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22798:20240731T094602Z
81422024-08-01T01:12:49.636Z[ host-image] Aug 01 01:12:48.718 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22798:20240731T094603Z
81432024-08-01T01:12:49.636Z[ host-image] Aug 01 01:12:48.719 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22798:20240731T094603Z
81442024-08-01T01:12:49.636Z[ host-image] Aug 01 01:12:48.719 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22798:20240731T094603Z
81452024-08-01T01:12:49.646Z[ host-image] Aug 01 01:12:48.730 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22798:20240731T094604Z
81462024-08-01T01:12:49.649Z[ host-image] Aug 01 01:12:48.730 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22798:20240731T094604Z
81472024-08-01T01:12:49.649Z[ host-image] Aug 01 01:12:48.730 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22798:20240731T094604Z
81482024-08-01T01:12:49.649Z[ host-image] Aug 01 01:12:48.732 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22798:20240731T094604Z
81492024-08-01T01:12:49.649Z[ host-image] Aug 01 01:12:48.732 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22798:20240731T094605Z
81502024-08-01T01:12:49.671Z[ host-image] Aug 01 01:12:48.755 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22798:20240731T094607Z
81512024-08-01T01:12:49.671Z[ host-image] Aug 01 01:12:48.755 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22798:20240731T094605Z
81522024-08-01T01:12:49.674Z[ host-image] Aug 01 01:12:48.755 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22798:20240731T094605Z
81532024-08-01T01:12:49.674Z[ host-image] Aug 01 01:12:48.755 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81542024-08-01T01:12:49.674Z[ host-image] Aug 01 01:12:48.756 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81552024-08-01T01:12:49.703Z[ host-image] Aug 01 01:12:48.786 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22798:20240731T094605Z
81562024-08-01T01:12:49.706Z[ host-image] Aug 01 01:12:48.787 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81572024-08-01T01:12:49.706Z[ host-image] Aug 01 01:12:48.787 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22798:20240731T094605Z
81582024-08-01T01:12:49.706Z[ host-image] Aug 01 01:12:48.787 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22798:20240731T094605Z
81592024-08-01T01:12:49.706Z[ host-image] Aug 01 01:12:48.788 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22798:20240731T094606Z
81602024-08-01T01:12:49.706Z[ host-image] Aug 01 01:12:48.788 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81612024-08-01T01:12:49.706Z[ host-image] Aug 01 01:12:48.789 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81622024-08-01T01:12:49.706Z[ host-image] Aug 01 01:12:48.789 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22798:20240731T094606Z
81632024-08-01T01:12:49.706Z[ host-image] Aug 01 01:12:48.790 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22798:20240731T094606Z
81642024-08-01T01:12:49.706Z[ host-image] Aug 01 01:12:48.790 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22798:20240731T094606Z
81652024-08-01T01:12:49.709Z[ host-image] Aug 01 01:12:48.790 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22798:20240731T094606Z
81662024-08-01T01:12:49.709Z[ host-image] Aug 01 01:12:48.790 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22798:20240731T094607Z
81672024-08-01T01:12:49.709Z[ host-image] Aug 01 01:12:48.791 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22798:20240731T094607Z
81682024-08-01T01:12:49.712Z[ host-image] Aug 01 01:12:48.794 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81692024-08-01T01:12:49.712Z[ host-image] Aug 01 01:12:48.794 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22798:20240731T094608Z
81702024-08-01T01:12:49.712Z[ host-image] Aug 01 01:12:48.796 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22798:20240731T094608Z
81712024-08-01T01:12:49.712Z[ host-image] Aug 01 01:12:48.796 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22798:20240731T094608Z
81722024-08-01T01:12:49.712Z[ host-image] Aug 01 01:12:48.796 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22798:20240731T094609Z
81732024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.796 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22798:20240731T094608Z
81742024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.797 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22798:20240731T094609Z
81752024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.797 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81762024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.797 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81772024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.797 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22798:20240731T094611Z
81782024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.798 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22798:20240731T094611Z
81792024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.798 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81802024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.798 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81812024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.798 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81822024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.798 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81832024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.798 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81842024-08-01T01:12:49.715Z[ host-image] Aug 01 01:12:48.799 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81852024-08-01T01:12:49.718Z[ host-image] Aug 01 01:12:48.800 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z
81862024-08-01T01:12:49.718Z[ host-image] Aug 01 01:12:48.801 INFO O| tempdir @ "/tmp/.tmpLFV2re/tmp"
81872024-08-01T01:12:49.718Z[ host-image] Aug 01 01:12:48.801 INFO O| image root @ "/tmp/.tmpLFV2re/tmp/root"
81882024-08-01T01:12:49.718Z[ host-image] Aug 01 01:12:48.801 INFO O| creating image...
81892024-08-01T01:12:50.247Z[ host-image] Aug 01 01:12:49.330 INFO O| copying publishers...
81902024-08-01T01:12:55.891Z[ host-image] Aug 01 01:12:54.975 INFO O| adding properties...
81912024-08-01T01:12:56.937Z[ host-image] Aug 01 01:12:56.021 INFO O| installing packages...
81922024-08-01T01:13:11.400Z[ host-image] Aug 01 01:13:10.487 INFO O| seeding SMF database...
81932024-08-01T01:13:15.602Z[ recovery-image] Aug 01 01:13:14.690 INFO O| ok, image written!
81942024-08-01T01:13:15.603Z[ recovery-image] Aug 01 01:13:14.690 INFO O| ok, boot_image_csum file written!
81952024-08-01T01:13:15.606Z[ recovery-image] Aug 01 01:13:14.693 INFO creating boot archive (CPIO)...
81962024-08-01T01:13:15.606Z[ recovery-image] Aug 01 01:13:14.693 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
81972024-08-01T01:13:15.614Z[ recovery-image] Aug 01 01:13:14.702 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81982024-08-01T01:13:15.614Z[ recovery-image] Aug 01 01:13:14.702 INFO E| + outfile=/work/os-recovery/cpio
81992024-08-01T01:13:15.617Z[ recovery-image] Aug 01 01:13:14.702 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82002024-08-01T01:13:15.617Z[ recovery-image] Aug 01 01:13:14.704 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82012024-08-01T01:13:15.617Z[ recovery-image] Aug 01 01:13:14.704 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82022024-08-01T01:13:15.653Z[ recovery-image] Aug 01 01:13:14.741 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82032024-08-01T01:13:15.655Z[ recovery-image] Aug 01 01:13:14.741 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82042024-08-01T01:13:15.660Z[ recovery-image] Aug 01 01:13:14.748 INFO creating compressed cpio/unix for nanobl-rs...
82052024-08-01T01:13:15.660Z[ recovery-image] Aug 01 01:13:14.748 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
82062024-08-01T01:13:15.935Z[ recovery-image] Aug 01 01:13:15.022 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82072024-08-01T01:13:19.003Z[ host-image] Aug 01 01:13:18.091 INFO O| configuring SMF profile...
82082024-08-01T01:13:19.006Z[ host-image] Aug 01 01:13:18.092 INFO O| modifying shadow(5)...
82092024-08-01T01:13:19.006Z[ host-image] Aug 01 01:13:18.092 INFO O| loading user and group database...
82102024-08-01T01:13:19.006Z[ host-image] Aug 01 01:13:18.092 INFO O| assessing packaged files...
82112024-08-01T01:13:20.173Z[ recovery-image] Aug 01 01:13:19.262 INFO creating reset image...
82122024-08-01T01:13:20.173Z[ recovery-image] Aug 01 01:13:19.262 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82132024-08-01T01:13:20.428Z[ recovery-image] Aug 01 01:13:19.517 INFO E| Updating crates.io index
82142024-08-01T01:13:20.551Z[ recovery-image] Aug 01 01:13:19.640 INFO E| Downloading crates ...
82152024-08-01T01:13:20.630Z[ recovery-image] Aug 01 01:13:19.719 INFO E| Downloaded anstyle v1.0.6
82162024-08-01T01:13:20.646Z[ recovery-image] Aug 01 01:13:19.735 INFO E| Downloaded proc-macro2 v1.0.79
82172024-08-01T01:13:20.649Z[ recovery-image] Aug 01 01:13:19.738 INFO E| Downloaded colorchoice v1.0.0
82182024-08-01T01:13:20.652Z[ recovery-image] Aug 01 01:13:19.739 INFO E| Downloaded os_pipe v1.1.5
82192024-08-01T01:13:20.652Z[ recovery-image] Aug 01 01:13:19.741 INFO E| Downloaded shared_child v1.0.0
82202024-08-01T01:13:20.665Z[ recovery-image] Aug 01 01:13:19.754 INFO E| Downloaded anstream v0.6.13
82212024-08-01T01:13:20.668Z[ recovery-image] Aug 01 01:13:19.756 INFO E| Downloaded strsim v0.11.0
82222024-08-01T01:13:20.671Z[ recovery-image] Aug 01 01:13:19.758 INFO E| Downloaded anstyle-query v1.0.2
82232024-08-01T01:13:20.671Z[ recovery-image] Aug 01 01:13:19.759 INFO E| Downloaded duct v0.13.7
82242024-08-01T01:13:20.674Z[ recovery-image] Aug 01 01:13:19.761 INFO E| Downloaded clap_derive v4.5.3
82252024-08-01T01:13:20.677Z[ recovery-image] Aug 01 01:13:19.763 INFO E| Downloaded anstyle-parse v0.2.3
82262024-08-01T01:13:20.677Z[ recovery-image] Aug 01 01:13:19.765 INFO E| Downloaded clap v4.5.3
82272024-08-01T01:13:20.691Z[ recovery-image] Aug 01 01:13:19.780 INFO E| Downloaded clap_builder v4.5.2
82282024-08-01T01:13:20.716Z[ recovery-image] Aug 01 01:13:19.805 INFO E| Downloaded syn v2.0.53
82292024-08-01T01:13:20.742Z[ recovery-image] Aug 01 01:13:19.831 INFO E| Downloaded libc v0.2.153
82302024-08-01T01:13:20.821Z[ recovery-image] Aug 01 01:13:19.910 INFO E| Compiling proc-macro2 v1.0.79
82312024-08-01T01:13:20.821Z[ recovery-image] Aug 01 01:13:19.910 INFO E| Compiling libc v0.2.153
82322024-08-01T01:13:20.827Z[ recovery-image] Aug 01 01:13:19.910 INFO E| Compiling unicode-ident v1.0.12
82332024-08-01T01:13:20.827Z[ recovery-image] Aug 01 01:13:19.910 INFO E| Compiling utf8parse v0.2.1
82342024-08-01T01:13:20.827Z[ recovery-image] Aug 01 01:13:19.910 INFO E| Compiling colorchoice v1.0.0
82352024-08-01T01:13:20.828Z[ recovery-image] Aug 01 01:13:19.910 INFO E| Compiling anstyle v1.0.6
82362024-08-01T01:13:20.828Z[ recovery-image] Aug 01 01:13:19.915 INFO E| Compiling anstyle-query v1.0.2
82372024-08-01T01:13:20.828Z[ recovery-image] Aug 01 01:13:19.915 INFO E| Compiling clap_lex v0.7.0
82382024-08-01T01:13:21.057Z[ recovery-image] Aug 01 01:13:20.141 INFO E| Compiling anstyle-parse v0.2.3
82392024-08-01T01:13:21.085Z[ recovery-image] Aug 01 01:13:20.174 INFO E| Compiling heck v0.5.0
82402024-08-01T01:13:21.120Z[ recovery-image] Aug 01 01:13:20.208 INFO E| Compiling strsim v0.11.0
82412024-08-01T01:13:21.233Z[ recovery-image] Aug 01 01:13:20.321 INFO E| Compiling once_cell v1.19.0
82422024-08-01T01:13:21.385Z[ recovery-image] Aug 01 01:13:20.474 INFO E| Compiling anstream v0.6.13
82432024-08-01T01:13:21.625Z[ host-image] Aug 01 01:13:20.714 INFO O| creating archive...
82442024-08-01T01:13:21.683Z[ host-image] Aug 01 01:13:20.772 INFO O| missing from packaging:
82452024-08-01T01:13:21.687Z[ host-image] Aug 01 01:13:20.772 INFO O| "etc/.pwd.lock"
82462024-08-01T01:13:21.687Z[ host-image] Aug 01 01:13:20.773 INFO O| "etc/bash"
82472024-08-01T01:13:21.692Z[ host-image] Aug 01 01:13:20.781 INFO O| "etc/svc/profile/generic.xml"
82482024-08-01T01:13:21.692Z[ host-image] Aug 01 01:13:20.781 INFO O| "etc/svc/profile/inetd_services.xml"
82492024-08-01T01:13:21.695Z[ host-image] Aug 01 01:13:20.781 INFO O| "etc/svc/profile/name_service.xml"
82502024-08-01T01:13:21.695Z[ host-image] Aug 01 01:13:20.781 INFO O| "etc/svc/profile/platform.xml"
82512024-08-01T01:13:21.695Z[ host-image] Aug 01 01:13:20.781 INFO O| "etc/svc/profile/platform_omicron1.xml"
82522024-08-01T01:13:21.695Z[ host-image] Aug 01 01:13:20.782 INFO O| "etc/svc/repository.db"
82532024-08-01T01:13:21.703Z[ host-image] Aug 01 01:13:20.792 INFO O| "opt/ooce/share"
82542024-08-01T01:13:21.703Z[ host-image] Aug 01 01:13:20.793 INFO O| "opt/ooce/share/man"
82552024-08-01T01:13:21.703Z[ host-image] Aug 01 01:13:20.793 INFO O| "opt/ooce/share/man/man1"
82562024-08-01T01:13:21.719Z[ host-image] Aug 01 01:13:20.808 INFO O| finishing archive...
82572024-08-01T01:13:21.813Z[ recovery-image] Aug 01 01:13:20.902 INFO E| Compiling clap_builder v4.5.2
82582024-08-01T01:13:22.316Z[ recovery-image] Aug 01 01:13:21.405 INFO E| Compiling quote v1.0.35
82592024-08-01T01:13:22.423Z[ recovery-image] Aug 01 01:13:21.512 INFO E| Compiling os_pipe v1.1.5
82602024-08-01T01:13:22.423Z[ recovery-image] Aug 01 01:13:21.512 INFO E| Compiling shared_child v1.0.0
82612024-08-01T01:13:22.573Z[ recovery-image] Aug 01 01:13:21.662 INFO E| Compiling duct v0.13.7
82622024-08-01T01:13:22.673Z[ recovery-image] Aug 01 01:13:21.762 INFO E| Compiling syn v2.0.53
82632024-08-01T01:13:24.801Z[ host-image] Aug 01 01:13:23.890 INFO O| creating gzonly manifest...
82642024-08-01T01:13:24.828Z[ host-image] Aug 01 01:13:23.917 INFO O| ok
82652024-08-01T01:13:24.933Z[ host-image] Aug 01 01:13:24.022 INFO image builder template: ramdisk-02-trim...
82662024-08-01T01:13:24.933Z[ host-image] Aug 01 01:13:24.022 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/.tmp3y6chY/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
82672024-08-01T01:13:24.963Z[ host-image] Aug 01 01:13:24.052 INFO O| Aug 01 01:13:24.052 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82682024-08-01T01:13:24.969Z[ host-image] Aug 01 01:13:24.059 INFO O| Aug 01 01:13:24.059 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82692024-08-01T01:13:25.117Z[ host-image] Aug 01 01:13:24.207 INFO O| Aug 01 01:13:24.207 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82702024-08-01T01:13:25.173Z[ host-image] Aug 01 01:13:24.262 INFO O| Aug 01 01:13:24.262 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82712024-08-01T01:13:25.176Z[ host-image] Aug 01 01:13:24.262 INFO O| Aug 01 01:13:24.262 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82722024-08-01T01:13:25.179Z[ host-image] Aug 01 01:13:24.269 INFO O| Aug 01 01:13:24.269 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82732024-08-01T01:13:25.184Z[ host-image] Aug 01 01:13:24.274 INFO O| Aug 01 01:13:24.274 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82742024-08-01T01:13:25.191Z[ host-image] Aug 01 01:13:24.281 INFO O| Aug 01 01:13:24.281 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82752024-08-01T01:13:25.412Z[ host-image] Aug 01 01:13:24.502 INFO O| Aug 01 01:13:24.502 INFO rolled back to input snapshot; work may begin
82762024-08-01T01:13:25.412Z[ host-image] Aug 01 01:13:24.502 INFO O| Aug 01 01:13:24.502 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82772024-08-01T01:13:25.421Z[ host-image] Aug 01 01:13:24.511 INFO O| Aug 01 01:13:24.511 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82782024-08-01T01:13:25.438Z[ host-image] Aug 01 01:13:24.528 INFO O| Aug 01 01:13:24.528 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82792024-08-01T01:13:25.513Z[ host-image] Aug 01 01:13:24.602 INFO O| Aug 01 01:13:24.602 INFO STEP 0 (remove_files) COMPLETE
82802024-08-01T01:13:25.516Z[ host-image] Aug 01 01:13:24.602 INFO O| Aug 01 01:13:24.602 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82812024-08-01T01:13:25.527Z[ host-image] Aug 01 01:13:24.617 INFO O| Aug 01 01:13:24.617 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82822024-08-01T01:13:25.530Z[ host-image] Aug 01 01:13:24.620 INFO O| Aug 01 01:13:24.620 INFO STEP 1 (remove_files) COMPLETE
82832024-08-01T01:13:25.530Z[ host-image] Aug 01 01:13:24.620 INFO O| Aug 01 01:13:24.620 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82842024-08-01T01:13:25.547Z[ host-image] Aug 01 01:13:24.636 INFO O| Aug 01 01:13:24.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82852024-08-01T01:13:25.576Z[ host-image] Aug 01 01:13:24.659 INFO O| Aug 01 01:13:24.659 INFO STEP 2 (remove_files) COMPLETE
82862024-08-01T01:13:25.576Z[ host-image] Aug 01 01:13:24.659 INFO O| Aug 01 01:13:24.659 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82872024-08-01T01:13:25.588Z[ host-image] Aug 01 01:13:24.678 INFO O| Aug 01 01:13:24.678 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
82882024-08-01T01:13:25.592Z[ host-image] Aug 01 01:13:24.680 INFO O| Aug 01 01:13:24.680 INFO STEP 3 (remove_files) COMPLETE
82892024-08-01T01:13:25.592Z[ host-image] Aug 01 01:13:24.680 INFO O| Aug 01 01:13:24.680 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82902024-08-01T01:13:25.607Z[ host-image] Aug 01 01:13:24.697 INFO O| Aug 01 01:13:24.697 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
82912024-08-01T01:13:25.611Z[ host-image] Aug 01 01:13:24.701 INFO O| Aug 01 01:13:24.701 INFO STEP 4 (remove_files) COMPLETE
82922024-08-01T01:13:25.611Z[ host-image] Aug 01 01:13:24.701 INFO O| Aug 01 01:13:24.701 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82932024-08-01T01:13:25.629Z[ host-image] Aug 01 01:13:24.718 INFO O| Aug 01 01:13:24.718 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
82942024-08-01T01:13:25.633Z[ host-image] Aug 01 01:13:24.723 INFO O| Aug 01 01:13:24.723 INFO STEP 5 (remove_files) COMPLETE
82952024-08-01T01:13:25.636Z[ host-image] Aug 01 01:13:24.723 INFO O| Aug 01 01:13:24.723 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82962024-08-01T01:13:25.650Z[ host-image] Aug 01 01:13:24.739 INFO O| Aug 01 01:13:24.739 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
82972024-08-01T01:13:25.666Z[ host-image] Aug 01 01:13:24.756 INFO O| Aug 01 01:13:24.756 INFO STEP 6 (remove_files) COMPLETE
82982024-08-01T01:13:25.666Z[ host-image] Aug 01 01:13:24.756 INFO O| Aug 01 01:13:24.756 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82992024-08-01T01:13:25.684Z[ host-image] Aug 01 01:13:24.773 INFO O| Aug 01 01:13:24.773 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83002024-08-01T01:13:25.695Z[ host-image] Aug 01 01:13:24.785 INFO O| Aug 01 01:13:24.785 INFO STEP 7 (remove_files) COMPLETE
83012024-08-01T01:13:25.695Z[ host-image] Aug 01 01:13:24.785 INFO O| Aug 01 01:13:24.785 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83022024-08-01T01:13:25.708Z[ host-image] Aug 01 01:13:24.797 INFO O| Aug 01 01:13:24.797 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83032024-08-01T01:13:25.832Z[ host-image] Aug 01 01:13:24.922 INFO O| Aug 01 01:13:24.922 INFO STEP 8 (remove_files) COMPLETE
83042024-08-01T01:13:25.833Z[ host-image] Aug 01 01:13:24.922 INFO O| Aug 01 01:13:24.922 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83052024-08-01T01:13:25.851Z[ host-image] Aug 01 01:13:24.940 INFO O| Aug 01 01:13:24.940 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83062024-08-01T01:13:26.005Z[ host-image] Aug 01 01:13:25.094 INFO O| Aug 01 01:13:25.094 INFO STEP 9 (remove_files) COMPLETE
83072024-08-01T01:13:26.005Z[ host-image] Aug 01 01:13:25.094 INFO O| Aug 01 01:13:25.094 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83082024-08-01T01:13:26.018Z[ host-image] Aug 01 01:13:25.107 INFO O| Aug 01 01:13:25.107 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83092024-08-01T01:13:26.022Z[ host-image] Aug 01 01:13:25.111 INFO O| Aug 01 01:13:25.111 INFO STEP 10 (remove_files) COMPLETE
83102024-08-01T01:13:26.022Z[ host-image] Aug 01 01:13:25.111 INFO O| Aug 01 01:13:25.111 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83112024-08-01T01:13:26.042Z[ host-image] Aug 01 01:13:25.131 INFO O| Aug 01 01:13:25.131 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83122024-08-01T01:13:26.045Z[ host-image] Aug 01 01:13:25.132 INFO O| Aug 01 01:13:25.132 INFO STEP 11 (remove_files) COMPLETE
83132024-08-01T01:13:26.045Z[ host-image] Aug 01 01:13:25.132 INFO O| Aug 01 01:13:25.132 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83142024-08-01T01:13:26.061Z[ host-image] Aug 01 01:13:25.151 INFO O| Aug 01 01:13:25.151 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83152024-08-01T01:13:26.064Z[ host-image] Aug 01 01:13:25.154 INFO O| Aug 01 01:13:25.154 INFO STEP 12 (remove_files) COMPLETE
83162024-08-01T01:13:26.064Z[ host-image] Aug 01 01:13:25.154 INFO O| Aug 01 01:13:25.154 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83172024-08-01T01:13:26.087Z[ host-image] Aug 01 01:13:25.176 INFO O| Aug 01 01:13:25.176 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83182024-08-01T01:13:26.090Z[ host-image] Aug 01 01:13:25.178 INFO O| Aug 01 01:13:25.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83192024-08-01T01:13:26.090Z[ host-image] Aug 01 01:13:25.178 INFO O| Aug 01 01:13:25.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83202024-08-01T01:13:26.090Z[ host-image] Aug 01 01:13:25.178 INFO O| Aug 01 01:13:25.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83212024-08-01T01:13:26.090Z[ host-image] Aug 01 01:13:25.178 INFO O| Aug 01 01:13:25.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83222024-08-01T01:13:26.090Z[ host-image] Aug 01 01:13:25.178 INFO O| Aug 01 01:13:25.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83232024-08-01T01:13:26.090Z[ host-image] Aug 01 01:13:25.179 INFO O| Aug 01 01:13:25.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83242024-08-01T01:13:26.090Z[ host-image] Aug 01 01:13:25.179 INFO O| Aug 01 01:13:25.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83252024-08-01T01:13:26.090Z[ host-image] Aug 01 01:13:25.179 INFO O| Aug 01 01:13:25.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83262024-08-01T01:13:26.090Z[ host-image] Aug 01 01:13:25.180 INFO O| Aug 01 01:13:25.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83272024-08-01T01:13:26.090Z[ host-image] Aug 01 01:13:25.180 INFO O| Aug 01 01:13:25.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83282024-08-01T01:13:26.090Z[ host-image] Aug 01 01:13:25.180 INFO O| Aug 01 01:13:25.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83292024-08-01T01:13:26.094Z[ host-image] Aug 01 01:13:25.181 INFO O| Aug 01 01:13:25.181 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83302024-08-01T01:13:26.094Z[ host-image] Aug 01 01:13:25.181 INFO O| Aug 01 01:13:25.181 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83312024-08-01T01:13:26.094Z[ host-image] Aug 01 01:13:25.181 INFO O| Aug 01 01:13:25.181 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83322024-08-01T01:13:26.094Z[ host-image] Aug 01 01:13:25.181 INFO O| Aug 01 01:13:25.181 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83332024-08-01T01:13:26.094Z[ host-image] Aug 01 01:13:25.181 INFO O| Aug 01 01:13:25.181 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83342024-08-01T01:13:26.235Z[ host-image] Aug 01 01:13:25.324 INFO O| Aug 01 01:13:25.324 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83352024-08-01T01:13:26.311Z[ host-image] Aug 01 01:13:25.401 INFO O| Aug 01 01:13:25.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83362024-08-01T01:13:26.315Z[ host-image] Aug 01 01:13:25.403 INFO O| Aug 01 01:13:25.403 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83372024-08-01T01:13:26.318Z[ host-image] Aug 01 01:13:25.407 INFO O| Aug 01 01:13:25.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83382024-08-01T01:13:26.736Z[ host-image] Aug 01 01:13:25.826 INFO O| Aug 01 01:13:25.825 INFO STEP 13 (remove_files) COMPLETE
83392024-08-01T01:13:26.736Z[ host-image] Aug 01 01:13:25.826 INFO O| Aug 01 01:13:25.825 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83402024-08-01T01:13:26.753Z[ host-image] Aug 01 01:13:25.843 INFO O| Aug 01 01:13:25.843 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83412024-08-01T01:13:26.756Z[ host-image] Aug 01 01:13:25.845 INFO O| Aug 01 01:13:25.845 INFO STEP 14 (remove_files) COMPLETE
83422024-08-01T01:13:26.756Z[ host-image] Aug 01 01:13:25.845 INFO O| Aug 01 01:13:25.845 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83432024-08-01T01:13:26.772Z[ host-image] Aug 01 01:13:25.862 INFO O| Aug 01 01:13:25.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83442024-08-01T01:13:26.783Z[ host-image] Aug 01 01:13:25.873 INFO O| Aug 01 01:13:25.872 INFO STEP 15 (remove_files) COMPLETE
83452024-08-01T01:13:26.783Z[ host-image] Aug 01 01:13:25.873 INFO O| Aug 01 01:13:25.873 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83462024-08-01T01:13:26.802Z[ host-image] Aug 01 01:13:25.892 INFO O| Aug 01 01:13:25.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83472024-08-01T01:13:26.805Z[ host-image] Aug 01 01:13:25.893 INFO O| Aug 01 01:13:25.893 INFO STEP 16 (remove_files) COMPLETE
83482024-08-01T01:13:26.805Z[ host-image] Aug 01 01:13:25.893 INFO O| Aug 01 01:13:25.893 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83492024-08-01T01:13:26.820Z[ host-image] Aug 01 01:13:25.909 INFO O| Aug 01 01:13:25.909 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83502024-08-01T01:13:26.823Z[ host-image] Aug 01 01:13:25.912 INFO O| Aug 01 01:13:25.912 INFO STEP 17 (remove_files) COMPLETE
83512024-08-01T01:13:26.823Z[ host-image] Aug 01 01:13:25.912 INFO O| Aug 01 01:13:25.912 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83522024-08-01T01:13:26.838Z[ host-image] Aug 01 01:13:25.928 INFO O| Aug 01 01:13:25.928 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83532024-08-01T01:13:26.842Z[ host-image] Aug 01 01:13:25.928 INFO O| Aug 01 01:13:25.928 INFO STEP 18 (remove_files) COMPLETE
83542024-08-01T01:13:26.842Z[ host-image] Aug 01 01:13:25.929 INFO O| Aug 01 01:13:25.928 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83552024-08-01T01:13:26.854Z[ host-image] Aug 01 01:13:25.944 INFO O| Aug 01 01:13:25.944 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83562024-08-01T01:13:26.854Z[ host-image] Aug 01 01:13:25.944 INFO O| Aug 01 01:13:25.944 INFO STEP 19 (remove_files) COMPLETE
83572024-08-01T01:13:26.854Z[ host-image] Aug 01 01:13:25.944 INFO O| Aug 01 01:13:25.944 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83582024-08-01T01:13:26.869Z[ host-image] Aug 01 01:13:25.959 INFO O| Aug 01 01:13:25.959 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83592024-08-01T01:13:26.869Z[ host-image] Aug 01 01:13:25.959 INFO O| Aug 01 01:13:25.959 INFO STEP 20 (remove_files) COMPLETE
83602024-08-01T01:13:26.873Z[ host-image] Aug 01 01:13:25.960 INFO O| Aug 01 01:13:25.959 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83612024-08-01T01:13:26.885Z[ host-image] Aug 01 01:13:25.975 INFO O| Aug 01 01:13:25.975 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83622024-08-01T01:13:26.885Z[ host-image] Aug 01 01:13:25.975 INFO O| Aug 01 01:13:25.975 INFO STEP 21 (remove_files) COMPLETE
83632024-08-01T01:13:26.892Z[ host-image] Aug 01 01:13:25.975 INFO O| Aug 01 01:13:25.975 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83642024-08-01T01:13:26.902Z[ host-image] Aug 01 01:13:25.991 INFO O| Aug 01 01:13:25.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83652024-08-01T01:13:26.905Z[ host-image] Aug 01 01:13:25.992 INFO O| Aug 01 01:13:25.992 INFO STEP 22 (remove_files) COMPLETE
83662024-08-01T01:13:26.905Z[ host-image] Aug 01 01:13:25.992 INFO O| Aug 01 01:13:25.992 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83672024-08-01T01:13:26.918Z[ host-image] Aug 01 01:13:26.008 INFO O| Aug 01 01:13:26.008 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83682024-08-01T01:13:26.921Z[ host-image] Aug 01 01:13:26.008 INFO O| Aug 01 01:13:26.008 INFO STEP 23 (remove_files) COMPLETE
83692024-08-01T01:13:26.921Z[ host-image] Aug 01 01:13:26.008 INFO O| Aug 01 01:13:26.008 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83702024-08-01T01:13:26.937Z[ host-image] Aug 01 01:13:26.026 INFO O| Aug 01 01:13:26.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83712024-08-01T01:13:26.937Z[ host-image] Aug 01 01:13:26.026 INFO O| Aug 01 01:13:26.026 INFO STEP 24 (remove_files) COMPLETE
83722024-08-01T01:13:26.940Z[ host-image] Aug 01 01:13:26.027 INFO O| Aug 01 01:13:26.026 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83732024-08-01T01:13:26.954Z[ host-image] Aug 01 01:13:26.044 INFO O| Aug 01 01:13:26.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83742024-08-01T01:13:26.954Z[ host-image] Aug 01 01:13:26.044 INFO O| Aug 01 01:13:26.044 INFO STEP 25 (remove_files) COMPLETE
83752024-08-01T01:13:26.957Z[ host-image] Aug 01 01:13:26.044 INFO O| Aug 01 01:13:26.044 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83762024-08-01T01:13:26.972Z[ host-image] Aug 01 01:13:26.061 INFO O| Aug 01 01:13:26.061 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83772024-08-01T01:13:26.975Z[ host-image] Aug 01 01:13:26.062 INFO O| Aug 01 01:13:26.061 INFO STEP 26 (remove_files) COMPLETE
83782024-08-01T01:13:26.975Z[ host-image] Aug 01 01:13:26.062 INFO O| Aug 01 01:13:26.062 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83792024-08-01T01:13:26.988Z[ host-image] Aug 01 01:13:26.077 INFO O| Aug 01 01:13:26.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83802024-08-01T01:13:26.991Z[ host-image] Aug 01 01:13:26.078 INFO O| Aug 01 01:13:26.078 INFO STEP 27 (remove_files) COMPLETE
83812024-08-01T01:13:26.991Z[ host-image] Aug 01 01:13:26.078 INFO O| Aug 01 01:13:26.078 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83822024-08-01T01:13:27.005Z[ host-image] Aug 01 01:13:26.095 INFO O| Aug 01 01:13:26.094 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83832024-08-01T01:13:27.008Z[ host-image] Aug 01 01:13:26.095 INFO O| Aug 01 01:13:26.095 INFO STEP 28 (remove_files) COMPLETE
83842024-08-01T01:13:27.008Z[ host-image] Aug 01 01:13:26.095 INFO O| Aug 01 01:13:26.095 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83852024-08-01T01:13:27.022Z[ host-image] Aug 01 01:13:26.112 INFO O| Aug 01 01:13:26.112 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
83862024-08-01T01:13:27.022Z[ host-image] Aug 01 01:13:26.112 INFO O| Aug 01 01:13:26.112 INFO STEP 29 (remove_files) COMPLETE
83872024-08-01T01:13:27.026Z[ host-image] Aug 01 01:13:26.112 INFO O| Aug 01 01:13:26.112 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83882024-08-01T01:13:27.040Z[ host-image] Aug 01 01:13:26.130 INFO O| Aug 01 01:13:26.130 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
83892024-08-01T01:13:27.043Z[ host-image] Aug 01 01:13:26.130 INFO O| Aug 01 01:13:26.130 INFO STEP 30 (remove_files) COMPLETE
83902024-08-01T01:13:27.043Z[ host-image] Aug 01 01:13:26.130 INFO O| Aug 01 01:13:26.130 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83912024-08-01T01:13:27.058Z[ host-image] Aug 01 01:13:26.147 INFO O| Aug 01 01:13:26.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
83922024-08-01T01:13:27.058Z[ host-image] Aug 01 01:13:26.147 INFO O| Aug 01 01:13:26.147 INFO STEP 31 (remove_files) COMPLETE
83932024-08-01T01:13:27.058Z[ host-image] Aug 01 01:13:26.147 INFO O| Aug 01 01:13:26.147 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83942024-08-01T01:13:27.073Z[ host-image] Aug 01 01:13:26.163 INFO O| Aug 01 01:13:26.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
83952024-08-01T01:13:27.073Z[ host-image] Aug 01 01:13:26.163 INFO O| Aug 01 01:13:26.163 INFO STEP 32 (remove_files) COMPLETE
83962024-08-01T01:13:27.076Z[ host-image] Aug 01 01:13:26.163 INFO O| Aug 01 01:13:26.163 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83972024-08-01T01:13:27.089Z[ host-image] Aug 01 01:13:26.179 INFO O| Aug 01 01:13:26.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
83982024-08-01T01:13:27.089Z[ host-image] Aug 01 01:13:26.179 INFO O| Aug 01 01:13:26.179 INFO STEP 33 (remove_files) COMPLETE
83992024-08-01T01:13:27.093Z[ host-image] Aug 01 01:13:26.179 INFO O| Aug 01 01:13:26.179 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84002024-08-01T01:13:27.105Z[ host-image] Aug 01 01:13:26.195 INFO O| Aug 01 01:13:26.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84012024-08-01T01:13:27.105Z[ host-image] Aug 01 01:13:26.195 INFO O| Aug 01 01:13:26.195 INFO STEP 34 (remove_files) COMPLETE
84022024-08-01T01:13:27.105Z[ host-image] Aug 01 01:13:26.195 INFO O| Aug 01 01:13:26.195 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84032024-08-01T01:13:27.120Z[ host-image] Aug 01 01:13:26.210 INFO O| Aug 01 01:13:26.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84042024-08-01T01:13:27.120Z[ host-image] Aug 01 01:13:26.210 INFO O| Aug 01 01:13:26.210 INFO STEP 35 (remove_files) COMPLETE
84052024-08-01T01:13:27.123Z[ host-image] Aug 01 01:13:26.210 INFO O| Aug 01 01:13:26.210 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84062024-08-01T01:13:27.132Z[ host-image] Aug 01 01:13:26.222 INFO O| Aug 01 01:13:26.221 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84072024-08-01T01:13:27.135Z[ host-image] Aug 01 01:13:26.222 INFO O| Aug 01 01:13:26.222 INFO STEP 36 (remove_files) COMPLETE
84082024-08-01T01:13:27.135Z[ host-image] Aug 01 01:13:26.222 INFO O| Aug 01 01:13:26.222 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84092024-08-01T01:13:27.143Z[ host-image] Aug 01 01:13:26.233 INFO O| Aug 01 01:13:26.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84102024-08-01T01:13:27.146Z[ host-image] Aug 01 01:13:26.233 INFO O| Aug 01 01:13:26.233 INFO STEP 37 (remove_files) COMPLETE
84112024-08-01T01:13:27.146Z[ host-image] Aug 01 01:13:26.234 INFO O| Aug 01 01:13:26.233 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84122024-08-01T01:13:27.154Z[ host-image] Aug 01 01:13:26.244 INFO O| Aug 01 01:13:26.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84132024-08-01T01:13:27.155Z[ host-image] Aug 01 01:13:26.244 INFO O| Aug 01 01:13:26.244 INFO STEP 38 (remove_files) COMPLETE
84142024-08-01T01:13:27.158Z[ host-image] Aug 01 01:13:26.245 INFO O| Aug 01 01:13:26.244 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84152024-08-01T01:13:27.170Z[ host-image] Aug 01 01:13:26.260 INFO O| Aug 01 01:13:26.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84162024-08-01T01:13:27.170Z[ host-image] Aug 01 01:13:26.260 INFO O| Aug 01 01:13:26.260 INFO STEP 39 (remove_files) COMPLETE
84172024-08-01T01:13:27.173Z[ host-image] Aug 01 01:13:26.260 INFO O| Aug 01 01:13:26.260 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84182024-08-01T01:13:27.185Z[ host-image] Aug 01 01:13:26.275 INFO O| Aug 01 01:13:26.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84192024-08-01T01:13:27.185Z[ host-image] Aug 01 01:13:26.275 INFO O| Aug 01 01:13:26.275 INFO STEP 40 (remove_files) COMPLETE
84202024-08-01T01:13:27.185Z[ host-image] Aug 01 01:13:26.275 INFO O| Aug 01 01:13:26.275 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84212024-08-01T01:13:27.200Z[ host-image] Aug 01 01:13:26.290 INFO O| Aug 01 01:13:26.289 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84222024-08-01T01:13:27.200Z[ host-image] Aug 01 01:13:26.290 INFO O| Aug 01 01:13:26.290 INFO STEP 41 (remove_files) COMPLETE
84232024-08-01T01:13:27.200Z[ host-image] Aug 01 01:13:26.290 INFO O| Aug 01 01:13:26.290 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84242024-08-01T01:13:27.215Z[ host-image] Aug 01 01:13:26.305 INFO O| Aug 01 01:13:26.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84252024-08-01T01:13:27.218Z[ host-image] Aug 01 01:13:26.305 INFO O| Aug 01 01:13:26.305 INFO STEP 42 (remove_files) COMPLETE
84262024-08-01T01:13:27.218Z[ host-image] Aug 01 01:13:26.305 INFO O| Aug 01 01:13:26.305 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84272024-08-01T01:13:27.230Z[ host-image] Aug 01 01:13:26.320 INFO O| Aug 01 01:13:26.320 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84282024-08-01T01:13:27.234Z[ host-image] Aug 01 01:13:26.320 INFO O| Aug 01 01:13:26.320 INFO STEP 43 (remove_files) COMPLETE
84292024-08-01T01:13:27.234Z[ host-image] Aug 01 01:13:26.321 INFO O| Aug 01 01:13:26.320 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84302024-08-01T01:13:27.247Z[ host-image] Aug 01 01:13:26.337 INFO O| Aug 01 01:13:26.336 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84312024-08-01T01:13:27.247Z[ host-image] Aug 01 01:13:26.337 INFO O| Aug 01 01:13:26.337 INFO STEP 44 (remove_files) COMPLETE
84322024-08-01T01:13:27.250Z[ host-image] Aug 01 01:13:26.337 INFO O| Aug 01 01:13:26.337 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84332024-08-01T01:13:27.262Z[ host-image] Aug 01 01:13:26.352 INFO O| Aug 01 01:13:26.352 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84342024-08-01T01:13:27.262Z[ host-image] Aug 01 01:13:26.352 INFO O| Aug 01 01:13:26.352 INFO STEP 45 (remove_files) COMPLETE
84352024-08-01T01:13:27.265Z[ host-image] Aug 01 01:13:26.352 INFO O| Aug 01 01:13:26.352 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84362024-08-01T01:13:27.277Z[ host-image] Aug 01 01:13:26.367 INFO O| Aug 01 01:13:26.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84372024-08-01T01:13:27.277Z[ host-image] Aug 01 01:13:26.367 INFO O| Aug 01 01:13:26.367 INFO STEP 46 (remove_files) COMPLETE
84382024-08-01T01:13:27.280Z[ host-image] Aug 01 01:13:26.367 INFO O| Aug 01 01:13:26.367 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84392024-08-01T01:13:27.294Z[ host-image] Aug 01 01:13:26.384 INFO O| Aug 01 01:13:26.384 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84402024-08-01T01:13:27.294Z[ host-image] Aug 01 01:13:26.384 INFO O| Aug 01 01:13:26.384 INFO STEP 47 (remove_files) COMPLETE
84412024-08-01T01:13:27.297Z[ host-image] Aug 01 01:13:26.384 INFO O| Aug 01 01:13:26.384 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84422024-08-01T01:13:27.312Z[ host-image] Aug 01 01:13:26.401 INFO O| Aug 01 01:13:26.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84432024-08-01T01:13:27.312Z[ host-image] Aug 01 01:13:26.401 INFO O| Aug 01 01:13:26.401 INFO STEP 48 (remove_files) COMPLETE
84442024-08-01T01:13:27.315Z[ host-image] Aug 01 01:13:26.402 INFO O| Aug 01 01:13:26.401 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84452024-08-01T01:13:27.330Z[ host-image] Aug 01 01:13:26.420 INFO O| Aug 01 01:13:26.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84462024-08-01T01:13:27.330Z[ host-image] Aug 01 01:13:26.420 INFO O| Aug 01 01:13:26.420 INFO STEP 49 (remove_files) COMPLETE
84472024-08-01T01:13:27.330Z[ host-image] Aug 01 01:13:26.420 INFO O| Aug 01 01:13:26.420 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84482024-08-01T01:13:27.349Z[ host-image] Aug 01 01:13:26.438 INFO O| Aug 01 01:13:26.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84492024-08-01T01:13:27.352Z[ host-image] Aug 01 01:13:26.438 INFO O| Aug 01 01:13:26.438 INFO STEP 50 (remove_files) COMPLETE
84502024-08-01T01:13:27.352Z[ host-image] Aug 01 01:13:26.439 INFO O| Aug 01 01:13:26.438 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84512024-08-01T01:13:27.366Z[ host-image] Aug 01 01:13:26.456 INFO O| Aug 01 01:13:26.456 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84522024-08-01T01:13:27.369Z[ host-image] Aug 01 01:13:26.456 INFO O| Aug 01 01:13:26.456 INFO STEP 51 (remove_files) COMPLETE
84532024-08-01T01:13:27.369Z[ host-image] Aug 01 01:13:26.456 INFO O| Aug 01 01:13:26.456 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84542024-08-01T01:13:27.383Z[ host-image] Aug 01 01:13:26.473 INFO O| Aug 01 01:13:26.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84552024-08-01T01:13:27.387Z[ host-image] Aug 01 01:13:26.473 INFO O| Aug 01 01:13:26.473 INFO STEP 52 (remove_files) COMPLETE
84562024-08-01T01:13:27.387Z[ host-image] Aug 01 01:13:26.473 INFO O| Aug 01 01:13:26.473 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84572024-08-01T01:13:27.400Z[ host-image] Aug 01 01:13:26.490 INFO O| Aug 01 01:13:26.490 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84582024-08-01T01:13:27.403Z[ host-image] Aug 01 01:13:26.490 INFO O| Aug 01 01:13:26.490 INFO STEP 53 (remove_files) COMPLETE
84592024-08-01T01:13:27.403Z[ host-image] Aug 01 01:13:26.490 INFO O| Aug 01 01:13:26.490 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84602024-08-01T01:13:27.417Z[ host-image] Aug 01 01:13:26.507 INFO O| Aug 01 01:13:26.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84612024-08-01T01:13:27.420Z[ host-image] Aug 01 01:13:26.507 INFO O| Aug 01 01:13:26.507 INFO STEP 54 (remove_files) COMPLETE
84622024-08-01T01:13:27.420Z[ host-image] Aug 01 01:13:26.507 INFO O| Aug 01 01:13:26.507 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84632024-08-01T01:13:27.433Z[ host-image] Aug 01 01:13:26.523 INFO O| Aug 01 01:13:26.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84642024-08-01T01:13:27.436Z[ host-image] Aug 01 01:13:26.523 INFO O| Aug 01 01:13:26.523 INFO STEP 55 (remove_files) COMPLETE
84652024-08-01T01:13:27.436Z[ host-image] Aug 01 01:13:26.523 INFO O| Aug 01 01:13:26.523 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84662024-08-01T01:13:27.448Z[ host-image] Aug 01 01:13:26.538 INFO O| Aug 01 01:13:26.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84672024-08-01T01:13:27.448Z[ host-image] Aug 01 01:13:26.538 INFO O| Aug 01 01:13:26.538 INFO STEP 56 (remove_files) COMPLETE
84682024-08-01T01:13:27.451Z[ host-image] Aug 01 01:13:26.538 INFO O| Aug 01 01:13:26.538 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84692024-08-01T01:13:27.462Z[ host-image] Aug 01 01:13:26.552 INFO O| Aug 01 01:13:26.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84702024-08-01T01:13:27.462Z[ host-image] Aug 01 01:13:26.552 INFO O| Aug 01 01:13:26.552 INFO STEP 57 (remove_files) COMPLETE
84712024-08-01T01:13:27.466Z[ host-image] Aug 01 01:13:26.552 INFO O| Aug 01 01:13:26.552 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84722024-08-01T01:13:27.479Z[ host-image] Aug 01 01:13:26.569 INFO O| Aug 01 01:13:26.569 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84732024-08-01T01:13:27.479Z[ host-image] Aug 01 01:13:26.569 INFO O| Aug 01 01:13:26.569 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84742024-08-01T01:13:27.482Z[ host-image] Aug 01 01:13:26.569 INFO O| Aug 01 01:13:26.569 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84752024-08-01T01:13:27.482Z[ host-image] Aug 01 01:13:26.569 INFO O| Aug 01 01:13:26.569 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84762024-08-01T01:13:27.482Z[ host-image] Aug 01 01:13:26.569 INFO O| Aug 01 01:13:26.569 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84772024-08-01T01:13:27.482Z[ host-image] Aug 01 01:13:26.569 INFO O| Aug 01 01:13:26.569 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84782024-08-01T01:13:27.482Z[ host-image] Aug 01 01:13:26.569 INFO O| Aug 01 01:13:26.569 INFO ok!
84792024-08-01T01:13:27.483Z[ host-image] Aug 01 01:13:26.569 INFO O| Aug 01 01:13:26.569 INFO STEP 58 (ensure_file) COMPLETE
84802024-08-01T01:13:27.483Z[ host-image] Aug 01 01:13:26.569 INFO O| Aug 01 01:13:26.569 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84812024-08-01T01:13:27.492Z[ host-image] Aug 01 01:13:26.582 INFO O| Aug 01 01:13:26.582 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84822024-08-01T01:13:27.492Z[ host-image] Aug 01 01:13:26.582 INFO O| Aug 01 01:13:26.582 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84832024-08-01T01:13:27.495Z[ host-image] Aug 01 01:13:26.582 INFO O| Aug 01 01:13:26.582 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84842024-08-01T01:13:27.495Z[ host-image] Aug 01 01:13:26.582 INFO O| Aug 01 01:13:26.582 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84852024-08-01T01:13:27.495Z[ host-image] Aug 01 01:13:26.582 INFO O| Aug 01 01:13:26.582 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84862024-08-01T01:13:27.495Z[ host-image] Aug 01 01:13:26.582 INFO O| Aug 01 01:13:26.582 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84872024-08-01T01:13:27.496Z[ host-image] Aug 01 01:13:26.582 INFO O| Aug 01 01:13:26.582 INFO ok!
84882024-08-01T01:13:27.496Z[ host-image] Aug 01 01:13:26.583 INFO O| Aug 01 01:13:26.582 INFO STEP 59 (ensure_file) COMPLETE
84892024-08-01T01:13:27.496Z[ host-image] Aug 01 01:13:26.583 INFO O| Aug 01 01:13:26.582 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84902024-08-01T01:13:27.507Z[ host-image] Aug 01 01:13:26.597 INFO O| Aug 01 01:13:26.597 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
84912024-08-01T01:13:27.507Z[ host-image] Aug 01 01:13:26.597 INFO O| Aug 01 01:13:26.597 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
84922024-08-01T01:13:27.508Z[ host-image] Aug 01 01:13:26.597 INFO O| Aug 01 01:13:26.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
84932024-08-01T01:13:27.510Z[ host-image] Aug 01 01:13:26.597 INFO O| Aug 01 01:13:26.597 INFO ok!
84942024-08-01T01:13:27.511Z[ host-image] Aug 01 01:13:26.598 INFO O| Aug 01 01:13:26.598 INFO STEP 60 (ensure_file) COMPLETE
84952024-08-01T01:13:27.511Z[ host-image] Aug 01 01:13:26.598 INFO O| Aug 01 01:13:26.598 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-08-01T01:13:27.524Z[ host-image] Aug 01 01:13:26.614 INFO O| Aug 01 01:13:26.614 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
84972024-08-01T01:13:27.524Z[ host-image] Aug 01 01:13:26.614 INFO O| Aug 01 01:13:26.614 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
84982024-08-01T01:13:27.527Z[ host-image] Aug 01 01:13:26.614 INFO O| Aug 01 01:13:26.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
84992024-08-01T01:13:27.527Z[ host-image] Aug 01 01:13:26.614 INFO O| Aug 01 01:13:26.614 INFO ok!
85002024-08-01T01:13:27.527Z[ host-image] Aug 01 01:13:26.614 INFO O| Aug 01 01:13:26.614 INFO STEP 61 (ensure_file) COMPLETE
85012024-08-01T01:13:27.527Z[ host-image] Aug 01 01:13:26.614 INFO O| Aug 01 01:13:26.614 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-08-01T01:13:27.537Z[ host-image] Aug 01 01:13:26.627 INFO O| Aug 01 01:13:26.627 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85032024-08-01T01:13:27.537Z[ host-image] Aug 01 01:13:26.627 INFO O| Aug 01 01:13:26.627 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85042024-08-01T01:13:27.540Z[ host-image] Aug 01 01:13:26.627 INFO O| Aug 01 01:13:26.627 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85052024-08-01T01:13:27.540Z[ host-image] Aug 01 01:13:26.627 INFO O| Aug 01 01:13:26.627 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85062024-08-01T01:13:27.540Z[ host-image] Aug 01 01:13:26.627 INFO O| Aug 01 01:13:26.627 INFO ok!
85072024-08-01T01:13:27.540Z[ host-image] Aug 01 01:13:26.627 INFO O| Aug 01 01:13:26.627 INFO STEP 62 (ensure_file) COMPLETE
85082024-08-01T01:13:27.540Z[ host-image] Aug 01 01:13:26.628 INFO O| Aug 01 01:13:26.627 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-08-01T01:13:27.549Z[ host-image] Aug 01 01:13:26.639 INFO O| Aug 01 01:13:26.639 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85102024-08-01T01:13:27.549Z[ host-image] Aug 01 01:13:26.639 INFO O| Aug 01 01:13:26.639 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85112024-08-01T01:13:27.552Z[ host-image] Aug 01 01:13:26.639 INFO O| Aug 01 01:13:26.639 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85122024-08-01T01:13:27.552Z[ host-image] Aug 01 01:13:26.639 INFO O| Aug 01 01:13:26.639 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85132024-08-01T01:13:27.552Z[ host-image] Aug 01 01:13:26.639 INFO O| Aug 01 01:13:26.639 INFO ok!
85142024-08-01T01:13:27.552Z[ host-image] Aug 01 01:13:26.639 INFO O| Aug 01 01:13:26.639 INFO STEP 63 (ensure_file) COMPLETE
85152024-08-01T01:13:27.552Z[ host-image] Aug 01 01:13:26.639 INFO O| Aug 01 01:13:26.639 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-08-01T01:13:27.563Z[ host-image] Aug 01 01:13:26.653 INFO O| Aug 01 01:13:26.653 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme does not exist
85172024-08-01T01:13:27.563Z[ host-image] Aug 01 01:13:26.653 INFO O| Aug 01 01:13:26.653 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme ...
85182024-08-01T01:13:27.563Z[ host-image] Aug 01 01:13:26.653 INFO O| Aug 01 01:13:26.653 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
85192024-08-01T01:13:27.566Z[ host-image] Aug 01 01:13:26.653 INFO O| Aug 01 01:13:26.653 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
85202024-08-01T01:13:27.567Z[ host-image] Aug 01 01:13:26.653 INFO O| Aug 01 01:13:26.653 INFO ok!
85212024-08-01T01:13:27.567Z[ host-image] Aug 01 01:13:26.654 INFO O| Aug 01 01:13:26.653 INFO STEP 64 (ensure_file) COMPLETE
85222024-08-01T01:13:27.567Z[ host-image] Aug 01 01:13:26.654 INFO O| Aug 01 01:13:26.654 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-08-01T01:13:27.577Z[ host-image] Aug 01 01:13:26.667 INFO O| Aug 01 01:13:26.667 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85242024-08-01T01:13:27.577Z[ host-image] Aug 01 01:13:26.667 INFO O| Aug 01 01:13:26.667 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85252024-08-01T01:13:27.580Z[ host-image] Aug 01 01:13:26.667 INFO O| Aug 01 01:13:26.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85262024-08-01T01:13:27.580Z[ host-image] Aug 01 01:13:26.667 INFO O| Aug 01 01:13:26.667 INFO ok!
85272024-08-01T01:13:27.580Z[ host-image] Aug 01 01:13:26.668 INFO O| Aug 01 01:13:26.667 INFO STEP 65 (assemble_files) COMPLETE
85282024-08-01T01:13:27.580Z[ host-image] Aug 01 01:13:26.668 INFO O| Aug 01 01:13:26.667 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-08-01T01:13:27.590Z[ host-image] Aug 01 01:13:26.680 INFO O| Aug 01 01:13:26.680 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85302024-08-01T01:13:27.590Z[ host-image] Aug 01 01:13:26.680 INFO O| Aug 01 01:13:26.680 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85312024-08-01T01:13:27.593Z[ host-image] Aug 01 01:13:26.680 INFO O| Aug 01 01:13:26.680 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85322024-08-01T01:13:27.594Z[ host-image] Aug 01 01:13:26.680 INFO O| Aug 01 01:13:26.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85332024-08-01T01:13:27.594Z[ host-image] Aug 01 01:13:26.681 INFO O| Aug 01 01:13:26.680 INFO ok!
85342024-08-01T01:13:27.594Z[ host-image] Aug 01 01:13:26.681 INFO O| Aug 01 01:13:26.681 INFO STEP 66 (ensure_file) COMPLETE
85352024-08-01T01:13:27.594Z[ host-image] Aug 01 01:13:26.681 INFO O| Aug 01 01:13:26.681 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-08-01T01:13:27.607Z[ host-image] Aug 01 01:13:26.696 INFO O| Aug 01 01:13:26.696 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85372024-08-01T01:13:27.607Z[ host-image] Aug 01 01:13:26.697 INFO O| Aug 01 01:13:26.697 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85382024-08-01T01:13:27.610Z[ host-image] Aug 01 01:13:26.697 INFO O| Aug 01 01:13:26.697 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85392024-08-01T01:13:27.610Z[ host-image] Aug 01 01:13:26.697 INFO O| Aug 01 01:13:26.697 INFO STEP 67 (ensure_dir) COMPLETE
85402024-08-01T01:13:27.610Z[ host-image] Aug 01 01:13:26.697 INFO O| Aug 01 01:13:26.697 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-08-01T01:13:27.620Z[ host-image] Aug 01 01:13:26.710 INFO O| Aug 01 01:13:26.710 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85422024-08-01T01:13:27.620Z[ host-image] Aug 01 01:13:26.710 INFO O| Aug 01 01:13:26.710 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 ...
85432024-08-01T01:13:27.628Z[ host-image] Aug 01 01:13:26.718 INFO O| Aug 01 01:13:26.717 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
85442024-08-01T01:13:27.628Z[ host-image] Aug 01 01:13:26.718 INFO O| Aug 01 01:13:26.717 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85452024-08-01T01:13:27.631Z[ host-image] Aug 01 01:13:26.718 INFO O| Aug 01 01:13:26.717 INFO ok!
85462024-08-01T01:13:27.631Z[ host-image] Aug 01 01:13:26.718 INFO O| Aug 01 01:13:26.718 INFO STEP 68 (ensure_file) COMPLETE
85472024-08-01T01:13:27.631Z[ host-image] Aug 01 01:13:26.718 INFO O| Aug 01 01:13:26.718 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-08-01T01:13:27.646Z[ host-image] Aug 01 01:13:26.736 INFO O| Aug 01 01:13:26.736 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85492024-08-01T01:13:27.646Z[ host-image] Aug 01 01:13:26.736 INFO O| Aug 01 01:13:26.736 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 ...
85502024-08-01T01:13:27.649Z[ host-image] Aug 01 01:13:26.736 INFO O| Aug 01 01:13:26.736 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
85512024-08-01T01:13:27.649Z[ host-image] Aug 01 01:13:26.736 INFO O| Aug 01 01:13:26.736 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85522024-08-01T01:13:27.649Z[ host-image] Aug 01 01:13:26.736 INFO O| Aug 01 01:13:26.736 INFO ok!
85532024-08-01T01:13:27.649Z[ host-image] Aug 01 01:13:26.736 INFO O| Aug 01 01:13:26.736 INFO STEP 69 (ensure_file) COMPLETE
85542024-08-01T01:13:27.649Z[ host-image] Aug 01 01:13:26.736 INFO O| Aug 01 01:13:26.736 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85552024-08-01T01:13:27.666Z[ host-image] Aug 01 01:13:26.755 INFO O| Aug 01 01:13:26.755 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85562024-08-01T01:13:27.666Z[ host-image] Aug 01 01:13:26.755 INFO O| Aug 01 01:13:26.755 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85572024-08-01T01:13:27.669Z[ recovery-image] Aug 01 01:13:26.756 INFO E| Compiling clap_derive v4.5.3
85582024-08-01T01:13:29.871Z[ host-image] Aug 01 01:13:28.962 INFO O| Aug 01 01:13:28.961 INFO STEP 70 (pack_tar) COMPLETE
85592024-08-01T01:13:29.871Z[ host-image] Aug 01 01:13:28.962 INFO O| Aug 01 01:13:28.962 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85602024-08-01T01:13:29.874Z[ host-image] Aug 01 01:13:28.962 INFO O| Aug 01 01:13:28.962 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
85612024-08-01T01:13:29.985Z[ host-image] Aug 01 01:13:29.075 INFO O| Aug 01 01:13:29.075 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85622024-08-01T01:13:30.052Z[ recovery-image] Aug 01 01:13:29.142 INFO E| Compiling clap v4.5.3
85632024-08-01T01:13:30.063Z[ host-image] Aug 01 01:13:29.154 INFO O| Aug 01 01:13:29.154 INFO completed processing gimlet/ramdisk-02-trim
85642024-08-01T01:13:30.067Z[ host-image] Aug 01 01:13:29.156 INFO image builder template: zfs...
85652024-08-01T01:13:30.067Z[ host-image] Aug 01 01:13:29.156 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/.tmp3y6chY/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
85662024-08-01T01:13:30.079Z[ host-image] Aug 01 01:13:29.170 INFO O| Aug 01 01:13:29.169 INFO skip include "stress" because feature "stress" is not enabled
85672024-08-01T01:13:30.112Z[ host-image] Aug 01 01:13:29.202 INFO O| Aug 01 01:13:29.202 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
85682024-08-01T01:13:30.115Z[ recovery-image] Aug 01 01:13:29.203 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85692024-08-01T01:13:30.118Z[ host-image] Aug 01 01:13:29.206 INFO O| Aug 01 01:13:29.206 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
85702024-08-01T01:13:30.166Z[ host-image] Aug 01 01:13:29.256 INFO O| Aug 01 01:13:29.256 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
85712024-08-01T01:13:30.212Z[ host-image] Aug 01 01:13:29.302 INFO O| Aug 01 01:13:29.302 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
85722024-08-01T01:13:30.212Z[ host-image] Aug 01 01:13:29.302 INFO O| Aug 01 01:13:29.302 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85732024-08-01T01:13:30.216Z[ host-image] Aug 01 01:13:29.307 INFO O| Aug 01 01:13:29.307 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
85742024-08-01T01:13:30.276Z[ host-image] Aug 01 01:13:29.366 INFO O| Aug 01 01:13:29.366 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
85752024-08-01T01:13:30.314Z[ host-image] Aug 01 01:13:29.404 INFO O| Aug 01 01:13:29.404 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
85762024-08-01T01:13:30.324Z[ host-image] Aug 01 01:13:29.414 INFO O| Aug 01 01:13:29.414 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85772024-08-01T01:13:30.329Z[ host-image] Aug 01 01:13:29.419 INFO O| Aug 01 01:13:29.419 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
85782024-08-01T01:13:30.329Z[ host-image] Aug 01 01:13:29.419 INFO O| Aug 01 01:13:29.419 INFO no lofi found
85792024-08-01T01:13:30.332Z[ host-image] Aug 01 01:13:29.419 INFO O| Aug 01 01:13:29.419 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
85802024-08-01T01:13:30.332Z[ host-image] Aug 01 01:13:29.419 INFO O| Aug 01 01:13:29.419 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85812024-08-01T01:13:31.296Z[ recovery-image] Aug 01 01:13:30.386 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.07s
85822024-08-01T01:13:31.305Z[ recovery-image] Aug 01 01:13:30.395 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85832024-08-01T01:13:31.422Z[ recovery-image] Aug 01 01:13:30.513 INFO E| Updating crates.io index
85842024-08-01T01:13:31.584Z[ recovery-image] Aug 01 01:13:30.675 INFO E| Downloading crates ...
85852024-08-01T01:13:31.640Z[ recovery-image] Aug 01 01:13:30.730 INFO E| Downloaded bit_field v0.10.2
85862024-08-01T01:13:31.644Z[ recovery-image] Aug 01 01:13:30.732 INFO E| Downloaded seq-macro v0.3.5
85872024-08-01T01:13:31.663Z[ recovery-image] Aug 01 01:13:30.754 INFO E| Downloaded cpio_reader v0.1.1
85882024-08-01T01:13:31.670Z[ recovery-image] Aug 01 01:13:30.761 INFO E| Downloaded raw-cpuid v10.7.0
85892024-08-01T01:13:31.681Z[ recovery-image] Aug 01 01:13:30.772 INFO E| Downloaded goblin v0.8.0
85902024-08-01T01:13:31.835Z[ recovery-image] Aug 01 01:13:30.926 INFO E| Downloaded x86 v0.52.0
85912024-08-01T01:13:31.905Z[ recovery-image] Aug 01 01:13:30.995 INFO E| Updating crates.io index
85922024-08-01T01:13:31.918Z[ host-image] Aug 01 01:13:31.009 INFO O| Aug 01 01:13:31.009 INFO lofi device = /dev/dsk/c2t1d0p0
85932024-08-01T01:13:31.919Z[ host-image] Aug 01 01:13:31.009 INFO O| Aug 01 01:13:31.009 INFO pool device = /dev/dsk/c2t1d0p0
85942024-08-01T01:13:31.922Z[ host-image] Aug 01 01:13:31.009 INFO O| Aug 01 01:13:31.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
85952024-08-01T01:13:31.957Z[ recovery-image] Aug 01 01:13:31.048 INFO E| Downloading crates ...
85962024-08-01T01:13:31.990Z[ host-image] Aug 01 01:13:31.081 INFO O| Aug 01 01:13:31.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85972024-08-01T01:13:31.990Z[ host-image] Aug 01 01:13:31.081 INFO O| Aug 01 01:13:31.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
85982024-08-01T01:13:32.010Z[ host-image] Aug 01 01:13:31.101 INFO O| Aug 01 01:13:31.101 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
85992024-08-01T01:13:32.015Z[ recovery-image] Aug 01 01:13:31.106 INFO E| Downloaded allocator-api2 v0.2.16
86002024-08-01T01:13:32.023Z[ recovery-image] Aug 01 01:13:31.114 INFO E| Downloaded rustc-demangle v0.1.23
86012024-08-01T01:13:32.032Z[ recovery-image] Aug 01 01:13:31.123 INFO E| Downloaded compiler_builtins v0.1.108
86022024-08-01T01:13:32.068Z[ host-image] Aug 01 01:13:31.158 INFO O| Aug 01 01:13:31.158 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86032024-08-01T01:13:32.106Z[ host-image] Aug 01 01:13:31.197 INFO O| Aug 01 01:13:31.197 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86042024-08-01T01:13:32.109Z[ recovery-image] Aug 01 01:13:31.199 INFO E| Compiling compiler_builtins v0.1.108
86052024-08-01T01:13:32.109Z[ recovery-image] Aug 01 01:13:31.199 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)
86062024-08-01T01:13:32.109Z[ recovery-image] Aug 01 01:13:31.199 INFO E| Compiling proc-macro2 v1.0.79
86072024-08-01T01:13:32.109Z[ recovery-image] Aug 01 01:13:31.199 INFO E| Compiling unicode-ident v1.0.12
86082024-08-01T01:13:32.113Z[ recovery-image] Aug 01 01:13:31.203 INFO E| Compiling syn v1.0.109
86092024-08-01T01:13:32.115Z[ recovery-image] Aug 01 01:13:31.204 INFO E| Compiling x86 v0.52.0
86102024-08-01T01:13:32.115Z[ recovery-image] Aug 01 01:13:31.204 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86112024-08-01T01:13:32.116Z[ recovery-image] Aug 01 01:13:31.204 INFO E| Compiling seq-macro v0.3.5
86122024-08-01T01:13:32.124Z[ host-image] Aug 01 01:13:31.215 INFO O| Aug 01 01:13:31.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86132024-08-01T01:13:32.143Z[ host-image] Aug 01 01:13:31.233 INFO O| Aug 01 01:13:31.233 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86142024-08-01T01:13:32.249Z[ host-image] Aug 01 01:13:31.339 INFO O| Aug 01 01:13:31.339 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86152024-08-01T01:13:32.252Z[ host-image] Aug 01 01:13:31.340 INFO O| Aug 01 01:13:31.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86162024-08-01T01:13:32.252Z[ host-image] Aug 01 01:13:31.340 INFO O| Aug 01 01:13:31.340 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86172024-08-01T01:13:32.264Z[ host-image] Aug 01 01:13:31.354 INFO O| Aug 01 01:13:31.354 INFO boot environment UUID: 89ee0da0-e87e-4a6e-84ae-96eeb81195dc
86182024-08-01T01:13:32.264Z[ host-image] Aug 01 01:13:31.354 INFO O| Aug 01 01:13:31.354 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 89ee0da0-e87e-4a6e-84ae-96eeb81195dc
86192024-08-01T01:13:32.303Z[ host-image] Aug 01 01:13:31.393 INFO O| Aug 01 01:13:31.393 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86202024-08-01T01:13:32.324Z[ host-image] Aug 01 01:13:31.415 INFO O| Aug 01 01:13:31.415 INFO STEP 0 (create_be) COMPLETE
86212024-08-01T01:13:32.324Z[ host-image] Aug 01 01:13:31.415 INFO O| Aug 01 01:13:31.415 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86222024-08-01T01:13:32.353Z[ host-image] Aug 01 01:13:31.444 INFO O| Aug 01 01:13:31.444 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86232024-08-01T01:13:33.899Z[ recovery-image] Aug 01 01:13:32.986 INFO E| Compiling quote v1.0.35
86242024-08-01T01:13:34.251Z[ recovery-image] Aug 01 01:13:33.342 INFO E| Compiling syn v2.0.53
86252024-08-01T01:13:40.937Z[ recovery-image] Aug 01 01:13:40.025 INFO E| Compiling scroll_derive v0.12.0
86262024-08-01T01:13:45.080Z[ recovery-image] Aug 01 01:13:44.172 INFO E| Compiling bitstruct_derive v0.1.0
86272024-08-01T01:13:54.421Z[ host-image] Aug 01 01:13:53.515 INFO O| Aug 01 01:13:53.515 INFO STEP 1 (unpack_tar) COMPLETE
86282024-08-01T01:13:54.421Z[ host-image] Aug 01 01:13:53.515 INFO O| Aug 01 01:13:53.515 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86292024-08-01T01:13:54.434Z[ host-image] Aug 01 01:13:53.529 INFO O| Aug 01 01:13:53.529 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86302024-08-01T01:13:54.570Z[ host-image] Aug 01 01:13:53.665 INFO O| Aug 01 01:13:53.665 INFO STEP 2 (devfsadm) COMPLETE
86312024-08-01T01:13:54.570Z[ host-image] Aug 01 01:13:53.665 INFO O| Aug 01 01:13:53.665 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86322024-08-01T01:13:54.583Z[ host-image] Aug 01 01:13:53.678 INFO O| Aug 01 01:13:53.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86332024-08-01T01:13:54.583Z[ host-image] Aug 01 01:13:53.678 INFO O| Aug 01 01:13:53.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86342024-08-01T01:13:54.587Z[ host-image] Aug 01 01:13:53.678 INFO O| Aug 01 01:13:53.678 INFO STEP 3 (ensure_dir) COMPLETE
86352024-08-01T01:13:54.587Z[ host-image] Aug 01 01:13:53.678 INFO O| Aug 01 01:13:53.678 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86362024-08-01T01:13:54.594Z[ host-image] Aug 01 01:13:53.688 INFO O| Aug 01 01:13:53.688 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86372024-08-01T01:13:54.594Z[ host-image] Aug 01 01:13:53.689 INFO O| Aug 01 01:13:53.688 INFO STEP 4 (ensure_dir) COMPLETE
86382024-08-01T01:13:54.597Z[ host-image] Aug 01 01:13:53.689 INFO O| Aug 01 01:13:53.688 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86392024-08-01T01:13:54.604Z[ host-image] Aug 01 01:13:53.699 INFO O| Aug 01 01:13:53.699 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86402024-08-01T01:13:54.604Z[ host-image] Aug 01 01:13:53.699 INFO O| Aug 01 01:13:53.699 INFO STEP 5 (ensure_dir) COMPLETE
86412024-08-01T01:13:54.607Z[ host-image] Aug 01 01:13:53.699 INFO O| Aug 01 01:13:53.699 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86422024-08-01T01:13:54.615Z[ host-image] Aug 01 01:13:53.709 INFO O| Aug 01 01:13:53.709 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86432024-08-01T01:13:54.618Z[ host-image] Aug 01 01:13:53.709 INFO O| Aug 01 01:13:53.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86442024-08-01T01:13:54.618Z[ host-image] Aug 01 01:13:53.709 INFO O| Aug 01 01:13:53.709 INFO STEP 6 (ensure_dir) COMPLETE
86452024-08-01T01:13:54.618Z[ host-image] Aug 01 01:13:53.709 INFO O| Aug 01 01:13:53.709 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86462024-08-01T01:13:54.626Z[ host-image] Aug 01 01:13:53.720 INFO O| Aug 01 01:13:53.720 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86472024-08-01T01:13:54.626Z[ host-image] Aug 01 01:13:53.720 INFO O| Aug 01 01:13:53.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86482024-08-01T01:13:54.626Z[ host-image] Aug 01 01:13:53.720 INFO O| Aug 01 01:13:53.720 INFO STEP 7 (ensure_dir) COMPLETE
86492024-08-01T01:13:54.629Z[ host-image] Aug 01 01:13:53.720 INFO O| Aug 01 01:13:53.720 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86502024-08-01T01:13:54.636Z[ host-image] Aug 01 01:13:53.730 INFO O| Aug 01 01:13:53.730 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86512024-08-01T01:13:54.638Z[ host-image] Aug 01 01:13:53.730 INFO O| Aug 01 01:13:53.730 INFO STEP 8 (remove_files) COMPLETE
86522024-08-01T01:13:54.639Z[ host-image] Aug 01 01:13:53.730 INFO O| Aug 01 01:13:53.730 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86532024-08-01T01:13:54.646Z[ host-image] Aug 01 01:13:53.741 INFO O| Aug 01 01:13:53.741 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86542024-08-01T01:13:54.649Z[ host-image] Aug 01 01:13:53.741 INFO O| Aug 01 01:13:53.741 INFO STEP 9 (remove_files) COMPLETE
86552024-08-01T01:13:54.649Z[ host-image] Aug 01 01:13:53.741 INFO O| Aug 01 01:13:53.741 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86562024-08-01T01:13:54.657Z[ host-image] Aug 01 01:13:53.751 INFO O| Aug 01 01:13:53.751 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86572024-08-01T01:13:54.660Z[ host-image] Aug 01 01:13:53.752 INFO O| Aug 01 01:13:53.752 INFO STEP 10 (remove_files) COMPLETE
86582024-08-01T01:13:54.660Z[ host-image] Aug 01 01:13:53.752 INFO O| Aug 01 01:13:53.752 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86592024-08-01T01:13:54.667Z[ host-image] Aug 01 01:13:53.762 INFO O| Aug 01 01:13:53.762 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86602024-08-01T01:13:54.670Z[ host-image] Aug 01 01:13:53.762 INFO O| Aug 01 01:13:53.762 INFO STEP 11 (remove_files) COMPLETE
86612024-08-01T01:13:54.670Z[ host-image] Aug 01 01:13:53.762 INFO O| Aug 01 01:13:53.762 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86622024-08-01T01:13:54.677Z[ host-image] Aug 01 01:13:53.771 INFO O| Aug 01 01:13:53.771 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86632024-08-01T01:13:54.679Z[ host-image] Aug 01 01:13:53.771 INFO O| Aug 01 01:13:53.771 INFO STEP 12 (remove_files) COMPLETE
86642024-08-01T01:13:54.679Z[ host-image] Aug 01 01:13:53.771 INFO O| Aug 01 01:13:53.771 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86652024-08-01T01:13:54.687Z[ host-image] Aug 01 01:13:53.782 INFO O| Aug 01 01:13:53.782 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86662024-08-01T01:13:54.687Z[ host-image] Aug 01 01:13:53.782 INFO O| Aug 01 01:13:53.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86672024-08-01T01:13:54.690Z[ host-image] Aug 01 01:13:53.782 INFO O| Aug 01 01:13:53.782 INFO STEP 13 (ensure_dir) COMPLETE
86682024-08-01T01:13:54.690Z[ host-image] Aug 01 01:13:53.782 INFO O| Aug 01 01:13:53.782 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86692024-08-01T01:13:54.699Z[ host-image] Aug 01 01:13:53.793 INFO O| Aug 01 01:13:53.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86702024-08-01T01:13:54.699Z[ host-image] Aug 01 01:13:53.793 INFO O| Aug 01 01:13:53.793 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86712024-08-01T01:13:54.701Z[ host-image] Aug 01 01:13:53.793 INFO O| Aug 01 01:13:53.793 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86722024-08-01T01:13:54.702Z[ host-image] Aug 01 01:13:53.793 INFO O| Aug 01 01:13:53.793 INFO STEP 14 (ensure_dir) COMPLETE
86732024-08-01T01:13:54.702Z[ host-image] Aug 01 01:13:53.793 INFO O| Aug 01 01:13:53.793 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86742024-08-01T01:13:54.708Z[ host-image] Aug 01 01:13:53.803 INFO O| Aug 01 01:13:53.803 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86752024-08-01T01:13:54.708Z[ host-image] Aug 01 01:13:53.803 INFO O| Aug 01 01:13:53.803 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86762024-08-01T01:13:54.711Z[ host-image] Aug 01 01:13:53.803 INFO O| Aug 01 01:13:53.803 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86772024-08-01T01:13:54.711Z[ host-image] Aug 01 01:13:53.803 INFO O| Aug 01 01:13:53.803 INFO STEP 15 (ensure_dir) COMPLETE
86782024-08-01T01:13:54.711Z[ host-image] Aug 01 01:13:53.803 INFO O| Aug 01 01:13:53.803 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86792024-08-01T01:13:54.718Z[ host-image] Aug 01 01:13:53.813 INFO O| Aug 01 01:13:53.813 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86802024-08-01T01:13:54.718Z[ host-image] Aug 01 01:13:53.813 INFO O| Aug 01 01:13:53.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86812024-08-01T01:13:54.721Z[ host-image] Aug 01 01:13:53.813 INFO O| Aug 01 01:13:53.813 INFO STEP 16 (ensure_dir) COMPLETE
86822024-08-01T01:13:54.721Z[ host-image] Aug 01 01:13:53.813 INFO O| Aug 01 01:13:53.813 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86832024-08-01T01:13:54.728Z[ host-image] Aug 01 01:13:53.823 INFO O| Aug 01 01:13:53.823 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86842024-08-01T01:13:54.728Z[ host-image] Aug 01 01:13:53.823 INFO O| Aug 01 01:13:53.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86852024-08-01T01:13:54.728Z[ host-image] Aug 01 01:13:53.823 INFO O| Aug 01 01:13:53.823 INFO STEP 17 (ensure_dir) COMPLETE
86862024-08-01T01:13:54.731Z[ host-image] Aug 01 01:13:53.823 INFO O| Aug 01 01:13:53.823 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86872024-08-01T01:13:54.738Z[ host-image] Aug 01 01:13:53.833 INFO O| Aug 01 01:13:53.833 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86882024-08-01T01:13:54.738Z[ host-image] Aug 01 01:13:53.833 INFO O| Aug 01 01:13:53.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86892024-08-01T01:13:54.741Z[ host-image] Aug 01 01:13:53.833 INFO O| Aug 01 01:13:53.833 INFO ok!
86902024-08-01T01:13:54.741Z[ host-image] Aug 01 01:13:53.833 INFO O| Aug 01 01:13:53.833 INFO STEP 18 (ensure_symlink) COMPLETE
86912024-08-01T01:13:54.741Z[ host-image] Aug 01 01:13:53.833 INFO O| Aug 01 01:13:53.833 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86922024-08-01T01:13:54.749Z[ host-image] Aug 01 01:13:53.843 INFO O| Aug 01 01:13:53.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86932024-08-01T01:13:54.749Z[ host-image] Aug 01 01:13:53.843 INFO O| Aug 01 01:13:53.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86942024-08-01T01:13:54.749Z[ host-image] Aug 01 01:13:53.843 INFO O| Aug 01 01:13:53.843 INFO ok!
86952024-08-01T01:13:54.752Z[ host-image] Aug 01 01:13:53.843 INFO O| Aug 01 01:13:53.843 INFO STEP 19 (ensure_file) COMPLETE
86962024-08-01T01:13:54.752Z[ host-image] Aug 01 01:13:53.843 INFO O| Aug 01 01:13:53.843 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86972024-08-01T01:13:54.759Z[ host-image] Aug 01 01:13:53.854 INFO O| Aug 01 01:13:53.854 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86982024-08-01T01:13:54.759Z[ host-image] Aug 01 01:13:53.854 INFO O| Aug 01 01:13:53.854 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86992024-08-01T01:13:54.762Z[ host-image] Aug 01 01:13:53.854 INFO O| Aug 01 01:13:53.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87002024-08-01T01:13:54.762Z[ host-image] Aug 01 01:13:53.854 INFO O| Aug 01 01:13:53.854 INFO ok!
87012024-08-01T01:13:54.762Z[ host-image] Aug 01 01:13:53.854 INFO O| Aug 01 01:13:53.854 INFO STEP 20 (ensure_symlink) COMPLETE
87022024-08-01T01:13:54.762Z[ host-image] Aug 01 01:13:53.854 INFO O| Aug 01 01:13:53.854 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87032024-08-01T01:13:54.770Z[ host-image] Aug 01 01:13:53.865 INFO O| Aug 01 01:13:53.865 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87042024-08-01T01:13:54.770Z[ host-image] Aug 01 01:13:53.865 INFO O| Aug 01 01:13:53.865 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87052024-08-01T01:13:54.773Z[ host-image] Aug 01 01:13:53.865 INFO O| Aug 01 01:13:53.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87062024-08-01T01:13:54.773Z[ host-image] Aug 01 01:13:53.865 INFO O| Aug 01 01:13:53.865 INFO ok!
87072024-08-01T01:13:54.773Z[ host-image] Aug 01 01:13:53.865 INFO O| Aug 01 01:13:53.865 INFO STEP 21 (ensure_symlink) COMPLETE
87082024-08-01T01:13:54.773Z[ host-image] Aug 01 01:13:53.865 INFO O| Aug 01 01:13:53.865 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87092024-08-01T01:13:54.781Z[ host-image] Aug 01 01:13:53.875 INFO O| Aug 01 01:13:53.875 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87102024-08-01T01:13:54.784Z[ host-image] Aug 01 01:13:53.875 INFO O| Aug 01 01:13:53.875 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87112024-08-01T01:13:54.784Z[ host-image] Aug 01 01:13:53.875 INFO O| Aug 01 01:13:53.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87122024-08-01T01:13:54.784Z[ host-image] Aug 01 01:13:53.875 INFO O| Aug 01 01:13:53.875 INFO ok!
87132024-08-01T01:13:54.784Z[ host-image] Aug 01 01:13:53.875 INFO O| Aug 01 01:13:53.875 INFO STEP 22 (ensure_symlink) COMPLETE
87142024-08-01T01:13:54.784Z[ host-image] Aug 01 01:13:53.875 INFO O| Aug 01 01:13:53.875 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87152024-08-01T01:13:54.793Z[ host-image] Aug 01 01:13:53.887 INFO O| Aug 01 01:13:53.887 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87162024-08-01T01:13:54.793Z[ host-image] Aug 01 01:13:53.887 INFO O| Aug 01 01:13:53.887 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87172024-08-01T01:13:54.793Z[ host-image] Aug 01 01:13:53.888 INFO O| Aug 01 01:13:53.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87182024-08-01T01:13:54.796Z[ host-image] Aug 01 01:13:53.888 INFO O| Aug 01 01:13:53.888 INFO ok!
87192024-08-01T01:13:54.796Z[ host-image] Aug 01 01:13:53.888 INFO O| Aug 01 01:13:53.888 INFO STEP 23 (ensure_symlink) COMPLETE
87202024-08-01T01:13:54.796Z[ host-image] Aug 01 01:13:53.888 INFO O| Aug 01 01:13:53.888 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87212024-08-01T01:13:54.803Z[ host-image] Aug 01 01:13:53.898 INFO O| Aug 01 01:13:53.898 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87222024-08-01T01:13:54.807Z[ host-image] Aug 01 01:13:53.898 INFO O| Aug 01 01:13:53.898 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87232024-08-01T01:13:54.807Z[ host-image] Aug 01 01:13:53.898 INFO O| Aug 01 01:13:53.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87242024-08-01T01:13:54.807Z[ host-image] Aug 01 01:13:53.898 INFO O| Aug 01 01:13:53.898 INFO ok!
87252024-08-01T01:13:54.807Z[ host-image] Aug 01 01:13:53.898 INFO O| Aug 01 01:13:53.898 INFO STEP 24 (ensure_file) COMPLETE
87262024-08-01T01:13:54.807Z[ host-image] Aug 01 01:13:53.898 INFO O| Aug 01 01:13:53.898 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87272024-08-01T01:13:54.814Z[ host-image] Aug 01 01:13:53.908 INFO O| Aug 01 01:13:53.908 INFO updating shadow file
87282024-08-01T01:13:54.817Z[ host-image] Aug 01 01:13:53.909 INFO O| Aug 01 01:13:53.909 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87292024-08-01T01:13:54.817Z[ host-image] Aug 01 01:13:53.909 INFO O| Aug 01 01:13:53.909 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87302024-08-01T01:13:54.817Z[ host-image] Aug 01 01:13:53.909 INFO O| Aug 01 01:13:53.909 INFO STEP 25 (shadow) COMPLETE
87312024-08-01T01:13:54.817Z[ host-image] Aug 01 01:13:53.909 INFO O| Aug 01 01:13:53.909 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87322024-08-01T01:13:54.824Z[ host-image] Aug 01 01:13:53.918 INFO O| Aug 01 01:13:53.918 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87332024-08-01T01:13:54.824Z[ host-image] Aug 01 01:13:53.919 INFO O| Aug 01 01:13:53.918 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87342024-08-01T01:13:54.828Z[ host-image] Aug 01 01:13:53.919 INFO O| Aug 01 01:13:53.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87352024-08-01T01:13:54.828Z[ host-image] Aug 01 01:13:53.919 INFO O| Aug 01 01:13:53.919 INFO ok!
87362024-08-01T01:13:54.828Z[ host-image] Aug 01 01:13:53.919 INFO O| Aug 01 01:13:53.919 INFO STEP 26 (ensure_file) COMPLETE
87372024-08-01T01:13:54.828Z[ host-image] Aug 01 01:13:53.919 INFO O| Aug 01 01:13:53.919 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87382024-08-01T01:13:54.837Z[ host-image] Aug 01 01:13:53.931 INFO O| Aug 01 01:13:53.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87392024-08-01T01:13:54.837Z[ host-image] Aug 01 01:13:53.931 INFO O| Aug 01 01:13:53.931 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87402024-08-01T01:13:54.837Z[ host-image] Aug 01 01:13:53.931 INFO O| Aug 01 01:13:53.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87412024-08-01T01:13:54.837Z[ host-image] Aug 01 01:13:53.931 INFO O| Aug 01 01:13:53.931 INFO ok!
87422024-08-01T01:13:54.837Z[ host-image] Aug 01 01:13:53.931 INFO O| Aug 01 01:13:53.931 INFO STEP 27 (ensure_file) COMPLETE
87432024-08-01T01:13:54.837Z[ host-image] Aug 01 01:13:53.931 INFO O| Aug 01 01:13:53.931 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87442024-08-01T01:13:54.846Z[ host-image] Aug 01 01:13:53.941 INFO O| Aug 01 01:13:53.941 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87452024-08-01T01:13:54.847Z[ host-image] Aug 01 01:13:53.941 INFO O| Aug 01 01:13:53.941 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87462024-08-01T01:13:54.850Z[ host-image] Aug 01 01:13:53.941 INFO O| Aug 01 01:13:53.941 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87472024-08-01T01:13:54.850Z[ host-image] Aug 01 01:13:53.941 INFO O| Aug 01 01:13:53.941 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87482024-08-01T01:13:54.850Z[ host-image] Aug 01 01:13:53.941 INFO O| Aug 01 01:13:53.941 INFO ok!
87492024-08-01T01:13:54.850Z[ host-image] Aug 01 01:13:53.941 INFO O| Aug 01 01:13:53.941 INFO STEP 28 (ensure_file) COMPLETE
87502024-08-01T01:13:54.850Z[ host-image] Aug 01 01:13:53.941 INFO O| Aug 01 01:13:53.941 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87512024-08-01T01:13:54.857Z[ host-image] Aug 01 01:13:53.951 INFO O| Aug 01 01:13:53.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87522024-08-01T01:13:54.865Z[ host-image] Aug 01 01:13:53.951 INFO O| Aug 01 01:13:53.951 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87532024-08-01T01:13:54.865Z[ host-image] Aug 01 01:13:53.951 INFO O| Aug 01 01:13:53.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87542024-08-01T01:13:54.865Z[ host-image] Aug 01 01:13:53.951 INFO O| Aug 01 01:13:53.951 INFO ok!
87552024-08-01T01:13:54.865Z[ host-image] Aug 01 01:13:53.951 INFO O| Aug 01 01:13:53.951 INFO STEP 29 (ensure_file) COMPLETE
87562024-08-01T01:13:54.865Z[ host-image] Aug 01 01:13:53.951 INFO O| Aug 01 01:13:53.951 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87572024-08-01T01:13:54.871Z[ host-image] Aug 01 01:13:53.962 INFO O| Aug 01 01:13:53.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87582024-08-01T01:13:54.871Z[ host-image] Aug 01 01:13:53.962 INFO O| Aug 01 01:13:53.962 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87592024-08-01T01:13:54.871Z[ host-image] Aug 01 01:13:53.962 INFO O| Aug 01 01:13:53.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87602024-08-01T01:13:54.871Z[ host-image] Aug 01 01:13:53.962 INFO O| Aug 01 01:13:53.962 INFO ok!
87612024-08-01T01:13:54.871Z[ host-image] Aug 01 01:13:53.962 INFO O| Aug 01 01:13:53.962 INFO STEP 30 (ensure_file) COMPLETE
87622024-08-01T01:13:54.871Z[ host-image] Aug 01 01:13:53.962 INFO O| Aug 01 01:13:53.962 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87632024-08-01T01:13:54.879Z[ host-image] Aug 01 01:13:53.973 INFO O| Aug 01 01:13:53.973 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87642024-08-01T01:13:54.879Z[ host-image] Aug 01 01:13:53.973 INFO O| Aug 01 01:13:53.973 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87652024-08-01T01:13:54.879Z[ host-image] Aug 01 01:13:53.973 INFO O| Aug 01 01:13:53.973 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87662024-08-01T01:13:54.882Z[ host-image] Aug 01 01:13:53.973 INFO O| Aug 01 01:13:53.973 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87672024-08-01T01:13:54.882Z[ host-image] Aug 01 01:13:53.973 INFO O| Aug 01 01:13:53.973 INFO ok!
87682024-08-01T01:13:54.882Z[ host-image] Aug 01 01:13:53.973 INFO O| Aug 01 01:13:53.973 INFO STEP 31 (ensure_file) COMPLETE
87692024-08-01T01:13:54.882Z[ host-image] Aug 01 01:13:53.973 INFO O| Aug 01 01:13:53.973 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87702024-08-01T01:13:54.890Z[ host-image] Aug 01 01:13:53.984 INFO O| Aug 01 01:13:53.984 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87712024-08-01T01:13:54.890Z[ host-image] Aug 01 01:13:53.984 INFO O| Aug 01 01:13:53.984 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87722024-08-01T01:13:54.894Z[ host-image] Aug 01 01:13:53.984 INFO O| Aug 01 01:13:53.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87732024-08-01T01:13:54.894Z[ host-image] Aug 01 01:13:53.984 INFO O| Aug 01 01:13:53.984 INFO ok!
87742024-08-01T01:13:54.894Z[ host-image] Aug 01 01:13:53.984 INFO O| Aug 01 01:13:53.984 INFO STEP 32 (ensure_file) COMPLETE
87752024-08-01T01:13:54.894Z[ host-image] Aug 01 01:13:53.984 INFO O| Aug 01 01:13:53.984 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87762024-08-01T01:13:54.903Z[ host-image] Aug 01 01:13:53.998 INFO O| Aug 01 01:13:53.998 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87772024-08-01T01:13:54.903Z[ host-image] Aug 01 01:13:53.998 INFO O| Aug 01 01:13:53.998 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87782024-08-01T01:13:54.907Z[ host-image] Aug 01 01:13:53.998 INFO O| Aug 01 01:13:53.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87792024-08-01T01:13:54.907Z[ host-image] Aug 01 01:13:53.998 INFO O| Aug 01 01:13:53.998 INFO ok!
87802024-08-01T01:13:54.907Z[ host-image] Aug 01 01:13:53.998 INFO O| Aug 01 01:13:53.998 INFO STEP 33 (ensure_file) COMPLETE
87812024-08-01T01:13:54.907Z[ host-image] Aug 01 01:13:53.998 INFO O| Aug 01 01:13:53.998 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87822024-08-01T01:13:54.917Z[ host-image] Aug 01 01:13:54.011 INFO O| Aug 01 01:13:54.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87832024-08-01T01:13:54.920Z[ host-image] Aug 01 01:13:54.011 INFO O| Aug 01 01:13:54.011 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87842024-08-01T01:13:54.920Z[ host-image] Aug 01 01:13:54.011 INFO O| Aug 01 01:13:54.011 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87852024-08-01T01:13:54.920Z[ host-image] Aug 01 01:13:54.011 INFO O| Aug 01 01:13:54.011 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87862024-08-01T01:13:54.920Z[ host-image] Aug 01 01:13:54.011 INFO O| Aug 01 01:13:54.011 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87872024-08-01T01:13:54.920Z[ host-image] Aug 01 01:13:54.011 INFO O| Aug 01 01:13:54.011 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87882024-08-01T01:13:54.920Z[ host-image] Aug 01 01:13:54.011 INFO O| Aug 01 01:13:54.011 INFO ok!
87892024-08-01T01:13:54.920Z[ host-image] Aug 01 01:13:54.011 INFO O| Aug 01 01:13:54.011 INFO STEP 34 (ensure_file) COMPLETE
87902024-08-01T01:13:54.920Z[ host-image] Aug 01 01:13:54.011 INFO O| Aug 01 01:13:54.011 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87912024-08-01T01:13:54.927Z[ host-image] Aug 01 01:13:54.022 INFO O| Aug 01 01:13:54.022 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87922024-08-01T01:13:54.931Z[ host-image] Aug 01 01:13:54.022 INFO O| Aug 01 01:13:54.022 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87932024-08-01T01:13:54.931Z[ host-image] Aug 01 01:13:54.022 INFO O| Aug 01 01:13:54.022 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87942024-08-01T01:13:54.931Z[ host-image] Aug 01 01:13:54.022 INFO O| Aug 01 01:13:54.022 INFO STEP 35 (ensure_dir) COMPLETE
87952024-08-01T01:13:54.931Z[ host-image] Aug 01 01:13:54.022 INFO O| Aug 01 01:13:54.022 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87962024-08-01T01:13:54.938Z[ host-image] Aug 01 01:13:54.033 INFO O| Aug 01 01:13:54.033 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
87972024-08-01T01:13:54.938Z[ host-image] Aug 01 01:13:54.033 INFO O| Aug 01 01:13:54.033 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 ...
87982024-08-01T01:13:54.943Z[ host-image] Aug 01 01:13:54.033 INFO O| Aug 01 01:13:54.033 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
87992024-08-01T01:13:54.943Z[ host-image] Aug 01 01:13:54.033 INFO O| Aug 01 01:13:54.033 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
88002024-08-01T01:13:54.943Z[ host-image] Aug 01 01:13:54.033 INFO O| Aug 01 01:13:54.033 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
88012024-08-01T01:13:54.943Z[ host-image] Aug 01 01:13:54.033 INFO O| Aug 01 01:13:54.033 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
88022024-08-01T01:13:54.943Z[ host-image] Aug 01 01:13:54.033 INFO O| Aug 01 01:13:54.033 INFO ok!
88032024-08-01T01:13:54.943Z[ host-image] Aug 01 01:13:54.033 INFO O| Aug 01 01:13:54.033 INFO STEP 36 (ensure_file) COMPLETE
88042024-08-01T01:13:54.943Z[ host-image] Aug 01 01:13:54.033 INFO O| Aug 01 01:13:54.033 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88052024-08-01T01:13:54.949Z[ host-image] Aug 01 01:13:54.044 INFO O| Aug 01 01:13:54.044 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88062024-08-01T01:13:54.949Z[ host-image] Aug 01 01:13:54.044 INFO O| Aug 01 01:13:54.044 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 ...
88072024-08-01T01:13:54.952Z[ host-image] Aug 01 01:13:54.044 INFO O| Aug 01 01:13:54.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88082024-08-01T01:13:54.952Z[ host-image] Aug 01 01:13:54.044 INFO O| Aug 01 01:13:54.044 INFO ok!
88092024-08-01T01:13:54.952Z[ host-image] Aug 01 01:13:54.044 INFO O| Aug 01 01:13:54.044 INFO STEP 37 (ensure_symlink) COMPLETE
88102024-08-01T01:13:54.952Z[ host-image] Aug 01 01:13:54.044 INFO O| Aug 01 01:13:54.044 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88112024-08-01T01:13:54.960Z[ host-image] Aug 01 01:13:54.055 INFO O| Aug 01 01:13:54.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88122024-08-01T01:13:54.960Z[ host-image] Aug 01 01:13:54.055 INFO O| Aug 01 01:13:54.054 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88132024-08-01T01:13:54.964Z[ host-image] Aug 01 01:13:54.055 INFO O| Aug 01 01:13:54.055 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88142024-08-01T01:13:54.964Z[ host-image] Aug 01 01:13:54.055 INFO O| Aug 01 01:13:54.055 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88152024-08-01T01:13:54.964Z[ host-image] Aug 01 01:13:54.055 INFO O| Aug 01 01:13:54.055 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88162024-08-01T01:13:54.964Z[ host-image] Aug 01 01:13:54.055 INFO O| Aug 01 01:13:54.055 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88172024-08-01T01:13:54.964Z[ host-image] Aug 01 01:13:54.055 INFO O| Aug 01 01:13:54.055 INFO ok!
88182024-08-01T01:13:54.964Z[ host-image] Aug 01 01:13:54.055 INFO O| Aug 01 01:13:54.055 INFO STEP 38 (ensure_file) COMPLETE
88192024-08-01T01:13:54.965Z[ host-image] Aug 01 01:13:54.055 INFO O| Aug 01 01:13:54.055 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88202024-08-01T01:13:54.976Z[ host-image] Aug 01 01:13:54.069 INFO O| Aug 01 01:13:54.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88212024-08-01T01:13:54.976Z[ host-image] Aug 01 01:13:54.069 INFO O| Aug 01 01:13:54.069 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 ...
88222024-08-01T01:13:54.979Z[ host-image] Aug 01 01:13:54.069 INFO O| Aug 01 01:13:54.069 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
88232024-08-01T01:13:54.979Z[ host-image] Aug 01 01:13:54.069 INFO O| Aug 01 01:13:54.069 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88242024-08-01T01:13:54.979Z[ host-image] Aug 01 01:13:54.069 INFO O| Aug 01 01:13:54.069 INFO ok!
88252024-08-01T01:13:54.979Z[ host-image] Aug 01 01:13:54.069 INFO O| Aug 01 01:13:54.069 INFO STEP 39 (ensure_file) COMPLETE
88262024-08-01T01:13:54.979Z[ host-image] Aug 01 01:13:54.069 INFO O| Aug 01 01:13:54.069 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88272024-08-01T01:13:54.986Z[ host-image] Aug 01 01:13:54.080 INFO O| Aug 01 01:13:54.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88282024-08-01T01:13:54.986Z[ host-image] Aug 01 01:13:54.080 INFO O| Aug 01 01:13:54.080 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88292024-08-01T01:13:54.989Z[ host-image] Aug 01 01:13:54.080 INFO O| Aug 01 01:13:54.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88302024-08-01T01:13:54.989Z[ host-image] Aug 01 01:13:54.080 INFO O| Aug 01 01:13:54.080 INFO ok!
88312024-08-01T01:13:54.989Z[ host-image] Aug 01 01:13:54.080 INFO O| Aug 01 01:13:54.080 INFO STEP 40 (ensure_file) COMPLETE
88322024-08-01T01:13:54.989Z[ host-image] Aug 01 01:13:54.080 INFO O| Aug 01 01:13:54.080 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88332024-08-01T01:13:54.996Z[ host-image] Aug 01 01:13:54.090 INFO O| Aug 01 01:13:54.090 INFO updating shadow file
88342024-08-01T01:13:54.998Z[ host-image] Aug 01 01:13:54.090 INFO O| Aug 01 01:13:54.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88352024-08-01T01:13:54.998Z[ host-image] Aug 01 01:13:54.090 INFO O| Aug 01 01:13:54.090 INFO STEP 41 (shadow) COMPLETE
88362024-08-01T01:13:54.999Z[ host-image] Aug 01 01:13:54.090 INFO O| Aug 01 01:13:54.090 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88372024-08-01T01:13:55.006Z[ host-image] Aug 01 01:13:54.100 INFO O| Aug 01 01:13:54.100 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88382024-08-01T01:13:55.006Z[ host-image] Aug 01 01:13:54.101 INFO O| Aug 01 01:13:54.101 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88392024-08-01T01:13:55.009Z[ host-image] Aug 01 01:13:54.101 INFO O| Aug 01 01:13:54.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88402024-08-01T01:13:55.009Z[ host-image] Aug 01 01:13:54.101 INFO O| Aug 01 01:13:54.101 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88412024-08-01T01:13:55.009Z[ host-image] Aug 01 01:13:54.101 INFO O| Aug 01 01:13:54.101 INFO ok!
88422024-08-01T01:13:55.009Z[ host-image] Aug 01 01:13:54.101 INFO O| Aug 01 01:13:54.101 INFO STEP 42 (ensure_file) COMPLETE
88432024-08-01T01:13:55.009Z[ host-image] Aug 01 01:13:54.101 INFO O| Aug 01 01:13:54.101 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88442024-08-01T01:13:55.009Z[ host-image] Aug 01 01:13:54.101 INFO O| Aug 01 01:13:54.101 INFO skip step because feature "mfg" is not enabled
88452024-08-01T01:13:55.009Z[ host-image] Aug 01 01:13:54.101 INFO O| Aug 01 01:13:54.101 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88462024-08-01T01:13:55.009Z[ host-image] Aug 01 01:13:54.101 INFO O| Aug 01 01:13:54.101 INFO skip step because feature "mfg" is not enabled
88472024-08-01T01:13:55.009Z[ host-image] Aug 01 01:13:54.101 INFO O| Aug 01 01:13:54.101 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88482024-08-01T01:13:55.017Z[ host-image] Aug 01 01:13:54.112 INFO O| Aug 01 01:13:54.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88492024-08-01T01:13:55.017Z[ host-image] Aug 01 01:13:54.112 INFO O| Aug 01 01:13:54.112 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88502024-08-01T01:13:55.687Z[ host-image] Aug 01 01:13:54.782 INFO O| Aug 01 01:13:54.781 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88512024-08-01T01:13:55.687Z[ host-image] Aug 01 01:13:54.782 INFO O| Aug 01 01:13:54.782 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88522024-08-01T01:13:55.690Z[ host-image] Aug 01 01:13:54.782 INFO O| Aug 01 01:13:54.782 INFO ok!
88532024-08-01T01:13:55.690Z[ host-image] Aug 01 01:13:54.782 INFO O| Aug 01 01:13:54.782 INFO STEP 45 (ensure_file) COMPLETE
88542024-08-01T01:13:55.690Z[ host-image] Aug 01 01:13:54.782 INFO O| Aug 01 01:13:54.782 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88552024-08-01T01:13:55.701Z[ host-image] Aug 01 01:13:54.795 INFO O| Aug 01 01:13:54.795 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88562024-08-01T01:13:55.704Z[ host-image] Aug 01 01:13:54.795 INFO O| Aug 01 01:13:54.795 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88572024-08-01T01:13:55.704Z[ host-image] Aug 01 01:13:54.795 INFO O| Aug 01 01:13:54.795 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88582024-08-01T01:13:55.704Z[ host-image] Aug 01 01:13:54.795 INFO O| Aug 01 01:13:54.795 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88592024-08-01T01:13:55.704Z[ host-image] Aug 01 01:13:54.796 INFO O| Aug 01 01:13:54.795 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88602024-08-01T01:13:55.704Z[ host-image] Aug 01 01:13:54.796 INFO O| Aug 01 01:13:54.796 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88612024-08-01T01:13:55.704Z[ host-image] Aug 01 01:13:54.796 INFO O| Aug 01 01:13:54.796 INFO ok!
88622024-08-01T01:13:55.704Z[ host-image] Aug 01 01:13:54.796 INFO O| Aug 01 01:13:54.796 INFO STEP 46 (ensure_file) COMPLETE
88632024-08-01T01:13:55.704Z[ host-image] Aug 01 01:13:54.796 INFO O| Aug 01 01:13:54.796 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88642024-08-01T01:13:55.713Z[ host-image] Aug 01 01:13:54.807 INFO O| Aug 01 01:13:54.807 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88652024-08-01T01:13:55.713Z[ host-image] Aug 01 01:13:54.807 INFO O| Aug 01 01:13:54.807 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 ...
88662024-08-01T01:13:55.715Z[ host-image] Aug 01 01:13:54.807 INFO O| Aug 01 01:13:54.807 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
88672024-08-01T01:13:55.715Z[ host-image] Aug 01 01:13:54.808 INFO O| Aug 01 01:13:54.807 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88682024-08-01T01:13:55.715Z[ host-image] Aug 01 01:13:54.808 INFO O| Aug 01 01:13:54.807 INFO ok!
88692024-08-01T01:13:55.715Z[ host-image] Aug 01 01:13:54.808 INFO O| Aug 01 01:13:54.807 INFO STEP 47 (ensure_file) COMPLETE
88702024-08-01T01:13:55.716Z[ host-image] Aug 01 01:13:54.808 INFO O| Aug 01 01:13:54.808 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88712024-08-01T01:13:55.724Z[ host-image] Aug 01 01:13:54.819 INFO O| Aug 01 01:13:54.819 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88722024-08-01T01:13:55.725Z[ host-image] Aug 01 01:13:54.819 INFO O| Aug 01 01:13:54.819 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88732024-08-01T01:13:55.727Z[ host-image] Aug 01 01:13:54.819 INFO O| Aug 01 01:13:54.819 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88742024-08-01T01:13:55.727Z[ host-image] Aug 01 01:13:54.819 INFO O| Aug 01 01:13:54.819 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88752024-08-01T01:13:55.727Z[ host-image] Aug 01 01:13:54.819 INFO O| Aug 01 01:13:54.819 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88762024-08-01T01:13:55.727Z[ host-image] Aug 01 01:13:54.819 INFO O| Aug 01 01:13:54.819 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88772024-08-01T01:13:55.727Z[ host-image] Aug 01 01:13:54.819 INFO O| Aug 01 01:13:54.819 INFO ok!
88782024-08-01T01:13:55.727Z[ host-image] Aug 01 01:13:54.819 INFO O| Aug 01 01:13:54.819 INFO STEP 48 (ensure_file) COMPLETE
88792024-08-01T01:13:55.727Z[ host-image] Aug 01 01:13:54.819 INFO O| Aug 01 01:13:54.819 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88802024-08-01T01:13:55.736Z[ host-image] Aug 01 01:13:54.831 INFO O| Aug 01 01:13:54.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88812024-08-01T01:13:55.736Z[ host-image] Aug 01 01:13:54.831 INFO O| Aug 01 01:13:54.831 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 ...
88822024-08-01T01:13:55.739Z[ host-image] Aug 01 01:13:54.831 INFO O| Aug 01 01:13:54.831 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
88832024-08-01T01:13:55.739Z[ host-image] Aug 01 01:13:54.831 INFO O| Aug 01 01:13:54.831 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88842024-08-01T01:13:55.739Z[ host-image] Aug 01 01:13:54.831 INFO O| Aug 01 01:13:54.831 INFO ok!
88852024-08-01T01:13:55.740Z[ host-image] Aug 01 01:13:54.831 INFO O| Aug 01 01:13:54.831 INFO STEP 49 (ensure_file) COMPLETE
88862024-08-01T01:13:55.740Z[ host-image] Aug 01 01:13:54.831 INFO O| Aug 01 01:13:54.831 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88872024-08-01T01:13:55.748Z[ host-image] Aug 01 01:13:54.843 INFO O| Aug 01 01:13:54.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88882024-08-01T01:13:55.748Z[ host-image] Aug 01 01:13:54.843 INFO O| Aug 01 01:13:54.842 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88892024-08-01T01:13:55.751Z[ host-image] Aug 01 01:13:54.843 INFO O| Aug 01 01:13:54.843 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88902024-08-01T01:13:55.751Z[ host-image] Aug 01 01:13:54.843 INFO O| Aug 01 01:13:54.843 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88912024-08-01T01:13:55.751Z[ host-image] Aug 01 01:13:54.843 INFO O| Aug 01 01:13:54.843 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88922024-08-01T01:13:55.751Z[ host-image] Aug 01 01:13:54.843 INFO O| Aug 01 01:13:54.843 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88932024-08-01T01:13:55.751Z[ host-image] Aug 01 01:13:54.843 INFO O| Aug 01 01:13:54.843 INFO ok!
88942024-08-01T01:13:55.751Z[ host-image] Aug 01 01:13:54.843 INFO O| Aug 01 01:13:54.843 INFO STEP 50 (ensure_file) COMPLETE
88952024-08-01T01:13:55.751Z[ host-image] Aug 01 01:13:54.843 INFO O| Aug 01 01:13:54.843 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88962024-08-01T01:13:55.759Z[ host-image] Aug 01 01:13:54.854 INFO O| Aug 01 01:13:54.854 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88972024-08-01T01:13:55.759Z[ host-image] Aug 01 01:13:54.854 INFO O| Aug 01 01:13:54.854 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 ...
88982024-08-01T01:13:55.762Z[ host-image] Aug 01 01:13:54.854 INFO O| Aug 01 01:13:54.854 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
88992024-08-01T01:13:55.762Z[ host-image] Aug 01 01:13:54.854 INFO O| Aug 01 01:13:54.854 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89002024-08-01T01:13:55.762Z[ host-image] Aug 01 01:13:54.854 INFO O| Aug 01 01:13:54.854 INFO ok!
89012024-08-01T01:13:55.762Z[ host-image] Aug 01 01:13:54.854 INFO O| Aug 01 01:13:54.854 INFO STEP 51 (ensure_file) COMPLETE
89022024-08-01T01:13:55.762Z[ host-image] Aug 01 01:13:54.854 INFO O| Aug 01 01:13:54.854 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89032024-08-01T01:13:55.771Z[ host-image] Aug 01 01:13:54.866 INFO O| Aug 01 01:13:54.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89042024-08-01T01:13:55.771Z[ host-image] Aug 01 01:13:54.866 INFO O| Aug 01 01:13:54.866 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 ...
89052024-08-01T01:13:55.774Z[ host-image] Aug 01 01:13:54.866 INFO O| Aug 01 01:13:54.866 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
89062024-08-01T01:13:55.774Z[ host-image] Aug 01 01:13:54.866 INFO O| Aug 01 01:13:54.866 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89072024-08-01T01:13:55.774Z[ host-image] Aug 01 01:13:54.866 INFO O| Aug 01 01:13:54.866 INFO ok!
89082024-08-01T01:13:55.774Z[ host-image] Aug 01 01:13:54.866 INFO O| Aug 01 01:13:54.866 INFO STEP 52 (ensure_file) COMPLETE
89092024-08-01T01:13:55.774Z[ host-image] Aug 01 01:13:54.866 INFO O| Aug 01 01:13:54.866 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89102024-08-01T01:13:55.782Z[ host-image] Aug 01 01:13:54.877 INFO O| Aug 01 01:13:54.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89112024-08-01T01:13:55.782Z[ host-image] Aug 01 01:13:54.877 INFO O| Aug 01 01:13:54.877 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 ...
89122024-08-01T01:13:55.782Z[ host-image] Aug 01 01:13:54.877 INFO O| Aug 01 01:13:54.877 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
89132024-08-01T01:13:55.785Z[ host-image] Aug 01 01:13:54.877 INFO O| Aug 01 01:13:54.877 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89142024-08-01T01:13:55.785Z[ host-image] Aug 01 01:13:54.877 INFO O| Aug 01 01:13:54.877 INFO ok!
89152024-08-01T01:13:55.785Z[ host-image] Aug 01 01:13:54.877 INFO O| Aug 01 01:13:54.877 INFO STEP 53 (ensure_file) COMPLETE
89162024-08-01T01:13:55.785Z[ host-image] Aug 01 01:13:54.877 INFO O| Aug 01 01:13:54.877 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89172024-08-01T01:13:55.794Z[ host-image] Aug 01 01:13:54.888 INFO O| Aug 01 01:13:54.888 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89182024-08-01T01:13:55.796Z[ host-image] Aug 01 01:13:54.888 INFO O| Aug 01 01:13:54.888 INFO STEP 54 (ensure_dir) COMPLETE
89192024-08-01T01:13:55.796Z[ host-image] Aug 01 01:13:54.888 INFO O| Aug 01 01:13:54.888 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89202024-08-01T01:13:55.804Z[ host-image] Aug 01 01:13:54.899 INFO O| Aug 01 01:13:54.899 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89212024-08-01T01:13:55.804Z[ host-image] Aug 01 01:13:54.899 INFO O| Aug 01 01:13:54.899 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89222024-08-01T01:13:55.807Z[ host-image] Aug 01 01:13:54.899 INFO O| Aug 01 01:13:54.899 INFO STEP 55 (ensure_dir) COMPLETE
89232024-08-01T01:13:55.807Z[ host-image] Aug 01 01:13:54.899 INFO O| Aug 01 01:13:54.899 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89242024-08-01T01:13:55.814Z[ host-image] Aug 01 01:13:54.909 INFO O| Aug 01 01:13:54.909 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89252024-08-01T01:13:55.814Z[ host-image] Aug 01 01:13:54.909 INFO O| Aug 01 01:13:54.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89262024-08-01T01:13:55.825Z[ host-image] Aug 01 01:13:54.909 INFO O| Aug 01 01:13:54.909 INFO STEP 56 (ensure_dir) COMPLETE
89272024-08-01T01:13:55.825Z[ host-image] Aug 01 01:13:54.909 INFO O| Aug 01 01:13:54.909 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89282024-08-01T01:13:55.828Z[ host-image] Aug 01 01:13:54.919 INFO O| Aug 01 01:13:54.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89292024-08-01T01:13:55.828Z[ host-image] Aug 01 01:13:54.920 INFO O| Aug 01 01:13:54.919 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89302024-08-01T01:13:55.840Z[ host-image] Aug 01 01:13:54.935 INFO O| Aug 01 01:13:54.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89312024-08-01T01:13:55.840Z[ host-image] Aug 01 01:13:54.935 INFO O| Aug 01 01:13:54.935 INFO ok!
89322024-08-01T01:13:55.840Z[ host-image] Aug 01 01:13:54.935 INFO O| Aug 01 01:13:54.935 INFO STEP 57 (ensure_file) COMPLETE
89332024-08-01T01:13:55.843Z[ host-image] Aug 01 01:13:54.935 INFO O| Aug 01 01:13:54.935 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89342024-08-01T01:13:55.852Z[ host-image] Aug 01 01:13:54.947 INFO O| Aug 01 01:13:54.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89352024-08-01T01:13:55.852Z[ host-image] Aug 01 01:13:54.947 INFO O| Aug 01 01:13:54.947 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89362024-08-01T01:13:56.941Z[ host-image] Aug 01 01:13:56.036 INFO O| Aug 01 01:13:56.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89372024-08-01T01:13:56.941Z[ host-image] Aug 01 01:13:56.036 INFO O| Aug 01 01:13:56.036 INFO ok!
89382024-08-01T01:13:56.944Z[ host-image] Aug 01 01:13:56.036 INFO O| Aug 01 01:13:56.036 INFO STEP 58 (ensure_file) COMPLETE
89392024-08-01T01:13:56.945Z[ host-image] Aug 01 01:13:56.036 INFO O| Aug 01 01:13:56.036 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89402024-08-01T01:13:56.953Z[ host-image] Aug 01 01:13:56.048 INFO O| Aug 01 01:13:56.048 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89412024-08-01T01:13:56.956Z[ host-image] Aug 01 01:13:56.048 INFO O| Aug 01 01:13:56.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89422024-08-01T01:13:56.956Z[ host-image] Aug 01 01:13:56.048 INFO O| Aug 01 01:13:56.048 INFO STEP 59 (ensure_dir) COMPLETE
89432024-08-01T01:13:56.956Z[ host-image] Aug 01 01:13:56.048 INFO O| Aug 01 01:13:56.048 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89442024-08-01T01:13:56.963Z[ host-image] Aug 01 01:13:56.058 INFO O| Aug 01 01:13:56.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89452024-08-01T01:13:56.963Z[ host-image] Aug 01 01:13:56.058 INFO O| Aug 01 01:13:56.058 INFO copying /tmp/.tmp3y6chY/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 ...
89462024-08-01T01:13:56.963Z[ host-image] Aug 01 01:13:56.058 INFO O| Aug 01 01:13:56.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89472024-08-01T01:13:56.966Z[ host-image] Aug 01 01:13:56.058 INFO O| Aug 01 01:13:56.058 INFO ok!
89482024-08-01T01:13:56.966Z[ host-image] Aug 01 01:13:56.058 INFO O| Aug 01 01:13:56.058 INFO STEP 60 (ensure_file) COMPLETE
89492024-08-01T01:13:56.966Z[ host-image] Aug 01 01:13:56.058 INFO O| Aug 01 01:13:56.058 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89502024-08-01T01:13:56.973Z[ host-image] Aug 01 01:13:56.068 INFO O| Aug 01 01:13:56.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89512024-08-01T01:13:56.973Z[ host-image] Aug 01 01:13:56.068 INFO O| Aug 01 01:13:56.068 INFO copying /tmp/.tmp3y6chY/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 ...
89522024-08-01T01:13:56.976Z[ host-image] Aug 01 01:13:56.068 INFO O| Aug 01 01:13:56.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89532024-08-01T01:13:56.976Z[ host-image] Aug 01 01:13:56.068 INFO O| Aug 01 01:13:56.068 INFO ok!
89542024-08-01T01:13:56.976Z[ host-image] Aug 01 01:13:56.068 INFO O| Aug 01 01:13:56.068 INFO STEP 61 (ensure_file) COMPLETE
89552024-08-01T01:13:56.976Z[ host-image] Aug 01 01:13:56.068 INFO O| Aug 01 01:13:56.068 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89562024-08-01T01:13:56.983Z[ host-image] Aug 01 01:13:56.078 INFO O| Aug 01 01:13:56.078 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89572024-08-01T01:13:56.983Z[ host-image] Aug 01 01:13:56.078 INFO O| Aug 01 01:13:56.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89582024-08-01T01:13:56.986Z[ host-image] Aug 01 01:13:56.078 INFO O| Aug 01 01:13:56.078 INFO STEP 62 (ensure_dir) COMPLETE
89592024-08-01T01:13:56.986Z[ host-image] Aug 01 01:13:56.078 INFO O| Aug 01 01:13:56.078 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89602024-08-01T01:13:56.993Z[ host-image] Aug 01 01:13:56.088 INFO O| Aug 01 01:13:56.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89612024-08-01T01:13:56.993Z[ host-image] Aug 01 01:13:56.088 INFO O| Aug 01 01:13:56.088 INFO copying /tmp/.tmp3y6chY/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 ...
89622024-08-01T01:13:56.995Z[ host-image] Aug 01 01:13:56.088 INFO O| Aug 01 01:13:56.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89632024-08-01T01:13:56.995Z[ host-image] Aug 01 01:13:56.088 INFO O| Aug 01 01:13:56.088 INFO ok!
89642024-08-01T01:13:56.995Z[ host-image] Aug 01 01:13:56.088 INFO O| Aug 01 01:13:56.088 INFO STEP 63 (ensure_file) COMPLETE
89652024-08-01T01:13:56.995Z[ host-image] Aug 01 01:13:56.088 INFO O| Aug 01 01:13:56.088 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89662024-08-01T01:13:57.002Z[ host-image] Aug 01 01:13:56.097 INFO O| Aug 01 01:13:56.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89672024-08-01T01:13:57.002Z[ host-image] Aug 01 01:13:56.097 INFO O| Aug 01 01:13:56.097 INFO copying /tmp/.tmp3y6chY/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 ...
89682024-08-01T01:13:57.005Z[ host-image] Aug 01 01:13:56.097 INFO O| Aug 01 01:13:56.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89692024-08-01T01:13:57.005Z[ host-image] Aug 01 01:13:56.097 INFO O| Aug 01 01:13:56.097 INFO ok!
89702024-08-01T01:13:57.005Z[ host-image] Aug 01 01:13:56.097 INFO O| Aug 01 01:13:56.097 INFO STEP 64 (ensure_file) COMPLETE
89712024-08-01T01:13:57.005Z[ host-image] Aug 01 01:13:56.097 INFO O| Aug 01 01:13:56.097 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89722024-08-01T01:13:57.012Z[ host-image] Aug 01 01:13:56.107 INFO O| Aug 01 01:13:56.107 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89732024-08-01T01:13:57.012Z[ host-image] Aug 01 01:13:56.107 INFO O| Aug 01 01:13:56.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89742024-08-01T01:13:57.015Z[ host-image] Aug 01 01:13:56.107 INFO O| Aug 01 01:13:56.107 INFO STEP 65 (ensure_dir) COMPLETE
89752024-08-01T01:13:57.015Z[ host-image] Aug 01 01:13:56.107 INFO O| Aug 01 01:13:56.107 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89762024-08-01T01:13:57.022Z[ host-image] Aug 01 01:13:56.117 INFO O| Aug 01 01:13:56.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89772024-08-01T01:13:57.022Z[ host-image] Aug 01 01:13:56.117 INFO O| Aug 01 01:13:56.117 INFO copying /tmp/.tmp3y6chY/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 ...
89782024-08-01T01:13:57.022Z[ host-image] Aug 01 01:13:56.117 INFO O| Aug 01 01:13:56.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89792024-08-01T01:13:57.022Z[ host-image] Aug 01 01:13:56.117 INFO O| Aug 01 01:13:56.117 INFO ok!
89802024-08-01T01:13:57.025Z[ host-image] Aug 01 01:13:56.117 INFO O| Aug 01 01:13:56.117 INFO STEP 66 (ensure_file) COMPLETE
89812024-08-01T01:13:57.025Z[ host-image] Aug 01 01:13:56.117 INFO O| Aug 01 01:13:56.117 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89822024-08-01T01:13:57.032Z[ host-image] Aug 01 01:13:56.127 INFO O| Aug 01 01:13:56.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89832024-08-01T01:13:57.035Z[ host-image] Aug 01 01:13:56.127 INFO O| Aug 01 01:13:56.127 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89842024-08-01T01:13:57.035Z[ host-image] Aug 01 01:13:56.127 INFO O| Aug 01 01:13:56.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89852024-08-01T01:13:57.035Z[ host-image] Aug 01 01:13:56.127 INFO O| Aug 01 01:13:56.127 INFO ok!
89862024-08-01T01:13:57.035Z[ host-image] Aug 01 01:13:56.127 INFO O| Aug 01 01:13:56.127 INFO STEP 67 (ensure_file) COMPLETE
89872024-08-01T01:13:57.035Z[ host-image] Aug 01 01:13:56.127 INFO O| Aug 01 01:13:56.127 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89882024-08-01T01:13:57.043Z[ host-image] Aug 01 01:13:56.138 INFO O| Aug 01 01:13:56.138 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89892024-08-01T01:13:57.043Z[ host-image] Aug 01 01:13:56.138 INFO O| Aug 01 01:13:56.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89902024-08-01T01:13:57.046Z[ host-image] Aug 01 01:13:56.138 INFO O| Aug 01 01:13:56.138 INFO STEP 68 (ensure_dir) COMPLETE
89912024-08-01T01:13:57.046Z[ host-image] Aug 01 01:13:56.138 INFO O| Aug 01 01:13:56.138 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89922024-08-01T01:13:57.053Z[ host-image] Aug 01 01:13:56.148 INFO O| Aug 01 01:13:56.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89932024-08-01T01:13:57.053Z[ host-image] Aug 01 01:13:56.148 INFO O| Aug 01 01:13:56.148 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89942024-08-01T01:13:57.614Z[ host-image] Aug 01 01:13:56.709 INFO O| Aug 01 01:13:56.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89952024-08-01T01:13:57.614Z[ host-image] Aug 01 01:13:56.709 INFO O| Aug 01 01:13:56.709 INFO ok!
89962024-08-01T01:13:57.614Z[ host-image] Aug 01 01:13:56.709 INFO O| Aug 01 01:13:56.709 INFO STEP 69 (ensure_file) COMPLETE
89972024-08-01T01:13:57.614Z[ host-image] Aug 01 01:13:56.709 INFO O| Aug 01 01:13:56.709 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89982024-08-01T01:13:57.628Z[ host-image] Aug 01 01:13:56.723 INFO O| Aug 01 01:13:56.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
89992024-08-01T01:13:57.628Z[ host-image] Aug 01 01:13:56.723 INFO O| Aug 01 01:13:56.723 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90002024-08-01T01:13:59.094Z[ host-image] Aug 01 01:13:58.189 INFO O| Aug 01 01:13:58.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90012024-08-01T01:13:59.094Z[ host-image] Aug 01 01:13:58.189 INFO O| Aug 01 01:13:58.189 INFO ok!
90022024-08-01T01:13:59.094Z[ host-image] Aug 01 01:13:58.189 INFO O| Aug 01 01:13:58.189 INFO STEP 70 (ensure_file) COMPLETE
90032024-08-01T01:13:59.094Z[ host-image] Aug 01 01:13:58.189 INFO O| Aug 01 01:13:58.189 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90042024-08-01T01:13:59.107Z[ host-image] Aug 01 01:13:58.202 INFO O| Aug 01 01:13:58.202 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90052024-08-01T01:13:59.107Z[ host-image] Aug 01 01:13:58.202 INFO O| Aug 01 01:13:58.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90062024-08-01T01:13:59.110Z[ host-image] Aug 01 01:13:58.202 INFO O| Aug 01 01:13:58.202 INFO STEP 71 (ensure_dir) COMPLETE
90072024-08-01T01:13:59.110Z[ host-image] Aug 01 01:13:58.202 INFO O| Aug 01 01:13:58.202 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90082024-08-01T01:13:59.118Z[ host-image] Aug 01 01:13:58.213 INFO O| Aug 01 01:13:58.213 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90092024-08-01T01:13:59.121Z[ host-image] Aug 01 01:13:58.213 INFO O| Aug 01 01:13:58.213 INFO copying /tmp/.tmp3y6chY/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 ...
90102024-08-01T01:13:59.121Z[ host-image] Aug 01 01:13:58.213 INFO O| Aug 01 01:13:58.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90112024-08-01T01:13:59.121Z[ host-image] Aug 01 01:13:58.213 INFO O| Aug 01 01:13:58.213 INFO ok!
90122024-08-01T01:13:59.121Z[ host-image] Aug 01 01:13:58.213 INFO O| Aug 01 01:13:58.213 INFO STEP 72 (ensure_file) COMPLETE
90132024-08-01T01:13:59.121Z[ host-image] Aug 01 01:13:58.213 INFO O| Aug 01 01:13:58.213 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90142024-08-01T01:13:59.129Z[ host-image] Aug 01 01:13:58.224 INFO O| Aug 01 01:13:58.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90152024-08-01T01:13:59.129Z[ host-image] Aug 01 01:13:58.224 INFO O| Aug 01 01:13:58.224 INFO copying /tmp/.tmp3y6chY/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 ...
90162024-08-01T01:13:59.129Z[ host-image] Aug 01 01:13:58.224 INFO O| Aug 01 01:13:58.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90172024-08-01T01:13:59.132Z[ host-image] Aug 01 01:13:58.224 INFO O| Aug 01 01:13:58.224 INFO ok!
90182024-08-01T01:13:59.132Z[ host-image] Aug 01 01:13:58.224 INFO O| Aug 01 01:13:58.224 INFO STEP 73 (ensure_file) COMPLETE
90192024-08-01T01:13:59.132Z[ host-image] Aug 01 01:13:58.224 INFO O| Aug 01 01:13:58.224 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90202024-08-01T01:13:59.140Z[ host-image] Aug 01 01:13:58.235 INFO O| Aug 01 01:13:58.235 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90212024-08-01T01:13:59.140Z[ host-image] Aug 01 01:13:58.236 INFO O| Aug 01 01:13:58.235 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90222024-08-01T01:13:59.140Z[ host-image] Aug 01 01:13:58.236 INFO O| Aug 01 01:13:58.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90232024-08-01T01:13:59.143Z[ host-image] Aug 01 01:13:58.236 INFO O| Aug 01 01:13:58.236 INFO ok!
90242024-08-01T01:13:59.143Z[ host-image] Aug 01 01:13:58.236 INFO O| Aug 01 01:13:58.236 INFO STEP 74 (ensure_file) COMPLETE
90252024-08-01T01:13:59.143Z[ host-image] Aug 01 01:13:58.236 INFO O| Aug 01 01:13:58.236 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90262024-08-01T01:13:59.151Z[ host-image] Aug 01 01:13:58.247 INFO O| Aug 01 01:13:58.247 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90272024-08-01T01:13:59.152Z[ host-image] Aug 01 01:13:58.247 INFO O| Aug 01 01:13:58.247 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90282024-08-01T01:13:59.154Z[ host-image] Aug 01 01:13:58.247 INFO O| Aug 01 01:13:58.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90292024-08-01T01:13:59.154Z[ host-image] Aug 01 01:13:58.247 INFO O| Aug 01 01:13:58.247 INFO ok!
90302024-08-01T01:13:59.154Z[ host-image] Aug 01 01:13:58.247 INFO O| Aug 01 01:13:58.247 INFO STEP 75 (ensure_file) COMPLETE
90312024-08-01T01:13:59.154Z[ host-image] Aug 01 01:13:58.247 INFO O| Aug 01 01:13:58.247 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90322024-08-01T01:13:59.163Z[ host-image] Aug 01 01:13:58.258 INFO O| Aug 01 01:13:58.258 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90332024-08-01T01:13:59.163Z[ host-image] Aug 01 01:13:58.258 INFO O| Aug 01 01:13:58.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90342024-08-01T01:13:59.166Z[ host-image] Aug 01 01:13:58.258 INFO O| Aug 01 01:13:58.258 INFO STEP 76 (ensure_dir) COMPLETE
90352024-08-01T01:13:59.166Z[ host-image] Aug 01 01:13:58.258 INFO O| Aug 01 01:13:58.258 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90362024-08-01T01:13:59.174Z[ host-image] Aug 01 01:13:58.269 INFO O| Aug 01 01:13:58.269 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90372024-08-01T01:13:59.174Z[ host-image] Aug 01 01:13:58.269 INFO O| Aug 01 01:13:58.269 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90382024-08-01T01:13:59.654Z[ host-image] Aug 01 01:13:58.749 INFO O| Aug 01 01:13:58.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90392024-08-01T01:13:59.654Z[ host-image] Aug 01 01:13:58.749 INFO O| Aug 01 01:13:58.749 INFO ok!
90402024-08-01T01:13:59.654Z[ host-image] Aug 01 01:13:58.749 INFO O| Aug 01 01:13:58.749 INFO STEP 77 (ensure_file) COMPLETE
90412024-08-01T01:13:59.657Z[ host-image] Aug 01 01:13:58.749 INFO O| Aug 01 01:13:58.749 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90422024-08-01T01:13:59.667Z[ host-image] Aug 01 01:13:58.762 INFO O| Aug 01 01:13:58.762 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90432024-08-01T01:13:59.670Z[ host-image] Aug 01 01:13:58.762 INFO O| Aug 01 01:13:58.762 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90442024-08-01T01:13:59.670Z[ host-image] Aug 01 01:13:58.762 INFO O| Aug 01 01:13:58.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90452024-08-01T01:13:59.670Z[ host-image] Aug 01 01:13:58.762 INFO O| Aug 01 01:13:58.762 INFO ok!
90462024-08-01T01:13:59.670Z[ host-image] Aug 01 01:13:58.762 INFO O| Aug 01 01:13:58.762 INFO STEP 78 (ensure_file) COMPLETE
90472024-08-01T01:13:59.670Z[ host-image] Aug 01 01:13:58.762 INFO O| Aug 01 01:13:58.762 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90482024-08-01T01:13:59.677Z[ host-image] Aug 01 01:13:58.772 INFO O| Aug 01 01:13:58.772 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90492024-08-01T01:13:59.680Z[ host-image] Aug 01 01:13:58.772 INFO O| Aug 01 01:13:58.772 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90502024-08-01T01:14:00.562Z[ host-image] Aug 01 01:13:59.657 INFO O| Aug 01 01:13:59.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90512024-08-01T01:14:00.562Z[ host-image] Aug 01 01:13:59.657 INFO O| Aug 01 01:13:59.657 INFO ok!
90522024-08-01T01:14:00.565Z[ host-image] Aug 01 01:13:59.657 INFO O| Aug 01 01:13:59.657 INFO STEP 79 (ensure_file) COMPLETE
90532024-08-01T01:14:00.565Z[ host-image] Aug 01 01:13:59.657 INFO O| Aug 01 01:13:59.657 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90542024-08-01T01:14:00.574Z[ host-image] Aug 01 01:13:59.670 INFO O| Aug 01 01:13:59.669 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90552024-08-01T01:14:00.574Z[ host-image] Aug 01 01:13:59.670 INFO O| Aug 01 01:13:59.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90562024-08-01T01:14:00.574Z[ host-image] Aug 01 01:13:59.670 INFO O| Aug 01 01:13:59.670 INFO STEP 80 (ensure_dir) COMPLETE
90572024-08-01T01:14:00.577Z[ host-image] Aug 01 01:13:59.670 INFO O| Aug 01 01:13:59.670 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90582024-08-01T01:14:00.585Z[ host-image] Aug 01 01:13:59.680 INFO O| Aug 01 01:13:59.680 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90592024-08-01T01:14:00.585Z[ host-image] Aug 01 01:13:59.680 INFO O| Aug 01 01:13:59.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90602024-08-01T01:14:00.585Z[ host-image] Aug 01 01:13:59.680 INFO O| Aug 01 01:13:59.680 INFO STEP 81 (ensure_dir) COMPLETE
90612024-08-01T01:14:00.588Z[ host-image] Aug 01 01:13:59.680 INFO O| Aug 01 01:13:59.680 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90622024-08-01T01:14:00.597Z[ host-image] Aug 01 01:13:59.693 INFO O| Aug 01 01:13:59.692 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90632024-08-01T01:14:00.600Z[ host-image] Aug 01 01:13:59.693 INFO O| Aug 01 01:13:59.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90642024-08-01T01:14:00.600Z[ host-image] Aug 01 01:13:59.693 INFO O| Aug 01 01:13:59.693 INFO STEP 82 (ensure_dir) COMPLETE
90652024-08-01T01:14:00.600Z[ host-image] Aug 01 01:13:59.693 INFO O| Aug 01 01:13:59.693 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90662024-08-01T01:14:00.608Z[ host-image] Aug 01 01:13:59.704 INFO O| Aug 01 01:13:59.704 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90672024-08-01T01:14:00.608Z[ host-image] Aug 01 01:13:59.704 INFO O| Aug 01 01:13:59.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90682024-08-01T01:14:00.608Z[ host-image] Aug 01 01:13:59.704 INFO O| Aug 01 01:13:59.704 INFO STEP 83 (ensure_dir) COMPLETE
90692024-08-01T01:14:00.611Z[ host-image] Aug 01 01:13:59.704 INFO O| Aug 01 01:13:59.704 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90702024-08-01T01:14:00.619Z[ host-image] Aug 01 01:13:59.714 INFO O| Aug 01 01:13:59.714 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90712024-08-01T01:14:00.619Z[ host-image] Aug 01 01:13:59.714 INFO O| Aug 01 01:13:59.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90722024-08-01T01:14:00.619Z[ host-image] Aug 01 01:13:59.714 INFO O| Aug 01 01:13:59.714 INFO STEP 84 (ensure_dir) COMPLETE
90732024-08-01T01:14:00.622Z[ host-image] Aug 01 01:13:59.715 INFO O| Aug 01 01:13:59.714 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90742024-08-01T01:14:00.630Z[ host-image] Aug 01 01:13:59.725 INFO O| Aug 01 01:13:59.725 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90752024-08-01T01:14:00.630Z[ host-image] Aug 01 01:13:59.725 INFO O| Aug 01 01:13:59.725 INFO copying /tmp/.tmp3y6chY/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 ...
90762024-08-01T01:14:00.633Z[ host-image] Aug 01 01:13:59.725 INFO O| Aug 01 01:13:59.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
90772024-08-01T01:14:00.633Z[ host-image] Aug 01 01:13:59.725 INFO O| Aug 01 01:13:59.725 INFO ok!
90782024-08-01T01:14:00.633Z[ host-image] Aug 01 01:13:59.725 INFO O| Aug 01 01:13:59.725 INFO STEP 85 (ensure_file) COMPLETE
90792024-08-01T01:14:00.633Z[ host-image] Aug 01 01:13:59.725 INFO O| Aug 01 01:13:59.725 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90802024-08-01T01:14:00.642Z[ host-image] Aug 01 01:13:59.737 INFO O| Aug 01 01:13:59.737 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90812024-08-01T01:14:00.642Z[ host-image] Aug 01 01:13:59.737 INFO O| Aug 01 01:13:59.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90822024-08-01T01:14:00.644Z[ host-image] Aug 01 01:13:59.737 INFO O| Aug 01 01:13:59.737 INFO STEP 86 (ensure_dir) COMPLETE
90832024-08-01T01:14:00.644Z[ host-image] Aug 01 01:13:59.737 INFO O| Aug 01 01:13:59.737 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90842024-08-01T01:14:00.653Z[ host-image] Aug 01 01:13:59.748 INFO O| Aug 01 01:13:59.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90852024-08-01T01:14:00.653Z[ host-image] Aug 01 01:13:59.749 INFO O| Aug 01 01:13:59.748 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
90862024-08-01T01:14:00.656Z[ host-image] Aug 01 01:13:59.749 INFO O| Aug 01 01:13:59.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90872024-08-01T01:14:00.656Z[ host-image] Aug 01 01:13:59.749 INFO O| Aug 01 01:13:59.749 INFO ok!
90882024-08-01T01:14:00.656Z[ host-image] Aug 01 01:13:59.749 INFO O| Aug 01 01:13:59.749 INFO STEP 87 (ensure_file) COMPLETE
90892024-08-01T01:14:00.656Z[ host-image] Aug 01 01:13:59.749 INFO O| Aug 01 01:13:59.749 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90902024-08-01T01:14:00.664Z[ host-image] Aug 01 01:13:59.760 INFO O| Aug 01 01:13:59.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90912024-08-01T01:14:00.664Z[ host-image] Aug 01 01:13:59.760 INFO O| Aug 01 01:13:59.760 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90922024-08-01T01:14:00.674Z[ host-image] Aug 01 01:13:59.770 INFO O| Aug 01 01:13:59.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90932024-08-01T01:14:00.674Z[ host-image] Aug 01 01:13:59.770 INFO O| Aug 01 01:13:59.770 INFO ok!
90942024-08-01T01:14:00.674Z[ host-image] Aug 01 01:13:59.770 INFO O| Aug 01 01:13:59.770 INFO STEP 88 (ensure_file) COMPLETE
90952024-08-01T01:14:00.677Z[ host-image] Aug 01 01:13:59.770 INFO O| Aug 01 01:13:59.770 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90962024-08-01T01:14:00.687Z[ host-image] Aug 01 01:13:59.783 INFO O| Aug 01 01:13:59.783 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
90972024-08-01T01:14:00.687Z[ host-image] Aug 01 01:13:59.783 INFO O| Aug 01 01:13:59.783 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
90982024-08-01T01:14:01.187Z[ host-image] Aug 01 01:14:00.282 INFO O| Aug 01 01:14:00.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
90992024-08-01T01:14:01.187Z[ host-image] Aug 01 01:14:00.282 INFO O| Aug 01 01:14:00.282 INFO ok!
91002024-08-01T01:14:01.190Z[ host-image] Aug 01 01:14:00.282 INFO O| Aug 01 01:14:00.282 INFO STEP 89 (ensure_file) COMPLETE
91012024-08-01T01:14:01.190Z[ host-image] Aug 01 01:14:00.282 INFO O| Aug 01 01:14:00.282 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91022024-08-01T01:14:01.200Z[ host-image] Aug 01 01:14:00.295 INFO O| Aug 01 01:14:00.295 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91032024-08-01T01:14:01.200Z[ host-image] Aug 01 01:14:00.296 INFO O| Aug 01 01:14:00.295 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91042024-08-01T01:14:01.203Z[ host-image] Aug 01 01:14:00.296 INFO O| Aug 01 01:14:00.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91052024-08-01T01:14:01.203Z[ host-image] Aug 01 01:14:00.296 INFO O| Aug 01 01:14:00.296 INFO ok!
91062024-08-01T01:14:01.203Z[ host-image] Aug 01 01:14:00.296 INFO O| Aug 01 01:14:00.296 INFO STEP 90 (ensure_file) COMPLETE
91072024-08-01T01:14:01.203Z[ host-image] Aug 01 01:14:00.296 INFO O| Aug 01 01:14:00.296 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91082024-08-01T01:14:01.211Z[ host-image] Aug 01 01:14:00.306 INFO O| Aug 01 01:14:00.306 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91092024-08-01T01:14:01.211Z[ host-image] Aug 01 01:14:00.306 INFO O| Aug 01 01:14:00.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91102024-08-01T01:14:01.211Z[ host-image] Aug 01 01:14:00.306 INFO O| Aug 01 01:14:00.306 INFO STEP 91 (ensure_dir) COMPLETE
91112024-08-01T01:14:01.214Z[ host-image] Aug 01 01:14:00.306 INFO O| Aug 01 01:14:00.306 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91122024-08-01T01:14:01.221Z[ host-image] Aug 01 01:14:00.317 INFO O| Aug 01 01:14:00.317 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91132024-08-01T01:14:01.221Z[ host-image] Aug 01 01:14:00.317 INFO O| Aug 01 01:14:00.317 INFO copying /tmp/.tmp3y6chY/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 ...
91142024-08-01T01:14:01.224Z[ host-image] Aug 01 01:14:00.317 INFO O| Aug 01 01:14:00.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91152024-08-01T01:14:01.224Z[ host-image] Aug 01 01:14:00.317 INFO O| Aug 01 01:14:00.317 INFO ok!
91162024-08-01T01:14:01.224Z[ host-image] Aug 01 01:14:00.317 INFO O| Aug 01 01:14:00.317 INFO STEP 92 (ensure_file) COMPLETE
91172024-08-01T01:14:01.224Z[ host-image] Aug 01 01:14:00.317 INFO O| Aug 01 01:14:00.317 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91182024-08-01T01:14:01.233Z[ host-image] Aug 01 01:14:00.329 INFO O| Aug 01 01:14:00.329 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91192024-08-01T01:14:01.233Z[ host-image] Aug 01 01:14:00.329 INFO O| Aug 01 01:14:00.329 INFO copying /tmp/.tmp3y6chY/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 ...
91202024-08-01T01:14:01.233Z[ host-image] Aug 01 01:14:00.329 INFO O| Aug 01 01:14:00.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91212024-08-01T01:14:01.236Z[ host-image] Aug 01 01:14:00.329 INFO O| Aug 01 01:14:00.329 INFO ok!
91222024-08-01T01:14:01.236Z[ host-image] Aug 01 01:14:00.329 INFO O| Aug 01 01:14:00.329 INFO STEP 93 (ensure_file) COMPLETE
91232024-08-01T01:14:01.236Z[ host-image] Aug 01 01:14:00.329 INFO O| Aug 01 01:14:00.329 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91242024-08-01T01:14:01.247Z[ host-image] Aug 01 01:14:00.342 INFO O| Aug 01 01:14:00.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91252024-08-01T01:14:01.247Z[ host-image] Aug 01 01:14:00.342 INFO O| Aug 01 01:14:00.342 INFO copying /tmp/.tmp3y6chY/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 ...
91262024-08-01T01:14:01.250Z[ host-image] Aug 01 01:14:00.343 INFO O| Aug 01 01:14:00.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91272024-08-01T01:14:01.250Z[ host-image] Aug 01 01:14:00.343 INFO O| Aug 01 01:14:00.343 INFO ok!
91282024-08-01T01:14:01.250Z[ host-image] Aug 01 01:14:00.343 INFO O| Aug 01 01:14:00.343 INFO STEP 94 (ensure_file) COMPLETE
91292024-08-01T01:14:01.250Z[ host-image] Aug 01 01:14:00.343 INFO O| Aug 01 01:14:00.343 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91302024-08-01T01:14:01.260Z[ host-image] Aug 01 01:14:00.355 INFO O| Aug 01 01:14:00.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91312024-08-01T01:14:01.263Z[ host-image] Aug 01 01:14:00.355 INFO O| Aug 01 01:14:00.355 INFO copying /tmp/.tmp3y6chY/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 ...
91322024-08-01T01:14:01.263Z[ host-image] Aug 01 01:14:00.355 INFO O| Aug 01 01:14:00.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91332024-08-01T01:14:01.263Z[ host-image] Aug 01 01:14:00.355 INFO O| Aug 01 01:14:00.355 INFO ok!
91342024-08-01T01:14:01.263Z[ host-image] Aug 01 01:14:00.355 INFO O| Aug 01 01:14:00.355 INFO STEP 95 (ensure_file) COMPLETE
91352024-08-01T01:14:01.263Z[ host-image] Aug 01 01:14:00.355 INFO O| Aug 01 01:14:00.355 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91362024-08-01T01:14:01.272Z[ host-image] Aug 01 01:14:00.368 INFO O| Aug 01 01:14:00.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91372024-08-01T01:14:01.273Z[ host-image] Aug 01 01:14:00.368 INFO O| Aug 01 01:14:00.368 INFO copying /tmp/.tmp3y6chY/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 ...
91382024-08-01T01:14:01.276Z[ host-image] Aug 01 01:14:00.368 INFO O| Aug 01 01:14:00.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91392024-08-01T01:14:01.276Z[ host-image] Aug 01 01:14:00.368 INFO O| Aug 01 01:14:00.368 INFO ok!
91402024-08-01T01:14:01.276Z[ host-image] Aug 01 01:14:00.368 INFO O| Aug 01 01:14:00.368 INFO STEP 96 (ensure_file) COMPLETE
91412024-08-01T01:14:01.276Z[ host-image] Aug 01 01:14:00.368 INFO O| Aug 01 01:14:00.368 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91422024-08-01T01:14:01.286Z[ host-image] Aug 01 01:14:00.382 INFO O| Aug 01 01:14:00.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91432024-08-01T01:14:01.286Z[ host-image] Aug 01 01:14:00.382 INFO O| Aug 01 01:14:00.382 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91442024-08-01T01:14:01.289Z[ host-image] Aug 01 01:14:00.382 INFO O| Aug 01 01:14:00.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91452024-08-01T01:14:01.289Z[ host-image] Aug 01 01:14:00.382 INFO O| Aug 01 01:14:00.382 INFO ok!
91462024-08-01T01:14:01.289Z[ host-image] Aug 01 01:14:00.382 INFO O| Aug 01 01:14:00.382 INFO STEP 97 (ensure_file) COMPLETE
91472024-08-01T01:14:01.289Z[ host-image] Aug 01 01:14:00.382 INFO O| Aug 01 01:14:00.382 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91482024-08-01T01:14:01.298Z[ host-image] Aug 01 01:14:00.393 INFO O| Aug 01 01:14:00.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91492024-08-01T01:14:01.298Z[ host-image] Aug 01 01:14:00.393 INFO O| Aug 01 01:14:00.393 INFO copying /tmp/.tmp3y6chY/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 ...
91502024-08-01T01:14:01.298Z[ host-image] Aug 01 01:14:00.394 INFO O| Aug 01 01:14:00.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91512024-08-01T01:14:01.302Z[ host-image] Aug 01 01:14:00.394 INFO O| Aug 01 01:14:00.394 INFO ok!
91522024-08-01T01:14:01.303Z[ host-image] Aug 01 01:14:00.394 INFO O| Aug 01 01:14:00.394 INFO STEP 98 (ensure_file) COMPLETE
91532024-08-01T01:14:01.303Z[ host-image] Aug 01 01:14:00.394 INFO O| Aug 01 01:14:00.394 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91542024-08-01T01:14:01.309Z[ host-image] Aug 01 01:14:00.405 INFO O| Aug 01 01:14:00.404 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91552024-08-01T01:14:01.312Z[ host-image] Aug 01 01:14:00.405 INFO O| Aug 01 01:14:00.405 INFO copying /tmp/.tmp3y6chY/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 ...
91562024-08-01T01:14:01.312Z[ host-image] Aug 01 01:14:00.405 INFO O| Aug 01 01:14:00.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
91572024-08-01T01:14:01.312Z[ host-image] Aug 01 01:14:00.405 INFO O| Aug 01 01:14:00.405 INFO ok!
91582024-08-01T01:14:01.312Z[ host-image] Aug 01 01:14:00.405 INFO O| Aug 01 01:14:00.405 INFO STEP 99 (ensure_file) COMPLETE
91592024-08-01T01:14:01.312Z[ host-image] Aug 01 01:14:00.405 INFO O| Aug 01 01:14:00.405 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91602024-08-01T01:14:01.323Z[ host-image] Aug 01 01:14:00.419 INFO O| Aug 01 01:14:00.419 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91612024-08-01T01:14:01.323Z[ host-image] Aug 01 01:14:00.419 INFO O| Aug 01 01:14:00.419 INFO copying /tmp/.tmp3y6chY/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 ...
91622024-08-01T01:14:01.326Z[ host-image] Aug 01 01:14:00.419 INFO O| Aug 01 01:14:00.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
91632024-08-01T01:14:01.326Z[ host-image] Aug 01 01:14:00.419 INFO O| Aug 01 01:14:00.419 INFO ok!
91642024-08-01T01:14:01.326Z[ host-image] Aug 01 01:14:00.419 INFO O| Aug 01 01:14:00.419 INFO STEP 100 (ensure_file) COMPLETE
91652024-08-01T01:14:01.326Z[ host-image] Aug 01 01:14:00.419 INFO O| Aug 01 01:14:00.419 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91662024-08-01T01:14:01.336Z[ host-image] Aug 01 01:14:00.431 INFO O| Aug 01 01:14:00.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91672024-08-01T01:14:01.336Z[ host-image] Aug 01 01:14:00.431 INFO O| Aug 01 01:14:00.431 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
91682024-08-01T01:14:01.336Z[ host-image] Aug 01 01:14:00.431 INFO O| Aug 01 01:14:00.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91692024-08-01T01:14:01.339Z[ host-image] Aug 01 01:14:00.432 INFO O| Aug 01 01:14:00.431 INFO ok!
91702024-08-01T01:14:01.339Z[ host-image] Aug 01 01:14:00.432 INFO O| Aug 01 01:14:00.431 INFO STEP 101 (ensure_file) COMPLETE
91712024-08-01T01:14:01.339Z[ host-image] Aug 01 01:14:00.432 INFO O| Aug 01 01:14:00.432 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91722024-08-01T01:14:01.347Z[ host-image] Aug 01 01:14:00.443 INFO O| Aug 01 01:14:00.443 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91732024-08-01T01:14:01.350Z[ host-image] Aug 01 01:14:00.443 INFO O| Aug 01 01:14:00.443 INFO copying /tmp/.tmp3y6chY/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 ...
91742024-08-01T01:14:01.350Z[ host-image] Aug 01 01:14:00.443 INFO O| Aug 01 01:14:00.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91752024-08-01T01:14:01.350Z[ host-image] Aug 01 01:14:00.443 INFO O| Aug 01 01:14:00.443 INFO ok!
91762024-08-01T01:14:01.350Z[ host-image] Aug 01 01:14:00.443 INFO O| Aug 01 01:14:00.443 INFO STEP 102 (ensure_file) COMPLETE
91772024-08-01T01:14:01.350Z[ host-image] Aug 01 01:14:00.443 INFO O| Aug 01 01:14:00.443 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91782024-08-01T01:14:01.358Z[ host-image] Aug 01 01:14:00.454 INFO O| Aug 01 01:14:00.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91792024-08-01T01:14:01.358Z[ host-image] Aug 01 01:14:00.454 INFO O| Aug 01 01:14:00.454 INFO copying /tmp/.tmp3y6chY/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 ...
91802024-08-01T01:14:01.361Z[ host-image] Aug 01 01:14:00.454 INFO O| Aug 01 01:14:00.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
91812024-08-01T01:14:01.361Z[ host-image] Aug 01 01:14:00.454 INFO O| Aug 01 01:14:00.454 INFO ok!
91822024-08-01T01:14:01.361Z[ host-image] Aug 01 01:14:00.454 INFO O| Aug 01 01:14:00.454 INFO STEP 103 (ensure_file) COMPLETE
91832024-08-01T01:14:01.361Z[ host-image] Aug 01 01:14:00.454 INFO O| Aug 01 01:14:00.454 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91842024-08-01T01:14:01.370Z[ host-image] Aug 01 01:14:00.465 INFO O| Aug 01 01:14:00.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91852024-08-01T01:14:01.370Z[ host-image] Aug 01 01:14:00.465 INFO O| Aug 01 01:14:00.465 INFO copying /tmp/.tmp3y6chY/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 ...
91862024-08-01T01:14:01.373Z[ host-image] Aug 01 01:14:00.465 INFO O| Aug 01 01:14:00.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91872024-08-01T01:14:01.373Z[ host-image] Aug 01 01:14:00.465 INFO O| Aug 01 01:14:00.465 INFO ok!
91882024-08-01T01:14:01.373Z[ host-image] Aug 01 01:14:00.465 INFO O| Aug 01 01:14:00.465 INFO STEP 104 (ensure_file) COMPLETE
91892024-08-01T01:14:01.373Z[ host-image] Aug 01 01:14:00.466 INFO O| Aug 01 01:14:00.465 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91902024-08-01T01:14:01.383Z[ host-image] Aug 01 01:14:00.478 INFO O| Aug 01 01:14:00.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91912024-08-01T01:14:01.383Z[ host-image] Aug 01 01:14:00.478 INFO O| Aug 01 01:14:00.478 INFO copying /tmp/.tmp3y6chY/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 ...
91922024-08-01T01:14:01.386Z[ host-image] Aug 01 01:14:00.478 INFO O| Aug 01 01:14:00.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
91932024-08-01T01:14:01.386Z[ host-image] Aug 01 01:14:00.478 INFO O| Aug 01 01:14:00.478 INFO ok!
91942024-08-01T01:14:01.386Z[ host-image] Aug 01 01:14:00.478 INFO O| Aug 01 01:14:00.478 INFO STEP 105 (ensure_file) COMPLETE
91952024-08-01T01:14:01.386Z[ host-image] Aug 01 01:14:00.478 INFO O| Aug 01 01:14:00.478 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91962024-08-01T01:14:01.394Z[ host-image] Aug 01 01:14:00.489 INFO O| Aug 01 01:14:00.489 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
91972024-08-01T01:14:01.397Z[ host-image] Aug 01 01:14:00.489 INFO O| Aug 01 01:14:00.489 INFO copying /tmp/.tmp3y6chY/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 ...
91982024-08-01T01:14:01.397Z[ host-image] Aug 01 01:14:00.490 INFO O| Aug 01 01:14:00.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
91992024-08-01T01:14:01.397Z[ host-image] Aug 01 01:14:00.490 INFO O| Aug 01 01:14:00.490 INFO ok!
92002024-08-01T01:14:01.397Z[ host-image] Aug 01 01:14:00.490 INFO O| Aug 01 01:14:00.490 INFO STEP 106 (ensure_file) COMPLETE
92012024-08-01T01:14:01.397Z[ host-image] Aug 01 01:14:00.490 INFO O| Aug 01 01:14:00.490 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92022024-08-01T01:14:01.406Z[ host-image] Aug 01 01:14:00.502 INFO O| Aug 01 01:14:00.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92032024-08-01T01:14:01.406Z[ host-image] Aug 01 01:14:00.502 INFO O| Aug 01 01:14:00.502 INFO copying /tmp/.tmp3y6chY/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 ...
92042024-08-01T01:14:01.406Z[ host-image] Aug 01 01:14:00.502 INFO O| Aug 01 01:14:00.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92052024-08-01T01:14:01.409Z[ host-image] Aug 01 01:14:00.502 INFO O| Aug 01 01:14:00.502 INFO ok!
92062024-08-01T01:14:01.409Z[ host-image] Aug 01 01:14:00.502 INFO O| Aug 01 01:14:00.502 INFO STEP 107 (ensure_file) COMPLETE
92072024-08-01T01:14:01.409Z[ host-image] Aug 01 01:14:00.502 INFO O| Aug 01 01:14:00.502 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-08-01T01:14:01.417Z[ host-image] Aug 01 01:14:00.513 INFO O| Aug 01 01:14:00.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92092024-08-01T01:14:01.417Z[ host-image] Aug 01 01:14:00.513 INFO O| Aug 01 01:14:00.513 INFO copying /tmp/.tmp3y6chY/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 ...
92102024-08-01T01:14:01.417Z[ host-image] Aug 01 01:14:00.513 INFO O| Aug 01 01:14:00.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92112024-08-01T01:14:01.417Z[ host-image] Aug 01 01:14:00.513 INFO O| Aug 01 01:14:00.513 INFO ok!
92122024-08-01T01:14:01.420Z[ host-image] Aug 01 01:14:00.513 INFO O| Aug 01 01:14:00.513 INFO STEP 108 (ensure_file) COMPLETE
92132024-08-01T01:14:01.420Z[ host-image] Aug 01 01:14:00.513 INFO O| Aug 01 01:14:00.513 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-08-01T01:14:01.429Z[ host-image] Aug 01 01:14:00.524 INFO O| Aug 01 01:14:00.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92152024-08-01T01:14:01.429Z[ host-image] Aug 01 01:14:00.525 INFO O| Aug 01 01:14:00.524 INFO copying /tmp/.tmp3y6chY/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 ...
92162024-08-01T01:14:01.432Z[ host-image] Aug 01 01:14:00.525 INFO O| Aug 01 01:14:00.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92172024-08-01T01:14:01.432Z[ host-image] Aug 01 01:14:00.525 INFO O| Aug 01 01:14:00.525 INFO ok!
92182024-08-01T01:14:01.432Z[ host-image] Aug 01 01:14:00.525 INFO O| Aug 01 01:14:00.525 INFO STEP 109 (ensure_file) COMPLETE
92192024-08-01T01:14:01.432Z[ host-image] Aug 01 01:14:00.525 INFO O| Aug 01 01:14:00.525 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-08-01T01:14:01.441Z[ host-image] Aug 01 01:14:00.536 INFO O| Aug 01 01:14:00.536 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92212024-08-01T01:14:01.441Z[ host-image] Aug 01 01:14:00.537 INFO O| Aug 01 01:14:00.536 INFO copying /tmp/.tmp3y6chY/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 ...
92222024-08-01T01:14:01.444Z[ host-image] Aug 01 01:14:00.537 INFO O| Aug 01 01:14:00.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92232024-08-01T01:14:01.444Z[ host-image] Aug 01 01:14:00.537 INFO O| Aug 01 01:14:00.537 INFO ok!
92242024-08-01T01:14:01.444Z[ host-image] Aug 01 01:14:00.537 INFO O| Aug 01 01:14:00.537 INFO STEP 110 (ensure_file) COMPLETE
92252024-08-01T01:14:01.444Z[ host-image] Aug 01 01:14:00.537 INFO O| Aug 01 01:14:00.537 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-08-01T01:14:01.452Z[ host-image] Aug 01 01:14:00.548 INFO O| Aug 01 01:14:00.548 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92272024-08-01T01:14:01.452Z[ host-image] Aug 01 01:14:00.548 INFO O| Aug 01 01:14:00.548 INFO copying /tmp/.tmp3y6chY/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 ...
92282024-08-01T01:14:01.455Z[ host-image] Aug 01 01:14:00.548 INFO O| Aug 01 01:14:00.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92292024-08-01T01:14:01.455Z[ host-image] Aug 01 01:14:00.548 INFO O| Aug 01 01:14:00.548 INFO ok!
92302024-08-01T01:14:01.455Z[ host-image] Aug 01 01:14:00.548 INFO O| Aug 01 01:14:00.548 INFO STEP 111 (ensure_file) COMPLETE
92312024-08-01T01:14:01.455Z[ host-image] Aug 01 01:14:00.548 INFO O| Aug 01 01:14:00.548 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92322024-08-01T01:14:01.464Z[ host-image] Aug 01 01:14:00.559 INFO O| Aug 01 01:14:00.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92332024-08-01T01:14:01.464Z[ host-image] Aug 01 01:14:00.559 INFO O| Aug 01 01:14:00.559 INFO copying /tmp/.tmp3y6chY/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 ...
92342024-08-01T01:14:01.467Z[ host-image] Aug 01 01:14:00.559 INFO O| Aug 01 01:14:00.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92352024-08-01T01:14:01.467Z[ host-image] Aug 01 01:14:00.559 INFO O| Aug 01 01:14:00.559 INFO ok!
92362024-08-01T01:14:01.467Z[ host-image] Aug 01 01:14:00.559 INFO O| Aug 01 01:14:00.559 INFO STEP 112 (ensure_file) COMPLETE
92372024-08-01T01:14:01.467Z[ host-image] Aug 01 01:14:00.559 INFO O| Aug 01 01:14:00.559 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92382024-08-01T01:14:01.474Z[ host-image] Aug 01 01:14:00.570 INFO O| Aug 01 01:14:00.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92392024-08-01T01:14:01.475Z[ host-image] Aug 01 01:14:00.570 INFO O| Aug 01 01:14:00.570 INFO copying /tmp/.tmp3y6chY/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 ...
92402024-08-01T01:14:01.477Z[ host-image] Aug 01 01:14:00.570 INFO O| Aug 01 01:14:00.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92412024-08-01T01:14:01.477Z[ host-image] Aug 01 01:14:00.570 INFO O| Aug 01 01:14:00.570 INFO ok!
92422024-08-01T01:14:01.478Z[ host-image] Aug 01 01:14:00.570 INFO O| Aug 01 01:14:00.570 INFO STEP 113 (ensure_file) COMPLETE
92432024-08-01T01:14:01.478Z[ host-image] Aug 01 01:14:00.570 INFO O| Aug 01 01:14:00.570 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92442024-08-01T01:14:01.485Z[ host-image] Aug 01 01:14:00.581 INFO O| Aug 01 01:14:00.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92452024-08-01T01:14:01.488Z[ host-image] Aug 01 01:14:00.581 INFO O| Aug 01 01:14:00.581 INFO copying /tmp/.tmp3y6chY/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 ...
92462024-08-01T01:14:01.488Z[ host-image] Aug 01 01:14:00.581 INFO O| Aug 01 01:14:00.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92472024-08-01T01:14:01.488Z[ host-image] Aug 01 01:14:00.581 INFO O| Aug 01 01:14:00.581 INFO ok!
92482024-08-01T01:14:01.488Z[ host-image] Aug 01 01:14:00.581 INFO O| Aug 01 01:14:00.581 INFO STEP 114 (ensure_file) COMPLETE
92492024-08-01T01:14:01.488Z[ host-image] Aug 01 01:14:00.581 INFO O| Aug 01 01:14:00.581 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92502024-08-01T01:14:01.495Z[ host-image] Aug 01 01:14:00.591 INFO O| Aug 01 01:14:00.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92512024-08-01T01:14:01.495Z[ host-image] Aug 01 01:14:00.591 INFO O| Aug 01 01:14:00.591 INFO copying /tmp/.tmp3y6chY/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 ...
92522024-08-01T01:14:01.498Z[ host-image] Aug 01 01:14:00.591 INFO O| Aug 01 01:14:00.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92532024-08-01T01:14:01.498Z[ host-image] Aug 01 01:14:00.591 INFO O| Aug 01 01:14:00.591 INFO ok!
92542024-08-01T01:14:01.498Z[ host-image] Aug 01 01:14:00.591 INFO O| Aug 01 01:14:00.591 INFO STEP 115 (ensure_file) COMPLETE
92552024-08-01T01:14:01.498Z[ host-image] Aug 01 01:14:00.591 INFO O| Aug 01 01:14:00.591 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92562024-08-01T01:14:01.505Z[ host-image] Aug 01 01:14:00.601 INFO O| Aug 01 01:14:00.600 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92572024-08-01T01:14:01.508Z[ host-image] Aug 01 01:14:00.601 INFO O| Aug 01 01:14:00.601 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
92582024-08-01T01:14:01.508Z[ host-image] Aug 01 01:14:00.601 INFO O| Aug 01 01:14:00.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92592024-08-01T01:14:01.508Z[ host-image] Aug 01 01:14:00.601 INFO O| Aug 01 01:14:00.601 INFO ok!
92602024-08-01T01:14:01.508Z[ host-image] Aug 01 01:14:00.601 INFO O| Aug 01 01:14:00.601 INFO STEP 116 (ensure_file) COMPLETE
92612024-08-01T01:14:01.508Z[ host-image] Aug 01 01:14:00.601 INFO O| Aug 01 01:14:00.601 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-08-01T01:14:01.516Z[ host-image] Aug 01 01:14:00.612 INFO O| Aug 01 01:14:00.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92632024-08-01T01:14:01.516Z[ host-image] Aug 01 01:14:00.612 INFO O| Aug 01 01:14:00.612 INFO copying /tmp/.tmp3y6chY/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 ...
92642024-08-01T01:14:01.519Z[ host-image] Aug 01 01:14:00.612 INFO O| Aug 01 01:14:00.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92652024-08-01T01:14:01.519Z[ host-image] Aug 01 01:14:00.612 INFO O| Aug 01 01:14:00.612 INFO ok!
92662024-08-01T01:14:01.519Z[ host-image] Aug 01 01:14:00.612 INFO O| Aug 01 01:14:00.612 INFO STEP 117 (ensure_file) COMPLETE
92672024-08-01T01:14:01.519Z[ host-image] Aug 01 01:14:00.612 INFO O| Aug 01 01:14:00.612 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-08-01T01:14:01.528Z[ host-image] Aug 01 01:14:00.623 INFO O| Aug 01 01:14:00.623 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92692024-08-01T01:14:01.528Z[ host-image] Aug 01 01:14:00.623 INFO O| Aug 01 01:14:00.623 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92702024-08-01T01:14:01.528Z[ host-image] Aug 01 01:14:00.623 INFO O| Aug 01 01:14:00.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92712024-08-01T01:14:01.531Z[ host-image] Aug 01 01:14:00.623 INFO O| Aug 01 01:14:00.623 INFO ok!
92722024-08-01T01:14:01.531Z[ host-image] Aug 01 01:14:00.623 INFO O| Aug 01 01:14:00.623 INFO STEP 118 (ensure_file) COMPLETE
92732024-08-01T01:14:01.531Z[ host-image] Aug 01 01:14:00.623 INFO O| Aug 01 01:14:00.623 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-08-01T01:14:01.539Z[ host-image] Aug 01 01:14:00.634 INFO O| Aug 01 01:14:00.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92752024-08-01T01:14:01.539Z[ host-image] Aug 01 01:14:00.634 INFO O| Aug 01 01:14:00.634 INFO copying /tmp/.tmp3y6chY/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92762024-08-01T01:14:03.399Z[ recovery-image] Aug 01 01:14:02.494 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)
92772024-08-01T01:14:05.961Z[ recovery-image] Aug 01 01:14:05.054 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)
92782024-08-01T01:14:07.650Z[ host-image] Aug 01 01:14:06.746 INFO O| Aug 01 01:14:06.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92792024-08-01T01:14:07.650Z[ host-image] Aug 01 01:14:06.746 INFO O| Aug 01 01:14:06.746 INFO ok!
92802024-08-01T01:14:07.653Z[ host-image] Aug 01 01:14:06.746 INFO O| Aug 01 01:14:06.746 INFO STEP 119 (ensure_file) COMPLETE
92812024-08-01T01:14:07.653Z[ host-image] Aug 01 01:14:06.746 INFO O| Aug 01 01:14:06.746 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-08-01T01:14:07.664Z[ host-image] Aug 01 01:14:06.761 INFO O| Aug 01 01:14:06.761 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92832024-08-01T01:14:07.664Z[ host-image] Aug 01 01:14:06.761 INFO O| Aug 01 01:14:06.761 INFO STEP 120 (ensure_dir) COMPLETE
92842024-08-01T01:14:07.667Z[ host-image] Aug 01 01:14:06.761 INFO O| Aug 01 01:14:06.761 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-08-01T01:14:07.677Z[ host-image] Aug 01 01:14:06.774 INFO O| Aug 01 01:14:06.774 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92862024-08-01T01:14:07.680Z[ host-image] Aug 01 01:14:06.774 INFO O| Aug 01 01:14:06.774 INFO STEP 121 (ensure_dir) COMPLETE
92872024-08-01T01:14:07.680Z[ host-image] Aug 01 01:14:06.774 INFO O| Aug 01 01:14:06.774 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92882024-08-01T01:14:07.689Z[ host-image] Aug 01 01:14:06.785 INFO O| Aug 01 01:14:06.785 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
92892024-08-01T01:14:07.689Z[ host-image] Aug 01 01:14:06.785 INFO O| Aug 01 01:14:06.785 INFO STEP 122 (ensure_dir) COMPLETE
92902024-08-01T01:14:07.692Z[ host-image] Aug 01 01:14:06.785 INFO O| Aug 01 01:14:06.785 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-08-01T01:14:07.700Z[ host-image] Aug 01 01:14:06.797 INFO O| Aug 01 01:14:06.796 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
92922024-08-01T01:14:07.700Z[ host-image] Aug 01 01:14:06.797 INFO O| Aug 01 01:14:06.797 INFO STEP 123 (ensure_dir) COMPLETE
92932024-08-01T01:14:07.703Z[ host-image] Aug 01 01:14:06.797 INFO O| Aug 01 01:14:06.797 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92942024-08-01T01:14:07.711Z[ host-image] Aug 01 01:14:06.807 INFO O| Aug 01 01:14:06.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
92952024-08-01T01:14:07.711Z[ host-image] Aug 01 01:14:06.807 INFO O| Aug 01 01:14:06.807 INFO copying /tmp/.tmp3y6chY/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 ...
92962024-08-01T01:14:07.714Z[ host-image] Aug 01 01:14:06.808 INFO O| Aug 01 01:14:06.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
92972024-08-01T01:14:07.714Z[ host-image] Aug 01 01:14:06.808 INFO O| Aug 01 01:14:06.808 INFO ok!
92982024-08-01T01:14:07.714Z[ host-image] Aug 01 01:14:06.808 INFO O| Aug 01 01:14:06.808 INFO STEP 124 (ensure_file) COMPLETE
92992024-08-01T01:14:07.714Z[ host-image] Aug 01 01:14:06.808 INFO O| Aug 01 01:14:06.808 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93002024-08-01T01:14:07.721Z[ host-image] Aug 01 01:14:06.818 INFO O| Aug 01 01:14:06.818 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93012024-08-01T01:14:07.721Z[ host-image] Aug 01 01:14:06.818 INFO O| Aug 01 01:14:06.818 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93022024-08-01T01:14:07.721Z[ host-image] Aug 01 01:14:06.818 INFO O| Aug 01 01:14:06.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93032024-08-01T01:14:07.724Z[ host-image] Aug 01 01:14:06.818 INFO O| Aug 01 01:14:06.818 INFO STEP 125 (ensure_dir) COMPLETE
93042024-08-01T01:14:07.724Z[ host-image] Aug 01 01:14:06.818 INFO O| Aug 01 01:14:06.818 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052024-08-01T01:14:07.731Z[ host-image] Aug 01 01:14:06.828 INFO O| Aug 01 01:14:06.828 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93062024-08-01T01:14:07.734Z[ host-image] Aug 01 01:14:06.828 INFO O| Aug 01 01:14:06.828 INFO copying /tmp/.tmp3y6chY/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93072024-08-01T01:14:07.734Z[ host-image] Aug 01 01:14:06.828 INFO O| Aug 01 01:14:06.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93082024-08-01T01:14:07.734Z[ host-image] Aug 01 01:14:06.828 INFO O| Aug 01 01:14:06.828 INFO ok!
93092024-08-01T01:14:07.734Z[ host-image] Aug 01 01:14:06.828 INFO O| Aug 01 01:14:06.828 INFO STEP 126 (ensure_file) COMPLETE
93102024-08-01T01:14:07.734Z[ host-image] Aug 01 01:14:06.828 INFO O| Aug 01 01:14:06.828 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93112024-08-01T01:14:07.742Z[ host-image] Aug 01 01:14:06.839 INFO O| Aug 01 01:14:06.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93122024-08-01T01:14:07.745Z[ host-image] Aug 01 01:14:06.839 INFO O| Aug 01 01:14:06.839 INFO STEP 127 (remove_files) COMPLETE
93132024-08-01T01:14:07.745Z[ host-image] Aug 01 01:14:06.839 INFO O| Aug 01 01:14:06.839 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93142024-08-01T01:14:07.752Z[ host-image] Aug 01 01:14:06.849 INFO O| Aug 01 01:14:06.849 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93152024-08-01T01:14:07.755Z[ host-image] Aug 01 01:14:06.849 INFO O| Aug 01 01:14:06.849 INFO STEP 128 (remove_files) COMPLETE
93162024-08-01T01:14:07.755Z[ host-image] Aug 01 01:14:06.849 INFO O| Aug 01 01:14:06.849 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93172024-08-01T01:14:07.763Z[ host-image] Aug 01 01:14:06.860 INFO O| Aug 01 01:14:06.859 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93182024-08-01T01:14:07.765Z[ host-image] Aug 01 01:14:06.860 INFO O| Aug 01 01:14:06.860 INFO STEP 129 (remove_files) COMPLETE
93192024-08-01T01:14:07.765Z[ host-image] Aug 01 01:14:06.860 INFO O| Aug 01 01:14:06.860 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93202024-08-01T01:14:07.773Z[ host-image] Aug 01 01:14:06.870 INFO O| Aug 01 01:14:06.870 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93212024-08-01T01:14:07.776Z[ host-image] Aug 01 01:14:06.870 INFO O| Aug 01 01:14:06.870 INFO STEP 130 (remove_files) COMPLETE
93222024-08-01T01:14:07.776Z[ host-image] Aug 01 01:14:06.870 INFO O| Aug 01 01:14:06.870 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93232024-08-01T01:14:07.784Z[ host-image] Aug 01 01:14:06.881 INFO O| Aug 01 01:14:06.881 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93242024-08-01T01:14:07.787Z[ host-image] Aug 01 01:14:06.881 INFO O| Aug 01 01:14:06.881 INFO STEP 131 (remove_files) COMPLETE
93252024-08-01T01:14:07.787Z[ host-image] Aug 01 01:14:06.881 INFO O| Aug 01 01:14:06.881 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93262024-08-01T01:14:07.795Z[ host-image] Aug 01 01:14:06.892 INFO O| Aug 01 01:14:06.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93272024-08-01T01:14:07.798Z[ host-image] Aug 01 01:14:06.892 INFO O| Aug 01 01:14:06.892 INFO STEP 132 (remove_files) COMPLETE
93282024-08-01T01:14:07.798Z[ host-image] Aug 01 01:14:06.892 INFO O| Aug 01 01:14:06.892 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93292024-08-01T01:14:07.807Z[ host-image] Aug 01 01:14:06.904 INFO O| Aug 01 01:14:06.904 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93302024-08-01T01:14:07.807Z[ host-image] Aug 01 01:14:06.904 INFO O| Aug 01 01:14:06.904 INFO STEP 133 (remove_files) COMPLETE
93312024-08-01T01:14:07.811Z[ host-image] Aug 01 01:14:06.904 INFO O| Aug 01 01:14:06.904 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93322024-08-01T01:14:07.820Z[ host-image] Aug 01 01:14:06.917 INFO O| Aug 01 01:14:06.917 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93332024-08-01T01:14:07.820Z[ host-image] Aug 01 01:14:06.917 INFO O| Aug 01 01:14:06.917 INFO STEP 134 (remove_files) COMPLETE
93342024-08-01T01:14:07.823Z[ host-image] Aug 01 01:14:06.917 INFO O| Aug 01 01:14:06.917 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93352024-08-01T01:14:07.832Z[ host-image] Aug 01 01:14:06.929 INFO O| Aug 01 01:14:06.929 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93362024-08-01T01:14:07.832Z[ host-image] Aug 01 01:14:06.929 INFO O| Aug 01 01:14:06.929 INFO STEP 135 (remove_files) COMPLETE
93372024-08-01T01:14:07.832Z[ host-image] Aug 01 01:14:06.929 INFO O| Aug 01 01:14:06.929 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93382024-08-01T01:14:07.845Z[ host-image] Aug 01 01:14:06.942 INFO O| Aug 01 01:14:06.942 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93392024-08-01T01:14:07.845Z[ host-image] Aug 01 01:14:06.942 INFO O| Aug 01 01:14:06.942 INFO STEP 136 (remove_files) COMPLETE
93402024-08-01T01:14:07.848Z[ host-image] Aug 01 01:14:06.942 INFO O| Aug 01 01:14:06.942 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93412024-08-01T01:14:07.857Z[ host-image] Aug 01 01:14:06.954 INFO O| Aug 01 01:14:06.953 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93422024-08-01T01:14:07.857Z[ host-image] Aug 01 01:14:06.954 INFO O| Aug 01 01:14:06.954 INFO STEP 137 (remove_files) COMPLETE
93432024-08-01T01:14:07.860Z[ host-image] Aug 01 01:14:06.954 INFO O| Aug 01 01:14:06.954 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93442024-08-01T01:14:07.869Z[ host-image] Aug 01 01:14:06.965 INFO O| Aug 01 01:14:06.965 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93452024-08-01T01:14:07.869Z[ host-image] Aug 01 01:14:06.965 INFO O| Aug 01 01:14:06.965 INFO STEP 138 (remove_files) COMPLETE
93462024-08-01T01:14:07.869Z[ host-image] Aug 01 01:14:06.965 INFO O| Aug 01 01:14:06.965 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93472024-08-01T01:14:07.882Z[ host-image] Aug 01 01:14:06.979 INFO O| Aug 01 01:14:06.979 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93482024-08-01T01:14:07.883Z[ host-image] Aug 01 01:14:06.979 INFO O| Aug 01 01:14:06.979 INFO STEP 139 (remove_files) COMPLETE
93492024-08-01T01:14:07.883Z[ host-image] Aug 01 01:14:06.979 INFO O| Aug 01 01:14:06.979 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93502024-08-01T01:14:07.894Z[ host-image] Aug 01 01:14:06.991 INFO O| Aug 01 01:14:06.991 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93512024-08-01T01:14:07.894Z[ host-image] Aug 01 01:14:06.991 INFO O| Aug 01 01:14:06.991 INFO STEP 140 (remove_files) COMPLETE
93522024-08-01T01:14:07.894Z[ host-image] Aug 01 01:14:06.991 INFO O| Aug 01 01:14:06.991 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93532024-08-01T01:14:07.906Z[ host-image] Aug 01 01:14:07.003 INFO O| Aug 01 01:14:07.003 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93542024-08-01T01:14:07.906Z[ host-image] Aug 01 01:14:07.003 INFO O| Aug 01 01:14:07.003 INFO STEP 141 (remove_files) COMPLETE
93552024-08-01T01:14:07.909Z[ host-image] Aug 01 01:14:07.003 INFO O| Aug 01 01:14:07.003 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93562024-08-01T01:14:07.917Z[ host-image] Aug 01 01:14:07.014 INFO O| Aug 01 01:14:07.014 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93572024-08-01T01:14:07.920Z[ host-image] Aug 01 01:14:07.014 INFO O| Aug 01 01:14:07.014 INFO STEP 142 (remove_files) COMPLETE
93582024-08-01T01:14:07.920Z[ host-image] Aug 01 01:14:07.014 INFO O| Aug 01 01:14:07.014 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93592024-08-01T01:14:07.928Z[ host-image] Aug 01 01:14:07.024 INFO O| Aug 01 01:14:07.024 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93602024-08-01T01:14:07.928Z[ host-image] Aug 01 01:14:07.024 INFO O| Aug 01 01:14:07.024 INFO STEP 143 (remove_files) COMPLETE
93612024-08-01T01:14:07.930Z[ host-image] Aug 01 01:14:07.024 INFO O| Aug 01 01:14:07.024 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93622024-08-01T01:14:07.938Z[ host-image] Aug 01 01:14:07.035 INFO O| Aug 01 01:14:07.035 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93632024-08-01T01:14:07.938Z[ host-image] Aug 01 01:14:07.035 INFO O| Aug 01 01:14:07.035 INFO STEP 144 (remove_files) COMPLETE
93642024-08-01T01:14:07.941Z[ host-image] Aug 01 01:14:07.035 INFO O| Aug 01 01:14:07.035 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93652024-08-01T01:14:07.949Z[ host-image] Aug 01 01:14:07.046 INFO O| Aug 01 01:14:07.046 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93662024-08-01T01:14:07.949Z[ host-image] Aug 01 01:14:07.046 INFO O| Aug 01 01:14:07.046 INFO STEP 145 (remove_files) COMPLETE
93672024-08-01T01:14:07.949Z[ host-image] Aug 01 01:14:07.046 INFO O| Aug 01 01:14:07.046 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93682024-08-01T01:14:07.960Z[ host-image] Aug 01 01:14:07.057 INFO O| Aug 01 01:14:07.057 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93692024-08-01T01:14:07.960Z[ host-image] Aug 01 01:14:07.057 INFO O| Aug 01 01:14:07.057 INFO STEP 146 (remove_files) COMPLETE
93702024-08-01T01:14:07.960Z[ host-image] Aug 01 01:14:07.057 INFO O| Aug 01 01:14:07.057 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93712024-08-01T01:14:07.971Z[ host-image] Aug 01 01:14:07.068 INFO O| Aug 01 01:14:07.068 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93722024-08-01T01:14:07.974Z[ host-image] Aug 01 01:14:07.068 INFO O| Aug 01 01:14:07.068 INFO STEP 147 (remove_files) COMPLETE
93732024-08-01T01:14:07.974Z[ host-image] Aug 01 01:14:07.068 INFO O| Aug 01 01:14:07.068 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93742024-08-01T01:14:07.982Z[ host-image] Aug 01 01:14:07.078 INFO O| Aug 01 01:14:07.078 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93752024-08-01T01:14:07.985Z[ host-image] Aug 01 01:14:07.079 INFO O| Aug 01 01:14:07.079 INFO STEP 148 (remove_files) COMPLETE
93762024-08-01T01:14:07.985Z[ host-image] Aug 01 01:14:07.079 INFO O| Aug 01 01:14:07.079 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93772024-08-01T01:14:07.992Z[ host-image] Aug 01 01:14:07.089 INFO O| Aug 01 01:14:07.089 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93782024-08-01T01:14:07.992Z[ host-image] Aug 01 01:14:07.089 INFO O| Aug 01 01:14:07.089 INFO STEP 149 (remove_files) COMPLETE
93792024-08-01T01:14:07.996Z[ host-image] Aug 01 01:14:07.089 INFO O| Aug 01 01:14:07.089 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93802024-08-01T01:14:08.003Z[ host-image] Aug 01 01:14:07.099 INFO O| Aug 01 01:14:07.099 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93812024-08-01T01:14:08.003Z[ host-image] Aug 01 01:14:07.100 INFO O| Aug 01 01:14:07.099 INFO STEP 150 (remove_files) COMPLETE
93822024-08-01T01:14:08.003Z[ host-image] Aug 01 01:14:07.100 INFO O| Aug 01 01:14:07.100 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93832024-08-01T01:14:08.013Z[ host-image] Aug 01 01:14:07.110 INFO O| Aug 01 01:14:07.110 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93842024-08-01T01:14:08.013Z[ host-image] Aug 01 01:14:07.110 INFO O| Aug 01 01:14:07.110 INFO STEP 151 (remove_files) COMPLETE
93852024-08-01T01:14:08.013Z[ host-image] Aug 01 01:14:07.110 INFO O| Aug 01 01:14:07.110 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93862024-08-01T01:14:08.024Z[ host-image] Aug 01 01:14:07.120 INFO O| Aug 01 01:14:07.120 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
93872024-08-01T01:14:08.027Z[ host-image] Aug 01 01:14:07.121 INFO O| Aug 01 01:14:07.121 INFO STEP 152 (remove_files) COMPLETE
93882024-08-01T01:14:08.027Z[ host-image] Aug 01 01:14:07.121 INFO O| Aug 01 01:14:07.121 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93892024-08-01T01:14:08.034Z[ host-image] Aug 01 01:14:07.131 INFO O| Aug 01 01:14:07.131 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
93902024-08-01T01:14:08.034Z[ host-image] Aug 01 01:14:07.131 INFO O| Aug 01 01:14:07.131 INFO STEP 153 (remove_files) COMPLETE
93912024-08-01T01:14:08.037Z[ host-image] Aug 01 01:14:07.131 INFO O| Aug 01 01:14:07.131 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93922024-08-01T01:14:08.043Z[ host-image] Aug 01 01:14:07.140 INFO O| Aug 01 01:14:07.140 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
93932024-08-01T01:14:08.043Z[ host-image] Aug 01 01:14:07.140 INFO O| Aug 01 01:14:07.140 INFO STEP 154 (remove_files) COMPLETE
93942024-08-01T01:14:08.043Z[ host-image] Aug 01 01:14:07.140 INFO O| Aug 01 01:14:07.140 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93952024-08-01T01:14:08.053Z[ host-image] Aug 01 01:14:07.150 INFO O| Aug 01 01:14:07.150 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
93962024-08-01T01:14:08.053Z[ host-image] Aug 01 01:14:07.150 INFO O| Aug 01 01:14:07.150 INFO STEP 155 (remove_files) COMPLETE
93972024-08-01T01:14:08.056Z[ host-image] Aug 01 01:14:07.150 INFO O| Aug 01 01:14:07.150 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93982024-08-01T01:14:08.068Z[ host-image] Aug 01 01:14:07.164 INFO O| Aug 01 01:14:07.164 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
93992024-08-01T01:14:08.068Z[ host-image] Aug 01 01:14:07.165 INFO O| Aug 01 01:14:07.164 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
94002024-08-01T01:14:09.991Z[ recovery-image] Aug 01 01:14:09.088 INFO E| Compiling bitflags v1.3.2
94012024-08-01T01:14:09.991Z[ recovery-image] Aug 01 01:14:09.088 INFO E| Compiling bit_field v0.10.2
94022024-08-01T01:14:09.994Z[ recovery-image] Aug 01 01:14:09.088 INFO E| Compiling adler v1.0.2
94032024-08-01T01:14:09.994Z[ recovery-image] Aug 01 01:14:09.088 INFO E| Compiling plain v0.2.3
94042024-08-01T01:14:09.994Z[ recovery-image] Aug 01 01:14:09.088 INFO E| Compiling log v0.4.21
94052024-08-01T01:14:09.994Z[ recovery-image] Aug 01 01:14:09.088 INFO E| Compiling scroll v0.12.0
94062024-08-01T01:14:09.994Z[ recovery-image] Aug 01 01:14:09.088 INFO E| Compiling bitstruct v0.1.1
94072024-08-01T01:14:10.080Z[ recovery-image] Aug 01 01:14:09.177 INFO E| Compiling raw-cpuid v10.7.0
94082024-08-01T01:14:10.114Z[ recovery-image] Aug 01 01:14:09.210 INFO E| Compiling cpio_reader v0.1.1
94092024-08-01T01:14:10.159Z[ recovery-image] Aug 01 01:14:09.256 INFO E| Compiling miniz_oxide v0.7.2
94102024-08-01T01:14:10.264Z[ recovery-image] Aug 01 01:14:09.361 INFO E| Compiling static_assertions v1.1.0
94112024-08-01T01:14:10.504Z[ recovery-image] Aug 01 01:14:09.601 INFO E| Compiling goblin v0.8.0
94122024-08-01T01:14:17.411Z[ host-image] Aug 01 01:14:16.509 INFO O| Aug 01 01:14:16.508 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
94132024-08-01T01:14:17.411Z[ host-image] Aug 01 01:14:16.509 INFO O| Aug 01 01:14:16.509 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94142024-08-01T01:14:17.424Z[ host-image] Aug 01 01:14:16.522 INFO O| Aug 01 01:14:16.522 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_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94152024-08-01T01:14:17.501Z[ host-image] Aug 01 01:14:16.599 INFO O| Aug 01 01:14:16.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94162024-08-01T01:14:17.501Z[ host-image] Aug 01 01:14:16.599 INFO O| Aug 01 01:14:16.599 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94172024-08-01T01:14:17.504Z[ host-image] Aug 01 01:14:16.601 INFO O| Aug 01 01:14:16.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94182024-08-01T01:14:17.504Z[ host-image] Aug 01 01:14:16.601 INFO O| Aug 01 01:14:16.601 INFO ok!
94192024-08-01T01:14:17.504Z[ host-image] Aug 01 01:14:16.601 INFO O| Aug 01 01:14:16.601 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94202024-08-01T01:14:17.504Z[ host-image] Aug 01 01:14:16.601 INFO O| Aug 01 01:14:16.601 INFO STEP 156 (seed_smf) COMPLETE
94212024-08-01T01:14:17.504Z[ host-image] Aug 01 01:14:16.601 INFO O| Aug 01 01:14:16.601 INFO steps complete; finalising image!
94222024-08-01T01:14:17.504Z[ host-image] Aug 01 01:14:16.601 INFO O| Aug 01 01:14:16.601 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94232024-08-01T01:14:17.643Z[ host-image] Aug 01 01:14:16.741 INFO O| Aug 01 01:14:16.740 INFO trim TEMPORARY-gimlet-zfs: (7% trimmed, started at Thu Aug 1 01:14:16 2024)
94242024-08-01T01:14:17.863Z[ host-image] Aug 01 01:14:16.961 INFO O| Aug 01 01:14:16.961 INFO temporary pool has 661M used, 171M avail, 1.88x compressratio
94252024-08-01T01:14:17.863Z[ host-image] Aug 01 01:14:16.961 INFO O| Aug 01 01:14:16.961 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94262024-08-01T01:14:17.943Z[ recovery-image] Aug 01 01:14:17.041 INFO E| Finished `release` profile [optimized] target(s) in 46.63s
94272024-08-01T01:14:17.966Z[ recovery-image] Aug 01 01:14:17.064 INFO building host image...
94282024-08-01T01:14:17.969Z[ recovery-image] Aug 01 01:14:17.064 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")
94292024-08-01T01:14:18.152Z[ host-image] Aug 01 01:14:17.250 INFO O| Aug 01 01:14:17.250 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94302024-08-01T01:14:18.152Z[ host-image] Aug 01 01:14:17.250 INFO O| Aug 01 01:14:17.250 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94312024-08-01T01:14:18.412Z[ recovery-image] Aug 01 01:14:17.510 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
94322024-08-01T01:14:19.240Z[ host-image] Aug 01 01:14:18.338 INFO O| Aug 01 01:14:18.338 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94332024-08-01T01:14:19.240Z[ host-image] Aug 01 01:14:18.338 INFO O| Aug 01 01:14:18.338 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94342024-08-01T01:14:19.243Z[ host-image] Aug 01 01:14:18.338 INFO O| Aug 01 01:14:18.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94352024-08-01T01:14:19.243Z[ host-image] Aug 01 01:14:18.338 INFO O| Aug 01 01:14:18.338 INFO completed processing gimlet/zfs
94362024-08-01T01:14:19.243Z[ host-image] Aug 01 01:14:18.338 INFO O| Aug 01 01:14:18.338 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94372024-08-01T01:14:19.643Z[ recovery-image] Aug 01 01:14:18.742 INFO image complete! materials are in "/work/os-recovery"
94382024-08-01T01:14:19.647Z[ recovery-image]
94392024-08-01T01:14:19.647Z[ recovery-image] real 7:03.373985739
94402024-08-01T01:14:19.647Z[ recovery-image] user 4:46.304983479
94412024-08-01T01:14:19.647Z[ recovery-image] sys 1:07.254379741
94422024-08-01T01:14:19.647Z[ recovery-image] trap 0.247056101
94432024-08-01T01:14:19.647Z[ recovery-image] tflt 0.546185430
94442024-08-01T01:14:19.647Z[ recovery-image] dflt 2.260147359
94452024-08-01T01:14:19.647Z[ recovery-image] kflt 0.000056870
94462024-08-01T01:14:19.647Z[ recovery-image] lock 16:30.164638833
94472024-08-01T01:14:19.647Z[ recovery-image] slp 41:42.194864438
94482024-08-01T01:14:19.647Z[ recovery-image] lat 1:36.892825700
94492024-08-01T01:14:19.647Z[ recovery-image] stop 4.861325342
94502024-08-01T01:14:19.647ZAug 01 01:14:18.745 INFO [recovery-image] process exited with exit status: 0 (423.449967352s)
94512024-08-01T01:14:25.619Z[ host-image] Aug 01 01:14:24.719 INFO O| Aug 01 01:14:24.719 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94522024-08-01T01:14:25.709Z[ host-image] Aug 01 01:14:24.808 INFO BUILD STRING "heads/stlouis-0-gea1fb7f79f\n"
94532024-08-01T01:14:25.709Z[ host-image] Aug 01 01:14:24.808 INFO expanded image name: "ci 0341887/${os_short_commit} 2024-08-01 00:46" -> "ci 0341887/ea1fb7f 2024-08-01 00:46"
94542024-08-01T01:14:25.712Z[ host-image] Aug 01 01:14:24.809 INFO output artefacts stored in: "/work/os-host"
94552024-08-01T01:14:25.712Z[ host-image] Aug 01 01:14:24.809 INFO collecting git info from project "image-builder"...
94562024-08-01T01:14:25.715Z[ host-image] Aug 01 01:14:24.814 INFO collecting git info from project "pinprick"...
94572024-08-01T01:14:25.719Z[ host-image] Aug 01 01:14:24.819 INFO collecting git info from project "phbl"...
94582024-08-01T01:14:25.724Z[ host-image] Aug 01 01:14:24.823 INFO collecting git info from project "amd-host-image-builder"...
94592024-08-01T01:14:25.738Z[ host-image] Aug 01 01:14:24.838 INFO collecting git info from project "amd-firmware"...
94602024-08-01T01:14:25.746Z[ host-image] Aug 01 01:14:24.846 INFO collecting git info from project "pilot"...
94612024-08-01T01:14:25.752Z[ host-image] Aug 01 01:14:24.851 INFO collecting git info from project "bootserver"...
94622024-08-01T01:14:25.756Z[ host-image] Aug 01 01:14:24.856 INFO collecting git info from project "chelsio-t6-roms"...
94632024-08-01T01:14:25.761Z[ host-image] Aug 01 01:14:24.860 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94642024-08-01T01:14:26.133Z[ host-image] Aug 01 01:14:25.232 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94652024-08-01T01:14:26.489Z[ host-image] Aug 01 01:14:25.589 INFO creating Oxide boot image...
94662024-08-01T01:14:26.489Z[ host-image] Aug 01 01:14:25.589 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 0341887/ea1fb7f 2024-08-01 00:46", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94672024-08-01T01:14:27.451Z[ host-image] Aug 01 01:14:26.551 INFO O| ok, image written!
94682024-08-01T01:14:27.451Z[ host-image] Aug 01 01:14:26.551 INFO O| ok, boot_image_csum file written!
94692024-08-01T01:14:27.454Z[ host-image] Aug 01 01:14:26.554 INFO creating boot archive (CPIO)...
94702024-08-01T01:14:27.454Z[ host-image] Aug 01 01:14:26.554 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
94712024-08-01T01:14:27.461Z[ host-image] Aug 01 01:14:26.561 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94722024-08-01T01:14:27.461Z[ host-image] Aug 01 01:14:26.561 INFO E| + outfile=/work/os-host/cpio
94732024-08-01T01:14:27.461Z[ host-image] Aug 01 01:14:26.561 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94742024-08-01T01:14:27.464Z[ host-image] Aug 01 01:14:26.564 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94752024-08-01T01:14:27.465Z[ host-image] Aug 01 01:14:26.564 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94762024-08-01T01:14:27.501Z[ host-image] Aug 01 01:14:26.601 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94772024-08-01T01:14:27.501Z[ host-image] Aug 01 01:14:26.601 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94782024-08-01T01:14:27.508Z[ host-image] Aug 01 01:14:26.609 INFO creating compressed cpio/unix for nanobl-rs...
94792024-08-01T01:14:27.511Z[ host-image] Aug 01 01:14:26.609 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
94802024-08-01T01:14:27.781Z[ host-image] Aug 01 01:14:26.881 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94812024-08-01T01:14:32.021Z[ host-image] Aug 01 01:14:31.121 INFO creating reset image...
94822024-08-01T01:14:32.021Z[ host-image] Aug 01 01:14:31.121 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94832024-08-01T01:14:32.123Z[ host-image] Aug 01 01:14:31.223 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
94842024-08-01T01:14:32.126Z[ host-image] Aug 01 01:14:31.224 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94852024-08-01T01:14:32.189Z[ host-image] Aug 01 01:14:31.289 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94862024-08-01T01:14:34.466Z[ host-image] Aug 01 01:14:33.567 INFO E| Finished `release` profile [optimized] target(s) in 2.33s
94872024-08-01T01:14:34.479Z[ host-image] Aug 01 01:14:33.580 INFO building host image...
94882024-08-01T01:14:34.481Z[ host-image] Aug 01 01:14:33.580 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")
94892024-08-01T01:14:34.940Z[ host-image] Aug 01 01:14:34.041 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94902024-08-01T01:15:14.865Z[ host-image] Aug 01 01:15:13.973 INFO image complete! materials are in "/work/os-host"
94912024-08-01T01:15:14.868Z[ host-image]
94922024-08-01T01:15:14.868Z[ host-image] real 8:14.470278900
94932024-08-01T01:15:14.869Z[ host-image] user 3:58.388693826
94942024-08-01T01:15:14.869Z[ host-image] sys 53.415860681
94952024-08-01T01:15:14.869Z[ host-image] trap 0.157398138
94962024-08-01T01:15:14.869Z[ host-image] tflt 0.015754494
94972024-08-01T01:15:14.869Z[ host-image] dflt 0.034769529
94982024-08-01T01:15:14.869Z[ host-image] kflt 0.000013980
94992024-08-01T01:15:14.869Z[ host-image] lock 5:10.425386392
95002024-08-01T01:15:14.869Z[ host-image] slp 45:07.129260200
95012024-08-01T01:15:14.869Z[ host-image] lat 1:10.065152127
95022024-08-01T01:15:14.869Z[ host-image] stop 0.754095032
95032024-08-01T01:15:14.872ZAug 01 01:15:13.977 INFO [host-image] process exited with exit status: 0 (494.483239627s)
95042024-08-01T01:15:14.872ZAug 01 01:15:13.977 INFO [tuf-repo] running task
95052024-08-01T01:15:21.797ZAug 01 01:15:20.906 INFO assembling repository in `/tmp/tufaceousOJXd3X`, component: OmicronRepoAssembler
95062024-08-01T01:15:26.350ZAug 01 01:15:25.460 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95072024-08-01T01:15:26.554ZAug 01 01:15:25.663 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95082024-08-01T01:15:37.137ZAug 01 01:15:36.248 INFO [tuf-repo] task succeeded (22.271568221s)
95092024-08-01T01:15:37.137ZAug 01 01:15:36.248 INFO all jobs completed in 1746.881242135s
95102024-08-01T01:15:37.701Zprocess exited: duration 2367734 ms, exit code 0
 
95112024-08-01T01:15:37.712Zfound 33 output files
95122024-08-01T01:15:37.712Zuploading: /work/manifest.toml (8404 bytes)
95132024-08-01T01:15:38.727Zuploaded: /work/manifest.toml
95142024-08-01T01:15:38.737Zuploading: /work/repo.zip (1759768732 bytes)
95152024-08-01T01:16:11.608Zuploaded: /work/repo.zip
95162024-08-01T01:16:11.608Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95172024-08-01T01:16:12.616Zuploaded: /work/repo.zip.sha256.txt
95182024-08-01T01:16:12.616Zuploading: /work/helios-setup.log (53880 bytes)
95192024-08-01T01:16:13.630Zuploaded: /work/helios-setup.log
95202024-08-01T01:16:13.630Zuploading: /work/host-image.log (195308 bytes)
95212024-08-01T01:16:14.647Zuploaded: /work/host-image.log
95222024-08-01T01:16:14.647Zuploading: /work/host-package.log (17567 bytes)
95232024-08-01T01:16:15.658Zuploaded: /work/host-package.log
95242024-08-01T01:16:15.658Zuploading: /work/host-target.log (101 bytes)
95252024-08-01T01:16:16.667Zuploaded: /work/host-target.log
95262024-08-01T01:16:16.667Zuploading: /work/omicron-package.log (4543 bytes)
95272024-08-01T01:16:17.677Zuploaded: /work/omicron-package.log
95282024-08-01T01:16:17.677Zuploading: /work/phbl-toolchain.log (881 bytes)
95292024-08-01T01:16:18.686Zuploaded: /work/phbl-toolchain.log
95302024-08-01T01:16:18.686Zuploading: /work/recovery-image.log (592190 bytes)
95312024-08-01T01:16:19.707Zuploaded: /work/recovery-image.log
95322024-08-01T01:16:19.707Zuploading: /work/recovery-package.log (282 bytes)
95332024-08-01T01:16:20.716Zuploaded: /work/recovery-package.log
95342024-08-01T01:16:20.716Zuploading: /work/recovery-target.log (98 bytes)
95352024-08-01T01:16:21.724Zuploaded: /work/recovery-target.log
95362024-08-01T01:16:21.725Zuploading: /work/stamp-clickhouse.log (117 bytes)
95372024-08-01T01:16:22.734Zuploaded: /work/stamp-clickhouse.log
95382024-08-01T01:16:22.734Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95392024-08-01T01:16:23.743Zuploaded: /work/stamp-clickhouse_keeper.log
95402024-08-01T01:16:23.743Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95412024-08-01T01:16:24.753Zuploaded: /work/stamp-cockroachdb.log
95422024-08-01T01:16:24.753Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95432024-08-01T01:16:25.762Zuploaded: /work/stamp-crucible-dtrace.log
95442024-08-01T01:16:25.762Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95452024-08-01T01:16:26.772Zuploaded: /work/stamp-crucible-pantry-zone.log
95462024-08-01T01:16:26.772Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95472024-08-01T01:16:27.780Zuploaded: /work/stamp-crucible-zone.log
95482024-08-01T01:16:27.780Zuploading: /work/stamp-external-dns.log (119 bytes)
95492024-08-01T01:16:28.790Zuploaded: /work/stamp-external-dns.log
95502024-08-01T01:16:28.790Zuploading: /work/stamp-installinator.log (103 bytes)
95512024-08-01T01:16:29.799Zuploaded: /work/stamp-installinator.log
95522024-08-01T01:16:29.800Zuploading: /work/stamp-internal-dns.log (119 bytes)
95532024-08-01T01:16:30.809Zuploaded: /work/stamp-internal-dns.log
95542024-08-01T01:16:30.809Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95552024-08-01T01:16:31.818Zuploaded: /work/stamp-mg-ddm-gz.log
95562024-08-01T01:16:31.818Zuploading: /work/stamp-nexus.log (112 bytes)
95572024-08-01T01:16:32.828Zuploaded: /work/stamp-nexus.log
95582024-08-01T01:16:32.828Zuploading: /work/stamp-ntp.log (110 bytes)
95592024-08-01T01:16:33.837Zuploaded: /work/stamp-ntp.log
95602024-08-01T01:16:33.837Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95612024-08-01T01:16:34.847Zuploaded: /work/stamp-omicron-sled-agent.log
95622024-08-01T01:16:34.847Zuploading: /work/stamp-overlay.log (114 bytes)
95632024-08-01T01:16:35.857Zuploaded: /work/stamp-overlay.log
95642024-08-01T01:16:35.857Zuploading: /work/stamp-oximeter.log (115 bytes)
95652024-08-01T01:16:36.866Zuploaded: /work/stamp-oximeter.log
95662024-08-01T01:16:36.866Zuploading: /work/stamp-oxlog.log (109 bytes)
95672024-08-01T01:16:37.876Zuploaded: /work/stamp-oxlog.log
95682024-08-01T01:16:37.876Zuploading: /work/stamp-probe.log (112 bytes)
95692024-08-01T01:16:38.886Zuploaded: /work/stamp-probe.log
95702024-08-01T01:16:38.886Zuploading: /work/stamp-propolis-server.log (122 bytes)
95712024-08-01T01:16:39.895Zuploaded: /work/stamp-propolis-server.log
95722024-08-01T01:16:39.895Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95732024-08-01T01:16:40.905Zuploaded: /work/stamp-pumpkind-gz.log
95742024-08-01T01:16:40.905Zuploading: /work/stamp-switch-asic.log (118 bytes)
95752024-08-01T01:16:41.914Zuploaded: /work/stamp-switch-asic.log
95762024-08-01T01:16:41.915Zuploading: /work/verify-libraries.log (1581 bytes)
95772024-08-01T01:16:42.924Zuploaded: /work/verify-libraries.log